diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a71cb27cf33..9a93ac894ca 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,73 @@ | |||
| 1 | 2004-02-02 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * coding.c (coding_restore_composition): Check invalid | ||
| 4 | composition data more rigidly. | ||
| 5 | |||
| 6 | 2004-01-30 Luc Teirlinck <teirllm@auburn.edu> | ||
| 7 | |||
| 8 | * fileio.c (Fread_file_name_internal): Correctly handle the case | ||
| 9 | where insert-default-directory is nil. | ||
| 10 | (Fread_file_name): Always return an empty string if the user exits | ||
| 11 | with an empty minibuffer. Adapt the docstring accordingly. | ||
| 12 | (syms_of_fileio): Adapt the docstring of insert-default-directory | ||
| 13 | to the change in Fread_file_name. | ||
| 14 | |||
| 15 | 2004-01-29 Eli Zaretskii <eliz@elta.co.il> | ||
| 16 | |||
| 17 | * alloca.c [!alloca]: Fix the prototype for xfree. | ||
| 18 | |||
| 19 | 2004-01-29 Kenichi Handa <handa@m17n.org> | ||
| 20 | |||
| 21 | * fns.c (string_char_to_byte): Optimize for ASCII only string. | ||
| 22 | (string_byte_to_char): Likewise. | ||
| 23 | |||
| 24 | 2004-01-28 Peter Runestig <peter@runestig.com> | ||
| 25 | |||
| 26 | * makefile.w32-in, w32fns.c: Add `default-printer-name' function. | ||
| 27 | |||
| 28 | 2004-01-27 Steven Tamm <steventamm@mac.com> | ||
| 29 | |||
| 30 | * unexmacosx.c (unexec_copy): Do not copy more than was | ||
| 31 | requested to prevent overwriting during unexec. | ||
| 32 | |||
| 33 | 2004-01-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 34 | |||
| 35 | * process.c (sigchld_handler): Add comment about not calling malloc. | ||
| 36 | |||
| 37 | * process.h: Add extern to synch_process_termsig. | ||
| 38 | |||
| 39 | 2004-01-27 Steven Tamm <steventamm@mac.com> | ||
| 40 | |||
| 41 | * macterm.c (make_mac_frame, make_mac_terminal_frame): Move | ||
| 42 | setting of scroll bars from make_mac_frame to | ||
| 43 | make_mac_terminal_frame to prevent clobbering of | ||
| 44 | scroll-bar-mode. | ||
| 45 | |||
| 46 | 2004-01-26 Richard M. Stallman <rms@gnu.org> | ||
| 47 | |||
| 48 | * search.c (Freplace_match): Handle nonexistent | ||
| 49 | back-references properly. | ||
| 50 | |||
| 51 | 2004-01-03 Richard M. Stallman <rms@gnu.org> | ||
| 52 | |||
| 53 | * window.c (decode_any_window): New function. | ||
| 54 | (Fwindow_height, Fwindow_width, Fwindow_edges) | ||
| 55 | (Fwindow_pixel_edges, Fwindow_inside_edges) | ||
| 56 | (Fwindow_inside_pixel_edges): Use decode_any_window. | ||
| 57 | |||
| 58 | 2004-01-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 59 | |||
| 60 | * process.h: synch_process_termsig new variable. | ||
| 61 | |||
| 62 | * callproc.c: Define synch_process_termsig. | ||
| 63 | (Fcall_process): Initiate synch_process_termsig to zero and | ||
| 64 | check if non-zero and get signal name after subprocess has ended. | ||
| 65 | |||
| 66 | * process.c (sigchld_handler): Set synch_process_termsig | ||
| 67 | if terminated by a signal. synch_process_death setting removed. | ||
| 68 | |||
| 69 | * sysdep.c (mkdir, rmdir): Also check synch_process_termsig. | ||
| 70 | |||
| 1 | 2004-01-26 Andreas Schwab <schwab@suse.de> | 71 | 2004-01-26 Andreas Schwab <schwab@suse.de> |
| 2 | 72 | ||
| 3 | * print.c (print_preprocess): Declare size as EMACS_INT to not | 73 | * print.c (print_preprocess): Declare size as EMACS_INT to not |