SVN commit 599508 by hein: Update changelog, bump build number. M +7 -1 ChangeLog M +1 -1 src/commit.h --- trunk/extragear/network/konversation/ChangeLog #599507:599508 @@ -1,5 +1,11 @@ Changes since 1.0.1: -None yet. +- Added a sample 12-hour clock format string to the timestamp format combobox. +- Rearranged when and how auto-who is triggered upon channel join a bit, to + avoid excessive flooding on multiple concurrent joins in some cases. +- Don't scroll ircview to bottom if the view was scrolled up before resizing. +- Remember and recreate minimized-to-tray state across sessions. +- Fix input line contents rather than actual sent text being appended to the + input history upon a multi-line paste edit. ------------------------------------------------------------------------------- --- trunk/extragear/network/konversation/src/commit.h #599507:599508 @@ -1,4 +1,4 @@ // This COMMIT number is added to version string to be used as "patch level" #ifndef COMMIT -#define COMMIT 3184 +#define COMMIT 3185 #endif