aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2004-08-16 23:02:46 +0000
committerRichard M. Stallman2004-08-16 23:02:46 +0000
commit8afc13c66a1bd5a569e5179583b06bccd6746020 (patch)
tree4f218ee0cc27d22c04bf12f49573708250023958 /src/ChangeLog
parentdfe598b54e166b5fa9803a39ad8dfff538041899 (diff)
downloademacs-8afc13c66a1bd5a569e5179583b06bccd6746020.tar.gz
emacs-8afc13c66a1bd5a569e5179583b06bccd6746020.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index dc39a6d24b9..ba43b4754ba 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12004-08-16 Richard M. Stallman <rms@gnu.org>
2
3 * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
4 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
6 when SIGNALS_VIA_CHARACTERS.
7
8 * process.c (process_send_signal)
9 [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
10 Do nothing if the character is CVDISABLE.
11
12 * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
13
14 * intervals.c (move_if_not_intangible):
15 Force POSITION to be between BEGV and ZV.
16
12004-08-14 John Paul Wallington <jpw@gnu.org> 172004-08-14 John Paul Wallington <jpw@gnu.org>
2 18
3 * buffer.c (Frestore_buffer_modified_p): Doc fix. 19 * buffer.c (Frestore_buffer_modified_p): Doc fix.
@@ -74,6 +90,10 @@
74 90
75 * callint.c (Fcall_interactively): Doc fix. 91 * callint.c (Fcall_interactively): Doc fix.
76 92
932004-07-30 Richard M. Stallman <rms@gnu.org>
94
95 * abbrev.c (Fexpand_abbrev): Undo previous change.
96
772004-07-30 Kim F. Storm <storm@cua.dk> 972004-07-30 Kim F. Storm <storm@cua.dk>
78 98
79 * editfns.c (Fformat): Allocate extra (dummy) element in info. 99 * editfns.c (Fformat): Allocate extra (dummy) element in info.