diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a06f9e2fcd5..ec7f8f068bd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2013-01-22 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * xdisp.c (mark_window_display_accurate): Simplify the loop | ||
| 4 | assuming that the only one of vchild, hchild or buffer window | ||
| 5 | slots is non-nil. Call mark_window_display_accurate_1 for | ||
| 6 | the leaf windows only. | ||
| 7 | (mark_window_display_accurate_1): Always assume leaf window. | ||
| 8 | Adjust comment. | ||
| 9 | |||
| 1 | 2013-01-22 Paul Eggert <eggert@cs.ucla.edu> | 10 | 2013-01-22 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 11 | ||
| 3 | * emacs.c (Qkill_emacs_hook): Now static. | 12 | * emacs.c (Qkill_emacs_hook): Now static. |