diff options
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 1c4880e3356..76ef664ccd0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,18 @@ | |||
| 1 | 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | Drop unnecessary functions that deals with frame pixel size. | ||
| 4 | * frame.h, msdos.h, w32term.h, xterm.h (x_pixel_width) | ||
| 5 | (x_pixel_height): Drop prototypes. | ||
| 6 | * msdos.c, nsfns.m, w32fns.c, xfns.c (x_pixel_width) | ||
| 7 | (x_pixel_height): Drop implementations. | ||
| 8 | * frame.c (Fframe_pixel_height): Use FRAME_PIXEL_HEIGHT | ||
| 9 | which should be always valid for window frame. | ||
| 10 | (Frame_pixel_width): Likewise with FRAME_PIXEL_WIDTH. | ||
| 11 | * w32menu.c (Fx_popup_dialog): | ||
| 12 | * xmenu.c (Fx_popup_dialog): Likewise for both. | ||
| 13 | |||
| 14 | 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 15 | |||
| 3 | * frame.c (Fmake_terminal_frame): Use store_in_alist to setup | 16 | * frame.c (Fmake_terminal_frame): Use store_in_alist to setup |
| 4 | frame parameters and call to Fmodify_frame_parameters just once. | 17 | frame parameters and call to Fmodify_frame_parameters just once. |
| 5 | (Fset_frame_height, Fset_frame_width): Mention nil frame in docstring. | 18 | (Fset_frame_height, Fset_frame_width): Mention nil frame in docstring. |