aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman2005-06-08 15:55:18 +0000
committerRichard M. Stallman2005-06-08 15:55:18 +0000
commit995987378d97aed8094f27262f37aefcf6b7f2cc (patch)
treea9aa7abf7032dc75cfa6ffb3ba025b9a1014e59a /lisp
parenta566ce8e096a523858948d3f4a565a2a57ff644c (diff)
downloademacs-995987378d97aed8094f27262f37aefcf6b7f2cc.tar.gz
emacs-995987378d97aed8094f27262f37aefcf6b7f2cc.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog24
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 @@
12005-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
182005-06-07 Richard M. Stallman <rms@gnu.org>
19
20 * progmodes/make-mode.el (makefile-dependency-regex):
21 Remove `bb' inserted by mistake.
22
12005-06-08 Kim F. Storm <storm@cua.dk> 232005-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
172005-06-07 David McCabe <davemccabe@gmail.com> (tiny change) 392005-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
212005-06-06 Stefan Monnier <monnier@iro.umontreal.ca> 432005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
22 44