diff options
| author | Richard M. Stallman | 2002-09-12 03:30:13 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-09-12 03:30:13 +0000 |
| commit | 7c3cb37dcc23292e653267d11b9920fda902fc36 (patch) | |
| tree | 771a64687b44b63565d216e1f187f5909f162758 /src/ChangeLog | |
| parent | fdebad6415fe477394d2c0319e096ec623d33f8f (diff) | |
| download | emacs-7c3cb37dcc23292e653267d11b9920fda902fc36.tar.gz emacs-7c3cb37dcc23292e653267d11b9920fda902fc36.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e322b1c9c30..96ba951ef8d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2002-09-11 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * unexsol.c: Don't use report_file_error; do it by hand | ||
| 4 | using dlerror. | ||
| 5 | |||
| 6 | * process.c (wait_reading_process_input, both versions): | ||
| 7 | Before calling turn_on_atimers, call stop_polling. | ||
| 8 | |||
| 9 | * emacs.c (syms_of_emacs) <command-line-args>: Doc fix. | ||
| 10 | |||
| 11 | * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible | ||
| 12 | we go to too_near_end, call clear_glyph_matrix. | ||
| 13 | (redisplay_window): After make_cursor_line_fully_visible, | ||
| 14 | call clear_glyph_matrix and bypass `goto done'. | ||
| 15 | |||
| 16 | * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0 | ||
| 17 | and we have non-toolkit scroll bars, return nil for scroll-bar-width. | ||
| 18 | |||
| 1 | 2002-09-10 Richard M. Stallman <rms@gnu.org> | 19 | 2002-09-10 Richard M. Stallman <rms@gnu.org> |
| 2 | 20 | ||
| 3 | * fileio.c (Fdo_auto_save): Catch error making directory. | 21 | * fileio.c (Fdo_auto_save): Catch error making directory. |