diff options
| author | Juanma Barranquero | 2010-01-14 19:29:36 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2010-01-14 19:29:36 +0100 |
| commit | b643362c6c88bdf5c5875afc6e0836188beabd17 (patch) | |
| tree | b4835e8a9f5e4a91c88dd6798ff593bd1f6bcd60 | |
| parent | 9c23ca4755058be7808f5e5b7704309356b8e168 (diff) | |
| download | emacs-b643362c6c88bdf5c5875afc6e0836188beabd17.tar.gz emacs-b643362c6c88bdf5c5875afc6e0836188beabd17.zip | |
Fix typos in ChangeLogs and NEWS files.
| -rw-r--r-- | etc/ChangeLog | 2 | ||||
| -rw-r--r-- | etc/ERC-NEWS | 5 | ||||
| -rw-r--r-- | etc/NEWS | 1 | ||||
| -rw-r--r-- | lisp/ChangeLog.10 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.5 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.8 | 2 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog.3 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.8 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.9 | 2 |
10 files changed, 11 insertions, 13 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index d62bdf10866..966cd6d3b55 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -276,7 +276,7 @@ | |||
| 276 | 276 | ||
| 277 | 2009-06-12 Kenichi Handa <handa@m17n.org> | 277 | 2009-06-12 Kenichi Handa <handa@m17n.org> |
| 278 | 278 | ||
| 279 | * HELLO: Use "/" instead of "," to seperate independent words. | 279 | * HELLO: Use "/" instead of "," to separate independent words. |
| 280 | 280 | ||
| 281 | * charsets/*.map: All re-generated. | 281 | * charsets/*.map: All re-generated. |
| 282 | 282 | ||
diff --git a/etc/ERC-NEWS b/etc/ERC-NEWS index f56c2bd771a..ac7861ae8af 100644 --- a/etc/ERC-NEWS +++ b/etc/ERC-NEWS | |||
| @@ -1312,9 +1312,8 @@ in both directions. This feature is currently only available in Emacs | |||
| 1312 | ** erc is switching to global-minor-modes for activation of submodules. | 1312 | ** erc is switching to global-minor-modes for activation of submodules. |
| 1313 | 1313 | ||
| 1314 | This allows you to customize such a mode and get automatic loading of | 1314 | This allows you to customize such a mode and get automatic loading of |
| 1315 | the module. No longer putting a lot of require statments in .emacs. | 1315 | the module. No longer putting a lot of require statements in .emacs. |
| 1316 | At least this is the long-term plan, not all modules are converted | 1316 | At least this is the long-term plan, not all modules are converted yet. |
| 1317 | yet. | ||
| 1318 | 1317 | ||
| 1319 | ** The most important user visible change is that you now need to activate | 1318 | ** The most important user visible change is that you now need to activate |
| 1320 | erc-completion-mode, to get TAB completion. The new completion code | 1319 | erc-completion-mode, to get TAB completion. The new completion code |
| @@ -2155,7 +2155,6 @@ ordered by their priorities. | |||
| 2155 | **** `coding-system-from-name' returns a coding system matching with | 2155 | **** `coding-system-from-name' returns a coding system matching with |
| 2156 | the argument name. | 2156 | the argument name. |
| 2157 | 2157 | ||
| 2158 | |||
| 2159 | ** There is a new input method, Robin, different from Quail. | 2158 | ** There is a new input method, Robin, different from Quail. |
| 2160 | It has three functionalities: | 2159 | It has three functionalities: |
| 2161 | i) a simple input method (converts an ASCII sequence into a string). | 2160 | i) a simple input method (converts an ASCII sequence into a string). |
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index e2d8df7ce98..50b82e13a15 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 | |||
| @@ -6773,7 +6773,7 @@ | |||
| 6773 | (ruler-mode-mouse-grab-any-column) | 6773 | (ruler-mode-mouse-grab-any-column) |
| 6774 | (ruler-mode-mouse-drag-any-column-iteration) | 6774 | (ruler-mode-mouse-drag-any-column-iteration) |
| 6775 | (ruler-mode-mouse-drag-any-column): New functions. | 6775 | (ruler-mode-mouse-drag-any-column): New functions. |
| 6776 | (ruler-mode-map): [header-line down-mouse-2] Bound to | 6776 | (ruler-mode-map) [header-line down-mouse-2]: Bound to |
| 6777 | `ruler-mode-mouse-grab-any-column' instead of | 6777 | `ruler-mode-mouse-grab-any-column' instead of |
| 6778 | `ruler-mode-mouse-set-fill-column'. | 6778 | `ruler-mode-mouse-set-fill-column'. |
| 6779 | (ruler-mode-ruler-help-echo): Update its value. | 6779 | (ruler-mode-ruler-help-echo): Update its value. |
diff --git a/lisp/ChangeLog.5 b/lisp/ChangeLog.5 index 9f637f10b38..cd36210f7fc 100644 --- a/lisp/ChangeLog.5 +++ b/lisp/ChangeLog.5 | |||
| @@ -2083,7 +2083,7 @@ | |||
| 2083 | * desktop.el (desktop-save): Use dired-directory as name | 2083 | * desktop.el (desktop-save): Use dired-directory as name |
| 2084 | of top-level in order to capture wildcards used. | 2084 | of top-level in order to capture wildcards used. |
| 2085 | (desktop-buffer-dired): Skip possible wildcard when checking | 2085 | (desktop-buffer-dired): Skip possible wildcard when checking |
| 2086 | for directory existance. Use dired-insert-subdir, not | 2086 | for directory existence. Use dired-insert-subdir, not |
| 2087 | dired-maybe-insert-subdir. | 2087 | dired-maybe-insert-subdir. |
| 2088 | 2088 | ||
| 2089 | 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> | 2089 | 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> |
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index 91d27db2d6a..f4b62c6f352 100644 --- a/lisp/ChangeLog.8 +++ b/lisp/ChangeLog.8 | |||
| @@ -6760,7 +6760,7 @@ | |||
| 6760 | 6760 | ||
| 6761 | 1999-01-22 Andrew Innes <andrewi@gnu.org> | 6761 | 1999-01-22 Andrew Innes <andrewi@gnu.org> |
| 6762 | 6762 | ||
| 6763 | * startup.el (command-line): [windows-nt]: Check for existence of | 6763 | * startup.el (command-line) [windows-nt]: Check for existence of |
| 6764 | .emacs file so as to notice .emacs.el or .emacs.elc and use them | 6764 | .emacs file so as to notice .emacs.el or .emacs.elc and use them |
| 6765 | in preference to _emacs. | 6765 | in preference to _emacs. |
| 6766 | 6766 | ||
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index cb4c24a39db..8e7ae005762 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -5151,7 +5151,7 @@ | |||
| 5151 | * gnus-agent.el (directory-files-and-attributes): Move all the way | 5151 | * gnus-agent.el (directory-files-and-attributes): Move all the way |
| 5152 | forward (the third and final move). | 5152 | forward (the third and final move). |
| 5153 | (gnus-agent-read-agentview): Trap reconstruction errors due to | 5153 | (gnus-agent-read-agentview): Trap reconstruction errors due to |
| 5154 | nonexistant directory. Handle by returning nil. | 5154 | nonexistent directory. Handle by returning nil. |
| 5155 | 5155 | ||
| 5156 | 2006-05-30 Didier Verna <didier@xemacs.org> | 5156 | 2006-05-30 Didier Verna <didier@xemacs.org> |
| 5157 | 5157 | ||
| @@ -12206,7 +12206,7 @@ | |||
| 12206 | (gnus-agent-set-local): Delete stored entry if either min, or max, | 12206 | (gnus-agent-set-local): Delete stored entry if either min, or max, |
| 12207 | are nil. | 12207 | are nil. |
| 12208 | (gnus-agent-fetch-session): Reworded error/quit messages. On | 12208 | (gnus-agent-fetch-session): Reworded error/quit messages. On |
| 12209 | quit, use gnus-agent-regenerate-group to record existance of any | 12209 | quit, use gnus-agent-regenerate-group to record existence of any |
| 12210 | articles fetched to disk before the quit occurred. | 12210 | articles fetched to disk before the quit occurred. |
| 12211 | (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group, | 12211 | (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group, |
| 12212 | gnus-agent-update-view-total-fetched-for, and | 12212 | gnus-agent-update-view-total-fetched-for, and |
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3 index cf5dbd53697..fbe3f752aed 100644 --- a/src/ChangeLog.3 +++ b/src/ChangeLog.3 | |||
| @@ -4776,7 +4776,7 @@ | |||
| 4776 | New struct face with associated typedef FACE declared, along with | 4776 | New struct face with associated typedef FACE declared, along with |
| 4777 | accessing macros. | 4777 | accessing macros. |
| 4778 | 4778 | ||
| 4779 | * scroll.c (do_scrolling): Don't bcopy non-existant `nruns' or | 4779 | * scroll.c (do_scrolling): Don't bcopy non-existent `nruns' or |
| 4780 | `face_list' elements. Do copy new `max_ascent' frame element. | 4780 | `face_list' elements. Do copy new `max_ascent' frame element. |
| 4781 | 4781 | ||
| 4782 | * dispnew.c (scroll_frame_lines): All references to frame elements | 4782 | * dispnew.c (scroll_frame_lines): All references to frame elements |
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index fcdf3b9bf34..de162cb39bc 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 | |||
| @@ -11848,7 +11848,7 @@ | |||
| 11848 | 11848 | ||
| 11849 | * w32fns.c (w32_strict_fontnames): New variable. | 11849 | * w32fns.c (w32_strict_fontnames): New variable. |
| 11850 | (Fx_create_frame): Formatting fix. | 11850 | (Fx_create_frame): Formatting fix. |
| 11851 | (w32_load_system_font): Keep trying to load non-existant font | 11851 | (w32_load_system_font): Keep trying to load non-existent font |
| 11852 | if w32_strict_fontnames is nil. Formatting fix. | 11852 | if w32_strict_fontnames is nil. Formatting fix. |
| 11853 | (syms_of_w32fns): Add w32-strict-fontnames. | 11853 | (syms_of_w32fns): Add w32-strict-fontnames. |
| 11854 | 11854 | ||
diff --git a/src/ChangeLog.9 b/src/ChangeLog.9 index e4bf486aaff..b161a21eb72 100644 --- a/src/ChangeLog.9 +++ b/src/ChangeLog.9 | |||
| @@ -834,7 +834,7 @@ | |||
| 834 | 2001-10-02 Miles Bader <miles@gnu.org> | 834 | 2001-10-02 Miles Bader <miles@gnu.org> |
| 835 | 835 | ||
| 836 | * textprop.c (Fnext_char_property_change) | 836 | * textprop.c (Fnext_char_property_change) |
| 837 | (Fprevious_char_property_change): Remove reference to non-existant | 837 | (Fprevious_char_property_change): Remove reference to non-existent |
| 838 | argument OBJECT from doc-string. | 838 | argument OBJECT from doc-string. |
| 839 | 839 | ||
| 840 | 2001-10-01 Gerd Moellmann <gerd@gnu.org> | 840 | 2001-10-01 Gerd Moellmann <gerd@gnu.org> |