summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2009-04-29 08:52:37 +0000
committerKenichi Handa <handa@m17n.org>2009-04-29 08:52:37 +0000
commit9c358bdab1583b391335a75777d299f0d38f26b9 (patch)
treecaaa4ac0b516a02aff904ad0dd8eb49ef45df27d
parent7e3386cbfd873df3a037c261e6996e070bb8a0c3 (diff)
downloademacs-9c358bdab1583b391335a75777d299f0d38f26b9.tar.gz
*** empty log message ***
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 17b0a91a17f..654f8756d30 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -20,7 +20,7 @@
* frame.c (x_set_font): When ARG is a font-object, check if the
font-object matches with the ASCII font-spec of the frame's
- fontset. If not, create a new fontset for the frame.
+ fontset. If not, create a new fontset for the frame. (Bug #3075)
2009-04-28 Andreas Schwab <schwab@linux-m68k.org>