1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2004-08-17 22:34:56 +00:00
parent 107ed38d4b
commit c438dc33d5
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-08-18 Kim F. Storm <storm@cua.dk>
* processes.texi (Accepting Output): Add `just-this-one' arg to
`accept-process-output'.
2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
* keymaps.texi: Various changes in addition to:

View File

@ -1,3 +1,8 @@
2004-08-17 Kim F. Storm <storm@cua.dk>
* process.c (process_send_signal): Fix last change--use
_POSIX_VDISABLE instead of CVDISABLE when available.
2004-08-16 Richard M. Stallman <rms@gnu.org>
* sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
@ -5,13 +10,13 @@
[AIX]: Don't do that here. And don't force VINTR to standard
when SIGNALS_VIA_CHARACTERS.
* process.c (process_send_signal)
* process.c (process_send_signal)
[SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
Do nothing if the character is CVDISABLE.
* xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
* intervals.c (move_if_not_intangible):
* intervals.c (move_if_not_intangible):
Force POSITION to be between BEGV and ZV.
2004-08-14 John Paul Wallington <jpw@gnu.org>