diff options
| author | Juanma Barranquero | 2011-12-19 16:46:50 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-12-19 16:46:50 +0100 |
| commit | 1154d12e5b3597869808d576dafaf0734840bc0f (patch) | |
| tree | 775533c5e71b3b97b9ea41d00f5ba51a13231d87 | |
| parent | 9954ec0dae829e7141aa25e87e6b496e8dd9e48c (diff) | |
| download | emacs-1154d12e5b3597869808d576dafaf0734840bc0f.tar.gz emacs-1154d12e5b3597869808d576dafaf0734840bc0f.zip | |
Fix typos.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 59 | ||||
| -rw-r--r-- | lisp/ChangeLog.14 | 2 | ||||
| -rw-r--r-- | lisp/mh-e/ChangeLog.1 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.11 | 2 |
5 files changed, 34 insertions, 35 deletions
| @@ -2262,7 +2262,7 @@ | |||
| 2262 | 2262 | ||
| 2263 | 2009-12-10 Jan Djärv <jan.h.d@swipnet.se> | 2263 | 2009-12-10 Jan Djärv <jan.h.d@swipnet.se> |
| 2264 | 2264 | ||
| 2265 | * configure.in: Check for RSVG if GNUStep is used. | 2265 | * configure.in: Check for RSVG if GNUstep is used. |
| 2266 | 2266 | ||
| 2267 | 2009-12-09 Jan Djärv <jan.h.d@swipnet.se> | 2267 | 2009-12-09 Jan Djärv <jan.h.d@swipnet.se> |
| 2268 | 2268 | ||
| @@ -2447,7 +2447,7 @@ | |||
| 2447 | 2447 | ||
| 2448 | 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca> | 2448 | 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2449 | 2449 | ||
| 2450 | * configure.in: Don't define CANNOT_DUMP for GNUStep any more. | 2450 | * configure.in: Don't define CANNOT_DUMP for GNUstep any more. |
| 2451 | 2451 | ||
| 2452 | 2009-05-05 Per Starbäck <per@starback.se> (tiny change) | 2452 | 2009-05-05 Per Starbäck <per@starback.se> (tiny change) |
| 2453 | 2453 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e360a257a3b..7e583f2bbc6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -18,12 +18,12 @@ | |||
| 18 | 18 | ||
| 19 | * term/ns-win.el (ns-get-selection-internal) | 19 | * term/ns-win.el (ns-get-selection-internal) |
| 20 | (ns-store-selection-internal): Declare. | 20 | (ns-store-selection-internal): Declare. |
| 21 | (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal): Declare | 21 | (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal): |
| 22 | as obsolete. | 22 | Declare as obsolete. |
| 23 | (ns-get-pasteboard, ns-paste-secondary): Use | 23 | (ns-get-pasteboard, ns-paste-secondary): |
| 24 | ns-get-selection-internal. | 24 | Use ns-get-selection-internal. |
| 25 | (ns-set-pasteboard, ns-copy-including-secondary): Use | 25 | (ns-set-pasteboard, ns-copy-including-secondary): |
| 26 | ns-store-selection-internal. | 26 | Use ns-store-selection-internal. |
| 27 | 27 | ||
| 28 | 2011-12-17 Chong Yidong <cyd@gnu.org> | 28 | 2011-12-17 Chong Yidong <cyd@gnu.org> |
| 29 | 29 | ||
| @@ -642,8 +642,8 @@ | |||
| 642 | 642 | ||
| 643 | 2011-11-21 Juri Linkov <juri@jurta.org> | 643 | 2011-11-21 Juri Linkov <juri@jurta.org> |
| 644 | 644 | ||
| 645 | * calc/calc.el (calc-read-key-sequence): Let-bind `input-method-function' | 645 | * calc/calc.el (calc-read-key-sequence): |
| 646 | to nil. (Bug#10018) | 646 | Let-bind `input-method-function' to nil. (Bug#10018) |
| 647 | 647 | ||
| 648 | 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | 648 | 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 649 | 649 | ||
| @@ -2173,11 +2173,10 @@ | |||
| 2173 | 2011-09-24 Ulf Jasper <ulf.jasper@web.de> | 2173 | 2011-09-24 Ulf Jasper <ulf.jasper@web.de> |
| 2174 | 2174 | ||
| 2175 | * net/newst-reader.el (newsticker-html-renderer) | 2175 | * net/newst-reader.el (newsticker-html-renderer) |
| 2176 | (newsticker-show-news): Automatically | 2176 | (newsticker-show-news): Automatically load html rendering package |
| 2177 | load html rendering package if newsticker-html-renderer is set. | 2177 | if newsticker-html-renderer is set. Fixes "Warning: defvar ignored |
| 2178 | Fixes "Warning: defvar ignored because w3m-fill-column is | 2178 | because w3m-fill-column is let-bound" and the error "Symbol's value |
| 2179 | let-bound" and the error "Symbol's value as variable is void: | 2179 | as variable is void: w3m-fill-column". |
| 2180 | w3m-fill-column". | ||
| 2181 | 2180 | ||
| 2182 | 2011-09-24 Michael Albinus <michael.albinus@gmx.de> | 2181 | 2011-09-24 Michael Albinus <michael.albinus@gmx.de> |
| 2183 | 2182 | ||
| @@ -2291,8 +2290,8 @@ | |||
| 2291 | 2011-09-21 Martin Rudalics <rudalics@gmx.at> | 2290 | 2011-09-21 Martin Rudalics <rudalics@gmx.at> |
| 2292 | 2291 | ||
| 2293 | * window.el (set-window-buffer-start-and-point): | 2292 | * window.el (set-window-buffer-start-and-point): |
| 2294 | Call set-window-start with NOFORCE argument t. Suggested by Thierry | 2293 | Call set-window-start with NOFORCE argument t. |
| 2295 | Volpiatto <thierry.volpiatto@gmail.com>. | 2294 | Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>. |
| 2296 | (quit-window): Reword doc-string. Handle new format of | 2295 | (quit-window): Reword doc-string. Handle new format of |
| 2297 | quit-restore parameter. Don't delete window if it has a | 2296 | quit-restore parameter. Don't delete window if it has a |
| 2298 | previous buffer we can show instead of the present one. | 2297 | previous buffer we can show instead of the present one. |
| @@ -2410,13 +2409,13 @@ | |||
| 2410 | 2011-09-18 Juri Linkov <juri@jurta.org> | 2409 | 2011-09-18 Juri Linkov <juri@jurta.org> |
| 2411 | 2410 | ||
| 2412 | * info.el (Info-mode-syntax-table): New variable. | 2411 | * info.el (Info-mode-syntax-table): New variable. |
| 2413 | (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table'. (Bug#3312) | 2412 | (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312). |
| 2414 | 2413 | ||
| 2415 | 2011-09-18 Juri Linkov <juri@jurta.org> | 2414 | 2011-09-18 Juri Linkov <juri@jurta.org> |
| 2416 | 2415 | ||
| 2417 | * info.el (Info-file-supports-index-cookies): Increment | 2416 | * info.el (Info-file-supports-index-cookies): |
| 2418 | line-beginning-position's arg from 3 to 4 because makeinfo outputs | 2417 | Increment line-beginning-position's arg from 3 to 4 because makeinfo |
| 2419 | one more line for long file names (bug#4142). | 2418 | outputs one more line for long file names (bug#4142). |
| 2420 | 2419 | ||
| 2421 | 2011-09-18 Chong Yidong <cyd@stupidchicken.com> | 2420 | 2011-09-18 Chong Yidong <cyd@stupidchicken.com> |
| 2422 | 2421 | ||
| @@ -4708,8 +4707,8 @@ | |||
| 4708 | pending encryption. | 4707 | pending encryption. |
| 4709 | 4708 | ||
| 4710 | (allout-inhibit-auto-save-info-for-decryption): | 4709 | (allout-inhibit-auto-save-info-for-decryption): |
| 4711 | Adjust buffer-saved-size and some allout state to inhibit auto-saves if | 4710 | Adjust buffer-saved-size and some allout state to inhibit auto-saves |
| 4712 | there are plain-text topics pending encryption. | 4711 | if there are plain-text topics pending encryption. |
| 4713 | 4712 | ||
| 4714 | (allout-maybe-resume-auto-save-info-after-encryption): Adjust | 4713 | (allout-maybe-resume-auto-save-info-after-encryption): Adjust |
| 4715 | buffer-saved-size and some allout state to not inhibit auto-saves | 4714 | buffer-saved-size and some allout state to not inhibit auto-saves |
| @@ -6139,11 +6138,11 @@ | |||
| 6139 | (split-window-keep-point): Mention split-window-above-each-other | 6138 | (split-window-keep-point): Mention split-window-above-each-other |
| 6140 | instead of split-window-vertically. | 6139 | instead of split-window-vertically. |
| 6141 | (split-window-above-each-other, split-window-vertically): | 6140 | (split-window-above-each-other, split-window-vertically): |
| 6142 | Rename split-window-vertically to split-window-above-each-other and | 6141 | Rename split-window-vertically to split-window-above-each-other |
| 6143 | provide defalias for old definition. | 6142 | and provide defalias for old definition. |
| 6144 | (split-window-side-by-side, split-window-horizontally): Rename | 6143 | (split-window-side-by-side, split-window-horizontally): |
| 6145 | split-window-horizontally to split-window-side-by-side and provide | 6144 | Rename split-window-horizontally to split-window-side-by-side |
| 6146 | defalias for the old definition. | 6145 | and provide defalias for the old definition. |
| 6147 | (ctl-x-map): Move bindings for delete-window, | 6146 | (ctl-x-map): Move bindings for delete-window, |
| 6148 | delete-other-windows and enlarge-window here from window.c. | 6147 | delete-other-windows and enlarge-window here from window.c. |
| 6149 | Replace bindings for split-window-vertically and | 6148 | Replace bindings for split-window-vertically and |
| @@ -9566,10 +9565,10 @@ | |||
| 9566 | preserves the existing header prefix, rebulleting it if necessary, | 9565 | preserves the existing header prefix, rebulleting it if necessary, |
| 9567 | rather than replacing it. This is necessary for proper operation | 9566 | rather than replacing it. This is necessary for proper operation |
| 9568 | of cooperative addons like allout-widgets. | 9567 | of cooperative addons like allout-widgets. |
| 9569 | (allout-make-topic-prefix, allout-rebullet-heading): Change | 9568 | (allout-make-topic-prefix, allout-rebullet-heading): |
| 9570 | SOLICIT arg to INSTEAD, and interpret additionally a string value | 9569 | Change SOLICIT arg to INSTEAD, and interpret additionally a string |
| 9571 | as alternate bullet to be used, instead of prompting the user for | 9570 | value as alternate bullet to be used, instead of prompting the user |
| 9572 | a bullet character. | 9571 | for a bullet character. |
| 9573 | 9572 | ||
| 9574 | 2011-03-09 Michael Albinus <michael.albinus@gmx.de> | 9573 | 2011-03-09 Michael Albinus <michael.albinus@gmx.de> |
| 9575 | 9574 | ||
diff --git a/lisp/ChangeLog.14 b/lisp/ChangeLog.14 index 213f5cfb784..5620b90a3f4 100644 --- a/lisp/ChangeLog.14 +++ b/lisp/ChangeLog.14 | |||
| @@ -3473,7 +3473,7 @@ | |||
| 3473 | 2009-01-10 Dan Nicolaescu <dann@ics.uci.edu> | 3473 | 2009-01-10 Dan Nicolaescu <dann@ics.uci.edu> |
| 3474 | 3474 | ||
| 3475 | * diff-mode.el (diff-show-trailing-whitespaces): Remove function. | 3475 | * diff-mode.el (diff-show-trailing-whitespaces): Remove function. |
| 3476 | Move setting up whitepace-mode ... | 3476 | Move setting up whitespace-mode ... |
| 3477 | (diff-mode): ... here. | 3477 | (diff-mode): ... here. |
| 3478 | (diff-mode-menu): Add a menu entry for showing trailing whitespace. | 3478 | (diff-mode-menu): Add a menu entry for showing trailing whitespace. |
| 3479 | 3479 | ||
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index 65ffb0375ab..506390896a1 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 | |||
| @@ -1648,7 +1648,7 @@ | |||
| 1648 | * mh-e.el (mh-version): Do something sensible when | 1648 | * mh-e.el (mh-version): Do something sensible when |
| 1649 | mh-variant-in-use is undefined. | 1649 | mh-variant-in-use is undefined. |
| 1650 | * mh-junk.el (mh-spamassassin-blacklist) | 1650 | * mh-junk.el (mh-spamassassin-blacklist) |
| 1651 | (mh-spamassassin-whitelist): Change options to be compatoble with | 1651 | (mh-spamassassin-whitelist): Change options to be compatible with |
| 1652 | old version of spamassassin (V2.20). | 1652 | old version of spamassassin (V2.20). |
| 1653 | 1653 | ||
| 1654 | 2003-09-07 Mark D. Baushke <mdb@gnu.org> | 1654 | 2003-09-07 Mark D. Baushke <mdb@gnu.org> |
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11 index 289ef168088..78639ef0c2b 100644 --- a/src/ChangeLog.11 +++ b/src/ChangeLog.11 | |||
| @@ -12897,7 +12897,7 @@ | |||
| 12897 | * font.c (font_update_drivers): Sanity fallback to avoid disabling | 12897 | * font.c (font_update_drivers): Sanity fallback to avoid disabling |
| 12898 | all drivers. | 12898 | all drivers. |
| 12899 | 12899 | ||
| 12900 | * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep. | 12900 | * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUstep. |
| 12901 | 12901 | ||
| 12902 | 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 12902 | 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 12903 | 12903 | ||