comparison lisp/ChangeLog @ 40262:64974d531aba

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 24 Oct 2001 16:13:22 +0000
parents 561bc8b0392f
children 3b6c70f1fe6c
comparison
equal deleted inserted replaced
40261:f921ca937b6d 40262:64974d531aba
1 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
2
3 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4 Better handling of C++ template args to avoid confusion with `<'
5 and `>' used as operators in member init expressions.
6
1 2001-10-24 Gerd Moellmann <gerd@gnu.org> 7 2001-10-24 Gerd Moellmann <gerd@gnu.org>
2 8
3 * replace.el (perform-replace): Move START and END parameters 9 * replace.el (perform-replace): Move START and END parameters
4 to the end of the argument list and make them optional. 10 to the end of the argument list and make them optional.
5 11
6 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in 12 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
7 perform-replace. 13 perform-replace.
8 14
9 * international/fontset.el (x-must-resolve-font-name): New 15 * international/fontset.el (x-must-resolve-font-name): New function.
10 function.
11 (x-complement-fontset-spec): Use it. 16 (x-complement-fontset-spec): Use it.
12 17
13 2001-10-23 Stefan Monnier <monnier@cs.yale.edu> 18 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
14 19
15 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0). 20 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).