aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan D2010-07-14 17:10:59 +0200
committerJan D2010-07-14 17:10:59 +0200
commit6b2c4bd94eafbfe2417cf92a7a5702d3b70b454b (patch)
tree1962ca92e987c7c00f11c551db578d4d43666885 /src/ChangeLog
parentcf28cebc2e93dbd2cd0e6eb2f1a9543a015a1235 (diff)
downloademacs-6b2c4bd94eafbfe2417cf92a7a5702d3b70b454b.tar.gz
emacs-6b2c4bd94eafbfe2417cf92a7a5702d3b70b454b.zip
Fix frame size when scroll bar width not an integral of column width.
xterm.c (x_set_window_size_1): scroll_bar_actual_width is always SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6ca09f99fe7..5119a048c2f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -8,6 +8,8 @@
8 Remove #ifdef USE_GTK around finish = X_EVENT_DROP. 8 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
9 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for 9 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
10 ButtonRelease. 10 ButtonRelease.
11 (x_set_window_size_1): scroll_bar_actual_width is always
12 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
11 13
12 * xdisp.c (pending_menu_activation): Remove extern declaration. 14 * xdisp.c (pending_menu_activation): Remove extern declaration.
13 (prepare_menu_bars): Remove setting of pending_menu_activation. 15 (prepare_menu_bars): Remove setting of pending_menu_activation.