* src/folderview.c
[claws.git] / ChangeLog.claws
index 6475956131fbfcba6222bb6b9834b29a495ed845..4f878e1296974eb89ac6f575e237550a0944853e 100644 (file)
@@ -1,3 +1,332 @@
+2003-02-15 [alfons]    0.9.9claws14
+
+       * src/folderview.c
+               fix sync breakage so we don't pass invalid pointer types
+
+2003-02-15 [match]     0.9.9claws13
+
+       * src/ldapquery.[ch]
+       * src/ldapserver.h
+       * src/addrindex.[ch]
+               tweak threading calls.
+       * src/addr_compl.[ch]
+               add alias into completion list.
+       * src/addressbook.c
+               fix ldap browse.
+               improve context menu behavior.
+               change menu sequence.
+               add send mail from addressbook.
+       * src/addrselect.[ch]
+       * src/compose.[ch]
+               add send mail from addressbook.
+
+2003-02-15 [christoph] 0.9.9claws12
+
+       * src/folderutils.c
+               skip deleting when duplist is empty
+
+       * src/folderview.[ch]
+       * src/mainwindow.c
+       * src/summaryview.[ch]
+               call folderutils_delete_duplicates() from mainwindow code
+
+2003-02-15 [alfons]    0.9.9claws11
+       
+       * src/common/utils.c
+               add prefix for italian ms o(e) 
+
+2003-02-14 [paul]      0.9.9claws10
+
+       * src/foldersel.c
+               fix updating of the folder view when creating a
+               new folder
+
+2003-02-13 [paul]      0.9.9claws9
+
+       * src/plugins/clamav/clamav_plugin.c
+               remove GUI code
+
+2003-02-13 [paul]      0.9.9claws8
+
+       * sync with 0.9.9cvs9
+               see ChangeLog 2003-02-09, 2004-02-10, 2004-02-12
+
+2003-02-13 [alfons]    0.9.9claws7
+
+       * src/common/utils.c
+               fix wrong type of argument for ctype functions (pass unsigned
+               char instead of signed char)
+
+2004-02-12 [alfons]    0.9.9claws6
+
+       * src/compose.[ch]
+               don't select text in header entry when composing to a 
+               default address, but rather give the header entry a
+               different color / style (same as the folder new color)
+
+2004-02-12 [alfons]    0.9.9claws5
+
+       * src/plugins/clamav/clamav_plugin.c
+               don't exit(2) on libclamav init error - show a warning.
+               (tested by damaging a clamav database file.)
+
+2004-02-12 [paul]      0.9.9claws4
+
+       * sync with 0.9.9cvs4
+               see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
+
+2004-02-11 [luke]      0.9.9claws3
+
+       * src/mimeview.c
+               remove redundant check introduced in 0.9.9claws1
+
+2004-02-11 [luke]      0.9.9claws2
+
+       * src/mimeview.c
+               fix compilation of my previous commit without gpg enabled
+
+2004-02-10 [luke]      0.9.9claws1
+
+       * src/mimeview.c
+               add borders to icons to indicate the privacy status for
+               the message part (unknown/bad/good)
+
+2004-02-06 [paul]      0.9.9claws
+
+       0.9.9claws released
+
+2004-02-06 [darko]     0.9.8claws64
+
+       * src/compose.c
+               don't allow Ctrl+Enter while external editor is active
+
+2004-02-06 [paul]      0.9.8claws63
+
+       * po/es.po
+         po/pl.po
+         po/sk.po
+         po/sr.po
+               update Spanish, Polish, Slovak, and Serbian translations.
+               submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
+               and Urke MMI
+
+2004-02-04 [alfons]    0.9.8claws62
+
+       * src/compose.c
+               grab focus only when lbutton was pressed (bug #430 cont'd; 
+               don't have clue yet why the cursor pos is at the end of the
+               text.)
+
+2004-02-04 [alfons]    0.9.8claws61
+
+       * src/compose.c
+               always grab focus when one of the header entries is clicked 
+               (should fix bug #430, "no focus on pasted addresses 3 & higher")
+
+2004-02-02 [paul]
+
+       * ac/missing/gdk-pixbuf.m4
+         ac/missing/gpgme.m4
+         ac/missing/imlib.m4
+               prevent 'underquoted definition' warnings
+               patch submitted by David Relson
+               
+       * src/plugins/clamav/README
+               update, improve, correct
+
+2004-01-31 [thorsten]  0.9.8claws60
+
+       * src/news.c
+               'dir' not initialized if group has no messages
+
+2004-01-29 [christoph] 0.9.8claws59
+
+       * src/customheader.[ch]
+               add custom_header_is_allowed() to check for disallowed header names
+               that must not be overridden by custom headers
+
+       * src/compose.c
+               always write From: header and use custom_header_is_allowed() to
+               check if custom header should be written
+
+       * src/prefs_customheader.c
+               check if custom header is disallowed using custom_header_is_allowed()
+
+       * src/folderutils.c
+               destroy message id GHashTable before freeing the MsgInfos
+
+2004-01-29 [paul]      0.9.8claws58
+
+       * sync with 0.9.9 release
+               see ChangeLog 2004-01-29
+
+2004-01-29 [paul]      0.9.8claws57
+
+       * sync with 0.9.8cvs11
+               see ChangeLog 2004-01-29
+
+2004-01-28 [christoph] 0.9.8claws56
+
+       * src/pgpmime.c
+       * src/sgpgme.[ch]
+               return WARN signature status when signature is not trusted
+
+       * src/Makefile.am
+       * src/folder.c
+       * src/folderutils.[ch]                  ** NEW **
+       * src/summaryview.c
+               implement delete duplicates summaryview independent
+
+2004-01-28 [paul]      0.9.8claws55
+
+       * sync with 0.9.8cvs10
+               see Changelog 2004-01-27 and 2004-01-28
+
+2004-01-26 [christoph] 0.9.8claws54
+
+       * src/imap.c
+               create a root node for the Folder if scan fails because root
+               folder does not exist
+
+2004-01-26 [paul]      0.9.8claws53
+
+       * sync with 0.9.8cvs7
+               see ChangeLog 2004-01-23
+
+2004-01-25 [alfons]    0.9.8claws52
+
+       * src/compose.c
+               remove left-over constant INDENT_CHARS
+
+2004-01-25 [alfons]    0.9.8claws51
+
+       * src/procmime.c
+               add NULL pointer check for mimeinfo->node in
+               procmime_mimeinfo_parent()
+
+2004-01-25 [darko]     0.9.8claws50
+
+       * src/compose.c
+               make "Wrap all long lines" toolbar button wrap all
+               long lines not just the current line
+               patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
+
+
+2004-01-25 [alfons]    0.9.8claws49
+
+       * src/procmime.c
+               remove g_strstrip(); prevents a NULL pointer deref, and isn't
+               necessary anyway, because *scanf() functions neglect white
+               space in the input. 
+               Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
+
+2004-01-25 [paul]      0.9.8claws48
+
+       * src/prefs_ext_prog.c
+               apply Alfons' patch to check for NULL pointers
+               fixes bug #424
+
+2004-01-25 [paul]      0.9.8claws47
+
+       * sync with 0.9.8cvs8
+               see ChangeLog 2004-01-23
+
+2004-01-25 [thorsten]  0.9.8claws46
+
+       * src/messageview.c
+               remove orphaned mimeview unref()
+
+2004-01-23 [christoph] 0.9.8claws45
+
+       * src/summaryview.c
+               set ctree widget style
+
+2004-01-23 [paul]      0.9.8claws44
+
+       * sync with 0.9.8cvs5
+               see ChangeLog 2004-01-22
+
+2004-01-23 [alfons]    0.9.8claws43
+
+       * src/procmsg.c
+               remove redundant code in procmsg_get_thread_tree()
+
+2004-01-21 [christoph] 0.9.8claws42
+
+       * src/folderview.c
+               set ctree widget style, otherwise GTK does not use the
+               the correct vertical size for the list items
+
+2004-01-21 [alfons]    0.9.8claws41
+
+       * src/summaryview.c
+               GDK_Left should only switch to folderview when
+               when summaryview hscrollbar is at the leftmost
+               position (fixes bug #420, "Focus error")
+
+2004-01-21 [paul]      0.9.8claws40
+
+       * sync with 0.9.8cvs4
+               see ChangeLog 2004-01-20
+
+2004-01-20 [christoph] 0.9.8claws39
+
+       * src/folderview.c
+               remove setting sensitivity for no longer existing
+               /Scoring... popup entry
+
+2004-01-20 [keith]     0.9.8claws38
+
+       * configure.ac
+               Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
+
+2004-01-20 [paul]      0.9.8claws37
+
+       * src/prefs_fonts.c
+               demystify font settings
+               
+       * src/textview.c
+               use textview->msgfont for header->body in
+               textview_show_header()
+
+2004-01-20 [paul]      0.9.8claws36
+
+       * src/compose.c
+         src/undo.c
+               remove superfluous debug_print's
+               
+       * src/inc.c
+               clear the statusbar after LOCAL incorporation
+
+2004-01-20 [paul]      0.9.8claws35
+
+       * sync with 0.9.8cvs3
+               see ChangeLog 2004-01-20
+
+2004-01-19 [keith]     0.9.8claws34
+
+       * src/folderview.c
+               don't show 'Search folder...' on popup menu
+               if folder has no mails in it
+
+2004-01-17 [keith]     0.9.8claws33
+
+       * src/compose.c
+         src/prefs_common.c
+         src/prefs_common.h
+               store position of compose window in prefs
+
+2004-01-17 [thorsten]  0.9.8claws32
+
+       * src/gtk/gtkvscrollbutton.c
+               ensure scrollbutton resize event on different gtk versions
+
+2004-01-15 [alfons]    0.9.8claws31
+       
+       * src/summaryview.c
+               keep MSG_REPLIED and MSG_FORWARDED even when marking a
+               message as read
+
 2004-01-12 [christoph] 0.9.8claws30
 
        * src/procmime.c