aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-03-06 12:11:01 +0000
committerGerd Moellmann2000-03-06 12:11:01 +0000
commit4336c70520accb670fa8dc472d04f0efaae9a77c (patch)
tree88dbb7f2a105a687511f508ebb651829080ba929 /src/ChangeLog
parent515d0d0e8869d97d3dcb5aec09e259c33605391c (diff)
downloademacs-4336c70520accb670fa8dc472d04f0efaae9a77c.tar.gz
emacs-4336c70520accb670fa8dc472d04f0efaae9a77c.zip
(x_set_menu_bar_lines_1): Adjust window's orig_top and
orig_height if set.
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.