[Pkg-javascript-commits] [codemirror-js] branch master updated (3b4e082 -> 084c907)
Gordon Ball
chronitis-guest at moszumanska.debian.org
Fri Apr 6 13:28:33 UTC 2018
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 3b4e082 Bump Standards-Version to 4.1.1
new a46084d New upstream version 5.36.0
new 9ded050 Update upstream source from tag 'upstream/5.36.0'
new 77fe75d New upstream: 5.36
new ff55df2 Add myself to uploaders
new 59b1872 Standards-Version: 4.1.4
new c610ec5 Build with rollup
new b193735 Rules-Requires-Root: no
new c6ef036 Patch syntax which causes a buble error
new 58a1b17 Move source.lintian-overrides
new 084c907 Add lintian override for src/util/misc.js
The 10 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:
.editorconfig | 7 +
.gitattributes | 16 +-
.gitignore | 1 +
.npmignore | 1 +
AUTHORS | 138 +-
CHANGELOG.md | 484 ++
CONTRIBUTING.md | 4 +
LICENSE | 4 +-
README.md | 9 +-
addon/comment/comment.js | 23 +-
addon/comment/continuecomment.js | 35 +-
addon/display/panel.js | 13 +-
addon/display/placeholder.js | 1 +
addon/display/rulers.js | 4 +-
addon/edit/closebrackets.js | 45 +-
addon/edit/closetag.js | 16 +-
addon/edit/continuelist.js | 54 +-
addon/edit/matchbrackets.js | 43 +-
addon/fold/foldcode.js | 2 +
addon/fold/indent-fold.js | 34 +-
addon/fold/xml-fold.js | 6 +-
addon/hint/javascript-hint.js | 8 +-
addon/hint/show-hint.js | 19 +-
addon/hint/sql-hint.js | 75 +-
addon/lint/coffeescript-lint.js | 6 +
addon/lint/css-lint.js | 11 +-
addon/lint/html-lint.js | 13 +-
addon/lint/javascript-lint.js | 115 +-
addon/lint/json-lint.js | 6 +
addon/lint/lint.js | 23 +-
addon/lint/yaml-lint.js | 17 +-
addon/merge/merge.css | 6 +
addon/merge/merge.js | 384 +-
addon/mode/multiplex.js | 10 +-
addon/mode/overlay.js | 9 +-
addon/mode/simple.js | 13 +-
addon/runmode/runmode-standalone.js | 3 +-
addon/runmode/runmode.node.js | 26 +-
addon/scroll/annotatescrollbar.js | 6 +-
addon/search/match-highlighter.js | 2 +-
addon/search/search.js | 14 +-
addon/search/searchcursor.js | 408 +-
addon/selection/active-line.js | 24 +-
addon/selection/mark-selection.js | 7 +-
addon/tern/tern.js | 41 +-
bin/authors.sh | 2 +-
bin/compress | 92 -
bin/release | 9 +-
bin/source-highlight | 13 +-
bower.json | 17 -
debian/changelog | 11 +
debian/control | 7 +-
debian/patches/buble-syntax-error.patch | 18 +
debian/patches/series | 1 +
debian/rules | 3 +
.../lintian-overrides} | 5 +
demo/activeline.html | 10 +
demo/bidi.html | 54 +-
demo/complete.html | 2 +-
demo/folding.html | 40 +-
demo/lint.html | 74 +-
demo/merge.html | 3 +-
demo/panel.html | 4 +-
demo/search.html | 2 +-
demo/simplemode.html | 15 +-
demo/theme.html | 10 +
demo/vim.html | 3 +-
demo/widget.html | 2 +-
doc/compress.html | 360 -
doc/logo.svg | 200 +-
doc/manual.html | 236 +-
doc/realworld.html | 33 +-
doc/releases.html | 279 +
doc/reporting.html | 5 +-
index.html | 29 +-
keymap/emacs.js | 52 +-
keymap/sublime.js | 329 +-
keymap/vim.js | 307 +-
lib/codemirror.css | 39 +-
lib/codemirror.js | 8964 --------------------
mode/asciiarmor/asciiarmor.js | 1 +
mode/asciiarmor/index.html | 2 +-
mode/clike/clike.js | 87 +-
mode/clike/test.js | 26 +-
mode/coffeescript/coffeescript.js | 4 +
mode/coffeescript/index.html | 2 +-
mode/commonlisp/commonlisp.js | 3 +-
mode/crystal/crystal.js | 88 +-
mode/crystal/index.html | 17 +-
mode/css/css.js | 65 +-
mode/css/index.html | 2 +-
mode/css/test.js | 9 +
mode/cypher/cypher.js | 8 +-
mode/cypher/test.js | 37 +
mode/d/d.js | 2 +-
mode/{ruby => d}/test.js | 9 +-
mode/dart/dart.js | 4 +-
mode/dockerfile/dockerfile.js | 168 +-
mode/dockerfile/test.js | 128 +
mode/dylan/dylan.js | 18 +-
mode/elm/elm.js | 2 +-
mode/factor/factor.js | 50 +-
mode/gfm/gfm.js | 7 +-
mode/gfm/index.html | 49 +-
mode/gfm/test.js | 92 +-
mode/go/go.js | 10 +-
mode/groovy/groovy.js | 6 +-
mode/haskell/haskell.js | 19 +-
mode/haxe/haxe.js | 2 +-
mode/htmlembedded/htmlembedded.js | 9 +
mode/htmlmixed/htmlmixed.js | 6 +-
mode/htmlmixed/index.html | 29 +-
mode/index.html | 3 +-
mode/javascript/javascript.js | 280 +-
mode/javascript/test.js | 215 +-
mode/javascript/typescript.html | 16 +-
mode/jinja2/jinja2.js | 2 +-
mode/jsx/jsx.js | 2 +-
mode/jsx/test.js | 22 +
mode/julia/julia.js | 268 +-
mode/markdown/index.html | 90 +-
mode/markdown/markdown.js | 359 +-
mode/markdown/test.js | 395 +-
mode/mathematica/mathematica.js | 4 +-
mode/meta.js | 35 +-
mode/mirc/mirc.js | 2 +-
mode/mllike/index.html | 19 +
mode/mllike/mllike.js | 241 +-
mode/mscgen/index.html | 2 +-
mode/mscgen/mscgen.js | 8 +-
mode/mscgen/mscgen_test.js | 10 +-
mode/mscgen/msgenny_test.js | 7 +-
mode/mscgen/xu_test.js | 19 +-
mode/nginx/index.html | 4 +-
mode/nsis/nsis.js | 22 +-
mode/ntriples/index.html | 33 +-
mode/ntriples/ntriples.js | 15 +-
mode/octave/octave.js | 10 +-
mode/oz/oz.js | 2 +-
mode/php/php.js | 2 +-
mode/powershell/powershell.js | 6 +-
mode/powershell/test.js | 10 +-
mode/protobuf/index.html | 42 +-
mode/protobuf/protobuf.js | 3 +-
mode/python/python.js | 54 +-
mode/python/test.js | 5 +
mode/q/q.js | 14 +-
mode/r/index.html | 65 +-
mode/r/r.js | 43 +-
mode/ruby/ruby.js | 47 +-
mode/ruby/test.js | 2 +
mode/rust/rust.js | 1 +
mode/sas/sas.js | 27 +-
mode/sass/index.html | 4 +-
mode/sass/sass.js | 96 +-
mode/sass/test.js | 122 +
mode/scheme/scheme.js | 2 +-
mode/shell/index.html | 2 +-
mode/shell/shell.js | 54 +-
mode/shell/test.js | 15 +
mode/sieve/sieve.js | 2 +-
mode/solr/solr.js | 4 +-
mode/soy/soy.js | 236 +-
mode/soy/test.js | 114 +
mode/sql/index.html | 10 +-
mode/sql/sql.js | 143 +-
mode/stex/stex.js | 12 +
mode/stex/test.js | 9 +
mode/stylus/stylus.js | 16 +-
mode/swift/swift.js | 73 +-
mode/swift/test.js | 156 +
mode/textile/textile.js | 2 +-
mode/tiki/tiki.js | 16 +-
mode/twig/twig.js | 2 +-
mode/vb/index.html | 79 +-
mode/vb/vb.js | 1 -
mode/velocity/velocity.js | 2 +-
mode/verilog/verilog.js | 408 +-
mode/vue/vue.js | 12 +-
mode/xml/xml.js | 7 +
mode/xquery/test.js | 10 +-
mode/xquery/xquery.js | 57 +-
mode/yacas/yacas.js | 2 +-
mode/yaml/yaml.js | 4 +-
package.json | 11 +-
rollup.config.js | 18 +
src/codemirror.js | 3 +
src/display/Display.js | 106 +
src/display/focus.js | 47 +
src/display/gutters.js | 34 +
src/display/highlight_worker.js | 55 +
src/display/line_numbers.js | 48 +
src/display/mode_state.js | 22 +
src/display/operations.js | 205 +
src/display/scroll_events.js | 115 +
src/display/scrollbars.js | 192 +
src/display/scrolling.js | 184 +
src/display/selection.js | 158 +
src/display/update_display.js | 260 +
src/display/update_line.js | 188 +
src/display/update_lines.js | 64 +
src/display/view_tracking.js | 153 +
src/edit/CodeMirror.js | 214 +
src/edit/commands.js | 178 +
src/edit/deleteNearSelection.js | 30 +
src/edit/drop_events.js | 119 +
src/edit/fromTextArea.js | 61 +
src/edit/global_events.js | 44 +
src/edit/key_events.js | 159 +
src/edit/legacy.js | 62 +
src/edit/main.js | 69 +
src/edit/methods.js | 539 ++
src/edit/mouse_events.js | 407 +
src/edit/options.js | 191 +
src/edit/utils.js | 7 +
src/input/ContentEditableInput.js | 517 ++
src/input/TextareaInput.js | 355 +
src/input/indent.js | 71 +
src/input/input.js | 135 +
src/input/keymap.js | 148 +
src/input/keynames.js | 17 +
src/input/movement.js | 110 +
src/line/highlight.js | 284 +
src/line/line_data.js | 337 +
src/line/pos.js | 40 +
src/line/saw_special_spans.js | 10 +
src/line/spans.js | 372 +
src/line/utils_line.js | 85 +
src/measurement/position_measurement.js | 700 ++
src/measurement/widgets.js | 26 +
src/model/Doc.js | 432 +
src/model/change_measurement.js | 61 +
src/model/changes.js | 333 +
src/model/chunk.js | 167 +
src/model/document_data.js | 111 +
src/model/history.js | 228 +
src/model/line_widget.js | 78 +
src/model/mark_text.js | 292 +
src/model/selection.js | 82 +
src/model/selection_updates.js | 208 +
src/modes.js | 96 +
src/util/StringStream.js | 90 +
src/util/bidi.js | 214 +
src/util/browser.js | 33 +
src/util/dom.js | 97 +
src/util/event.js | 103 +
src/util/feature_detection.js | 84 +
src/util/misc.js | 150 +
src/util/operation_group.js | 72 +
test/contenteditable_test.js | 110 +
test/doc_test.js | 24 +-
test/driver.js | 8 +-
test/emacs_test.js | 26 +-
test/index.html | 15 +-
test/lint.js | 11 +-
test/mode_test.js | 7 +-
test/multi_test.js | 18 +-
test/scroll_test.js | 11 +
test/search_test.js | 75 +-
test/sql-hint-test.js | 69 +-
test/sublime_test.js | 45 +-
test/test.js | 807 +-
test/vim_test.js | 703 +-
theme/abcdef.css | 2 +-
theme/ambiance.css | 2 +-
theme/cobalt.css | 2 +-
theme/colorforth.css | 2 +-
theme/dracula.css | 7 +-
theme/duotone-dark.css | 35 +
theme/duotone-light.css | 36 +
theme/eclipse.css | 2 +-
theme/erlang-dark.css | 2 +-
theme/icecoder.css | 2 +-
theme/lesser-dark.css | 2 +-
theme/liquibyte.css | 6 +-
theme/lucario.css | 37 +
theme/material.css | 6 +-
theme/mdn-like.css | 2 +-
theme/midnight.css | 2 -
theme/monokai.css | 2 +-
theme/night.css | 2 +-
theme/oceanic-next.css | 44 +
theme/panda-syntax.css | 6 +-
theme/pastel-on-dark.css | 2 +-
theme/rubyblue.css | 2 +-
theme/seti.css | 2 +-
theme/shadowfox.css | 52 +
theme/solarized.css | 3 +-
theme/the-matrix.css | 2 +-
theme/ttcn.css | 2 +-
theme/twilight.css | 2 +-
theme/vibrant-ink.css | 2 +-
theme/xq-dark.css | 2 +-
theme/xq-light.css | 2 +-
theme/yeti.css | 2 +-
295 files changed, 18364 insertions(+), 12377 deletions(-)
create mode 100644 .editorconfig
delete mode 100755 bin/compress
delete mode 100644 bower.json
create mode 100644 debian/patches/buble-syntax-error.patch
create mode 100644 debian/patches/series
rename debian/{source.lintian-overrides => source/lintian-overrides} (64%)
delete mode 100644 doc/compress.html
delete mode 100644 lib/codemirror.js
create mode 100644 mode/cypher/test.js
copy mode/{ruby => d}/test.js (50%)
create mode 100644 mode/dockerfile/test.js
create mode 100644 mode/sass/test.js
create mode 100644 mode/soy/test.js
create mode 100644 mode/swift/test.js
create mode 100644 rollup.config.js
create mode 100644 src/codemirror.js
create mode 100644 src/display/Display.js
create mode 100644 src/display/focus.js
create mode 100644 src/display/gutters.js
create mode 100644 src/display/highlight_worker.js
create mode 100644 src/display/line_numbers.js
create mode 100644 src/display/mode_state.js
create mode 100644 src/display/operations.js
create mode 100644 src/display/scroll_events.js
create mode 100644 src/display/scrollbars.js
create mode 100644 src/display/scrolling.js
create mode 100644 src/display/selection.js
create mode 100644 src/display/update_display.js
create mode 100644 src/display/update_line.js
create mode 100644 src/display/update_lines.js
create mode 100644 src/display/view_tracking.js
create mode 100644 src/edit/CodeMirror.js
create mode 100644 src/edit/commands.js
create mode 100644 src/edit/deleteNearSelection.js
create mode 100644 src/edit/drop_events.js
create mode 100644 src/edit/fromTextArea.js
create mode 100644 src/edit/global_events.js
create mode 100644 src/edit/key_events.js
create mode 100644 src/edit/legacy.js
create mode 100644 src/edit/main.js
create mode 100644 src/edit/methods.js
create mode 100644 src/edit/mouse_events.js
create mode 100644 src/edit/options.js
create mode 100644 src/edit/utils.js
create mode 100644 src/input/ContentEditableInput.js
create mode 100644 src/input/TextareaInput.js
create mode 100644 src/input/indent.js
create mode 100644 src/input/input.js
create mode 100644 src/input/keymap.js
create mode 100644 src/input/keynames.js
create mode 100644 src/input/movement.js
create mode 100644 src/line/highlight.js
create mode 100644 src/line/line_data.js
create mode 100644 src/line/pos.js
create mode 100644 src/line/saw_special_spans.js
create mode 100644 src/line/spans.js
create mode 100644 src/line/utils_line.js
create mode 100644 src/measurement/position_measurement.js
create mode 100644 src/measurement/widgets.js
create mode 100644 src/model/Doc.js
create mode 100644 src/model/change_measurement.js
create mode 100644 src/model/changes.js
create mode 100644 src/model/chunk.js
create mode 100644 src/model/document_data.js
create mode 100644 src/model/history.js
create mode 100644 src/model/line_widget.js
create mode 100644 src/model/mark_text.js
create mode 100644 src/model/selection.js
create mode 100644 src/model/selection_updates.js
create mode 100644 src/modes.js
create mode 100644 src/util/StringStream.js
create mode 100644 src/util/bidi.js
create mode 100644 src/util/browser.js
create mode 100644 src/util/dom.js
create mode 100644 src/util/event.js
create mode 100644 src/util/feature_detection.js
create mode 100644 src/util/misc.js
create mode 100644 src/util/operation_group.js
create mode 100644 test/contenteditable_test.js
create mode 100644 theme/duotone-dark.css
create mode 100644 theme/duotone-light.css
create mode 100644 theme/lucario.css
create mode 100644 theme/oceanic-next.css
create mode 100644 theme/shadowfox.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