diff options
| author | Glenn Morris | 2008-12-19 03:13:52 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-12-19 03:13:52 +0000 |
| commit | 05e15b56c073a1ccbc197b292990b8dbdbb2fcc4 (patch) | |
| tree | 675c4b2204f2f2a738468fe8411594198b4d6577 | |
| parent | 30a7ee9fa3d4c46c4ad1753a9fe6d9d7e183e33c (diff) | |
| download | emacs-05e15b56c073a1ccbc197b292990b8dbdbb2fcc4.tar.gz emacs-05e15b56c073a1ccbc197b292990b8dbdbb2fcc4.zip | |
Format and file name fixes, for AUTHORS.
| -rw-r--r-- | lisp/ChangeLog.1 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.13 | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog.4 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.6 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.9 | 13 |
5 files changed, 11 insertions, 12 deletions
diff --git a/lisp/ChangeLog.1 b/lisp/ChangeLog.1 index 5545b731354..c8b256d1510 100644 --- a/lisp/ChangeLog.1 +++ b/lisp/ChangeLog.1 | |||
| @@ -1584,7 +1584,7 @@ | |||
| 1584 | * debug.el (debug): | 1584 | * debug.el (debug): |
| 1585 | Save match-data on entry, and do store-match-data on exit. | 1585 | Save match-data on entry, and do store-match-data on exit. |
| 1586 | 1586 | ||
| 1587 | * mail-utils: | 1587 | * mail-utils.el: |
| 1588 | mail-string-delete: Make arg END exclusive. | 1588 | mail-string-delete: Make arg END exclusive. |
| 1589 | mail-strip-quoted-names: flush spaces before stuff being flushed. | 1589 | mail-strip-quoted-names: flush spaces before stuff being flushed. |
| 1590 | Compensate for change to mail-string-delete. | 1590 | Compensate for change to mail-string-delete. |
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13 index 642a0f0e209..094180fcc07 100644 --- a/lisp/ChangeLog.13 +++ b/lisp/ChangeLog.13 | |||
| @@ -1450,7 +1450,7 @@ | |||
| 1450 | 1450 | ||
| 1451 | 2008-02-01 Jason Rumney <jasonr@gnu.org> | 1451 | 2008-02-01 Jason Rumney <jasonr@gnu.org> |
| 1452 | 1452 | ||
| 1453 | * w32-charset-info-alist: Define iso10646-1 always. | 1453 | * w32-fns.el (w32-charset-info-alist): Define iso10646-1 always. |
| 1454 | 1454 | ||
| 1455 | 2008-02-01 Kenichi Handa <handa@m17n.org> | 1455 | 2008-02-01 Kenichi Handa <handa@m17n.org> |
| 1456 | 1456 | ||
| @@ -4274,7 +4274,7 @@ | |||
| 4274 | stops with an error and Emacs does not compile with those things in. | 4274 | stops with an error and Emacs does not compile with those things in. |
| 4275 | Besides, declare-function is not defined in XEmacs. | 4275 | Besides, declare-function is not defined in XEmacs. |
| 4276 | 4276 | ||
| 4277 | * ediff-util (eqiff-quit): Autoraise minibuffer. | 4277 | * ediff-util.el (eqiff-quit): Autoraise minibuffer. |
| 4278 | 4278 | ||
| 4279 | * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun. | 4279 | * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun. |
| 4280 | 4280 | ||
diff --git a/lisp/ChangeLog.4 b/lisp/ChangeLog.4 index c69c5bfa810..eb20d0bebb5 100644 --- a/lisp/ChangeLog.4 +++ b/lisp/ChangeLog.4 | |||
| @@ -2000,7 +2000,7 @@ | |||
| 2000 | 2000 | ||
| 2001 | * edebug.el: New version from author. | 2001 | * edebug.el: New version from author. |
| 2002 | 2002 | ||
| 2003 | * cust-print.el Change "internal" to "original" throughout. | 2003 | * cust-print.el: Change "internal" to "original" throughout. |
| 2004 | (add-custom-printer, delete-custom-printer): Replace old | 2004 | (add-custom-printer, delete-custom-printer): Replace old |
| 2005 | customizers. | 2005 | customizers. |
| 2006 | (with-custom-print): New. | 2006 | (with-custom-print): New. |
diff --git a/lisp/ChangeLog.6 b/lisp/ChangeLog.6 index 9cef4ccbef4..ac5c3a5189c 100644 --- a/lisp/ChangeLog.6 +++ b/lisp/ChangeLog.6 | |||
| @@ -1662,7 +1662,7 @@ | |||
| 1662 | 1662 | ||
| 1663 | 1996-03-28 Michael Kifer <kifer@cs.sunysb.edu> | 1663 | 1996-03-28 Michael Kifer <kifer@cs.sunysb.edu> |
| 1664 | 1664 | ||
| 1665 | * viper.el and related files: Copyright message updated. | 1665 | * viper*.el: Copyright message updated. |
| 1666 | Also, added eval-when-compile's to reduce the number of warnings. | 1666 | Also, added eval-when-compile's to reduce the number of warnings. |
| 1667 | * viper.el (vip-add-newline-at-eob-if-necessary): | 1667 | * viper.el (vip-add-newline-at-eob-if-necessary): |
| 1668 | Don't add newline for read-only files. | 1668 | Don't add newline for read-only files. |
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index 18e117721dd..19bf49c82d1 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 | |||
| @@ -1173,8 +1173,7 @@ | |||
| 1173 | that reads a character and uses the current input method or | 1173 | that reads a character and uses the current input method or |
| 1174 | iso-accents when appropriate. | 1174 | iso-accents when appropriate. |
| 1175 | 1175 | ||
| 1176 | * viper.el and all others: Corrections to the comment blocks at | 1176 | * viper*.el: Corrections to the comment blocks at the top. |
| 1177 | the top. | ||
| 1178 | 1177 | ||
| 1179 | 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il> | 1178 | 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il> |
| 1180 | 1179 | ||
| @@ -4872,7 +4871,7 @@ | |||
| 4872 | 4871 | ||
| 4873 | * ediff.el: Date of last update, copyright years. | 4872 | * ediff.el: Date of last update, copyright years. |
| 4874 | 4873 | ||
| 4875 | * ediff-wind (ediff-setup-control-frame): Nill->nil. | 4874 | * ediff-wind.el (ediff-setup-control-frame): Nill->nil. |
| 4876 | 4875 | ||
| 4877 | * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy | 4876 | * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy |
| 4878 | of Scott Bronson. | 4877 | of Scott Bronson. |
| @@ -5815,7 +5814,7 @@ | |||
| 5815 | (vc-version-diff): Use it. | 5814 | (vc-version-diff): Use it. |
| 5816 | (vc-diff-switches-list): New macro. | 5815 | (vc-diff-switches-list): New macro. |
| 5817 | 5816 | ||
| 5818 | * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): | 5817 | * vc-rcs.el, vc-cvs.el, vc-sccs.el (vc-BACKEND-diff-switches): |
| 5819 | New customization options. | 5818 | New customization options. |
| 5820 | (vc-BACKEND-diff): Use new options via vc-diff-switches-list. | 5819 | (vc-BACKEND-diff): Use new options via vc-diff-switches-list. |
| 5821 | 5820 | ||
| @@ -8577,7 +8576,7 @@ | |||
| 8577 | * vc.el: Updated backend documentation. | 8576 | * vc.el: Updated backend documentation. |
| 8578 | (vc-default-check-headers): New function. | 8577 | (vc-default-check-headers): New function. |
| 8579 | 8578 | ||
| 8580 | * vc-{cvs,rcs,sccs}.el: Functions reordered. | 8579 | * vc-cvs.el, vc-rcs.el, vc-sccs.el: Functions reordered. |
| 8581 | 8580 | ||
| 8582 | * vc.el (vc-revert-buffer): Ask for confirmation if file seems | 8581 | * vc.el (vc-revert-buffer): Ask for confirmation if file seems |
| 8583 | up-to-date. | 8582 | up-to-date. |
| @@ -12749,7 +12748,7 @@ | |||
| 12749 | (vc-retrieve-snapshot): Allow the command to operate on any | 12748 | (vc-retrieve-snapshot): Allow the command to operate on any |
| 12750 | directory. | 12749 | directory. |
| 12751 | 12750 | ||
| 12752 | * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either | 12751 | * vc-rcs.el, vc-sccs.el, vc-cvs.el: Update calls to vc-do-command by either |
| 12753 | just removing the 'WORKFILE argument or by removing the 'MASTER | 12752 | just removing the 'WORKFILE argument or by removing the 'MASTER |
| 12754 | argument and replacing `file' with (vc-name file). | 12753 | argument and replacing `file' with (vc-name file). |
| 12755 | 12754 | ||
| @@ -12999,7 +12998,7 @@ | |||
| 12999 | `vc-locking-user' semantics. | 12998 | `vc-locking-user' semantics. |
| 13000 | (vc-backend-merge): Remove. | 12999 | (vc-backend-merge): Remove. |
| 13001 | 13000 | ||
| 13002 | * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state | 13001 | * vc-rcs.el, vc-scc.el: (vc-{sc,r}cs-check{in,out}): Update 'vc-state |
| 13003 | rather than 'vc-locking-user. | 13002 | rather than 'vc-locking-user. |
| 13004 | 13003 | ||
| 13005 | * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'. | 13004 | * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'. |