1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-23 08:20:41 -08:00

(weight_table): Add `demi' with the same meaning as

`demibold'.
This commit is contained in:
Gerd Moellmann 2000-11-16 04:40:42 +00:00
parent 2cca872d5e
commit a288d0d1f2
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2000-11-16 Gerd Moellmann <gerd@gnu.org>
* xfaces.c (weight_table): Add `demi' with the same meaning as
`demibold'.
2000-11-16 Kenichi Handa <handa@etl.go.jp>
* dispnew.c (null_row): New global static variable.

View file

@ -1773,6 +1773,7 @@ static struct table_entry weight_table[] =
{"black", XLFD_WEIGHT_ULTRA_BOLD, &Qultra_bold},
{"bold", XLFD_WEIGHT_BOLD, &Qbold},
{"book", XLFD_WEIGHT_SEMI_LIGHT, &Qsemi_light},
{"demi", XLFD_WEIGHT_SEMI_BOLD, &Qsemi_bold},
{"demibold", XLFD_WEIGHT_SEMI_BOLD, &Qsemi_bold},
{"extralight", XLFD_WEIGHT_EXTRA_LIGHT, &Qextra_light},
{"extrabold", XLFD_WEIGHT_EXTRA_BOLD, &Qextra_bold},