diff options
| author | Richard M. Stallman | 2005-06-08 15:55:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-06-08 15:55:18 +0000 |
| commit | 995987378d97aed8094f27262f37aefcf6b7f2cc (patch) | |
| tree | a9aa7abf7032dc75cfa6ffb3ba025b9a1014e59a /lisp | |
| parent | a566ce8e096a523858948d3f4a565a2a57ff644c (diff) | |
| download | emacs-995987378d97aed8094f27262f37aefcf6b7f2cc.tar.gz emacs-995987378d97aed8094f27262f37aefcf6b7f2cc.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 87452a66f50..d3363bf4138 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 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 |
| @@ -16,7 +38,7 @@ | |||
| 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 | ||