fixed toolbar change/save issues
[claws.git] / ChangeLog.claws
index 5bfa4a04452f1bc2117cd850c9e83363d35727c9..aae10ba62c65edd3040aad658eb281e3ea3e1ebc 100644 (file)
@@ -1,3 +1,627 @@
+2002-08-07 [thorsten]  0.8.1claws30
+
+       * src/prefs_toolbar.c
+               fix: crash on replace or add new button
+       * src/toolbar.c
+               fix: close xmlfile after reading
+       * src/utils.c
+               fix: unlink() file before rename()
+
+2002-08-06 [paul]      0.8.1claws29
+
+       * sync with 0.8.cvs15
+               see ChangeLog 2002-08-06
+
+2002-08-06 [oliver]    0.8.1claws28
+
+       * src/toolbar.c
+       * src/prefs_toolbar.c
+               fixed empty toolbar issue
+
+2002-08-06 [oliver]    0.8.1claws27
+
+       * Custom Toolbar Final 
+       * src/folderview.c
+       * src/inc.c
+       * src/summaryview.c
+               o toolbar stuff now lives in src/toolbar.[ch]
+               o main_window_toolbar_* functions are renamed to
+                 toolbar_* reflecting their new source file
+       * src/mainwindow.[ch]
+               o remove toolbar stuff  
+
+2002-08-06 [oliver]    0.8.1claws26
+       
+       * src/Makefile.am
+       * src/prefs_toolbar.[ch]        **New File**
+       * src/toolbar.[ch]              **New File**
+               o prefs_toolbar.[ch] custom toolbar frontend
+               o toolbar.[ch]       backend 
+
+2002-08-06 [oliver]    0.8.1claws25
+
+       * src/prefs_actions.[ch]
+               o new exported function actions_execute
+
+2002-08-06 [paul]      0.8.1claws24
+
+       * sync with 0.8.1cvs4
+               see ChangeLog 2002-08-06
+
+2002-08-06 [paul]      0.8.1claws23
+
+       * sync with 0.8.1cvs13
+               see ChangeLog 2002-08-06
+
+2002-08-06 [paul]      0.8.1claws22
+
+       * sync with 0.8.1cvs12
+               see ChangeLog 2002-08-05 and 2002-08-06
+
+2002-08-06 [match]     0.8.1claws21
+
+       * src/addrclip.c
+               improvements to cut/copy/paste address
+
+2002-08-05 [match]     0.8.1claws20
+
+       * src/addritem.[ch]
+       * src/addrcache.c
+       * src/addrbook.c
+       * src/editaddress.c
+       * src/addressbook.c
+               fixes to improve cut/copy/paste
+
+2002-08-06 [melvin]    0.8.1claws19
+
+       * src/account.[ch]
+               account_find_all_from_address(): new function that returns the
+               list of all accounts that are matched in an address.
+       * src/alertpanel.[ch]
+               alertpanel() now accepts a custom widget
+               alertpanel_with_widget(): new function that pops up a panel with
+               a custom widget in it 
+       * src/gtkutils.[ch]
+               gtkut_account_menu_new(): new function that allows the selection
+               of an account from a list of accounts.
+       * src/messageview.c
+               Extended Return Receipt notification to select the correct 
+               account and to make a security test on the Delivery-Notification
+               address which should be the same as the Return-Path.
+
+2002-08-06 [thorsten]  0.8.1claws18
+
+       * src/mimeview.c
+               attach_all: save unnamed as "noname.%d",
+               dont free static dirname
+
+2002-08-05 [alfons]    0.8.1claws17
+
+       * configure.in
+               detect XIM by trying to link rather than compile a XIM program
+
+2002-08-05 [oliver]    0.8.1claws16
+               
+       * src/stock_pixmap.[ch]
+               o add UP_ARROW to available pixmaps (already in pixmap-directory)
+               o new func to retrieve pixmaps
+
+2002-08-05 [paul]      0.8.1claws15
+
+       * sync with 0.8.1cvs10
+               see ChangeLog 2002-08-05
+
+2002-08-04 [alfons]    0.8.1claws14
+
+       * src/textview.c
+               see if this plugs memleak
+
+2002-08-04 [melvin]    0.8.1claws13
+
+       * src/gtkspell.c
+               fixed bug that could crash Sylpheed when highlighting
+               all misspelled words.
+
+2002-08-03 [melvin]    0.8.1claws12
+
+       * src/prefs_actions.c
+               removed unnecessary checks for NULL introduced in 0.8.1claws11.
+       * src/messageview.c
+               fixed bug where the Return Receipt was sent to
+               Delivery-Notification-To address even if it was not present
+
+2002-08-02 [alfons]    0.8.1claws11
+
+       * src/prefs_actions.c
+               o more check for NULLs
+               o put create_io_dialog() in right conditional block
+
+2002-08-02 [paul]      0.8.1claws10
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+
+2002-08-01 [christoph] 0.8.1claws9
+
+       * src/folder.c
+               don't free the cache of the opened
+               folder in the summaryview
+       * src/summaryview.c
+               don't unset flags, if it is not required
+
+2002-08-01 [paul]      0.8.1claws8
+
+       * sync with 0.8.1cvs8
+               see ChangeLog entry 2002-08-01
+
+2002-08-01 [paul]      0.8.1claws7
+
+       * sync with 0.8.1cvs7
+               see ChangeLog 2002-07-31 and 2002-08-01
+
+2002-07-31 [christoph] 0.8.1claws6
+
+       * src/mainwindow.c
+               forgot to update menu sensitivity
+               function for new menu entry
+
+2002-07-31 [alfons]    0.8.1claws5
+
+       * src/main.c
+               check folder item and its path for NULL on
+               initial processing
+
+2002-07-31 [christoph] 0.8.1claws4
+
+       * src/folder.c
+               check if folder_item_get_msginfo in
+               folder_item_remove_msg returned NULL
+       * src/imap.c
+               better clear the uid cache in the
+               uid validity check function and delete
+               cached messages
+
+2002-07-31 [paul]      0.8.1claws3
+
+       * man/sylpheed.1
+               add the '--attach' option and a few other
+               minor changes
+
+2002-07-31 [paul]      0.8.1claws2
+
+       * sync with 0.8.1cvs5
+               see ChangeLog 2002-07-31
+
+2002-07-31 [christoph] 0.8.1claws1
+
+       * src/folderview.[ch]
+       * src/mainwindow.c
+               replace "Rescan all folders..." with
+               "Check all folders for new messages..."
+
+2002-07-30 [paul]      0.8.1claws
+
+       * version 0.8.1claws released
+
+2002-07-30 [paul]      0.8.0claws29
+
+       * tools/OOo2sylpheed.pl ** NEW FILE **
+         tools/README
+               add script to enable sending documents as
+               attachments from OpenOffice.org
+
+2002-07-30 [melvin]    0.8.0claws28
+
+       * src/prefs_actions.c
+               Made the actions' input/output dialog display
+               without delay.
+
+2002-07-30 [christoph] 0.8.0claws27
+
+       * src/procmsg.c
+               check if folder_item_get_msginfo in
+               procmsg_save_to_outbox returned NULL
+
+2002-07-30 [paul]      0.8.0claws26
+
+       * sync with 0.8.1cvs4
+               see ChangeLog 2002-07-29
+
+2002-07-29 [thorsten]  0.8.0claws25
+
+       * README.claws
+               added selective download, delete on server
+
+2002-07-29 [paul]      0.8.0claws24
+
+       * sync with 0.8.1cvs3
+               see ChangeLog 2002-07-29
+
+2002-07-27 [christoph] 0.8.0claws23
+
+       * src/folder.c
+               add extra check if fetching the msginfo
+               returned NULL
+
+2002-07-27 [paul]      0.8.0claws22
+
+       * sync with 0.8.1cvs2
+               see ChangeLog 2002-07-26
+
+2002-07-27 [christoph] 0.8.0claws21
+
+       * src/imap.c
+               add another check if a valid msginfo
+               was returned
+
+2002-07-26 [hoa]       0.8.0claws20
+
+       * src/folder.c
+               Fixed a condition in folder_item_destroy()
+
+       * src/imap.c
+               Fixed an error in IMAP protocol
+
+2002-07-26 [alfons]    0.8.0claws19
+
+       * src/folder.c
+               ofcourse compare with identifier, not the path
+
+2002-07-26 [alfons]    0.8.0claws18
+
+       * src/folder.c
+               use folder item identifier for saving / restoring
+               preferences because folder->path might not be unique
+
+2002-07-26 [melvin]    0.8.0claws17
+
+       * src/logwindow.c
+               Fixed a crash introduced in 0.8.0claws5 when log is 
+               cut under 80 characters.
+
+2002-07-26 [paul]      0.8.0claws16
+
+       * sync with 0.8.1cvs1
+               see ChangeLog 2002-07-26
+
+2002-07-26 [christoph] 0.8.0claws15
+
+       * src/imap.[ch]
+               imap folder now remembers the last selected
+               folder and imap_fetch_msginfo skips selecting
+               the folder if it is already selected
+
+2002-07-26 [christoph] 0.8.0claws14
+
+       * src/folder.c
+       * src/folderview.c
+       * src/imap.c
+               fix imap folder rescanning
+
+2002-07-25 [christoph] 0.8.0claws13
+
+       * src/filter.c
+       * src/folder.[ch]
+       * src/folderview.c
+       * src/imap.[ch]
+       * src/mainwindow.c
+       * src/mbox_folder.c
+       * src/mh.c
+       * src/news.c
+               implement imap uid cache and uid validity check
+
+2002-07-25 [alfons]    0.8.0claws12
+
+       * src/summaryview.c
+               fix a brown paper bag bug, and also add some more
+               checks
+
+2002-07-25 [christoph] 0.8.0claws11
+
+       * src/folder.c
+               don't mix copy, fetch_msginfo and remove
+               operations in folder item copy and move
+               operations
+
+2002-07-25 [christoph] 0.8.0claws10
+
+       * src/folderview.c
+       * src/mainwindow.c
+       * src/prefs_folder_item.c
+       * src/summaryview.[ch]
+               remove no longer required parameter update_cache from
+               summary_show
+
+2002-07-25 [paul]      0.8.0claws9
+
+       * sync with 0.8.1
+       
+       * AUTHORS
+               a few corrections
+
+2002-07-24 [alfons]    0.8.0claws8
+
+       * src/summaryview.c
+               sort correctly when using simplified subject line
+               (closes feature request "[ 585141 ] applying regexp to subject 
+               before sort" submitted by Alexandra Walford)
+
+2002-07-24 [paul]      0.8.0claws7
+
+       * sync with 0.8.0cvs3
+               see ChangeLog 2002-07-24
+
+2002-07-23 [christoph] 0.8.0claws6
+
+       * src/folder.c
+        * src/folder.h
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/main.c
+               o separate processing and summaryview
+               o removed summary_write_cache from summaryview
+               o removed summaryview->killed_messages, because we don't have
+                 to keep a list of killed messages anymore. New cache will
+                 keep the hidden messages in cache anyway
+       * src/folderview.c
+       * src/inc.c
+       * src/selective_download.c
+               o removed unnecessary summary_write_cache calls
+       * src/procmsg.c
+               o don't set ignore thread flag in procmsg_get_thread_tree
+                 if it is already set
+       * src/mainwindow.c
+       * src/statusbar.h
+               o moved STATUSBAR_PUSH/POP to statusbar.h because
+                 they are used in different files
+
+2002-07-23 [melvin]    0.8.0claws5
+
+       * src/addressbook.c
+       * src/addrgather.c
+       * src/editaddress.c
+       * src/editgroup.c
+       * src/editldap_basedn.c
+       * src/importldif.c
+       * src/prefs_common.c
+               Fixed few memory leak (gtk_editable_get_chars returns
+               an allocated string)
+       * src/logwindow.c
+               Fixed few memory leak (gtk_editable_get_chars returns
+               an allocated string) and modified a little the log cutting
+               loop.
+       * src/compose.c
+               Replaced a call to an obsolete function gtk_entry_get_text()
+               by gtk_editable_get_chars()
+       * src/send.c
+               Removed a debug printf
+
+2002-07-23 [christoph] 0.8.0claws4
+
+       * src/filesel.c
+               fix another g_dirname memory leak
+
+2002-07-23 [christoph] 0.8.0claws3
+
+       * src/mh.c
+               fixed a memory leak in mh_fetch_msginfo
+               fixed crash when message header could not be
+               parsed
+
+2002-07-23 [paul]      0.8.0claws2
+
+       * sync with 0.8.0cvs2
+               see ChangeLog 2002-07-23
+
+2002-07-23 [paul]      0.8.0claws1
+
+       * sync with 0.8.0cvs1
+               see ChangeLog 2002-07-23
+
+2002-07-23 [paul]      0.8.0claws
+
+       * release of 0.8.0claws
+
+2002-07-23 [paul]      0.7.8claws99
+
+       * po/ru.po
+               new Russian translation, submitted by
+               Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
+
+2002-07-22 [jens]      0.7.8claws98
+
+       * po/de.po
+               Updated German translations.
+
+2002-07-22 [paul]      0.7.8claws97
+
+       * po/es.po
+         po/it.po
+         po/nl.po
+         po/pt_BR.po
+               updated translations by Ricardo Mones Lastra,
+               Alessandro Maestri, Wilbert Berendsen and 
+               Fabio Jr. Beneditto respectively
+
+2002-07-22 [christoph] 0.7.8claws96
+
+       * src/mimeview.c
+               fix memory leak caused by wrong g_dirname usage
+
+2002-07-22 [christoph] 0.7.8claws95
+
+       * src/summaryview.c
+               update new and unread message counts for summaryview
+               summaryview does not get it from the folder anymore
+               and has to update the values itself
+
+2002-07-22 [melvin]    0.7.8claws94
+
+       * po/fr.po
+               Updated French translations.
+
+2002-07-22 [christoph] 0.7.8claws93
+
+       * src/matcher.c
+               set prop->preg pointer to NULL or following check
+               will not fail and regexec will be called with
+               invalid pointer
+
+2002-07-21 [alfons]    0.7.8claws92
+       
+       * src/prefs_common.[ch]
+               remove option "Send return receipt on request"
+
+2002-07-21 [thorsten]  0.7.8claws91
+
+       * src/mimeview.c
+               fixed memleaks, coding style as pointed out by alfons
+
+2002-07-21 [alfons]    0.7.8claws90
+
+       * src/messageview.c
+       * src/noticeview.[ch]
+               o fix bug notice view being displayed when going to empty folder 
+                 (noticed by Christoph)
+               o allow RRR to be sent when restarting sylpheed, or changing folder 
+                 (noticed by Thorsten)
+
+2002-07-21 [thorsten]  0.7.8claws89
+
+       * src/mimeview.c
+               Included save_all patch from Xaview FACQ
+               added support for pathnames
+
+2002-07-21 [alfons]    0.7.8claws88
+
+       * po/POTFILES.in
+       * src/Makefile.am
+       * src/mainwindow.c
+       * src/messageview.[ch]
+       * src/noticeview.c      ** NEW FILE **
+       * src/noticeview.h      ** NEW FILE **
+               make return receipts work again
+               (UI idea by Leandro Pereira)
+
+2002-07-21 [paul]      0.7.8claws87
+
+       * src/summaryview.c
+               fix sensitivity of 'Select thread'
+
+2002-07-21 [paul]      0.7.8claws86
+
+       * src/prefs_common.c
+               add browser command line for Galeon
+
+2002-07-21 [paul]      0.7.8claws85
+
+       * Makefile.am
+               fix 'EXTRA_DIST': remove README.README, add TODO
+               and TODO.claws
+
+2002-07-21 [alfons]    0.7.8claws84
+
+       * src/gtkstext.c
+               make enter clear selection
+               (closes "[ 579888 ] Editor selection/entry error"
+               reported by Steve Lamb)
+
+2002-07-21 [alfons]    0.7.8claws83
+       
+       * src/summaryview.c
+               sort message list when selecting unthread messages
+               (closes "[ 501593 ] switching threaded view doesn't sort"
+               reported by Simon Schubert)
+
+2002-07-20 [alfons]    0.7.8claws82
+       
+       * src/matcher.c
+               const-correctness
+
+2002-07-20 [thorsten]  0.7.8claws81
+
+       * src/matcher.c
+               Fixed expansion of empty fields in matchactions
+
+2002-07-19 [melvin]    0.7.8claws80
+
+       * src/gtkspell.c
+               Removed a duplicate menu entry (fast mode) introduced during
+               the new cache merge
+               Added a menu separator between 'Use alternate' and 'Fast mode'
+
+2002-07-19 [paul]      0.7.8claws79
+
+       * tools/Makefile.am
+         tools/README
+               correct typos
+
+2002-07-19 [thorsten]  0.7.8claws78
+
+       * tools/calypso_convert.pl      ** NEW FILE **
+         tools/README
+         tools/Makefile.am
+               script to import mbox files exported
+               by calypso
+               o generates folder structure
+               o includes attachments
+
+2002-07-19 [melvin]    0.7.8claws77
+
+       * src/selective_download.[ch]
+               Fixed bug where closing the dialog with the window manager's
+               close button will not unlock the summary
+               Corrected some function declarations that missed a return value
+               Made the source code comply better with coding style.
+       * src/prefs_common.c
+               Added new browser command line for Mozilla.
+
+2002-07-18 [paul]      0.7.8claws76
+
+       * src/mainwindow.c
+         src/selective_download.[ch]
+               reflect theme changes, fix Gdk Warning when creating 
+               pixmap from NULL window, and minor clean up.
+               Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
+
+       * po/en_GB.po
+               updated
+
+2002-07-17 [paul]      0.7.8claws75
+
+       * INSTALL[.jp]
+               sync with 0.8.0
+       
+       * po/en_GB.po
+               updated
+
+2002-07-16 [paul]      0.7.8claws74
+
+       * tools/filter_conv.pl
+         tools/README
+               replace conversion script with reimplemented version, 
+               submitted by Torsten Schoenfeld <kaffeetisch@web.de>
+
+2002-07-16 [colin]     0.7.8claws73
+
+       * src/summaryview.c
+               remove forgotten debug messages - sorry ;-)
+
+2002-07-16 [colin]     0.7.8claws72
+
+       * src/mimeview.c
+         src/summaryview.c
+         src/textview.c
+         src/textview.h
+               add the ability to select part of a text mime-part 
+               to reply.
+
+2002-07-15 [christoph] 0.7.8claws71
+
+       * src/folder.c
+               fix folder message count for folders without
+               msg_is_changed (includes news folders)
+
 2002-07-15 [martin]    0.7.8claws70
 
        * src/summaryview.c
        * src/summaryview.c
                removed setting folder status from summaryview.
                folder.c should update all message counts correctly.
-       
+
 2002-07-15 [paul]      0.7.8claws68
 
        * po/pt_BR.po
 
        * src/prefs_common.c
                ...and in the process, tweak the gui a little
-       
+
 2002-06-25 [alfons]    0.7.8claws27
        
        * configure.in