summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--lisp/ChangeLog19
2 files changed, 18 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 61f54cbdb01..afc550f8981 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-06 Dave Love <fx@gnu.org>
+
+ * configure.in: Check for nl_langinfo.
+ [!HAVE_SIZE_T]: Fix typedef.
+
2003-01-06 David Kastrup <dak@gnu.org>
* Makefile.in (INSTALL_INFO): Get install-info command from
@@ -12,7 +17,7 @@
2002-12-09 Dave Love <fx@gnu.org>
- * configure.in: Delete sunos5.8 configuration.
+ * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
2002-12-08 Andreas Schwab <schwab@suse.de>
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e23476677fb..1f12187a18d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2003-01-06 Dave Love <fx@gnu.org>
+
+ * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
+
+ * language/chinese.el ("Chinese-EUC-TW"): New.
+
2003-01-06 John Paul Wallington <jpw@shootybangbang.com>
* mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
@@ -29,17 +35,16 @@
2003-01-05 Dave Love <fx@gnu.org>
- * buff-menu.el (Buffer-menu-execute): Fix previous change.
-
-2003-01-05 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> (tiny change)
-
- * buff-menu.el (Buffer-menu-execute): Allow for Buffer-menu-use-header-line.
+ * buff-menu.el (Buffer-menu-execute): Fix for effect of header
+ line.
2003-01-05 Dave Love <fx@gnu.org>
- * international/mule-diag.el (non-iso-charset-alist): Add vietnamese-tcvn.
+ * international/mule-diag.el (non-iso-charset-alist): Add
+ vietnamese-tcvn.
- * international/mule-cmds.el (locale-language-names): Use Croatian, Swedish.
+ * international/mule-cmds.el (locale-language-names): Use
+ Croatian, Swedish.
2003-01-05 Andreas Schwab <schwab@suse.de>