aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2005-02-18 22:55:37 +0000
committerKim F. Storm2005-02-18 22:55:37 +0000
commitc2ee48fb0842d75f41cd5f4f83af7686e412e878 (patch)
treeb418c1d48592169827086385570b0a6eeacb076c /src/ChangeLog
parentafca296c98d13baa2f4984b928117474f674eeec (diff)
downloademacs-c2ee48fb0842d75f41cd5f4f83af7686e412e878.tar.gz
emacs-c2ee48fb0842d75f41cd5f4f83af7686e412e878.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 564736d9cbf..8ac324e04b3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12005-02-18 Kim F. Storm <storm@cua.dk> 12005-02-18 Kim F. Storm <storm@cua.dk>
2 2
3 * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property
4 to be nil in a :box attribute value list; customize prints that
5 as lisp value when no box color is specified.
6
3 * .gdbinit (pitx, pit): Pretty print display iterator. 7 * .gdbinit (pitx, pit): Pretty print display iterator.
4 (prowx, prow): Pretty print glyph row. 8 (prowx, prow): Pretty print glyph row.
5 (pcursorx, pcursor): Pretty print a window cursor. 9 (pcursorx, pcursor): Pretty print a window cursor.