aboutsummaryrefslogtreecommitdiffstats
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
parenta566ce8e096a523858948d3f4a565a2a57ff644c (diff)
downloademacs-995987378d97aed8094f27262f37aefcf6b7f2cc.tar.gz
emacs-995987378d97aed8094f27262f37aefcf6b7f2cc.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog24
-rw-r--r--lispref/ChangeLog20
-rw-r--r--src/ChangeLog5
3 files changed, 44 insertions, 5 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
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 1536f0a2d93..6eb1c7be5e1 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,23 @@
12005-06-08 Richard M. Stallman <rms@gnu.org>
2
3 * searching.texi (Entire Match Data): Clarify when match-data
4 returns markers and when integers.
5
6 * display.texi (Defining Faces): Explain that face name should not
7 end in `-face'.
8
9 * modes.texi (Mode Line Data): Minor cleanup.
10 (Customizing Keywords): Node split out of Search-based Fontification.
11 Add example of using font-lock-add-keywords from a hook.
12 Clarify when MODE should be non-nil, and when nil.
13
142005-06-06 Richard M. Stallman <rms@gnu.org>
15
16 * modes.texi (Mode Line Data): Explain what happens when the car
17 of a list is a void symbol.
18 (Search-based Fontification): Explain MODE arg to
19 font-lock-add-keywords and warn about calls from major modes.
20
12005-06-08 Juri Linkov <juri@jurta.org> 212005-06-08 Juri Linkov <juri@jurta.org>
2 22
3 * display.texi (Standard Faces): Add `shadow' face. 23 * display.texi (Standard Faces): Add `shadow' face.
diff --git a/src/ChangeLog b/src/ChangeLog
index cfbbe7b47c0..28824b94e36 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -8,10 +8,7 @@
8 8
9 * process.c (Fstart_process): Don't touch command_channel_p slot. 9 * process.c (Fstart_process): Don't touch command_channel_p slot.
10 10
11 * process.h (struct process): Conditionalize slots 11 * process.h (struct process): Delete command_channel_p.
12 adaptive_read_buffering, read_output_delay and read_output_skip
13 on ADAPTIVE_READ_BUFFERING.
14 Delete command_channel_p.
15 12
162005-06-07 Masatake YAMATO <jet@gyve.org> 132005-06-07 Masatake YAMATO <jet@gyve.org>
17 14