comparison src/ChangeLog @ 71805:47e18306c435

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 11 Jul 2006 22:55:29 +0000
parents a346a15d3ed9
children bbfb5030b0cc
comparison
equal deleted inserted replaced
71804:1a7b37f82a06 71805:47e18306c435
1 2006-07-11 Kim F. Storm <storm@cua.dk> 1 2006-07-11 Kim F. Storm <storm@cua.dk>
2 2
3 * dispnew.c (sit_for): Reduce number of args from 5 to 3. 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. 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. 5 Combine args DISPLAY and INITIAL_DISPLAY into one arg DO_DISPLAY.
6 Signal error if TIMEOUT is not a number.
6 Undo 2006-06-14 change for non-preemptive display if TIMEOUT < 0. 7 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 The rework of sit_for args also fixes several incorrect Qt args
8 which should have been 1. 9 which should have been 1.
9 (Fredisplay): Pass 1 instead of Qt to swallow_events and 10 (Fredisplay): Pass 1 instead of Qt to swallow_events and
10 detect_input_pending_run_timers. 11 detect_input_pending_run_timers.