comparison src/ChangeLog @ 71802:a346a15d3ed9

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 11 Jul 2006 20:13:40 +0000
parents 7e302766894f
children 47e18306c435
comparison
equal deleted inserted replaced
71801:5846e054fdf9 71802:a346a15d3ed9
1 2006-07-11 Kim F. Storm <storm@cua.dk>
2
3 * dispnew.c (sit_for): Reduce number of args from 5 to 3.
4 Now just one TIMEOUT arg that can be a Lisp float or Lisp int.
5 Combine args DISPLAY and INITIAL_DISPLAY into one arg DO_DISPLAY.
6 Undo 2006-06-14 change for non-preemptive display if TIMEOUT < 0.
7 The rework of sit_for args also fixes several incorrect Qt args
8 which should have been 1.
9 (Fredisplay): Pass 1 instead of Qt to swallow_events and
10 detect_input_pending_run_timers.
11
12 * lisp.h (sit_for): Update prototype.
13 (Fredisplay): Add EXFUN.
14
15 * dispextern.h (sit_for): Remove prototype.
16
17 * callint.c (Fcall_interactively):
18 * minibuf.c (temp_echo_area_glyphs):
19 * keyboard.c (command_loop_1, read_char, Fexecute_extended_command):
20 * fileio.c (Fdo_auto_save): Update/simplify sit_for calls.
21
1 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca> 22 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2 23
3 * syntax.c (forw_comment): Also use EMACS_INT for buffer positions. 24 * syntax.c (forw_comment): Also use EMACS_INT for buffer positions.
4 25
5 2006-07-11 Kim F. Storm <storm@cua.dk> 26 2006-07-11 Kim F. Storm <storm@cua.dk>