1 2002-12-11 [colin] 0.8.6claws97
4 Fix folder dnd statusbar logging
6 2002-12-10 [christoph] 0.8.6claws96
19 o handle verbose logging in statusbar directly in statusbar code
20 and common code does not need any knowledge about a statusbar
21 o remove direct calls to statusbar_(puts|pop)_all functions
23 2002-12-10 [jens] 0.8.6claws95
26 removed gettext from g_warnings
32 2002-12-10 [colin] 0.8.6claws94
35 finish crash dialog fix
37 2002-12-10 [colin] 0.8.6claws93
40 "Fix" "sylpheed already running" instead of
41 crash dialog appearing after a crash
43 2002-12-10 [colin] 0.8.6claws92
46 add src/gtk/sslcertwindow.c
48 2002-12-10 [paul] 0.8.6claws91
51 updated to reflect recent changes
52 submitted by Alessandro Maestri
54 2002-12-09 [christoph] 0.8.6claws90
57 * src/smtp.[ch] ** REMOVE **
58 * src/common/Makefile.am
59 * src/common/smtp.[ch] ** NEW **
60 move smtp files to common directory
62 2002-12-09 [christoph] 0.8.6claws89
65 * src/session.[ch] ** REMOVE **
66 * src/common/Makefile.am
67 * src/common/session.[ch] ** NEW **
68 move session files to common directory
70 2002-12-09 [paul] 0.8.6claws88
73 fix bug [649746] edit accounts: move account reverted
74 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
76 2002-12-09 [colin] 0.8.6claws87
78 * src/ssl_certificate.c
81 2002-12-09 [colin] 0.8.6claws86
84 Try to open the cert.pem database and
85 issue a warning if it isn't there
87 2002-12-09 [colin] 0.8.6claws85
89 * src/common/ssl_certificate.c
90 * src/gtk/sslcertwindow.c
93 2002-12-09 [colin] 0.8.6claws84
95 * src/ssl_certificate.[ch] ** REMOVED **
96 * src/common/ssl_certificate.[ch] ** NEW **
98 * src/common/Makefile.am
99 Moved ssl_certificate.[ch] to common
101 Put back needed include
102 * src/gtk/sslcertwindow.[ch]
103 Changed ssl_certificate.h include
105 2002-12-09 [colin] 0.8.6claws83
107 * src/gtk/sslcertwindow.[ch]
108 Implement hook for certificate acception
109 * src/ssl_certificate.[ch]
110 Implement hook for certificate acception
112 Reenable certificate acception check
114 Register sslcertwindow's hook
116 2002-12-08 [christoph] 0.8.6claws82
124 o add missing includes
127 * src/common/.cvsignore
128 * src/common/version.h ** REMOVE **
129 remove autogenerated file
131 2002-12-08 [paul] 0.8.6claws81
134 put back needed include
136 2002-12-08 [colin] 0.8.6claws80
138 * src/gtk/sslcertwindow.c
139 Cleaner popups when asking
140 * src/ssl_certificate.c
141 * src/prefs_common.[ch]
142 remove ssl certificate pref
143 put back needed include
145 put back needed include
147 2002-12-08 [christoph] 0.8.6claws79
153 only abort hook invokation if required data is missing not
154 if our own data pointer is NULL, update hookfunction for
157 2002-12-08 [paul] 0.8.6claws78
178 clean up: remove unneccesary includes
180 2002-12-08 [christoph] 0.8.6claws77
185 * src/common/hooks.[ch]
186 hook functions now have a gboolean return value, if a hook
187 returns TRUE it will stop executing of any more hooks in
188 the same hooklist for this invokation
190 2002-12-08 [colin] 0.8.6claws76
193 put back argv0 for CRASH_DIALOG
195 2002-12-08 [christoph] 0.8.6claws75
208 * src/prefs_account.[ch]
209 * src/prefs_common.[ch]
212 * src/ssl_certificate.[ch]
213 * src/ssl_manager.[ch]
214 * src/common/Makefile.am
216 * src/common/nntp.[ch]
217 * src/common/socket.[ch]
218 * src/common/ssl.[ch]
219 * src/gtk/sslcertwindow.[ch]
221 use new autoconf script to detect OpenSSL with extra parameters
222 to specify the location of libs and includes, also remove USE_SSL
225 * src/common/sylpheed.[ch]
226 * src/common/version.h.in
227 start seperation of common code initialization seperated from gui
230 The function that is called when a color lable changes
231 should not change the color lable again
233 2002-12-08 [colin] 0.8.6claws74
235 * src/gtk/sslcertwindow.c
238 2002-12-08 [colin] 0.8.6claws73
242 Register a hook for statusbar_puts_all
244 invoke statusbar_puts_all's hook
246 2002-12-08 [colin] 0.8.6claws72
248 * src/ssl_certificate.c
249 Put back a badly-removed include
251 2002-12-08 [colin] 0.8.6claws71
253 * src/gtk/sslcertwindow.[ch] ** NEW **
254 new certificate presentation
255 * src/gtk/Makefile.am
257 * src/ssl_certificate.[ch]
258 gtk cleanup, made utility functions public
260 use new cert presentation
262 2002-12-07 [christoph] 0.8.6claws70
265 * src/nntp.[ch] ** REMOVE **
266 * src/common/Makefile.am
267 * src/common/nntp.[ch] ** NEW **
268 move nntp files to common directory
270 2002-12-07 [christoph] 0.8.6claws69
274 implement msginfo update callback using sylpheed's new
275 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
277 2002-12-06 [christoph] 0.8.6claws68
280 This patch changes the 'Edit Group Details' dialog to
281 allow extended selections in either pane, so that
282 addresses can be added or removed from a group more
283 quickly and easily. (it actually is a net decrease in
284 file size, as some unnecessary functions have been
286 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
288 2002-12-06 [christoph] 0.8.6claws67
291 * src/template.[ch] ** REMOVE **
292 * src/common/Makefile.am
293 * src/common/template.[ch] ** NEW **
294 move template files to common directory
297 add missing log.h include
299 2002-12-06 [melvin] 0.8.6claws66
301 * src/prefs_actions.c
302 Added the trailing ">" syntax to insert command's output
303 without replacing old text (in contrast to trailing "|").
305 2002-12-05 [colin] 0.8.6claws65
308 Don't modify original search_string or it'll change
309 the next iterations in the for()
311 2002-12-05 [darko] 0.8.6claws64
314 proper check for filtering commands, found by Colin
316 2002-12-05 [darko] 0.8.6claws63
319 check proper string for NULL pointer, found by Colin
321 2002-12-05 [darko] 0.8.6claws62
323 * src/common/utils.[ch]
324 expand_search_string(): new function
325 converts Mutt-like patterns to Sylpheed's
328 use expand_search_string() to allow Mutt-like
329 patterns in extended search
331 document extended option in quick search
333 2002-12-05 [paul] 0.8.6claws61
335 * sync with 0.8.6cvs16
336 see ChangeLog 2002-12-05
341 2002-12-04 [christoph] 0.8.6claws60
344 put imap authentication code into a new function and
345 remove it from imap_session_new that will allow to
346 send other commands before authentication
348 2002-12-04 [christoph] 0.8.6claws59
351 use already existing method to prevent unneeded IMAP
352 folder selects. Set imap_select parameters to NULL
353 in some functions if the values are not required.
356 remove no longer required include
358 2002-12-04 [paul] 0.8.6claws58
361 updated by Ricardo Mones Lastra
364 po/hu.po ** NEW FILE **
365 initial Hungarian translation, submitted
366 by Gál Zoltán <galzoli@hu.inter.net>
368 2002-12-03 [christoph] 0.8.6claws57
371 * src/gtksctree.[ch] ** REMOVE **
372 * src/gtk/Makefile.am
373 * src/gtk/gtksctree.[ch] ** NEW **
374 move gtksctree files to gtk directory
376 2002-12-03 [christoph] 0.8.6claws56
379 * src/md5.[ch] ** REMOVE **
380 * srm/common/Makefile.am
381 * src/common/md5.[ch] ** NEW **
382 move md5 files to common directory
385 remove not required #include
387 2002-12-03 [sergey] 0.8.6claws55
391 gtkut_window_popup(): new function.
393 main_window_popup(): use gtkut_window_popup() to raise
394 window without changing its position.
395 (see sylpheed-main ML message [sylpheed:17247])
397 2002-12-03 [sergey] 0.8.6claws54
400 send_message_local(): removed first-dot escaping
401 (SMTP-only, not needed for sending through pipe)
403 2002-12-03 [paul] 0.8.6claws53
406 update to reflect recent changes (thanks
407 to Ricardo Mones Lastra)
409 * tools/filter_conv.pl
410 fix problem with quoted strings. Patch submitted
411 by Luke Plant <lukeplant@softhome.net>
413 2002-12-03 [paul] 0.8.6claws52
415 * sync with 0.8.6cvs15
416 see ChangeLog 2002-12-03
418 2002-12-02 [christoph] 0.8.6claws51
421 * src/common/log.[ch]
422 implement logging using a hook function
426 define hooklist name in header file to avoid
427 errors caused by wrong spelling of hooklist names
432 2002-12-02 [christoph] 0.8.6claws50
434 * src/common/Makefile.am
435 add src/common/hooks.[ch]
437 * src/common/hooks.[ch]
438 implement a simple hook system using glib's hook functions
442 use new hook system for folder item updates
444 2002-12-02 [christoph] 0.8.6claws49
446 * doc-src/ui_seperation.txt ** NEW **
447 information for ui seperation
450 remove files that were moved to common
451 include common directory by default for the header files
454 * src/common/socket.c
456 implement automaton using g_io_*-functions instead of
457 gdk_input_add to make it ui independent
467 remove common/ prefix because directory is now in
486 * src/ssl_certificate.c
487 add log.h header file for logging functions
493 o move debug_mode to common/utils.c
494 o add functions to set and get debug_mode
496 * src/defs.h ** REMOVE **
497 * src/intl.h ** REMOVE **
498 * src/socket.[ch] ** REMOVE **
499 * src/ssl.[ch] ** REMOVE **
500 * src/utils.[ch] ** REMOVE **
501 replaced by new files in src/common/
503 * src/common/Makefile.am
504 add new files in src/common/
506 * src/common/defs.h ** NEW **
507 * src/common/intl.h ** NEW **
508 * src/common/log.[ch] ** NEW **
509 * src/common/socket.[ch] ** NEW **
510 * src/common/ssl.[ch] ** NEW **
511 * src/common/utils.[ch] ** NEW **
512 replacement for files in src/
514 2002-12-02 [colin] 0.8.6claws48
517 Scroll folderview if necessary during dnd
519 2002-12-02 [colin] 0.8.6claws47
522 Add check to verify a move is within a single mailbox
524 Add specific error string for this check
526 2002-12-02 [colin] 0.8.6claws46
529 Add a test to folder moving, remove a statusbar_print
531 Add Move folder... context-menu item
532 Factorize folder moving code
533 Enable folder DND for mbox
535 2002-12-01 [christoph] 0.8.6claws45
538 remove conf.aspelltest if the version check fails
540 2002-11-30 [christoph] 0.8.6claws44
543 run libtoolize --force in autogen to create missing
546 2002-11-30 [christoph] 0.8.6claws43
552 * src/uuencode.[ch] ** REMOVED **
553 * src/common/Makefile.am
554 * src/common/uuencode.[ch] ** NEW **
555 move uuen/decoder to common directory
557 2002-11-30 [christoph] 0.8.6claws42
560 * src/base64.[ch] ** REMOVED **
569 * src/common/Makefile.am
570 * src/common/base64.[ch] ** NEW **
571 move base64 en/decoder to common directory
573 2002-11-30 [christoph] 0.8.6claws41
575 * src/common ** NEW **
576 new directory for UI independent code
578 new directory for GTK frontend
579 * src/common/.cvsignore ** NEW **
580 * src/gtk/.cvsignore ** NEW **
582 * src/common/Makefile.am ** NEW **
583 * src/gtk/Makefile.am ** NEW **
584 automake files to build new seperated stuff
586 the binary will currently still be build with the
587 files in src, so we include the code from the
588 subdirs for now after building the libs there
590 2002-11-30 [paul] 0.8.6claws40
593 fix bug [642731] 'Wrong selected account with drafted mail'
595 2002-11-29 [oliver] 0.8.6claws39
598 o update summaryview when switching between different
601 o check if messageview holds already removed msg
605 2002-11-29 [oliver] 0.8.6claws38
608 remove not needed variables and includes
609 make messageview stay opened and move to next when msgs are deleted
611 2002-11-29 [oliver] 0.8.6claws37
614 disable compose button (messageview toolbar) by default
615 deleted msgs are moved to trash
617 2002-11-29 [melvin] 0.8.6claws36
620 Increased minimal gpgme version to 0.3.10 (Zombies out)
621 and to detect signatures expirations (gpgme 0.3.6)
624 Use non obsolescent function for Gpgme engine checking.
627 Inform about expired signatures or signatures which key
628 has expired. Expiration date is displayed.
631 Inform about expired signatures or signatures which key
634 2002-11-28 [paul] 0.8.6claws35
637 re-instate 'Check for new messages' in Newsgroup
638 folders right-click menu, after a suggestion from
639 Tim Mann <timmann@users.sourceforge.net>
642 after a crash check only local folders for new
645 2002-11-28 [paul] 0.8.6claws34
648 apply patch that fixes the checking of GTK with XIM
649 support on different OSs, such as FreeBSD. Patch
650 submitted by Topia <topia@users.sourceforge.net>
652 2002-11-28 [paul] 0.8.6claws33
657 more changes to the English
659 2002-11-28 [paul] 0.8.6claws32
661 * sync with 0.8.6cvs13
662 see ChangeLog 2002-11-28 (no sync needed
665 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws31
667 * src/mainwindow.[ch]
668 add patch by Ivan F. Martinez introducing messageview Toolbar
669 some changes and committed by oliver
671 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws30
673 * src/messageview.[ch]
674 add patch by Ivan F. Martinez introducing messageview Toolbar
675 some changes and committed by oliver
677 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws29
680 add patch by Ivan F. Martinez introducing messageview Toolbar
681 some changes and committed by oliver
683 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws28
686 add patch by Ivan F. Martinez introducing messageview Toolbar
687 some changes and committed by oliver
689 2002-11-28 [oliver] 0.8.6claws27
691 * src/prefs_toolbar.[ch]
692 getting ready for messageview toolbar
693 free mem allocated by gettext
694 change prefs_toolbar to prefs_toolbar_open
696 2002-11-28 [thorsten] 0.8.6claws26
699 cleaned up conflicting declarations of
700 imageview_show_image()
702 2002-11-28 [paul] 0.8.6claws25
704 * src/grouplistdialog.c
706 src/prefs_summary_column.c
707 a few more improvements to the English
709 2002-11-28 [colin] 0.8.6claws24
712 A few updates to command-line parameters
714 2002-11-28 [colin] 0.8.6claws23
716 * src/prefs_filtering.c
717 Fix problems with prefs_filtering_delete_path:
718 a) if the first rule is removed, original pointers
719 weren't updated (leading to segfaults)
720 b) it was always global_processing updated in case
721 of removed path was parent of rule path
723 2002-11-27 [paul] 0.8.6claws22
729 src/prefs_customheader.c
730 src/prefs_display_header.c
731 src/prefs_filtering.c
732 src/prefs_folder_item.c
735 src/prefs_summary_column.c
738 improve the English in the GUI
740 2002-11-27 [colin] 0.8.6claws21
743 Fix processing renaming problems happening after
746 2002-11-27 [colin] 0.8.6claws20
749 recursive move now deletes src each subfolder after
752 Use identifier instead of path during dnd (enables
755 2002-11-27 [paul] 0.8.6claws19
758 apply patch that does command-line processing
759 BEFORE gtk_init, allowing claws to run from
760 shell-scripts in non-X environment (e.g. crontab
761 or ip-up, ip-down scripts). Patch submitted by
762 Ruslan N. Balkin <baron@dartel.ru>
765 updated by Alessandro Maestri
767 2002-11-27 [paul] 0.8.6claws18
769 * sync with 0.8.6cvs12
771 Differences are that main uses a 'Receive dialog'
772 frame on the Interface tab, whereas claws groups all
773 the dialogs together in a 'Dialogs' frame.
775 2002-11-27 [colin] 0.8.6claws17
777 * src/prefs_matcher.c
778 Fix Execute criteria's NOT flag
781 2002-11-26 [christoph] 0.8.6claws16
784 rewrite the ssl code a little bit, only use one
785 SSL context, set default certificates' file/path
787 2002-11-26 [thorsten] 0.8.6claws15
790 default-reply-to didn't work for ml-reply
792 2002-11-26 [melvin] 0.8.6claws14
794 * src/prefs_actions.c
795 Made pipe-actions ignore short headers in message view
796 Made trailing-pipe-actions write in the message view with
797 the same font as the original message
799 2002-11-26 [paul] 0.8.6claws13
802 this time commit the correct file
804 2002-11-26 [paul] 0.8.6claws12
806 * sync with 0.8.6cvs11
807 src/quote_fmt_parse.y
812 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
814 compose_reedit(): add check for 'X-Sylpheed-Account-Id:'
817 see ChangeLog 2002-11-25 and 2002-11-26
819 2002-11-26 [colin] 0.8.6claws11
822 Fix collapsed folder not auto-expanding during
823 mail dnd, if it was the source folder.
825 2002-11-25 [colin] 0.8.6claws10
827 * src/folderview.[ch]
828 Variable renaming and cleaning (slist of nodes
829 to be re-collapsed is stored in FolderView)
831 2002-11-25 [paul] 0.8.6claws9
833 * src/prefs_common.[ch]
834 fix breakage caused by last commit
836 2002-11-25 [paul] 0.8.6claws8
838 * sync with 0.8.6cvs4
839 see ChangeLog 2002-11-21
841 2002-11-25 [paul] 0.8.6claws7
843 * sync with 0.8.6cvs4
844 see ChangeLog 2002-11-20
846 2002-11-25 [paul] 0.8.6claws6
848 * sync with 0.8.6cvs3
849 see ChangeLog 2002-11-18
851 2002-11-25 [colin] 0.8.6claws5
854 Add gtkut_ctree_node_is_parent()
856 Spring-loaded folders
858 2002-11-25 [colin] 0.8.6claws4
861 Add slist_concat_unique(), function to merge
862 two GSList filtering dups
864 * src/summaryview.[ch]
867 Add detection/update/display of unread answers
870 Add procmsg_find_children()
871 Add procmsg_msg_has_marked_parent()
873 2002-11-25 [colin] 0.8.6claws3
875 * src/ssl_certificate.[ch]
876 Allow checking a certificate without a DNS
878 Allow to forget a cert (by deleting it)
879 Make ssl_certificate_destroy_public
880 * src/ssl_manager.[ch] ** NEW FILES **
881 Gui to manage (display/remove) certificates
882 * src/prefs_common.[ch]
883 Add a pref to allow silent acceptation of
884 trusted certificates or not (based on the
885 "I want to know what's going on" principle)
887 Add SSL manager in Tools menu
889 Add the new files to the build
891 Add ssl_manager.c to translations
893 2002-11-25 [colin] 0.8.6claws2
895 * src/summaryview.[ch]
896 Add S_SEARCH_EXTENDED to the quick search, which
897 allows to search using filtering syntax.
899 2002-11-25 [colin] 0.8.6claws1
902 Deletion of duplicates now prefer deleting
903 the unread dup (fixes feature-request 638989).
905 2002-11-24 [paul] 0.8.6claws
911 updated by Ricardo Mones Lastra,
912 Witold Wladyslaw Wojciech Wilk,
913 Ruslan N. Balkin, and Urke MMI
916 2002-11-24 [paul] 0.8.5claws182
919 updated by George Danchev
921 2002-11-23 [alfons] 0.8.5claws181
924 tiny memory leak found by browsing Dimitar's
927 2002-11-23 [paul] 0.8.5claws180
930 updated by Alessandro Maestri
932 2002-11-22 [christoph] 0.8.5claws179
936 * src/prefs_filtering.c
940 2002-11-22 [alfons] 0.8.5claws178
943 summary_execute_delete_func(): if message is deleted, make
944 sure to also remove its entry in the subject hash table.
945 fixes a corner case bug.
947 2002-11-22 [paul] 0.8.5claws177
952 * ltconfig ** REMOVED **
955 2002-11-22 [paul] 0.8.5claws176
958 textview_set_font(): fix for message display in
959 UTF-8 locales (thanks to Sergey Vlasov).
962 add new team members and contributors
965 2002-11-21 [colin] 0.8.5claws175
968 Add procmsg_remove_special_headers()
970 Use procmsg_remove_special_headers() for
973 2002-11-21 [colin] 0.8.5claws174
976 Fix moving/copying from queue/draft folders
979 2002-11-21 [christoph] 0.8.5claws173
985 * src/matcher_parser_lex.[hl]
987 * src/mbox_folder.[ch]
988 * src/prefs_filtering.c
990 * src/quote_fmt_lex.l
992 fix all warnings except the warnings in lex and yacc files
994 2002-11-20 [christoph] 0.8.5claws172
997 fix MsgInfo retrieval for IMAP draft and queue folders
998 (closes bug [ 619558 ] Draft saving on IMAP box issue)
1000 2002-11-19 [christoph] 0.8.5claws171
1003 fix segfault, when draft saving does not get
1004 the MsgInfo of the new message
1005 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
1007 2002-11-19 [christoph] 0.8.5claws170
1010 add parameter check for flag setting function
1011 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
1013 2002-11-18 [paul] 0.8.5claws169
1016 more sensitivity fixes to redirect mode:
1017 * disable toolbar draft button
1018 * allow only Address book in the Tools menu
1019 * disable editing of message by the spell
1022 2002-11-18 [paul] 0.8.5claws168
1025 fix sensitivity of menu items in compose_redirect():
1026 allow only the necessary items
1028 2002-11-18 [paul] 0.8.5claws167
1031 fix bug [ 603259 ] 'attachment got lost on bounce'
1033 2002-11-18 [paul] 0.8.5claws166
1036 updated by Ruslan N. Balkin <baron@dartel.ru>
1038 2002-11-18 [colin] 0.8.5claws165
1042 Remove old filtering stuff
1045 2002-11-17 [oliver] 0.8.5claws164
1048 remove not needed typedef
1050 2002-11-17 [oliver] 0.8.5claws163
1053 make toolbar's on click events translatable
1055 2002-11-15 [colin] 0.8.5claws162
1058 Revert too-soon integration of a feature
1060 2002-11-15 [christoph] 0.8.5claws161
1063 use main's implementation of imap_get_msginfo
1065 2002-11-15 [christoph] 0.8.5claws160
1075 replace claws' fetch_msginfo with main's get_msginfo
1076 (use main's implementation where possible)
1078 2002-11-15 [colin] 0.8.5claws159
1080 * src/ssl_certificate.c
1083 2002-11-16 [melvin] 0.8.5claws158
1086 Updated French translations.
1088 2002-11-16 [colin] 0.8.5claws157
1090 * src/ssl_certificate.c
1091 Check for missing parts in the certificates
1093 2002-11-15 [colin] 0.8.5claws156
1096 Preventive fix (missing check) found by
1102 sync with 0.8.6 release
1104 2002-11-15 [colin] 0.8.5claws155
1108 Fix error handling of folder_item_move_to()
1111 2002-11-15 [colin] 0.8.5claws154
1115 folder_item_move_to() sets an error message instead
1116 of having GUI stuff in folder.c
1118 2002-11-15 [colin] 0.8.5claws153
1121 Implemented a callback for MsgInfo updates,
1122 heavily copy/pasted from Christoph's folder
1124 * src/summaryview.[ch]
1125 Register summary_update_msg as callback
1127 2002-11-14 [colin] 0.8.5claws152
1130 Update the FolderItem after sending (fixes 617593)
1132 2002-11-14 [christoph] 0.8.5claws151
1135 fix wrong position of NULL pointer check found
1138 2002-11-14 [christoph] 0.8.5claws150
1141 fix segfault when deleting messages from IMAP folders
1142 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
1144 2002-11-14 [colin] 0.8.5claws149
1147 Forwarding was also ignoring the folder's default account.
1149 2002-11-14 [colin] 0.8.5claws148
1152 Fix sent folder not set to folder properties when
1155 2002-11-14 [thorsten] 0.8.5claws147
1158 inc_start(): Files were not moved from .processing to inbox,
1159 if no global processing rule existed
1161 2002-11-14 [colin] 0.8.5claws146
1163 * src/ssl_certificate
1166 2002-11-14 [paul] 0.8.5claws145
1169 updated by Alessandro Maestri
1171 2002-11-13 [alfons] 0.8.5claws144
1174 folder_item_close(): only mark messages unread
1175 when a folder has new messages
1177 2002-11-13 [keith] 0.8.5claws143
1180 Fix problem moving or copying between
1183 2002-11-13 [colin] 0.8.5claws142
1185 * src/matcher_parser_parse.y
1186 Fix rule problem when " don't match
1188 2002-11-13 [christoph] 0.8.5claws141
1192 moved cache saving to folder_item_close
1193 the folderview should not have to deal with
1196 2002-11-13 [christoph] 0.8.5claws140
1199 moved setting of important score to
1200 summary_set_prefs_from_folderitem
1202 2002-11-13 [colin] 0.8.5claws139
1204 * src/matcher_parser_parse.y
1205 Fix a segfault in the parser (happening when
1206 a good expression had been tested and a bad
1209 2002-11-13 [paul] 0.8.5claws138
1211 * sync with 0.8.5cvs24
1212 see ChangeLog 2002-11-13
1215 updated by Fabio Jr. Beneditto
1217 2002-11-13 [colin] 0.8.5claws137
1222 Revert last commit, problem
1224 2002-11-13 [colin] 0.8.5claws136
1227 Remove duplicated code
1229 Bumped CACHE_VERSION and MARK_VERSION
1231 Network endian for cache and mark files
1233 2002-11-12 [colin] 0.8.5claws135
1236 Fix the "socket error" dialog which disappeared
1238 2002-11-12 [colin] 0.8.5claws134
1241 Reverse last commit which had performance
1242 problems, but still reverse the list
1244 2002-11-12 [colin] 0.8.5claws133
1249 2002-11-12 [melvin] 0.8.5claws132
1252 Added a check for a NULL prefs_common.dictionary
1254 2002-11-12 [colin] 0.8.5claws131
1256 * src/ssl_certificate.[ch]
1259 2002-11-12 [colin] 0.8.5claws130
1261 * src/ssl_certificate.[ch]
1262 Take connection port into account for
1263 checking certificates (a single hostname
1264 could have multiple servers with multiple
1267 Pass the port to ssl_certificate_check
1269 2002-11-12 [paul] 0.8.5claws129
1272 fix a typo in last commit
1274 2002-11-12 [paul] 0.8.5claws128
1276 * sync with 0.8.5cvs23
1277 see ChangeLog entry 2002-11-12
1279 2002-11-11 [colin] 0.8.5claws127
1281 * src/ssl_certificate.c
1283 Don't popup, instead log error, if the
1284 corresponding pref is checked
1285 * src/ssl_certificate.h
1286 include <openssl/objects/h>
1288 2002-11-11 [colin] 0.8.5claws126
1290 * src/ssl_certificate.h
1293 2002-11-11 [colin] 0.8.5claws125
1295 * src/ssl_certificate.c
1298 2002-11-11 [colin] 0.8.5claws124
1302 * src/ssl_certificate.[ch]
1303 Cleaned a bit (better use of SSL API)
1304 (This will cause non-recognition of saved
1305 certificates of claws12[23]...)
1307 2002-11-11 [paul] 0.8.5claws123
1310 updated by Ricardo Mones Lastra
1312 2002-11-11 [colin] 0.8.5claws122
1317 2002-11-11 [colin] 0.8.5claws121
1319 * src/ssl_certificate.[ch] ** NEW FILES **
1321 Check SSL certificates presented to us
1323 Add ssl_certificate.[ch]
1325 Add ssl_certificate.c
1327 2002-11-11 [paul] 0.8.5claws120
1329 * sync with 0.8.5cvs22
1330 see ChangeLog 2002-11-11
1332 2002-11-11 [paul] 0.8.5claws119
1334 * sync with 0.8.5cvs21
1335 see ChangeLog 2002-11-11
1337 2002-11-10 [jens] 0.8.5claws118
1341 corrected some typing
1343 updated german translation
1345 cleaned up specfile and adjusted it for claws
1347 2002-11-10 [colin] 0.8.5claws117
1350 a STATUSBAR_PUSH/POP fix
1352 2002-11-10 [colin] 0.8.5claws116
1354 * src/prefs_folder_item.c
1355 Fix hanging after opening folder properties
1357 2002-11-10 [hoa] 0.8.5claws115
1359 * src/matcher_parser_lex.l
1360 * src/matcher_parser_parse.y
1361 config file for scoring and filtering is no more trashed
1362 when there is a syntax error in a filtering rule when
1363 editing it in a dialog.
1365 2002-11-09 [colin] 0.8.5claws114
1368 Added missing initialisation of folder->destroy()
1370 2002-11-09 [colin] 0.8.5claws113
1374 Fix the status bar messages
1376 2002-11-09 [colin] 0.8.5claws112
1379 Fix hangs after folder dnd, happening after
1382 2002-11-09 [christoph] 0.8.5claws111
1385 just changed order of calls (reverse order of
1388 lock inc when checking only one account, otherwise
1389 inc all could be executed at the same time
1391 2002-11-09 [christoph] 0.8.5claws110
1394 better unlock the mouse cursor before calling
1395 summary_show because it changes the cursor too
1397 2002-11-09 [christoph] 0.8.5claws109
1401 add functions to open and close a folder
1402 o opending will execute scanning for remote folders
1404 o closing will unset new flag for messages
1406 2002-11-09 [colin] 0.8.5claws108
1409 Add a call to prefs_matcher_write_config to
1410 avoid non-leaf folders filtering settings to be
1413 2002-11-09 [paul] 0.8.5claws107
1415 * src/prefs_account.c
1418 2002-11-09 [colin] 0.8.5claws106
1423 2002-11-09 [colin] 0.8.5claws105
1426 Fix prefs_filtering deletion for MH folders (same
1428 * src/prefs_filtering.c
1429 Fix prefs_filtering renaming and deletion for
1430 folder-based processing rules.
1432 2002-11-09 [christoph] 0.8.5claws104
1436 * src/folderview.[ch]
1442 * src/prefs_folder_item.c
1445 implement a callback system for folder item updates
1447 2002-11-09 [colin] 0.8.5claws103
1450 Fix prefs_filtering renaming for MH folders (we
1451 shouldn't rename by path as another folder could
1452 have the same hierarchy).
1454 2002-11-09 [colin] 0.8.5claws102
1457 Fix a leak found by Christoph, use better variable
1460 2002-11-09 [colin] 0.8.5claws101
1463 One more fix for processing rules
1465 2002-11-08 [colin] 0.8.5claws100
1468 Don't copy the compiled regexp (will be reevaluated)
1470 Lock folderview while moving
1472 Provide info on what's happening to the user
1474 2002-11-08 [colin] 0.8.5claws99
1477 Fix folder reordering after a move if parent is
1480 Add function to copy a ScoringProp
1481 * src/prefs_folder_item.c
1482 Copy scoring rules when copying a folder prefs
1484 2002-11-08 [colin] 0.8.5claws98
1487 Fixes in case of failure
1488 * src/filtering.[ch]
1489 Add function to duplicate a FilteringProp
1491 Add function to duplicate a MatcherProp
1492 * src/prefs_folder_item.c
1493 Save folder's processing rules when copying
1496 2002-11-08 [colin] 0.8.5claws97
1501 Change a printf to debug_print
1503 2002-11-08 [colin] 0.8.5claws96
1507 Fix segfaults, call me stupido
1510 2002-11-08 [colin] 0.8.5claws95
1513 Added forgotten prefs to save when moving folders
1515 2002-11-08 [colin] 0.8.5claws94
1518 Fixes to folder DND (prefs copy)
1520 Optimization for folder DND (don't rescan whole tree)
1521 Added folderview_create_folder_node() for this
1522 optimization, so de-duped a bit the code
1523 * src/prefs_folder_item.[ch]
1524 Added prefs_folder_item_copy_prefs()
1526 2002-11-08 [paul] 0.8.5claws93
1528 * src/prefs_account.c
1530 tools/kmail2sylpheed_v2.pl
1533 2002-11-08 [paul] 0.8.5claws92
1536 src/prefs_account.[ch]
1537 remove account options 'clearsign' and 'ascii_armored',
1538 replace with 'default_gnupg_mode' to prevent mixed-mode
1541 2002-11-08 [paul] 0.8.5claws91
1544 re-implement GnuPG 'on-the-fly' mode selection,
1547 2002-11-08 [colin] 0.8.5claws90
1550 src/prefs_folder_item.c
1551 Change "Property" to "Properties"
1553 2002-11-07 [colin] 0.8.5claws89
1557 Allow folder dropping to a root folder
1559 2002-11-07 [paul] 0.8.5claws88
1564 2002-11-07 [paul] 0.8.5claws87
1567 fix reply-to-list bug. closes bug report
1568 "[633382] reply-to-list broken in recent cvs"
1570 2002-11-07 [paul] 0.8.5claws86
1573 add a forgotten '#if USE_GPGME ... #endif'
1575 2002-11-07 [paul] 0.8.5claws85
1577 * sync with 0.8.5cvs20
1578 see ChangeLog 2002-11-07
1580 2002-11-07 [colin] 0.8.5claws84
1583 Change folder_item_move_to to return the newly
1586 Select the new folderitem after moving.
1588 2002-11-07 [colin] 0.8.5claws83
1590 * src/prefs_filtering.c
1591 Fix rule rewriting when moving a leaf folder to a
1594 2002-11-07 [colin] 0.8.5claws82
1596 * src/prefs_filtering.c
1599 2002-11-07 [colin] 0.8.5claws81
1602 Add folder_item_move_to() function to move a
1603 folderitem into another one (updates matcher etc)
1605 Add folder drag'n drop (context menu to come)
1606 [Should be dataloss free, but Please backup before
1609 2002-11-06 [colin] 0.8.5claws80
1612 mh_create_folder() returns NULL if can't create
1615 2002-11-06 [paul] 0.8.5claws79
1618 allow 'on-the-fly' changing of the type of encryption
1619 and/or signing used (mime/ascii) via the compose window
1621 2002-11-06 [paul] 0.8.5claws78
1623 * sync with 0.8.5cvs19
1624 see ChangeLog 2002-11-06 for src/account.c:
1625 account_get_special_folder()
1627 2002-11-05 [alfons] 0.8.5claws77
1630 very minor cleanups: nothing to see here, move on. :-)
1632 2002-11-05 [colin] 0.8.5claws76
1635 Changes choices if compose windows are opened to
1636 Discard, Draft, Don't quit
1638 2002-11-05 [thorsten] 0.8.5claws75
1641 reenabled default_reply_to folder option
1643 2002-11-05 [colin] 0.8.5claws74
1650 add clean_quit() for the SIGTERM handler
1652 2002-11-05 [paul] 0.8.5claws73
1655 updated by Ricardo Mones Lastra
1657 2002-11-05 [melvin] 0.8.5claws72
1660 Fixed log-clipping bug #616795.
1661 To stop logging in the log window use 0 length.
1662 * src/prefs_common.c
1663 Added a label to inform about the 0 log length behaviour.
1665 2002-11-05 [paul] 0.8.5claws71
1667 * sync with 0.8.5cvs17
1668 see ChangeLog 2002-11-05
1670 2002-11-04 [paul] 0.8.5claws70
1672 * sylpheed-128x128.png
1675 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
1676 <nikai@users.sourceforge.net>
1679 updated by George Danchev
1681 2002-11-03 [thorsten] 0.8.5claws69
1686 add check if gpg is active
1688 2002-11-03 [thorsten] 0.8.5claws68
1691 removed GSList declaration causing trouble on MacOS-X
1692 (submitted by alfons, reported by xfesty)
1694 2002-11-01 [paul] 0.8.5claws67
1697 remove last remnants of main's filter code
1699 2002-11-01 [paul] 0.8.5claws66
1701 * tools/filter_conv.pl
1702 fix bug where user-defined headers were ignored
1704 2002-11-01 [paul] 0.8.5claws65
1707 make a debug_print() not translatable
1709 2002-10-31 [melvin] 0.8.5claws64
1712 Fixed --disable-aspell-test. Now --disable-aspell-test will
1713 not run any GNU/aspell test. The dictionary path will
1714 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
1715 was given, in which case, it will be $prefix/lib/aspell/
1717 Fixed typo in commentary (Aspell code).
1719 2002-10-31 [paul] 0.8.5claws63
1722 remove src/filter.c and src/prefs_filter.c
1723 thanks to Ricardo for reminding me
1725 2002-10-31 [colin] 0.8.5claws62
1730 2002-10-31 [paul] 0.8.5claws61
1732 * src/prefs_filter.[ch] ** REMOVED **
1733 src/filter.[ch] ** REMOVED **
1742 src/prefs_filtering.c
1743 src/summaryview.[ch]
1744 remove main's 'filter' code
1747 update to reflect removal of main's filter
1749 2002-10-31 [paul] 0.8.5claws60
1752 remove check for global_processing in summary_filter_open().
1753 This fixes the bug where if the user uses the right-click
1754 'Create filter rule...' and doesn't have any filter rules
1755 already defined in claws' advanced filtering, the newly
1756 created filter rule goes to main's filtering which is
1757 inaccessible through the gui. Now the filter rule gets added
1758 to claws' filtering by default.
1760 2002-10-28 [melvin] 0.8.5claws59
1762 * src/prefs_actions.c
1763 Fixed bug #627322 where MIME parts were not always
1764 correctly passed to a %p action
1765 Display an error dialog when message filename is not found.
1767 2002-10-28 [melvin] 0.8.5claws58
1769 * src/prefs_common.c
1770 Readded a missing function declaration lost in 0.8.3claws34
1772 2002-10-28 [paul] 0.8.5claws57
1774 * sync with 0.8.5cvs15
1775 see ChangeLog 2002-10-28 and 2002-10-25
1777 Note: ChangeLog entry 2002-10-24 is not sync'ed.
1779 2002-10-27 [oliver] 0.8.5claws56
1782 plug leak in pop3_top_recv
1784 2002-10-26 [christoph] 0.8.5claws55
1787 set need_update folder flag when messages are added
1788 (closes bug [ 626922 ] folder not updated after receiving)
1790 2002-10-25 [melvin] 0.8.5claws54
1793 Fixed a memleak introduced in the scaling code.
1795 2002-10-24 [alfons] 0.8.5claws53
1798 make filtering's forward message action forward from the
1800 (closes bug [628089 ] Filter -> Forward from address problem
1803 2002-10-24 [christoph] 0.8.5claws52
1807 o use manual of current locale or english if current
1808 locale is not available (and english is available)
1809 o also link to sylpheed doc project manuals
1811 2002-10-23 [paul] 0.8.5claws51
1814 tools/kmail2sylpheed_v2.pl
1815 add new version of kmail addressbook importer script.
1816 works with newer versions of Kmail/KAddressBook which
1817 have new and rearranged data.
1819 2002-10-23 [martin] 0.8.5claws50
1825 added length parameter to get_abbrev_newsgroup_name()
1826 changed this function so that it abbreviates the newsgroup
1827 names only so long it is smaller than the length parameter
1828 (for better reading of some newsgroup names and space efficiency)
1830 2002-10-22 [colin] 0.8.5claws49
1833 Revert Alfons' last modification (after voting ;-))
1835 2002-10-21 [alfons] 0.8.5claws48
1838 folder view in folder selection dialog reflects state of
1839 folder view in main window
1841 2002-10-18 [alfons] 0.8.5claws47
1844 drop imported messages in folder selected by user,
1845 and not in the inbox
1846 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
1848 2002-10-18 [alfons] 0.8.5claws46
1851 make automagic reply work correctly for email accounts
1852 (whether it's viable to do a full sync with Hiro's
1853 compose.c is still under discussion)
1855 2002-10-18 [melvin] 0.8.5claws45
1857 * src/prefs_actions.c
1858 Fixed bug #622275 where asynchroneous actions left
1860 Made (synchroneous) actions' input be displayed live.
1862 2002-10-18 [christoph] 0.8.5claws44
1865 don't add a newline in the textview in front of the
1866 first textpart if header display is disabled
1867 (closes bug [ 603385 ] disabled header display leaves blank
1870 2002-10-18 [christoph] 0.8.5claws43
1877 folder->get_num_list now returns an error code
1878 (closes bug [ 609424 ] News cache cleared on failure)
1880 2002-10-17 [colin] 0.8.5claws42
1883 Changed a printf by debug_print
1887 * tools/OOo2sylpheed.pl
1888 allow for spaces in the name of the
1889 file to be attached.
1891 2002-10-16 [colin] 0.8.5claws41
1894 Use a tristate to change online mode
1896 2002-10-16 [paul] 0.8.5claws40
1899 updated by Ricardo Mones Lastra
1901 2002-10-16 [colin] 0.8.5claws39
1905 Added --online and --offline command-line
1908 2002-10-15 [christoph] 0.8.5claws38
1911 set mimeinfo->name to NULL after g_free to
1912 avoid double freeing with g_free
1914 2002-10-14 [christoph] 0.8.5claws37
1919 remove calls to folder->change_flags that are now
1920 done by procmsg flag functions (seems it is not
1921 used by any foldertype anyway)
1923 init folder->change_flags with NULL
1925 2002-10-14 [christoph] 0.8.5claws36
1929 use virtual functions for folder item new and destroy
1932 2002-10-14 [melvin] 0.8.5claws35
1935 Added a test to not run the spell checker if no default
1936 dictionary is available. No dialog is displayed though.
1938 2002-10-14 [melvin] 0.8.5claws34
1941 Fixed bug in dictionary list context menu where
1942 "More..." pointed to an emtpy submenu if the
1943 number of dictionaries is a multiple of 15
1944 Removed unneeded code in suggestions list creation
1946 2002-10-14 [paul] 0.8.5claws33
1949 updated by George Danchev
1951 2002-10-13 [hoa] 0.8.5claws32
1954 src/matcher_parser_parser.y
1955 removed the escaped string from internal structure
1958 2002-10-12 [colin] 0.8.5claws31
1960 * src/gtksctree.[ch]
1962 Removed useless function gtksctree_reanchor
1964 2002-10-12 [alfons] 0.8.5claws30
1966 * sync with remaining main changes 2002-10-09 - 2002-10-11
1967 - drop changes to src/compose.c (requires claws specific changes)
1969 2002-10-12 [alfons] 0.8.5claws29
1971 * sync with main changes of 2002-10-08
1972 - drop changes to src/compose.c (requires claws specific changes)
1973 - drop changes to src/summaryview.c (requires changes to compose.c)
1975 2002-10-12 [alfons] 0.8.5claws28
1977 * sync with main changes of 2002-10-07
1979 2002-10-12 [alfons] 0.8.5claws27
1981 * sync with main changes of 2002-10-04
1982 - drop changes to src/compose.c (requires claws specific changes)
1983 - drop changes to src/prefs_folder_item.c (claws implementation
1984 seems to be working)
1986 2002-10-12 [colin] 0.8.5claws26
1989 Fix folder-flicker when space-reading, introduced
1992 2002-10-12 [colin] 0.8.5claws25
1995 Save account address when saving as draft.
1998 2002-10-12 [colin] 0.8.5claws24
2001 Fix the problem consisting of no message selected
2002 after the last message in a folder has been moved.
2004 2002-10-12 [paul] 0.8.5claws23
2007 src/prefs_template.c
2009 add Cc and Bcc to templates. Patch submitted by
2012 2002-10-12 [colin] 0.8.5claws22
2015 Fix a bug after "Check for new messages":
2016 If a folder was opened, it was still selected at
2017 the end of the check, but displayed empty.
2019 Remove unnecessary check
2024 be more verbose in the description of
2028 2002-10-11 [colin] 0.8.5claws21
2031 Make space work (better) when no mail is selected
2033 2002-10-11 [colin] 0.8.5claws20
2039 2002-10-11 [colin] 0.8.5claws19
2042 revert 0.8.5claws6 changes as i couldn't get to
2045 2002-10-11 [melvin] 0.8.5claws18
2048 Removed buggy and unused macro (should have been committed in
2051 2002-10-11 [melvin] 0.8.5claws17
2054 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
2056 2002-10-11 [thorsten] 0.8.5claws16
2059 remove rescan warning
2061 2002-10-11 [colin] 0.8.5claws15
2064 fix a segfault that happens if conv_unmime_header
2065 fails (should be better to find out why it fails)
2067 2002-10-11 [christoph] 0.8.5claws14
2070 update folderview stats after ignore/unignore thread
2072 2002-10-11 [hoa] 0.8.5claws13
2074 * src/quote_fmt_parse.y
2075 Fixed a yacc/bison syntax error
2077 Escaping of string is fixed.
2079 2002-10-11 [colin] 0.8.5claws12
2082 Resize images to fit
2084 2002-10-11 [paul] 0.8.5claws11
2087 updated by Ricardo Mones Lastra
2089 2002-10-10 [alfons] 0.8.5claws10
2092 allow dropping files by "moving" files from a file manager,
2093 not only by the more cumbersome "copying". the latter
2094 mostly implies holding down the Control button
2096 2002-10-10 [christoph] 0.8.5claws9
2099 update folders after thread building for ignored threads
2101 2002-10-10 [christoph] 0.8.5claws8
2105 * src/filtering.[ch]
2107 * src/folderview.[ch]
2112 * src/summaryview.[ch]
2113 o added new flag need_update to FolderItem
2114 o removed folder_table from various functions from tracking
2116 o set need_update flags in folder.c's move, copy and delete
2117 functions and procmsg's flags functions
2118 o added function folderview_update_items_when_required that
2119 updates all folders with need_update set
2120 o call folderview_update_items_when_required instead of
2121 folderview_update_item_foreach
2123 2002-10-09 [sergey] 0.8.5claws7
2126 Strip CRs whel loading the text into editor in reedit mode.
2128 2002-10-09 [colin] 0.8.5claws6
2131 Make Space work when no mail is selected
2133 2002-10-09 [colin] 0.8.5claws5
2135 * src/gtksctree.[ch]
2137 Add gtk_sctree_reanchor()
2139 Use gtk_sctree_reanchor() - better fix for
2142 2002-10-09 [colin] 0.8.5claws4
2145 Fix shift-click select after delete problem
2148 2002-10-08 [thorsten] 0.8.5claws3
2151 exclude current msg from -hide read messages-
2153 2002-10-08 [colin] 0.8.5claws2
2158 Differentiate socket errors from disk full
2161 2002-10-08 [christoph] 0.8.5claws1
2165 modifications for new config directory
2167 * config.guess ** REMOVED **
2168 * config.sub ** REMOVED **
2169 * install-sh ** REMOVED **
2170 * ltmain.sh ** REMOVED **
2171 * missing ** REMOVED **
2172 * mkinstalldirs ** REMOVED **
2173 these files are autogenerated by automake
2174 when you run autogen.sh
2176 * config/.cvsignore ** NEW FILE **
2177 * config/Makefile.am ** NEW FILE **
2178 ignore autogenerated files
2179 create a Makefile in this directory
2181 2002-10-08 [paul] 0.8.5claws
2183 * 0.8.5claws release
2188 fix quote reply format for newsgroups reply bug
2193 updated by me and Witold Wladyslaw Wojciech Wilk
2196 2002-10-07 [paul] 0.8.3claws53
2201 updated messages catalogs, submitted by
2202 Alessandro Maestri, Fabio Jr.Beneditto
2203 and Urke MMI, respectively.
2205 2002-10-07 [christoph] 0.8.3claws52
2210 fix new folder ghost message bug
2211 (closes bug [ 619722 ] wrong count for newly created folders)
2213 2002-10-07 [christoph] 0.8.3claws51
2216 fix news posting problem
2218 2002-10-07 [melvin] 0.8.3claws50
2221 Updated French translation
2223 2002-10-05 [christoph] 0.8.3claws49
2226 check if line_start_cache is set in gtk_stext_update_text
2227 (closes bug [ 618119 ] crash while doing search in folder)
2229 2002-10-05 [christoph] 0.8.3claws48
2235 implement cache cleanups for claws' folder system
2236 (closes bug [ 595916 ] imapcache not cleaned up)
2238 2002-10-05 [melvin] 0.8.3claws47
2240 * src/prefs_actions.c
2241 Made the help text more clear for the %p token
2243 2002-10-04 [paul] 0.8.3claws46
2246 see ChangeLog 2002-10-02 and 2002-10-03
2248 2002-10-04 [christoph] 0.8.3claws45
2251 fix segfault caused by pop before smtp
2252 call to inc_account_mail with NULL
2255 2002-10-04 [paul] 0.8.3claws44
2258 sync the LDAP detection from 0.8.5cvs1
2260 2002-10-02 [christoph] 0.8.3claws43
2263 fix small spelling error
2265 2002-10-02 [melvin] 0.8.3claws42
2268 Behave better and say "no" when test program cannot be run.
2270 2002-10-02 [paul] 0.8.3claws41
2272 * sync with 0.8.4cvs1
2273 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
2276 toggle the behavior of Reply menuitem between
2277 normal reply and reply-to-list
2279 2002-10-01 [sergey] 0.8.3claws40
2282 Convert newlines in the message text to the canonical form
2283 before base64 encoding (RFC2045 compliance, fixes some
2284 interoperability issues with Evolution 1.0.3)
2286 2002-09-29 [colin] 0.8.3claws39
2289 Fix an unwanted copy/paste
2291 2002-09-29 [colin] 0.8.3claws38
2294 Renamed "Custom toolbar" to "Customize toolbar"
2295 Renamed "Show all header" to "Show all headers"
2296 Renamed "Set diplay item" to "Set displayed items"
2297 * src/prefs_common.c
2298 Renamed "Show all header" to "Show all headers"
2299 * src/prefs_summary_column.c
2300 Renamed "diplay item" to "displayed items"
2302 2002-09-29 [colin] 0.8.3claws37
2304 * src/mainwindow.[ch]
2305 online/offline status pixmaps follow theme
2307 * src/summaryview.[ch]
2308 quicksearch pixmap follows theme changes
2310 2002-09-29 [thorsten] 0.8.3claws36
2313 src/prefs_folder_item.[ch]
2314 add default_reply_to folder option (closes patch 581044)
2316 2002-09-29 [christoph] 0.8.3claws35
2318 * acconfig.h ** REMOVED **
2322 * ac/gnupg-check-typedef.m4
2323 fix autoheader 2.50 warning
2325 2002-09-29 [christoph] 0.8.3claws34
2327 * major code cleanup (part 2)
2329 - unused variables removed
2330 - unused functions removed
2331 - uninitialized variables checked
2332 - missing return statements added
2333 - missing function return types added
2334 - added parentheses around assignment
2335 when suggested by gcc
2337 2002-09-29 [alfons] 0.8.3claws33
2340 log_window_clear(): only bracket gtk_text_forward_delete()
2341 with gtk_text_freeze() / gtk_text_thaw() (see if this
2342 works around GTK text bug)
2344 2002-09-29 [paul] 0.8.3claws32
2348 updated by George Danchev and Urke MMI
2351 2002-09-27 [christoph] 0.8.3claws31
2353 * doc-src/readme.txt
2354 * doc-src/rfc1806.txt ** REMOVED **
2355 * doc-src/rfc2183.txt ** NEW FILE **
2356 * doc-src/rfc2980.txt ** NEW FILE **
2359 2002-09-27 [melvin] 0.8.3claws30
2362 Fixed typo which could break linking
2364 2002-09-27 [melvin] 0.8.3claws29
2367 Improved GNU/aspell checking.
2370 2002-09-27 [paul] 0.8.3claws28
2372 * sync with 0.8.3cvs8
2373 see ChangeLog 2002-09-27
2375 2002-09-26 [colin] 0.8.3claws27
2379 Add "Reply to Mailing-list" to the toolbar
2381 2002-09-26 [christoph] 0.8.3claws26
2384 Fix wrong message counts in summaryview status
2386 2002-09-26 [paul] 0.8.3claws25
2388 * sync with 0.8.3cvs7
2389 see ChangeLog 2002-09-26
2391 2002-09-26 [paul] 0.8.3claws24
2393 * sync with 0.8.3cvs6
2394 see ChangeLog 2002-09-25
2396 2002-09-25 [christoph] 0.8.3claws23
2398 * src/prefs_common.c
2399 * src/prefs_folder_item.c
2400 * src/prefs_scoring.c
2401 Renamed "kill score" to "hide score" in GUI
2404 2002-09-25 [paul] 0.8.3claws22
2406 * sync with 0.8.3cvs5
2407 see ChangeLog 2002-09-24
2409 2002-09-24 [alfons] 0.8.3claws21
2411 patch by Satoshi Nagayasu: allows appending / saving multiple
2412 selected files (closes "[ 612279 ] save multiple mesg(s) in
2416 add Satoshi Nagayasu
2418 summary_save_as(): allow saving selected files to
2420 summary_set_menu_sensitive: enable "Save As..." when
2421 multiple files are selected
2423 append_file(): new function
2425 2002-09-24 [colin] 0.8.3claws20
2428 Fix segfault when mimeinfo doesn't have a
2431 2002-09-24 [colin] 0.8.3claws19
2433 * src/prefs_common.[ch]
2434 Add a preference to display send dialog or not
2436 Display send dialog according to preference
2438 2002-09-24 [colin] 0.8.3claws18
2441 Disable user actions when sending
2443 2002-09-24 [colin] 0.8.3claws17
2446 Do not display name or filename for attachments
2447 with an application/pgp-signature type
2448 (security flaw, see bug 537413)
2450 2002-09-23 [colin] 0.8.3claws16
2453 Initialize entry_email, entry_alias and
2454 entry_remarks to first email address of the list
2456 2002-09-23 [colin] 0.83claws15
2459 Drop pgp-signature when reediting a signed queued
2462 2002-09-23 [melvin] 0.8.3claws14
2465 Updated French translation
2467 2002-09-23 [melvin] 0.8.3claws13
2470 Made custom toolbar menu labels more consistent
2471 * src/prefs_toolbar.c
2472 Made custom toolbar window title more consistent
2474 2002-09-22 [colin] 0.8.3claws12
2477 Initialize session type to normal before getting
2478 mail (fixes strange Get behaviour)
2479 * src/prefs_account.h
2480 Move STYPE_POP_BEFORE_SMTP to last position to
2481 avoid other side-effects
2483 2002-09-22 [colin] 0.8.3claws11
2485 * src/prefs_account.c
2486 Fix pop_bfr_smtp_tm_entry sensivity when switching
2487 from pop3 to apop or vice-versa
2489 2002-09-22 [colin] 0.8.3claws10
2491 * src/prefs_account.[ch]
2492 Add an option for the POP before SMTP timeout
2494 Remember time of last POP connection
2496 Do POP before SMTP only if timeout reached
2498 2002-09-22 [oliver] 0.8.3claws9
2501 explain custom toolbar
2503 2002-09-22 [oliver] 0.8.3claws8
2505 * src/prefs_actions.[ch]
2506 custom toolbar for compose
2507 actions callback from compose toolbar
2509 remove include toolbar.h
2511 2002-09-22 [oliver] 0.8.3claws7
2513 * src/prefs_toolbar.[ch]
2514 custom toolbar for compose
2515 - generic prefs_toolbar handles both
2516 Mainwin's toolbar as well as Compose toolbar
2518 2002-09-22 [oliver] 0.8.3claws6
2521 custom toolbar for compose
2522 restructure toolbar.[ch]
2524 2002-09-22 [oliver] 0.8.3claws5
2527 custom toolbar for compose
2529 2002-09-22 [oliver] 0.8.3claws4
2531 * src/mainwindow.[ch]
2532 custom toolbar for compose
2533 move mainwin toolbar back to mainwindow
2535 2002-09-22 [alfons] 0.8.3claws3
2542 2002-09-22 [alfons] 0.8.3claws2
2545 procmsg_save_to_outbox(): don't unlink message file from queue;
2546 callers should do it using folder_item_remove_msg()
2548 2002-09-22 [colin] 0.8.3claws1
2551 Made mimeview_check_signature() public
2553 Made GPG signatures verifiable by clicking
2554 the [application/pgp-signature] in the Text
2557 2002-09-22 [paul] 0.8.3claws
2566 updated translations, submitted by George Danchev,
2567 me, Ricardo Mones Lastra, Alessandro Maestri,
2568 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto
2569 and Urke MMI, respectively.
2571 2002-09-22 [alfons] 0.8.2claws65
2575 no furry valgrinds have been used to plug these memleaks
2577 2002-09-20 [paul] 0.8.2claws64
2579 * sync with 0.8.3cvs4
2580 'Select thread' re-implemented
2581 see ChangeLog 2002-09-20
2583 2002-09-21 [alfons] 0.8.2claws63
2586 compose_send(): plug unnoticed memleak
2588 2002-09-20 [alfons] 0.8.2claws62
2591 replace_address_in_edit(): strict check for NULL address to
2592 fix "[ 607348 ] Segfault in address completion". My guess is
2593 that this happens with an empty address book, but it's good
2594 to have this check here anyway
2596 completion_window_button_press(): free string returned
2597 from the internal cache
2599 2002-09-20 [christoph] 0.8.2claws61
2602 added ENC_BINARY to EncodingType
2604 the string returned by procmime_get_encoding_str
2605 should not depend on the order of values in the
2606 EncodingType definition
2607 * doc-src/rfc1806.txt ** NEW FILE **
2608 Added rfc1806 about MIME Content-Disposition
2611 2002-09-19 [paul] 0.8.2claws60
2613 * sync with 0.8.2cvs3
2614 see ChangeLog 2002-09-19
2616 2002-09-19 [paul] 0.8.2claws59
2618 * src/prefs_folder_item.c
2619 revert to Darko's original alignment of colour
2621 add a colon to folder_color label
2624 add Colin's patch (with Hiro's modifications) to
2625 force BASE64 encoding for 8-bit text when signing
2626 (sync with 0.8.3cvs2)
2628 2002-09-18 [alfons] 0.8.2claws58
2633 (beautify a little bit)
2635 2002-09-18 [christoph] 0.8.2claws57
2638 fix handling of fgetc return value
2640 2002-09-17 [alfons] 0.8.2claws56
2643 summary_sort(): check non-NULL summaryview->folder_item when no
2644 folder is selected at all
2645 (closes "[ 610344 ] sort label make syl Crash")
2647 2002-09-17 [alfons] 0.8.2claws55
2650 beautify a little bit
2652 2002-09-17 [christoph] 0.8.2claws54
2655 initialize max values for cache and folder
2656 when cache or folder is empty
2658 2002-09-15 [colin] 0.8.2claws53
2661 Fix a leak (thanks Alfons!) and cleaned
2662 variables names for custom headers
2664 2002-09-15 [colin] 0.8.2claws52
2667 Fix custom headers recognition when
2668 prefs_common.trans_hdr is on
2670 2002-09-15 [colin] 0.8.2claws51
2673 Allow dynamically-added custom headers
2674 Yet not reparsed if reedited
2676 2002-09-15 [alfons] 0.8.2claws50
2678 * src/prefs_account.c
2681 2002-09-15 [colin] 0.8.2claws49
2683 * src/prefs_account.c
2684 fix pop_before_smtp sensitivity
2686 2002-09-15 [colin] 0.8.2claws48
2689 add inc_pop_before_smtp()
2690 allow MainWindow to be undefined in
2691 inc_account_mail() and inc_start()
2694 add STYPE_POP_BEFORE_SMTP session type
2695 * src/prefs_account.c
2696 activated pop before smtp option
2698 do pop before smtp if the relevant option
2701 2002-09-15 [paul] 0.8.2claws47
2704 see ChangeLog 2002-09-15
2706 2002-09-14 [paul] 0.8.2claws46
2709 updated Bulgarian translation, submitted by
2712 2002-09-13 [paul] 0.8.2claws45
2715 merge claws' select_account() with main's
2716 (new) compose_select_account(). [sync with
2717 0.8.2cvs15, see ChangeLog 2002-09-11]
2719 2002-09-12 [christoph] 0.8.2claws44
2722 allocate 1 elements of FolderItem not 0
2724 2002-09-12 [colin] 0.8.2claws43
2727 Fix bug #590825 (obey Follow-up: poster)
2729 2002-09-12 [colin] 0.8.2claws42
2732 Fix bug #557009 (wrong headers for messages
2733 forwarded as attachments)
2735 2002-09-11 [colin] 0.8.2claws41
2738 Put SCF: pseudo-header on top of message
2739 Set draft tmp_flag when saved as draft
2743 Skip after first \n\n for beginning of real message
2746 2002-09-11 [christoph] 0.8.2claws40
2749 use procmsg flag functions in filtering or processing
2750 will cause incorrect folder message counts
2752 2002-09-11 [colin] 0.8.2claws39
2755 Fix bug #550175 - wrong save folder when reediting
2758 2002-09-11 [paul] 0.8.2claws38
2760 * sync with 0.8.2cvs14
2761 see ChangeLog 2002-09-11
2763 2002-09-11 [colin] 0.8.2claws37
2766 Fix a typo (seeming to cause new/unread status to
2769 2002-09-10 [christoph] 0.8.2claws36
2772 compose_redirect should not use compose_generic_new
2773 because that does more stuff than expected including
2774 opening the external editor
2775 (closes bug "[ 526608 ] bounced messages appear blank
2778 2002-09-10 [christoph] 0.8.2claws35
2781 fix problem with too large message number range
2782 causing a crash in folder_item_scan
2784 2002-09-10 [paul] 0.8.2claws34
2786 * sync with 0.8.2cvs13
2787 see ChangeLog 2002-09-10
2789 2002-09-10 [christoph] 0.8.2claws33
2792 set MsgInfo TmpFlags for queue and draft folders
2793 (closes bug "[ 591676 ] Queue ignore MIME on restart")
2795 2002-09-10 [paul] 0.8.2claws32
2798 po/bg.po ** NEW FILE **
2799 new Bulgarian translation submitted by
2800 George Danchev <danchev@spnet.net>
2804 tools/tb2sylpheed ** NEW FILE **
2805 add script that converts an addressbook exported
2806 from The Bat! into a Sylpheed addressbook. Submitted
2807 by Urke MMI <urke-kg@eunet.yu>
2809 2002-09-10 [paul] 0.8.2claws31
2811 * sync with 0.8.2cvs12
2812 see ChangeLog 2002-09-10
2814 2002-09-06 [paul] 0.8.2claws30
2816 * src/prefs_common.c
2817 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
2821 tools/ldif-to-xml.py ** REMOVED **
2822 remove obsolete python script
2824 2002-09-06 [paul] 0.8.2claws29
2826 * sync with 0.8.2cvs10
2827 see ChangeLog 2002-09-06
2829 2002-09-04 [paul] 0.8.2claws28
2831 * sync with 0.8.2cvs9
2832 see ChangeLog 2002-08-04
2834 2002-09-04 [colin] 0.8.2claws27
2836 * src/prefs_common.[ch]
2837 Added signature color configuration
2839 Use user-specified signature color
2841 2002-09-03 [colin] 0.8.2claws26
2843 * src/prefs_common.[ch]
2844 Added autosave and autosave_length prefs
2846 Added compose_remove_draft()
2847 Auto-save drafts according to the prefs
2849 Added a crash-indicator file, allowing to check
2850 for new messages on startup if Sylpheed crashed
2851 (makes saved drafts "reappear")
2853 2002-09-03 [colin] 0.8.2claws25
2858 2002-09-03 [paul] 0.8.2claws24
2860 * sync with 0.8.2cvs8
2861 see ChangeLog 2002-09-02 and 2002-09-03
2863 2002-09-03 [darko] 0.8.2claws23
2866 use normal style when creating new folder to pick
2869 2002-09-02 [melvin] 0.8.2claws22
2872 removed some obsolete code
2874 2002-09-02 [melvin] 0.8.2claws21
2877 fixed test's equality sign (== to =)
2879 2002-09-02 [alfons] 0.8.2claws20
2883 revert change of 0.8.2claws16 and use the mh_folder_destroy
2884 as folder->destroy virtual as suggested by Hiro
2885 (the mh.c code seems to have been lost around mh.c.1.21)
2887 2002-09-02 [paul] 0.8.2claws19
2890 updated by Fabio Jr. Beneditto
2893 use 'http://claws.sylpheed.org' for homepage link.
2894 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
2896 2002-09-01 [alfons] 0.8.2claws18
2899 plug memleak related to one Martin Kluge found
2901 2002-08-31 [paul] 0.8.2claws17
2903 * sync with 0.8.2cvs6
2904 see ChangeLog 2002-08-30
2906 2002-08-31 [alfons] 0.8.2claws16
2909 folder_destroy(): remove mailbox from folderlist even if it has
2912 2002-08-31 [alfons] 0.8.2claws15
2917 (being pedantic I know)
2919 2002-08-31 [alfons] 0.8.2claws14
2922 check for NULL pointers returned from folder->fetch_msginfo virtual
2923 (should solve some reported crashes)
2925 2002-08-30 [alfons] 0.8.2claws13
2930 enable crash dialog on compilation time
2931 (--enable-crash-dialog configure option)
2933 2002-08-30 [alfons] 0.8.2claws12
2938 apply memory leak plug patch by Martin Kluge
2939 (closes patch "[ 602568 ] patch for 602441 little memory leak",
2940 bug "[ 599677 ] Very small memory leak in 0.81claws115",
2941 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
2943 2002-08-30 [darko] 0.8.2claws11
2946 copy Gtk style from normal style to match
2947 font size for coloured folders
2949 2002-08-29 [alfons] 0.8.2claws10
2952 Type=Internet <- Type=Application
2953 (reported by Michael Schwendt, see:
2954 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
2955 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
2957 2002-08-29 [paul] 0.8.2claws9
2959 * sync with 0.8.2cvs5
2960 see ChangeLog 2002-08-29
2962 2002-08-29 [colin] 0.8.2claws8
2965 Added a sanity check in summary_select_thread
2966 Should fix bug 601605
2968 2002-08-29 [colin] 0.8.2claws7
2971 Revert claws6 changes regarding bug #591676
2973 2002-08-28 [colin] 0.8.2claws6
2976 Ignore cache for queue folderitems
2979 2002-08-28 [melvin] 0.8.2claws5
2984 2002-08-28 [melvin] 0.8.2claws4
2987 Updated a bit the text concerning the spell checker
2989 2002-08-28 [melvin] 0.8.2claws3
2991 Merged the GNU_aspell_branch:
2992 Support of new GNU/aspell is now included and the old pspell
2993 is not supported anymore.
2997 Updated spell checker text to reflect the switch to GNU/aspell
2999 * ac/aspell.m4 *** NEW ***
3000 * src/gtkaspell.[ch] *** NEW ***
3001 * ac/pspell.m4 *** DELETED ***
3002 * src/gtkspell.[ch] *** DELETED ***
3005 Updated for GNU/aspell support
3008 Replaced gtkspell.c by gtkaspell.c
3016 * src/prefs_common.[ch]
3017 Updated for GNU/aspell support
3019 2002-08-28 [paul] 0.8.2claws2
3021 * sync with 0.8.2cvs4
3022 see ChangeLog 2002-08-27 and 2002-08-28
3024 2002-08-28 [colin] 0.8.2claws1
3026 * src/summary_search.c
3029 2002-08-28 [jens] 0.8.2claws
3032 Updated German translations
3034 2002-08-27 [melvin] 0.8.2claws
3037 Updated French translations
3039 2002-08-27 [paul] 0.8.2claws
3041 * sync with 0.8.2 main release
3049 updated message catalogs submitted by
3050 Ricardo Mones Lastra, Alessandro Maestri,
3051 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
3052 Beneditto and Urke MMI
3054 2002-08-27 [hoa] 0.8.1claws123
3056 * src/mainwindow.[ch]
3057 * src/summaryview.[ch]
3058 removed the "filter setting" menu option.
3059 add a "cancel a news message" menu option.
3061 2002-08-26 [martin] 0.8.1claws122
3064 changed string under 0.8.1claws79 changed by myself
3067 2002-08-26 [martin] 0.8.1claws121
3070 added kill command to debuggerrc to start crash dialog
3072 2002-08-26 [paul] 0.8.1claws120
3074 * sync with 0.8.1cvs31
3075 see ChangeLog 2002-08-26
3077 2002-08-25 [alfons] 0.8.1claws119
3080 fix bug that didn't send out correct headers to news server
3081 when sending news article and email from queue (bug reported
3082 and patch provided by Tim Mann; closes bug
3083 "[ 583196 ] 0.7.8claws can't post news")
3085 2002-08-25 [alfons] 0.8.1claws118
3087 * src/selective_download.c
3088 mark two strings as translatable
3089 (thanks to Urke MMI for pointing this out)
3091 2002-08-25 [alfons] 0.8.1claws117
3094 treat sent boxes as special and allow sorting them by addressee
3095 (closes "[ 589418 ] Sent folder sorting misbehavior"
3096 submitted by Steve Lamb)
3098 2002-08-24 [alfons] 0.8.1claws116
3101 fix memleak reported by Martin Kluge
3102 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
3104 2002-08-24 [oliver] 0.8.1claws115
3106 * src/prefs_toolbar.c
3107 o code cleanup as suggested by Alfons
3110 2002-08-24 [alfons] 0.8.1claws114
3113 o fix another memory leak reported by Martin Kluge
3114 (see "[ 599568 ] Small Memory Leak")
3115 o remove 'from' variable from 'summary_set_header()'; we can
3118 2002-08-24 [paul] 0.8.1claws113
3120 * sync with 0.8.1cvs30
3121 see ChangeLog 2002-08-23
3123 2002-08-24 [alfons] 0.8.1claws112
3126 remove unnecessary allocations for search bar fixing leaks
3127 reported by Martin Kluge
3128 (see "[ 599451 ] Further memory leaks?")
3130 2002-08-24 [alfons] 0.8.1claws111
3133 make get_socket_name() public for crash.c
3135 o make report bug button work (goes to claws'
3136 bug tracker at sf.net)
3137 o introduce function for doing important stuff just
3138 before claws goes down
3141 2002-08-24 [alfons] 0.8.1claws110
3144 move cursor to "To" entry when forwarding as attachment
3145 (reported and solved by Steve Lamb, closes bug report
3146 "[ 592880 ] Forward as attachment; cursor not in to")
3148 2002-08-24 [colin] 0.8.1claws109
3151 fix quick search visibility after GUI (de)separations.
3153 2002-08-23 [colin] 0.8.1claws108
3156 fix header pane visibility after folderview or
3157 messageview (de)separation
3159 2002-08-23 [paul] 0.8.1claws107
3161 * src/mainwindow.[ch]
3163 give full control of display or non-display
3164 of the Execute icon to Custom toolbar settings.
3165 add new sensitivity condition to maninwindow.h:
3171 more sync with 0.8.1cvs29
3173 2002-08-23 [melvin] 0.8.1claws106
3176 Readded support for custom widget in alertpanel lost in last
3179 2002-08-23 [paul] 0.8.1claws105
3181 * sync with 0.8.1cvs29
3182 see ChangeLog 2002-08-23
3184 2002-08-23 [colin] 0.8.1claws104
3187 Fix folder and search pixmaps exchanging positions
3188 after theme or toolbar changes. Thank to Oliver for
3191 2002-08-23 [colin] 0.8.1claws103
3194 src/messageview.[ch]
3197 Changed messageview_create() and noticeview_create()
3198 to avoid the last gdk_warning
3200 2002-08-22 [colin] 0.8.1claws102
3203 Fix my new `Creating pixmap from xpm' warning
3205 2002-08-22 [colin] 0.8.1claws101
3208 Fix some of the gdk warnings
3210 2002-08-22 [colin] 0.8.1claws100
3213 * src/stock_pixmap.c
3214 * src/stock_pixmap.h
3215 * src/pixmaps/quicksearch.xpm *ADDED*
3216 Add the quicksearch pixmap
3220 Make quicksearch bar visible/hidden via a button
3222 2002-08-22 [christoph] 0.8.1claws99
3225 fix folder update for newsgroups with message
3226 numbers below minimum number of articles to fetch
3227 (closes bug #598445)
3229 2002-08-22 [paul] 0.8.1claws98
3231 * sync with 0.8.1cvs28
3232 see ChangeLog 2002-08-22
3234 2002-08-21 [alfons] 0.8.1claws97
3237 use bt instead of bt full which seems to work
3238 better, and bt full doesn't give a great deal
3239 of information anyway
3241 2002-08-21 [colin] 0.8.1claws96
3244 fix summaryview_searchtype_changed prototype
3246 2002-08-21 [christoph] 0.8.1claws95
3249 o fix broken menu update for sorting type, we have to
3250 get this info from the summaryview now
3251 o removed setting of threaded state in menu callback
3252 * src/summaryview.[ch]
3253 more summaryview/folderitem seperation for
3256 removed not required --with-compiler-flags option
3258 2002-08-21 [oliver] 0.8.1claws94
3261 o rename toolbar.xml to toolbar_main.xml
3262 since toolbar_compose.xml might come up
3267 2002-08-21 [darko] 0.8.1claws93
3270 don't reset tmp flags for messages copied
3273 2002-08-21 [colin] 0.8.1claws92
3275 * src/prefs_filtering.c
3276 fix renaming rules on folder rename
3277 when folder is not a leaf folder
3279 2002-08-21 [paul] 0.8.1claws91
3281 * src/prefs_folder_item.c
3282 fix alignment of colour selector
3284 2002-08-21 [paul] 0.8.1claws90
3286 * sync with 0.8.1cvs27
3287 see ChangeLog 2002-08-21
3289 2002-08-21 [paul] 0.8.1claws89
3292 fix crash when changing field type in
3295 2002-08-21 [colin] 0.8.1claws88
3298 Made quick search case-insensitive
3300 2002-08-21 [paul] 0.8.1claws87
3302 * sync with 0.8.1cvs26
3303 see ChangeLog 2002-08-21
3305 2002-08-20 [christoph] 0.8.1claws86
3309 * src/summaryview.[ch]
3310 more summaryview/folderitem seperation for
3311 sort_key and sort_type
3313 added missing return statement
3315 2002-08-20 [colin] 0.8.1claws85
3317 * src/summaryview.[ch]
3318 Added a quick search box
3320 * src/prefs_common.[ch]
3321 Added a show/hide option for the quick search
3323 2002-08-20 [oliver] 0.8.1claws84
3326 remove toolbar_create_popups
3328 o remove toolbar_create_popups
3329 o fix toolbar_set_sensitive
3330 (Bug reports #596834 and #596832)
3331 * src/prefs_toolbar.c
3332 o add "Set default" button
3333 o align label and text + combo widgets
3335 2002-08-20 [hoa] 0.8.1claws83bis
3338 fixed a bug in imap_fetch_msginfo() in case there is no
3341 2002-08-20 [darko] 0.8.1claws83
3344 copy the color style of folder view so it
3345 works with GTK themes
3347 2002-08-20 [darko] 0.8.1claws82
3351 * src/prefs_folder_item.[hc]
3352 don't use UI stuff in folder.h
3354 2002-08-20 [darko] 0.8.1claws81
3357 * src/prefs_folder_item.h
3359 * src/prefs_folder_item.c
3360 ability to set folder color in folderview
3362 2002-08-19 [alfons] 0.8.1claws80
3365 fix one of the earlier memleaks reported by Martin Kluge
3367 2002-08-19 [alfons] 0.8.1claws79
3370 hide notice view when selecting seperate folder
3371 view (reported by Urke MMI)
3373 2002-08-19 [christoph] 0.8.1claws78
3376 * src/prefs_folder_item.h
3377 * src/summaryview.[ch]
3378 o add summary_set_prefs_from_folderitem to set
3379 summaryview prefs (first step to remove all
3380 references to the folderitem in summaryview)
3381 o moved compiled regex stuff from folderitem prefs
3384 2002-08-19 [paul] 0.8.1claws77
3387 add check for '.' to QUOTE_IF_REQUIRED
3389 2002-08-19 [paul] 0.8.1claws76
3392 sync with 0.8.1cvs25 (plug memory leak)
3394 * src/prefs_toolbar.c
3395 re-order prefs_toolbar_cancel()
3397 2002-08-18 [alfons] 0.8.1claws75
3401 plug other memleaks reported by Martin Kluge
3403 2002-08-18 [paul] 0.8.1claws74
3406 updated by Fabio Jr. Beneditto
3408 2002-08-18 [paul] 0.8.1claws73
3411 fix bug where tooltips were displayed untranslated
3413 * src/prefs_toolbar.c
3414 fix bug where clicking 'Cancel' creates an icon & text
3415 toolbar regardless of prefs
3418 2002-08-17 [oliver] 0.8.1claws72
3420 * src/prefs_toolbar.c
3421 update toolbar on CANCEL
3422 bug reported by Martin Kluge
3424 toolbar_destroy memleak fixed
3426 2002-08-17 [alfons] 0.8.1claws71
3429 plug another memleak reported by Martin Kluge
3431 2002-08-16 [alfons] 0.8.1claws70
3434 use execvp() correctly (suggested by wwp; thanks!)
3436 2002-08-16 [alfons] 0.8.1claws69
3439 plug memory leak reported by Kim Schultz & Martin Kluge
3441 2002-08-16 [paul] 0.8.1claws68
3444 updated by Ricardo Mones Lastra
3446 2002-08-16 [paul] 0.8.1claws67
3449 fix bug where 'Compose News' icon showed wrong
3452 2002-08-16 [paul] 0.8.1claws66
3454 * sync with 0.8.1cvs24
3455 see ChangeLog 2002-08-16
3458 updated by Alessandro Maestri
3460 2002-08-15 [paul] 0.8.1claws65
3465 2002-08-15 [paul] 0.8.1claws64
3468 don't translate debug info
3473 2002-08-15 [paul] 0.8.1claws63
3475 * src/prefs_toolbar.c
3476 fix bug where clicking 'OK' creates an icon & text
3477 toolbar regardless of prefs
3479 2002-08-14 [alfons] 0.8.1claws62
3482 add global var that has the full argv[0]
3484 o execvp the correct sylpheed by using argv0
3485 and setting the correct work dir
3488 2002-08-14 [oliver] 0.8.1claws61
3490 * enable/disable Toolbar Action Buttons
3494 * src/prefs_toolbar.c
3496 2002-08-14 [melvin] 0.8.1claws60
3499 Updated French translations
3501 2002-08-14 [melvin] 0.8.1claws59
3504 Made bug report not translatable
3506 Fixed exporthtml_build_filespec() return value
3508 Fixed incorrect include file
3510 * src/prefs_actions.c
3511 * src/prefs_toolbar.c
3512 Made debug info not translatable
3515 Added missing includes
3516 * src/prefs_common.c
3519 2002-08-14 [paul] 0.8.1claws58
3521 * faq/es/sylpheed-faq.html
3522 faq/es/sylpheed-faq-[1-3].html
3523 faq/es/sylpheed-faq-4.html **NEW FILE **
3526 2002-08-13 [christoph] 0.8.1claws57
3529 ignore thread fix that did not mark all
3530 child nodes of a ignored thread as
3531 ignored. Does not work perfectly yet,
3532 but it is better now
3534 2002-08-13 [alfons] 0.8.1claws56
3537 o implement 'save crash log'
3540 2002-08-13 [melvin] 0.8.1claws55
3543 removed unrequired "execinfo.h" header
3545 2002-08-12 [paul] 0.8.1claws54
3547 * faq/en/sylpheed-faq.html
3548 faq/en/sylpheed-faq-[1-3].html
3549 faq/en/sylpheed-faq-4.html **NEW FILE **
3552 2002-08-12 [alfons] 0.8.1claws53
3555 add crash.c to translatables
3557 bring in Leandro's crash dialog
3559 2002-08-11 [alfons] 0.8.1claws52
3562 clean up some warnings
3564 2002-08-11 [alfons] 0.8.1claws51
3568 * src/crash.[ch] ** NEW FILES **
3570 initial gdb crash handler
3572 2002-08-11 [paul] 0.8.1claws50
3574 * src/prefs_toolbar.c
3575 replace Up/Down arrow pixmaps with text to be
3576 consistent across icon themes
3578 2002-08-11 [paul] 0.8.1claws49
3580 * src/prefs_common.c
3582 rename 'Pixmap' -> 'Icon'
3585 rename 'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
3587 2002-08-10 [paul] 0.8.1claws48
3589 * src/prefs_toolbar.c
3592 2002-08-10 [paul] 0.8.1claws47
3595 don't write Processing progress to status bar
3596 patch submitted by Alexander Evseev
3598 * src/prefs_toolbar.c
3599 re-position and resize window
3600 make window assume correct size on first call
3602 2002-08-10 [paul] 0.8.1claws46
3609 follow UI text conventions
3611 2002-08-10 [alfons] 0.8.1claws45
3614 correct pixmap for delete action
3616 2002-08-10 [paul] 0.8.1claws44
3619 updated by Fabio Jr. Beneditto
3621 2002-08-10 [paul] 0.8.1claws43
3624 add custom toolbar files
3626 2002-08-10 [paul] 0.8.1claws42
3628 * sync with 0.8.1cvs22
3629 see ChangeLog 2002-08-09
3631 2002-08-09 [paul] 0.8.1claws41
3635 tools/outlook2sylpheed.pl ** NEW FILE **
3636 add script to convert exported Outlook
3637 contacts list to a Sylpheed addressbook.
3638 Submitted by Ricardo Mones Lastra.
3640 2002-08-09 [paul] 0.8.1claws40
3644 po/sr.po ** NEW FILE **
3645 add Serbian message catalog. Submitted by
3646 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>
3648 2002-08-09 [paul] 0.8.1claws39
3650 * sync with 0.8.1cvs21
3651 see ChangeLog 2002-08-08
3653 2002-08-08 [oliver] 0.8.1claws38
3656 move Custom Toolbar to Configuration menu
3658 2002-08-08 [oliver] 0.8.1claws37
3660 * src/prefs_toolbar.c
3661 fix substitute pixmap bug
3663 2002-08-08 [paul] 0.8.1claws36
3665 * sync with 0.8.1cvs19
3666 see ChangeLog 2002-08-08
3668 2002-08-07 [christoph] 0.8.1claws35
3671 fixed a memory leak in new canonicalize_file_replace
3673 2002-08-07 [christoph] 0.8.1claws34
3676 o canonicalize_file_replace should create the temporary
3677 file in the same directory as the original file.
3678 o added get_tmpfile_in_dir that creates a temorary file
3679 in a specified directory.
3681 2002-08-07 [melvin] 0.8.1claws33
3684 fixed bug where 'Article' button acted as 'Email' button.
3686 2002-08-07 [paul] 0.8.1claws32
3688 * sync with 0.8.1.cvs17
3689 see ChangeLog 2002-08-07
3691 2002-08-07 [colin] 0.8.1claws31
3694 fix mass-cancel problem
3696 2002-08-07 [thorsten] 0.8.1claws30
3698 * src/prefs_toolbar.c
3699 fix: crash on replace or add new button
3701 fix: close xmlfile after reading
3703 fix: unlink() file before rename()
3705 2002-08-06 [paul] 0.8.1claws29
3707 * sync with 0.8.cvs15
3708 see ChangeLog 2002-08-06
3710 2002-08-06 [oliver] 0.8.1claws28
3713 * src/prefs_toolbar.c
3714 fixed empty toolbar issue
3716 2002-08-06 [oliver] 0.8.1claws27
3718 * Custom Toolbar Final
3722 o toolbar stuff now lives in src/toolbar.[ch]
3723 o main_window_toolbar_* functions are renamed to
3724 toolbar_* reflecting their new source file
3725 * src/mainwindow.[ch]
3726 o remove toolbar stuff
3728 2002-08-06 [oliver] 0.8.1claws26
3731 * src/prefs_toolbar.[ch] **New File**
3732 * src/toolbar.[ch] **New File**
3733 o prefs_toolbar.[ch] custom toolbar frontend
3734 o toolbar.[ch] backend
3736 2002-08-06 [oliver] 0.8.1claws25
3738 * src/prefs_actions.[ch]
3739 o new exported function actions_execute
3741 2002-08-06 [paul] 0.8.1claws24