[Pkg-javascript-commits] [codemirror-js] branch upstream updated (de2f2b3 -> 1c7a501)

Dmitry Smirnov onlyjob at moszumanska.debian.org
Wed Jul 1 03:14:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

onlyjob pushed a change to branch upstream
in repository codemirror-js.

      from  de2f2b3   Imported Upstream version 2.23
       new  1c7a501   Imported Upstream version 5.4.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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(-)
 create mode 100644 .gitattributes
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 create mode 100644 AUTHORS
 create mode 100644 CONTRIBUTING.md
 create mode 100644 addon/comment/comment.js
 create mode 100644 addon/comment/continuecomment.js
 rename {lib/util => addon/dialog}/dialog.css (56%)
 create mode 100644 addon/dialog/dialog.js
 create mode 100644 addon/display/fullscreen.css
 create mode 100644 addon/display/fullscreen.js
 create mode 100644 addon/display/panel.js
 create mode 100644 addon/display/placeholder.js
 create mode 100644 addon/display/rulers.js
 create mode 100644 addon/edit/closebrackets.js
 create mode 100644 addon/edit/closetag.js
 create mode 100644 addon/edit/continuelist.js
 create mode 100644 addon/edit/matchbrackets.js
 create mode 100644 addon/edit/matchtags.js
 create mode 100644 addon/edit/trailingspace.js
 create mode 100644 addon/fold/brace-fold.js
 create mode 100644 addon/fold/comment-fold.js
 create mode 100644 addon/fold/foldcode.js
 create mode 100644 addon/fold/foldgutter.css
 create mode 100644 addon/fold/foldgutter.js
 create mode 100644 addon/fold/indent-fold.js
 create mode 100644 addon/fold/markdown-fold.js
 create mode 100644 addon/fold/xml-fold.js
 create mode 100644 addon/hint/anyword-hint.js
 create mode 100644 addon/hint/css-hint.js
 create mode 100644 addon/hint/html-hint.js
 rename {lib/util => addon/hint}/javascript-hint.js (51%)
 create mode 100644 addon/hint/show-hint.css
 create mode 100644 addon/hint/show-hint.js
 create mode 100644 addon/hint/sql-hint.js
 create mode 100644 addon/hint/xml-hint.js
 create mode 100644 addon/lint/coffeescript-lint.js
 create mode 100644 addon/lint/css-lint.js
 create mode 100644 addon/lint/javascript-lint.js
 create mode 100644 addon/lint/json-lint.js
 create mode 100644 addon/lint/lint.css
 create mode 100644 addon/lint/lint.js
 create mode 100644 addon/lint/yaml-lint.js
 create mode 100644 addon/merge/merge.css
 create mode 100644 addon/merge/merge.js
 create mode 100644 addon/mode/loadmode.js
 create mode 100644 addon/mode/multiplex.js
 create mode 100644 addon/mode/multiplex_test.js
 create mode 100644 addon/mode/overlay.js
 create mode 100644 addon/mode/simple.js
 create mode 100644 addon/runmode/colorize.js
 create mode 100644 addon/runmode/runmode-standalone.js
 create mode 100644 addon/runmode/runmode.js
 create mode 100644 addon/runmode/runmode.node.js
 create mode 100644 addon/scroll/annotatescrollbar.js
 create mode 100644 addon/scroll/scrollpastend.js
 create mode 100644 addon/scroll/simplescrollbars.css
 create mode 100644 addon/scroll/simplescrollbars.js
 create mode 100644 addon/search/match-highlighter.js
 create mode 100644 addon/search/matchesonscrollbar.css
 create mode 100644 addon/search/matchesonscrollbar.js
 create mode 100644 addon/search/search.js
 create mode 100644 addon/search/searchcursor.js
 create mode 100644 addon/selection/active-line.js
 create mode 100644 addon/selection/mark-selection.js
 create mode 100644 addon/selection/selection-pointer.js
 create mode 100644 addon/tern/tern.css
 create mode 100644 addon/tern/tern.js
 create mode 100644 addon/tern/worker.js
 create mode 100644 addon/wrap/hardwrap.js
 create mode 100755 bin/authors.sh
 create mode 100755 bin/compress
 create mode 100755 bin/lint
 create mode 100755 bin/release
 create mode 100755 bin/source-highlight
 create mode 100644 bower.json
 create mode 100644 demo/anywordhint.html
 create mode 100644 demo/bidi.html
 create mode 100644 demo/btree.html
 create mode 100644 demo/buffers.html
 create mode 100644 demo/closebrackets.html
 delete mode 100644 demo/formatting.html
 create mode 100644 demo/hardwrap.html
 create mode 100644 demo/html5complete.html
 create mode 100644 demo/indentwrap.html
 create mode 100644 demo/lint.html
 create mode 100644 demo/loadmode.html
 create mode 100644 demo/markselection.html
 create mode 100644 demo/matchtags.html
 create mode 100644 demo/merge.html
 create mode 100644 demo/multiplex.html
 create mode 100644 demo/panel.html
 create mode 100644 demo/placeholder.html
 create mode 100644 demo/requirejs.html
 create mode 100644 demo/rulers.html
 create mode 100644 demo/simplemode.html
 create mode 100644 demo/simplescrollbars.html
 create mode 100644 demo/spanaffectswrapping_shim.html
 create mode 100644 demo/sublime.html
 create mode 100644 demo/tern.html
 create mode 100644 demo/trailingspace.html
 create mode 100644 demo/variableheight.html
 create mode 100644 demo/widget.html
 create mode 100644 demo/xmlcomplete.html
 create mode 100644 doc/activebookmark.js
 delete mode 100644 doc/baboon.png
 delete mode 100644 doc/baboon_vector.svg
 create mode 100644 doc/logo.png
 create mode 100644 doc/logo.svg
 delete mode 100644 doc/oldrelease.html
 create mode 100644 doc/realworld.html
 create mode 100644 doc/releases.html
 create mode 100644 doc/upgrade_v3.html
 create mode 100644 doc/upgrade_v4.html
 create mode 100644 doc/yinyang.png
 create mode 100644 keymap/sublime.js
 delete mode 100644 lib/util/closetag.js
 delete mode 100644 lib/util/dialog.js
 delete mode 100644 lib/util/foldcode.js
 delete mode 100644 lib/util/formatting.js
 delete mode 100644 lib/util/match-highlighter.js
 delete mode 100644 lib/util/overlay.js
 delete mode 100644 lib/util/runmode.js
 delete mode 100644 lib/util/search.js
 delete mode 100644 lib/util/searchcursor.js
 delete mode 100644 lib/util/simple-hint.css
 delete mode 100644 lib/util/simple-hint.js
 create mode 100644 mode/apl/apl.js
 create mode 100644 mode/apl/index.html
 create mode 100644 mode/asciiarmor/asciiarmor.js
 create mode 100644 mode/asciiarmor/index.html
 create mode 100644 mode/asn.1/asn.1.js
 create mode 100644 mode/asn.1/index.html
 create mode 100644 mode/asterisk/asterisk.js
 create mode 100644 mode/asterisk/index.html
 create mode 100644 mode/clike/scala.html
 create mode 100644 mode/clike/test.js
 create mode 100644 mode/cmake/cmake.js
 create mode 100644 mode/cmake/index.html
 create mode 100644 mode/cobol/cobol.js
 create mode 100644 mode/cobol/index.html
 delete mode 100644 mode/coffeescript/LICENSE
 create mode 100644 mode/commonlisp/commonlisp.js
 create mode 100644 mode/commonlisp/index.html
 create mode 100644 mode/css/less.html
 create mode 100644 mode/css/less_test.js
 create mode 100644 mode/css/scss.html
 create mode 100644 mode/css/scss_test.js
 create mode 100644 mode/css/test.js
 create mode 100644 mode/cypher/cypher.js
 create mode 100644 mode/cypher/index.html
 copy mode/{verilog/verilog.js => d/d.js} (55%)
 create mode 100644 mode/d/index.html
 create mode 100644 mode/dart/dart.js
 create mode 100644 mode/dart/index.html
 delete mode 100644 mode/diff/diff.css
 create mode 100644 mode/django/django.js
 create mode 100644 mode/django/index.html
 create mode 100644 mode/dockerfile/dockerfile.js
 create mode 100644 mode/dockerfile/index.html
 create mode 100644 mode/dtd/dtd.js
 create mode 100644 mode/dtd/index.html
 create mode 100644 mode/dylan/dylan.js
 create mode 100644 mode/dylan/index.html
 create mode 100644 mode/ebnf/ebnf.js
 create mode 100644 mode/ebnf/index.html
 create mode 100644 mode/eiffel/eiffel.js
 create mode 100644 mode/eiffel/index.html
 create mode 100644 mode/elm/elm.js
 create mode 100644 mode/elm/index.html
 create mode 100644 mode/erlang/erlang.js
 create mode 100644 mode/erlang/index.html
 create mode 100644 mode/factor/factor.js
 create mode 100644 mode/factor/index.html
 create mode 100644 mode/forth/forth.js
 create mode 100644 mode/forth/index.html
 create mode 100644 mode/fortran/fortran.js
 create mode 100644 mode/fortran/index.html
 create mode 100644 mode/gas/gas.js
 create mode 100644 mode/gas/index.html
 create mode 100644 mode/gfm/test.js
 create mode 100644 mode/gherkin/gherkin.js
 create mode 100644 mode/gherkin/index.html
 create mode 100644 mode/haml/haml.js
 create mode 100644 mode/haml/index.html
 create mode 100644 mode/haml/test.js
 create mode 100644 mode/handlebars/handlebars.js
 create mode 100644 mode/handlebars/index.html
 copy mode/{javascript/javascript.js => haxe/haxe.js} (55%)
 create mode 100644 mode/haxe/index.html
 create mode 100644 mode/http/http.js
 create mode 100644 mode/http/index.html
 create mode 100644 mode/idl/idl.js
 create mode 100644 mode/idl/index.html
 create mode 100644 mode/index.html
 create mode 100644 mode/jade/index.html
 create mode 100644 mode/jade/jade.js
 create mode 100644 mode/javascript/json-ld.html
 create mode 100644 mode/javascript/test.js
 create mode 100644 mode/javascript/typescript.html
 create mode 100644 mode/julia/index.html
 create mode 100644 mode/julia/julia.js
 create mode 100644 mode/kotlin/index.html
 copy mode/{groovy/groovy.js => kotlin/kotlin.js} (63%)
 delete mode 100644 mode/less/index.html
 delete mode 100644 mode/less/less.js
 create mode 100644 mode/livescript/index.html
 create mode 100644 mode/livescript/livescript.js
 create mode 100644 mode/markdown/test.js
 create mode 100644 mode/mathematica/index.html
 create mode 100644 mode/mathematica/mathematica.js
 create mode 100644 mode/meta.js
 create mode 100644 mode/mirc/index.html
 create mode 100644 mode/mirc/mirc.js
 create mode 100644 mode/mllike/index.html
 create mode 100644 mode/mllike/mllike.js
 create mode 100644 mode/modelica/index.html
 create mode 100644 mode/modelica/modelica.js
 create mode 100644 mode/mumps/index.html
 create mode 100644 mode/mumps/mumps.js
 delete mode 100644 mode/mysql/index.html
 delete mode 100644 mode/mysql/mysql.js
 create mode 100644 mode/nginx/index.html
 create mode 100644 mode/nginx/nginx.js
 create mode 100644 mode/octave/index.html
 create mode 100644 mode/octave/octave.js
 delete mode 100644 mode/pascal/LICENSE
 create mode 100644 mode/pegjs/index.html
 create mode 100644 mode/pegjs/pegjs.js
 delete mode 100644 mode/perl/LICENSE
 create mode 100644 mode/php/test.js
 create mode 100644 mode/pig/index.html
 create mode 100644 mode/pig/pig.js
 delete mode 100644 mode/plsql/index.html
 delete mode 100644 mode/plsql/plsql.js
 mode change 100755 => 100644 mode/properties/index.html
 mode change 100755 => 100644 mode/properties/properties.js
 create mode 100644 mode/puppet/index.html
 create mode 100644 mode/puppet/puppet.js
 delete mode 100644 mode/python/LICENSE.txt
 create mode 100644 mode/q/index.html
 create mode 100644 mode/q/q.js
 delete mode 100644 mode/r/LICENSE
 delete mode 100644 mode/rpm/changes/changes.js
 rename mode/rpm/{spec => }/index.html (55%)
 rename mode/rpm/{spec/spec.js => rpm.js} (63%)
 delete mode 100644 mode/rpm/spec/spec.css
 delete mode 100644 mode/ruby/LICENSE
 create mode 100644 mode/ruby/test.js
 create mode 100644 mode/sass/index.html
 create mode 100644 mode/sass/sass.js
 create mode 100644 mode/shell/index.html
 create mode 100644 mode/shell/shell.js
 create mode 100644 mode/shell/test.js
 create mode 100644 mode/sieve/index.html
 create mode 100644 mode/sieve/sieve.js
 create mode 100644 mode/slim/index.html
 create mode 100644 mode/slim/slim.js
 create mode 100644 mode/slim/test.js
 create mode 100644 mode/solr/index.html
 create mode 100644 mode/solr/solr.js
 create mode 100644 mode/soy/index.html
 create mode 100644 mode/soy/soy.js
 create mode 100644 mode/spreadsheet/index.html
 create mode 100644 mode/spreadsheet/spreadsheet.js
 create mode 100644 mode/sql/index.html
 create mode 100644 mode/sql/sql.js
 delete mode 100644 mode/stex/test.html
 create mode 100644 mode/stex/test.js
 create mode 100644 mode/stylus/index.html
 create mode 100644 mode/stylus/stylus.js
 create mode 100644 mode/swift/index.html
 create mode 100644 mode/swift/swift.js
 create mode 100644 mode/tcl/index.html
 create mode 100644 mode/tcl/tcl.js
 create mode 100644 mode/textile/index.html
 create mode 100644 mode/textile/test.js
 create mode 100644 mode/textile/textile.js
 create mode 100644 mode/tiki/index.html
 create mode 100644 mode/tiki/tiki.css
 create mode 100644 mode/tiki/tiki.js
 create mode 100644 mode/toml/index.html
 create mode 100644 mode/toml/toml.js
 create mode 100644 mode/tornado/index.html
 create mode 100644 mode/tornado/tornado.js
 create mode 100644 mode/troff/index.html
 create mode 100644 mode/troff/troff.js
 create mode 100644 mode/ttcn-cfg/index.html
 create mode 100644 mode/ttcn-cfg/ttcn-cfg.js
 create mode 100644 mode/ttcn/index.html
 create mode 100644 mode/ttcn/ttcn.js
 create mode 100644 mode/turtle/index.html
 copy mode/{sparql/sparql.js => turtle/turtle.js} (74%)
 create mode 100644 mode/twig/index.html
 create mode 100644 mode/twig/twig.js
 create mode 100644 mode/vb/index.html
 create mode 100644 mode/vb/vb.js
 create mode 100644 mode/verilog/test.js
 create mode 100644 mode/xml/test.js
 delete mode 100644 mode/xmlpure/index.html
 delete mode 100644 mode/xmlpure/xmlpure.js
 delete mode 100644 mode/xquery/LICENSE
 create mode 100644 mode/xquery/test.js
 delete mode 100644 mode/xquery/test/index.html
 delete mode 100644 mode/xquery/test/testBase.js
 delete mode 100644 mode/xquery/test/testEmptySequenceKeyword.js
 delete mode 100644 mode/xquery/test/testMultiAttr.js
 delete mode 100644 mode/xquery/test/testNamespaces.js
 delete mode 100644 mode/xquery/test/testProcessingInstructions.js
 delete mode 100644 mode/xquery/test/testQuotes.js
 create mode 100644 mode/z80/index.html
 create mode 100644 mode/z80/z80.js
 create mode 100644 package.json
 create mode 100644 test/comment_test.js
 create mode 100644 test/doc_test.js
 create mode 100644 test/driver.js
 create mode 100644 test/emacs_test.js
 create mode 100644 test/lint.js
 create mode 100644 test/multi_test.js
 create mode 100644 test/phantom_driver.js
 create mode 100755 test/run.js
 create mode 100644 test/scroll_test.js
 create mode 100644 test/search_test.js
 create mode 100644 test/sql-hint-test.js
 create mode 100644 test/sublime_test.js
 create mode 100644 test/vim_test.js
 create mode 100644 theme/3024-day.css
 create mode 100644 theme/3024-night.css
 create mode 100644 theme/ambiance-mobile.css
 create mode 100644 theme/ambiance.css
 create mode 100644 theme/base16-dark.css
 create mode 100644 theme/base16-light.css
 create mode 100644 theme/blackboard.css
 create mode 100644 theme/colorforth.css
 create mode 100644 theme/erlang-dark.css
 create mode 100644 theme/liquibyte.css
 create mode 100644 theme/mbo.css
 create mode 100644 theme/mdn-like.css
 create mode 100644 theme/midnight.css
 create mode 100644 theme/neo.css
 create mode 100644 theme/paraiso-dark.css
 create mode 100644 theme/paraiso-light.css
 create mode 100644 theme/pastel-on-dark.css
 create mode 100644 theme/solarized.css
 create mode 100644 theme/the-matrix.css
 create mode 100644 theme/tomorrow-night-bright.css
 create mode 100644 theme/tomorrow-night-eighties.css
 create mode 100644 theme/ttcn.css
 create mode 100644 theme/twilight.css
 create mode 100644 theme/vibrant-ink.css
 create mode 100644 theme/xq-light.css
 create mode 100644 theme/zenburn.css

-- 
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