comparison src/ChangeLog @ 38372:626cbad85e8c

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 11 Jul 2001 18:31:41 +0000
parents 8ff8080320ad
children 9db628f75778
comparison
equal deleted inserted replaced
38371:eb915f0b1d6e 38372:626cbad85e8c
1 2001-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
1 2001-07-11 Gerd Moellmann <gerd@gnu.org> 8 2001-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.
4 11
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
13 2001-07-10 Gerd Moellmann <gerd@gnu.org> 20 2001-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.
19 26
20 * xfns.c (Fx_create_frame): Initialize frame colors to -1, 27 * xfns.c (Fx_create_frame): Initialize frame colors to -1,
58 the frame on the binding stack. Change format of entries for 65 the frame on the binding stack. Change format of entries for
59 local bindings on the binding stack to '(SYMBOL . WHERE)'. 66 local bindings on the binding stack to '(SYMBOL . WHERE)'.
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.
68 74
69 2001-07-02 Gerd Moellmann <gerd@gnu.org> 75 2001-07-02 Gerd Moellmann <gerd@gnu.org>