diff options
| author | Richard M. Stallman | 2004-07-17 15:00:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-07-17 15:00:22 +0000 |
| commit | 3751eb00d78a352422c67fc2285eb38ee5c56b92 (patch) | |
| tree | 128692dc0ac58db457b4ff1ab4f0b96f34fba3f8 /src | |
| parent | 403de3b40ec8402fd2c24dc73b8ff4596921cd64 (diff) | |
| download | emacs-3751eb00d78a352422c67fc2285eb38ee5c56b92.tar.gz emacs-3751eb00d78a352422c67fc2285eb38ee5c56b92.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1dfaa3f9ce4..253b3ce806f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2004-07-17 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * window.c (coordinates_in_window): Inside the window but outside | ||
| 4 | its box to the L or R, return ON_VERTICAL_BORDER. | ||
| 5 | (window_list_1): Rotate the list to start with WINDOW. | ||
| 6 | |||
| 7 | * print.c (print_preprocess): Test for print_depth at limit | ||
| 8 | before entering in being_printed. | ||
| 9 | |||
| 10 | * keyboard.c (not_single_kboard_state): New function. | ||
| 11 | (stuff_buffered_input): Now no-op only if no SIGTSTP. | ||
| 12 | |||
| 13 | * frame.c (Fdelete_frame): If we're in single_bboard_state on | ||
| 14 | this kboard, and we delete its last frame, go to any_kboard_state. | ||
| 15 | |||
| 16 | * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix. | ||
| 17 | |||
| 1 | 2004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change) | 18 | 2004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change) |
| 2 | 19 | ||
| 3 | * w32fns.c (Fx_file_dialog): Encode strings in system coding | 20 | * w32fns.c (Fx_file_dialog): Encode strings in system coding |