diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3f9b6d85e51..9d9c4ee498c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,40 @@ | |||
| 1 | 2004-08-18 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * process.c (Faccept_process_output): Add arg JUST-THIS-ONE; | ||
| 4 | forward to wait_reading_process_input via DO_DISPLAY arg. | ||
| 5 | (wait_reading_process_input): If DO_DISPLAY < 0 for a process | ||
| 6 | object, only process output from that process; also inhibit | ||
| 7 | running timers if DO_DISPLAY==-2. | ||
| 8 | |||
| 9 | 2004-08-17 Kim F. Storm <storm@cua.dk> | ||
| 10 | |||
| 11 | * process.c (process_send_signal): Fix last change--use | ||
| 12 | _POSIX_VDISABLE instead of CVDISABLE when available. | ||
| 13 | |||
| 14 | 2004-08-16 Richard M. Stallman <rms@gnu.org> | ||
| 15 | |||
| 16 | * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]: | ||
| 17 | Set VQUIT and VINTR chars to the standard ones if they are unset. | ||
| 18 | [AIX]: Don't do that here. And don't force VINTR to standard | ||
| 19 | when SIGNALS_VIA_CHARACTERS. | ||
| 20 | |||
| 21 | * process.c (process_send_signal) | ||
| 22 | [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up. | ||
| 23 | Do nothing if the character is CVDISABLE. | ||
| 24 | |||
| 25 | * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op. | ||
| 26 | |||
| 27 | * intervals.c (move_if_not_intangible): | ||
| 28 | Force POSITION to be between BEGV and ZV. | ||
| 29 | |||
| 30 | 2004-08-14 John Paul Wallington <jpw@gnu.org> | ||
| 31 | |||
| 32 | * buffer.c (Frestore_buffer_modified_p): Doc fix. | ||
| 33 | |||
| 34 | * fileio.c (Fread_file_name): Doc fix. | ||
| 35 | |||
| 36 | * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix. | ||
| 37 | |||
| 1 | 2004-08-09 Luc Teirlinck <teirllm@auburn.edu> | 38 | 2004-08-09 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 39 | ||
| 3 | * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes. | 40 | * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes. |
| @@ -66,6 +103,10 @@ | |||
| 66 | 103 | ||
| 67 | * callint.c (Fcall_interactively): Doc fix. | 104 | * callint.c (Fcall_interactively): Doc fix. |
| 68 | 105 | ||
| 106 | 2004-07-30 Richard M. Stallman <rms@gnu.org> | ||
| 107 | |||
| 108 | * abbrev.c (Fexpand_abbrev): Undo previous change. | ||
| 109 | |||
| 69 | 2004-07-30 Kim F. Storm <storm@cua.dk> | 110 | 2004-07-30 Kim F. Storm <storm@cua.dk> |
| 70 | 111 | ||
| 71 | * editfns.c (Fformat): Allocate extra (dummy) element in info. | 112 | * editfns.c (Fformat): Allocate extra (dummy) element in info. |