diff options
| author | Juanma Barranquero | 2012-05-02 13:43:14 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2012-05-02 13:43:14 +0200 |
| commit | 5d3385a0ebc280b07c3432ae066d001417d882fc (patch) | |
| tree | a98b80a6e14810eb85dc39d855a0bc3d3a2f0ba5 | |
| parent | 55a714795dbd59a16608d2b565e12fec5b5ba130 (diff) | |
| download | emacs-5d3385a0ebc280b07c3432ae066d001417d882fc.tar.gz emacs-5d3385a0ebc280b07c3432ae066d001417d882fc.zip | |
Fix ChangeLog typos.
| -rw-r--r-- | lib-src/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index f5715cba446..79c4e0e10cb 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | 16 | ||
| 17 | * emacsclient.c (decode_options): Move -t -n corner case handling | 17 | * emacsclient.c (decode_options): Move -t -n corner case handling |
| 18 | into server.el (Bug#11102). | 18 | into server.el (Bug#11102). |
| 19 | (main): Send -tty to Emacs under more circumstanced (Bug#8314). | 19 | (main): Send -tty to Emacs under more circumstances (Bug#8314). |
| 20 | 20 | ||
| 21 | 2012-04-18 Paul Eggert <eggert@cs.ucla.edu> | 21 | 2012-04-18 Paul Eggert <eggert@cs.ucla.edu> |
| 22 | 22 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c264cb6bf26..2aa0d9db207 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -11,8 +11,8 @@ | |||
| 11 | (allout-structure-deleted-functions) | 11 | (allout-structure-deleted-functions) |
| 12 | (allout-structure-shifted-functions): Rename abnormal hooks from | 12 | (allout-structure-shifted-functions): Rename abnormal hooks from |
| 13 | *-hook, and convert to defcustoms. | 13 | *-hook, and convert to defcustoms. |
| 14 | (allout-after-copy-or-kill-hook, allout-post-undo-hook): Convert | 14 | (allout-after-copy-or-kill-hook, allout-post-undo-hook): |
| 15 | to defcustoms. | 15 | Convert to defcustoms. |
| 16 | (allout-mode-hook, allout-mode-deactivate-hook): Doc fix. | 16 | (allout-mode-hook, allout-mode-deactivate-hook): Doc fix. |
| 17 | 17 | ||
| 18 | * allout-widgets.el: Hook callers changed. | 18 | * allout-widgets.el: Hook callers changed. |
| @@ -25,8 +25,8 @@ | |||
| 25 | 25 | ||
| 26 | 2012-05-02 Martin Rudalics <rudalics@gmx.at> | 26 | 2012-05-02 Martin Rudalics <rudalics@gmx.at> |
| 27 | 27 | ||
| 28 | * window.el (display-buffer--action-function-custom-type): Fix | 28 | * window.el (display-buffer--action-function-custom-type): |
| 29 | entry. | 29 | Fix entry. |
| 30 | 30 | ||
| 31 | 2012-05-02 Alan Mackenzie <acm@muc.de> | 31 | 2012-05-02 Alan Mackenzie <acm@muc.de> |
| 32 | 32 | ||
| @@ -8254,7 +8254,7 @@ | |||
| 8254 | insecure exception for current topic. Also note that auto-saves | 8254 | insecure exception for current topic. Also note that auto-saves |
| 8255 | are handled differently. | 8255 | are handled differently. |
| 8256 | 8256 | ||
| 8257 | (allout-auto-save-temporarily-disabled), (allout-just-did-undo): | 8257 | (allout-auto-save-temporarily-disabled, allout-just-did-undo): |
| 8258 | State variables for tracking auto-save inhibition situation. | 8258 | State variables for tracking auto-save inhibition situation. |
| 8259 | 8259 | ||
| 8260 | (allout-write-contents-hook-handler): Rename from | 8260 | (allout-write-contents-hook-handler): Rename from |
| @@ -10701,8 +10701,8 @@ | |||
| 10701 | (newsticker--plainview-tool-bar-map): Move tool-bar icons to | 10701 | (newsticker--plainview-tool-bar-map): Move tool-bar icons to |
| 10702 | etc/images/newsticker. | 10702 | etc/images/newsticker. |
| 10703 | 10703 | ||
| 10704 | * net/newst-backend.el (newsticker--do-run-auto-mark-filter), | 10704 | * net/newst-backend.el (newsticker--do-run-auto-mark-filter) |
| 10705 | (newsticker--process-auto-mark-filter-match): : Tell user about | 10705 | (newsticker--process-auto-mark-filter-match): Tell user about |
| 10706 | auto-marking. | 10706 | auto-marking. |
| 10707 | 10707 | ||
| 10708 | 2011-05-13 Didier Verna <didier@xemacs.org> | 10708 | 2011-05-13 Didier Verna <didier@xemacs.org> |