diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b3a9386da86..9765ec9403c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,45 @@ | |||
| 1 | 2004-07-17 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * keyboard.c (not_single_kboard_state): Do nothing unless | ||
| 4 | MULTI_KBOARD is defined. | ||
| 5 | |||
| 6 | 2004-07-17 Richard M. Stallman <rms@gnu.org> | ||
| 7 | |||
| 8 | * window.c (coordinates_in_window): Inside the window but outside | ||
| 9 | its box to the L or R, return ON_VERTICAL_BORDER. | ||
| 10 | (window_list_1): Rotate the list to start with WINDOW. | ||
| 11 | |||
| 12 | * print.c (print_preprocess): Test for print_depth at limit | ||
| 13 | before entering in being_printed. | ||
| 14 | |||
| 15 | * keyboard.c (not_single_kboard_state): New function. | ||
| 16 | (stuff_buffered_input): Now no-op only if no SIGTSTP. | ||
| 17 | |||
| 18 | * frame.c (Fdelete_frame): If we're in single_bboard_state on | ||
| 19 | this kboard, and we delete its last frame, go to any_kboard_state. | ||
| 20 | |||
| 21 | * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix. | ||
| 22 | |||
| 23 | 2004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change) | ||
| 24 | |||
| 25 | * w32fns.c (Fx_file_dialog): Encode strings in system coding | ||
| 26 | system before passing them to OS functions for display. | ||
| 27 | |||
| 28 | 2004-07-15 David Kastrup <dak@gnu.org> | ||
| 29 | |||
| 30 | * search.c (syms_of_search): Staticpro `saved_last_thing_searched'. | ||
| 31 | Apparently fixes an abort condition. | ||
| 32 | |||
| 33 | 2004-07-14 Luc Teirlinck <teirllm@auburn.edu> | ||
| 34 | |||
| 35 | * fileio.c (Fvisited_file_modtime): Return a list of two integers, | ||
| 36 | instead of a cons. | ||
| 37 | |||
| 38 | 2004-07-14 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> | ||
| 39 | |||
| 40 | * keyboard.c (echo_dash): Do nothing if there already is a dash | ||
| 41 | at the end of the echo string. | ||
| 42 | |||
| 1 | 2004-07-12 Kim F. Storm <storm@cua.dk> | 43 | 2004-07-12 Kim F. Storm <storm@cua.dk> |
| 2 | 44 | ||
| 3 | * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value | 45 | * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value |