diff options
| author | Chong Yidong | 2011-12-05 23:21:48 +0800 |
|---|---|---|
| committer | Chong Yidong | 2011-12-05 23:21:48 +0800 |
| commit | 3a6ad4f050f93ee8b609da50cb9e7ab8c934a9d6 (patch) | |
| tree | 280d7f0087dcd64f035649719f908ca296cb17c0 /src/ChangeLog | |
| parent | ebf10822d1ce7579624ddf78a14f9bf114268888 (diff) | |
| download | emacs-3a6ad4f050f93ee8b609da50cb9e7ab8c934a9d6.tar.gz emacs-3a6ad4f050f93ee8b609da50cb9e7ab8c934a9d6.zip | |
Handle X selection requests in input-pending-p.
* src/keyboard.c (process_special_events): New function.
(swallow_events, Finput_pending_p): Use it.
Fixes: debbugs:10195
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0f0365b5bac..e22d6cb8cfb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-12-05 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * keyboard.c (process_special_events): New function. | ||
| 4 | (swallow_events, Finput_pending_p): Use it (Bug#10195). | ||
| 5 | |||
| 1 | 2011-12-05 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2011-12-05 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | * coding.c (encode_designation_at_bol): Don't use uninitialized | 8 | * coding.c (encode_designation_at_bol): Don't use uninitialized |