give full control of display or non-display of Execute icon to Custom toolbar settings
[claws.git] / ChangeLog.claws
index 1ff6279d32986cc62265e2a55a88520dc0c2fabd..101a4ee719ae709e7c5132fb1eade86b79a805e0 100644 (file)
@@ -1,3 +1,642 @@
+2002-08-23 [paul]      0.8.1claws107
+
+       * src/mainwindow.[ch]
+         src/toolbar.c
+               give full control of display or non-display 
+               of the Execute icon to Custom toolbar settings.
+               add new sensitivity condition to maninwindow.h: 
+               M_DELAY_EXEC
+
+       * ChangeLog
+         ChangeLog.jp
+         NEWS
+               more sync with 0.8.1cvs29
+
+2002-08-23 [melvin]    0.8.1claws106
+
+       * src/alertpanel.c
+               Readded support for custom widget in alertpanel lost in last
+               sync.
+
+2002-08-23 [paul]      0.8.1claws105
+
+       * sync with 0.8.1cvs29
+               see ChangeLog 2002-08-23
+
+2002-08-23 [colin]     0.8.1claws104
+
+       * src/summaryview.c
+               Fix folder and search pixmaps exchanging positions
+               after theme or toolbar changes. Thank to Oliver for 
+               reporting this.
+
+2002-08-23 [colin]     0.8.1claws103
+
+       * src/mainwindow.c
+         src/messageview.[ch]
+         src/noticeview.[ch]
+         src/summaryview.c
+               Changed messageview_create() and noticeview_create()
+               to avoid the last gdk_warning
+
+2002-08-22 [colin]     0.8.1claws102
+
+       * src/summaryview.c
+               Fix my new `Creating pixmap from xpm' warning
+
+2002-08-22 [colin]     0.8.1claws101
+
+       * src/mainwindow.c
+               Fix some of the gdk warnings
+
+2002-08-22 [colin]     0.8.1claws100
+
+       * src/Makefile.am
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/pixmaps/quicksearch.xpm *ADDED*
+               Add the quicksearch pixmap
+       * src/mainwindow.c
+       * src/summaryview.c
+       * src/summaryview.h
+               Make quicksearch bar visible/hidden via a button
+
+2002-08-22 [christoph] 0.8.1claws99
+
+       * src/folder.c
+               fix folder update for newsgroups with message
+               numbers below minimum number of articles to fetch
+               (closes bug #598445)
+
+2002-08-22 [paul]      0.8.1claws98
+
+       * sync with 0.8.1cvs28
+               see ChangeLog 2002-08-22
+
+2002-08-21 [alfons]    0.8.1claws97
+
+       * src/crash.c
+               use bt instead of bt full which seems to work 
+               better, and bt full doesn't give a great deal 
+               of information anyway
+
+2002-08-21 [colin]     0.8.1claws96
+
+       * src/summaryview.c
+               fix summaryview_searchtype_changed prototype
+
+2002-08-21 [christoph] 0.8.1claws95
+
+       * src/mainwindow.c
+               o fix broken menu update for sorting type, we have to
+                 get this info from the summaryview now
+               o removed setting of threaded state in menu callback
+       * src/summaryview.[ch]
+               more summaryview/folderitem seperation for
+               threading option
+       * configure.in
+               removed not required --with-compiler-flags option
+
+2002-08-21 [oliver]    0.8.1claws94
+       
+       * src/toolbar.h 
+               o rename toolbar.xml to toolbar_main.xml
+                 since toolbar_compose.xml might come up 
+                 any time soon
+       * README.claws
+               add custom toolbar              
+
+2002-08-21 [darko]     0.8.1claws93
+
+       * src/procmsg.c
+               don't reset tmp flags for messages copied
+               to sent folder
+
+2002-08-21 [colin]     0.8.1claws92
+       
+       * src/prefs_filtering.c
+               fix renaming rules on folder rename 
+               when folder is not a leaf folder
+
+2002-08-21 [paul]      0.8.1claws91
+
+       * src/prefs_folder_item.c
+               fix alignment of colour selector
+
+2002-08-21 [paul]      0.8.1claws90
+
+       * sync with 0.8.1cvs27
+               see ChangeLog 2002-08-21
+
+2002-08-21 [paul]      0.8.1claws89
+
+       * src/summaryview.c
+               fix crash when changing field type in
+               Quick search bar
+
+2002-08-21 [colin]     0.8.1claws88
+
+       * src/summaryview.c
+               Made quick search case-insensitive
+
+2002-08-21 [paul]      0.8.1claws87
+
+       * sync with 0.8.1cvs26
+               see ChangeLog 2002-08-21
+
+2002-08-20 [christoph] 0.8.1claws86
+
+       * src/folderview.c
+       * src/main.c
+       * src/summaryview.[ch]
+               more summaryview/folderitem seperation for
+               sort_key and sort_type
+       * src/procmsg.c
+               added missing return statement
+
+2002-08-20 [colin]     0.8.1claws85
+
+       * src/summaryview.[ch]
+               Added a quick search box
+       * src/mainwindow.c
+       * src/prefs_common.[ch]
+               Added a show/hide option for the quick search
+
+2002-08-20 [oliver]    0.8.1claws84
+       
+       * src/mainwindow.c
+               remove toolbar_create_popups
+       * src/toolbar.[ch]
+               o remove toolbar_create_popups
+               o fix toolbar_set_sensitive 
+                 (Bug reports #596834 and #596832)     
+       * src/prefs_toolbar.c
+               o add "Set default" button
+               o align label and text + combo widgets
+
+2002-08-20 [hoa]       0.8.1claws84
+
+       * src/imap.c
+               fixed a bug in imap_fetch_msginfo() in case there is no
+               current folder.
+
+2002-08-20 [darko]     0.8.1claws83
+
+       * src/folderview.c
+               copy the color style of folder view so it
+               works with GTK themes
+
+2002-08-20 [darko]     0.8.1claws82
+
+       * src/folder.h
+       * src/folderview.c
+       * src/prefs_folder_item.[hc]
+               don't use UI stuff in folder.h
+
+2002-08-20 [darko]     0.8.1claws81
+
+       * src/folder.h
+       * src/prefs_folder_item.h
+       * src/folderview.c
+       * src/prefs_folder_item.c
+               ability to set folder color in folderview
+
+2002-08-19 [alfons]    0.8.1claws80
+
+       * src/summaryview.c
+               fix one of the earlier memleaks reported by Martin Kluge
+
+2002-08-19 [alfons]    0.8.1claws79
+
+       * src/mainwindow.c
+               hide notice view when selecting seperate folder
+               view (reported by Urke MMI)
+
+2002-08-19 [christoph] 0.8.1claws78
+
+       * src/folderview.c
+       * src/prefs_folder_item.h
+       * src/summaryview.[ch]
+               o add summary_set_prefs_from_folderitem to set
+                 summaryview prefs (first step to remove all
+                 references to the folderitem in summaryview)
+               o moved compiled regex stuff from folderitem prefs
+                 to summaryview code
+
+2002-08-19 [paul]      0.8.1claws77
+
+       * src/compose.c
+               add check for '.' to QUOTE_IF_REQUIRED
+
+2002-08-19 [paul]      0.8.1claws76
+
+       * src/inc.c
+               sync with 0.8.1cvs25 (plug memory leak)
+
+       * src/prefs_toolbar.c
+               re-order prefs_toolbar_cancel()
+
+2002-08-18 [alfons]    0.8.1claws75
+
+       * src/inc.c
+       * src/matcher.c
+               plug other memleaks reported by Martin Kluge
+
+2002-08-18 [paul]      0.8.1claws74
+
+       * po/pt_BR.po
+               updated by Fabio Jr. Beneditto
+
+2002-08-18 [paul]      0.8.1claws73
+
+       * src/toolbar.[ch]
+               fix bug where tooltips were displayed untranslated              
+
+       * src/prefs_toolbar.c
+               fix bug where clicking 'Cancel' creates an icon & text
+               toolbar regardless of prefs
+       
+
+2002-08-17 [oliver]    0.8.1claws72
+
+       * src/prefs_toolbar.c
+               update toolbar on CANCEL
+               bug reported by Martin Kluge
+       * src/toolbar.c
+               toolbar_destroy memleak fixed           
+
+2002-08-17 [alfons]    0.8.1claws71
+
+       * src/toolbar.c
+               plug another memleak reported by Martin Kluge
+
+2002-08-16 [alfons]    0.8.1claws70
+
+       * src/crash.c
+               use execvp() correctly (suggested by wwp; thanks!)
+
+2002-08-16 [alfons]    0.8.1claws69
+
+       * src/gtksctree.c
+               plug memory leak reported by Kim Schultz & Martin Kluge
+
+2002-08-16 [paul]      0.8.1claws68
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+
+2002-08-16 [paul]      0.8.1claws67
+
+       * src/toolbar.h
+               fix bug where 'Compose News' icon showed wrong
+               tooltip
+
+2002-08-16 [paul]      0.8.1claws66
+
+       * sync with 0.8.1cvs24
+               see ChangeLog 2002-08-16
+
+       * po/it.po
+               updated by Alessandro Maestri
+
+2002-08-15 [paul]      0.8.1claws65
+
+       * po/sr.po
+               updated by Urke MMI
+
+2002-08-15 [paul]      0.8.1claws64
+
+       * src/*.c
+               don't translate debug info
+
+       * src/matcher.[ch]
+               add copyright info
+
+2002-08-15 [paul]      0.8.1claws63
+
+       * src/prefs_toolbar.c
+               fix bug where clicking 'OK' creates an icon & text
+               toolbar regardless of prefs
+
+2002-08-14 [alfons]    0.8.1claws62
+
+       * src/main.c
+               add global var that has the full argv[0]
+       * src/crash.c
+               o execvp the correct sylpheed by using argv0
+                 and setting the correct work dir
+               o other tweaks  
+
+2002-08-14 [oliver]    0.8.1claws61
+       
+       * enable/disable Toolbar Action Buttons 
+       * code cleanups
+       * src/mainwindow.c
+       * src/toolbar.[ch]      
+       * src/prefs_toolbar.c   
+
+2002-08-14 [melvin]    0.8.1claws60
+
+       * po/fr.po
+               Updated French translations
+
+2002-08-14 [melvin]    0.8.1claws59
+
+       * src/crash.c
+               Made bug report not translatable
+       * src/exporthtml.c
+               Fixed exporthtml_build_filespec() return value
+       * src/foldersel.c
+               Fixed incorrect include file
+       * src/gtkspell.c
+       * src/prefs_actions.c
+       * src/prefs_toolbar.c
+               Made debug info not translatable
+       * src/mutt.c
+       * src/quote_fmt.c
+               Added missing includes
+       * src/prefs_common.c
+               Fixed typo
+
+2002-08-14 [paul]      0.8.1claws58
+
+       * faq/es/sylpheed-faq.html
+         faq/es/sylpheed-faq-[1-3].html
+         faq/es/sylpheed-faq-4.html     **NEW FILE **
+               update Spanish FAQ
+
+2002-08-13 [christoph] 0.8.1claws57
+
+       * src/procmsg.c
+               ignore thread fix that did not mark all
+               child nodes of a ignored thread as
+               ignored. Does not work perfectly yet,
+               but it is better now
+
+2002-08-13 [alfons]    0.8.1claws56
+
+       * src/crash.c
+               o implement 'save crash log'
+               o some tweaks
+
+2002-08-13 [melvin]    0.8.1claws55
+
+       * src/main.c
+               removed unrequired "execinfo.h" header
+
+2002-08-12 [paul]      0.8.1claws54
+
+       * faq/en/sylpheed-faq.html
+         faq/en/sylpheed-faq-[1-3].html
+         faq/en/sylpheed-faq-4.html     **NEW FILE **
+               update English FAQ
+
+2002-08-12 [alfons]    0.8.1claws53
+
+       * po/POTFILES.in
+               add crash.c to translatables
+       * src/crash.c
+               bring in Leandro's crash dialog
+
+2002-08-11 [alfons]    0.8.1claws52
+
+       * src/crash.c
+               clean up some warnings
+
+2002-08-11 [alfons]    0.8.1claws51
+
+       * acconfig.h
+       * configure.in
+       * src/crash.[ch]        ** NEW FILES **
+       * src/main.c            
+               initial gdb crash handler
+
+2002-08-11 [paul]      0.8.1claws50
+
+       * src/prefs_toolbar.c
+               replace Up/Down arrow pixmaps with text to be
+               consistent across icon themes
+
+2002-08-11 [paul]      0.8.1claws49
+
+       * src/prefs_common.c
+         src/prefs_toolbar.c
+               rename 'Pixmap' -> 'Icon'
+
+       * src/toolbar.[ch]
+               rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
+
+2002-08-10 [paul]      0.8.1claws48
+
+       * src/prefs_toolbar.c
+               re-work the UI
+
+2002-08-10 [paul]      0.8.1claws47
+
+       * src/main.c
+               don't write Processing progress to status bar
+               patch submitted by Alexander Evseev
+
+       * src/prefs_toolbar.c
+               re-position and resize window
+               make window assume correct size on first call
+
+2002-08-10 [paul]      0.8.1claws46
+
+       * src/mainwindow.c
+         src/prefs_toolbar.c
+         src/toolbar.c
+         src/toolbar.h
+               obey coding style
+               follow UI text conventions
+
+2002-08-10 [alfons]    0.8.1claws45
+
+       * src/toolbar.c
+               correct pixmap for delete action
+
+2002-08-10 [paul]      0.8.1claws44
+
+       * po/pt_BR.po
+               updated by Fabio Jr. Beneditto
+
+2002-08-10 [paul]      0.8.1claws43
+
+       * po/POTFILES.in
+               add custom toolbar files
+
+2002-08-10 [paul]      0.8.1claws42
+
+       * sync with 0.8.1cvs22
+               see ChangeLog 2002-08-09
+
+2002-08-09 [paul]      0.8.1claws41
+
+       * tools/Makefile.am
+         tools/README
+         tools/outlook2sylpheed.pl     ** NEW FILE **
+               add script to convert exported Outlook
+               contacts list to a Sylpheed addressbook.
+               Submitted by Ricardo Mones Lastra.
+
+2002-08-09 [paul]      0.8.1claws40
+
+       * AUTHORS
+         configure.in
+         po/sr.po      ** NEW FILE **
+               add Serbian message catalog. Submitted by
+               Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
+
+2002-08-09 [paul]      0.8.1claws39
+
+       * sync with 0.8.1cvs21
+               see ChangeLog 2002-08-08
+
+2002-08-08 [oliver]    0.8.1claws38
+
+       * src/mainwindow.c
+               move Custom Toolbar to Configuration menu
+
+2002-08-08 [oliver]    0.8.1claws37
+
+       * src/prefs_toolbar.c
+               fix substitute pixmap bug
+
+2002-08-08 [paul]      0.8.1claws36
+
+       * sync with 0.8.1cvs19
+               see ChangeLog 2002-08-08
+
+2002-08-07 [christoph] 0.8.1claws35
+
+       * src/utils.c
+               fixed a memory leak in new canonicalize_file_replace
+
+2002-08-07 [christoph] 0.8.1claws34
+
+       * src/utils.[ch]
+               o canonicalize_file_replace should create the temporary
+                 file in the same directory as the original file.
+               o added get_tmpfile_in_dir that creates a temorary file
+                 in a specified directory.
+
+2002-08-07 [melvin]    0.8.1claws33
+
+       * src/toolbar.c
+               fixed bug where 'Article' button acted as 'Email' button.
+
+2002-08-07 [paul]      0.8.1claws32
+
+       * sync with 0.8.1.cvs17
+               see ChangeLog 2002-08-07
+
+2002-08-07 [colin]     0.8.1claws31
+       
+       * src/news.c
+               fix mass-cancel problem
+
+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]