Mercurial > emacs
comparison src/ChangeLog @ 62986:dec671a87173
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 03 Jun 2005 23:47:56 +0000 |
parents | 74876512766a |
children | 3ca414a25103 |
comparison
equal
deleted
inserted
replaced
62985:d1cbfe7309c1 | 62986:dec671a87173 |
---|---|
1 2005-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 | |
1 2005-06-03 Juanma Barranquero <lekktu@gmail.com> | 17 2005-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 |
4 on faces in a frame, if the argument FRAME is non-nil. | 20 on faces in a frame, if the argument FRAME is non-nil. |
5 Improve argument/docstring consistency. | 21 Improve argument/docstring consistency. |