aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2008-05-14 01:58:43 +0000
committerKenichi Handa <[email protected]>2008-05-14 01:58:43 +0000
commit131b3b112ad5405132ad5db55e0562b50477a94c (patch)
tree5ab269f31238265f19c95d1d349ca6c83830724c
parent6e783e91cb84a9653547ec40d8fee84584f0dc70 (diff)
(custom-face-attributes): Add "thin" for :weight.
-rw-r--r--lisp/ChangeLog31
-rw-r--r--lisp/cus-face.el3
2 files changed, 33 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 47852c456e..e154ef40d7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,34 @@
+2008-05-14 Kenichi Handa <[email protected]>
+
+ * language/korean.el ("Korean"): Set `iso639-language'
+ property to `ko'.
+
+ * language/japanese.el ("Japanese"): Set `iso639-language'
+ property to `ja'.
+
+ * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
+ ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
+ ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
+
+ * international/mule-cmds.el (set-language-environment): Set
+ current-iso639-language
+
+ * international/fontset.el (setup-default-fontset): For kana, han,
+ hangul, and cjk-misc, move an entry with font-spec at the end.
+ (generate-fontset-menu): Exclue fontset-auto* from the list.
+
+ * composite.el (compose-chars-after): Assume that WINDOW is always
+ non-nil.
+
+ * faces.el (font-weight-table, font-slant-table)
+ (font-swidth-table): Declare them by defconst. Change the format
+ of elements. Call internal-set-font-style-table after their
+ declaration.
+ (face-valid-attribute-values): Call font-family-list. Get values
+ for width, weight, and slant from font-xxx-table.
+
+ * cus-face.el (custom-face-attributes): Add "thin" for :weight.
+
2008-05-13 John Paul Wallington <[email protected]>
* ibuffer.el (ibuffer-buffer-file-name): New function.
diff --git a/lisp/cus-face.el b/lisp/cus-face.el
index 4be3b7552b..9ef9428470 100644
--- a/lisp/cus-face.el
+++ b/lisp/cus-face.el
@@ -110,7 +110,8 @@
(const :tag "semibold" semi-bold)
(const :tag "semilight" semi-light)
(const :tag "ultralight" ultra-light)
- (const :tag "ultrabold" ultra-bold)))
+ (const :tag "ultrabold" ultra-bold)
+ (const :tag "thin" thin)))
(:slant
(choice :tag "Slant"