aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-09-24 20:13:57 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-09-24 20:13:57 +0000
commita12da4ee65e0d140bbbcb811eef1cba93785ce35 (patch)
treec549258dcd9b8d2848da3135cb86d51c75138097 /NEWS
parentf5ece9304c6f778f8888860b50d431dca147074c (diff)
downloadfetchmail-a12da4ee65e0d140bbbcb811eef1cba93785ce35.tar.gz
fetchmail-a12da4ee65e0d140bbbcb811eef1cba93785ce35.tar.bz2
fetchmail-a12da4ee65e0d140bbbcb811eef1cba93785ce35.zip
_( -> GT_(
svn path=/trunk/; revision=3478
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ab7af1f2..96b4c04d 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,8 @@
* Mike Warfield's fix for using a combined SSL cert and key in a single file.
* DNS lookups moved to just before te mailserver socket open, so fetchmail
now works OK even if started up without Internet access.
+* Switched from _( to GT_( as a gettext macro, in order to avoid a
+ conflict with the SSL library.
fetchmail-5.9.0 (Sun Aug 12 23:52:16 EDT 2001), 21062 lines:
@@ -56,7 +58,7 @@ fetchmail-5.8.15 (Tue Jul 31 02:07:03 EDT 2001), 21075 lines:
* Man page bugs pointed out by Andrew Benham.
* POP3 end of session RSET on keep removed.
* In IMAP, handle BAD and NO responses to FETCH gracefully.
-* Parse "no {syslog|invisible|showdots} properly.
+* Parse "no {syslog|invisible|showdots}" properly.
* Change AC_DEFINE to AC_DEFINE_UNQUOTED appropriately in configure.in
(Debian bug #104484).
* Fixed bug in fetchmailconf plugin/plugout code (Debian bug #105987).