diff options
author | wlemb <wlemb> | 2001-06-27 12:47:15 +0000 |
---|---|---|
committer | wlemb <wlemb> | 2001-06-27 12:47:15 +0000 |
commit | e3cbd03f91f6018ed34e957e5b6b1da5a67530ff (patch) | |
tree | 71722e3d387db3f20dc6bf2a1765e2216e861cbc /ChangeLog | |
parent | 040d8d615b47bc599f2833b9b3f8d8324a684923 (diff) | |
download | groff-e3cbd03f91f6018ed34e957e5b6b1da5a67530ff.tar.gz |
Fix problems with preprocessor string for `man' program.
* *.man: Don't use `s' in preprocessor string -- it doesn't exist.
Updated/added copyright.
Moved Emacs's local variable to identify nroff mode to the end of
the file; add local variable if missing.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2001-06-27 Werner LEMBERG <wl@gnu.org> + + Fix problems with preprocessor string for `man' program. + + * *.man: Don't use `s' in preprocessor string -- it doesn't exist. + Updated/added copyright. + Moved Emacs's local variable to identify nroff mode to the end of + the file; add local variable if missing. + 2001-06-26 Andras Salamon <andras@cs.wits.ac.za> * aclocal.m4: Replace AC_LANG_SAVE + AC_LANG_CPLUSPLUS with |