aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-18 15:40:18 +0000
committerGerd Moellmann2000-12-18 15:40:18 +0000
commit91c9e6ce1d68eaed9368a1de6c0a70b193d51a90 (patch)
treed78d80733704904b1f2a7df8a8c8c999243312b1
parent06f68dd1464bd5a29d7dc215dbb014c6b1c1b803 (diff)
downloademacs-91c9e6ce1d68eaed9368a1de6c0a70b193d51a90.tar.gz
emacs-91c9e6ce1d68eaed9368a1de6c0a70b193d51a90.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog4
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 29c530266c8..e31727d3f81 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12000-12-18 Gerd Moellmann <gerd@gnu.org>
2
3 * faces.el (face-spec-set): Interpret a nil in specs for
4 foreground and background colors as `unspecified', for
5 compatibility with 20.x.
6
12000-12-18 Dave Love <fx@gnu.org> 72000-12-18 Dave Love <fx@gnu.org>
2 8
3 * mail/sendmail.el (send-mail-function): Customize. 9 * mail/sendmail.el (send-mail-function): Customize.
diff --git a/src/ChangeLog b/src/ChangeLog
index ee6abcb4f3b..7f82d5785da 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12000-12-18 Gerd Moellmann <gerd@gnu.org>
2
3 * s/hpux10.h (_FILE_OFFSET_BITS): Undef again.
4
12000-12-18 Eli Zaretskii <eliz@is.elta.co.il> 52000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2 6
3 * msdos.c (IT_set_face): Obey inverse_video. 7 * msdos.c (IT_set_face): Obey inverse_video.