# HG changeset patch # User Juanma Barranquero # Date 1120730641 0 # Node ID 83daaa9aa19015333aba03f0e8a2565e89c137d9 # Parent fe83c61c82daaeddc8b12d771fb3cd32c64d5922 *** empty log message *** diff -r fe83c61c82da -r 83daaa9aa190 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jul 07 09:59:26 2005 +0000 +++ b/lisp/ChangeLog Thu Jul 07 10:04:01 2005 +0000 @@ -1,3 +1,8 @@ +2005-07-07 Juanma Barranquero + + * replace.el (occur-rename-buffer): Use `generate-new-buffer' also + when called non-interactively. Doc fix. + 2005-07-07 Lute Kamstra * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's @@ -11,13 +16,13 @@ ascii-incompatible. (set-keyboard-coding-system): Likewise. - * international/mule-cmds.el (set-default-coding-systems): Don't - set default-file-name-coding-system and + * international/mule-cmds.el (set-default-coding-systems): + Don't set default-file-name-coding-system and default-keyboard-coding-system if coding-system is ASCII-incompatible. * international/utf-16.el: Declare that all UTF-16-based coding - systems ASCII-incompatible. + systems are ASCII-incompatible. 2005-07-07 Nick Roberts