1 2002-09-23 [colin] 0.8.3claws16
4 Initialize entry_email, entry_alias and
5 entry_remarks to first email address of the list
7 2002-09-23 [colin] 0.83claws15
10 Drop pgp-signature when reediting a signed queued
13 2002-09-23 [melvin] 0.8.3claws14
16 Updated French translation
18 2002-09-23 [melvin] 0.8.3claws13
21 Made custom toolbar menu labels more consistent
23 Made custom toolbar window title more consistent
25 2002-09-22 [colin] 0.8.3claws12
28 Initialize session type to normal before getting
29 mail (fixes strange Get behaviour)
31 Move STYPE_POP_BEFORE_SMTP to last position to
32 avoid other side-effects
34 2002-09-22 [colin] 0.8.3claws11
37 Fix pop_bfr_smtp_tm_entry sensivity when switching
38 from pop3 to apop or vice-versa
40 2002-09-22 [colin] 0.8.3claws10
42 * src/prefs_account.[ch]
43 Add an option for the POP before SMTP timeout
45 Remember time of last POP connection
47 Do POP before SMTP only if timeout reached
49 2002-09-22 [oliver] 0.8.3claws9
52 explain custom toolbar
54 2002-09-22 [oliver] 0.8.3claws8
56 * src/prefs_actions.[ch]
57 custom toolbar for compose
58 actions callback from compose toolbar
60 remove include toolbar.h
62 2002-09-22 [oliver] 0.8.3claws7
64 * src/prefs_toolbar.[ch]
65 custom toolbar for compose
66 - generic prefs_toolbar handles both
67 Mainwin's toolbar as well as Compose toolbar
69 2002-09-22 [oliver] 0.8.3claws6
72 custom toolbar for compose
73 restructure toolbar.[ch]
75 2002-09-22 [oliver] 0.8.3claws5
78 custom toolbar for compose
80 2002-09-22 [oliver] 0.8.3claws4
83 custom toolbar for compose
84 move mainwin toolbar back to mainwindow
86 2002-09-22 [alfons] 0.8.3claws3
93 2002-09-22 [alfons] 0.8.3claws2
96 procmsg_save_to_outbox(): don't unlink message file from queue;
97 callers should do it using folder_item_remove_msg()
99 2002-09-22 [colin] 0.8.3claws1
102 Made mimeview_check_signature() public
104 Made GPG signatures verifiable by clicking
105 the [application/pgp-signature] in the Text
108 2002-09-22 [paul] 0.8.3claws
117 updated translations, submitted by George Danchev,
118 me, Ricardo Mones Lastra, Alessandro Maestri,
119 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto
120 and Urke MMI, respectively.
122 2002-09-22 [alfons] 0.8.2claws65
126 no furry valgrinds have been used to plug these memleaks
128 2002-09-20 [paul] 0.8.2claws64
130 * sync with 0.8.3cvs4
131 'Select thread' re-implemented
132 see ChangeLog 2002-09-20
134 2002-09-21 [alfons] 0.8.2claws63
137 compose_send(): plug unnoticed memleak
139 2002-09-20 [alfons] 0.8.2claws62
142 replace_address_in_edit(): strict check for NULL address to
143 fix "[ 607348 ] Segfault in address completion". My guess is
144 that this happens with an empty address book, but it's good
145 to have this check here anyway
147 completion_window_button_press(): free string returned
148 from the internal cache
150 2002-09-20 [christoph] 0.8.2claws61
153 added ENC_BINARY to EncodingType
155 the string returned by procmime_get_encoding_str
156 should not depend on the order of values in the
157 EncodingType definition
158 * doc-src/rfc1806.txt ** NEW FILE **
159 Added rfc1806 about MIME Content-Disposition
162 2002-09-19 [paul] 0.8.2claws60
164 * sync with 0.8.2cvs3
165 see ChangeLog 2002-09-19
167 2002-09-19 [paul] 0.8.2claws59
169 * src/prefs_folder_item.c
170 revert to Darko's original alignment of colour
172 add a colon to folder_color label
175 add Colin's patch (with Hiro's modifications) to
176 force BASE64 encoding for 8-bit text when signing
177 (sync with 0.8.3cvs2)
179 2002-09-18 [alfons] 0.8.2claws58
184 (beautify a little bit)
186 2002-09-18 [christoph] 0.8.2claws57
189 fix handling of fgetc return value
191 2002-09-17 [alfons] 0.8.2claws56
194 summary_sort(): check non-NULL summaryview->folder_item when no
195 folder is selected at all
196 (closes "[ 610344 ] sort label make syl Crash")
198 2002-09-17 [alfons] 0.8.2claws55
201 beautify a little bit
203 2002-09-17 [christoph] 0.8.2claws54
206 initialize max values for cache and folder
207 when cache or folder is empty
209 2002-09-15 [colin] 0.8.2claws53
212 Fix a leak (thanks Alfons!) and cleaned
213 variables names for custom headers
215 2002-09-15 [colin] 0.8.2claws52
218 Fix custom headers recognition when
219 prefs_common.trans_hdr is on
221 2002-09-15 [colin] 0.8.2claws51
224 Allow dynamically-added custom headers
225 Yet not reparsed if reedited
227 2002-09-15 [alfons] 0.8.2claws50
229 * src/prefs_account.c
232 2002-09-15 [colin] 0.8.2claws49
234 * src/prefs_account.c
235 fix pop_before_smtp sensitivity
237 2002-09-15 [colin] 0.8.2claws48
240 add inc_pop_before_smtp()
241 allow MainWindow to be undefined in
242 inc_account_mail() and inc_start()
245 add STYPE_POP_BEFORE_SMTP session type
246 * src/prefs_account.c
247 activated pop before smtp option
249 do pop before smtp if the relevant option
252 2002-09-15 [paul] 0.8.2claws47
255 see ChangeLog 2002-09-15
257 2002-09-14 [paul] 0.8.2claws46
260 updated Bulgarian translation, submitted by
263 2002-09-13 [paul] 0.8.2claws45
266 merge claws' select_account() with main's
267 (new) compose_select_account(). [sync with
268 0.8.2cvs15, see ChangeLog 2002-09-11]
270 2002-09-12 [christoph] 0.8.2claws44
273 allocate 1 elements of FolderItem not 0
275 2002-09-12 [colin] 0.8.2claws43
278 Fix bug #590825 (obey Follow-up: poster)
280 2002-09-12 [colin] 0.8.2claws42
283 Fix bug #557009 (wrong headers for messages
284 forwarded as attachments)
286 2002-09-11 [colin] 0.8.2claws41
289 Put SCF: pseudo-header on top of message
290 Set draft tmp_flag when saved as draft
294 Skip after first \n\n for beginning of real message
297 2002-09-11 [christoph] 0.8.2claws40
300 use procmsg flag functions in filtering or processing
301 will cause incorrect folder message counts
303 2002-09-11 [colin] 0.8.2claws39
306 Fix bug #550175 - wrong save folder when reediting
309 2002-09-11 [paul] 0.8.2claws38
311 * sync with 0.8.2cvs14
312 see ChangeLog 2002-09-11
314 2002-09-11 [colin] 0.8.2claws37
317 Fix a typo (seeming to cause new/unread status to
320 2002-09-10 [christoph] 0.8.2claws36
323 compose_redirect should not use compose_generic_new
324 because that does more stuff than expected including
325 opening the external editor
326 (closes bug "[ 526608 ] bounced messages appear blank
329 2002-09-10 [christoph] 0.8.2claws35
332 fix problem with too large message number range
333 causing a crash in folder_item_scan
335 2002-09-10 [paul] 0.8.2claws34
337 * sync with 0.8.2cvs13
338 see ChangeLog 2002-09-10
340 2002-09-10 [christoph] 0.8.2claws33
343 set MsgInfo TmpFlags for queue and draft folders
344 (closes bug "[ 591676 ] Queue ignore MIME on restart")
346 2002-09-10 [paul] 0.8.2claws32
349 po/bg.po ** NEW FILE **
350 new Bulgarian translation submitted by
351 George Danchev <danchev@spnet.net>
355 tools/tb2sylpheed ** NEW FILE **
356 add script that converts an addressbook exported
357 from The Bat! into a Sylpheed addressbook. Submitted
358 by Urke MMI <urke-kg@eunet.yu>
360 2002-09-10 [paul] 0.8.2claws31
362 * sync with 0.8.2cvs12
363 see ChangeLog 2002-09-10
365 2002-09-06 [paul] 0.8.2claws30
368 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
372 tools/ldif-to-xml.py ** REMOVED **
373 remove obsolete python script
375 2002-09-06 [paul] 0.8.2claws29
377 * sync with 0.8.2cvs10
378 see ChangeLog 2002-09-06
380 2002-09-04 [paul] 0.8.2claws28
382 * sync with 0.8.2cvs9
383 see ChangeLog 2002-08-04
385 2002-09-04 [colin] 0.8.2claws27
387 * src/prefs_common.[ch]
388 Added signature color configuration
390 Use user-specified signature color
392 2002-09-03 [colin] 0.8.2claws26
394 * src/prefs_common.[ch]
395 Added autosave and autosave_length prefs
397 Added compose_remove_draft()
398 Auto-save drafts according to the prefs
400 Added a crash-indicator file, allowing to check
401 for new messages on startup if Sylpheed crashed
402 (makes saved drafts "reappear")
404 2002-09-03 [colin] 0.8.2claws25
409 2002-09-03 [paul] 0.8.2claws24
411 * sync with 0.8.2cvs8
412 see ChangeLog 2002-09-02 and 2002-09-03
414 2002-09-03 [darko] 0.8.2claws23
417 use normal style when creating new folder to pick
420 2002-09-02 [melvin] 0.8.2claws22
423 removed some obsolete code
425 2002-09-02 [melvin] 0.8.2claws21
428 fixed test's equality sign (== to =)
430 2002-09-02 [alfons] 0.8.2claws20
434 revert change of 0.8.2claws16 and use the mh_folder_destroy
435 as folder->destroy virtual as suggested by Hiro
436 (the mh.c code seems to have been lost around mh.c.1.21)
438 2002-09-02 [paul] 0.8.2claws19
441 updated by Fabio Jr. Beneditto
444 use 'http://claws.sylpheed.org' for homepage link.
445 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
447 2002-09-01 [alfons] 0.8.2claws18
450 plug memleak related to one Martin Kluge found
452 2002-08-31 [paul] 0.8.2claws17
454 * sync with 0.8.2cvs6
455 see ChangeLog 2002-08-30
457 2002-08-31 [alfons] 0.8.2claws16
460 folder_destroy(): remove mailbox from folderlist even if it has
463 2002-08-31 [alfons] 0.8.2claws15
468 (being pedantic I know)
470 2002-08-31 [alfons] 0.8.2claws14
473 check for NULL pointers returned from folder->fetch_msginfo virtual
474 (should solve some reported crashes)
476 2002-08-30 [alfons] 0.8.2claws13
481 enable crash dialog on compilation time
482 (--enable-crash-dialog configure option)
484 2002-08-30 [alfons] 0.8.2claws12
489 apply memory leak plug patch by Martin Kluge
490 (closes patch "[ 602568 ] patch for 602441 little memory leak",
491 bug "[ 599677 ] Very small memory leak in 0.81claws115",
492 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
494 2002-08-30 [darko] 0.8.2claws11
497 copy Gtk style from normal style to match
498 font size for coloured folders
500 2002-08-29 [alfons] 0.8.2claws10
503 Type=Internet <- Type=Application
504 (reported by Michael Schwendt, see:
505 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
506 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
508 2002-08-29 [paul] 0.8.2claws9
510 * sync with 0.8.2cvs5
511 see ChangeLog 2002-08-29
513 2002-08-29 [colin] 0.8.2claws8
516 Added a sanity check in summary_select_thread
517 Should fix bug 601605
519 2002-08-29 [colin] 0.8.2claws7
522 Revert claws6 changes regarding bug #591676
524 2002-08-28 [colin] 0.8.2claws6
527 Ignore cache for queue folderitems
530 2002-08-28 [melvin] 0.8.2claws5
535 2002-08-28 [melvin] 0.8.2claws4
538 Updated a bit the text concerning the spell checker
540 2002-08-28 [melvin] 0.8.2claws3
542 Merged the GNU_aspell_branch:
543 Support of new GNU/aspell is now included and the old pspell
544 is not supported anymore.
548 Updated spell checker text to reflect the switch to GNU/aspell
550 * ac/aspell.m4 *** NEW ***
551 * src/gtkaspell.[ch] *** NEW ***
552 * ac/pspell.m4 *** DELETED ***
553 * src/gtkspell.[ch] *** DELETED ***
556 Updated for GNU/aspell support
559 Replaced gtkspell.c by gtkaspell.c
567 * src/prefs_common.[ch]
568 Updated for GNU/aspell support
570 2002-08-28 [paul] 0.8.2claws2
572 * sync with 0.8.2cvs4
573 see ChangeLog 2002-08-27 and 2002-08-28
575 2002-08-28 [colin] 0.8.2claws1
577 * src/summary_search.c
580 2002-08-28 [jens] 0.8.2claws
583 Updated German translations
585 2002-08-27 [melvin] 0.8.2claws
588 Updated French translations
590 2002-08-27 [paul] 0.8.2claws
592 * sync with 0.8.2 main release
600 updated message catalogs submitted by
601 Ricardo Mones Lastra, Alessandro Maestri,
602 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
603 Beneditto and Urke MMI
605 2002-08-27 [hoa] 0.8.1claws123
607 * src/mainwindow.[ch]
608 * src/summaryview.[ch]
609 removed the "filter setting" menu option.
610 add a "cancel a news message" menu option.
612 2002-08-26 [martin] 0.8.1claws122
615 changed string under 0.8.1claws79 changed by myself
618 2002-08-26 [martin] 0.8.1claws121
621 added kill command to debuggerrc to start crash dialog
623 2002-08-26 [paul] 0.8.1claws120
625 * sync with 0.8.1cvs31
626 see ChangeLog 2002-08-26
628 2002-08-25 [alfons] 0.8.1claws119
631 fix bug that didn't send out correct headers to news server
632 when sending news article and email from queue (bug reported
633 and patch provided by Tim Mann; closes bug
634 "[ 583196 ] 0.7.8claws can't post news")
636 2002-08-25 [alfons] 0.8.1claws118
638 * src/selective_download.c
639 mark two strings as translatable
640 (thanks to Urke MMI for pointing this out)
642 2002-08-25 [alfons] 0.8.1claws117
645 treat sent boxes as special and allow sorting them by addressee
646 (closes "[ 589418 ] Sent folder sorting misbehavior"
647 submitted by Steve Lamb)
649 2002-08-24 [alfons] 0.8.1claws116
652 fix memleak reported by Martin Kluge
653 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
655 2002-08-24 [oliver] 0.8.1claws115
657 * src/prefs_toolbar.c
658 o code cleanup as suggested by Alfons
661 2002-08-24 [alfons] 0.8.1claws114
664 o fix another memory leak reported by Martin Kluge
665 (see "[ 599568 ] Small Memory Leak")
666 o remove 'from' variable from 'summary_set_header()'; we can
669 2002-08-24 [paul] 0.8.1claws113
671 * sync with 0.8.1cvs30
672 see ChangeLog 2002-08-23
674 2002-08-24 [alfons] 0.8.1claws112
677 remove unnecessary allocations for search bar fixing leaks
678 reported by Martin Kluge
679 (see "[ 599451 ] Further memory leaks?")
681 2002-08-24 [alfons] 0.8.1claws111
684 make get_socket_name() public for crash.c
686 o make report bug button work (goes to claws'
687 bug tracker at sf.net)
688 o introduce function for doing important stuff just
689 before claws goes down
692 2002-08-24 [alfons] 0.8.1claws110
695 move cursor to "To" entry when forwarding as attachment
696 (reported and solved by Steve Lamb, closes bug report
697 "[ 592880 ] Forward as attachment; cursor not in to")
699 2002-08-24 [colin] 0.8.1claws109
702 fix quick search visibility after GUI (de)separations.
704 2002-08-23 [colin] 0.8.1claws108
707 fix header pane visibility after folderview or
708 messageview (de)separation
710 2002-08-23 [paul] 0.8.1claws107
712 * src/mainwindow.[ch]
714 give full control of display or non-display
715 of the Execute icon to Custom toolbar settings.
716 add new sensitivity condition to maninwindow.h:
722 more sync with 0.8.1cvs29
724 2002-08-23 [melvin] 0.8.1claws106
727 Readded support for custom widget in alertpanel lost in last
730 2002-08-23 [paul] 0.8.1claws105
732 * sync with 0.8.1cvs29
733 see ChangeLog 2002-08-23
735 2002-08-23 [colin] 0.8.1claws104
738 Fix folder and search pixmaps exchanging positions
739 after theme or toolbar changes. Thank to Oliver for
742 2002-08-23 [colin] 0.8.1claws103
748 Changed messageview_create() and noticeview_create()
749 to avoid the last gdk_warning
751 2002-08-22 [colin] 0.8.1claws102
754 Fix my new `Creating pixmap from xpm' warning
756 2002-08-22 [colin] 0.8.1claws101
759 Fix some of the gdk warnings
761 2002-08-22 [colin] 0.8.1claws100
766 * src/pixmaps/quicksearch.xpm *ADDED*
767 Add the quicksearch pixmap
771 Make quicksearch bar visible/hidden via a button
773 2002-08-22 [christoph] 0.8.1claws99
776 fix folder update for newsgroups with message
777 numbers below minimum number of articles to fetch
780 2002-08-22 [paul] 0.8.1claws98
782 * sync with 0.8.1cvs28
783 see ChangeLog 2002-08-22
785 2002-08-21 [alfons] 0.8.1claws97
788 use bt instead of bt full which seems to work
789 better, and bt full doesn't give a great deal
790 of information anyway
792 2002-08-21 [colin] 0.8.1claws96
795 fix summaryview_searchtype_changed prototype
797 2002-08-21 [christoph] 0.8.1claws95
800 o fix broken menu update for sorting type, we have to
801 get this info from the summaryview now
802 o removed setting of threaded state in menu callback
803 * src/summaryview.[ch]
804 more summaryview/folderitem seperation for
807 removed not required --with-compiler-flags option
809 2002-08-21 [oliver] 0.8.1claws94
812 o rename toolbar.xml to toolbar_main.xml
813 since toolbar_compose.xml might come up
818 2002-08-21 [darko] 0.8.1claws93
821 don't reset tmp flags for messages copied
824 2002-08-21 [colin] 0.8.1claws92
826 * src/prefs_filtering.c
827 fix renaming rules on folder rename
828 when folder is not a leaf folder
830 2002-08-21 [paul] 0.8.1claws91
832 * src/prefs_folder_item.c
833 fix alignment of colour selector
835 2002-08-21 [paul] 0.8.1claws90
837 * sync with 0.8.1cvs27
838 see ChangeLog 2002-08-21
840 2002-08-21 [paul] 0.8.1claws89
843 fix crash when changing field type in
846 2002-08-21 [colin] 0.8.1claws88
849 Made quick search case-insensitive
851 2002-08-21 [paul] 0.8.1claws87
853 * sync with 0.8.1cvs26
854 see ChangeLog 2002-08-21
856 2002-08-20 [christoph] 0.8.1claws86
860 * src/summaryview.[ch]
861 more summaryview/folderitem seperation for
862 sort_key and sort_type
864 added missing return statement
866 2002-08-20 [colin] 0.8.1claws85
868 * src/summaryview.[ch]
869 Added a quick search box
871 * src/prefs_common.[ch]
872 Added a show/hide option for the quick search
874 2002-08-20 [oliver] 0.8.1claws84
877 remove toolbar_create_popups
879 o remove toolbar_create_popups
880 o fix toolbar_set_sensitive
881 (Bug reports #596834 and #596832)
882 * src/prefs_toolbar.c
883 o add "Set default" button
884 o align label and text + combo widgets
886 2002-08-20 [hoa] 0.8.1claws83bis
889 fixed a bug in imap_fetch_msginfo() in case there is no
892 2002-08-20 [darko] 0.8.1claws83
895 copy the color style of folder view so it
896 works with GTK themes
898 2002-08-20 [darko] 0.8.1claws82
902 * src/prefs_folder_item.[hc]
903 don't use UI stuff in folder.h
905 2002-08-20 [darko] 0.8.1claws81
908 * src/prefs_folder_item.h
910 * src/prefs_folder_item.c
911 ability to set folder color in folderview
913 2002-08-19 [alfons] 0.8.1claws80
916 fix one of the earlier memleaks reported by Martin Kluge
918 2002-08-19 [alfons] 0.8.1claws79
921 hide notice view when selecting seperate folder
922 view (reported by Urke MMI)
924 2002-08-19 [christoph] 0.8.1claws78
927 * src/prefs_folder_item.h
928 * src/summaryview.[ch]
929 o add summary_set_prefs_from_folderitem to set
930 summaryview prefs (first step to remove all
931 references to the folderitem in summaryview)
932 o moved compiled regex stuff from folderitem prefs
935 2002-08-19 [paul] 0.8.1claws77
938 add check for '.' to QUOTE_IF_REQUIRED
940 2002-08-19 [paul] 0.8.1claws76
943 sync with 0.8.1cvs25 (plug memory leak)
945 * src/prefs_toolbar.c
946 re-order prefs_toolbar_cancel()
948 2002-08-18 [alfons] 0.8.1claws75
952 plug other memleaks reported by Martin Kluge
954 2002-08-18 [paul] 0.8.1claws74
957 updated by Fabio Jr. Beneditto
959 2002-08-18 [paul] 0.8.1claws73
962 fix bug where tooltips were displayed untranslated
964 * src/prefs_toolbar.c
965 fix bug where clicking 'Cancel' creates an icon & text
966 toolbar regardless of prefs
969 2002-08-17 [oliver] 0.8.1claws72
971 * src/prefs_toolbar.c
972 update toolbar on CANCEL
973 bug reported by Martin Kluge
975 toolbar_destroy memleak fixed
977 2002-08-17 [alfons] 0.8.1claws71
980 plug another memleak reported by Martin Kluge
982 2002-08-16 [alfons] 0.8.1claws70
985 use execvp() correctly (suggested by wwp; thanks!)
987 2002-08-16 [alfons] 0.8.1claws69
990 plug memory leak reported by Kim Schultz & Martin Kluge
992 2002-08-16 [paul] 0.8.1claws68
995 updated by Ricardo Mones Lastra
997 2002-08-16 [paul] 0.8.1claws67
1000 fix bug where 'Compose News' icon showed wrong
1003 2002-08-16 [paul] 0.8.1claws66
1005 * sync with 0.8.1cvs24
1006 see ChangeLog 2002-08-16
1009 updated by Alessandro Maestri
1011 2002-08-15 [paul] 0.8.1claws65
1016 2002-08-15 [paul] 0.8.1claws64
1019 don't translate debug info
1024 2002-08-15 [paul] 0.8.1claws63
1026 * src/prefs_toolbar.c
1027 fix bug where clicking 'OK' creates an icon & text
1028 toolbar regardless of prefs
1030 2002-08-14 [alfons] 0.8.1claws62
1033 add global var that has the full argv[0]
1035 o execvp the correct sylpheed by using argv0
1036 and setting the correct work dir
1039 2002-08-14 [oliver] 0.8.1claws61
1041 * enable/disable Toolbar Action Buttons
1045 * src/prefs_toolbar.c
1047 2002-08-14 [melvin] 0.8.1claws60
1050 Updated French translations
1052 2002-08-14 [melvin] 0.8.1claws59
1055 Made bug report not translatable
1057 Fixed exporthtml_build_filespec() return value
1059 Fixed incorrect include file
1061 * src/prefs_actions.c
1062 * src/prefs_toolbar.c
1063 Made debug info not translatable
1066 Added missing includes
1067 * src/prefs_common.c
1070 2002-08-14 [paul] 0.8.1claws58
1072 * faq/es/sylpheed-faq.html
1073 faq/es/sylpheed-faq-[1-3].html
1074 faq/es/sylpheed-faq-4.html **NEW FILE **
1077 2002-08-13 [christoph] 0.8.1claws57
1080 ignore thread fix that did not mark all
1081 child nodes of a ignored thread as
1082 ignored. Does not work perfectly yet,
1083 but it is better now
1085 2002-08-13 [alfons] 0.8.1claws56
1088 o implement 'save crash log'
1091 2002-08-13 [melvin] 0.8.1claws55
1094 removed unrequired "execinfo.h" header
1096 2002-08-12 [paul] 0.8.1claws54
1098 * faq/en/sylpheed-faq.html
1099 faq/en/sylpheed-faq-[1-3].html
1100 faq/en/sylpheed-faq-4.html **NEW FILE **
1103 2002-08-12 [alfons] 0.8.1claws53
1106 add crash.c to translatables
1108 bring in Leandro's crash dialog
1110 2002-08-11 [alfons] 0.8.1claws52
1113 clean up some warnings
1115 2002-08-11 [alfons] 0.8.1claws51
1119 * src/crash.[ch] ** NEW FILES **
1121 initial gdb crash handler
1123 2002-08-11 [paul] 0.8.1claws50
1125 * src/prefs_toolbar.c
1126 replace Up/Down arrow pixmaps with text to be
1127 consistent across icon themes
1129 2002-08-11 [paul] 0.8.1claws49
1131 * src/prefs_common.c
1133 rename 'Pixmap' -> 'Icon'
1136 rename 'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
1138 2002-08-10 [paul] 0.8.1claws48
1140 * src/prefs_toolbar.c
1143 2002-08-10 [paul] 0.8.1claws47
1146 don't write Processing progress to status bar
1147 patch submitted by Alexander Evseev
1149 * src/prefs_toolbar.c
1150 re-position and resize window
1151 make window assume correct size on first call
1153 2002-08-10 [paul] 0.8.1claws46
1160 follow UI text conventions
1162 2002-08-10 [alfons] 0.8.1claws45
1165 correct pixmap for delete action
1167 2002-08-10 [paul] 0.8.1claws44
1170 updated by Fabio Jr. Beneditto
1172 2002-08-10 [paul] 0.8.1claws43
1175 add custom toolbar files
1177 2002-08-10 [paul] 0.8.1claws42
1179 * sync with 0.8.1cvs22
1180 see ChangeLog 2002-08-09
1182 2002-08-09 [paul] 0.8.1claws41
1186 tools/outlook2sylpheed.pl ** NEW FILE **
1187 add script to convert exported Outlook
1188 contacts list to a Sylpheed addressbook.
1189 Submitted by Ricardo Mones Lastra.
1191 2002-08-09 [paul] 0.8.1claws40
1195 po/sr.po ** NEW FILE **
1196 add Serbian message catalog. Submitted by
1197 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>
1199 2002-08-09 [paul] 0.8.1claws39
1201 * sync with 0.8.1cvs21
1202 see ChangeLog 2002-08-08
1204 2002-08-08 [oliver] 0.8.1claws38
1207 move Custom Toolbar to Configuration menu
1209 2002-08-08 [oliver] 0.8.1claws37
1211 * src/prefs_toolbar.c
1212 fix substitute pixmap bug
1214 2002-08-08 [paul] 0.8.1claws36
1216 * sync with 0.8.1cvs19
1217 see ChangeLog 2002-08-08
1219 2002-08-07 [christoph] 0.8.1claws35
1222 fixed a memory leak in new canonicalize_file_replace
1224 2002-08-07 [christoph] 0.8.1claws34
1227 o canonicalize_file_replace should create the temporary
1228 file in the same directory as the original file.
1229 o added get_tmpfile_in_dir that creates a temorary file
1230 in a specified directory.
1232 2002-08-07 [melvin] 0.8.1claws33
1235 fixed bug where 'Article' button acted as 'Email' button.
1237 2002-08-07 [paul] 0.8.1claws32
1239 * sync with 0.8.1.cvs17
1240 see ChangeLog 2002-08-07
1242 2002-08-07 [colin] 0.8.1claws31
1245 fix mass-cancel problem
1247 2002-08-07 [thorsten] 0.8.1claws30
1249 * src/prefs_toolbar.c
1250 fix: crash on replace or add new button
1252 fix: close xmlfile after reading
1254 fix: unlink() file before rename()
1256 2002-08-06 [paul] 0.8.1claws29
1258 * sync with 0.8.cvs15
1259 see ChangeLog 2002-08-06
1261 2002-08-06 [oliver] 0.8.1claws28
1264 * src/prefs_toolbar.c
1265 fixed empty toolbar issue
1267 2002-08-06 [oliver] 0.8.1claws27
1269 * Custom Toolbar Final
1273 o toolbar stuff now lives in src/toolbar.[ch]
1274 o main_window_toolbar_* functions are renamed to
1275 toolbar_* reflecting their new source file
1276 * src/mainwindow.[ch]
1277 o remove toolbar stuff
1279 2002-08-06 [oliver] 0.8.1claws26
1282 * src/prefs_toolbar.[ch] **New File**
1283 * src/toolbar.[ch] **New File**
1284 o prefs_toolbar.[ch] custom toolbar frontend
1285 o toolbar.[ch] backend
1287 2002-08-06 [oliver] 0.8.1claws25
1289 * src/prefs_actions.[ch]
1290 o new exported function actions_execute
1292 2002-08-06 [paul] 0.8.1claws24
1294 * sync with 0.8.1cvs4
1295 see ChangeLog 2002-08-06
1297 2002-08-06 [paul] 0.8.1claws23
1299 * sync with 0.8.1cvs13
1300 see ChangeLog 2002-08-06
1302 2002-08-06 [paul] 0.8.1claws22
1304 * sync with 0.8.1cvs12
1305 see ChangeLog 2002-08-05 and 2002-08-06
1307 2002-08-06 [match] 0.8.1claws21
1310 improvements to cut/copy/paste address
1312 2002-08-05 [match] 0.8.1claws20
1319 fixes to improve cut/copy/paste
1321 2002-08-06 [melvin] 0.8.1claws19
1324 account_find_all_from_address(): new function that returns the
1325 list of all accounts that are matched in an address.
1326 * src/alertpanel.[ch]
1327 alertpanel() now accepts a custom widget
1328 alertpanel_with_widget(): new function that pops up a panel with
1329 a custom widget in it
1331 gtkut_account_menu_new(): new function that allows the selection
1332 of an account from a list of accounts.
1334 Extended Return Receipt notification to select the correct
1335 account and to make a security test on the Delivery-Notification
1336 address which should be the same as the Return-Path.
1338 2002-08-06 [thorsten] 0.8.1claws18
1341 attach_all: save unnamed as "noname.%d",
1342 dont free static dirname
1344 2002-08-05 [alfons] 0.8.1claws17
1347 detect XIM by trying to link rather than compile a XIM program
1349 2002-08-05 [oliver] 0.8.1claws16
1351 * src/stock_pixmap.[ch]
1352 o add UP_ARROW to available pixmaps (already in pixmap-directory)
1353 o new func to retrieve pixmaps
1355 2002-08-05 [paul] 0.8.1claws15
1357 * sync with 0.8.1cvs10
1358 see ChangeLog 2002-08-05
1360 2002-08-04 [alfons] 0.8.1claws14
1363 see if this plugs memleak
1365 2002-08-04 [melvin] 0.8.1claws13
1368 fixed bug that could crash Sylpheed when highlighting
1369 all misspelled words.
1371 2002-08-03 [melvin] 0.8.1claws12
1373 * src/prefs_actions.c
1374 removed unnecessary checks for NULL introduced in 0.8.1claws11.
1376 fixed bug where the Return Receipt was sent to
1377 Delivery-Notification-To address even if it was not present
1379 2002-08-02 [alfons] 0.8.1claws11
1381 * src/prefs_actions.c
1382 o more check for NULLs
1383 o put create_io_dialog() in right conditional block
1385 2002-08-02 [paul] 0.8.1claws10
1388 updated by Ricardo Mones Lastra
1390 2002-08-01 [christoph] 0.8.1claws9
1393 don't free the cache of the opened
1394 folder in the summaryview
1396 don't unset flags, if it is not required
1398 2002-08-01 [paul] 0.8.1claws8
1400 * sync with 0.8.1cvs8
1401 see ChangeLog entry 2002-08-01
1403 2002-08-01 [paul] 0.8.1claws7
1405 * sync with 0.8.1cvs7
1406 see ChangeLog 2002-07-31 and 2002-08-01
1408 2002-07-31 [christoph] 0.8.1claws6
1411 forgot to update menu sensitivity
1412 function for new menu entry
1414 2002-07-31 [alfons] 0.8.1claws5
1417 check folder item and its path for NULL on
1420 2002-07-31 [christoph] 0.8.1claws4
1423 check if folder_item_get_msginfo in
1424 folder_item_remove_msg returned NULL
1426 better clear the uid cache in the
1427 uid validity check function and delete
1430 2002-07-31 [paul] 0.8.1claws3
1433 add the '--attach' option and a few other
1436 2002-07-31 [paul] 0.8.1claws2
1438 * sync with 0.8.1cvs5
1439 see ChangeLog 2002-07-31
1441 2002-07-31 [christoph] 0.8.1claws1
1443 * src/folderview.[ch]
1445 replace "Rescan all folders..." with
1446 "Check all folders for new messages..."
1448 2002-07-30 [paul] 0.8.1claws
1450 * version 0.8.1claws released
1452 2002-07-30 [paul] 0.8.0claws29
1454 * tools/OOo2sylpheed.pl ** NEW FILE **
1456 add script to enable sending documents as
1457 attachments from OpenOffice.org
1459 2002-07-30 [melvin] 0.8.0claws28
1461 * src/prefs_actions.c
1462 Made the actions' input/output dialog display
1465 2002-07-30 [christoph] 0.8.0claws27
1468 check if folder_item_get_msginfo in
1469 procmsg_save_to_outbox returned NULL
1471 2002-07-30 [paul] 0.8.0claws26
1473 * sync with 0.8.1cvs4
1474 see ChangeLog 2002-07-29
1476 2002-07-29 [thorsten] 0.8.0claws25
1479 added selective download, delete on server
1481 2002-07-29 [paul] 0.8.0claws24
1483 * sync with 0.8.1cvs3
1484 see ChangeLog 2002-07-29
1486 2002-07-27 [christoph] 0.8.0claws23
1489 add extra check if fetching the msginfo
1492 2002-07-27 [paul] 0.8.0claws22
1494 * sync with 0.8.1cvs2
1495 see ChangeLog 2002-07-26
1497 2002-07-27 [christoph] 0.8.0claws21
1500 add another check if a valid msginfo
1503 2002-07-26 [hoa] 0.8.0claws20
1506 Fixed a condition in folder_item_destroy()
1509 Fixed an error in IMAP protocol
1511 2002-07-26 [alfons] 0.8.0claws19
1514 ofcourse compare with identifier, not the path
1516 2002-07-26 [alfons] 0.8.0claws18
1519 use folder item identifier for saving / restoring
1520 preferences because folder->path might not be unique
1522 2002-07-26 [melvin] 0.8.0claws17
1525 Fixed a crash introduced in 0.8.0claws5 when log is
1526 cut under 80 characters.
1528 2002-07-26 [paul] 0.8.0claws16
1530 * sync with 0.8.1cvs1
1531 see ChangeLog 2002-07-26
1533 2002-07-26 [christoph] 0.8.0claws15
1536 imap folder now remembers the last selected
1537 folder and imap_fetch_msginfo skips selecting
1538 the folder if it is already selected
1540 2002-07-26 [christoph] 0.8.0claws14
1545 fix imap folder rescanning
1547 2002-07-25 [christoph] 0.8.0claws13
1557 implement imap uid cache and uid validity check
1559 2002-07-25 [alfons] 0.8.0claws12
1562 fix a brown paper bag bug, and also add some more
1565 2002-07-25 [christoph] 0.8.0claws11
1568 don't mix copy, fetch_msginfo and remove
1569 operations in folder item copy and move
1572 2002-07-25 [christoph] 0.8.0claws10
1576 * src/prefs_folder_item.c
1577 * src/summaryview.[ch]
1578 remove no longer required parameter update_cache from
1581 2002-07-25 [paul] 0.8.0claws9
1588 2002-07-24 [alfons] 0.8.0claws8
1591 sort correctly when using simplified subject line
1592 (closes feature request "[ 585141 ] applying regexp to subject
1593 before sort" submitted by Alexandra Walford)
1595 2002-07-24 [paul] 0.8.0claws7
1597 * sync with 0.8.0cvs3
1598 see ChangeLog 2002-07-24
1600 2002-07-23 [christoph] 0.8.0claws6
1607 o separate processing and summaryview
1608 o removed summary_write_cache from summaryview
1609 o removed summaryview->killed_messages, because we don't have
1610 to keep a list of killed messages anymore. New cache will
1611 keep the hidden messages in cache anyway
1614 * src/selective_download.c
1615 o removed unnecessary summary_write_cache calls
1617 o don't set ignore thread flag in procmsg_get_thread_tree
1618 if it is already set
1621 o moved STATUSBAR_PUSH/POP to statusbar.h because
1622 they are used in different files
1624 2002-07-23 [melvin] 0.8.0claws5
1630 * src/editldap_basedn.c
1632 * src/prefs_common.c
1633 Fixed few memory leak (gtk_editable_get_chars returns
1634 an allocated string)
1636 Fixed few memory leak (gtk_editable_get_chars returns
1637 an allocated string) and modified a little the log cutting
1640 Replaced a call to an obsolete function gtk_entry_get_text()
1641 by gtk_editable_get_chars()
1643 Removed a debug printf
1645 2002-07-23 [christoph] 0.8.0claws4
1648 fix another g_dirname memory leak
1650 2002-07-23 [christoph] 0.8.0claws3
1653 fixed a memory leak in mh_fetch_msginfo
1654 fixed crash when message header could not be
1657 2002-07-23 [paul] 0.8.0claws2
1659 * sync with 0.8.0cvs2
1660 see ChangeLog 2002-07-23
1662 2002-07-23 [paul] 0.8.0claws1
1664 * sync with 0.8.0cvs1
1665 see ChangeLog 2002-07-23
1667 2002-07-23 [paul] 0.8.0claws
1669 * release of 0.8.0claws
1671 2002-07-23 [paul] 0.7.8claws99
1674 new Russian translation, submitted by
1675 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
1677 2002-07-22 [jens] 0.7.8claws98
1680 Updated German translations.
1682 2002-07-22 [paul] 0.7.8claws97
1688 updated translations by Ricardo Mones Lastra,
1689 Alessandro Maestri, Wilbert Berendsen and
1690 Fabio Jr. Beneditto respectively
1692 2002-07-22 [christoph] 0.7.8claws96
1695 fix memory leak caused by wrong g_dirname usage
1697 2002-07-22 [christoph] 0.7.8claws95
1700 update new and unread message counts for summaryview
1701 summaryview does not get it from the folder anymore
1702 and has to update the values itself
1704 2002-07-22 [melvin] 0.7.8claws94
1707 Updated French translations.
1709 2002-07-22 [christoph] 0.7.8claws93
1712 set prop->preg pointer to NULL or following check
1713 will not fail and regexec will be called with
1716 2002-07-21 [alfons] 0.7.8claws92
1718 * src/prefs_common.[ch]
1719 remove option "Send return receipt on request"
1721 2002-07-21 [thorsten] 0.7.8claws91
1724 fixed memleaks, coding style as pointed out by alfons
1726 2002-07-21 [alfons] 0.7.8claws90
1729 * src/noticeview.[ch]
1730 o fix bug notice view being displayed when going to empty folder
1731 (noticed by Christoph)
1732 o allow RRR to be sent when restarting sylpheed, or changing folder
1733 (noticed by Thorsten)
1735 2002-07-21 [thorsten] 0.7.8claws89
1738 Included save_all patch from Xaview FACQ
1739 added support for pathnames
1741 2002-07-21 [alfons] 0.7.8claws88
1746 * src/messageview.[ch]
1747 * src/noticeview.c ** NEW FILE **
1748 * src/noticeview.h ** NEW FILE **
1749 make return receipts work again
1750 (UI idea by Leandro Pereira)
1752 2002-07-21 [paul] 0.7.8claws87
1755 fix sensitivity of 'Select thread'
1757 2002-07-21 [paul] 0.7.8claws86
1759 * src/prefs_common.c
1760 add browser command line for Galeon
1762 2002-07-21 [paul] 0.7.8claws85
1765 fix 'EXTRA_DIST': remove README.README, add TODO
1768 2002-07-21 [alfons] 0.7.8claws84
1771 make enter clear selection
1772 (closes "[ 579888 ] Editor selection/entry error"
1773 reported by Steve Lamb)
1775 2002-07-21 [alfons] 0.7.8claws83
1778 sort message list when selecting unthread messages
1779 (closes "[ 501593 ] switching threaded view doesn't sort"
1780 reported by Simon Schubert)
1782 2002-07-20 [alfons] 0.7.8claws82
1787 2002-07-20 [thorsten] 0.7.8claws81
1790 Fixed expansion of empty fields in matchactions
1792 2002-07-19 [melvin] 0.7.8claws80
1795 Removed a duplicate menu entry (fast mode) introduced during
1797 Added a menu separator between 'Use alternate' and 'Fast mode'
1799 2002-07-19 [paul] 0.7.8claws79
1805 2002-07-19 [thorsten] 0.7.8claws78
1807 * tools/calypso_convert.pl ** NEW FILE **
1810 script to import mbox files exported
1812 o generates folder structure
1813 o includes attachments
1815 2002-07-19 [melvin] 0.7.8claws77
1817 * src/selective_download.[ch]
1818 Fixed bug where closing the dialog with the window manager's
1819 close button will not unlock the summary
1820 Corrected some function declarations that missed a return value
1821 Made the source code comply better with coding style.
1822 * src/prefs_common.c
1823 Added new browser command line for Mozilla.
1825 2002-07-18 [paul] 0.7.8claws76
1828 src/selective_download.[ch]
1829 reflect theme changes, fix Gdk Warning when creating
1830 pixmap from NULL window, and minor clean up.
1831 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
1836 2002-07-17 [paul] 0.7.8claws75
1844 2002-07-16 [paul] 0.7.8claws74
1846 * tools/filter_conv.pl
1848 replace conversion script with reimplemented version,
1849 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
1851 2002-07-16 [colin] 0.7.8claws73
1854 remove forgotten debug messages - sorry ;-)
1856 2002-07-16 [colin] 0.7.8claws72
1862 add the ability to select part of a text mime-part
1865 2002-07-15 [christoph] 0.7.8claws71
1868 fix folder message count for folders without
1869 msg_is_changed (includes news folders)
1871 2002-07-15 [martin] 0.7.8claws70
1874 option "display recipient on 'From'..." now works
1875 without the need of enabling the option
1876 "display sender using address book".
1878 2002-07-15 [christoph] 0.7.8claws69
1881 removed setting folder status from summaryview.
1882 folder.c should update all message counts correctly.
1884 2002-07-15 [paul] 0.7.8claws68
1887 updated by Fabio Junior Beneditto
1889 2002-07-15 [darko] 0.7.8claws67
1892 Fixed target folder colorization, don't decrease op
1895 2002-07-14 [paul] 0.7.8claws66
1897 * sync with main 0.8.0
1898 see ChangeLog 2002-07-14
1900 2002-07-13 [melvin] 0.7.8claws65
1905 Replaced sprintf by g_snprintf to prevent possible buffer
1908 Corrected a log message output format.
1909 Added a missing "done" debug output.
1911 Added keyboard accelerator for Priority menu items
1912 Added missing \n in debug output
1916 Added missing \n in debug output
1918 2002-07-13 [paul] 0.7.8claws64
1921 change Sergey's email address to the sf address
1924 increase show_url_timeout (more useful for long
1927 2002-07-12 [sergey] 0.7.8claws63
1930 applied (with some modifications) patch to set the
1931 micalg parameter for signatures
1932 (2001-08-28 Werner Koch <wk@gnupg.org>)
1934 2002-07-12 [sergey] 0.7.8claws62
1938 fixed man page installation
1940 2002-07-12 [paul] 0.7.8claws61
1942 * sync with 0.7.8cvs26
1943 see ChangeLog 2002-07-11 and 2002-07-12
1945 2002-07-11 [christoph] 0.7.8claws60
1949 first use the message number to find the message
1950 to mark with a reply flag but check the
1951 message-id if we got the correct message, if not
1952 try to find it by message-id.
1953 use new string seperator that is not allowed
1956 2002-07-11 [paul] 0.7.8claws59
1958 * sync with 0.7.8cvs23
1959 see ChangeLog 2002-07-10
1961 2002-07-10 [christoph] 0.7.8claws58
1965 Added message-id table to the cache in memory
1966 and functions to msgcache.c and folder.c to
1967 fetch MsgInfos by message id
1970 store folder and message-id of message replying
1971 to in queue header and set reply flag after sending
1972 (Closes bug #469498)
1974 2002-07-10 [paul] 0.7.8claws57
1978 add Martin to the list of authors
1980 2002-07-09 [martin] 0.7.8claws56
1982 Added gtk_ctree_last_visible(), tree_update_level(),
1983 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
1984 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
1985 from gtk+ to gtksctree.c for the new sorting code
1986 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
1987 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
1989 Added declaration for gtk_sctree_sort_recursive() and
1990 gtk_sctree_sort_node
1995 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
1996 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
1998 2002-07-08 [paul] 0.7.8claws55
2000 * more sync with 0.7.8cvs21
2001 see ChangeLog 2002-07-08
2003 2002-07-08 [paul] 0.7.8claws54
2005 * sync with 0.7.8cvs21
2006 see ChangeLog 2002-07-08
2008 2002-07-07 [alfons] 0.7.8claws53
2011 * src/stock_pixmap.[ch]
2012 * src/pixmaps/notice_warn.xpm ** NEW FILE **
2013 * src/pixmaps/notice_error.xpm ** NEW FILE **
2014 * src/pixmaps/notice_note.xpm ** NEW FILE **
2015 add new pixmaps for upcoming notice pane
2017 2002-07-06 [melvin] 0.7.8claws52
2020 Made them a bit closer to Sylpheed's coding style.
2022 Removed possible memory leaks when some errors occurs.
2024 2002-07-06 [melvin] 0.7.8claws51
2027 Removed --no-location in xgettext command line to help
2028 translators that use Emacs' po-mode
2030 Removed unnecessary comments that messed up sylpheed.pot
2032 2002-07-06 [paul] 0.7.8claws50
2034 * sync with 0.7.8cvs19
2035 see ChangeLog 2002-07-05
2037 2002-07-06 [christoph] 0.7.8claws49
2041 fix folder_item_remove_all_msg and folderview
2042 status for trash folders after emptying trash
2044 2002-07-05 [paul] 0.7.8claws48
2046 * sync with 0.7.8cvs16
2047 see ChangeLog 2002-07-04 and 2002-07-05
2049 2002-07-04 [paul] 0.7.8claws47
2051 * sync with 0.7.8cvs14
2052 see ChangeLog 2002-07-04
2054 2002-07-03 [alfons] 0.7.8claws46
2057 dupe folder item's path because it's being reallocated
2058 by new folder scanning code
2060 2002-07-03 [christoph] 0.7.8claws45
2063 better IMAP uid fetching using 'FETCH 1:* (UID)'
2065 add missing return in msgcache_write
2067 2002-07-02 [thorsten] 0.7.8claws44
2072 use binary mode for file access
2074 2002-07-02 [christoph] 0.7.8claws43
2076 * major code cleanup (part 1)
2078 - unused variables removed
2079 - unused functions removed
2080 - uninitialized variables checked
2081 - missing return statements added
2082 - missing function return types added
2083 - added parentheses around assignment and
2084 && in || when suggested by gcc
2088 replaced direct calls to folder->scan_tree
2089 with folder_scan_tree and restore folder
2090 prefs in this function. The folder should
2091 not have to deal with them.
2092 ( Should now work for all folder types )
2094 2002-07-02 [paul] 0.7.8claws42
2096 * sync with 0.7.8cvs13
2097 see ChangeLog 2002-07-01 and 2002-07-02
2099 2002-07-01 [christoph] 0.7.8claws41
2102 fix "goto next/prev unread message" with
2105 2002-07-01 [paul] 0.7.8claws40
2108 updated by Ricardo Mones Lastra
2110 2002-06-30 [match] 0.7.8claws39
2113 applied variation of leonerd's patch (566661) to
2114 allow multiple email addresses per JPilot entry.
2115 addresses may be separated by space, comma, pipe,
2116 semi-colon, new-line.
2118 2002-06-30 [alfons] 0.7.8claws38
2121 simple fix for putting older nodes before
2122 newer nodes when threading by subject
2124 2002-06-30 [christoph] 0.7.8claws37
2131 fix broken folder tree rescaning
2132 and don't use procmsg_get_mark_sum
2135 2002-06-30 [christoph] 0.7.8claws36
2137 * merge new cache branch
2139 fix new cache imap copy bug
2141 improved folder_item_scan
2142 it should now always set the correct
2143 new, unread and total message counts
2145 2002-06-29 [paul] 0.7.8claws35
2148 correct syntax error
2150 2002-06-29 [paul] 0.7.8claws34
2154 man/Makefile.am ** NEW FILE **
2155 man/sylpheed.1.gz ** NEW FILE **
2156 add Sylpheed man page
2158 2002-06-29 [paul] 0.7.8claws33
2161 updated by Fabio Junior Beneditto
2163 2002-06-28 [jens] 0.7.8claws32
2168 * src/selective_download.c
2169 removed gettext for space " "
2174 2002-06-28 [paul] 0.7.8claws31
2176 * sync with 0.7.8cvs11
2177 see ChangeLog 2002-06-28
2179 2002-06-28 [paul] 0.7.8claws30
2181 * sync with 0.7.8cvs10
2182 see ChangeLog 2002-06-27 and 2002-06-28
2184 2002-06-26 [paul] 0.7.8claws29
2187 src/selective_download.c
2188 don't gettextise empty strings.
2189 reserved by gettext. gettext("") returns
2190 the header entry with meta information,
2191 not the empty string
2196 2002-06-26 [paul] 0.7.8claws28
2198 * sync with 0.7.8cvs7
2199 see ChangeLog 2002-06-25
2201 * src/prefs_common.c
2202 ...and in the process, tweak the gui a little
2204 2002-06-25 [alfons] 0.7.8claws27
2208 fine tune ldap library detection
2210 2002-06-25 [alfons] 0.7.8claws26
2213 don't allow return receipts when composing a news article
2215 2002-06-25 [paul] 0.7.8claws25
2218 add '$(AMTAR)' to 'release' section to allow for
2219 new and older autotools
2221 2002-06-25 [paul] 0.7.8claws24
2224 fix "No more unread messages" persistant pop-up
2227 2002-06-25 [paul] 0.7.8claws23
2230 updated by Alessandro Maestri
2232 2002-06-25 [paul] 0.7.8claws22
2234 * sync with 0.7.8cvs6
2235 see ChangeLog 2002-06-25
2237 2002-06-24 [paul] 0.7.8claws21
2240 add GPL copyright information
2242 2002-06-24 [paul] 0.7.8claws20
2246 tools/update-po ** NEW FILE **
2247 add script that eases the creation of *.po files
2248 Submitted by Wilbert Berendsen <wilbert@oswf.org>
2250 2002-06-23 [alfons] 0.7.8claws19
2253 make notification_convert_header obey const correctness
2254 (next step will be fixing the broken return receipt)
2256 2002-06-23 [paul] 0.7.8claws18
2259 fix bug introduced in last commit:
2260 removed too much code in last commit - put back what's
2263 2002-06-23 [paul] 0.7.8claws17
2265 * src/messageview.[ch]
2266 remove code committed in error from locally patched
2269 2002-06-23 [colin] 0.7.8claws16
2272 add compose_entry_select(), used to select the default_to
2273 email address - hopefully avoiding people sending mails to
2276 2002-06-22 [alfons] 0.7.8claws15
2279 add Bram Metsch & Stanislav Karchebny
2281 * src/prefs_account.[ch]
2283 - apply and adapt Bram's patch which allows user to set SMTP AUTH
2284 options. (see <http://sourceforge.net/tracker/index.php
2285 ?func=detail&aid=566937&group_id=25528&atid=384600>);
2287 - merge Stanislav's fix to make SMTP AUTH work with qmail
2288 (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
2290 2002-06-22 [paul] 0.7.8claws14
2292 * sync with 0.7.8cvs5
2293 see ChangeLog 2002-06-19 and 2002-06-20
2295 2002-06-22 [alfons] 0.7.8claws13
2297 * src/selective_download.c
2298 fix a stupid mistake I made
2300 2002-06-22 [alfons] 0.7.8claws12
2302 * src/selective_download.[ch]
2303 fix another unnoticed leak; cleanup code
2308 gpg-sign <-- gpg-sign-syl
2310 2002-06-21 [alfons] 0.7.8claws11
2312 * src/selective_download.c
2313 * src/selective_download.h
2314 fix assorted mix of allocation errors (should solve
2315 problem reported by Philippe Gramoullé, see:
2316 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
2318 2002-06-20 [melvin] 0.7.8claws10
2320 * tools/gpg-sign *REMOVED*
2321 tools/gpg-sign-syl *ADDED*
2322 Replaced the gpg clearsigning script with the version using
2323 xterm instead of ssh-askpass and changed its name.
2326 Updated actions example to reflect the renaming of the
2327 gpg clearsigning script.
2329 2002-06-19 [paul] 0.7.8claws9
2331 * sync with 0.7.8claws9
2332 see ChangeLog 2002-06-18 and 2002-06-19
2334 2002-06-19 [paul] 0.7.8claws8
2336 * sync with 0.7.8cvs1
2337 see ChangeLog 2002-06-18
2339 2002-06-18 [alfons] 0.7.8claws7
2342 add omitted prototype
2344 2002-06-17 [paul] 0.7.8claws6
2347 fix hiding of exec_btn
2349 2002-06-17 [paul] 0.7.8claws5
2352 remove unneeded code: should_delete()
2353 and Pop3State::uidl_todelete_list
2355 2002-06-17 [paul] 0.7.8claws4
2358 see ChangeLog 2002-06-11 and 2002-06-13
2360 2002-06-16 [alfons] 0.7.8claws3
2363 make sure lock sort mode (claws specific) is
2364 also persists after a tree rescan
2366 2002-06-16 [alfons] 0.7.8claws2
2368 * src/prefs_folder_item.c
2370 fix persistence of folder sort mode (broken
2371 by adapting Hiro's new folder persistence code)
2373 2002-06-16 [alfons] 0.7.8claws1
2377 * src/prefscommon.[ch]
2378 control size of log text in log window;
2379 closes patch #569155 submitted by Mitko Haralanov.
2381 2002-06-15 [paul] 0.7.8claws
2383 * release of 0.7.8claws
2385 2002-06-15 [paul] 0.7.7claws
2388 updated by Fabio Junior Beneditto
2390 2002-06-14 [paul] 0.7.6claws49
2393 updated by Ricardo Mones Lastra
2395 2002-06-14 [paul] 0.7.6claws48
2398 updated translation by Wilbert Berendsen
2400 2002-06-14 [melvin] 0.7.6claws47
2403 Updated French translation
2405 2002-06-13 [paul] 0.7.6claws46
2408 allow filename to be typed in, rather than just
2409 selected by the mouse. Patch by Gustavo Noronha Silva.
2411 2002-06-13 [alfons] 0.7.6claws45
2413 * src/mainwindow.[ch]
2414 more cleanups (removing unnecessary menu items Expand
2415 summary / message view)
2417 2002-06-13 [melvin] 0.7.6claws44
2420 Added src/string_match.c
2421 * src/string_match.c
2422 Fixed possible buffer overflow.
2424 Added missing config.h header.
2425 * src/prefs_common.c
2428 Made some strings translatable (missing _(..)).
2430 2002-06-13 [melvin] 0.7.6claws43
2433 Corrected action example (verifying clearsigned mail).
2434 * src/prefs_account.c
2436 * src/prefs_common.c
2437 Removed incorrect line that generated a Gtk-CRITICAL msg.
2439 2002-06-12 [alfons] 0.7.6claws42
2442 add init of score column lost in 0.7.6claws42
2444 2002-06-12 [paul] 0.7.6claws41
2446 * src/prefs_account.c
2447 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the
2448 behavior of the radio buttons, (from 0.7.7cvs2)
2450 2002-06-11 [alfons] 0.7.6claws40
2452 * src/messageview.[ch]
2453 * src/summaryview.[ch]
2454 * src/summary_search.c
2456 perform a sync to bring in Hiro's separate view implementation
2458 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
2460 2002-06-11 [paul] 0.7.6claws39
2462 * src/prefs_account.c
2463 correct a typo on the Receive tab
2465 2002-06-10 [match] 0.7.6claws38
2468 Included address completion patch from Gustavo Noronha.
2470 2002-06-10 [paul] 0.7.6claws37
2474 src/prefs_account.[ch]
2475 src/selective_download.[ch]
2478 - check if POP Account
2479 - Receive Button renamed to Preview
2480 - Preview Button Popup: preview new/all messages
2482 - Account Preferences-->Receive tab checkbutton if you
2483 want to remove Mail after Download
2485 - Account Preferences-->Receive tab checkbutton use
2486 filtering rules on preview
2487 (think of delete_on_server)
2489 - Account selectable from SD dialog
2490 - checkbutton to show already downloaded messages if
2491 all messages are previewed
2492 - new clist column showing Date
2495 - play ball with UIDL
2496 - fault tolerant (?)
2497 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
2499 2002-06-10 [melvin] 0.7.6claws36
2502 Added a hint to ac/README in cvs instructions.
2504 * src/prefs_actions.c
2505 Made it possible to use a more elaborate command line
2506 for asynchronous actions, too.
2508 2002-06-10 [melvin] 0.7.6claws35
2510 * src/prefs_actions.c
2511 Make it possible to use a more elaborate command line
2512 (e.g. |foo|bar|cat>there;echo Done|)
2513 Corrected error message when calling %f, %F and %p commands
2514 from the compose window.
2516 2002-06-09 [colin] 0.7.6claws34
2519 Automatically find unread messages in current folder
2520 before annoying the user.
2522 2002-06-08 [alfons] 0.7.6claws33
2525 remove bad formatting string in it.po translation
2526 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
2528 2002-06-08 [paul] 0.7.6claws32
2530 * sync with 0.7.6cvs25
2531 see ChangeLog 2002-06-07
2533 2002-06-05 [paul] 0.7.6claws31
2536 add 'Sort by locked' and 'Sort by score'
2538 2002-06-05 [paul] 0.7.6claws30
2540 * sync with 0.7.6cvs24
2541 see ChangeLog 2002-06-04
2543 2002-06-04 [paul] 0.7.6claws29
2546 updated by Fabio Junior Beneditto
2548 2002-06-03 [thorsten] 0.7.6claws28
2551 fclose() matcherrc after reading
2553 2002-06-03 [paul] 0.7.6claws27
2555 * sync with 0.7.6cvs21
2556 see ChangeLog 2002-05-31
2558 2002-05-31 [paul] 0.7.6claws26
2560 * sync with 0.7.6cvs20
2561 see ChangeLog 2002-05-29 and 2002-05-30
2563 2002-05-31 [paul] 0.7.6claws25
2566 hopefully fix last buggy sync
2569 correct typo in 'Actions' examples
2571 2002-05-29 [paul] 0.7.6claws24
2573 * sync with 0.7.6cvs18
2574 see ChangeLog 2002-05-28 and 2002-05-29
2580 2002-05-28 [paul] 0.7.6claws23
2582 * sync with 0.7.6cvs16
2583 see ChangeLog 2002-05-28
2585 2002-05-27 [thorsten] 0.7.6claws22
2587 * faq/it/sylpheed-faq-1.html
2588 faq/it/sylpheed-faq-2.html
2589 faq/it/sylpheed-faq-3.html
2590 faq/it/sylpheed-faq.html
2591 corrected DOS lineendings
2592 * faq/de/sylpheed-faq-1.html
2593 faq/de/sylpheed-faq-2.html
2594 faq/en/sylpheed-faq-1.html
2595 faq/en/sylpheed-faq-2.html
2596 faq/en/sylpheed-faq-3.html
2597 faq/es/sylpheed-faq-1.html
2598 faq/es/sylpheed-faq-2.html
2599 faq/es/sylpheed-faq-3.html
2600 faq/fr/sylpheed-faq-1.html
2601 faq/it/sylpheed-faq-1.html
2602 faq/it/sylpheed-faq-2.html
2603 faq/it/sylpheed-faq-3.html
2604 faq/it/sylpheed-faq.html
2605 changed ">" to "
2607 2002-05-27 [paul] 0.7.6claws21
2609 * sync with 0.7.6cvs15
2610 see ChangeLog 2002-05-27
2612 2002-05-27 [paul] 0.7.6claws20
2614 * src/prefs_account.c
2617 2002-05-26 [paul] 0.7.6claws19
2622 2002-05-25 [paul] 0.7.6claws18
2625 add description of kmail2sylpheed.pl
2627 2002-05-25 [paul] 0.7.6claws17
2629 * tools/kmail2sylpheed.pl ** NEW FILE **
2630 perl script that converts an exported Kmail address
2631 book, converts it to sylpheed addressbook file,
2632 writes the file to .sylpheed, and updates
2635 2002-05-25 [paul] 0.7.6claws16
2637 * sync with 0.7.6cvs14
2638 see ChangeLog 2002-05-23
2640 2002-05-24 [paul] 0.7.6claws15
2643 make a correction and add some more info
2645 2002-05-24 [paul] 0.7.6claws14
2649 compose_redirect_write_headers_from_headerlist()
2650 add Subject and Resent-Message-ID to
2651 compose_redirect_write_headers()
2652 Received, Subject, and X-UIDL are filtered out in
2653 compose_redirect_write_to_file()
2655 2002-05-23 [paul] 0.7.6claws13
2661 src/matcher_parser_lex.l
2662 src/matcher_parser_parse.y
2663 src/prefs_common.[ch]
2664 src/prefs_filtering.c
2666 rename 'Bounce' to 'Redirect'
2668 2002-05-23 [paul] 0.7.6claws12
2670 * more sync with 0.7.6cvs13
2672 see ChangeLog 2002-05-22
2674 2002-05-22 [paul] 0.7.6claws11
2676 * sync with 0.7.6cvs13
2678 see ChangeLog 2002-05-20
2680 see ChangeLog 2002-05-22
2682 2002-05-21 [melvin] 0.7.6claws10
2685 Added missing filtering and scoring headers
2686 Fixed bad function call that showed garbage
2687 in Folder->Processing
2689 2002-05-21 [paul] 0.7.6claws9
2692 make all tools executable, (patch by Alfons).
2694 2002-05-20 [alfons] 0.7.6claws8
2697 don't forget to call mktime() so we have a valid week
2699 (Bug report by Roger Sondermann <mail@jumaros.de>)
2701 2002-05-20 [paul] 0.7.6claws7
2704 fix broken parsing of urls
2706 fix displaying of urls
2708 both fixes from the patch [547855] by Eugene
2711 2002-05-19 [alfons] 0.7.6claws6
2714 make sylpheed configure correctly with the latest
2715 and greatest of automake / autoconf / gettext
2717 2002-05-19 [alfons] 0.7.6claws5
2721 add function for returning ime zone offset
2723 * src/quote_fmt_parse.y
2724 better quotation formatting - does not convert
2725 to local time, but uses the original date string.
2727 Note: %z inserts the timezone offset (should
2728 work also on platforms where strftime does not
2731 2002-05-18 [christoph] 0.7.6claws4
2734 fix indentation of some code
2739 correct path for ignorethread.xpm
2740 incorrect filename for sylpheed_logo.xpm
2741 add missing include matcher_parser_parse.h
2743 2002-05-18 [paul] 0.7.6claws3
2745 * sync with 0.7.6cvs8
2746 see ChangeLog 2002-05-16 and 2002-05-17
2748 2002-05-18 [melvin] 0.7.6claws2
2751 Corrected an action's definition and fixed some misspellings.
2753 2002-05-18 [paul] 0.7.6claws1
2756 tools/gpg-sign ** new file **
2757 tools/uudec ** new file **
2758 add Melvin's Actions scripts
2761 add Melvin's descriptions for Actions
2763 2002-05-18 [paul] 0.7.6claws
2765 * Version 0.7.6claws released
2767 2002-05-17 [paul] 0.7.5claws32
2770 updated by Ricardo Mones Lastra
2772 2002-05-17 [paul] 0.7.5claws31
2775 fix Account prefs default folder for sent/draft/deleted
2780 updated translation by Alessandro Maestri and
2783 2002-05-17 [melvin] 0.7.5claws30
2785 * src/prefs_actions.c
2786 Fixed bug where using %F not at the end of the command
2787 resulted in an additional empty argument being created.
2788 Thanks to Darko Koruga for reporting the bug.
2790 2002-05-17 [melvin] 0.7.5claws29
2793 Updated French translations.
2795 2002-05-15 [paul] 0.7.5claws28
2798 updated by Ricardo Mones Lastra
2800 2002-05-15 [paul] 0.7.5claws27
2802 * sync with 0.7.6cvs4
2803 see ChangeLog 2002-05-14 and 2002-05-15
2805 2002-05-14 [paul] 0.7.5claws26
2807 * sync with 0.7.6cvs1
2808 see ChangeLog 2002-05-13
2810 2002-05-13 [thorsten] 0.7.5claws25
2813 fix select_all and copy in multipart messages
2815 fix select_all and copy in multipart messages
2817 2002-05-12 [paul] 0.7.5claws24
2820 reverse last commit, bug already fixed in 0.7.5claws3
2822 2002-05-12 [netztorte] 0.7.5claws23
2825 dont parse empty addressbook (checked in before claws20)
2827 2002-05-12 [melvin] 0.7.5claws22
2830 Removed unneeded priority code introduced by the previous
2833 2002-05-12 [melvin] 0.7.5claws21
2836 Added possibility to set message's priority.
2838 Added possibility to set message's priority.
2839 Added missing headers
2841 2002-05-12 [melvin] 0.7.5claws20
2843 * src/prefs_actions.c
2844 Removed implicitely added quotes around the name
2845 of the temporary files of mime parts.
2847 2002-05-12 [paul] 0.7.5claws19
2849 * sync with 0.7.5cvs20
2850 see ChangeLog 2002-05-11
2852 2002-05-12 [alfons] 0.7.5claws18
2854 * src/quote_fmt_lex.l
2855 * src/quote_fmt_parse.y
2856 allow quote / reply date & time format to be set using
2857 %D{format}. format is a format string you'd pass to
2858 strftime() (see man strftime, or the Display tab |
2859 Date format setting).
2861 Currently %D converts the date to local time.
2863 2002-05-11 [paul] 0.7.5claws17
2865 * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
2866 see ChangeLog 2002-05-10 and 2002-05-11
2868 2002-05-10 [paul] 0.7.5claws16
2870 * sync with 0.7.5cvs16
2871 see ChangeLog entries 2002-05-09 and
2874 2002-05-10 [colin] 0.7.5claws15
2877 Corrected a bug that prevented sylpheed to open
2878 double-clicked URIs.
2880 2002-05-09 [paul] 0.7.5claws14
2882 * sync with 0.7.5cvs14
2883 see ChangeLog 2002-05-08 and 2002-05-09
2885 2002-05-08 [paul] 0.7.5claws13
2887 * sync with 0.7.5cvs11
2888 see ChangeLog entry 2002-05-08
2890 2002-05-08 [paul] 0.7.5claws12
2894 fix segfault on View->Open in new window
2895 patch submitted by Thorsten Maerz <torte@netztorte.de>
2897 2002-05-07 [paul] 0.7.5claws11
2899 * sync with 0.7.5cvs9
2900 see ChangeLog entry 2002-05-07
2902 2002-05-06 [paul] 0.7.5claws10
2906 display url in statusbar on single-click
2907 patch submitted by Thorsten Maerz <torte@netztorte.de>
2909 2002-05-06 [match] 0.7.5claws9
2916 XML implementation of properties file.
2917 * src/exporthtml.[ch]
2918 * src/expthtmldlg.[ch]
2922 2002-05-02 [sergey] 0.7.5claws8
2924 * src/mainwindow.c (mainwin_entries),
2925 src/prefs_common.c (prefs_send_create()),
2926 src/codeconv.c (locale_table):
2927 use charset name "Windows-1251" instead of "CP1251".
2929 2002-05-02 [colin] 0.7.5claws7
2933 src/prefs_folder_item.c
2934 Fixed cosmetics bugs due to Outbox renamed to Sent.
2936 2002-05-02 [hiro] 0.7.5claws6
2939 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
2941 2002-05-02 [paul] 0.7.5claws5
2944 more sync with 0.7.5cvs7, see ChangeLog entry
2947 2002-05-02 [hiro] 0.7.5claws4
2950 compose_queue_sub():
2951 check if queue folder exists (closes #550397).
2952 removed directory creation since it should be handled
2955 imap_add_msg(): return UID for appended message
2958 2002-04-30 [paul] 0.7.5claws3
2961 fix account_find_from_address() bug
2963 2002-04-28 [colin] 0.7.5claws2
2967 src/prefs_common.[ch]
2969 Added user-definable quotation characters recognition.
2971 2002-04-28 [paul] 0.7.5claws1
2973 * sync with 0.7.5cvs4
2974 see ChangeLog entry 2002-04-25
2976 2002-04-28 [paul] 0.7.5claws
2981 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
2982 Fabio Junior Beneditto
2984 2002-04-27 [jens] 0.7.4claws103
2987 updated German translation.
2989 2002-04-27 [hiro] 0.7.4claws102
2992 summary_write_cache(): fixed the mark loss of hidden messages.
2994 2002-04-26 [melvin] 0.7.4claws101
2997 fixed a second typo (same one)
3001 fixed the type again...
3003 2002-04-26 [melvin] 0.7.4claws100
3006 fixed a typo in an alert message ("temorary").
3009 corrected the typo described above.
3011 updated French translation.
3013 2002-04-26 [darko] 0.7.4claws99
3016 fix target folder colorization
3018 2002-04-25 [paul] 0.7.4claws98
3021 updated by Alessandro Maestri
3023 2002-04-24 [colin] 0.7.4claws97
3026 Fixed double "subject is empty" question.
3028 2002-04-23 [colin] 0.7.4claws96
3031 Corrected issue when "automatically display images" was
3032 not set : first image remained after selecting second.
3034 2002-04-23 [melvin] 0.7.4claws95
3036 * src/prefs_actions.c
3037 Don't display in/out dialog if there is nothing to show.
3039 2002-04-23 [paul] 0.7.4claws94
3041 * sync with 0.7.5cvs3
3042 bug fixes: see ChangeLog entry 2002-04-23
3044 2002-04-22 [darko] 0.7.4claws93
3047 fix previous check-in which changed code after
3050 2002-04-22 [paul] 0.7.4claws92
3057 update English, Spanish and French FAQs
3060 add German and Spanish manuals
3063 update English and French manuals
3066 add to and re-arrange the pixmap entries
3068 2002-04-22 [darko] 0.7.4claws91
3071 fix sender initials recognition to only allow
3072 '>' after the initials
3074 2002-04-21 [paul] 0.7.4claws90
3076 * sync with 0.7.5 release
3077 see ChangeLog entry 2002-04-21
3082 add colin's new pixmaps to EXTRA_DIST
3084 2002-04-21 [colin] 0.7.4claws89
3087 * src/mainwindow.[ch]
3088 * src/prefs_common.[ch]
3089 * src/stock_pixmap.[ch]
3090 Added "Work offline" ability.
3092 2002-04-21 [colin] 0.7.4claws88
3095 * src/prefs_common.c
3096 * src/prefs_common.h
3097 * src/textview.c : Added an option to common preferences -> display
3098 to allow user not to automatically display images.
3100 2002-04-21 [paul] 0.7.4claws87
3102 * sync with 0.7.4cvs52
3103 see ChangeLog entry 2002-04-21 (src/imap.c)
3105 2002-04-21 [paul] 0.7.4claws86
3107 * sync with 0.7.4cvs51
3108 see ChangeLog entry 2002-04-21
3110 2002-04-21 [paul] 0.7.4claws85
3112 * sync with 0.7.4cvs49
3113 see ChangeLog entries 2002-04-20 and 2002-04-21
3116 clean up: remove old 'stock_' element from xpm
3119 2002-04-21 [alfons] 0.7.4claws84
3121 apply sync patch from Paul
3124 use old claws prefs_folder_item_create() for now
3126 2002-04-19 [match] 0.7.4claws83
3128 * src/addressbook.[ch]
3129 * src/addrharvest.[ch]
3130 * src/addrgather.[ch]
3133 * src/summaryview.[ch]
3136 2002-04-19 [paul] 0.7.4claws82
3139 updated by Fabio Junior Beneditto
3141 2002-04-14 [alfons] 0.7.4claws81
3144 add #include <sys/types.h> for mode_t and off_t
3146 2002-04-13 [paul] 0.7.4claws80
3151 src/prefs_common.[ch]
3153 enable storing of GnuPG passphrase for the whole
3154 session or a user-defined number of minutes. patch
3155 submitted by Ravemax <ravemax@dextrose.com>
3157 2002-04-13 [alfons] 0.7.4claws79
3160 make email parser also stop scanning when encountering separators
3161 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
3163 2002-04-13 [paul] 0.7.4claws78
3165 * sync with 0.7.4cvs39
3166 see ChangeLog entry 2002-04-12
3168 2002-04-11 [paul] 0.7.4claws77
3170 * sync with 0.7.4cvs37
3171 see ChangeLog entry 2002-04-11
3173 2002-04-11 [paul] 0.7.4claws76
3176 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
3177 the clause for OpenSSL). sync with sylpheed main
3179 2002-04-09 [melvin] 0.7.4claws75
3182 Made 'Ctrl-Enter' on send ignore some modifiers
3183 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
3184 to bind other *-Enter (but not Alt-Enter).
3186 2002-04-09 [paul] 0.7.4claws74
3188 * sync with 0.7.4cvs35
3189 see ChangeLog entries 2002-04-09
3191 2002-04-08 [paul] 0.7.4claws73
3193 * sync with 0.7.4cvs33
3194 see ChangeLog entry 200-04-08
3196 2002-04-07 [match] 0.7.4claws72
3198 * src/addrharvest.[ch]
3199 fixed to read all addresses in header, regardless
3200 of header size. improved name parsing. accommodate
3201 harvest from folders and selected message.
3203 included new address parsing function.
3204 * src/addrgather.[ch]
3205 * src/addressbook.[ch]
3206 * src/summaryview.[ch]
3208 allow address harvest of folder as well as selected
3211 2002-04-07 [paul] 0.7.4claws71
3215 don't try to authenticate with CRAM-MD5 in SMTP when
3216 SMTP-AUTH enabled if MTA doesn't issue this
3217 auth-method in it's ehlo-response. bug item #531364,
3218 patch item #938910. patch submitted by Colin Leroy
3221 2002-04-07 [paul] 0.7.4claws70
3224 fix missing MODE_READER bug. patch submitted by
3225 Colin Leroy <colin@colino.net>
3227 2002-04-07 [alfons] 0.7.4claws69
3230 * src/prefs_filtering.c
3232 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
3233 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
3235 2002-04-07 [paul] 0.7.4claws68
3237 * sync with 0.7.4cvs32
3238 see ChangeLog entry 2002-04-06
3240 * tools/filter_conv.pl
3243 2002-04-06 [paul] 0.7.4claws67
3245 * tools/filter_conv.pl
3246 modify to be able to find the name of the first
3247 mailbox and use that. main's filter does not
3248 record the full path to the mailbox and therefore
3249 can only filter to the first mailbox.
3251 2002-04-05 [paul] 0.7.4claws66
3253 * tools/filter_conv.pl
3254 attempt to make the script all-encompassing and
3255 be able to convert any main 'filter' rule thrown
3258 2002-04-05 [paul] 0.7.4claws65
3260 * tools/filter_conv.pl
3261 allow for collapsed folder trees
3263 2002-04-05 [paul] 0.7.4claws64
3265 * sync with 0.7.4cvs31
3266 see ChangeLog entries 2002-04-05
3268 2002-04-03 [paul] 0.7.4claws63
3270 * sync with 0.7.4cvs29
3271 see ChangeLog entries 2002-04-02 and 2002-04-03
3273 2002-04-02 [paul] 0.7.4claws62
3275 * sync with 0.7.4cvs26
3276 see ChangeLog entry 2002-04-01
3278 2002-04-02 [match] 0.7.4claws61
3281 * src/importpine.[ch]
3283 import Pine address book.
3285 2002-04-02 [match] 0.7.4claws60
3287 * src/addrharvest.[ch]
3288 improve address parsing of funky addresses.
3290 2002-04-02 [darko] 0.7.4claws59
3293 wrap on send improvements, it now recognizes quoted
3294 initials as part of the quotation string, and it
3295 does not join lines separated by CR
3297 2002-04-01 [match] 0.7.4claws58
3300 added new functions.
3302 remove excessive duplicate address generation
3305 2002-04-01 [alfons] 0.7.4claws57
3310 2002-04-01 [paul] 0.7.4claws56
3312 * sync with 0.7.4cvs25
3313 see ChangeLog entry 2002-04-01
3315 2002-04-01 [alfons] 0.7.4aprilfool55
3318 honour feature request item #537427 to allow for
3319 displaying names from address book for sent mail also
3321 2002-03-29 [paul] 0.7.4claws54
3324 src/prefs_filtering.[ch]
3327 add 'fast filter' for claws' filtering,
3328 /Tools/Create filter rule/... patch submitted
3329 by Neill Miller <neillm@thecodefactory.org>
3331 2002-03-29 [paul] 0.7.4claws53
3333 * sync with 0.7.4cvs24
3334 see ChangeLog entry 2002-03-29
3336 2002-03-28 [paul] 0.7.4claws52
3338 * sync with 0.7.4cvs23
3339 see ChangeLog entry 2002-03-28
3341 2002-03-27 [melvin] 0.7.4claws51
3343 * src/prefs_actions.c
3344 Added support to pass only one message part (as a
3345 file) to the command using '%p'. No quotes are needed
3346 because doubles quotes are automatically added.
3347 Fixed bug where Sylpheed could block when waiting for
3348 a child process to finish.
3349 Changed the help menu to remove quotes around symbols to
3350 avoid misinterpretation (they must not be used).
3352 2002-03-27 [melvin] 0.7.4claws50
3355 Made the new mail notification command always
3356 execute asynchronously.
3358 2002-03-27 [paul] 0.7.4claws49
3361 fix bug introduced in last commit
3363 2002-03-27 [paul] 0.7.4claws48
3365 * sync with 0.7.4cvs21
3366 see ChangeLog 2002-03-26 and 2002-03-27
3368 2002-03-26 [hoa] 0.7.4claws47
3370 * src/prefs_folder_item.c
3371 really fixed the bug #516442 with folder rescan.
3373 2002-03-26 [paul] 0.7.4claws46
3375 * sync with 0.7.4cvs19
3376 see ChangeLog entries 2002-03-25 and 2002-03-26
3378 2002-03-25 [hoa] 0.7.4claws45
3382 fix the bug #516442 with folder rescan.
3384 * src/prefs_common.[ch]
3386 added an option to enable two different behaviours
3390 2002-03-25 [paul] 0.7.4claws44
3393 src/selective_download.c
3394 correct a few menuitem labels
3396 2002-03-25 [christoph] 0.7.4claws43
3399 fix non deleted tmp message in
3400 procmsg_save_to_outbox
3401 fix problems caused by sync with
3402 main branch's procmsg_send_queue
3404 2002-03-25 [paul] 0.7.4claws42
3408 src/quote_fmt_parse.y
3409 add Last name (%L) placeholder for quoting.
3410 patch submitted by Thorsten Thielen
3411 <thth@users.sourceforge.net>
3413 2002-03-25 [paul] 0.7.4claws41
3416 get full hostname. patch submitted by
3417 Bob Woodside <rwoodside1@comcast.net>
3419 2002-03-25 [paul] 0.7.4claws40
3424 src/prefs_account.[ch]
3425 enable NNTP over SSL. patch submitted by
3426 Pascal Jermini <pascal@infinity.hn.org>
3428 2002-03-24 [paul] 0.7.4claws39
3430 * src/prefs_common.c
3431 make the arrangement of the Compose tab more
3435 fix some irregularities of style
3438 updated by Kilian Krause
3440 2002-03-23 [paul] 0.7.4claws38
3443 updated by Fabio Junior Beneditto
3445 2002-03-23 [paul] 0.7.4claws37
3448 move 'Gather addresses' to 'Tools' menu
3449 make 'Selective download' sensitive
3451 2002-03-23 [paul] 0.7.4claws36
3453 * sync with 0.7.4cvs16
3454 see ChangeLog entries 2002-03-23
3456 2002-03-22 [christoph] 0.7.4claws35
3458 * src/quote_fmt_parse.y
3459 fix include program output
3461 2002-03-22 [alfons] 0.7.4claws34
3464 initialize GDate stack variable correctly (sorry!)
3466 2002-03-22 [paul] 0.7.4claws33
3472 rename 'Tool' to 'Tools'
3475 move 'Delete duplicated messages' from
3476 'Message/' to 'Tools/'
3477 re-arrange the order of 'Tools/' items
3479 2002-03-22 [paul] 0.7.4claws32
3482 src/addressbook.[ch]
3483 auto-address completion now also matches on
3484 Nickname. patch submitted by Bob Forsman
3485 <hammor@users.sourceforge.net>
3488 correct a spelling mistake
3490 2002-03-22 [alfons] 0.7.4claws31
3493 fix getting uidl from incorrect string
3496 2002-03-21 [alfons] 0.7.4claws30
3499 more code refactoring
3500 plug mem leak introduced by delete on server
3502 2002-03-21 [paul] 0.7.4claws29
3504 * sync with 0.7.4cvs11
3505 see ChangeLog entries 2002-03-20
3507 2002-03-20 [alfons] 0.7.4claws28
3510 apply Colin's patch and refactor
3512 2002-03-20 [paul] 0.7.4claws27
3514 * sync with sylpheed 0.7.4cvs9
3515 see ChangeLog entry 2002-03-20
3517 2002-03-19 [christoph] 0.7.4claws26
3522 revert changes for flag updates
3523 (does not work correctly and no time to debug)
3525 2002-03-20 [alfons] 0.7.4claws25
3528 refactor should_delete() a little bit
3530 2002-03-19 [paul] 0.7.4claws24
3534 src/prefs_account.[ch]
3535 allow the user to leave downloaded mail on the
3536 server for n days. Patch submitted by Colin Leroy
3539 2002-02-19 [paul] 0.7.4claws23
3541 * sync with sylpheed 0.7.4cvs8
3542 see ChangeLog entries 2002-03-19
3544 2002-03-18 [paul] 0.7.4claws22
3546 * sync with sylpheed 0.7.4cvs6
3547 see ChangeLog entry 2002-03-18
3549 2002-03-18 [paul] 0.7.4claws21
3552 add en_GB message catalogue
3557 correct a few spelling mistakes
3559 2002-03-17 [alfons] 0.7.4claws20
3562 more stringent checks for NULL params when writing
3563 filtering actions to a file
3565 2002-03-17 [hoa] 0.7.3claws20
3568 fixed the count of new messages
3571 fixed the "attachment properties" window
3573 2002-03-17 [paul] 0.7.4claws19
3578 src/prefs_account.[ch]
3581 automatically mark cross-posted messages as read
3582 and (optionally) give them a colour label
3583 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
3586 2002-03-17 [paul] 0.7.4claws18
3588 * sync with sylpheed 0.7.4cvs5
3589 see ChangeLog entry 2002-03-17
3591 2002-03-17 [melvin] 0.7.4claws17
3594 Worked around a gtktext 'bug': when searching for
3595 a text in a long message it was scrolling slowly
3596 line by line until it hit the searched text.
3598 Updated French translation
3600 2002-03-17 [melvin] 0.7.4claws16
3604 * src/prefs_actions.c
3605 Moved "Edit/Actions" to "Tool/Actions"
3606 Made mainwindow/compose window sensitive as soon as
3607 no child process is running anymore even if the io dialog
3609 Fixed a struct being initialized with a non constant char*
3611 2002-03-16 [christoph] 0.7.4claws15
3614 add --with-compiler-flags option
3615 (only for developer hacking)
3619 try to make folder-stats and flag handling more
3620 independent from the summaryview. msgcounts
3621 are only set when the folder is opened and
3622 procmsg_msginfo_(un)set_flags will handle it
3623 later and summaryview will get the values
3626 2002-03-16 [paul] 0.7.4claws14
3629 fix Return-receipt. Patch submitted by Bob
3630 Woodside <rwoodside1@comcast.net>
3632 2002-03-16 [paul] 0.7.4claws13
3635 fix 'dynamic' signatures, make it work again
3636 broken during sync on 2002-03-14 (0.7.4claws2)
3638 2002-03-15 [match] 0.7.4claws12
3640 * src/addrharvest.[ch]
3641 * src/addrgather.[ch]
3642 * src/addressbook.[ch]
3644 included address harvester feature. still some
3645 issues with address parsing that I will fix.
3647 2002-03-15 [match] 0.7.4claws11
3650 * src/addrcache.[ch]
3651 * src/addressbook.[ch]
3660 tidy up. fix memory leaks. moved attribs and methods
3661 from individual interfaces to addrcache object. prep
3662 for new stuff to come in.
3664 2002-03-15 [alfons] 0.7.4claws10
3667 * src/matcher_parser_parse.y
3668 * src/matcher_parser_lex.l
3669 * src/prefs_matcher.c
3670 add filtering conditions message greater than, smaller
3671 than, and exactly matching a size in bytes
3672 (does not work with delete from POP3 server yet)
3674 this should also give others an idea what you should
3675 do to add new criterions to claws filtering system
3678 2002-03-15 [paul] 0.7.4claws9
3680 * tools/filter_conv.pl
3681 exit if there are no filter rules to convert
3682 rename filterrc to filterrc.old after completion
3684 2002-03-15 [paul] 0.7.4claws8
3686 * sync with sylpheed 0.7.4cvs3
3687 see ChangeLog entry 2002-03-14
3689 2002-03-14 [paul] 0.7.4claws7
3692 clean up the last commit (ahem)
3694 2002-03-14 [paul] 0.7.4claws6
3697 fix bug #515655. honour account preferences
3698 regarding gpg default signing/encryption when
3699 changing account from the compose window.
3701 2002-03-14 [paul] 0.7.4claws5
3704 remove unnecessary curly brackets
3706 2002-03-14 [paul] 0.7.4claws4
3709 src/prefs_filtering.[ch]
3710 add filter rename on folder rename and filter
3711 delete on folder delete. Patch submitted by
3712 Neill Miller <neillm@thecodefactory.org>
3714 2002-03-14 [christoph] 0.7.4claws3
3719 (patch submitted by "Simon 'corecode' Schubert")
3720 * src/prefs_common.c
3724 2002-03-14 [paul] 0.7.4claws2
3726 * sync with sylpheed 0.7.4cvs2
3727 see ChangeLog entry 2002-03-13
3729 2002-03-12 [darko] 0.7.4claws1
3732 fix what seems to be a copy and paste error
3733 when setting color for important messages
3736 2002-03-11 [paul] version 0.7.4claws released
3738 2002-03-11 [paul] 0.7.4claws
3744 update message catalogs. Submitted by Ricardo Mones
3745 Lastra, Alessandro Maestri, Wilbert Berendsen, and
3746 Fabio Junior Beneditto
3751 faq/it/sylpheed-faq*
3757 2002-03-11 [jens] 0.7.3claws7
3760 updated German translation
3762 2002-03-11 [melvin] 0.7.3claws6
3765 updated and corrected French translation
3767 2002-03-10 [hoa] 0.7.3claws5
3771 * src/prefs_account.c
3774 fixed the local account.
3775 you have to change the default "/usr/sbin/sendmail"
3776 to "/usr/sbin/sendmail -t" in the preferences of
3780 removed some debug display for renderer
3782 2002-03-10 [paul] 0.7.3claws4
3784 * faq/en/sylpheed-faq-1.html
3785 faq/en/sylpheed-faq-2.html
3788 2002-03-09 [paul] 0.7.3claws3
3790 * sync with sylpheed 0.7.4
3791 see ChangeLog entry 2002-03-09
3793 2002-03-08 [paul] 0.7.3claws2
3795 * faq/en/sylpheed-faq*
3796 faq/es/sylpheed-faq*
3797 faq/fr/sylpheed-faq*
3800 * manual/fr/.cvsignore
3801 manual/fr/Makefilea.am
3805 add the French manual
3807 2002-03-07 [paul] 0.7.3claws1
3809 * sync with sylpheed 0.7.3cvs4
3810 see ChangeLog entries 2002-03-06 and 2002-03-07
3813 updated by Wilbert Berendsen
3815 2002-03-07 [melvin] 0.7.2claws34
3817 * src/selective_download.c
3818 Changed the pixmap of the receive button to MAIL_RECEIVE.
3820 2002-03-06 [paul] 0.7.2claws33
3822 * sync with sylpheed 0.7.3cvs1
3823 bug fix, see ChangeLog entry 2002-03-05
3825 2002-03-05 [paul] 0.7.2claws32
3830 reverse the pgp ascii-armored code implemented in
3831 0.7.2claws16. removal of this code until it matures.
3832 this means that verifying ascii-armored pgp sigs and
3833 automatic decryption of ascii-armored encrypted
3834 messages no longer works.
3836 2002-03-05 [paul] 0.7.2claws31
3841 * faq/en/Makefile.am
3842 faq/en/sylpheed-faq.html
3843 faq/en/sylpheed-faq-1.html
3844 faq/en/sylpheed-faq-2.html
3845 faq/en/sylpheed-faq-3.html
3846 * faq/es/Makefile.am
3847 faq/es/sylpheed-faq.html
3848 faq/es/sylpheed-faq-1.html
3849 faq/es/sylpheed-faq-2.html
3850 faq/es/sylpheed-faq-3.html
3851 faq/es/sylpheed-faq-4.html
3852 * faq/fr/Makefile.am
3853 faq/fr/sylpheed-faq.html
3854 faq/fr/sylpheed-faq-1.html
3855 faq/fr/sylpheed-faq-2.html
3856 faq/fr/sylpheed-faq-3.html
3861 add FAQs in English, Spanish and French
3864 2002-03-05 [paul] 0.7.2claws30
3866 * manual/en/sylpheed.html
3867 manual/en/sylpheed-XX.html
3868 updated the English manual
3873 dialog box pops up if the article can't be deleted.
3878 updated by Fabio Junior Benedito
3882 * removed ac/gpgme.m4
3883 to avoid autogen common problem
3884 developers have to install gpgme development package now
3887 encoding to 7bit or 8bit is enabled.
3889 2002-03-03 [alfons] 0.7.2claws29
3892 merge fix by Oliver Haertel for selective
3895 2002-03-03 [paul] 0.7.2claws28
3897 * sync with sylpheed 0.7.3
3899 2002-03-03 [paul] 0.7.2claws27
3901 * sync with sylpheed 0.7.2cvs24
3902 see ChangeLog entries 2002-03-02 and 2002-03-03
3904 2002-03-02 [melvin] 0.7.2claws26
3909 * src/prefs_common.[ch]
3910 Added user definable notification on new mail arrival.
3911 Removed unused variables in spell checker prefs code.
3913 2002-03-02 [melvin] 0.7.2claws25
3916 Removed unnecessary escape sequences.
3917 Changed 'Initial...' to 'Initials of Sender'
3919 2002-03-02 [paul] 0.7.2claws24
3921 * sync with sylpheed 0.7.2cvs22
3922 see ChangeLog entry 2002-03-01
3924 2002-03-01 [hoa] 0.7.2claws23
3927 Set sensitivity of delete actions to active
3928 even if the folder is a newsgroup.
3931 - Set sensitivity of delete actions
3932 - Added function check_permission() that will check if the
3933 user is authorized to delete a message. For news, it
3934 will check if the author is the same.
3935 - Enabled deletion when there is no trash folder.
3938 - Added news_cancel_article() to cancel articles
3939 - Implemented news_remove_message() (public function)
3941 2002-03-01 [paul] 0.7.2claws22
3945 recognise urls that that don't include 'http://' and
3949 remove duplicated name
3951 2002-02-28 [paul] 0.7.2claws21
3954 src/summaryview.[ch]
3955 add ability to 'Select thread'
3956 combines Melvin's "Select thread's head" patch (#510907)
3957 with Colin Leroy's <colin@colino.net> "Select whole thread"
3960 2002-02-28 [paul] 0.7.2claws20
3963 hopefully fix segfault on right-clicking a mime part
3964 that some people have experienced.
3965 fix submitted by Fredrik Olofsson <frol@linux.nu>
3967 2002-02-28 [paul] 0.7.2claws19
3969 * sync with sylpheed 0.7.2cvs21
3970 see ChangeLog entries 2002-02-27 and 2002-02-28
3972 2002-02-27 [paul] 0.7.2claws18
3974 * sync with sylpheed 0.7.2cvs18
3975 see ChangeLog entries 2002-02-26 and 2002-02-27
3977 2002-02-26 [alfons] 0.7.2claws17
3980 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
3981 (spotted by Chris Hessman <idatech@gmx.net>)
3983 2002-02-26 [paul] 0.7.2claws16
3988 make decryption of ascii-armored pgp encrypted messages
3989 and verification of ascii-armored signatures work again.
3990 slightly altered from the patch by Jens Jahnke
3994 * the checking of plaintext signatures always comes up in
3996 * it doesn't work for multipart messages
3997 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
3998 including the msg headers and these 2 line themselves, are
4002 "View/Folder Tree" becomes "View/Separate Folder Tree"
4003 "View/Message View" becomes "View/Separate Message View"
4004 because its less ambiguous.
4007 updated by Ricardo Mones Lastra
4009 2002-02-26 [paul] 0.7.2claws15
4011 * sync with sylpheed 0.7.2cvs17
4012 see ChangeLog entries 2002-02-25 and 2002-02-26
4014 2002-02-25 [christoph] 0.7.2claws14
4016 * src/filtering.[ch]
4018 do filtering stuff after all messages have been received
4019 1. drop all messages to .processing
4020 2. scan processing folder for messages
4021 3. filter messages or move to inbox
4022 this will also find old messages left in processing after
4023 a crash or something like that and we get a real msginfo
4024 from folder->get_msg_list and do not have to create our
4025 own in filter_message
4026 * src/matcher_parser_parse.y
4027 remove MIX/MAX warning (reordered includes)
4029 2002-02-25 [paul] 0.7.2claws13
4031 * sync with sylpheed 0.7.2cvs15
4032 see ChangeLog entry 2002-02-24
4034 2002-02-24 [alfons] 0.7.2claws12
4037 clear old color flags first when applying a new color to
4039 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
4041 2002-02-24 [alfons] 0.7.2.claws11
4044 * src/prefs_common.c
4045 add presets for Opera and Konqueror, closes patch #517261,
4046 submitted by Ville Skyttä <scop@users.sourceforge.net>
4048 2002-02-24 [alfons] 0.7.2.claws10
4052 fix threading for null message ids, closes patch #521601,
4053 submitted by Bob Forsman <hammor@users.sourceforge.net>
4055 2002-02-24 [alfons] 0.7.2claws9
4059 make Tool | Filter Message work with filtering system so
4060 setting flags also works
4064 - Processing uses the same function as Tool | Filter
4065 Message, but doesn't use the same update proc yet
4067 2002-02-23 [paul] 0.7.2claws8
4069 * sync with sylpheed 0.7.2cvs14
4070 see ChangeLog entries 2002-02-22 and 2002-02-23
4072 2002-02-22 [christoph] 0.7.2claws7
4075 Add column space to table
4076 * src/quote_fmt_parse.y
4079 2002-02-22 [paul] 0.7.2claws6
4087 src/matcher_parser_lex.l
4088 src/matcher_parser_parse.y
4091 src/prefs_filtering.c
4092 src/selective_download.[ch] *** NEW FILES ***
4095 Selective Download added to 'Tool' menu.
4096 Retrieves email headers of the currently selected pop3
4097 account and allows the user to mark emails for deletion
4098 right on the pop3 server. Patch submitted by Oliver Haertel
4099 <oha@users.sourceforge.net>.
4102 add 'src/quote_fmt.c'
4104 2002-02-22 [christoph] 0.7.2claws5
4108 * src/prefs_common.[ch]
4109 * src/prefs_template.c
4110 * src/quote_fmt.c *** NEW FILE ***
4112 move quote format symbol description code
4113 to it's own file because it is used from
4114 differnent code parts
4115 Rewrote symbol description GUI
4118 + get data from array (no more long constant strings)
4119 * src/quote_fmt_lex.l
4120 * src/quote_fmt_parse.y
4121 Symbol for Literal % changed to \% instead of %%
4122 (More logical as \ is used for quoting for other symbols)
4123 Add |f and |p to include files and program output
4125 |f{/home/.../.signature}
4128 Correct wrong spelling for "Referenzen"
4130 2002-02-21 [paul] 0.7.2claws4
4133 forgotten during sync
4135 2002-02-21 [paul] 0.7.2claws3
4137 * sync with sylpheed 0.7.2cvs11
4138 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
4139 2002-02-20 and 2002-02-21
4141 2002-02-20 [melvin] 0.7.2claws2
4143 * src/prefs_actions.c
4144 Added error report when child cannot fork or when execvp
4145 returns with an error.
4147 2002-02-19 [christoph] 0.7.2claws1
4150 return unconverted text if conde conversion is not possible
4151 when libjconv is used.
4152 (patch submitted by "Simon 'corecode' Schubert")
4156 * version 0.7.2claws release
4158 2002-02-19 [paul] 0.7.2claws
4161 updated by Wilbert Berendsen
4164 2002-02-18 [alfons] 0.7.1claws13
4168 remove references to dlfcn and explicitly loading functions
4169 from dynalink libs, because libs linked anyway, and functions
4170 are loaded explicitly
4172 2002-02-17 [melvin] 0.7.1claws12
4174 * src/prefs_actions.c
4175 Replaced children wait loop with double fork technique.
4176 Now, input/output window updated at each new output.
4177 free_children(): Fixed a memory leak.
4178 Made input/output window non closable if running children
4180 Added missing <unistd.h> include.
4181 Added some --debug outputs.
4183 2002-02-17 [melvin] 0.7.1claws11
4186 Fixed bug where descending sort order did not select top
4189 2002-02-17 [melvin] 0.7.1claws10
4192 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
4193 * src/prefs_common.c
4194 Pspell data package directory no more hard coded but
4195 set during configuration (PSPELL_PATH). (Thanks to
4196 Gustavo Noronha Silva.)
4198 2002-02-17 [melvin] 0.7.1claws9
4201 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
4203 Fixed compile-time warnings.
4205 2002-02-16 [alfons] 0.7.1claws8
4208 fix inadvertent free of NULL pointer which caused
4209 sylpheed to crash when closing the save-as dialog
4210 using the window close button
4212 2002-02-16 [carsten] 0.7.1claws7
4213 * src/mainwindow.[ch]
4216 fixes for pixmap theming code:
4217 - recently changed mail attributes shouldn't get
4219 - theme is only reloaded iff another theme was
4222 2002-02-16 [paul] 0.7.1claws6
4224 * sync with sylpheed 0.7.2 release
4225 see ChangeLog entry 2002-02-15 and 2002-02-16
4227 2002-02-15 [paul] 0.7.1claws5
4229 * sync with sylpheed 0.7.1cvs9
4230 see ChangeLog entry 2002-02-15
4233 remove unneeded headerwindow.c entry
4235 2002-02-14 [carsten] 0.7.1claws4
4237 fixed a bug for "Go to next unread message": there was
4238 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
4239 in the prefs, because of doing "Search again" instead
4242 2002-02-14 [carsten] 0.7.1claws3
4243 * src/stock_pixmap.c
4244 removed 2 more mem leaks; following memprof,
4245 this code is "leak free" now :)
4247 2002-02-14 [carsten] 0.7.1claws2
4248 * src/stock_pixmap.c
4249 used opendir/readdir/closedir instead of scandir
4250 -> code should work now on Solaris
4252 2002-02-14 [paul] 0.7.1claws1
4254 * sync with sylpheed 0.7.1cvs8
4255 see ChangeLog entries 2002-02-13 and 2002-02-14
4258 add some description of Actions and Pixmap Themes
4262 * version 0.7.1claws release
4264 2002-02-13 [paul] 0.7.1claws
4269 updated translations, submitted by Ricardo Mones Lastra,
4270 Alessandro Maestri and Fabio Junior Beneditto
4272 2002-02-13 [melvin] 0.7.0claws75
4274 * src/prefs_actions.c
4275 Added missing "signal.h" include
4277 2002-02-13 [melvin] 0.7.0claws74
4279 * src/prefs_folder_item.c
4280 Added missing "config.h" include
4282 Updated French translation for folder propriety.
4284 2002-02-13 [jens] 0.7.0claws73
4287 Added missing src/prefs_folder_item.c [log added by melvin]
4289 Updated German translation.
4291 2002-02-13 [melvin] 0.7.0claws72
4294 Updated French translation.
4296 2002-02-13 [melvin] 0.7.0claws71
4299 Made gtkut_editable_get_selection return NULL if selection
4301 This fixes a bug where selecting part of message A then
4302 switching to message B and replying to it will not
4303 quote the message's body.
4305 2002-02-12 [paul] 0.7.0claws70
4308 cosmetic, relating to pixmap themes: on toolbar make
4309 updating of 'Exec' and 'Compose news/Compose email'
4312 2002-02-12 [carsten] 0.7.0claws69
4318 - refreshing after changing pixmap theme better
4320 - wanted to remove some mem leaks, but alfons was
4321 faster (and had the better solution ;)
4323 2002-02-12 [alfons] 0.7.0claws68
4325 * src/prefs_common.c
4326 * src/stock_pixmap.[ch]
4327 plug mem leaks, refactor code a little bit
4330 2002-02-12 [sergey] 0.7.0claws67
4333 Fixed problem with copying messages to IMAP folders when the
4334 server uses something other than '/' as a namespace separator
4335 (cyrus-imapd uses '.').
4337 2002-02-12 [jens] 0.7.0claws66
4340 Updated German Translation
4342 2002-02-12 [paul] 0.7.0claws65
4344 * sync with sylpheed 0.7.1cvs1
4345 see ChangeLog entry 2002-02-12
4347 2002-02-12 [melvin] 0.7.0claws64
4349 * src/prefs_actions.c
4350 Fixed "feature" where children's output was duplicated
4351 instead of refreshed while monitoring.
4352 Removed some debug code.
4354 2002-02-12 [christoph] 0.7.0claws63
4357 always delete message from queue after sending/send error
4358 (closes bug #509601)
4360 2002-02-12 [melvin] 0.7.0claws62
4362 * src/prefs_actions.c
4363 Children wait loop is now triggered with a timeout of 1s
4364 Added %F which is replaced with the list of filenames
4365 of all selected messages (as suggested by Ricardo Mones Lestra)
4366 Pipe syntax changed. Prefix with | to send selection, postfix
4367 with | to retrieve output. Prefix with > or * to send
4368 user definable input to the command (*: input is hidden)
4369 Old pipe action should now be postfixed with |, too.
4371 2002-02-12 [carsten] 0.7.0claws61 (more 59.75)
4372 * src/stock_pixmap.c
4373 fixed a bug: if there's no theme directory don't
4374 throw an error, just do "nothing" (thanks Alfons)
4376 2002-02-12 [carsten] 0.7.0claws60
4379 had to write the cache twice (nasty!); some marks would
4382 2002-02-11 [carsten] 0.7.0claws59
4385 doc-src/maintainer_guide.txt
4391 src/prefs_common.[ch]
4392 src/stock_pixmap.[ch]
4393 src/summaryview.[ch]
4394 pixmap theming and related work on pixmap
4395 handling on some other places
4396 (e.g. hrm features for all folder)
4397 src/pixmap/stock_*.xpm -> the stock_ was removed
4399 2002-02-11 [paul] 0.7.0claws58
4401 * sync with sylpheed 0.7.1 release
4402 see ChangeLog entries 2002-02-11
4404 2002-02-08 [paul] 0.7.0claws57
4406 * sync with sylpheed 0.7.0cvs39
4407 see ChangeLog entry 2002-02-07 (last entry)
4409 * src/prefs_actions.c
4410 src/prefs_filtering.c
4413 sync: made it compile with C compilers other than gcc
4415 2002-02-07 [paul] 0.7.0claws56
4417 * sync with sylpheed 0.7.0cvs38
4418 see ChangeLog entries 2002-02-06 (last 2 entries) and
4421 2002-02-07 [darko] 0.7.0claws55