diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5633d95cbf2..59bf6b420c6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2013-08-27 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2013-08-27 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | * xterm.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE:) | ||
| 4 | * nsterm.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): | ||
| 5 | Remove the leftovers. | ||
| 6 | * gtkutil.c (toplevel): Do not declare Qxft but include | ||
| 7 | font.h to do so. | ||
| 8 | * image.c (toplevel): Do not declare Vlibrary_cache because | ||
| 9 | it's already done in lisp.h. | ||
| 10 | |||
| 11 | 2013-08-27 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 12 | |||
| 3 | * lisp.h (Mouse_HLInfo): Move from here... | 13 | * lisp.h (Mouse_HLInfo): Move from here... |
| 4 | * dispextern.h (Mouse_HLInfo): ...to here and offload lisp.h. | 14 | * dispextern.h (Mouse_HLInfo): ...to here and offload lisp.h. |
| 5 | (reset_mouse_highlight): New function. | 15 | (reset_mouse_highlight): New function. |