diff options
| author | Dmitry Antipov | 2013-08-01 18:54:29 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-08-01 18:54:29 +0400 |
| commit | f8c2020882a9f78423d9918f1154655c23859530 (patch) | |
| tree | ba3cfb69da39477b2241fa337080cfe310538e86 /src/ChangeLog | |
| parent | 06d36e2b5f500764309c00fa96bbed59ee7fd750 (diff) | |
| download | emacs-f8c2020882a9f78423d9918f1154655c23859530.tar.gz emacs-f8c2020882a9f78423d9918f1154655c23859530.zip | |
* frame.h (FRAME_MOUSE_UPDATE):
* nsterm.m (ns_frame_up_to_date): Omit redundant check
whether hlinfo->mouse_face_mouse_frame is non-NULL.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2e327e5e6dc..95ece0f8970 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2013-08-01 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2013-08-01 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | * frame.h (FRAME_MOUSE_UPDATE): | ||
| 4 | * nsterm.m (ns_frame_up_to_date): Omit redundant check | ||
| 5 | whether hlinfo->mouse_face_mouse_frame is non-NULL. | ||
| 6 | |||
| 7 | 2013-08-01 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 8 | |||
| 3 | Avoid redundant Lisp_Object <-> struct frame conversions in font API. | 9 | Avoid redundant Lisp_Object <-> struct frame conversions in font API. |
| 4 | * font.h (struct font_driver): Change list, match, and list_family | 10 | * font.h (struct font_driver): Change list, match, and list_family |
| 5 | functions to accept struct frame * as first arg. | 11 | functions to accept struct frame * as first arg. |