diff options
| author | Dmitry Antipov | 2013-08-27 08:23:54 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-08-27 08:23:54 +0400 |
| commit | d350e350eaf4872d123e0ab873c4a095099013c9 (patch) | |
| tree | 764c37ef736fad759c1167e8b4e2b407257c1d17 /src/ChangeLog | |
| parent | 9fed97293c8bc78eef679db1ae3cab468ecc473e (diff) | |
| download | emacs-d350e350eaf4872d123e0ab873c4a095099013c9.tar.gz emacs-d350e350eaf4872d123e0ab873c4a095099013c9.zip | |
* xterm.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE:)
* nsterm.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
Remove the leftovers.
* gtkutil.c (toplevel): Do not declare Qxft but include
font.h to do so.
* image.c (toplevel): Do not declare Vlibrary_cache because
it's already done in lisp.h.
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. |