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 3587a9e295b..4a4572bdd63 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-11-22 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * xdisp.c (window_buffer_changed): New function. | ||
| 4 | (update_menu_bar, update_tool_bar): Use it to | ||
| 5 | simplify large 'if' statements. | ||
| 6 | (redisplay_internal): Generalize commonly used | ||
| 7 | 'tail' and 'frame' local variables. | ||
| 8 | |||
| 1 | 2012-11-22 Eli Zaretskii <eliz@gnu.org> | 9 | 2012-11-22 Eli Zaretskii <eliz@gnu.org> |
| 2 | 10 | ||
| 3 | * w32.c (getcwd): Fix the 2nd argument type, to prevent conflicts | 11 | * w32.c (getcwd): Fix the 2nd argument type, to prevent conflicts |