aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2001-07-11 18:31:41 +0000
committerStefan Monnier2001-07-11 18:31:41 +0000
commitfe5a01629a482b507c2f481687b96c2ecb46a9c3 (patch)
treed8dca7f4a5b4dd6081c6f9c1fcd7969b76ea81e6 /src/ChangeLog
parent8ee5b6a3963659c95e124efda55c11dbe045957d (diff)
downloademacs-fe5a01629a482b507c2f481687b96c2ecb46a9c3.tar.gz
emacs-fe5a01629a482b507c2f481687b96c2ecb46a9c3.zip
(menubar_selection_callback, w32_menu_show): Initialize `entry' to nil.
(w32_dialog_show): Remove unused `save_wv' variable. (name_is_separator): Recognize "--:foo" and "--foo-bar".
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c684a4fcca6..6b4499c7954 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12001-07-11 Stefan Monnier <monnier@cs.yale.edu>
2
3 * w32menu.c (menubar_selection_callback, w32_menu_show):
4 Initialize `entry' to nil.
5 (w32_dialog_show): Remove unused `save_wv' variable.
6 (name_is_separator): Recognize "--:foo" and "--foo-bar".
7
12001-07-11 Gerd Moellmann <gerd@gnu.org> 82001-07-11 Gerd Moellmann <gerd@gnu.org>
2 9
3 * xdisp.c (try_cursor_movement): Prevent a warning from GCC 3.0. 10 * xdisp.c (try_cursor_movement): Prevent a warning from GCC 3.0.
@@ -5,14 +12,14 @@
5 * fileio.c (unwind_read): Print a message when discarding inserted 12 * fileio.c (unwind_read): Print a message when discarding inserted
6 text or switching the buffer to unibyte. Change parameter. 13 text or switching the buffer to unibyte. Change parameter.
7 (Finsert_file_contents): Don't pass VISIT to unwind_read. 14 (Finsert_file_contents): Don't pass VISIT to unwind_read.
8 15
9 * fileio.c (unwind_read): New function. 16 * fileio.c (unwind_read): New function.
10 (Finsert_file_contents): Record it as unwind-function for 17 (Finsert_file_contents): Record it as unwind-function for
11 the case that reading is interrupted by C-g. 18 the case that reading is interrupted by C-g.
12 19
132001-07-10 Gerd Moellmann <gerd@gnu.org> 202001-07-10 Gerd Moellmann <gerd@gnu.org>
14 21
15 * dispnew.c (update_window): Don't skip the header-line 22 * dispnew.c (update_window): Don't skip the header-line
16 update when scrolling_window returns 0. 23 update when scrolling_window returns 0.
17 24
18 * xfaces.c (unload_color): Do nothing if PIXEL is -1. 25 * xfaces.c (unload_color): Do nothing if PIXEL is -1.
@@ -60,8 +67,7 @@
60 (unbind_to): Handle unbinding a frame-local variable. 67 (unbind_to): Handle unbinding a frame-local variable.
61 68
62 * xdisp.c (compute_line_metrics): On ttys, subtract continuation 69 * xdisp.c (compute_line_metrics): On ttys, subtract continuation
63 glyphs and truncation glyphs at the end of a row from its pixel 70 glyphs and truncation glyphs at the end of a row from its pixel width.
64 width.
65 (dump_glyph_row): Print row's continuation_lines_width. 71 (dump_glyph_row): Print row's continuation_lines_width.
66 (try_window_id): Take the shortcut if ZV is visible in the 72 (try_window_id): Take the shortcut if ZV is visible in the
67 window, but there are actually no changes at ZV. 73 window, but there are actually no changes at ZV.