diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b8528c27528..6257cc4277a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2015-01-20 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Prefer xlispstrdup to avoid dumb calls to strlen. | ||
| 4 | * nsfont.m (ns_get_family): | ||
| 5 | * nsterm.m (ns_term_init): | ||
| 6 | * w32fns.c (w32_window): | ||
| 7 | * xfns.c (x_window, Fx_select_font): Use xlispstrdup. | ||
| 8 | |||
| 1 | 2015-01-20 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2015-01-20 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | Correct an old fix for GTK font selection | 11 | Correct an old fix for GTK font selection |