1 2002-09-23 [melvin] 0.8.3claws14
4 Updated French translation
6 2002-09-23 [melvin] 0.8.3claws13
9 Made custom toolbar menu labels more consistent
11 Made custom toolbar window title more consistent
13 2002-09-22 [colin] 0.8.3claws12
16 Initialize session type to normal before getting
17 mail (fixes strange Get behaviour)
19 Move STYPE_POP_BEFORE_SMTP to last position to
20 avoid other side-effects
22 2002-09-22 [colin] 0.8.3claws11
25 Fix pop_bfr_smtp_tm_entry sensivity when switching
26 from pop3 to apop or vice-versa
28 2002-09-22 [colin] 0.8.3claws10
30 * src/prefs_account.[ch]
31 Add an option for the POP before SMTP timeout
33 Remember time of last POP connection
35 Do POP before SMTP only if timeout reached
37 2002-09-22 [oliver] 0.8.3claws9
40 explain custom toolbar
42 2002-09-22 [oliver] 0.8.3claws8
44 * src/prefs_actions.[ch]
45 custom toolbar for compose
46 actions callback from compose toolbar
48 remove include toolbar.h
50 2002-09-22 [oliver] 0.8.3claws7
52 * src/prefs_toolbar.[ch]
53 custom toolbar for compose
54 - generic prefs_toolbar handles both
55 Mainwin's toolbar as well as Compose toolbar
57 2002-09-22 [oliver] 0.8.3claws6
60 custom toolbar for compose
61 restructure toolbar.[ch]
63 2002-09-22 [oliver] 0.8.3claws5
66 custom toolbar for compose
68 2002-09-22 [oliver] 0.8.3claws4
71 custom toolbar for compose
72 move mainwin toolbar back to mainwindow
74 2002-09-22 [alfons] 0.8.3claws3
81 2002-09-22 [alfons] 0.8.3claws2
84 procmsg_save_to_outbox(): don't unlink message file from queue;
85 callers should do it using folder_item_remove_msg()
87 2002-09-22 [colin] 0.8.3claws1
90 Made mimeview_check_signature() public
92 Made GPG signatures verifiable by clicking
93 the [application/pgp-signature] in the Text
96 2002-09-22 [paul] 0.8.3claws
105 updated translations, submitted by George Danchev,
106 me, Ricardo Mones Lastra, Alessandro Maestri,
107 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto
108 and Urke MMI, respectively.
110 2002-09-22 [alfons] 0.8.2claws65
114 no furry valgrinds have been used to plug these memleaks
116 2002-09-20 [paul] 0.8.2claws64
118 * sync with 0.8.3cvs4
119 'Select thread' re-implemented
120 see ChangeLog 2002-09-20
122 2002-09-21 [alfons] 0.8.2claws63
125 compose_send(): plug unnoticed memleak
127 2002-09-20 [alfons] 0.8.2claws62
130 replace_address_in_edit(): strict check for NULL address to
131 fix "[ 607348 ] Segfault in address completion". My guess is
132 that this happens with an empty address book, but it's good
133 to have this check here anyway
135 completion_window_button_press(): free string returned
136 from the internal cache
138 2002-09-20 [christoph] 0.8.2claws61
141 added ENC_BINARY to EncodingType
143 the string returned by procmime_get_encoding_str
144 should not depend on the order of values in the
145 EncodingType definition
146 * doc-src/rfc1806.txt ** NEW FILE **
147 Added rfc1806 about MIME Content-Disposition
150 2002-09-19 [paul] 0.8.2claws60
152 * sync with 0.8.2cvs3
153 see ChangeLog 2002-09-19
155 2002-09-19 [paul] 0.8.2claws59
157 * src/prefs_folder_item.c
158 revert to Darko's original alignment of colour
160 add a colon to folder_color label
163 add Colin's patch (with Hiro's modifications) to
164 force BASE64 encoding for 8-bit text when signing
165 (sync with 0.8.3cvs2)
167 2002-09-18 [alfons] 0.8.2claws58
172 (beautify a little bit)
174 2002-09-18 [christoph] 0.8.2claws57
177 fix handling of fgetc return value
179 2002-09-17 [alfons] 0.8.2claws56
182 summary_sort(): check non-NULL summaryview->folder_item when no
183 folder is selected at all
184 (closes "[ 610344 ] sort label make syl Crash")
186 2002-09-17 [alfons] 0.8.2claws55
189 beautify a little bit
191 2002-09-17 [christoph] 0.8.2claws54
194 initialize max values for cache and folder
195 when cache or folder is empty
197 2002-09-15 [colin] 0.8.2claws53
200 Fix a leak (thanks Alfons!) and cleaned
201 variables names for custom headers
203 2002-09-15 [colin] 0.8.2claws52
206 Fix custom headers recognition when
207 prefs_common.trans_hdr is on
209 2002-09-15 [colin] 0.8.2claws51
212 Allow dynamically-added custom headers
213 Yet not reparsed if reedited
215 2002-09-15 [alfons] 0.8.2claws50
217 * src/prefs_account.c
220 2002-09-15 [colin] 0.8.2claws49
222 * src/prefs_account.c
223 fix pop_before_smtp sensitivity
225 2002-09-15 [colin] 0.8.2claws48
228 add inc_pop_before_smtp()
229 allow MainWindow to be undefined in
230 inc_account_mail() and inc_start()
233 add STYPE_POP_BEFORE_SMTP session type
234 * src/prefs_account.c
235 activated pop before smtp option
237 do pop before smtp if the relevant option
240 2002-09-15 [paul] 0.8.2claws47
243 see ChangeLog 2002-09-15
245 2002-09-14 [paul] 0.8.2claws46
248 updated Bulgarian translation, submitted by
251 2002-09-13 [paul] 0.8.2claws45
254 merge claws' select_account() with main's
255 (new) compose_select_account(). [sync with
256 0.8.2cvs15, see ChangeLog 2002-09-11]
258 2002-09-12 [christoph] 0.8.2claws44
261 allocate 1 elements of FolderItem not 0
263 2002-09-12 [colin] 0.8.2claws43
266 Fix bug #590825 (obey Follow-up: poster)
268 2002-09-12 [colin] 0.8.2claws42
271 Fix bug #557009 (wrong headers for messages
272 forwarded as attachments)
274 2002-09-11 [colin] 0.8.2claws41
277 Put SCF: pseudo-header on top of message
278 Set draft tmp_flag when saved as draft
282 Skip after first \n\n for beginning of real message
285 2002-09-11 [christoph] 0.8.2claws40
288 use procmsg flag functions in filtering or processing
289 will cause incorrect folder message counts
291 2002-09-11 [colin] 0.8.2claws39
294 Fix bug #550175 - wrong save folder when reediting
297 2002-09-11 [paul] 0.8.2claws38
299 * sync with 0.8.2cvs14
300 see ChangeLog 2002-09-11
302 2002-09-11 [colin] 0.8.2claws37
305 Fix a typo (seeming to cause new/unread status to
308 2002-09-10 [christoph] 0.8.2claws36
311 compose_redirect should not use compose_generic_new
312 because that does more stuff than expected including
313 opening the external editor
314 (closes bug "[ 526608 ] bounced messages appear blank
317 2002-09-10 [christoph] 0.8.2claws35
320 fix problem with too large message number range
321 causing a crash in folder_item_scan
323 2002-09-10 [paul] 0.8.2claws34
325 * sync with 0.8.2cvs13
326 see ChangeLog 2002-09-10
328 2002-09-10 [christoph] 0.8.2claws33
331 set MsgInfo TmpFlags for queue and draft folders
332 (closes bug "[ 591676 ] Queue ignore MIME on restart")
334 2002-09-10 [paul] 0.8.2claws32
337 po/bg.po ** NEW FILE **
338 new Bulgarian translation submitted by
339 George Danchev <danchev@spnet.net>
343 tools/tb2sylpheed ** NEW FILE **
344 add script that converts an addressbook exported
345 from The Bat! into a Sylpheed addressbook. Submitted
346 by Urke MMI <urke-kg@eunet.yu>
348 2002-09-10 [paul] 0.8.2claws31
350 * sync with 0.8.2cvs12
351 see ChangeLog 2002-09-10
353 2002-09-06 [paul] 0.8.2claws30
356 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
360 tools/ldif-to-xml.py ** REMOVED **
361 remove obsolete python script
363 2002-09-06 [paul] 0.8.2claws29
365 * sync with 0.8.2cvs10
366 see ChangeLog 2002-09-06
368 2002-09-04 [paul] 0.8.2claws28
370 * sync with 0.8.2cvs9
371 see ChangeLog 2002-08-04
373 2002-09-04 [colin] 0.8.2claws27
375 * src/prefs_common.[ch]
376 Added signature color configuration
378 Use user-specified signature color
380 2002-09-03 [colin] 0.8.2claws26
382 * src/prefs_common.[ch]
383 Added autosave and autosave_length prefs
385 Added compose_remove_draft()
386 Auto-save drafts according to the prefs
388 Added a crash-indicator file, allowing to check
389 for new messages on startup if Sylpheed crashed
390 (makes saved drafts "reappear")
392 2002-09-03 [colin] 0.8.2claws25
397 2002-09-03 [paul] 0.8.2claws24
399 * sync with 0.8.2cvs8
400 see ChangeLog 2002-09-02 and 2002-09-03
402 2002-09-03 [darko] 0.8.2claws23
405 use normal style when creating new folder to pick
408 2002-09-02 [melvin] 0.8.2claws22
411 removed some obsolete code
413 2002-09-02 [melvin] 0.8.2claws21
416 fixed test's equality sign (== to =)
418 2002-09-02 [alfons] 0.8.2claws20
422 revert change of 0.8.2claws16 and use the mh_folder_destroy
423 as folder->destroy virtual as suggested by Hiro
424 (the mh.c code seems to have been lost around mh.c.1.21)
426 2002-09-02 [paul] 0.8.2claws19
429 updated by Fabio Jr. Beneditto
432 use 'http://claws.sylpheed.org' for homepage link.
433 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
435 2002-09-01 [alfons] 0.8.2claws18
438 plug memleak related to one Martin Kluge found
440 2002-08-31 [paul] 0.8.2claws17
442 * sync with 0.8.2cvs6
443 see ChangeLog 2002-08-30
445 2002-08-31 [alfons] 0.8.2claws16
448 folder_destroy(): remove mailbox from folderlist even if it has
451 2002-08-31 [alfons] 0.8.2claws15
456 (being pedantic I know)
458 2002-08-31 [alfons] 0.8.2claws14
461 check for NULL pointers returned from folder->fetch_msginfo virtual
462 (should solve some reported crashes)
464 2002-08-30 [alfons] 0.8.2claws13
469 enable crash dialog on compilation time
470 (--enable-crash-dialog configure option)
472 2002-08-30 [alfons] 0.8.2claws12
477 apply memory leak plug patch by Martin Kluge
478 (closes patch "[ 602568 ] patch for 602441 little memory leak",
479 bug "[ 599677 ] Very small memory leak in 0.81claws115",
480 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
482 2002-08-30 [darko] 0.8.2claws11
485 copy Gtk style from normal style to match
486 font size for coloured folders
488 2002-08-29 [alfons] 0.8.2claws10
491 Type=Internet <- Type=Application
492 (reported by Michael Schwendt, see:
493 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
494 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
496 2002-08-29 [paul] 0.8.2claws9
498 * sync with 0.8.2cvs5
499 see ChangeLog 2002-08-29
501 2002-08-29 [colin] 0.8.2claws8
504 Added a sanity check in summary_select_thread
505 Should fix bug 601605
507 2002-08-29 [colin] 0.8.2claws7
510 Revert claws6 changes regarding bug #591676
512 2002-08-28 [colin] 0.8.2claws6
515 Ignore cache for queue folderitems
518 2002-08-28 [melvin] 0.8.2claws5
523 2002-08-28 [melvin] 0.8.2claws4
526 Updated a bit the text concerning the spell checker
528 2002-08-28 [melvin] 0.8.2claws3
530 Merged the GNU_aspell_branch:
531 Support of new GNU/aspell is now included and the old pspell
532 is not supported anymore.
536 Updated spell checker text to reflect the switch to GNU/aspell
538 * ac/aspell.m4 *** NEW ***
539 * src/gtkaspell.[ch] *** NEW ***
540 * ac/pspell.m4 *** DELETED ***
541 * src/gtkspell.[ch] *** DELETED ***
544 Updated for GNU/aspell support
547 Replaced gtkspell.c by gtkaspell.c
555 * src/prefs_common.[ch]
556 Updated for GNU/aspell support
558 2002-08-28 [paul] 0.8.2claws2
560 * sync with 0.8.2cvs4
561 see ChangeLog 2002-08-27 and 2002-08-28
563 2002-08-28 [colin] 0.8.2claws1
565 * src/summary_search.c
568 2002-08-28 [jens] 0.8.2claws
571 Updated German translations
573 2002-08-27 [melvin] 0.8.2claws
576 Updated French translations
578 2002-08-27 [paul] 0.8.2claws
580 * sync with 0.8.2 main release
588 updated message catalogs submitted by
589 Ricardo Mones Lastra, Alessandro Maestri,
590 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
591 Beneditto and Urke MMI
593 2002-08-27 [hoa] 0.8.1claws123
595 * src/mainwindow.[ch]
596 * src/summaryview.[ch]
597 removed the "filter setting" menu option.
598 add a "cancel a news message" menu option.
600 2002-08-26 [martin] 0.8.1claws122
603 changed string under 0.8.1claws79 changed by myself
606 2002-08-26 [martin] 0.8.1claws121
609 added kill command to debuggerrc to start crash dialog
611 2002-08-26 [paul] 0.8.1claws120
613 * sync with 0.8.1cvs31
614 see ChangeLog 2002-08-26
616 2002-08-25 [alfons] 0.8.1claws119
619 fix bug that didn't send out correct headers to news server
620 when sending news article and email from queue (bug reported
621 and patch provided by Tim Mann; closes bug
622 "[ 583196 ] 0.7.8claws can't post news")
624 2002-08-25 [alfons] 0.8.1claws118
626 * src/selective_download.c
627 mark two strings as translatable
628 (thanks to Urke MMI for pointing this out)
630 2002-08-25 [alfons] 0.8.1claws117
633 treat sent boxes as special and allow sorting them by addressee
634 (closes "[ 589418 ] Sent folder sorting misbehavior"
635 submitted by Steve Lamb)
637 2002-08-24 [alfons] 0.8.1claws116
640 fix memleak reported by Martin Kluge
641 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
643 2002-08-24 [oliver] 0.8.1claws115
645 * src/prefs_toolbar.c
646 o code cleanup as suggested by Alfons
649 2002-08-24 [alfons] 0.8.1claws114
652 o fix another memory leak reported by Martin Kluge
653 (see "[ 599568 ] Small Memory Leak")
654 o remove 'from' variable from 'summary_set_header()'; we can
657 2002-08-24 [paul] 0.8.1claws113
659 * sync with 0.8.1cvs30
660 see ChangeLog 2002-08-23
662 2002-08-24 [alfons] 0.8.1claws112
665 remove unnecessary allocations for search bar fixing leaks
666 reported by Martin Kluge
667 (see "[ 599451 ] Further memory leaks?")
669 2002-08-24 [alfons] 0.8.1claws111
672 make get_socket_name() public for crash.c
674 o make report bug button work (goes to claws'
675 bug tracker at sf.net)
676 o introduce function for doing important stuff just
677 before claws goes down
680 2002-08-24 [alfons] 0.8.1claws110
683 move cursor to "To" entry when forwarding as attachment
684 (reported and solved by Steve Lamb, closes bug report
685 "[ 592880 ] Forward as attachment; cursor not in to")
687 2002-08-24 [colin] 0.8.1claws109
690 fix quick search visibility after GUI (de)separations.
692 2002-08-23 [colin] 0.8.1claws108
695 fix header pane visibility after folderview or
696 messageview (de)separation
698 2002-08-23 [paul] 0.8.1claws107
700 * src/mainwindow.[ch]
702 give full control of display or non-display
703 of the Execute icon to Custom toolbar settings.
704 add new sensitivity condition to maninwindow.h:
710 more sync with 0.8.1cvs29
712 2002-08-23 [melvin] 0.8.1claws106
715 Readded support for custom widget in alertpanel lost in last
718 2002-08-23 [paul] 0.8.1claws105
720 * sync with 0.8.1cvs29
721 see ChangeLog 2002-08-23
723 2002-08-23 [colin] 0.8.1claws104
726 Fix folder and search pixmaps exchanging positions
727 after theme or toolbar changes. Thank to Oliver for
730 2002-08-23 [colin] 0.8.1claws103
736 Changed messageview_create() and noticeview_create()
737 to avoid the last gdk_warning
739 2002-08-22 [colin] 0.8.1claws102
742 Fix my new `Creating pixmap from xpm' warning
744 2002-08-22 [colin] 0.8.1claws101
747 Fix some of the gdk warnings
749 2002-08-22 [colin] 0.8.1claws100
754 * src/pixmaps/quicksearch.xpm *ADDED*
755 Add the quicksearch pixmap
759 Make quicksearch bar visible/hidden via a button
761 2002-08-22 [christoph] 0.8.1claws99
764 fix folder update for newsgroups with message
765 numbers below minimum number of articles to fetch
768 2002-08-22 [paul] 0.8.1claws98
770 * sync with 0.8.1cvs28
771 see ChangeLog 2002-08-22
773 2002-08-21 [alfons] 0.8.1claws97
776 use bt instead of bt full which seems to work
777 better, and bt full doesn't give a great deal
778 of information anyway
780 2002-08-21 [colin] 0.8.1claws96
783 fix summaryview_searchtype_changed prototype
785 2002-08-21 [christoph] 0.8.1claws95
788 o fix broken menu update for sorting type, we have to
789 get this info from the summaryview now
790 o removed setting of threaded state in menu callback
791 * src/summaryview.[ch]
792 more summaryview/folderitem seperation for
795 removed not required --with-compiler-flags option
797 2002-08-21 [oliver] 0.8.1claws94
800 o rename toolbar.xml to toolbar_main.xml
801 since toolbar_compose.xml might come up
806 2002-08-21 [darko] 0.8.1claws93
809 don't reset tmp flags for messages copied
812 2002-08-21 [colin] 0.8.1claws92
814 * src/prefs_filtering.c
815 fix renaming rules on folder rename
816 when folder is not a leaf folder
818 2002-08-21 [paul] 0.8.1claws91
820 * src/prefs_folder_item.c
821 fix alignment of colour selector
823 2002-08-21 [paul] 0.8.1claws90
825 * sync with 0.8.1cvs27
826 see ChangeLog 2002-08-21
828 2002-08-21 [paul] 0.8.1claws89
831 fix crash when changing field type in
834 2002-08-21 [colin] 0.8.1claws88
837 Made quick search case-insensitive
839 2002-08-21 [paul] 0.8.1claws87
841 * sync with 0.8.1cvs26
842 see ChangeLog 2002-08-21
844 2002-08-20 [christoph] 0.8.1claws86
848 * src/summaryview.[ch]
849 more summaryview/folderitem seperation for
850 sort_key and sort_type
852 added missing return statement
854 2002-08-20 [colin] 0.8.1claws85
856 * src/summaryview.[ch]
857 Added a quick search box
859 * src/prefs_common.[ch]
860 Added a show/hide option for the quick search
862 2002-08-20 [oliver] 0.8.1claws84
865 remove toolbar_create_popups
867 o remove toolbar_create_popups
868 o fix toolbar_set_sensitive
869 (Bug reports #596834 and #596832)
870 * src/prefs_toolbar.c
871 o add "Set default" button
872 o align label and text + combo widgets
874 2002-08-20 [hoa] 0.8.1claws83bis
877 fixed a bug in imap_fetch_msginfo() in case there is no
880 2002-08-20 [darko] 0.8.1claws83
883 copy the color style of folder view so it
884 works with GTK themes
886 2002-08-20 [darko] 0.8.1claws82
890 * src/prefs_folder_item.[hc]
891 don't use UI stuff in folder.h
893 2002-08-20 [darko] 0.8.1claws81
896 * src/prefs_folder_item.h
898 * src/prefs_folder_item.c
899 ability to set folder color in folderview
901 2002-08-19 [alfons] 0.8.1claws80
904 fix one of the earlier memleaks reported by Martin Kluge
906 2002-08-19 [alfons] 0.8.1claws79
909 hide notice view when selecting seperate folder
910 view (reported by Urke MMI)
912 2002-08-19 [christoph] 0.8.1claws78
915 * src/prefs_folder_item.h
916 * src/summaryview.[ch]
917 o add summary_set_prefs_from_folderitem to set
918 summaryview prefs (first step to remove all
919 references to the folderitem in summaryview)
920 o moved compiled regex stuff from folderitem prefs
923 2002-08-19 [paul] 0.8.1claws77
926 add check for '.' to QUOTE_IF_REQUIRED
928 2002-08-19 [paul] 0.8.1claws76
931 sync with 0.8.1cvs25 (plug memory leak)
933 * src/prefs_toolbar.c
934 re-order prefs_toolbar_cancel()
936 2002-08-18 [alfons] 0.8.1claws75
940 plug other memleaks reported by Martin Kluge
942 2002-08-18 [paul] 0.8.1claws74
945 updated by Fabio Jr. Beneditto
947 2002-08-18 [paul] 0.8.1claws73
950 fix bug where tooltips were displayed untranslated
952 * src/prefs_toolbar.c
953 fix bug where clicking 'Cancel' creates an icon & text
954 toolbar regardless of prefs
957 2002-08-17 [oliver] 0.8.1claws72
959 * src/prefs_toolbar.c
960 update toolbar on CANCEL
961 bug reported by Martin Kluge
963 toolbar_destroy memleak fixed
965 2002-08-17 [alfons] 0.8.1claws71
968 plug another memleak reported by Martin Kluge
970 2002-08-16 [alfons] 0.8.1claws70
973 use execvp() correctly (suggested by wwp; thanks!)
975 2002-08-16 [alfons] 0.8.1claws69
978 plug memory leak reported by Kim Schultz & Martin Kluge
980 2002-08-16 [paul] 0.8.1claws68
983 updated by Ricardo Mones Lastra
985 2002-08-16 [paul] 0.8.1claws67
988 fix bug where 'Compose News' icon showed wrong
991 2002-08-16 [paul] 0.8.1claws66
993 * sync with 0.8.1cvs24
994 see ChangeLog 2002-08-16
997 updated by Alessandro Maestri
999 2002-08-15 [paul] 0.8.1claws65
1004 2002-08-15 [paul] 0.8.1claws64
1007 don't translate debug info
1012 2002-08-15 [paul] 0.8.1claws63
1014 * src/prefs_toolbar.c
1015 fix bug where clicking 'OK' creates an icon & text
1016 toolbar regardless of prefs
1018 2002-08-14 [alfons] 0.8.1claws62
1021 add global var that has the full argv[0]
1023 o execvp the correct sylpheed by using argv0
1024 and setting the correct work dir
1027 2002-08-14 [oliver] 0.8.1claws61
1029 * enable/disable Toolbar Action Buttons
1033 * src/prefs_toolbar.c
1035 2002-08-14 [melvin] 0.8.1claws60
1038 Updated French translations
1040 2002-08-14 [melvin] 0.8.1claws59
1043 Made bug report not translatable
1045 Fixed exporthtml_build_filespec() return value
1047 Fixed incorrect include file
1049 * src/prefs_actions.c
1050 * src/prefs_toolbar.c
1051 Made debug info not translatable
1054 Added missing includes
1055 * src/prefs_common.c
1058 2002-08-14 [paul] 0.8.1claws58
1060 * faq/es/sylpheed-faq.html
1061 faq/es/sylpheed-faq-[1-3].html
1062 faq/es/sylpheed-faq-4.html **NEW FILE **
1065 2002-08-13 [christoph] 0.8.1claws57
1068 ignore thread fix that did not mark all
1069 child nodes of a ignored thread as
1070 ignored. Does not work perfectly yet,
1071 but it is better now
1073 2002-08-13 [alfons] 0.8.1claws56
1076 o implement 'save crash log'
1079 2002-08-13 [melvin] 0.8.1claws55
1082 removed unrequired "execinfo.h" header
1084 2002-08-12 [paul] 0.8.1claws54
1086 * faq/en/sylpheed-faq.html
1087 faq/en/sylpheed-faq-[1-3].html
1088 faq/en/sylpheed-faq-4.html **NEW FILE **
1091 2002-08-12 [alfons] 0.8.1claws53
1094 add crash.c to translatables
1096 bring in Leandro's crash dialog
1098 2002-08-11 [alfons] 0.8.1claws52
1101 clean up some warnings
1103 2002-08-11 [alfons] 0.8.1claws51
1107 * src/crash.[ch] ** NEW FILES **
1109 initial gdb crash handler
1111 2002-08-11 [paul] 0.8.1claws50
1113 * src/prefs_toolbar.c
1114 replace Up/Down arrow pixmaps with text to be
1115 consistent across icon themes
1117 2002-08-11 [paul] 0.8.1claws49
1119 * src/prefs_common.c
1121 rename 'Pixmap' -> 'Icon'
1124 rename 'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
1126 2002-08-10 [paul] 0.8.1claws48
1128 * src/prefs_toolbar.c
1131 2002-08-10 [paul] 0.8.1claws47
1134 don't write Processing progress to status bar
1135 patch submitted by Alexander Evseev
1137 * src/prefs_toolbar.c
1138 re-position and resize window
1139 make window assume correct size on first call
1141 2002-08-10 [paul] 0.8.1claws46
1148 follow UI text conventions
1150 2002-08-10 [alfons] 0.8.1claws45
1153 correct pixmap for delete action
1155 2002-08-10 [paul] 0.8.1claws44
1158 updated by Fabio Jr. Beneditto
1160 2002-08-10 [paul] 0.8.1claws43
1163 add custom toolbar files
1165 2002-08-10 [paul] 0.8.1claws42
1167 * sync with 0.8.1cvs22
1168 see ChangeLog 2002-08-09
1170 2002-08-09 [paul] 0.8.1claws41
1174 tools/outlook2sylpheed.pl ** NEW FILE **
1175 add script to convert exported Outlook
1176 contacts list to a Sylpheed addressbook.
1177 Submitted by Ricardo Mones Lastra.
1179 2002-08-09 [paul] 0.8.1claws40
1183 po/sr.po ** NEW FILE **
1184 add Serbian message catalog. Submitted by
1185 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>
1187 2002-08-09 [paul] 0.8.1claws39
1189 * sync with 0.8.1cvs21
1190 see ChangeLog 2002-08-08
1192 2002-08-08 [oliver] 0.8.1claws38
1195 move Custom Toolbar to Configuration menu
1197 2002-08-08 [oliver] 0.8.1claws37
1199 * src/prefs_toolbar.c
1200 fix substitute pixmap bug
1202 2002-08-08 [paul] 0.8.1claws36
1204 * sync with 0.8.1cvs19
1205 see ChangeLog 2002-08-08
1207 2002-08-07 [christoph] 0.8.1claws35
1210 fixed a memory leak in new canonicalize_file_replace
1212 2002-08-07 [christoph] 0.8.1claws34
1215 o canonicalize_file_replace should create the temporary
1216 file in the same directory as the original file.
1217 o added get_tmpfile_in_dir that creates a temorary file
1218 in a specified directory.
1220 2002-08-07 [melvin] 0.8.1claws33
1223 fixed bug where 'Article' button acted as 'Email' button.
1225 2002-08-07 [paul] 0.8.1claws32
1227 * sync with 0.8.1.cvs17
1228 see ChangeLog 2002-08-07
1230 2002-08-07 [colin] 0.8.1claws31
1233 fix mass-cancel problem
1235 2002-08-07 [thorsten] 0.8.1claws30
1237 * src/prefs_toolbar.c
1238 fix: crash on replace or add new button
1240 fix: close xmlfile after reading
1242 fix: unlink() file before rename()
1244 2002-08-06 [paul] 0.8.1claws29
1246 * sync with 0.8.cvs15
1247 see ChangeLog 2002-08-06
1249 2002-08-06 [oliver] 0.8.1claws28
1252 * src/prefs_toolbar.c
1253 fixed empty toolbar issue
1255 2002-08-06 [oliver] 0.8.1claws27
1257 * Custom Toolbar Final
1261 o toolbar stuff now lives in src/toolbar.[ch]
1262 o main_window_toolbar_* functions are renamed to
1263 toolbar_* reflecting their new source file
1264 * src/mainwindow.[ch]
1265 o remove toolbar stuff
1267 2002-08-06 [oliver] 0.8.1claws26
1270 * src/prefs_toolbar.[ch] **New File**
1271 * src/toolbar.[ch] **New File**
1272 o prefs_toolbar.[ch] custom toolbar frontend
1273 o toolbar.[ch] backend
1275 2002-08-06 [oliver] 0.8.1claws25
1277 * src/prefs_actions.[ch]
1278 o new exported function actions_execute
1280 2002-08-06 [paul] 0.8.1claws24
1282 * sync with 0.8.1cvs4
1283 see ChangeLog 2002-08-06
1285 2002-08-06 [paul] 0.8.1claws23
1287 * sync with 0.8.1cvs13
1288 see ChangeLog 2002-08-06
1290 2002-08-06 [paul] 0.8.1claws22
1292 * sync with 0.8.1cvs12
1293 see ChangeLog 2002-08-05 and 2002-08-06
1295 2002-08-06 [match] 0.8.1claws21
1298 improvements to cut/copy/paste address
1300 2002-08-05 [match] 0.8.1claws20
1307 fixes to improve cut/copy/paste
1309 2002-08-06 [melvin] 0.8.1claws19
1312 account_find_all_from_address(): new function that returns the
1313 list of all accounts that are matched in an address.
1314 * src/alertpanel.[ch]
1315 alertpanel() now accepts a custom widget
1316 alertpanel_with_widget(): new function that pops up a panel with
1317 a custom widget in it
1319 gtkut_account_menu_new(): new function that allows the selection
1320 of an account from a list of accounts.
1322 Extended Return Receipt notification to select the correct
1323 account and to make a security test on the Delivery-Notification
1324 address which should be the same as the Return-Path.
1326 2002-08-06 [thorsten] 0.8.1claws18
1329 attach_all: save unnamed as "noname.%d",
1330 dont free static dirname
1332 2002-08-05 [alfons] 0.8.1claws17
1335 detect XIM by trying to link rather than compile a XIM program
1337 2002-08-05 [oliver] 0.8.1claws16
1339 * src/stock_pixmap.[ch]
1340 o add UP_ARROW to available pixmaps (already in pixmap-directory)
1341 o new func to retrieve pixmaps
1343 2002-08-05 [paul] 0.8.1claws15
1345 * sync with 0.8.1cvs10
1346 see ChangeLog 2002-08-05
1348 2002-08-04 [alfons] 0.8.1claws14
1351 see if this plugs memleak
1353 2002-08-04 [melvin] 0.8.1claws13
1356 fixed bug that could crash Sylpheed when highlighting
1357 all misspelled words.
1359 2002-08-03 [melvin] 0.8.1claws12
1361 * src/prefs_actions.c
1362 removed unnecessary checks for NULL introduced in 0.8.1claws11.
1364 fixed bug where the Return Receipt was sent to
1365 Delivery-Notification-To address even if it was not present
1367 2002-08-02 [alfons] 0.8.1claws11
1369 * src/prefs_actions.c
1370 o more check for NULLs
1371 o put create_io_dialog() in right conditional block
1373 2002-08-02 [paul] 0.8.1claws10
1376 updated by Ricardo Mones Lastra
1378 2002-08-01 [christoph] 0.8.1claws9
1381 don't free the cache of the opened
1382 folder in the summaryview
1384 don't unset flags, if it is not required
1386 2002-08-01 [paul] 0.8.1claws8
1388 * sync with 0.8.1cvs8
1389 see ChangeLog entry 2002-08-01
1391 2002-08-01 [paul] 0.8.1claws7
1393 * sync with 0.8.1cvs7
1394 see ChangeLog 2002-07-31 and 2002-08-01
1396 2002-07-31 [christoph] 0.8.1claws6
1399 forgot to update menu sensitivity
1400 function for new menu entry
1402 2002-07-31 [alfons] 0.8.1claws5
1405 check folder item and its path for NULL on
1408 2002-07-31 [christoph] 0.8.1claws4
1411 check if folder_item_get_msginfo in
1412 folder_item_remove_msg returned NULL
1414 better clear the uid cache in the
1415 uid validity check function and delete
1418 2002-07-31 [paul] 0.8.1claws3
1421 add the '--attach' option and a few other
1424 2002-07-31 [paul] 0.8.1claws2
1426 * sync with 0.8.1cvs5
1427 see ChangeLog 2002-07-31
1429 2002-07-31 [christoph] 0.8.1claws1
1431 * src/folderview.[ch]
1433 replace "Rescan all folders..." with
1434 "Check all folders for new messages..."
1436 2002-07-30 [paul] 0.8.1claws
1438 * version 0.8.1claws released
1440 2002-07-30 [paul] 0.8.0claws29
1442 * tools/OOo2sylpheed.pl ** NEW FILE **
1444 add script to enable sending documents as
1445 attachments from OpenOffice.org
1447 2002-07-30 [melvin] 0.8.0claws28
1449 * src/prefs_actions.c
1450 Made the actions' input/output dialog display
1453 2002-07-30 [christoph] 0.8.0claws27
1456 check if folder_item_get_msginfo in
1457 procmsg_save_to_outbox returned NULL
1459 2002-07-30 [paul] 0.8.0claws26
1461 * sync with 0.8.1cvs4
1462 see ChangeLog 2002-07-29
1464 2002-07-29 [thorsten] 0.8.0claws25
1467 added selective download, delete on server
1469 2002-07-29 [paul] 0.8.0claws24
1471 * sync with 0.8.1cvs3
1472 see ChangeLog 2002-07-29
1474 2002-07-27 [christoph] 0.8.0claws23
1477 add extra check if fetching the msginfo
1480 2002-07-27 [paul] 0.8.0claws22
1482 * sync with 0.8.1cvs2
1483 see ChangeLog 2002-07-26
1485 2002-07-27 [christoph] 0.8.0claws21
1488 add another check if a valid msginfo
1491 2002-07-26 [hoa] 0.8.0claws20
1494 Fixed a condition in folder_item_destroy()
1497 Fixed an error in IMAP protocol
1499 2002-07-26 [alfons] 0.8.0claws19
1502 ofcourse compare with identifier, not the path
1504 2002-07-26 [alfons] 0.8.0claws18
1507 use folder item identifier for saving / restoring
1508 preferences because folder->path might not be unique
1510 2002-07-26 [melvin] 0.8.0claws17
1513 Fixed a crash introduced in 0.8.0claws5 when log is
1514 cut under 80 characters.
1516 2002-07-26 [paul] 0.8.0claws16
1518 * sync with 0.8.1cvs1
1519 see ChangeLog 2002-07-26
1521 2002-07-26 [christoph] 0.8.0claws15
1524 imap folder now remembers the last selected
1525 folder and imap_fetch_msginfo skips selecting
1526 the folder if it is already selected
1528 2002-07-26 [christoph] 0.8.0claws14
1533 fix imap folder rescanning
1535 2002-07-25 [christoph] 0.8.0claws13
1545 implement imap uid cache and uid validity check
1547 2002-07-25 [alfons] 0.8.0claws12
1550 fix a brown paper bag bug, and also add some more
1553 2002-07-25 [christoph] 0.8.0claws11
1556 don't mix copy, fetch_msginfo and remove
1557 operations in folder item copy and move
1560 2002-07-25 [christoph] 0.8.0claws10
1564 * src/prefs_folder_item.c
1565 * src/summaryview.[ch]
1566 remove no longer required parameter update_cache from
1569 2002-07-25 [paul] 0.8.0claws9
1576 2002-07-24 [alfons] 0.8.0claws8
1579 sort correctly when using simplified subject line
1580 (closes feature request "[ 585141 ] applying regexp to subject
1581 before sort" submitted by Alexandra Walford)
1583 2002-07-24 [paul] 0.8.0claws7
1585 * sync with 0.8.0cvs3
1586 see ChangeLog 2002-07-24
1588 2002-07-23 [christoph] 0.8.0claws6
1595 o separate processing and summaryview
1596 o removed summary_write_cache from summaryview
1597 o removed summaryview->killed_messages, because we don't have
1598 to keep a list of killed messages anymore. New cache will
1599 keep the hidden messages in cache anyway
1602 * src/selective_download.c
1603 o removed unnecessary summary_write_cache calls
1605 o don't set ignore thread flag in procmsg_get_thread_tree
1606 if it is already set
1609 o moved STATUSBAR_PUSH/POP to statusbar.h because
1610 they are used in different files
1612 2002-07-23 [melvin] 0.8.0claws5
1618 * src/editldap_basedn.c
1620 * src/prefs_common.c
1621 Fixed few memory leak (gtk_editable_get_chars returns
1622 an allocated string)
1624 Fixed few memory leak (gtk_editable_get_chars returns
1625 an allocated string) and modified a little the log cutting
1628 Replaced a call to an obsolete function gtk_entry_get_text()
1629 by gtk_editable_get_chars()
1631 Removed a debug printf
1633 2002-07-23 [christoph] 0.8.0claws4
1636 fix another g_dirname memory leak
1638 2002-07-23 [christoph] 0.8.0claws3
1641 fixed a memory leak in mh_fetch_msginfo
1642 fixed crash when message header could not be
1645 2002-07-23 [paul] 0.8.0claws2
1647 * sync with 0.8.0cvs2
1648 see ChangeLog 2002-07-23
1650 2002-07-23 [paul] 0.8.0claws1
1652 * sync with 0.8.0cvs1
1653 see ChangeLog 2002-07-23
1655 2002-07-23 [paul] 0.8.0claws
1657 * release of 0.8.0claws
1659 2002-07-23 [paul] 0.7.8claws99
1662 new Russian translation, submitted by
1663 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
1665 2002-07-22 [jens] 0.7.8claws98
1668 Updated German translations.
1670 2002-07-22 [paul] 0.7.8claws97
1676 updated translations by Ricardo Mones Lastra,
1677 Alessandro Maestri, Wilbert Berendsen and
1678 Fabio Jr. Beneditto respectively
1680 2002-07-22 [christoph] 0.7.8claws96
1683 fix memory leak caused by wrong g_dirname usage
1685 2002-07-22 [christoph] 0.7.8claws95
1688 update new and unread message counts for summaryview
1689 summaryview does not get it from the folder anymore
1690 and has to update the values itself
1692 2002-07-22 [melvin] 0.7.8claws94
1695 Updated French translations.
1697 2002-07-22 [christoph] 0.7.8claws93
1700 set prop->preg pointer to NULL or following check
1701 will not fail and regexec will be called with
1704 2002-07-21 [alfons] 0.7.8claws92
1706 * src/prefs_common.[ch]
1707 remove option "Send return receipt on request"
1709 2002-07-21 [thorsten] 0.7.8claws91
1712 fixed memleaks, coding style as pointed out by alfons
1714 2002-07-21 [alfons] 0.7.8claws90
1717 * src/noticeview.[ch]
1718 o fix bug notice view being displayed when going to empty folder
1719 (noticed by Christoph)
1720 o allow RRR to be sent when restarting sylpheed, or changing folder
1721 (noticed by Thorsten)
1723 2002-07-21 [thorsten] 0.7.8claws89
1726 Included save_all patch from Xaview FACQ
1727 added support for pathnames
1729 2002-07-21 [alfons] 0.7.8claws88
1734 * src/messageview.[ch]
1735 * src/noticeview.c ** NEW FILE **
1736 * src/noticeview.h ** NEW FILE **
1737 make return receipts work again
1738 (UI idea by Leandro Pereira)
1740 2002-07-21 [paul] 0.7.8claws87
1743 fix sensitivity of 'Select thread'
1745 2002-07-21 [paul] 0.7.8claws86
1747 * src/prefs_common.c
1748 add browser command line for Galeon
1750 2002-07-21 [paul] 0.7.8claws85
1753 fix 'EXTRA_DIST': remove README.README, add TODO
1756 2002-07-21 [alfons] 0.7.8claws84
1759 make enter clear selection
1760 (closes "[ 579888 ] Editor selection/entry error"
1761 reported by Steve Lamb)
1763 2002-07-21 [alfons] 0.7.8claws83
1766 sort message list when selecting unthread messages
1767 (closes "[ 501593 ] switching threaded view doesn't sort"
1768 reported by Simon Schubert)
1770 2002-07-20 [alfons] 0.7.8claws82
1775 2002-07-20 [thorsten] 0.7.8claws81
1778 Fixed expansion of empty fields in matchactions
1780 2002-07-19 [melvin] 0.7.8claws80
1783 Removed a duplicate menu entry (fast mode) introduced during
1785 Added a menu separator between 'Use alternate' and 'Fast mode'
1787 2002-07-19 [paul] 0.7.8claws79
1793 2002-07-19 [thorsten] 0.7.8claws78
1795 * tools/calypso_convert.pl ** NEW FILE **
1798 script to import mbox files exported
1800 o generates folder structure
1801 o includes attachments
1803 2002-07-19 [melvin] 0.7.8claws77
1805 * src/selective_download.[ch]
1806 Fixed bug where closing the dialog with the window manager's
1807 close button will not unlock the summary
1808 Corrected some function declarations that missed a return value
1809 Made the source code comply better with coding style.
1810 * src/prefs_common.c
1811 Added new browser command line for Mozilla.
1813 2002-07-18 [paul] 0.7.8claws76
1816 src/selective_download.[ch]
1817 reflect theme changes, fix Gdk Warning when creating
1818 pixmap from NULL window, and minor clean up.
1819 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
1824 2002-07-17 [paul] 0.7.8claws75
1832 2002-07-16 [paul] 0.7.8claws74
1834 * tools/filter_conv.pl
1836 replace conversion script with reimplemented version,
1837 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
1839 2002-07-16 [colin] 0.7.8claws73
1842 remove forgotten debug messages - sorry ;-)
1844 2002-07-16 [colin] 0.7.8claws72
1850 add the ability to select part of a text mime-part
1853 2002-07-15 [christoph] 0.7.8claws71
1856 fix folder message count for folders without
1857 msg_is_changed (includes news folders)
1859 2002-07-15 [martin] 0.7.8claws70
1862 option "display recipient on 'From'..." now works
1863 without the need of enabling the option
1864 "display sender using address book".
1866 2002-07-15 [christoph] 0.7.8claws69
1869 removed setting folder status from summaryview.
1870 folder.c should update all message counts correctly.
1872 2002-07-15 [paul] 0.7.8claws68
1875 updated by Fabio Junior Beneditto
1877 2002-07-15 [darko] 0.7.8claws67
1880 Fixed target folder colorization, don't decrease op
1883 2002-07-14 [paul] 0.7.8claws66
1885 * sync with main 0.8.0
1886 see ChangeLog 2002-07-14
1888 2002-07-13 [melvin] 0.7.8claws65
1893 Replaced sprintf by g_snprintf to prevent possible buffer
1896 Corrected a log message output format.
1897 Added a missing "done" debug output.
1899 Added keyboard accelerator for Priority menu items
1900 Added missing \n in debug output
1904 Added missing \n in debug output
1906 2002-07-13 [paul] 0.7.8claws64
1909 change Sergey's email address to the sf address
1912 increase show_url_timeout (more useful for long
1915 2002-07-12 [sergey] 0.7.8claws63
1918 applied (with some modifications) patch to set the
1919 micalg parameter for signatures
1920 (2001-08-28 Werner Koch <wk@gnupg.org>)
1922 2002-07-12 [sergey] 0.7.8claws62
1926 fixed man page installation
1928 2002-07-12 [paul] 0.7.8claws61
1930 * sync with 0.7.8cvs26
1931 see ChangeLog 2002-07-11 and 2002-07-12
1933 2002-07-11 [christoph] 0.7.8claws60
1937 first use the message number to find the message
1938 to mark with a reply flag but check the
1939 message-id if we got the correct message, if not
1940 try to find it by message-id.
1941 use new string seperator that is not allowed
1944 2002-07-11 [paul] 0.7.8claws59
1946 * sync with 0.7.8cvs23
1947 see ChangeLog 2002-07-10
1949 2002-07-10 [christoph] 0.7.8claws58
1953 Added message-id table to the cache in memory
1954 and functions to msgcache.c and folder.c to
1955 fetch MsgInfos by message id
1958 store folder and message-id of message replying
1959 to in queue header and set reply flag after sending
1960 (Closes bug #469498)
1962 2002-07-10 [paul] 0.7.8claws57
1966 add Martin to the list of authors
1968 2002-07-09 [martin] 0.7.8claws56
1970 Added gtk_ctree_last_visible(), tree_update_level(),
1971 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
1972 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
1973 from gtk+ to gtksctree.c for the new sorting code
1974 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
1975 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
1977 Added declaration for gtk_sctree_sort_recursive() and
1978 gtk_sctree_sort_node
1983 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
1984 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
1986 2002-07-08 [paul] 0.7.8claws55
1988 * more sync with 0.7.8cvs21
1989 see ChangeLog 2002-07-08
1991 2002-07-08 [paul] 0.7.8claws54
1993 * sync with 0.7.8cvs21
1994 see ChangeLog 2002-07-08
1996 2002-07-07 [alfons] 0.7.8claws53
1999 * src/stock_pixmap.[ch]
2000 * src/pixmaps/notice_warn.xpm ** NEW FILE **
2001 * src/pixmaps/notice_error.xpm ** NEW FILE **
2002 * src/pixmaps/notice_note.xpm ** NEW FILE **
2003 add new pixmaps for upcoming notice pane
2005 2002-07-06 [melvin] 0.7.8claws52
2008 Made them a bit closer to Sylpheed's coding style.
2010 Removed possible memory leaks when some errors occurs.
2012 2002-07-06 [melvin] 0.7.8claws51
2015 Removed --no-location in xgettext command line to help
2016 translators that use Emacs' po-mode
2018 Removed unnecessary comments that messed up sylpheed.pot
2020 2002-07-06 [paul] 0.7.8claws50
2022 * sync with 0.7.8cvs19
2023 see ChangeLog 2002-07-05
2025 2002-07-06 [christoph] 0.7.8claws49
2029 fix folder_item_remove_all_msg and folderview
2030 status for trash folders after emptying trash
2032 2002-07-05 [paul] 0.7.8claws48
2034 * sync with 0.7.8cvs16
2035 see ChangeLog 2002-07-04 and 2002-07-05
2037 2002-07-04 [paul] 0.7.8claws47
2039 * sync with 0.7.8cvs14
2040 see ChangeLog 2002-07-04
2042 2002-07-03 [alfons] 0.7.8claws46
2045 dupe folder item's path because it's being reallocated
2046 by new folder scanning code
2048 2002-07-03 [christoph] 0.7.8claws45
2051 better IMAP uid fetching using 'FETCH 1:* (UID)'
2053 add missing return in msgcache_write
2055 2002-07-02 [thorsten] 0.7.8claws44
2060 use binary mode for file access
2062 2002-07-02 [christoph] 0.7.8claws43
2064 * major code cleanup (part 1)
2066 - unused variables removed
2067 - unused functions removed
2068 - uninitialized variables checked
2069 - missing return statements added
2070 - missing function return types added
2071 - added parentheses around assignment and
2072 && in || when suggested by gcc
2076 replaced direct calls to folder->scan_tree
2077 with folder_scan_tree and restore folder
2078 prefs in this function. The folder should
2079 not have to deal with them.
2080 ( Should now work for all folder types )
2082 2002-07-02 [paul] 0.7.8claws42
2084 * sync with 0.7.8cvs13
2085 see ChangeLog 2002-07-01 and 2002-07-02
2087 2002-07-01 [christoph] 0.7.8claws41
2090 fix "goto next/prev unread message" with
2093 2002-07-01 [paul] 0.7.8claws40
2096 updated by Ricardo Mones Lastra
2098 2002-06-30 [match] 0.7.8claws39
2101 applied variation of leonerd's patch (566661) to
2102 allow multiple email addresses per JPilot entry.
2103 addresses may be separated by space, comma, pipe,
2104 semi-colon, new-line.
2106 2002-06-30 [alfons] 0.7.8claws38
2109 simple fix for putting older nodes before
2110 newer nodes when threading by subject
2112 2002-06-30 [christoph] 0.7.8claws37
2119 fix broken folder tree rescaning
2120 and don't use procmsg_get_mark_sum
2123 2002-06-30 [christoph] 0.7.8claws36
2125 * merge new cache branch
2127 fix new cache imap copy bug
2129 improved folder_item_scan
2130 it should now always set the correct
2131 new, unread and total message counts
2133 2002-06-29 [paul] 0.7.8claws35
2136 correct syntax error
2138 2002-06-29 [paul] 0.7.8claws34
2142 man/Makefile.am ** NEW FILE **
2143 man/sylpheed.1.gz ** NEW FILE **
2144 add Sylpheed man page
2146 2002-06-29 [paul] 0.7.8claws33
2149 updated by Fabio Junior Beneditto
2151 2002-06-28 [jens] 0.7.8claws32
2156 * src/selective_download.c
2157 removed gettext for space " "
2162 2002-06-28 [paul] 0.7.8claws31
2164 * sync with 0.7.8cvs11
2165 see ChangeLog 2002-06-28
2167 2002-06-28 [paul] 0.7.8claws30
2169 * sync with 0.7.8cvs10
2170 see ChangeLog 2002-06-27 and 2002-06-28
2172 2002-06-26 [paul] 0.7.8claws29
2175 src/selective_download.c
2176 don't gettextise empty strings.
2177 reserved by gettext. gettext("") returns
2178 the header entry with meta information,
2179 not the empty string
2184 2002-06-26 [paul] 0.7.8claws28
2186 * sync with 0.7.8cvs7
2187 see ChangeLog 2002-06-25
2189 * src/prefs_common.c
2190 ...and in the process, tweak the gui a little
2192 2002-06-25 [alfons] 0.7.8claws27
2196 fine tune ldap library detection
2198 2002-06-25 [alfons] 0.7.8claws26
2201 don't allow return receipts when composing a news article
2203 2002-06-25 [paul] 0.7.8claws25
2206 add '$(AMTAR)' to 'release' section to allow for
2207 new and older autotools
2209 2002-06-25 [paul] 0.7.8claws24
2212 fix "No more unread messages" persistant pop-up
2215 2002-06-25 [paul] 0.7.8claws23
2218 updated by Alessandro Maestri
2220 2002-06-25 [paul] 0.7.8claws22
2222 * sync with 0.7.8cvs6
2223 see ChangeLog 2002-06-25
2225 2002-06-24 [paul] 0.7.8claws21
2228 add GPL copyright information
2230 2002-06-24 [paul] 0.7.8claws20
2234 tools/update-po ** NEW FILE **
2235 add script that eases the creation of *.po files
2236 Submitted by Wilbert Berendsen <wilbert@oswf.org>
2238 2002-06-23 [alfons] 0.7.8claws19
2241 make notification_convert_header obey const correctness
2242 (next step will be fixing the broken return receipt)
2244 2002-06-23 [paul] 0.7.8claws18
2247 fix bug introduced in last commit:
2248 removed too much code in last commit - put back what's
2251 2002-06-23 [paul] 0.7.8claws17
2253 * src/messageview.[ch]
2254 remove code committed in error from locally patched
2257 2002-06-23 [colin] 0.7.8claws16
2260 add compose_entry_select(), used to select the default_to
2261 email address - hopefully avoiding people sending mails to
2264 2002-06-22 [alfons] 0.7.8claws15
2267 add Bram Metsch & Stanislav Karchebny
2269 * src/prefs_account.[ch]
2271 - apply and adapt Bram's patch which allows user to set SMTP AUTH
2272 options. (see <http://sourceforge.net/tracker/index.php
2273 ?func=detail&aid=566937&group_id=25528&atid=384600>);
2275 - merge Stanislav's fix to make SMTP AUTH work with qmail
2276 (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
2278 2002-06-22 [paul] 0.7.8claws14
2280 * sync with 0.7.8cvs5
2281 see ChangeLog 2002-06-19 and 2002-06-20
2283 2002-06-22 [alfons] 0.7.8claws13
2285 * src/selective_download.c
2286 fix a stupid mistake I made
2288 2002-06-22 [alfons] 0.7.8claws12
2290 * src/selective_download.[ch]
2291 fix another unnoticed leak; cleanup code
2296 gpg-sign <-- gpg-sign-syl
2298 2002-06-21 [alfons] 0.7.8claws11
2300 * src/selective_download.c
2301 * src/selective_download.h
2302 fix assorted mix of allocation errors (should solve
2303 problem reported by Philippe Gramoullé, see:
2304 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
2306 2002-06-20 [melvin] 0.7.8claws10
2308 * tools/gpg-sign *REMOVED*
2309 tools/gpg-sign-syl *ADDED*
2310 Replaced the gpg clearsigning script with the version using
2311 xterm instead of ssh-askpass and changed its name.
2314 Updated actions example to reflect the renaming of the
2315 gpg clearsigning script.
2317 2002-06-19 [paul] 0.7.8claws9
2319 * sync with 0.7.8claws9
2320 see ChangeLog 2002-06-18 and 2002-06-19
2322 2002-06-19 [paul] 0.7.8claws8
2324 * sync with 0.7.8cvs1
2325 see ChangeLog 2002-06-18
2327 2002-06-18 [alfons] 0.7.8claws7
2330 add omitted prototype
2332 2002-06-17 [paul] 0.7.8claws6
2335 fix hiding of exec_btn
2337 2002-06-17 [paul] 0.7.8claws5
2340 remove unneeded code: should_delete()
2341 and Pop3State::uidl_todelete_list
2343 2002-06-17 [paul] 0.7.8claws4
2346 see ChangeLog 2002-06-11 and 2002-06-13
2348 2002-06-16 [alfons] 0.7.8claws3
2351 make sure lock sort mode (claws specific) is
2352 also persists after a tree rescan
2354 2002-06-16 [alfons] 0.7.8claws2
2356 * src/prefs_folder_item.c
2358 fix persistence of folder sort mode (broken
2359 by adapting Hiro's new folder persistence code)
2361 2002-06-16 [alfons] 0.7.8claws1
2365 * src/prefscommon.[ch]
2366 control size of log text in log window;
2367 closes patch #569155 submitted by Mitko Haralanov.
2369 2002-06-15 [paul] 0.7.8claws
2371 * release of 0.7.8claws
2373 2002-06-15 [paul] 0.7.7claws
2376 updated by Fabio Junior Beneditto
2378 2002-06-14 [paul] 0.7.6claws49
2381 updated by Ricardo Mones Lastra
2383 2002-06-14 [paul] 0.7.6claws48
2386 updated translation by Wilbert Berendsen
2388 2002-06-14 [melvin] 0.7.6claws47
2391 Updated French translation
2393 2002-06-13 [paul] 0.7.6claws46
2396 allow filename to be typed in, rather than just
2397 selected by the mouse. Patch by Gustavo Noronha Silva.
2399 2002-06-13 [alfons] 0.7.6claws45
2401 * src/mainwindow.[ch]
2402 more cleanups (removing unnecessary menu items Expand
2403 summary / message view)
2405 2002-06-13 [melvin] 0.7.6claws44
2408 Added src/string_match.c
2409 * src/string_match.c
2410 Fixed possible buffer overflow.
2412 Added missing config.h header.
2413 * src/prefs_common.c
2416 Made some strings translatable (missing _(..)).
2418 2002-06-13 [melvin] 0.7.6claws43
2421 Corrected action example (verifying clearsigned mail).
2422 * src/prefs_account.c
2424 * src/prefs_common.c
2425 Removed incorrect line that generated a Gtk-CRITICAL msg.
2427 2002-06-12 [alfons] 0.7.6claws42
2430 add init of score column lost in 0.7.6claws42
2432 2002-06-12 [paul] 0.7.6claws41
2434 * src/prefs_account.c
2435 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the
2436 behavior of the radio buttons, (from 0.7.7cvs2)
2438 2002-06-11 [alfons] 0.7.6claws40
2440 * src/messageview.[ch]
2441 * src/summaryview.[ch]
2442 * src/summary_search.c
2444 perform a sync to bring in Hiro's separate view implementation
2446 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
2448 2002-06-11 [paul] 0.7.6claws39
2450 * src/prefs_account.c
2451 correct a typo on the Receive tab
2453 2002-06-10 [match] 0.7.6claws38
2456 Included address completion patch from Gustavo Noronha.
2458 2002-06-10 [paul] 0.7.6claws37
2462 src/prefs_account.[ch]
2463 src/selective_download.[ch]
2466 - check if POP Account
2467 - Receive Button renamed to Preview
2468 - Preview Button Popup: preview new/all messages
2470 - Account Preferences-->Receive tab checkbutton if you
2471 want to remove Mail after Download
2473 - Account Preferences-->Receive tab checkbutton use
2474 filtering rules on preview
2475 (think of delete_on_server)
2477 - Account selectable from SD dialog
2478 - checkbutton to show already downloaded messages if
2479 all messages are previewed
2480 - new clist column showing Date
2483 - play ball with UIDL
2484 - fault tolerant (?)
2485 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
2487 2002-06-10 [melvin] 0.7.6claws36
2490 Added a hint to ac/README in cvs instructions.
2492 * src/prefs_actions.c
2493 Made it possible to use a more elaborate command line
2494 for asynchronous actions, too.
2496 2002-06-10 [melvin] 0.7.6claws35
2498 * src/prefs_actions.c
2499 Make it possible to use a more elaborate command line
2500 (e.g. |foo|bar|cat>there;echo Done|)
2501 Corrected error message when calling %f, %F and %p commands
2502 from the compose window.
2504 2002-06-09 [colin] 0.7.6claws34
2507 Automatically find unread messages in current folder
2508 before annoying the user.
2510 2002-06-08 [alfons] 0.7.6claws33
2513 remove bad formatting string in it.po translation
2514 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
2516 2002-06-08 [paul] 0.7.6claws32
2518 * sync with 0.7.6cvs25
2519 see ChangeLog 2002-06-07
2521 2002-06-05 [paul] 0.7.6claws31
2524 add 'Sort by locked' and 'Sort by score'
2526 2002-06-05 [paul] 0.7.6claws30
2528 * sync with 0.7.6cvs24
2529 see ChangeLog 2002-06-04
2531 2002-06-04 [paul] 0.7.6claws29
2534 updated by Fabio Junior Beneditto
2536 2002-06-03 [thorsten] 0.7.6claws28
2539 fclose() matcherrc after reading
2541 2002-06-03 [paul] 0.7.6claws27
2543 * sync with 0.7.6cvs21
2544 see ChangeLog 2002-05-31
2546 2002-05-31 [paul] 0.7.6claws26
2548 * sync with 0.7.6cvs20
2549 see ChangeLog 2002-05-29 and 2002-05-30
2551 2002-05-31 [paul] 0.7.6claws25
2554 hopefully fix last buggy sync
2557 correct typo in 'Actions' examples
2559 2002-05-29 [paul] 0.7.6claws24
2561 * sync with 0.7.6cvs18
2562 see ChangeLog 2002-05-28 and 2002-05-29
2568 2002-05-28 [paul] 0.7.6claws23
2570 * sync with 0.7.6cvs16
2571 see ChangeLog 2002-05-28
2573 2002-05-27 [thorsten] 0.7.6claws22
2575 * faq/it/sylpheed-faq-1.html
2576 faq/it/sylpheed-faq-2.html
2577 faq/it/sylpheed-faq-3.html
2578 faq/it/sylpheed-faq.html
2579 corrected DOS lineendings
2580 * faq/de/sylpheed-faq-1.html
2581 faq/de/sylpheed-faq-2.html
2582 faq/en/sylpheed-faq-1.html
2583 faq/en/sylpheed-faq-2.html
2584 faq/en/sylpheed-faq-3.html
2585 faq/es/sylpheed-faq-1.html
2586 faq/es/sylpheed-faq-2.html
2587 faq/es/sylpheed-faq-3.html
2588 faq/fr/sylpheed-faq-1.html
2589 faq/it/sylpheed-faq-1.html
2590 faq/it/sylpheed-faq-2.html
2591 faq/it/sylpheed-faq-3.html
2592 faq/it/sylpheed-faq.html
2593 changed ">" to "
2595 2002-05-27 [paul] 0.7.6claws21
2597 * sync with 0.7.6cvs15
2598 see ChangeLog 2002-05-27
2600 2002-05-27 [paul] 0.7.6claws20
2602 * src/prefs_account.c
2605 2002-05-26 [paul] 0.7.6claws19
2610 2002-05-25 [paul] 0.7.6claws18
2613 add description of kmail2sylpheed.pl
2615 2002-05-25 [paul] 0.7.6claws17
2617 * tools/kmail2sylpheed.pl ** NEW FILE **
2618 perl script that converts an exported Kmail address
2619 book, converts it to sylpheed addressbook file,
2620 writes the file to .sylpheed, and updates
2623 2002-05-25 [paul] 0.7.6claws16
2625 * sync with 0.7.6cvs14
2626 see ChangeLog 2002-05-23
2628 2002-05-24 [paul] 0.7.6claws15
2631 make a correction and add some more info
2633 2002-05-24 [paul] 0.7.6claws14
2637 compose_redirect_write_headers_from_headerlist()
2638 add Subject and Resent-Message-ID to
2639 compose_redirect_write_headers()
2640 Received, Subject, and X-UIDL are filtered out in
2641 compose_redirect_write_to_file()
2643 2002-05-23 [paul] 0.7.6claws13
2649 src/matcher_parser_lex.l
2650 src/matcher_parser_parse.y
2651 src/prefs_common.[ch]
2652 src/prefs_filtering.c
2654 rename 'Bounce' to 'Redirect'
2656 2002-05-23 [paul] 0.7.6claws12
2658 * more sync with 0.7.6cvs13
2660 see ChangeLog 2002-05-22
2662 2002-05-22 [paul] 0.7.6claws11
2664 * sync with 0.7.6cvs13
2666 see ChangeLog 2002-05-20
2668 see ChangeLog 2002-05-22
2670 2002-05-21 [melvin] 0.7.6claws10
2673 Added missing filtering and scoring headers
2674 Fixed bad function call that showed garbage
2675 in Folder->Processing
2677 2002-05-21 [paul] 0.7.6claws9
2680 make all tools executable, (patch by Alfons).
2682 2002-05-20 [alfons] 0.7.6claws8
2685 don't forget to call mktime() so we have a valid week
2687 (Bug report by Roger Sondermann <mail@jumaros.de>)
2689 2002-05-20 [paul] 0.7.6claws7
2692 fix broken parsing of urls
2694 fix displaying of urls
2696 both fixes from the patch [547855] by Eugene
2699 2002-05-19 [alfons] 0.7.6claws6
2702 make sylpheed configure correctly with the latest
2703 and greatest of automake / autoconf / gettext
2705 2002-05-19 [alfons] 0.7.6claws5
2709 add function for returning ime zone offset
2711 * src/quote_fmt_parse.y
2712 better quotation formatting - does not convert
2713 to local time, but uses the original date string.
2715 Note: %z inserts the timezone offset (should
2716 work also on platforms where strftime does not
2719 2002-05-18 [christoph] 0.7.6claws4
2722 fix indentation of some code
2727 correct path for ignorethread.xpm
2728 incorrect filename for sylpheed_logo.xpm
2729 add missing include matcher_parser_parse.h
2731 2002-05-18 [paul] 0.7.6claws3
2733 * sync with 0.7.6cvs8
2734 see ChangeLog 2002-05-16 and 2002-05-17
2736 2002-05-18 [melvin] 0.7.6claws2
2739 Corrected an action's definition and fixed some misspellings.
2741 2002-05-18 [paul] 0.7.6claws1
2744 tools/gpg-sign ** new file **
2745 tools/uudec ** new file **
2746 add Melvin's Actions scripts
2749 add Melvin's descriptions for Actions
2751 2002-05-18 [paul] 0.7.6claws
2753 * Version 0.7.6claws released
2755 2002-05-17 [paul] 0.7.5claws32
2758 updated by Ricardo Mones Lastra
2760 2002-05-17 [paul] 0.7.5claws31
2763 fix Account prefs default folder for sent/draft/deleted
2768 updated translation by Alessandro Maestri and
2771 2002-05-17 [melvin] 0.7.5claws30
2773 * src/prefs_actions.c
2774 Fixed bug where using %F not at the end of the command
2775 resulted in an additional empty argument being created.
2776 Thanks to Darko Koruga for reporting the bug.
2778 2002-05-17 [melvin] 0.7.5claws29
2781 Updated French translations.
2783 2002-05-15 [paul] 0.7.5claws28
2786 updated by Ricardo Mones Lastra
2788 2002-05-15 [paul] 0.7.5claws27
2790 * sync with 0.7.6cvs4
2791 see ChangeLog 2002-05-14 and 2002-05-15
2793 2002-05-14 [paul] 0.7.5claws26
2795 * sync with 0.7.6cvs1
2796 see ChangeLog 2002-05-13
2798 2002-05-13 [thorsten] 0.7.5claws25
2801 fix select_all and copy in multipart messages
2803 fix select_all and copy in multipart messages
2805 2002-05-12 [paul] 0.7.5claws24
2808 reverse last commit, bug already fixed in 0.7.5claws3
2810 2002-05-12 [netztorte] 0.7.5claws23
2813 dont parse empty addressbook (checked in before claws20)
2815 2002-05-12 [melvin] 0.7.5claws22
2818 Removed unneeded priority code introduced by the previous
2821 2002-05-12 [melvin] 0.7.5claws21
2824 Added possibility to set message's priority.
2826 Added possibility to set message's priority.
2827 Added missing headers
2829 2002-05-12 [melvin] 0.7.5claws20
2831 * src/prefs_actions.c
2832 Removed implicitely added quotes around the name
2833 of the temporary files of mime parts.
2835 2002-05-12 [paul] 0.7.5claws19
2837 * sync with 0.7.5cvs20
2838 see ChangeLog 2002-05-11
2840 2002-05-12 [alfons] 0.7.5claws18
2842 * src/quote_fmt_lex.l
2843 * src/quote_fmt_parse.y
2844 allow quote / reply date & time format to be set using
2845 %D{format}. format is a format string you'd pass to
2846 strftime() (see man strftime, or the Display tab |
2847 Date format setting).
2849 Currently %D converts the date to local time.
2851 2002-05-11 [paul] 0.7.5claws17
2853 * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
2854 see ChangeLog 2002-05-10 and 2002-05-11
2856 2002-05-10 [paul] 0.7.5claws16
2858 * sync with 0.7.5cvs16
2859 see ChangeLog entries 2002-05-09 and
2862 2002-05-10 [colin] 0.7.5claws15
2865 Corrected a bug that prevented sylpheed to open
2866 double-clicked URIs.
2868 2002-05-09 [paul] 0.7.5claws14
2870 * sync with 0.7.5cvs14
2871 see ChangeLog 2002-05-08 and 2002-05-09
2873 2002-05-08 [paul] 0.7.5claws13
2875 * sync with 0.7.5cvs11
2876 see ChangeLog entry 2002-05-08
2878 2002-05-08 [paul] 0.7.5claws12
2882 fix segfault on View->Open in new window
2883 patch submitted by Thorsten Maerz <torte@netztorte.de>
2885 2002-05-07 [paul] 0.7.5claws11
2887 * sync with 0.7.5cvs9
2888 see ChangeLog entry 2002-05-07
2890 2002-05-06 [paul] 0.7.5claws10
2894 display url in statusbar on single-click
2895 patch submitted by Thorsten Maerz <torte@netztorte.de>
2897 2002-05-06 [match] 0.7.5claws9
2904 XML implementation of properties file.
2905 * src/exporthtml.[ch]
2906 * src/expthtmldlg.[ch]
2910 2002-05-02 [sergey] 0.7.5claws8
2912 * src/mainwindow.c (mainwin_entries),
2913 src/prefs_common.c (prefs_send_create()),
2914 src/codeconv.c (locale_table):
2915 use charset name "Windows-1251" instead of "CP1251".
2917 2002-05-02 [colin] 0.7.5claws7
2921 src/prefs_folder_item.c
2922 Fixed cosmetics bugs due to Outbox renamed to Sent.
2924 2002-05-02 [hiro] 0.7.5claws6
2927 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
2929 2002-05-02 [paul] 0.7.5claws5
2932 more sync with 0.7.5cvs7, see ChangeLog entry
2935 2002-05-02 [hiro] 0.7.5claws4
2938 compose_queue_sub():
2939 check if queue folder exists (closes #550397).
2940 removed directory creation since it should be handled
2943 imap_add_msg(): return UID for appended message
2946 2002-04-30 [paul] 0.7.5claws3
2949 fix account_find_from_address() bug
2951 2002-04-28 [colin] 0.7.5claws2
2955 src/prefs_common.[ch]
2957 Added user-definable quotation characters recognition.
2959 2002-04-28 [paul] 0.7.5claws1
2961 * sync with 0.7.5cvs4
2962 see ChangeLog entry 2002-04-25
2964 2002-04-28 [paul] 0.7.5claws
2969 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
2970 Fabio Junior Beneditto
2972 2002-04-27 [jens] 0.7.4claws103
2975 updated German translation.
2977 2002-04-27 [hiro] 0.7.4claws102
2980 summary_write_cache(): fixed the mark loss of hidden messages.
2982 2002-04-26 [melvin] 0.7.4claws101
2985 fixed a second typo (same one)
2989 fixed the type again...
2991 2002-04-26 [melvin] 0.7.4claws100
2994 fixed a typo in an alert message ("temorary").
2997 corrected the typo described above.
2999 updated French translation.
3001 2002-04-26 [darko] 0.7.4claws99
3004 fix target folder colorization
3006 2002-04-25 [paul] 0.7.4claws98
3009 updated by Alessandro Maestri
3011 2002-04-24 [colin] 0.7.4claws97
3014 Fixed double "subject is empty" question.
3016 2002-04-23 [colin] 0.7.4claws96
3019 Corrected issue when "automatically display images" was
3020 not set : first image remained after selecting second.
3022 2002-04-23 [melvin] 0.7.4claws95
3024 * src/prefs_actions.c
3025 Don't display in/out dialog if there is nothing to show.
3027 2002-04-23 [paul] 0.7.4claws94
3029 * sync with 0.7.5cvs3
3030 bug fixes: see ChangeLog entry 2002-04-23
3032 2002-04-22 [darko] 0.7.4claws93
3035 fix previous check-in which changed code after
3038 2002-04-22 [paul] 0.7.4claws92
3045 update English, Spanish and French FAQs
3048 add German and Spanish manuals
3051 update English and French manuals
3054 add to and re-arrange the pixmap entries
3056 2002-04-22 [darko] 0.7.4claws91
3059 fix sender initials recognition to only allow
3060 '>' after the initials
3062 2002-04-21 [paul] 0.7.4claws90
3064 * sync with 0.7.5 release
3065 see ChangeLog entry 2002-04-21
3070 add colin's new pixmaps to EXTRA_DIST
3072 2002-04-21 [colin] 0.7.4claws89
3075 * src/mainwindow.[ch]
3076 * src/prefs_common.[ch]
3077 * src/stock_pixmap.[ch]
3078 Added "Work offline" ability.
3080 2002-04-21 [colin] 0.7.4claws88
3083 * src/prefs_common.c
3084 * src/prefs_common.h
3085 * src/textview.c : Added an option to common preferences -> display
3086 to allow user not to automatically display images.
3088 2002-04-21 [paul] 0.7.4claws87
3090 * sync with 0.7.4cvs52
3091 see ChangeLog entry 2002-04-21 (src/imap.c)
3093 2002-04-21 [paul] 0.7.4claws86
3095 * sync with 0.7.4cvs51
3096 see ChangeLog entry 2002-04-21
3098 2002-04-21 [paul] 0.7.4claws85
3100 * sync with 0.7.4cvs49
3101 see ChangeLog entries 2002-04-20 and 2002-04-21
3104 clean up: remove old 'stock_' element from xpm
3107 2002-04-21 [alfons] 0.7.4claws84
3109 apply sync patch from Paul
3112 use old claws prefs_folder_item_create() for now
3114 2002-04-19 [match] 0.7.4claws83
3116 * src/addressbook.[ch]
3117 * src/addrharvest.[ch]
3118 * src/addrgather.[ch]
3121 * src/summaryview.[ch]
3124 2002-04-19 [paul] 0.7.4claws82
3127 updated by Fabio Junior Beneditto
3129 2002-04-14 [alfons] 0.7.4claws81
3132 add #include <sys/types.h> for mode_t and off_t
3134 2002-04-13 [paul] 0.7.4claws80
3139 src/prefs_common.[ch]
3141 enable storing of GnuPG passphrase for the whole
3142 session or a user-defined number of minutes. patch
3143 submitted by Ravemax <ravemax@dextrose.com>
3145 2002-04-13 [alfons] 0.7.4claws79
3148 make email parser also stop scanning when encountering separators
3149 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
3151 2002-04-13 [paul] 0.7.4claws78
3153 * sync with 0.7.4cvs39
3154 see ChangeLog entry 2002-04-12
3156 2002-04-11 [paul] 0.7.4claws77
3158 * sync with 0.7.4cvs37
3159 see ChangeLog entry 2002-04-11
3161 2002-04-11 [paul] 0.7.4claws76
3164 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
3165 the clause for OpenSSL). sync with sylpheed main
3167 2002-04-09 [melvin] 0.7.4claws75
3170 Made 'Ctrl-Enter' on send ignore some modifiers
3171 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
3172 to bind other *-Enter (but not Alt-Enter).
3174 2002-04-09 [paul] 0.7.4claws74
3176 * sync with 0.7.4cvs35
3177 see ChangeLog entries 2002-04-09
3179 2002-04-08 [paul] 0.7.4claws73
3181 * sync with 0.7.4cvs33
3182 see ChangeLog entry 200-04-08
3184 2002-04-07 [match] 0.7.4claws72
3186 * src/addrharvest.[ch]
3187 fixed to read all addresses in header, regardless
3188 of header size. improved name parsing. accommodate
3189 harvest from folders and selected message.
3191 included new address parsing function.
3192 * src/addrgather.[ch]
3193 * src/addressbook.[ch]
3194 * src/summaryview.[ch]
3196 allow address harvest of folder as well as selected
3199 2002-04-07 [paul] 0.7.4claws71
3203 don't try to authenticate with CRAM-MD5 in SMTP when
3204 SMTP-AUTH enabled if MTA doesn't issue this
3205 auth-method in it's ehlo-response. bug item #531364,
3206 patch item #938910. patch submitted by Colin Leroy
3209 2002-04-07 [paul] 0.7.4claws70
3212 fix missing MODE_READER bug. patch submitted by
3213 Colin Leroy <colin@colino.net>
3215 2002-04-07 [alfons] 0.7.4claws69
3218 * src/prefs_filtering.c
3220 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
3221 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
3223 2002-04-07 [paul] 0.7.4claws68
3225 * sync with 0.7.4cvs32
3226 see ChangeLog entry 2002-04-06
3228 * tools/filter_conv.pl
3231 2002-04-06 [paul] 0.7.4claws67
3233 * tools/filter_conv.pl
3234 modify to be able to find the name of the first
3235 mailbox and use that. main's filter does not
3236 record the full path to the mailbox and therefore
3237 can only filter to the first mailbox.
3239 2002-04-05 [paul] 0.7.4claws66
3241 * tools/filter_conv.pl
3242 attempt to make the script all-encompassing and
3243 be able to convert any main 'filter' rule thrown
3246 2002-04-05 [paul] 0.7.4claws65
3248 * tools/filter_conv.pl
3249 allow for collapsed folder trees
3251 2002-04-05 [paul] 0.7.4claws64
3253 * sync with 0.7.4cvs31
3254 see ChangeLog entries 2002-04-05
3256 2002-04-03 [paul] 0.7.4claws63
3258 * sync with 0.7.4cvs29
3259 see ChangeLog entries 2002-04-02 and 2002-04-03
3261 2002-04-02 [paul] 0.7.4claws62
3263 * sync with 0.7.4cvs26
3264 see ChangeLog entry 2002-04-01
3266 2002-04-02 [match] 0.7.4claws61
3269 * src/importpine.[ch]
3271 import Pine address book.
3273 2002-04-02 [match] 0.7.4claws60
3275 * src/addrharvest.[ch]
3276 improve address parsing of funky addresses.
3278 2002-04-02 [darko] 0.7.4claws59
3281 wrap on send improvements, it now recognizes quoted
3282 initials as part of the quotation string, and it
3283 does not join lines separated by CR
3285 2002-04-01 [match] 0.7.4claws58
3288 added new functions.
3290 remove excessive duplicate address generation
3293 2002-04-01 [alfons] 0.7.4claws57
3298 2002-04-01 [paul] 0.7.4claws56
3300 * sync with 0.7.4cvs25
3301 see ChangeLog entry 2002-04-01
3303 2002-04-01 [alfons] 0.7.4aprilfool55
3306 honour feature request item #537427 to allow for
3307 displaying names from address book for sent mail also
3309 2002-03-29 [paul] 0.7.4claws54
3312 src/prefs_filtering.[ch]
3315 add 'fast filter' for claws' filtering,
3316 /Tools/Create filter rule/... patch submitted
3317 by Neill Miller <neillm@thecodefactory.org>
3319 2002-03-29 [paul] 0.7.4claws53
3321 * sync with 0.7.4cvs24
3322 see ChangeLog entry 2002-03-29
3324 2002-03-28 [paul] 0.7.4claws52
3326 * sync with 0.7.4cvs23
3327 see ChangeLog entry 2002-03-28
3329 2002-03-27 [melvin] 0.7.4claws51
3331 * src/prefs_actions.c
3332 Added support to pass only one message part (as a
3333 file) to the command using '%p'. No quotes are needed
3334 because doubles quotes are automatically added.
3335 Fixed bug where Sylpheed could block when waiting for
3336 a child process to finish.
3337 Changed the help menu to remove quotes around symbols to
3338 avoid misinterpretation (they must not be used).
3340 2002-03-27 [melvin] 0.7.4claws50
3343 Made the new mail notification command always
3344 execute asynchronously.
3346 2002-03-27 [paul] 0.7.4claws49
3349 fix bug introduced in last commit
3351 2002-03-27 [paul] 0.7.4claws48
3353 * sync with 0.7.4cvs21
3354 see ChangeLog 2002-03-26 and 2002-03-27
3356 2002-03-26 [hoa] 0.7.4claws47
3358 * src/prefs_folder_item.c
3359 really fixed the bug #516442 with folder rescan.
3361 2002-03-26 [paul] 0.7.4claws46
3363 * sync with 0.7.4cvs19
3364 see ChangeLog entries 2002-03-25 and 2002-03-26
3366 2002-03-25 [hoa] 0.7.4claws45
3370 fix the bug #516442 with folder rescan.
3372 * src/prefs_common.[ch]
3374 added an option to enable two different behaviours
3378 2002-03-25 [paul] 0.7.4claws44
3381 src/selective_download.c
3382 correct a few menuitem labels
3384 2002-03-25 [christoph] 0.7.4claws43
3387 fix non deleted tmp message in
3388 procmsg_save_to_outbox
3389 fix problems caused by sync with
3390 main branch's procmsg_send_queue
3392 2002-03-25 [paul] 0.7.4claws42
3396 src/quote_fmt_parse.y
3397 add Last name (%L) placeholder for quoting.
3398 patch submitted by Thorsten Thielen
3399 <thth@users.sourceforge.net>
3401 2002-03-25 [paul] 0.7.4claws41
3404 get full hostname. patch submitted by
3405 Bob Woodside <rwoodside1@comcast.net>
3407 2002-03-25 [paul] 0.7.4claws40
3412 src/prefs_account.[ch]
3413 enable NNTP over SSL. patch submitted by
3414 Pascal Jermini <pascal@infinity.hn.org>
3416 2002-03-24 [paul] 0.7.4claws39
3418 * src/prefs_common.c
3419 make the arrangement of the Compose tab more
3423 fix some irregularities of style
3426 updated by Kilian Krause
3428 2002-03-23 [paul] 0.7.4claws38
3431 updated by Fabio Junior Beneditto
3433 2002-03-23 [paul] 0.7.4claws37
3436 move 'Gather addresses' to 'Tools' menu
3437 make 'Selective download' sensitive
3439 2002-03-23 [paul] 0.7.4claws36
3441 * sync with 0.7.4cvs16
3442 see ChangeLog entries 2002-03-23
3444 2002-03-22 [christoph] 0.7.4claws35
3446 * src/quote_fmt_parse.y
3447 fix include program output
3449 2002-03-22 [alfons] 0.7.4claws34
3452 initialize GDate stack variable correctly (sorry!)
3454 2002-03-22 [paul] 0.7.4claws33
3460 rename 'Tool' to 'Tools'
3463 move 'Delete duplicated messages' from
3464 'Message/' to 'Tools/'
3465 re-arrange the order of 'Tools/' items
3467 2002-03-22 [paul] 0.7.4claws32
3470 src/addressbook.[ch]
3471 auto-address completion now also matches on
3472 Nickname. patch submitted by Bob Forsman
3473 <hammor@users.sourceforge.net>
3476 correct a spelling mistake
3478 2002-03-22 [alfons] 0.7.4claws31
3481 fix getting uidl from incorrect string
3484 2002-03-21 [alfons] 0.7.4claws30
3487 more code refactoring
3488 plug mem leak introduced by delete on server
3490 2002-03-21 [paul] 0.7.4claws29
3492 * sync with 0.7.4cvs11
3493 see ChangeLog entries 2002-03-20
3495 2002-03-20 [alfons] 0.7.4claws28
3498 apply Colin's patch and refactor
3500 2002-03-20 [paul] 0.7.4claws27
3502 * sync with sylpheed 0.7.4cvs9
3503 see ChangeLog entry 2002-03-20
3505 2002-03-19 [christoph] 0.7.4claws26
3510 revert changes for flag updates
3511 (does not work correctly and no time to debug)
3513 2002-03-20 [alfons] 0.7.4claws25
3516 refactor should_delete() a little bit
3518 2002-03-19 [paul] 0.7.4claws24
3522 src/prefs_account.[ch]
3523 allow the user to leave downloaded mail on the
3524 server for n days. Patch submitted by Colin Leroy
3527 2002-02-19 [paul] 0.7.4claws23
3529 * sync with sylpheed 0.7.4cvs8
3530 see ChangeLog entries 2002-03-19
3532 2002-03-18 [paul] 0.7.4claws22
3534 * sync with sylpheed 0.7.4cvs6
3535 see ChangeLog entry 2002-03-18
3537 2002-03-18 [paul] 0.7.4claws21
3540 add en_GB message catalogue
3545 correct a few spelling mistakes
3547 2002-03-17 [alfons] 0.7.4claws20
3550 more stringent checks for NULL params when writing
3551 filtering actions to a file
3553 2002-03-17 [hoa] 0.7.3claws20
3556 fixed the count of new messages
3559 fixed the "attachment properties" window
3561 2002-03-17 [paul] 0.7.4claws19
3566 src/prefs_account.[ch]
3569 automatically mark cross-posted messages as read
3570 and (optionally) give them a colour label
3571 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
3574 2002-03-17 [paul] 0.7.4claws18
3576 * sync with sylpheed 0.7.4cvs5
3577 see ChangeLog entry 2002-03-17
3579 2002-03-17 [melvin] 0.7.4claws17
3582 Worked around a gtktext 'bug': when searching for
3583 a text in a long message it was scrolling slowly
3584 line by line until it hit the searched text.
3586 Updated French translation
3588 2002-03-17 [melvin] 0.7.4claws16
3592 * src/prefs_actions.c
3593 Moved "Edit/Actions" to "Tool/Actions"
3594 Made mainwindow/compose window sensitive as soon as
3595 no child process is running anymore even if the io dialog
3597 Fixed a struct being initialized with a non constant char*
3599 2002-03-16 [christoph] 0.7.4claws15
3602 add --with-compiler-flags option
3603 (only for developer hacking)
3607 try to make folder-stats and flag handling more
3608 independent from the summaryview. msgcounts
3609 are only set when the folder is opened and
3610 procmsg_msginfo_(un)set_flags will handle it
3611 later and summaryview will get the values
3614 2002-03-16 [paul] 0.7.4claws14
3617 fix Return-receipt. Patch submitted by Bob
3618 Woodside <rwoodside1@comcast.net>
3620 2002-03-16 [paul] 0.7.4claws13
3623 fix 'dynamic' signatures, make it work again
3624 broken during sync on 2002-03-14 (0.7.4claws2)
3626 2002-03-15 [match] 0.7.4claws12
3628 * src/addrharvest.[ch]
3629 * src/addrgather.[ch]
3630 * src/addressbook.[ch]
3632 included address harvester feature. still some
3633 issues with address parsing that I will fix.
3635 2002-03-15 [match] 0.7.4claws11
3638 * src/addrcache.[ch]
3639 * src/addressbook.[ch]
3648 tidy up. fix memory leaks. moved attribs and methods
3649 from individual interfaces to addrcache object. prep
3650 for new stuff to come in.
3652 2002-03-15 [alfons] 0.7.4claws10
3655 * src/matcher_parser_parse.y
3656 * src/matcher_parser_lex.l
3657 * src/prefs_matcher.c
3658 add filtering conditions message greater than, smaller
3659 than, and exactly matching a size in bytes
3660 (does not work with delete from POP3 server yet)
3662 this should also give others an idea what you should
3663 do to add new criterions to claws filtering system
3666 2002-03-15 [paul] 0.7.4claws9
3668 * tools/filter_conv.pl
3669 exit if there are no filter rules to convert
3670 rename filterrc to filterrc.old after completion
3672 2002-03-15 [paul] 0.7.4claws8
3674 * sync with sylpheed 0.7.4cvs3
3675 see ChangeLog entry 2002-03-14
3677 2002-03-14 [paul] 0.7.4claws7
3680 clean up the last commit (ahem)
3682 2002-03-14 [paul] 0.7.4claws6
3685 fix bug #515655. honour account preferences
3686 regarding gpg default signing/encryption when
3687 changing account from the compose window.
3689 2002-03-14 [paul] 0.7.4claws5
3692 remove unnecessary curly brackets
3694 2002-03-14 [paul] 0.7.4claws4
3697 src/prefs_filtering.[ch]
3698 add filter rename on folder rename and filter
3699 delete on folder delete. Patch submitted by
3700 Neill Miller <neillm@thecodefactory.org>
3702 2002-03-14 [christoph] 0.7.4claws3
3707 (patch submitted by "Simon 'corecode' Schubert")
3708 * src/prefs_common.c
3712 2002-03-14 [paul] 0.7.4claws2
3714 * sync with sylpheed 0.7.4cvs2
3715 see ChangeLog entry 2002-03-13
3717 2002-03-12 [darko] 0.7.4claws1
3720 fix what seems to be a copy and paste error
3721 when setting color for important messages
3724 2002-03-11 [paul] version 0.7.4claws released
3726 2002-03-11 [paul] 0.7.4claws
3732 update message catalogs. Submitted by Ricardo Mones
3733 Lastra, Alessandro Maestri, Wilbert Berendsen, and
3734 Fabio Junior Beneditto
3739 faq/it/sylpheed-faq*
3745 2002-03-11 [jens] 0.7.3claws7
3748 updated German translation
3750 2002-03-11 [melvin] 0.7.3claws6
3753 updated and corrected French translation
3755 2002-03-10 [hoa] 0.7.3claws5
3759 * src/prefs_account.c
3762 fixed the local account.
3763 you have to change the default "/usr/sbin/sendmail"
3764 to "/usr/sbin/sendmail -t" in the preferences of
3768 removed some debug display for renderer
3770 2002-03-10 [paul] 0.7.3claws4
3772 * faq/en/sylpheed-faq-1.html
3773 faq/en/sylpheed-faq-2.html
3776 2002-03-09 [paul] 0.7.3claws3
3778 * sync with sylpheed 0.7.4
3779 see ChangeLog entry 2002-03-09
3781 2002-03-08 [paul] 0.7.3claws2
3783 * faq/en/sylpheed-faq*
3784 faq/es/sylpheed-faq*
3785 faq/fr/sylpheed-faq*
3788 * manual/fr/.cvsignore
3789 manual/fr/Makefilea.am
3793 add the French manual
3795 2002-03-07 [paul] 0.7.3claws1
3797 * sync with sylpheed 0.7.3cvs4
3798 see ChangeLog entries 2002-03-06 and 2002-03-07
3801 updated by Wilbert Berendsen
3803 2002-03-07 [melvin] 0.7.2claws34
3805 * src/selective_download.c
3806 Changed the pixmap of the receive button to MAIL_RECEIVE.
3808 2002-03-06 [paul] 0.7.2claws33
3810 * sync with sylpheed 0.7.3cvs1
3811 bug fix, see ChangeLog entry 2002-03-05
3813 2002-03-05 [paul] 0.7.2claws32
3818 reverse the pgp ascii-armored code implemented in
3819 0.7.2claws16. removal of this code until it matures.
3820 this means that verifying ascii-armored pgp sigs and
3821 automatic decryption of ascii-armored encrypted
3822 messages no longer works.
3824 2002-03-05 [paul] 0.7.2claws31
3829 * faq/en/Makefile.am
3830 faq/en/sylpheed-faq.html
3831 faq/en/sylpheed-faq-1.html
3832 faq/en/sylpheed-faq-2.html
3833 faq/en/sylpheed-faq-3.html
3834 * faq/es/Makefile.am
3835 faq/es/sylpheed-faq.html
3836 faq/es/sylpheed-faq-1.html
3837 faq/es/sylpheed-faq-2.html
3838 faq/es/sylpheed-faq-3.html
3839 faq/es/sylpheed-faq-4.html
3840 * faq/fr/Makefile.am
3841 faq/fr/sylpheed-faq.html
3842 faq/fr/sylpheed-faq-1.html
3843 faq/fr/sylpheed-faq-2.html
3844 faq/fr/sylpheed-faq-3.html
3849 add FAQs in English, Spanish and French
3852 2002-03-05 [paul] 0.7.2claws30
3854 * manual/en/sylpheed.html
3855 manual/en/sylpheed-XX.html
3856 updated the English manual
3861 dialog box pops up if the article can't be deleted.
3866 updated by Fabio Junior Benedito
3870 * removed ac/gpgme.m4
3871 to avoid autogen common problem
3872 developers have to install gpgme development package now
3875 encoding to 7bit or 8bit is enabled.
3877 2002-03-03 [alfons] 0.7.2claws29
3880 merge fix by Oliver Haertel for selective
3883 2002-03-03 [paul] 0.7.2claws28
3885 * sync with sylpheed 0.7.3
3887 2002-03-03 [paul] 0.7.2claws27
3889 * sync with sylpheed 0.7.2cvs24
3890 see ChangeLog entries 2002-03-02 and 2002-03-03
3892 2002-03-02 [melvin] 0.7.2claws26
3897 * src/prefs_common.[ch]
3898 Added user definable notification on new mail arrival.
3899 Removed unused variables in spell checker prefs code.
3901 2002-03-02 [melvin] 0.7.2claws25
3904 Removed unnecessary escape sequences.
3905 Changed 'Initial...' to 'Initials of Sender'
3907 2002-03-02 [paul] 0.7.2claws24
3909 * sync with sylpheed 0.7.2cvs22
3910 see ChangeLog entry 2002-03-01
3912 2002-03-01 [hoa] 0.7.2claws23
3915 Set sensitivity of delete actions to active
3916 even if the folder is a newsgroup.
3919 - Set sensitivity of delete actions
3920 - Added function check_permission() that will check if the
3921 user is authorized to delete a message. For news, it
3922 will check if the author is the same.
3923 - Enabled deletion when there is no trash folder.
3926 - Added news_cancel_article() to cancel articles
3927 - Implemented news_remove_message() (public function)
3929 2002-03-01 [paul] 0.7.2claws22
3933 recognise urls that that don't include 'http://' and
3937 remove duplicated name
3939 2002-02-28 [paul] 0.7.2claws21
3942 src/summaryview.[ch]
3943 add ability to 'Select thread'
3944 combines Melvin's "Select thread's head" patch (#510907)
3945 with Colin Leroy's <colin@colino.net> "Select whole thread"
3948 2002-02-28 [paul] 0.7.2claws20
3951 hopefully fix segfault on right-clicking a mime part
3952 that some people have experienced.
3953 fix submitted by Fredrik Olofsson <frol@linux.nu>
3955 2002-02-28 [paul] 0.7.2claws19
3957 * sync with sylpheed 0.7.2cvs21
3958 see ChangeLog entries 2002-02-27 and 2002-02-28
3960 2002-02-27 [paul] 0.7.2claws18
3962 * sync with sylpheed 0.7.2cvs18
3963 see ChangeLog entries 2002-02-26 and 2002-02-27
3965 2002-02-26 [alfons] 0.7.2claws17
3968 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
3969 (spotted by Chris Hessman <idatech@gmx.net>)
3971 2002-02-26 [paul] 0.7.2claws16
3976 make decryption of ascii-armored pgp encrypted messages
3977 and verification of ascii-armored signatures work again.
3978 slightly altered from the patch by Jens Jahnke
3982 * the checking of plaintext signatures always comes up in
3984 * it doesn't work for multipart messages
3985 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
3986 including the msg headers and these 2 line themselves, are
3990 "View/Folder Tree" becomes "View/Separate Folder Tree"
3991 "View/Message View" becomes "View/Separate Message View"
3992 because its less ambiguous.
3995 updated by Ricardo Mones Lastra
3997 2002-02-26 [paul] 0.7.2claws15
3999 * sync with sylpheed 0.7.2cvs17
4000 see ChangeLog entries 2002-02-25 and 2002-02-26
4002 2002-02-25 [christoph] 0.7.2claws14
4004 * src/filtering.[ch]
4006 do filtering stuff after all messages have been received
4007 1. drop all messages to .processing
4008 2. scan processing folder for messages
4009 3. filter messages or move to inbox
4010 this will also find old messages left in processing after
4011 a crash or something like that and we get a real msginfo
4012 from folder->get_msg_list and do not have to create our
4013 own in filter_message
4014 * src/matcher_parser_parse.y
4015 remove MIX/MAX warning (reordered includes)
4017 2002-02-25 [paul] 0.7.2claws13
4019 * sync with sylpheed 0.7.2cvs15
4020 see ChangeLog entry 2002-02-24
4022 2002-02-24 [alfons] 0.7.2claws12
4025 clear old color flags first when applying a new color to
4027 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
4029 2002-02-24 [alfons] 0.7.2.claws11
4032 * src/prefs_common.c
4033 add presets for Opera and Konqueror, closes patch #517261,
4034 submitted by Ville Skyttä <scop@users.sourceforge.net>
4036 2002-02-24 [alfons] 0.7.2.claws10
4040 fix threading for null message ids, closes patch #521601,
4041 submitted by Bob Forsman <hammor@users.sourceforge.net>
4043 2002-02-24 [alfons] 0.7.2claws9
4047 make Tool | Filter Message work with filtering system so
4048 setting flags also works
4052 - Processing uses the same function as Tool | Filter
4053 Message, but doesn't use the same update proc yet
4055 2002-02-23 [paul] 0.7.2claws8
4057 * sync with sylpheed 0.7.2cvs14
4058 see ChangeLog entries 2002-02-22 and 2002-02-23
4060 2002-02-22 [christoph] 0.7.2claws7
4063 Add column space to table
4064 * src/quote_fmt_parse.y
4067 2002-02-22 [paul] 0.7.2claws6
4075 src/matcher_parser_lex.l
4076 src/matcher_parser_parse.y
4079 src/prefs_filtering.c
4080 src/selective_download.[ch] *** NEW FILES ***
4083 Selective Download added to 'Tool' menu.
4084 Retrieves email headers of the currently selected pop3
4085 account and allows the user to mark emails for deletion
4086 right on the pop3 server. Patch submitted by Oliver Haertel
4087 <oha@users.sourceforge.net>.
4090 add 'src/quote_fmt.c'
4092 2002-02-22 [christoph] 0.7.2claws5
4096 * src/prefs_common.[ch]
4097 * src/prefs_template.c
4098 * src/quote_fmt.c *** NEW FILE ***
4100 move quote format symbol description code
4101 to it's own file because it is used from
4102 differnent code parts
4103 Rewrote symbol description GUI
4106 + get data from array (no more long constant strings)
4107 * src/quote_fmt_lex.l
4108 * src/quote_fmt_parse.y
4109 Symbol for Literal % changed to \% instead of %%
4110 (More logical as \ is used for quoting for other symbols)
4111 Add |f and |p to include files and program output
4113 |f{/home/.../.signature}
4116 Correct wrong spelling for "Referenzen"
4118 2002-02-21 [paul] 0.7.2claws4
4121 forgotten during sync
4123 2002-02-21 [paul] 0.7.2claws3
4125 * sync with sylpheed 0.7.2cvs11
4126 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
4127 2002-02-20 and 2002-02-21
4129 2002-02-20 [melvin] 0.7.2claws2
4131 * src/prefs_actions.c
4132 Added error report when child cannot fork or when execvp
4133 returns with an error.
4135 2002-02-19 [christoph] 0.7.2claws1
4138 return unconverted text if conde conversion is not possible
4139 when libjconv is used.
4140 (patch submitted by "Simon 'corecode' Schubert")
4144 * version 0.7.2claws release
4146 2002-02-19 [paul] 0.7.2claws
4149 updated by Wilbert Berendsen
4152 2002-02-18 [alfons] 0.7.1claws13
4156 remove references to dlfcn and explicitly loading functions
4157 from dynalink libs, because libs linked anyway, and functions
4158 are loaded explicitly
4160 2002-02-17 [melvin] 0.7.1claws12
4162 * src/prefs_actions.c
4163 Replaced children wait loop with double fork technique.
4164 Now, input/output window updated at each new output.
4165 free_children(): Fixed a memory leak.
4166 Made input/output window non closable if running children
4168 Added missing <unistd.h> include.
4169 Added some --debug outputs.
4171 2002-02-17 [melvin] 0.7.1claws11
4174 Fixed bug where descending sort order did not select top
4177 2002-02-17 [melvin] 0.7.1claws10
4180 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
4181 * src/prefs_common.c
4182 Pspell data package directory no more hard coded but
4183 set during configuration (PSPELL_PATH). (Thanks to
4184 Gustavo Noronha Silva.)
4186 2002-02-17 [melvin] 0.7.1claws9
4189 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
4191 Fixed compile-time warnings.
4193 2002-02-16 [alfons] 0.7.1claws8
4196 fix inadvertent free of NULL pointer which caused
4197 sylpheed to crash when closing the save-as dialog
4198 using the window close button
4200 2002-02-16 [carsten] 0.7.1claws7
4201 * src/mainwindow.[ch]
4204 fixes for pixmap theming code:
4205 - recently changed mail attributes shouldn't get
4207 - theme is only reloaded iff another theme was
4210 2002-02-16 [paul] 0.7.1claws6
4212 * sync with sylpheed 0.7.2 release
4213 see ChangeLog entry 2002-02-15 and 2002-02-16
4215 2002-02-15 [paul] 0.7.1claws5
4217 * sync with sylpheed 0.7.1cvs9
4218 see ChangeLog entry 2002-02-15
4221 remove unneeded headerwindow.c entry
4223 2002-02-14 [carsten] 0.7.1claws4
4225 fixed a bug for "Go to next unread message": there was
4226 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
4227 in the prefs, because of doing "Search again" instead
4230 2002-02-14 [carsten] 0.7.1claws3
4231 * src/stock_pixmap.c
4232 removed 2 more mem leaks; following memprof,
4233 this code is "leak free" now :)
4235 2002-02-14 [carsten] 0.7.1claws2
4236 * src/stock_pixmap.c
4237 used opendir/readdir/closedir instead of scandir
4238 -> code should work now on Solaris
4240 2002-02-14 [paul] 0.7.1claws1
4242 * sync with sylpheed 0.7.1cvs8
4243 see ChangeLog entries 2002-02-13 and 2002-02-14
4246 add some description of Actions and Pixmap Themes
4250 * version 0.7.1claws release
4252 2002-02-13 [paul] 0.7.1claws
4257 updated translations, submitted by Ricardo Mones Lastra,
4258 Alessandro Maestri and Fabio Junior Beneditto
4260 2002-02-13 [melvin] 0.7.0claws75
4262 * src/prefs_actions.c
4263 Added missing "signal.h" include
4265 2002-02-13 [melvin] 0.7.0claws74
4267 * src/prefs_folder_item.c
4268 Added missing "config.h" include
4270 Updated French translation for folder propriety.
4272 2002-02-13 [jens] 0.7.0claws73
4275 Added missing src/prefs_folder_item.c [log added by melvin]
4277 Updated German translation.
4279 2002-02-13 [melvin] 0.7.0claws72
4282 Updated French translation.
4284 2002-02-13 [melvin] 0.7.0claws71
4287 Made gtkut_editable_get_selection return NULL if selection
4289 This fixes a bug where selecting part of message A then
4290 switching to message B and replying to it will not
4291 quote the message's body.
4293 2002-02-12 [paul] 0.7.0claws70
4296 cosmetic, relating to pixmap themes: on toolbar make
4297 updating of 'Exec' and 'Compose news/Compose email'
4300 2002-02-12 [carsten] 0.7.0claws69
4306 - refreshing after changing pixmap theme better
4308 - wanted to remove some mem leaks, but alfons was
4309 faster (and had the better solution ;)
4311 2002-02-12 [alfons] 0.7.0claws68
4313 * src/prefs_common.c
4314 * src/stock_pixmap.[ch]
4315 plug mem leaks, refactor code a little bit
4318 2002-02-12 [sergey] 0.7.0claws67
4321 Fixed problem with copying messages to IMAP folders when the
4322 server uses something other than '/' as a namespace separator
4323 (cyrus-imapd uses '.').
4325 2002-02-12 [jens] 0.7.0claws66
4328 Updated German Translation
4330 2002-02-12 [paul] 0.7.0claws65
4332 * sync with sylpheed 0.7.1cvs1
4333 see ChangeLog entry 2002-02-12
4335 2002-02-12 [melvin] 0.7.0claws64
4337 * src/prefs_actions.c
4338 Fixed "feature" where children's output was duplicated
4339 instead of refreshed while monitoring.
4340 Removed some debug code.
4342 2002-02-12 [christoph] 0.7.0claws63
4345 always delete message from queue after sending/send error
4346 (closes bug #509601)
4348 2002-02-12 [melvin] 0.7.0claws62
4350 * src/prefs_actions.c
4351 Children wait loop is now triggered with a timeout of 1s
4352 Added %F which is replaced with the list of filenames
4353 of all selected messages (as suggested by Ricardo Mones Lestra)
4354 Pipe syntax changed. Prefix with | to send selection, postfix
4355 with | to retrieve output. Prefix with > or * to send
4356 user definable input to the command (*: input is hidden)
4357 Old pipe action should now be postfixed with |, too.
4359 2002-02-12 [carsten] 0.7.0claws61 (more 59.75)
4360 * src/stock_pixmap.c
4361 fixed a bug: if there's no theme directory don't
4362 throw an error, just do "nothing" (thanks Alfons)
4364 2002-02-12 [carsten] 0.7.0claws60
4367 had to write the cache twice (nasty!); some marks would
4370 2002-02-11 [carsten] 0.7.0claws59
4373 doc-src/maintainer_guide.txt
4379 src/prefs_common.[ch]
4380 src/stock_pixmap.[ch]
4381 src/summaryview.[ch]
4382 pixmap theming and related work on pixmap
4383 handling on some other places
4384 (e.g. hrm features for all folder)
4385 src/pixmap/stock_*.xpm -> the stock_ was removed
4387 2002-02-11 [paul] 0.7.0claws58
4389 * sync with sylpheed 0.7.1 release
4390 see ChangeLog entries 2002-02-11
4392 2002-02-08 [paul] 0.7.0claws57
4394 * sync with sylpheed 0.7.0cvs39
4395 see ChangeLog entry 2002-02-07 (last entry)
4397 * src/prefs_actions.c
4398 src/prefs_filtering.c
4401 sync: made it compile with C compilers other than gcc
4403 2002-02-07 [paul] 0.7.0claws56
4405 * sync with sylpheed 0.7.0cvs38
4406 see ChangeLog entries 2002-02-06 (last 2 entries) and
4409 2002-02-07 [darko] 0.7.0claws55
4413 Fix const gchar */gchar * issue (thanks Hiro)
4415 2002-02-07 [darko] 0.7.0claws54
4420 * src/prefs_template.c
4422 * src/quote_fmt_parse.y
4425 When replying or forwarding an email don't quote the entire
4426 mail body but use the part of the message text that is selected
4428 2002-02-06 [melvin] 0.7.0claws53
4430 * src/prefs_common.[ch]
4433 Made possible to switch quickly to last used dictionary
4434 which makes checking bilingual documents easier.
4436 2002-02-06 [melvin] 0.7.0claws52
4439 Added forgotten new file src/prefs_actions.c
4441 2002-02-06 [melvin] 0.7.0claws51
4443 * src/prefs_actions.c ** NEW FILE **
4444 * src/prefs_actions.h ** NEW FILE **