Mercurial > emacs
comparison src/ChangeLog @ 71787:7e302766894f
(forw_comment): Also use EMACS_INT for buffer positions.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 11 Jul 2006 13:52:21 +0000 |
parents | 31adfc0704b6 |
children | a346a15d3ed9 |
comparison
equal
deleted
inserted
replaced
71786:7ceb7ea56476 | 71787:7e302766894f |
---|---|
1 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * syntax.c (forw_comment): Also use EMACS_INT for buffer positions. | |
4 | |
1 2006-07-11 Kim F. Storm <storm@cua.dk> | 5 2006-07-11 Kim F. Storm <storm@cua.dk> |
2 | 6 |
3 * dispnew.c (Fredisplay): Add FORCE argument to force redisplay when | 7 * dispnew.c (Fredisplay): Add FORCE argument to force redisplay when |
4 input is available. Fix test for redisplay_dont_pause non-nil. | 8 input is available. Fix test for redisplay_dont_pause non-nil. |
5 Specbind redisplay-dont-pause to t if FORCE non-nil. | 9 Specbind redisplay-dont-pause to t if FORCE non-nil. |
9 * puresize.h (BASE_PURESIZE): Increment to 1211000. | 13 * puresize.h (BASE_PURESIZE): Increment to 1211000. |
10 | 14 |
11 * dispnew.c (Fredisplay): New function, equivalent to (sit-for 0). | 15 * dispnew.c (Fredisplay): New function, equivalent to (sit-for 0). |
12 (Fsit_for): Function deleted. | 16 (Fsit_for): Function deleted. |
13 | 17 |
14 * keyboard.c (command_loop_1, Fexecute_extended_command): Call | 18 * keyboard.c (command_loop_1, Fexecute_extended_command): |
15 sit_for instead of Fsit_for. | 19 Call sit_for instead of Fsit_for. |
16 | 20 |
17 * minibuf.c (temp_echo_area_glyphs): Likewise. | 21 * minibuf.c (temp_echo_area_glyphs): Likewise. |
18 | 22 |
19 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca> | 23 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca> |
20 | 24 |