2007-10-11 [wwp] 3.0.2cvs61
[claws.git] / ChangeLog
index e605b0e7089030b59f5b89dff55cd7c3a0595dd0..ed788596656730f99bb4fd38691cfe320624c0b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,260 @@
+2007-10-11 [wwp]       3.0.2cvs61
+
+       * src/editaddress.c
+               Fix a warning about possible use of uninitialized
+               filename var.
+
+2007-10-11 [wwp]       3.0.2cvs60
+
+       * src/editaddress.c
+               Disable "Unset picture" menu item when there's
+               no picture to clear. Fix an extraneous g_unref_object,
+               add missing initializers.
+
+2007-10-11 [wwp]       3.0.2cvs59
+
+       * src/pixmaps/anonymous.xpm
+       * src/editaddress.c
+       * src/Makefile.am
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+               Fix a leak, gettext-ize the photo label.
+               Don't clear the existing picture if loading
+               a new one fails. Use a default 'anonymous'
+               picture (this new xpm has been added to the
+               internal stock_pixmap API). Add a
+               "Set picture" context menu entry.
+
+2007-10-11 [colin]     3.0.2cvs58
+
+       * src/messageview.c
+               Make shift-shortcuts work
+       * src/prefs_actions.c
+               Don't ask if we really want to close when
+               choosing OK and only the list is changed
+       * src/prefs_template.c
+               Don't ask if we really want to close when
+               choosing OK and only the list is changed
+       * src/common/plugin.c
+               Fix writing of second [Plugins_*] block
+       * src/common/template.c
+               Remove unused files (fixes deletion)
+
+2007-10-10 [paul]      3.0.2cvs57
+
+       * src/prefs_template.c
+               put the whole thing in a scrolled window
+               so that half the page is no longer inaccessible
+               on maemo
+               make the gtk_text_view smaller on maemo
+
+2007-10-10 [colin]     3.0.2cvs56
+
+       * src/compose.c
+               Fix updating of Attachments number in some
+               cases (reedit, attach from command-line, ...)
+
+2007-10-10 [colin]     3.0.2cvs55
+
+       * src/editaddress.c
+               Initialise error correctly
+
+2007-10-10 [paul]      3.0.2cvs54
+
+       * src/prefs_filtering_action.c
+       * src/gtk/description_window.c
+       * src/gtk/foldersort.c
+       * src/gtk/quicksearch.c
+               get rid of some pointless new lines and
+               make the descripton labels wrap better
+
+2007-10-10 [colin]     3.0.2cvs53
+
+       * src/addressadd.c
+       * src/editaddress.c
+       * src/headerview.c
+       * src/textview.c
+               More error handling on saving pictures
+
+2007-10-10 [colin]     3.0.2cvs52
+
+       * src/printing.c
+       * src/printing.h
+               Generalize a bit printing, so we can factorize
+               most of the code. 
+
+2007-10-10 [paul]      3.0.2cvs51
+
+       * src/addrduplicates.c
+               fix engrish
+               use GTK_STOCK... buttons
+
+2007-10-10 [paul]      3.0.2cvs50
+
+       * src/addressadd.c
+       * src/addrindex.c
+       * src/editaddress.c
+               Fix previous patch
+               Thanks to Colin
+
+2007-10-10 [paul]      3.0.2cvs49
+
+       * src/summaryview.c
+       * src/messageview.c
+               Fix crash on Add sender to addressbook when
+               From is null
+       * src/addressadd.c
+       * src/addrindex.c
+       * src/editaddress.c
+       * src/editaddress_other_attributes_ldap.h
+               Fix leaks 
+               Rename images to .png in addrbook/
+       * src/headerview.c
+       * src/textview.c
+               Fix Face/X-Face being used if adding another
+               address than sender to addressbook
+               Thanks to Colin
+
+2007-10-10 [holger]    3.0.2cvs48
+
+       * src/addrduplicates.c
+       * src/editaddress.c
+               Improvements to the addressbook duplicate finder
+               feature:
+                - add an edit button to the button bar
+                - display the whole bookname (with iface) and
+                  use this for same-book checking
+                - after editing, try to keep selections if the
+                  entries are still present
+                - sort the email column alphabetically
+                - put results in a scrolled window
+                - support embedded editing
+                - make columns in detail view resizable
+                - add keyboard shortcuts
+
+2007-10-10 [wwp]       3.0.2cvs47
+
+       * src/addrindex.c
+               Fix a crash when there's no From: in email, thanks to Colin.
+
+2007-10-09 [paul]      3.0.2cvs46
+
+       * src/messageview.c
+       * src/summaryview.c
+       * src/textview.c
+               fix building without compface support
+
+2007-10-09 [colin]     3.0.2cvs45
+
+       * src/editaddress.c
+       * src/headerview.c
+       * src/textview.c
+               Add error handling
+
+2007-10-09 [colin]     3.0.2cvs44
+
+       * src/addrduplicates.c
+       * src/addressadd.c
+       * src/addressadd.h
+       * src/addressbook.c
+       * src/addressbook.h
+       * src/addrindex.c
+       * src/addrindex.h
+       * src/addritem.c
+       * src/addritem.h
+       * src/compose.c
+       * src/editaddress.c
+       * src/editaddress_other_attributes_ldap.h
+       * src/headerview.c
+       * src/messageview.c
+       * src/mimeview.c
+       * src/summaryview.c
+       * src/textview.c
+       * src/gtk/gtkutils.c
+               Automatically set contacts' pictures from Face 
+               or X-Face if they have no picture
+               Display the contact picture in textview or
+               headerview for mails sent by people in the 
+               addressbook, that have no Face or X-Face
+               Fix a few details in the Person edition dialog
+               (ability to unset picture)
+               Remove picture file when deleting contacts
+
+2007-10-09 [iwkse]     3.0.2cvs43
+
+       * src/gtk/about.c
+               center the about window
+
+2007-10-09 [paul]      3.0.2cvs42
+
+       * src/prefs_toolbar.c
+               fix icon selector window on maemo
+
+2007-10-09 [paul]      3.0.2cvs41
+
+       * src/messageview.c
+               add 'go to' menu to separate msgview
+
+2007-10-09 [colin]     3.0.2cvs40
+
+       * src/common/defs.h
+               Add forgotten file
+
+2007-10-09 [iwkse]     3.0.2cvs39
+
+       * Makefile.am
+       * src/addressbook.c
+       * src/addritem.c
+       * src/addritem.h
+       * src/editaddress.c
+       * src/editaddress_other_attributes_ldap.h
+       * src/addrbook.c
+       * src/Makefile.am
+               set a photo in the Addressbook
+
+2007-10-08 [colin]     3.0.2cvs38
+
+       * src/prefs_toolbar.c
+               Make height 320 to remove the scrollbar 
+               (with current number of icons)
+
+2007-10-08 [colin]     3.0.2cvs37
+
+       * src/prefs_toolbar.c
+               Transform the treeview to a GtkIconView.
+               Patch by Pawel
+               In addition, transform the window so that 
+               it looks like a popup menu. Patch by me
+
+2007-10-08 [colin]     3.0.2cvs36
+
+       * src/compose.c
+       * src/compose.h
+               Beautify the GUI a bit; in particular, show the
+               number of attachments in the tab's title.
+               Patch by Pawel
+
+2007-10-08 [paul]      3.0.2cvs35
+
+       * src/mimeview.c
+               Save users from themselves: save temporary
+               files used for Open/Open with as read-only.
+               Thanks to Colin
+
+2007-10-08 [paul]      3.0.2cvs34
+
+       * tools/Makefile.am
+               forgot this in cvs33
+
+2007-10-08 [paul]      3.0.2cvs33
+
+       * tools/kdeservicemenu/README
+       * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
+       * tools/kdeservicemenu/install.sh
+       * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
+               renamed template* to *template so as not to confuse
+               lintian
+
 2007-10-08 [paul]      3.0.2cvs32
 
        * src/prefs_themes.c
        * src/compose.c
        * src/prefs_account.c
        * src/prefs_account.h
-       * src/prefs_template.c
        * src/common/utils.c
                Remove Generate Message-ID option. We need
                this on some IMAP servers.
+       * src/prefs_template.c
+               Fix double-free
 
 2007-09-16 [colin]     3.0.0cvs15