Mercurial > emacs
annotate lispintro/ChangeLog @ 59580:f43d0816e9c3
* keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
(READABLE_EVENTS_FILTER_EVENTS)
(READABLE_EVENTS_IGNORE_SQUEEZABLES): New flags for readable_events.
get_filtered_input_pending, readable_filtered_events): Removed.
(tracking_off): Call readable_events and get_input_pending with
flag READABLE_EVENTS_DO_TIMERS_NOW.
(readable_events): Move code from old readable_filtered_events here,
but check new READABLE_EVENTS_* in argument flags instead of previous
two boolean arguments do_timers_now and filter_events.
If we are doing mouse tracking and the mouse moved, return only if
READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags.
(swallow_events): Call get_input_pending with flag
READABLE_EVENTS_DO_TIMERS_NOW.
(get_input_pending): Move code from old get_filtered_input_pending
here. Replace boolean arguments do_timers_now, filter_events with
flags, and pass flags to readable_events. Document new
READABLE_EVENTS_* flags.
(detect_input_pending_ignore_squeezables): New function.
(detect_input_pending_run_timers): Call get_input_pending with flag
READABLE_EVENTS_DO_TIMERS_NOW.
(Finput_pending_p): Call get_input_pending with flags
READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS.
* dispnew.c (update_window, update_frame_1): Replace calls to
detect_input_pending with detect_input_pending_ignore_squeezables
so that redisplay is not paused if the event queue contains only
mouse movements.
* lisp.h: Declare detect_input_pending_ignore_squeezables.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Sun, 16 Jan 2005 09:17:02 +0000 |
parents | f849da3c5bb4 |
children | 6401c3973c58 4c90ffeb71c5 |
rev | line source |
---|---|
55093
f849da3c5bb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54200
diff
changeset
|
1 2004-04-23 Juanma Barranquero <lektu@terra.es> |
f849da3c5bb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54200
diff
changeset
|
2 |
f849da3c5bb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54200
diff
changeset
|
3 * makefile.w32-in: Add "-*- makefile -*-" mode tag. |
f849da3c5bb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54200
diff
changeset
|
4 |
54200
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
53068
diff
changeset
|
5 2004-02-29 Juanma Barranquero <lektu@terra.es> |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
53068
diff
changeset
|
6 |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
53068
diff
changeset
|
7 * makefile.w32-in (mostlyclean, clean, maintainer-clean): Use |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
53068
diff
changeset
|
8 $(DEL) instead of rm, and ignore exit code. |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
53068
diff
changeset
|
9 |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
53068
diff
changeset
|
10 2003-11-16 Kevin Ryde <user42@zip.com.au> |
53068
6c9f84d07fa3
Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents:
52427
diff
changeset
|
11 |
6c9f84d07fa3
Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents:
52427
diff
changeset
|
12 * emacs-lisp-intro.texi: [CVS commitment by <bob@rattlesnake.com>] |
6c9f84d07fa3
Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents:
52427
diff
changeset
|
13 Corrections to cross references, |
6c9f84d07fa3
Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents:
52427
diff
changeset
|
14 (Interactive Options): elisp "interactive" -> "Using Interactive". |
6c9f84d07fa3
Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents:
52427
diff
changeset
|
15 (defvar and asterisk): Remove emacs "Edit Options" reference, |
6c9f84d07fa3
Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents:
52427
diff
changeset
|
16 edit-options is no longer described in the emacs manual. |
6c9f84d07fa3
Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents:
52427
diff
changeset
|
17 (Lists diagrammed): elisp "List Type" -> "Cons Cell Type". |
6c9f84d07fa3
Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents:
52427
diff
changeset
|
18 |
52427 | 19 2003-09-03 Peter Runestig <peter@runestig.com> |
20 | |
21 * makefile.w32-in: New file. | |
22 | |
43088 | 23 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il> |
24 | |
25 * emacs-lisp-intro.texi (Index): @ignore extraneous text. | |
26 Use @dircategory and @direntry to define the DIR entry. | |
27 | |
41500 | 28 2001-11-25 Robert J. Chassell <bob@rattlesnake.com> |
29 | |
30 * emacs-lisp-intro.texi: Move @contents to the beginning of the | |
42757 | 31 file. Set the size to @smallbook. |
41500 | 32 |
41436 | 33 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il> |
34 | |
35 * Makefile.in: New file. | |
36 | |
37 * README: Update. | |
38 | |
39 * *.eps: Rename to avoid clashes in DOS 8+3 namespace. | |
40 | |
41 ;; Local Variables: | |
52427 | 42 ;; coding: iso-2022-7bit |
41436 | 43 ;; End: |
44 | |
45 Copyright (C) 2001 | |
46 Free Software Foundation, Inc. | |
47 Copying and distribution of this file, with or without modification, | |
48 are permitted provided the copyright notice and this notice are preserved. | |
52401 | 49 |
50 ;;; arch-tag: ee4f8e1f-e14c-4d2e-86de-4dd697e6f1c3 |