aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b97ad5ef07e..bdc8e9207f3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12000-03-06 Gerd Moellmann <gerd@gnu.org>
2
3 * xfns.c (x_set_menu_bar_lines_1): Adjust window's orig_top and
4 orig_height if set.
5
6 * frame.c (set_menu_bar_lines_1): Adjust window's orig_top and
7 orig_height if set.
8
12000-03-06 Eli Zaretskii <eliz@is.elta.co.il> 92000-03-06 Eli Zaretskii <eliz@is.elta.co.il>
2 10
3 * msdos.c (IT_note_mouse_highlight): Return immediately if frame's 11 * msdos.c (IT_note_mouse_highlight): Return immediately if frame's
@@ -20,7 +28,7 @@
20 FRAME_INTERNAL_BORDER_WIDTH. 28 FRAME_INTERNAL_BORDER_WIDTH.
21 29
22 * xdisp.c (try_window_id): Recompute unchanged information if 30 * xdisp.c (try_window_id): Recompute unchanged information if
23 it is invalid. 31 it is obviously invalid.
24 32
25 * xterm.c (x_term_init): Create a colormap if not using the 33 * xterm.c (x_term_init): Create a colormap if not using the
26 default visual. 34 default visual.