Mercurial > emacs
comparison src/ChangeLog @ 107926:d1704f1bb946
Fix resizing for X and non-Gtk+ build. Bug #5848.
* frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
FRAME_LINE_TO_PIXEL_Y.
* xterm.c (x_set_window_size_1): Don't add border_width/height to
pixelwidth/height.
author | Jan D. <jan.h.d@swipnet.se> |
---|---|
date | Wed, 07 Apr 2010 18:34:31 +0200 |
parents | a8900b7136bc |
children | d7a48f464405 |
comparison
equal
deleted
inserted
replaced
107925:d95939738dba | 107926:d1704f1bb946 |
---|---|
1 2010-04-07 Jan Djärv <jan.h.d@swipnet.se> | |
2 | |
3 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use | |
4 FRAME_LINE_TO_PIXEL_Y. | |
5 | |
6 * xterm.c (x_set_window_size_1): Don't add border_width/height to | |
7 pixelwidth/height. | |
8 | |
1 2010-04-05 Chong Yidong <cyd@stupidchicken.com> | 9 2010-04-05 Chong Yidong <cyd@stupidchicken.com> |
2 | 10 |
3 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for | 11 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for |
4 terminal frames (Bug#5837). | 12 terminal frames (Bug#5837). |
5 | 13 |