aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2005-06-03 23:47:56 +0000
committerKim F. Storm2005-06-03 23:47:56 +0000
commit555228aa599a4132c51d7daae62377f1e1ae8921 (patch)
tree04786e734dda4171970af9a4ff12c5d5ec523b53 /src/ChangeLog
parentec441ab58305939661aa9029b02a0a9efb933004 (diff)
downloademacs-555228aa599a4132c51d7daae62377f1e1ae8921.tar.gz
emacs-555228aa599a4132c51d7daae62377f1e1ae8921.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1982a76162e..5f724fe8450 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12005-06-04 Kim F. Storm <storm@cua.dk>
2
3 * coding.c (decode_coding_string): Handle CODING_FINISH_INTERRUPT.
4
5 * callproc.c (Fcall_process): Don't use alloca to gradually
6 increase size of buf, as it effectively uses twice the necessary
7 space on the stack. Instead, pre-allocate buf of full size, and
8 gradually increase the read size.
9
10 * bytecode.c (BYTE_CODE_QUIT): Check Vthrow_on_input.
11
12 * eval.c (unbind_to): Preserve value of Vquit_flag.
13
14 * xterm.c (handle_one_xevent): Also ignore mouse motion just
15 before a button release event.
16
12005-06-03 Juanma Barranquero <lekktu@gmail.com> 172005-06-03 Juanma Barranquero <lekktu@gmail.com>
2 18
3 * xfaces.c (Finternal_lisp_face_equal_p): Really report 19 * xfaces.c (Finternal_lisp_face_equal_p): Really report