summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-07-20 07:43:28 +0000
committerwlemb <wlemb>2001-07-20 07:43:28 +0000
commit8ec25476b88dc3138d74c285cf249a90200ae6ac (patch)
treeed562945d84990b5a5357ec74702db60cc7f87f7 /ChangeLog
parent3a40558a18508ccef13f9d14a54d8932db37cca7 (diff)
downloadgroff-8ec25476b88dc3138d74c285cf249a90200ae6ac.tar.gz
* src/preproc/html/pre-html.cc (scanArguments): Use getopt_long()
instead of current code. * src/devices/grohtml/post-html.cc (main): Handle `-d' option. * src/roff/groff/groff.cc (possible_command::insert_args): New function. (main): Use it for predriver handling instead of insert_arg(). * src/include/posix.h: Define S_IWUSR if not yet defined.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba92ccee..5a664398 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,19 @@
+2001-07-20 Gaius Mulley <gaius@glam.ac.uk>
+
+ * src/preproc/html/pre-html.cc (scanArguments): Use getopt_long()
+ instead of current code.
+ * src/devices/grohtml/post-html.cc (main): Handle `-d' option.
+ * src/roff/groff/groff.cc (possible_command::insert_args): New
+ function.
+ (main): Use it for predriver handling instead of insert_arg().
+
2001-07-19 Werner LEMBERG <wl@gnu.org>
* doc/Makefile: Added GROFF_BIN_PATH to make it work with uninstalled
groff also.
+ * src/include/posix.h: Define S_IWUSR if not yet defined.
+
2001-07-18 Werner LEMBERG <wl@gnu.org>
* NEWS: Updated.