diff options
| author | Jan Djärv | 2009-07-02 12:27:23 +0000 |
|---|---|---|
| committer | Jan Djärv | 2009-07-02 12:27:23 +0000 |
| commit | 7b5072481940df702c273797ed13aa2c805bf3d8 (patch) | |
| tree | e39a475e89d5a3e9455a27883468bdae86fa63c4 /src/ChangeLog | |
| parent | c5c194aa928b9f3a1e0fdf9d1189bb16404b2c65 (diff) | |
| download | emacs-7b5072481940df702c273797ed13aa2c805bf3d8.tar.gz emacs-7b5072481940df702c273797ed13aa2c805bf3d8.zip | |
* gtkutil.c (xg_frame_set_char_size): Do set width/height if the
frame isn't visible.
(xg_frame_resized): If width/height is -1, get size of window
from X server.
* xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
for MapNotify.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 673c716753d..52764078844 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2009-07-02 Jan Djärv <jan.h.d@swipnet.se> | 1 | 2009-07-02 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 2 | ||
| 3 | * gtkutil.c (xg_frame_set_char_size): Do set width/height if the | ||
| 4 | frame isn't visible. | ||
| 5 | (xg_frame_resized): If width/height is -1, get size of window | ||
| 6 | from X server. | ||
| 7 | |||
| 8 | * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK | ||
| 9 | for MapNotify. | ||
| 10 | |||
| 3 | * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height | 11 | * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height |
| 4 | here or call change_frame_size. Just call flush_and_sync. | 12 | here or call change_frame_size. Just call flush_and_sync. |
| 5 | (flush_and_sync): Reintroduced. | 13 | (flush_and_sync): Reintroduced. |