diff options
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. |