aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2006-09-16 18:44:45 +0000
committerRichard M. Stallman2006-09-16 18:44:45 +0000
commitddec2286a1a038674180732a15c2bd1d36be1f9a (patch)
tree7dc8011174c2c46c9f80c8cdb89a88525f38b959 /src
parent8969e90653c1d7feaa0599c21c4b6e84165cb3f7 (diff)
downloademacs-ddec2286a1a038674180732a15c2bd1d36be1f9a.tar.gz
emacs-ddec2286a1a038674180732a15c2bd1d36be1f9a.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d759b5717e5..9b74ac1ed89 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -18806,6 +18806,14 @@
18806 18806
18807 * Makefile.in (fns.o): Depend on coding.h. 18807 * Makefile.in (fns.o): Depend on coding.h.
18808 18808
188092003-01-06 Dave Love <fx@gnu.org>
18810
18811 * fns.c: Include coding.h. Use POINTER_TYPE*, not void*.
18812 (Vlocale_coding_system): Declare.
18813 (Qcodeset, Qdays, Qmonths, Qpaper): New.
18814 (Flanginfo): New.
18815 (syms_of_fns): Initialize new stuff.
18816
188092003-01-07 Markus Rost <rost@math.ohio-state.edu> 188172003-01-07 Markus Rost <rost@math.ohio-state.edu>
18810 18818
18811 * minibuf.c (Fread_variable): Doc fix. 18819 * minibuf.c (Fread_variable): Doc fix.