diff options
| author | Dmitry Antipov | 2013-09-18 13:33:36 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-09-18 13:33:36 +0400 |
| commit | 582ed56ca8ca6e4a6f4358deee3be8e227960031 (patch) | |
| tree | 7185bf6a646c3ab218d3fe370fb512d25f0fcb7e /src/ChangeLog | |
| parent | 18da0d8ad4e5036185acbad3238cbfe2aaf3ca66 (diff) | |
| download | emacs-582ed56ca8ca6e4a6f4358deee3be8e227960031.tar.gz emacs-582ed56ca8ca6e4a6f4358deee3be8e227960031.zip | |
Ifdef away recent changes which aren't relevant to NS port.
* dispextern.h (x_mouse_grabbed, x_redo_mouse_highlight)
[!HAVE_NS]: Declare as such.
* frame.c (x_mouse_grabbed, x_redo_mouse_highlight)
[!HAVE_NS]: Define as such.
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. |