[Psi-devel] darcs + gcc 4.1.1

Jay Knight jhknight at gmail.com
Tue Sep 5 09:32:40 PDT 2006


I think my problems are due to upgrading to gcc 4.1.1, but building
the latest darcs version is failing (with jingle enabled).  A few of
them are minor and I have been able to "fix" (as in it compiles, who
knows if it actually works), but there are others that are over my
head.  Here is the 'darcs whatsnew' for the few that I got to compile:

{
hunk ./third-party/libjingle/talk/base/base64.h 25
-  static const string Base64::Base64Table;
-  static const string::size_type Base64::DecodeTable[];
+  static const string Base64Table;
+  static const string::size_type DecodeTable[];
hunk ./third-party/libjingle/talk/base/socketadapters.cc 339
-    sprintf(buffer, "%d", time(0));
+    sprintf(buffer, "%d", (int)time(0));
hunk ./third-party/libjingle/talk/base/stringutils.h 258
-  inline static const char* Traits<char>::empty_str() { return ""; }
+  inline static const char* empty_str() { return ""; }
hunk ./third-party/libjingle/talk/xmpp/xmppclient.h 136
-  std::string XmppClient::GetStateName(int state) const {
+  std::string GetStateName(int state) const {
}

The error that I'm getting now, that I don't know how to work around, is this:

../iris/xmpp-core/simplesasl.cpp: In member function 'virtual
QCA::Provider::Context* XMPP::SimpleSASLContext::clone() const':
../iris/xmpp-core/simplesasl.cpp:479: error: cannot allocate an object
of abstract type 'XMPP::SimpleSASLContext'
../iris/xmpp-core/simplesasl.cpp:151: note:   because the following
virtual functions are pure within 'XMPP::SimpleSASLContext':
../../../local/include/QtCrypto/qcaprovider.h:584: note:
virtual QByteArray QCA::SASLContext::to_net() const
../../../local/include/QtCrypto/qcaprovider.h:586: note:
virtual QByteArray QCA::SASLContext::to_app() const
../iris/xmpp-core/simplesasl.cpp: In member function 'virtual
QCA::Provider::Context* XMPP::QCASimpleSASL::createContext(const
QString&)':
../iris/xmpp-core/simplesasl.cpp:510: error: cannot allocate an object
of abstract type 'XMPP::SimpleSASLContext'
../iris/xmpp-core/simplesasl.cpp:151: note:   since type
'XMPP::SimpleSASLContext' has pure virtual functions
make[1]: *** [.obj/simplesasl.o] Error 1
-------------- next part --------------

New patches:

[some gcc fixes
jay at jk3.us**20060905162804] {
hunk ./third-party/libjingle/talk/base/base64.h 25
-  static const string Base64::Base64Table;
-  static const string::size_type Base64::DecodeTable[];
+  static const string Base64Table;
+  static const string::size_type DecodeTable[];
hunk ./third-party/libjingle/talk/base/socketadapters.cc 339
-    sprintf(buffer, "%d", time(0));
+    sprintf(buffer, "%d", (int)time(0));
hunk ./third-party/libjingle/talk/base/stringutils.h 258
-  inline static const char* Traits<char>::empty_str() { return ""; }
+  inline static const char* empty_str() { return ""; }
hunk ./third-party/libjingle/talk/xmpp/xmppclient.h 136
-  std::string XmppClient::GetStateName(int state) const {
+  std::string GetStateName(int state) const {
}

Context:

[Fixed PopupActionButton.
Michail Pishchagin <mblsha at users.sourceforge.net>**20060905152912] 
[Conditionally include conf_windows.pri.
Remko Troncon <remko at psi-im.org>**20060901185010] 
[Made qca-openssl more flexible.
Remko Troncon <remko at psi-im.org>**20060901184522] 
[Doxygen fix.
Remko Troncon <remko at psi-im.org>**20060901170210] 
[Chonged an optionsdlg string.
Remko Troncon <remko at psi-im.org>**20060901154055] 
[Define QCA_STATIC.
Remko Troncon <remko at psi-im.org>**20060901101845] 
[Missing conf_windows.pri include.
Remko Troncon <remko at psi-im.org>**20060901100936] 
[Moving qca-openssl configuration around.
Remko Troncon <remko at psi-im.org>**20060901094002] 
[Importing QCA-GnuPG.
Remko Troncon <remko at psi-im.org>**20060901093524] 
[Adding conf_windows.pri.
Remko Troncon <remko at psi-im.org>**20060901083751] 
[Added universal support in bundled qca.
Remko Troncon <remko at psi-im.org>**20060901082814] 
[Hide security level combobox.
Remko Troncon <remko at psi-im.org>**20060901082758] 
[Fixed typo.
Remko Troncon <remko at psi-im.org>**20060831225516] 
[Fix for the account modify dlg fix.
Remko Troncon <remko at psi-im.org>**20060831224854] 
[Fixed account modify dialog.
Remko Troncon <remko at psi-im.org>**20060831224258] 
[Added certs dir to QCA bundle script.
Remko Troncon <remko at psi-im.org>**20060831220355] 
[Clarified configure options.
Remko Troncon <remko at psi-im.org>**20060831215730] 
[Added QCA certstore configuration.
Remko Troncon <remko at psi-im.org>**20060831211633] 
[QCA API fix in simplesasl.
Remko Troncon <remko at psi-im.org>**20060831210527] 
[Removing QCA2 from bundling scripts.
Remko Troncon <remko at psi-im.org>**20060831163115] 
[Fixed TLS initialization.
Remko Troncon <remko at psi-im.org>**20060831161459] 
[QCA2 import.
Remko Troncon <remko at psi-im.org>**20060831154552] 
[Added static qca to build system.
Remko Troncon <remko at psi-im.org>**20060831151736] 
[Use XMPP1 compliance by default.
Remko Troncon <remko at psi-im.org>**20060831145401] 
[build changes
K**20060712115626] 
[simplesasl debugging.
Remko Troncon <remko at psi-im.org>**20060816231814] 
[Stellar3 iconset import.
Remko Troncon <remko at psi-im.org>**20060831124835
 Thanks to Jason Kim.
] 
[Enable server-generated resources.
Remko Troncon <remko at psi-im.org>**20060828141209] 
[Service Disco dialog: improved error support (tooltips, icons)
Mircea Bardac <dev at mircea.bardac.net>**20060720172257] 
[Service Disco dialog: use JID in the name column if name is empty
Mircea Bardac <dev at mircea.bardac.net>**20060720171440] 
[Jingle compilation fix.
Remko Troncon <remko at psi-im.org>**20060730182914] 
[Accountdialog fixes.
Remko Troncon <remko at psi-im.org>**20060728104035] 
[Stricter SASL compliance in simplesasl.
Remko Troncon <remko at psi-im.org>**20060728090601] 
[Added new PEP feature test.
Remko Troncon <remko at psi-im.org>**20060728075608] 
[Fixed compilation warning.
Remko Troncon <remko at psi-im.org>**20060728071910] 
[Error message tweaks.
Remko Troncon <remko at psi-im.org>**20060727110135] 
[Updated README.
Remko Troncon <remko at psi-im.org>**20060726125501] 
[Enable multicasting.
Remko Troncon <remko at psi-im.org>**20060726124427] 
[Added ServerInfoManager.
Remko Troncon <remko at psi-im.org>**20060726121929] 
[Compilation fixes.
Remko Troncon <remko at psi-im.org>**20060725225302] 
[Some more QCA bundling.
Remko Troncon <remko at psi-im.org>**20060725221521] 
[Fixed accountregdlg.
Remko Troncon <remko at psi-im.org>**20060725211142] 
[Allow from=domain in iq replies from the server.
Remko Troncon <remko at psi-im.org>**20060725175139] 
[Fall back on non-SASL auth mechanism for non-compliant servers.
Remko Troncon <remko at psi-im.org>**20060725170138] 
[More cleanup.
Remko Troncon <remko at psi-im.org>**20060725160855] 
[xmpptest cleanup.
Remko Troncon <remko at psi-im.org>**20060725160527] 
[Cleanup isle 4 (project includes).
Remko Troncon <remko at psi-im.org>**20060725135531] 
[Flipping the irisnet test again.
Remko Troncon <remko at psi-im.org>**20060725130627] 
[Fixed segfault when restarting stream after TLS negotiation.
Remko Troncon <remko at psi-im.org>**20060725082130] 
[Explicitly start sessions.
Remko Troncon <remko at psi-im.org>**20060724161827] 
[Adding extra step to digest-md5 step of simplesasl.
Remko Troncon <remko at psi-im.org>**20060724153654] 
[Moved the SSL checkbox.
Remko Troncon <remko at psi-im.org>**20060724152646] 
[Accountdlg fixes.
Remko Troncon <remko at psi-im.org>**20060724151825] 
[Enable SSL when legacy SSL probe is enabled.
Remko Troncon <remko at psi-im.org>**20060724135318] 
[Fix DNS lookups.
Remko Troncon <remko at psi-im.org>**20060724122712] 
[Perform SSL check on legacy SSL probe.
Remko Troncon <remko at psi-im.org>**20060724115258] 
[Allow server to assign a different resource.
Remko Troncon <remko at psi-im.org>**20060724111327] 
[Small mac Makefile tweaks.
Remko Troncon <remko at psi-im.org>**20060724101038] 
[Actually use new connection parameters.
Remko Troncon <remko at psi-im.org>**20060724094633] 
[Temporary compilation fix.
Remko Troncon <remko at psi-im.org>**20060724001231] 
[Iris uncommenting.
Remko Troncon <remko at psi-im.org>**20060723235648] 
[Inverted irisnet test.
Remko Troncon <remko at psi-im.org>**20060723110655] 
[Sharing cutestuff includes.
Remko Troncon <remko at psi-im.org>**20060723104001] 
[Encode > as per XMPP
Kevin Smith <kismith at psi-im.org>**20060723200154] 
[More account dialog changes.
Remko Troncon <remko at psi-im.org>**20060722093231] 
[Removed obsolete olr_string.
Remko Troncon <remko at psi-im.org>**20060721225206] 
[Removing some old lockdowns.
Remko Troncon <remko at psi-im.org>**20060721224334] 
[Single account option.
Remko Troncon <remko at psi-im.org>**20060721214143] 
[Have a fallback value for invalid options.
Remko Troncon <remko at psi-im.org>**20060721192804] 
[More string replacements.
Remko Troncon <remko at psi-im.org>**20060721174815] 
[Code that moves window from under the menu bar on Mac OS X doesn't break tabbed chats.
Michail Pishchagin <mblsha at psi-im.org>**20060721212736] 
[Moving JID-related functions from common.cpp to jidutil.cpp.
Remko Troncon <remko at psi-im.org>**20060721161746] 
[Added option to request MUC history.
Remko Troncon <remko at psi-im.org>**20060721135312] 
[Separated AccountsComboBox.
Remko Troncon <remko at psi-im.org>**20060721131920] 
[Removed PubSub Pre-1.8 code.
Remko Troncon <remko at psi-im.org>**20060721125658] 
[Compilation fixes.
Remko Troncon <remko at psi-im.org>**20060721123225] 
[PEP fixes.
Remko Troncon <remko at psi-im.org>**20060721122614] 
[Too many TuneControllers.
Remko Troncon <remko at psi-im.org>**20060721112030] 
[Compilation fix.
Remko Troncon <remko at psi-im.org>**20060721080019] 
[Fixed a rare segfault on connect.
Remko Troncon <remko at psi-im.org>**20060720220456] 
[Legacy SSL probe.
Remko Troncon <remko at psi-im.org>**20060720220412] 
[Empty vertical scrollbar on Mac OS X must DIE.
Michail Pishchagin <mblsha at psi-im.org>**20060720204259] 
[Prevent windows to get under the menu bar on Mac OS X.
Michail Pishchagin <mblsha at psi-im.org>**20060720191011] 
[Don't crash in PsiMacStyle if passed widget pointer is zero.
Michail Pishchagin <mblsha at users.sourceforge.net>**20060720171628] 
[Disable animated alerts on Mac OS X by default.
Michail Pishchagin <mblsha at psi-im.org>**20060720152240] 
[MAction: handle toolbutton clicks correctly when multiple accounts are available.
Michail Pishchagin <mblsha at users.sourceforge.net>**20060720151259] 
[/*! -> /**
Michail Pishchagin <mblsha at psi-im.org>**20060720150502] 
[Use the same alert style in EventDlg as in roster.
Michail Pishchagin <mblsha at users.sourceforge.net>**20060719215856
 Also fixed 'Blink' alert style.
] 
[Show icons when selecting contact's resource on Mac OS X.
Michail Pishchagin <mblsha at users.sourceforge.net>**20060719210729] 
[Show JID on MUC leave.
Remko Troncon <remko at psi-im.org>**20060719124442] 
[XML Console extensions.
Remko Troncon <remko at psi-im.org>**20060718090612] 
[chess plugin doesn't seem to get mate quite right, but otherwise seems to work
Kevin Smith <kismith at psi-im.org>**20060716211421] 
[updated the chess plugin, still unfinished
Kevin Smith <kismith at psi-im.org>**20060716200756
 Only uploading in this state so I can easily build on multiple machines for testing
] 
[Adding a chess game to the plugins dir. This is not a chess plugin yet by a long way.
Kevin Smith <kismith at psi-im.org>**20060716132852] 
[send plugins full jids (noughtsandcrosses will now work against resources of choice)
Kevin Smith <kismith at psi-im.org>**20060716123151] 
[Noughts and Crosses, anyone? (plugin)
Kevin Smith <kismith at psi-im.org>**20060715232233] 
[make echo plugin take advantage of options
Kevin Smith <kismith at psi-im.org>**20060715112458] 
[plugins can now access (global) options
Kevin Smith <kismith at psi-im.org>**20060715112421] 
[less enthusiastic plugins (no more duplicate messages)
Kevin Smith <kismith at psi-im.org>**20060714201945] 
[and the first two-way plugin: echo
Kevin Smith <kismith at psi-im.org>**20060714200321] 
[updated plugin interface, hoorah for stanza sending :)
Kevin Smith <kismith at psi-im.org>**20060714200129] 
[let the pluginmanager know about accounts
Kevin Smith <kismith at psi-im.org>**20060714175408] 
[Lock down status menu of contactlist.
Remko Troncon <remko at psi-im.org>**20060713070701] 
[Don't scroll to bottom on other participants' messages in GroupChat.
Michail Pishchagin <mblsha at users.sourceforge.net>**20060712181803] 
[Removed some code which is not necessary on Qt-4.2-tp1/Linux.
Michail Pishchagin <mblsha at users.sourceforge.net>**20060712171613
 But the empty vertical scrollbar on OSX issue still should be solved.
] 
[Display main window borderless on Mac OS X.
Michail Pishchagin <mblsha at users.sourceforge.net>**20060712165623] 
[Qt4fied key modifiers, and now Alt-Enter works as expected on OSX in ChatEdit widgets.
Michail Pishchagin <mblsha at users.sourceforge.net>**20060712162930] 
[Don't crash if it's impossible to create QTextDocument in PsiToolTip
Michail Pishchagin <mblsha at users.sourceforge.net>**20060712112104] 
[Fixed PGP toggle in message dialog.
Remko Troncon <remko at psi-im.org>**20060711215755] 
[Prevent Psi from crashing when getting an empty string from PGP.
Remko Troncon <remko at psi-im.org>**20060711203221] 
[Removing JidLink references.
Remko Troncon <remko at psi-im.org>**20060711175804] 
[Removing unnecessary cutestuff files.
Remko Troncon <remko at psi-im.org>**20060711173556] 
[Fixed vCard avatar bug.
Remko Troncon <remko at psi-im.org>**20060711150451] 
[Removed Q3CString from s5b.
Remko Troncon <remko at psi-im.org>**20060711144740] 
[Removed Q3CStrings from options dialogs.
Remko Troncon <remko at psi-im.org>**20060711132644] 
[Removed Q3CString from mainwin_p.
Remko Troncon <remko at psi-im.org>**20060711132035] 
[More Doxygen tweaks.
Remko Troncon <remko at psi-im.org>**20060711124408] 
[Ignore private headers in Doxygen.
Remko Troncon <remko at psi-im.org>**20060711123624] 
[Make doxygen ignore third-party code.
Remko Troncon <remko at psi-im.org>**20060711122311] 
[Fixed the richroster background bug
Kevin Smith <kismith at psi-im.org>**20060711120331] 
[Python plugin actually does loads and executes scripts as appropriate
Kevin Smith <kismith at psi-im.org>**20060709220943] 
[and plugins now know the account of an incoming message
Kevin Smith <kismith at psi-im.org>**20060709170838] 
[more plugin updates, and fixing lots of option mis-names
Kevin Smith <kismith at psi-im.org>**20060709165438] 
[Fixed segfault in file transfer dialog.
Remko Troncon <remko at psi-im.org>**20060709163814] 
[Update connections for newly const signals
Kevin Smith <kismith at psi-im.org>**20060709134745] 
[Various plugin additions
Kevin Smith <kismith at psi-im.org>**20060709133423] 
[And make it save settings on startup again
Kevin Smith <kismith at psi-im.org>**20060709131050] 
[Fixes: plugins don't crash (so reliably) lots of consts for options, more plugins should build.
Kevin Smith <kismith at psi-im.org>**20060709130315] 
[Updated README.
Remko Troncon <remko at psi-im.org>**20060709102259] 
[Added status message color option.
Remko Troncon <remko at psi-im.org>**20060709102013] 
[RichTextView.
Remko Troncon <remko at psi-im.org>**20060709101032
 Thanks to Skazi.
] 
[Show status message toggle.
Remko Troncon <remko at psi-im.org>**20060708202845] 
[Correctly handle clicks on popups
Michail Pishchagin <mblsha at users.sourceforge.net>**20060708222348] 
[Fixed remaining margins in OptionsDlg
Michail Pishchagin <mblsha at users.sourceforge.net>**20060708222328] 
[Improved margins on FancyLabel and FancyPopup
Michail Pishchagin <mblsha at users.sourceforge.net>**20060708215650] 
[Improved layout of OptionsDlg (reduced margins)
Michail Pishchagin <mblsha at users.sourceforge.net>**20060708214035] 
[Fixed shortcuts in ContactView
Michail Pishchagin <mblsha at users.sourceforge.net>**20060708185226] 
[Qt4ified ActionList.
Remko Troncon <remko at psi-im.org>**20060708175551] 
[Removing Q3Urls.
Remko Troncon <remko at psi-im.org>**20060708172021] 
[Restore tip of the day icon on OS X.
Remko Troncon <remko at psi-im.org>**20060708164733] 
[Replaced 'main' icon.
Remko Troncon <remko at psi-im.org>**20060708153513] 
[Replace 'show_away' with 'show_hidden' in default toolbars.
Remko Troncon <remko at psi-im.org>**20060708150040] 
[Removed UIC warnings.
Remko Troncon <remko at psi-im.org>**20060708133217] 
[Fixed add/delete buttons in toolbar editor
Michail Pishchagin <mblsha at users.sourceforge.net>**20060708123920] 
[Hide identities when only one account is enabled.
Remko Troncon <remko at psi-im.org>**20060708114529] 
[Fixed memory leak when shutting down.
Remko Troncon <remko at psi-im.org>**20060708112531] 
[Qt4ified dialogList.
Remko Troncon <remko at psi-im.org>**20060708110917] 
[Now up to 5 popups are shown on the screen at a time
Michail Pishchagin <mblsha at users.sourceforge.net>**20060707234508
 Also refactored code a little, and fixed some bugs.
] 
[Fixed XData multilist segfault.
Remko Troncon <remko at psi-im.org>**20060707223401] 
[Now AdvancedWidget class doesn't neet Qt3Support anymore
Michail Pishchagin <mblsha at users.sourceforge.net>**20060707150237
 And also now there's no crash when closing advwidget-enabled windows on Qt-4.2-tp1.
] 
[Shiney Windows icons
Kevin Smith <kismith at psi-im.org>**20060707101114] 
[Small default changes.
Remko Troncon <remko at psi-im.org>**20060706214035] 
[XMPP options in account dialog.
Remko Troncon <remko at psi-im.org>**20060706120406] 
[Some more src.pro tweaks.
Remko Troncon <remko at psi-im.org>**20060706104138] 
[Fixed 'make install'.
Remko Troncon <remko at psi-im.org>**20060706103205] 
[New logo.
Remko Troncon <remko at psi-im.org>**20060706092358
 Thanks to Jason Kim.
] 
[Some PEP updates.
Remko Troncon <remko at psi-im.org>**20060701194542] 
[Fixed icon-insertion algorithm to work with <img> element
Michail Pishchagin <mblsha at psi-im.org>**20060701160955
 Thanks to Martin H.
] 
[Do no #warnings in optionstree.cpp on MSVC compilers
Michail Pishchagin <mblsha at psi-im.org>**20060701131851] 
[Spotted little bug in ToolBar editor
Michail Pishchagin <mblsha at psi-im.org>**20060701113814
 Thanks to Martin H. again.
] 
[Corrected XHTML-IM caps name.
Remko Troncon <remko at psi-im.org>**20060701070504] 
[Greatly simplified conversion to plain text in PsiRichText
Michail Pishchagin <mblsha at psi-im.org>**20060629140227
 Patch by Martin H.
] 
[Fix Toolbar editor. Adding/Deleting/Editing works ok now.
Michail Pishchagin <mblsha at psi-im.org>**20060628233606
 Based on patch by Martin H.
] 
[Hide MUC room passwords.
Remko Troncon <remko at psi-im.org>**20060628212253] 
[Some more options stuff.
Remko Troncon <remko at psi-im.org>**20060628200228] 
['make gdb' on Mac OS X now actually works
Michail Pishchagin <mblsha at psi-im.org>**20060628163408] 
['make gdb' will use debug versions of Qt frameworks on Mac OS X
Michail Pishchagin <mblsha at psi-im.org>**20060628154116] 
[Fixed Iris bug causing Psi to ignore message bodies with xml:lang attribute set.
Remko Troncon <remko at psi-im.org>**20060628124357] 
[Show plain body if XHTML body parsed incorrectly.
Remko Troncon <remko at psi-im.org>**20060628122956] 
[More option tweaks.
Remko Troncon <remko at psi-im.org>**20060626154251] 
[Fixed segfault upon account removal.
Remko Troncon <remko at psi-im.org>**20060626080025] 
[More small XHTML-IM mods.
Remko Troncon <remko at psi-im.org>**20060626070050] 
[Fixed /me coloring.
Remko Troncon <remko at psi-im.org>**20060625210331] 
[Small XHTML-IM mods.
Remko Troncon <remko at psi-im.org>**20060625170424] 
[Modified ChatDlg so it renders xhtml-im bodies when available.
Fran Rodriguez <prados at gmail.com>**20060617013522] 
[xhtml-im: Iris detects and stores xhtml-im bodies
Fran Rodriguez <prados at gmail.com>**20060617013204] 
[Fixed precedence in disco dialog.
Remko Troncon <remko at psi-im.org>**20060624213324] 
[More UI tweaks.
Remko Troncon <remko at psi-im.org>**20060624131200] 
[Some options tweaking.
Remko Troncon <remko at psi-im.org>**20060624121843] 
[Some tooltip tweaks.
Remko Troncon <remko at psi-im.org>**20060624114908] 
[Static QCA compilation infrastructure.
Remko Troncon <remko at psi-im.org>**20060623213636] 
[Fixed uninitialized value.
Remko Troncon <remko at psi-im.org>**20060623214011] 
[Remove the old status menu from the tray.
Remko Troncon <remko at psi-im.org>**20060622212803] 
[Fixed status menu in system tray.
Remko Troncon <remko at psi-im.org>**20060622212041] 
[Avoid segfaults in gcmaindlg.
Remko Troncon <remko at psi-im.org>**20060620220217] 
[Add conditional for pre-1.8 PubSub PEP support.
Remko Troncon <remko at psi-im.org>**20060620121757] 
[Also parse "1" as "true" for autojoin.
Remko Troncon <remko at psi-im.org>**20060619190118] 
[Don't send groupchat presence through core presence handling.
Remko Troncon <remko at psi-im.org>**20060619184540] 
[Fixed segfault due to tab ordering.
Remko Troncon <remko at psi-im.org>**20060619174018] 
[Avatars are back.
Remko Troncon <remko at psi-im.org>**20060619164258] 
[Drag & drop inviting (FS#64).
Remko Troncon <remko at psi-im.org>**20060619152028] 
[Bookmark Storage (JEP-0048).
Remko Troncon <remko at psi-im.org>**20060619144813
 No UI is provided (yet).
] 
[Fixed tab ordering in message dialog (FS#541).
Remko Troncon <remko at psi-im.org>**20060619114222] 
[Made some MUC messages more translator-friendly.
Remko Troncon <remko at psi-im.org>**20060619112646] 
[Fixed word wrap issue in the search dialog.
Remko Troncon <remko at psi-im.org>**20060619092259] 
[Fixed "File I/O Errors" while transferring files
Michail Pishchagin <mblsha at psi-im.org>**20060619042632] 
[Updated the README.
Remko Troncon <remko at psi-im.org>**20060618213508] 
[Better comments for the protocol-selector option.
Remko Troncon <remko at psi-im.org>**20060618212131] 
[Add an option to automatically delete unlisted contacts.
Remko Troncon <remko at psi-im.org>**20060618133351] 
[Do not toggle 'Show agents' when receiving an agent event.
Remko Troncon <remko at psi-im.org>**20060618120356] 
[Improved stanza errors handling in Iris
Maciej Niedzielski <machekku at uaznia.net>**20060618201049
 - added to/fromXml() to Stanza::Error
 - added natural language description for error conditions (used as fallback when getting error message)
 - implemented JEP-0086: Error Condition Mappings
] 
[Removing some old options.
Remko Troncon <remko at psi-im.org>**20060618195258] 
[Moving avatars options inside options.xml.
Remko Troncon <remko at psi-im.org>**20060618190100] 
[Added StatusEvent.
Remko Troncon <remko at psi-im.org>**20060617133819] 
[Removed obsolete avatarsSize option.
Remko Troncon <remko at psi-im.org>**20060618172826] 
[Add client version information to MUC contactlist.
Remko Troncon <remko at psi-im.org>**20060618165730] 
[Updating build-win.txt
Remko Troncon <remko at psi-im.org>**20060618151153] 
[Some extra checks in the muc manager.
Remko Troncon <remko at psi-im.org>**20060618145651] 
[Don\1t create FancyPopup if popups are disabled
Michail Pishchagin <mblsha at psi-im.org>**20060618110602] 
[Changed the order of affiliations.
Remko Troncon <remko at psi-im.org>**20060618093554] 
[Updated plugins further and a slight look at python scripting
Kevin Smith <kismith at psi-im.org>**20060617223858] 
[Trim whitespace from JID in account dialog (FS#563).
Remko Troncon <remko at psi-im.org>**20060617081732] 
[darcs_boring update.
Remko Troncon <remko at psi-im.org>**20060616213054] 
[Removing .o files from jdns.
Remko Troncon <remko at psi-im.org>**20060616212105] 
[Fixed mising privacy signal.
Remko Troncon <remko at psi-im.org>**20060616205747] 
[Splitting accountdlg.
Remko Troncon <remko at psi-im.org>**20060616173212] 
[tip.(cpp|h) -> tipdlg.(cpp|h)
Remko Troncon <remko at psi-im.org>**20060616172446] 
[Cleaning up ad-hoc command headers.
Remko Troncon <remko at psi-im.org>**20060616171318] 
[Separated AccountModifyDlg.
Remko Troncon <remko at psi-im.org>**20060616075905] 
[Improved & fixed invitation handling.
Remko Troncon <remko at psi-im.org>**20060616071943] 
[Better layout for ad-hoc commands.
Remko Troncon <remko at psi-im.org>**20060615212321] 
[Handle the case where the server sets the MUC topic better.
Remko Troncon <remko at psi-im.org>**20060615204646] 
[Make XMPPTest compile.
Remko Troncon <remko at psi-im.org>**20060615195518] 
[QLayout::setAutoAdd() is obsolete
Michail Pishchagin <mblsha at psi-im.org>**20060615170436] 
[Added scrollbar to MUC room configuration
Michail Pishchagin <mblsha at psi-im.org>**20060615170019] 
[Fix compiler warnings in disco dialog.
Remko Troncon <remko at psi-im.org>**20060615152351] 
[Validate input in XML console before sending (FS#553).
Remko Troncon <remko at psi-im.org>**20060615141139] 
[README update.
Remko Troncon <remko at psi-im.org>**20060615133705] 
[Hidden option for enabling the deprecated Disco protocol selector.
Remko Troncon <remko at psi-im.org>**20060615132606] 
[Fixed segfault in MUC dialog.
Remko Troncon <remko at psi-im.org>**20060615122445] 
[Ad-hoc commands update.
Remko Troncon <remko at psi-im.org>**20060615094316
 Added Ad-Hoc commands to the Disco Dialog (thanks to Norman Rasmussen).
 Refactoring.
] 
[Disable 'Admin' menu when not logged in (FS#376).
Remko Troncon <remko at psi-im.org>**20060615075415] 
[Enable drag&drop from roster items to the affiliation editor.
Remko Troncon <remko at psi-im.org>**20060614220118] 
[Added future work notes to mucmanager.cpp.
Remko Troncon <remko at psi-im.org>**20060614205925] 
[Refactoring MUCManager.
Remko Troncon <remko at psi-im.org>**20060614204336] 
[Room destruct button.
Remko Troncon <remko at psi-im.org>**20060614200911] 
[Enabling editing in optionstreemodel.
Remko Troncon <remko at psi-im.org>**20060614192623] 
[Fixed MUC tooltips.
Remko Troncon <remko at psi-im.org>**20060614191448] 
[Fancify MUC group headers.
Remko Troncon <remko at psi-im.org>**20060614190613] 
[[IrisNet] Windows-related fixes.
Remko Troncon <remko at psi-im.org>**20060614124416] 
[Dumping obsolete files.
Remko Troncon <remko at psi-im.org>**20060614113023] 
[[IrisNet] Fixed jdns.
Remko Troncon <remko at psi-im.org>**20060614093626] 
[[IrisNet] More fixes.
Remko Troncon <remko at psi-im.org>**20060614084944] 
[Workaround for Q3Dns clash.
Remko Troncon <remko at psi-im.org>**20060613225800] 
[[IrisNet] Compilation fix.
Remko Troncon <remko at psi-im.org>**20060613224435] 
[Moving legacy cutestuff files into a separate legacy dir.
Remko Troncon <remko at psi-im.org>**20060613222912] 
[Avoid duplication in affiliation editor.
Remko Troncon <remko at psi-im.org>**20060613202834] 
[Don't enable 'add' if the affiliation list is disabled.
Remko Troncon <remko at psi-im.org>**20060613201951] 
[Divided MUC contact list in role groups.
Remko Troncon <remko at psi-im.org>**20060613200912
 Still needs some aesthetic work.
] 
[Disabling tabs for real now.
Remko Troncon <remko at psi-im.org>**20060613200330] 
[Bumping minimum requirement for 'configure room' to member.
Remko Troncon <remko at psi-im.org>**20060613200256] 
[Removed affiliations submenu.
Remko Troncon <remko at psi-im.org>**20060613182603] 
[Switched 'general' and 'affiliations' tab in mucconfigdlg.
Remko Troncon <remko at psi-im.org>**20060613175354] 
[Disable general tab when not an owner.
Remko Troncon <remko at psi-im.org>**20060613174228] 
[Always enable 'add' in the affiliation editor.
Remko Troncon <remko at psi-im.org>**20060613173440] 
[Added hidden option for chat dialog avatar size.
Remko Troncon <remko at psi-im.org>**20060613171711] 
[Simplified MUC context menu.
Remko Troncon <remko at psi-im.org>**20060613160415] 
[IrisNet fixes.
Remko Troncon <remko at psi-im.org>**20060613141815] 
[IrisNet import.
Remko Troncon <remko at psi-im.org>**20060613141804] 
[Sending full login status when joining MUC.
Remko Troncon <remko at psi-im.org>**20060612204353] 
[Temporarily sending initial MUC status after join again.
Remko Troncon <remko at psi-im.org>**20060612202046
 This is the same as before, so there will be some slight overhead when
 joining.
] 
[Beginnings of an OptionsTreeViewModel.
Remko Troncon <remko at psi-im.org>**20060612200111] 
[Appearance tab compactificationness.
Remko Troncon <remko at psi-im.org>**20060612133600] 
[Superfluous newline.
Remko Troncon <remko at psi-im.org>**20060612125628] 
[Fixed compilation warnings.
Remko Troncon <remko at psi-im.org>**20060612123219] 
[More MUC reorganizations.
Remko Troncon <remko at psi-im.org>**20060611231917] 
[MUC reorganization.
Remko Troncon <remko at psi-im.org>**20060611225327] 
[Drag & drop in affiliations editor.
Remko Troncon <remko at psi-im.org>**20060611223007] 
[Fixed re-fetching configuration as non-owner.
Remko Troncon <remko at psi-im.org>**20060611221828] 
[Affiliation editor.
Remko Troncon <remko at psi-im.org>**20060611210409] 
[Prevent FancyPopup from grabbing focus
Michail Pishchagin <mblsha at psi-im.org>**20060611191032
 Works as advertised on Linux, doesn't have any effect on OSX. Thanks to Martin H. for the patch.
] 
[Fix FancyPopup drawing on Linux
Michail Pishchagin <mblsha at psi-im.org>**20060611190629
 Thanks to Martin H. for the patch.
] 
[And updated the configure scripts for --enable-plugins....DO NOT DO THIS
Kevin Smith <kismith at psi-im.org>**20060611144000] 
[And here's some code for loading/managing plugins. Do not enable this yet please.
Kevin Smith <kismith at psi-im.org>**20060611133639] 
[Plugin classes (Still not enough to load them)
Kevin Smith <kismith at psi-im.org>**20060611130445] 
[Some early plugins (Just the plugins themselves, not the code to load them)
Kevin Smith <kismith at psi-im.org>**20060611125922] 
[Show key info in PGP passprase dialog.
Remko Troncon <remko at psi-im.org>**20060610222022] 
[Moved extended presence options to options.xml.
Remko Troncon <remko at psi-im.org>**20060610220623] 
[Added hidden options for automatic room configuration.
Remko Troncon <remko at psi-im.org>**20060610212100] 
[Tiny affiliation to string conversion fix.
Remko Troncon <remko at psi-im.org>**20060610204144] 
[All remaining MUC actions.
Remko Troncon <remko at psi-im.org>**20060610201512] 
[Kicking and banning.
Remko Troncon <remko at psi-im.org>**20060610164256] 
[Added hidden option to choose amount of MUC context being sent.
Remko Troncon <remko at psi-im.org>**20060610143803] 
[Configure MUC rooms.
Remko Troncon <remko at psi-im.org>**20060610124233] 
[Small MUC mods.
Remko Troncon <remko at psi-im.org>**20060610084141
 Don't show joins and topic changes on connect.
 Disable input on disconnect.
] 
[Trigger auto save on import of system/defaults
Kevin Smith <kismith at psi-im.org>**20060610082311] 
[Converted muc options from old common.h to new options trees
Kevin Smith <kismith at psi-im.org>**20060609235716] 
[Now allow inbuilt default options, system wide, or user
Kevin Smith <kismith at psi-im.org>**20060609225928] 
[Small MUC fix.
Remko Troncon <remko at psi-im.org>**20060609223754] 
[Fixed formatted error message boxes
Maciej Niedzielski <machekku at uaznia.net>**20060607182644] 
[And add those options includes
Kevin Smith <kismith at psi-im.org>**20060609202134] 
[Basic MUC support.
Remko Troncon <remko at psi-im.org>**20060609201404
 Thanks to Nolan Eakins for providing a reference.
] 
[Iris MUC support.
Remko Troncon <remko at psi-im.org>**20060609195031] 
[New options system now in place
Kevin Smith <kismith at psi-im.org>**20060609200650] 
[Generic Options Tree tool
Kevin Smith <kismith at psi-im.org>**20060609140749] 
[Fixed broken GroupChat vcards.
Remko Troncon <remko at psi-im.org>**20060609110521] 
[Fixed potential segfault with unknown image types.
Remko Troncon <remko at psi-im.org>**20060607205322
 Thanks to Iain MacDonnell for spotting this.
] 
[Better PGP error messages.
Remko Troncon <remko at psi-im.org>**20060607194833] 
[Missing caps files.
Remko Troncon <remko at psi-im.org>**20060607175658] 
[Fixed minor 'new privacy list' inconvenience.
Remko Troncon <remko at psi-im.org>**20060607152521] 
[Caps refactoring.
Remko Troncon <remko at psi-im.org>**20060607144838] 
[Added Iris support for JEP-0144 (Roster Item Exchange).
Remko Troncon <remko at psi-im.org>**20060607001924] 
[Roster Item Exchange support.
Remko Troncon <remko at psi-im.org>**20060606233048] 
[Added 'auth all' button to EventDlg.
Remko Troncon <remko at psi-im.org>*-20060502171752] 
[Only display nickname if message is not an error.
Remko Troncon <remko at psi-im.org>**20060606184838] 
[Enable debugging by default.
Remko Troncon <remko at psi-im.org>**20060606183842] 
[Be more intelligent about profile selection.
Remko Troncon <remko at psi-im.org>**20060606183814] 
[header goodness
Kevin Smith <kismith at psi-im.org>**20060601212520] 
[Emit VCard changes when directly changing the vCard.
Remko Troncon <remko at psi-im.org>**20060510193331] 
[Fixed vCard retrieval bug.
Remko Troncon <remko at psi-im.org>**20060510193036
 The AvatarManager did queries to the full jid, which it shouldn't.
] 
[Disabled XMMS in configure-jingle.
Remko Troncon <remko at psi-im.org>**20060504074415] 
[Removing some debugging information.
Remko Troncon <remko at psi-im.org>**20060503203428] 
[libjingle mod: Enable PortAudio in Jingle.
Remko Troncon <remko at psi-im.org>**20060503201435] 
[libjingle 0.3.0
Kevin Smith <kismith at psi-im.org>**20060502175125
 not yet working. Crashes on calls, but does compile
 
] 
[Added Jingle Mac packaging.
Remko Troncon <remko at psi-im.org>**20060503192138] 
[XSS detection fix.
Remko Troncon <remko at psi-im.org>**20060503192329] 
[Fixed libjingle building.
Remko Troncon <remko at psi-im.org>**20060503181527] 
[Fix various configure tests.
Remko Troncon <remko at psi-im.org>**20060503175939] 
[Fixed missing signal/slot.
Remko Troncon <remko at psi-im.org>**20060503113123] 
[Added 'auth all' button to EventDlg.
Remko Troncon <remko at psi-im.org>**20060502171752] 
[Mine!
Remko Troncon <remko at psi-im.org>**20060502150450] 
[Qt4 jingle compilation
Kevin Smith <psi-changelog at kismith.co.uk>**20060502131054] 
[Qt3 voice import
Kevin Smith <psi-changelog at kismith.co.uk>**20060502112219
 This is all the Qt3 jingle stuff manually imported into the Qt4 base. Next step, porting the jingle code
] 
[No space on left of tooltip if there is no avatar.
Remko Troncon <remko at psi-im.org>**20060502072538] 
[Avatar in tooltip layout.
Remko Troncon <remko at psi-im.org>**20060430172025] 
[Icon insertion uses new 2-pass algorithm
Michail Pishchagin <mblsha at psi-im.org>**20060501215419
 Refactoring of original code by Martin H.
] 
[Avatar in ChatDlg displays tooltip for contact
Michail Pishchagin <mblsha at psi-im.org>**20060501182215] 
[Missing slot.
Remko Troncon <remko at psi-im.org>**20060501175311] 
[Updated build system.
Remko Troncon <remko at psi-im.org>**20060501143909] 
[Removing obsolete icons.
Remko Troncon <remko at psi-im.org>**20060501135830] 
[Added publishTune icon.
Remko Troncon <remko at psi-im.org>**20060501134203] 
[Use user-defined priority when logging in.
Remko Troncon <remko at psi-im.org>**20060501131121] 
[Clip priority values to [-128..127].
Remko Troncon <remko at psi-im.org>**20060501130427] 
[Corrected the strings for joining/leaving groupchat room
Michail Pishchagin <mblsha at psi-im.org>**20060501125306] 
[Dynamic priority setting.
Remko Troncon <remko at psi-im.org>**20060501115835] 
[Change version number.
Remko Troncon <remko at psi-im.org>**20060501113546] 
[Removed magic number for number of colors.
Remko Troncon <remko at psi-im.org>**20060501112742
 Thanks to Martin H.
] 
[Fix uninitialized value in Status.
Remko Troncon <remko at psi-im.org>**20060501101946] 
[Fixed segfault in psipopup.
Remko Troncon <remko at psi-im.org>**20060430185641] 
[Fix empty pixmap warnings.
Remko Troncon <remko at psi-im.org>**20060430171959] 
[Changing pubsub affiliations into subscriptions.
Remko Troncon <remko at psi-im.org>**20060430083822] 
[Fixed GC tooltip problem with avatars.
Remko Troncon <remko at psi-im.org>**20060430100815] 
[Avatars in tooltip.
Remko Troncon <remko at psi-im.org>**20060430083324] 
[Disabling avatars in tooltip.
Remko Troncon <remko at psi-im.org>**20060429214541
 (due to Qt4 richtext layout issues).
] 
[Upgraded caps version.
Remko Troncon <remko at psi-im.org>**20060429211955] 
[Removing some #ifdefs.
Remko Troncon <remko at psi-im.org>**20060429211638] 
[Add nicks of unlisted users to popups.
Remko Troncon <remko at psi-im.org>**20060429204344] 
[JEP-172 support.
Remko Troncon <remko at psi-im.org>**20060429181855] 
[JEP-172 Iris support.
Remko Troncon <remko at psi-im.org>**20060429180935] 
[Fixed uninitialized value in RC.
Remko Troncon <remko at psi-im.org>**20060429160807] 
[Avatar in tooltip.
Remko Troncon <remko at psi-im.org>**20060429141711
 Still commented because of layout issues.
] 
[Save last seen information in caps registry.
Remko Troncon <remko at psi-im.org>**20060429123805] 
[Avatar memory improvement.
Remko Troncon <remko at psi-im.org>**20060429112338] 
[Added static VCard avatars.
Remko Troncon <remko at psi-im.org>**20060429111117] 
[Fixed avatar caching bug.
Remko Troncon <remko at psi-im.org>**20060429100717] 
[Fallback on node URI if client name is unavailable.
Remko Troncon <remko at psi-im.org>**20060428210022] 
[Fix client version update bug.
Remko Troncon <remko at psi-im.org>**20060428202654] 
[Typo.
Remko Troncon <remko at psi-im.org>**20060425202626] 
[Added 'auto-open' as remote control option.
Remko Troncon <remko at psi-im.org>**20060424142135] 
[Added option to enable/disable remote controlling.
Remko Troncon <remko at psi-im.org>**20060424123112] 
[Enabling options RC command.
Remko Troncon <remko at psi-im.org>**20060424114357] 
[JEP-0033 Iris support.
Remko Troncon <remko at psi-im.org>**20060424111333
 Thanks to Norman Rasmussen.
] 
[Send timestamps in Iris if requested.
Remko Troncon <remko at psi-im.org>**20060424111303] 
[Message forwarding.
Remko Troncon <remko at psi-im.org>**20060424111018
 Thanks to Norman Rasmussen.
] 
[Fix 'free for chat' set status command.
Remko Troncon <remko at psi-im.org>**20060424072053] 
[Fix infinite ping pong of unrecognized iq replies.
Remko Troncon <remko at psi-im.org>**20060423125448] 
[GCC 4.1 compilation fixes.
Remko Troncon <remko at psi-im.org>**20060423082447] 
[Yet another change of paths.
Remko Troncon <remko at psi-im.org>**20060422214908] 
[Changing cache paths.
Remko Troncon <remko at psi-im.org>**20060422213603] 
[Update PEP avatar.
Remko Troncon <remko at psi-im.org>**20060422211343] 
[Refactoring some code.
Remko Troncon <remko at psi-im.org>**20060422204253] 
[Chat dialog mod.
Remko Troncon <remko at psi-im.org>**20060422172445] 
[JEP-153.
Remko Troncon <remko at psi-im.org>**20060422163359] 
[pep preparations.
Remko Troncon <remko at psi-im.org>**20060422145008] 
[Another workaround for disabled menuitems.
Remko Troncon <remko at psi-im.org>**20060422074253] 
[Added Ad-Hoc command disco entry.
Remko Troncon <remko at psi-im.org>**20060422073814] 
[Workaround for bug in Q3PopupMenu.
Remko Troncon <remko at psi-im.org>**20060421194458
 This bug allows disabled menuitems to be selected nevertheless.
] 
[Changed some QCA strings.
Remko Troncon <remko at psi-im.org>**20060420190121] 
[beta2
Kevin Smith <kismith at psi-im.org>**20060419174244] 
[Check for PEP availability.
Remko Troncon <remko at psi-im.org>**20060419172920] 
[Make XMMS support disableable.
Remko Troncon <remko at psi-im.org>**20060419162854] 
[Rerun qconf to get --datadir back.
Remko Troncon <remko at psi-im.org>**20060419161032] 
[Real PEP.
Remko Troncon <remko at psi-im.org>**20060417101719] 
[Privacy lists + Pseudo-PEP.
Remko Troncon <remko at psi-im.org>**20060417095632] 
[Conflict resolution.
Remko Troncon <remko at psi-im.org>**20060417090058] 
[Disable Ad-Hoc commands for offline contacts.
Remko Troncon <remko at psi-im.org>**20060219145734] 
[Missing MOC fixed.
Remko Troncon <remko at psi-im.org>**20060122163809] 
[Enabled remote controlling status.
Remko Troncon <remko at psi-im.org>**20060122134654] 
[Ad-Hoc Commands.
Remko Troncon <remko at psi-im.org>**20060122134636] 
[Compilation fix.
Remko Troncon <remko at psi-im.org>**20060412140856] 
[QCA2beta2 fixes.
Remko Troncon <remko at psi-im.org>**20060412101645] 
[Fixed mblsha's fix.
Remko Troncon <remko at psi-im.org>**20060411212232] 
[Now psiapplication.cpp should compile on all supported platforms without any trouble
Michail Pishchagin <mblsha at psi-im.org>**20060411195133] 
[Corrected the name of SSL plugin
Michail Pishchagin <mblsha at psi-im.org>**20060406212613] 
[Corrected FancyPopup appearance on Windows
Michail Pishchagin <mblsha at psi-im.org>**20060330195140] 
[Added PsiPopup unit test
Michail Pishchagin <mblsha at psi-im.org>**20060330201756] 
[Fixed Event Notifier appearance on Windows
Michail Pishchagin <mblsha at psi-im.org>**20060330124913] 
[Fix Default Profile Creation Error
Richard Houser <rick at divinesymphony.net>**20060329082607] 
[Fix segfault in EventDlg
Michail Pishchagin <mblsha at psi-im.org>**20060324164717] 
[Correctly stretch logo in "Open Profile" dialog
Michail Pishchagin <mblsha at psi-im.org>**20060324163511] 
[Use custom code to format timestamps in both chat and groupchat dialogs
Michail Pishchagin <mblsha at psi-im.org>**20060324162048] 
[Disable focus of EventDlg tool buttons
Michail Pishchagin <mblsha at psi-im.org>**20060324155545
 As free bonus, tab order in EventDlg is no longer messed up. And probably these tool buttons should be made available through keyboard shortcuts in the future.
] 
[Scroll ChatDlg to bottom more reliably
Michail Pishchagin <mblsha at psi-im.org>**20060324153441] 
[Fixed menubar messing problem when invoking docklet context menu
Michail Pishchagin <mblsha at psi-im.org>**20060324150309
 Menumar's menu items no longer are replaced by icons.
] 
[Correctly display separators in Psi/X11 menus
Michail Pishchagin <mblsha at psi-im.org>**20060324144752] 
[Fixing adding MActions to menus
Michail Pishchagin <mblsha at psi-im.org>**20060324134908] 
[Reply to unrecognized IQs.
Remko Troncon <remko at psi-im.org>**20060323193750] 
[Fixed FS#552
Michail Pishchagin <mblsha at psi-im.org>**20060317202118] 
[Improved FancyPopup appearance
Michail Pishchagin <mblsha at psi-im.org>**20060317191915] 
[Refactored MainWin's menus
Michail Pishchagin <mblsha at psi-im.org>**20060317173445] 
[Reliably scroll EventDlg to top when reading long messages
Michail Pishchagin <mblsha at psi-im.org>**20060317163716] 
[Fixed double-firing IconAction
Michail Pishchagin <mblsha at psi-im.org>**20060317160807] 
[get tabs composing again
Kevin Smith <psi-changelog at kismith.co.uk>**20060316182221] 
[no more segfaults on exit
Kevin Smith <psi-changelog at kismith.co.uk>**20060313225244] 
[Removing default action from discodlg.
Remko Troncon <remko at psi-im.org>**20060312101805
 This prevents duplicate disco requests whet pressing 'enter'.
] 
[Correctly invoke web browser with URLs that are already escaped
Michail Pishchagin <mblsha at psi-im.org>**20060311220228] 
[Worked around QTextEdit bug with context menu
Michail Pishchagin <mblsha at psi-im.org>**20060309221103] 
[Small code beautification
Michail Pishchagin <mblsha at psi-im.org>**20060309220638] 
[Scroll text to top when displaying long messages in EventDlg
Michail Pishchagin <mblsha at psi-im.org>**20060309220534] 
[Don't insert additinal newline when copying text from PsiTextView
Michail Pishchagin <mblsha at psi-im.org>**20060309220358] 
[Removed obsolete option to automatically check version.
Remko Troncon <remko at psi-im.org>**20060309145839] 
[Query version info in User Info dialog.
Remko Troncon <remko at psi-im.org>**20060309145415
 Update status in info dialog when necessary.
] 
[Fixed another chat state issue.
Remko Troncon <remko at psi-im.org>**20060306143424] 
[Added configure option to enable universal binaries.
Remko Troncon <remko at psi-im.org>**20060304203548] 
[Added test case for TagCloser class
Michail Pishchagin <mblsha at psi-im.org>**20060304201604] 
[Queueing FT errors to avoid segfault upon error.
Remko Troncon <remko at psi-im.org>**20060304191510] 
[Correctly restore original rich text format after icon insertion
Michail Pishchagin <mblsha at psi-im.org>**20060304184628] 
[Fixed Iris bug where non-standard presence types are treated as subscriptions.
Remko Troncon <remko at psi-im.org>**20060304144750] 
[Make psiapplication.cpp compile on all platforms
Michail Pishchagin <mblsha at psi-im.org>**20060303232642] 
[Improved menu appearance on Mac OS X
Michail Pishchagin <mblsha at psi-im.org>**20060303182739] 
[Completely got rid of all icons in menus on Mac OS X
Michail Pishchagin <mblsha at psi-im.org>**20060303174853] 
[Fixed missing stdio includes.
Remko Troncon <remko at psi-im.org>**20060303120222] 
[Don't display double context menu for PsiTextView
Michail Pishchagin <mblsha at psi-im.org>**20060302190922] 
[Don't display icons in menu bar on Macs
Michail Pishchagin <mblsha at psi-im.org>**20060302190258] 
[Don't scroll PsiTextView back when appending text and there's selection
Michail Pishchagin <mblsha at psi-im.org>**20060301214950
 And appending text feels alot faster and smoother now.
] 
[Fixed double-tooltip problem in roster
Michail Pishchagin <mblsha at psi-im.org>**20060301204545] 
[Updated Kevin's e-mail
Michail Pishchagin <mblsha at psi-im.org>**20060301153354] 
[No more WTFs
Michail Pishchagin <mblsha at psi-im.org>**20060301133547] 
[Now PsiToolTip uses the same font as QToolTip
Michail Pishchagin <mblsha at psi-im.org>**20060301132108] 
[fixed qca link in INSTALL
Kevin Smith <psi-changelog at kismith.co.uk>**20060301130504] 
[Forgot another warning.
Remko Troncon <remko at psi-im.org>**20060228183511] 
[Forgot a #warning.
Remko Troncon <remko at psi-im.org>**20060228180112] 
[0.11beta1 texts
Kevin Smith <kismith at psi-im.org>**20060228140443] 
[Conditionalized #warnings to GCC.
Remko Troncon <remko at psi-im.org>**20060228094121] 
[More docs updating.
Remko Troncon <remko at psi-im.org>**20060227222301] 
[Updated documentation.
Remko Troncon <remko at psi-im.org>**20060227221811] 
[(Temporary?) workaround for FVWM Buttons problem.
Remko Troncon <remko at psi-im.org>*-20060226225611
 Qt4 apps don't redraw when swallowed by FVWM. This kickstarts the application
 when the UnmapNotify X11 event is received.
] 
[Send 'inactivity' chat states on request.
Remko Troncon <remko at psi-im.org>**20060227170832] 
[Disabling rich text input in chat input.
Remko Troncon <remko at psi-im.org>**20060227063553] 
[(Temporary?) workaround for FVWM Buttons problem.
Remko Troncon <remko at psi-im.org>**20060226225611
 Qt4 apps don't redraw when swallowed by FVWM. This kickstarts the application
 when the UnmapNotify X11 event is received.
] 
[Chat states.
Remko Troncon <remko at psi-im.org>**20060226212050] 
[Make PsiTooltip build on Linux.
Remko Troncon <remko at psi-im.org>**20060226204043] 
[Make PsiToolTip compile on Windows, and fix plugin compilation
Michail Pishchagin <mblsha at psi-im.org>**20060226144658] 
[Make PsiToolTip compile on Mac
Michail Pishchagin <mblsha at psi-im.org>**20060226111102] 
[Now it's possible to display Icons in ToolTips again
Michail Pishchagin <mblsha at psi-im.org>**20060226100605] 
[Moving to PsiToolTip
Michail Pishchagin <mblsha at psi-im.org>**20060225230428] 
[Fixed tooltips in disco dialog.
Remko Troncon <remko at psi-im.org>**20060225201222] 
[Fixed typo.
Remko Troncon <remko at psi-im.org>**20060225193949] 
[Show group name in tooltip.
Remko Troncon <remko at psi-im.org>**20060225183523] 
[Merging 'Configure Toolbars' in Preferences menu.
Remko Troncon <remko at psi-im.org>**20060225094923
 Based on patch by Fran.
] 
[Fixed FS#510
Michail Pishchagin <mblsha at psi-im.org>**20060223172333
 Now unicode URLs should open OK on both Windows and OSX.
] 
[Fixed Makefile dependencies and helper targets
Michail Pishchagin <mblsha at psi-im.org>**20060223135646
 Helper targets will now work on OSX in bundled applications too.
] 
[Fixed segfault on disconnect.
Remko Troncon <remko at psi-im.org>**20060223084551] 
[Fixed missing close() signal in AccountRegDlg.
Remko Troncon <remko at psi-im.org>**20060219150133] 
[Rebuild history index faster (patch from Psi-Pedrito pack)
Michail Pishchagin <mblsha at psi-im.org>**20060216112126
 On OSX and a pretty large history file, it gave me 300% speedup for building index.
] 
[Fixed PsiPopup appearance
Michail Pishchagin <mblsha at psi-im.org>**20060215203835] 
[Fixed some memory leaks that valgrind was complaining about
Michail Pishchagin <mblsha at psi-im.org>**20060214222456] 
[Fixed toolbar in Service Discovery dialog
Michail Pishchagin <mblsha at psi-im.org>**20060214172411] 
[Fixed issue #263
Michail Pishchagin <mblsha at psi-im.org>**20060212213655
 From issue description: If received message contained emoticons, and you do a Reply or Quote, emoticons will disappear.
] 
[Improved copy shortcut behaviour in Chat and Groupchat dialogs
Michail Pishchagin <mblsha at psi-im.org>**20060212183621
 When 'chat log' widget has selection, and 'edit message' widget does not, copy shortcut copies text from 'chat log' widget.
] 
[TrackBar(tm) is back
Michail Pishchagin <mblsha at psi-im.org>**20060212181445] 
[Changed mblsha's e-mail address
Michail Pishchagin <mblsha at psi-im.org>**20060212154653] 
[Disable brushed metal by default.
Remko Troncon <remko at psi-im.org>**20060211135800] 
[Make private header compile on Mac.
Remko Troncon <remko at psi-im.org>**20060210205552] 
[Copying emoticons in PsiTextView finally works
Michail Pishchagin <mblsha at psi-im.org>**20060210192359] 
[Keep current selection when appending new text to PsiTextView
Michail Pishchagin <mblsha at psi-im.org>**20060208184901] 
[Returned PsiTextView its URL-clicking abilities
Michail Pishchagin <mblsha at psi-im.org>**20060208181718
 For them to function correctly, either do 'make distclean' or 'rm -f .obj/*msgmle*'.
] 
[Removed legacy expandEntities() function
Michail Pishchagin <mblsha at psi-im.org>**20060208181426] 
[Fix toolbar size in chat & groupchat dialog.
Remko Troncon <remko at psi-im.org>**20060208143040
 Will only work starting from Qt 4.1.1.
] 
[Fixed bug where chat dialog closing ignored confirmation.
Remko Troncon <remko at psi-im.org>**20060208125138] 
[QSettings path changed to psi-im.org.
Remko Troncon <remko at psi-im.org>**20060207224859
 Will popup the profile dialog once if you use old settings.
] 
[Emoticons are BACK!
Michail Pishchagin <mblsha at psi-im.org>**20060207223815] 
[Added QCA-OpenSSL to win32/Makefile.
Remko Troncon <remko at psi-im.org>**20060207214146] 
[Separated psitextview.cpp into different files
Michail Pishchagin <mblsha at psi-im.org>**20060207192916] 
[Added tip about nick completion in groupchat
Michail Pishchagin <mblsha at psi-im.org>**20060207171325] 
[Started porting PsiTextView to QTextEdit
Michail Pishchagin <mblsha at psi-im.org>**20060207155447
 Groupchat TrackBar(tm) and emoticons will be missing for a while.
] 
[Added unit test for PsiIconSet
Michail Pishchagin <mblsha at psi-im.org>**20060207154415
 Additionally added 'make gdb' target which is now available to all unit tests and the Psi itself.
] 
[Fixed win32/Makefile.
Remko Troncon <remko at psi-im.org>**20060207125547] 
[Handle emoticons with many variations correctly
Michail Pishchagin <mblsha at psi-im.org>**20060206192230
 Thanks to James Tomson for finding it and providing a solution.
] 
[Fixed return value to Iconset::Private::append()
Michail Pishchagin <mblsha at psi-im.org>**20060206151701] 
[Fixed nested connection problem.
Remko Troncon <remko at psi-im.org>**20060205223229] 
[Fixed SSL trust problem.
Remko Troncon <remko at psi-im.org>**20060205221808] 
[Fixed 'clear' bug in XmlConsole.
Remko Troncon <remko at psi-im.org>**20060205185844] 
[Fixed segfault in DiscoDlg.
Remko Troncon <remko at psi-im.org>**20060205184233] 
[More verbose SSL error messages.
Remko Troncon <remko at psi-im.org>**20060205133714] 
[Fixed AccountRegDlg segfault.
Remko Troncon <remko at psi-im.org>**20060205125215] 
[Auto-reconnect on wakeup.
Remko Troncon <remko at psi-im.org>**20060203180641] 
[Added useful scripts to aid running unit tests
Michail Pishchagin <mblsha at psi-im.org>**20060203085226] 
[Improved the Iconset unit tests
Michail Pishchagin <mblsha at psi-im.org>**20060203084534] 
[Refactored Iconset classes
Michail Pishchagin <mblsha at psi-im.org>**20060203084219] 
[Modified vertical scrollbar workaround for Mac OS X.
Remko Troncon <remko at psi-im.org>**20060202112703] 
[TrayIcon alphachannel fix
Michail Pishchagin <mblsha at psi-im.org>**20060201002738
 Patch by James Tomson <james.b.tomson at gmail.com>
] 
[Ported setCaption calls to setWindowTitle ones
Michail Pishchagin <mblsha at psi-im.org>**20060131161616] 
[Properly delete XmlConsole
Michail Pishchagin <mblsha at psi-im.org>**20060131160736] 
[Ported IconsetSelect and IconsetDisplay widgets to Qt4
Michail Pishchagin <mblsha at psi-im.org>**20060131153001] 
[tabs 'is composing'
Kevin Smith <psi-changelog at kismith.co.uk>**20060129151512] 
[More Windows building.
Remko Troncon <remko at psi-im.org>**20060129123843
 Removed conf_win32.pri.
 Fixed missing DLLs in packaging Makefile.
] 
[Removed legacy QLineEdit workaround.
Remko Troncon <remko at psi-im.org>**20060129123138] 
[Windows build cleanup.
Remko Troncon <remko at psi-im.org>**20060129113717
 Reworked makewin.bat to win32/Makefile.
 Conf_win32.pri is not necessary anymore.
 
] 
[Fixed 'Close' button on DiscoDlg.
Remko Troncon <remko at psi-im.org>**20060126135423] 
[URLs and typos
Kevin Smith <psi-changelog at kismith.co.uk>**20060124172349] 
[Commenting unused pgpToggled signal.
Remko Troncon <remko at psi-im.org>**20060122201036] 
[Let unknown disco#info requests fall through.
Remko Troncon <remko at psi-im.org>**20060122122758] 
[tab colours
Kevin Smith <psi-changelog at kismith.co.uk>**20060122114024] 
[Added Caps note.
Remko Troncon <remko at psi-im.org>**20060119095415] 
[Disabled dirwatch.
Remko Troncon <remko at psi-im.org>**20060121215928
 Is no longer needed due to the OpenPGP move.
] 
[Ported PGP support to QCA2.
Remko Troncon <remko at psi-im.org>**20060121215833] 
[Removed OpenPGP from tools.
Remko Troncon <remko at psi-im.org>**20060121215305
 OpenPGP support is now available through QCA.
] 
[Added GDB to the boring file.
Remko Troncon <remko at psi-im.org>**20060121094352] 
[Fixed missing connections on auto-status.
Remko Troncon <remko at psi-im.org>**20060120170316] 
[Temporary workaround for QCA2 thread parent issue.
Remko Troncon <remko at psi-im.org>**20060120114659] 
[Removed obsolete unsetDevice() calls (causing warnings).
Remko Troncon <remko at psi-im.org>**20060119101907] 
[Conflict resolution.
Remko Troncon <remko at psi-im.org>**20060118173020] 
[Removing caps debug messages.
Remko Troncon <remko at psi-im.org>**20060113205404] 
[Caps porting to Qt4.
Remko Troncon <remko at psi-im.org>**20060113205357] 
[Removing some caps debug info.
Remko Troncon <remko at psi-im.org>**20051218221837] 
[Entity capabilities fix for client version in roster.
Remko Troncon <remko at psi-im.org>**20051217151231] 
[Entity Capabilities (JEP-115).
Remko Troncon <remko at psi-im.org>**20051215144216] 
[Updated darcs boring file.
Remko Troncon <remko at psi-im.org>**20060118202607] 
[Converted setIcon to setWindowIcon
Michail Pishchagin <mblsha at users.sourceforge.net>**20060118195617] 
[Fixed animations in tray on Linux
Michail Pishchagin <mblsha at users.sourceforge.net>**20060118195551] 
[Fixed assertion failure in RTParse
Michail Pishchagin <mblsha at users.sourceforge.net>**20060118182544] 
[Temporary color change no longer needed.
Remko Troncon <remko at psi-im.org>**20060118173212] 
[Added missing 'install' target.
Remko Troncon <remko at psi-im.org>**20060118165632] 
[Worked around broken group/account headers.
Remko Troncon <remko at psi-im.org>**20060118164707] 
[Fixed conections in event options.
Remko Troncon <remko at psi-im.org>**20060118155653] 
[Disabled MNG format in iconsets
Michail Pishchagin <mblsha at users.sourceforge.net>**20060118123837] 
[Changed the boring/binaries files.
Remko Troncon <remko at psi-im.org>**20060118062416] 
[version change
Kevin Smith <psi-changelog at kismith.co.uk>**20060117210706] 
[Fixed the 'QDeviceClosedNotifier' warning.
Remko Troncon <remko at psi-im.org>**20060117165504] 
[Fixed closing of Psi when last visible window was closed.
Remko Troncon <remko at psi-im.org>**20060117142039] 
[Changed dependency to Qt >= 4.1.
Remko Troncon <remko at psi-im.org>**20060117130628] 
[Conflict resolution after mainline pull.
Remko Troncon <remko at psi-im.org>**20060116150107] 
[TAG 0.10
Kevin Smith <psi-changelog at kismith.co.uk>**20060113105126] 
[0.10 Info.plist
Kevin Smith <psi-changelog at kismith.co.uk>**20060113104657] 
[0.10-final
Kevin Smith <psi-changelog at kismith.co.uk>**20060107221122] 
[TAG 0.10-test4
Kevin Smith <psi-changelog at kismith.co.uk>**20060102224851] 
[test4
Kevin Smith <psi-changelog at kismith.co.uk>**20060102224410] 
[Temporarily changing default account foreground color.
Remko Troncon <remko at psi-im.org>**20060116145250] 
[Fixed opacity sliders.
Remko Troncon <remko at psi-im.org>**20060116141113] 
[Enabled window opacity option on X11.
Remko Troncon <remko at psi-im.org>**20060116140750] 
[Removed old Qt version checks.
Remko Troncon <remko at psi-im.org>**20060116135757] 
[Fixed "the legacy typo"
Michail Pishchagin <mblsha at users.sourceforge.net>**20060116103226] 
[Fixed PsiPopup.
Remko Troncon <remko at psi-im.org>**20060115221543] 
[Ported ChatEdit and LineEdit to QTextEdit
Michail Pishchagin <mblsha at users.sourceforge.net>**20060115211121] 
[Tooltips are back.
Remko Troncon <remko at psi-im.org>**20060115133112] 
[Fixed nasty crash when receiving offline messages.
Remko Troncon <remko at psi-im.org>**20060115103803] 
[Removing unused private classes.
Remko Troncon <remko at psi-im.org>**20060115091807] 
[Removed last Q3PtrLists in PsiAccount.
Remko Troncon <remko at psi-im.org>**20060114215705] 
[Proper porting of PsiEvent.
Remko Troncon <remko at psi-im.org>**20060114214623] 
[Fixed resource sorting.
Remko Troncon <remko at psi-im.org>**20060114200113] 
[Fixed 'missing arg' errors.
Remko Troncon <remko at psi-im.org>**20060114195729] 
[Even more proper porting in psiaccount.
Remko Troncon <remko at psi-im.org>**20060114193701] 
[More proper porting in psiacount.
Remko Troncon <remko at psi-im.org>**20060114121843] 
[Porting some Q3PopupMenus.
Remko Troncon <remko at psi-im.org>**20060114123951] 
[More proper porting on the chat dialogs.
Remko Troncon <remko at psi-im.org>**20060114122402] 
[Refactored & documented VCardFactory.
Remko Troncon <remko at psi-im.org>**20060114170930] 
[Full port of ShowTextDlg.
Remko Troncon <remko at psi-im.org>**20060114100803] 
[Generate intermediate resources in hidden dir.
Remko Troncon <remko at psi-im.org>**20060114094736] 
[Removing services.ui.
Remko Troncon <remko at psi-im.org>**20060114094415] 
[Removing long forgotten browser dialog.
Remko Troncon <remko at psi-im.org>**20060114093748] 
[Fixed sound dialog.
Remko Troncon <remko at psi-im.org>**20060114092328] 
[Splitting off PGP classes from PsiAccount.
Remko Troncon <remko at psi-im.org>**20060111205617] 
[Fixed complaints about QPainters
Michail Pishchagin <mblsha at users.sourceforge.net>**20060110155815] 
['Fixed' crashing iconset code on X11.
Remko Troncon <remko at psi-im.org>**20060109214553] 
[Replaced remaining Q3ValueLists by QLists.
Remko Troncon <remko at psi-im.org>**20060107222305] 
[Default iconsets are now in the resources.
Remko Troncon <remko at psi-im.org>**20060107201713] 
[Added universal binaries support for Mac OS X.
Remko Troncon <remko at psi-im.org>**20060107201201] 
[Added JPEG support to Mac package.
Remko Troncon <remko at psi-im.org>**20060107171625] 
[Moved COPYING and README inside the Psi resources.
Remko Troncon <remko at psi-im.org>**20060107141520] 
[Using QFrame instead of Q3Frame.
Remko Troncon <remko at psi-im.org>**20060106200250] 
[Corrected usage of popup menus
mblsha at users.sourceforge.net**20060106231746] 
[Fixed IconActionGroup class
mblsha at users.sourceforge.net**20060106205234] 
[Using QList instead of Q3ValueList.
Remko Troncon <remko at psi-im.org>**20060106195221] 
[Fixed "Iconset Details" dialog on Mac OS X
mblsha at users.sourceforge.net**20060106190034] 
[Fixed FancyLabel
mblsha at users.sourceforge.net**20060106165100] 
[Groupchat topic change packets without <body/> are correctly handled
mblsha at users.sourceforge.net**20060106161006] 
[Fixed remaining threading problems with Icon class
mblsha at users.sourceforge.net**20060105170743] 
[Fixed Base64 encoding in the VCard.
Remko Troncon <remko at psi-im.org>**20051231234130] 
[Some version names.
Remko Troncon <remko at psi-im.org>**20051231223425] 
[Moved iconset into tools dir.
Remko Troncon <remko at psi-im.org>**20051231221824] 
[Removing some Qt3 support classes.
Remko Troncon <remko at psi-im.org>**20051231221145] 
[Now it's possible to create Icons in separate thread
mblsha at users.sourceforge.net**20051231220457] 
[It's not necessary to build widgets plugin anymore
mblsha at users.sourceforge.net**20051231194547] 
[Removing all remaining traces of PsiPng
mblsha at users.sourceforge.net**20051231191731] 
[Sorta fixed Iconset Details dialog
mblsha at users.sourceforge.net**20051231184844] 
[Some more 'proper' Qt4 porting.
Remko Troncon <remko at psi-im.org>**20051231135519] 
[Ported Mac OS X packaging.
Remko Troncon <remko at psi-im.org>**20051231184416] 
[Added ability to load animations from static pictures without the help of PsiPng plugin
mblsha at users.sourceforge.net**20051231170847] 
[Fixed transport iconsets.
Remko Troncon <remko at psi-im.org>**20051231154132] 
[Fixed format recognizing in VCards.
Remko Troncon <remko at psi-im.org>**20051231151114] 
[Full Qt4 port of XMLConsole.
Remko Troncon <remko at psi-im.org>**20051231103247] 
[Fixed "Auto-resize contact list"
mblsha at users.sourceforge.net**20051216155149] 
[Fixed LineEdit jerkiness in ChatDlg
mblsha at users.sourceforge.net**20051215005023] 
[Fixed GCMainDlg toolbar and layout
mblsha at users.sourceforge.net**20051215004047
 Thanks to Fran, I used his ChatDlg patch as basis for my work.
] 
[Fixed ChatDlg.
Fran Rodriguez <prados at gmail.com>**20051212204259
 The toolbar is not floating anymore; fixed layout.
] 
[Refactored the IconSelectPopup for cleaner and better code
mblsha at users.sourceforge.net**20051213232124] 
[Fully ported IconSelectPopup widget to Qt4
mblsha at users.sourceforge.net**20051213222511] 
[Changed (is|set)On to (is|set)Checked, in order to be Qt4-compliant
mblsha at users.sourceforge.net**20051212161851] 
[Cleaned up obsoleted code
mblsha at users.sourceforge.net**20051212134659] 
[Commented some stuff.
Remko Troncon <remko at psi-im.org>**20051212104956] 
[Re-enabled advancedwidget.
Remko Troncon <remko at psi-im.org>**20051212103645] 
[Fixed separator actions
mblsha at users.sourceforge.net**20051212001854] 
[Fixed BusyWidget updates
mblsha at users.sourceforge.net**20051212000845] 
[Fixed "About Psi" dialog
mblsha at users.sourceforge.net**20051211234119] 
[Now custom actions will be correctly added to toolbars and popup menus
mblsha at users.sourceforge.net**20051211230308] 
[Fixed some dialogs
mblsha at users.sourceforge.net**20051211225936] 
[Fixed (presumably) .jisp loading
mblsha at users.sourceforge.net**20051211225529] 
[Fixed widgets plugin
mblsha at users.sourceforge.net**20051211225045] 
[Updated boring file.
Remko Troncon <remko at psi-im.org>**20051211225203] 
[Small changes.
Remko Troncon <remko at psi-im.org>**20051211223024] 
[InfoDialog Qt4 porting
Fran Rodriguez <prados at gmail.com>**20051211220228
 Fixed signals and layout. Now the status tab is shown also when requesting self-contact info.
] 
[Some Qt4 cleanup.
Remko Troncon <remko at psi-im.org>**20051208215155] 
[Removed all Q3WhatsThises.
Remko Troncon <remko at psi-im.org>**20051208214900] 
[Fixed "Modify Account" dialog layout
mblsha at users.sourceforge.net**20051208175525] 
[Conflict resolution.
Remko Troncon <remko at psi-im.org>**20051208090658] 
[Bugfix for XMPP 1.0 auth with old servers.
Remko Troncon <remko at psi-im.org>**20051208085737] 
[Fixed LineEdit
mblsha at users.sourceforge.net**20051208072028] 
[fixed getResourcesDir()
mblsha at users.sourceforge.net**20051207133708] 
[Separated #include from their parameters with a space.
Remko Troncon <remko at psi-im.org>**20051206175510
 'make all' now works again as it should.
] 
[Fixed auto-closing message dialogs upon composing events.
Remko Troncon <remko at psi-im.org>**20051206172310] 
[Options dialogue interface debugging
Fran Rodriguez <prados at gmail.com>**20051129025146
 Cleaned all the tabs, as the porting to Qt4 made them look crowded. Ported many widgets and fixed many wrong signals. The options dialogue is full-working now.
] 
[michalj's MinGW32 patch
mblsha at users.sourceforge.net**20051129180025] 
[Removed UI suffix from options classes.
Remko Troncon <remko at psi-im.org>**20051127125207] 
[Qt4 port.
Remko Troncon <remko at psi-im.org>**20051124175822] 
[Removing obsolete crystal system JISP.
Remko Troncon <remko at psi-im.org>**20051124102909] 
[Updating system icons.
Remko Troncon <remko at psi-im.org>**20051124102848] 
[Removed obsolete and proprietary iconsets.
Remko Troncon <remko at psi-im.org>**20051014093551] 
[Merged crystal system iconset.
Remko Troncon <remko at psi-im.org>**20051123225116] 
[Changed some icon references in the code
Remko Troncon <remko at psi-im.org>**20051123221412] 
[Added iconset update script.
Remko Troncon <remko at psi-im.org>**20051123213603] 
[Changed default iconsets.
Remko Troncon <remko at psi-im.org>**20051123213412] 
[Changed colors of BusyWidget.
Remko Troncon <remko at psi-im.org>**20051113161755] 
[Updated Crystal iconsets.
Remko Troncon <remko at psi-im.org>**20051102114055] 
[Renaming crystal iconset JISPS for consistency.
Remko Troncon <remko at psi-im.org>**20051016211403] 
[Removing MRay from the about tab.
Remko Troncon <remko at psi-im.org>**20051122235640] 
[Fixing disabling of XSS in configure.
Remko Troncon <remko at psi-im.org>**20051120103646] 
[DATADIR clashes on windows.
Remko Troncon <remko at psi-im.org>**20051119154834] 
[Correcting data dir.
Remko Troncon <remko at psi-im.org>**20051118203142] 
[Fixing the build system.
Remko Troncon <remko at psi-im.org>**20051118105543] 
[Typo.
Remko Troncon <remko at psi-im.org>**20051118100205] 
[Moving 'qcextra' configuration into configure.
Remko Troncon <remko at psi-im.org>**20051118090539
 'configure' should now work as before.
] 
[Using new QConf.
Remko Troncon <remko at psi-im.org>**20051116100226] 
[Fixed newlines in Desktop spec.
Remko Troncon <remko at psi-im.org>**20051113151221] 
[Updated Desktop Spec translations.
Remko Troncon <remko at psi-im.org>**20051113104128] 
[Changed the default roster opacity to 95%.
Remko Troncon <remko at psi-im.org>**20051102115413] 
[Mac DMGs are now 'Internet Enabled'.
Remko Troncon <remko at psi-im.org>**20051018112535] 
[fixed tab/space in README
Kevin Smith <psi-changelog at kismith.co.uk>**20051112182214] 
[Removed KDE check.
Remko Troncon <remko at psi-im.org>**20051106200314] 
[invulnerable chats while using tabs fix.
Kevin Smith <psi-changelog at kismith.co.uk>**20051106010804] 
[TAG 0.10-test3
Kevin Smith <psi-changelog at kismith.co.uk>**20051101233717] 
[0.10-test3 strings
Kevin Smith <psi-changelog at kismith.co.uk>**20051101233159] 
[Removed some icons
Remko Troncon <remko at psi-im.org>**20050619082044] 
[Disable advwidget snapping by default
Kevin Smith <psi-changelog at kismith.co.uk>**20051101165450] 
[Added mray to the about tab.
Remko Troncon <remko at psi-im.org>**20051013132736] 
[Fixed uninitialized value in RosterItem.
Remko Troncon <remko at psi-im.org>**20051025123651] 
[Fixed uninitialized value in options dialogs.
Remko Troncon <remko at psi-im.org>**20051025130209] 
[Fixed uninitialized value in PsiAccount.
Remko Troncon <remko at psi-im.org>**20051025123714] 
[Fixed bug in X11 tray icon.
Remko Troncon <remko at psi-im.org>**20051025122511] 
[Updated Darcs boring file.
Remko Troncon <remko at psi-im.org>**20051017100940] 
[Changed the default chat opacity to 100%.
Remko Troncon <remko at psi-im.org>**20051016175920] 
[Fixed toolbar dialog + hide menubar issue.
Remko Troncon <remko at psi-im.org>**20051015202315] 
[Added more files to the Darcs boring file.
Remko Troncon <remko at psi-im.org>**20051014094834] 
[Removed the '-p' cp option from qcextra.
Remko Troncon <remko at psi-im.org>**20051013135427] 
[Changed the 'Incoming File' Growl popup text.
Remko Troncon <remko at psi-im.org>**20051013130627] 
[No popups or sounds for hidden contacts + No popups when in DND.
Remko Troncon <remko at psi-im.org>**20051013130235] 
[Added a more explicit body to PGP encrypted messages.
Remko Troncon <remko at psi-im.org>*-20051011205047
 The message now soys that you are unable to decrypt the message, indicating
 that something is wrong.
] 
[Updated the Psi desktop entry.
Remko Troncon <remko at psi-im.org>**20051012183144] 
[Fixed packaging issues.
Remko Troncon <remko at psi-im.org>**20051012181904] 
[More new defaults.
Remko Troncon <remko at psi-im.org>**20051012145748
 Set default roster opacity to a subtle 90%.
 Chat dialog is now a little smaller by default.
] 
['Hide Menubar' message no longer pops up on Mac OS X.
Remko Troncon <remko at psi-im.org>**20051012140753] 
[PGP Passphrases are now cached.
Remko Troncon <remko at psi-im.org>**20051012095040] 
[Clicking on a Growl notification now opens the chat with the right resource.
Remko Troncon <remko at psi-im.org>**20051012131449] 
[New defaults.
Remko Troncon <remko at psi-im.org>**20051012112747
 Always on top is disabled by default.
 Menubar is disabled by default.
] 
[Made the empty from check in message receiving work.
Remko Troncon <remko at psi-im.org>**20051011224155
 Thanks to Norman Rasmussen for noticing this.
] 
[Forgot to save the left click option.
Remko Troncon <remko at psi-im.org>**20051011215222
 Thanks ephraim.
] 
[Desktop and Icon installation is done, regardless of KDE presence.
Remko Troncon <remko at psi-im.org>**20051011213114
 Also modified the desktop file to be stored in a standard place.
] 
[Added a more explicit body to PGP encrypted messages.
Remko Troncon <remko at psi-im.org>**20051011205047
 The message now soys that you are unable to decrypt the message, indicating
 that something is wrong.
] 
[VCard Photo no longer gets automatically scaled or trannsformed to PNG.
Remko Troncon <remko at psi-im.org>**20051011203425] 
[Modified UI files to no longer depend on Qt>3.1.
Remko Troncon <remko at psi-im.org>**20051011192527] 
[Fixed tab orderings.
Remko Troncon <remko at psi-im.org>**20051011191254] 
[Removed some files from the Mac disk image.
Remko Troncon <remko at psi-im.org>**20051011191150] 
[LineEdit remembers original window position
Michail Pishchagin <mblsha-psi at affinix.com>**20051008144432
 From now on, when LineEdit moves the window it remember its original position, and moves window back at the first chance to do so.
] 
[tabs closecross fix
Kevin Smith <psi-changelog at kismith.co.uk>**20051008115358] 
[Transparency for tabs
Kevin Smith <psi-changelog at kismith.co.uk>**20051007121149
 Tabsets should now be transparent using the same value as chats
] 
[XML-option for single close button in tabs
Kevin Smith <psi-changelog at kismith.co.uk>**20051006141554
 This patch adds and XML config option which removes the on-hover close icons from individual tabs and puts a single button in the corner of the dialog. A Qt bug or misfeature means that this will be ugly on OSX. With a Qt4 port necessitating a complete rewrite of this code for the next version it's not worth sinking time into a work-around (I tried at some length).
] 
[Fix for OSX tab close button ugliness
Kevin Smith <psi-changelog at kismith.co.uk>**20050907184541
 The horrible button overlay offset issues should be fixed here, using fix-value hacks. I'd not commit this if it wasn't to be rewritten completely for 0.11.
] 
[Fixed PsiPopup crash
Michail Pishchagin <mblsha-psi at affinix.com>**20051006115338] 
[Removed bad includehints.
Remko Troncon <remko at psi-im.org>**20050929092036] 
[Removing unused file transfer code.
Remko Troncon <remko at psi-im.org>**20050903211600] 
[Fixed bug with data transfer port set to 0.
Remko Troncon <remko at psi-im.org>**20050903204829
 When the data transfer port is set to 0, Psi no longer listens on any
 port.
] 
[TAG 0.10-test2
Remko Troncon <remko at psi-im.org>**20050902144531] 
Patch bundle hash:
c587ad8bbb685d7641d56e946fa17017bdfad727