diff options
| author | Richard M. Stallman | 2005-07-03 16:51:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-07-03 16:51:26 +0000 |
| commit | 3d39302945668803aa22580784883818e5a71adf (patch) | |
| tree | 5c08a80f9de265f5b2ca5a3754b298fdb7dcb83c /src/ChangeLog | |
| parent | 9b869380e7c681b0b60f9cc5446705a03b0ad12a (diff) | |
| download | emacs-3d39302945668803aa22580784883818e5a71adf.tar.gz emacs-3d39302945668803aa22580784883818e5a71adf.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a93f54e9462..3753d88a0e8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2005-07-03 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (try_window): Fix previous change in how it handles | ||
| 4 | a partially-visible line or one only partly past the margin. | ||
| 5 | |||
| 6 | * window.c (window_scroll_pixel_based): Take account | ||
| 7 | of this_scroll_margin when finding point when scrolling up. | ||
| 8 | |||
| 9 | 2005-06-29 Ralf Angeli <angeli@iwi.uni-sb.de> | ||
| 10 | |||
| 11 | * window.c (window_scroll_pixel_based, window_scroll_line_based): | ||
| 12 | Handle `scroll-preserve-screen-position' non-nil, non-t specially. | ||
| 13 | (syms_of_window): <scroll-preserve-screen-position>: Doc fix. | ||
| 14 | |||
| 1 | 2005-07-02 Juri Linkov <juri@jurta.org> | 15 | 2005-07-02 Juri Linkov <juri@jurta.org> |
| 2 | 16 | ||
| 3 | * w32term.c (w32_draw_vertical_window_border): Use foreground of | 17 | * w32term.c (w32_draw_vertical_window_border): Use foreground of |