diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 |
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 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il> | 8 | 2000-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 | ||
| 61 | 2000-10-07 Simon Josefsson <simon@josefsson.org> | 68 | 2000-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. |