diff src/ChangeLog @ 72941:9c3b1f40669d

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 16 Sep 2006 18:44:45 +0000
parents ffb882df13fa
children d4ecc69b8d2e
line wrap: on
line diff
--- a/src/ChangeLog	Sat Sep 16 18:43:57 2006 +0000
+++ b/src/ChangeLog	Sat Sep 16 18:44:45 2006 +0000
@@ -18806,6 +18806,14 @@
 
 	* Makefile.in (fns.o): Depend on coding.h.
 
+2003-01-06  Dave Love  <fx@gnu.org>
+
+	* fns.c: Include coding.h.  Use POINTER_TYPE*, not void*.
+	(Vlocale_coding_system): Declare.
+	(Qcodeset, Qdays, Qmonths, Qpaper): New.
+	(Flanginfo): New.
+	(syms_of_fns): Initialize new stuff.
+
 2003-01-07  Markus Rost  <rost@math.ohio-state.edu>
 
 	* minibuf.c (Fread_variable): Doc fix.