aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 864459179fb..d4aaeb3d548 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12002-07-17 Dave Love <fx@gnu.org> 12002-07-17 Dave Love <fx@gnu.org>
2 2
3 * fns.c: Move coding.h.
4 (Qcodeset, Qdays, Qmonths): New.
5 (concat): Use CHARACTERP instead of INTERGERP.
6 (Flocale_codeset): Deleted.
7 (Flanginfo): New function.
8 (syms_of_fns): Changed accordingly.
9
3 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup. 10 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
4 11
52002-07-16 Dave Love <fx@gnu.org> 122002-07-16 Dave Love <fx@gnu.org>