diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b651ae47589..6253b258c2f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,10 +1,13 @@ | |||
| 1 | 2004-11-29 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * sysdep.c (emacs_write): Don't use QUIT. | ||
| 4 | |||
| 1 | 2004-11-29 Kenichi Handa <handa@m17n.org> | 5 | 2004-11-29 Kenichi Handa <handa@m17n.org> |
| 2 | 6 | ||
| 3 | * buffer.c (init_buffer): Set current_buffer->directory to a | 7 | * buffer.c (init_buffer): Set current_buffer->directory to a |
| 4 | multibyte string made by string_to_multibyte. | 8 | multibyte string made by string_to_multibyte. |
| 5 | 9 | ||
| 6 | * emacs.c (init_cmdargs): Set unibyte strings in | 10 | * emacs.c (init_cmdargs): Set unibyte strings in Vcommand_line_args. |
| 7 | Vcommand_line_args. | ||
| 8 | 11 | ||
| 9 | 2004-11-27 Andreas Schwab <schwab@suse.de> | 12 | 2004-11-27 Andreas Schwab <schwab@suse.de> |
| 10 | 13 | ||
| @@ -13,8 +16,8 @@ | |||
| 13 | * s/gnu-linux.h: Enable no-op gcpros on ia64. | 16 | * s/gnu-linux.h: Enable no-op gcpros on ia64. |
| 14 | (GC_MARK_SECONDARY_STACK) [__ia64__]: Define. | 17 | (GC_MARK_SECONDARY_STACK) [__ia64__]: Define. |
| 15 | 18 | ||
| 16 | * filelock.c (lock_file_1): Call get_boot_time early. Increase | 19 | * filelock.c (lock_file_1): Call get_boot_time early. |
| 17 | buffer size. | 20 | Increase buffer size. |
| 18 | 21 | ||
| 19 | 2004-11-27 Eli Zaretskii <eliz@gnu.org> | 22 | 2004-11-27 Eli Zaretskii <eliz@gnu.org> |
| 20 | 23 | ||