summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwl <wl>2006-02-23 20:11:49 +0000
committerwl <wl>2006-02-23 20:11:49 +0000
commiteb78989df597a462d01be1ca2f6b095684d0ee4e (patch)
tree05dd5ea79f170f1e8cf19d112afc9aa81bc0471a
parent227be257558f83ca4019f5f79eae0e989f71dad7 (diff)
downloadgroff-eb78989df597a462d01be1ca2f6b095684d0ee4e.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog52
1 files changed, 0 insertions, 52 deletions
diff --git a/ChangeLog b/ChangeLog
index c1ebd1be..5bc39f5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -57,58 +57,6 @@
2006-02-22 Werner LEMBERG <wl@gnu.org>
- Remove all remaining traces from the `shc' glyph.
-
- * src/libs/libgroff/glyphuni.cpp (glyph_to_unicode_list),
- src/libs/libgroff/uniglyph.cpp (unicode_to_glyph_list): Remove
- entry for `shc'.
-
- * font/devlatin1/R.proto, font/devcp1046/R.proto: Replace `shc'
- entry with unnamed glyph.
-
- * tmac/html/tmac: Remove `shc' entry from call to `.cflags'.
-
- * src/preproc/preconv/preconv.cpp (unicode_entity): Handle U+00AD
- specially.
-
-2006-02-22 Bruno Haible <bruno@clisp.org>
-
- Concretize the `glyph' datatype.
-
- * src/include/font.h (glyph): Remove class.
- (glyph): Renamed from struct `glyphinfo'.
- (glyph_to_index): New inline function.
- (glyph_to_name): Make extern, not inline.
- (glyph_to_number): Update.
- (font): Use `glyph *' instead of `glyph'.
-
- * src/libs/libgroff/nametoindex.cpp (charinfo): Inherit from class
- `glyph'. Make `name' field public.
- (character_indexer, number_to_glyph, name_to_glyph): Use `glyph *'
- instead of `glyph'.
- (glyph_to_name): Renamed from `glyph::glyph_name'.
-
- * src/roff/troff/charinfo.h (charinfo): Inherit from class `glyph'.
- Use `glyph *' instead of `glyph'.
-
- * src/roff/troff/input.cpp (name_to_glyph, number_to_glyph): Use
- `glyph *' instead of `glyph'.
- (glyph_to_name): Renamed from `glyph::glyph_name'.
-
- * src/libs/libgroff/font.cpp: Use `glyph *' instead of `glyph',
- and `glyph_to_index' instead of `glyph::glyph_index'.
-
- * src/include/printer.h (printer): Use `glyph *' instead of `glyph'.
- * src/libs/libdriver/printer.cpp: Likewise.
- * src/devices/grodvi/dvi.cpp: Likewise.
- * src/devices/grohtml/post-html.cpp: Likewise.
- * src/devices/grolbp/lbp.cpp: Likewise.
- * src/devices/grolj4/lj4.cpp: Likewise.
- * src/devices/grops/ps.cpp: Likewise.
- * src/devices/grotty/tty.cpp: Likewise.
-
-2006-02-22 Werner LEMBERG <wl@gnu.org>
-
* font/devdvi/generate/tc.map: Add `sr' glyph.
* font/devdvi/*TC: Regenerated.