aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2009-03-19 06:51:07 +0000
committerKenichi Handa2009-03-19 06:51:07 +0000
commitd507f8d743e54850885e1f946ab7ed5a007e2b7b (patch)
tree624749eeb21b564c613463c1a997e70ccf2888b7 /src/ChangeLog
parent0875632e0069c5f841081671cee8e768a0f30677 (diff)
downloademacs-d507f8d743e54850885e1f946ab7ed5a007e2b7b.tar.gz
emacs-d507f8d743e54850885e1f946ab7ed5a007e2b7b.zip
(x_set_font): Handle the case that ARG is a cons.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 33be1d20ea4..7017875564b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12009-03-19 Kenichi Handa <handa@m17n.org>
2
3 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
4 changed, use font_load_for_lface to get a new font object. Call
5 free_realized_fontset after handling ASCII font change.
6
7 * frame.c (x_set_font): Handle the case that ARG is a cons.
8
12009-03-19 Glenn Morris <rgm@gnu.org> 92009-03-19 Glenn Morris <rgm@gnu.org>
2 10
3 * fileio.c (Fsubstitute_in_file_name): Doc fix. 11 * fileio.c (Fsubstitute_in_file_name): Doc fix.