diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cbb89300cad..dac36212d79 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2014-07-04 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * font.h (struct font_driver): Remove get_outline and free_outline; | ||
| 4 | not used by any font driver. | ||
| 5 | * ftfont.c (ftfont_driver): | ||
| 6 | * macfont.m (macfont_driver): | ||
| 7 | * nsfont.m (nsfont_driver): | ||
| 8 | * w32font.c (w32font_driver): | ||
| 9 | * w32uniscribe.c (uniscribe_font_driver): | ||
| 10 | * xfont.c (xfont_driver): Related users changed. | ||
| 11 | * xselect.c (x_get_window_property): Use convenient xmalloc. | ||
| 12 | Call to xfree only if some data was really allocated. | ||
| 13 | |||
| 1 | 2014-07-03 Dmitry Antipov <dmantipov@yandex.ru> | 14 | 2014-07-03 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 15 | ||
| 3 | On MS-Windows, display busy cursor on all GUI frames. | 16 | On MS-Windows, display busy cursor on all GUI frames. |