aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-07 15:53:18 +0000
committerGerd Moellmann2000-12-07 15:53:18 +0000
commit926b7e5e3ec4ddb93aaf8d1357020a6b7e8a55a1 (patch)
treedf1024f1059863dd5320881f11182273af4b581c /src/ChangeLog
parente04d21aaaecdca40193e176a801e3c3ca4cb5250 (diff)
downloademacs-926b7e5e3ec4ddb93aaf8d1357020a6b7e8a55a1.tar.gz
emacs-926b7e5e3ec4ddb93aaf8d1357020a6b7e8a55a1.zip
(read_process_output): Make sure the process marker's
position is valid when the process buffer is changed in after-change functions. W3 does that.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4f0d0d65093..ca92994f021 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -9,6 +9,10 @@
9 9
102000-12-07 Gerd Moellmann <gerd@gnu.org> 102000-12-07 Gerd Moellmann <gerd@gnu.org>
11 11
12 * process.c (read_process_output): Make sure the process marker's
13 position is valid when the process buffer is changed in
14 after-change functions. W3 does that.
15
12 * xfns.c (x_free_gcs): New function. 16 * xfns.c (x_free_gcs): New function.
13 17
14 * xterm.h (x_free_gcs): Add prototype. 18 * xterm.h (x_free_gcs): Add prototype.