diff options
| author | Richard M. Stallman | 2003-01-25 19:49:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-01-25 19:49:44 +0000 |
| commit | 84e474169b1ef982669cad32fbd6284e05c0b146 (patch) | |
| tree | 71142bd2117e4f1f1f11039473a603162f020bf6 /src | |
| parent | ecb32e0ff06c96573f98febad79ed7bb56034a3f (diff) | |
| download | emacs-84e474169b1ef982669cad32fbd6284e05c0b146.tar.gz emacs-84e474169b1ef982669cad32fbd6284e05c0b146.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 12 |
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 @@ | |||
| 1 | 2003-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 | |||
| 1 | 2003-01-25 Jan D. <jan.h.d@swipnet.se> | 13 | 2003-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. |