aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2001-10-31 02:15:54 +0000
committerStefan Monnier2001-10-31 02:15:54 +0000
commit747d3f2a01c3ffe977641c441214fa82935b81c3 (patch)
tree597a72905f1baa11714775884da2de461fc704ee /src/ChangeLog
parent062e040d1b5a601dc4034df8397d6292bce48fe3 (diff)
downloademacs-747d3f2a01c3ffe977641c441214fa82935b81c3.tar.gz
emacs-747d3f2a01c3ffe977641c441214fa82935b81c3.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 885b230f29b..ed9e898f40d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12001-10-30 Stefan Monnier <monnier@cs.yale.edu>
2
3 * xfaces.c (Fface_attribute_relative_p): Declare args.
4
12001-10-30 Jason Rumney <jasonr@gnu.org> 52001-10-30 Jason Rumney <jasonr@gnu.org>
2 6
3 * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer. 7 * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
@@ -22,7 +26,7 @@
22 26
23 * lread.c (to_multibyte): Ensure read_buffer is at least twice 27 * lread.c (to_multibyte): Ensure read_buffer is at least twice
24 as large as the number of bytes to convert. 28 as large as the number of bytes to convert.
25 29
26 * lread.c (to_multibyte): New function. 30 * lread.c (to_multibyte): New function.
27 (read1): Use it. 31 (read1): Use it.
28 32
@@ -33,9 +37,9 @@
332001-10-30 Gerd Moellmann <gerd@gnu.org> 372001-10-30 Gerd Moellmann <gerd@gnu.org>
34 38
35 * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel. 39 * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
36 (x_set_glyph_string_background_width): Set 40 (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
37 extends_to_end_of_line_p if the row's fill_line_p is set and 41 if the row's fill_line_p is set and drawing the last glyph with
38 drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}. 42 DRAW_IMAGE_{RAISED,SUNKEN}.
39 43
40 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame. 44 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
41 45