diff options
| author | Richard M. Stallman | 2002-12-23 18:42:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-12-23 18:42:49 +0000 |
| commit | 2155ecf3833d88a660d9cd50d1824be0a31e322c (patch) | |
| tree | f753b3a1398c5f2f1881beee8c5c1b29ba9e22a5 /src/ChangeLog | |
| parent | 3656dac0223c1151ca4ed96155b9372abd1e8575 (diff) | |
| download | emacs-2155ecf3833d88a660d9cd50d1824be0a31e322c.tar.gz emacs-2155ecf3833d88a660d9cd50d1824be0a31e322c.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2cd921bd399..f37b3f580d5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2002-12-23 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * buffer.c (syms_of_buffer) <scroll-up-aggressively> | ||
| 4 | <scroll-down-aggressively>: Doc fix. | ||
| 5 | |||
| 6 | * xmenu.c (parse_single_submenu): Use individual keymap's prompt | ||
| 7 | string as pane name, if there is one. | ||
| 8 | (set_frame_menubar): Save menu_items_n_panes from each call to | ||
| 9 | parse_single_submenu and use it when calling digest_single_submenu. | ||
| 10 | |||
| 11 | * window.c (window_scroll_pixel_based): Fix check for reaching BEGV. | ||
| 12 | Don't try to make last line fully visible if it is past end of window. | ||
| 13 | |||
| 1 | 2002-12-22 Steven Tamm <steventamm@mac.com> | 14 | 2002-12-22 Steven Tamm <steventamm@mac.com> |
| 2 | 15 | ||
| 3 | * macmenu.c (MIN_POPUP_SUBMENU_ID): Added | 16 | * macmenu.c (MIN_POPUP_SUBMENU_ID): Added |