Add export LDIF.
[claws.git] / ChangeLog.claws
index 09de04398060416442b9aca615236d3a69bf5359..792162aaba1dbfc469b9eac56f4179b550500b9e 100644 (file)
@@ -1,3 +1,169 @@
+2003-08-04 [match]     0.9.4claws2
+
+       * src/ldif.[ch]
+               support for export LDIF. documented.
+       * src/importldif.[ch]
+       * src/exportldif.[ch]
+               add tooltips. documented.
+       * src/exphtmldlg.[ch]
+       * src/common/xmlprops.[ch]
+               documented.
+       * src/exportldif.[ch]                   ** NEW **
+       * src/expldifdlg.[ch]                   ** NEW **
+       * src/addressbook.[ch]
+       * src/Makefile.am
+               export of LDIF files.
+               documented.
+
+2003-08-04 [christoph] 0.9.4claws1
+
+       * .cvsignore
+       * Makefile.am
+       * configure.ac
+       * sylpheed-claws.pc.in                  ** NEW **
+       * src/Makefile.am
+       * src/common/Makefile.am
+       * src/gtk/Makefile.am
+               install sylpheed header files in $(pkgincludedir) and create a
+               pkg-config file to allow building a plugin without the source
+               package
+
+2003-08-04 [paul]      0.9.4claws
+
+       * version 0.9.4claws
+
+2003-08-04 [paul]      0.9.3claws97
+
+       * po/es.po
+               update Spanish translation. Submitted by Ricardo
+               Mones Lastra.
+
+2003-08-03 [paul]      0.9.3claws96
+
+       * po/hr.po
+         po/sr.po
+               update Croatian and Serbian translations. Submitted by
+               Dragan and Urke MMI respectively
+
+2003-08-03 [alfons]    0.9.3claws95
+
+       * src/summaryview.c
+               mark flag has precedence over important flag - seems
+               to have been changed in sync of 0.9.3claws45. this fixes
+               a regression where messages that were scored as important
+               don't show their mark flags. (using the same column for
+               both importance as mark flags is the real problem
+               ofcourse)
+
+2003-08-03 [melvin]    0.9.3claws94
+
+       * po/fr.po
+               Updated French translations.
+
+2003-08-03 [melvin]    0.9.3claws93
+
+       * src/Makefile.am
+               Fixed typo introduced after 0.9.3claws92 
+               that prevented compilation
+               Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
+               CPPFLAGS and YFLAGS to allow user setting these.
+       * src/common/Makefile.am
+       * src/gtk/Makefile.am
+       * src/plugins/clamav/Makefile.am
+       * src/plugins/demo/Makefile.am
+       * src/plugins/dillo_viewer/Makefile.am
+       * src/plugins/image_viewer/Makefile.am
+       * src/plugins/mathml_viewer/Makefile.am
+       * src/plugins/spamassassin/Makefile.am
+       * src/plugins/trayicon/Makefile.am
+       * src/plugins/trayicon/libeggtrayicon/Makefile.am
+               Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
+               CPPFLAGS and YFLAGS to allow user setting these.
+
+2003-08-02 [christoph] 0.9.3claws92
+
+       * configure.ac
+               o rearrange plugin tests
+               o add test for clamav.h to ClamAV tests
+
+2003-08-02 [luke]      0.9.3claws91
+
+       * src/mimeview.c
+               o fixed appearance of icon list when toggling back from the 
+                 ctree
+               o toggling of icons using the keyboard works correctly
+               o fixed all other keyboard shortcuts to work when icons are
+                 active
+       
+       * src/messageview.c
+               o fixed bug 4 - focus lost when changing messageview view type
+
+2003-08-02 [christoph] 0.9.3claws90
+
+       * src/common/hooks.c
+               fix crash when pointer stored in hash table could get invalid
+               when a plugin is unloaded
+
+2003-08-01 [christoph] 0.9.3claws89
+
+       * configure.ac
+               o try to build all plugins (except spamassassin) by default
+               o don't build a plugin if a dependency check fails
+
+       * src/common/hooks.c
+               fix warning
+
+2003-08-01 [match]     0.9.3claws88
+
+       * src/importldif.c
+               allow single click field selection. document code.
+
+2003-08-01 [christoph] 0.9.3claws87
+
+       * src/plugins/clamav/clamav_plugin.c
+       * src/plugins/clamav/clamav_plugin_gtk.c
+       * src/plugins/dillo_viewer/dillo_viewer.c
+       * src/plugins/image_viewer/plugin.c
+       * src/plugins/mathml_viewer/mathml_viewer.c
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+       * src/plugins/trayicon/trayicon.c
+               add version check to all plugins
+
+2003-08-01 [hoa]       0.9.3claws86
+
+       * src/prefs_filtering.c
+               fixed a cosmetic bug, during creation of dialog box,
+               wrong widgets were shown after creation.
+
+2003-08-01 [luke]      0.9.3claws85
+
+       * src/mainwindow.c
+               o fixed visibility of icons/mimeview after toggling separate
+                 message/folder view (factored out some similar code too).
+
+
+2003-07-31 [alfons]    0.9.3claws84
+
+       * src/mimeview.c
+               tweak icon box UI a bit more, now allowing right-clicks actions
+               getting the relevant mime data too; should fix #250, "Can't save 
+               attachments sometimes".
+
+2003-07-30 [alfons]    0.9.3claws83
+
+       * src/compose.c
+               don't do auto-save-draft inside key press handler, but rather
+               schedule it half of a second later; should fix #67, "autosave 
+               make re-rediting message crazy"
+
+2003-07-30 [christoph] 0.9.3claws82
+
+       * src/plugins/trayicon/trayicon.c
+               process pending events before unloading the plugin
+
+       (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
+
 2003-07-30 [alfons]    0.9.3claws81
 
        * src/common/hooks.c
        * sync with 0.9.3cvs17
                see ChangeLog 2003-07-23
 
+       (closes Bug 234 segmentation fault after sending out mail via
+        smtp(auth))
+
 2003-07-28 [paul]      0.9.3claws65
 
        * po/es.po
        * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
        * src/pixmaps/mime_*.xpm                ** NEW **
                o mimeview rearrangement with a new icon shortcut bar
-       
+
 2003-07-19 [alfons]    0.9.3claws27
 
        * src/folderview.c
        * src/plugins/spamassassin/spamassassin.c
                remove setlocale workaround (fixed in libspamc)
 
+       (closes Bug Bug 184 Entering non-ascii character deletes previous char
+        if spell checking enabled)
+
 2003-07-17 [alfons]    0.9.3claws19
 
        * src/common/hooks.[ch]