aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2005-06-08 15:26:33 +0000
committerRichard M. Stallman2005-06-08 15:26:33 +0000
commit547d2b37972e31e448d85c0b99e64a3e42b4f5ba (patch)
tree0e35a7d39f8bf07ba3054942e2c440483bbc55b5 /src/ChangeLog
parent9d138659971d8f027fe1e203e23b885f00cb8c25 (diff)
downloademacs-547d2b37972e31e448d85c0b99e64a3e42b4f5ba.tar.gz
emacs-547d2b37972e31e448d85c0b99e64a3e42b4f5ba.zip
(get_next_display_element): Alter previous change:
Distinguish Vshow_nonbreak_escape = t or not t. For t, use escape_glyph once again, as before previous change. Use space or hyphen for display, instead of the non-ASCII char. (syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 003668db560..cfbbe7b47c0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12005-06-08 Richard M. Stallman <rms@gnu.org>
2
3 * xdisp.c (get_next_display_element): Alter previous change:
4 Distinguish Vshow_nonbreak_escape = t or not t.
5 For t, use escape_glyph once again, as before previous change.
6 Use space or hyphen for display, instead of the non-ASCII char.
7 (syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
8
9 * process.c (Fstart_process): Don't touch command_channel_p slot.
10
11 * process.h (struct process): Conditionalize slots
12 adaptive_read_buffering, read_output_delay and read_output_skip
13 on ADAPTIVE_READ_BUFFERING.
14 Delete command_channel_p.
15
12005-06-07 Masatake YAMATO <jet@gyve.org> 162005-06-07 Masatake YAMATO <jet@gyve.org>
2 17
3 * xdisp.c (note_mode_line_or_margin_highlight): Check 18 * xdisp.c (note_mode_line_or_margin_highlight): Check