Mercurial > emacs
comparison lisp/ChangeLog @ 30277:6bb10a0c05f0
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 18 Jul 2000 12:01:14 +0000 |
parents | de25d5bce005 |
children | 5d592031fd61 |
comparison
equal
deleted
inserted
replaced
30276:323c60449a68 | 30277:6bb10a0c05f0 |
---|---|
1 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> | |
2 | |
3 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
4 links to eshell, to avoid problems on systems where the manual is | |
5 installed as `eshell'. | |
6 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
7 * eshell/em-smart.el (eshell-smart): Ditto. | |
8 * eshell/em-banner.el (eshell-banner): Ditto. | |
9 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): | |
10 Ditto. | |
11 | |
12 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
13 same-file check in the MS-DOS version (it does support inodes). | |
14 | |
15 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
16 | |
17 * eshell/eshell.el (eshell-directory-name): Run default directory | |
18 name through convert-standard-filename. | |
19 | |
1 2000-07-18 Kenichi Handa <handa@etl.go.jp> | 20 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
2 | 21 |
3 * international/mule-cmds.el (select-safe-coding-system): Fix typo | 22 * international/mule-cmds.el (select-safe-coding-system): Fix typo |
4 in the comment. | 23 in the comment. |
5 | 24 |
12 | 31 |
13 * international/kkc.el (kkc-after-update-conversion-functions): | 32 * international/kkc.el (kkc-after-update-conversion-functions): |
14 New variable. | 33 New variable. |
15 (kkc-update-conversion): Run functions in it at the tail. | 34 (kkc-update-conversion): Run functions in it at the tail. |
16 | 35 |
17 2000-07-16 John Wiegley <johnw@gnu.org. | 36 2000-07-16 John Wiegley <johnw@gnu.org> |
18 | 37 |
19 * lisp/align.el (align-newline-and-indent): Adding new function | 38 * lisp/align.el (align-newline-and-indent): Adding new function |
20 for auto-aligning blocks of code on RET. | 39 for auto-aligning blocks of code on RET. |
21 (align-region): Fixed badly formatted minibuffer message. | 40 (align-region): Fixed badly formatted minibuffer message. |
22 | 41 |