1 2002-10-08 [paul] 0.8.5claws
5 2002-10-07 [paul] 0.8.3claws53
10 updated messages catalogs, submitted by
11 Alessandro Maestri, Fabio Jr.Beneditto
12 and Urke MMI, respectively.
14 2002-10-07 [christoph] 0.8.3claws52
19 fix new folder ghost message bug
20 (closes bug [ 619722 ] wrong count for newly created folders)
22 2002-10-07 [christoph] 0.8.3claws51
25 fix news posting problem
27 2002-10-07 [melvin] 0.8.3claws50
30 Updated French translation
32 2002-10-05 [christoph] 0.8.3claws49
35 check if line_start_cache is set in gtk_stext_update_text
36 (closes bug [ 618119 ] crash while doing search in folder)
38 2002-10-05 [christoph] 0.8.3claws48
44 implement cache cleanups for claws' folder system
45 (closes bug [ 595916 ] imapcache not cleaned up)
47 2002-10-05 [melvin] 0.8.3claws47
50 Made the help text more clear for the %p token
52 2002-10-04 [paul] 0.8.3claws46
55 see ChangeLog 2002-10-02 and 2002-10-03
57 2002-10-04 [christoph] 0.8.3claws45
60 fix segfault caused by pop before smtp
61 call to inc_account_mail with NULL
64 2002-10-04 [paul] 0.8.3claws44
67 sync the LDAP detection from 0.8.5cvs1
69 2002-10-02 [christoph] 0.8.3claws43
72 fix small spelling error
74 2002-10-02 [melvin] 0.8.3claws42
77 Behave better and say "no" when test program cannot be run.
79 2002-10-02 [paul] 0.8.3claws41
82 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
85 toggle the behavior of Reply menuitem between
86 normal reply and reply-to-list
88 2002-10-01 [sergey] 0.8.3claws40
91 Convert newlines in the message text to the canonical form
92 before base64 encoding (RFC2045 compliance, fixes some
93 interoperability issues with Evolution 1.0.3)
95 2002-09-29 [colin] 0.8.3claws39
98 Fix an unwanted copy/paste
100 2002-09-29 [colin] 0.8.3claws38
103 Renamed "Custom toolbar" to "Customize toolbar"
104 Renamed "Show all header" to "Show all headers"
105 Renamed "Set diplay item" to "Set displayed items"
107 Renamed "Show all header" to "Show all headers"
108 * src/prefs_summary_column.c
109 Renamed "diplay item" to "displayed items"
111 2002-09-29 [colin] 0.8.3claws37
113 * src/mainwindow.[ch]
114 online/offline status pixmaps follow theme
116 * src/summaryview.[ch]
117 quicksearch pixmap follows theme changes
119 2002-09-29 [thorsten] 0.8.3claws36
122 src/prefs_folder_item.[ch]
123 add default_reply_to folder option (closes patch 581044)
125 2002-09-29 [christoph] 0.8.3claws35
127 * acconfig.h ** REMOVED **
131 * ac/gnupg-check-typedef.m4
132 fix autoheader 2.50 warning
134 2002-09-29 [christoph] 0.8.3claws34
136 * major code cleanup (part 2)
138 - unused variables removed
139 - unused functions removed
140 - uninitialized variables checked
141 - missing return statements added
142 - missing function return types added
143 - added parentheses around assignment
144 when suggested by gcc
146 2002-09-29 [alfons] 0.8.3claws33
149 log_window_clear(): only bracket gtk_text_forward_delete()
150 with gtk_text_freeze() / gtk_text_thaw() (see if this
151 works around GTK text bug)
153 2002-09-29 [paul] 0.8.3claws32
157 updated by George Danchev and Urke MMI
160 2002-09-27 [christoph] 0.8.3claws31
163 * doc-src/rfc1806.txt ** REMOVED **
164 * doc-src/rfc2183.txt ** NEW FILE **
165 * doc-src/rfc2980.txt ** NEW FILE **
168 2002-09-27 [melvin] 0.8.3claws30
171 Fixed typo which could break linking
173 2002-09-27 [melvin] 0.8.3claws29
176 Improved GNU/aspell checking.
179 2002-09-27 [paul] 0.8.3claws28
181 * sync with 0.8.3cvs8
182 see ChangeLog 2002-09-27
184 2002-09-26 [colin] 0.8.3claws27
188 Add "Reply to Mailing-list" to the toolbar
190 2002-09-26 [christoph] 0.8.3claws26
193 Fix wrong message counts in summaryview status
195 2002-09-26 [paul] 0.8.3claws25
197 * sync with 0.8.3cvs7
198 see ChangeLog 2002-09-26
200 2002-09-26 [paul] 0.8.3claws24
202 * sync with 0.8.3cvs6
203 see ChangeLog 2002-09-25
205 2002-09-25 [christoph] 0.8.3claws23
208 * src/prefs_folder_item.c
209 * src/prefs_scoring.c
210 Renamed "kill score" to "hide score" in GUI
213 2002-09-25 [paul] 0.8.3claws22
215 * sync with 0.8.3cvs5
216 see ChangeLog 2002-09-24
218 2002-09-24 [alfons] 0.8.3claws21
220 patch by Satoshi Nagayasu: allows appending / saving multiple
221 selected files (closes "[ 612279 ] save multiple mesg(s) in
227 summary_save_as(): allow saving selected files to
229 summary_set_menu_sensitive: enable "Save As..." when
230 multiple files are selected
232 append_file(): new function
234 2002-09-24 [colin] 0.8.3claws20
237 Fix segfault when mimeinfo doesn't have a
240 2002-09-24 [colin] 0.8.3claws19
242 * src/prefs_common.[ch]
243 Add a preference to display send dialog or not
245 Display send dialog according to preference
247 2002-09-24 [colin] 0.8.3claws18
250 Disable user actions when sending
252 2002-09-24 [colin] 0.8.3claws17
255 Do not display name or filename for attachments
256 with an application/pgp-signature type
257 (security flaw, see bug 537413)
259 2002-09-23 [colin] 0.8.3claws16
262 Initialize entry_email, entry_alias and
263 entry_remarks to first email address of the list
265 2002-09-23 [colin] 0.83claws15
268 Drop pgp-signature when reediting a signed queued
271 2002-09-23 [melvin] 0.8.3claws14
274 Updated French translation
276 2002-09-23 [melvin] 0.8.3claws13
279 Made custom toolbar menu labels more consistent
280 * src/prefs_toolbar.c
281 Made custom toolbar window title more consistent
283 2002-09-22 [colin] 0.8.3claws12
286 Initialize session type to normal before getting
287 mail (fixes strange Get behaviour)
288 * src/prefs_account.h
289 Move STYPE_POP_BEFORE_SMTP to last position to
290 avoid other side-effects
292 2002-09-22 [colin] 0.8.3claws11
294 * src/prefs_account.c
295 Fix pop_bfr_smtp_tm_entry sensivity when switching
296 from pop3 to apop or vice-versa
298 2002-09-22 [colin] 0.8.3claws10
300 * src/prefs_account.[ch]
301 Add an option for the POP before SMTP timeout
303 Remember time of last POP connection
305 Do POP before SMTP only if timeout reached
307 2002-09-22 [oliver] 0.8.3claws9
310 explain custom toolbar
312 2002-09-22 [oliver] 0.8.3claws8
314 * src/prefs_actions.[ch]
315 custom toolbar for compose
316 actions callback from compose toolbar
318 remove include toolbar.h
320 2002-09-22 [oliver] 0.8.3claws7
322 * src/prefs_toolbar.[ch]
323 custom toolbar for compose
324 - generic prefs_toolbar handles both
325 Mainwin's toolbar as well as Compose toolbar
327 2002-09-22 [oliver] 0.8.3claws6
330 custom toolbar for compose
331 restructure toolbar.[ch]
333 2002-09-22 [oliver] 0.8.3claws5
336 custom toolbar for compose
338 2002-09-22 [oliver] 0.8.3claws4
340 * src/mainwindow.[ch]
341 custom toolbar for compose
342 move mainwin toolbar back to mainwindow
344 2002-09-22 [alfons] 0.8.3claws3
351 2002-09-22 [alfons] 0.8.3claws2
354 procmsg_save_to_outbox(): don't unlink message file from queue;
355 callers should do it using folder_item_remove_msg()
357 2002-09-22 [colin] 0.8.3claws1
360 Made mimeview_check_signature() public
362 Made GPG signatures verifiable by clicking
363 the [application/pgp-signature] in the Text
366 2002-09-22 [paul] 0.8.3claws
375 updated translations, submitted by George Danchev,
376 me, Ricardo Mones Lastra, Alessandro Maestri,
377 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto
378 and Urke MMI, respectively.
380 2002-09-22 [alfons] 0.8.2claws65
384 no furry valgrinds have been used to plug these memleaks
386 2002-09-20 [paul] 0.8.2claws64
388 * sync with 0.8.3cvs4
389 'Select thread' re-implemented
390 see ChangeLog 2002-09-20
392 2002-09-21 [alfons] 0.8.2claws63
395 compose_send(): plug unnoticed memleak
397 2002-09-20 [alfons] 0.8.2claws62
400 replace_address_in_edit(): strict check for NULL address to
401 fix "[ 607348 ] Segfault in address completion". My guess is
402 that this happens with an empty address book, but it's good
403 to have this check here anyway
405 completion_window_button_press(): free string returned
406 from the internal cache
408 2002-09-20 [christoph] 0.8.2claws61
411 added ENC_BINARY to EncodingType
413 the string returned by procmime_get_encoding_str
414 should not depend on the order of values in the
415 EncodingType definition
416 * doc-src/rfc1806.txt ** NEW FILE **
417 Added rfc1806 about MIME Content-Disposition
420 2002-09-19 [paul] 0.8.2claws60
422 * sync with 0.8.2cvs3
423 see ChangeLog 2002-09-19
425 2002-09-19 [paul] 0.8.2claws59
427 * src/prefs_folder_item.c
428 revert to Darko's original alignment of colour
430 add a colon to folder_color label
433 add Colin's patch (with Hiro's modifications) to
434 force BASE64 encoding for 8-bit text when signing
435 (sync with 0.8.3cvs2)
437 2002-09-18 [alfons] 0.8.2claws58
442 (beautify a little bit)
444 2002-09-18 [christoph] 0.8.2claws57
447 fix handling of fgetc return value
449 2002-09-17 [alfons] 0.8.2claws56
452 summary_sort(): check non-NULL summaryview->folder_item when no
453 folder is selected at all
454 (closes "[ 610344 ] sort label make syl Crash")
456 2002-09-17 [alfons] 0.8.2claws55
459 beautify a little bit
461 2002-09-17 [christoph] 0.8.2claws54
464 initialize max values for cache and folder
465 when cache or folder is empty
467 2002-09-15 [colin] 0.8.2claws53
470 Fix a leak (thanks Alfons!) and cleaned
471 variables names for custom headers
473 2002-09-15 [colin] 0.8.2claws52
476 Fix custom headers recognition when
477 prefs_common.trans_hdr is on
479 2002-09-15 [colin] 0.8.2claws51
482 Allow dynamically-added custom headers
483 Yet not reparsed if reedited
485 2002-09-15 [alfons] 0.8.2claws50
487 * src/prefs_account.c
490 2002-09-15 [colin] 0.8.2claws49
492 * src/prefs_account.c
493 fix pop_before_smtp sensitivity
495 2002-09-15 [colin] 0.8.2claws48
498 add inc_pop_before_smtp()
499 allow MainWindow to be undefined in
500 inc_account_mail() and inc_start()
503 add STYPE_POP_BEFORE_SMTP session type
504 * src/prefs_account.c
505 activated pop before smtp option
507 do pop before smtp if the relevant option
510 2002-09-15 [paul] 0.8.2claws47
513 see ChangeLog 2002-09-15
515 2002-09-14 [paul] 0.8.2claws46
518 updated Bulgarian translation, submitted by
521 2002-09-13 [paul] 0.8.2claws45
524 merge claws' select_account() with main's
525 (new) compose_select_account(). [sync with
526 0.8.2cvs15, see ChangeLog 2002-09-11]
528 2002-09-12 [christoph] 0.8.2claws44
531 allocate 1 elements of FolderItem not 0
533 2002-09-12 [colin] 0.8.2claws43
536 Fix bug #590825 (obey Follow-up: poster)
538 2002-09-12 [colin] 0.8.2claws42
541 Fix bug #557009 (wrong headers for messages
542 forwarded as attachments)
544 2002-09-11 [colin] 0.8.2claws41
547 Put SCF: pseudo-header on top of message
548 Set draft tmp_flag when saved as draft
552 Skip after first \n\n for beginning of real message
555 2002-09-11 [christoph] 0.8.2claws40
558 use procmsg flag functions in filtering or processing
559 will cause incorrect folder message counts
561 2002-09-11 [colin] 0.8.2claws39
564 Fix bug #550175 - wrong save folder when reediting
567 2002-09-11 [paul] 0.8.2claws38
569 * sync with 0.8.2cvs14
570 see ChangeLog 2002-09-11
572 2002-09-11 [colin] 0.8.2claws37
575 Fix a typo (seeming to cause new/unread status to
578 2002-09-10 [christoph] 0.8.2claws36
581 compose_redirect should not use compose_generic_new
582 because that does more stuff than expected including
583 opening the external editor
584 (closes bug "[ 526608 ] bounced messages appear blank
587 2002-09-10 [christoph] 0.8.2claws35
590 fix problem with too large message number range
591 causing a crash in folder_item_scan
593 2002-09-10 [paul] 0.8.2claws34
595 * sync with 0.8.2cvs13
596 see ChangeLog 2002-09-10
598 2002-09-10 [christoph] 0.8.2claws33
601 set MsgInfo TmpFlags for queue and draft folders
602 (closes bug "[ 591676 ] Queue ignore MIME on restart")
604 2002-09-10 [paul] 0.8.2claws32
607 po/bg.po ** NEW FILE **
608 new Bulgarian translation submitted by
609 George Danchev <danchev@spnet.net>
613 tools/tb2sylpheed ** NEW FILE **
614 add script that converts an addressbook exported
615 from The Bat! into a Sylpheed addressbook. Submitted
616 by Urke MMI <urke-kg@eunet.yu>
618 2002-09-10 [paul] 0.8.2claws31
620 * sync with 0.8.2cvs12
621 see ChangeLog 2002-09-10
623 2002-09-06 [paul] 0.8.2claws30
626 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
630 tools/ldif-to-xml.py ** REMOVED **
631 remove obsolete python script
633 2002-09-06 [paul] 0.8.2claws29
635 * sync with 0.8.2cvs10
636 see ChangeLog 2002-09-06
638 2002-09-04 [paul] 0.8.2claws28
640 * sync with 0.8.2cvs9
641 see ChangeLog 2002-08-04
643 2002-09-04 [colin] 0.8.2claws27
645 * src/prefs_common.[ch]
646 Added signature color configuration
648 Use user-specified signature color
650 2002-09-03 [colin] 0.8.2claws26
652 * src/prefs_common.[ch]
653 Added autosave and autosave_length prefs
655 Added compose_remove_draft()
656 Auto-save drafts according to the prefs
658 Added a crash-indicator file, allowing to check
659 for new messages on startup if Sylpheed crashed
660 (makes saved drafts "reappear")
662 2002-09-03 [colin] 0.8.2claws25
667 2002-09-03 [paul] 0.8.2claws24
669 * sync with 0.8.2cvs8
670 see ChangeLog 2002-09-02 and 2002-09-03
672 2002-09-03 [darko] 0.8.2claws23
675 use normal style when creating new folder to pick
678 2002-09-02 [melvin] 0.8.2claws22
681 removed some obsolete code
683 2002-09-02 [melvin] 0.8.2claws21
686 fixed test's equality sign (== to =)
688 2002-09-02 [alfons] 0.8.2claws20
692 revert change of 0.8.2claws16 and use the mh_folder_destroy
693 as folder->destroy virtual as suggested by Hiro
694 (the mh.c code seems to have been lost around mh.c.1.21)
696 2002-09-02 [paul] 0.8.2claws19
699 updated by Fabio Jr. Beneditto
702 use 'http://claws.sylpheed.org' for homepage link.
703 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
705 2002-09-01 [alfons] 0.8.2claws18
708 plug memleak related to one Martin Kluge found
710 2002-08-31 [paul] 0.8.2claws17
712 * sync with 0.8.2cvs6
713 see ChangeLog 2002-08-30
715 2002-08-31 [alfons] 0.8.2claws16
718 folder_destroy(): remove mailbox from folderlist even if it has
721 2002-08-31 [alfons] 0.8.2claws15
726 (being pedantic I know)
728 2002-08-31 [alfons] 0.8.2claws14
731 check for NULL pointers returned from folder->fetch_msginfo virtual
732 (should solve some reported crashes)
734 2002-08-30 [alfons] 0.8.2claws13
739 enable crash dialog on compilation time
740 (--enable-crash-dialog configure option)
742 2002-08-30 [alfons] 0.8.2claws12
747 apply memory leak plug patch by Martin Kluge
748 (closes patch "[ 602568 ] patch for 602441 little memory leak",
749 bug "[ 599677 ] Very small memory leak in 0.81claws115",
750 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
752 2002-08-30 [darko] 0.8.2claws11
755 copy Gtk style from normal style to match
756 font size for coloured folders
758 2002-08-29 [alfons] 0.8.2claws10
761 Type=Internet <- Type=Application
762 (reported by Michael Schwendt, see:
763 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
764 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
766 2002-08-29 [paul] 0.8.2claws9
768 * sync with 0.8.2cvs5
769 see ChangeLog 2002-08-29
771 2002-08-29 [colin] 0.8.2claws8
774 Added a sanity check in summary_select_thread
775 Should fix bug 601605
777 2002-08-29 [colin] 0.8.2claws7
780 Revert claws6 changes regarding bug #591676
782 2002-08-28 [colin] 0.8.2claws6
785 Ignore cache for queue folderitems
788 2002-08-28 [melvin] 0.8.2claws5
793 2002-08-28 [melvin] 0.8.2claws4
796 Updated a bit the text concerning the spell checker
798 2002-08-28 [melvin] 0.8.2claws3
800 Merged the GNU_aspell_branch:
801 Support of new GNU/aspell is now included and the old pspell
802 is not supported anymore.
806 Updated spell checker text to reflect the switch to GNU/aspell
808 * ac/aspell.m4 *** NEW ***
809 * src/gtkaspell.[ch] *** NEW ***
810 * ac/pspell.m4 *** DELETED ***
811 * src/gtkspell.[ch] *** DELETED ***
814 Updated for GNU/aspell support
817 Replaced gtkspell.c by gtkaspell.c
825 * src/prefs_common.[ch]
826 Updated for GNU/aspell support
828 2002-08-28 [paul] 0.8.2claws2
830 * sync with 0.8.2cvs4
831 see ChangeLog 2002-08-27 and 2002-08-28
833 2002-08-28 [colin] 0.8.2claws1
835 * src/summary_search.c
838 2002-08-28 [jens] 0.8.2claws
841 Updated German translations
843 2002-08-27 [melvin] 0.8.2claws
846 Updated French translations
848 2002-08-27 [paul] 0.8.2claws
850 * sync with 0.8.2 main release
858 updated message catalogs submitted by
859 Ricardo Mones Lastra, Alessandro Maestri,
860 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
861 Beneditto and Urke MMI
863 2002-08-27 [hoa] 0.8.1claws123
865 * src/mainwindow.[ch]
866 * src/summaryview.[ch]
867 removed the "filter setting" menu option.
868 add a "cancel a news message" menu option.
870 2002-08-26 [martin] 0.8.1claws122
873 changed string under 0.8.1claws79 changed by myself
876 2002-08-26 [martin] 0.8.1claws121
879 added kill command to debuggerrc to start crash dialog
881 2002-08-26 [paul] 0.8.1claws120
883 * sync with 0.8.1cvs31
884 see ChangeLog 2002-08-26
886 2002-08-25 [alfons] 0.8.1claws119
889 fix bug that didn't send out correct headers to news server
890 when sending news article and email from queue (bug reported
891 and patch provided by Tim Mann; closes bug
892 "[ 583196 ] 0.7.8claws can't post news")
894 2002-08-25 [alfons] 0.8.1claws118
896 * src/selective_download.c
897 mark two strings as translatable
898 (thanks to Urke MMI for pointing this out)
900 2002-08-25 [alfons] 0.8.1claws117
903 treat sent boxes as special and allow sorting them by addressee
904 (closes "[ 589418 ] Sent folder sorting misbehavior"
905 submitted by Steve Lamb)
907 2002-08-24 [alfons] 0.8.1claws116
910 fix memleak reported by Martin Kluge
911 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
913 2002-08-24 [oliver] 0.8.1claws115
915 * src/prefs_toolbar.c
916 o code cleanup as suggested by Alfons
919 2002-08-24 [alfons] 0.8.1claws114
922 o fix another memory leak reported by Martin Kluge
923 (see "[ 599568 ] Small Memory Leak")
924 o remove 'from' variable from 'summary_set_header()'; we can
927 2002-08-24 [paul] 0.8.1claws113
929 * sync with 0.8.1cvs30
930 see ChangeLog 2002-08-23
932 2002-08-24 [alfons] 0.8.1claws112
935 remove unnecessary allocations for search bar fixing leaks
936 reported by Martin Kluge
937 (see "[ 599451 ] Further memory leaks?")
939 2002-08-24 [alfons] 0.8.1claws111
942 make get_socket_name() public for crash.c
944 o make report bug button work (goes to claws'
945 bug tracker at sf.net)
946 o introduce function for doing important stuff just
947 before claws goes down
950 2002-08-24 [alfons] 0.8.1claws110
953 move cursor to "To" entry when forwarding as attachment
954 (reported and solved by Steve Lamb, closes bug report
955 "[ 592880 ] Forward as attachment; cursor not in to")
957 2002-08-24 [colin] 0.8.1claws109
960 fix quick search visibility after GUI (de)separations.
962 2002-08-23 [colin] 0.8.1claws108
965 fix header pane visibility after folderview or
966 messageview (de)separation
968 2002-08-23 [paul] 0.8.1claws107
970 * src/mainwindow.[ch]
972 give full control of display or non-display
973 of the Execute icon to Custom toolbar settings.
974 add new sensitivity condition to maninwindow.h:
980 more sync with 0.8.1cvs29
982 2002-08-23 [melvin] 0.8.1claws106
985 Readded support for custom widget in alertpanel lost in last
988 2002-08-23 [paul] 0.8.1claws105
990 * sync with 0.8.1cvs29
991 see ChangeLog 2002-08-23
993 2002-08-23 [colin] 0.8.1claws104
996 Fix folder and search pixmaps exchanging positions
997 after theme or toolbar changes. Thank to Oliver for
1000 2002-08-23 [colin] 0.8.1claws103
1003 src/messageview.[ch]
1006 Changed messageview_create() and noticeview_create()
1007 to avoid the last gdk_warning
1009 2002-08-22 [colin] 0.8.1claws102
1012 Fix my new `Creating pixmap from xpm' warning
1014 2002-08-22 [colin] 0.8.1claws101
1017 Fix some of the gdk warnings
1019 2002-08-22 [colin] 0.8.1claws100
1022 * src/stock_pixmap.c
1023 * src/stock_pixmap.h
1024 * src/pixmaps/quicksearch.xpm *ADDED*
1025 Add the quicksearch pixmap
1029 Make quicksearch bar visible/hidden via a button
1031 2002-08-22 [christoph] 0.8.1claws99
1034 fix folder update for newsgroups with message
1035 numbers below minimum number of articles to fetch
1036 (closes bug #598445)
1038 2002-08-22 [paul] 0.8.1claws98
1040 * sync with 0.8.1cvs28
1041 see ChangeLog 2002-08-22
1043 2002-08-21 [alfons] 0.8.1claws97
1046 use bt instead of bt full which seems to work
1047 better, and bt full doesn't give a great deal
1048 of information anyway
1050 2002-08-21 [colin] 0.8.1claws96
1053 fix summaryview_searchtype_changed prototype
1055 2002-08-21 [christoph] 0.8.1claws95
1058 o fix broken menu update for sorting type, we have to
1059 get this info from the summaryview now
1060 o removed setting of threaded state in menu callback
1061 * src/summaryview.[ch]
1062 more summaryview/folderitem seperation for
1065 removed not required --with-compiler-flags option
1067 2002-08-21 [oliver] 0.8.1claws94
1070 o rename toolbar.xml to toolbar_main.xml
1071 since toolbar_compose.xml might come up
1076 2002-08-21 [darko] 0.8.1claws93
1079 don't reset tmp flags for messages copied
1082 2002-08-21 [colin] 0.8.1claws92
1084 * src/prefs_filtering.c
1085 fix renaming rules on folder rename
1086 when folder is not a leaf folder
1088 2002-08-21 [paul] 0.8.1claws91
1090 * src/prefs_folder_item.c
1091 fix alignment of colour selector
1093 2002-08-21 [paul] 0.8.1claws90
1095 * sync with 0.8.1cvs27
1096 see ChangeLog 2002-08-21
1098 2002-08-21 [paul] 0.8.1claws89
1101 fix crash when changing field type in
1104 2002-08-21 [colin] 0.8.1claws88
1107 Made quick search case-insensitive
1109 2002-08-21 [paul] 0.8.1claws87
1111 * sync with 0.8.1cvs26
1112 see ChangeLog 2002-08-21
1114 2002-08-20 [christoph] 0.8.1claws86
1118 * src/summaryview.[ch]
1119 more summaryview/folderitem seperation for
1120 sort_key and sort_type
1122 added missing return statement
1124 2002-08-20 [colin] 0.8.1claws85
1126 * src/summaryview.[ch]
1127 Added a quick search box
1129 * src/prefs_common.[ch]
1130 Added a show/hide option for the quick search
1132 2002-08-20 [oliver] 0.8.1claws84
1135 remove toolbar_create_popups
1137 o remove toolbar_create_popups
1138 o fix toolbar_set_sensitive
1139 (Bug reports #596834 and #596832)
1140 * src/prefs_toolbar.c
1141 o add "Set default" button
1142 o align label and text + combo widgets
1144 2002-08-20 [hoa] 0.8.1claws83bis
1147 fixed a bug in imap_fetch_msginfo() in case there is no
1150 2002-08-20 [darko] 0.8.1claws83
1153 copy the color style of folder view so it
1154 works with GTK themes
1156 2002-08-20 [darko] 0.8.1claws82
1160 * src/prefs_folder_item.[hc]
1161 don't use UI stuff in folder.h
1163 2002-08-20 [darko] 0.8.1claws81
1166 * src/prefs_folder_item.h
1168 * src/prefs_folder_item.c
1169 ability to set folder color in folderview
1171 2002-08-19 [alfons] 0.8.1claws80
1174 fix one of the earlier memleaks reported by Martin Kluge
1176 2002-08-19 [alfons] 0.8.1claws79
1179 hide notice view when selecting seperate folder
1180 view (reported by Urke MMI)
1182 2002-08-19 [christoph] 0.8.1claws78
1185 * src/prefs_folder_item.h
1186 * src/summaryview.[ch]
1187 o add summary_set_prefs_from_folderitem to set
1188 summaryview prefs (first step to remove all
1189 references to the folderitem in summaryview)
1190 o moved compiled regex stuff from folderitem prefs
1193 2002-08-19 [paul] 0.8.1claws77
1196 add check for '.' to QUOTE_IF_REQUIRED
1198 2002-08-19 [paul] 0.8.1claws76
1201 sync with 0.8.1cvs25 (plug memory leak)
1203 * src/prefs_toolbar.c
1204 re-order prefs_toolbar_cancel()
1206 2002-08-18 [alfons] 0.8.1claws75
1210 plug other memleaks reported by Martin Kluge
1212 2002-08-18 [paul] 0.8.1claws74
1215 updated by Fabio Jr. Beneditto
1217 2002-08-18 [paul] 0.8.1claws73
1220 fix bug where tooltips were displayed untranslated
1222 * src/prefs_toolbar.c
1223 fix bug where clicking 'Cancel' creates an icon & text
1224 toolbar regardless of prefs
1227 2002-08-17 [oliver] 0.8.1claws72
1229 * src/prefs_toolbar.c
1230 update toolbar on CANCEL
1231 bug reported by Martin Kluge
1233 toolbar_destroy memleak fixed
1235 2002-08-17 [alfons] 0.8.1claws71
1238 plug another memleak reported by Martin Kluge
1240 2002-08-16 [alfons] 0.8.1claws70
1243 use execvp() correctly (suggested by wwp; thanks!)
1245 2002-08-16 [alfons] 0.8.1claws69
1248 plug memory leak reported by Kim Schultz & Martin Kluge
1250 2002-08-16 [paul] 0.8.1claws68
1253 updated by Ricardo Mones Lastra
1255 2002-08-16 [paul] 0.8.1claws67
1258 fix bug where 'Compose News' icon showed wrong
1261 2002-08-16 [paul] 0.8.1claws66
1263 * sync with 0.8.1cvs24
1264 see ChangeLog 2002-08-16
1267 updated by Alessandro Maestri
1269 2002-08-15 [paul] 0.8.1claws65
1274 2002-08-15 [paul] 0.8.1claws64
1277 don't translate debug info
1282 2002-08-15 [paul] 0.8.1claws63
1284 * src/prefs_toolbar.c
1285 fix bug where clicking 'OK' creates an icon & text
1286 toolbar regardless of prefs
1288 2002-08-14 [alfons] 0.8.1claws62
1291 add global var that has the full argv[0]
1293 o execvp the correct sylpheed by using argv0
1294 and setting the correct work dir
1297 2002-08-14 [oliver] 0.8.1claws61
1299 * enable/disable Toolbar Action Buttons
1303 * src/prefs_toolbar.c
1305 2002-08-14 [melvin] 0.8.1claws60
1308 Updated French translations
1310 2002-08-14 [melvin] 0.8.1claws59
1313 Made bug report not translatable
1315 Fixed exporthtml_build_filespec() return value
1317 Fixed incorrect include file
1319 * src/prefs_actions.c
1320 * src/prefs_toolbar.c
1321 Made debug info not translatable
1324 Added missing includes
1325 * src/prefs_common.c
1328 2002-08-14 [paul] 0.8.1claws58
1330 * faq/es/sylpheed-faq.html
1331 faq/es/sylpheed-faq-[1-3].html
1332 faq/es/sylpheed-faq-4.html **NEW FILE **
1335 2002-08-13 [christoph] 0.8.1claws57
1338 ignore thread fix that did not mark all
1339 child nodes of a ignored thread as
1340 ignored. Does not work perfectly yet,
1341 but it is better now
1343 2002-08-13 [alfons] 0.8.1claws56
1346 o implement 'save crash log'
1349 2002-08-13 [melvin] 0.8.1claws55
1352 removed unrequired "execinfo.h" header
1354 2002-08-12 [paul] 0.8.1claws54
1356 * faq/en/sylpheed-faq.html
1357 faq/en/sylpheed-faq-[1-3].html
1358 faq/en/sylpheed-faq-4.html **NEW FILE **
1361 2002-08-12 [alfons] 0.8.1claws53
1364 add crash.c to translatables
1366 bring in Leandro's crash dialog
1368 2002-08-11 [alfons] 0.8.1claws52
1371 clean up some warnings
1373 2002-08-11 [alfons] 0.8.1claws51
1377 * src/crash.[ch] ** NEW FILES **
1379 initial gdb crash handler
1381 2002-08-11 [paul] 0.8.1claws50
1383 * src/prefs_toolbar.c
1384 replace Up/Down arrow pixmaps with text to be
1385 consistent across icon themes
1387 2002-08-11 [paul] 0.8.1claws49
1389 * src/prefs_common.c
1391 rename 'Pixmap' -> 'Icon'
1394 rename 'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
1396 2002-08-10 [paul] 0.8.1claws48
1398 * src/prefs_toolbar.c
1401 2002-08-10 [paul] 0.8.1claws47
1404 don't write Processing progress to status bar
1405 patch submitted by Alexander Evseev
1407 * src/prefs_toolbar.c
1408 re-position and resize window
1409 make window assume correct size on first call
1411 2002-08-10 [paul] 0.8.1claws46
1418 follow UI text conventions
1420 2002-08-10 [alfons] 0.8.1claws45
1423 correct pixmap for delete action
1425 2002-08-10 [paul] 0.8.1claws44
1428 updated by Fabio Jr. Beneditto
1430 2002-08-10 [paul] 0.8.1claws43
1433 add custom toolbar files
1435 2002-08-10 [paul] 0.8.1claws42
1437 * sync with 0.8.1cvs22
1438 see ChangeLog 2002-08-09
1440 2002-08-09 [paul] 0.8.1claws41
1444 tools/outlook2sylpheed.pl ** NEW FILE **
1445 add script to convert exported Outlook
1446 contacts list to a Sylpheed addressbook.
1447 Submitted by Ricardo Mones Lastra.
1449 2002-08-09 [paul] 0.8.1claws40
1453 po/sr.po ** NEW FILE **
1454 add Serbian message catalog. Submitted by
1455 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>
1457 2002-08-09 [paul] 0.8.1claws39
1459 * sync with 0.8.1cvs21
1460 see ChangeLog 2002-08-08
1462 2002-08-08 [oliver] 0.8.1claws38
1465 move Custom Toolbar to Configuration menu
1467 2002-08-08 [oliver] 0.8.1claws37
1469 * src/prefs_toolbar.c
1470 fix substitute pixmap bug
1472 2002-08-08 [paul] 0.8.1claws36
1474 * sync with 0.8.1cvs19
1475 see ChangeLog 2002-08-08
1477 2002-08-07 [christoph] 0.8.1claws35
1480 fixed a memory leak in new canonicalize_file_replace
1482 2002-08-07 [christoph] 0.8.1claws34
1485 o canonicalize_file_replace should create the temporary
1486 file in the same directory as the original file.
1487 o added get_tmpfile_in_dir that creates a temorary file
1488 in a specified directory.
1490 2002-08-07 [melvin] 0.8.1claws33
1493 fixed bug where 'Article' button acted as 'Email' button.
1495 2002-08-07 [paul] 0.8.1claws32
1497 * sync with 0.8.1.cvs17
1498 see ChangeLog 2002-08-07
1500 2002-08-07 [colin] 0.8.1claws31
1503 fix mass-cancel problem
1505 2002-08-07 [thorsten] 0.8.1claws30
1507 * src/prefs_toolbar.c
1508 fix: crash on replace or add new button
1510 fix: close xmlfile after reading
1512 fix: unlink() file before rename()
1514 2002-08-06 [paul] 0.8.1claws29
1516 * sync with 0.8.cvs15
1517 see ChangeLog 2002-08-06
1519 2002-08-06 [oliver] 0.8.1claws28
1522 * src/prefs_toolbar.c
1523 fixed empty toolbar issue
1525 2002-08-06 [oliver] 0.8.1claws27
1527 * Custom Toolbar Final
1531 o toolbar stuff now lives in src/toolbar.[ch]
1532 o main_window_toolbar_* functions are renamed to
1533 toolbar_* reflecting their new source file
1534 * src/mainwindow.[ch]
1535 o remove toolbar stuff
1537 2002-08-06 [oliver] 0.8.1claws26
1540 * src/prefs_toolbar.[ch] **New File**
1541 * src/toolbar.[ch] **New File**
1542 o prefs_toolbar.[ch] custom toolbar frontend
1543 o toolbar.[ch] backend
1545 2002-08-06 [oliver] 0.8.1claws25
1547 * src/prefs_actions.[ch]
1548 o new exported function actions_execute
1550 2002-08-06 [paul] 0.8.1claws24
1552 * sync with 0.8.1cvs4
1553 see ChangeLog 2002-08-06
1555 2002-08-06 [paul] 0.8.1claws23
1557 * sync with 0.8.1cvs13
1558 see ChangeLog 2002-08-06
1560 2002-08-06 [paul] 0.8.1claws22
1562 * sync with 0.8.1cvs12
1563 see ChangeLog 2002-08-05 and 2002-08-06
1565 2002-08-06 [match] 0.8.1claws21
1568 improvements to cut/copy/paste address
1570 2002-08-05 [match] 0.8.1claws20
1577 fixes to improve cut/copy/paste
1579 2002-08-06 [melvin] 0.8.1claws19
1582 account_find_all_from_address(): new function that returns the
1583 list of all accounts that are matched in an address.
1584 * src/alertpanel.[ch]
1585 alertpanel() now accepts a custom widget
1586 alertpanel_with_widget(): new function that pops up a panel with
1587 a custom widget in it
1589 gtkut_account_menu_new(): new function that allows the selection
1590 of an account from a list of accounts.
1592 Extended Return Receipt notification to select the correct
1593 account and to make a security test on the Delivery-Notification
1594 address which should be the same as the Return-Path.
1596 2002-08-06 [thorsten] 0.8.1claws18
1599 attach_all: save unnamed as "noname.%d",
1600 dont free static dirname
1602 2002-08-05 [alfons] 0.8.1claws17
1605 detect XIM by trying to link rather than compile a XIM program
1607 2002-08-05 [oliver] 0.8.1claws16
1609 * src/stock_pixmap.[ch]
1610 o add UP_ARROW to available pixmaps (already in pixmap-directory)
1611 o new func to retrieve pixmaps
1613 2002-08-05 [paul] 0.8.1claws15
1615 * sync with 0.8.1cvs10
1616 see ChangeLog 2002-08-05
1618 2002-08-04 [alfons] 0.8.1claws14
1621 see if this plugs memleak
1623 2002-08-04 [melvin] 0.8.1claws13
1626 fixed bug that could crash Sylpheed when highlighting
1627 all misspelled words.
1629 2002-08-03 [melvin] 0.8.1claws12
1631 * src/prefs_actions.c
1632 removed unnecessary checks for NULL introduced in 0.8.1claws11.
1634 fixed bug where the Return Receipt was sent to
1635 Delivery-Notification-To address even if it was not present
1637 2002-08-02 [alfons] 0.8.1claws11
1639 * src/prefs_actions.c
1640 o more check for NULLs
1641 o put create_io_dialog() in right conditional block
1643 2002-08-02 [paul] 0.8.1claws10
1646 updated by Ricardo Mones Lastra
1648 2002-08-01 [christoph] 0.8.1claws9
1651 don't free the cache of the opened
1652 folder in the summaryview
1654 don't unset flags, if it is not required
1656 2002-08-01 [paul] 0.8.1claws8
1658 * sync with 0.8.1cvs8
1659 see ChangeLog entry 2002-08-01
1661 2002-08-01 [paul] 0.8.1claws7
1663 * sync with 0.8.1cvs7
1664 see ChangeLog 2002-07-31 and 2002-08-01
1666 2002-07-31 [christoph] 0.8.1claws6
1669 forgot to update menu sensitivity
1670 function for new menu entry
1672 2002-07-31 [alfons] 0.8.1claws5
1675 check folder item and its path for NULL on
1678 2002-07-31 [christoph] 0.8.1claws4
1681 check if folder_item_get_msginfo in
1682 folder_item_remove_msg returned NULL
1684 better clear the uid cache in the
1685 uid validity check function and delete
1688 2002-07-31 [paul] 0.8.1claws3
1691 add the '--attach' option and a few other
1694 2002-07-31 [paul] 0.8.1claws2
1696 * sync with 0.8.1cvs5
1697 see ChangeLog 2002-07-31
1699 2002-07-31 [christoph] 0.8.1claws1
1701 * src/folderview.[ch]
1703 replace "Rescan all folders..." with
1704 "Check all folders for new messages..."
1706 2002-07-30 [paul] 0.8.1claws
1708 * version 0.8.1claws released
1710 2002-07-30 [paul] 0.8.0claws29
1712 * tools/OOo2sylpheed.pl ** NEW FILE **
1714 add script to enable sending documents as
1715 attachments from OpenOffice.org
1717 2002-07-30 [melvin] 0.8.0claws28
1719 * src/prefs_actions.c
1720 Made the actions' input/output dialog display
1723 2002-07-30 [christoph] 0.8.0claws27
1726 check if folder_item_get_msginfo in
1727 procmsg_save_to_outbox returned NULL
1729 2002-07-30 [paul] 0.8.0claws26
1731 * sync with 0.8.1cvs4
1732 see ChangeLog 2002-07-29
1734 2002-07-29 [thorsten] 0.8.0claws25
1737 added selective download, delete on server
1739 2002-07-29 [paul] 0.8.0claws24
1741 * sync with 0.8.1cvs3
1742 see ChangeLog 2002-07-29
1744 2002-07-27 [christoph] 0.8.0claws23
1747 add extra check if fetching the msginfo
1750 2002-07-27 [paul] 0.8.0claws22
1752 * sync with 0.8.1cvs2
1753 see ChangeLog 2002-07-26
1755 2002-07-27 [christoph] 0.8.0claws21
1758 add another check if a valid msginfo
1761 2002-07-26 [hoa] 0.8.0claws20
1764 Fixed a condition in folder_item_destroy()
1767 Fixed an error in IMAP protocol
1769 2002-07-26 [alfons] 0.8.0claws19
1772 ofcourse compare with identifier, not the path
1774 2002-07-26 [alfons] 0.8.0claws18
1777 use folder item identifier for saving / restoring
1778 preferences because folder->path might not be unique
1780 2002-07-26 [melvin] 0.8.0claws17
1783 Fixed a crash introduced in 0.8.0claws5 when log is
1784 cut under 80 characters.
1786 2002-07-26 [paul] 0.8.0claws16
1788 * sync with 0.8.1cvs1
1789 see ChangeLog 2002-07-26
1791 2002-07-26 [christoph] 0.8.0claws15
1794 imap folder now remembers the last selected
1795 folder and imap_fetch_msginfo skips selecting
1796 the folder if it is already selected
1798 2002-07-26 [christoph] 0.8.0claws14
1803 fix imap folder rescanning
1805 2002-07-25 [christoph] 0.8.0claws13
1815 implement imap uid cache and uid validity check
1817 2002-07-25 [alfons] 0.8.0claws12
1820 fix a brown paper bag bug, and also add some more
1823 2002-07-25 [christoph] 0.8.0claws11
1826 don't mix copy, fetch_msginfo and remove
1827 operations in folder item copy and move
1830 2002-07-25 [christoph] 0.8.0claws10
1834 * src/prefs_folder_item.c
1835 * src/summaryview.[ch]
1836 remove no longer required parameter update_cache from
1839 2002-07-25 [paul] 0.8.0claws9
1846 2002-07-24 [alfons] 0.8.0claws8
1849 sort correctly when using simplified subject line
1850 (closes feature request "[ 585141 ] applying regexp to subject
1851 before sort" submitted by Alexandra Walford)
1853 2002-07-24 [paul] 0.8.0claws7
1855 * sync with 0.8.0cvs3
1856 see ChangeLog 2002-07-24
1858 2002-07-23 [christoph] 0.8.0claws6
1865 o separate processing and summaryview
1866 o removed summary_write_cache from summaryview
1867 o removed summaryview->killed_messages, because we don't have
1868 to keep a list of killed messages anymore. New cache will
1869 keep the hidden messages in cache anyway
1872 * src/selective_download.c
1873 o removed unnecessary summary_write_cache calls
1875 o don't set ignore thread flag in procmsg_get_thread_tree
1876 if it is already set
1879 o moved STATUSBAR_PUSH/POP to statusbar.h because
1880 they are used in different files
1882 2002-07-23 [melvin] 0.8.0claws5
1888 * src/editldap_basedn.c
1890 * src/prefs_common.c
1891 Fixed few memory leak (gtk_editable_get_chars returns
1892 an allocated string)
1894 Fixed few memory leak (gtk_editable_get_chars returns
1895 an allocated string) and modified a little the log cutting
1898 Replaced a call to an obsolete function gtk_entry_get_text()
1899 by gtk_editable_get_chars()
1901 Removed a debug printf
1903 2002-07-23 [christoph] 0.8.0claws4
1906 fix another g_dirname memory leak
1908 2002-07-23 [christoph] 0.8.0claws3
1911 fixed a memory leak in mh_fetch_msginfo
1912 fixed crash when message header could not be
1915 2002-07-23 [paul] 0.8.0claws2
1917 * sync with 0.8.0cvs2
1918 see ChangeLog 2002-07-23
1920 2002-07-23 [paul] 0.8.0claws1
1922 * sync with 0.8.0cvs1
1923 see ChangeLog 2002-07-23
1925 2002-07-23 [paul] 0.8.0claws
1927 * release of 0.8.0claws
1929 2002-07-23 [paul] 0.7.8claws99
1932 new Russian translation, submitted by
1933 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
1935 2002-07-22 [jens] 0.7.8claws98
1938 Updated German translations.
1940 2002-07-22 [paul] 0.7.8claws97
1946 updated translations by Ricardo Mones Lastra,
1947 Alessandro Maestri, Wilbert Berendsen and
1948 Fabio Jr. Beneditto respectively
1950 2002-07-22 [christoph] 0.7.8claws96
1953 fix memory leak caused by wrong g_dirname usage
1955 2002-07-22 [christoph] 0.7.8claws95
1958 update new and unread message counts for summaryview
1959 summaryview does not get it from the folder anymore
1960 and has to update the values itself
1962 2002-07-22 [melvin] 0.7.8claws94
1965 Updated French translations.
1967 2002-07-22 [christoph] 0.7.8claws93
1970 set prop->preg pointer to NULL or following check
1971 will not fail and regexec will be called with
1974 2002-07-21 [alfons] 0.7.8claws92
1976 * src/prefs_common.[ch]
1977 remove option "Send return receipt on request"
1979 2002-07-21 [thorsten] 0.7.8claws91
1982 fixed memleaks, coding style as pointed out by alfons
1984 2002-07-21 [alfons] 0.7.8claws90
1987 * src/noticeview.[ch]
1988 o fix bug notice view being displayed when going to empty folder
1989 (noticed by Christoph)
1990 o allow RRR to be sent when restarting sylpheed, or changing folder
1991 (noticed by Thorsten)
1993 2002-07-21 [thorsten] 0.7.8claws89
1996 Included save_all patch from Xaview FACQ
1997 added support for pathnames
1999 2002-07-21 [alfons] 0.7.8claws88
2004 * src/messageview.[ch]
2005 * src/noticeview.c ** NEW FILE **
2006 * src/noticeview.h ** NEW FILE **
2007 make return receipts work again
2008 (UI idea by Leandro Pereira)
2010 2002-07-21 [paul] 0.7.8claws87
2013 fix sensitivity of 'Select thread'
2015 2002-07-21 [paul] 0.7.8claws86
2017 * src/prefs_common.c
2018 add browser command line for Galeon
2020 2002-07-21 [paul] 0.7.8claws85
2023 fix 'EXTRA_DIST': remove README.README, add TODO
2026 2002-07-21 [alfons] 0.7.8claws84
2029 make enter clear selection
2030 (closes "[ 579888 ] Editor selection/entry error"
2031 reported by Steve Lamb)
2033 2002-07-21 [alfons] 0.7.8claws83
2036 sort message list when selecting unthread messages
2037 (closes "[ 501593 ] switching threaded view doesn't sort"
2038 reported by Simon Schubert)
2040 2002-07-20 [alfons] 0.7.8claws82
2045 2002-07-20 [thorsten] 0.7.8claws81
2048 Fixed expansion of empty fields in matchactions
2050 2002-07-19 [melvin] 0.7.8claws80
2053 Removed a duplicate menu entry (fast mode) introduced during
2055 Added a menu separator between 'Use alternate' and 'Fast mode'
2057 2002-07-19 [paul] 0.7.8claws79
2063 2002-07-19 [thorsten] 0.7.8claws78
2065 * tools/calypso_convert.pl ** NEW FILE **
2068 script to import mbox files exported
2070 o generates folder structure
2071 o includes attachments
2073 2002-07-19 [melvin] 0.7.8claws77
2075 * src/selective_download.[ch]
2076 Fixed bug where closing the dialog with the window manager's
2077 close button will not unlock the summary
2078 Corrected some function declarations that missed a return value
2079 Made the source code comply better with coding style.
2080 * src/prefs_common.c
2081 Added new browser command line for Mozilla.
2083 2002-07-18 [paul] 0.7.8claws76
2086 src/selective_download.[ch]
2087 reflect theme changes, fix Gdk Warning when creating
2088 pixmap from NULL window, and minor clean up.
2089 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
2094 2002-07-17 [paul] 0.7.8claws75
2102 2002-07-16 [paul] 0.7.8claws74
2104 * tools/filter_conv.pl
2106 replace conversion script with reimplemented version,
2107 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
2109 2002-07-16 [colin] 0.7.8claws73
2112 remove forgotten debug messages - sorry ;-)
2114 2002-07-16 [colin] 0.7.8claws72
2120 add the ability to select part of a text mime-part
2123 2002-07-15 [christoph] 0.7.8claws71
2126 fix folder message count for folders without
2127 msg_is_changed (includes news folders)
2129 2002-07-15 [martin] 0.7.8claws70
2132 option "display recipient on 'From'..." now works
2133 without the need of enabling the option
2134 "display sender using address book".
2136 2002-07-15 [christoph] 0.7.8claws69
2139 removed setting folder status from summaryview.
2140 folder.c should update all message counts correctly.
2142 2002-07-15 [paul] 0.7.8claws68
2145 updated by Fabio Junior Beneditto
2147 2002-07-15 [darko] 0.7.8claws67
2150 Fixed target folder colorization, don't decrease op
2153 2002-07-14 [paul] 0.7.8claws66
2155 * sync with main 0.8.0
2156 see ChangeLog 2002-07-14
2158 2002-07-13 [melvin] 0.7.8claws65
2163 Replaced sprintf by g_snprintf to prevent possible buffer
2166 Corrected a log message output format.
2167 Added a missing "done" debug output.
2169 Added keyboard accelerator for Priority menu items
2170 Added missing \n in debug output
2174 Added missing \n in debug output
2176 2002-07-13 [paul] 0.7.8claws64
2179 change Sergey's email address to the sf address
2182 increase show_url_timeout (more useful for long
2185 2002-07-12 [sergey] 0.7.8claws63
2188 applied (with some modifications) patch to set the
2189 micalg parameter for signatures
2190 (2001-08-28 Werner Koch <wk@gnupg.org>)
2192 2002-07-12 [sergey] 0.7.8claws62
2196 fixed man page installation
2198 2002-07-12 [paul] 0.7.8claws61
2200 * sync with 0.7.8cvs26
2201 see ChangeLog 2002-07-11 and 2002-07-12
2203 2002-07-11 [christoph] 0.7.8claws60
2207 first use the message number to find the message
2208 to mark with a reply flag but check the
2209 message-id if we got the correct message, if not
2210 try to find it by message-id.
2211 use new string seperator that is not allowed
2214 2002-07-11 [paul] 0.7.8claws59
2216 * sync with 0.7.8cvs23
2217 see ChangeLog 2002-07-10
2219 2002-07-10 [christoph] 0.7.8claws58
2223 Added message-id table to the cache in memory
2224 and functions to msgcache.c and folder.c to
2225 fetch MsgInfos by message id
2228 store folder and message-id of message replying
2229 to in queue header and set reply flag after sending
2230 (Closes bug #469498)
2232 2002-07-10 [paul] 0.7.8claws57
2236 add Martin to the list of authors
2238 2002-07-09 [martin] 0.7.8claws56
2240 Added gtk_ctree_last_visible(), tree_update_level(),
2241 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
2242 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
2243 from gtk+ to gtksctree.c for the new sorting code
2244 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
2245 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
2247 Added declaration for gtk_sctree_sort_recursive() and
2248 gtk_sctree_sort_node
2253 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
2254 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
2256 2002-07-08 [paul] 0.7.8claws55
2258 * more sync with 0.7.8cvs21
2259 see ChangeLog 2002-07-08
2261 2002-07-08 [paul] 0.7.8claws54
2263 * sync with 0.7.8cvs21
2264 see ChangeLog 2002-07-08
2266 2002-07-07 [alfons] 0.7.8claws53
2269 * src/stock_pixmap.[ch]
2270 * src/pixmaps/notice_warn.xpm ** NEW FILE **
2271 * src/pixmaps/notice_error.xpm ** NEW FILE **
2272 * src/pixmaps/notice_note.xpm ** NEW FILE **
2273 add new pixmaps for upcoming notice pane
2275 2002-07-06 [melvin] 0.7.8claws52
2278 Made them a bit closer to Sylpheed's coding style.
2280 Removed possible memory leaks when some errors occurs.
2282 2002-07-06 [melvin] 0.7.8claws51
2285 Removed --no-location in xgettext command line to help
2286 translators that use Emacs' po-mode
2288 Removed unnecessary comments that messed up sylpheed.pot
2290 2002-07-06 [paul] 0.7.8claws50
2292 * sync with 0.7.8cvs19
2293 see ChangeLog 2002-07-05
2295 2002-07-06 [christoph] 0.7.8claws49
2299 fix folder_item_remove_all_msg and folderview
2300 status for trash folders after emptying trash
2302 2002-07-05 [paul] 0.7.8claws48
2304 * sync with 0.7.8cvs16
2305 see ChangeLog 2002-07-04 and 2002-07-05
2307 2002-07-04 [paul] 0.7.8claws47
2309 * sync with 0.7.8cvs14
2310 see ChangeLog 2002-07-04
2312 2002-07-03 [alfons] 0.7.8claws46
2315 dupe folder item's path because it's being reallocated
2316 by new folder scanning code
2318 2002-07-03 [christoph] 0.7.8claws45
2321 better IMAP uid fetching using 'FETCH 1:* (UID)'
2323 add missing return in msgcache_write
2325 2002-07-02 [thorsten] 0.7.8claws44
2330 use binary mode for file access
2332 2002-07-02 [christoph] 0.7.8claws43
2334 * major code cleanup (part 1)
2336 - unused variables removed
2337 - unused functions removed
2338 - uninitialized variables checked
2339 - missing return statements added
2340 - missing function return types added
2341 - added parentheses around assignment and
2342 && in || when suggested by gcc
2346 replaced direct calls to folder->scan_tree
2347 with folder_scan_tree and restore folder
2348 prefs in this function. The folder should
2349 not have to deal with them.
2350 ( Should now work for all folder types )
2352 2002-07-02 [paul] 0.7.8claws42
2354 * sync with 0.7.8cvs13
2355 see ChangeLog 2002-07-01 and 2002-07-02
2357 2002-07-01 [christoph] 0.7.8claws41
2360 fix "goto next/prev unread message" with
2363 2002-07-01 [paul] 0.7.8claws40
2366 updated by Ricardo Mones Lastra
2368 2002-06-30 [match] 0.7.8claws39
2371 applied variation of leonerd's patch (566661) to
2372 allow multiple email addresses per JPilot entry.
2373 addresses may be separated by space, comma, pipe,
2374 semi-colon, new-line.
2376 2002-06-30 [alfons] 0.7.8claws38
2379 simple fix for putting older nodes before
2380 newer nodes when threading by subject
2382 2002-06-30 [christoph] 0.7.8claws37
2389 fix broken folder tree rescaning
2390 and don't use procmsg_get_mark_sum
2393 2002-06-30 [christoph] 0.7.8claws36
2395 * merge new cache branch
2397 fix new cache imap copy bug
2399 improved folder_item_scan
2400 it should now always set the correct
2401 new, unread and total message counts
2403 2002-06-29 [paul] 0.7.8claws35
2406 correct syntax error
2408 2002-06-29 [paul] 0.7.8claws34
2412 man/Makefile.am ** NEW FILE **
2413 man/sylpheed.1.gz ** NEW FILE **
2414 add Sylpheed man page
2416 2002-06-29 [paul] 0.7.8claws33
2419 updated by Fabio Junior Beneditto
2421 2002-06-28 [jens] 0.7.8claws32
2426 * src/selective_download.c
2427 removed gettext for space " "
2432 2002-06-28 [paul] 0.7.8claws31
2434 * sync with 0.7.8cvs11
2435 see ChangeLog 2002-06-28
2437 2002-06-28 [paul] 0.7.8claws30
2439 * sync with 0.7.8cvs10
2440 see ChangeLog 2002-06-27 and 2002-06-28
2442 2002-06-26 [paul] 0.7.8claws29
2445 src/selective_download.c
2446 don't gettextise empty strings.
2447 reserved by gettext. gettext("") returns
2448 the header entry with meta information,
2449 not the empty string
2454 2002-06-26 [paul] 0.7.8claws28
2456 * sync with 0.7.8cvs7
2457 see ChangeLog 2002-06-25
2459 * src/prefs_common.c
2460 ...and in the process, tweak the gui a little
2462 2002-06-25 [alfons] 0.7.8claws27
2466 fine tune ldap library detection
2468 2002-06-25 [alfons] 0.7.8claws26
2471 don't allow return receipts when composing a news article
2473 2002-06-25 [paul] 0.7.8claws25
2476 add '$(AMTAR)' to 'release' section to allow for
2477 new and older autotools
2479 2002-06-25 [paul] 0.7.8claws24
2482 fix "No more unread messages" persistant pop-up
2485 2002-06-25 [paul] 0.7.8claws23
2488 updated by Alessandro Maestri
2490 2002-06-25 [paul] 0.7.8claws22
2492 * sync with 0.7.8cvs6
2493 see ChangeLog 2002-06-25
2495 2002-06-24 [paul] 0.7.8claws21
2498 add GPL copyright information
2500 2002-06-24 [paul] 0.7.8claws20
2504 tools/update-po ** NEW FILE **
2505 add script that eases the creation of *.po files
2506 Submitted by Wilbert Berendsen <wilbert@oswf.org>
2508 2002-06-23 [alfons] 0.7.8claws19
2511 make notification_convert_header obey const correctness
2512 (next step will be fixing the broken return receipt)
2514 2002-06-23 [paul] 0.7.8claws18
2517 fix bug introduced in last commit:
2518 removed too much code in last commit - put back what's
2521 2002-06-23 [paul] 0.7.8claws17
2523 * src/messageview.[ch]
2524 remove code committed in error from locally patched
2527 2002-06-23 [colin] 0.7.8claws16
2530 add compose_entry_select(), used to select the default_to
2531 email address - hopefully avoiding people sending mails to
2534 2002-06-22 [alfons] 0.7.8claws15
2537 add Bram Metsch & Stanislav Karchebny
2539 * src/prefs_account.[ch]
2541 - apply and adapt Bram's patch which allows user to set SMTP AUTH
2542 options. (see <http://sourceforge.net/tracker/index.php
2543 ?func=detail&aid=566937&group_id=25528&atid=384600>);
2545 - merge Stanislav's fix to make SMTP AUTH work with qmail
2546 (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
2548 2002-06-22 [paul] 0.7.8claws14
2550 * sync with 0.7.8cvs5
2551 see ChangeLog 2002-06-19 and 2002-06-20
2553 2002-06-22 [alfons] 0.7.8claws13
2555 * src/selective_download.c
2556 fix a stupid mistake I made
2558 2002-06-22 [alfons] 0.7.8claws12
2560 * src/selective_download.[ch]
2561 fix another unnoticed leak; cleanup code
2566 gpg-sign <-- gpg-sign-syl
2568 2002-06-21 [alfons] 0.7.8claws11
2570 * src/selective_download.c
2571 * src/selective_download.h
2572 fix assorted mix of allocation errors (should solve
2573 problem reported by Philippe Gramoullé, see:
2574 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
2576 2002-06-20 [melvin] 0.7.8claws10
2578 * tools/gpg-sign *REMOVED*
2579 tools/gpg-sign-syl *ADDED*
2580 Replaced the gpg clearsigning script with the version using
2581 xterm instead of ssh-askpass and changed its name.
2584 Updated actions example to reflect the renaming of the
2585 gpg clearsigning script.
2587 2002-06-19 [paul] 0.7.8claws9
2589 * sync with 0.7.8claws9
2590 see ChangeLog 2002-06-18 and 2002-06-19
2592 2002-06-19 [paul] 0.7.8claws8
2594 * sync with 0.7.8cvs1
2595 see ChangeLog 2002-06-18
2597 2002-06-18 [alfons] 0.7.8claws7
2600 add omitted prototype
2602 2002-06-17 [paul] 0.7.8claws6
2605 fix hiding of exec_btn
2607 2002-06-17 [paul] 0.7.8claws5
2610 remove unneeded code: should_delete()
2611 and Pop3State::uidl_todelete_list
2613 2002-06-17 [paul] 0.7.8claws4
2616 see ChangeLog 2002-06-11 and 2002-06-13
2618 2002-06-16 [alfons] 0.7.8claws3
2621 make sure lock sort mode (claws specific) is
2622 also persists after a tree rescan
2624 2002-06-16 [alfons] 0.7.8claws2
2626 * src/prefs_folder_item.c
2628 fix persistence of folder sort mode (broken
2629 by adapting Hiro's new folder persistence code)
2631 2002-06-16 [alfons] 0.7.8claws1
2635 * src/prefscommon.[ch]
2636 control size of log text in log window;
2637 closes patch #569155 submitted by Mitko Haralanov.
2639 2002-06-15 [paul] 0.7.8claws
2641 * release of 0.7.8claws
2643 2002-06-15 [paul] 0.7.7claws
2646 updated by Fabio Junior Beneditto
2648 2002-06-14 [paul] 0.7.6claws49
2651 updated by Ricardo Mones Lastra
2653 2002-06-14 [paul] 0.7.6claws48
2656 updated translation by Wilbert Berendsen
2658 2002-06-14 [melvin] 0.7.6claws47
2661 Updated French translation
2663 2002-06-13 [paul] 0.7.6claws46
2666 allow filename to be typed in, rather than just
2667 selected by the mouse. Patch by Gustavo Noronha Silva.
2669 2002-06-13 [alfons] 0.7.6claws45
2671 * src/mainwindow.[ch]
2672 more cleanups (removing unnecessary menu items Expand
2673 summary / message view)
2675 2002-06-13 [melvin] 0.7.6claws44
2678 Added src/string_match.c
2679 * src/string_match.c
2680 Fixed possible buffer overflow.
2682 Added missing config.h header.
2683 * src/prefs_common.c
2686 Made some strings translatable (missing _(..)).
2688 2002-06-13 [melvin] 0.7.6claws43
2691 Corrected action example (verifying clearsigned mail).
2692 * src/prefs_account.c
2694 * src/prefs_common.c
2695 Removed incorrect line that generated a Gtk-CRITICAL msg.
2697 2002-06-12 [alfons] 0.7.6claws42
2700 add init of score column lost in 0.7.6claws42
2702 2002-06-12 [paul] 0.7.6claws41
2704 * src/prefs_account.c
2705 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the
2706 behavior of the radio buttons, (from 0.7.7cvs2)
2708 2002-06-11 [alfons] 0.7.6claws40
2710 * src/messageview.[ch]
2711 * src/summaryview.[ch]
2712 * src/summary_search.c
2714 perform a sync to bring in Hiro's separate view implementation
2716 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
2718 2002-06-11 [paul] 0.7.6claws39
2720 * src/prefs_account.c
2721 correct a typo on the Receive tab
2723 2002-06-10 [match] 0.7.6claws38
2726 Included address completion patch from Gustavo Noronha.
2728 2002-06-10 [paul] 0.7.6claws37
2732 src/prefs_account.[ch]
2733 src/selective_download.[ch]
2736 - check if POP Account
2737 - Receive Button renamed to Preview
2738 - Preview Button Popup: preview new/all messages
2740 - Account Preferences-->Receive tab checkbutton if you
2741 want to remove Mail after Download
2743 - Account Preferences-->Receive tab checkbutton use
2744 filtering rules on preview
2745 (think of delete_on_server)
2747 - Account selectable from SD dialog
2748 - checkbutton to show already downloaded messages if
2749 all messages are previewed
2750 - new clist column showing Date
2753 - play ball with UIDL
2754 - fault tolerant (?)
2755 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
2757 2002-06-10 [melvin] 0.7.6claws36
2760 Added a hint to ac/README in cvs instructions.
2762 * src/prefs_actions.c
2763 Made it possible to use a more elaborate command line
2764 for asynchronous actions, too.
2766 2002-06-10 [melvin] 0.7.6claws35
2768 * src/prefs_actions.c
2769 Make it possible to use a more elaborate command line
2770 (e.g. |foo|bar|cat>there;echo Done|)
2771 Corrected error message when calling %f, %F and %p commands
2772 from the compose window.
2774 2002-06-09 [colin] 0.7.6claws34
2777 Automatically find unread messages in current folder
2778 before annoying the user.
2780 2002-06-08 [alfons] 0.7.6claws33
2783 remove bad formatting string in it.po translation
2784 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
2786 2002-06-08 [paul] 0.7.6claws32
2788 * sync with 0.7.6cvs25
2789 see ChangeLog 2002-06-07
2791 2002-06-05 [paul] 0.7.6claws31
2794 add 'Sort by locked' and 'Sort by score'
2796 2002-06-05 [paul] 0.7.6claws30
2798 * sync with 0.7.6cvs24
2799 see ChangeLog 2002-06-04
2801 2002-06-04 [paul] 0.7.6claws29
2804 updated by Fabio Junior Beneditto
2806 2002-06-03 [thorsten] 0.7.6claws28
2809 fclose() matcherrc after reading
2811 2002-06-03 [paul] 0.7.6claws27
2813 * sync with 0.7.6cvs21
2814 see ChangeLog 2002-05-31
2816 2002-05-31 [paul] 0.7.6claws26
2818 * sync with 0.7.6cvs20
2819 see ChangeLog 2002-05-29 and 2002-05-30
2821 2002-05-31 [paul] 0.7.6claws25
2824 hopefully fix last buggy sync
2827 correct typo in 'Actions' examples
2829 2002-05-29 [paul] 0.7.6claws24
2831 * sync with 0.7.6cvs18
2832 see ChangeLog 2002-05-28 and 2002-05-29
2838 2002-05-28 [paul] 0.7.6claws23
2840 * sync with 0.7.6cvs16
2841 see ChangeLog 2002-05-28
2843 2002-05-27 [thorsten] 0.7.6claws22
2845 * faq/it/sylpheed-faq-1.html
2846 faq/it/sylpheed-faq-2.html
2847 faq/it/sylpheed-faq-3.html
2848 faq/it/sylpheed-faq.html
2849 corrected DOS lineendings
2850 * faq/de/sylpheed-faq-1.html
2851 faq/de/sylpheed-faq-2.html
2852 faq/en/sylpheed-faq-1.html
2853 faq/en/sylpheed-faq-2.html
2854 faq/en/sylpheed-faq-3.html
2855 faq/es/sylpheed-faq-1.html
2856 faq/es/sylpheed-faq-2.html
2857 faq/es/sylpheed-faq-3.html
2858 faq/fr/sylpheed-faq-1.html
2859 faq/it/sylpheed-faq-1.html
2860 faq/it/sylpheed-faq-2.html
2861 faq/it/sylpheed-faq-3.html
2862 faq/it/sylpheed-faq.html
2863 changed ">" to "
2865 2002-05-27 [paul] 0.7.6claws21
2867 * sync with 0.7.6cvs15
2868 see ChangeLog 2002-05-27
2870 2002-05-27 [paul] 0.7.6claws20
2872 * src/prefs_account.c
2875 2002-05-26 [paul] 0.7.6claws19
2880 2002-05-25 [paul] 0.7.6claws18
2883 add description of kmail2sylpheed.pl
2885 2002-05-25 [paul] 0.7.6claws17
2887 * tools/kmail2sylpheed.pl ** NEW FILE **
2888 perl script that converts an exported Kmail address
2889 book, converts it to sylpheed addressbook file,
2890 writes the file to .sylpheed, and updates
2893 2002-05-25 [paul] 0.7.6claws16
2895 * sync with 0.7.6cvs14
2896 see ChangeLog 2002-05-23
2898 2002-05-24 [paul] 0.7.6claws15
2901 make a correction and add some more info
2903 2002-05-24 [paul] 0.7.6claws14
2907 compose_redirect_write_headers_from_headerlist()
2908 add Subject and Resent-Message-ID to
2909 compose_redirect_write_headers()
2910 Received, Subject, and X-UIDL are filtered out in
2911 compose_redirect_write_to_file()
2913 2002-05-23 [paul] 0.7.6claws13
2919 src/matcher_parser_lex.l
2920 src/matcher_parser_parse.y
2921 src/prefs_common.[ch]
2922 src/prefs_filtering.c
2924 rename 'Bounce' to 'Redirect'
2926 2002-05-23 [paul] 0.7.6claws12
2928 * more sync with 0.7.6cvs13
2930 see ChangeLog 2002-05-22
2932 2002-05-22 [paul] 0.7.6claws11
2934 * sync with 0.7.6cvs13
2936 see ChangeLog 2002-05-20
2938 see ChangeLog 2002-05-22
2940 2002-05-21 [melvin] 0.7.6claws10
2943 Added missing filtering and scoring headers
2944 Fixed bad function call that showed garbage
2945 in Folder->Processing
2947 2002-05-21 [paul] 0.7.6claws9
2950 make all tools executable, (patch by Alfons).
2952 2002-05-20 [alfons] 0.7.6claws8
2955 don't forget to call mktime() so we have a valid week
2957 (Bug report by Roger Sondermann <mail@jumaros.de>)
2959 2002-05-20 [paul] 0.7.6claws7
2962 fix broken parsing of urls
2964 fix displaying of urls
2966 both fixes from the patch [547855] by Eugene
2969 2002-05-19 [alfons] 0.7.6claws6
2972 make sylpheed configure correctly with the latest
2973 and greatest of automake / autoconf / gettext
2975 2002-05-19 [alfons] 0.7.6claws5
2979 add function for returning ime zone offset
2981 * src/quote_fmt_parse.y
2982 better quotation formatting - does not convert
2983 to local time, but uses the original date string.
2985 Note: %z inserts the timezone offset (should
2986 work also on platforms where strftime does not
2989 2002-05-18 [christoph] 0.7.6claws4
2992 fix indentation of some code
2997 correct path for ignorethread.xpm
2998 incorrect filename for sylpheed_logo.xpm
2999 add missing include matcher_parser_parse.h
3001 2002-05-18 [paul] 0.7.6claws3
3003 * sync with 0.7.6cvs8
3004 see ChangeLog 2002-05-16 and 2002-05-17
3006 2002-05-18 [melvin] 0.7.6claws2
3009 Corrected an action's definition and fixed some misspellings.
3011 2002-05-18 [paul] 0.7.6claws1
3014 tools/gpg-sign ** new file **
3015 tools/uudec ** new file **
3016 add Melvin's Actions scripts
3019 add Melvin's descriptions for Actions
3021 2002-05-18 [paul] 0.7.6claws
3023 * Version 0.7.6claws released
3025 2002-05-17 [paul] 0.7.5claws32
3028 updated by Ricardo Mones Lastra
3030 2002-05-17 [paul] 0.7.5claws31
3033 fix Account prefs default folder for sent/draft/deleted
3038 updated translation by Alessandro Maestri and
3041 2002-05-17 [melvin] 0.7.5claws30
3043 * src/prefs_actions.c
3044 Fixed bug where using %F not at the end of the command
3045 resulted in an additional empty argument being created.
3046 Thanks to Darko Koruga for reporting the bug.
3048 2002-05-17 [melvin] 0.7.5claws29
3051 Updated French translations.
3053 2002-05-15 [paul] 0.7.5claws28
3056 updated by Ricardo Mones Lastra
3058 2002-05-15 [paul] 0.7.5claws27
3060 * sync with 0.7.6cvs4
3061 see ChangeLog 2002-05-14 and 2002-05-15
3063 2002-05-14 [paul] 0.7.5claws26
3065 * sync with 0.7.6cvs1
3066 see ChangeLog 2002-05-13
3068 2002-05-13 [thorsten] 0.7.5claws25
3071 fix select_all and copy in multipart messages
3073 fix select_all and copy in multipart messages
3075 2002-05-12 [paul] 0.7.5claws24
3078 reverse last commit, bug already fixed in 0.7.5claws3
3080 2002-05-12 [netztorte] 0.7.5claws23
3083 dont parse empty addressbook (checked in before claws20)
3085 2002-05-12 [melvin] 0.7.5claws22
3088 Removed unneeded priority code introduced by the previous
3091 2002-05-12 [melvin] 0.7.5claws21
3094 Added possibility to set message's priority.
3096 Added possibility to set message's priority.
3097 Added missing headers
3099 2002-05-12 [melvin] 0.7.5claws20
3101 * src/prefs_actions.c
3102 Removed implicitely added quotes around the name
3103 of the temporary files of mime parts.
3105 2002-05-12 [paul] 0.7.5claws19
3107 * sync with 0.7.5cvs20
3108 see ChangeLog 2002-05-11
3110 2002-05-12 [alfons] 0.7.5claws18
3112 * src/quote_fmt_lex.l
3113 * src/quote_fmt_parse.y
3114 allow quote / reply date & time format to be set using
3115 %D{format}. format is a format string you'd pass to
3116 strftime() (see man strftime, or the Display tab |
3117 Date format setting).
3119 Currently %D converts the date to local time.
3121 2002-05-11 [paul] 0.7.5claws17
3123 * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
3124 see ChangeLog 2002-05-10 and 2002-05-11
3126 2002-05-10 [paul] 0.7.5claws16
3128 * sync with 0.7.5cvs16
3129 see ChangeLog entries 2002-05-09 and
3132 2002-05-10 [colin] 0.7.5claws15
3135 Corrected a bug that prevented sylpheed to open
3136 double-clicked URIs.
3138 2002-05-09 [paul] 0.7.5claws14
3140 * sync with 0.7.5cvs14
3141 see ChangeLog 2002-05-08 and 2002-05-09
3143 2002-05-08 [paul] 0.7.5claws13
3145 * sync with 0.7.5cvs11
3146 see ChangeLog entry 2002-05-08
3148 2002-05-08 [paul] 0.7.5claws12
3152 fix segfault on View->Open in new window
3153 patch submitted by Thorsten Maerz <torte@netztorte.de>
3155 2002-05-07 [paul] 0.7.5claws11
3157 * sync with 0.7.5cvs9
3158 see ChangeLog entry 2002-05-07
3160 2002-05-06 [paul] 0.7.5claws10
3164 display url in statusbar on single-click
3165 patch submitted by Thorsten Maerz <torte@netztorte.de>
3167 2002-05-06 [match] 0.7.5claws9
3174 XML implementation of properties file.
3175 * src/exporthtml.[ch]
3176 * src/expthtmldlg.[ch]
3180 2002-05-02 [sergey] 0.7.5claws8
3182 * src/mainwindow.c (mainwin_entries),
3183 src/prefs_common.c (prefs_send_create()),
3184 src/codeconv.c (locale_table):
3185 use charset name "Windows-1251" instead of "CP1251".
3187 2002-05-02 [colin] 0.7.5claws7
3191 src/prefs_folder_item.c
3192 Fixed cosmetics bugs due to Outbox renamed to Sent.
3194 2002-05-02 [hiro] 0.7.5claws6
3197 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
3199 2002-05-02 [paul] 0.7.5claws5
3202 more sync with 0.7.5cvs7, see ChangeLog entry
3205 2002-05-02 [hiro] 0.7.5claws4
3208 compose_queue_sub():
3209 check if queue folder exists (closes #550397).
3210 removed directory creation since it should be handled
3213 imap_add_msg(): return UID for appended message
3216 2002-04-30 [paul] 0.7.5claws3
3219 fix account_find_from_address() bug
3221 2002-04-28 [colin] 0.7.5claws2
3225 src/prefs_common.[ch]
3227 Added user-definable quotation characters recognition.
3229 2002-04-28 [paul] 0.7.5claws1
3231 * sync with 0.7.5cvs4
3232 see ChangeLog entry 2002-04-25
3234 2002-04-28 [paul] 0.7.5claws
3239 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
3240 Fabio Junior Beneditto
3242 2002-04-27 [jens] 0.7.4claws103
3245 updated German translation.
3247 2002-04-27 [hiro] 0.7.4claws102
3250 summary_write_cache(): fixed the mark loss of hidden messages.
3252 2002-04-26 [melvin] 0.7.4claws101
3255 fixed a second typo (same one)
3259 fixed the type again...
3261 2002-04-26 [melvin] 0.7.4claws100
3264 fixed a typo in an alert message ("temorary").
3267 corrected the typo described above.
3269 updated French translation.
3271 2002-04-26 [darko] 0.7.4claws99
3274 fix target folder colorization
3276 2002-04-25 [paul] 0.7.4claws98
3279 updated by Alessandro Maestri
3281 2002-04-24 [colin] 0.7.4claws97
3284 Fixed double "subject is empty" question.
3286 2002-04-23 [colin] 0.7.4claws96
3289 Corrected issue when "automatically display images" was
3290 not set : first image remained after selecting second.
3292 2002-04-23 [melvin] 0.7.4claws95
3294 * src/prefs_actions.c
3295 Don't display in/out dialog if there is nothing to show.
3297 2002-04-23 [paul] 0.7.4claws94
3299 * sync with 0.7.5cvs3
3300 bug fixes: see ChangeLog entry 2002-04-23
3302 2002-04-22 [darko] 0.7.4claws93
3305 fix previous check-in which changed code after
3308 2002-04-22 [paul] 0.7.4claws92
3315 update English, Spanish and French FAQs
3318 add German and Spanish manuals
3321 update English and French manuals
3324 add to and re-arrange the pixmap entries
3326 2002-04-22 [darko] 0.7.4claws91
3329 fix sender initials recognition to only allow
3330 '>' after the initials
3332 2002-04-21 [paul] 0.7.4claws90
3334 * sync with 0.7.5 release
3335 see ChangeLog entry 2002-04-21
3340 add colin's new pixmaps to EXTRA_DIST
3342 2002-04-21 [colin] 0.7.4claws89
3345 * src/mainwindow.[ch]
3346 * src/prefs_common.[ch]
3347 * src/stock_pixmap.[ch]
3348 Added "Work offline" ability.
3350 2002-04-21 [colin] 0.7.4claws88
3353 * src/prefs_common.c
3354 * src/prefs_common.h
3355 * src/textview.c : Added an option to common preferences -> display
3356 to allow user not to automatically display images.
3358 2002-04-21 [paul] 0.7.4claws87
3360 * sync with 0.7.4cvs52
3361 see ChangeLog entry 2002-04-21 (src/imap.c)
3363 2002-04-21 [paul] 0.7.4claws86
3365 * sync with 0.7.4cvs51
3366 see ChangeLog entry 2002-04-21
3368 2002-04-21 [paul] 0.7.4claws85
3370 * sync with 0.7.4cvs49
3371 see ChangeLog entries 2002-04-20 and 2002-04-21
3374 clean up: remove old 'stock_' element from xpm
3377 2002-04-21 [alfons] 0.7.4claws84
3379 apply sync patch from Paul
3382 use old claws prefs_folder_item_create() for now
3384 2002-04-19 [match] 0.7.4claws83
3386 * src/addressbook.[ch]
3387 * src/addrharvest.[ch]
3388 * src/addrgather.[ch]
3391 * src/summaryview.[ch]
3394 2002-04-19 [paul] 0.7.4claws82
3397 updated by Fabio Junior Beneditto
3399 2002-04-14 [alfons] 0.7.4claws81
3402 add #include <sys/types.h> for mode_t and off_t
3404 2002-04-13 [paul] 0.7.4claws80
3409 src/prefs_common.[ch]
3411 enable storing of GnuPG passphrase for the whole
3412 session or a user-defined number of minutes. patch
3413 submitted by Ravemax <ravemax@dextrose.com>
3415 2002-04-13 [alfons] 0.7.4claws79
3418 make email parser also stop scanning when encountering separators
3419 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
3421 2002-04-13 [paul] 0.7.4claws78
3423 * sync with 0.7.4cvs39
3424 see ChangeLog entry 2002-04-12
3426 2002-04-11 [paul] 0.7.4claws77
3428 * sync with 0.7.4cvs37
3429 see ChangeLog entry 2002-04-11
3431 2002-04-11 [paul] 0.7.4claws76
3434 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
3435 the clause for OpenSSL). sync with sylpheed main
3437 2002-04-09 [melvin] 0.7.4claws75
3440 Made 'Ctrl-Enter' on send ignore some modifiers
3441 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
3442 to bind other *-Enter (but not Alt-Enter).
3444 2002-04-09 [paul] 0.7.4claws74
3446 * sync with 0.7.4cvs35
3447 see ChangeLog entries 2002-04-09
3449 2002-04-08 [paul] 0.7.4claws73
3451 * sync with 0.7.4cvs33
3452 see ChangeLog entry 200-04-08
3454 2002-04-07 [match] 0.7.4claws72
3456 * src/addrharvest.[ch]
3457 fixed to read all addresses in header, regardless
3458 of header size. improved name parsing. accommodate
3459 harvest from folders and selected message.
3461 included new address parsing function.
3462 * src/addrgather.[ch]
3463 * src/addressbook.[ch]
3464 * src/summaryview.[ch]
3466 allow address harvest of folder as well as selected
3469 2002-04-07 [paul] 0.7.4claws71
3473 don't try to authenticate with CRAM-MD5 in SMTP when
3474 SMTP-AUTH enabled if MTA doesn't issue this
3475 auth-method in it's ehlo-response. bug item #531364,
3476 patch item #938910. patch submitted by Colin Leroy
3479 2002-04-07 [paul] 0.7.4claws70
3482 fix missing MODE_READER bug. patch submitted by
3483 Colin Leroy <colin@colino.net>
3485 2002-04-07 [alfons] 0.7.4claws69
3488 * src/prefs_filtering.c
3490 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
3491 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
3493 2002-04-07 [paul] 0.7.4claws68
3495 * sync with 0.7.4cvs32
3496 see ChangeLog entry 2002-04-06
3498 * tools/filter_conv.pl
3501 2002-04-06 [paul] 0.7.4claws67
3503 * tools/filter_conv.pl
3504 modify to be able to find the name of the first
3505 mailbox and use that. main's filter does not
3506 record the full path to the mailbox and therefore
3507 can only filter to the first mailbox.
3509 2002-04-05 [paul] 0.7.4claws66
3511 * tools/filter_conv.pl
3512 attempt to make the script all-encompassing and
3513 be able to convert any main 'filter' rule thrown
3516 2002-04-05 [paul] 0.7.4claws65
3518 * tools/filter_conv.pl
3519 allow for collapsed folder trees
3521 2002-04-05 [paul] 0.7.4claws64
3523 * sync with 0.7.4cvs31
3524 see ChangeLog entries 2002-04-05
3526 2002-04-03 [paul] 0.7.4claws63
3528 * sync with 0.7.4cvs29
3529 see ChangeLog entries 2002-04-02 and 2002-04-03
3531 2002-04-02 [paul] 0.7.4claws62
3533 * sync with 0.7.4cvs26
3534 see ChangeLog entry 2002-04-01
3536 2002-04-02 [match] 0.7.4claws61
3539 * src/importpine.[ch]
3541 import Pine address book.
3543 2002-04-02 [match] 0.7.4claws60
3545 * src/addrharvest.[ch]
3546 improve address parsing of funky addresses.
3548 2002-04-02 [darko] 0.7.4claws59
3551 wrap on send improvements, it now recognizes quoted
3552 initials as part of the quotation string, and it
3553 does not join lines separated by CR
3555 2002-04-01 [match] 0.7.4claws58
3558 added new functions.
3560 remove excessive duplicate address generation
3563 2002-04-01 [alfons] 0.7.4claws57
3568 2002-04-01 [paul] 0.7.4claws56
3570 * sync with 0.7.4cvs25
3571 see ChangeLog entry 2002-04-01
3573 2002-04-01 [alfons] 0.7.4aprilfool55
3576 honour feature request item #537427 to allow for
3577 displaying names from address book for sent mail also
3579 2002-03-29 [paul] 0.7.4claws54
3582 src/prefs_filtering.[ch]
3585 add 'fast filter' for claws' filtering,
3586 /Tools/Create filter rule/... patch submitted
3587 by Neill Miller <neillm@thecodefactory.org>
3589 2002-03-29 [paul] 0.7.4claws53
3591 * sync with 0.7.4cvs24
3592 see ChangeLog entry 2002-03-29
3594 2002-03-28 [paul] 0.7.4claws52
3596 * sync with 0.7.4cvs23
3597 see ChangeLog entry 2002-03-28
3599 2002-03-27 [melvin] 0.7.4claws51
3601 * src/prefs_actions.c
3602 Added support to pass only one message part (as a
3603 file) to the command using '%p'. No quotes are needed
3604 because doubles quotes are automatically added.
3605 Fixed bug where Sylpheed could block when waiting for
3606 a child process to finish.
3607 Changed the help menu to remove quotes around symbols to
3608 avoid misinterpretation (they must not be used).
3610 2002-03-27 [melvin] 0.7.4claws50
3613 Made the new mail notification command always
3614 execute asynchronously.
3616 2002-03-27 [paul] 0.7.4claws49
3619 fix bug introduced in last commit
3621 2002-03-27 [paul] 0.7.4claws48
3623 * sync with 0.7.4cvs21
3624 see ChangeLog 2002-03-26 and 2002-03-27
3626 2002-03-26 [hoa] 0.7.4claws47
3628 * src/prefs_folder_item.c
3629 really fixed the bug #516442 with folder rescan.
3631 2002-03-26 [paul] 0.7.4claws46
3633 * sync with 0.7.4cvs19
3634 see ChangeLog entries 2002-03-25 and 2002-03-26
3636 2002-03-25 [hoa] 0.7.4claws45
3640 fix the bug #516442 with folder rescan.
3642 * src/prefs_common.[ch]
3644 added an option to enable two different behaviours
3648 2002-03-25 [paul] 0.7.4claws44
3651 src/selective_download.c
3652 correct a few menuitem labels
3654 2002-03-25 [christoph] 0.7.4claws43
3657 fix non deleted tmp message in
3658 procmsg_save_to_outbox
3659 fix problems caused by sync with
3660 main branch's procmsg_send_queue
3662 2002-03-25 [paul] 0.7.4claws42
3666 src/quote_fmt_parse.y
3667 add Last name (%L) placeholder for quoting.
3668 patch submitted by Thorsten Thielen
3669 <thth@users.sourceforge.net>
3671 2002-03-25 [paul] 0.7.4claws41
3674 get full hostname. patch submitted by
3675 Bob Woodside <rwoodside1@comcast.net>
3677 2002-03-25 [paul] 0.7.4claws40
3682 src/prefs_account.[ch]
3683 enable NNTP over SSL. patch submitted by
3684 Pascal Jermini <pascal@infinity.hn.org>
3686 2002-03-24 [paul] 0.7.4claws39
3688 * src/prefs_common.c
3689 make the arrangement of the Compose tab more
3693 fix some irregularities of style
3696 updated by Kilian Krause
3698 2002-03-23 [paul] 0.7.4claws38
3701 updated by Fabio Junior Beneditto
3703 2002-03-23 [paul] 0.7.4claws37
3706 move 'Gather addresses' to 'Tools' menu
3707 make 'Selective download' sensitive
3709 2002-03-23 [paul] 0.7.4claws36
3711 * sync with 0.7.4cvs16
3712 see ChangeLog entries 2002-03-23
3714 2002-03-22 [christoph] 0.7.4claws35
3716 * src/quote_fmt_parse.y
3717 fix include program output
3719 2002-03-22 [alfons] 0.7.4claws34
3722 initialize GDate stack variable correctly (sorry!)
3724 2002-03-22 [paul] 0.7.4claws33
3730 rename 'Tool' to 'Tools'
3733 move 'Delete duplicated messages' from
3734 'Message/' to 'Tools/'
3735 re-arrange the order of 'Tools/' items
3737 2002-03-22 [paul] 0.7.4claws32
3740 src/addressbook.[ch]
3741 auto-address completion now also matches on
3742 Nickname. patch submitted by Bob Forsman
3743 <hammor@users.sourceforge.net>
3746 correct a spelling mistake
3748 2002-03-22 [alfons] 0.7.4claws31
3751 fix getting uidl from incorrect string
3754 2002-03-21 [alfons] 0.7.4claws30
3757 more code refactoring
3758 plug mem leak introduced by delete on server
3760 2002-03-21 [paul] 0.7.4claws29
3762 * sync with 0.7.4cvs11
3763 see ChangeLog entries 2002-03-20