v0.2.10

There is now an option to make XmNap auto-reconnect after a refused
connection attempt.  Look in the Imakefile for details.
See ChangeLog for other changes.

v0.2.9

See ChangeLog for details.


v0.2.8

Sometimes XmNap would crash at the end of a download if it wasn't
connected to any server.  Fixed.


v0.2.7

See ChangeLog for details.


v0.2.6

The initial user name and password are now empty.


v0.2.5

The auto-reconnect timeout is now set in the configuration window
instead of in the Imakefile.


v0.2.4

Now using hidden password entry in the configuration window.


v0.2.3

Now displaying more messages in the info window when using
auto-reconnect.  The setting of auto-reconnect delay time is now done
in the Imakefile instead of config.h.


v0.2.2

Reconnecting is now delayed some time instead of constantly hammering
the server.  The default delay is 15 seconds.  To change it, set
'RECONNECT_DELAY' in connect.h to a different value.


v0.2.1

See ChangeLog for details.


v0.2

Added auto-reconnect.  Wrote a proper manual page.


v0.1.22

See ChangeLog for details.


v0.1.21

Text pasted into private windows wasn't echoed properly.  Thanks for
pointing it out, Alicja!


v0.1.20

In situations where several private messages were received shortly
after each other, the confirmation dialog would pop up for every
message.  Fixed.


v0.1.19

Minor corrections of the color example files.


v0.1.18

Now displaying a confirmation dialog upon receipt of a private message
when no window exists.  It was pretty annoying to receive a message in
the middle of typing something, since the keyboard focus would
immediately change to the new window.

Included examples of using different colors from the default ones.


v0.1.17

No user-visible changes.  See ChangeLog for details.


v0.1.16

No user-visible changes.  See ChangeLog for details.


v0.1.15

No user-visible changes.  See ChangeLog for details.


v0.1.14

The permission bits of the configuration file are now set to 0600
(owner read/write).


v0.1.13

Added sound playback for some actions.  It should work on any machine
using Open Sound System.  It currently supports sound files in the
Windows WAV format.  Sound is disabled by default.  See INSTALL for
information on how to enable it.  There is a new "Sounds" page in the
configuration window for sound file selection.


v0.1.12

The configuration wasn't properly saved upon registration.  Fixed.


v0.1.11

No user-visible changes.  See ChangeLog for details.


v0.1.10

Fast fix.  See ChangeLog for details.


v0.1.9

The program now checks if a connect is already in progress when you
click the 'Connect' button or issue the 'connect' command.


v0.1.8

See ChangeLog for details.


v0.1.7

No user-visible changes.  See ChangeLog for details.


v0.1.6

No user-visible changes.  See ChangeLog for details.


v0.1.5

Sorting the upload list by file name in case-insensitive order.


v0.1.4

Now sorting some lists in case-insensitive order.


v0.1.3

XmNap now properly handles directory names containing spaces.  

IMPORTANT: The format of the configuration file has changed, so you
need to remove any old '.xmnaprc' file and start over from scratch.
Sorry for the inconvenience.


v0.1.2

Added resume of downloads.

The focus window is now a normal window instead of a dialog.  This will
hopefully cure some focus problems with certain window managers.

The 'Info' window no longer causes XmNap to exit if it's closed.

Now using a monospaced font as the default in chat windows.

In search/browse result lists, the parent directory of a file is now
always displayed, regardless of the "Show Paths" setting.

See ChangeLog for other changes.


v0.1.1

It was possible to edit the received text in chat windows.  Fixed.
