diff options
| author | Juanma Barranquero | 2013-06-10 16:58:52 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2013-06-10 16:58:52 +0200 |
| commit | e7b41c4c9af593bec2e062a0a2a18d5ecf695e85 (patch) | |
| tree | 2da6178a133536f84886d6c5058053ae9bbf9cd8 /lisp | |
| parent | 30ae0b2c891bf5f252e49598f414097088403469 (diff) | |
| download | emacs-e7b41c4c9af593bec2e062a0a2a18d5ecf695e85.tar.gz emacs-e7b41c4c9af593bec2e062a0a2a18d5ecf695e85.zip | |
Fix ChangeLog typos and whitespace.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 655bc2ca93f..4a8c5225e31 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -6,9 +6,8 @@ | |||
| 6 | 2013-06-10 Aidan Gauland <aidalgol@amuri.net> | 6 | 2013-06-10 Aidan Gauland <aidalgol@amuri.net> |
| 7 | 7 | ||
| 8 | * eshell/em-term.el (eshell-visual-commands) | 8 | * eshell/em-term.el (eshell-visual-commands) |
| 9 | (eshell-visual-subcommands) | 9 | (eshell-visual-subcommands, eshell-visual-options): |
| 10 | (eshell-visual-options): Add summary line to docstrings. Add | 10 | Add summary line to docstrings. Add cross-references. |
| 11 | cross-references. | ||
| 12 | 11 | ||
| 13 | 2013-06-10 Glenn Morris <rgm@gnu.org> | 12 | 2013-06-10 Glenn Morris <rgm@gnu.org> |
| 14 | 13 | ||
| @@ -25,8 +24,9 @@ | |||
| 25 | * eshell/em-term.el (eshell-visual-command-p): New function. | 24 | * eshell/em-term.el (eshell-visual-command-p): New function. |
| 26 | (eshell-term-initialize): Move long lambda to separate function | 25 | (eshell-term-initialize): Move long lambda to separate function |
| 27 | eshell-visual-command-p. | 26 | eshell-visual-command-p. |
| 28 | * eshell/em-dirs.el (eshell-dirs-initialise): Add missing #' to lambda. | 27 | * eshell/em-dirs.el (eshell-dirs-initialise): |
| 29 | * eshell/em-script.el (eshell-script-initialize): Add missing #' to lambda. | 28 | * eshell/em-script.el (eshell-script-initialize): |
| 29 | Add missing #' to lambda. | ||
| 30 | 30 | ||
| 31 | 2013-06-08 Leo Liu <sdl.web@gmail.com> | 31 | 2013-06-08 Leo Liu <sdl.web@gmail.com> |
| 32 | 32 | ||
| @@ -247,7 +247,7 @@ | |||
| 247 | (auto-revert-notify-event-p, auto-revert-notify-event-file-name) | 247 | (auto-revert-notify-event-p, auto-revert-notify-event-file-name) |
| 248 | (auto-revert-notify-handler): Handle also gfilenotify. | 248 | (auto-revert-notify-handler): Handle also gfilenotify. |
| 249 | 249 | ||
| 250 | * subr.el (file-notify-handle-event): New defun. Replacing ... | 250 | * subr.el (file-notify-handle-event): New defun. Replacing ... |
| 251 | (inotify-event-p, inotify-handle-event, w32notify-handle-event): | 251 | (inotify-event-p, inotify-handle-event, w32notify-handle-event): |
| 252 | Remove. | 252 | Remove. |
| 253 | 253 | ||
| @@ -359,10 +359,10 @@ | |||
| 359 | (eshell-find-interpreter): Add new second parameter ARGS. | 359 | (eshell-find-interpreter): Add new second parameter ARGS. |
| 360 | 360 | ||
| 361 | * eshell/em-script.el (eshell-script-initialize): Add second arg | 361 | * eshell/em-script.el (eshell-script-initialize): Add second arg |
| 362 | to the function added as MATCH to `eshell-interpreter-alist' | 362 | to the function added as MATCH to `eshell-interpreter-alist'. |
| 363 | 363 | ||
| 364 | * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to | 364 | * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to |
| 365 | the function added as MATCH to `eshell-interpreter-alist' | 365 | the function added as MATCH to `eshell-interpreter-alist'. |
| 366 | 366 | ||
| 367 | * eshell/em-term.el (eshell-visual-subcommands): New defcustom. | 367 | * eshell/em-term.el (eshell-visual-subcommands): New defcustom. |
| 368 | (eshell-visual-options): New defcustom. | 368 | (eshell-visual-options): New defcustom. |
| @@ -2267,7 +2267,7 @@ | |||
| 2267 | 2267 | ||
| 2268 | * comint.el (comint-dynamic-complete-functions, comint-mode-map): | 2268 | * comint.el (comint-dynamic-complete-functions, comint-mode-map): |
| 2269 | `comint-dynamic-complete' is obsolete since 24.1, replaced by | 2269 | `comint-dynamic-complete' is obsolete since 24.1, replaced by |
| 2270 | `completion-at-point'. (Bug#13774) | 2270 | `completion-at-point'. (Bug#13774) |
| 2271 | 2271 | ||
| 2272 | * startup.el (normal-no-mouse-startup-screen): Bug fix, the | 2272 | * startup.el (normal-no-mouse-startup-screen): Bug fix, the |
| 2273 | default key binding for `describe-distribution' has been moved to | 2273 | default key binding for `describe-distribution' has been moved to |
| @@ -2296,7 +2296,8 @@ | |||
| 2296 | 2296 | ||
| 2297 | * comint.el (comint-redirect-original-filter-function): Remove. | 2297 | * comint.el (comint-redirect-original-filter-function): Remove. |
| 2298 | (comint-redirect-cleanup, comint-redirect-send-command-to-process): | 2298 | (comint-redirect-cleanup, comint-redirect-send-command-to-process): |
| 2299 | * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command): | 2299 | * vc/vc-cvs.el (vc-cvs-annotate-process-filter) |
| 2300 | (vc-cvs-annotate-command): | ||
| 2300 | * progmodes/octave-inf.el (inferior-octave-send-list-and-digest): | 2301 | * progmodes/octave-inf.el (inferior-octave-send-list-and-digest): |
| 2301 | * progmodes/prolog.el (prolog-consult-compile): | 2302 | * progmodes/prolog.el (prolog-consult-compile): |
| 2302 | * progmodes/gdb-mi.el (gdb, gdb--check-interpreter): | 2303 | * progmodes/gdb-mi.el (gdb, gdb--check-interpreter): |
| @@ -2735,7 +2736,6 @@ | |||
| 2735 | * emacs-lisp/package.el (package-pinned-packages): New var. | 2736 | * emacs-lisp/package.el (package-pinned-packages): New var. |
| 2736 | (package--add-to-archive-contents): Obey it (bug#14118). | 2737 | (package--add-to-archive-contents): Obey it (bug#14118). |
| 2737 | 2738 | ||
| 2738 | |||
| 2739 | 2013-04-03 Alan Mackenzie <acm@muc.de> | 2739 | 2013-04-03 Alan Mackenzie <acm@muc.de> |
| 2740 | 2740 | ||
| 2741 | Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244). | 2741 | Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244). |
| @@ -4966,7 +4966,7 @@ | |||
| 4966 | 2013-01-12 Eli Zaretskii <eliz@gnu.org> | 4966 | 2013-01-12 Eli Zaretskii <eliz@gnu.org> |
| 4967 | 4967 | ||
| 4968 | * autorevert.el (auto-revert-notify-handler): Fix filtering of | 4968 | * autorevert.el (auto-revert-notify-handler): Fix filtering of |
| 4969 | file notification by ACTION. For filtering by file name, compare | 4969 | file notification by ACTION. For filtering by file name, compare |
| 4970 | only the non-directory part of the file name. | 4970 | only the non-directory part of the file name. |
| 4971 | 4971 | ||
| 4972 | 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca> | 4972 | 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -5049,7 +5049,7 @@ | |||
| 5049 | 2013-01-11 Julien Danjou <julien@danjou.info> | 5049 | 2013-01-11 Julien Danjou <julien@danjou.info> |
| 5050 | 5050 | ||
| 5051 | * color.el (color-rgb-to-hsv): Fix conversion computing in case min and | 5051 | * color.el (color-rgb-to-hsv): Fix conversion computing in case min and |
| 5052 | max are almost equal. Also return the correct value for V which is | 5052 | max are almost equal. Also return the correct value for V which is |
| 5053 | already between 0 and 1. | 5053 | already between 0 and 1. |
| 5054 | 5054 | ||
| 5055 | 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru> | 5055 | 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru> |
| @@ -5503,7 +5503,7 @@ | |||
| 5503 | 2012-12-31 Jürgen Hötzel <juergen@archlinux.org> | 5503 | 2012-12-31 Jürgen Hötzel <juergen@archlinux.org> |
| 5504 | 5504 | ||
| 5505 | * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors | 5505 | * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors |
| 5506 | (No device connected, invalid device name). (Bug #13299) | 5506 | (No device connected, invalid device name). (Bug #13299) |
| 5507 | 5507 | ||
| 5508 | 2012-12-31 Martin Rudalics <rudalics@gmx.at> | 5508 | 2012-12-31 Martin Rudalics <rudalics@gmx.at> |
| 5509 | 5509 | ||
| @@ -5888,7 +5888,7 @@ | |||
| 5888 | 5888 | ||
| 5889 | 2012-12-14 Paul Eggert <eggert@cs.ucla.edu> | 5889 | 2012-12-14 Paul Eggert <eggert@cs.ucla.edu> |
| 5890 | 5890 | ||
| 5891 | Fix permissions bugs with setgid directories etc. (Bug#13125) | 5891 | Fix permissions bugs with setgid directories etc. (Bug#13125) |
| 5892 | * files.el (backup-buffer): Don't rely on 9th output of | 5892 | * files.el (backup-buffer): Don't rely on 9th output of |
| 5893 | file-attributes, as it's now a placeholder. Instead, use the new | 5893 | file-attributes, as it's now a placeholder. Instead, use the new |
| 5894 | optional arg of file-ownership-preserved-p. | 5894 | optional arg of file-ownership-preserved-p. |
| @@ -6346,7 +6346,7 @@ | |||
| 6346 | * textmodes/ispell.el (ispell-init-process) | 6346 | * textmodes/ispell.el (ispell-init-process) |
| 6347 | (ispell-start-process, ispell-internal-change-dictionary): | 6347 | (ispell-start-process, ispell-internal-change-dictionary): |
| 6348 | Make sure personal dictionary name is expanded after initial | 6348 | Make sure personal dictionary name is expanded after initial |
| 6349 | `default-directory' value. Use expanded strings for | 6349 | `default-directory' value. Use expanded strings for |
| 6350 | keep/restart checks and for value (Bug#13019). | 6350 | keep/restart checks and for value (Bug#13019). |
| 6351 | 6351 | ||
| 6352 | 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com> | 6352 | 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com> |
| @@ -7028,7 +7028,7 @@ | |||
| 7028 | 7028 | ||
| 7029 | * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1): | 7029 | * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1): |
| 7030 | Don't signal an error with a score that is too low to add to the | 7030 | Don't signal an error with a score that is too low to add to the |
| 7031 | list of top scores. (Bug#12779) | 7031 | list of top scores. (Bug#12779) |
| 7032 | 7032 | ||
| 7033 | 2012-11-17 Chong Yidong <cyd@gnu.org> | 7033 | 2012-11-17 Chong Yidong <cyd@gnu.org> |
| 7034 | 7034 | ||
| @@ -7097,7 +7097,7 @@ | |||
| 7097 | 7097 | ||
| 7098 | * window.el (record-window-buffer) | 7098 | * window.el (record-window-buffer) |
| 7099 | (display-buffer-record-window): When copying the markers to | 7099 | (display-buffer-record-window): When copying the markers to |
| 7100 | window-point preserve window-point-insertion-type. (Bug#12588) | 7100 | window-point preserve window-point-insertion-type. (Bug#12588) |
| 7101 | 7101 | ||
| 7102 | 2012-11-16 Glenn Morris <rgm@gnu.org> | 7102 | 2012-11-16 Glenn Morris <rgm@gnu.org> |
| 7103 | 7103 | ||
| @@ -7185,8 +7185,8 @@ | |||
| 7185 | (ad-advice-definition): Redefine as functions. | 7185 | (ad-advice-definition): Redefine as functions. |
| 7186 | (ad-advice-classes): Move before first use. | 7186 | (ad-advice-classes): Move before first use. |
| 7187 | (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition) | 7187 | (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition) |
| 7188 | (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring) | 7188 | (ad-make-mapped-call, ad-make-advised-docstring) |
| 7189 | (ad--defalias-fset): Remove functions. | 7189 | (ad-make-plain-docstring, ad--defalias-fset): Remove functions. |
| 7190 | (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs. | 7190 | (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs. |
| 7191 | (ad-get-orig-definition): Rewrite. | 7191 | (ad-get-orig-definition): Rewrite. |
| 7192 | (ad-make-advised-definition-docstring): Change base docstring. | 7192 | (ad-make-advised-definition-docstring): Change base docstring. |
| @@ -7534,7 +7534,7 @@ | |||
| 7534 | buffer and calls `ispell-buffer' with debugging enabled. | 7534 | buffer and calls `ispell-buffer' with debugging enabled. |
| 7535 | 7535 | ||
| 7536 | * textmodes/ispell.el (ispell-region): Do not prefix sent string by | 7536 | * textmodes/ispell.el (ispell-region): Do not prefix sent string by |
| 7537 | comment in autoconf mode. (Bug#12768) | 7537 | comment in autoconf mode. (Bug#12768) |
| 7538 | 7538 | ||
| 7539 | 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru> | 7539 | 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru> |
| 7540 | 7540 | ||
| @@ -8679,13 +8679,13 @@ | |||
| 8679 | 8679 | ||
| 8680 | * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure | 8680 | * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure |
| 8681 | that entries with whitespace at various places are found. | 8681 | that entries with whitespace at various places are found. |
| 8682 | Doc fix. Include entries that are cross-referenced from cited entries. | 8682 | Doc fix. Include entries that are cross-referenced from cited entries. |
| 8683 | Include @String definitions in the resulting bib file. Add header | 8683 | Include @String definitions in the resulting bib file. Add header |
| 8684 | and footer defined in `reftex-create-bibtex-header' and | 8684 | and footer defined in `reftex-create-bibtex-header' and |
| 8685 | `reftex-create-bibtex-footer'. | 8685 | `reftex-create-bibtex-footer'. |
| 8686 | (reftex-do-citation): Make it possible again to insert | 8686 | (reftex-do-citation): Make it possible again to insert |
| 8687 | non-existent entries. Save match data when asking for optional | 8687 | non-existent entries. Save match data when asking for optional |
| 8688 | arguments. Return all keys, not just the first one. | 8688 | arguments. Return all keys, not just the first one. |
| 8689 | (reftex-all-used-citation-keys): Fix regexp to correctly extract | 8689 | (reftex-all-used-citation-keys): Fix regexp to correctly extract |
| 8690 | all citations in the same line. | 8690 | all citations in the same line. |
| 8691 | (reftex-parse-bibtex-entry): Accept additional optional argument | 8691 | (reftex-parse-bibtex-entry): Accept additional optional argument |
| @@ -8745,7 +8745,7 @@ | |||
| 8745 | 8745 | ||
| 8746 | * textmodes/reftex-sel.el | 8746 | * textmodes/reftex-sel.el |
| 8747 | (reftex-select-cycle-ref-style-internal): Adapt to new structure | 8747 | (reftex-select-cycle-ref-style-internal): Adapt to new structure |
| 8748 | of `reftex-ref-style-alist'. Remove code for testing macro type. | 8748 | of `reftex-ref-style-alist'. Remove code for testing macro type. |
| 8749 | (reftex-select-toggle-varioref) | 8749 | (reftex-select-toggle-varioref) |
| 8750 | (reftex-select-toggle-fancyref): Remove. | 8750 | (reftex-select-toggle-fancyref): Remove. |
| 8751 | (reftex-select-cycle-ref-style-internal) | 8751 | (reftex-select-cycle-ref-style-internal) |
| @@ -9287,7 +9287,7 @@ | |||
| 9287 | 9287 | ||
| 9288 | * textmodes/bibtex.el (bibtex-autokey-transcriptions): | 9288 | * textmodes/bibtex.el (bibtex-autokey-transcriptions): |
| 9289 | Transcribe also LaTeX hyphenation. | 9289 | Transcribe also LaTeX hyphenation. |
| 9290 | (bibtex-reformat): Bug fix. Do not quote twice the elements of | 9290 | (bibtex-reformat): Bug fix. Do not quote twice the elements of |
| 9291 | bibtex-reformat-previous-options. | 9291 | bibtex-reformat-previous-options. |
| 9292 | 9292 | ||
| 9293 | 2012-09-23 Roland Winkler <winkler@gnu.org> | 9293 | 2012-09-23 Roland Winkler <winkler@gnu.org> |
| @@ -12314,7 +12314,7 @@ | |||
| 12314 | (xml-name-start-char-re, xml-name-char-re, xml-name-re) | 12314 | (xml-name-start-char-re, xml-name-char-re, xml-name-re) |
| 12315 | (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re) | 12315 | (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re) |
| 12316 | (xml-entity-ref, xml-pe-reference-re) | 12316 | (xml-entity-ref, xml-pe-reference-re) |
| 12317 | (xml-reference-re,xml-att-value-re, xml-tokenized-type-re) | 12317 | (xml-reference-re, xml-att-value-re, xml-tokenized-type-re) |
| 12318 | (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re) | 12318 | (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re) |
| 12319 | (xml-att-type-re, xml-default-decl-re, xml-att-def-re) | 12319 | (xml-att-type-re, xml-default-decl-re, xml-att-def-re) |
| 12320 | (xml-entity-value-re): Use syntax references in regexps where | 12320 | (xml-entity-value-re): Use syntax references in regexps where |
| @@ -20699,7 +20699,7 @@ | |||
| 20699 | 20699 | ||
| 20700 | 2011-10-07 Chong Yidong <cyd@stupidchicken.com> | 20700 | 2011-10-07 Chong Yidong <cyd@stupidchicken.com> |
| 20701 | 20701 | ||
| 20702 | * bindings.el ([M-left],[M-right]): Bind to left-word and | 20702 | * bindings.el ([M-left], [M-right]): Bind to left-word and |
| 20703 | right-word respectively. | 20703 | right-word respectively. |
| 20704 | 20704 | ||
| 20705 | 2011-10-07 Glenn Morris <rgm@gnu.org> | 20705 | 2011-10-07 Glenn Morris <rgm@gnu.org> |
| @@ -26021,15 +26021,15 @@ | |||
| 26021 | 2011-05-10 Jim Meyering <meyering@redhat.com> | 26021 | 2011-05-10 Jim Meyering <meyering@redhat.com> |
| 26022 | 26022 | ||
| 26023 | Fix doubled-word typos. | 26023 | Fix doubled-word typos. |
| 26024 | * international/quail.el (quail-insert-kbd-layout): and and -> and | 26024 | * international/quail.el (quail-insert-kbd-layout): and and -> and. |
| 26025 | * kermit.el: and and -> and | 26025 | * kermit.el: and and -> and. |
| 26026 | * net/ldap.el (ldap-search-internal): to to -> to | 26026 | * net/ldap.el (ldap-search-internal): to to -> to. |
| 26027 | * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise. | 26027 | * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise. |
| 26028 | * progmodes/js.el (js-mode): and and -> and | 26028 | * progmodes/js.el (js-mode): and and -> and. |
| 26029 | * textmodes/artist.el (artist-move-to-xy): at at -> at | 26029 | * textmodes/artist.el (artist-move-to-xy): at at -> at. |
| 26030 | (artist-draw-region-trim-line-endings): if if -> if | 26030 | (artist-draw-region-trim-line-endings): if if -> if. |
| 26031 | And Safetyc -> Safety. | 26031 | And Safetyc -> Safety. |
| 26032 | * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a | 26032 | * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a. |
| 26033 | 26033 | ||
| 26034 | 2011-05-10 Glenn Morris <rgm@gnu.org> | 26034 | 2011-05-10 Glenn Morris <rgm@gnu.org> |
| 26035 | Stefan Monnier <monnier@iro.umontreal.ca> | 26035 | Stefan Monnier <monnier@iro.umontreal.ca> |