comparison lisp/ChangeLog @ 37697:dbba241a13bb

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 11 May 2001 22:43:04 +0000
parents f62f3fe5bc89
children 419538da0f94
comparison
equal deleted inserted replaced
37696:d85fcac9a91d 37697:dbba241a13bb
1 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
2
3 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
4
5 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
6
7 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
8
1 2001-05-11 Gerd Moellmann <gerd@gnu.org> 9 2001-05-11 Gerd Moellmann <gerd@gnu.org>
2 10
3 * startup.el (command-line): If parameters have been changed in 11 * startup.el (command-line): If parameters have been changed in
4 the init files which influence font selection, clear the face 12 the init files which influence font selection, clear the face
5 cache so that faces get realized with the new parameters. 13 cache so that faces get realized with the new parameters.
6 14
7 * Makefile.in (compile-files): Redirect output of chmod to 15 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
8 /dev/null.
9 16
10 2001-05-10 Stefan Monnier <monnier@cs.yale.edu> 17 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
11 18
12 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t. 19 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
13 20