aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-02 11:27:15 +0000
committerGerd Moellmann2000-12-02 11:27:15 +0000
commitb5d8d2ca6bbdd7298400a3d7a599d43a5b7dfaed (patch)
tree630a416dc112515b57f57e7fe242711334f9199a
parentfbb87147dea447a7fb34e5b5657ccec796cf01f3 (diff)
downloademacs-b5d8d2ca6bbdd7298400a3d7a599d43a5b7dfaed.tar.gz
emacs-b5d8d2ca6bbdd7298400a3d7a599d43a5b7dfaed.zip
*** empty log message ***
-rw-r--r--src/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b0199fae236..5316ffac2c7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12000-12-02 Simon Josefsson <simon@josefsson.org>
2
3 * fns.c (Fmd5): Use a different logic to decide the coding system
4 to use.
5
6 * coding.h (Qwrite_region, Qcoding_system_error): Declare extern.
7
12000-12-02 Eli Zaretskii <eliz@is.elta.co.il> 82000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2 9
3 * fileio.c (Fread_file_name) [DOS_NT]: Don't crash if homedir is 10 * fileio.c (Fread_file_name) [DOS_NT]: Don't crash if homedir is
@@ -58,7 +65,7 @@
58 65
59 * fns.c (Fmd5): Doc fix. 66 * fns.c (Fmd5): Doc fix.
60 67
612000-10-07 Simon Josefsson <simon@josefsson.org> 682000-11-30 Simon Josefsson <simon@josefsson.org>
62 69
63 * fns.c (Fmd5): New function. 70 * fns.c (Fmd5): New function.
64 (syms_of_fns): Defsubr md5. 71 (syms_of_fns): Defsubr md5.