diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3d70d69cd69..1dfaa3f9ce4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,28 @@ | |||
| 1 | 2004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change) | ||
| 2 | |||
| 3 | * w32fns.c (Fx_file_dialog): Encode strings in system coding | ||
| 4 | system before passing them to OS functions for display. | ||
| 5 | |||
| 6 | 2004-07-15 David Kastrup <dak@gnu.org> | ||
| 7 | |||
| 8 | * search.c (syms_of_search): Staticpro `saved_last_thing_searched'. | ||
| 9 | Apparently fixes an abort condition. | ||
| 10 | |||
| 11 | 2004-07-14 Luc Teirlinck <teirllm@auburn.edu> | ||
| 12 | |||
| 13 | * fileio.c (Fvisited_file_modtime): Return a list of two integers, | ||
| 14 | instead of a cons. | ||
| 15 | |||
| 16 | 2004-07-14 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> | ||
| 17 | |||
| 18 | * keyboard.c (echo_dash): Do nothing if there already is a dash | ||
| 19 | at the end of the echo string. | ||
| 20 | |||
| 21 | 2004-07-12 Kim F. Storm <storm@cua.dk> | ||
| 22 | |||
| 23 | * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value | ||
| 24 | if GC_MARK_STACK. | ||
| 25 | |||
| 1 | 2004-07-10 Luc Teirlinck <teirllm@auburn.edu> | 26 | 2004-07-10 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 27 | ||
| 3 | * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes. | 28 | * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes. |