2007-01-18 [wwp] 2.7.1cvs23
[claws.git] / ChangeLog
index 00dc2382effc1c6e6d6ad37c5bf820c414b2471a..ffdfa1da4dd23d5b88ee7603bcd1b158488915be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,258 @@
+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
+               Bigger buffer for errors
+       * src/imap.c
+       * src/imap.h
+       * src/imap_gtk.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/wizard.c
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+       * manual/handling.xml
+               Add subscriptions management. What it changes:
+               Creating a folder subscribes to it
+               Deleting a folder unsubscribes it
+               New contextual menu item allowing to switch between
+               All folders and Subscribed folders, subscribe, and
+               unsubscribe. "Creating" an existing but unsubscribed
+               folder will subscribe it.
+               By default for new accounts, only subscribed folders 
+               are shown.
+
+
+2007-01-16 [paul]      2.7.1cvs7
+
+       * src/summaryview.c
+               Allow folder classes to specify only sort_key or
+               sort_type instead of both or none.
+
+2007-01-16 [paul]      2.7.1cvs6
+
+       * src/action.c
+       * src/compose.c
+       * src/mimeview.c
+       * src/procmime.c
+       * src/textview.c
+               Save and use errno for procmime_get_part
+
+2007-01-16 [colin]     2.7.1cvs5
+
+       * src/imap.c
+               Never remove INBOX when scanning for
+               new folders. It's a special folder
+               that has to exist.
+
+2007-01-15 [colin]     2.7.1cvs4
+
+       * src/imap.c
+               Fix 'Check for new folders' when IMAP subdirectory
+               is set
+       * src/etpan/imap-thread.c
+               Fix build
+
+2007-01-15 [colin]     2.7.1cvs3
+
+       * src/etpan/imap-thread.c
+               Fix invalid free on command-connection
+               error
+
+2007-01-15 [wwp]       2.7.1cvs2
+
+       * src/matcher_parser_lex.l
+       * src/quote_fmt_lex.l
+       * src/matcher_parser_parse.y
+               fix copyright header in lexers and parsers.
+
+2007-01-15 [paul]      2.7.1cvs1
+
+       * NEWS
+       * README
+       * RELEASE_NOTES
+       * configure.ac
+               bump up version number following
+               stable release
+
+2007-01-15 [paul]      2.7.0cvs31
+
+       * AUTHORS
+       * src/gtk/authors.h
+               add Fabien to the Team list
+               add the recent contributors
+               make a few corrections
+
+2007-01-15 [paul]      2.7.0cvs30
+
+       * src/mainwindow.c
+               fix compiler warning
+       * src/plugins/pgpcore/prefs_gpg.c
+       * src/plugins/pgpcore/prefs_gpg.h
+               add missing include
+               fix copyright header
+
+2007-01-14 [colin]     2.7.0cvs29
+
+       * src/gtk/filesel.c
+               Use the 'gtk+' backend. Avoids gnome-vfs use,
+               two benefits: faster to open, will fix strange
+               dbus-related crash. Thanks to Pascal Terjan.
+
+2007-01-14 [colin]     2.7.0cvs28
+
+       * src/etpan/imap-thread.c
+               Delete the old imap just after allocating
+               the new one. Makes sure we don't get the
+               same pointer by sheer luck, which feels
+               strange in the debug log.
+
+2007-01-14 [colin]     2.7.0cvs27
+
+       * src/gtk/inputdialog.c
+               Make sure we don't print passwords in
+               clear text when in debug mode
+
+2007-01-14 [colin]     2.7.0cvs26
+
+       * src/gtk/gtksctree.c
+               Fix bug 1098, 'bogus last row display 
+               after expanding a thread'. Patch by
+               Jindrich Makovicka <makovick@gmail.com>
+
+2007-01-14 [colin]     2.7.0cvs25
+
+       * src/etpan/imap-thread.c
+               Close socket manually before
+               freeing the imap struct
+
+2007-01-14 [colin]     2.7.0cvs24
+
+       * src/etpan/imap-thread.c
+               Maybe fix new reconnection issues
+
 2007-01-13 [colin]     2.7.0cvs23
 
        * src/summaryview.c
 
        version 2.0.0 released
 
-[For previous entries, see ChangeLog.pre2.0.0]
\ No newline at end of file
+[For previous entries, see ChangeLog.pre2.0.0]