aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-10 20:38:23 +0000
committerGerd Moellmann2000-07-10 20:38:23 +0000
commit4b92c49a81106e32e362c18c472f17ead12f81c9 (patch)
tree3336fb7e8f0611a874dac46558af39df1648d9bc /src/ChangeLog
parent7960d0bd651978e49f598bff9575fa38ec175477 (diff)
downloademacs-4b92c49a81106e32e362c18c472f17ead12f81c9.tar.gz
emacs-4b92c49a81106e32e362c18c472f17ead12f81c9.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9a24f30e8d9..ac724f926f1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,15 @@
12000-07-10 Gerd Moellmann <gerd@gnu.org> 12000-07-10 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (try_window_id): If changes are all below what is
4 displayed in the window, and point is in the window, we still
5 might have to find point on the display.
6
7 * xterm.c (x_fill_stretch_glyph_string): Consume runs of stretch
8 glyphs instead of a single one.
9 (BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string
10 with new argument list.
11 (x_set_glyph_string_gc): Make sure the face's GC is valid.
12
3 * keymap.c (get_keymap_1): Add comment that this function can GC. 13 * keymap.c (get_keymap_1): Add comment that this function can GC.
4 (where_is_internal_2, where_is_internal_1): Add GCPROs, add 14 (where_is_internal_2, where_is_internal_1): Add GCPROs, add
5 comment that functions can GC. 15 comment that functions can GC.