aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDave Love2002-07-17 10:29:18 +0000
committerDave Love2002-07-17 10:29:18 +0000
commit98a3e9763712f9db3aa0f2b71b0e5ba69ade38b8 (patch)
tree06841f4175f61982255a42cf230edfa062a386be /src/ChangeLog
parent6f197c07d05b591d94527fca34bce3ce2bedca60 (diff)
downloademacs-98a3e9763712f9db3aa0f2b71b0e5ba69ade38b8.tar.gz
emacs-98a3e9763712f9db3aa0f2b71b0e5ba69ade38b8.zip
Move coding.h.
(Qcodeset, Qdays, Qmonths): New. (concat): Use CHARACTERP instead of INTERGERP. (Flocale_codeset): Deleted. (Flanginfo): New function. (syms_of_fns): Changed accordingly.
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>