comparison lisp/ChangeLog @ 63144:e8b95d8eb45a

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 08 Jun 2005 19:41:19 +0000
parents fdbda2a9a6bf
children ef765645a5cf
comparison
equal deleted inserted replaced
63143:95e4ef649d27 63144:e8b95d8eb45a
1 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
4 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
5 unnecessary now.
6
1 2005-06-08 Richard M. Stallman <rms@gnu.org> 7 2005-06-08 Richard M. Stallman <rms@gnu.org>
2 8
3 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty, 9 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
4 give the variable a doc string that doesn't say don't set it directly. 10 give the variable a doc string that doesn't say don't set it directly.
5 11
11 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op 17 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
12 except on terminals with enough colors to really display it. 18 except on terminals with enough colors to really display it.
13 (makefile-dependency-regex): Delete spurious `bb'. 19 (makefile-dependency-regex): Delete spurious `bb'.
14 20
15 * faces.el (escape-glyph): Use blue once again in last case. 21 * faces.el (escape-glyph): Use blue once again in last case.
16 (no-break-space): Redefined so that it isn't invisible on a tty. 22 (no-break-space): Redefine so that it isn't invisible on a tty.
17
18 2005-06-07 Richard M. Stallman <rms@gnu.org>
19
20 * progmodes/make-mode.el (makefile-dependency-regex):
21 Remove `bb' inserted by mistake.
22 23
23 2005-06-08 Kim F. Storm <storm@cua.dk> 24 2005-06-08 Kim F. Storm <storm@cua.dk>
24 25
25 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f 26 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
26 also when reading directory name. 27 also when reading directory name.