Specialize alertpanel icons
[claws.git] / ChangeLog-gtk2.claws
index b4dca08d571609514c5db4af5ec619e36414613e..243228190bb8c0506ea4d681dc1bdff606286194 100644 (file)
@@ -1,3 +1,557 @@
+2004-07-27 [colin]     0.9.12cvs35.2
+
+       * src/mimeview.c
+               Fix width a bit (by Paul)
+       * src/alertpanel.c
+       * src/alertpanel.h
+               Specialize icons, make alertpanel_message()
+               private
+       * src/message_search.c
+       * src/sgpgme.c
+       * src/summary_search.c
+               Suit alertpanel changes
+
+2004-07-27 [colin]     0.9.12cvs35.1
+
+       * src/alertpanel.c
+               Add an icon
+       * src/passphrase.c
+               Add debug output - maybe someone will
+               want to look at the problem with Grab
+               Input :)
+       Bump version as we're synced with HEAD
+
+2004-07-26 [colin]     0.9.12cvs33.26
+
+       * src/pop.c
+               Fix uidl-file parsing when not in new
+               format
+
+2004-07-26 [colin]     0.9.12cvs33.25
+
+       * src/gtk/menu.c
+               Move popup menu up if necessary (fixes 
+               account selector)
+       * src/mainwindow.c
+               Set account selector's button height to
+               minimum
+
+2004-07-26 [colin]     0.9.12cvs33.24
+
+       * src/alertpanel.c
+               Maybe fix 551 (Truncated font in alert window)
+
+2004-07-26 [colin]     0.9.12cvs33.23
+
+       * po/de.po
+       * po/es.po
+       * po/fr.po
+       * po/it.po
+       * po/ja.po
+       * po/pl.po
+       * po/ru.po
+       * po/sk.po
+       * po/sr.po
+       * po/zh_CN.po
+               Sync po files with HEAD
+
+2004-07-26 [paul]      0.9.12cvs33.22
+
+       * src/compose.c
+               fix Bug 556 'Organisation-header is sent even if empty'
+
+2004-07-24 [colin]     0.9.12cvs33.21
+
+       * src/compose.c
+       * src/gtk/gtkaspell.c
+       * src/gtk/gtkaspell.h
+               Fix speller accelerators (require hack)
+
+2004-07-24 [colin]     0.9.12cvs33.20
+
+       * src/gtk/gtkaspell.c
+               Fix over-eager code deletion breaking
+               Check while typing
+
+2004-07-24 [colin]     0.9.12cvs33.19
+
+       * src/browseldap.c
+       * src/ldapctrl.c
+       * src/ldapctrl.h
+       * src/ldapserver.h
+               Sync ldap with HEAD
+       (Fixes 546 LDAP completely broken)
+
+2004-07-24 [colin]     0.9.12cvs33.18
+
+       * src/prefs_msg_colors.c
+               Fix prototype mismatch
+       (Fixes 547 void function cannot return value)
+
+2004-07-24 [colin]     0.9.12cvs33.17
+
+       * src/mainwindow.c
+               Fix sort going back to previous sort key
+               when changing sort direction
+
+2004-07-24 [colin]     0.9.12cvs33.16
+
+       * src/compose.c
+               Fix space insertion when re-wrapping at 
+               cursor point
+
+2004-07-24 [colin]     0.9.12cvs33.15
+
+       * src/gtk/gtkaspell.c
+               Don't change cursor position in insert-text
+               callback
+       (Fixes 539 Word wrapping on input transposes letters)
+
+2004-07-24 [colin]     0.9.12cvs33.14
+
+       * src/gtk/gtkaspell.c
+               Reencode non-ascii chars to dictionary's
+               encoding
+       (Fixes 544 Spell check broken non english locale)
+
+2004-07-24 [colin]     0.9.12cvs33.13
+
+       * src/summaryview.c
+               Fix Shift+Down, add Home/End/PgUp/PgDown
+
+2004-07-21 [colin]     0.9.12cvs33.12
+
+       * src/prefs_common.c
+               Fix a gtk warning (Patch by Andrej Kacian)
+
+2004-07-21 [colin]     0.9.12cvs33.11
+
+       * src/gtk/filesel.c
+               More check
+
+2004-07-21 [colin]     0.9.12cvs33.10
+
+       * src/compose.c
+       * src/crash.c
+       * src/export.c
+       * src/import.c
+       * src/messageview.c
+       * src/mimeview.c
+       * src/prefs_spelling.c
+       * src/prefs_themes.c
+       * src/summaryview.c
+       * src/gtk/filesel.c
+       * src/gtk/filesel.h
+       * src/gtk/pluginwindow.c
+               Untwist open/save mode guessing logic, make
+               it explicit
+
+2004-07-20 [colin]     0.9.12cvs33.9
+
+       * src/codeconv.c
+               conv_encode_header: src_charset is UTF-8 on
+               gtk2
+       * src/compose.c
+               Remove double encoding of the headers
+
+2004-07-20 [colin]     0.9.12cvs33.8
+
+       * src/codeconv.c
+               Fix typo
+
+2004-07-20 [colin]     0.9.12cvs33.7
+
+       * src/mainwindow.c
+               Set the separated messageview to the saved
+               size of Claws' messageview (Patch by Alfons)
+               Fix a callback prototype (me)
+
+2004-07-20 [colin]     0.9.12cvs33.6
+
+       * src/codeconv.h
+               Forgot one hunk in 0.9.12cvs33.4
+
+2004-07-19 [colin]     0.9.12cvs33.5
+
+       * src/action.c
+               Action output fix
+               Patch by Alfons
+
+2004-07-19 [colin]     0.9.12cvs33.4
+
+       * src/compose.c
+               Fix outgoing charset bug in headers
+       * src/codeconv.c
+               Clean for glib2 - Patch by Alfons
+
+2004-07-19 [colin]     0.9.12cvs33.3
+
+       * src/statusbar.c
+               Remove grip from the statusbar
+               Patch by Alfons
+
+2004-07-19 [colin]     0.9.12cvs33.2
+
+       * src/messageview.c
+       * src/textview.c
+               Fix messageview remembering the previous
+               scroll position when loading a new message
+               Patch by Alfons
+
+2004-07-19 [colin]     0.9.12cvs33.1
+
+       * src/folder.h
+       * src/folderview.c
+       * src/summaryview.c
+               Sync with HEAD
+
+2004-07-18 [colin]     0.9.12cvs32.7
+
+       * configure.ac
+               Remove useless check for XIM - noticed
+               by Alfons
+
+2004-07-18 [colin]     0.9.12cvs32.6
+
+       * src/summaryview.c
+               Remove non-modified and shift-modified
+               accelerators in summaryview's popup
+               menu, as that doesn't get catched by
+               the accel-activate signal catcher...
+
+2004-07-18 [colin]     0.9.12cvs32.5
+
+       * src/prefs_common.c
+               Define sensible default prefs for 
+               wrapping
+
+2004-07-18 [colin]     0.9.12cvs32.4
+
+       * src/compose.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_wrapping.c
+               Remove Smart Wrapping pref, which does
+               nothing on gtk2 branch
+
+2004-07-18 [colin]     0.9.12cvs32.3
+
+       * src/sourcewindow.c
+               Proper utf8
+
+2004-07-18 [colin]     0.9.12cvs32.2
+
+       * src/compose.c
+               Save attachment status when drafting
+
+2004-07-18 [colin]     0.9.12cvs32.1
+
+       * src/gtk/filesel.c
+               Fix erratic folder selection in open mode
+
+2004-07-18 [colin]     0.9.12cvs31.11
+
+       * src/pop.c
+               Don't let partial messages get deleted
+               even with "dowload all"
+               (0.9.12cvs31.8 fix extension)
+2004-07-18 [colin]     0.9.12cvs31.10
+
+       * src/gtk/logwindow.c
+               Fix log scrolling
+
+2004-07-18 [colin]     0.9.12cvs31.9
+
+       * src/common/utils.c
+               Fix non-utf8 strings coming from commands
+               and files
+
+2004-07-18 [colin]     0.9.12cvs31.8
+
+       * src/pop.c
+               Fix partial download bug with Download all
+               messages option
+
+2004-07-18 [colin]     0.9.12cvs31.7
+
+       * src/textview.c
+               Fix bug introduced in 0.9.12cvs31.2
+               (blocked in select mode after double click)
+
+2004-07-18 [colin]     0.9.12cvs31.6
+
+       * src/compose.c
+       * src/gtk/menu.c
+               More glib-warning fixes
+
+2004-07-18 [colin]     0.9.12cvs31.5
+
+       * src/compose.c
+               Fix trashing the primary clipboard when moving 
+               around with tab
+       (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
+
+2004-07-18 [colin]     0.9.12cvs31.4
+
+       * src/codeconv.c
+               convert unencoded iso headers to utf8
+       (Fix Bug 538 Unencoded local characters in subject make it 
+        disappear)
+
+2004-07-18 [colin]     0.9.12cvs31.3
+
+       * src/compose.c
+               Fix tab char handling in wrapping
+       (Fix Bug 537 Line wrap problem - TAB character treated as 
+        one character instead of 8)
+
+2004-07-18 [colin]     0.9.12cvs31.2
+
+       * src/textview.c
+               return FALSE on GDK_MOTION_NOTIFY
+       (Fix Bug 535 Hyperlinks/addresses are not selectable 
+        (unable to highlight))
+
+2004-07-18 [colin]     0.9.12cvs31.1
+
+       * src/folderview.c
+               Sync with 0.9.12cvs31
+
+2004-07-18 [colin]     0.9.12cvs30.4
+
+       * src/compose.c
+               Also block text_inserted when inserting a file
+
+2004-07-18 [colin]     0.9.12cvs30.3
+
+       * src/compose.c
+               Fix smart wrapping (block text_inserted handler
+               while putting quotation to avoid wrap on input,
+               don't join lines if next is sig separator)
+
+2004-07-17 [colin]     0.9.12cvs30.2
+
+       * src/folderview.c
+       * src/mainwindow.c
+       * src/mimeview.c
+       * src/summaryview.c
+       * src/gtk/quicksearch.c
+       * src/gtk/quicksearch.h
+               Block key events handlers *and* accels while
+               quicksearch is focused
+       (Fixes Bug 534 quick-search bar not accepting certain letters)
+
+2004-07-17 [colin]     0.9.12cvs30.1
+
+       * src/folder.h
+       * src/folderview.c
+       * src/summaryview.c
+               Sync with 0.9.12cvs30
+
+2004-07-17 [colin]     0.9.12cvs28.2
+
+       * src/mimeview.c
+       * src/procmime.c
+       * src/summaryview.c
+       * src/gtk/menu.c
+               Squash some compile and glib warnings
+
+2004-07-17 [paul]      0.9.12cvs28.1
+
+       * src/mimeview.c
+               sync with 0.9.12cvs28 HEAD
+
+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