diff options
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 55345027811..9337e83a2a7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2013-09-18 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2013-09-18 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | Ifdef away recent changes which aren't relevant to NS port. | ||
| 4 | * dispextern.h (x_mouse_grabbed, x_redo_mouse_highlight) | ||
| 5 | [!HAVE_NS]: Declare as such. | ||
| 6 | * frame.c (x_mouse_grabbed, x_redo_mouse_highlight) | ||
| 7 | [!HAVE_NS]: Define as such. | ||
| 8 | |||
| 9 | 2013-09-18 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 10 | |||
| 3 | * frame.c (x_redo_mouse_highlight): New function | 11 | * frame.c (x_redo_mouse_highlight): New function |
| 4 | to factor out common code used in W32 and X ports. | 12 | to factor out common code used in W32 and X ports. |
| 5 | * dispextern.h (x_redo_mouse_highlight): Add prototype. | 13 | * dispextern.h (x_redo_mouse_highlight): Add prototype. |