1 2002-09-22 [colin] 0.8.3claws11
4 Fix pop_bfr_smtp_tm_entry sensivity when switching
5 from pop3 to apop or vice-versa
7 2002-09-22 [colin] 0.8.3claws10
9 * src/prefs_account.[ch]
10 Add an option for the POP before SMTP timeout
12 Remember time of last POP connection
14 Do POP before SMTP only if timeout reached
16 2002-09-22 [oliver] 0.8.3claws9
19 explain custom toolbar
21 2002-09-22 [oliver] 0.8.3claws8
23 * src/prefs_actions.[ch]
24 custom toolbar for compose
25 actions callback from compose toolbar
27 remove include toolbar.h
29 2002-09-22 [oliver] 0.8.3claws7
31 * src/prefs_toolbar.[ch]
32 custom toolbar for compose
33 - generic prefs_toolbar handles both
34 Mainwin's toolbar as well as Compose toolbar
36 2002-09-22 [oliver] 0.8.3claws6
39 custom toolbar for compose
40 restructure toolbar.[ch]
42 2002-09-22 [oliver] 0.8.3claws5
45 custom toolbar for compose
47 2002-09-22 [oliver] 0.8.3claws4
50 custom toolbar for compose
51 move mainwin toolbar back to mainwindow
53 2002-09-22 [alfons] 0.8.3claws3
60 2002-09-22 [alfons] 0.8.3claws2
63 procmsg_save_to_outbox(): don't unlink message file from queue;
64 callers should do it using folder_item_remove_msg()
66 2002-09-22 [colin] 0.8.3claws1
69 Made mimeview_check_signature() public
71 Made GPG signatures verifiable by clicking
72 the [application/pgp-signature] in the Text
75 2002-09-22 [paul] 0.8.3claws
84 updated translations, submitted by George Danchev,
85 me, Ricardo Mones Lastra, Alessandro Maestri,
86 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto
87 and Urke MMI, respectively.
89 2002-09-22 [alfons] 0.8.2claws65
93 no furry valgrinds have been used to plug these memleaks
95 2002-09-20 [paul] 0.8.2claws64
98 'Select thread' re-implemented
99 see ChangeLog 2002-09-20
101 2002-09-21 [alfons] 0.8.2claws63
104 compose_send(): plug unnoticed memleak
106 2002-09-20 [alfons] 0.8.2claws62
109 replace_address_in_edit(): strict check for NULL address to
110 fix "[ 607348 ] Segfault in address completion". My guess is
111 that this happens with an empty address book, but it's good
112 to have this check here anyway
114 completion_window_button_press(): free string returned
115 from the internal cache
117 2002-09-20 [christoph] 0.8.2claws61
120 added ENC_BINARY to EncodingType
122 the string returned by procmime_get_encoding_str
123 should not depend on the order of values in the
124 EncodingType definition
125 * doc-src/rfc1806.txt ** NEW FILE **
126 Added rfc1806 about MIME Content-Disposition
129 2002-09-19 [paul] 0.8.2claws60
131 * sync with 0.8.2cvs3
132 see ChangeLog 2002-09-19
134 2002-09-19 [paul] 0.8.2claws59
136 * src/prefs_folder_item.c
137 revert to Darko's original alignment of colour
139 add a colon to folder_color label
142 add Colin's patch (with Hiro's modifications) to
143 force BASE64 encoding for 8-bit text when signing
144 (sync with 0.8.3cvs2)
146 2002-09-18 [alfons] 0.8.2claws58
151 (beautify a little bit)
153 2002-09-18 [christoph] 0.8.2claws57
156 fix handling of fgetc return value
158 2002-09-17 [alfons] 0.8.2claws56
161 summary_sort(): check non-NULL summaryview->folder_item when no
162 folder is selected at all
163 (closes "[ 610344 ] sort label make syl Crash")
165 2002-09-17 [alfons] 0.8.2claws55
168 beautify a little bit
170 2002-09-17 [christoph] 0.8.2claws54
173 initialize max values for cache and folder
174 when cache or folder is empty
176 2002-09-15 [colin] 0.8.2claws53
179 Fix a leak (thanks Alfons!) and cleaned
180 variables names for custom headers
182 2002-09-15 [colin] 0.8.2claws52
185 Fix custom headers recognition when
186 prefs_common.trans_hdr is on
188 2002-09-15 [colin] 0.8.2claws51
191 Allow dynamically-added custom headers
192 Yet not reparsed if reedited
194 2002-09-15 [alfons] 0.8.2claws50
196 * src/prefs_account.c
199 2002-09-15 [colin] 0.8.2claws49
201 * src/prefs_account.c
202 fix pop_before_smtp sensitivity
204 2002-09-15 [colin] 0.8.2claws48
207 add inc_pop_before_smtp()
208 allow MainWindow to be undefined in
209 inc_account_mail() and inc_start()
212 add STYPE_POP_BEFORE_SMTP session type
213 * src/prefs_account.c
214 activated pop before smtp option
216 do pop before smtp if the relevant option
219 2002-09-15 [paul] 0.8.2claws47
222 see ChangeLog 2002-09-15
224 2002-09-14 [paul] 0.8.2claws46
227 updated Bulgarian translation, submitted by
230 2002-09-13 [paul] 0.8.2claws45
233 merge claws' select_account() with main's
234 (new) compose_select_account(). [sync with
235 0.8.2cvs15, see ChangeLog 2002-09-11]
237 2002-09-12 [christoph] 0.8.2claws44
240 allocate 1 elements of FolderItem not 0
242 2002-09-12 [colin] 0.8.2claws43
245 Fix bug #590825 (obey Follow-up: poster)
247 2002-09-12 [colin] 0.8.2claws42
250 Fix bug #557009 (wrong headers for messages
251 forwarded as attachments)
253 2002-09-11 [colin] 0.8.2claws41
256 Put SCF: pseudo-header on top of message
257 Set draft tmp_flag when saved as draft
261 Skip after first \n\n for beginning of real message
264 2002-09-11 [christoph] 0.8.2claws40
267 use procmsg flag functions in filtering or processing
268 will cause incorrect folder message counts
270 2002-09-11 [colin] 0.8.2claws39
273 Fix bug #550175 - wrong save folder when reediting
276 2002-09-11 [paul] 0.8.2claws38
278 * sync with 0.8.2cvs14
279 see ChangeLog 2002-09-11
281 2002-09-11 [colin] 0.8.2claws37
284 Fix a typo (seeming to cause new/unread status to
287 2002-09-10 [christoph] 0.8.2claws36
290 compose_redirect should not use compose_generic_new
291 because that does more stuff than expected including
292 opening the external editor
293 (closes bug "[ 526608 ] bounced messages appear blank
296 2002-09-10 [christoph] 0.8.2claws35
299 fix problem with too large message number range
300 causing a crash in folder_item_scan
302 2002-09-10 [paul] 0.8.2claws34
304 * sync with 0.8.2cvs13
305 see ChangeLog 2002-09-10
307 2002-09-10 [christoph] 0.8.2claws33
310 set MsgInfo TmpFlags for queue and draft folders
311 (closes bug "[ 591676 ] Queue ignore MIME on restart")
313 2002-09-10 [paul] 0.8.2claws32
316 po/bg.po ** NEW FILE **
317 new Bulgarian translation submitted by
318 George Danchev <danchev@spnet.net>
322 tools/tb2sylpheed ** NEW FILE **
323 add script that converts an addressbook exported
324 from The Bat! into a Sylpheed addressbook. Submitted
325 by Urke MMI <urke-kg@eunet.yu>
327 2002-09-10 [paul] 0.8.2claws31
329 * sync with 0.8.2cvs12
330 see ChangeLog 2002-09-10
332 2002-09-06 [paul] 0.8.2claws30
335 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
339 tools/ldif-to-xml.py ** REMOVED **
340 remove obsolete python script
342 2002-09-06 [paul] 0.8.2claws29
344 * sync with 0.8.2cvs10
345 see ChangeLog 2002-09-06
347 2002-09-04 [paul] 0.8.2claws28
349 * sync with 0.8.2cvs9
350 see ChangeLog 2002-08-04
352 2002-09-04 [colin] 0.8.2claws27
354 * src/prefs_common.[ch]
355 Added signature color configuration
357 Use user-specified signature color
359 2002-09-03 [colin] 0.8.2claws26
361 * src/prefs_common.[ch]
362 Added autosave and autosave_length prefs
364 Added compose_remove_draft()
365 Auto-save drafts according to the prefs
367 Added a crash-indicator file, allowing to check
368 for new messages on startup if Sylpheed crashed
369 (makes saved drafts "reappear")
371 2002-09-03 [colin] 0.8.2claws25
376 2002-09-03 [paul] 0.8.2claws24
378 * sync with 0.8.2cvs8
379 see ChangeLog 2002-09-02 and 2002-09-03
381 2002-09-03 [darko] 0.8.2claws23
384 use normal style when creating new folder to pick
387 2002-09-02 [melvin] 0.8.2claws22
390 removed some obsolete code
392 2002-09-02 [melvin] 0.8.2claws21
395 fixed test's equality sign (== to =)
397 2002-09-02 [alfons] 0.8.2claws20
401 revert change of 0.8.2claws16 and use the mh_folder_destroy
402 as folder->destroy virtual as suggested by Hiro
403 (the mh.c code seems to have been lost around mh.c.1.21)
405 2002-09-02 [paul] 0.8.2claws19
408 updated by Fabio Jr. Beneditto
411 use 'http://claws.sylpheed.org' for homepage link.
412 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
414 2002-09-01 [alfons] 0.8.2claws18
417 plug memleak related to one Martin Kluge found
419 2002-08-31 [paul] 0.8.2claws17
421 * sync with 0.8.2cvs6
422 see ChangeLog 2002-08-30
424 2002-08-31 [alfons] 0.8.2claws16
427 folder_destroy(): remove mailbox from folderlist even if it has
430 2002-08-31 [alfons] 0.8.2claws15
435 (being pedantic I know)
437 2002-08-31 [alfons] 0.8.2claws14
440 check for NULL pointers returned from folder->fetch_msginfo virtual
441 (should solve some reported crashes)
443 2002-08-30 [alfons] 0.8.2claws13
448 enable crash dialog on compilation time
449 (--enable-crash-dialog configure option)
451 2002-08-30 [alfons] 0.8.2claws12
456 apply memory leak plug patch by Martin Kluge
457 (closes patch "[ 602568 ] patch for 602441 little memory leak",
458 bug "[ 599677 ] Very small memory leak in 0.81claws115",
459 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
461 2002-08-30 [darko] 0.8.2claws11
464 copy Gtk style from normal style to match
465 font size for coloured folders
467 2002-08-29 [alfons] 0.8.2claws10
470 Type=Internet <- Type=Application
471 (reported by Michael Schwendt, see:
472 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
473 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
475 2002-08-29 [paul] 0.8.2claws9
477 * sync with 0.8.2cvs5
478 see ChangeLog 2002-08-29
480 2002-08-29 [colin] 0.8.2claws8
483 Added a sanity check in summary_select_thread
484 Should fix bug 601605
486 2002-08-29 [colin] 0.8.2claws7
489 Revert claws6 changes regarding bug #591676
491 2002-08-28 [colin] 0.8.2claws6
494 Ignore cache for queue folderitems
497 2002-08-28 [melvin] 0.8.2claws5
502 2002-08-28 [melvin] 0.8.2claws4
505 Updated a bit the text concerning the spell checker
507 2002-08-28 [melvin] 0.8.2claws3
509 Merged the GNU_aspell_branch:
510 Support of new GNU/aspell is now included and the old pspell
511 is not supported anymore.
515 Updated spell checker text to reflect the switch to GNU/aspell
517 * ac/aspell.m4 *** NEW ***
518 * src/gtkaspell.[ch] *** NEW ***
519 * ac/pspell.m4 *** DELETED ***
520 * src/gtkspell.[ch] *** DELETED ***
523 Updated for GNU/aspell support
526 Replaced gtkspell.c by gtkaspell.c
534 * src/prefs_common.[ch]
535 Updated for GNU/aspell support
537 2002-08-28 [paul] 0.8.2claws2
539 * sync with 0.8.2cvs4
540 see ChangeLog 2002-08-27 and 2002-08-28
542 2002-08-28 [colin] 0.8.2claws1
544 * src/summary_search.c
547 2002-08-28 [jens] 0.8.2claws
550 Updated German translations
552 2002-08-27 [melvin] 0.8.2claws
555 Updated French translations
557 2002-08-27 [paul] 0.8.2claws
559 * sync with 0.8.2 main release
567 updated message catalogs submitted by
568 Ricardo Mones Lastra, Alessandro Maestri,
569 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
570 Beneditto and Urke MMI
572 2002-08-27 [hoa] 0.8.1claws123
574 * src/mainwindow.[ch]
575 * src/summaryview.[ch]
576 removed the "filter setting" menu option.
577 add a "cancel a news message" menu option.
579 2002-08-26 [martin] 0.8.1claws122
582 changed string under 0.8.1claws79 changed by myself
585 2002-08-26 [martin] 0.8.1claws121
588 added kill command to debuggerrc to start crash dialog
590 2002-08-26 [paul] 0.8.1claws120
592 * sync with 0.8.1cvs31
593 see ChangeLog 2002-08-26
595 2002-08-25 [alfons] 0.8.1claws119
598 fix bug that didn't send out correct headers to news server
599 when sending news article and email from queue (bug reported
600 and patch provided by Tim Mann; closes bug
601 "[ 583196 ] 0.7.8claws can't post news")
603 2002-08-25 [alfons] 0.8.1claws118
605 * src/selective_download.c
606 mark two strings as translatable
607 (thanks to Urke MMI for pointing this out)
609 2002-08-25 [alfons] 0.8.1claws117
612 treat sent boxes as special and allow sorting them by addressee
613 (closes "[ 589418 ] Sent folder sorting misbehavior"
614 submitted by Steve Lamb)
616 2002-08-24 [alfons] 0.8.1claws116
619 fix memleak reported by Martin Kluge
620 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
622 2002-08-24 [oliver] 0.8.1claws115
624 * src/prefs_toolbar.c
625 o code cleanup as suggested by Alfons
628 2002-08-24 [alfons] 0.8.1claws114
631 o fix another memory leak reported by Martin Kluge
632 (see "[ 599568 ] Small Memory Leak")
633 o remove 'from' variable from 'summary_set_header()'; we can
636 2002-08-24 [paul] 0.8.1claws113
638 * sync with 0.8.1cvs30
639 see ChangeLog 2002-08-23
641 2002-08-24 [alfons] 0.8.1claws112
644 remove unnecessary allocations for search bar fixing leaks
645 reported by Martin Kluge
646 (see "[ 599451 ] Further memory leaks?")
648 2002-08-24 [alfons] 0.8.1claws111
651 make get_socket_name() public for crash.c
653 o make report bug button work (goes to claws'
654 bug tracker at sf.net)
655 o introduce function for doing important stuff just
656 before claws goes down
659 2002-08-24 [alfons] 0.8.1claws110
662 move cursor to "To" entry when forwarding as attachment
663 (reported and solved by Steve Lamb, closes bug report
664 "[ 592880 ] Forward as attachment; cursor not in to")
666 2002-08-24 [colin] 0.8.1claws109
669 fix quick search visibility after GUI (de)separations.
671 2002-08-23 [colin] 0.8.1claws108
674 fix header pane visibility after folderview or
675 messageview (de)separation
677 2002-08-23 [paul] 0.8.1claws107
679 * src/mainwindow.[ch]
681 give full control of display or non-display
682 of the Execute icon to Custom toolbar settings.
683 add new sensitivity condition to maninwindow.h:
689 more sync with 0.8.1cvs29
691 2002-08-23 [melvin] 0.8.1claws106
694 Readded support for custom widget in alertpanel lost in last
697 2002-08-23 [paul] 0.8.1claws105
699 * sync with 0.8.1cvs29
700 see ChangeLog 2002-08-23
702 2002-08-23 [colin] 0.8.1claws104
705 Fix folder and search pixmaps exchanging positions
706 after theme or toolbar changes. Thank to Oliver for
709 2002-08-23 [colin] 0.8.1claws103
715 Changed messageview_create() and noticeview_create()
716 to avoid the last gdk_warning
718 2002-08-22 [colin] 0.8.1claws102
721 Fix my new `Creating pixmap from xpm' warning
723 2002-08-22 [colin] 0.8.1claws101
726 Fix some of the gdk warnings
728 2002-08-22 [colin] 0.8.1claws100
733 * src/pixmaps/quicksearch.xpm *ADDED*
734 Add the quicksearch pixmap
738 Make quicksearch bar visible/hidden via a button
740 2002-08-22 [christoph] 0.8.1claws99
743 fix folder update for newsgroups with message
744 numbers below minimum number of articles to fetch
747 2002-08-22 [paul] 0.8.1claws98
749 * sync with 0.8.1cvs28
750 see ChangeLog 2002-08-22
752 2002-08-21 [alfons] 0.8.1claws97
755 use bt instead of bt full which seems to work
756 better, and bt full doesn't give a great deal
757 of information anyway
759 2002-08-21 [colin] 0.8.1claws96
762 fix summaryview_searchtype_changed prototype
764 2002-08-21 [christoph] 0.8.1claws95
767 o fix broken menu update for sorting type, we have to
768 get this info from the summaryview now
769 o removed setting of threaded state in menu callback
770 * src/summaryview.[ch]
771 more summaryview/folderitem seperation for
774 removed not required --with-compiler-flags option
776 2002-08-21 [oliver] 0.8.1claws94
779 o rename toolbar.xml to toolbar_main.xml
780 since toolbar_compose.xml might come up
785 2002-08-21 [darko] 0.8.1claws93
788 don't reset tmp flags for messages copied
791 2002-08-21 [colin] 0.8.1claws92
793 * src/prefs_filtering.c
794 fix renaming rules on folder rename
795 when folder is not a leaf folder
797 2002-08-21 [paul] 0.8.1claws91
799 * src/prefs_folder_item.c
800 fix alignment of colour selector
802 2002-08-21 [paul] 0.8.1claws90
804 * sync with 0.8.1cvs27
805 see ChangeLog 2002-08-21
807 2002-08-21 [paul] 0.8.1claws89
810 fix crash when changing field type in
813 2002-08-21 [colin] 0.8.1claws88
816 Made quick search case-insensitive
818 2002-08-21 [paul] 0.8.1claws87
820 * sync with 0.8.1cvs26
821 see ChangeLog 2002-08-21
823 2002-08-20 [christoph] 0.8.1claws86
827 * src/summaryview.[ch]
828 more summaryview/folderitem seperation for
829 sort_key and sort_type
831 added missing return statement
833 2002-08-20 [colin] 0.8.1claws85
835 * src/summaryview.[ch]
836 Added a quick search box
838 * src/prefs_common.[ch]
839 Added a show/hide option for the quick search
841 2002-08-20 [oliver] 0.8.1claws84
844 remove toolbar_create_popups
846 o remove toolbar_create_popups
847 o fix toolbar_set_sensitive
848 (Bug reports #596834 and #596832)
849 * src/prefs_toolbar.c
850 o add "Set default" button
851 o align label and text + combo widgets
853 2002-08-20 [hoa] 0.8.1claws83bis
856 fixed a bug in imap_fetch_msginfo() in case there is no
859 2002-08-20 [darko] 0.8.1claws83
862 copy the color style of folder view so it
863 works with GTK themes
865 2002-08-20 [darko] 0.8.1claws82
869 * src/prefs_folder_item.[hc]
870 don't use UI stuff in folder.h
872 2002-08-20 [darko] 0.8.1claws81
875 * src/prefs_folder_item.h
877 * src/prefs_folder_item.c
878 ability to set folder color in folderview
880 2002-08-19 [alfons] 0.8.1claws80
883 fix one of the earlier memleaks reported by Martin Kluge
885 2002-08-19 [alfons] 0.8.1claws79
888 hide notice view when selecting seperate folder
889 view (reported by Urke MMI)
891 2002-08-19 [christoph] 0.8.1claws78
894 * src/prefs_folder_item.h
895 * src/summaryview.[ch]
896 o add summary_set_prefs_from_folderitem to set
897 summaryview prefs (first step to remove all
898 references to the folderitem in summaryview)
899 o moved compiled regex stuff from folderitem prefs
902 2002-08-19 [paul] 0.8.1claws77
905 add check for '.' to QUOTE_IF_REQUIRED
907 2002-08-19 [paul] 0.8.1claws76
910 sync with 0.8.1cvs25 (plug memory leak)
912 * src/prefs_toolbar.c
913 re-order prefs_toolbar_cancel()
915 2002-08-18 [alfons] 0.8.1claws75
919 plug other memleaks reported by Martin Kluge
921 2002-08-18 [paul] 0.8.1claws74
924 updated by Fabio Jr. Beneditto
926 2002-08-18 [paul] 0.8.1claws73
929 fix bug where tooltips were displayed untranslated
931 * src/prefs_toolbar.c
932 fix bug where clicking 'Cancel' creates an icon & text
933 toolbar regardless of prefs
936 2002-08-17 [oliver] 0.8.1claws72
938 * src/prefs_toolbar.c
939 update toolbar on CANCEL
940 bug reported by Martin Kluge
942 toolbar_destroy memleak fixed
944 2002-08-17 [alfons] 0.8.1claws71
947 plug another memleak reported by Martin Kluge
949 2002-08-16 [alfons] 0.8.1claws70
952 use execvp() correctly (suggested by wwp; thanks!)
954 2002-08-16 [alfons] 0.8.1claws69
957 plug memory leak reported by Kim Schultz & Martin Kluge
959 2002-08-16 [paul] 0.8.1claws68
962 updated by Ricardo Mones Lastra
964 2002-08-16 [paul] 0.8.1claws67
967 fix bug where 'Compose News' icon showed wrong
970 2002-08-16 [paul] 0.8.1claws66
972 * sync with 0.8.1cvs24
973 see ChangeLog 2002-08-16
976 updated by Alessandro Maestri
978 2002-08-15 [paul] 0.8.1claws65
983 2002-08-15 [paul] 0.8.1claws64
986 don't translate debug info
991 2002-08-15 [paul] 0.8.1claws63
993 * src/prefs_toolbar.c
994 fix bug where clicking 'OK' creates an icon & text
995 toolbar regardless of prefs
997 2002-08-14 [alfons] 0.8.1claws62
1000 add global var that has the full argv[0]
1002 o execvp the correct sylpheed by using argv0
1003 and setting the correct work dir
1006 2002-08-14 [oliver] 0.8.1claws61
1008 * enable/disable Toolbar Action Buttons
1012 * src/prefs_toolbar.c
1014 2002-08-14 [melvin] 0.8.1claws60
1017 Updated French translations
1019 2002-08-14 [melvin] 0.8.1claws59
1022 Made bug report not translatable
1024 Fixed exporthtml_build_filespec() return value
1026 Fixed incorrect include file
1028 * src/prefs_actions.c
1029 * src/prefs_toolbar.c
1030 Made debug info not translatable
1033 Added missing includes
1034 * src/prefs_common.c
1037 2002-08-14 [paul] 0.8.1claws58
1039 * faq/es/sylpheed-faq.html
1040 faq/es/sylpheed-faq-[1-3].html
1041 faq/es/sylpheed-faq-4.html **NEW FILE **
1044 2002-08-13 [christoph] 0.8.1claws57
1047 ignore thread fix that did not mark all
1048 child nodes of a ignored thread as
1049 ignored. Does not work perfectly yet,
1050 but it is better now
1052 2002-08-13 [alfons] 0.8.1claws56
1055 o implement 'save crash log'
1058 2002-08-13 [melvin] 0.8.1claws55
1061 removed unrequired "execinfo.h" header
1063 2002-08-12 [paul] 0.8.1claws54
1065 * faq/en/sylpheed-faq.html
1066 faq/en/sylpheed-faq-[1-3].html
1067 faq/en/sylpheed-faq-4.html **NEW FILE **
1070 2002-08-12 [alfons] 0.8.1claws53
1073 add crash.c to translatables
1075 bring in Leandro's crash dialog
1077 2002-08-11 [alfons] 0.8.1claws52
1080 clean up some warnings
1082 2002-08-11 [alfons] 0.8.1claws51
1086 * src/crash.[ch] ** NEW FILES **
1088 initial gdb crash handler
1090 2002-08-11 [paul] 0.8.1claws50
1092 * src/prefs_toolbar.c
1093 replace Up/Down arrow pixmaps with text to be
1094 consistent across icon themes
1096 2002-08-11 [paul] 0.8.1claws49
1098 * src/prefs_common.c
1100 rename 'Pixmap' -> 'Icon'
1103 rename 'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
1105 2002-08-10 [paul] 0.8.1claws48
1107 * src/prefs_toolbar.c
1110 2002-08-10 [paul] 0.8.1claws47
1113 don't write Processing progress to status bar
1114 patch submitted by Alexander Evseev
1116 * src/prefs_toolbar.c
1117 re-position and resize window
1118 make window assume correct size on first call
1120 2002-08-10 [paul] 0.8.1claws46
1127 follow UI text conventions
1129 2002-08-10 [alfons] 0.8.1claws45
1132 correct pixmap for delete action
1134 2002-08-10 [paul] 0.8.1claws44
1137 updated by Fabio Jr. Beneditto
1139 2002-08-10 [paul] 0.8.1claws43
1142 add custom toolbar files
1144 2002-08-10 [paul] 0.8.1claws42
1146 * sync with 0.8.1cvs22
1147 see ChangeLog 2002-08-09
1149 2002-08-09 [paul] 0.8.1claws41
1153 tools/outlook2sylpheed.pl ** NEW FILE **
1154 add script to convert exported Outlook
1155 contacts list to a Sylpheed addressbook.
1156 Submitted by Ricardo Mones Lastra.
1158 2002-08-09 [paul] 0.8.1claws40
1162 po/sr.po ** NEW FILE **
1163 add Serbian message catalog. Submitted by
1164 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>
1166 2002-08-09 [paul] 0.8.1claws39
1168 * sync with 0.8.1cvs21
1169 see ChangeLog 2002-08-08
1171 2002-08-08 [oliver] 0.8.1claws38
1174 move Custom Toolbar to Configuration menu
1176 2002-08-08 [oliver] 0.8.1claws37
1178 * src/prefs_toolbar.c
1179 fix substitute pixmap bug
1181 2002-08-08 [paul] 0.8.1claws36
1183 * sync with 0.8.1cvs19
1184 see ChangeLog 2002-08-08
1186 2002-08-07 [christoph] 0.8.1claws35
1189 fixed a memory leak in new canonicalize_file_replace
1191 2002-08-07 [christoph] 0.8.1claws34
1194 o canonicalize_file_replace should create the temporary
1195 file in the same directory as the original file.
1196 o added get_tmpfile_in_dir that creates a temorary file
1197 in a specified directory.
1199 2002-08-07 [melvin] 0.8.1claws33
1202 fixed bug where 'Article' button acted as 'Email' button.
1204 2002-08-07 [paul] 0.8.1claws32
1206 * sync with 0.8.1.cvs17
1207 see ChangeLog 2002-08-07
1209 2002-08-07 [colin] 0.8.1claws31
1212 fix mass-cancel problem
1214 2002-08-07 [thorsten] 0.8.1claws30
1216 * src/prefs_toolbar.c
1217 fix: crash on replace or add new button
1219 fix: close xmlfile after reading
1221 fix: unlink() file before rename()
1223 2002-08-06 [paul] 0.8.1claws29
1225 * sync with 0.8.cvs15
1226 see ChangeLog 2002-08-06
1228 2002-08-06 [oliver] 0.8.1claws28
1231 * src/prefs_toolbar.c
1232 fixed empty toolbar issue
1234 2002-08-06 [oliver] 0.8.1claws27
1236 * Custom Toolbar Final
1240 o toolbar stuff now lives in src/toolbar.[ch]
1241 o main_window_toolbar_* functions are renamed to
1242 toolbar_* reflecting their new source file
1243 * src/mainwindow.[ch]
1244 o remove toolbar stuff
1246 2002-08-06 [oliver] 0.8.1claws26
1249 * src/prefs_toolbar.[ch] **New File**
1250 * src/toolbar.[ch] **New File**
1251 o prefs_toolbar.[ch] custom toolbar frontend
1252 o toolbar.[ch] backend
1254 2002-08-06 [oliver] 0.8.1claws25
1256 * src/prefs_actions.[ch]
1257 o new exported function actions_execute
1259 2002-08-06 [paul] 0.8.1claws24
1261 * sync with 0.8.1cvs4
1262 see ChangeLog 2002-08-06
1264 2002-08-06 [paul] 0.8.1claws23
1266 * sync with 0.8.1cvs13
1267 see ChangeLog 2002-08-06
1269 2002-08-06 [paul] 0.8.1claws22
1271 * sync with 0.8.1cvs12
1272 see ChangeLog 2002-08-05 and 2002-08-06
1274 2002-08-06 [match] 0.8.1claws21
1277 improvements to cut/copy/paste address
1279 2002-08-05 [match] 0.8.1claws20
1286 fixes to improve cut/copy/paste
1288 2002-08-06 [melvin] 0.8.1claws19
1291 account_find_all_from_address(): new function that returns the
1292 list of all accounts that are matched in an address.
1293 * src/alertpanel.[ch]
1294 alertpanel() now accepts a custom widget
1295 alertpanel_with_widget(): new function that pops up a panel with
1296 a custom widget in it
1298 gtkut_account_menu_new(): new function that allows the selection
1299 of an account from a list of accounts.
1301 Extended Return Receipt notification to select the correct
1302 account and to make a security test on the Delivery-Notification
1303 address which should be the same as the Return-Path.
1305 2002-08-06 [thorsten] 0.8.1claws18
1308 attach_all: save unnamed as "noname.%d",
1309 dont free static dirname
1311 2002-08-05 [alfons] 0.8.1claws17
1314 detect XIM by trying to link rather than compile a XIM program
1316 2002-08-05 [oliver] 0.8.1claws16
1318 * src/stock_pixmap.[ch]
1319 o add UP_ARROW to available pixmaps (already in pixmap-directory)
1320 o new func to retrieve pixmaps
1322 2002-08-05 [paul] 0.8.1claws15
1324 * sync with 0.8.1cvs10
1325 see ChangeLog 2002-08-05
1327 2002-08-04 [alfons] 0.8.1claws14
1330 see if this plugs memleak
1332 2002-08-04 [melvin] 0.8.1claws13
1335 fixed bug that could crash Sylpheed when highlighting
1336 all misspelled words.
1338 2002-08-03 [melvin] 0.8.1claws12
1340 * src/prefs_actions.c
1341 removed unnecessary checks for NULL introduced in 0.8.1claws11.
1343 fixed bug where the Return Receipt was sent to
1344 Delivery-Notification-To address even if it was not present
1346 2002-08-02 [alfons] 0.8.1claws11
1348 * src/prefs_actions.c
1349 o more check for NULLs
1350 o put create_io_dialog() in right conditional block
1352 2002-08-02 [paul] 0.8.1claws10
1355 updated by Ricardo Mones Lastra
1357 2002-08-01 [christoph] 0.8.1claws9
1360 don't free the cache of the opened
1361 folder in the summaryview
1363 don't unset flags, if it is not required
1365 2002-08-01 [paul] 0.8.1claws8
1367 * sync with 0.8.1cvs8
1368 see ChangeLog entry 2002-08-01
1370 2002-08-01 [paul] 0.8.1claws7
1372 * sync with 0.8.1cvs7
1373 see ChangeLog 2002-07-31 and 2002-08-01
1375 2002-07-31 [christoph] 0.8.1claws6
1378 forgot to update menu sensitivity
1379 function for new menu entry
1381 2002-07-31 [alfons] 0.8.1claws5
1384 check folder item and its path for NULL on
1387 2002-07-31 [christoph] 0.8.1claws4
1390 check if folder_item_get_msginfo in
1391 folder_item_remove_msg returned NULL
1393 better clear the uid cache in the
1394 uid validity check function and delete
1397 2002-07-31 [paul] 0.8.1claws3
1400 add the '--attach' option and a few other
1403 2002-07-31 [paul] 0.8.1claws2
1405 * sync with 0.8.1cvs5
1406 see ChangeLog 2002-07-31
1408 2002-07-31 [christoph] 0.8.1claws1
1410 * src/folderview.[ch]
1412 replace "Rescan all folders..." with
1413 "Check all folders for new messages..."
1415 2002-07-30 [paul] 0.8.1claws
1417 * version 0.8.1claws released
1419 2002-07-30 [paul] 0.8.0claws29
1421 * tools/OOo2sylpheed.pl ** NEW FILE **
1423 add script to enable sending documents as
1424 attachments from OpenOffice.org
1426 2002-07-30 [melvin] 0.8.0claws28
1428 * src/prefs_actions.c
1429 Made the actions' input/output dialog display
1432 2002-07-30 [christoph] 0.8.0claws27
1435 check if folder_item_get_msginfo in
1436 procmsg_save_to_outbox returned NULL
1438 2002-07-30 [paul] 0.8.0claws26
1440 * sync with 0.8.1cvs4
1441 see ChangeLog 2002-07-29
1443 2002-07-29 [thorsten] 0.8.0claws25
1446 added selective download, delete on server
1448 2002-07-29 [paul] 0.8.0claws24
1450 * sync with 0.8.1cvs3
1451 see ChangeLog 2002-07-29
1453 2002-07-27 [christoph] 0.8.0claws23
1456 add extra check if fetching the msginfo
1459 2002-07-27 [paul] 0.8.0claws22
1461 * sync with 0.8.1cvs2
1462 see ChangeLog 2002-07-26
1464 2002-07-27 [christoph] 0.8.0claws21
1467 add another check if a valid msginfo
1470 2002-07-26 [hoa] 0.8.0claws20
1473 Fixed a condition in folder_item_destroy()
1476 Fixed an error in IMAP protocol
1478 2002-07-26 [alfons] 0.8.0claws19
1481 ofcourse compare with identifier, not the path
1483 2002-07-26 [alfons] 0.8.0claws18
1486 use folder item identifier for saving / restoring
1487 preferences because folder->path might not be unique
1489 2002-07-26 [melvin] 0.8.0claws17
1492 Fixed a crash introduced in 0.8.0claws5 when log is
1493 cut under 80 characters.
1495 2002-07-26 [paul] 0.8.0claws16
1497 * sync with 0.8.1cvs1
1498 see ChangeLog 2002-07-26
1500 2002-07-26 [christoph] 0.8.0claws15
1503 imap folder now remembers the last selected
1504 folder and imap_fetch_msginfo skips selecting
1505 the folder if it is already selected
1507 2002-07-26 [christoph] 0.8.0claws14
1512 fix imap folder rescanning
1514 2002-07-25 [christoph] 0.8.0claws13
1524 implement imap uid cache and uid validity check
1526 2002-07-25 [alfons] 0.8.0claws12
1529 fix a brown paper bag bug, and also add some more
1532 2002-07-25 [christoph] 0.8.0claws11
1535 don't mix copy, fetch_msginfo and remove
1536 operations in folder item copy and move
1539 2002-07-25 [christoph] 0.8.0claws10
1543 * src/prefs_folder_item.c
1544 * src/summaryview.[ch]
1545 remove no longer required parameter update_cache from
1548 2002-07-25 [paul] 0.8.0claws9
1555 2002-07-24 [alfons] 0.8.0claws8
1558 sort correctly when using simplified subject line
1559 (closes feature request "[ 585141 ] applying regexp to subject
1560 before sort" submitted by Alexandra Walford)
1562 2002-07-24 [paul] 0.8.0claws7
1564 * sync with 0.8.0cvs3
1565 see ChangeLog 2002-07-24
1567 2002-07-23 [christoph] 0.8.0claws6
1574 o separate processing and summaryview
1575 o removed summary_write_cache from summaryview
1576 o removed summaryview->killed_messages, because we don't have
1577 to keep a list of killed messages anymore. New cache will
1578 keep the hidden messages in cache anyway
1581 * src/selective_download.c
1582 o removed unnecessary summary_write_cache calls
1584 o don't set ignore thread flag in procmsg_get_thread_tree
1585 if it is already set
1588 o moved STATUSBAR_PUSH/POP to statusbar.h because
1589 they are used in different files
1591 2002-07-23 [melvin] 0.8.0claws5
1597 * src/editldap_basedn.c
1599 * src/prefs_common.c
1600 Fixed few memory leak (gtk_editable_get_chars returns
1601 an allocated string)
1603 Fixed few memory leak (gtk_editable_get_chars returns
1604 an allocated string) and modified a little the log cutting
1607 Replaced a call to an obsolete function gtk_entry_get_text()
1608 by gtk_editable_get_chars()
1610 Removed a debug printf
1612 2002-07-23 [christoph] 0.8.0claws4
1615 fix another g_dirname memory leak
1617 2002-07-23 [christoph] 0.8.0claws3
1620 fixed a memory leak in mh_fetch_msginfo
1621 fixed crash when message header could not be
1624 2002-07-23 [paul] 0.8.0claws2
1626 * sync with 0.8.0cvs2
1627 see ChangeLog 2002-07-23
1629 2002-07-23 [paul] 0.8.0claws1
1631 * sync with 0.8.0cvs1
1632 see ChangeLog 2002-07-23
1634 2002-07-23 [paul] 0.8.0claws
1636 * release of 0.8.0claws
1638 2002-07-23 [paul] 0.7.8claws99
1641 new Russian translation, submitted by
1642 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
1644 2002-07-22 [jens] 0.7.8claws98
1647 Updated German translations.
1649 2002-07-22 [paul] 0.7.8claws97
1655 updated translations by Ricardo Mones Lastra,
1656 Alessandro Maestri, Wilbert Berendsen and
1657 Fabio Jr. Beneditto respectively
1659 2002-07-22 [christoph] 0.7.8claws96
1662 fix memory leak caused by wrong g_dirname usage
1664 2002-07-22 [christoph] 0.7.8claws95
1667 update new and unread message counts for summaryview
1668 summaryview does not get it from the folder anymore
1669 and has to update the values itself
1671 2002-07-22 [melvin] 0.7.8claws94
1674 Updated French translations.
1676 2002-07-22 [christoph] 0.7.8claws93
1679 set prop->preg pointer to NULL or following check
1680 will not fail and regexec will be called with
1683 2002-07-21 [alfons] 0.7.8claws92
1685 * src/prefs_common.[ch]
1686 remove option "Send return receipt on request"
1688 2002-07-21 [thorsten] 0.7.8claws91
1691 fixed memleaks, coding style as pointed out by alfons
1693 2002-07-21 [alfons] 0.7.8claws90
1696 * src/noticeview.[ch]
1697 o fix bug notice view being displayed when going to empty folder
1698 (noticed by Christoph)
1699 o allow RRR to be sent when restarting sylpheed, or changing folder
1700 (noticed by Thorsten)
1702 2002-07-21 [thorsten] 0.7.8claws89
1705 Included save_all patch from Xaview FACQ
1706 added support for pathnames
1708 2002-07-21 [alfons] 0.7.8claws88
1713 * src/messageview.[ch]
1714 * src/noticeview.c ** NEW FILE **
1715 * src/noticeview.h ** NEW FILE **
1716 make return receipts work again
1717 (UI idea by Leandro Pereira)
1719 2002-07-21 [paul] 0.7.8claws87
1722 fix sensitivity of 'Select thread'
1724 2002-07-21 [paul] 0.7.8claws86
1726 * src/prefs_common.c
1727 add browser command line for Galeon
1729 2002-07-21 [paul] 0.7.8claws85
1732 fix 'EXTRA_DIST': remove README.README, add TODO
1735 2002-07-21 [alfons] 0.7.8claws84
1738 make enter clear selection
1739 (closes "[ 579888 ] Editor selection/entry error"
1740 reported by Steve Lamb)
1742 2002-07-21 [alfons] 0.7.8claws83
1745 sort message list when selecting unthread messages
1746 (closes "[ 501593 ] switching threaded view doesn't sort"
1747 reported by Simon Schubert)
1749 2002-07-20 [alfons] 0.7.8claws82
1754 2002-07-20 [thorsten] 0.7.8claws81
1757 Fixed expansion of empty fields in matchactions
1759 2002-07-19 [melvin] 0.7.8claws80
1762 Removed a duplicate menu entry (fast mode) introduced during
1764 Added a menu separator between 'Use alternate' and 'Fast mode'
1766 2002-07-19 [paul] 0.7.8claws79
1772 2002-07-19 [thorsten] 0.7.8claws78
1774 * tools/calypso_convert.pl ** NEW FILE **
1777 script to import mbox files exported
1779 o generates folder structure
1780 o includes attachments
1782 2002-07-19 [melvin] 0.7.8claws77
1784 * src/selective_download.[ch]
1785 Fixed bug where closing the dialog with the window manager's
1786 close button will not unlock the summary
1787 Corrected some function declarations that missed a return value
1788 Made the source code comply better with coding style.
1789 * src/prefs_common.c
1790 Added new browser command line for Mozilla.
1792 2002-07-18 [paul] 0.7.8claws76
1795 src/selective_download.[ch]
1796 reflect theme changes, fix Gdk Warning when creating
1797 pixmap from NULL window, and minor clean up.
1798 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
1803 2002-07-17 [paul] 0.7.8claws75
1811 2002-07-16 [paul] 0.7.8claws74
1813 * tools/filter_conv.pl
1815 replace conversion script with reimplemented version,
1816 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
1818 2002-07-16 [colin] 0.7.8claws73
1821 remove forgotten debug messages - sorry ;-)
1823 2002-07-16 [colin] 0.7.8claws72
1829 add the ability to select part of a text mime-part
1832 2002-07-15 [christoph] 0.7.8claws71
1835 fix folder message count for folders without
1836 msg_is_changed (includes news folders)
1838 2002-07-15 [martin] 0.7.8claws70
1841 option "display recipient on 'From'..." now works
1842 without the need of enabling the option
1843 "display sender using address book".
1845 2002-07-15 [christoph] 0.7.8claws69
1848 removed setting folder status from summaryview.
1849 folder.c should update all message counts correctly.
1851 2002-07-15 [paul] 0.7.8claws68
1854 updated by Fabio Junior Beneditto
1856 2002-07-15 [darko] 0.7.8claws67
1859 Fixed target folder colorization, don't decrease op
1862 2002-07-14 [paul] 0.7.8claws66
1864 * sync with main 0.8.0
1865 see ChangeLog 2002-07-14
1867 2002-07-13 [melvin] 0.7.8claws65
1872 Replaced sprintf by g_snprintf to prevent possible buffer
1875 Corrected a log message output format.
1876 Added a missing "done" debug output.
1878 Added keyboard accelerator for Priority menu items
1879 Added missing \n in debug output
1883 Added missing \n in debug output
1885 2002-07-13 [paul] 0.7.8claws64
1888 change Sergey's email address to the sf address
1891 increase show_url_timeout (more useful for long
1894 2002-07-12 [sergey] 0.7.8claws63
1897 applied (with some modifications) patch to set the
1898 micalg parameter for signatures
1899 (2001-08-28 Werner Koch <wk@gnupg.org>)
1901 2002-07-12 [sergey] 0.7.8claws62
1905 fixed man page installation
1907 2002-07-12 [paul] 0.7.8claws61
1909 * sync with 0.7.8cvs26
1910 see ChangeLog 2002-07-11 and 2002-07-12
1912 2002-07-11 [christoph] 0.7.8claws60
1916 first use the message number to find the message
1917 to mark with a reply flag but check the
1918 message-id if we got the correct message, if not
1919 try to find it by message-id.
1920 use new string seperator that is not allowed
1923 2002-07-11 [paul] 0.7.8claws59
1925 * sync with 0.7.8cvs23
1926 see ChangeLog 2002-07-10
1928 2002-07-10 [christoph] 0.7.8claws58
1932 Added message-id table to the cache in memory
1933 and functions to msgcache.c and folder.c to
1934 fetch MsgInfos by message id
1937 store folder and message-id of message replying
1938 to in queue header and set reply flag after sending
1939 (Closes bug #469498)
1941 2002-07-10 [paul] 0.7.8claws57
1945 add Martin to the list of authors
1947 2002-07-09 [martin] 0.7.8claws56
1949 Added gtk_ctree_last_visible(), tree_update_level(),
1950 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
1951 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
1952 from gtk+ to gtksctree.c for the new sorting code
1953 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
1954 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
1956 Added declaration for gtk_sctree_sort_recursive() and
1957 gtk_sctree_sort_node
1962 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
1963 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
1965 2002-07-08 [paul] 0.7.8claws55
1967 * more sync with 0.7.8cvs21
1968 see ChangeLog 2002-07-08
1970 2002-07-08 [paul] 0.7.8claws54
1972 * sync with 0.7.8cvs21
1973 see ChangeLog 2002-07-08
1975 2002-07-07 [alfons] 0.7.8claws53
1978 * src/stock_pixmap.[ch]
1979 * src/pixmaps/notice_warn.xpm ** NEW FILE **
1980 * src/pixmaps/notice_error.xpm ** NEW FILE **
1981 * src/pixmaps/notice_note.xpm ** NEW FILE **
1982 add new pixmaps for upcoming notice pane
1984 2002-07-06 [melvin] 0.7.8claws52
1987 Made them a bit closer to Sylpheed's coding style.
1989 Removed possible memory leaks when some errors occurs.
1991 2002-07-06 [melvin] 0.7.8claws51
1994 Removed --no-location in xgettext command line to help
1995 translators that use Emacs' po-mode
1997 Removed unnecessary comments that messed up sylpheed.pot
1999 2002-07-06 [paul] 0.7.8claws50
2001 * sync with 0.7.8cvs19
2002 see ChangeLog 2002-07-05
2004 2002-07-06 [christoph] 0.7.8claws49
2008 fix folder_item_remove_all_msg and folderview
2009 status for trash folders after emptying trash
2011 2002-07-05 [paul] 0.7.8claws48
2013 * sync with 0.7.8cvs16
2014 see ChangeLog 2002-07-04 and 2002-07-05
2016 2002-07-04 [paul] 0.7.8claws47
2018 * sync with 0.7.8cvs14
2019 see ChangeLog 2002-07-04
2021 2002-07-03 [alfons] 0.7.8claws46
2024 dupe folder item's path because it's being reallocated
2025 by new folder scanning code
2027 2002-07-03 [christoph] 0.7.8claws45
2030 better IMAP uid fetching using 'FETCH 1:* (UID)'
2032 add missing return in msgcache_write
2034 2002-07-02 [thorsten] 0.7.8claws44
2039 use binary mode for file access
2041 2002-07-02 [christoph] 0.7.8claws43
2043 * major code cleanup (part 1)
2045 - unused variables removed
2046 - unused functions removed
2047 - uninitialized variables checked
2048 - missing return statements added
2049 - missing function return types added
2050 - added parentheses around assignment and
2051 && in || when suggested by gcc
2055 replaced direct calls to folder->scan_tree
2056 with folder_scan_tree and restore folder
2057 prefs in this function. The folder should
2058 not have to deal with them.
2059 ( Should now work for all folder types )
2061 2002-07-02 [paul] 0.7.8claws42
2063 * sync with 0.7.8cvs13
2064 see ChangeLog 2002-07-01 and 2002-07-02
2066 2002-07-01 [christoph] 0.7.8claws41
2069 fix "goto next/prev unread message" with
2072 2002-07-01 [paul] 0.7.8claws40
2075 updated by Ricardo Mones Lastra
2077 2002-06-30 [match] 0.7.8claws39
2080 applied variation of leonerd's patch (566661) to
2081 allow multiple email addresses per JPilot entry.
2082 addresses may be separated by space, comma, pipe,
2083 semi-colon, new-line.
2085 2002-06-30 [alfons] 0.7.8claws38
2088 simple fix for putting older nodes before
2089 newer nodes when threading by subject
2091 2002-06-30 [christoph] 0.7.8claws37
2098 fix broken folder tree rescaning
2099 and don't use procmsg_get_mark_sum
2102 2002-06-30 [christoph] 0.7.8claws36
2104 * merge new cache branch
2106 fix new cache imap copy bug
2108 improved folder_item_scan
2109 it should now always set the correct
2110 new, unread and total message counts
2112 2002-06-29 [paul] 0.7.8claws35
2115 correct syntax error
2117 2002-06-29 [paul] 0.7.8claws34
2121 man/Makefile.am ** NEW FILE **
2122 man/sylpheed.1.gz ** NEW FILE **
2123 add Sylpheed man page
2125 2002-06-29 [paul] 0.7.8claws33
2128 updated by Fabio Junior Beneditto
2130 2002-06-28 [jens] 0.7.8claws32
2135 * src/selective_download.c
2136 removed gettext for space " "
2141 2002-06-28 [paul] 0.7.8claws31
2143 * sync with 0.7.8cvs11
2144 see ChangeLog 2002-06-28
2146 2002-06-28 [paul] 0.7.8claws30
2148 * sync with 0.7.8cvs10
2149 see ChangeLog 2002-06-27 and 2002-06-28
2151 2002-06-26 [paul] 0.7.8claws29
2154 src/selective_download.c
2155 don't gettextise empty strings.
2156 reserved by gettext. gettext("") returns
2157 the header entry with meta information,
2158 not the empty string
2163 2002-06-26 [paul] 0.7.8claws28
2165 * sync with 0.7.8cvs7
2166 see ChangeLog 2002-06-25
2168 * src/prefs_common.c
2169 ...and in the process, tweak the gui a little
2171 2002-06-25 [alfons] 0.7.8claws27
2175 fine tune ldap library detection
2177 2002-06-25 [alfons] 0.7.8claws26
2180 don't allow return receipts when composing a news article
2182 2002-06-25 [paul] 0.7.8claws25
2185 add '$(AMTAR)' to 'release' section to allow for
2186 new and older autotools
2188 2002-06-25 [paul] 0.7.8claws24
2191 fix "No more unread messages" persistant pop-up
2194 2002-06-25 [paul] 0.7.8claws23
2197 updated by Alessandro Maestri
2199 2002-06-25 [paul] 0.7.8claws22
2201 * sync with 0.7.8cvs6
2202 see ChangeLog 2002-06-25
2204 2002-06-24 [paul] 0.7.8claws21
2207 add GPL copyright information
2209 2002-06-24 [paul] 0.7.8claws20
2213 tools/update-po ** NEW FILE **
2214 add script that eases the creation of *.po files
2215 Submitted by Wilbert Berendsen <wilbert@oswf.org>
2217 2002-06-23 [alfons] 0.7.8claws19
2220 make notification_convert_header obey const correctness
2221 (next step will be fixing the broken return receipt)
2223 2002-06-23 [paul] 0.7.8claws18
2226 fix bug introduced in last commit:
2227 removed too much code in last commit - put back what's
2230 2002-06-23 [paul] 0.7.8claws17
2232 * src/messageview.[ch]
2233 remove code committed in error from locally patched
2236 2002-06-23 [colin] 0.7.8claws16
2239 add compose_entry_select(), used to select the default_to
2240 email address - hopefully avoiding people sending mails to
2243 2002-06-22 [alfons] 0.7.8claws15
2246 add Bram Metsch & Stanislav Karchebny
2248 * src/prefs_account.[ch]
2250 - apply and adapt Bram's patch which allows user to set SMTP AUTH
2251 options. (see <http://sourceforge.net/tracker/index.php
2252 ?func=detail&aid=566937&group_id=25528&atid=384600>);
2254 - merge Stanislav's fix to make SMTP AUTH work with qmail
2255 (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
2257 2002-06-22 [paul] 0.7.8claws14
2259 * sync with 0.7.8cvs5
2260 see ChangeLog 2002-06-19 and 2002-06-20
2262 2002-06-22 [alfons] 0.7.8claws13
2264 * src/selective_download.c
2265 fix a stupid mistake I made
2267 2002-06-22 [alfons] 0.7.8claws12
2269 * src/selective_download.[ch]
2270 fix another unnoticed leak; cleanup code
2275 gpg-sign <-- gpg-sign-syl
2277 2002-06-21 [alfons] 0.7.8claws11
2279 * src/selective_download.c
2280 * src/selective_download.h
2281 fix assorted mix of allocation errors (should solve
2282 problem reported by Philippe Gramoullé, see:
2283 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
2285 2002-06-20 [melvin] 0.7.8claws10
2287 * tools/gpg-sign *REMOVED*
2288 tools/gpg-sign-syl *ADDED*
2289 Replaced the gpg clearsigning script with the version using
2290 xterm instead of ssh-askpass and changed its name.
2293 Updated actions example to reflect the renaming of the
2294 gpg clearsigning script.
2296 2002-06-19 [paul] 0.7.8claws9
2298 * sync with 0.7.8claws9
2299 see ChangeLog 2002-06-18 and 2002-06-19
2301 2002-06-19 [paul] 0.7.8claws8
2303 * sync with 0.7.8cvs1
2304 see ChangeLog 2002-06-18
2306 2002-06-18 [alfons] 0.7.8claws7
2309 add omitted prototype
2311 2002-06-17 [paul] 0.7.8claws6
2314 fix hiding of exec_btn
2316 2002-06-17 [paul] 0.7.8claws5
2319 remove unneeded code: should_delete()
2320 and Pop3State::uidl_todelete_list
2322 2002-06-17 [paul] 0.7.8claws4
2325 see ChangeLog 2002-06-11 and 2002-06-13
2327 2002-06-16 [alfons] 0.7.8claws3
2330 make sure lock sort mode (claws specific) is
2331 also persists after a tree rescan
2333 2002-06-16 [alfons] 0.7.8claws2
2335 * src/prefs_folder_item.c
2337 fix persistence of folder sort mode (broken
2338 by adapting Hiro's new folder persistence code)
2340 2002-06-16 [alfons] 0.7.8claws1
2344 * src/prefscommon.[ch]
2345 control size of log text in log window;
2346 closes patch #569155 submitted by Mitko Haralanov.
2348 2002-06-15 [paul] 0.7.8claws
2350 * release of 0.7.8claws
2352 2002-06-15 [paul] 0.7.7claws
2355 updated by Fabio Junior Beneditto
2357 2002-06-14 [paul] 0.7.6claws49
2360 updated by Ricardo Mones Lastra
2362 2002-06-14 [paul] 0.7.6claws48
2365 updated translation by Wilbert Berendsen
2367 2002-06-14 [melvin] 0.7.6claws47
2370 Updated French translation
2372 2002-06-13 [paul] 0.7.6claws46
2375 allow filename to be typed in, rather than just
2376 selected by the mouse. Patch by Gustavo Noronha Silva.
2378 2002-06-13 [alfons] 0.7.6claws45
2380 * src/mainwindow.[ch]
2381 more cleanups (removing unnecessary menu items Expand
2382 summary / message view)
2384 2002-06-13 [melvin] 0.7.6claws44
2387 Added src/string_match.c
2388 * src/string_match.c
2389 Fixed possible buffer overflow.
2391 Added missing config.h header.
2392 * src/prefs_common.c
2395 Made some strings translatable (missing _(..)).
2397 2002-06-13 [melvin] 0.7.6claws43
2400 Corrected action example (verifying clearsigned mail).
2401 * src/prefs_account.c
2403 * src/prefs_common.c
2404 Removed incorrect line that generated a Gtk-CRITICAL msg.
2406 2002-06-12 [alfons] 0.7.6claws42
2409 add init of score column lost in 0.7.6claws42
2411 2002-06-12 [paul] 0.7.6claws41
2413 * src/prefs_account.c
2414 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the
2415 behavior of the radio buttons, (from 0.7.7cvs2)
2417 2002-06-11 [alfons] 0.7.6claws40
2419 * src/messageview.[ch]
2420 * src/summaryview.[ch]
2421 * src/summary_search.c
2423 perform a sync to bring in Hiro's separate view implementation
2425 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
2427 2002-06-11 [paul] 0.7.6claws39
2429 * src/prefs_account.c
2430 correct a typo on the Receive tab
2432 2002-06-10 [match] 0.7.6claws38
2435 Included address completion patch from Gustavo Noronha.
2437 2002-06-10 [paul] 0.7.6claws37
2441 src/prefs_account.[ch]
2442 src/selective_download.[ch]
2445 - check if POP Account
2446 - Receive Button renamed to Preview
2447 - Preview Button Popup: preview new/all messages
2449 - Account Preferences-->Receive tab checkbutton if you
2450 want to remove Mail after Download
2452 - Account Preferences-->Receive tab checkbutton use
2453 filtering rules on preview
2454 (think of delete_on_server)
2456 - Account selectable from SD dialog
2457 - checkbutton to show already downloaded messages if
2458 all messages are previewed
2459 - new clist column showing Date
2462 - play ball with UIDL
2463 - fault tolerant (?)
2464 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
2466 2002-06-10 [melvin] 0.7.6claws36
2469 Added a hint to ac/README in cvs instructions.
2471 * src/prefs_actions.c
2472 Made it possible to use a more elaborate command line
2473 for asynchronous actions, too.
2475 2002-06-10 [melvin] 0.7.6claws35
2477 * src/prefs_actions.c
2478 Make it possible to use a more elaborate command line
2479 (e.g. |foo|bar|cat>there;echo Done|)
2480 Corrected error message when calling %f, %F and %p commands
2481 from the compose window.
2483 2002-06-09 [colin] 0.7.6claws34
2486 Automatically find unread messages in current folder
2487 before annoying the user.
2489 2002-06-08 [alfons] 0.7.6claws33
2492 remove bad formatting string in it.po translation
2493 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
2495 2002-06-08 [paul] 0.7.6claws32
2497 * sync with 0.7.6cvs25
2498 see ChangeLog 2002-06-07
2500 2002-06-05 [paul] 0.7.6claws31
2503 add 'Sort by locked' and 'Sort by score'
2505 2002-06-05 [paul] 0.7.6claws30
2507 * sync with 0.7.6cvs24
2508 see ChangeLog 2002-06-04
2510 2002-06-04 [paul] 0.7.6claws29
2513 updated by Fabio Junior Beneditto
2515 2002-06-03 [thorsten] 0.7.6claws28
2518 fclose() matcherrc after reading
2520 2002-06-03 [paul] 0.7.6claws27
2522 * sync with 0.7.6cvs21
2523 see ChangeLog 2002-05-31
2525 2002-05-31 [paul] 0.7.6claws26
2527 * sync with 0.7.6cvs20
2528 see ChangeLog 2002-05-29 and 2002-05-30
2530 2002-05-31 [paul] 0.7.6claws25
2533 hopefully fix last buggy sync
2536 correct typo in 'Actions' examples
2538 2002-05-29 [paul] 0.7.6claws24
2540 * sync with 0.7.6cvs18
2541 see ChangeLog 2002-05-28 and 2002-05-29
2547 2002-05-28 [paul] 0.7.6claws23
2549 * sync with 0.7.6cvs16
2550 see ChangeLog 2002-05-28
2552 2002-05-27 [thorsten] 0.7.6claws22
2554 * faq/it/sylpheed-faq-1.html
2555 faq/it/sylpheed-faq-2.html
2556 faq/it/sylpheed-faq-3.html
2557 faq/it/sylpheed-faq.html
2558 corrected DOS lineendings
2559 * faq/de/sylpheed-faq-1.html
2560 faq/de/sylpheed-faq-2.html
2561 faq/en/sylpheed-faq-1.html
2562 faq/en/sylpheed-faq-2.html
2563 faq/en/sylpheed-faq-3.html
2564 faq/es/sylpheed-faq-1.html
2565 faq/es/sylpheed-faq-2.html
2566 faq/es/sylpheed-faq-3.html
2567 faq/fr/sylpheed-faq-1.html
2568 faq/it/sylpheed-faq-1.html
2569 faq/it/sylpheed-faq-2.html
2570 faq/it/sylpheed-faq-3.html
2571 faq/it/sylpheed-faq.html
2572 changed ">" to "
2574 2002-05-27 [paul] 0.7.6claws21
2576 * sync with 0.7.6cvs15
2577 see ChangeLog 2002-05-27
2579 2002-05-27 [paul] 0.7.6claws20
2581 * src/prefs_account.c
2584 2002-05-26 [paul] 0.7.6claws19
2589 2002-05-25 [paul] 0.7.6claws18
2592 add description of kmail2sylpheed.pl
2594 2002-05-25 [paul] 0.7.6claws17
2596 * tools/kmail2sylpheed.pl ** NEW FILE **
2597 perl script that converts an exported Kmail address
2598 book, converts it to sylpheed addressbook file,
2599 writes the file to .sylpheed, and updates
2602 2002-05-25 [paul] 0.7.6claws16
2604 * sync with 0.7.6cvs14
2605 see ChangeLog 2002-05-23
2607 2002-05-24 [paul] 0.7.6claws15
2610 make a correction and add some more info
2612 2002-05-24 [paul] 0.7.6claws14
2616 compose_redirect_write_headers_from_headerlist()
2617 add Subject and Resent-Message-ID to
2618 compose_redirect_write_headers()
2619 Received, Subject, and X-UIDL are filtered out in
2620 compose_redirect_write_to_file()
2622 2002-05-23 [paul] 0.7.6claws13
2628 src/matcher_parser_lex.l
2629 src/matcher_parser_parse.y
2630 src/prefs_common.[ch]
2631 src/prefs_filtering.c
2633 rename 'Bounce' to 'Redirect'
2635 2002-05-23 [paul] 0.7.6claws12
2637 * more sync with 0.7.6cvs13
2639 see ChangeLog 2002-05-22
2641 2002-05-22 [paul] 0.7.6claws11
2643 * sync with 0.7.6cvs13
2645 see ChangeLog 2002-05-20
2647 see ChangeLog 2002-05-22
2649 2002-05-21 [melvin] 0.7.6claws10
2652 Added missing filtering and scoring headers
2653 Fixed bad function call that showed garbage
2654 in Folder->Processing
2656 2002-05-21 [paul] 0.7.6claws9
2659 make all tools executable, (patch by Alfons).
2661 2002-05-20 [alfons] 0.7.6claws8
2664 don't forget to call mktime() so we have a valid week
2666 (Bug report by Roger Sondermann <mail@jumaros.de>)
2668 2002-05-20 [paul] 0.7.6claws7
2671 fix broken parsing of urls
2673 fix displaying of urls
2675 both fixes from the patch [547855] by Eugene
2678 2002-05-19 [alfons] 0.7.6claws6
2681 make sylpheed configure correctly with the latest
2682 and greatest of automake / autoconf / gettext
2684 2002-05-19 [alfons] 0.7.6claws5
2688 add function for returning ime zone offset
2690 * src/quote_fmt_parse.y
2691 better quotation formatting - does not convert
2692 to local time, but uses the original date string.
2694 Note: %z inserts the timezone offset (should
2695 work also on platforms where strftime does not
2698 2002-05-18 [christoph] 0.7.6claws4
2701 fix indentation of some code
2706 correct path for ignorethread.xpm
2707 incorrect filename for sylpheed_logo.xpm
2708 add missing include matcher_parser_parse.h
2710 2002-05-18 [paul] 0.7.6claws3
2712 * sync with 0.7.6cvs8
2713 see ChangeLog 2002-05-16 and 2002-05-17
2715 2002-05-18 [melvin] 0.7.6claws2
2718 Corrected an action's definition and fixed some misspellings.
2720 2002-05-18 [paul] 0.7.6claws1
2723 tools/gpg-sign ** new file **
2724 tools/uudec ** new file **
2725 add Melvin's Actions scripts
2728 add Melvin's descriptions for Actions
2730 2002-05-18 [paul] 0.7.6claws
2732 * Version 0.7.6claws released
2734 2002-05-17 [paul] 0.7.5claws32
2737 updated by Ricardo Mones Lastra
2739 2002-05-17 [paul] 0.7.5claws31
2742 fix Account prefs default folder for sent/draft/deleted
2747 updated translation by Alessandro Maestri and
2750 2002-05-17 [melvin] 0.7.5claws30
2752 * src/prefs_actions.c
2753 Fixed bug where using %F not at the end of the command
2754 resulted in an additional empty argument being created.
2755 Thanks to Darko Koruga for reporting the bug.
2757 2002-05-17 [melvin] 0.7.5claws29
2760 Updated French translations.
2762 2002-05-15 [paul] 0.7.5claws28
2765 updated by Ricardo Mones Lastra
2767 2002-05-15 [paul] 0.7.5claws27
2769 * sync with 0.7.6cvs4
2770 see ChangeLog 2002-05-14 and 2002-05-15
2772 2002-05-14 [paul] 0.7.5claws26
2774 * sync with 0.7.6cvs1
2775 see ChangeLog 2002-05-13
2777 2002-05-13 [thorsten] 0.7.5claws25
2780 fix select_all and copy in multipart messages
2782 fix select_all and copy in multipart messages
2784 2002-05-12 [paul] 0.7.5claws24
2787 reverse last commit, bug already fixed in 0.7.5claws3
2789 2002-05-12 [netztorte] 0.7.5claws23
2792 dont parse empty addressbook (checked in before claws20)
2794 2002-05-12 [melvin] 0.7.5claws22
2797 Removed unneeded priority code introduced by the previous
2800 2002-05-12 [melvin] 0.7.5claws21
2803 Added possibility to set message's priority.
2805 Added possibility to set message's priority.
2806 Added missing headers
2808 2002-05-12 [melvin] 0.7.5claws20
2810 * src/prefs_actions.c
2811 Removed implicitely added quotes around the name
2812 of the temporary files of mime parts.
2814 2002-05-12 [paul] 0.7.5claws19
2816 * sync with 0.7.5cvs20
2817 see ChangeLog 2002-05-11
2819 2002-05-12 [alfons] 0.7.5claws18
2821 * src/quote_fmt_lex.l
2822 * src/quote_fmt_parse.y
2823 allow quote / reply date & time format to be set using
2824 %D{format}. format is a format string you'd pass to
2825 strftime() (see man strftime, or the Display tab |
2826 Date format setting).
2828 Currently %D converts the date to local time.
2830 2002-05-11 [paul] 0.7.5claws17
2832 * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
2833 see ChangeLog 2002-05-10 and 2002-05-11
2835 2002-05-10 [paul] 0.7.5claws16
2837 * sync with 0.7.5cvs16
2838 see ChangeLog entries 2002-05-09 and
2841 2002-05-10 [colin] 0.7.5claws15
2844 Corrected a bug that prevented sylpheed to open
2845 double-clicked URIs.
2847 2002-05-09 [paul] 0.7.5claws14
2849 * sync with 0.7.5cvs14
2850 see ChangeLog 2002-05-08 and 2002-05-09
2852 2002-05-08 [paul] 0.7.5claws13
2854 * sync with 0.7.5cvs11
2855 see ChangeLog entry 2002-05-08
2857 2002-05-08 [paul] 0.7.5claws12
2861 fix segfault on View->Open in new window
2862 patch submitted by Thorsten Maerz <torte@netztorte.de>
2864 2002-05-07 [paul] 0.7.5claws11
2866 * sync with 0.7.5cvs9
2867 see ChangeLog entry 2002-05-07
2869 2002-05-06 [paul] 0.7.5claws10
2873 display url in statusbar on single-click
2874 patch submitted by Thorsten Maerz <torte@netztorte.de>
2876 2002-05-06 [match] 0.7.5claws9
2883 XML implementation of properties file.
2884 * src/exporthtml.[ch]
2885 * src/expthtmldlg.[ch]
2889 2002-05-02 [sergey] 0.7.5claws8
2891 * src/mainwindow.c (mainwin_entries),
2892 src/prefs_common.c (prefs_send_create()),
2893 src/codeconv.c (locale_table):
2894 use charset name "Windows-1251" instead of "CP1251".
2896 2002-05-02 [colin] 0.7.5claws7
2900 src/prefs_folder_item.c
2901 Fixed cosmetics bugs due to Outbox renamed to Sent.
2903 2002-05-02 [hiro] 0.7.5claws6
2906 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
2908 2002-05-02 [paul] 0.7.5claws5
2911 more sync with 0.7.5cvs7, see ChangeLog entry
2914 2002-05-02 [hiro] 0.7.5claws4
2917 compose_queue_sub():
2918 check if queue folder exists (closes #550397).
2919 removed directory creation since it should be handled
2922 imap_add_msg(): return UID for appended message
2925 2002-04-30 [paul] 0.7.5claws3
2928 fix account_find_from_address() bug
2930 2002-04-28 [colin] 0.7.5claws2
2934 src/prefs_common.[ch]
2936 Added user-definable quotation characters recognition.
2938 2002-04-28 [paul] 0.7.5claws1
2940 * sync with 0.7.5cvs4
2941 see ChangeLog entry 2002-04-25
2943 2002-04-28 [paul] 0.7.5claws
2948 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
2949 Fabio Junior Beneditto
2951 2002-04-27 [jens] 0.7.4claws103
2954 updated German translation.
2956 2002-04-27 [hiro] 0.7.4claws102
2959 summary_write_cache(): fixed the mark loss of hidden messages.
2961 2002-04-26 [melvin] 0.7.4claws101
2964 fixed a second typo (same one)
2968 fixed the type again...
2970 2002-04-26 [melvin] 0.7.4claws100
2973 fixed a typo in an alert message ("temorary").
2976 corrected the typo described above.
2978 updated French translation.
2980 2002-04-26 [darko] 0.7.4claws99
2983 fix target folder colorization
2985 2002-04-25 [paul] 0.7.4claws98
2988 updated by Alessandro Maestri
2990 2002-04-24 [colin] 0.7.4claws97
2993 Fixed double "subject is empty" question.
2995 2002-04-23 [colin] 0.7.4claws96
2998 Corrected issue when "automatically display images" was
2999 not set : first image remained after selecting second.
3001 2002-04-23 [melvin] 0.7.4claws95
3003 * src/prefs_actions.c
3004 Don't display in/out dialog if there is nothing to show.
3006 2002-04-23 [paul] 0.7.4claws94
3008 * sync with 0.7.5cvs3
3009 bug fixes: see ChangeLog entry 2002-04-23
3011 2002-04-22 [darko] 0.7.4claws93
3014 fix previous check-in which changed code after
3017 2002-04-22 [paul] 0.7.4claws92
3024 update English, Spanish and French FAQs
3027 add German and Spanish manuals
3030 update English and French manuals
3033 add to and re-arrange the pixmap entries
3035 2002-04-22 [darko] 0.7.4claws91
3038 fix sender initials recognition to only allow
3039 '>' after the initials
3041 2002-04-21 [paul] 0.7.4claws90
3043 * sync with 0.7.5 release
3044 see ChangeLog entry 2002-04-21
3049 add colin's new pixmaps to EXTRA_DIST
3051 2002-04-21 [colin] 0.7.4claws89
3054 * src/mainwindow.[ch]
3055 * src/prefs_common.[ch]
3056 * src/stock_pixmap.[ch]
3057 Added "Work offline" ability.
3059 2002-04-21 [colin] 0.7.4claws88
3062 * src/prefs_common.c
3063 * src/prefs_common.h
3064 * src/textview.c : Added an option to common preferences -> display
3065 to allow user not to automatically display images.
3067 2002-04-21 [paul] 0.7.4claws87
3069 * sync with 0.7.4cvs52
3070 see ChangeLog entry 2002-04-21 (src/imap.c)
3072 2002-04-21 [paul] 0.7.4claws86
3074 * sync with 0.7.4cvs51
3075 see ChangeLog entry 2002-04-21
3077 2002-04-21 [paul] 0.7.4claws85
3079 * sync with 0.7.4cvs49
3080 see ChangeLog entries 2002-04-20 and 2002-04-21
3083 clean up: remove old 'stock_' element from xpm
3086 2002-04-21 [alfons] 0.7.4claws84
3088 apply sync patch from Paul
3091 use old claws prefs_folder_item_create() for now
3093 2002-04-19 [match] 0.7.4claws83
3095 * src/addressbook.[ch]
3096 * src/addrharvest.[ch]
3097 * src/addrgather.[ch]
3100 * src/summaryview.[ch]
3103 2002-04-19 [paul] 0.7.4claws82
3106 updated by Fabio Junior Beneditto
3108 2002-04-14 [alfons] 0.7.4claws81
3111 add #include <sys/types.h> for mode_t and off_t
3113 2002-04-13 [paul] 0.7.4claws80
3118 src/prefs_common.[ch]
3120 enable storing of GnuPG passphrase for the whole
3121 session or a user-defined number of minutes. patch
3122 submitted by Ravemax <ravemax@dextrose.com>
3124 2002-04-13 [alfons] 0.7.4claws79
3127 make email parser also stop scanning when encountering separators
3128 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
3130 2002-04-13 [paul] 0.7.4claws78
3132 * sync with 0.7.4cvs39
3133 see ChangeLog entry 2002-04-12
3135 2002-04-11 [paul] 0.7.4claws77
3137 * sync with 0.7.4cvs37
3138 see ChangeLog entry 2002-04-11
3140 2002-04-11 [paul] 0.7.4claws76
3143 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
3144 the clause for OpenSSL). sync with sylpheed main
3146 2002-04-09 [melvin] 0.7.4claws75
3149 Made 'Ctrl-Enter' on send ignore some modifiers
3150 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
3151 to bind other *-Enter (but not Alt-Enter).
3153 2002-04-09 [paul] 0.7.4claws74
3155 * sync with 0.7.4cvs35
3156 see ChangeLog entries 2002-04-09
3158 2002-04-08 [paul] 0.7.4claws73
3160 * sync with 0.7.4cvs33
3161 see ChangeLog entry 200-04-08
3163 2002-04-07 [match] 0.7.4claws72
3165 * src/addrharvest.[ch]
3166 fixed to read all addresses in header, regardless
3167 of header size. improved name parsing. accommodate
3168 harvest from folders and selected message.
3170 included new address parsing function.
3171 * src/addrgather.[ch]
3172 * src/addressbook.[ch]
3173 * src/summaryview.[ch]
3175 allow address harvest of folder as well as selected
3178 2002-04-07 [paul] 0.7.4claws71
3182 don't try to authenticate with CRAM-MD5 in SMTP when
3183 SMTP-AUTH enabled if MTA doesn't issue this
3184 auth-method in it's ehlo-response. bug item #531364,
3185 patch item #938910. patch submitted by Colin Leroy
3188 2002-04-07 [paul] 0.7.4claws70
3191 fix missing MODE_READER bug. patch submitted by
3192 Colin Leroy <colin@colino.net>
3194 2002-04-07 [alfons] 0.7.4claws69
3197 * src/prefs_filtering.c
3199 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
3200 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
3202 2002-04-07 [paul] 0.7.4claws68
3204 * sync with 0.7.4cvs32
3205 see ChangeLog entry 2002-04-06
3207 * tools/filter_conv.pl
3210 2002-04-06 [paul] 0.7.4claws67
3212 * tools/filter_conv.pl
3213 modify to be able to find the name of the first
3214 mailbox and use that. main's filter does not
3215 record the full path to the mailbox and therefore
3216 can only filter to the first mailbox.
3218 2002-04-05 [paul] 0.7.4claws66
3220 * tools/filter_conv.pl
3221 attempt to make the script all-encompassing and
3222 be able to convert any main 'filter' rule thrown
3225 2002-04-05 [paul] 0.7.4claws65
3227 * tools/filter_conv.pl
3228 allow for collapsed folder trees
3230 2002-04-05 [paul] 0.7.4claws64
3232 * sync with 0.7.4cvs31
3233 see ChangeLog entries 2002-04-05
3235 2002-04-03 [paul] 0.7.4claws63
3237 * sync with 0.7.4cvs29
3238 see ChangeLog entries 2002-04-02 and 2002-04-03
3240 2002-04-02 [paul] 0.7.4claws62
3242 * sync with 0.7.4cvs26
3243 see ChangeLog entry 2002-04-01
3245 2002-04-02 [match] 0.7.4claws61
3248 * src/importpine.[ch]
3250 import Pine address book.
3252 2002-04-02 [match] 0.7.4claws60
3254 * src/addrharvest.[ch]
3255 improve address parsing of funky addresses.
3257 2002-04-02 [darko] 0.7.4claws59
3260 wrap on send improvements, it now recognizes quoted
3261 initials as part of the quotation string, and it
3262 does not join lines separated by CR
3264 2002-04-01 [match] 0.7.4claws58
3267 added new functions.
3269 remove excessive duplicate address generation
3272 2002-04-01 [alfons] 0.7.4claws57
3277 2002-04-01 [paul] 0.7.4claws56
3279 * sync with 0.7.4cvs25
3280 see ChangeLog entry 2002-04-01
3282 2002-04-01 [alfons] 0.7.4aprilfool55
3285 honour feature request item #537427 to allow for
3286 displaying names from address book for sent mail also
3288 2002-03-29 [paul] 0.7.4claws54
3291 src/prefs_filtering.[ch]
3294 add 'fast filter' for claws' filtering,
3295 /Tools/Create filter rule/... patch submitted
3296 by Neill Miller <neillm@thecodefactory.org>
3298 2002-03-29 [paul] 0.7.4claws53
3300 * sync with 0.7.4cvs24
3301 see ChangeLog entry 2002-03-29
3303 2002-03-28 [paul] 0.7.4claws52
3305 * sync with 0.7.4cvs23
3306 see ChangeLog entry 2002-03-28
3308 2002-03-27 [melvin] 0.7.4claws51
3310 * src/prefs_actions.c
3311 Added support to pass only one message part (as a
3312 file) to the command using '%p'. No quotes are needed
3313 because doubles quotes are automatically added.
3314 Fixed bug where Sylpheed could block when waiting for
3315 a child process to finish.
3316 Changed the help menu to remove quotes around symbols to
3317 avoid misinterpretation (they must not be used).
3319 2002-03-27 [melvin] 0.7.4claws50
3322 Made the new mail notification command always
3323 execute asynchronously.
3325 2002-03-27 [paul] 0.7.4claws49
3328 fix bug introduced in last commit
3330 2002-03-27 [paul] 0.7.4claws48
3332 * sync with 0.7.4cvs21
3333 see ChangeLog 2002-03-26 and 2002-03-27
3335 2002-03-26 [hoa] 0.7.4claws47
3337 * src/prefs_folder_item.c
3338 really fixed the bug #516442 with folder rescan.
3340 2002-03-26 [paul] 0.7.4claws46
3342 * sync with 0.7.4cvs19
3343 see ChangeLog entries 2002-03-25 and 2002-03-26
3345 2002-03-25 [hoa] 0.7.4claws45
3349 fix the bug #516442 with folder rescan.
3351 * src/prefs_common.[ch]
3353 added an option to enable two different behaviours
3357 2002-03-25 [paul] 0.7.4claws44
3360 src/selective_download.c
3361 correct a few menuitem labels
3363 2002-03-25 [christoph] 0.7.4claws43
3366 fix non deleted tmp message in
3367 procmsg_save_to_outbox
3368 fix problems caused by sync with
3369 main branch's procmsg_send_queue
3371 2002-03-25 [paul] 0.7.4claws42
3375 src/quote_fmt_parse.y
3376 add Last name (%L) placeholder for quoting.
3377 patch submitted by Thorsten Thielen
3378 <thth@users.sourceforge.net>
3380 2002-03-25 [paul] 0.7.4claws41
3383 get full hostname. patch submitted by
3384 Bob Woodside <rwoodside1@comcast.net>
3386 2002-03-25 [paul] 0.7.4claws40
3391 src/prefs_account.[ch]
3392 enable NNTP over SSL. patch submitted by
3393 Pascal Jermini <pascal@infinity.hn.org>
3395 2002-03-24 [paul] 0.7.4claws39
3397 * src/prefs_common.c
3398 make the arrangement of the Compose tab more
3402 fix some irregularities of style
3405 updated by Kilian Krause
3407 2002-03-23 [paul] 0.7.4claws38
3410 updated by Fabio Junior Beneditto
3412 2002-03-23 [paul] 0.7.4claws37
3415 move 'Gather addresses' to 'Tools' menu
3416 make 'Selective download' sensitive
3418 2002-03-23 [paul] 0.7.4claws36
3420 * sync with 0.7.4cvs16
3421 see ChangeLog entries 2002-03-23
3423 2002-03-22 [christoph] 0.7.4claws35
3425 * src/quote_fmt_parse.y
3426 fix include program output
3428 2002-03-22 [alfons] 0.7.4claws34
3431 initialize GDate stack variable correctly (sorry!)
3433 2002-03-22 [paul] 0.7.4claws33
3439 rename 'Tool' to 'Tools'
3442 move 'Delete duplicated messages' from
3443 'Message/' to 'Tools/'
3444 re-arrange the order of 'Tools/' items
3446 2002-03-22 [paul] 0.7.4claws32
3449 src/addressbook.[ch]
3450 auto-address completion now also matches on
3451 Nickname. patch submitted by Bob Forsman
3452 <hammor@users.sourceforge.net>
3455 correct a spelling mistake
3457 2002-03-22 [alfons] 0.7.4claws31
3460 fix getting uidl from incorrect string
3463 2002-03-21 [alfons] 0.7.4claws30
3466 more code refactoring
3467 plug mem leak introduced by delete on server
3469 2002-03-21 [paul] 0.7.4claws29
3471 * sync with 0.7.4cvs11
3472 see ChangeLog entries 2002-03-20
3474 2002-03-20 [alfons] 0.7.4claws28
3477 apply Colin's patch and refactor
3479 2002-03-20 [paul] 0.7.4claws27
3481 * sync with sylpheed 0.7.4cvs9
3482 see ChangeLog entry 2002-03-20
3484 2002-03-19 [christoph] 0.7.4claws26
3489 revert changes for flag updates
3490 (does not work correctly and no time to debug)
3492 2002-03-20 [alfons] 0.7.4claws25
3495 refactor should_delete() a little bit
3497 2002-03-19 [paul] 0.7.4claws24
3501 src/prefs_account.[ch]
3502 allow the user to leave downloaded mail on the
3503 server for n days. Patch submitted by Colin Leroy
3506 2002-02-19 [paul] 0.7.4claws23
3508 * sync with sylpheed 0.7.4cvs8
3509 see ChangeLog entries 2002-03-19
3511 2002-03-18 [paul] 0.7.4claws22
3513 * sync with sylpheed 0.7.4cvs6
3514 see ChangeLog entry 2002-03-18
3516 2002-03-18 [paul] 0.7.4claws21
3519 add en_GB message catalogue
3524 correct a few spelling mistakes
3526 2002-03-17 [alfons] 0.7.4claws20
3529 more stringent checks for NULL params when writing
3530 filtering actions to a file
3532 2002-03-17 [hoa] 0.7.3claws20
3535 fixed the count of new messages
3538 fixed the "attachment properties" window
3540 2002-03-17 [paul] 0.7.4claws19
3545 src/prefs_account.[ch]
3548 automatically mark cross-posted messages as read
3549 and (optionally) give them a colour label
3550 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
3553 2002-03-17 [paul] 0.7.4claws18
3555 * sync with sylpheed 0.7.4cvs5
3556 see ChangeLog entry 2002-03-17
3558 2002-03-17 [melvin] 0.7.4claws17
3561 Worked around a gtktext 'bug': when searching for
3562 a text in a long message it was scrolling slowly
3563 line by line until it hit the searched text.
3565 Updated French translation
3567 2002-03-17 [melvin] 0.7.4claws16
3571 * src/prefs_actions.c
3572 Moved "Edit/Actions" to "Tool/Actions"
3573 Made mainwindow/compose window sensitive as soon as
3574 no child process is running anymore even if the io dialog
3576 Fixed a struct being initialized with a non constant char*
3578 2002-03-16 [christoph] 0.7.4claws15
3581 add --with-compiler-flags option
3582 (only for developer hacking)
3586 try to make folder-stats and flag handling more
3587 independent from the summaryview. msgcounts
3588 are only set when the folder is opened and
3589 procmsg_msginfo_(un)set_flags will handle it
3590 later and summaryview will get the values
3593 2002-03-16 [paul] 0.7.4claws14
3596 fix Return-receipt. Patch submitted by Bob
3597 Woodside <rwoodside1@comcast.net>
3599 2002-03-16 [paul] 0.7.4claws13
3602 fix 'dynamic' signatures, make it work again
3603 broken during sync on 2002-03-14 (0.7.4claws2)
3605 2002-03-15 [match] 0.7.4claws12
3607 * src/addrharvest.[ch]
3608 * src/addrgather.[ch]
3609 * src/addressbook.[ch]
3611 included address harvester feature. still some
3612 issues with address parsing that I will fix.
3614 2002-03-15 [match] 0.7.4claws11
3617 * src/addrcache.[ch]
3618 * src/addressbook.[ch]
3627 tidy up. fix memory leaks. moved attribs and methods
3628 from individual interfaces to addrcache object. prep
3629 for new stuff to come in.
3631 2002-03-15 [alfons] 0.7.4claws10
3634 * src/matcher_parser_parse.y
3635 * src/matcher_parser_lex.l
3636 * src/prefs_matcher.c
3637 add filtering conditions message greater than, smaller
3638 than, and exactly matching a size in bytes
3639 (does not work with delete from POP3 server yet)
3641 this should also give others an idea what you should
3642 do to add new criterions to claws filtering system
3645 2002-03-15 [paul] 0.7.4claws9
3647 * tools/filter_conv.pl
3648 exit if there are no filter rules to convert
3649 rename filterrc to filterrc.old after completion
3651 2002-03-15 [paul] 0.7.4claws8
3653 * sync with sylpheed 0.7.4cvs3
3654 see ChangeLog entry 2002-03-14
3656 2002-03-14 [paul] 0.7.4claws7
3659 clean up the last commit (ahem)
3661 2002-03-14 [paul] 0.7.4claws6
3664 fix bug #515655. honour account preferences
3665 regarding gpg default signing/encryption when
3666 changing account from the compose window.
3668 2002-03-14 [paul] 0.7.4claws5
3671 remove unnecessary curly brackets
3673 2002-03-14 [paul] 0.7.4claws4
3676 src/prefs_filtering.[ch]
3677 add filter rename on folder rename and filter
3678 delete on folder delete. Patch submitted by
3679 Neill Miller <neillm@thecodefactory.org>
3681 2002-03-14 [christoph] 0.7.4claws3
3686 (patch submitted by "Simon 'corecode' Schubert")
3687 * src/prefs_common.c
3691 2002-03-14 [paul] 0.7.4claws2
3693 * sync with sylpheed 0.7.4cvs2
3694 see ChangeLog entry 2002-03-13
3696 2002-03-12 [darko] 0.7.4claws1
3699 fix what seems to be a copy and paste error
3700 when setting color for important messages
3703 2002-03-11 [paul] version 0.7.4claws released
3705 2002-03-11 [paul] 0.7.4claws
3711 update message catalogs. Submitted by Ricardo Mones
3712 Lastra, Alessandro Maestri, Wilbert Berendsen, and
3713 Fabio Junior Beneditto
3718 faq/it/sylpheed-faq*
3724 2002-03-11 [jens] 0.7.3claws7
3727 updated German translation
3729 2002-03-11 [melvin] 0.7.3claws6
3732 updated and corrected French translation
3734 2002-03-10 [hoa] 0.7.3claws5
3738 * src/prefs_account.c
3741 fixed the local account.
3742 you have to change the default "/usr/sbin/sendmail"
3743 to "/usr/sbin/sendmail -t" in the preferences of
3747 removed some debug display for renderer
3749 2002-03-10 [paul] 0.7.3claws4
3751 * faq/en/sylpheed-faq-1.html
3752 faq/en/sylpheed-faq-2.html
3755 2002-03-09 [paul] 0.7.3claws3
3757 * sync with sylpheed 0.7.4
3758 see ChangeLog entry 2002-03-09
3760 2002-03-08 [paul] 0.7.3claws2