2007-03-29 [colin] 2.8.1cvs67
[claws.git] / ChangeLog
index 7e5f8fc43e2c4c9696822c2377cd756c64faaea3..b06db89db3ffa1281836b551afb377f95c7e3ba9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,170 @@
+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
+               More popup-menu (in attachments list)
+
+2007-03-26 [colin]     2.8.1cvs55
+
+       * src/compose.c
+               Enable popup-menu signal
+
+2007-03-26 [colin]     2.8.1cvs54
+
+       * src/plugins/pgpinline/pgpinline.c
+               Fix bug 1111, 'PGP/inline plugin hides text 
+               around encrypted text block'. Patch based on
+               a patch from Michal Cihar.
+
+2007-03-26 [wwp]       2.8.1cvs53
+
+       * src/procmsg.c
+               Fix getting a false error when sending queued message
+               whereas the sending was fine (if there are subfolders
+               in the queue folder), thanks to Colin.
+
+2007-03-26 [paul]      2.8.1cvs52
+
+       * src/wizard.c
+               update FACE header in welcome message
+
+2007-03-25 [colin]     2.8.1cvs51
+
+       * src/Makefile.am
+               Fix make dist
+
+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