* src/summaryview.c
[claws.git] / ChangeLog.claws
index e7be08ac1eff152ca6d0bd1ff9ce755fd175c850..ab60edc33e59febb9652aa04272bfbcc27520084 100644 (file)
@@ -1,3 +1,247 @@
+2002-08-25 [alfons]    0.8.2claws117
+
+       * src/summaryview.c
+               treat sent boxes as special and allow sorting them by addressee
+               (closes "[ 589418 ] Sent folder sorting misbehavior"
+               submitted by Steve Lamb)
+
+2002-08-24 [alfons]    0.8.2claws116
+
+       * src/matcher.c
+               fix memleak reported by Martin Kluge
+               (see: "[ 599677 ] Very small memory leak in 0.81claws115")
+
+2002-08-24 [oliver]    0.8.2claws115
+
+       * src/prefs_toolbar.c
+               o code cleanup as suggested by Alfons
+               o memleak fix
+
+2002-08-24 [alfons]    0.8.2claws114
+
+       * src/summaryview.c
+               o fix another memory leak reported by Martin Kluge
+                 (see "[ 599568 ] Small Memory Leak")
+               o remove 'from' variable from 'summary_set_header()'; we can
+                 do with just 'to' 
+
+2002-08-24 [paul]      0.8.2claws113
+
+       * sync with 0.8.1cvs30
+               see ChangeLog 2002-08-23
+
+2002-08-24 [alfons]    0.8.1claws112
+
+       * src/summaryview.c
+               remove unnecessary allocations for search bar fixing leaks
+               reported by Martin Kluge
+               (see "[ 599451 ] Further memory leaks?")
+
+2002-08-24 [alfons]    0.8.1claws111
+
+       * src/main.c
+               make get_socket_name() public for crash.c
+       * src/crash.c
+               o make report bug button work (goes to claws' 
+                 bug tracker at sf.net)
+               o introduce function for doing important stuff just
+                 before claws goes down
+               o clean up code 
+
+2002-08-24 [alfons]    0.8.1claws110
+
+       * src/compose.c
+               move cursor to "To" entry when forwarding as attachment
+               (reported and solved by Steve Lamb, closes bug report
+               "[ 592880 ] Forward as attachment; cursor not in to")
+
+2002-08-24 [colin]     0.8.1claws109
+
+       * src/mainwindow.c
+               fix quick search visibility after GUI (de)separations.
+
+2002-08-23 [colin]     0.8.1claws108
+
+       * src/mainwindow.c
+               fix header pane visibility after folderview or
+               messageview (de)separation
+
+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