diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e89196a15c5..ffa4bdf927f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | * nsfont.m (ns_escape_name, ns_unescape_name, ns_registry_to_script): | ||
| 4 | Avoid redundant calls to strlen. | ||
| 5 | |||
| 6 | 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 7 | |||
| 3 | Drop async_visible and async_iconified fields of struct frame. | 8 | Drop async_visible and async_iconified fields of struct frame. |
| 4 | This is possible because async input is gone; for details, see | 9 | This is possible because async input is gone; for details, see |
| 5 | http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00734.html. | 10 | http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00734.html. |