diff options
| author | Dmitry Antipov | 2012-11-22 10:52:30 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-11-22 10:52:30 +0400 |
| commit | 6ceeb5f14411ed388979d0bb944c06e36756f9af (patch) | |
| tree | ac64624f4164404b72aaae27ca83687f135d1d2c /src/ChangeLog | |
| parent | ec84768f9754d5943610cbbd048dc4d4a46d847f (diff) | |
| download | emacs-6ceeb5f14411ed388979d0bb944c06e36756f9af.tar.gz emacs-6ceeb5f14411ed388979d0bb944c06e36756f9af.zip | |
* xdisp.c (window_buffer_changed): New function.
(update_menu_bar, update_tool_bar): Use it to
simplify large 'if' statements.
(redisplay_internal): Generalize commonly used
'tail' and 'frame' local variables.
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 |