Specialize alertpanel icons
[claws.git] / ChangeLog-gtk2.claws
index 53f8d07c93b7448be3b3a9417cea575af0120e78..243228190bb8c0506ea4d681dc1bdff606286194 100644 (file)
@@ -1,3 +1,310 @@
+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
        * src/folderview.c
                Sync with 0.9.12cvs31
 
-2004-07-18 [colin]     0.9.12cvs30.3
+2004-07-18 [colin]     0.9.12cvs30.4
 
        * src/compose.c
                Also block text_inserted when inserting a file