finish crash dialog fix (i'm so stupid ;))
[claws.git] / ChangeLog.claws
index 5b3a7d1d5bfe9fdf430040efe6b80e217c56e7b2..b40d4efefa51e4c7d60a4b7ffc241e88f7d5a262 100644 (file)
@@ -1,3 +1,775 @@
+2002-12-10 [colin]     0.8.6claws94
+
+       * src/main.c
+               finish crash dialog fix
+
+2002-12-10 [colin]     0.8.6claws93
+
+       * src/main.c
+               "Fix" "sylpheed already running" instead of
+               crash dialog appearing after a crash
+
+2002-12-10 [colin]     0.8.6claws92
+
+       * po/POTFILES.in
+               add src/gtk/sslcertwindow.c
+
+2002-12-10 [paul]      0.8.6claws91
+
+       * po/POTFILES.in
+               updated to reflect recent changes
+               submitted by Alessandro Maestri
+
+2002-12-09 [christoph] 0.8.6claws90
+
+       * src/Makefile.am
+       * src/smtp.[ch]                 ** REMOVE **
+       * src/common/Makefile.am
+       * src/common/smtp.[ch]          ** NEW **
+               move smtp files to common directory
+
+2002-12-09 [christoph] 0.8.6claws89
+
+       * src/Makefile.am
+       * src/session.[ch]              ** REMOVE **
+       * src/common/Makefile.am
+       * src/common/session.[ch]       ** NEW **
+               move session files to common directory
+
+2002-12-09 [paul]      0.8.6claws88
+
+       * src/account.c
+               fix bug [649746] edit accounts: move account reverted
+               Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
+
+2002-12-09 [colin]     0.8.6claws87
+
+       * src/ssl_certificate.c
+               cleanup
+
+2002-12-09 [colin]     0.8.6claws86
+
+       * src/ssl.c
+               Try to open the cert.pem database and 
+               issue a warning if it isn't there
+
+2002-12-09 [colin]     0.8.6claws85
+
+       * src/common/ssl_certificate.c
+       * src/gtk/sslcertwindow.c
+               Warning fixes
+
+2002-12-09 [colin]     0.8.6claws84
+
+       * src/ssl_certificate.[ch] ** REMOVED **
+       * src/common/ssl_certificate.[ch] ** NEW **
+       * src/Makefile.am
+       * src/common/Makefile.am
+               Moved ssl_certificate.[ch] to common
+       * src/common/ssl.c 
+               Put back needed include
+       * src/gtk/sslcertwindow.[ch]
+               Changed ssl_certificate.h include
+       
+2002-12-09 [colin]     0.8.6claws83
+
+       * src/gtk/sslcertwindow.[ch]
+               Implement hook for certificate acception
+       * src/ssl_certificate.[ch]
+               Implement hook for certificate acception
+       * src/common/ssl.c
+               Reenable certificate acception check
+       * src/mainwindow.c
+               Register sslcertwindow's hook
+       
+2002-12-08 [christoph] 0.8.6claws82
+
+       * src/about.c
+       * src/addr_compl.c
+       * src/codeconv.c
+       * src/manual.c
+       * src/undo.c
+       * src/common/utils.c
+               o add missing includes
+               o fix warnings
+       * src/.cvsignore
+       * src/common/.cvsignore
+       * src/common/version.h          ** REMOVE **
+               remove autogenerated file
+
+2002-12-08 [paul]      0.8.6claws81
+
+       * src/stringtable.c
+               put back needed include
+
+2002-12-08 [colin]     0.8.6claws80
+       
+       * src/gtk/sslcertwindow.c
+               Cleaner popups when asking
+       * src/ssl_certificate.c
+       * src/prefs_common.[ch]
+               remove ssl certificate pref
+               put back needed include
+       * src/undo.c
+               put back needed include
+
+2002-12-08 [christoph] 0.8.6claws79
+
+       * src/folderview.c
+       * src/logwindow.c
+       * src/statusbar.c
+       * src/summaryview.c
+               only abort hook invokation if required data is missing not
+               if our own data pointer is NULL, update hookfunction for
+               log window
+
+2002-12-08 [paul]      0.8.6claws78
+
+       * src/about.c
+       * src/addrcache.c
+       * src/addrclip.c
+       * src/addr_compl.c
+       * src/addrselect.c
+       * src/codeconv.c
+       * src/colorlabel.c
+       * src/enriched.c
+       * src/esmtp.c
+       * src/exporthtml.c
+       * src/headerview.c
+       * src/imageview.c
+       * src/manual.c
+       * src/noticeview.c
+       * src/pgptext.c
+       * src/scoring.c
+       * src/sourcewindow.c
+       * src/stringtable.c
+       * src/undo.c
+               clean up: remove unneccesary includes
+
+2002-12-08 [christoph] 0.8.6claws77
+
+       * src/folderview.c
+       * src/statusbar.c
+       * src/summaryview.c
+       * src/common/hooks.[ch]
+               hook functions now have a gboolean return value, if a hook
+               returns TRUE it will stop executing of any more hooks in
+               the same hooklist for this invokation
+
+2002-12-08 [colin]     0.8.6claws76
+       
+       * src/main.c
+               put back argv0 for CRASH_DIALOG
+
+2002-12-08 [christoph] 0.8.6claws75
+
+       * src/Makefile.am
+       * src/about.c
+       * src/account.c
+       * src/crash.c
+       * src/esmtp.h
+       * src/imap.[ch]
+       * src/inc.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/news.c
+       * src/pop.[ch]
+       * src/prefs_account.[ch]
+       * src/prefs_common.[ch]
+       * src/send.[ch]
+       * src/smtp.[ch]
+       * src/ssl_certificate.[ch]
+       * src/ssl_manager.[ch]
+       * src/common/Makefile.am
+       * src/common/log.c
+       * src/common/nntp.[ch]
+       * src/common/socket.[ch]
+       * src/common/ssl.[ch]
+       * src/gtk/sslcertwindow.[ch]
+       * ac/openssl.m4
+               use new autoconf script to detect OpenSSL with extra parameters
+               to specify the location of libs and includes, also remove USE_SSL
+               to USE_OPENSSL
+
+       * src/common/sylpheed.[ch]
+       * src/common/version.h.in
+               start seperation of common code initialization seperated from gui
+
+       * src/summaryview.c
+               The function that is called when a color lable changes
+               should not change the color lable again
+
+2002-12-08 [colin]     0.8.6claws74
+
+       * src/gtk/sslcertwindow.c
+               warning fixes
+
+2002-12-08 [colin]     0.8.6claws73
+
+       * src/statusbar.c
+         src/common/log.h
+               Register a hook for statusbar_puts_all
+       * src/common/log.c
+               invoke statusbar_puts_all's hook
+       
+2002-12-08 [colin]     0.8.6claws72
+
+       * src/ssl_certificate.c
+               Put back a badly-removed include
+
+2002-12-08 [colin]     0.8.6claws71
+
+       * src/gtk/sslcertwindow.[ch]    ** NEW **
+               new certificate presentation
+       * src/gtk/Makefile.am
+               add new files
+       * src/ssl_certificate.[ch]
+               gtk cleanup, made utility functions public
+       * src/ssl_manager.c
+               use new cert presentation
+
+2002-12-07 [christoph] 0.8.6claws70
+
+       * src/Makefile.am
+       * src/nntp.[ch]                 ** REMOVE **
+       * src/common/Makefile.am
+       * src/common/nntp.[ch]          ** NEW **
+               move nntp files to common directory
+
+2002-12-07 [christoph] 0.8.6claws69
+
+       * src/procmsg.[ch]
+       * src/summaryview.c
+               implement msginfo update callback using sylpheed's new
+               hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
+
+2002-12-06 [christoph] 0.8.6claws68
+
+       * src/editgroup.c
+               This patch changes the 'Edit Group Details' dialog to
+               allow extended selections in either pane, so that
+               addresses can be added or removed from a group more
+               quickly and easily. (it actually is a net decrease in
+               file size, as some unnecessary functions have been
+               removed). 
+               (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
+
+2002-12-06 [christoph] 0.8.6claws67
+
+       * src/Makefile.am
+       * src/template.[ch]             ** REMOVE **
+       * src/common/Makefile.am
+       * src/common/template.[ch]      ** NEW **
+               move template files to common directory
+
+       * src/nntp.c
+               add missing log.h include
+
+2002-12-06 [melvin]    0.8.6claws66
+
+       * src/prefs_actions.c
+               Added the trailing ">" syntax to insert command's output
+               without replacing old text (in contrast to trailing "|").
+
+2002-12-05 [colin]     0.8.6claws65
+       
+       * src/common/utils.c
+               Don't modify original search_string or it'll change
+               the next iterations in the for()
+
+2002-12-05 [darko]     0.8.6claws64
+
+       * src/common/utils.c
+               proper check for filtering commands, found by Colin
+
+2002-12-05 [darko]     0.8.6claws63
+
+       * src/common/utils.c
+               check proper string for NULL pointer, found by Colin
+
+2002-12-05 [darko]     0.8.6claws62
+
+       * src/common/utils.[ch]
+               expand_search_string(): new function
+               converts Mutt-like patterns to Sylpheed's
+               filtering engine
+       * src/summaryview.c
+               use expand_search_string() to allow Mutt-like
+               patterns in extended search
+       * README.claws
+               document extended option in quick search
+
+2002-12-05 [paul]      0.8.6claws61
+
+       * sync with 0.8.6cvs16
+               see ChangeLog 2002-12-05
+               
+       * po/POTFILES.in
+               clean up
+
+2002-12-04 [christoph] 0.8.6claws60
+
+       * src/imap.[ch]
+               put imap authentication code into a new function and
+               remove it from imap_session_new that will allow to
+               send other commands before authentication
+
+2002-12-04 [christoph] 0.8.6claws59
+
+       * src/imap.[ch]
+               use already existing method to prevent unneeded IMAP
+               folder selects. Set imap_select parameters to NULL
+               in some functions if the values are not required.
+
+       * src/xml.h
+               remove no longer required include
+
+2002-12-04 [paul]      0.8.6claws58
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+               
+       * configure.in
+         po/hu.po      ** NEW FILE **
+               initial Hungarian translation, submitted
+               by Gál Zoltán <galzoli@hu.inter.net>
+
+2002-12-03 [christoph] 0.8.6claws57
+
+       * src/Makefile.am
+       * src/gtksctree.[ch]            ** REMOVE **
+       * src/gtk/Makefile.am
+       * src/gtk/gtksctree.[ch]        ** NEW **
+               move gtksctree files to gtk directory
+
+2002-12-03 [christoph] 0.8.6claws56
+
+       * src/Makefile.am
+       * src/md5.[ch]                  ** REMOVE **
+       * srm/common/Makefile.am
+       * src/common/md5.[ch]           ** NEW **
+               move md5 files to common directory
+
+       * src/gtkstext.c
+               remove not required #include
+
+2002-12-03 [sergey]    0.8.6claws55
+
+       * src/gtkutils.c
+       * src/gtkutils.h
+               gtkut_window_popup(): new function.
+       * src/mainwindow.c
+               main_window_popup(): use gtkut_window_popup() to raise
+               window without changing its position.
+               (see sylpheed-main ML message [sylpheed:17247])
+
+2002-12-03 [sergey]    0.8.6claws54
+
+       * src/send.c
+               send_message_local(): removed first-dot escaping
+               (SMTP-only, not needed for sending through pipe)
+
+2002-12-03 [paul]      0.8.6claws53
+
+       * po/POTFILES.in
+               update to reflect recent changes (thanks
+               to Ricardo Mones Lastra)
+               
+       * tools/filter_conv.pl
+                fix problem with quoted strings. Patch submitted
+                by Luke Plant <lukeplant@softhome.net>
+
+2002-12-03 [paul]      0.8.6claws52
+
+       * sync with 0.8.6cvs15
+               see ChangeLog 2002-12-03
+
+2002-12-02 [christoph] 0.8.6claws51
+
+       * src/logwindow.[ch]
+       * src/common/log.[ch]
+               implement logging using a hook function
+
+       * src/folderview.c
+       * src/folder.[ch]
+               define hooklist name in header file to avoid
+               errors caused by wrong spelling of hooklist names
+
+       * src/toolbar.c
+               fix warnings
+
+2002-12-02 [christoph] 0.8.6claws50
+
+       * src/common/Makefile.am
+               add src/common/hooks.[ch]
+
+       * src/common/hooks.[ch]
+               implement a simple hook system using glib's hook functions
+
+       * src/folder.[ch]
+       * src/folderview.c
+               use new hook system for folder item updates
+
+2002-12-02 [christoph] 0.8.6claws49
+
+       * doc-src/ui_seperation.txt     ** NEW **
+               information for ui seperation
+
+       * src/Makefile.am
+               remove files that were moved to common
+               include common directory by default for the header files
+
+       * src/inc.c
+       * src/common/socket.c
+       * src/automaton.[ch]
+               implement automaton using g_io_*-functions instead of
+               gdk_input_add to make it ui independent
+
+       * src/codeconv.c
+       * src/compose.c
+       * src/ldif.c
+       * src/pgptext.c
+       * src/procmime.c
+       * src/rfc2015.c
+       * src/smtp.c
+       * src/unmime.c
+               remove common/ prefix because directory is now in
+               include path
+
+       * src/compose.c
+       * src/folder.c
+       * src/folderview.c
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/prefs_common.c
+       * src/procmsg.c
+       * src/rfc2015.c
+               fix warnings
+
+       * src/imap.c
+       * src/inc.c
+       * src/news.c
+       * src/pop.c
+       * src/send.c
+       * src/smtp.c
+       * src/ssl_certificate.c
+               add log.h header file for logging functions
+
+       * src/main.c
+       * src/common/utils.c
+       * src/summaryview.c
+       * src/xml.c
+               o move debug_mode to common/utils.c
+               o add functions to set and get debug_mode
+
+       * src/defs.h                    ** REMOVE **
+       * src/intl.h                    ** REMOVE **
+       * src/socket.[ch]               ** REMOVE **
+       * src/ssl.[ch]                  ** REMOVE **
+       * src/utils.[ch]                ** REMOVE **
+               replaced by new files in src/common/
+       
+       * src/common/Makefile.am
+               add new files in src/common/
+
+       * src/common/defs.h             ** NEW **
+       * src/common/intl.h             ** NEW **
+       * src/common/log.[ch]           ** NEW **
+       * src/common/socket.[ch]        ** NEW **
+       * src/common/ssl.[ch]           ** NEW **
+       * src/common/utils.[ch]         ** NEW **
+               replacement for files in src/
+
+2002-12-02 [colin]     0.8.6claws48
+
+       * src/folderview.c
+               Scroll folderview if necessary during dnd
+
+2002-12-02 [colin]     0.8.6claws47
+
+       * src/folder.[ch]
+               Add check to verify a move is within a single mailbox
+       * src/folderview.c
+               Add specific error string for this check
+
+2002-12-02 [colin]     0.8.6claws46
+
+       * src/folder.c
+               Add a test to folder moving, remove a statusbar_print
+       * src/folderview.c
+               Add Move folder... context-menu item
+               Factorize folder moving code
+               Enable folder DND for mbox
+
+2002-12-01 [christoph] 0.8.6claws45
+
+       * ac/aspell.m4
+               remove conf.aspelltest if the version check fails
+
+2002-11-30 [christoph] 0.8.6claws44
+
+       * autogen.sh
+               run libtoolize --force in autogen to create missing
+               libtool scripts
+
+2002-11-30 [christoph] 0.8.6claws43
+
+       * src/Makefile.am
+       * src/pgptext.c
+       * src/procmime.c
+       * src/rfc2015.c
+       * src/uuencode.[ch]             ** REMOVED **
+       * src/common/Makefile.am
+       * src/common/uuencode.[ch]      ** NEW **
+               move uuen/decoder to common directory
+
+2002-11-30 [christoph] 0.8.6claws42
+
+       * src/Makefile.am
+       * src/base64.[ch]               ** REMOVED **
+       * src/codeconv.c
+       * src/compose.c
+       * src/ldif.c
+       * src/pgptext.c
+       * src/procmime.c
+       * src/rfc2015.c
+       * src/smtp.c
+       * src/unmime.c
+       * src/common/Makefile.am
+       * src/common/base64.[ch]        ** NEW **
+               move base64 en/decoder to common directory
+
+2002-11-30 [christoph] 0.8.6claws41
+
+       * src/common                    ** NEW **
+               new directory for UI independent code
+       * src/gtk                       ** NEW **
+               new directory for GTK frontend
+       * src/common/.cvsignore         ** NEW **
+       * src/gtk/.cvsignore            ** NEW **
+               ignore build files
+       * src/common/Makefile.am        ** NEW **
+       * src/gtk/Makefile.am           ** NEW **
+               automake files to build new seperated stuff
+       * src/Makefile.am
+               the binary will currently still be build with the
+               files in src, so we include the code from the
+               subdirs for now after building the libs there
+
+2002-11-30 [paul]      0.8.6claws40
+
+       * src/compose.c
+               fix bug [642731] 'Wrong selected account with drafted mail'
+
+2002-11-29 [oliver]    0.8.6claws39
+       
+       * src/messageview.c
+               o update summaryview when switching between different
+                 messageviews          
+       * src/toolbar.c  
+               o check if messageview holds already removed msg
+                 from summaryview
+               
+
+2002-11-29 [oliver]    0.8.6claws38
+
+       * src/toolbar.c 
+               remove not needed variables and includes
+               make messageview stay opened and move to next when msgs are deleted 
+
+2002-11-29 [oliver]    0.8.6claws37
+       
+       * src/toolbar.c 
+               disable compose button (messageview toolbar) by default
+               deleted msgs are moved to trash
+       
+2002-11-29 [melvin]    0.8.6claws36
+
+       * configure.in
+               Increased minimal gpgme version to 0.3.10 (Zombies out)
+               and to detect signatures expirations (gpgme 0.3.6)
+
+       * src/main.c
+               Use non obsolescent function for Gpgme engine checking.
+
+       * src/rfc2015.c
+               Inform about expired signatures or signatures which key
+               has expired. Expiration date is displayed.
+
+       * src/sigstatus.c
+               Inform about expired signatures or signatures which key
+               has expired.
+
+2002-11-28 [paul]      0.8.6claws35
+
+       * src/folderview.c
+               re-instate 'Check for new messages' in Newsgroup
+               folders right-click menu, after a suggestion from
+               Tim Mann <timmann@users.sourceforge.net>
+
+       * src/main.c
+               after a crash check only local folders for new
+               messages
+
+2002-11-28 [paul]      0.8.6claws34
+
+       * configure.in
+               apply patch that fixes the checking of GTK with XIM 
+               support on different OSs, such as FreeBSD. Patch 
+               submitted by Topia <topia@users.sourceforge.net>
+               
+2002-11-28 [paul]      0.8.6claws33
+
+       * src/mainwindow.c
+         src/prefs_common.c
+         src/prefs_toolbar.c
+               more changes to the English
+
+2002-11-28 [paul]      0.8.6claws32
+
+       * sync with 0.8.6cvs13
+               see ChangeLog 2002-11-28 (no sync needed
+               for src/compose.c)
+
+2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)]  0.8.6claws31
+       
+       * src/mainwindow.[ch]
+               add patch by Ivan F. Martinez introducing messageview Toolbar
+               some changes and committed by oliver    
+
+2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)]  0.8.6claws30
+
+       * src/messageview.[ch]
+               add patch by Ivan F. Martinez introducing messageview Toolbar
+               some changes and committed by oliver    
+
+2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)]  0.8.6claws29
+
+       * src/compose.[ch]
+               add patch by Ivan F. Martinez introducing messageview Toolbar
+               some changes and committed by oliver    
+
+2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)]  0.8.6claws28
+       
+       * src/toolbar.[ch]
+               add patch by Ivan F. Martinez introducing messageview Toolbar
+               some changes and committed by oliver
+
+2002-11-28 [oliver]    0.8.6claws27
+       
+       * src/prefs_toolbar.[ch]
+               getting ready for messageview toolbar
+               free mem allocated by gettext
+               change prefs_toolbar to prefs_toolbar_open
+2002-11-28 [thorsten]  0.8.6claws26
+
+       * src/imageview.[ch]
+               cleaned up conflicting declarations of
+               imageview_show_image()
+
+2002-11-28 [paul]      0.8.6claws25
+
+       * src/grouplistdialog.c
+         src/prefs_common.c
+         src/prefs_summary_column.c
+               a few more improvements to the English
+
+2002-11-28 [colin]     0.8.6claws24
+
+       * man/sylpheed.1
+               A few updates to command-line parameters
+
+2002-11-28 [colin]     0.8.6claws23
+
+       * src/prefs_filtering.c
+               Fix problems with prefs_filtering_delete_path:
+               a) if the first rule is removed, original pointers
+                  weren't updated (leading to segfaults)
+               b) it was always global_processing updated in case
+                  of removed path was parent of rule path
+
+2002-11-27 [paul]      0.8.6claws22
+
+       * src/mainwindow.c
+         src/prefs_account.c
+         src/prefs_actions.c
+         src/prefs_common.c
+         src/prefs_customheader.c
+         src/prefs_display_header.c
+         src/prefs_filtering.c
+         src/prefs_folder_item.c
+         src/prefs_matcher.c
+         src/prefs_scoring.c
+         src/prefs_summary_column.c
+         src/prefs_template.c
+         src/prefs_toolbar.c
+                improve the English in the GUI
+
+2002-11-27 [colin]     0.8.6claws21
+
+       * src/folder.c
+               Fix processing renaming problems happening after
+               last commit
+
+2002-11-27 [colin]     0.8.6claws20
+
+       * src/folder.c
+               recursive move now deletes src each subfolder after 
+               having moved it
+       * src/folderview.c
+               Use identifier instead of path during dnd (enables
+               IMAP folder dnd)
+
+2002-11-27 [paul]      0.8.6claws19
+
+       * src/main.c
+               apply patch that does command-line processing 
+               BEFORE gtk_init, allowing claws to run from 
+               shell-scripts in non-X environment (e.g. crontab 
+               or ip-up, ip-down scripts). Patch submitted by
+               Ruslan N. Balkin <baron@dartel.ru>
+               
+       * po/it.po
+               updated by Alessandro Maestri
+
+2002-11-27 [paul]      0.8.6claws18
+
+       * sync with 0.8.6cvs12
+         src/prefs_common.c
+               Differences are that main uses a 'Receive dialog'
+               frame on the Interface tab, whereas claws groups all 
+               the dialogs together in a 'Dialogs' frame.
+
+2002-11-27 [colin]     0.8.6claws17
+
+       * src/prefs_matcher.c
+               Fix Execute criteria's NOT flag
+
+
+2002-11-26 [christoph] 0.8.6claws16
+
+       * src/ssl.c
+               rewrite the ssl code a little bit, only use one
+               SSL context, set default certificates' file/path
+
+2002-11-26 [thorsten]  0.8.6claws15
+
+       * src/compose.c
+               default-reply-to didn't work for ml-reply
+
+2002-11-26 [melvin]    0.8.6claws14
+
+       * src/prefs_actions.c
+               Made pipe-actions ignore short headers in message view
+               Made trailing-pipe-actions write in the message view with
+               the same font as the original message
+
+2002-11-26 [paul]      0.8.6claws13
+
+       * src/compose.c
+               this time commit the correct file
+
 2002-11-26 [paul]      0.8.6claws12
 
        * sync with 0.8.6cvs11