2007-04-15 [mones] 2.8.1cvs100
[claws.git] / ChangeLog
index 4f3addaa256fea67f5b6666c4e1933737094401c..360128cb06a7918c645d5d757681ed51336ac0e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,139 @@
+2007-04-15 [mones]     2.8.1cvs100
+
+       * po/es.po
+               Updated for release
+
+2007-04-14 [colin]     2.8.1cvs99
+
+       * src/message_search.c
+       * src/prefs_display_header.c
+       * src/summary_search.c
+       * src/gtk/combobox.c
+               Fix allocations
+
+2007-04-14 [wwp]       2.8.1cvs98
+
+       * src/gtk/combobox.c
+       * src/message_search.c
+       * src/summary_search.c
+       * src/prefs_display_header.c
+               Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
+               returns NULL, get the text value directly from the GtkEntry child.
+
+2007-04-13 [colin]     2.8.1cvs97
+
+       * src/gtk/quicksearch.c
+               Give the focus back to summaryview when
+               emptying the quicksearch with Esc
+
+2007-04-13 [colin]     2.8.1cvs96
+
+       * src/message_search.c
+       * src/prefs_display_header.c
+       * src/summary_search.c
+               Fix possibles crashes when getting text
+               from gtk combos
+
+2007-04-13 [colin]     2.8.1cvs95
+
+       * src/pop.c
+               Add some UIDL debugging
+
+2007-04-12 [colin]     2.8.1cvs94
+
+       * src/folder.c
+               Force folder scan if necessary after
+               copying mails, to be able to reapply
+               flags.
+
+2007-04-11 [colin]     2.8.1cvs93
+
+       * src/main.c
+               don't scan for new mail on startup if --select
+               is specified (or race conditions arise). If so,
+               do both sequentially.
+
+2007-04-09 [colin]     2.8.1cvs92
+
+       * src/common/defs.h
+               Use leafpad by default on Maemo. Patch
+               by Jean-Luc Biord.
+
+2007-04-06 [colin]     2.8.1cvs91
+
+       * src/pixmaps/queue_close.xpm
+       * src/pixmaps/queue_close_hrm.xpm
+       * src/pixmaps/queue_close_hrm_mark.xpm
+       * src/pixmaps/queue_close_mark.xpm
+       * src/pixmaps/queue_open.xpm
+       * src/pixmaps/queue_open_hrm.xpm
+       * src/pixmaps/queue_open_hrm_mark.xpm
+       * src/pixmaps/queue_open_mark.xpm
+               Move the clock one pixel down :)
+
+2007-04-05 [colin]     2.8.1cvs90
+
+       * src/mainwindow.c
+               Don't sync when switching offline from
+               command line - it's usually too late :)
+
+2007-04-05 [paul]      2.8.1cvs89
+
+       * src/Makefile.am
+       * src/stock_pixmap.c
+       * src/pixmaps/dir_close_hrm.xpm
+       * src/pixmaps/dir_close_hrm_mark.xpm
+       * src/pixmaps/drafts_close.xpm
+       * src/pixmaps/drafts_close_mark.xpm
+       * src/pixmaps/drafts_open.xpm
+       * src/pixmaps/drafts_open_mark.xpm
+       * src/pixmaps/inbox.xpm
+       * src/pixmaps/inbox_close.xpm
+       * src/pixmaps/inbox_close_hrm.xpm
+       * src/pixmaps/inbox_close_hrm_mark.xpm
+       * src/pixmaps/inbox_close_mark.xpm
+       * src/pixmaps/inbox_hrm.xpm
+       * src/pixmaps/inbox_hrm_mark.xpm
+       * src/pixmaps/inbox_mark.xpm
+       * src/pixmaps/inbox_open.xpm
+       * src/pixmaps/inbox_open_hrm.xpm
+       * src/pixmaps/inbox_open_hrm_mark.xpm
+       * src/pixmaps/inbox_open_mark.xpm
+       * src/pixmaps/outbox.xpm
+       * src/pixmaps/outbox_close.xpm
+       * src/pixmaps/outbox_close_hrm.xpm
+       * src/pixmaps/outbox_close_hrm_mark.xpm
+       * src/pixmaps/outbox_close_mark.xpm
+       * src/pixmaps/outbox_hrm.xpm
+       * src/pixmaps/outbox_hrm_mark.xpm
+       * src/pixmaps/outbox_mark.xpm
+       * src/pixmaps/outbox_open.xpm
+       * src/pixmaps/outbox_open_hrm.xpm
+       * src/pixmaps/outbox_open_hrm_mark.xpm
+       * src/pixmaps/outbox_open_mark.xpm
+       * src/pixmaps/queue_close.xpm
+       * src/pixmaps/queue_close_hrm.xpm
+       * src/pixmaps/queue_close_hrm_mark.xpm
+       * src/pixmaps/queue_close_mark.xpm
+       * src/pixmaps/queue_open.xpm
+       * src/pixmaps/queue_open_hrm.xpm
+       * src/pixmaps/queue_open_hrm_mark.xpm
+       * src/pixmaps/queue_open_mark.xpm
+               updated, added and replaced icons
+               Icons by Colin
+
+2007-04-04 [colin]     2.8.1cvs88
+
+       * src/imap.c
+               Fix build without libetpan
+
+2007-04-03 [colin]     2.8.1cvs87
+
+       * src/imap.c
+               Fix crash with Citadel, and try to make
+               things work. this server (and specifically 
+               STATUS and APPEND at least) seems broken.
+
 2007-04-03 [colin]     2.8.1cvs86
 
        * src/folderview.c
        * src/plugins/bogofilter/bogofilter_gtk.c
                a few English changes
 
+2007-04-02 [paul]
+
+       2.9.0-rc1 released
+
 2007-04-02 [colin]     2.8.1cvs81
 
        * src/image_viewer.c