aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-04-05 14:05:12 +0000
committerGerd Moellmann2001-04-05 14:05:12 +0000
commita55e4e68ee2f62bb2715483cdb4c355d1e8acdca (patch)
treeb2c2d5451349603e11d76bfc30259a9d90bbfc7a
parent04b566a18390e7a01ce3dc0423b6aaf5cd7fbb8e (diff)
downloademacs-a55e4e68ee2f62bb2715483cdb4c355d1e8acdca.tar.gz
emacs-a55e4e68ee2f62bb2715483cdb4c355d1e8acdca.zip
*** empty log message ***
-rw-r--r--ChangeLog4
-rw-r--r--leim/ChangeLog2
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog3
4 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91f07c94d9c..41746411502 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12001-04-05 Gerd Moellmann <gerd@gnu.org>
2
3 * Makefile.in (install-arch-indep): Remove .cvsignore files.
4
12001-03-30 Gerd Moellmann <gerd@gnu.org> 52001-03-30 Gerd Moellmann <gerd@gnu.org>
2 6
3 * Makefile.in (.PHONY): Add for bootstrap targets. 7 * 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 @@
12001-04-05 Gerd Moellmann <gerd@gnu.org> 12001-04-05 Gerd Moellmann <gerd@gnu.org>
2 2
3 * Makefile.in (install): Remove .cvsignore files.
4
3 * quail/japanese.el ("japanese-hankaku-kana"): Don't use 5 * quail/japanese.el ("japanese-hankaku-kana"): Don't use
4 the same translations as for `japanese'. 6 the same translations as for `japanese'.
5 7
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 69447786f19..8e69109d70d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12001-04-05 Gerd Moellmann <gerd@gnu.org>
2
3 * version.el (emacs-version): Include LessTif/Motif version info.
4
12001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br> 52001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2 6
3 * ps-mule.el: Eliminate cl package dependence. 7 * 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 @@
12001-04-05 Gerd Moellmann <gerd@gnu.org> 12001-04-05 Gerd Moellmann <gerd@gnu.org>
2 2
3 * editfns.c (Fcurrent_time_zone): Accept spaces in timezone
4 names.
5
3 * xfns.c (Vmotif_version_string) [USE_MOTIF]: New variable. 6 * xfns.c (Vmotif_version_string) [USE_MOTIF]: New variable.
4 (syms_of_xfns): DEFVAR_LISP it. Initialize from XmVERSION_STRING. 7 (syms_of_xfns): DEFVAR_LISP it. Initialize from XmVERSION_STRING.
5 8