diff --git a/ChangeLog b/ChangeLog index 91f07c94d9c..41746411502 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-04-05 Gerd Moellmann + + * Makefile.in (install-arch-indep): Remove .cvsignore files. + 2001-03-30 Gerd Moellmann * Makefile.in (.PHONY): Add for bootstrap targets. diff --git a/leim/ChangeLog b/leim/ChangeLog index 4336c9eda01..5a057d1dd42 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,5 +1,7 @@ 2001-04-05 Gerd Moellmann + * Makefile.in (install): Remove .cvsignore files. + * quail/japanese.el ("japanese-hankaku-kana"): Don't use the same translations as for `japanese'. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 69447786f19..8e69109d70d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-04-05 Gerd Moellmann + + * version.el (emacs-version): Include LessTif/Motif version info. + 2001-04-04 Vinicius Jose Latorre * ps-mule.el: Eliminate cl package dependence. diff --git a/src/ChangeLog b/src/ChangeLog index 11a53dbe1c0..05732175c23 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2001-04-05 Gerd Moellmann + * 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.