2007-01-20 [colin] 2.7.1cvs38
[claws.git] / ChangeLog
index 777210e7a5152e4d47e16d5a5a872688b5515446..2c2e61d381e942317c10ae1d14b3399fe89e5d95 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,238 @@
+2007-01-20 [colin]     2.7.1cvs38
+
+       * src/ldapquery.c
+       * src/ldaputil.c
+       * src/ldaputil.h
+               Fix bug 1102, 'claws-mail-2.7.1 
+               makes use of deprecated ldap 
+               functions'
+
+2007-01-20 [colin]     2.7.1cvs37
+
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/summaryview.c
+       * src/gtk/quicksearch.c
+               Add Wide message list layout
+
+2007-01-19 [fabien]    2.7.1cvs36
+
+       * src/textview.c
+               make sure a font change is considered in links of
+               headerview.
+
+2007-01-19 [colin]     2.7.1cvs35
+
+       * src/main.c
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/messageview.c
+       * src/messageview.h
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/gtk/quicksearch.c
+       * src/gtk/quicksearch.h
+               Drop 'Separate Folder tree' and 'Separate
+               Message View'. Put three layouts in place
+               of it.
+
+2007-01-19 [paul]      2.7.1cvs34
+
+       * src/prefs_msg_colors.c
+               more use of Q_ for translators
+
+2007-01-19 [paul]      2.7.1cvs33
+
+       * src/imap_gtk.c
+       * src/prefs_account.c
+               a few changes to the English
+
+2007-01-19 [fabien]    2.7.1cvs32
+
+       * src/wizard.c
+               factorize translatable string
+
+2007-01-18 [colin]     2.7.1cvs31
+
+       * src/main.c
+               Don't error out on --sync option. Although
+               we don't do anything with it, gtk+ handles
+               it, and it's useful for debugging X errors
+
+2007-01-18 [fabien]    2.7.1cvs30
+
+       * src/prefs_other.c
+               ability to apply on the fly the recent added
+               'gtk_can_change_accels' pref (no need to restart).
+
+2007-01-18 [fabien]    2.7.1cvs29
+
+       * src/plugins/bogofilter/bogofilter_gtk.c
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+       * src/addr_compl.c
+       * src/prefs_account.c
+               factorize or rewrite some translatable strings.
+
+2007-01-18 [fabien]    2.7.1cvs28
+
+       * src/prefs_gtk.h
+       * src/compose.c
+               set a 4pix space between "Subject:" label and subject entry in
+               compose window.
+
+2007-01-18 [wwp]       2.7.1cvs27
+
+       * src/addressbook.c
+               fix conflicting address-copy/paste when focus is set
+               to the embedded edit-person form.
+
+2007-01-18 [wwp]       2.7.1cvs26
+
+       * src/addressbook.h
+               complete 2.7.1cvs23 (one more file was missing from that
+               commit).
+
+2007-01-18 [colin]     2.7.1cvs25
+
+       * src/main.c
+               Provide a way to migrate without backup
+               Re-ask for migration on next start if 
+               it has been refused and wizard has been 
+               cancelled after.
+
+2007-01-18 [wwp]       2.7.1cvs24
+
+       * src/editaddress.c
+               complete 2.7.1.cvs23 (file was missing from previous
+               commit).
+
+2007-01-18 [wwp]       2.7.1cvs23
+
+       * src/addressbook.c
+               fix potential crashes in address book's focus_in/out signal handlers,
+               force focus to the edit-person form when clicked the Edit menu entry or
+               button (this only matters if the edit-person form is embedded to the
+               AB window, in that case, focus is not set when browsing the contacts
+               list w/ keys or mouse clicks).
+
+2007-01-18 [paul]      2.7.1cvs22
+
+       * src/main.c
+               add command line options:
+               -h for --help
+               -q and --quit for --exit
+               -v for --version
+               print "Unknown option" for unknown options
+
+2007-01-18 [paul]      2.7.1cvs21
+
+       * po/ru.po
+               updated by Pavlo Bohmat
+
+2007-01-18 [paul]      2.7.1cvs20
+
+       * src/mainwindow.c
+               fix sensitivity issues of Mark as Spam/Ham
+
+2007-01-17 [fabien]    2.7.1cvs19
+
+       * src/prefs_other.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/main.c
+               Add a 'gtk_can_change_accels' pref in Preferences/Other which
+               control the corresponding gtk property. It could be used to lock
+               all shortcuts (avoid to set one of them by inadvertency).
+
+2007-01-17 [colin]     2.7.1cvs18
+
+       * src/summaryview.c
+               Fix bug 1100, 'Highlighted e-mail data not visible 
+               when color label applied.'. Use a weighted average
+               between normal selected foreground color and color
+               label instead of a simple one (3/1 instead 1/1).
+
+2007-01-17 [colin]     2.7.1cvs17
+
+       * src/messageview.c
+               Better fix for bug 1088, 'Ctrl-h produces repeatable
+                crash' - don't prevent mail switching while loading
+
+2007-01-17 [colin]     2.7.1cvs16
+
+       * src/folder.c
+       * src/folder.h
+       * src/folderview.c
+       * src/folderview.h
+       * src/imap.c
+       * src/imap.h
+       * src/imap_gtk.c
+               Manage recursive search of unsubscribed folders
+               Rescan tree without checking for new messages 
+               after subscriptions changed
+
+2007-01-17 [paul]      2.7.1cvs15
+
+       * src/prefs_common.c
+       * src/gtk/pluginwindow.c
+               fix bug 1101, '"Load plugin" button is
+               accidentally hidden'
+               unset (-1) initial width in prefs_common,
+               fix overlapping buttons,
+               and other cleanups
+
+2007-01-17 [paul]      2.7.1cvs14
+
+       * src/procmime.c
+               add #include <errno.h>, it's needed
+               on some systems
+
+2007-01-17 [paul]      2.7.1cvs13
+
+       * src/common/defs.h
+       * tools/make.themes.project
+               rename .sylpheed_themeinfo to .claws_themeinfo
+               and use it
+       * src/etpan/etpan-errors.h
+       * src/etpan/etpan-log.c
+       * src/etpan/etpan-log.h
+       * src/etpan/etpan-thread-manager-types.h
+       * src/etpan/etpan-thread-manager.c
+       * src/etpan/etpan-thread-manager.h
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+               add copyright header
+
+2007-01-17 [colin]     2.7.1cvs12
+
+       * src/plugins/pgpcore/select-keys.c
+       * src/gtk/pluginwindow.c
+       * src/prefs_account.c
+               Fix warnings
+
+2007-01-16 [colin]     2.7.1cvs11
+
+       * src/imap.c
+       * src/imap.h
+       * src/imap_gtk.c
+               Manage subscribing to subfolders when only
+               subscribed folders are shown.
+
+2007-01-16 [colin]     2.7.1cvs10
+
+       * src/folderview.c
+               Fix annoying vscrollbar going back to top
+               on Check for new folders
+
+2007-01-16 [colin]     2.7.1cvs9
+
+       * src/imap.c
+               Remove printf
+
 2007-01-16 [colin]     2.7.1cvs8
 
        * src/filtering.c