aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2009-03-13 05:07:41 +0000
committerKenichi Handa2009-03-13 05:07:41 +0000
commit2d2db320ff86719ac7742f94d957b62123897561 (patch)
treed9c965e9442b78cab601422bc0ba4ac36b4f04c1
parentd6eb4e250a6a5918f093b5e8dc5906a5cf598b6f (diff)
downloademacs-2d2db320ff86719ac7742f94d957b62123897561.tar.gz
emacs-2d2db320ff86719ac7742f94d957b62123897561.zip
Add description for the argument change of
`set-fontset-font' and `print-fontset'.
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/NEWS8
2 files changed, 13 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index a34a55e0765..04e2205d4ca 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12009-03-13 Kenichi Handa <handa@m17n.org>
2
3 * NEWS: Add description for the argument change of
4 `set-fontset-font' and `print-fontset'.
5
12009-02-25 Glenn Morris <rgm@gnu.org> 62009-02-25 Glenn Morris <rgm@gnu.org>
2 7
3 * MORE.STUFF: Mention Zile. 8 * MORE.STUFF: Mention Zile.
diff --git a/etc/NEWS b/etc/NEWS
index 400941d8bb2..537a94b0e45 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1266,6 +1266,14 @@ mlm-* functions and variables (formerly used for Malayalam script).
1266**** `tamil' and `tml-util, and all associated tamil-* and tml-* 1266**** `tamil' and `tml-util, and all associated tamil-* and tml-*
1267functions and variables (formerly used for Tamil script). 1267functions and variables (formerly used for Tamil script).
1268 1268
1269*** The meaning of NAME argument of `set-fontset-font' is changed.
1270Previously nil is accepted as the default fontset. Now, nil is for
1271the fontset of the selected frame and t is for the default fontset.
1272
1273*** The meaning of FONTSET argument of `print-fontset' is changed.
1274Now, nil is for the fontset of the selected frame and t is for the
1275default fontset.
1276
1269--- 1277---
1270** The variable temp-file-name-pattern has been removed. 1278** The variable temp-file-name-pattern has been removed.
1271This variable was only used by call-process-region, which now uses 1279This variable was only used by call-process-region, which now uses