diff options
| author | Andreas Schwab | 2003-10-06 22:56:43 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2003-10-06 22:56:43 +0000 |
| commit | a7803391c2504af0b5eba72fc5a492811b24ce78 (patch) | |
| tree | e1652949e8574e44d00f3402e1d7c5dbcdb968ae | |
| parent | 757010bf1ce1443519fe5a9edd473c9bc4c8846c (diff) | |
| download | emacs-a7803391c2504af0b5eba72fc5a492811b24ce78.tar.gz emacs-a7803391c2504af0b5eba72fc5a492811b24ce78.zip | |
Formatting fixes.
| -rw-r--r-- | lisp/ChangeLog | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e1f040e437f..f945965037d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -49,9 +49,9 @@ | |||
| 49 | 49 | ||
| 50 | 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org> | 50 | 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org> |
| 51 | 51 | ||
| 52 | * ffap.el: Remove defadvice related code from CVS since | 52 | * ffap.el: Remove defadvice related code from CVS since `complete' |
| 53 | `complete' provides a `PC-completion-as-file-name-predicate' | 53 | provides a `PC-completion-as-file-name-predicate' variable that |
| 54 | variable that ffap can override. | 54 | ffap can override. |
| 55 | 55 | ||
| 56 | 2003-10-02 Kenichi Handa <handa@m17n.org> | 56 | 2003-10-02 Kenichi Handa <handa@m17n.org> |
| 57 | 57 | ||
| @@ -182,7 +182,8 @@ | |||
| 182 | (desktop-load-default): Function made obsolete. | 182 | (desktop-load-default): Function made obsolete. |
| 183 | (desktop-locals-to-save): Variable made customizable. | 183 | (desktop-locals-to-save): Variable made customizable. |
| 184 | (desktop-read): Optional parameter `dirname' added. | 184 | (desktop-read): Optional parameter `dirname' added. |
| 185 | (desktop-change-dir, desktop-revert): Parameter `dirname' in `desktop-read' used. | 185 | (desktop-change-dir, desktop-revert): Parameter `dirname' in |
| 186 | `desktop-read' used. | ||
| 186 | (desktop-save-in-load-dir): Renamed to `desktop-save-in-desktop-dir'. | 187 | (desktop-save-in-load-dir): Renamed to `desktop-save-in-desktop-dir'. |
| 187 | 188 | ||
| 188 | 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org> | 189 | 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org> |
| @@ -1560,8 +1561,9 @@ | |||
| 1560 | * textmodes/reftex.el (reftex-all-document-files): Delete autoload. | 1561 | * textmodes/reftex.el (reftex-all-document-files): Delete autoload. |
| 1561 | (reftex-scanning-info-available-p): Add autoload cookie. | 1562 | (reftex-scanning-info-available-p): Add autoload cookie. |
| 1562 | 1563 | ||
| 1563 | * international/mule-cmds.el (set-display-table-and-terminal-coding-system): | 1564 | * international/mule-cmds.el |
| 1564 | Delete duplicate aset on standard-display-table. | 1565 | (set-display-table-and-terminal-coding-system): Delete duplicate |
| 1566 | aset on standard-display-table. | ||
| 1565 | 1567 | ||
| 1566 | * view.el (view-file): If existing buffer's major mode is special, | 1568 | * view.el (view-file): If existing buffer's major mode is special, |
| 1567 | don't go into view mode. | 1569 | don't go into view mode. |
| @@ -1597,8 +1599,9 @@ | |||
| 1597 | 1599 | ||
| 1598 | 2003-07-08 Kim F. Storm <storm@cua.dk> | 1600 | 2003-07-08 Kim F. Storm <storm@cua.dk> |
| 1599 | 1601 | ||
| 1600 | * international/mule-cmds.el (set-display-table-and-terminal-coding-system): | 1602 | * international/mule-cmds.el |
| 1601 | Don't break bootstrap if standard-display-table isn't setup yet. | 1603 | (set-display-table-and-terminal-coding-system): Don't break |
| 1604 | bootstrap if standard-display-table isn't setup yet. | ||
| 1602 | 1605 | ||
| 1603 | 2003-07-07 Richard M. Stallman <rms@gnu.org> | 1606 | 2003-07-07 Richard M. Stallman <rms@gnu.org> |
| 1604 | 1607 | ||
| @@ -1623,8 +1626,9 @@ | |||
| 1623 | * emacs-lisp/debug.el (debug, debugger-env-macro): | 1626 | * emacs-lisp/debug.el (debug, debugger-env-macro): |
| 1624 | Use with-no-warnings while accessing and binding unread-command-char. | 1627 | Use with-no-warnings while accessing and binding unread-command-char. |
| 1625 | 1628 | ||
| 1626 | * international/mule-cmds.el (set-display-table-and-terminal-coding-system): | 1629 | * international/mule-cmds.el |
| 1627 | Use explicit loop instead of calling standard-display-default. | 1630 | (set-display-table-and-terminal-coding-system): Use explicit loop |
| 1631 | instead of calling standard-display-default. | ||
| 1628 | 1632 | ||
| 1629 | * net/ange-ftp.el (ange-ftp-file-symlink-p): | 1633 | * net/ange-ftp.el (ange-ftp-file-symlink-p): |
| 1630 | Use condition-case to catch error in ange-ftp-get-files. | 1634 | Use condition-case to catch error in ange-ftp-get-files. |