diff options
| author | Juanma Barranquero | 2014-03-03 05:57:26 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2014-03-03 05:57:26 +0100 |
| commit | 35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099 (patch) | |
| tree | e62433e0952c3192f466f1334180683d6334f8c3 /lisp | |
| parent | 542a38406dd041c1870760c792e0d05e1d0d9e39 (diff) | |
| download | emacs-35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099.tar.gz emacs-35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099.zip | |
*/ChangeLog: Trivial fixes.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 75 | ||||
| -rw-r--r-- | lisp/cedet/ChangeLog | 30 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/mh-e/ChangeLog | 10 |
4 files changed, 59 insertions, 62 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e047d3bbe62..35ac6590af7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | (display-mm-dimensions-alist, display-mm-height) | 34 | (display-mm-dimensions-alist, display-mm-height) |
| 35 | (display-mm-width): Doc tweaks. | 35 | (display-mm-width): Doc tweaks. |
| 36 | 36 | ||
| 37 | 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com> | 37 | 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com> |
| 38 | 38 | ||
| 39 | * simple.el (undo-elt-in-region): Fix buffer corruption for edge | 39 | * simple.el (undo-elt-in-region): Fix buffer corruption for edge |
| 40 | case of undo in region. | 40 | case of undo in region. |
| @@ -47,12 +47,12 @@ | |||
| 47 | 2014-03-02 Juanma Barranquero <lekktu@gmail.com> | 47 | 2014-03-02 Juanma Barranquero <lekktu@gmail.com> |
| 48 | 48 | ||
| 49 | * icomplete.el (icomplete-completions): Use string-width. | 49 | * icomplete.el (icomplete-completions): Use string-width. |
| 50 | Suggested by Stefan Monier <monnier@iro.umontreal.ca>. | 50 | Suggested by Stefan Monnier <monnier@iro.umontreal.ca>. |
| 51 | 51 | ||
| 52 | 2014-03-01 Dmitry Gutov <dgutov@yandex.ru> | 52 | 2014-03-01 Dmitry Gutov <dgutov@yandex.ru> |
| 53 | 53 | ||
| 54 | * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight | 54 | * progmodes/ruby-mode.el (ruby-font-lock-keywords): |
| 55 | regexp options. (Bug#16914) | 55 | Highlight regexp options. (Bug#16914) |
| 56 | 56 | ||
| 57 | 2014-03-01 Martin Rudalics <rudalics@gmx.at> | 57 | 2014-03-01 Martin Rudalics <rudalics@gmx.at> |
| 58 | 58 | ||
| @@ -165,8 +165,8 @@ | |||
| 165 | `tramp-adb-command-exit-status'. Change all callees. | 165 | `tramp-adb-command-exit-status'. Change all callees. |
| 166 | (tramp-adb-handle-file-attributes) | 166 | (tramp-adb-handle-file-attributes) |
| 167 | (tramp-adb-handle-directory-files-and-attributes): Use it. | 167 | (tramp-adb-handle-directory-files-and-attributes): Use it. |
| 168 | (tramp-adb-ls-output-name-less-p): Use | 168 | (tramp-adb-ls-output-name-less-p): |
| 169 | `directory-listing-before-filename-regexp'. | 169 | Use `directory-listing-before-filename-regexp'. |
| 170 | (tramp-adb-handle-delete-directory): Flush also file properties of | 170 | (tramp-adb-handle-delete-directory): Flush also file properties of |
| 171 | the truename of directory. | 171 | the truename of directory. |
| 172 | (tramp-adb-handle-file-name-all-completions): Add "./" and "../". | 172 | (tramp-adb-handle-file-name-all-completions): Add "./" and "../". |
| @@ -299,9 +299,9 @@ | |||
| 299 | 299 | ||
| 300 | 2014-02-22 Daniel Colascione <dancol@dancol.org> | 300 | 2014-02-22 Daniel Colascione <dancol@dancol.org> |
| 301 | 301 | ||
| 302 | * net/secrets.el (secrets-create-item,secrets-search-items): Check | 302 | * net/secrets.el (secrets-create-item,secrets-search-items): |
| 303 | that attribute values are strings, avoiding the construction of | 303 | Check that attribute values are strings, avoiding the construction |
| 304 | invalid dbus messages. | 304 | of invalid dbus messages. |
| 305 | 305 | ||
| 306 | 2014-02-21 Juanma Barranquero <lekktu@gmail.com> | 306 | 2014-02-21 Juanma Barranquero <lekktu@gmail.com> |
| 307 | 307 | ||
| @@ -543,7 +543,7 @@ | |||
| 543 | (sql-oracle-options): New default value ("-L"). | 543 | (sql-oracle-options): New default value ("-L"). |
| 544 | (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting. | 544 | (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting. |
| 545 | (sql-placeholders-filter): Correct placeholder pattern. | 545 | (sql-placeholders-filter): Correct placeholder pattern. |
| 546 | (sql-read-table-name): Bug fix. Detect absence of SQLi process. | 546 | (sql-read-table-name): Bug fix. Detect absence of SQLi process. |
| 547 | (sql-login-delay): New variable. | 547 | (sql-login-delay): New variable. |
| 548 | (sql-product-interactive): Use it. | 548 | (sql-product-interactive): Use it. |
| 549 | 549 | ||
| @@ -878,7 +878,7 @@ | |||
| 878 | 878 | ||
| 879 | 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org> | 879 | 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 880 | 880 | ||
| 881 | * progmodes/python.el (python-shell-send-string): | 881 | * progmodes/python.el (python-shell-send-string) |
| 882 | (python-shell-send-string-no-output): Fix docstring (Bug#16547). | 882 | (python-shell-send-string-no-output): Fix docstring (Bug#16547). |
| 883 | 883 | ||
| 884 | 2014-02-04 Anders Lindgren <andlind@gmail.com> | 884 | 2014-02-04 Anders Lindgren <andlind@gmail.com> |
| @@ -948,11 +948,13 @@ | |||
| 948 | 948 | ||
| 949 | 2014-02-02 Daniel Colascione <dancol@dancol.org> | 949 | 2014-02-02 Daniel Colascione <dancol@dancol.org> |
| 950 | 950 | ||
| 951 | * progmodes/cc-defs.el (c-find-assignment-for-mode): Make loading cc-mode silent. | 951 | * progmodes/cc-defs.el (c-find-assignment-for-mode): |
| 952 | Make loading cc-mode silent. | ||
| 952 | 953 | ||
| 953 | 2014-02-02 Daniel Colascione <dancol@dancol.org> | 954 | 2014-02-02 Daniel Colascione <dancol@dancol.org> |
| 954 | 955 | ||
| 955 | * comint.el (comint-prompt-read-only): Change doc to suggest remap keybinding. | 956 | * comint.el (comint-prompt-read-only): Change doc to suggest |
| 957 | remap keybinding. | ||
| 956 | 958 | ||
| 957 | 2014-02-02 Glenn Morris <rgm@gnu.org> | 959 | 2014-02-02 Glenn Morris <rgm@gnu.org> |
| 958 | 960 | ||
| @@ -1220,7 +1222,7 @@ | |||
| 1220 | 1222 | ||
| 1221 | * international/quail.el (quail-define-package): Doc fix. | 1223 | * international/quail.el (quail-define-package): Doc fix. |
| 1222 | 1224 | ||
| 1223 | * emacs-lisp/authors.el (authors-valid-file-names): | 1225 | * emacs-lisp/authors.el (authors-valid-file-names) |
| 1224 | (authors-renamed-files-alist): Additions. | 1226 | (authors-renamed-files-alist): Additions. |
| 1225 | 1227 | ||
| 1226 | * vc/vc-git.el (vc-git-print-log): Remove --follow; | 1228 | * vc/vc-git.el (vc-git-print-log): Remove --follow; |
| @@ -1356,7 +1358,7 @@ | |||
| 1356 | * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries. | 1358 | * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries. |
| 1357 | 1359 | ||
| 1358 | Make M-x authors return zero *Authors Errors* from current logs. | 1360 | Make M-x authors return zero *Authors Errors* from current logs. |
| 1359 | * emacs-lisp/authors.el (authors-obsolete-files-regexps): | 1361 | * emacs-lisp/authors.el (authors-obsolete-files-regexps) |
| 1360 | (authors-ignored-files): Add some entries, remove others. | 1362 | (authors-ignored-files): Add some entries, remove others. |
| 1361 | (authors-ambiguous-files, authors-valid-file-names): | 1363 | (authors-ambiguous-files, authors-valid-file-names): |
| 1362 | Add some entries. | 1364 | Add some entries. |
| @@ -1503,7 +1505,7 @@ | |||
| 1503 | Spelling fixes. | 1505 | Spelling fixes. |
| 1504 | * emacs-lisp/generic.el (generic--normalize-comments): | 1506 | * emacs-lisp/generic.el (generic--normalize-comments): |
| 1505 | Rename from generic--normalise-comments. All uses changed. | 1507 | Rename from generic--normalise-comments. All uses changed. |
| 1506 | * play/bubbles.el (bubbles--neighborhood-score): | 1508 | * play/bubbles.el (bubbles--neighborhood-score) |
| 1507 | (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood) | 1509 | (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood) |
| 1508 | (bubbles--neighborhood-available) | 1510 | (bubbles--neighborhood-available) |
| 1509 | (bubbles--update-neighborhood-score): | 1511 | (bubbles--update-neighborhood-score): |
| @@ -2014,8 +2016,7 @@ | |||
| 2014 | 2016 | ||
| 2015 | 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org> | 2017 | 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 2016 | 2018 | ||
| 2017 | * progmodes/python.el: | 2019 | * progmodes/python.el (python-nav--lisp-forward-sexp): New function. |
| 2018 | (python-nav--lisp-forward-sexp): New function. | ||
| 2019 | (python-nav--lisp-forward-sexp-safe): Use it. Rename from | 2020 | (python-nav--lisp-forward-sexp-safe): Use it. Rename from |
| 2020 | python-nav-lisp-forward-sexp-safe. | 2021 | python-nav-lisp-forward-sexp-safe. |
| 2021 | (python-nav--forward-sexp): New argument SAFE allows switching | 2022 | (python-nav--forward-sexp): New argument SAFE allows switching |
| @@ -4463,9 +4464,9 @@ | |||
| 4463 | (find-buffer-file-type-coding-system): Mark obsolete. | 4464 | (find-buffer-file-type-coding-system): Mark obsolete. |
| 4464 | (w32-find-file-not-found-set-buffer-file-coding-system): Rename from | 4465 | (w32-find-file-not-found-set-buffer-file-coding-system): Rename from |
| 4465 | find-file-not-found-set-buffer-file-coding-system. | 4466 | find-file-not-found-set-buffer-file-coding-system. |
| 4466 | (w32-untranslated-filesystem-list, w32-untranslated-canonical-name): | 4467 | (w32-untranslated-filesystem-list, w32-untranslated-canonical-name) |
| 4467 | (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem) | 4468 | (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem) |
| 4468 | (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p): | 4469 | (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p) |
| 4469 | (w32-direct-print-region-helper, w32-direct-print-region-function) | 4470 | (w32-direct-print-region-helper, w32-direct-print-region-function) |
| 4470 | (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix. | 4471 | (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix. |
| 4471 | * startup.el (normal-top-level-add-subdirs-to-load-path): | 4472 | * startup.el (normal-top-level-add-subdirs-to-load-path): |
| @@ -4548,8 +4549,7 @@ | |||
| 4548 | 4549 | ||
| 4549 | 2013-10-27 Xue Fuqiao <xfq.free@gmail.com> | 4550 | 2013-10-27 Xue Fuqiao <xfq.free@gmail.com> |
| 4550 | 4551 | ||
| 4551 | * image.el (defimage): | 4552 | * image.el (defimage, image-load-path): Doc fixes. |
| 4552 | (image-load-path): Doc fixes. | ||
| 4553 | 4553 | ||
| 4554 | 2013-10-27 Alan Mackenzie <acm@muc.de> | 4554 | 2013-10-27 Alan Mackenzie <acm@muc.de> |
| 4555 | 4555 | ||
| @@ -4925,7 +4925,7 @@ | |||
| 4925 | (verilog-in-struct-nested-p, verilog-at-struct-mv-p) | 4925 | (verilog-in-struct-nested-p, verilog-at-struct-mv-p) |
| 4926 | (verilog-at-close-struct-p): New functions. | 4926 | (verilog-at-close-struct-p): New functions. |
| 4927 | (verilog-beg-block-re-ordered, verilog-extended-case-re) | 4927 | (verilog-beg-block-re-ordered, verilog-extended-case-re) |
| 4928 | (verilog-forward-sexp, verilog-set-auto-endcomments): | 4928 | (verilog-forward-sexp, verilog-set-auto-endcomments) |
| 4929 | (verilog-leap-to-case-head): Handle "unique0" case. | 4929 | (verilog-leap-to-case-head): Handle "unique0" case. |
| 4930 | (verilog-in-constraint-re): New constant. | 4930 | (verilog-in-constraint-re): New constant. |
| 4931 | (verilog-keywords, verilog-type-font-keywords): | 4931 | (verilog-keywords, verilog-type-font-keywords): |
| @@ -5751,8 +5751,7 @@ | |||
| 5751 | 5751 | ||
| 5752 | 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca> | 5752 | 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca> |
| 5753 | 5753 | ||
| 5754 | * emacs-lisp/cl-macs.el: | 5754 | * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove. |
| 5755 | (cl--loop-destr-temps): Remove. | ||
| 5756 | (cl--loop-iterator-function): Rename from cl--loop-map-form and change | 5755 | (cl--loop-iterator-function): Rename from cl--loop-map-form and change |
| 5757 | its convention. | 5756 | its convention. |
| 5758 | (cl--loop-set-iterator-function): New function. | 5757 | (cl--loop-set-iterator-function): New function. |
| @@ -7927,25 +7926,24 @@ | |||
| 7927 | 2013-08-04 Xue Fuqiao <xfq.free@gmail.com> | 7926 | 2013-08-04 Xue Fuqiao <xfq.free@gmail.com> |
| 7928 | 7927 | ||
| 7929 | * vc/vc.el (vc-ignore): Rewrite. | 7928 | * vc/vc.el (vc-ignore): Rewrite. |
| 7930 | (vc-default-ignore-completion-table): | 7929 | (vc-default-ignore-completion-table, vc--read-lines) |
| 7931 | (vc--read-lines): | ||
| 7932 | (vc--add-line, vc--remove-regexp): New functions. | 7930 | (vc--add-line, vc--remove-regexp): New functions. |
| 7933 | 7931 | ||
| 7934 | * vc/vc-svn.el (vc-svn-ignore): Doc fix. | 7932 | * vc/vc-svn.el (vc-svn-ignore): Doc fix. |
| 7935 | (vc-svn-ignore-completion-table): New function. | 7933 | (vc-svn-ignore-completion-table): New function. |
| 7936 | 7934 | ||
| 7937 | * vc/vc-hg.el (vc-hg-ignore): Rewrite. | 7935 | * vc/vc-hg.el (vc-hg-ignore): Rewrite. |
| 7938 | (vc-hg-ignore-completion-table): | 7936 | (vc-hg-ignore-completion-table) |
| 7939 | (vc-hg-find-ignore-file): New functions. | 7937 | (vc-hg-find-ignore-file): New functions. |
| 7940 | 7938 | ||
| 7941 | * vc/vc-git.el (vc-git-ignore): Rewrite. | 7939 | * vc/vc-git.el (vc-git-ignore): Rewrite. |
| 7942 | (vc-git-ignore-completion-table): | 7940 | (vc-git-ignore-completion-table) |
| 7943 | (vc-git-find-ignore-file): New functions. | 7941 | (vc-git-find-ignore-file): New functions. |
| 7944 | 7942 | ||
| 7945 | * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore. | 7943 | * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore. |
| 7946 | 7944 | ||
| 7947 | * vc/vc-bzr.el (vc-bzr-ignore): Rewrite. | 7945 | * vc/vc-bzr.el (vc-bzr-ignore): Rewrite. |
| 7948 | (vc-bzr-ignore-completion-table): | 7946 | (vc-bzr-ignore-completion-table) |
| 7949 | (vc-bzr-find-ignore-file): New functions. | 7947 | (vc-bzr-find-ignore-file): New functions. |
| 7950 | 7948 | ||
| 7951 | 2013-08-03 Juanma Barranquero <lekktu@gmail.com> | 7949 | 2013-08-03 Juanma Barranquero <lekktu@gmail.com> |
| @@ -8347,7 +8345,7 @@ | |||
| 8347 | * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p): | 8345 | * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p): |
| 8348 | Remove functions. | 8346 | Remove functions. |
| 8349 | 8347 | ||
| 8350 | * autorevert.el (auto-revert-use-notify): | 8348 | * autorevert.el (auto-revert-use-notify) |
| 8351 | (auto-revert-notify-add-watch): | 8349 | (auto-revert-notify-add-watch): |
| 8352 | * net/tramp.el (tramp-file-name-for-operation): | 8350 | * net/tramp.el (tramp-file-name-for-operation): |
| 8353 | * net/tramp-adb.el (tramp-adb-file-name-handler-alist): | 8351 | * net/tramp-adb.el (tramp-adb-file-name-handler-alist): |
| @@ -8394,10 +8392,9 @@ | |||
| 8394 | 8392 | ||
| 8395 | 2013-07-24 Xue Fuqiao <xfq.free@gmail.com> | 8393 | 2013-07-24 Xue Fuqiao <xfq.free@gmail.com> |
| 8396 | 8394 | ||
| 8397 | * ido.el (ido-fractionp): | 8395 | * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time) |
| 8398 | (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode) | 8396 | (ido-max-prospects, ido-mode, ido-max-file-prompt-width) |
| 8399 | (ido-max-file-prompt-width, ido-unc-hosts-cache) | 8397 | (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache) |
| 8400 | (ido-max-directory-size, ido-max-dir-file-cache) | ||
| 8401 | (ido-decorations): Doc fix. | 8398 | (ido-decorations): Doc fix. |
| 8402 | 8399 | ||
| 8403 | * ansi-color.el: Fix old URL. | 8400 | * ansi-color.el: Fix old URL. |
| @@ -8687,7 +8684,7 @@ | |||
| 8687 | 8684 | ||
| 8688 | 2013-07-12 Dmitry Gutov <dgutov@yandex.ru> | 8685 | 2013-07-12 Dmitry Gutov <dgutov@yandex.ru> |
| 8689 | 8686 | ||
| 8690 | * progmodes/ruby-mode.el (ruby-percent-literals-beg-re): | 8687 | * progmodes/ruby-mode.el (ruby-percent-literals-beg-re) |
| 8691 | (ruby-syntax-expansion-allowed-p): Support array of symbols, for | 8688 | (ruby-syntax-expansion-allowed-p): Support array of symbols, for |
| 8692 | Ruby 2.0. | 8689 | Ruby 2.0. |
| 8693 | (ruby-font-lock-keywords): Distinguish calls to functions with | 8690 | (ruby-font-lock-keywords): Distinguish calls to functions with |
| @@ -8931,7 +8928,7 @@ | |||
| 8931 | 8928 | ||
| 8932 | 2013-07-06 Michael Albinus <michael.albinus@gmx.de> | 8929 | 2013-07-06 Michael Albinus <michael.albinus@gmx.de> |
| 8933 | 8930 | ||
| 8934 | * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter): | 8931 | * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter) |
| 8935 | (tramp-sh-file-inotifywait-process-filter): Handle file names with | 8932 | (tramp-sh-file-inotifywait-process-filter): Handle file names with |
| 8936 | spaces. | 8933 | spaces. |
| 8937 | 8934 | ||
| @@ -9732,7 +9729,7 @@ | |||
| 9732 | (dired-safe-switches-p, dired-switches-escape-p) | 9729 | (dired-safe-switches-p, dired-switches-escape-p) |
| 9733 | (dired-insert-old-subdirs, dired-move-to-end-of-filename) | 9730 | (dired-insert-old-subdirs, dired-move-to-end-of-filename) |
| 9734 | (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1) | 9731 | (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1) |
| 9735 | (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check): | 9732 | (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check) |
| 9736 | (dired-goto-next-nontrivial-file): Use `string-match-p'. | 9733 | (dired-goto-next-nontrivial-file): Use `string-match-p'. |
| 9737 | (dired-align-file, dired-insert-directory, dired-mark-files-in-region) | 9734 | (dired-align-file, dired-insert-directory, dired-mark-files-in-region) |
| 9738 | (dired-toggle-marks, dired-mark-files-containing-regexp) | 9735 | (dired-toggle-marks, dired-mark-files-containing-regexp) |
| @@ -12745,7 +12742,7 @@ | |||
| 12745 | 12742 | ||
| 12746 | * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst. | 12743 | * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst. |
| 12747 | (tramp-local-coding-commands, tramp-remote-coding-commands): Use them. | 12744 | (tramp-local-coding-commands, tramp-remote-coding-commands): Use them. |
| 12748 | (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region): | 12745 | (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region) |
| 12749 | (tramp-find-inline-compress): Improve traces. | 12746 | (tramp-find-inline-compress): Improve traces. |
| 12750 | (tramp-maybe-send-script): Check for Perl binary. | 12747 | (tramp-maybe-send-script): Check for Perl binary. |
| 12751 | (tramp-get-inline-coding): Do not redirect STDOUT for local decoding. | 12748 | (tramp-get-inline-coding): Do not redirect STDOUT for local decoding. |
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index 9a4d8871568..cae0dd1c435 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog | |||
| @@ -1238,7 +1238,7 @@ | |||
| 1238 | 1238 | ||
| 1239 | * semantic/wisent/python.el (wisent-python-string-start-re) | 1239 | * semantic/wisent/python.el (wisent-python-string-start-re) |
| 1240 | (wisent-python-string-re, wisent-python-forward-string) | 1240 | (wisent-python-string-re, wisent-python-forward-string) |
| 1241 | (wisent-python-forward-line,wisent-python-lex-string): | 1241 | (wisent-python-forward-line, wisent-python-lex-string): |
| 1242 | New variables. | 1242 | New variables. |
| 1243 | (wisent-python-forward-balanced-expression): New function. | 1243 | (wisent-python-forward-balanced-expression): New function. |
| 1244 | 1244 | ||
| @@ -1341,7 +1341,7 @@ | |||
| 1341 | (ede-directory-safe-p): Check it. | 1341 | (ede-directory-safe-p): Check it. |
| 1342 | (ede-initialize-state-current-buffer, ede, ede-new) | 1342 | (ede-initialize-state-current-buffer, ede, ede-new) |
| 1343 | (ede-check-project-directory, ede-rescan-toplevel) | 1343 | (ede-check-project-directory, ede-rescan-toplevel) |
| 1344 | (ede-load-project-file, ede-parent-project, ede-current-project): | 1344 | (ede-load-project-file, ede-parent-project, ede-current-project) |
| 1345 | (ede-target-parent): Avoid loading in a project unless it is safe, | 1345 | (ede-target-parent): Avoid loading in a project unless it is safe, |
| 1346 | since it may involve malicious code. This security flaw was | 1346 | since it may involve malicious code. This security flaw was |
| 1347 | pointed out by Hiroshi Oota. | 1347 | pointed out by Hiroshi Oota. |
| @@ -1454,7 +1454,7 @@ | |||
| 1454 | (semantic-decoration-unknown-include-describe): Fix filenames in | 1454 | (semantic-decoration-unknown-include-describe): Fix filenames in |
| 1455 | docstring. | 1455 | docstring. |
| 1456 | 1456 | ||
| 1457 | * semantic/ede-grammar.el (semantic-ede-grammar-compiler-wisent): | 1457 | * semantic/ede-grammar.el (semantic-ede-grammar-compiler-wisent) |
| 1458 | (semantic-ede-grammar-compiler-bovine): Fix requires that are | 1458 | (semantic-ede-grammar-compiler-bovine): Fix requires that are |
| 1459 | added to the grammar-make-script. | 1459 | added to the grammar-make-script. |
| 1460 | 1460 | ||
| @@ -1471,7 +1471,7 @@ | |||
| 1471 | 1471 | ||
| 1472 | 2011-10-19 Chong Yidong <cyd@gnu.org> | 1472 | 2011-10-19 Chong Yidong <cyd@gnu.org> |
| 1473 | 1473 | ||
| 1474 | * ede.el (ede-minor-mode,global-ede-mode): | 1474 | * ede.el (ede-minor-mode, global-ede-mode): |
| 1475 | * semantic.el (semantic-mode): Doc fix to reflect new | 1475 | * semantic.el (semantic-mode): Doc fix to reflect new |
| 1476 | define-minor-mode calling behavior. | 1476 | define-minor-mode calling behavior. |
| 1477 | 1477 | ||
| @@ -1695,10 +1695,10 @@ | |||
| 1695 | Synch EDE to CEDET 1.0. | 1695 | Synch EDE to CEDET 1.0. |
| 1696 | 1696 | ||
| 1697 | * cedet-idutils.el (cedet-idutils-make-command): New option. | 1697 | * cedet-idutils.el (cedet-idutils-make-command): New option. |
| 1698 | (cedet-idutils-mkid-call): | 1698 | (cedet-idutils-mkid-call) |
| 1699 | (cedet-idutils-create/update-database): New functions. | 1699 | (cedet-idutils-create/update-database): New functions. |
| 1700 | 1700 | ||
| 1701 | * cedet-cscope.el (cedet-cscope-create): | 1701 | * cedet-cscope.el (cedet-cscope-create) |
| 1702 | (cedet-cscope-create/update-database): New functions. | 1702 | (cedet-cscope-create/update-database): New functions. |
| 1703 | (cedet-cscope-support-for-directory): Make interactive. | 1703 | (cedet-cscope-support-for-directory): Make interactive. |
| 1704 | 1704 | ||
| @@ -1750,7 +1750,7 @@ | |||
| 1750 | (ede-project-root, ede-project-root-directory): Move to | 1750 | (ede-project-root, ede-project-root-directory): Move to |
| 1751 | ede/auto.el. | 1751 | ede/auto.el. |
| 1752 | 1752 | ||
| 1753 | * ede/locate.el (ede-locate-flush-hash): | 1753 | * ede/locate.el (ede-locate-flush-hash) |
| 1754 | (ede-locate-create/update-root-database): New methods. | 1754 | (ede-locate-create/update-root-database): New methods. |
| 1755 | (initialize-instance): Use ede-locate-flush-hash. | 1755 | (initialize-instance): Use ede-locate-flush-hash. |
| 1756 | 1756 | ||
| @@ -1863,7 +1863,7 @@ | |||
| 1863 | (semantic-decoration-on-includes-highlight-default): Check that | 1863 | (semantic-decoration-on-includes-highlight-default): Check that |
| 1864 | the include tag has a position. | 1864 | the include tag has a position. |
| 1865 | 1865 | ||
| 1866 | * semantic/complete.el (semantic-collector-local-members): | 1866 | * semantic/complete.el (semantic-collector-local-members) |
| 1867 | (semantic-complete-read-tag-local-members) | 1867 | (semantic-complete-read-tag-local-members) |
| 1868 | (semantic-complete-jump-local-members): New class and functions. | 1868 | (semantic-complete-jump-local-members): New class and functions. |
| 1869 | (semantic-complete-self-insert): Save excursion before completing. | 1869 | (semantic-complete-self-insert): Save excursion before completing. |
| @@ -2035,7 +2035,7 @@ | |||
| 2035 | 2035 | ||
| 2036 | Use define-minor-mode in CEDET where applicable. | 2036 | Use define-minor-mode in CEDET where applicable. |
| 2037 | 2037 | ||
| 2038 | * srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode): | 2038 | * srecode/mode.el (srecode-minor-mode, global-srecode-minor-mode): |
| 2039 | Use define-minor-mode. | 2039 | Use define-minor-mode. |
| 2040 | 2040 | ||
| 2041 | * semantic/util-modes.el (semantic-add-minor-mode): | 2041 | * semantic/util-modes.el (semantic-add-minor-mode): |
| @@ -2522,7 +2522,7 @@ | |||
| 2522 | (semantic-analyzer-debug-global-symbol) | 2522 | (semantic-analyzer-debug-global-symbol) |
| 2523 | (semantic-analyzer-debug-missing-innertype) | 2523 | (semantic-analyzer-debug-missing-innertype) |
| 2524 | (semantic-analyzer-debug-insert-include-summary): | 2524 | (semantic-analyzer-debug-insert-include-summary): |
| 2525 | * semantic/util.el (semantic-file-tag-table): | 2525 | * semantic/util.el (semantic-file-tag-table) |
| 2526 | (semantic-describe-buffer-var-helper, semantic-something-to-tag-table) | 2526 | (semantic-describe-buffer-var-helper, semantic-something-to-tag-table) |
| 2527 | (semantic-recursive-find-nonterminal-by-name): | 2527 | (semantic-recursive-find-nonterminal-by-name): |
| 2528 | * semantic/tag-ls.el (semantic-tag-calculate-parent-default): | 2528 | * semantic/tag-ls.el (semantic-tag-calculate-parent-default): |
| @@ -2530,15 +2530,15 @@ | |||
| 2530 | * semantic/symref.el (semantic-symref-parse-tool-output): | 2530 | * semantic/symref.el (semantic-symref-parse-tool-output): |
| 2531 | * semantic/sb.el (semantic-sb-fetch-tag-table): | 2531 | * semantic/sb.el (semantic-sb-fetch-tag-table): |
| 2532 | * semantic/lex-spp.el (semantic-lex-spp-lex-text-string): | 2532 | * semantic/lex-spp.el (semantic-lex-spp-lex-text-string): |
| 2533 | * semantic/idle.el (semantic-idle-work-for-one-buffer): | 2533 | * semantic/idle.el (semantic-idle-work-for-one-buffer) |
| 2534 | (semantic-idle-summary-maybe-highlight): | 2534 | (semantic-idle-summary-maybe-highlight): |
| 2535 | * semantic/ia-sb.el (semantic-ia-speedbar) | 2535 | * semantic/ia-sb.el (semantic-ia-speedbar) |
| 2536 | (semantic-ia-sb-tag-info): | 2536 | (semantic-ia-sb-tag-info): |
| 2537 | * semantic/grammar.el (semantic-analyze-possible-completions): | 2537 | * semantic/grammar.el (semantic-analyze-possible-completions): |
| 2538 | * semantic/find.el (semantic-brute-find-tag-by-position): | 2538 | * semantic/find.el (semantic-brute-find-tag-by-position): |
| 2539 | * semantic/ede-grammar.el (project-compile-target): | 2539 | * semantic/ede-grammar.el (project-compile-target) |
| 2540 | (ede-proj-makefile-insert-variables): | 2540 | (ede-proj-makefile-insert-variables): |
| 2541 | * semantic/debug.el (semantic-debug-set-parser-location): | 2541 | * semantic/debug.el (semantic-debug-set-parser-location) |
| 2542 | (semantic-debug-set-source-location, semantic-debug-interface-layout) | 2542 | (semantic-debug-set-source-location, semantic-debug-interface-layout) |
| 2543 | (semantic-debug-mode, semantic-debug): | 2543 | (semantic-debug-mode, semantic-debug): |
| 2544 | * semantic/db.el (semanticdb-needs-refresh-p): | 2544 | * semantic/db.el (semanticdb-needs-refresh-p): |
| @@ -2569,10 +2569,10 @@ | |||
| 2569 | * ede.el (ede-buffer-header-file, ede-find-target) | 2569 | * ede.el (ede-buffer-header-file, ede-find-target) |
| 2570 | (ede-buffer-documentation-files, ede-project-buffers, ede-set) | 2570 | (ede-buffer-documentation-files, ede-project-buffers, ede-set) |
| 2571 | (ede-target-buffers, ede-buffers, ede-make-project-local-variable): | 2571 | (ede-target-buffers, ede-buffers, ede-make-project-local-variable): |
| 2572 | * cedet-idutils.el (cedet-idutils-fnid-call): | 2572 | * cedet-idutils.el (cedet-idutils-fnid-call) |
| 2573 | (cedet-idutils-lid-call, cedet-idutils-expand-filename) | 2573 | (cedet-idutils-lid-call, cedet-idutils-expand-filename) |
| 2574 | (cedet-idutils-version-check): | 2574 | (cedet-idutils-version-check): |
| 2575 | * cedet-global.el (cedet-gnu-global-call): | 2575 | * cedet-global.el (cedet-gnu-global-call) |
| 2576 | (cedet-gnu-global-expand-filename, cedet-gnu-global-root) | 2576 | (cedet-gnu-global-expand-filename, cedet-gnu-global-root) |
| 2577 | (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits): | 2577 | (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits): |
| 2578 | * cedet-cscope.el (cedet-cscope-call) | 2578 | * cedet-cscope.el (cedet-cscope-call) |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 4263508f34d..8f32b411a47 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -11344,7 +11344,7 @@ | |||
| 11344 | 11344 | ||
| 11345 | 2010-03-30 Chong Yidong <cyd@stupidchicken.com> | 11345 | 2010-03-30 Chong Yidong <cyd@stupidchicken.com> |
| 11346 | 11346 | ||
| 11347 | * message.el (message-default-mail-headers): | 11347 | * message.el (message-default-mail-headers) |
| 11348 | (message-default-headers): Carry the value mail-default-headers over | 11348 | (message-default-headers): Carry the value mail-default-headers over |
| 11349 | into message-default-mail-headers, rather than message-default-headers. | 11349 | into message-default-mail-headers, rather than message-default-headers. |
| 11350 | 11350 | ||
| @@ -25364,10 +25364,10 @@ | |||
| 25364 | 2002-08-07 Simon Josefsson <jas@extundo.com> | 25364 | 2002-08-07 Simon Josefsson <jas@extundo.com> |
| 25365 | 25365 | ||
| 25366 | * sieve-manage.el (require): Use SASL, not RFC2104/MD5. | 25366 | * sieve-manage.el (require): Use SASL, not RFC2104/MD5. |
| 25367 | (sieve-manage-authenticators): | 25367 | (sieve-manage-authenticators) |
| 25368 | (sieve-manage-authenticator-alist): Add some SASL mechs. | 25368 | (sieve-manage-authenticator-alist): Add some SASL mechs. |
| 25369 | (sieve-sasl-auth): New function. | 25369 | (sieve-sasl-auth): New function. |
| 25370 | (sieve-manage-cram-md5-auth): | 25370 | (sieve-manage-cram-md5-auth) |
| 25371 | (sieve-manage-plain-auth): Rewrite using SASL library. | 25371 | (sieve-manage-plain-auth): Rewrite using SASL library. |
| 25372 | (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth) | 25372 | (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth) |
| 25373 | (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth) | 25373 | (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth) |
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 90a19c5ae7d..9b00e2de614 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -274,7 +274,7 @@ | |||
| 274 | 274 | ||
| 275 | 2011-07-09 Bill Wohler <wohler@newt.com> | 275 | 2011-07-09 Bill Wohler <wohler@newt.com> |
| 276 | 276 | ||
| 277 | * mh-speed.el (mh-speed-toggle,mh-speed-view): Document "ignored" | 277 | * mh-speed.el (mh-speed-toggle, mh-speed-view): Document "ignored" |
| 278 | arguments to keep checkdoc happy. | 278 | arguments to keep checkdoc happy. |
| 279 | 279 | ||
| 280 | * mh-search.el (mh-flists-execute): Ditto. | 280 | * mh-search.el (mh-flists-execute): Ditto. |
| @@ -408,8 +408,8 @@ | |||
| 408 | 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca> | 408 | 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 409 | 409 | ||
| 410 | * mh-thread.el (mh-thread-set-tables): | 410 | * mh-thread.el (mh-thread-set-tables): |
| 411 | * mh-speed.el (mh-folder-speedbar-menu-items, mh-speed-stealth-update): | 411 | * mh-speed.el (mh-folder-speedbar-menu-items, mh-speed-stealth-update) |
| 412 | (mh-speed-extract-folder-name, mh-speed-parse-flists-output): | 412 | (mh-speed-extract-folder-name, mh-speed-parse-flists-output) |
| 413 | (mh-speed-invalidate-map, mh-speed-add-folder): | 413 | (mh-speed-invalidate-map, mh-speed-add-folder): |
| 414 | * mh-show.el (mh-invalidate-show-buffer, mh-show-sequence-menu): | 414 | * mh-show.el (mh-invalidate-show-buffer, mh-show-sequence-menu): |
| 415 | * mh-seq.el (mh-list-sequences): | 415 | * mh-seq.el (mh-list-sequences): |
| @@ -427,7 +427,7 @@ | |||
| 427 | * mh-e.el (mh-exec-cmd, mh-exec-cmd-error, mh-exec-cmd-daemon) | 427 | * mh-e.el (mh-exec-cmd, mh-exec-cmd-error, mh-exec-cmd-daemon) |
| 428 | (mh-handle-process-error, mh-variant-info): | 428 | (mh-handle-process-error, mh-variant-info): |
| 429 | * mh-comp.el (mh-forward): | 429 | * mh-comp.el (mh-forward): |
| 430 | * mh-alias.el (mh-alias-local-users, mh-alias-which-file-has-alias): | 430 | * mh-alias.el (mh-alias-local-users, mh-alias-which-file-has-alias) |
| 431 | (mh-alias-add-alias-to-file): Use with-current-buffer (closes SF | 431 | (mh-alias-add-alias-to-file): Use with-current-buffer (closes SF |
| 432 | #1903293). | 432 | #1903293). |
| 433 | 433 | ||
| @@ -718,7 +718,7 @@ | |||
| 718 | 718 | ||
| 719 | * mh-acros.el (mh-do-in-gnu-emacs, mh-do-in-xemacs) | 719 | * mh-acros.el (mh-do-in-gnu-emacs, mh-do-in-xemacs) |
| 720 | (with-mh-folder-updating, mh-in-show-buffer) | 720 | (with-mh-folder-updating, mh-in-show-buffer) |
| 721 | (mh-iterate-on-messages-in-region, mh-iterate-on-range): | 721 | (mh-iterate-on-messages-in-region, mh-iterate-on-range) |
| 722 | (mh-do-at-event-location): Add debug decls. | 722 | (mh-do-at-event-location): Add debug decls. |
| 723 | (mh-seq-msgs): Use defsubst. | 723 | (mh-seq-msgs): Use defsubst. |
| 724 | 724 | ||