comparison lisp/ChangeLog @ 64136:83daaa9aa190

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 07 Jul 2005 10:04:01 +0000
parents 2bda692430ad
children 4a75154e9712 588dc71e812f
comparison
equal deleted inserted replaced
64135:fe83c61c82da 64136:83daaa9aa190
1 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
2
3 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4 when called non-interactively. Doc fix.
5
1 2005-07-07 Lute Kamstra <lute@gnu.org> 6 2005-07-07 Lute Kamstra <lute@gnu.org>
2 7
3 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's 8 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4 new address as well. 9 new address as well.
5 10
9 `ascii-incompatible' property in the docstring. 14 `ascii-incompatible' property in the docstring.
10 (set-file-name-coding-system): Signal an error if coding-system is 15 (set-file-name-coding-system): Signal an error if coding-system is
11 ascii-incompatible. 16 ascii-incompatible.
12 (set-keyboard-coding-system): Likewise. 17 (set-keyboard-coding-system): Likewise.
13 18
14 * international/mule-cmds.el (set-default-coding-systems): Don't 19 * international/mule-cmds.el (set-default-coding-systems):
15 set default-file-name-coding-system and 20 Don't set default-file-name-coding-system and
16 default-keyboard-coding-system if coding-system is 21 default-keyboard-coding-system if coding-system is
17 ASCII-incompatible. 22 ASCII-incompatible.
18 23
19 * international/utf-16.el: Declare that all UTF-16-based coding 24 * international/utf-16.el: Declare that all UTF-16-based coding
20 systems ASCII-incompatible. 25 systems are ASCII-incompatible.
21 26
22 2005-07-07 Nick Roberts <nickrob@snap.net.nz> 27 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
23 28
24 * progmodes/gud.el: Require font-lock for displaying errors. 29 * progmodes/gud.el: Require font-lock for displaying errors.
25 Used by gdb-ui.el. 30 Used by gdb-ui.el.