]> git.eshelyaron.com Git - emacs.git/commitdiff
(weight_table): Add `demi' with the same meaning as
authorGerd Moellmann <gerd@gnu.org>
Thu, 16 Nov 2000 04:40:42 +0000 (04:40 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 16 Nov 2000 04:40:42 +0000 (04:40 +0000)
`demibold'.

src/ChangeLog
src/xfaces.c

index 836765a10645d599c33912117b64edf97f3f5e5d..d6fd3dfc20d2f3f84681ee34fae01f699aa54012 100644 (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.
index 732acbd0163acca48a5568310d39a472d5e72951..bb674c7a1c97950ea9c044ddd0b3ed43e9091dac 100644 (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},