aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 843d0229cfe..76d2216a565 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -5,6 +5,10 @@
5 5
62002-02-08 Eli Zaretskii <eliz@is.elta.co.il> 62002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
7 7
8 * net/ange-ftp.el (ange-ftp-process-handle-line)
9 (ange-ftp-set-xfer-size): If the file's size is a float, divide
10 by 1024 instead of using ash.
11
8 * international/mule-cmds.el (select-safe-coding-system): State 12 * international/mule-cmds.el (select-safe-coding-system): State
9 the buffer's name in the message popped in the *Warning* buffer, 13 the buffer's name in the message popped in the *Warning* buffer,
10 and make sure the offending buffer is displayed. 14 and make sure the offending buffer is displayed.