Mercurial > emacs
comparison lisp/ChangeLog @ 50885:97867a590ad4
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 07 May 2003 22:12:02 +0000 |
parents | c7bf6b539118 |
children | 289523dd4fa7 |
comparison
equal
deleted
inserted
replaced
50884:4d3efb8f1498 | 50885:97867a590ad4 |
---|---|
1 2003-05-07 Francis J. Wright <F.J.Wright@qmul.ac.uk> | |
2 | |
3 * files.el (insert-file-contents-literally): Allow it to be called | |
4 within a magic file name handler. | |
5 | |
1 2003-05-07 Stefan Monnier <monnier@cs.yale.edu> | 6 2003-05-07 Stefan Monnier <monnier@cs.yale.edu> |
2 | 7 |
3 * uniquify.el (uniquify-item, uniquify-get-proposed-name) | 8 * uniquify.el (uniquify-item, uniquify-get-proposed-name) |
4 (uniquify-rationalize-conflicting-sublist): Rename filename -> dirname. | 9 (uniquify-rationalize-conflicting-sublist): Rename filename -> dirname. |
5 (uniquify-rationalize): New fun. Store the fix-list in uniquify-managed. | 10 (uniquify-rationalize): New fun. Store the fix-list in uniquify-managed. |
94 | 99 |
95 2003-05-06 Richard M. Stallman <rms@gnu.org> | 100 2003-05-06 Richard M. Stallman <rms@gnu.org> |
96 | 101 |
97 * newcomment.el (comment-search-forward): Delete autoload cookie. | 102 * newcomment.el (comment-search-forward): Delete autoload cookie. |
98 | 103 |
99 2003-05-06 Kenichi Handa <handa@etlken2> | 104 2003-05-06 Kenichi Handa <handa@m17n.org> |
100 | 105 |
101 * arc-mode.el (archive-set-buffer-as-visiting-file): | 106 * arc-mode.el (archive-set-buffer-as-visiting-file): |
102 Use after-insert-file-set-coding, not | 107 Use after-insert-file-set-coding, not |
103 after-insert-file-set-buffer-file-coding-system. | 108 after-insert-file-set-buffer-file-coding-system. |
104 | 109 |