diff options
| author | Eli Zaretskii | 2012-05-18 11:36:50 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-05-18 11:36:50 +0300 |
| commit | 784b56e25bda24e9c1e0689f1d71d3cf6fe5d552 (patch) | |
| tree | 1c3514e049c53075ecb594d44fcd3d9f584cd22f /src/ChangeLog | |
| parent | 6b3868cb1469a6222498dba8220aec9e02d43c1e (diff) | |
| download | emacs-784b56e25bda24e9c1e0689f1d71d3cf6fe5d552.tar.gz emacs-784b56e25bda24e9c1e0689f1d71d3cf6fe5d552.zip | |
Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.
src/w32term.c [GLYPH_DEBUG]: Add prototype for x_check_font.
(x_check_font) [GLYPH_DEBUG]: New function, copied from xterm.c
src/w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: Fix broken
reference to image_cache->refcount.
(x_create_tip_frame): Fix broken use of FRAME_IMAGE_CACHE.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c72c8ae4d65..b3614db2d55 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2012-05-18 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows. | ||
| 4 | |||
| 5 | * w32term.c [GLYPH_DEBUG]: Add prototype for x_check_font. | ||
| 6 | (x_check_font) [GLYPH_DEBUG]: New function, copied from xterm.c | ||
| 7 | |||
| 8 | * w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: Fix broken | ||
| 9 | reference to image_cache->refcount. | ||
| 10 | (x_create_tip_frame): Fix broken use of FRAME_IMAGE_CACHE. | ||
| 11 | |||
| 1 | 2012-05-17 Juri Linkov <juri@jurta.org> | 12 | 2012-05-17 Juri Linkov <juri@jurta.org> |
| 2 | 13 | ||
| 3 | * search.c (Fword_search_regexp, Fword_search_backward) | 14 | * search.c (Fword_search_regexp, Fword_search_backward) |