remove debug
[claws.git] / ChangeLog.claws
index cfd0bb35bf611c10ee981d422533e9575cc0186e..23c1a524495e1dbccee8fbd5f4b0c56cba8ed60c 100644 (file)
@@ -1,4 +1,151 @@
-2002-07-08     [paul]  0.7.8claws55
+2002-07-16 [colin]     0.7.8claws73
+
+       * src/summaryview.c
+               remove forgotten debug messages - sorry ;-)
+
+2002-07-16 [colin]     0.7.8claws72
+
+       * src/mimeview.c
+         src/summaryview.c
+         src/textview.c
+         src/textview.h
+               add the ability to select part of a text mime-part 
+               to reply.
+
+2002-07-15 [christoph] 0.7.8claws71
+
+       * src/folder.c
+               fix folder message count for folders without
+               msg_is_changed (includes news folders)
+
+2002-07-15 [martin]    0.7.8claws70
+
+       * src/summaryview.c
+               option "display recipient on 'From'..." now works
+               without the need of enabling the option
+               "display  sender  using  address  book".
+
+2002-07-15 [christoph] 0.7.8claws69
+
+       * src/summaryview.c
+               removed setting folder status from summaryview.
+               folder.c should update all message counts correctly.
+       
+2002-07-15 [paul]      0.7.8claws68
+
+       * po/pt_BR.po
+               updated by Fabio Junior Beneditto
+
+2002-07-15 [darko]     0.7.8claws67
+
+       * src/mh.c
+               Fixed target folder colorization, don't decrease op
+               number twice
+
+2002-07-14 [paul]      0.7.8claws66
+
+       * sync with main 0.8.0
+               see ChangeLog 2002-07-14
+
+2002-07-13 [melvin]    0.7.8claws65
+       
+       * src/addrbook.c
+       * src/addressbook.c
+       * src/addrindex.c
+               Replaced sprintf by g_snprintf to prevent possible buffer
+               overflow.
+       * src/news.c
+               Corrected a log message output format.
+               Added a missing "done" debug output.
+       * src/compose.c
+               Added keyboard accelerator for Priority menu items
+               Added missing \n in debug output
+       * src/logwindow.c
+       * src/gtkspell.c
+       * src/rfc2015.c
+               Added missing \n in debug output
+
+2002-07-13 [paul]      0.7.8claws64
+
+       * man/sylpheed.1
+               change Sergey's email address to the sf address
+
+       * src/textview.c
+               increase show_url_timeout (more useful for long
+               urls)
+
+2002-07-12 [sergey]    0.7.8claws63
+
+       * src/rfc2015.c
+               applied (with some modifications) patch to set the
+               micalg parameter for signatures
+               (2001-08-28 Werner Koch <wk@gnupg.org>)
+
+2002-07-12 [sergey]    0.7.8claws62
+
+       * man/Makefile.am
+       * configure.in
+               fixed man page installation
+
+2002-07-12 [paul]      0.7.8claws61
+
+       * sync with 0.7.8cvs26
+               see ChangeLog 2002-07-11 and 2002-07-12
+
+2002-07-11 [christoph] 0.7.8claws60
+
+       * src/compose.c
+       * src/procmsg.c
+               first use the message number to find the message
+               to mark with a reply flag but check the
+               message-id if we got the correct message, if not
+               try to find it by message-id.
+               use new string seperator that is not allowed
+               in message-ids.
+
+2002-07-11 [paul]      0.7.8claws59
+
+       * sync with 0.7.8cvs23
+               see ChangeLog 2002-07-10
+
+2002-07-10 [christoph] 0.7.8claws58
+
+       * src/folder.[ch]
+       * src/msgcache.[ch]
+               Added message-id table to the cache in memory
+               and functions to msgcache.c and folder.c to
+               fetch MsgInfos by message id
+       * src/compose.c
+       * src/procmsg.c
+               store folder and message-id of message replying
+               to in queue header and set reply flag after sending
+               (Closes bug #469498)
+
+2002-07-10 [paul]      0.7.8claws57
+
+       * AUTHORS
+         man/sylpheed.1.gz
+               add Martin to the list of authors
+
+2002-07-09 [martin]    0.7.8claws56
+       * src/gtksctree.c
+               Added gtk_ctree_last_visible(), tree_update_level(),
+               gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
+               tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
+               from gtk+ to gtksctree.c for the new sorting code
+               Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
+               Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
+       * src/gtksctree.h
+               Added declaration for gtk_sctree_sort_recursive() and
+               gtk_sctree_sort_node
+       * src/addressbook.c
+       * src/foldersel.c
+       * src/folderview.c
+       * src/summaryview.c
+               changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
+               to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
+
+2002-07-08 [paul]      0.7.8claws55
 
        * more sync with 0.7.8cvs21
                see ChangeLog 2002-07-08