diff options
| author | Dmitry Antipov | 2013-12-16 11:45:33 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-12-16 11:45:33 +0400 |
| commit | 5ae356d99130af32b51a0cd67d1933ed9e6cd20e (patch) | |
| tree | 4d68dfd538ce4a7ef56027218f5ec1582d5b73df /src/ChangeLog | |
| parent | 2013a2f955e4dc6edf9869767e9f5d70fbf9d69c (diff) | |
| download | emacs-5ae356d99130af32b51a0cd67d1933ed9e6cd20e.tar.gz emacs-5ae356d99130af32b51a0cd67d1933ed9e6cd20e.zip | |
* font.c (valid_font_driver) [ENABLE_CHECKING]: New function
intended to find bogus pointers in font objects (Bug#16140).
* font.h (valid_font_driver) [ENABLE_CHECKING]: Add prototype.
* alloc.c (cleanup_vector): Use valid_font_driver in eassert.
(compact_font_cache_entry, compact_font_caches) [!HAVE_NTGUI]:
Disable for MS-Windows due to Bug#15876; apparently this
requires more or less substantial changes in fontset code.
* xfont.c (xfont_close):
* xftfont.c (xftfont_close): Call x_display_info_for_display
to check whether 'Display *' is valid (Bug#16093 and probably
Bug#16069).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d5c84d04807..7b8a624d629 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2013-12-16 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * font.c (valid_font_driver) [ENABLE_CHECKING]: New function | ||
| 4 | intended to find bogus pointers in font objects (Bug#16140). | ||
| 5 | * font.h (valid_font_driver) [ENABLE_CHECKING]: Add prototype. | ||
| 6 | * alloc.c (cleanup_vector): Use valid_font_driver in eassert. | ||
| 7 | (compact_font_cache_entry, compact_font_caches) [!HAVE_NTGUI]: | ||
| 8 | Disable for MS-Windows due to Bug#15876; apparently this | ||
| 9 | requires more or less substantial changes in fontset code. | ||
| 10 | * xfont.c (xfont_close): | ||
| 11 | * xftfont.c (xftfont_close): Call x_display_info_for_display | ||
| 12 | to check whether 'Display *' is valid (Bug#16093 and probably | ||
| 13 | Bug#16069). | ||
| 14 | |||
| 1 | 2013-12-15 Eli Zaretskii <eliz@gnu.org> | 15 | 2013-12-15 Eli Zaretskii <eliz@gnu.org> |
| 2 | 16 | ||
| 3 | * fileio.c (Fexpand_file_name) [WINDOWSNT]: Fix conditionals. | 17 | * fileio.c (Fexpand_file_name) [WINDOWSNT]: Fix conditionals. |