diff options
| author | Jan Djärv | 2004-11-14 11:59:21 +0000 |
|---|---|---|
| committer | Jan Djärv | 2004-11-14 11:59:21 +0000 |
| commit | ef614e04c32f6b7f4e17bc3203bb0f809097a6f8 (patch) | |
| tree | 6a20fa96f013385fe3f25c0bd40dd0e3c64f21d6 /src/ChangeLog | |
| parent | 234abfce9586bb95a4033926522286f3400a04dd (diff) | |
| download | emacs-ef614e04c32f6b7f4e17bc3203bb0f809097a6f8.tar.gz emacs-ef614e04c32f6b7f4e17bc3203bb0f809097a6f8.zip | |
* window.c (shrink_windows): Handle special case of one window left
when trying to shrink the final reminder. Grow windows if
total_removed is less than total_shrink.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7977fd9c9a1..f9ffecff3bc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2004-11-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 1 | 2004-11-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 2 | ||
| 3 | * window.c (shrink_windows): Handle special case of one window left | ||
| 4 | when trying to shrink the final reminder. Grow windows if | ||
| 5 | total_removed is less than total_shrink. | ||
| 6 | |||
| 3 | * xmenu.c (pop_down_menu): Remove global variable current_menu, | 7 | * xmenu.c (pop_down_menu): Remove global variable current_menu, |
| 4 | extract pointer from arg with XSAVE_VALUE. | 8 | extract pointer from arg with XSAVE_VALUE. |
| 5 | (create_and_show_popup_menu, create_and_show_dialog, | 9 | (create_and_show_popup_menu, create_and_show_dialog, |