[Pkg-javascript-commits] [codemirror-js] branch master updated (0fe6641 -> fb6fd8c)

Gordon Ball chronitis-guest at moszumanska.debian.org
Thu Sep 21 13:47:15 UTC 2017


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

chronitis-guest pushed a change to branch master
in repository codemirror-js.

      from  0fe6641   upload to unstable
       new  1171f45   New upstream version 5.19.0
       new  abceaf7   Updated version 5.19.0 from 'upstream/5.19.0'
       new  9b863b3   Update to 5.19.0
       new  a2ceb67   DH compat 10
       new  3cce76f   Standards-Version: 4.1.0
       new  444964c   Update URLs in d/control, d/copyright
       new  2dfeb6f   Section web -> javascript
       new  e3c958b   Team upload
       new  fb6fd8c   Add insane-line-length lintian overrides

The 9 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:
 .npmignore                                |  10 +
 .travis.yml                               |   3 +-
 AUTHORS                                   | 130 +++++
 CHANGELOG.md                              | 884 ++++++++++++++++++++++++++++++
 CONTRIBUTING.md                           |  11 +-
 LICENSE                                   |   2 +-
 README.md                                 |  30 +-
 addon/comment/comment.js                  |  51 +-
 addon/dialog/dialog.js                    |   4 +-
 addon/display/autorefresh.js              |  47 ++
 addon/display/placeholder.js              |   6 +-
 addon/display/rulers.js                   |  38 +-
 addon/edit/closebrackets.js               |  14 +-
 addon/edit/closetag.js                    |   9 +-
 addon/edit/matchbrackets.js               |   4 +-
 addon/fold/brace-fold.js                  |  16 +-
 addon/fold/comment-fold.js                |   4 +-
 addon/fold/foldcode.js                    |   5 +-
 addon/fold/foldgutter.js                  |   6 +-
 addon/fold/xml-fold.js                    |  10 +-
 addon/hint/anyword-hint.js                |   2 +-
 addon/hint/javascript-hint.js             |  11 +-
 addon/hint/show-hint.css                  |   2 -
 addon/hint/show-hint.js                   | 139 +++--
 addon/hint/sql-hint.js                    |  83 +--
 addon/lint/html-lint.js                   |  46 ++
 addon/lint/lint.css                       |   4 +-
 addon/lint/lint.js                        |  48 +-
 addon/merge/merge.css                     |   1 +
 addon/merge/merge.js                      |  22 +-
 addon/mode/multiplex.js                   |   6 +-
 addon/mode/multiplex_test.js              |   2 +-
 addon/mode/simple.js                      |   2 +-
 addon/runmode/runmode.js                  |   2 +-
 addon/runmode/runmode.node.js             |   1 +
 addon/scroll/annotatescrollbar.js         |   5 +-
 addon/scroll/scrollpastend.js             |   2 +
 addon/scroll/simplescrollbars.js          |  27 +-
 addon/search/jump-to-line.js              |  49 ++
 addon/search/match-highlighter.js         | 105 ++--
 addon/search/search.js                    | 145 ++++-
 addon/selection/active-line.js            |   3 +
 addon/tern/tern.css                       |   1 +
 addon/tern/tern.js                        |  18 +-
 addon/wrap/hardwrap.js                    |  19 +-
 bin/compress                              |   4 +-
 bin/release                               |   8 +-
 bin/upload-release.js                     |  35 ++
 debian/changelog                          |  14 +
 debian/compat                             |   2 +-
 debian/control                            |  14 +-
 debian/copyright                          |   6 +-
 debian/source.lintian-overrides           |  10 +
 demo/btree.html                           |   4 +-
 demo/complete.html                        |  63 ++-
 demo/hardwrap.html                        |   7 +-
 demo/lint.html                            |  68 ---
 demo/matchhighlighter.html                |  64 ++-
 demo/merge.html                           |   2 +-
 demo/runmode.html                         |   2 +-
 demo/search.html                          |  12 +-
 demo/simplemode.html                      |   2 +-
 demo/sublime.html                         |   3 +-
 demo/tern.html                            |  26 +-
 demo/theme.html                           |  34 +-
 demo/vim.html                             |   8 +
 demo/xmlcomplete.html                     |   4 +-
 doc/compress.html                         |  50 +-
 doc/internals.html                        |   3 +-
 doc/manual.html                           | 297 ++++++----
 doc/realworld.html                        |  17 +-
 doc/releases.html                         | 265 ++++++++-
 index.html                                |  13 +-
 keymap/emacs.js                           |   2 +-
 keymap/sublime.js                         |  63 ++-
 keymap/vim.js                             | 147 ++---
 lib/codemirror.css                        |  66 ++-
 lib/codemirror.js                         | 837 ++++++++++++++++++----------
 mode/asn.1/index.html                     |   3 +-
 mode/brainfuck/brainfuck.js               |  85 +++
 mode/brainfuck/index.html                 |  85 +++
 mode/clike/clike.js                       | 365 +++++++++---
 mode/clike/index.html                     | 111 +++-
 mode/clike/test.js                        |  22 +
 mode/clojure/clojure.js                   |  74 ++-
 mode/clojure/index.html                   |   3 +
 mode/coffeescript/coffeescript.js         |  40 +-
 mode/crystal/crystal.js                   | 391 +++++++++++++
 mode/crystal/index.html                   | 119 ++++
 mode/css/css.js                           | 159 ++++--
 mode/css/gss.html                         | 103 ++++
 mode/css/gss_test.js                      |  17 +
 mode/css/less_test.js                     |   4 +-
 mode/css/scss_test.js                     |   2 +-
 mode/css/test.js                          |  22 +-
 mode/cypher/cypher.js                     |   6 +-
 mode/dart/dart.js                         | 113 +++-
 mode/django/django.js                     |  48 +-
 mode/dockerfile/dockerfile.js             |   5 +-
 mode/dtd/dtd.js                           |  12 +-
 mode/dylan/dylan.js                       |  85 ++-
 mode/dylan/test.js                        |  88 +++
 mode/ebnf/ebnf.js                         |   2 +-
 mode/elm/elm.js                           |   2 +-
 mode/erlang/erlang.js                     |   9 +-
 mode/fcl/fcl.js                           | 173 ++++++
 mode/fcl/index.html                       | 108 ++++
 mode/fortran/index.html                   |   2 +-
 mode/gfm/gfm.js                           |  45 +-
 mode/gfm/index.html                       |   2 +-
 mode/gfm/test.js                          |  27 +-
 mode/go/go.js                             |   4 +-
 mode/haml/haml.js                         |  12 +-
 mode/handlebars/handlebars.js             |  19 +-
 mode/handlebars/index.html                |  18 +-
 mode/haskell-literate/haskell-literate.js |  43 ++
 mode/haskell-literate/index.html          | 282 ++++++++++
 mode/haxe/haxe.js                         | 165 +++---
 mode/htmlembedded/index.html              |   9 +-
 mode/htmlmixed/htmlmixed.js               | 223 ++++----
 mode/index.html                           |  24 +-
 mode/javascript/javascript.js             | 195 ++++---
 mode/javascript/test.js                   |  94 ++--
 mode/jsx/index.html                       |  89 +++
 mode/jsx/jsx.js                           | 148 +++++
 mode/jsx/test.js                          |  69 +++
 mode/julia/julia.js                       | 325 +++++++----
 mode/kotlin/index.html                    |  89 ---
 mode/kotlin/kotlin.js                     | 284 ----------
 mode/livescript/livescript.js             |   2 +-
 mode/markdown/index.html                  |   4 +-
 mode/markdown/markdown.js                 | 336 +++++++-----
 mode/markdown/test.js                     | 224 +++++++-
 mode/mathematica/mathematica.js           |   1 +
 mode/{gherkin => mbox}/index.html         |  32 +-
 mode/mbox/mbox.js                         | 129 +++++
 mode/meta.js                              |  44 +-
 mode/mscgen/index.html                    | 151 +++++
 mode/mscgen/mscgen.js                     | 169 ++++++
 mode/mscgen/mscgen_test.js                |  75 +++
 mode/mscgen/msgenny_test.js               |  71 +++
 mode/mscgen/xu_test.js                    |  75 +++
 mode/mumps/index.html                     |   4 +-
 mode/nginx/index.html                     |   4 +-
 mode/nginx/nginx.js                       |   2 +-
 mode/{shell => nsis}/index.html           |  64 ++-
 mode/nsis/nsis.js                         |  95 ++++
 mode/octave/index.html                    |   2 +-
 mode/oz/index.html                        |  59 ++
 mode/oz/oz.js                             | 252 +++++++++
 mode/pegjs/pegjs.js                       |  12 +-
 mode/perl/perl.js                         |   2 +-
 mode/php/php.js                           |  20 +-
 mode/pig/index.html                       |   4 +-
 mode/powershell/index.html                | 204 +++++++
 mode/powershell/powershell.js             | 396 +++++++++++++
 mode/powershell/test.js                   |  72 +++
 mode/properties/properties.js             |   2 +-
 mode/protobuf/index.html                  |  64 +++
 mode/protobuf/protobuf.js                 |  68 +++
 mode/{jade => pug}/index.html             |  16 +-
 mode/{jade/jade.js => pug/pug.js}         |  17 +-
 mode/puppet/puppet.js                     |   2 +-
 mode/python/index.html                    |   4 +-
 mode/python/python.js                     | 140 +++--
 mode/python/test.js                       |  30 +
 mode/r/r.js                               |   2 +
 mode/rpm/rpm.js                           |  26 +-
 mode/ruby/ruby.js                         |   6 +-
 mode/rust/index.html                      |  22 +-
 mode/rust/rust.js                         | 484 ++--------------
 mode/rust/test.js                         |  39 ++
 mode/sas/index.html                       |  81 +++
 mode/sas/sas.js                           | 316 +++++++++++
 mode/slim/slim.js                         |   8 +-
 mode/soy/soy.js                           |   7 +-
 mode/sparql/sparql.js                     |  12 +-
 mode/spreadsheet/spreadsheet.js           |   5 +-
 mode/sql/index.html                       |   4 +-
 mode/sql/sql.js                           |  28 +-
 mode/stylus/stylus.js                     |  19 +-
 mode/swift/index.html                     |  20 +-
 mode/swift/swift.js                       | 333 ++++++-----
 mode/tcl/tcl.js                           |  32 +-
 mode/tiddlywiki/tiddlywiki.js             | 206 +++----
 mode/tiki/tiki.css                        |   2 +-
 mode/troff/troff.js                       |   4 +-
 mode/twig/twig.js                         |  15 +-
 mode/velocity/index.html                  |   2 +
 mode/velocity/velocity.js                 |   2 +-
 mode/verilog/index.html                   |   2 +-
 mode/verilog/test.js                      |   2 +-
 mode/verilog/verilog.js                   |   2 +-
 mode/vhdl/index.html                      |  95 ++++
 mode/{d/d.js => vhdl/vhdl.js}             | 153 +++---
 mode/vue/index.html                       |  69 +++
 mode/vue/vue.js                           |  69 +++
 mode/webidl/index.html                    |  71 +++
 mode/webidl/webidl.js                     | 195 +++++++
 mode/xml/index.html                       |   6 +-
 mode/xml/xml.js                           | 150 ++---
 mode/xquery/xquery.js                     |   2 +-
 mode/yacas/index.html                     |  87 +++
 mode/yacas/yacas.js                       | 204 +++++++
 mode/{gfm => yaml-frontmatter}/index.html |  72 ++-
 mode/yaml-frontmatter/yaml-frontmatter.js |  68 +++
 package.json                              |  58 +-
 test/comment_test.js                      |  16 +-
 test/driver.js                            |   2 +-
 test/emacs_test.js                        |   8 +-
 test/index.html                           |  19 +-
 test/mode_test.js                         |   2 +-
 test/run.js                               |   2 +-
 test/scroll_test.js                       |  14 +-
 test/sublime_test.js                      |   4 +
 test/test.js                              |  62 ++-
 test/vim_test.js                          | 170 ++++--
 theme/3024-day.css                        |  45 +-
 theme/3024-night.css                      |  44 +-
 theme/abcdef.css                          |  32 ++
 theme/ambiance.css                        |  20 +-
 theme/base16-dark.css                     |  54 +-
 theme/base16-light.css                    |  54 +-
 theme/bespin.css                          |  34 ++
 theme/blackboard.css                      |  14 +-
 theme/cobalt.css                          |  12 +-
 theme/colorforth.css                      |   6 +-
 theme/dracula.css                         |  41 ++
 theme/eclipse.css                         |  42 +-
 theme/elegant.css                         |  24 +-
 theme/erlang-dark.css                     |  12 +-
 theme/hopscotch.css                       |  34 ++
 theme/icecoder.css                        |  43 ++
 theme/isotope.css                         |  34 ++
 theme/lesser-dark.css                     |  32 +-
 theme/liquibyte.css                       |  38 +-
 theme/material.css                        |  53 ++
 theme/mbo.css                             |  50 +-
 theme/mdn-like.css                        |  16 +-
 theme/midnight.css                        |  50 +-
 theme/monokai.css                         |  47 +-
 theme/neat.css                            |   6 +-
 theme/neo.css                             |  14 +-
 theme/night.css                           |  15 +-
 theme/panda-syntax.css                    |  85 +++
 theme/paraiso-dark.css                    |  52 +-
 theme/paraiso-light.css                   |  52 +-
 theme/pastel-on-dark.css                  |  11 +-
 theme/railscasts.css                      |  34 ++
 theme/rubyblue.css                        |  10 +-
 theme/seti.css                            |  44 ++
 theme/solarized.css                       |  58 +-
 theme/the-matrix.css                      |  46 +-
 theme/tomorrow-night-bright.css           |  48 +-
 theme/tomorrow-night-eighties.css         |  52 +-
 theme/ttcn.css                            |  91 ++-
 theme/twilight.css                        |  18 +-
 theme/vibrant-ink.css                     |  22 +-
 theme/xq-dark.css                         |  44 +-
 theme/xq-light.css                        |  36 +-
 theme/yeti.css                            |  44 ++
 theme/zenburn.css                         |   6 +-
 262 files changed, 12387 insertions(+), 3964 deletions(-)
 create mode 100644 .npmignore
 create mode 100644 CHANGELOG.md
 create mode 100644 addon/display/autorefresh.js
 create mode 100644 addon/lint/html-lint.js
 create mode 100644 addon/search/jump-to-line.js
 create mode 100644 bin/upload-release.js
 create mode 100644 debian/source.lintian-overrides
 create mode 100644 mode/brainfuck/brainfuck.js
 create mode 100644 mode/brainfuck/index.html
 create mode 100644 mode/crystal/crystal.js
 create mode 100644 mode/crystal/index.html
 create mode 100644 mode/css/gss.html
 create mode 100644 mode/css/gss_test.js
 create mode 100644 mode/dylan/test.js
 create mode 100644 mode/fcl/fcl.js
 create mode 100644 mode/fcl/index.html
 create mode 100644 mode/haskell-literate/haskell-literate.js
 create mode 100644 mode/haskell-literate/index.html
 create mode 100644 mode/jsx/index.html
 create mode 100644 mode/jsx/jsx.js
 create mode 100644 mode/jsx/test.js
 delete mode 100644 mode/kotlin/index.html
 delete mode 100644 mode/kotlin/kotlin.js
 copy mode/{gherkin => mbox}/index.html (53%)
 create mode 100644 mode/mbox/mbox.js
 create mode 100644 mode/mscgen/index.html
 create mode 100644 mode/mscgen/mscgen.js
 create mode 100644 mode/mscgen/mscgen_test.js
 create mode 100644 mode/mscgen/msgenny_test.js
 create mode 100644 mode/mscgen/xu_test.js
 copy mode/{shell => nsis}/index.html (51%)
 create mode 100644 mode/nsis/nsis.js
 create mode 100644 mode/oz/index.html
 create mode 100644 mode/oz/oz.js
 create mode 100644 mode/powershell/index.html
 create mode 100644 mode/powershell/powershell.js
 create mode 100644 mode/powershell/test.js
 create mode 100644 mode/protobuf/index.html
 create mode 100644 mode/protobuf/protobuf.js
 rename mode/{jade => pug}/index.html (83%)
 rename mode/{jade/jade.js => pug/pug.js} (96%)
 create mode 100644 mode/python/test.js
 create mode 100644 mode/rust/test.js
 create mode 100644 mode/sas/index.html
 create mode 100755 mode/sas/sas.js
 create mode 100644 mode/vhdl/index.html
 copy mode/{d/d.js => vhdl/vhdl.js} (50%)
 create mode 100644 mode/vue/index.html
 create mode 100644 mode/vue/vue.js
 create mode 100644 mode/webidl/index.html
 create mode 100644 mode/webidl/webidl.js
 create mode 100644 mode/yacas/index.html
 create mode 100644 mode/yacas/yacas.js
 copy mode/{gfm => yaml-frontmatter}/index.html (55%)
 create mode 100644 mode/yaml-frontmatter/yaml-frontmatter.js
 create mode 100644 theme/abcdef.css
 create mode 100644 theme/bespin.css
 create mode 100644 theme/dracula.css
 create mode 100644 theme/hopscotch.css
 create mode 100644 theme/icecoder.css
 create mode 100644 theme/isotope.css
 create mode 100644 theme/material.css
 create mode 100644 theme/panda-syntax.css
 create mode 100644 theme/railscasts.css
 create mode 100644 theme/seti.css
 create mode 100644 theme/yeti.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