move C. Toolbar to Configuration menu
[claws.git] / ChangeLog.claws
index 10bca80915efb2ee887afd21449ae64d7039eb22..22ed5485e97f841a75dcf729b380255e2655ef32 100644 (file)
@@ -1,3 +1,154 @@
+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]
+               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