aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 025d96529f2..76e613598b0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12001-01-12 Gerd Moellmann <gerd@gnu.org> 12001-01-12 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (Fdump_tool_bar_row) [GLYPH_DEBUG]: Add parameters ROW
4 and GLYPHS.
5
6 * dispnew.c (update_text_area): Put code which decrements the
7 stop position when the row's face extends to the end of the
8 line in ,Ad(Bif 0.
9
3 * xfns.c (x_set_mouse_color): Fix color allocation. 10 * xfns.c (x_set_mouse_color): Fix color allocation.
4 11
5 * keyboard.c: Call get_local_map with new argument list. 12 * keyboard.c: Call get_local_map with new argument list.
@@ -35,7 +42,7 @@
352001-01-10 Gerd Moellmann <gerd@gnu.org> 422001-01-10 Gerd Moellmann <gerd@gnu.org>
36 43
37 * xdisp.c (display_line): On ttys, produce more than one 44 * xdisp.c (display_line): On ttys, produce more than one
38 truncation glyph for multibyte characters that don't fit on the 45 truncation glyph for multi-column characters that don't fit on the
39 line. 46 line.
40 47
41 * xselect.c (x_reply_selection_request): Add a comment. 48 * xselect.c (x_reply_selection_request): Add a comment.