Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
131b3b11
Commit
131b3b11
authored
May 14, 2008
by
Kenichi Handa
Browse files
(custom-face-attributes): Add "thin" for :weight.
parent
6e783e91
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
1 deletion
+33
-1
lisp/ChangeLog
lisp/ChangeLog
+31
-0
lisp/cus-face.el
lisp/cus-face.el
+2
-1
No files found.
lisp/ChangeLog
View file @
131b3b11
2008-05-14 Kenichi Handa <handa@m17n.org>
* 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 <jpw@pobox.com>
* ibuffer.el (ibuffer-buffer-file-name): New function.
...
...
lisp/cus-face.el
View file @
131b3b11
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment