diff options
| author | Jan Djärv | 2014-01-13 11:32:48 +0100 |
|---|---|---|
| committer | Jan Djärv | 2014-01-13 11:32:48 +0100 |
| commit | 6c21e306f270575a5e7a7af3b47e5230dfe5c7eb (patch) | |
| tree | e24f22161bcab88d3cdf8b84419c087372fc7cf8 /src/ChangeLog | |
| parent | 3c0c4562d178819ee3f82f6876c19d61d281358a (diff) | |
| download | emacs-6c21e306f270575a5e7a7af3b47e5230dfe5c7eb.tar.gz emacs-6c21e306f270575a5e7a7af3b47e5230dfe5c7eb.zip | |
* macfont.m: Include termchar.h.
(CG_SET_FILL_COLOR_WITH_FACE_FOREGROUND)
(CG_SET_FILL_COLOR_WITH_FACE_BACKGROUND)
(CG_SET_STROKE_COLOR_WITH_FACE_FOREGROUND): Modified from
*_WITH_GC_* to take face and f as parameters.
(macfont_draw): Check for DRAW_MOUSE_FACE and set face accordingly.
Use *_WITH_FACE_*, and pass face as parameter.
Fixes: debbugs:16425
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 2929c03329c..381a3fe7869 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2014-01-13 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * macfont.m: Include termchar.h. | ||
| 4 | (CG_SET_FILL_COLOR_WITH_FACE_FOREGROUND) | ||
| 5 | (CG_SET_FILL_COLOR_WITH_FACE_BACKGROUND) | ||
| 6 | (CG_SET_STROKE_COLOR_WITH_FACE_FOREGROUND): Modified from | ||
| 7 | *_WITH_GC_* to take face and f as parameters. | ||
| 8 | (macfont_draw): Check for DRAW_MOUSE_FACE and set face accordingly. | ||
| 9 | Use *_WITH_FACE_*, and pass face as parameter (Bug#16425). | ||
| 10 | |||
| 1 | 2014-01-13 Daniel Colascione <dancol@dancol.org> | 11 | 2014-01-13 Daniel Colascione <dancol@dancol.org> |
| 2 | 12 | ||
| 3 | Fix menu item updating in the presence of the Unity global menu | 13 | Fix menu item updating in the presence of the Unity global menu |