aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8339724aff3..0d13eda8bc7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12003-01-25 Richard M. Stallman <rms@gnu.org>
2
3 * lisp.h: Declare format2 instead of format1.
4
5 * fileio.c (barf_or_query_if_file_exists):
6 Call format2 instead of format1.
7
8 * editfns.c (format2): New function, replaces format1
9 but takes exactly two Lisp Objects as format args.
10
11 * buffer.c (Fkill_buffer): Call format2 instead of format1.
12
12003-01-25 Jan D. <jan.h.d@swipnet.se> 132003-01-25 Jan D. <jan.h.d@swipnet.se>
2 14
3 * xterm.h: Change to return value of x_dispatch_event to int. 15 * xterm.h: Change to return value of x_dispatch_event to int.