diff options
| author | Gerd Moellmann | 2001-03-27 18:02:26 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-27 18:02:26 +0000 |
| commit | 607ec83c511d62037a1dfc5aec2f9fd5e3a57558 (patch) | |
| tree | 9159eaaa89365809a5c0d4493fc3c187df6334e6 /src/ChangeLog | |
| parent | 0245398f1d9dc305f9414193a2fdb84cfb3601b6 (diff) | |
| download | emacs-607ec83c511d62037a1dfc5aec2f9fd5e3a57558.tar.gz emacs-607ec83c511d62037a1dfc5aec2f9fd5e3a57558.zip | |
(try_window_reusing_current_matrix) <scrolling up>:
Give up if matrix starts in an ellipsis.
(init_from_display_pos): Do nothing if POS doesn't specify
a dpvec_index but the iterator has such a position.
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 aab2d0a8d6d..5f8ccb8d812 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2001-03-27 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-03-27 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (try_window_reusing_current_matrix) <scrolling up>: | ||
| 4 | Give up if matrix starts in an ellipsis. | ||
| 5 | (init_from_display_pos): Do nothing if POS doesn't specify | ||
| 6 | a dpvec_index but the iterator has such a position. | ||
| 7 | |||
| 3 | * xdisp.c (init_from_display_pos): Remove unwarranted assertion. | 8 | * xdisp.c (init_from_display_pos): Remove unwarranted assertion. |
| 4 | 9 | ||
| 5 | * xmenu.c (free_frame_menubar) [USE_MOTIF]: If the shell widget's | 10 | * xmenu.c (free_frame_menubar) [USE_MOTIF]: If the shell widget's |