[Pkg-javascript-commits] [codemirror-js] 06/07: Merge tag 'upstream/5.4.0'
Dmitry Smirnov
onlyjob at moszumanska.debian.org
Wed Jul 1 03:16:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
onlyjob pushed a commit to branch master
in repository codemirror-js.
commit 881fec1
Merge: 3d9e1c0 1c7a501
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date: Wed Jul 1 03:03:09 2015
Merge tag 'upstream/5.4.0'
Upstream version 5.4.0
.gitattributes | 8 +
.gitignore | 8 +
.travis.yml | 3 +
AUTHORS | 466 +
CONTRIBUTING.md | 87 +
LICENSE | 6 +-
README.md | 16 +-
addon/comment/comment.js | 183 +
addon/comment/continuecomment.js | 85 +
{lib/util => addon/dialog}/dialog.css | 25 +-
addon/dialog/dialog.js | 157 +
addon/display/fullscreen.css | 6 +
addon/display/fullscreen.js | 41 +
addon/display/panel.js | 112 +
addon/display/placeholder.js | 58 +
addon/display/rulers.js | 63 +
addon/edit/closebrackets.js | 185 +
addon/edit/closetag.js | 166 +
addon/edit/continuelist.js | 51 +
addon/edit/matchbrackets.js | 120 +
addon/edit/matchtags.js | 66 +
addon/edit/trailingspace.js | 27 +
addon/fold/brace-fold.js | 105 +
addon/fold/comment-fold.js | 57 +
addon/fold/foldcode.js | 149 +
addon/fold/foldgutter.css | 20 +
addon/fold/foldgutter.js | 146 +
addon/fold/indent-fold.js | 44 +
addon/fold/markdown-fold.js | 49 +
addon/fold/xml-fold.js | 182 +
addon/hint/anyword-hint.js | 41 +
addon/hint/css-hint.js | 60 +
addon/hint/html-hint.js | 348 +
{lib/util => addon/hint}/javascript-hint.js | 122 +-
addon/hint/show-hint.css | 38 +
addon/hint/show-hint.js | 383 +
addon/hint/sql-hint.js | 254 +
addon/hint/xml-hint.js | 110 +
addon/lint/coffeescript-lint.js | 41 +
addon/lint/css-lint.js | 35 +
addon/lint/javascript-lint.js | 136 +
addon/lint/json-lint.js | 31 +
addon/lint/lint.css | 73 +
addon/lint/lint.js | 207 +
addon/lint/yaml-lint.js | 28 +
addon/merge/merge.css | 112 +
addon/merge/merge.js | 775 ++
addon/mode/loadmode.js | 64 +
addon/mode/multiplex.js | 123 +
addon/mode/multiplex_test.js | 33 +
addon/mode/overlay.js | 85 +
addon/mode/simple.js | 213 +
addon/runmode/colorize.js | 40 +
addon/runmode/runmode-standalone.js | 157 +
addon/runmode/runmode.js | 72 +
addon/runmode/runmode.node.js | 178 +
addon/scroll/annotatescrollbar.js | 115 +
addon/scroll/scrollpastend.js | 46 +
addon/scroll/simplescrollbars.css | 66 +
addon/scroll/simplescrollbars.js | 147 +
addon/search/match-highlighter.js | 128 +
addon/search/matchesonscrollbar.css | 8 +
addon/search/matchesonscrollbar.js | 97 +
addon/search/search.js | 167 +
addon/search/searchcursor.js | 189 +
addon/selection/active-line.js | 71 +
addon/selection/mark-selection.js | 118 +
addon/selection/selection-pointer.js | 98 +
addon/tern/tern.css | 86 +
addon/tern/tern.js | 699 ++
addon/tern/worker.js | 44 +
addon/wrap/hardwrap.js | 139 +
bin/authors.sh | 6 +
bin/compress | 92 +
bin/lint | 3 +
bin/release | 45 +
bin/source-highlight | 51 +
bower.json | 17 +
demo/activeline.html | 48 +-
demo/anywordhint.html | 79 +
demo/bidi.html | 74 +
demo/btree.html | 85 +
demo/buffers.html | 109 +
demo/changemode.html | 52 +-
demo/closebrackets.html | 52 +
demo/closetag.html | 115 +-
demo/complete.html | 56 +-
demo/emacs.html | 48 +-
demo/folding.html | 118 +-
demo/formatting.html | 80 -
demo/fullscreen.html | 207 +-
demo/hardwrap.html | 72 +
demo/html5complete.html | 56 +
demo/indentwrap.html | 59 +
demo/lint.html | 171 +
demo/loadmode.html | 72 +
demo/marker.html | 86 +-
demo/markselection.html | 52 +
demo/matchhighlighter.html | 56 +-
demo/matchtags.html | 48 +
demo/merge.html | 122 +
demo/multiplex.html | 75 +
demo/mustache.html | 52 +-
demo/panel.html | 136 +
demo/placeholder.html | 45 +
demo/preview.html | 57 +-
demo/requirejs.html | 70 +
demo/resize.html | 60 +-
demo/rulers.html | 49 +
demo/runmode.html | 41 +-
demo/search.html | 128 +-
demo/simplemode.html | 186 +
demo/simplescrollbars.html | 82 +
demo/spanaffectswrapping_shim.html | 85 +
demo/sublime.html | 76 +
demo/tern.html | 133 +
demo/theme.html | 138 +-
demo/trailingspace.html | 48 +
demo/variableheight.html | 67 +
demo/vim.html | 102 +-
demo/visibletabs.html | 57 +-
demo/widget.html | 85 +
demo/xmlcomplete.html | 119 +
doc/activebookmark.js | 57 +
doc/baboon.png | Bin 23299 -> 0 bytes
doc/baboon_vector.svg | 153 -
doc/compress.html | 296 +-
doc/docs.css | 315 +-
doc/internals.html | 117 +-
doc/logo.png | Bin 0 -> 9310 bytes
doc/logo.svg | 181 +
doc/manual.html | 3457 +++++--
doc/oldrelease.html | 227 -
doc/realworld.html | 174 +
doc/releases.html | 1103 +++
doc/reporting.html | 42 +-
doc/upgrade_v2.2.html | 43 +-
doc/upgrade_v3.html | 230 +
doc/upgrade_v4.html | 144 +
doc/yinyang.png | Bin 0 -> 4633 bytes
index.html | 562 +-
keymap/emacs.js | 427 +-
keymap/sublime.js | 553 ++
keymap/vim.js | 5395 ++++++++++-
lib/codemirror.css | 357 +-
lib/codemirror.js | 10889 +++++++++++++++++-----
lib/util/closetag.js | 174 -
lib/util/dialog.js | 63 -
lib/util/foldcode.js | 186 -
lib/util/formatting.js | 294 -
lib/util/match-highlighter.js | 44 -
lib/util/overlay.js | 51 -
lib/util/runmode.js | 49 -
lib/util/search.js | 114 -
lib/util/searchcursor.js | 117 -
lib/util/simple-hint.css | 16 -
lib/util/simple-hint.js | 72 -
mode/apl/apl.js | 174 +
mode/apl/index.html | 72 +
mode/asciiarmor/asciiarmor.js | 73 +
mode/asciiarmor/index.html | 46 +
mode/asn.1/asn.1.js | 204 +
mode/asn.1/index.html | 78 +
mode/asterisk/asterisk.js | 196 +
mode/asterisk/index.html | 154 +
mode/clike/clike.js | 451 +-
mode/clike/index.html | 190 +-
mode/clike/scala.html | 767 ++
mode/clike/test.js | 33 +
mode/clojure/clojure.js | 91 +-
mode/clojure/index.html | 64 +-
mode/cmake/cmake.js | 97 +
mode/cmake/index.html | 129 +
mode/cobol/cobol.js | 255 +
mode/cobol/index.html | 210 +
mode/coffeescript/LICENSE | 22 -
mode/coffeescript/coffeescript.js | 638 +-
mode/coffeescript/index.html | 49 +-
mode/commonlisp/commonlisp.js | 123 +
mode/commonlisp/index.html | 177 +
mode/css/css.js | 792 +-
mode/css/index.html | 52 +-
mode/css/less.html | 152 +
mode/css/less_test.js | 54 +
mode/css/scss.html | 157 +
mode/css/scss_test.js | 110 +
mode/css/test.js | 188 +
mode/cypher/cypher.js | 146 +
mode/cypher/index.html | 63 +
mode/{verilog/verilog.js => d/d.js} | 412 +-
mode/d/index.html | 273 +
mode/dart/dart.js | 50 +
mode/dart/index.html | 71 +
mode/diff/diff.css | 3 -
mode/diff/diff.js | 44 +-
mode/diff/index.html | 52 +-
mode/django/django.js | 350 +
mode/django/index.html | 73 +
mode/dockerfile/dockerfile.js | 76 +
mode/dockerfile/index.html | 73 +
mode/dtd/dtd.js | 142 +
mode/dtd/index.html | 89 +
mode/dylan/dylan.js | 291 +
mode/dylan/index.html | 407 +
mode/ebnf/ebnf.js | 195 +
mode/ebnf/index.html | 102 +
mode/ecl/ecl.js | 409 +-
mode/ecl/index.html | 94 +-
mode/eiffel/eiffel.js | 160 +
mode/eiffel/index.html | 429 +
mode/elm/elm.js | 205 +
mode/elm/index.html | 61 +
mode/erlang/erlang.js | 622 ++
mode/erlang/index.html | 76 +
mode/factor/factor.js | 83 +
mode/factor/index.html | 77 +
mode/forth/forth.js | 180 +
mode/forth/index.html | 75 +
mode/fortran/fortran.js | 188 +
mode/fortran/index.html | 81 +
mode/gas/gas.js | 345 +
mode/gas/index.html | 68 +
mode/gfm/gfm.js | 211 +-
mode/gfm/index.html | 92 +-
mode/gfm/test.js | 213 +
mode/gherkin/gherkin.js | 178 +
mode/gherkin/index.html | 48 +
mode/go/go.js | 37 +-
mode/go/index.html | 41 +-
mode/groovy/groovy.js | 38 +-
mode/groovy/index.html | 39 +-
mode/haml/haml.js | 159 +
mode/haml/index.html | 79 +
mode/haml/test.js | 97 +
mode/handlebars/handlebars.js | 53 +
mode/handlebars/index.html | 83 +
mode/haskell/haskell.js | 95 +-
mode/haskell/index.html | 41 +-
mode/{javascript/javascript.js => haxe/haxe.js} | 292 +-
mode/haxe/index.html | 124 +
mode/htmlembedded/htmlembedded.js | 88 +-
mode/htmlembedded/index.html | 52 +-
mode/htmlmixed/htmlmixed.js | 106 +-
mode/htmlmixed/index.html | 74 +-
mode/http/http.js | 113 +
mode/http/index.html | 45 +
mode/idl/idl.js | 290 +
mode/idl/index.html | 64 +
mode/index.html | 146 +
mode/jade/index.html | 70 +
mode/jade/jade.js | 590 ++
mode/javascript/index.html | 73 +-
mode/javascript/javascript.js | 586 +-
mode/javascript/json-ld.html | 72 +
mode/javascript/test.js | 205 +
mode/javascript/typescript.html | 61 +
mode/jinja2/index.html | 77 +-
mode/jinja2/jinja2.js | 168 +-
mode/julia/index.html | 195 +
mode/julia/julia.js | 299 +
mode/kotlin/index.html | 89 +
mode/{groovy/groovy.js => kotlin/kotlin.js} | 134 +-
mode/less/index.html | 603 --
mode/less/less.js | 218 -
mode/livescript/index.html | 459 +
mode/livescript/livescript.js | 280 +
mode/lua/index.html | 45 +-
mode/lua/lua.js | 37 +-
mode/markdown/index.html | 57 +-
mode/markdown/markdown.js | 714 +-
mode/markdown/test.js | 792 ++
mode/mathematica/index.html | 72 +
mode/mathematica/mathematica.js | 175 +
mode/meta.js | 188 +
mode/mirc/index.html | 160 +
mode/mirc/mirc.js | 193 +
mode/mllike/index.html | 179 +
mode/mllike/mllike.js | 205 +
mode/modelica/index.html | 67 +
mode/modelica/modelica.js | 245 +
mode/mumps/index.html | 85 +
mode/mumps/mumps.js | 148 +
mode/mysql/index.html | 41 -
mode/mysql/mysql.js | 188 -
mode/nginx/index.html | 181 +
mode/nginx/nginx.js | 178 +
mode/ntriples/index.html | 41 +-
mode/ntriples/ntriples.js | 66 +-
mode/octave/index.html | 83 +
mode/octave/octave.js | 135 +
mode/pascal/LICENSE | 7 -
mode/pascal/index.html | 41 +-
mode/pascal/pascal.js | 23 +-
mode/pegjs/index.html | 66 +
mode/pegjs/pegjs.js | 114 +
mode/perl/LICENSE | 19 -
mode/perl/index.html | 43 +-
mode/perl/perl.js | 1619 ++--
mode/php/index.html | 60 +-
mode/php/php.js | 212 +-
mode/php/test.js | 154 +
mode/pig/index.html | 55 +
mode/pig/pig.js | 178 +
mode/plsql/index.html | 62 -
mode/plsql/plsql.js | 217 -
mode/properties/index.html | 41 +-
mode/properties/properties.js | 17 +-
mode/puppet/index.html | 121 +
mode/puppet/puppet.js | 220 +
mode/python/LICENSE.txt | 21 -
mode/python/index.html | 112 +-
mode/python/python.js | 642 +-
mode/q/index.html | 144 +
mode/q/q.js | 139 +
mode/r/LICENSE | 24 -
mode/r/index.html | 44 +-
mode/r/r.js | 27 +-
mode/rpm/changes/changes.js | 19 -
mode/rpm/changes/index.html | 37 +-
mode/rpm/{spec => }/index.html | 88 +-
mode/rpm/{spec/spec.js => rpm.js} | 41 +-
mode/rpm/spec/spec.css | 5 -
mode/rst/index.html | 60 +-
mode/rst/rst.js | 815 +-
mode/ruby/LICENSE | 24 -
mode/ruby/index.html | 46 +-
mode/ruby/ruby.js | 167 +-
mode/ruby/test.js | 14 +
mode/rust/index.html | 44 +-
mode/rust/rust.js | 31 +-
mode/sass/index.html | 66 +
mode/sass/sass.js | 414 +
mode/scheme/index.html | 41 +-
mode/scheme/scheme.js | 151 +-
mode/shell/index.html | 66 +
mode/shell/shell.js | 139 +
mode/shell/test.js | 58 +
mode/sieve/index.html | 93 +
mode/sieve/sieve.js | 193 +
mode/slim/index.html | 96 +
mode/slim/slim.js | 575 ++
mode/slim/test.js | 96 +
mode/smalltalk/index.html | 39 +-
mode/smalltalk/smalltalk.js | 299 +-
mode/smarty/index.html | 130 +-
mode/smarty/smarty.js | 331 +-
mode/solr/index.html | 57 +
mode/solr/solr.js | 104 +
mode/soy/index.html | 68 +
mode/soy/soy.js | 198 +
mode/sparql/index.html | 63 +-
mode/sparql/sparql.js | 51 +-
mode/spreadsheet/index.html | 42 +
mode/spreadsheet/spreadsheet.js | 109 +
mode/sql/index.html | 84 +
mode/sql/sql.js | 391 +
mode/stex/index.html | 43 +-
mode/stex/stex.js | 351 +-
mode/stex/test.html | 251 -
mode/stex/test.js | 123 +
mode/stylus/index.html | 106 +
mode/stylus/stylus.js | 768 ++
mode/swift/index.html | 88 +
mode/swift/swift.js | 203 +
mode/tcl/index.html | 142 +
mode/tcl/tcl.js | 147 +
mode/textile/index.html | 191 +
mode/textile/test.js | 417 +
mode/textile/textile.js | 469 +
mode/tiddlywiki/index.html | 44 +-
mode/tiddlywiki/tiddlywiki.css | 35 +-
mode/tiddlywiki/tiddlywiki.js | 728 +-
mode/tiki/index.html | 95 +
mode/tiki/tiki.css | 26 +
mode/tiki/tiki.js | 312 +
mode/toml/index.html | 73 +
mode/toml/toml.js | 88 +
mode/tornado/index.html | 63 +
mode/tornado/tornado.js | 68 +
mode/troff/index.html | 146 +
mode/troff/troff.js | 82 +
mode/ttcn-cfg/index.html | 115 +
mode/ttcn-cfg/ttcn-cfg.js | 214 +
mode/ttcn/index.html | 118 +
mode/ttcn/ttcn.js | 283 +
mode/turtle/index.html | 50 +
mode/{sparql/sparql.js => turtle/turtle.js} | 67 +-
mode/twig/index.html | 45 +
mode/twig/twig.js | 132 +
mode/vb/index.html | 102 +
mode/vb/vb.js | 276 +
mode/vbscript/index.html | 43 +-
mode/vbscript/vbscript.js | 368 +-
mode/velocity/index.html | 49 +-
mode/velocity/velocity.js | 87 +-
mode/verilog/index.html | 302 +-
mode/verilog/test.js | 273 +
mode/verilog/verilog.js | 731 +-
mode/xml/index.html | 43 +-
mode/xml/test.js | 51 +
mode/xml/xml.js | 346 +-
mode/xmlpure/index.html | 58 -
mode/xmlpure/xmlpure.js | 490 -
mode/xquery/LICENSE | 20 -
mode/xquery/index.html | 80 +-
mode/xquery/test.js | 67 +
mode/xquery/test/index.html | 27 -
mode/xquery/test/testBase.js | 42 -
mode/xquery/test/testEmptySequenceKeyword.js | 16 -
mode/xquery/test/testMultiAttr.js | 16 -
mode/xquery/test/testNamespaces.js | 91 -
mode/xquery/test/testProcessingInstructions.js | 16 -
mode/xquery/test/testQuotes.js | 19 -
mode/xquery/xquery.js | 237 +-
mode/yaml/index.html | 41 +-
mode/yaml/yaml.js | 202 +-
mode/z80/index.html | 53 +
mode/z80/z80.js | 116 +
package.json | 20 +
test/comment_test.js | 100 +
test/doc_test.js | 371 +
test/driver.js | 138 +
test/emacs_test.js | 141 +
test/index.html | 255 +-
test/lint.js | 11 +
test/mode_test.css | 13 +-
test/mode_test.js | 306 +-
test/multi_test.js | 285 +
test/phantom_driver.js | 31 +
test/run.js | 31 +
test/scroll_test.js | 105 +
test/search_test.js | 62 +
test/sql-hint-test.js | 189 +
test/sublime_test.js | 303 +
test/test.js | 2043 +++-
test/vim_test.js | 3952 ++++++++
theme/3024-day.css | 40 +
theme/3024-night.css | 39 +
theme/ambiance-mobile.css | 5 +
theme/ambiance.css | 76 +
theme/base16-dark.css | 38 +
theme/base16-light.css | 38 +
theme/blackboard.css | 32 +
theme/cobalt.css | 15 +-
theme/colorforth.css | 33 +
theme/eclipse.css | 8 +-
theme/elegant.css | 5 +-
theme/erlang-dark.css | 34 +
theme/lesser-dark.css | 32 +-
theme/liquibyte.css | 95 +
theme/mbo.css | 37 +
theme/mdn-like.css | 46 +
theme/midnight.css | 47 +
theme/monokai.css | 17 +-
theme/neat.css | 3 +
theme/neo.css | 43 +
theme/night.css | 17 +-
theme/paraiso-dark.css | 38 +
theme/paraiso-light.css | 38 +
theme/pastel-on-dark.css | 53 +
theme/rubyblue.css | 16 +-
theme/solarized.css | 165 +
theme/the-matrix.css | 30 +
theme/tomorrow-night-bright.css | 35 +
theme/tomorrow-night-eighties.css | 38 +
theme/ttcn.css | 65 +
theme/twilight.css | 32 +
theme/vibrant-ink.css | 34 +
theme/xq-dark.css | 17 +-
theme/xq-light.css | 43 +
theme/zenburn.css | 37 +
471 files changed, 76782 insertions(+), 14834 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/codemirror-js.git
More information about the Pkg-javascript-commits
mailing list