diff options
| author | Juanma Barranquero | 2008-11-04 14:49:10 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-11-04 14:49:10 +0000 |
| commit | 079a5e72dfa701047d77a6556878ddd1465a2cb0 (patch) | |
| tree | 34066bd21fcd3e39f3a22d676e9bbae1ed61e915 | |
| parent | c81ca8d8cc7f681b1b31146fe7c797e97b63f231 (diff) | |
| download | emacs-079a5e72dfa701047d77a6556878ddd1465a2cb0.tar.gz emacs-079a5e72dfa701047d77a6556878ddd1465a2cb0.zip | |
Fix typos.
| -rw-r--r-- | lisp/ChangeLog.10 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.11 | 24 | ||||
| -rw-r--r-- | lisp/ChangeLog.12 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.3 | 6 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 2 |
5 files changed, 18 insertions, 18 deletions
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index 7fcd54234ce..8e10927a9d2 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 | |||
| @@ -10425,7 +10425,7 @@ | |||
| 10425 | (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'. | 10425 | (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'. |
| 10426 | (tramp-point-at-eol): New defalias. | 10426 | (tramp-point-at-eol): New defalias. |
| 10427 | (tramp-parse-rhosts-group) | 10427 | (tramp-parse-rhosts-group) |
| 10428 | (tramp-parse-shosts-group):: Apply it. | 10428 | (tramp-parse-shosts-group): Apply it. |
| 10429 | 10429 | ||
| 10430 | 2002-08-25 Michael Albinus <Michael.Albinus@alcatel.de> | 10430 | 2002-08-25 Michael Albinus <Michael.Albinus@alcatel.de> |
| 10431 | 10431 | ||
diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11 index 975523363e0..c15ed684415 100644 --- a/lisp/ChangeLog.11 +++ b/lisp/ChangeLog.11 | |||
| @@ -64,7 +64,7 @@ | |||
| 64 | 64 | ||
| 65 | 2004-12-31 Kenichi Handa <handa@m17n.org> | 65 | 2004-12-31 Kenichi Handa <handa@m17n.org> |
| 66 | 66 | ||
| 67 | * international/mule.el (buffer-file-coding-system-explicit): | 67 | * international/mule.el (buffer-file-coding-system-explicit): |
| 68 | Rename for explicit-buffer-file-coding-system. | 68 | Rename for explicit-buffer-file-coding-system. |
| 69 | (after-insert-file-set-coding): Adjust for the above change. | 69 | (after-insert-file-set-coding): Adjust for the above change. |
| 70 | 70 | ||
| @@ -1259,7 +1259,7 @@ | |||
| 1259 | (math-exp-old-pos): Declare them. | 1259 | (math-exp-old-pos): Declare them. |
| 1260 | 1260 | ||
| 1261 | * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos) | 1261 | * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos) |
| 1262 | (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them. | 1262 | (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them. |
| 1263 | 1263 | ||
| 1264 | 2004-11-27 Kim F. Storm <storm@cua.dk> | 1264 | 2004-11-27 Kim F. Storm <storm@cua.dk> |
| 1265 | 1265 | ||
| @@ -1479,7 +1479,7 @@ | |||
| 1479 | 2004-11-25 Richard M. Stallman <rms@gnu.org> | 1479 | 2004-11-25 Richard M. Stallman <rms@gnu.org> |
| 1480 | 1480 | ||
| 1481 | * progmodes/flymake.el: Reindent. | 1481 | * progmodes/flymake.el: Reindent. |
| 1482 | (flymake-split-string): Turn into defalias. | 1482 | (flymake-split-string): Turn into defalias. |
| 1483 | (flymake-fix-file-name): Rename from flymake-fix-path-name. | 1483 | (flymake-fix-file-name): Rename from flymake-fix-path-name. |
| 1484 | (flymake-ensure-ends-with-slash): Rename arg to FILENAME. | 1484 | (flymake-ensure-ends-with-slash): Rename arg to FILENAME. |
| 1485 | (flymake-get-common-file-prefix): Rename from ...path... Doc fix. | 1485 | (flymake-get-common-file-prefix): Rename from ...path... Doc fix. |
| @@ -1710,7 +1710,7 @@ | |||
| 1710 | declared variables. | 1710 | declared variables. |
| 1711 | (math-comp-simplify, math-comp-simplify-term) | 1711 | (math-comp-simplify, math-comp-simplify-term) |
| 1712 | (math-comp-add-string, math-comp-add-string-sel): | 1712 | (math-comp-add-string, math-comp-add-string-sel): |
| 1713 | Replace variables comp-highlight, comp-buf, comp-base, | 1713 | Replace variables comp-highlight, comp-buf, comp-base, |
| 1714 | comp-height, comp-tag, comp-hpos and comp-vpos by declared variables. | 1714 | comp-height, comp-tag, comp-hpos and comp-vpos by declared variables. |
| 1715 | 1715 | ||
| 1716 | 2004-11-23 Jan Djärv <jan.h.d@swipnet.se> | 1716 | 2004-11-23 Jan Djärv <jan.h.d@swipnet.se> |
| @@ -4906,7 +4906,7 @@ | |||
| 4906 | (tex-start-shell): Use `set-process-query-on-exit-flag'. | 4906 | (tex-start-shell): Use `set-process-query-on-exit-flag'. |
| 4907 | 4907 | ||
| 4908 | * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix. | 4908 | * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix. |
| 4909 | (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'. | 4909 | (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'. |
| 4910 | 4910 | ||
| 4911 | 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca> | 4911 | 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| 4912 | 4912 | ||
| @@ -4984,7 +4984,7 @@ | |||
| 4984 | 2004-08-21 John Paul Wallington <jpw@gnu.org> | 4984 | 2004-08-21 John Paul Wallington <jpw@gnu.org> |
| 4985 | 4985 | ||
| 4986 | * subr.el (process-kill-without-query): Made obsolete in | 4986 | * subr.el (process-kill-without-query): Made obsolete in |
| 4987 | version 21.4, not 21.5. | 4987 | version 21.4, not 21.5. |
| 4988 | 4988 | ||
| 4989 | * log-edit.el (vc-comment-ring, vc-comment-ring-index) | 4989 | * log-edit.el (vc-comment-ring, vc-comment-ring-index) |
| 4990 | (vc-previous-comment, vc-next-comment) | 4990 | (vc-previous-comment, vc-next-comment) |
| @@ -8076,7 +8076,7 @@ | |||
| 8076 | * dired.el (dired-mode): Rename desktop-buffer-misc-data-function | 8076 | * dired.el (dired-mode): Rename desktop-buffer-misc-data-function |
| 8077 | to desktop-save-buffer. | 8077 | to desktop-save-buffer. |
| 8078 | 8078 | ||
| 8079 | * info.el (Info-mode): Rename desktop-buffer-misc-data-function to | 8079 | * info.el (Info-mode): Rename desktop-buffer-misc-data-function to |
| 8080 | desktop-save-buffer. | 8080 | desktop-save-buffer. |
| 8081 | 8081 | ||
| 8082 | * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t. | 8082 | * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t. |
| @@ -10455,7 +10455,7 @@ | |||
| 10455 | 2004-02-16 Eli Tziperman <eli@deas.harvard.edu> | 10455 | 2004-02-16 Eli Tziperman <eli@deas.harvard.edu> |
| 10456 | 10456 | ||
| 10457 | * rmail-spam-filter.el (vm-use-spam-filter) | 10457 | * rmail-spam-filter.el (vm-use-spam-filter) |
| 10458 | (rsf-min-region-length-added-to-spam-list): New variables. | 10458 | (rsf-min-region-length-added-to-spam-list): New variables. |
| 10459 | (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from | 10459 | (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from |
| 10460 | rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for | 10460 | rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for |
| 10461 | spam testing. Don't delete spam message if automatic deletion | 10461 | spam testing. Don't delete spam message if automatic deletion |
| @@ -11197,7 +11197,7 @@ | |||
| 11197 | (appt-activate): New autoloaded function to toggle package | 11197 | (appt-activate): New autoloaded function to toggle package |
| 11198 | functionality. | 11198 | functionality. |
| 11199 | 11199 | ||
| 11200 | * calendar/cal-x.el: (calendar-one-frame-setup) | 11200 | * calendar/cal-x.el (calendar-one-frame-setup) |
| 11201 | (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change. | 11201 | (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change. |
| 11202 | 11202 | ||
| 11203 | * calendar/calendar.el: Update copyright. | 11203 | * calendar/calendar.el: Update copyright. |
| @@ -11325,7 +11325,7 @@ | |||
| 11325 | 2004-01-03 Jesper Harder <harder@ifa.au.dk> | 11325 | 2004-01-03 Jesper Harder <harder@ifa.au.dk> |
| 11326 | 11326 | ||
| 11327 | * progmodes/idlwave.el (idlwave-make-tags): | 11327 | * progmodes/idlwave.el (idlwave-make-tags): |
| 11328 | * textmodes/flyspell.el (flyspell-large-region):. | 11328 | * textmodes/flyspell.el (flyspell-large-region): |
| 11329 | * progmodes/make-mode.el (makefile-query-by-make-minus-q): | 11329 | * progmodes/make-mode.el (makefile-query-by-make-minus-q): |
| 11330 | * emulation/viper-util.el (viper-glob-unix-files): | 11330 | * emulation/viper-util.el (viper-glob-unix-files): |
| 11331 | * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent): | 11331 | * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent): |
| @@ -12334,7 +12334,7 @@ | |||
| 12334 | 2003-10-20 John Paul Wallington <jpw@gnu.org> | 12334 | 2003-10-20 John Paul Wallington <jpw@gnu.org> |
| 12335 | 12335 | ||
| 12336 | * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use | 12336 | * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use |
| 12337 | `evenp' so we don't implicitly require cl library at runtime. | 12337 | `evenp' so we don't implicitly require cl library at runtime. |
| 12338 | 12338 | ||
| 12339 | 2003-10-18 Luc Teirlinck <teirllm@auburn.edu> | 12339 | 2003-10-18 Luc Teirlinck <teirllm@auburn.edu> |
| 12340 | 12340 | ||
| @@ -12898,7 +12898,7 @@ | |||
| 12898 | 12898 | ||
| 12899 | 2003-09-15 David Ponce <david@dponce.com> | 12899 | 2003-09-15 David Ponce <david@dponce.com> |
| 12900 | 12900 | ||
| 12901 | * recentf.el: (recentf-exclude): Accept predicates too. | 12901 | * recentf.el (recentf-exclude): Accept predicates too. |
| 12902 | (recentf-file-readable-p): New function. | 12902 | (recentf-file-readable-p): New function. |
| 12903 | (recentf-include-p): Handle predicates in recentf-exclude. | 12903 | (recentf-include-p): Handle predicates in recentf-exclude. |
| 12904 | (recentf-add-file): Doc fix. Use recentf-file-readable-p. | 12904 | (recentf-add-file): Doc fix. Use recentf-file-readable-p. |
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12 index b27daf7741d..959e77b4482 100644 --- a/lisp/ChangeLog.12 +++ b/lisp/ChangeLog.12 | |||
| @@ -28114,7 +28114,7 @@ | |||
| 28114 | Sync with Tramp 2.0.49. | 28114 | Sync with Tramp 2.0.49. |
| 28115 | 28115 | ||
| 28116 | * net/tramp.el (tramp-handle-dired-call-process) | 28116 | * net/tramp.el (tramp-handle-dired-call-process) |
| 28117 | (tramp-handle-insert-directory):`insert-buffer' cannot be used | 28117 | (tramp-handle-insert-directory): `insert-buffer' cannot be used |
| 28118 | because the contents of the Tramp buffer is changed before | 28118 | because the contents of the Tramp buffer is changed before |
| 28119 | insertion (`expand-file' and alike). | 28119 | insertion (`expand-file' and alike). |
| 28120 | (tramp-handle-insert-directory): If `localname' has an empty | 28120 | (tramp-handle-insert-directory): If `localname' has an empty |
diff --git a/lisp/ChangeLog.3 b/lisp/ChangeLog.3 index 372d214250d..e7cba20b348 100644 --- a/lisp/ChangeLog.3 +++ b/lisp/ChangeLog.3 | |||
| @@ -9783,7 +9783,7 @@ | |||
| 9783 | * bytecomp.el (byte-compile-file-form): Most forms pushed on `pending'. | 9783 | * bytecomp.el (byte-compile-file-form): Most forms pushed on `pending'. |
| 9784 | Those that are special print their output and first compile | 9784 | Those that are special print their output and first compile |
| 9785 | and print the contents of `pending'. | 9785 | and print the contents of `pending'. |
| 9786 | (byte-compile-file):@end of file, compile and print `pending'. | 9786 | (byte-compile-file): @end of file, compile and print `pending'. |
| 9787 | (byte-compile-pending): New function. | 9787 | (byte-compile-pending): New function. |
| 9788 | 9788 | ||
| 9789 | * bytecomp.el (byte-compile-find-vars-1): | 9789 | * bytecomp.el (byte-compile-find-vars-1): |
| @@ -11507,7 +11507,7 @@ | |||
| 11507 | * info.el (Info-tag-table-marker): `read' now stops@end of line, | 11507 | * info.el (Info-tag-table-marker): `read' now stops@end of line, |
| 11508 | so advance to next line. | 11508 | so advance to next line. |
| 11509 | 11509 | ||
| 11510 | * info.el (Info-follow-nearest-node):@last line of text, | 11510 | * info.el (Info-follow-nearest-node): @last line of text, |
| 11511 | move to next node. | 11511 | move to next node. |
| 11512 | 11512 | ||
| 11513 | * rmail.el (rmail-message-labels-p): Widen. | 11513 | * rmail.el (rmail-message-labels-p): Widen. |
| @@ -11811,7 +11811,7 @@ | |||
| 11811 | (tex-common-initialization): comment-start-skip changed. | 11811 | (tex-common-initialization): comment-start-skip changed. |
| 11812 | (tex-validate-region): Fn renamed, and now leaves point@the error. | 11812 | (tex-validate-region): Fn renamed, and now leaves point@the error. |
| 11813 | (tex-terminate-paragraph): Must save-excursion. | 11813 | (tex-terminate-paragraph): Must save-excursion. |
| 11814 | (tex-start-shell):@end, sleep a little if I/O buffer is empty. | 11814 | (tex-start-shell): @end, sleep a little if I/O buffer is empty. |
| 11815 | (tex-file): New fn; save buffers and run TeX on visit file. | 11815 | (tex-file): New fn; save buffers and run TeX on visit file. |
| 11816 | (tex-print): Print buffer's most recent output, whether from tex-file | 11816 | (tex-print): Print buffer's most recent output, whether from tex-file |
| 11817 | or tex-region. Use shell-command to do the printing. | 11817 | or tex-region. Use shell-command to do the printing. |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 21132ebb568..f311f4fdd30 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -9172,7 +9172,7 @@ | |||
| 9172 | (gnus-summary-display-while-building): Add :version. | 9172 | (gnus-summary-display-while-building): Add :version. |
| 9173 | 9173 | ||
| 9174 | * gnus-start.el (gnus-subscribe-newsgroup-hooks) | 9174 | * gnus-start.el (gnus-subscribe-newsgroup-hooks) |
| 9175 | (gnus-get-top-new-news-hook):Add :version. | 9175 | (gnus-get-top-new-news-hook): Add :version. |
| 9176 | 9176 | ||
| 9177 | * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face) | 9177 | * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face) |
| 9178 | (gnus-server-closed-face, gnus-server-denied-face): Add :version. | 9178 | (gnus-server-closed-face, gnus-server-denied-face): Add :version. |