diff options
| author | Karoly Lorentey | 2004-08-19 15:05:01 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-08-19 15:05:01 +0000 |
| commit | bda56b550fc7fffcec4d94e2cafc3793d0cec624 (patch) | |
| tree | 6fff2c4bd2b46711c2527c403b95a621b7e9bf5e /src/ChangeLog | |
| parent | ccc84c2458c0a2e4e2ca62fa4c43527902f7e101 (diff) | |
| parent | eacd5edcd3f50db44271fae73dce8949ceb47ca8 (diff) | |
| download | emacs-bda56b550fc7fffcec4d94e2cafc3793d0cec624.tar.gz emacs-bda56b550fc7fffcec4d94e2cafc3793d0cec624.zip | |
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-489
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-490
Update from CVS: man/fixit.texi (Spelling): Fix typo.
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-491
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-492
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-493
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-494
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-495
Update from CVS: Add missing lisp/mh-e files
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-496
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-497
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-498
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-499
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-500
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-234
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. |