diff options
| author | Richard M. Stallman | 2002-01-18 03:50:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-01-18 03:50:50 +0000 |
| commit | daf516d34f94c460e018770b8cd6bc59153913d5 (patch) | |
| tree | 856726a101bc9dc710cd2a944857d5661396f951 /src/ChangeLog | |
| parent | 33c18c83f13e189c7e5eb03fd17fc09ac19b8395 (diff) | |
| download | emacs-daf516d34f94c460e018770b8cd6bc59153913d5.tar.gz emacs-daf516d34f94c460e018770b8cd6bc59153913d5.zip | |
(enlarge_window): When exceeding size of parent,
directly delete all the siblings instead of trying to resize it.
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 813cfc9bb53..69292345488 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-01-17 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * window.c (enlarge_window): When exceeding size of parent, | ||
| 4 | directly delete all the siblings instead of trying to resize it. | ||
| 5 | |||
| 1 | 2002-01-17 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 6 | 2002-01-17 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 7 | ||
| 3 | * term.c (set_tty_color_mode): Remove unused variable `tem'. | 8 | * term.c (set_tty_color_mode): Remove unused variable `tem'. |