summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-01-31 12:34:01 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-01-31 12:34:01 +0000
commitedcacc1c14b566ccf4f9eae149e57b276bdacafd (patch)
treefc548f06210c5d6479f5302d1526f33373151716
parent95facc1758046e52a3d11d483dff2f1b8b5bf11a (diff)
downloademacs-edcacc1c14b566ccf4f9eae149e57b276bdacafd.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog11
1 files changed, 7 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b720fa75f4a..8deacbb1957 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,11 @@
+2007-01-31 Juanma Barranquero <lekktu@gmail.com>
+
+ * faces.el (color-values): Doc fix.
+ (face-differs-from-default-p): Don't check :foreground twice.
+
2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
- * comint.el (comint-mode): Prevent non-keyword fontification by
- default.
+ * comint.el (comint-mode): Prevent non-keyword fontification by default.
2007-01-31 Kenichi Handa <handa@m17n.org>
@@ -27,8 +31,7 @@
2007-01-30 Michael Albinus <michael.albinus@gmx.de>
- * files.el (get-free-disk-space): Return nil for remote
- directories.
+ * files.el (get-free-disk-space): Return nil for remote directories.
* net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
instead of "dir".