2007-04-16 [paul] 2.8.1cvs102
[claws.git] / ChangeLog
index 44d466a6a2dc3b7131fd25a2d541bc80fcf66f88..9080fd9a6b70206e87875d615790cdbf8624b7f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,410 @@
+2007-04-16 [paul]      2.8.1cvs102
+
+       * po/fr.po
+               updated by Fabien Vantard
+
+2007-04-16 [paul]      2.8.1cvs101
+
+       * po/ca.po
+       * po/cs.po
+       * po/de.po
+       * po/hu.po
+       * po/pl.po
+       * po/pt_BR.po
+       * po/sr.po
+       * po/zh_CN.po
+               updated by Miquel Oliete, Tim Brain, Stephan Sachse,
+               Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
+               Aleksandar Urosevic, and Ralgh Young
+
+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
+               Fix icons on folder close
+
+2007-04-03 [colin]     2.8.1cvs85
+
+       * src/inc.c
+               Fix double-ask of offline override in
+               certain cases
+       * src/imap.c
+       * src/imap.h
+       * src/imap_gtk.c
+               Much more efficient way to synchronise
+               for offline use
+       * src/etpan/imap-thread.c
+               Fix possible segs
+       * src/folder.c
+       * src/gtk/quicksearch.c
+               Fix some GUI lags
+
+2007-04-03 [paul]      2.8.1cvs84
+
+       * src/filtering.c
+       * src/folder.c
+       * src/folder.h
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_other.c
+               Fix sync being done too late
+               Thanks to Colin
+
+2007-04-02 [colin]     2.8.1cvs83
+
+       * src/summaryview.c
+               Maemo: Put status and quicksearch at the top
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/spamassassin/spamassassin.c
+               Derive trash from inbox if possible
+
+2007-04-02 [paul]      2.8.1cvs82
+
+       * 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
+               Fix transparent images by using
+               GtkImage
+       * src/messageview.c
+               Flush events (on new windows) to avoid
+               having the textview's image resize fail
+               to know the available width
+
+2007-04-01 [colin]     2.8.1cvs80
+
+       * src/prefs_account.c
+               If no MH mailbox exist, when creating a POP/Local
+               account, just create and use the default one 
+               instead of bailing with a "Mailbox doesn't exist"
+               error
+
+2007-03-31 [colin]     2.8.1cvs79
+
+       * src/prefs_account.c
+               Create signature file if it doesn't exist
+               before editing
+       * src/prefs_toolbar.c
+               Maemo: Move "Use default" on the left so
+               that people can find it
+       * src/common/defs.h
+               Maemo: make default editor "Maemopad", 
+               default signature file "MyDocs/signature.txt"
+
+2007-03-31 [colin]     2.8.1cvs78
+
+       * src/prefs_account.c
+               Maemo: rework account prefs so
+               that less horizontal scrolling
+               is required
+
+2007-03-31 [colin]     2.8.1cvs77
+
+       * src/folderview.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+               Fix bug 1167, 'Allow not displaying zeros 
+               in folder list'. Patch by MartinP
+
+2007-03-31 [colin]     2.8.1cvs76
+
+       * AUTHORS
+               Add Jean-Luc Biord
+
+2007-03-31 [colin]     2.8.1cvs75
+
+       * src/imap.c
+               Apply patch from bug 1172, direct
+               access to the folder's session instead
+               of using getter. Patch by MartinP
+
+2007-03-31 [paul]      2.8.1cvs74
+
+       * src/gtk/authors.h
+               no need to list Fabien twice!
+
+2007-03-31 [colin]     2.8.1cvs73
+
+       * src/inc.c
+               If we're currently "overriding for %d minutes",
+               don't ask
+
+2007-03-31 [colin]     2.8.1cvs72
+
+       * src/compose.c
+       * src/imap.c
+       * src/inc.c
+       * src/inc.h
+       * src/messageview.c
+       * src/news.c
+       * src/plugins/spamassassin/spamassassin.c
+               Offline override: Add a parameter to allow
+               asking even if the override timer is running.
+               Allows to ask every time the user makes an
+               explicit action needing online access (such
+               as Get Mail), and not when the action is 
+               implicit (such as opening an IMAP folder)
+
+2007-03-31 [colin]     2.8.1cvs71
+
+       * src/inc.c
+               Override offline: "No" answer shouldn't
+               re-ask after 3 seconds, but 10 minutes. 
+
+2007-03-30 [colin]     2.8.1cvs70
+
+       * src/common/socket.c
+               Better error reporting on unix socket
+               failure (bind usually)
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+               Label window: add a pulsing progress
+               bar to show we're not hung :)
+       * src/folderview.c
+       * src/main.c
+       * src/plugins/pgpcore/sgpgme.c
+               Update API
+
+2007-03-30 [colin]     2.8.1cvs69
+
+       * src/pop.c
+       * src/prefs_common.c
+               Fix possible trashing of history and uidl
+               files on disk full problems
+
+2007-03-30 [paul]      2.8.1cvs68
+
+       * src/mainwindow.c
+       * src/summaryview.c
+       * src/summaryview.h
+               update summary when changing layout type
+               (fixes wrong folder icon being displayed)
+               Thanks to Colin
+
+2007-03-29 [colin]     2.8.1cvs67
+
+       * src/prefs_ext_prog.c
+               The browser pref is irrelevant on Maemo
+
+2007-03-29 [colin]     2.8.1cvs66
+
+       * src/compose.c
+       * src/compose.h
+               Maemo: dynamically switch headers/text position
+       * src/prefs_common.c
+               Maemo: hide compose's ruler by default
+       * src/common/socket.c
+       * src/common/socket.h
+               Fix build warning
+
+2007-03-29 [colin]     2.8.1cvs65
+
+       * src/common/socket.c
+       * src/common/socket.h
+               Fix build when MAEMO_CFLAGS contains
+               _X_OPENSOURCE (resolv.h errors as long
+               as we don't add _BSD_SOURCE. Ugly).
+
+2007-03-29 [wwp]       2.8.1cvs64
+
+       * src/prefs_logging.c
+               Fix sensitivity of clip-log widgets in prefs/logging,
+               thanks to Fabien.
+
+2007-03-29 [wwp]       2.8.1cvs63
+
+       * po/POTFILES.in
+               Updated files list for translations, thanks to Fabien.
+
+2007-03-29 [colin]     2.8.1cvs62
+
+       * src/main.c
+       * src/common/Makefile.am
+       * src/common/utils.c
+               Maybe make URI opening work in Maemo
+               Requires testing :)
+
+2007-03-28 [colin]     2.8.1cvs61
+
+       * src/folder.c
+       * src/folder.h
+       * src/folderview.c
+               Add the possibility to sort folders arbitrarily
+               (via editing of folderlist.xml only). Patch by
+               Martin P <mp26+claws@os.inf.tu-dresden.de>
+               Fixes bug 1166, 'Folder ordering is fixed and cannot 
+               be changed by the user'
+
+2007-03-28 [colin]     2.8.1cvs60
+
+       * src/mimeview.c
+               Add popup menu for mime icons
+
+2007-03-28 [colin]     2.8.1cvs59
+
+       * src/mainwindow.c
+               Fix a layout issue when presenting
+               mainwindow in Small screen layout
+       * src/toolbar.c
+       * src/toolbar.h
+               Add a "Go to folder list" button for
+               mainwindow, and make it default in
+               the Maemo build
+
+2007-03-28 [colin]     2.8.1cvs58
+
+       * src/compose.c
+               Don't dynamically update title on Maemo
+               Patch by Jean-Luc Biord
+
+2007-03-27 [colin]     2.8.1cvs57
+
+       * src/compose.c
+       * src/folderview.c
+       * src/summaryview.c
+               Enable tap-and-hold on Maemo
+
 2007-03-26 [colin]     2.8.1cvs56
 
        * src/compose.c