add missing ChangeLog-gtk2.claws entry
[claws.git] / ChangeLog-gtk2.claws
index 4cc8314f027e89bd5c03be7db26d121062b6103c..0116bb43dd6a2129d4a9d20dc7f7a0dc113ee30c 100644 (file)
@@ -1,3 +1,347 @@
+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
+               Fix Engrish
+
+2004-07-09 [colin]     0.9.11cvs17.17
+
+       * src/pop.c
+               strlen checking...
+       * src/messageview.c
+               refactoring a bit
+
+2004-07-08 [colin]     0.9.11cvs17.16
+
+       * src/noticeview.c
+       * src/noticeview.h
+               Add an optional second button
+       * src/messageview.c
+       * src/pop.c
+       * src/pop.h
+               Don't delete partially received mails after a certain
+               time; rather, let the user decide.
+
+2004-07-08 [colin]     0.9.11cvs17.15
+
+       * src/common/smtp.h
+               Sync with HEAD
+
+2004-07-08 [colin]     0.9.11cvs17.14
+
+       * src/messageview.c
+       * src/common/smtp.c
+               Use to_human_readable() for sizes
+
+2004-07-08 [colin]     0.9.11cvs17.13
+
+       * src/inc.c
+       * src/messageview.c
+       * src/pop.c
+       * src/pop.h
+       * src/procmsg.c
+               Fix partial-downloading issues:
+                       catch unsupported TOP
+                       don't delete partially downloaded mails before 5 days
+                       don't update existing with non-MH folders; that'll
+                       make dups, but it's better than trashing the folder
+                       free new msginfo parts
+               Fix indentation ;-)
+
+2004-07-08 [colin]     0.9.11cvs17.12
+
+       * src/common/smtp.c
+       * src/common/smtp.h
+               Sync smtp size verification with HEAD
+
+2004-07-08 [colin]     0.9.11cvs17.11
+
+       * src/summaryview.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/gtk/quicksearch.c
+       * src/gtk/quicksearch.h
+               Sync sticky pref with HEAD
+
+2004-07-08 [colin]     0.9.11cvs17.10
+
+       * src/folder.c [1.213.2.6]
+       * src/folder.h [1.87.2.6]
+       * src/inc.c [1.149.2.7]
+       * src/messageview.c [1.94.2.8]
+       * src/procheader.c [1.47.2.6]
+       * src/procmsg.c [1.150.2.4]
+       * src/procmsg.h [1.60.2.5]
+       * src/pop.c [1.56.2.4]
+       * src/pop.h [1.17.2.3]
+               Let too big messages get downloaded, but truncated
+               Add a button to download them completely
+               
+2004-07-06 [colin]     0.9.11cvs17.9
+
+       * src/gtk/quicksearch.c [1.1.2.3]
+               Add a Clear button
+       * commitHelper
+       * PATCHSETS
+               Add a script to help with cvs
+
+2004-07-03 [colin]     0.9.11cvs17.8
+
+       * src/plugins/imageviewer/viewer.c
+               fix imageviewer (which was staying on the first
+               displayed image)
+
+2004-07-03 [colin]     0.9.11cvs17.7
+
+       Removed FIXME_GTK2 warnings
+       * src/gtk/gtkutils.c
+               useless #warnings
+       * src/gtk/menu.c
+               useless #warnings (no need to mess with menu rc)
+       * src/gtk/menu.h
+               unused functions
+       
+
+2004-07-03 [colin]     0.9.11cvs17.6
+
+       Removed FIXME_GTK2 warnings
+       * src/codeconv.c
+               useless #warnings (rewrite needed)
+       * src/compose.c
+               useless #warnings (rewrite needed)
+               useless #warnings (gtk2 is like that)
+               useless #warnings (previously fixed)
+       * src/main.c
+               useless #warnings (previously fixed)
+       * src/message_search.c
+               useless #warnings (gtk2 is like that)
+               Made apparent that search is case-sensitive
+       * src/mimeview.c
+               useless #warnings (rewrite needed)
+               useless #warnings (gtk2 is like that)
+               reimplemented real warnings
+       * src/prefs_common.c
+               Removed block cursor option (not it gtk2)
+       * src/prefs_gtk.c
+               useless #warnings (rewrite needed)
+       * src/procheader.c
+               useless #warnings (rewrite needed)
+       * src/sourcewindow.c
+               useless #warnings (incorrect placing)
+       * src/summary_search.c
+               useless #warnings (gtk2 is like that)
+               Made apparent that search is case-sensitive
+       * src/action.c
+               useless #warnings (gtk2 is like that)
+       * src/textview.c
+               useless #warnings (rewrite needed)
+       * src/toolbar.c
+               useless #warnings (rewrite needed)
+
+2004-07-03 [colin]     0.9.11cvs17.5
+
+       * src/textview.c
+               Fix mismerge which broke URI opening
+               
+2004-07-01 [colin]     0.9.11cvs17.4
+
+       * src/gtk/filesel.c
+               Fill filename when saving
+               
+2004-06-27 [colin]     0.9.11cvs17.3
+
+       * src/gtk/filesel.[ch]
+               Use the new GTK file selector
+               Update prototype to match the reality: multiple file
+               selection is open-only          
+       * src/compose.c
+               Match the new prototypes        
+       * configure.ac
+               Match the new requirements (gtk 2.4.0)
+                       
+2004-06-26 [colin]     0.9.11cvs17.2
+
+       * src/plugins/trayicon/trayicon.c
+               Remove useless signal handler on resize, which causes
+               an infinite "loop"
+       
+2004-06-26 [colin]     0.9.11cvs17.1
+       
+       * tools/Makefile.am
+               remove launch_firebird and add nautilus2sylpheed.sh
+       * src/quicksearch.c
+         src/summaryview.c
+               Fix show/hide "Extended symbols" button problem
+               Fix apparition at startup
+               Fix const warnings
+       * src/plugins/image_viewer/Makefile.am
+               Fix configure 
+       * common/ssl.c
+               Re-enable certificate check, as it doesn't seem to
+               cause Xlib errors anymore
+
+2004-06-25 [paul]      0.9.11cvs17
+
+       * sync with 0.9.11cvs17 HEAD
+       
+       NOTE: QuickSearch is broken
+
+2004-06-07 [colin]     0.9.10claws67.10
+       * src/plugins/trayicon/trayicon.c
+         src/plugins/trayicon/libeggtrayicon/Makefile.am
+         src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
+               Fix gettextization in trayicon plugin
+
+2004-06-07 [colin]     0.9.10claws67.9
+       
+       * src/summaryview.c
+         src/gtk/gtksctree.[ch]
+               Let Shift+{Up,Down} work in summaryview
+               (well, Down "works" and Up works)
+               Let the list scroll when using these keys
+
+2004-06-06 [colin]     0.9.10claws67.8
+
+       * src/plugins/trayicon/trayicon.c
+               Fix pixmap update
+
+2004-06-06 [colin]     0.9.10claws67.7
+
+       * src/addressbook.c
+               Fix signal handling causing system-wide focus grab
+
+2004-05-25 [paul]      0.9.10claws67.6
+
+       * Makefile.am
+         src/Makefile.am
+               clean up
+
+2004-05-25 [paul]      0.9.10claws67.5
+
+       * replace deprecated gtk_signal... functions
+
+2004-05-23 [colin]     0.9.10claws67.4
+
+       * src/compose.c
+               Fix wrapping
+
+2004-05-22 [colin]     0.9.10claws67.3
+
+       * src/compose.c
+               Re-fix [Edited] in compose.c::compose_reedit()
+
+2004-05-22 [colin]     0.9.10claws67.2
+
+       * src/procmime.c
+               Fix parsing of multiparts mails
+
+2004-05-22 [colin]     0.9.10claws67.1
+
+       * src/summaryview.c
+               Fix quicksearch
+
+2004-05-22 [paul]      0.9.10claws67
+
+       * sync with 0.9.10claws67 HEAD
+
+2004-05-14 [alfons]
+
+       * src/procmime.h
+               add forgotton prototype
+
+2004-05-10 [paul]      0.9.10claws57
+
+       * sync with 0.9.10claws57 HEAD
+
 2004-05-05 [paul]      0.9.9.claws1
 
        * ChangeLog-gtk2        ** REMOVED **