used to make it run on Solaris - force the osname to be NetBSD, since
pkgsrc is the same on all these different operating systems.
Bump version number to 1.75 accordingly.
Changes include:
* real multiuser support
* split screen support
* hardstatus emulation support
* configurable window seperator and hardstatus strings
* permanent window seperator
* many new escapes
* logfile timestamps and flush timeout
* configurable breaktype
* other new commands:
* optional builtin telnet.
* remote detach and reattach change:
* support for history compaction
* optional Braille support.
1) makes m4 work so preprocessing of tvtwm menu files is possible
2) general code clean up. Code now compiles almost without
warnings with -Wall on.
3) bug fixes spotted when doing (2) - things like fucntions not
returning values when they should and assignments in if
statements that were not meant to be.
Notable changes are:
- Recognizing file types and syntax highlighting has been separated. This
allows you to add your own file type specific items. And syntax
highlighting is more flexible.
- Now includes syntax highlighting for over 150 file types.
- Vim scripts have been improved: Line continuation with a backslash, more
built-in functions, etc.
- The hit-return prompt is avoided by truncating messages. A message history
has been added to view previous (untruncated) messages.
- Support for encryption of files.
- Quickfix support extended to support more error formats, including
multi-line error messages and change-directory messages.
- Menus can be used in console mode. The wildmenu feature offers menu-like
command line completion.
- Several useful commands and options added.
- Many improvements for existing commands.
Changes:
Hacked in some primitive word wrapping since a lot of people have
been clamoring for it.
Added new debian logo eps files (color and b/w)
Numerous makefile fixes.
Added in a routine to check that no files included are zero length.
Hacked in the -b flag to suppress printing of the plaque on the traycard.
Now goes from 1 to 4 columns (instead of 2-4)
Documented new features and fixed old doco buglets.
User can now specify standard .eps files without having to give the full
path if the eps file resides in one of the standard cdlabelgen search paths.
Now provides the extra 'tongue' needed for clear trays.
Can now explicitly specify which templatefile to use (useful for
customizations or just for hacking together different templates.
Added in patch to print arbitrary ISO-Latin1 characters.
fetchmail-5.0.6 (Mon Aug 2 14:04:23 EDT 1999):
* Czech internationalization support (thanks to Jiri Pavlovsky).
* Russion internationalization support (but I couldn't read the contributor
name in the headers!)
* Update of the French internationalization support by Guy Brand.
* Lexer fix for the `nokeep' problem by Robert de Bath.
* Lexer states added to tell the lexer to return a string after a
`username' or `password' keyword, courtesy of Brian Boutel.
* Interface option fix from Bill Currie.
* 554 added to default antispam values (for Postfix).
* In UID files, split on *rightmost* @ as some dialups actually embed
@ in usernames.
* Detect Intermail server's "wait a few minutes" message and cope.
* Patches for Heimdal implementation of GSSAPI from Leif Johansson
<leifj@matematik.su.se>. Somebody should test this against the MIT version.
* Fix IMAP authentication code to not rely on the challenge code
accepting multiple writes; thanks to Kevin Turner <kevin.turner@oberlin.edu>.
Warning: CompuServe changed their POP3 system on 31 July 1999. In doing
so, they broke fetchmail's RPA support. Nobody has sent me either code that
works with the new system or a spec for it yet.
Assorted fixes and tweaks: conditionally disable work-around for
__GNUC__<3.91; enable -funroll-loops per Imakefile comment; NetBSD needs
to include unistd.h to get select().
This release contains quite a few bug fixes, and a couple of new features:
* New widget properties - GtkWindow & dialog subclasses now have default
width & height properties. GtkPaned has Position property, and
children have Shrink & Resize packing properties.
* GtkMenubar has shadow type property. GtkHandleBox has shadow type,
handle position & snap edge properties. GtkBox children have Position
property (which isn't saved in the XML), though this may be a little
confusing due to the PACK_START/END flag.
* More support for underlined accelerator keys. If the label in a button
has an underlined character, then the button can be activated by
pressing Alt + the underlined key. Similarly if a normal label has
an underlined character, pressing Alt + the key will set the keyboard
focus to the widget on the right, e.g. a text entry box.
* Ctrl-R accelerator to redisplay a window - it should appear at the same
size it will be in the final application. Very handy.
* Bug fixes, including a fairly serious one in the generated code which
meant that widgets were never destroyed.