aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
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 @@
12012-08-25 Paul Eggert <eggert@cs.ucla.edu> 12012-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