g_free(trimmed_uri);
[claws.git] / ChangeLog.claws
index 0cfdbb3174e54a3e003c989bf15a106a2ccd14d0..e8989d03dda58d29a15d23195337087767ce7251 100644 (file)
@@ -1,3 +1,254 @@
+2003-09-01 [paul]      0.9.4claws51
+
+       * src/textview.c
+               g_free(trimmed_uri);
+
+2003-09-01 [paul]      0.9.4claws50
+
+       * sync with 0.9.4cvs13
+               see ChangeLog 2003-09-01
+
+2003-09-01 [paul]      0.9.4claws49
+
+       * src/textview.c
+               trim uri before sending to the statusbar
+               fixes Bug 275 'Clicking on long URL wrapped onto two lines
+               in the message window causes main S-C window to enlarge 
+               past screen edges'
+
+2003-09-01 [paul]      0.9.4claws48
+
+       * sync with 0.9.4cvs12
+               see ChangeLog 2003-09-01
+
+2003-08-30 [christoph] 0.9.4claws47
+
+       * src/compose.c
+       * src/folder_item_prefs.[ch]
+       * src/prefs_folder_item.c
+       * src/gtk/gtkaspell.[ch]
+               commit per folder dictionary patch by
+               Paul Evans <nerd@freeuk.com>
+
+2003-08-30 [christoph] 0.9.4claws46
+
+       * src/plugins/spamassassin/spamassassin_gtk.c
+       * src/plugins/spamassassin/spamassassin_gtk.glade
+               reduce GUI clutter by placing hints into tooltips
+
+2003-08-30 [paul]      0.9.4claws45
+
+       * src/compose.c
+               add 'Content-Disposition: inline' to a text/plain
+               part when using PGP/MIME signing
+
+2003-08-30 [paul]      0.9.4claws44
+
+       * src/prefs_common.c
+         src/prefs_spelling.c
+         src/prefs_spelling.glade
+               reduce GUI clutter by placing hints into tooltips
+
+2003-08-29 [christoph] 0.9.4claws43
+
+       * configure.ac
+               fix bug found by Ivan Rayner <ivanr@sgi.com>
+
+       * src/stock_pixmap.c
+               change unecessary warning into a debug message
+
+       * src/plugins/clamav/Makefile.am
+               Fix error "-I$(CLAMAV_LIBS)"
+
+2003-08-29 [christoph] 0.9.4claws42
+
+       * intl/Makefile.in
+       * src/Makefile.am
+       * src/matcher.h
+       * src/common/Makefile.am
+       * src/common/passcrypt.c
+               commit fixes and patches for some of the IRIX problems found by
+               Ivan Rayner <ivanr@sgi.com>
+
+2003-08-29 [paul]      0.9.4claws41
+
+       * src/prefs_filtering.c
+               add 'Top' and 'Bottom' buttons, based on changes in
+               src/prefs_filter.c in 0.9.4cvs11.
+
+2003-08-27 [christoph] 0.9.4claws40
+
+       * src/folderview.c
+               fix bug that the current summary settings were copied to the
+               wrong folder item, when the folder item prefs are opened.
+               Copying is not required because summary settings and
+               folder_item_prefs do not contain the same settings
+
+2003-08-27 [thorsten]  0.9.4claws39
+
+       * src/imap.c
+               fix compile error
+
+2003-08-26 [paul]      0.9.4claws38
+
+       * sync with 0.9.4cvs9
+               see ChangeLog 2003-08-26
+
+2003-08-25 [paul]      0.9.4claws37
+
+       * sync with 0.9.4cvs8
+               see ChangeLog 2003-08-25
+
+2003-08-24 [christoph] 0.9.4claws36
+
+       * src/prefs_filtering.c
+               shouldn't remove items from a GSList while iterating over the
+               list (makes cur invalid and cur->next not accessable)
+
+       (closes Bug 272 i deleted an folder and some seconds later sylpheed
+        crashed)
+
+2003-08-23 [christoph] 0.9.4claws35
+
+       * src/news.c
+               news folders should be scanned when opened
+
+2003-08-22 [christoph] 0.9.4claws34
+
+       * src/prefs_folder_item.c
+               use macro to assign strings that always frees the old string
+
+       * src/gtk/gtkaspell.[ch]
+               add gtkaspell_set_dictionary_menu_active_item() to set active
+               item in dictionary option menu
+
+       * src/prefs_spelling.c
+               use gtkaspell_set_dictionary_menu_active_item() to select
+               dictionary
+
+2003-08-21 [christoph] 0.9.4claws33
+
+       * src/folder.[ch]
+       * src/imap.c
+       * src/mbox_folder.c
+       * src/mh.c
+       * src/news.c
+               optimize folder system
+
+       * src/gtk/gtkstext.c
+               fix division by zero when font has 0 width for ' '
+
+2003-08-21 [paul]      0.9.4claws32
+
+       * sync with 0.9.4cvs7
+               see ChangeLog 2003-08-20
+
+2003-08-19 [paul]      0.9.4claws31
+
+       * src/common/defs.h
+               add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
+               SYLDOC_FAQ_HTML_INDEX.
+       * src/manual.c
+               use LC_MESSAGES instead of LC_ALL to find the current
+               language
+
+         fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
+
+2003-08-19 [paul]      0.9.4claws30
+
+       * po/bg.po
+               updated by George Danchev
+
+2003-08-18 [luke]      0.9.4claws29
+       * src/mimeview.[ch]
+       * src/gtk/gtkvscrollbutton.[ch]
+               o removed gtk_vscrollbutton_reset() (reasons: reduce 
+                 dependencies; do it the GTK way; reduce code -14/+2 lines)
+               o removed horizontal separator between icons
+
+2003-08-17 [christoph] 0.9.4claws28
+
+       * src/procmsg.c
+               no subject threading when the subject has no reply prefix
+
+2003-08-16 [christoph] 0.9.4claws27
+
+       * src/mainwindow.c
+               remember and restore window sizes and position when the main
+               window is hidden or shown
+
+       (closes Bug 274 Window size in 0.9.4claws18 not remembered when
+        minimised/reopened using trayicon)
+
+2003-08-16 [paul]      0.9.4claws26
+
+       * src/crash.c
+               add #include "defs.h"
+
+2003-08-16 [paul]      0.9.4claws25
+
+       * src/plugins/clamav/clamav_plugin.c
+               reword a debug_print
+               
+       * src/plugins/dillo_viewer/dillo_prefs.c
+               cosmetic: change the labels' text, add tooltips, and
+               left-align the hint
+
+2003-08-15 [christoph] 0.9.4claws24
+
+       * src/news.c
+               complete last change (forgot some changes)
+
+2003-08-15 [christoph] 0.9.4claws23
+
+       * src/news.c
+               o check number of messages and don't return a 0 message
+                 when no messages are available
+               o don't parse xref header anymore
+
+       (closes Bug 203 I'm not getting any news)
+
+2003-08-15 [paul]      0.9.4claws22
+
+       * src/common/defs.h
+         src/crash.c
+               update and define claws bugzilla location
+
+2003-08-15 [paul]      0.9.4claws21
+
+       * po/ru.po
+               update submitted by Ruslan N. Balkin
+
+2003-08-14 [christoph] 0.9.4claws20
+
+       * src/procmsg.c
+               fix search for oldest node in subject threading
+
+2003-08-14 [christoph] 0.9.4claws19
+
+       * src/procmsg.c
+       * src/common/utils.h
+               add possibility to check all nodes with the same subject for
+               subject threading, not only the oldest node. Should not break
+               threads anymore if the oldest node is thread_by_subject_max_age
+               days older then parent, because it can now find a child of
+               oldest node as new parent.
+
+2003-08-11 [christoph] 0.9.4claws18
+
+       * src/plugins/spamassassin/spamassassin.c
+               run spam check in background process
+
+2003-08-10 [alfons]    0.9.4claws17
+
+       * src/summaryview.c
+               make `Select All' sensitive too
+
+2003-08-10 [christoph] 0.9.4claws16
+
+       * src/imap.c
+               add more checks in imap_close
+
 2003-08-09 [alfons]    0.9.4claws15
 
        * src/prefs_spelling.c