summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog17
-rw-r--r--Makefile.comm2
2 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ff8c1a07..1c168afe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2005-03-28 Werner LEMBERG <wl@gnu.org>
+
+ Add support for double- and zero-width characters in grotty.
+
+ * src/devices/grotty/tty.cpp (glyph): Add width.
+ (tty_printer::make_underline, tty_printer::make_bold,
+ tty_printer::add_character): Add parameter to pass character width.
+ Update all callers.
+ (tty_printer::end_page): Increase hpos by actual character width.
+
+ * font/devutf8/R.proto: Specify zero width for non-spacing
+ characters.
+
+ * tmac/unicode.tmac: Remove definitions for non-spacing entities.
+
+ * Makefile.comm (extraclean): Remove more junk files.
+
2005-03-25 Werner LEMBERG <wl@gnu.org>
* configure.ac: Undo change from 2005-03-24.
diff --git a/Makefile.comm b/Makefile.comm
index ad631d78..5eb0bdb7 100644
--- a/Makefile.comm
+++ b/Makefile.comm
@@ -93,7 +93,7 @@ realclean: distclean
-rm -f $(REALCLEANFILES)
extraclean: distclean
- -rm -f \#* *~ =* core junk grot old temp tmp tem
+ -rm -f \#* *~ =* core junk grot old temp tmp tem *.new *.old *.orig
.SUFFIXES:
.SUFFIXES: .o .obj .cpp .c .y .man .n