aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2003-01-25 19:49:44 +0000
committerRichard M. Stallman2003-01-25 19:49:44 +0000
commit84e474169b1ef982669cad32fbd6284e05c0b146 (patch)
tree71142bd2117e4f1f1f11039473a603162f020bf6 /src
parentecb32e0ff06c96573f98febad79ed7bb56034a3f (diff)
downloademacs-84e474169b1ef982669cad32fbd6284e05c0b146.tar.gz
emacs-84e474169b1ef982669cad32fbd6284e05c0b146.zip
*** empty log message ***
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.