sync with 0.8.6cvs11
[claws.git] / ChangeLog.claws
index e1e17452a541e96de312a3be8dfbccccca25abbd..5b3a7d1d5bfe9fdf430040efe6b80e217c56e7b2 100644 (file)
@@ -1,3 +1,443 @@
+2002-11-26 [paul]      0.8.6claws12
+
+       * sync with 0.8.6cvs11
+         src/quote_fmt_parse.y  
+               no sync needed
+         src/account.[ch]       
+               not sync'ed
+         src/compose.c
+               compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
+               on draft mode.
+               compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
+               header
+               
+       see ChangeLog 2002-11-25 and 2002-11-26
+
+2002-11-26 [colin]     0.8.6claws11
+
+       * src/folderview.c
+               Fix collapsed folder not auto-expanding during
+               mail dnd, if it was the source folder.
+
+2002-11-25 [colin]     0.8.6claws10
+
+       * src/folderview.[ch]
+               Variable renaming and cleaning (slist of nodes 
+               to be re-collapsed is stored in FolderView)
+
+2002-11-25 [paul]      0.8.6claws9
+
+       * src/prefs_common.[ch]
+               fix breakage caused by last commit
+
+2002-11-25 [paul]      0.8.6claws8
+
+       * sync with 0.8.6cvs4
+               see ChangeLog 2002-11-21
+
+2002-11-25 [paul]      0.8.6claws7
+
+       * sync with 0.8.6cvs4
+               see ChangeLog 2002-11-20
+
+2002-11-25 [paul]      0.8.6claws6
+
+       * sync with 0.8.6cvs3
+               see ChangeLog 2002-11-18
+
+2002-11-25 [colin]     0.8.6claws5
+
+       * src/gtkutils.[ch]
+               Add gtkut_ctree_node_is_parent()
+       * src/folderview.c
+               Spring-loaded folders
+
+2002-11-25 [colin]     0.8.6claws4
+
+       * src/utils.[ch]
+               Add slist_concat_unique(), function to merge
+               two GSList filtering dups
+       * src/folder.[ch]
+       * src/summaryview.[ch]
+       * src/folderview.c
+       * src/main.c
+               Add detection/update/display of unread answers
+               to marked mails
+       * src/procmsg.[ch]
+               Add procmsg_find_children()
+               Add procmsg_msg_has_marked_parent()
+
+2002-11-25 [colin]     0.8.6claws3
+
+       * src/ssl_certificate.[ch]
+               Allow checking a certificate without a DNS
+               lookup
+               Allow to forget a cert (by deleting it)
+               Make ssl_certificate_destroy_public
+       * src/ssl_manager.[ch] ** NEW FILES **
+               Gui to manage (display/remove) certificates
+       * src/prefs_common.[ch]
+               Add a pref to allow silent acceptation of
+               trusted certificates or not (based on the
+               "I want to know what's going on" principle)
+       * src/mainwindow.c
+               Add SSL manager in Tools menu
+       * src/Makefile.am
+               Add the new files to the build
+       * po/POTFILES.in
+               Add ssl_manager.c to translations
+
+2002-11-25 [colin]     0.8.6claws2
+
+       * src/summaryview.[ch]
+               Add S_SEARCH_EXTENDED to the quick search, which 
+               allows to search using filtering syntax.
+
+2002-11-25 [colin]     0.8.6claws1
+
+       * src/summaryview.c
+               Deletion of duplicates now prefer deleting
+               the unread dup (fixes feature-request 638989).
+
+2002-11-24 [paul]      0.8.6claws
+
+       * po/es.po
+         po/pl.po
+         po/ru.po
+         po/sr.po
+               updated by Ricardo Mones Lastra,
+               Witold Wladyslaw Wojciech Wilk,
+               Ruslan N. Balkin, and  Urke MMI 
+               respectively
+
+2002-11-24 [paul]      0.8.5claws182
+
+       * po/bg.po
+               updated by George Danchev
+
+2002-11-23 [alfons]    0.8.5claws181
+
+       * src/imap.c
+               tiny memory leak found by browsing Dimitar's 
+               valgrind report
+
+2002-11-23 [paul]      0.8.5claws180
+
+       * po/it.po
+               updated by Alessandro Maestri
+
+2002-11-22 [christoph] 0.8.5claws179
+
+       * src/compose.c
+       * src/inc.c
+       * src/prefs_filtering.c
+       * src/summaryview.c
+               more warning fixes
+
+2002-11-22 [alfons]    0.8.5claws178
+
+       * src/summaryview.c
+               summary_execute_delete_func(): if message is deleted, make 
+               sure to also remove its entry in the subject hash table. 
+               fixes a corner case bug.
+
+2002-11-22 [paul]      0.8.5claws177
+
+       * .cvsignore
+               add 'autom4te.cache'
+               
+       * ltconfig      ** REMOVED **
+               not needed
+
+2002-11-22 [paul]      0.8.5claws176
+
+       * src/textview.c
+               textview_set_font(): fix for message display in
+               UTF-8 locales (thanks to Sergey Vlasov).
+               
+       * AUTHORS
+               add new team members and contributors
+
+
+2002-11-21 [colin]     0.8.5claws175
+
+       * src/procmsg.[ch]
+               Add procmsg_remove_special_headers()
+       * src/mh.c
+               Use procmsg_remove_special_headers() for 
+               previous fix
+
+2002-11-21 [colin]     0.8.5claws174
+
+       * src/mh.c
+               Fix moving/copying from queue/draft folders
+               for MH folders
+
+2002-11-21 [christoph] 0.8.5claws173
+
+       * src/crash.c
+       * src/filtering.c
+       * src/logwindow.c
+       * src/main.c
+       * src/matcher_parser_lex.[hl]
+       * src/mbox.c
+       * src/mbox_folder.[ch]
+       * src/prefs_filtering.c
+       * src/procheader.c
+       * src/quote_fmt_lex.l
+       * src/ssl.c
+               fix all warnings except the warnings in lex and yacc files
+
+2002-11-20 [christoph] 0.8.5claws172
+
+       * src/imap.c
+               fix MsgInfo retrieval for IMAP draft and queue folders
+               (closes bug [ 619558 ] Draft saving on IMAP box issue)
+
+2002-11-19 [christoph] 0.8.5claws171
+
+       * src/compose.c
+               fix segfault, when draft saving does not get
+               the MsgInfo of the new message
+               (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
+
+2002-11-19 [christoph] 0.8.5claws170
+
+       * src/procmsg.c
+               add parameter check for flag setting function
+               (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
+
+2002-11-18 [paul]      0.8.5claws169
+
+       * src/compose.c
+               more sensitivity fixes to redirect mode:
+               * disable toolbar draft button
+               * allow only Address book in the Tools menu
+               * disable editing of message by the spell
+                 checker
+
+2002-11-18 [paul]      0.8.5claws168
+
+       * src/compose.c
+               fix sensitivity of menu items in compose_redirect():
+               allow only the necessary items 
+
+2002-11-18 [paul]      0.8.5claws167
+
+       * src/compose.c
+               fix bug [ 603259 ] 'attachment got lost on bounce'
+
+2002-11-18 [paul]      0.8.5claws166
+
+       * po/ru.po
+               updated by Ruslan N. Balkin <baron@dartel.ru>
+
+2002-11-18 [colin]     0.8.5claws165
+
+       * src/main.c
+         src/defs.h
+               Remove old filtering stuff
+
+
+2002-11-17 [oliver]    0.8.5claws164
+
+       * src/toolbar.h
+               remove not needed typedef 
+
+2002-11-17 [oliver]    0.8.5claws163
+
+       * src/toolbar.c
+               make toolbar's on click events translatable
+
+2002-11-15 [colin]     0.8.5claws162
+
+       * src/summaryview.c
+               Revert too-soon integration of a feature
+
+2002-11-15 [christoph] 0.8.5claws161
+
+       * src/imap.c
+               use main's implementation of imap_get_msginfo
+
+2002-11-15 [christoph] 0.8.5claws160
+
+       * src/compose.c
+       * src/folder.[ch]
+       * src/imap.c
+       * src/mbox_folder.c
+       * src/mh.c
+       * src/news.c
+       * src/procmsg.c
+       * src/summaryview.c
+               replace claws' fetch_msginfo with main's get_msginfo
+               (use main's implementation where possible)
+
+2002-11-15 [colin]     0.8.5claws159
+
+       * src/ssl_certificate.c
+               Missed a check
+
+2002-11-16 [melvin]    0.8.5claws158
+
+       * po/fr.po
+               Updated French translations.
+
+2002-11-16 [colin]     0.8.5claws157
+
+       * src/ssl_certificate.c
+               Check for missing parts in the certificates
+
+2002-11-15 [colin]     0.8.5claws156
+
+       * src/folderview.c
+               Preventive fix (missing check) found by
+               Alfons
+
+2002-11-15 [paul]
+
+       * NEWS
+               sync with 0.8.6 release
+
+2002-11-15 [colin]     0.8.5claws155
+
+       * src/folder.[ch]
+         src/folderview.c
+               Fix error handling of folder_item_move_to()
+               (thanks to Alfons!)
+
+2002-11-15 [colin]     0.8.5claws154
+
+       * src/folder.[ch]
+         src/folderview.c
+               folder_item_move_to() sets an error message instead
+               of having GUI stuff in folder.c
+
+2002-11-15 [colin]     0.8.5claws153
+
+       * src/procmsg.[ch]
+               Implemented a callback for MsgInfo updates, 
+               heavily copy/pasted from Christoph's folder 
+               callback system
+       * src/summaryview.[ch]
+               Register summary_update_msg as callback
+
+2002-11-14 [colin]     0.8.5claws152
+       
+       * src/procmsg.c
+               Update the FolderItem after sending (fixes 617593)
+
+2002-11-14 [christoph] 0.8.5claws151
+
+       * src/folder.c
+               fix wrong position of NULL pointer check found
+               by Sergey
+
+2002-11-14 [christoph] 0.8.5claws150
+
+       * src/folder.c
+               fix segfault when deleting messages from IMAP folders
+               (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
+
+2002-11-14 [colin]     0.8.5claws149
+
+       * src/compose.c
+               Forwarding was also ignoring the folder's default account.
+
+2002-11-14 [colin]     0.8.5claws148
+
+       * src/compose.c
+               Fix sent folder not set to folder properties when 
+               forwarding.
+
+2002-11-14 [thorsten]  0.8.5claws147
+
+       * src/inc.c
+               inc_start(): Files were not moved from .processing to inbox,
+               if no global processing rule existed
+
+2002-11-14 [colin]     0.8.5claws146
+
+       * src/ssl_certificate
+               Fix file operations
+
+2002-11-14 [paul]      0.8.5claws145
+
+       * po/it.po
+               updated by Alessandro Maestri
+
+2002-11-13 [alfons]    0.8.5claws144
+
+       * src/folder.c
+               folder_item_close(): only mark messages unread
+               when a folder has new messages 
+
+2002-11-13 [keith]     0.8.5claws143
+
+       * src/imap.c
+               Fix problem moving or copying between
+               IMAP folders
+
+2002-11-13 [colin]     0.8.5claws142
+
+       * src/matcher_parser_parse.y
+               Fix rule problem when " don't match
+
+2002-11-13 [christoph] 0.8.5claws141
+
+       * src/folder.c
+       * src/folderview.c
+               moved cache saving to folder_item_close
+               the folderview should not have to deal with
+               this things
+
+2002-11-13 [christoph] 0.8.5claws140
+
+       * src/summaryview.c
+               moved setting of important score to
+               summary_set_prefs_from_folderitem
+
+2002-11-13 [colin]     0.8.5claws139
+
+       * src/matcher_parser_parse.y
+               Fix a segfault in the parser (happening when
+               a good expression had been tested and a bad 
+               one arrives)
+
+2002-11-13 [paul]      0.8.5claws138
+
+       * sync with 0.8.5cvs24
+               see ChangeLog 2002-11-13
+               
+       * po/pt_BR.po
+               updated by Fabio Jr. Beneditto
+
+2002-11-13 [colin]     0.8.5claws137
+       
+       * src/msgcache.c
+         src/defs.h
+         src/procmsg.[ch]
+               Revert last commit, problem
+
+2002-11-13 [colin]     0.8.5claws136
+
+       * src/msgcache.c
+               Remove duplicated code
+       * src/defs.h
+               Bumped CACHE_VERSION and MARK_VERSION
+       * src/procmsg.[ch]
+               Network endian for cache and mark files
+
+2002-11-12 [colin]     0.8.5claws135
+
+       * src/inc.c
+               Fix the "socket error" dialog which disappeared
+
+2002-11-12 [colin]     0.8.5claws134
+
+       * src/msgcache.c
+               Reverse last commit which had performance 
+               problems, but still reverse the list
+
 2002-11-12 [colin]     0.8.5claws133
 
        * src/msgcache.c