2007-03-25 [colin] 2.8.1cvs50
[claws.git] / ChangeLog
index 5282b6353a36d7df89b0091f95c5a20b5598e02c..05f2d86d971323fff2f97d0bb80cda2b61141497 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,128 @@
+2007-03-25 [colin]     2.8.1cvs50
+
+       * src/main.c
+               Fix OSSO_NAME on Maemo (patch by Jean-Luc)
+
+2007-03-24 [colin]     2.8.1cvs49
+
+       * src/main.c
+               Fix a few launch problems on Maemo
+               Patch by Jean-Luc Biord
+
+2007-03-24 [wwp]       2.8.1cvs48
+
+       * src/alertpanel.c
+       * src/alertpanel.h
+       * src/messageview.c
+       * src/summaryview.c
+               Fix wrong action performed when closing the
+               "ask about account specific filtering rules
+               when filtering manually" dialog by pressing Escape.
+               Fix wrong order of buttons in the "return receipt
+               notification - the message was sent to several of
+               your accounts" dialog.
+
+2007-03-24 [paul]      2.8.1cvs47
+
+       * src/folderview.c
+               an improvement to English usage
+       * tools/kdeservicemenu/README
+               updated Claws url
+
+2007-03-24 [paul]      2.8.1cvs46
+
+       * src/Makefile.am
+       * src/stock_pixmap.c
+       * src/pixmaps/edit_extern.xpm
+       * src/pixmaps/mail_sign.xpm
+               rescue long lost icons
+
+2007-03-24 [paul]      2.8.1cvs45
+
+       * src/toolbar.c
+               fix toolbar (broken in 2.8.1cvs42)
+
+2007-03-23 [colin]     2.8.1cvs44
+
+       * src/imap.c
+               Correctly unsubscribe/resubscribe after
+               RENAME
+
+2007-03-23 [colin]     2.8.1cvs43
+
+       * src/prefs_common.c
+               Maemo: as the platform is light on RAM, allow
+               caches to be discarded faster.
+
+2007-03-23 [colin]     2.8.1cvs42
+
+       * src/Makefile.am
+       * src/compose.c
+       * src/compose.h
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/toolbar.c
+       * src/toolbar.h
+       * src/pixmaps/open_mail.xpm
+               Maemo changes: Add the possibility to have
+               "Open Email" and "Close Window" buttons on 
+               toolbars (and use them in Maemo's default
+               toolbars)
+
+2007-03-23 [wwp]       2.8.1cvs41
+
+       * src/action.c
+               Reverted that part of the action dialog closure logics, to
+               pre-2.8.1cvs19. Managing action dialog w/ no output may be
+               done later in a different way (or may not).
+
+2007-03-22 [wwp]       2.8.1cvs40
+
+       * src/action.c
+               Fix sticky action dialog when got no output but action command
+               is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
+
+2007-03-22 [colin]     2.8.1cvs39
+
+       * src/prefs_filtering.c
+       * src/gtk/combobox.h
+               Fix escaping account names in filtering prefs
+
+2007-03-22 [colin]     2.8.1cvs38
+
+       * src/addrindex.c
+       * src/ldapctrl.h
+       * src/ldapquery.c
+               Add any attribute specified in LDAP servers'
+               Search attributes to the Other Attributes tab
+               of contacts; Add 'telephoneNumber' in the
+               default list.
+
+2007-03-22 [colin]     2.8.1cvs37
+
+       * src/folderview.c
+       * src/folderview.h
+       * src/mainwindow.c
+               Try to prevent race conditions when
+               changing the folder list
+       * src/summaryview.c
+               Fix possible red folder icon when
+               switching from Small screen layout
+               to any other
+
+2007-03-22 [colin]     2.8.1cvs36
+
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/summaryview.c
+               Rename "little screen" to "Small screen"
+       * src/gtk/Makefile.am
+       * src/common/utils.c
+       * src/mh.c
+               Fix Maemo-related compilation problems
+
 2007-03-21 [colin]     2.8.1cvs35
 
        * configure.ac