changeset 37218:b63262a6cdcd

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 05 Apr 2001 14:05:12 +0000
parents 9156124d97e2
children 78542938ed28
files ChangeLog leim/ChangeLog lisp/ChangeLog src/ChangeLog
diffstat 4 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Apr 05 14:04:44 2001 +0000
+++ b/ChangeLog	Thu Apr 05 14:05:12 2001 +0000
@@ -1,3 +1,7 @@
+2001-04-05  Gerd Moellmann  <gerd@gnu.org>
+
+	* Makefile.in (install-arch-indep): Remove .cvsignore files.
+
 2001-03-30  Gerd Moellmann  <gerd@gnu.org>
 
 	* Makefile.in (.PHONY): Add for bootstrap targets.
--- a/leim/ChangeLog	Thu Apr 05 14:04:44 2001 +0000
+++ b/leim/ChangeLog	Thu Apr 05 14:05:12 2001 +0000
@@ -1,5 +1,7 @@
 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
 
+	* Makefile.in (install): Remove .cvsignore files.
+
 	* quail/japanese.el ("japanese-hankaku-kana"): Don't use
 	the same translations as for `japanese'.
 
--- a/lisp/ChangeLog	Thu Apr 05 14:04:44 2001 +0000
+++ b/lisp/ChangeLog	Thu Apr 05 14:05:12 2001 +0000
@@ -1,3 +1,7 @@
+2001-04-05  Gerd Moellmann  <gerd@gnu.org>
+
+	* version.el (emacs-version): Include LessTif/Motif version info.
+
 2001-04-04  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
 
 	* ps-mule.el: Eliminate cl package dependence.
--- a/src/ChangeLog	Thu Apr 05 14:04:44 2001 +0000
+++ b/src/ChangeLog	Thu Apr 05 14:05:12 2001 +0000
@@ -1,5 +1,8 @@
 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
 
+	* editfns.c (Fcurrent_time_zone): Accept spaces in timezone
+	names.
+
 	* xfns.c (Vmotif_version_string) [USE_MOTIF]: New variable.
 	(syms_of_xfns): DEFVAR_LISP it.  Initialize from XmVERSION_STRING.