Mercurial > emacs
comparison lisp/ChangeLog @ 50348:76c478507d78
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 30 Mar 2003 20:31:23 +0000 |
parents | f49a20cb84ed |
children | 807c5a3c80d1 |
comparison
equal
deleted
inserted
replaced
50347:d6a0264d2fe2 | 50348:76c478507d78 |
---|---|
1 2003-03-30 Kevin Ryde <user42@zip.com.au> | |
2 | |
3 * info-look.el (sh-mode): Add doc-specs for commands and variables. | |
4 | |
1 2003-03-29 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> | 5 2003-03-29 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> |
2 | 6 |
3 * international/utf-8.el (utf-translate-cjk-mode): Minor mode, | 7 * international/utf-8.el (utf-translate-cjk-mode): Minor mode, |
4 replaces variable utf-translate-cjk which must be set via Custom. | 8 replaces variable utf-translate-cjk which must be set via Custom. |
5 | 9 |
12 (tramp-handle-expand-file-name): Do not allow ".." to | 16 (tramp-handle-expand-file-name): Do not allow ".." to |
13 cross file handler boundaries, so that "/user@host:/../foo" | 17 cross file handler boundaries, so that "/user@host:/../foo" |
14 expands to itself, rather than "/foo". This is intended to work | 18 expands to itself, rather than "/foo". This is intended to work |
15 in conjunction with a change in `file-relative-name' which makes | 19 in conjunction with a change in `file-relative-name' which makes |
16 sure to use absolute file names if FILE and DIRECTORY have | 20 sure to use absolute file names if FILE and DIRECTORY have |
17 different handlers. | 21 different handlers. |
18 (tramp-handle-insert-directory): Comment out XEmacs | 22 (tramp-handle-insert-directory): Comment out XEmacs |
19 kludge. Suggested by Katsumi Yamaoka <yamaoka@jpl.org>. | 23 kludge. Suggested by Katsumi Yamaoka <yamaoka@jpl.org>. |
20 | 24 |
21 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de> | 25 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de> |
22 | 26 |
34 | 38 |
35 * international/mule.el (with-category-table): Use `make-symbol' | 39 * international/mule.el (with-category-table): Use `make-symbol' |
36 to avoid variable capture. Set table within `unwind-protect'. | 40 to avoid variable capture. Set table within `unwind-protect'. |
37 Ensure table is restored in correct buffer. Add docstring. | 41 Ensure table is restored in correct buffer. Add docstring. |
38 | 42 |
39 2003-03-29 Kenichi Handa <handa@etlken2> | 43 2003-03-29 Kenichi Handa <handa@m17n.org> |
40 | 44 |
41 * language/japan-util.el: If system-type is not for Windows, | 45 * language/japan-util.el: If system-type is not for Windows, |
42 prefer japanese-iso-8bit. | 46 prefer japanese-iso-8bit. |
43 | 47 |
44 2003-03-28 Sudish Joseph <sudish@corp.earthlink.net> (tiny change) | 48 2003-03-28 Sudish Joseph <sudish@corp.earthlink.net> (tiny change) |