comparison lisp/ChangeLog @ 63142:fdbda2a9a6bf

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 08 Jun 2005 15:55:18 +0000
parents 5e05e591718a
children e8b95d8eb45a
comparison
equal deleted inserted replaced
63141:c531a8daedc6 63142:fdbda2a9a6bf
1 2005-06-08 Richard M. Stallman <rms@gnu.org>
2
3 * 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.
5
6 * textmodes/ispell.el (ispell-check-version):
7 Use match-string-no-properties.
8 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
9 (ispell-buffer-local-words): Likewise.
10
11 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
12 except on terminals with enough colors to really display it.
13 (makefile-dependency-regex): Delete spurious `bb'.
14
15 * 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.
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
1 2005-06-08 Kim F. Storm <storm@cua.dk> 23 2005-06-08 Kim F. Storm <storm@cua.dk>
2 24
3 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f 25 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
4 also when reading directory name. 26 also when reading directory name.
5 27
14 * textmodes/org.el (org-run-mode-hooks): New function. 36 * textmodes/org.el (org-run-mode-hooks): New function.
15 (org-agenda-mode): Use it. 37 (org-agenda-mode): Use it.
16 38
17 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change) 39 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
18 40
19 * emacs-lisp/lisp-mode.el (defstruct): Set doc-string-elt property. 41 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
20 42
21 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca> 43 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
22 44
23 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP. 45 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
24 46