comparison src/ChangeLog @ 49989:532146653f8d

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 26 Feb 2003 16:34:27 +0000
parents c685d15db6ec
children 4a963c586625
comparison
equal deleted inserted replaced
49988:2076fa933620 49989:532146653f8d
13 13
14 2003-02-25 Kenichi Handa <handa@m17n.org> 14 2003-02-25 Kenichi Handa <handa@m17n.org>
15 15
16 * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer 16 * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
17 process only when "subprocesses" is defined. 17 process only when "subprocesses" is defined.
18
19 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
20
21 * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
18 22
19 2003-02-24 Juanma Barranquero <lektu@terra.es> 23 2003-02-24 Juanma Barranquero <lektu@terra.es>
20 24
21 * callint.c (fix_command): Declare as static void and move before 25 * callint.c (fix_command): Declare as static void and move before
22 Fcall_interactively. 26 Fcall_interactively.
511 except for NO_CURSOR and system caret, to make phys_cursor_width 515 except for NO_CURSOR and system caret, to make phys_cursor_width
512 contain what its name suggests. 516 contain what its name suggests.
513 (notice_overwritten_cursor): Consider the cursor image erased if 517 (notice_overwritten_cursor): Consider the cursor image erased if
514 the output area intersects the cursor image in y-direction. 518 the output area intersects the cursor image in y-direction.
515 519
516 * w32term.c (note_mode_line_or_margin_highlight): Renamed from 520 * w32term.c (note_mode_line_or_margin_highlight): Rename from
517 note_mode_line_highlight and extended. 521 note_mode_line_highlight and extend.
518 522
519 * w32term.c (last_window): New variable. 523 * w32term.c (last_window): New variable.
520 (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs. 524 (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
521 (note_mouse_movement): Remove reimplemented code in #if 0. 525 (note_mouse_movement): Remove reimplemented code in #if 0.
522 526