aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-03-12 17:01:50 +0000
committerGerd Moellmann2000-03-12 17:01:50 +0000
commit9b2f3c38300a597cf7607a49b459c9a4d461d306 (patch)
tree5eebaf02413cca14be77703c46dd3d60d0e09f2a
parent4ab1d4be61e081dab81b3c235bb9ddfd43be5d2b (diff)
downloademacs-9b2f3c38300a597cf7607a49b459c9a4d461d306.tar.gz
emacs-9b2f3c38300a597cf7607a49b459c9a4d461d306.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lwlib/ChangeLog5
-rw-r--r--src/ChangeLog3
3 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8a8c73aed8b..2e7a10e6ed6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12000-03-12 Gerd Moellmann <gerd@gnu.org>
2
3 * recentf.el (recentf-keep-non-readable-files-p): Remove
4 double/nested definition.
5
12000-03-12 Dave Love <fx@gnu.org> 62000-03-12 Dave Love <fx@gnu.org>
2 7
3 * facemenu.el (facemenu-get-face): Use display-color-p. 8 * facemenu.el (facemenu-get-face): Use display-color-p.
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index 9a0a9d1e0c4..4115e67ade5 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1,3 +1,8 @@
12000-03-12 Gerd Moellmann <gerd@gnu.org>
2
3 * lwlib-Xm.c (make_menubar) [LESSTIF_VERSION]: Don't set
4 XmNresizeHeight and XmNresizeWidth.
5
12000-03-08 Dave Love <fx@gnu.org> 62000-03-08 Dave Love <fx@gnu.org>
2 7
3 * Makefile.in (liblw.a): Don't bother testing for ranlib failing 8 * Makefile.in (liblw.a): Don't bother testing for ranlib failing
diff --git a/src/ChangeLog b/src/ChangeLog
index 41fd1d6d768..77e1c961b20 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12000-03-12 Gerd Moellmann <gerd@gnu.org> 12000-03-12 Gerd Moellmann <gerd@gnu.org>
2 2
3 * atimer.c (cancel_atimer): Break out of the loop as soon as timer
4 has been found. Fix bug not computing timer's predecessor.
5
3 * fileio.c (Fread_file_name): Handle case that DIR contains a 6 * fileio.c (Fread_file_name): Handle case that DIR contains a
4 file name. 7 file name.
5 8