diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-08 08:21:38 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-08 08:21:38 +0000 |
commit | b4fe63bde9631e072f26911363739c0042d8b2db (patch) | |
tree | d763b83948983c0f4a592c36dd0c66622d88ef7c /NEWS | |
parent | 9edf372fb9e281930eaabd090731f9a5c312f7fb (diff) | |
download | fetchmail-b4fe63bde9631e072f26911363739c0042d8b2db.tar.gz fetchmail-b4fe63bde9631e072f26911363739c0042d8b2db.tar.bz2 fetchmail-b4fe63bde9631e072f26911363739c0042d8b2db.zip |
More English-like keywords.
svn path=/trunk/; revision=249
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -12,6 +12,9 @@ authentication stuff does what's needed. Support IMAP4 extensions for secure challenge-response, once they're actually standardized. +The configuration file lexer handles punctuation adjacent to keywords poorly. +Flex can be very mysterious at times. + Inflict severe pain on the person(s) responsible for removing LAST from POP3. Release Notes: @@ -20,6 +23,8 @@ fetchmail-1.7 (Tue Oct 8 01:00:08 EDT 1996): features -- +* Noise words for rcfile syntax make English-like syntax possible. + * Make configure more GNUish; it understands --prefix and other standard autoconf options now (see INSTALL for details) |