1 2002-12-08 [colin] 0.8.6claws71
3 * src/gtk/sslcertwindow.[ch] ** NEW **
4 new certificate presentation
7 * src/ssl_certificate.[ch]
8 gtk cleanup, made utility functions public
10 use new cert presentation
12 2002-12-07 [christoph] 0.8.6claws70
15 * src/nntp.[ch] ** REMOVE **
16 * src/common/Makefile.am
17 * src/common/nntp.[ch] ** NEW **
18 move nntp files to common directory
20 2002-12-07 [christoph] 0.8.6claws69
24 implement msginfo update callback using sylpheed's new
25 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
27 2002-12-06 [christoph] 0.8.6claws68
30 This patch changes the 'Edit Group Details' dialog to
31 allow extended selections in either pane, so that
32 addresses can be added or removed from a group more
33 quickly and easily. (it actually is a net decrease in
34 file size, as some unnecessary functions have been
36 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
38 2002-12-06 [christoph] 0.8.6claws67
41 * src/template.[ch] ** REMOVE **
42 * src/common/Makefile.am
43 * src/common/template.[ch] ** NEW **
44 move template files to common directory
47 add missing log.h include
49 2002-12-06 [melvin] 0.8.6claws66
52 Added the trailing ">" syntax to insert command's output
53 without replacing old text (in contrast to trailing "|").
55 2002-12-05 [colin] 0.8.6claws65
58 Don't modify original search_string or it'll change
59 the next iterations in the for()
61 2002-12-05 [darko] 0.8.6claws64
64 proper check for filtering commands, found by Colin
66 2002-12-05 [darko] 0.8.6claws63
69 check proper string for NULL pointer, found by Colin
71 2002-12-05 [darko] 0.8.6claws62
73 * src/common/utils.[ch]
74 expand_search_string(): new function
75 converts Mutt-like patterns to Sylpheed's
78 use expand_search_string() to allow Mutt-like
79 patterns in extended search
81 document extended option in quick search
83 2002-12-05 [paul] 0.8.6claws61
85 * sync with 0.8.6cvs16
86 see ChangeLog 2002-12-05
91 2002-12-04 [christoph] 0.8.6claws60
94 put imap authentication code into a new function and
95 remove it from imap_session_new that will allow to
96 send other commands before authentication
98 2002-12-04 [christoph] 0.8.6claws59
101 use already existing method to prevent unneeded IMAP
102 folder selects. Set imap_select parameters to NULL
103 in some functions if the values are not required.
106 remove no longer required include
108 2002-12-04 [paul] 0.8.6claws58
111 updated by Ricardo Mones Lastra
114 po/hu.po ** NEW FILE **
115 initial Hungarian translation, submitted
116 by Gál Zoltán <galzoli@hu.inter.net>
118 2002-12-03 [christoph] 0.8.6claws57
121 * src/gtksctree.[ch] ** REMOVE **
122 * src/gtk/Makefile.am
123 * src/gtk/gtksctree.[ch] ** NEW **
124 move gtksctree files to gtk directory
126 2002-12-03 [christoph] 0.8.6claws56
129 * src/md5.[ch] ** REMOVE **
130 * srm/common/Makefile.am
131 * src/common/md5.[ch] ** NEW **
132 move md5 files to common directory
135 remove not required #include
137 2002-12-03 [sergey] 0.8.6claws55
141 gtkut_window_popup(): new function.
143 main_window_popup(): use gtkut_window_popup() to raise
144 window without changing its position.
145 (see sylpheed-main ML message [sylpheed:17247])
147 2002-12-03 [sergey] 0.8.6claws54
150 send_message_local(): removed first-dot escaping
151 (SMTP-only, not needed for sending through pipe)
153 2002-12-03 [paul] 0.8.6claws53
156 update to reflect recent changes (thanks
157 to Ricardo Mones Lastra)
159 * tools/filter_conv.pl
160 fix problem with quoted strings. Patch submitted
161 by Luke Plant <lukeplant@softhome.net>
163 2002-12-03 [paul] 0.8.6claws52
165 * sync with 0.8.6cvs15
166 see ChangeLog 2002-12-03
168 2002-12-02 [christoph] 0.8.6claws51
171 * src/common/log.[ch]
172 implement logging using a hook function
176 define hooklist name in header file to avoid
177 errors caused by wrong spelling of hooklist names
182 2002-12-02 [christoph] 0.8.6claws50
184 * src/common/Makefile.am
185 add src/common/hooks.[ch]
187 * src/common/hooks.[ch]
188 implement a simple hook system using glib's hook functions
192 use new hook system for folder item updates
194 2002-12-02 [christoph] 0.8.6claws49
196 * doc-src/ui_seperation.txt ** NEW **
197 information for ui seperation
200 remove files that were moved to common
201 include common directory by default for the header files
204 * src/common/socket.c
206 implement automaton using g_io_*-functions instead of
207 gdk_input_add to make it ui independent
217 remove common/ prefix because directory is now in
236 * src/ssl_certificate.c
237 add log.h header file for logging functions
243 o move debug_mode to common/utils.c
244 o add functions to set and get debug_mode
246 * src/defs.h ** REMOVE **
247 * src/intl.h ** REMOVE **
248 * src/socket.[ch] ** REMOVE **
249 * src/ssl.[ch] ** REMOVE **
250 * src/utils.[ch] ** REMOVE **
251 replaced by new files in src/common/
253 * src/common/Makefile.am
254 add new files in src/common/
256 * src/common/defs.h ** NEW **
257 * src/common/intl.h ** NEW **
258 * src/common/log.[ch] ** NEW **
259 * src/common/socket.[ch] ** NEW **
260 * src/common/ssl.[ch] ** NEW **
261 * src/common/utils.[ch] ** NEW **
262 replacement for files in src/
264 2002-12-02 [colin] 0.8.6claws48
267 Scroll folderview if necessary during dnd
269 2002-12-02 [colin] 0.8.6claws47
272 Add check to verify a move is within a single mailbox
274 Add specific error string for this check
276 2002-12-02 [colin] 0.8.6claws46
279 Add a test to folder moving, remove a statusbar_print
281 Add Move folder... context-menu item
282 Factorize folder moving code
283 Enable folder DND for mbox
285 2002-12-01 [christoph] 0.8.6claws45
288 remove conf.aspelltest if the version check fails
290 2002-11-30 [christoph] 0.8.6claws44
293 run libtoolize --force in autogen to create missing
296 2002-11-30 [christoph] 0.8.6claws43
302 * src/uuencode.[ch] ** REMOVED **
303 * src/common/Makefile.am
304 * src/common/uuencode.[ch] ** NEW **
305 move uuen/decoder to common directory
307 2002-11-30 [christoph] 0.8.6claws42
310 * src/base64.[ch] ** REMOVED **
319 * src/common/Makefile.am
320 * src/common/base64.[ch] ** NEW **
321 move base64 en/decoder to common directory
323 2002-11-30 [christoph] 0.8.6claws41
325 * src/common ** NEW **
326 new directory for UI independent code
328 new directory for GTK frontend
329 * src/common/.cvsignore ** NEW **
330 * src/gtk/.cvsignore ** NEW **
332 * src/common/Makefile.am ** NEW **
333 * src/gtk/Makefile.am ** NEW **
334 automake files to build new seperated stuff
336 the binary will currently still be build with the
337 files in src, so we include the code from the
338 subdirs for now after building the libs there
340 2002-11-30 [paul] 0.8.6claws40
343 fix bug [642731] 'Wrong selected account with drafted mail'
345 2002-11-29 [oliver] 0.8.6claws39
348 o update summaryview when switching between different
351 o check if messageview holds already removed msg
355 2002-11-29 [oliver] 0.8.6claws38
358 remove not needed variables and includes
359 make messageview stay opened and move to next when msgs are deleted
361 2002-11-29 [oliver] 0.8.6claws37
364 disable compose button (messageview toolbar) by default
365 deleted msgs are moved to trash
367 2002-11-29 [melvin] 0.8.6claws36
370 Increased minimal gpgme version to 0.3.10 (Zombies out)
371 and to detect signatures expirations (gpgme 0.3.6)
374 Use non obsolescent function for Gpgme engine checking.
377 Inform about expired signatures or signatures which key
378 has expired. Expiration date is displayed.
381 Inform about expired signatures or signatures which key
384 2002-11-28 [paul] 0.8.6claws35
387 re-instate 'Check for new messages' in Newsgroup
388 folders right-click menu, after a suggestion from
389 Tim Mann <timmann@users.sourceforge.net>
392 after a crash check only local folders for new
395 2002-11-28 [paul] 0.8.6claws34
398 apply patch that fixes the checking of GTK with XIM
399 support on different OSs, such as FreeBSD. Patch
400 submitted by Topia <topia@users.sourceforge.net>
402 2002-11-28 [paul] 0.8.6claws33
407 more changes to the English
409 2002-11-28 [paul] 0.8.6claws32
411 * sync with 0.8.6cvs13
412 see ChangeLog 2002-11-28 (no sync needed
415 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws31
417 * src/mainwindow.[ch]
418 add patch by Ivan F. Martinez introducing messageview Toolbar
419 some changes and committed by oliver
421 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws30
423 * src/messageview.[ch]
424 add patch by Ivan F. Martinez introducing messageview Toolbar
425 some changes and committed by oliver
427 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws29
430 add patch by Ivan F. Martinez introducing messageview Toolbar
431 some changes and committed by oliver
433 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws28
436 add patch by Ivan F. Martinez introducing messageview Toolbar
437 some changes and committed by oliver
439 2002-11-28 [oliver] 0.8.6claws27
441 * src/prefs_toolbar.[ch]
442 getting ready for messageview toolbar
443 free mem allocated by gettext
444 change prefs_toolbar to prefs_toolbar_open
446 2002-11-28 [thorsten] 0.8.6claws26
449 cleaned up conflicting declarations of
450 imageview_show_image()
452 2002-11-28 [paul] 0.8.6claws25
454 * src/grouplistdialog.c
456 src/prefs_summary_column.c
457 a few more improvements to the English
459 2002-11-28 [colin] 0.8.6claws24
462 A few updates to command-line parameters
464 2002-11-28 [colin] 0.8.6claws23
466 * src/prefs_filtering.c
467 Fix problems with prefs_filtering_delete_path:
468 a) if the first rule is removed, original pointers
469 weren't updated (leading to segfaults)
470 b) it was always global_processing updated in case
471 of removed path was parent of rule path
473 2002-11-27 [paul] 0.8.6claws22
479 src/prefs_customheader.c
480 src/prefs_display_header.c
481 src/prefs_filtering.c
482 src/prefs_folder_item.c
485 src/prefs_summary_column.c
488 improve the English in the GUI
490 2002-11-27 [colin] 0.8.6claws21
493 Fix processing renaming problems happening after
496 2002-11-27 [colin] 0.8.6claws20
499 recursive move now deletes src each subfolder after
502 Use identifier instead of path during dnd (enables
505 2002-11-27 [paul] 0.8.6claws19
508 apply patch that does command-line processing
509 BEFORE gtk_init, allowing claws to run from
510 shell-scripts in non-X environment (e.g. crontab
511 or ip-up, ip-down scripts). Patch submitted by
512 Ruslan N. Balkin <baron@dartel.ru>
515 updated by Alessandro Maestri
517 2002-11-27 [paul] 0.8.6claws18
519 * sync with 0.8.6cvs12
521 Differences are that main uses a 'Receive dialog'
522 frame on the Interface tab, whereas claws groups all
523 the dialogs together in a 'Dialogs' frame.
525 2002-11-27 [colin] 0.8.6claws17
527 * src/prefs_matcher.c
528 Fix Execute criteria's NOT flag
531 2002-11-26 [christoph] 0.8.6claws16
534 rewrite the ssl code a little bit, only use one
535 SSL context, set default certificates' file/path
537 2002-11-26 [thorsten] 0.8.6claws15
540 default-reply-to didn't work for ml-reply
542 2002-11-26 [melvin] 0.8.6claws14
544 * src/prefs_actions.c
545 Made pipe-actions ignore short headers in message view
546 Made trailing-pipe-actions write in the message view with
547 the same font as the original message
549 2002-11-26 [paul] 0.8.6claws13
552 this time commit the correct file
554 2002-11-26 [paul] 0.8.6claws12
556 * sync with 0.8.6cvs11
557 src/quote_fmt_parse.y
562 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
564 compose_reedit(): add check for 'X-Sylpheed-Account-Id:'
567 see ChangeLog 2002-11-25 and 2002-11-26
569 2002-11-26 [colin] 0.8.6claws11
572 Fix collapsed folder not auto-expanding during
573 mail dnd, if it was the source folder.
575 2002-11-25 [colin] 0.8.6claws10
577 * src/folderview.[ch]
578 Variable renaming and cleaning (slist of nodes
579 to be re-collapsed is stored in FolderView)
581 2002-11-25 [paul] 0.8.6claws9
583 * src/prefs_common.[ch]
584 fix breakage caused by last commit
586 2002-11-25 [paul] 0.8.6claws8
588 * sync with 0.8.6cvs4
589 see ChangeLog 2002-11-21
591 2002-11-25 [paul] 0.8.6claws7
593 * sync with 0.8.6cvs4
594 see ChangeLog 2002-11-20
596 2002-11-25 [paul] 0.8.6claws6
598 * sync with 0.8.6cvs3
599 see ChangeLog 2002-11-18
601 2002-11-25 [colin] 0.8.6claws5
604 Add gtkut_ctree_node_is_parent()
606 Spring-loaded folders
608 2002-11-25 [colin] 0.8.6claws4
611 Add slist_concat_unique(), function to merge
612 two GSList filtering dups
614 * src/summaryview.[ch]
617 Add detection/update/display of unread answers
620 Add procmsg_find_children()
621 Add procmsg_msg_has_marked_parent()
623 2002-11-25 [colin] 0.8.6claws3
625 * src/ssl_certificate.[ch]
626 Allow checking a certificate without a DNS
628 Allow to forget a cert (by deleting it)
629 Make ssl_certificate_destroy_public
630 * src/ssl_manager.[ch] ** NEW FILES **
631 Gui to manage (display/remove) certificates
632 * src/prefs_common.[ch]
633 Add a pref to allow silent acceptation of
634 trusted certificates or not (based on the
635 "I want to know what's going on" principle)
637 Add SSL manager in Tools menu
639 Add the new files to the build
641 Add ssl_manager.c to translations
643 2002-11-25 [colin] 0.8.6claws2
645 * src/summaryview.[ch]
646 Add S_SEARCH_EXTENDED to the quick search, which
647 allows to search using filtering syntax.
649 2002-11-25 [colin] 0.8.6claws1
652 Deletion of duplicates now prefer deleting
653 the unread dup (fixes feature-request 638989).
655 2002-11-24 [paul] 0.8.6claws
661 updated by Ricardo Mones Lastra,
662 Witold Wladyslaw Wojciech Wilk,
663 Ruslan N. Balkin, and Urke MMI
666 2002-11-24 [paul] 0.8.5claws182
669 updated by George Danchev
671 2002-11-23 [alfons] 0.8.5claws181
674 tiny memory leak found by browsing Dimitar's
677 2002-11-23 [paul] 0.8.5claws180
680 updated by Alessandro Maestri
682 2002-11-22 [christoph] 0.8.5claws179
686 * src/prefs_filtering.c
690 2002-11-22 [alfons] 0.8.5claws178
693 summary_execute_delete_func(): if message is deleted, make
694 sure to also remove its entry in the subject hash table.
695 fixes a corner case bug.
697 2002-11-22 [paul] 0.8.5claws177
702 * ltconfig ** REMOVED **
705 2002-11-22 [paul] 0.8.5claws176
708 textview_set_font(): fix for message display in
709 UTF-8 locales (thanks to Sergey Vlasov).
712 add new team members and contributors
715 2002-11-21 [colin] 0.8.5claws175
718 Add procmsg_remove_special_headers()
720 Use procmsg_remove_special_headers() for
723 2002-11-21 [colin] 0.8.5claws174
726 Fix moving/copying from queue/draft folders
729 2002-11-21 [christoph] 0.8.5claws173
735 * src/matcher_parser_lex.[hl]
737 * src/mbox_folder.[ch]
738 * src/prefs_filtering.c
740 * src/quote_fmt_lex.l
742 fix all warnings except the warnings in lex and yacc files
744 2002-11-20 [christoph] 0.8.5claws172
747 fix MsgInfo retrieval for IMAP draft and queue folders
748 (closes bug [ 619558 ] Draft saving on IMAP box issue)
750 2002-11-19 [christoph] 0.8.5claws171
753 fix segfault, when draft saving does not get
754 the MsgInfo of the new message
755 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
757 2002-11-19 [christoph] 0.8.5claws170
760 add parameter check for flag setting function
761 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
763 2002-11-18 [paul] 0.8.5claws169
766 more sensitivity fixes to redirect mode:
767 * disable toolbar draft button
768 * allow only Address book in the Tools menu
769 * disable editing of message by the spell
772 2002-11-18 [paul] 0.8.5claws168
775 fix sensitivity of menu items in compose_redirect():
776 allow only the necessary items
778 2002-11-18 [paul] 0.8.5claws167
781 fix bug [ 603259 ] 'attachment got lost on bounce'
783 2002-11-18 [paul] 0.8.5claws166
786 updated by Ruslan N. Balkin <baron@dartel.ru>
788 2002-11-18 [colin] 0.8.5claws165
792 Remove old filtering stuff
795 2002-11-17 [oliver] 0.8.5claws164
798 remove not needed typedef
800 2002-11-17 [oliver] 0.8.5claws163
803 make toolbar's on click events translatable
805 2002-11-15 [colin] 0.8.5claws162
808 Revert too-soon integration of a feature
810 2002-11-15 [christoph] 0.8.5claws161
813 use main's implementation of imap_get_msginfo
815 2002-11-15 [christoph] 0.8.5claws160
825 replace claws' fetch_msginfo with main's get_msginfo
826 (use main's implementation where possible)
828 2002-11-15 [colin] 0.8.5claws159
830 * src/ssl_certificate.c
833 2002-11-16 [melvin] 0.8.5claws158
836 Updated French translations.
838 2002-11-16 [colin] 0.8.5claws157
840 * src/ssl_certificate.c
841 Check for missing parts in the certificates
843 2002-11-15 [colin] 0.8.5claws156
846 Preventive fix (missing check) found by
852 sync with 0.8.6 release
854 2002-11-15 [colin] 0.8.5claws155
858 Fix error handling of folder_item_move_to()
861 2002-11-15 [colin] 0.8.5claws154
865 folder_item_move_to() sets an error message instead
866 of having GUI stuff in folder.c
868 2002-11-15 [colin] 0.8.5claws153
871 Implemented a callback for MsgInfo updates,
872 heavily copy/pasted from Christoph's folder
874 * src/summaryview.[ch]
875 Register summary_update_msg as callback
877 2002-11-14 [colin] 0.8.5claws152
880 Update the FolderItem after sending (fixes 617593)
882 2002-11-14 [christoph] 0.8.5claws151
885 fix wrong position of NULL pointer check found
888 2002-11-14 [christoph] 0.8.5claws150
891 fix segfault when deleting messages from IMAP folders
892 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
894 2002-11-14 [colin] 0.8.5claws149
897 Forwarding was also ignoring the folder's default account.
899 2002-11-14 [colin] 0.8.5claws148
902 Fix sent folder not set to folder properties when
905 2002-11-14 [thorsten] 0.8.5claws147
908 inc_start(): Files were not moved from .processing to inbox,
909 if no global processing rule existed
911 2002-11-14 [colin] 0.8.5claws146
913 * src/ssl_certificate
916 2002-11-14 [paul] 0.8.5claws145
919 updated by Alessandro Maestri
921 2002-11-13 [alfons] 0.8.5claws144
924 folder_item_close(): only mark messages unread
925 when a folder has new messages
927 2002-11-13 [keith] 0.8.5claws143
930 Fix problem moving or copying between
933 2002-11-13 [colin] 0.8.5claws142
935 * src/matcher_parser_parse.y
936 Fix rule problem when " don't match
938 2002-11-13 [christoph] 0.8.5claws141
942 moved cache saving to folder_item_close
943 the folderview should not have to deal with
946 2002-11-13 [christoph] 0.8.5claws140
949 moved setting of important score to
950 summary_set_prefs_from_folderitem
952 2002-11-13 [colin] 0.8.5claws139
954 * src/matcher_parser_parse.y
955 Fix a segfault in the parser (happening when
956 a good expression had been tested and a bad
959 2002-11-13 [paul] 0.8.5claws138
961 * sync with 0.8.5cvs24
962 see ChangeLog 2002-11-13
965 updated by Fabio Jr. Beneditto
967 2002-11-13 [colin] 0.8.5claws137
972 Revert last commit, problem
974 2002-11-13 [colin] 0.8.5claws136
977 Remove duplicated code
979 Bumped CACHE_VERSION and MARK_VERSION
981 Network endian for cache and mark files
983 2002-11-12 [colin] 0.8.5claws135
986 Fix the "socket error" dialog which disappeared
988 2002-11-12 [colin] 0.8.5claws134
991 Reverse last commit which had performance
992 problems, but still reverse the list
994 2002-11-12 [colin] 0.8.5claws133
999 2002-11-12 [melvin] 0.8.5claws132
1002 Added a check for a NULL prefs_common.dictionary
1004 2002-11-12 [colin] 0.8.5claws131
1006 * src/ssl_certificate.[ch]
1009 2002-11-12 [colin] 0.8.5claws130
1011 * src/ssl_certificate.[ch]
1012 Take connection port into account for
1013 checking certificates (a single hostname
1014 could have multiple servers with multiple
1017 Pass the port to ssl_certificate_check
1019 2002-11-12 [paul] 0.8.5claws129
1022 fix a typo in last commit
1024 2002-11-12 [paul] 0.8.5claws128
1026 * sync with 0.8.5cvs23
1027 see ChangeLog entry 2002-11-12
1029 2002-11-11 [colin] 0.8.5claws127
1031 * src/ssl_certificate.c
1033 Don't popup, instead log error, if the
1034 corresponding pref is checked
1035 * src/ssl_certificate.h
1036 include <openssl/objects/h>
1038 2002-11-11 [colin] 0.8.5claws126
1040 * src/ssl_certificate.h
1043 2002-11-11 [colin] 0.8.5claws125
1045 * src/ssl_certificate.c
1048 2002-11-11 [colin] 0.8.5claws124
1052 * src/ssl_certificate.[ch]
1053 Cleaned a bit (better use of SSL API)
1054 (This will cause non-recognition of saved
1055 certificates of claws12[23]...)
1057 2002-11-11 [paul] 0.8.5claws123
1060 updated by Ricardo Mones Lastra
1062 2002-11-11 [colin] 0.8.5claws122
1067 2002-11-11 [colin] 0.8.5claws121
1069 * src/ssl_certificate.[ch] ** NEW FILES **
1071 Check SSL certificates presented to us
1073 Add ssl_certificate.[ch]
1075 Add ssl_certificate.c
1077 2002-11-11 [paul] 0.8.5claws120
1079 * sync with 0.8.5cvs22
1080 see ChangeLog 2002-11-11
1082 2002-11-11 [paul] 0.8.5claws119
1084 * sync with 0.8.5cvs21
1085 see ChangeLog 2002-11-11
1087 2002-11-10 [jens] 0.8.5claws118
1091 corrected some typing
1093 updated german translation
1095 cleaned up specfile and adjusted it for claws
1097 2002-11-10 [colin] 0.8.5claws117
1100 a STATUSBAR_PUSH/POP fix
1102 2002-11-10 [colin] 0.8.5claws116
1104 * src/prefs_folder_item.c
1105 Fix hanging after opening folder properties
1107 2002-11-10 [hoa] 0.8.5claws115
1109 * src/matcher_parser_lex.l
1110 * src/matcher_parser_parse.y
1111 config file for scoring and filtering is no more trashed
1112 when there is a syntax error in a filtering rule when
1113 editing it in a dialog.
1115 2002-11-09 [colin] 0.8.5claws114
1118 Added missing initialisation of folder->destroy()
1120 2002-11-09 [colin] 0.8.5claws113
1124 Fix the status bar messages
1126 2002-11-09 [colin] 0.8.5claws112
1129 Fix hangs after folder dnd, happening after
1132 2002-11-09 [christoph] 0.8.5claws111
1135 just changed order of calls (reverse order of
1138 lock inc when checking only one account, otherwise
1139 inc all could be executed at the same time
1141 2002-11-09 [christoph] 0.8.5claws110
1144 better unlock the mouse cursor before calling
1145 summary_show because it changes the cursor too
1147 2002-11-09 [christoph] 0.8.5claws109
1151 add functions to open and close a folder
1152 o opending will execute scanning for remote folders
1154 o closing will unset new flag for messages
1156 2002-11-09 [colin] 0.8.5claws108
1159 Add a call to prefs_matcher_write_config to
1160 avoid non-leaf folders filtering settings to be
1163 2002-11-09 [paul] 0.8.5claws107
1165 * src/prefs_account.c
1168 2002-11-09 [colin] 0.8.5claws106
1173 2002-11-09 [colin] 0.8.5claws105
1176 Fix prefs_filtering deletion for MH folders (same
1178 * src/prefs_filtering.c
1179 Fix prefs_filtering renaming and deletion for
1180 folder-based processing rules.
1182 2002-11-09 [christoph] 0.8.5claws104
1186 * src/folderview.[ch]
1192 * src/prefs_folder_item.c
1195 implement a callback system for folder item updates
1197 2002-11-09 [colin] 0.8.5claws103
1200 Fix prefs_filtering renaming for MH folders (we
1201 shouldn't rename by path as another folder could
1202 have the same hierarchy).
1204 2002-11-09 [colin] 0.8.5claws102
1207 Fix a leak found by Christoph, use better variable
1210 2002-11-09 [colin] 0.8.5claws101
1213 One more fix for processing rules
1215 2002-11-08 [colin] 0.8.5claws100
1218 Don't copy the compiled regexp (will be reevaluated)
1220 Lock folderview while moving
1222 Provide info on what's happening to the user
1224 2002-11-08 [colin] 0.8.5claws99
1227 Fix folder reordering after a move if parent is
1230 Add function to copy a ScoringProp
1231 * src/prefs_folder_item.c
1232 Copy scoring rules when copying a folder prefs
1234 2002-11-08 [colin] 0.8.5claws98
1237 Fixes in case of failure
1238 * src/filtering.[ch]
1239 Add function to duplicate a FilteringProp
1241 Add function to duplicate a MatcherProp
1242 * src/prefs_folder_item.c
1243 Save folder's processing rules when copying
1246 2002-11-08 [colin] 0.8.5claws97
1251 Change a printf to debug_print
1253 2002-11-08 [colin] 0.8.5claws96
1257 Fix segfaults, call me stupido
1260 2002-11-08 [colin] 0.8.5claws95
1263 Added forgotten prefs to save when moving folders
1265 2002-11-08 [colin] 0.8.5claws94
1268 Fixes to folder DND (prefs copy)
1270 Optimization for folder DND (don't rescan whole tree)
1271 Added folderview_create_folder_node() for this
1272 optimization, so de-duped a bit the code
1273 * src/prefs_folder_item.[ch]
1274 Added prefs_folder_item_copy_prefs()
1276 2002-11-08 [paul] 0.8.5claws93
1278 * src/prefs_account.c
1280 tools/kmail2sylpheed_v2.pl
1283 2002-11-08 [paul] 0.8.5claws92
1286 src/prefs_account.[ch]
1287 remove account options 'clearsign' and 'ascii_armored',
1288 replace with 'default_gnupg_mode' to prevent mixed-mode
1291 2002-11-08 [paul] 0.8.5claws91
1294 re-implement GnuPG 'on-the-fly' mode selection,
1297 2002-11-08 [colin] 0.8.5claws90
1300 src/prefs_folder_item.c
1301 Change "Property" to "Properties"
1303 2002-11-07 [colin] 0.8.5claws89
1307 Allow folder dropping to a root folder
1309 2002-11-07 [paul] 0.8.5claws88
1314 2002-11-07 [paul] 0.8.5claws87
1317 fix reply-to-list bug. closes bug report
1318 "[633382] reply-to-list broken in recent cvs"
1320 2002-11-07 [paul] 0.8.5claws86
1323 add a forgotten '#if USE_GPGME ... #endif'
1325 2002-11-07 [paul] 0.8.5claws85
1327 * sync with 0.8.5cvs20
1328 see ChangeLog 2002-11-07
1330 2002-11-07 [colin] 0.8.5claws84
1333 Change folder_item_move_to to return the newly
1336 Select the new folderitem after moving.
1338 2002-11-07 [colin] 0.8.5claws83
1340 * src/prefs_filtering.c
1341 Fix rule rewriting when moving a leaf folder to a
1344 2002-11-07 [colin] 0.8.5claws82
1346 * src/prefs_filtering.c
1349 2002-11-07 [colin] 0.8.5claws81
1352 Add folder_item_move_to() function to move a
1353 folderitem into another one (updates matcher etc)
1355 Add folder drag'n drop (context menu to come)
1356 [Should be dataloss free, but Please backup before
1359 2002-11-06 [colin] 0.8.5claws80
1362 mh_create_folder() returns NULL if can't create
1365 2002-11-06 [paul] 0.8.5claws79
1368 allow 'on-the-fly' changing of the type of encryption
1369 and/or signing used (mime/ascii) via the compose window
1371 2002-11-06 [paul] 0.8.5claws78
1373 * sync with 0.8.5cvs19
1374 see ChangeLog 2002-11-06 for src/account.c:
1375 account_get_special_folder()
1377 2002-11-05 [alfons] 0.8.5claws77
1380 very minor cleanups: nothing to see here, move on. :-)
1382 2002-11-05 [colin] 0.8.5claws76
1385 Changes choices if compose windows are opened to
1386 Discard, Draft, Don't quit
1388 2002-11-05 [thorsten] 0.8.5claws75
1391 reenabled default_reply_to folder option
1393 2002-11-05 [colin] 0.8.5claws74
1400 add clean_quit() for the SIGTERM handler
1402 2002-11-05 [paul] 0.8.5claws73
1405 updated by Ricardo Mones Lastra
1407 2002-11-05 [melvin] 0.8.5claws72
1410 Fixed log-clipping bug #616795.
1411 To stop logging in the log window use 0 length.
1412 * src/prefs_common.c
1413 Added a label to inform about the 0 log length behaviour.
1415 2002-11-05 [paul] 0.8.5claws71
1417 * sync with 0.8.5cvs17
1418 see ChangeLog 2002-11-05
1420 2002-11-04 [paul] 0.8.5claws70
1422 * sylpheed-128x128.png
1425 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
1426 <nikai@users.sourceforge.net>
1429 updated by George Danchev
1431 2002-11-03 [thorsten] 0.8.5claws69
1436 add check if gpg is active
1438 2002-11-03 [thorsten] 0.8.5claws68
1441 removed GSList declaration causing trouble on MacOS-X
1442 (submitted by alfons, reported by xfesty)
1444 2002-11-01 [paul] 0.8.5claws67
1447 remove last remnants of main's filter code
1449 2002-11-01 [paul] 0.8.5claws66
1451 * tools/filter_conv.pl
1452 fix bug where user-defined headers were ignored
1454 2002-11-01 [paul] 0.8.5claws65
1457 make a debug_print() not translatable
1459 2002-10-31 [melvin] 0.8.5claws64
1462 Fixed --disable-aspell-test. Now --disable-aspell-test will
1463 not run any GNU/aspell test. The dictionary path will
1464 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
1465 was given, in which case, it will be $prefix/lib/aspell/
1467 Fixed typo in commentary (Aspell code).
1469 2002-10-31 [paul] 0.8.5claws63
1472 remove src/filter.c and src/prefs_filter.c
1473 thanks to Ricardo for reminding me
1475 2002-10-31 [colin] 0.8.5claws62
1480 2002-10-31 [paul] 0.8.5claws61
1482 * src/prefs_filter.[ch] ** REMOVED **
1483 src/filter.[ch] ** REMOVED **
1492 src/prefs_filtering.c
1493 src/summaryview.[ch]
1494 remove main's 'filter' code
1497 update to reflect removal of main's filter
1499 2002-10-31 [paul] 0.8.5claws60
1502 remove check for global_processing in summary_filter_open().
1503 This fixes the bug where if the user uses the right-click
1504 'Create filter rule...' and doesn't have any filter rules
1505 already defined in claws' advanced filtering, the newly
1506 created filter rule goes to main's filtering which is
1507 inaccessible through the gui. Now the filter rule gets added
1508 to claws' filtering by default.
1510 2002-10-28 [melvin] 0.8.5claws59
1512 * src/prefs_actions.c
1513 Fixed bug #627322 where MIME parts were not always
1514 correctly passed to a %p action
1515 Display an error dialog when message filename is not found.
1517 2002-10-28 [melvin] 0.8.5claws58
1519 * src/prefs_common.c
1520 Readded a missing function declaration lost in 0.8.3claws34
1522 2002-10-28 [paul] 0.8.5claws57
1524 * sync with 0.8.5cvs15
1525 see ChangeLog 2002-10-28 and 2002-10-25
1527 Note: ChangeLog entry 2002-10-24 is not sync'ed.
1529 2002-10-27 [oliver] 0.8.5claws56
1532 plug leak in pop3_top_recv
1534 2002-10-26 [christoph] 0.8.5claws55
1537 set need_update folder flag when messages are added
1538 (closes bug [ 626922 ] folder not updated after receiving)
1540 2002-10-25 [melvin] 0.8.5claws54
1543 Fixed a memleak introduced in the scaling code.
1545 2002-10-24 [alfons] 0.8.5claws53
1548 make filtering's forward message action forward from the
1550 (closes bug [628089 ] Filter -> Forward from address problem
1553 2002-10-24 [christoph] 0.8.5claws52
1557 o use manual of current locale or english if current
1558 locale is not available (and english is available)
1559 o also link to sylpheed doc project manuals
1561 2002-10-23 [paul] 0.8.5claws51
1564 tools/kmail2sylpheed_v2.pl
1565 add new version of kmail addressbook importer script.
1566 works with newer versions of Kmail/KAddressBook which
1567 have new and rearranged data.
1569 2002-10-23 [martin] 0.8.5claws50
1575 added length parameter to get_abbrev_newsgroup_name()
1576 changed this function so that it abbreviates the newsgroup
1577 names only so long it is smaller than the length parameter
1578 (for better reading of some newsgroup names and space efficiency)
1580 2002-10-22 [colin] 0.8.5claws49
1583 Revert Alfons' last modification (after voting ;-))
1585 2002-10-21 [alfons] 0.8.5claws48
1588 folder view in folder selection dialog reflects state of
1589 folder view in main window
1591 2002-10-18 [alfons] 0.8.5claws47
1594 drop imported messages in folder selected by user,
1595 and not in the inbox
1596 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
1598 2002-10-18 [alfons] 0.8.5claws46
1601 make automagic reply work correctly for email accounts
1602 (whether it's viable to do a full sync with Hiro's
1603 compose.c is still under discussion)
1605 2002-10-18 [melvin] 0.8.5claws45
1607 * src/prefs_actions.c
1608 Fixed bug #622275 where asynchroneous actions left
1610 Made (synchroneous) actions' input be displayed live.
1612 2002-10-18 [christoph] 0.8.5claws44
1615 don't add a newline in the textview in front of the
1616 first textpart if header display is disabled
1617 (closes bug [ 603385 ] disabled header display leaves blank
1620 2002-10-18 [christoph] 0.8.5claws43
1627 folder->get_num_list now returns an error code
1628 (closes bug [ 609424 ] News cache cleared on failure)
1630 2002-10-17 [colin] 0.8.5claws42
1633 Changed a printf by debug_print
1637 * tools/OOo2sylpheed.pl
1638 allow for spaces in the name of the
1639 file to be attached.
1641 2002-10-16 [colin] 0.8.5claws41
1644 Use a tristate to change online mode
1646 2002-10-16 [paul] 0.8.5claws40
1649 updated by Ricardo Mones Lastra
1651 2002-10-16 [colin] 0.8.5claws39
1655 Added --online and --offline command-line
1658 2002-10-15 [christoph] 0.8.5claws38
1661 set mimeinfo->name to NULL after g_free to
1662 avoid double freeing with g_free
1664 2002-10-14 [christoph] 0.8.5claws37
1669 remove calls to folder->change_flags that are now
1670 done by procmsg flag functions (seems it is not
1671 used by any foldertype anyway)
1673 init folder->change_flags with NULL
1675 2002-10-14 [christoph] 0.8.5claws36
1679 use virtual functions for folder item new and destroy
1682 2002-10-14 [melvin] 0.8.5claws35
1685 Added a test to not run the spell checker if no default
1686 dictionary is available. No dialog is displayed though.
1688 2002-10-14 [melvin] 0.8.5claws34
1691 Fixed bug in dictionary list context menu where
1692 "More..." pointed to an emtpy submenu if the
1693 number of dictionaries is a multiple of 15
1694 Removed unneeded code in suggestions list creation
1696 2002-10-14 [paul] 0.8.5claws33
1699 updated by George Danchev
1701 2002-10-13 [hoa] 0.8.5claws32
1704 src/matcher_parser_parser.y
1705 removed the escaped string from internal structure
1708 2002-10-12 [colin] 0.8.5claws31
1710 * src/gtksctree.[ch]
1712 Removed useless function gtksctree_reanchor
1714 2002-10-12 [alfons] 0.8.5claws30
1716 * sync with remaining main changes 2002-10-09 - 2002-10-11
1717 - drop changes to src/compose.c (requires claws specific changes)
1719 2002-10-12 [alfons] 0.8.5claws29
1721 * sync with main changes of 2002-10-08
1722 - drop changes to src/compose.c (requires claws specific changes)
1723 - drop changes to src/summaryview.c (requires changes to compose.c)
1725 2002-10-12 [alfons] 0.8.5claws28
1727 * sync with main changes of 2002-10-07
1729 2002-10-12 [alfons] 0.8.5claws27
1731 * sync with main changes of 2002-10-04
1732 - drop changes to src/compose.c (requires claws specific changes)
1733 - drop changes to src/prefs_folder_item.c (claws implementation
1734 seems to be working)
1736 2002-10-12 [colin] 0.8.5claws26
1739 Fix folder-flicker when space-reading, introduced
1742 2002-10-12 [colin] 0.8.5claws25
1745 Save account address when saving as draft.
1748 2002-10-12 [colin] 0.8.5claws24
1751 Fix the problem consisting of no message selected
1752 after the last message in a folder has been moved.
1754 2002-10-12 [paul] 0.8.5claws23
1757 src/prefs_template.c
1759 add Cc and Bcc to templates. Patch submitted by
1762 2002-10-12 [colin] 0.8.5claws22
1765 Fix a bug after "Check for new messages":
1766 If a folder was opened, it was still selected at
1767 the end of the check, but displayed empty.
1769 Remove unnecessary check
1774 be more verbose in the description of
1778 2002-10-11 [colin] 0.8.5claws21
1781 Make space work (better) when no mail is selected
1783 2002-10-11 [colin] 0.8.5claws20
1789 2002-10-11 [colin] 0.8.5claws19
1792 revert 0.8.5claws6 changes as i couldn't get to
1795 2002-10-11 [melvin] 0.8.5claws18
1798 Removed buggy and unused macro (should have been committed in
1801 2002-10-11 [melvin] 0.8.5claws17
1804 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
1806 2002-10-11 [thorsten] 0.8.5claws16
1809 remove rescan warning
1811 2002-10-11 [colin] 0.8.5claws15
1814 fix a segfault that happens if conv_unmime_header
1815 fails (should be better to find out why it fails)
1817 2002-10-11 [christoph] 0.8.5claws14
1820 update folderview stats after ignore/unignore thread
1822 2002-10-11 [hoa] 0.8.5claws13
1824 * src/quote_fmt_parse.y
1825 Fixed a yacc/bison syntax error
1827 Escaping of string is fixed.
1829 2002-10-11 [colin] 0.8.5claws12
1832 Resize images to fit
1834 2002-10-11 [paul] 0.8.5claws11
1837 updated by Ricardo Mones Lastra
1839 2002-10-10 [alfons] 0.8.5claws10
1842 allow dropping files by "moving" files from a file manager,
1843 not only by the more cumbersome "copying". the latter
1844 mostly implies holding down the Control button
1846 2002-10-10 [christoph] 0.8.5claws9
1849 update folders after thread building for ignored threads
1851 2002-10-10 [christoph] 0.8.5claws8
1855 * src/filtering.[ch]
1857 * src/folderview.[ch]
1862 * src/summaryview.[ch]
1863 o added new flag need_update to FolderItem
1864 o removed folder_table from various functions from tracking
1866 o set need_update flags in folder.c's move, copy and delete
1867 functions and procmsg's flags functions
1868 o added function folderview_update_items_when_required that
1869 updates all folders with need_update set
1870 o call folderview_update_items_when_required instead of
1871 folderview_update_item_foreach
1873 2002-10-09 [sergey] 0.8.5claws7
1876 Strip CRs whel loading the text into editor in reedit mode.
1878 2002-10-09 [colin] 0.8.5claws6
1881 Make Space work when no mail is selected
1883 2002-10-09 [colin] 0.8.5claws5
1885 * src/gtksctree.[ch]
1887 Add gtk_sctree_reanchor()
1889 Use gtk_sctree_reanchor() - better fix for
1892 2002-10-09 [colin] 0.8.5claws4
1895 Fix shift-click select after delete problem
1898 2002-10-08 [thorsten] 0.8.5claws3
1901 exclude current msg from -hide read messages-
1903 2002-10-08 [colin] 0.8.5claws2
1908 Differentiate socket errors from disk full
1911 2002-10-08 [christoph] 0.8.5claws1
1915 modifications for new config directory
1917 * config.guess ** REMOVED **
1918 * config.sub ** REMOVED **
1919 * install-sh ** REMOVED **
1920 * ltmain.sh ** REMOVED **
1921 * missing ** REMOVED **
1922 * mkinstalldirs ** REMOVED **
1923 these files are autogenerated by automake
1924 when you run autogen.sh
1926 * config/.cvsignore ** NEW FILE **
1927 * config/Makefile.am ** NEW FILE **
1928 ignore autogenerated files
1929 create a Makefile in this directory
1931 2002-10-08 [paul] 0.8.5claws
1933 * 0.8.5claws release
1938 fix quote reply format for newsgroups reply bug
1943 updated by me and Witold Wladyslaw Wojciech Wilk
1946 2002-10-07 [paul] 0.8.3claws53
1951 updated messages catalogs, submitted by
1952 Alessandro Maestri, Fabio Jr.Beneditto
1953 and Urke MMI, respectively.
1955 2002-10-07 [christoph] 0.8.3claws52
1960 fix new folder ghost message bug
1961 (closes bug [ 619722 ] wrong count for newly created folders)
1963 2002-10-07 [christoph] 0.8.3claws51
1966 fix news posting problem
1968 2002-10-07 [melvin] 0.8.3claws50
1971 Updated French translation
1973 2002-10-05 [christoph] 0.8.3claws49
1976 check if line_start_cache is set in gtk_stext_update_text
1977 (closes bug [ 618119 ] crash while doing search in folder)
1979 2002-10-05 [christoph] 0.8.3claws48
1985 implement cache cleanups for claws' folder system
1986 (closes bug [ 595916 ] imapcache not cleaned up)
1988 2002-10-05 [melvin] 0.8.3claws47
1990 * src/prefs_actions.c
1991 Made the help text more clear for the %p token
1993 2002-10-04 [paul] 0.8.3claws46
1996 see ChangeLog 2002-10-02 and 2002-10-03
1998 2002-10-04 [christoph] 0.8.3claws45
2001 fix segfault caused by pop before smtp
2002 call to inc_account_mail with NULL
2005 2002-10-04 [paul] 0.8.3claws44
2008 sync the LDAP detection from 0.8.5cvs1
2010 2002-10-02 [christoph] 0.8.3claws43
2013 fix small spelling error
2015 2002-10-02 [melvin] 0.8.3claws42
2018 Behave better and say "no" when test program cannot be run.
2020 2002-10-02 [paul] 0.8.3claws41
2022 * sync with 0.8.4cvs1
2023 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
2026 toggle the behavior of Reply menuitem between
2027 normal reply and reply-to-list
2029 2002-10-01 [sergey] 0.8.3claws40
2032 Convert newlines in the message text to the canonical form
2033 before base64 encoding (RFC2045 compliance, fixes some
2034 interoperability issues with Evolution 1.0.3)
2036 2002-09-29 [colin] 0.8.3claws39
2039 Fix an unwanted copy/paste
2041 2002-09-29 [colin] 0.8.3claws38
2044 Renamed "Custom toolbar" to "Customize toolbar"
2045 Renamed "Show all header" to "Show all headers"
2046 Renamed "Set diplay item" to "Set displayed items"
2047 * src/prefs_common.c
2048 Renamed "Show all header" to "Show all headers"
2049 * src/prefs_summary_column.c
2050 Renamed "diplay item" to "displayed items"
2052 2002-09-29 [colin] 0.8.3claws37
2054 * src/mainwindow.[ch]
2055 online/offline status pixmaps follow theme
2057 * src/summaryview.[ch]
2058 quicksearch pixmap follows theme changes
2060 2002-09-29 [thorsten] 0.8.3claws36
2063 src/prefs_folder_item.[ch]
2064 add default_reply_to folder option (closes patch 581044)
2066 2002-09-29 [christoph] 0.8.3claws35
2068 * acconfig.h ** REMOVED **
2072 * ac/gnupg-check-typedef.m4
2073 fix autoheader 2.50 warning
2075 2002-09-29 [christoph] 0.8.3claws34
2077 * major code cleanup (part 2)
2079 - unused variables removed
2080 - unused functions removed
2081 - uninitialized variables checked
2082 - missing return statements added
2083 - missing function return types added
2084 - added parentheses around assignment
2085 when suggested by gcc
2087 2002-09-29 [alfons] 0.8.3claws33
2090 log_window_clear(): only bracket gtk_text_forward_delete()
2091 with gtk_text_freeze() / gtk_text_thaw() (see if this
2092 works around GTK text bug)
2094 2002-09-29 [paul] 0.8.3claws32
2098 updated by George Danchev and Urke MMI
2101 2002-09-27 [christoph] 0.8.3claws31
2103 * doc-src/readme.txt
2104 * doc-src/rfc1806.txt ** REMOVED **
2105 * doc-src/rfc2183.txt ** NEW FILE **
2106 * doc-src/rfc2980.txt ** NEW FILE **
2109 2002-09-27 [melvin] 0.8.3claws30
2112 Fixed typo which could break linking
2114 2002-09-27 [melvin] 0.8.3claws29
2117 Improved GNU/aspell checking.
2120 2002-09-27 [paul] 0.8.3claws28
2122 * sync with 0.8.3cvs8
2123 see ChangeLog 2002-09-27
2125 2002-09-26 [colin] 0.8.3claws27
2129 Add "Reply to Mailing-list" to the toolbar
2131 2002-09-26 [christoph] 0.8.3claws26
2134 Fix wrong message counts in summaryview status
2136 2002-09-26 [paul] 0.8.3claws25
2138 * sync with 0.8.3cvs7
2139 see ChangeLog 2002-09-26
2141 2002-09-26 [paul] 0.8.3claws24
2143 * sync with 0.8.3cvs6
2144 see ChangeLog 2002-09-25
2146 2002-09-25 [christoph] 0.8.3claws23
2148 * src/prefs_common.c
2149 * src/prefs_folder_item.c
2150 * src/prefs_scoring.c
2151 Renamed "kill score" to "hide score" in GUI
2154 2002-09-25 [paul] 0.8.3claws22
2156 * sync with 0.8.3cvs5
2157 see ChangeLog 2002-09-24
2159 2002-09-24 [alfons] 0.8.3claws21
2161 patch by Satoshi Nagayasu: allows appending / saving multiple
2162 selected files (closes "[ 612279 ] save multiple mesg(s) in
2166 add Satoshi Nagayasu
2168 summary_save_as(): allow saving selected files to
2170 summary_set_menu_sensitive: enable "Save As..." when
2171 multiple files are selected
2173 append_file(): new function
2175 2002-09-24 [colin] 0.8.3claws20
2178 Fix segfault when mimeinfo doesn't have a
2181 2002-09-24 [colin] 0.8.3claws19
2183 * src/prefs_common.[ch]
2184 Add a preference to display send dialog or not
2186 Display send dialog according to preference
2188 2002-09-24 [colin] 0.8.3claws18
2191 Disable user actions when sending
2193 2002-09-24 [colin] 0.8.3claws17
2196 Do not display name or filename for attachments
2197 with an application/pgp-signature type
2198 (security flaw, see bug 537413)
2200 2002-09-23 [colin] 0.8.3claws16
2203 Initialize entry_email, entry_alias and
2204 entry_remarks to first email address of the list
2206 2002-09-23 [colin] 0.83claws15
2209 Drop pgp-signature when reediting a signed queued
2212 2002-09-23 [melvin] 0.8.3claws14
2215 Updated French translation
2217 2002-09-23 [melvin] 0.8.3claws13
2220 Made custom toolbar menu labels more consistent
2221 * src/prefs_toolbar.c
2222 Made custom toolbar window title more consistent
2224 2002-09-22 [colin] 0.8.3claws12
2227 Initialize session type to normal before getting
2228 mail (fixes strange Get behaviour)
2229 * src/prefs_account.h
2230 Move STYPE_POP_BEFORE_SMTP to last position to
2231 avoid other side-effects
2233 2002-09-22 [colin] 0.8.3claws11
2235 * src/prefs_account.c
2236 Fix pop_bfr_smtp_tm_entry sensivity when switching
2237 from pop3 to apop or vice-versa
2239 2002-09-22 [colin] 0.8.3claws10
2241 * src/prefs_account.[ch]
2242 Add an option for the POP before SMTP timeout
2244 Remember time of last POP connection
2246 Do POP before SMTP only if timeout reached
2248 2002-09-22 [oliver] 0.8.3claws9
2251 explain custom toolbar
2253 2002-09-22 [oliver] 0.8.3claws8
2255 * src/prefs_actions.[ch]
2256 custom toolbar for compose
2257 actions callback from compose toolbar
2259 remove include toolbar.h
2261 2002-09-22 [oliver] 0.8.3claws7
2263 * src/prefs_toolbar.[ch]
2264 custom toolbar for compose
2265 - generic prefs_toolbar handles both
2266 Mainwin's toolbar as well as Compose toolbar
2268 2002-09-22 [oliver] 0.8.3claws6
2271 custom toolbar for compose
2272 restructure toolbar.[ch]
2274 2002-09-22 [oliver] 0.8.3claws5
2277 custom toolbar for compose
2279 2002-09-22 [oliver] 0.8.3claws4
2281 * src/mainwindow.[ch]
2282 custom toolbar for compose
2283 move mainwin toolbar back to mainwindow
2285 2002-09-22 [alfons] 0.8.3claws3
2292 2002-09-22 [alfons] 0.8.3claws2
2295 procmsg_save_to_outbox(): don't unlink message file from queue;
2296 callers should do it using folder_item_remove_msg()
2298 2002-09-22 [colin] 0.8.3claws1
2301 Made mimeview_check_signature() public
2303 Made GPG signatures verifiable by clicking
2304 the [application/pgp-signature] in the Text
2307 2002-09-22 [paul] 0.8.3claws
2316 updated translations, submitted by George Danchev,
2317 me, Ricardo Mones Lastra, Alessandro Maestri,
2318 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto
2319 and Urke MMI, respectively.
2321 2002-09-22 [alfons] 0.8.2claws65
2325 no furry valgrinds have been used to plug these memleaks
2327 2002-09-20 [paul] 0.8.2claws64
2329 * sync with 0.8.3cvs4
2330 'Select thread' re-implemented
2331 see ChangeLog 2002-09-20
2333 2002-09-21 [alfons] 0.8.2claws63
2336 compose_send(): plug unnoticed memleak
2338 2002-09-20 [alfons] 0.8.2claws62
2341 replace_address_in_edit(): strict check for NULL address to
2342 fix "[ 607348 ] Segfault in address completion". My guess is
2343 that this happens with an empty address book, but it's good
2344 to have this check here anyway
2346 completion_window_button_press(): free string returned
2347 from the internal cache
2349 2002-09-20 [christoph] 0.8.2claws61
2352 added ENC_BINARY to EncodingType
2354 the string returned by procmime_get_encoding_str
2355 should not depend on the order of values in the
2356 EncodingType definition
2357 * doc-src/rfc1806.txt ** NEW FILE **
2358 Added rfc1806 about MIME Content-Disposition
2361 2002-09-19 [paul] 0.8.2claws60
2363 * sync with 0.8.2cvs3
2364 see ChangeLog 2002-09-19
2366 2002-09-19 [paul] 0.8.2claws59
2368 * src/prefs_folder_item.c
2369 revert to Darko's original alignment of colour
2371 add a colon to folder_color label
2374 add Colin's patch (with Hiro's modifications) to
2375 force BASE64 encoding for 8-bit text when signing
2376 (sync with 0.8.3cvs2)
2378 2002-09-18 [alfons] 0.8.2claws58
2383 (beautify a little bit)
2385 2002-09-18 [christoph] 0.8.2claws57
2388 fix handling of fgetc return value
2390 2002-09-17 [alfons] 0.8.2claws56
2393 summary_sort(): check non-NULL summaryview->folder_item when no
2394 folder is selected at all
2395 (closes "[ 610344 ] sort label make syl Crash")
2397 2002-09-17 [alfons] 0.8.2claws55
2400 beautify a little bit
2402 2002-09-17 [christoph] 0.8.2claws54
2405 initialize max values for cache and folder
2406 when cache or folder is empty
2408 2002-09-15 [colin] 0.8.2claws53
2411 Fix a leak (thanks Alfons!) and cleaned
2412 variables names for custom headers
2414 2002-09-15 [colin] 0.8.2claws52
2417 Fix custom headers recognition when
2418 prefs_common.trans_hdr is on
2420 2002-09-15 [colin] 0.8.2claws51
2423 Allow dynamically-added custom headers
2424 Yet not reparsed if reedited
2426 2002-09-15 [alfons] 0.8.2claws50
2428 * src/prefs_account.c
2431 2002-09-15 [colin] 0.8.2claws49
2433 * src/prefs_account.c
2434 fix pop_before_smtp sensitivity
2436 2002-09-15 [colin] 0.8.2claws48
2439 add inc_pop_before_smtp()
2440 allow MainWindow to be undefined in
2441 inc_account_mail() and inc_start()
2444 add STYPE_POP_BEFORE_SMTP session type
2445 * src/prefs_account.c
2446 activated pop before smtp option
2448 do pop before smtp if the relevant option
2451 2002-09-15 [paul] 0.8.2claws47
2454 see ChangeLog 2002-09-15
2456 2002-09-14 [paul] 0.8.2claws46
2459 updated Bulgarian translation, submitted by
2462 2002-09-13 [paul] 0.8.2claws45
2465 merge claws' select_account() with main's
2466 (new) compose_select_account(). [sync with
2467 0.8.2cvs15, see ChangeLog 2002-09-11]
2469 2002-09-12 [christoph] 0.8.2claws44
2472 allocate 1 elements of FolderItem not 0
2474 2002-09-12 [colin] 0.8.2claws43
2477 Fix bug #590825 (obey Follow-up: poster)
2479 2002-09-12 [colin] 0.8.2claws42
2482 Fix bug #557009 (wrong headers for messages
2483 forwarded as attachments)
2485 2002-09-11 [colin] 0.8.2claws41
2488 Put SCF: pseudo-header on top of message
2489 Set draft tmp_flag when saved as draft
2493 Skip after first \n\n for beginning of real message
2496 2002-09-11 [christoph] 0.8.2claws40
2499 use procmsg flag functions in filtering or processing
2500 will cause incorrect folder message counts
2502 2002-09-11 [colin] 0.8.2claws39
2505 Fix bug #550175 - wrong save folder when reediting
2508 2002-09-11 [paul] 0.8.2claws38
2510 * sync with 0.8.2cvs14
2511 see ChangeLog 2002-09-11
2513 2002-09-11 [colin] 0.8.2claws37
2516 Fix a typo (seeming to cause new/unread status to
2519 2002-09-10 [christoph] 0.8.2claws36
2522 compose_redirect should not use compose_generic_new
2523 because that does more stuff than expected including
2524 opening the external editor
2525 (closes bug "[ 526608 ] bounced messages appear blank
2528 2002-09-10 [christoph] 0.8.2claws35
2531 fix problem with too large message number range
2532 causing a crash in folder_item_scan
2534 2002-09-10 [paul] 0.8.2claws34
2536 * sync with 0.8.2cvs13
2537 see ChangeLog 2002-09-10
2539 2002-09-10 [christoph] 0.8.2claws33
2542 set MsgInfo TmpFlags for queue and draft folders
2543 (closes bug "[ 591676 ] Queue ignore MIME on restart")
2545 2002-09-10 [paul] 0.8.2claws32
2548 po/bg.po ** NEW FILE **
2549 new Bulgarian translation submitted by
2550 George Danchev <danchev@spnet.net>
2554 tools/tb2sylpheed ** NEW FILE **
2555 add script that converts an addressbook exported
2556 from The Bat! into a Sylpheed addressbook. Submitted
2557 by Urke MMI <urke-kg@eunet.yu>
2559 2002-09-10 [paul] 0.8.2claws31
2561 * sync with 0.8.2cvs12
2562 see ChangeLog 2002-09-10
2564 2002-09-06 [paul] 0.8.2claws30
2566 * src/prefs_common.c
2567 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
2571 tools/ldif-to-xml.py ** REMOVED **
2572 remove obsolete python script
2574 2002-09-06 [paul] 0.8.2claws29
2576 * sync with 0.8.2cvs10
2577 see ChangeLog 2002-09-06
2579 2002-09-04 [paul] 0.8.2claws28
2581 * sync with 0.8.2cvs9
2582 see ChangeLog 2002-08-04
2584 2002-09-04 [colin] 0.8.2claws27
2586 * src/prefs_common.[ch]
2587 Added signature color configuration
2589 Use user-specified signature color
2591 2002-09-03 [colin] 0.8.2claws26
2593 * src/prefs_common.[ch]
2594 Added autosave and autosave_length prefs
2596 Added compose_remove_draft()
2597 Auto-save drafts according to the prefs
2599 Added a crash-indicator file, allowing to check
2600 for new messages on startup if Sylpheed crashed
2601 (makes saved drafts "reappear")
2603 2002-09-03 [colin] 0.8.2claws25
2608 2002-09-03 [paul] 0.8.2claws24
2610 * sync with 0.8.2cvs8
2611 see ChangeLog 2002-09-02 and 2002-09-03
2613 2002-09-03 [darko] 0.8.2claws23
2616 use normal style when creating new folder to pick
2619 2002-09-02 [melvin] 0.8.2claws22
2622 removed some obsolete code
2624 2002-09-02 [melvin] 0.8.2claws21
2627 fixed test's equality sign (== to =)
2629 2002-09-02 [alfons] 0.8.2claws20
2633 revert change of 0.8.2claws16 and use the mh_folder_destroy
2634 as folder->destroy virtual as suggested by Hiro
2635 (the mh.c code seems to have been lost around mh.c.1.21)
2637 2002-09-02 [paul] 0.8.2claws19
2640 updated by Fabio Jr. Beneditto
2643 use 'http://claws.sylpheed.org' for homepage link.
2644 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
2646 2002-09-01 [alfons] 0.8.2claws18
2649 plug memleak related to one Martin Kluge found
2651 2002-08-31 [paul] 0.8.2claws17
2653 * sync with 0.8.2cvs6
2654 see ChangeLog 2002-08-30
2656 2002-08-31 [alfons] 0.8.2claws16
2659 folder_destroy(): remove mailbox from folderlist even if it has
2662 2002-08-31 [alfons] 0.8.2claws15
2667 (being pedantic I know)
2669 2002-08-31 [alfons] 0.8.2claws14
2672 check for NULL pointers returned from folder->fetch_msginfo virtual
2673 (should solve some reported crashes)
2675 2002-08-30 [alfons] 0.8.2claws13
2680 enable crash dialog on compilation time
2681 (--enable-crash-dialog configure option)
2683 2002-08-30 [alfons] 0.8.2claws12
2688 apply memory leak plug patch by Martin Kluge
2689 (closes patch "[ 602568 ] patch for 602441 little memory leak",
2690 bug "[ 599677 ] Very small memory leak in 0.81claws115",
2691 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
2693 2002-08-30 [darko] 0.8.2claws11
2696 copy Gtk style from normal style to match
2697 font size for coloured folders
2699 2002-08-29 [alfons] 0.8.2claws10
2702 Type=Internet <- Type=Application
2703 (reported by Michael Schwendt, see:
2704 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
2705 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
2707 2002-08-29 [paul] 0.8.2claws9
2709 * sync with 0.8.2cvs5
2710 see ChangeLog 2002-08-29
2712 2002-08-29 [colin] 0.8.2claws8
2715 Added a sanity check in summary_select_thread
2716 Should fix bug 601605
2718 2002-08-29 [colin] 0.8.2claws7
2721 Revert claws6 changes regarding bug #591676
2723 2002-08-28 [colin] 0.8.2claws6
2726 Ignore cache for queue folderitems
2729 2002-08-28 [melvin] 0.8.2claws5
2734 2002-08-28 [melvin] 0.8.2claws4
2737 Updated a bit the text concerning the spell checker
2739 2002-08-28 [melvin] 0.8.2claws3
2741 Merged the GNU_aspell_branch:
2742 Support of new GNU/aspell is now included and the old pspell
2743 is not supported anymore.
2747 Updated spell checker text to reflect the switch to GNU/aspell
2749 * ac/aspell.m4 *** NEW ***
2750 * src/gtkaspell.[ch] *** NEW ***
2751 * ac/pspell.m4 *** DELETED ***
2752 * src/gtkspell.[ch] *** DELETED ***
2755 Updated for GNU/aspell support
2758 Replaced gtkspell.c by gtkaspell.c
2766 * src/prefs_common.[ch]
2767 Updated for GNU/aspell support
2769 2002-08-28 [paul] 0.8.2claws2
2771 * sync with 0.8.2cvs4
2772 see ChangeLog 2002-08-27 and 2002-08-28
2774 2002-08-28 [colin] 0.8.2claws1
2776 * src/summary_search.c
2779 2002-08-28 [jens] 0.8.2claws
2782 Updated German translations
2784 2002-08-27 [melvin] 0.8.2claws
2787 Updated French translations
2789 2002-08-27 [paul] 0.8.2claws
2791 * sync with 0.8.2 main release
2799 updated message catalogs submitted by
2800 Ricardo Mones Lastra, Alessandro Maestri,
2801 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
2802 Beneditto and Urke MMI
2804 2002-08-27 [hoa] 0.8.1claws123
2806 * src/mainwindow.[ch]
2807 * src/summaryview.[ch]
2808 removed the "filter setting" menu option.
2809 add a "cancel a news message" menu option.
2811 2002-08-26 [martin] 0.8.1claws122
2814 changed string under 0.8.1claws79 changed by myself
2817 2002-08-26 [martin] 0.8.1claws121
2820 added kill command to debuggerrc to start crash dialog
2822 2002-08-26 [paul] 0.8.1claws120
2824 * sync with 0.8.1cvs31
2825 see ChangeLog 2002-08-26
2827 2002-08-25 [alfons] 0.8.1claws119
2830 fix bug that didn't send out correct headers to news server
2831 when sending news article and email from queue (bug reported
2832 and patch provided by Tim Mann; closes bug
2833 "[ 583196 ] 0.7.8claws can't post news")
2835 2002-08-25 [alfons] 0.8.1claws118
2837 * src/selective_download.c
2838 mark two strings as translatable
2839 (thanks to Urke MMI for pointing this out)
2841 2002-08-25 [alfons] 0.8.1claws117
2844 treat sent boxes as special and allow sorting them by addressee
2845 (closes "[ 589418 ] Sent folder sorting misbehavior"
2846 submitted by Steve Lamb)
2848 2002-08-24 [alfons] 0.8.1claws116
2851 fix memleak reported by Martin Kluge
2852 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
2854 2002-08-24 [oliver] 0.8.1claws115
2856 * src/prefs_toolbar.c
2857 o code cleanup as suggested by Alfons
2860 2002-08-24 [alfons] 0.8.1claws114
2863 o fix another memory leak reported by Martin Kluge
2864 (see "[ 599568 ] Small Memory Leak")
2865 o remove 'from' variable from 'summary_set_header()'; we can
2868 2002-08-24 [paul] 0.8.1claws113
2870 * sync with 0.8.1cvs30
2871 see ChangeLog 2002-08-23
2873 2002-08-24 [alfons] 0.8.1claws112
2876 remove unnecessary allocations for search bar fixing leaks
2877 reported by Martin Kluge
2878 (see "[ 599451 ] Further memory leaks?")
2880 2002-08-24 [alfons] 0.8.1claws111
2883 make get_socket_name() public for crash.c
2885 o make report bug button work (goes to claws'
2886 bug tracker at sf.net)
2887 o introduce function for doing important stuff just
2888 before claws goes down
2891 2002-08-24 [alfons] 0.8.1claws110
2894 move cursor to "To" entry when forwarding as attachment
2895 (reported and solved by Steve Lamb, closes bug report
2896 "[ 592880 ] Forward as attachment; cursor not in to")
2898 2002-08-24 [colin] 0.8.1claws109
2901 fix quick search visibility after GUI (de)separations.
2903 2002-08-23 [colin] 0.8.1claws108
2906 fix header pane visibility after folderview or
2907 messageview (de)separation
2909 2002-08-23 [paul] 0.8.1claws107
2911 * src/mainwindow.[ch]
2913 give full control of display or non-display
2914 of the Execute icon to Custom toolbar settings.
2915 add new sensitivity condition to maninwindow.h:
2921 more sync with 0.8.1cvs29
2923 2002-08-23 [melvin] 0.8.1claws106
2926 Readded support for custom widget in alertpanel lost in last
2929 2002-08-23 [paul] 0.8.1claws105
2931 * sync with 0.8.1cvs29
2932 see ChangeLog 2002-08-23
2934 2002-08-23 [colin] 0.8.1claws104
2937 Fix folder and search pixmaps exchanging positions
2938 after theme or toolbar changes. Thank to Oliver for
2941 2002-08-23 [colin] 0.8.1claws103
2944 src/messageview.[ch]
2947 Changed messageview_create() and noticeview_create()
2948 to avoid the last gdk_warning
2950 2002-08-22 [colin] 0.8.1claws102
2953 Fix my new `Creating pixmap from xpm' warning
2955 2002-08-22 [colin] 0.8.1claws101
2958 Fix some of the gdk warnings
2960 2002-08-22 [colin] 0.8.1claws100
2963 * src/stock_pixmap.c
2964 * src/stock_pixmap.h
2965 * src/pixmaps/quicksearch.xpm *ADDED*
2966 Add the quicksearch pixmap
2970 Make quicksearch bar visible/hidden via a button
2972 2002-08-22 [christoph] 0.8.1claws99
2975 fix folder update for newsgroups with message
2976 numbers below minimum number of articles to fetch
2977 (closes bug #598445)
2979 2002-08-22 [paul] 0.8.1claws98
2981 * sync with 0.8.1cvs28
2982 see ChangeLog 2002-08-22
2984 2002-08-21 [alfons] 0.8.1claws97
2987 use bt instead of bt full which seems to work
2988 better, and bt full doesn't give a great deal
2989 of information anyway
2991 2002-08-21 [colin] 0.8.1claws96
2994 fix summaryview_searchtype_changed prototype
2996 2002-08-21 [christoph] 0.8.1claws95
2999 o fix broken menu update for sorting type, we have to
3000 get this info from the summaryview now
3001 o removed setting of threaded state in menu callback
3002 * src/summaryview.[ch]
3003 more summaryview/folderitem seperation for
3006 removed not required --with-compiler-flags option
3008 2002-08-21 [oliver] 0.8.1claws94
3011 o rename toolbar.xml to toolbar_main.xml
3012 since toolbar_compose.xml might come up
3017 2002-08-21 [darko] 0.8.1claws93
3020 don't reset tmp flags for messages copied
3023 2002-08-21 [colin] 0.8.1claws92
3025 * src/prefs_filtering.c
3026 fix renaming rules on folder rename
3027 when folder is not a leaf folder
3029 2002-08-21 [paul] 0.8.1claws91
3031 * src/prefs_folder_item.c
3032 fix alignment of colour selector
3034 2002-08-21 [paul] 0.8.1claws90
3036 * sync with 0.8.1cvs27
3037 see ChangeLog 2002-08-21
3039 2002-08-21 [paul] 0.8.1claws89
3042 fix crash when changing field type in
3045 2002-08-21 [colin] 0.8.1claws88
3048 Made quick search case-insensitive
3050 2002-08-21 [paul] 0.8.1claws87
3052 * sync with 0.8.1cvs26
3053 see ChangeLog 2002-08-21
3055 2002-08-20 [christoph] 0.8.1claws86
3059 * src/summaryview.[ch]
3060 more summaryview/folderitem seperation for
3061 sort_key and sort_type
3063 added missing return statement
3065 2002-08-20 [colin] 0.8.1claws85
3067 * src/summaryview.[ch]
3068 Added a quick search box
3070 * src/prefs_common.[ch]
3071 Added a show/hide option for the quick search
3073 2002-08-20 [oliver] 0.8.1claws84
3076 remove toolbar_create_popups
3078 o remove toolbar_create_popups
3079 o fix toolbar_set_sensitive
3080 (Bug reports #596834 and #596832)
3081 * src/prefs_toolbar.c
3082 o add "Set default" button
3083 o align label and text + combo widgets
3085 2002-08-20 [hoa] 0.8.1claws83bis
3088 fixed a bug in imap_fetch_msginfo() in case there is no
3091 2002-08-20 [darko] 0.8.1claws83
3094 copy the color style of folder view so it
3095 works with GTK themes
3097 2002-08-20 [darko] 0.8.1claws82
3101 * src/prefs_folder_item.[hc]
3102 don't use UI stuff in folder.h
3104 2002-08-20 [darko] 0.8.1claws81
3107 * src/prefs_folder_item.h
3109 * src/prefs_folder_item.c
3110 ability to set folder color in folderview
3112 2002-08-19 [alfons] 0.8.1claws80
3115 fix one of the earlier memleaks reported by Martin Kluge
3117 2002-08-19 [alfons] 0.8.1claws79
3120 hide notice view when selecting seperate folder
3121 view (reported by Urke MMI)
3123 2002-08-19 [christoph] 0.8.1claws78
3126 * src/prefs_folder_item.h
3127 * src/summaryview.[ch]
3128 o add summary_set_prefs_from_folderitem to set
3129 summaryview prefs (first step to remove all
3130 references to the folderitem in summaryview)
3131 o moved compiled regex stuff from folderitem prefs
3134 2002-08-19 [paul] 0.8.1claws77
3137 add check for '.' to QUOTE_IF_REQUIRED
3139 2002-08-19 [paul] 0.8.1claws76
3142 sync with 0.8.1cvs25 (plug memory leak)
3144 * src/prefs_toolbar.c
3145 re-order prefs_toolbar_cancel()
3147 2002-08-18 [alfons] 0.8.1claws75
3151 plug other memleaks reported by Martin Kluge
3153 2002-08-18 [paul] 0.8.1claws74
3156 updated by Fabio Jr. Beneditto
3158 2002-08-18 [paul] 0.8.1claws73
3161 fix bug where tooltips were displayed untranslated
3163 * src/prefs_toolbar.c
3164 fix bug where clicking 'Cancel' creates an icon & text
3165 toolbar regardless of prefs
3168 2002-08-17 [oliver] 0.8.1claws72
3170 * src/prefs_toolbar.c
3171 update toolbar on CANCEL
3172 bug reported by Martin Kluge
3174 toolbar_destroy memleak fixed
3176 2002-08-17 [alfons] 0.8.1claws71
3179 plug another memleak reported by Martin Kluge
3181 2002-08-16 [alfons] 0.8.1claws70
3184 use execvp() correctly (suggested by wwp; thanks!)
3186 2002-08-16 [alfons] 0.8.1claws69
3189 plug memory leak reported by Kim Schultz & Martin Kluge
3191 2002-08-16 [paul] 0.8.1claws68
3194 updated by Ricardo Mones Lastra
3196 2002-08-16 [paul] 0.8.1claws67
3199 fix bug where 'Compose News' icon showed wrong
3202 2002-08-16 [paul] 0.8.1claws66
3204 * sync with 0.8.1cvs24
3205 see ChangeLog 2002-08-16
3208 updated by Alessandro Maestri
3210 2002-08-15 [paul] 0.8.1claws65
3215 2002-08-15 [paul] 0.8.1claws64
3218 don't translate debug info
3223 2002-08-15 [paul] 0.8.1claws63
3225 * src/prefs_toolbar.c
3226 fix bug where clicking 'OK' creates an icon & text
3227 toolbar regardless of prefs
3229 2002-08-14 [alfons] 0.8.1claws62
3232 add global var that has the full argv[0]
3234 o execvp the correct sylpheed by using argv0
3235 and setting the correct work dir
3238 2002-08-14 [oliver] 0.8.1claws61
3240 * enable/disable Toolbar Action Buttons
3244 * src/prefs_toolbar.c
3246 2002-08-14 [melvin] 0.8.1claws60
3249 Updated French translations
3251 2002-08-14 [melvin] 0.8.1claws59
3254 Made bug report not translatable
3256 Fixed exporthtml_build_filespec() return value
3258 Fixed incorrect include file
3260 * src/prefs_actions.c
3261 * src/prefs_toolbar.c
3262 Made debug info not translatable
3265 Added missing includes
3266 * src/prefs_common.c
3269 2002-08-14 [paul] 0.8.1claws58
3271 * faq/es/sylpheed-faq.html
3272 faq/es/sylpheed-faq-[1-3].html
3273 faq/es/sylpheed-faq-4.html **NEW FILE **
3276 2002-08-13 [christoph] 0.8.1claws57
3279 ignore thread fix that did not mark all
3280 child nodes of a ignored thread as
3281 ignored. Does not work perfectly yet,
3282 but it is better now
3284 2002-08-13 [alfons] 0.8.1claws56
3287 o implement 'save crash log'
3290 2002-08-13 [melvin] 0.8.1claws55
3293 removed unrequired "execinfo.h" header
3295 2002-08-12 [paul] 0.8.1claws54
3297 * faq/en/sylpheed-faq.html
3298 faq/en/sylpheed-faq-[1-3].html
3299 faq/en/sylpheed-faq-4.html **NEW FILE **
3302 2002-08-12 [alfons] 0.8.1claws53
3305 add crash.c to translatables
3307 bring in Leandro's crash dialog
3309 2002-08-11 [alfons] 0.8.1claws52
3312 clean up some warnings
3314 2002-08-11 [alfons] 0.8.1claws51
3318 * src/crash.[ch] ** NEW FILES **
3320 initial gdb crash handler
3322 2002-08-11 [paul] 0.8.1claws50
3324 * src/prefs_toolbar.c
3325 replace Up/Down arrow pixmaps with text to be
3326 consistent across icon themes
3328 2002-08-11 [paul] 0.8.1claws49
3330 * src/prefs_common.c
3332 rename 'Pixmap' -> 'Icon'
3335 rename 'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
3337 2002-08-10 [paul] 0.8.1claws48
3339 * src/prefs_toolbar.c
3342 2002-08-10 [paul] 0.8.1claws47
3345 don't write Processing progress to status bar
3346 patch submitted by Alexander Evseev
3348 * src/prefs_toolbar.c
3349 re-position and resize window
3350 make window assume correct size on first call
3352 2002-08-10 [paul] 0.8.1claws46
3359 follow UI text conventions
3361 2002-08-10 [alfons] 0.8.1claws45
3364 correct pixmap for delete action
3366 2002-08-10 [paul] 0.8.1claws44
3369 updated by Fabio Jr. Beneditto
3371 2002-08-10 [paul] 0.8.1claws43
3374 add custom toolbar files
3376 2002-08-10 [paul] 0.8.1claws42
3378 * sync with 0.8.1cvs22
3379 see ChangeLog 2002-08-09
3381 2002-08-09 [paul] 0.8.1claws41
3385 tools/outlook2sylpheed.pl ** NEW FILE **
3386 add script to convert exported Outlook
3387 contacts list to a Sylpheed addressbook.
3388 Submitted by Ricardo Mones Lastra.
3390 2002-08-09 [paul] 0.8.1claws40
3394 po/sr.po ** NEW FILE **
3395 add Serbian message catalog. Submitted by
3396 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>
3398 2002-08-09 [paul] 0.8.1claws39
3400 * sync with 0.8.1cvs21
3401 see ChangeLog 2002-08-08
3403 2002-08-08 [oliver] 0.8.1claws38
3406 move Custom Toolbar to Configuration menu
3408 2002-08-08 [oliver] 0.8.1claws37
3410 * src/prefs_toolbar.c
3411 fix substitute pixmap bug
3413 2002-08-08 [paul] 0.8.1claws36
3415 * sync with 0.8.1cvs19
3416 see ChangeLog 2002-08-08
3418 2002-08-07 [christoph] 0.8.1claws35
3421 fixed a memory leak in new canonicalize_file_replace
3423 2002-08-07 [christoph] 0.8.1claws34
3426 o canonicalize_file_replace should create the temporary
3427 file in the same directory as the original file.
3428 o added get_tmpfile_in_dir that creates a temorary file
3429 in a specified directory.
3431 2002-08-07 [melvin] 0.8.1claws33
3434 fixed bug where 'Article' button acted as 'Email' button.
3436 2002-08-07 [paul] 0.8.1claws32
3438 * sync with 0.8.1.cvs17
3439 see ChangeLog 2002-08-07
3441 2002-08-07 [colin] 0.8.1claws31
3444 fix mass-cancel problem
3446 2002-08-07 [thorsten] 0.8.1claws30
3448 * src/prefs_toolbar.c
3449 fix: crash on replace or add new button
3451 fix: close xmlfile after reading
3453 fix: unlink() file before rename()
3455 2002-08-06 [paul] 0.8.1claws29
3457 * sync with 0.8.cvs15
3458 see ChangeLog 2002-08-06
3460 2002-08-06 [oliver] 0.8.1claws28
3463 * src/prefs_toolbar.c
3464 fixed empty toolbar issue
3466 2002-08-06 [oliver] 0.8.1claws27
3468 * Custom Toolbar Final
3472 o toolbar stuff now lives in src/toolbar.[ch]
3473 o main_window_toolbar_* functions are renamed to
3474 toolbar_* reflecting their new source file
3475 * src/mainwindow.[ch]
3476 o remove toolbar stuff
3478 2002-08-06 [oliver] 0.8.1claws26
3481 * src/prefs_toolbar.[ch] **New File**
3482 * src/toolbar.[ch] **New File**
3483 o prefs_toolbar.[ch] custom toolbar frontend
3484 o toolbar.[ch] backend
3486 2002-08-06 [oliver] 0.8.1claws25
3488 * src/prefs_actions.[ch]
3489 o new exported function actions_execute
3491 2002-08-06 [paul] 0.8.1claws24
3493 * sync with 0.8.1cvs4
3494 see ChangeLog 2002-08-06
3496 2002-08-06 [paul] 0.8.1claws23
3498 * sync with 0.8.1cvs13
3499 see ChangeLog 2002-08-06
3501 2002-08-06 [paul] 0.8.1claws22
3503 * sync with 0.8.1cvs12
3504 see ChangeLog 2002-08-05 and 2002-08-06
3506 2002-08-06 [match] 0.8.1claws21
3509 improvements to cut/copy/paste address
3511 2002-08-05 [match] 0.8.1claws20
3518 fixes to improve cut/copy/paste
3520 2002-08-06 [melvin] 0.8.1claws19
3523 account_find_all_from_address(): new function that returns the
3524 list of all accounts that are matched in an address.
3525 * src/alertpanel.[ch]
3526 alertpanel() now accepts a custom widget
3527 alertpanel_with_widget(): new function that pops up a panel with
3528 a custom widget in it
3530 gtkut_account_menu_new(): new function that allows the selection
3531 of an account from a list of accounts.
3533 Extended Return Receipt notification to select the correct
3534 account and to make a security test on the Delivery-Notification
3535 address which should be the same as the Return-Path.
3537 2002-08-06 [thorsten] 0.8.1claws18
3540 attach_all: save unnamed as "noname.%d",
3541 dont free static dirname
3543 2002-08-05 [alfons] 0.8.1claws17
3546 detect XIM by trying to link rather than compile a XIM program
3548 2002-08-05 [oliver] 0.8.1claws16
3550 * src/stock_pixmap.[ch]
3551 o add UP_ARROW to available pixmaps (already in pixmap-directory)
3552 o new func to retrieve pixmaps
3554 2002-08-05 [paul] 0.8.1claws15
3556 * sync with 0.8.1cvs10
3557 see ChangeLog 2002-08-05
3559 2002-08-04 [alfons] 0.8.1claws14
3562 see if this plugs memleak
3564 2002-08-04 [melvin] 0.8.1claws13
3567 fixed bug that could crash Sylpheed when highlighting
3568 all misspelled words.
3570 2002-08-03 [melvin] 0.8.1claws12
3572 * src/prefs_actions.c
3573 removed unnecessary checks for NULL introduced in 0.8.1claws11.
3575 fixed bug where the Return Receipt was sent to
3576 Delivery-Notification-To address even if it was not present
3578 2002-08-02 [alfons] 0.8.1claws11
3580 * src/prefs_actions.c
3581 o more check for NULLs
3582 o put create_io_dialog() in right conditional block
3584 2002-08-02 [paul] 0.8.1claws10
3587 updated by Ricardo Mones Lastra
3589 2002-08-01 [christoph] 0.8.1claws9
3592 don't free the cache of the opened
3593 folder in the summaryview
3595 don't unset flags, if it is not required
3597 2002-08-01 [paul] 0.8.1claws8
3599 * sync with 0.8.1cvs8
3600 see ChangeLog entry 2002-08-01
3602 2002-08-01 [paul] 0.8.1claws7
3604 * sync with 0.8.1cvs7
3605 see ChangeLog 2002-07-31 and 2002-08-01
3607 2002-07-31 [christoph] 0.8.1claws6
3610 forgot to update menu sensitivity
3611 function for new menu entry
3613 2002-07-31 [alfons] 0.8.1claws5
3616 check folder item and its path for NULL on
3619 2002-07-31 [christoph] 0.8.1claws4
3622 check if folder_item_get_msginfo in
3623 folder_item_remove_msg returned NULL
3625 better clear the uid cache in the
3626 uid validity check function and delete
3629 2002-07-31 [paul] 0.8.1claws3
3632 add the '--attach' option and a few other
3635 2002-07-31 [paul] 0.8.1claws2
3637 * sync with 0.8.1cvs5
3638 see ChangeLog 2002-07-31
3640 2002-07-31 [christoph] 0.8.1claws1
3642 * src/folderview.[ch]
3644 replace "Rescan all folders..." with
3645 "Check all folders for new messages..."
3647 2002-07-30 [paul] 0.8.1claws
3649 * version 0.8.1claws released
3651 2002-07-30 [paul] 0.8.0claws29
3653 * tools/OOo2sylpheed.pl ** NEW FILE **
3655 add script to enable sending documents as
3656 attachments from OpenOffice.org
3658 2002-07-30 [melvin] 0.8.0claws28
3660 * src/prefs_actions.c
3661 Made the actions' input/output dialog display
3664 2002-07-30 [christoph] 0.8.0claws27
3667 check if folder_item_get_msginfo in
3668 procmsg_save_to_outbox returned NULL
3670 2002-07-30 [paul] 0.8.0claws26
3672 * sync with 0.8.1cvs4
3673 see ChangeLog 2002-07-29
3675 2002-07-29 [thorsten] 0.8.0claws25
3678 added selective download, delete on server
3680 2002-07-29 [paul] 0.8.0claws24
3682 * sync with 0.8.1cvs3
3683 see ChangeLog 2002-07-29
3685 2002-07-27 [christoph] 0.8.0claws23
3688 add extra check if fetching the msginfo
3691 2002-07-27 [paul] 0.8.0claws22
3693 * sync with 0.8.1cvs2
3694 see ChangeLog 2002-07-26
3696 2002-07-27 [christoph] 0.8.0claws21
3699 add another check if a valid msginfo
3702 2002-07-26 [hoa] 0.8.0claws20
3705 Fixed a condition in folder_item_destroy()
3708 Fixed an error in IMAP protocol
3710 2002-07-26 [alfons] 0.8.0claws19
3713 ofcourse compare with identifier, not the path
3715 2002-07-26 [alfons] 0.8.0claws18
3718 use folder item identifier for saving / restoring
3719 preferences because folder->path might not be unique
3721 2002-07-26 [melvin] 0.8.0claws17
3724 Fixed a crash introduced in 0.8.0claws5 when log is
3725 cut under 80 characters.
3727 2002-07-26 [paul] 0.8.0claws16
3729 * sync with 0.8.1cvs1
3730 see ChangeLog 2002-07-26
3732 2002-07-26 [christoph] 0.8.0claws15
3735 imap folder now remembers the last selected
3736 folder and imap_fetch_msginfo skips selecting
3737 the folder if it is already selected
3739 2002-07-26 [christoph] 0.8.0claws14
3744 fix imap folder rescanning