update/correct ChangeLog-gtk2.claws and PATCHSETS
[claws.git] / ChangeLog-gtk2.claws
index 98421e2b1ad469d5ec8dbaae821cc575b41aba39..109a539568fc69d81da0888e783311a0591d6914 100644 (file)
@@ -1,3 +1,212 @@
+2004-07-16 [paul]      0.9.12cvs26.1
+       
+       * src/gtk/quicksearch.c
+       * src/account.c
+       * src/account.h
+       * src/compose.c
+       * src/customheader.c
+       * src/folder_item_prefs.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/mimeview.c
+       * src/news.c
+       * src/pgpmime.c
+       * src/pop.c
+       * src/pop.h
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_display_header.c
+       * src/prefs_gtk.c
+       * src/prefs_gtk.h
+       * src/procheader.c
+       * src/procmime.c
+               sync with 0.9.12cvs26 HEAD      
+
+2004-07-15 [colin]     0.9.12cvs18.14
+
+       * src/folder.c
+               Disable GPG signature check during
+               folder move and scan
+       (Closes Bug 521 Signature checking slows down Folder-Move)
+
+2004-07-14 [colin]     0.9.12cvs18.13
+
+       * src/common/partial_download.c
+               update includes
+
+2004-07-14 [colin]     0.9.12cvs18.12
+
+       * src/common/partial_download.c
+       * src/common/partial_download.h
+               Move doc at top, add correct copyright
+
+2004-07-14 [colin]     0.9.12cvs18.11
+
+       * src/folder.c
+       * src/messageview.c
+       * src/pop.c
+       * src/pop.h
+       * src/procmsg.c
+       * src/summaryview.c
+       * src/common/Makefile.am
+       * src/common/partial_download.c ** NEW FILES **
+       * src/common/partial_download.h ** NEW FILES **
+               Move partial-download related stuff to its
+               own file
+
+2004-07-14 [colin]     0.9.12cvs18.10
+
+       * src/send_message.c
+               Fix smtp auth when user is null or empty
+
+2004-07-13 [colin]     0.9.12cvs18.9
+
+       * src/gtk/quicksearch.c
+               Use alphabetic order
+
+2004-07-13 [colin]     0.9.12cvs18.8
+
+       * src/pop.c
+               Be paranoid on the checks
+
+2004-07-13 [colin]     0.9.12cvs18.7
+
+       * src/gtk/quicksearch.c
+               Fix Engrish once again
+
+2004-07-13 [colin]     0.9.12cvs18.6
+
+       * src/procmsg.c
+       * src/summaryview.c
+               Mark messages for deletion when they are about to
+               be removed from trash
+
+2004-07-13 [colin]     0.9.12cvs18.5
+
+       * src/matcher.c
+       * src/matcher.h
+       * src/matcher_parser_parse.y
+       * src/prefs_matcher.c
+       * src/gtk/quicksearch.c
+               Add 'partial' ('p') match string to find partially
+               downloaded messages
+
+2004-07-13 [colin]     0.9.12cvs18.4
+
+       * src/pop.c
+               Fix misplaced block
+
+2004-07-13 [colin]     0.9.12cvs18.3
+
+       * src/pop.c
+       * src/pop.h
+       * src/messageview.c
+               Refactor API (to avoid passing 5+ params and code
+               duplication)
+       * src/folder.c
+       * src/msgcache.c
+       * src/procheader.c
+       * src/common/defs.h
+               Add planned_download to cache
+               Don't mess uidl file when moving partially downloaded
+               mails (they change folder, we should change it in the
+               uidl list too or we'll remove an incorrect message)
+               (this also helps removing hacks when changing 
+               planned_download in messageview.c)
+
+2004-07-12 [colin]     0.9.12cvs18.2
+
+       * src/gtk/quicksearch.c
+               Fix missing status update in quicksearch
+
+2004-07-12 [paul]      0.9.12cvs18.1
+
+       * po/POTFILES.in
+       * src/Makefile.am
+       * src/account.c
+       * src/codeconv.c
+       * src/compose.c
+       * src/inc.c
+       * src/main.c
+       * src/prefs_common.c
+       * src/procmsg.h
+       * src/toolbar.c
+       * src/prefs_msg_colors.[ch]     ** NEW FILES **
+       * src/prefs_wrapping.[ch]       ** NEW FILES **
+       * src/common/intl.h
+       * src/common/utils.[ch]
+       * src/gtk/quicksearch.[ch]
+               sync with 0.9.12cvs18 HEAD
+
+2004-07-12 [colin]     0.9.11cvs17.25
+
+       * src/folder.c
+       * src/folder.h
+               Remove unused function added by me in 0.9.11cvs17.10
+
+2004-07-11 [colin]     0.9.11cvs17.24
+
+       * src/inc.c
+       * src/messageview.c
+       * src/pop.c
+       * src/pop.h
+               Use folderitem and msgnum instead of filename to
+               know which mail to delete
+               Move old partial mail deletion to pop.c
+
+2004-07-10 [colin]     0.9.11cvs17.23
+
+       * src/inc.c
+               Add debug
+       * src/pop.c
+       * src/pop.h
+               Don't re-use same enums for unrelated stuff: it's 
+               completely misleading !
+               Document a bit
+
+2004-07-09 [colin]     0.9.11cvs17.22
+
+       * src/inc.c
+               Remove folder-type check and do
+               more tests to be sure everything's
+               ok
+       * src/messageview.c
+               Punctuation update, remove useless
+               code, fix two warnings
+       * src/noticeview.c
+               Layout cleaning, reset 2nd button
+               when specifying one
+
+2004-07-09 [colin]     0.9.11cvs17.21
+
+       * src/messageview.c
+       * src/pop.c
+       * src/pop.h
+               Allow user to change his mind
+               and postpone decision (by
+               unmarking the mail)
+
+2004-07-09 [colin]     0.9.11cvs17.20
+
+       * src/messageview.c
+               Fix bug with delete state
+       * src/pop.c
+       * src/pop.h
+               Fix buffer leak (fread doesn't 
+               terminate buffers with \0)
+               Refactoring (remove magic 
+               numbers)
+
+2004-07-09 [colin]     0.9.11cvs17.19
+
+       * src/pop.c
+               Don't log "Skipping message" if 
+               we're going to TOP it two lines
+               later
+
 2004-07-09 [colin]     0.9.11cvs17.18
 
        * src/messageview.c