Mercurial > emacs
comparison src/ChangeLog @ 56702:041bc4e3cd69
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 17 Aug 2004 22:34:56 +0000 |
parents | f5d8912660c3 |
children | 59569d20d0a1 |
comparison
equal
deleted
inserted
replaced
56701:e327231e4361 | 56702:041bc4e3cd69 |
---|---|
1 2004-08-17 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * process.c (process_send_signal): Fix last change--use | |
4 _POSIX_VDISABLE instead of CVDISABLE when available. | |
5 | |
1 2004-08-16 Richard M. Stallman <rms@gnu.org> | 6 2004-08-16 Richard M. Stallman <rms@gnu.org> |
2 | 7 |
3 * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]: | 8 * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]: |
4 Set VQUIT and VINTR chars to the standard ones if they are unset. | 9 Set VQUIT and VINTR chars to the standard ones if they are unset. |
5 [AIX]: Don't do that here. And don't force VINTR to standard | 10 [AIX]: Don't do that here. And don't force VINTR to standard |
6 when SIGNALS_VIA_CHARACTERS. | 11 when SIGNALS_VIA_CHARACTERS. |
7 | 12 |
8 * process.c (process_send_signal) | 13 * process.c (process_send_signal) |
9 [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up. | 14 [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up. |
10 Do nothing if the character is CVDISABLE. | 15 Do nothing if the character is CVDISABLE. |
11 | 16 |
12 * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op. | 17 * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op. |
13 | 18 |
14 * intervals.c (move_if_not_intangible): | 19 * intervals.c (move_if_not_intangible): |
15 Force POSITION to be between BEGV and ZV. | 20 Force POSITION to be between BEGV and ZV. |
16 | 21 |
17 2004-08-14 John Paul Wallington <jpw@gnu.org> | 22 2004-08-14 John Paul Wallington <jpw@gnu.org> |
18 | 23 |
19 * buffer.c (Frestore_buffer_modified_p): Doc fix. | 24 * buffer.c (Frestore_buffer_modified_p): Doc fix. |