diff options
| author | Martin Rudalics | 2013-12-03 08:45:54 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2013-12-03 08:45:54 +0100 |
| commit | 7303a0aefc1fbabfea1b6b7711a6da2289aecdb2 (patch) | |
| tree | 3d00b2cab57dac461a9810a9a77f7bdeefd4fbf1 /src/ChangeLog | |
| parent | 39fa32d6359c8292dd91ce1c58da1aa3f8668bd8 (diff) | |
| download | emacs-7303a0aefc1fbabfea1b6b7711a6da2289aecdb2.tar.gz emacs-7303a0aefc1fbabfea1b6b7711a6da2289aecdb2.zip | |
Fix issues related to pixelwise resizing. (Bug#16013) (Bug#16033)
* window.c (Fset_window_new_pixel): Don't choke at negative
argument value (Bug#16033).
* xfns.c (Fx_create_frame): Add another call to change_frame_size
to avoid crash in window_box_height.
* gtkutil.h: Fix external declaration of xg_frame_set_char_size.
* gtkutil.c (xg_frame_set_char_size, style_changed_cb): Fix size
calculation.
* xterm.c (x_set_window_size): Fix size calculation (Bug#16013).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d26a3798b09..bdd111f5083 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2013-12-03 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.c (Fset_window_new_pixel): Don't choke at negative | ||
| 4 | argument value (Bug#16033). | ||
| 5 | |||
| 6 | * xfns.c (Fx_create_frame): Add another call to change_frame_size | ||
| 7 | to avoid crash in window_box_height. | ||
| 8 | |||
| 9 | * gtkutil.h: Fix external declaration of xg_frame_set_char_size. | ||
| 10 | * gtkutil.c (xg_frame_set_char_size, style_changed_cb): Fix size | ||
| 11 | calculation. | ||
| 12 | * xterm.c (x_set_window_size): Fix size calculation (Bug#16013). | ||
| 13 | |||
| 1 | 2013-12-03 Paul Eggert <eggert@cs.ucla.edu> | 14 | 2013-12-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 15 | ||
| 3 | Minor integer overflow fixes. | 16 | Minor integer overflow fixes. |