# HG changeset patch # User Stefan Monnier # Date 1108991464 0 # Node ID 4925c60e34fc73e783570ca168e09690e1344285 # Parent e7acbfa92707d80699e7d8dabb058a58968b22df *** empty log message *** diff -r e7acbfa92707 -r 4925c60e34fc lisp/ChangeLog --- 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 + + * 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 * international/mule.el (ctext-pre-write-conversion): Always use @@ -11,7 +18,7 @@ 2005-02-20 Jonathan Yavner - * 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