diff options
| author | Felix H. Dahlke | 2013-01-11 18:24:52 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2013-01-11 18:24:52 -0500 |
| commit | f90ff90659871ee5df8408476a3e4b832a21b17c (patch) | |
| tree | cfe272437725baeba15a1da1643fdbff540c83fe /lisp/ChangeLog | |
| parent | 9fc9a531a5938e870339211de6c0ecfedaa1c86b (diff) | |
| download | emacs-f90ff90659871ee5df8408476a3e4b832a21b17c.tar.gz emacs-f90ff90659871ee5df8408476a3e4b832a21b17c.zip | |
* lisp/progmodes/js.el: Fix multiline declarations's indentation.
(js--declaration-keyword-re): New var.
(js--multi-line-declaration-indentation): New function.
(js--proper-indentation): Use it.
Fixes: debbugs:8576
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 107 |
1 files changed, 34 insertions, 73 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a2dfb8023b3..c600e37570f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,102 +1,63 @@ | |||
| 1 | 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com> | 1 | 2013-01-11 Felix H. Dahlke <fhd@ubercode.de> |
| 2 | |||
| 3 | * calc/calc.el (calc-highlight-selections-with-faces) | ||
| 4 | (calc-dispatch): Fix ambiguous doc string cross-reference(s). | ||
| 5 | 2 | ||
| 6 | * comint.el (comint-history-isearch-message): Fix ambiguous doc | 3 | * progmodes/js.el: Fix multiline declarations's indentation (bug#8576). |
| 7 | string cross-reference(s). | 4 | (js--declaration-keyword-re): New var. |
| 5 | (js--multi-line-declaration-indentation): New function. | ||
| 6 | (js--proper-indentation): Use it. | ||
| 8 | 7 | ||
| 9 | * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun): Fix | 8 | 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com> |
| 10 | ambiguous doc string cross-reference(s). | ||
| 11 | 9 | ||
| 10 | * calc/calc.el (calc-highlight-selections-with-faces) | ||
| 11 | (calc-dispatch): | ||
| 12 | * comint.el (comint-history-isearch-message): | ||
| 13 | * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun): | ||
| 12 | * ffap.el (ffap-string-at-point-region, ffap-next) | 14 | * ffap.el (ffap-string-at-point-region, ffap-next) |
| 13 | (ffap-string-at-point, ffap-string-around) | 15 | (ffap-string-at-point, ffap-string-around) |
| 14 | (ffap-copy-string-as-kill, ffap-highlight-overlay) | 16 | (ffap-copy-string-as-kill, ffap-highlight-overlay) |
| 15 | (ffap-literally): Fix ambiguous doc string cross-reference(s). | 17 | (ffap-literally): |
| 16 | |||
| 17 | * font-lock.el (font-lock-keywords-alist) | 18 | * font-lock.el (font-lock-keywords-alist) |
| 18 | (font-lock-removed-keywords-alist): Fix ambiguous doc string | 19 | (font-lock-removed-keywords-alist): |
| 19 | cross-reference(s). | 20 | * help-mode.el (help-xref-symbol-regexp): |
| 20 | 21 | * info.el (Info-find-emacs-command-nodes): | |
| 21 | * help-mode.el (help-xref-symbol-regexp): Add "call" as a hint for | 22 | * international/mule.el (add-to-coding-system-list): |
| 22 | a cross-reference to a function. | 23 | * isearch.el (isearch-message-function, isearch-fail-pos): |
| 23 | 24 | * misearch.el (multi-isearch-next-buffer-function): | |
| 24 | * info.el (Info-find-emacs-command-nodes): Fix ambiguous doc | 25 | * newcomment.el (comment-box): |
| 25 | string cross-reference(s). | ||
| 26 | |||
| 27 | * international/mule.el (add-to-coding-system-list): Fix ambiguous | ||
| 28 | doc string cross-reference(s). | ||
| 29 | |||
| 30 | * isearch.el (isearch-message-function, isearch-fail-pos): Fix | ||
| 31 | ambiguous doc string cross-reference(s). | ||
| 32 | |||
| 33 | * misearch.el (multi-isearch-next-buffer-function): Fix ambiguous | ||
| 34 | doc string cross-reference(s). | ||
| 35 | |||
| 36 | * newcomment.el (comment-box): Fix ambiguous doc string | ||
| 37 | cross-reference(s). | ||
| 38 | |||
| 39 | * printing.el (pr-txt-printer-alist, pr-ps-printer-alist) | 26 | * printing.el (pr-txt-printer-alist, pr-ps-printer-alist) |
| 40 | (pr-setting-database): Fix ambiguous doc string | 27 | (pr-setting-database): |
| 41 | cross-reference(s). | ||
| 42 | |||
| 43 | * progmodes/cc-fonts.el (c-font-lock-keywords-3) | 28 | * progmodes/cc-fonts.el (c-font-lock-keywords-3) |
| 44 | (c++-font-lock-keywords-3, objc-font-lock-keywords-3) | 29 | (c++-font-lock-keywords-3, objc-font-lock-keywords-3) |
| 45 | (java-font-lock-keywords-3, idl-font-lock-keywords-3) | 30 | (java-font-lock-keywords-3, idl-font-lock-keywords-3) |
| 46 | (pike-font-lock-keywords-3): Fix ambiguous doc string | 31 | (pike-font-lock-keywords-3): |
| 47 | cross-reference(s). | 32 | * progmodes/compile.el (compile): |
| 48 | |||
| 49 | * progmodes/compile.el (compile): Fix ambiguous doc string | ||
| 50 | cross-reference(s). | ||
| 51 | |||
| 52 | * progmodes/etags.el (tags-table-files) | 33 | * progmodes/etags.el (tags-table-files) |
| 53 | (tags-table-files-function, tags-included-tables-function): Fix | 34 | (tags-table-files-function, tags-included-tables-function): |
| 54 | ambiguous doc string cross-reference(s). | ||
| 55 | |||
| 56 | * progmodes/gdb-mi.el (gdb, gdb-setup-windows) | 35 | * progmodes/gdb-mi.el (gdb, gdb-setup-windows) |
| 57 | (gdb-restore-windows): Fix ambiguous doc string | 36 | (gdb-restore-windows): |
| 58 | cross-reference(s). | ||
| 59 | |||
| 60 | * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces) | 37 | * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces) |
| 61 | (ps-n-up-filling-database): Fix ambiguous doc string | 38 | (ps-n-up-filling-database): |
| 62 | cross-reference(s). | 39 | * server.el (server-buffer, server-log): |
| 63 | |||
| 64 | * server.el (server-buffer, server-log): Fix ambiguous doc string | ||
| 65 | cross-reference(s). | ||
| 66 | |||
| 67 | * simple.el (newline, delete-backward-char, delete-forward-char) | 40 | * simple.el (newline, delete-backward-char, delete-forward-char) |
| 68 | (minibuffer-history-isearch-message, kill-line, track-eol) | 41 | (minibuffer-history-isearch-message, kill-line, track-eol) |
| 69 | (temporary-goal-column): Fix ambiguous doc string | 42 | (temporary-goal-column): |
| 70 | cross-reference(s). | ||
| 71 | |||
| 72 | * textmodes/flyspell.el (flyspell-mark-duplications-flag) | 43 | * textmodes/flyspell.el (flyspell-mark-duplications-flag) |
| 73 | (flyspell-default-deplacement-commands): Fix ambiguous doc string | 44 | (flyspell-default-deplacement-commands): |
| 74 | cross-reference(s). | 45 | * textmodes/ispell.el (ispell-accept-output): |
| 75 | 46 | * textmodes/sgml-mode.el (html-tag-help): | |
| 76 | * textmodes/ispell.el (ispell-accept-output): Fix ambiguous doc | ||
| 77 | string cross-reference(s). | ||
| 78 | |||
| 79 | * textmodes/sgml-mode.el (html-tag-help): Fix ambiguous doc string | ||
| 80 | cross-reference(s). | ||
| 81 | |||
| 82 | * vc/compare-w.el (compare-ignore-whitespace) | 47 | * vc/compare-w.el (compare-ignore-whitespace) |
| 83 | (compare-ignore-case, compare-windows-dehighlight): Fix ambiguous | 48 | (compare-ignore-case, compare-windows-dehighlight): |
| 84 | doc string cross-reference(s). | 49 | * vc/diff.el (diff): |
| 85 | |||
| 86 | * vc/diff.el (diff): Fix ambiguous doc string cross-reference(s). | ||
| 87 | |||
| 88 | * whitespace.el (whitespace-point) | 50 | * whitespace.el (whitespace-point) |
| 89 | (whitespace-font-lock-refontify, whitespace-bob-marker) | 51 | (whitespace-font-lock-refontify, whitespace-bob-marker) |
| 90 | (whitespace-eob-marker): Fix ambiguous doc string | 52 | (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s). |
| 91 | cross-reference(s). | ||
| 92 | 53 | ||
| 93 | 2013-01-11 Michael Albinus <michael.albinus@gmx.de> | 54 | 2013-01-11 Michael Albinus <michael.albinus@gmx.de> |
| 94 | 55 | ||
| 95 | * autorevert.el (top): Require 'cl in order to pacify byte compiler. | 56 | * autorevert.el (top): Require 'cl in order to pacify byte compiler. |
| 96 | (auto-revert-notify-rm-watch): Ignore errors. | 57 | (auto-revert-notify-rm-watch): Ignore errors. |
| 97 | (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for | 58 | (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for |
| 98 | inotify, and '(size last-write-time) for w32notify. Set | 59 | inotify, and '(size last-write-time) for w32notify. |
| 99 | buffer-local `auto-revert-use-notify' to nil when adding a file | 60 | Set buffer-local `auto-revert-use-notify' to nil when adding a file |
| 100 | watch fails - this is a fallback to the file modification check. | 61 | watch fails - this is a fallback to the file modification check. |
| 101 | (auto-revert-notify-event-p, auto-revert-notify-event-descriptor) | 62 | (auto-revert-notify-event-p, auto-revert-notify-event-descriptor) |
| 102 | (auto-revert-notify-event-action) | 63 | (auto-revert-notify-event-action) |