diff options
| author | Stefan Monnier | 2003-02-26 16:34:27 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-02-26 16:34:27 +0000 |
| commit | 6a097c0c18b60de5d659774986e8061c242dcd56 (patch) | |
| tree | 428d4d17f7725139833d5ddeb4064e3e7dd04f88 /src | |
| parent | bca8c7be06fe0f6143a8e17d589760715386e4cc (diff) | |
| download | emacs-6a097c0c18b60de5d659774986e8061c242dcd56.tar.gz emacs-6a097c0c18b60de5d659774986e8061c242dcd56.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6add287016b..9534e7e6f78 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -16,6 +16,10 @@ | |||
| 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 | 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. | ||
| 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 |
| @@ -513,8 +517,8 @@ | |||
| 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. |