summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner LEMBERG <wl@gnu.org>2000-04-29 05:55:34 +0000
committerWerner LEMBERG <wl@gnu.org>2000-04-29 05:55:34 +0000
commit0301ae1a9ea5f5aff4a0795f4fa1a6d4d151cc6a (patch)
tree5cd1fee5ec27eb1629673f62070783a089579f8f
parent8ac33fbc4425f309ec9023aa220a8d8f815ad78a (diff)
downloadgroff-git-0301ae1a9ea5f5aff4a0795f4fa1a6d4d151cc6a.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 0a4610b4d..4727f7696 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 90c636984..a63b7c4d0 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 */},