diff options
| author | Gerd Moellmann | 2001-03-27 14:41:03 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-27 14:41:03 +0000 |
| commit | aba253484f6749ca14e996045c25a4f2d38c299a (patch) | |
| tree | 951795b58055b37bfdd522509853c707ef3a0ecc /src/ChangeLog | |
| parent | 4bde0ebb8d4d97617b74ac9963adb6df8d6e3505 (diff) | |
| download | emacs-aba253484f6749ca14e996045c25a4f2d38c299a.tar.gz emacs-aba253484f6749ca14e996045c25a4f2d38c299a.zip | |
(free_frame_menubar) [USE_MOTIF]: If the shell widget's
x/y position is (0, 0) after destroying the menu bar, restore
its original position.
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 8f71a81c79a..dd955df30cf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2001-03-27 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-03-27 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xmenu.c (free_frame_menubar) [USE_MOTIF]: If the shell widget's | ||
| 4 | x/y position is (0, 0) after destroying the menu bar, restore | ||
| 5 | its original position. | ||
| 6 | |||
| 3 | * xdisp.c (in_ellipses_for_invisible_text_p): New function. | 7 | * xdisp.c (in_ellipses_for_invisible_text_p): New function. |
| 4 | (init_from_display_pos): Use it. | 8 | (init_from_display_pos): Use it. |
| 5 | (try_window_reusing_current_matrix): Don't use cursor_row_p. | 9 | (try_window_reusing_current_matrix): Don't use cursor_row_p. |