diff options
| author | Kenichi Handa | 2009-03-13 05:07:41 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2009-03-13 05:07:41 +0000 |
| commit | 2d2db320ff86719ac7742f94d957b62123897561 (patch) | |
| tree | d9c965e9442b78cab601422bc0ba4ac36b4f04c1 | |
| parent | d6eb4e250a6a5918f093b5e8dc5906a5cf598b6f (diff) | |
| download | emacs-2d2db320ff86719ac7742f94d957b62123897561.tar.gz emacs-2d2db320ff86719ac7742f94d957b62123897561.zip | |
Add description for the argument change of
`set-fontset-font' and `print-fontset'.
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/NEWS | 8 |
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 @@ | |||
| 1 | 2009-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 | |||
| 1 | 2009-02-25 Glenn Morris <rgm@gnu.org> | 6 | 2009-02-25 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * MORE.STUFF: Mention Zile. | 8 | * MORE.STUFF: Mention Zile. |
| @@ -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-* |
| 1267 | functions and variables (formerly used for Tamil script). | 1267 | functions and variables (formerly used for Tamil script). |
| 1268 | 1268 | ||
| 1269 | *** The meaning of NAME argument of `set-fontset-font' is changed. | ||
| 1270 | Previously nil is accepted as the default fontset. Now, nil is for | ||
| 1271 | the fontset of the selected frame and t is for the default fontset. | ||
| 1272 | |||
| 1273 | *** The meaning of FONTSET argument of `print-fontset' is changed. | ||
| 1274 | Now, nil is for the fontset of the selected frame and t is for the | ||
| 1275 | default fontset. | ||
| 1276 | |||
| 1269 | --- | 1277 | --- |
| 1270 | ** The variable temp-file-name-pattern has been removed. | 1278 | ** The variable temp-file-name-pattern has been removed. |
| 1271 | This variable was only used by call-process-region, which now uses | 1279 | This variable was only used by call-process-region, which now uses |