Mercurial > emacs
changeset 60191:4925c60e34fc
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 21 Feb 2005 13:11:04 +0000 |
parents | e7acbfa92707 |
children | f86ef24c9917 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Feb 21 13:09:58 2005 +0000 +++ b/lisp/ChangeLog Mon Feb 21 13:11:04 2005 +0000 @@ -1,3 +1,10 @@ +2005-02-21 Stefan <monnier@iro.umontreal.ca> + + * term/mac-win.el (function-key-map): Use char-names more consistently. + (file-name-coding-system): Only set it for MacOS-9. The other case is + already handled in mule-cmds.el (where it also works when mac-win.el + is not used). + 2005-02-21 Kenichi Handa <handa@m17n.org> * international/mule.el (ctext-pre-write-conversion): Always use @@ -11,7 +18,7 @@ 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org> - * ses.el (undo-more): restore defadvice, but only the part that + * ses.el (undo-more): Restore defadvice, but only the part that allows changes outside the restricted area of the buffer. 2005-02-20 Kim F. Storm <storm@cua.dk>