[README] - autoconf scripts works with Autoconf version 2.14.1 (Linux-Mandrake 7.0), now - optional OpenSSL support with server certification verify, server's SSL properties editable by Serverlist/Edit and a new command: /sslserver - selection in Serverlist doesn't jump to first node after edit or delete, anymore - in serverlist.c, the 'autoconnect' replaced with 'server flags', cause the old method wasn't expandable easily. for example, if you wanted to add a new server property, you had to add a new keyword to 'serverlist.conf', and it broke the backward compatibility. - GNU-style history (optional), don't allow cycling, if you press down arrow on the last history entry, you'll get an empty line - 'Inputgad' superfocus, the inputline is always in focus, so you can type all the time (optional) - Hidden 'Nickgad' (optional), you can hide the nickgad (bottom left corner), your nick will be displayed on the window's title bar - Show Invites/Notifies in active window - Send WHOIS if someone get online of your notify list - Inbound.c now handles server message #341, it shows if you invite someone to a channel (new text event: XP_TE_UINVITE) - Verbose title bar, new format: nick @ server / channel (+flags) - Keyboard modifications, hotkey bindable to "Move front tab left/right" (defaults: alt + left/right arrow), accept ENTER even if a modifier key pressed (many line ends with 'shift + 0' than 'shift + enter' ;), ENTER of keypad doesn't put an extra character to the input line [NEWS] - GNU-style history isn't optional, it's the only one. - XP_TE_UINVITE/XP_TE_INVITED gets server name as third parameter (it's good, if front session is on another server). - on fe_timeout_remove() the server->ssl_do_connect_tag now checked for -1. - SSL certification verifing doesn't accept wrong keys on first connect (this seems like an OpenSSL bug). - backward compatible serverlist.conf. not perfect, it doesn't hold unknown fields, write his own format on every exit. - the `Userlist sort' widget doesn't fill all of free space on the settings page. I want to see a pretty and small settings page in the future. I'm using X at 640x480 resoultion at home, and only max. 10-12 buttons fit on it. settings page waste the desktop, imho..