# HG changeset patch # User Kenichi Handa # Date 1236045502 0 # Node ID 21c800bf2b35813085f1551c48eeb505cc0a0d45 # Parent cc888000a97c502d3ee69cfb64c42bcc92933b45 *** empty log message *** diff -r cc888000a97c -r 21c800bf2b35 lisp/ChangeLog --- a/lisp/ChangeLog Tue Mar 03 01:58:07 2009 +0000 +++ b/lisp/ChangeLog Tue Mar 03 01:58:22 2009 +0000 @@ -1,3 +1,20 @@ +2009-03-03 Kenichi Handa + + * files.el (basic-save-buffer-1): Set car part of + buffer-file-coding-system-explicit. + (revert-buffer): Check car part of + buffer-file-coding-system-explicit. + + * international/mule-cmds.el (select-safe-coding-system): If cdr + part of buffer-file-coding-system-explicit is set, ignore + default-buffer-file-coding-system and the most preferred coding + system. + + * international/mule.el (set-buffer-file-coding-system): Set cdr + part of buffer-file-coding-system-explicit. + (after-insert-file-set-coding): Set + buffer-file-coding-system-explicit to a cons. + 2009-03-02 Glenn Morris * calendar/calendar.el (diary-date-forms, calendar-date-display-form):