summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwlemb <wlemb>2004-07-06 07:45:17 +0000
committerwlemb <wlemb>2004-07-06 07:45:17 +0000
commit80d9595bcfcd3c0bcbf3b8eb2bd2cf11781bff45 (patch)
tree473dddb3539b81c303b2c861fc0e27be3533dbdc /ChangeLog
parentaeb419f2fb91f984de14d60819746f5390b3821b (diff)
downloadgroff-80d9595bcfcd3c0bcbf3b8eb2bd2cf11781bff45.tar.gz
* doc/groff.texinfo: Further improve documentation of `hcode'.
Improve appearance of arrows in pic. * src/preproc/pic/object.cpp (draw_arrow): Make outline of filled arrow head thin. Use two line segments for drawing non-filled arrow head. (line_object::print, spline_object::print): Shorten line length to avoid arrow sticking. (arc_object::print): Take arrow direction into account.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 17 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index da62f1d0..b4e9eca5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2004-07-05 Werner LEMBERG <wl@gnu.org>
+
+ * doc/groff.texinfo: Further improve documentation of `hcode'.
+
+2004-07-04 Sang Dae Yu <sdyu@bh.knu.ac.kr>
+
+ Improve appearance of arrows in pic.
+
+ * src/preproc/pic/object.cpp (draw_arrow): Make outline of filled
+ arrow head thin.
+ Use two line segments for drawing non-filled arrow head.
+ (line_object::print, spline_object::print): Shorten line length to
+ avoid arrow sticking.
+ (arc_object::print): Take arrow direction into account.
+
2004-07-03 Heinz-Jürgen Oertel <hj.oertel@surfeu.de>
* tmac/groff_www.man: Update documentation of .MPIMG.
@@ -442,7 +457,7 @@ Version 1.19.1 released
src/utils/tfmtodit.cpp (lig_table): Don't use anonymous types (which
gcc 3.5 doesn't like).
-2004-04-08 Werner Lemberg <wl@gnu.org>
+2004-04-08 Werner LEMBERG <wl@gnu.org>
Removing many compiler warnings. groff should now compile with
a C++ compiler used for C files also. [Simple variable renamings
@@ -545,7 +560,7 @@ Version 1.19.1 released
* PROBLEMS: Document difficulties compiling signal.c if a C++
compiler is used for C.
-2004-04-07 Werner Lemberg <wl@gnu.org>
+2004-04-07 Werner LEMBERG <wl@gnu.org>
* Makefile.sub (DISTCLEANFILES): Add `test-groff'.