summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-04-29 05:55:34 +0000
committerwlemb <wlemb>2000-04-29 05:55:34 +0000
commit7ec0425ab96bad5fcfb34e521bb58318a4bcd7bd (patch)
treecab0c0b2c8cfc2d239b132daa6e46d835eb19b3e
parentbd52bc42ff1ad211c8d67fd2d0d6295ceb7d1e58 (diff)
downloadgroff-7ec0425ab96bad5fcfb34e521bb58318a4bcd7bd.tar.gz
* DviChar.c: Replacing `md' glyph name with `pc' in latin-1 map to
make it distinct from the `md' glyph in the symbol font.
-rw-r--r--src/xditview/ChangeLog5
-rw-r--r--src/xditview/DviChar.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/xditview/ChangeLog b/src/xditview/ChangeLog
index 0a4610b4..4727f769 100644
--- a/src/xditview/ChangeLog
+++ b/src/xditview/ChangeLog
@@ -1,3 +1,8 @@
+2000-04-28 Werner LEMBERG <wl@gnu.org>
+
+ * DviChar.c: Replacing `md' glyph name with `pc' in latin-1 map to
+ make it distinct from the `md' glyph in the symbol font.
+
2000-03-03 Werner LEMBERG <wl@gnu.org>
* Imakefile replaced with Imakefile.in which will be configured by
diff --git a/src/xditview/DviChar.c b/src/xditview/DviChar.c
index 90c63698..a63b7c4d 100644
--- a/src/xditview/DviChar.c
+++ b/src/xditview/DviChar.c
@@ -317,7 +317,7 @@ static DviCharNameMap ISO8859_1_map = {
symbol font. */
{ "\265", /* 181 */},
{ "ps", "\266", /* 182 */},
-{ "md", "\267", /* 183 */},
+{ "pc", "\267", /* 183 */},
{ "ac", "\270", /* 184 */},
{ "S1", "\271", /* 185 */},
{ "Om", "\272", /* 186 */},