aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-11-16 04:40:42 +0000
committerGerd Moellmann <[email protected]>2000-11-16 04:40:42 +0000
commita288d0d1f23c3fd754edc84cfc2841be09e223ca (patch)
tree30918d5f5a321bbf156a9fa3faf47de4954c39b5 /src
parent2cca872d5e306f5fa9141979b38fa681dab1f969 (diff)
(weight_table): Add `demi' with the same meaning as
`demibold'.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/xfaces.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 836765a106..d6fd3dfc20 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-16 Gerd Moellmann <[email protected]>
+
+ * xfaces.c (weight_table): Add `demi' with the same meaning as
+ `demibold'.
+
2000-11-16 Kenichi Handa <[email protected]>
* dispnew.c (null_row): New global static variable.
diff --git a/src/xfaces.c b/src/xfaces.c
index 732acbd016..bb674c7a1c 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -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},