aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
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 @@
12002-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
12002-09-10 Richard M. Stallman <rms@gnu.org> 192002-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.