aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2003-03-03 19:09:40 +0000
committerRichard M. Stallman2003-03-03 19:09:40 +0000
commit5b20caf08da67b65f632e75113e1fbb91c4438e0 (patch)
tree9a1c549f837c168662434206b54c0920be18a464 /src/ChangeLog
parent710ee5a968b14db059538f74d062302b18619f79 (diff)
downloademacs-5b20caf08da67b65f632e75113e1fbb91c4438e0.tar.gz
emacs-5b20caf08da67b65f632e75113e1fbb91c4438e0.zip
(Fkill_buffer): Use Frun_hook_with_args_until_failure
to run kill-buffer-query-functions. (Qkill_buffer_query_functions): New var. (syms_of_buffer): Init and staticpro it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ab250a2f10e..c5db3849fb8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12003-03-03 Richard M. Stallman <rms@gnu.org>
2
3 * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
4 to run kill-buffer-query-functions.
5 (Qkill_buffer_query_functions): New var.
6 (syms_of_buffer): Init and staticpro it.
7
12003-03-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 82003-03-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 9
3 * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK. 10 * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.