Mercurial > emacs
diff lisp/ChangeLog @ 83337:588dc71e812f
Merged from miles@gnu.org--gnu-2005 (patch 474)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-474
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-377
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sun, 10 Jul 2005 19:26:29 +0000 |
parents | 24c69010999c 83daaa9aa190 |
children | 532e0a9335a9 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jul 10 19:23:59 2005 +0000 +++ b/lisp/ChangeLog Sun Jul 10 19:26:29 2005 +0000 @@ -1,3 +1,13 @@ +2005-07-07 Juanma Barranquero <lekktu@gmail.com> + + * replace.el (occur-rename-buffer): Use `generate-new-buffer' also + when called non-interactively. Doc fix. + +2005-07-07 Lute Kamstra <lute@gnu.org> + + * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's + new address as well. + 2005-07-07 Kenichi Handa <handa@m17n.org> * international/mule.el (make-coding-system): Describe @@ -6,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 <nickrob@snap.net.nz>