diff options
| author | Paul Eggert | 2012-08-25 13:31:04 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-08-25 13:31:04 -0700 |
| commit | 0f46bc7515ccc835e5752b47f8752ab7aaf7ed27 (patch) | |
| tree | 9908d3cbf36442fb40595ffd0338dff74f8b9cbc /src/ChangeLog | |
| parent | 9aba119d72dde74a86d436f6e4f934baa37ecbe9 (diff) | |
| download | emacs-0f46bc7515ccc835e5752b47f8752ab7aaf7ed27.tar.gz emacs-0f46bc7515ccc835e5752b47f8752ab7aaf7ed27.zip | |
* xgselect.c (xg_select): Use auto storage for the GPollFD buffer
as that's faster and simpler than static storage. Don't bother
with the g_main_context_query overhead if g_main_context_pending
says no events are pending.
(gfds, gfds_size): Remove these static vars.
(xgselect_initialize): Remove; no longer needed.
All uses and decls removed.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index eacb82d9814..5654a191ec0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2012-08-25 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-08-25 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xgselect.c (xg_select): Use auto storage for the GPollFD buffer | ||
| 4 | as that's faster and simpler than static storage. Don't bother | ||
| 5 | with the g_main_context_query overhead if g_main_context_pending | ||
| 6 | says no events are pending. | ||
| 7 | (gfds, gfds_size): Remove these static vars. | ||
| 8 | (xgselect_initialize): Remove; no longer needed. | ||
| 9 | All uses and decls removed. | ||
| 10 | |||
| 3 | * emacs.c (fatal_error_signal_hook): Remove. | 11 | * emacs.c (fatal_error_signal_hook): Remove. |
| 4 | All uses removed. This leftover from old code was always 0. | 12 | All uses removed. This leftover from old code was always 0. |
| 5 | 13 | ||