summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwl <wl>2010-12-30 21:44:09 +0000
committerwl <wl>2010-12-30 21:44:09 +0000
commit3b8132704b9098c62abacf15a4d7270a56b841bc (patch)
tree92c1e5f53e168f1c984e30ebd4ac943796c213ba
parent4d9d87c60f16336744105f3eb22a5d0cbee33679 (diff)
downloadgroff-3b8132704b9098c62abacf15a4d7270a56b841bc.tar.gz
Documentation updates.
* NEWS, PROBLEMS: Update.
-rw-r--r--ChangeLog6
-rw-r--r--NEWS7
-rw-r--r--PROBLEMS16
-rw-r--r--doc/groff.texinfo2
4 files changed, 14 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ee25884..d605e1f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-30 Werner LEMBERG <wl@gnu.org>
+
+ Documentation updates.
+
+ * NEWS, PROBLEMS: Update.
+
2010-12-26 Werner LEMBERG <wl@gnu.org>
Speed up troff.
diff --git a/NEWS b/NEWS
index ce6410cc..e0862da2 100644
--- a/NEWS
+++ b/NEWS
@@ -52,6 +52,13 @@ Macro Packages
o A new macro `%U' has been added to the mdoc package to indicate a URL
reference within an .Rs/.Re environment.
+o Rudimentary support for the Japanese script has been added, most suitable
+ for man page handling as output by grotty. The file `ja.tmac' contains
+ the necessary setup to allow line breaks before and after CJK characters
+ (with proper exceptions). Note, however, that no inter-character spacing
+ is implemented yet -- this usually causes many warnings about bad line
+ breaks.
+
VERSION 1.20.1
==============
diff --git a/PROBLEMS b/PROBLEMS
index b09a27df..e6eaf2a6 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -957,19 +957,3 @@ then
make
as usual.
-
-----------------------------------------------------------------------
-
-* When compiling on MacOS X 10.4 with gcc 4.0.1, the build errors out
- with the following message:
-
- g++ -g -O2 -o troff dictionary.o div.o env.o input.o majorminor.o
- mtsm.o node.o number.o reg.o ...groff/src/libs/libgroff/libgroff.a -lm
- /usr/bin/ld: Undefined symbols:
- node::~node()
-
-Locate the line in src/roff/troff/node.cpp:
-
- inline node::~node()
-
-Remove the `inline' keyword, save, and make again.
diff --git a/doc/groff.texinfo b/doc/groff.texinfo
index dc81fb5a..b298bc7f 100644
--- a/doc/groff.texinfo
+++ b/doc/groff.texinfo
@@ -474,7 +474,7 @@ developing GNU and promoting software freedom.''
@title groff
@subtitle The GNU implementation of @code{troff}
@subtitle Edition 1.20.2
-@subtitle Spring 2010
+@subtitle Winter 2010
@author by Trent A.@tie{}Fisher
@author and Werner Lemberg (@email{bug-groff@@gnu.org})