diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 960165a22f9..57cb776038a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,22 @@ | |||
| 1 | 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | Unify FRAME_window_system_DISPLAY_INFO macros between all ports. | ||
| 4 | All of them are replaced with FRAME_DISPLAY_INFO, defined in | ||
| 5 | each port to reference the port-specific window system data. | ||
| 6 | * msdos.h (FRAME_X_DISPLAY_INFO): Remove. | ||
| 7 | (FRAME_DISPLAY_INFO): Define. | ||
| 8 | * w32term.h (FRAME_W32_DISPLAY_INFO, FRAME_X_DISPLAY_INFO): Remove. | ||
| 9 | (FRAME_DISPLAY_INFO): Define. Adjust users. | ||
| 10 | * xterm.h (FRAME_X_DISPLAY_INFO): Remove. | ||
| 11 | (FRAME_DISPLAY_INFO): Define. Adjust users. | ||
| 12 | * frame.h (FRAME_RES_X, FRAME_RES_Y): Unify. | ||
| 13 | * font.c, frame.c, gtkutil.c, image.c, menu.c, msdos.c, nsfns.m: | ||
| 14 | * nsfont.m, nsterm.m, w32fns.c, w32font.c, w32menu.c, w32term.c: | ||
| 15 | * w32xfns.c, widget.c, xdisp.c, xfaces.c, xfns.c, xfont.c, xmenu.c: | ||
| 16 | * xselect.c, xterm.c: All related users changed. | ||
| 17 | |||
| 18 | 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 19 | |||
| 3 | * xterm.h (x_window_to_frame, x_any_window_to_frame) | 20 | * xterm.h (x_window_to_frame, x_any_window_to_frame) |
| 4 | (x_menubar_window_to_frame): Remove prototypes. | 21 | (x_menubar_window_to_frame): Remove prototypes. |
| 5 | * xfns.c (x_window_to_frame, x_any_window_to_frame) | 22 | * xfns.c (x_window_to_frame, x_any_window_to_frame) |