On Fri, 25 Aug 2006 15:58:31 +0200 Vadim Zeitlin <[EMAIL PROTECTED]> wrote:
> There were indeed multiple problems with non UTF-8 encodings in > Mahogany when using GTK+ 2. I believe I've fixed all of them in the > current cvs but the problem is that there were also problems in > wxGTK itself so I can't easily make a new release, unfortunately. If > you can build from the cvs sources of wxWidgets and M, please try to > do it and test the new version, it should work correctly. It's much better now (CVS M + CVS wx), thank you. Displaying body of message is correct. There is still problem in "Folder View". For example if message have 'From:' field in header like this: From: "=?WINDOWS-1252?Q?Petr_Bal=E1=9A?=" <[EMAIL PROTECTED]> only empty line is displayed (instead of Status|Subject|From|Date). One minor issue in configure: when testing for -Wno-pointer-sign it should be space in if (line 5349): - if test $m_cv_cc_no_warn_ptr_sign="yes"; then + if test $m_cv_cc_no_warn_ptr_sign = "yes"; then otherwise it is always true. I want to ask also: how difficult it would be to backport these fixes to wxWidgets 2.6.x? The problem is that I made a Mahogany package for Gentoo Linux and it is not wise/possible to make it dependent to CVS wx. Latest available version in Gentoo is 2.6.3.2. I do not see any developers realted Changelog file in wx tree. How can I see what changes you did? Robert -- Robert Cernansky E-mail: [EMAIL PROTECTED] Jabber: [EMAIL PROTECTED] ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Mahogany-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mahogany-users
