diff options
| author | Glenn Morris | 2014-01-16 20:54:23 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-01-16 20:54:23 -0500 |
| commit | 56db2b1bfd76350495cb1e791c98cfe00df26c10 (patch) | |
| tree | 4cf2291fa56571d3b09acec94bad45ef02e6124f | |
| parent | b5ccc1beb33fb90e6ed7a0b1d5aa7eca431d0200 (diff) | |
| download | emacs-56db2b1bfd76350495cb1e791c98cfe00df26c10.tar.gz emacs-56db2b1bfd76350495cb1e791c98cfe00df26c10.zip | |
ChangeLog fixes
| -rw-r--r-- | leim/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.1 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.2 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.6 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.9 | 17 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog.2 | 4 | ||||
| -rw-r--r-- | src/ChangeLog.1 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.2 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.6 | 4 |
9 files changed, 21 insertions, 16 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index 6069b8b5a77..21f570b29c8 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -200,7 +200,7 @@ | |||
| 200 | 200 | ||
| 201 | 2012-06-12 Nguyen Thai Ngoc Duy <pclouds@gmail.com> | 201 | 2012-06-12 Nguyen Thai Ngoc Duy <pclouds@gmail.com> |
| 202 | 202 | ||
| 203 | * quail/vnvi.el: New file (Bug#4747). | 203 | * quail/vnvni.el: New file (Bug#4747). |
| 204 | 204 | ||
| 205 | 2012-05-22 Glenn Morris <rgm@gnu.org> | 205 | 2012-05-22 Glenn Morris <rgm@gnu.org> |
| 206 | 206 | ||
diff --git a/lisp/ChangeLog.1 b/lisp/ChangeLog.1 index b947715479c..3b10bafb25f 100644 --- a/lisp/ChangeLog.1 +++ b/lisp/ChangeLog.1 | |||
| @@ -777,7 +777,7 @@ | |||
| 777 | 777 | ||
| 778 | 1985-12-14 Richard M. Stallman (rms@prep) | 778 | 1985-12-14 Richard M. Stallman (rms@prep) |
| 779 | 779 | ||
| 780 | * various: | 780 | * Various: |
| 781 | Change uses of copy-sequence on keymaps to copy-alist. | 781 | Change uses of copy-sequence on keymaps to copy-alist. |
| 782 | Use run-hooks for all hooks. | 782 | Use run-hooks for all hooks. |
| 783 | 783 | ||
diff --git a/lisp/ChangeLog.2 b/lisp/ChangeLog.2 index 744d7f407f6..fa1730f04f2 100644 --- a/lisp/ChangeLog.2 +++ b/lisp/ChangeLog.2 | |||
| @@ -2624,7 +2624,7 @@ | |||
| 2624 | 2624 | ||
| 2625 | 1986-11-04 Richard M. Stallman (rms@prep) | 2625 | 1986-11-04 Richard M. Stallman (rms@prep) |
| 2626 | 2626 | ||
| 2627 | * various files (dired-mode, Edit-options-mode, rmail-mode) | 2627 | * Various files (dired-mode, Edit-options-mode, rmail-mode) |
| 2628 | (rmail-summary-mode, rmail-edit-mode, Buffer-menu-mode): | 2628 | (rmail-summary-mode, rmail-edit-mode, Buffer-menu-mode): |
| 2629 | Give these symbols `special' as a `mode-class' property. | 2629 | Give these symbols `special' as a `mode-class' property. |
| 2630 | 2630 | ||
diff --git a/lisp/ChangeLog.6 b/lisp/ChangeLog.6 index 76f1313a5b7..dc2722105fe 100644 --- a/lisp/ChangeLog.6 +++ b/lisp/ChangeLog.6 | |||
| @@ -3471,7 +3471,7 @@ | |||
| 3471 | 3471 | ||
| 3472 | 1996-01-14 Erik Naggum <erik@naggum.no> | 3472 | 1996-01-14 Erik Naggum <erik@naggum.no> |
| 3473 | 3473 | ||
| 3474 | * all files: Update FSF's address in, and unify formatting of, | 3474 | * All files: Update FSF's address in, and unify formatting of, |
| 3475 | comment preambles. | 3475 | comment preambles. |
| 3476 | 3476 | ||
| 3477 | 1996-01-13 Erik Naggum <erik@naggum.no> | 3477 | 1996-01-13 Erik Naggum <erik@naggum.no> |
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index 121e30d9657..d82dfe15d9f 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 | |||
| @@ -12434,8 +12434,8 @@ | |||
| 12434 | (vc-cvs-merge-news): Set workfile version to nil if not known. | 12434 | (vc-cvs-merge-news): Set workfile version to nil if not known. |
| 12435 | (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal. | 12435 | (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal. |
| 12436 | 12436 | ||
| 12437 | * vc-*.el (vc-*-checkout): Switch off coding systems for checkout | 12437 | * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-checkout): Switch off |
| 12438 | via stdout. (Merge from main line.) | 12438 | coding systems for checkout via stdout. (Merge from main line.) |
| 12439 | 12439 | ||
| 12440 | 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | 12440 | 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> |
| 12441 | 12441 | ||
| @@ -12695,21 +12695,22 @@ | |||
| 12695 | (vc-backend): Reintroduce the test for `file = nil' now that I | 12695 | (vc-backend): Reintroduce the test for `file = nil' now that I |
| 12696 | know why it was there (and added a comment to better remember). | 12696 | know why it was there (and added a comment to better remember). |
| 12697 | 12697 | ||
| 12698 | * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in | 12698 | * vc-sccs-hooks.el: Merge into vc-sccs.el |
| 12699 | code from vc-sccs-hooks.el. | 12699 | * vc-sccs.el: Merge in code from vc-sccs-hooks.el. |
| 12700 | (vc-sccs-release, vc-sccs-system-release): Remove. Don't require | 12700 | (vc-sccs-release, vc-sccs-system-release): Remove. Don't require |
| 12701 | 'vc anymore. | 12701 | 'vc anymore. |
| 12702 | (vc-sccs-responsible-p): Use expand-file-name instead of concat | 12702 | (vc-sccs-responsible-p): Use expand-file-name instead of concat |
| 12703 | and file-directory-p instead of file-exists-p. | 12703 | and file-directory-p instead of file-exists-p. |
| 12704 | (vc-sccs-check-headers): Simplify the regexp. | 12704 | (vc-sccs-check-headers): Simplify the regexp. |
| 12705 | 12705 | ||
| 12706 | * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code | 12706 | * vc-rcs-hooks.el: Merge into vc-rcs.el |
| 12707 | from vc-rcs-hooks.el. Don't require 'vc anymore. | 12707 | * vc-rcs.el: Merge in code from vc-rcs-hooks.el. |
| 12708 | Don't require 'vc anymore. | ||
| 12708 | (vc-rcs-responsible-p): Use expand-file-name instead of concat and | 12709 | (vc-rcs-responsible-p): Use expand-file-name instead of concat and |
| 12709 | file-directory-p instead of file-exists-p. | 12710 | file-directory-p instead of file-exists-p. |
| 12710 | 12711 | ||
| 12711 | * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code | 12712 | * vc-cvs-hooks.el: Merge into vc-cvs.el |
| 12712 | from vc-cvs-hooks.el. | 12713 | * vc-cvs.el: Merge in code from vc-cvs-hooks.el. |
| 12713 | (proto vc-cvs-registered): Require 'vc-cvs instead of | 12714 | (proto vc-cvs-registered): Require 'vc-cvs instead of |
| 12714 | 'vc-cvs-hooks. Don't require 'vc anymore. | 12715 | 'vc-cvs-hooks. Don't require 'vc anymore. |
| 12715 | (vc-cvs-responsible-p): Use expand-file-name instead of concat and | 12716 | (vc-cvs-responsible-p): Use expand-file-name instead of concat and |
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2 index b182f226e04..475f7667f39 100644 --- a/lisp/gnus/ChangeLog.2 +++ b/lisp/gnus/ChangeLog.2 | |||
| @@ -9597,7 +9597,7 @@ | |||
| 9597 | 9597 | ||
| 9598 | 2002-02-20 Katsumi Yamaoka <yamaoka@jpl.org> | 9598 | 2002-02-20 Katsumi Yamaoka <yamaoka@jpl.org> |
| 9599 | 9599 | ||
| 9600 | * many files: Remove trailing whitespaces, replace spc+tab with | 9600 | * Many files: Remove trailing whitespaces, replace spc+tab with |
| 9601 | tab, replace leading whitespaces with tabs. | 9601 | tab, replace leading whitespaces with tabs. |
| 9602 | 9602 | ||
| 9603 | 2002-02-19 Paul Jarc <prj@po.cwru.edu> | 9603 | 2002-02-19 Paul Jarc <prj@po.cwru.edu> |
| @@ -12532,7 +12532,7 @@ | |||
| 12532 | 12532 | ||
| 12533 | 2001-11-06 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 12533 | 2001-11-06 10:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 12534 | 12534 | ||
| 12535 | * many files: Fix copyright lines. | 12535 | * Many files: Fix copyright lines. |
| 12536 | 12536 | ||
| 12537 | 2001-11-05 07:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 12537 | 2001-11-05 07:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 12538 | 12538 | ||
diff --git a/src/ChangeLog.1 b/src/ChangeLog.1 index df9db67691a..657bedce959 100644 --- a/src/ChangeLog.1 +++ b/src/ChangeLog.1 | |||
| @@ -2279,7 +2279,7 @@ | |||
| 2279 | Postpone fixup of free_at_end_vpos | 2279 | Postpone fixup of free_at_end_vpos |
| 2280 | until unchanged_at_bottom is set up. | 2280 | until unchanged_at_bottom is set up. |
| 2281 | 2281 | ||
| 2282 | * everywhere: | 2282 | * Everywhere: |
| 2283 | Remove many variables not really used. | 2283 | Remove many variables not really used. |
| 2284 | 2284 | ||
| 2285 | * process.c (count_active_processes): | 2285 | * process.c (count_active_processes): |
diff --git a/src/ChangeLog.2 b/src/ChangeLog.2 index 8f8c5d24d9b..c852328d61a 100644 --- a/src/ChangeLog.2 +++ b/src/ChangeLog.2 | |||
| @@ -4131,7 +4131,7 @@ | |||
| 4131 | and DEFVAR_PER_BUFFER. They expand into calls to | 4131 | and DEFVAR_PER_BUFFER. They expand into calls to |
| 4132 | defvar_lisp, etc. | 4132 | defvar_lisp, etc. |
| 4133 | 4133 | ||
| 4134 | * all .c files: | 4134 | * All .c files: |
| 4135 | All Def...Var renamed to DEFVAR... in syms_of_.... | 4135 | All Def...Var renamed to DEFVAR... in syms_of_.... |
| 4136 | 4136 | ||
| 4137 | * doc.c (FSnarf_documentation): Understand new DOC format | 4137 | * doc.c (FSnarf_documentation): Understand new DOC format |
diff --git a/src/ChangeLog.6 b/src/ChangeLog.6 index 6e7f6499ea4..19752bae1f4 100644 --- a/src/ChangeLog.6 +++ b/src/ChangeLog.6 | |||
| @@ -5354,6 +5354,10 @@ | |||
| 5354 | 5354 | ||
| 5355 | See ChangeLog.5 for earlier changes. | 5355 | See ChangeLog.5 for earlier changes. |
| 5356 | 5356 | ||
| 5357 | ;; Local Variables: | ||
| 5358 | ;; coding: utf-8 | ||
| 5359 | ;; End: | ||
| 5360 | |||
| 5357 | Copyright (C) 1995-1996, 2001-2014 Free Software Foundation, Inc. | 5361 | Copyright (C) 1995-1996, 2001-2014 Free Software Foundation, Inc. |
| 5358 | 5362 | ||
| 5359 | This file is part of GNU Emacs. | 5363 | This file is part of GNU Emacs. |