1 2002-08-24 [oliver] 0.8.2claws115
4 o code cleanup as suggested by Alfons
7 2002-08-24 [alfons] 0.8.2claws114
10 o fix another memory leak reported by Martin Kluge
11 (see "[ 599568 ] Small Memory Leak")
12 o remove 'from' variable from 'summary_set_header()'; we can
15 2002-08-24 [paul] 0.8.2claws113
17 * sync with 0.8.1cvs30
18 see ChangeLog 2002-08-23
20 2002-08-24 [alfons] 0.8.1claws112
23 remove unnecessary allocations for search bar fixing leaks
24 reported by Martin Kluge
25 (see "[ 599451 ] Further memory leaks?")
27 2002-08-24 [alfons] 0.8.1claws111
30 make get_socket_name() public for crash.c
32 o make report bug button work (goes to claws'
33 bug tracker at sf.net)
34 o introduce function for doing important stuff just
35 before claws goes down
38 2002-08-24 [alfons] 0.8.1claws110
41 move cursor to "To" entry when forwarding as attachment
42 (reported and solved by Steve Lamb, closes bug report
43 "[ 592880 ] Forward as attachment; cursor not in to")
45 2002-08-24 [colin] 0.8.1claws109
48 fix quick search visibility after GUI (de)separations.
50 2002-08-23 [colin] 0.8.1claws108
53 fix header pane visibility after folderview or
54 messageview (de)separation
56 2002-08-23 [paul] 0.8.1claws107
60 give full control of display or non-display
61 of the Execute icon to Custom toolbar settings.
62 add new sensitivity condition to maninwindow.h:
68 more sync with 0.8.1cvs29
70 2002-08-23 [melvin] 0.8.1claws106
73 Readded support for custom widget in alertpanel lost in last
76 2002-08-23 [paul] 0.8.1claws105
78 * sync with 0.8.1cvs29
79 see ChangeLog 2002-08-23
81 2002-08-23 [colin] 0.8.1claws104
84 Fix folder and search pixmaps exchanging positions
85 after theme or toolbar changes. Thank to Oliver for
88 2002-08-23 [colin] 0.8.1claws103
94 Changed messageview_create() and noticeview_create()
95 to avoid the last gdk_warning
97 2002-08-22 [colin] 0.8.1claws102
100 Fix my new `Creating pixmap from xpm' warning
102 2002-08-22 [colin] 0.8.1claws101
105 Fix some of the gdk warnings
107 2002-08-22 [colin] 0.8.1claws100
112 * src/pixmaps/quicksearch.xpm *ADDED*
113 Add the quicksearch pixmap
117 Make quicksearch bar visible/hidden via a button
119 2002-08-22 [christoph] 0.8.1claws99
122 fix folder update for newsgroups with message
123 numbers below minimum number of articles to fetch
126 2002-08-22 [paul] 0.8.1claws98
128 * sync with 0.8.1cvs28
129 see ChangeLog 2002-08-22
131 2002-08-21 [alfons] 0.8.1claws97
134 use bt instead of bt full which seems to work
135 better, and bt full doesn't give a great deal
136 of information anyway
138 2002-08-21 [colin] 0.8.1claws96
141 fix summaryview_searchtype_changed prototype
143 2002-08-21 [christoph] 0.8.1claws95
146 o fix broken menu update for sorting type, we have to
147 get this info from the summaryview now
148 o removed setting of threaded state in menu callback
149 * src/summaryview.[ch]
150 more summaryview/folderitem seperation for
153 removed not required --with-compiler-flags option
155 2002-08-21 [oliver] 0.8.1claws94
158 o rename toolbar.xml to toolbar_main.xml
159 since toolbar_compose.xml might come up
164 2002-08-21 [darko] 0.8.1claws93
167 don't reset tmp flags for messages copied
170 2002-08-21 [colin] 0.8.1claws92
172 * src/prefs_filtering.c
173 fix renaming rules on folder rename
174 when folder is not a leaf folder
176 2002-08-21 [paul] 0.8.1claws91
178 * src/prefs_folder_item.c
179 fix alignment of colour selector
181 2002-08-21 [paul] 0.8.1claws90
183 * sync with 0.8.1cvs27
184 see ChangeLog 2002-08-21
186 2002-08-21 [paul] 0.8.1claws89
189 fix crash when changing field type in
192 2002-08-21 [colin] 0.8.1claws88
195 Made quick search case-insensitive
197 2002-08-21 [paul] 0.8.1claws87
199 * sync with 0.8.1cvs26
200 see ChangeLog 2002-08-21
202 2002-08-20 [christoph] 0.8.1claws86
206 * src/summaryview.[ch]
207 more summaryview/folderitem seperation for
208 sort_key and sort_type
210 added missing return statement
212 2002-08-20 [colin] 0.8.1claws85
214 * src/summaryview.[ch]
215 Added a quick search box
217 * src/prefs_common.[ch]
218 Added a show/hide option for the quick search
220 2002-08-20 [oliver] 0.8.1claws84
223 remove toolbar_create_popups
225 o remove toolbar_create_popups
226 o fix toolbar_set_sensitive
227 (Bug reports #596834 and #596832)
228 * src/prefs_toolbar.c
229 o add "Set default" button
230 o align label and text + combo widgets
232 2002-08-20 [hoa] 0.8.1claws84
235 fixed a bug in imap_fetch_msginfo() in case there is no
238 2002-08-20 [darko] 0.8.1claws83
241 copy the color style of folder view so it
242 works with GTK themes
244 2002-08-20 [darko] 0.8.1claws82
248 * src/prefs_folder_item.[hc]
249 don't use UI stuff in folder.h
251 2002-08-20 [darko] 0.8.1claws81
254 * src/prefs_folder_item.h
256 * src/prefs_folder_item.c
257 ability to set folder color in folderview
259 2002-08-19 [alfons] 0.8.1claws80
262 fix one of the earlier memleaks reported by Martin Kluge
264 2002-08-19 [alfons] 0.8.1claws79
267 hide notice view when selecting seperate folder
268 view (reported by Urke MMI)
270 2002-08-19 [christoph] 0.8.1claws78
273 * src/prefs_folder_item.h
274 * src/summaryview.[ch]
275 o add summary_set_prefs_from_folderitem to set
276 summaryview prefs (first step to remove all
277 references to the folderitem in summaryview)
278 o moved compiled regex stuff from folderitem prefs
281 2002-08-19 [paul] 0.8.1claws77
284 add check for '.' to QUOTE_IF_REQUIRED
286 2002-08-19 [paul] 0.8.1claws76
289 sync with 0.8.1cvs25 (plug memory leak)
291 * src/prefs_toolbar.c
292 re-order prefs_toolbar_cancel()
294 2002-08-18 [alfons] 0.8.1claws75
298 plug other memleaks reported by Martin Kluge
300 2002-08-18 [paul] 0.8.1claws74
303 updated by Fabio Jr. Beneditto
305 2002-08-18 [paul] 0.8.1claws73
308 fix bug where tooltips were displayed untranslated
310 * src/prefs_toolbar.c
311 fix bug where clicking 'Cancel' creates an icon & text
312 toolbar regardless of prefs
315 2002-08-17 [oliver] 0.8.1claws72
317 * src/prefs_toolbar.c
318 update toolbar on CANCEL
319 bug reported by Martin Kluge
321 toolbar_destroy memleak fixed
323 2002-08-17 [alfons] 0.8.1claws71
326 plug another memleak reported by Martin Kluge
328 2002-08-16 [alfons] 0.8.1claws70
331 use execvp() correctly (suggested by wwp; thanks!)
333 2002-08-16 [alfons] 0.8.1claws69
336 plug memory leak reported by Kim Schultz & Martin Kluge
338 2002-08-16 [paul] 0.8.1claws68
341 updated by Ricardo Mones Lastra
343 2002-08-16 [paul] 0.8.1claws67
346 fix bug where 'Compose News' icon showed wrong
349 2002-08-16 [paul] 0.8.1claws66
351 * sync with 0.8.1cvs24
352 see ChangeLog 2002-08-16
355 updated by Alessandro Maestri
357 2002-08-15 [paul] 0.8.1claws65
362 2002-08-15 [paul] 0.8.1claws64
365 don't translate debug info
370 2002-08-15 [paul] 0.8.1claws63
372 * src/prefs_toolbar.c
373 fix bug where clicking 'OK' creates an icon & text
374 toolbar regardless of prefs
376 2002-08-14 [alfons] 0.8.1claws62
379 add global var that has the full argv[0]
381 o execvp the correct sylpheed by using argv0
382 and setting the correct work dir
385 2002-08-14 [oliver] 0.8.1claws61
387 * enable/disable Toolbar Action Buttons
391 * src/prefs_toolbar.c
393 2002-08-14 [melvin] 0.8.1claws60
396 Updated French translations
398 2002-08-14 [melvin] 0.8.1claws59
401 Made bug report not translatable
403 Fixed exporthtml_build_filespec() return value
405 Fixed incorrect include file
407 * src/prefs_actions.c
408 * src/prefs_toolbar.c
409 Made debug info not translatable
412 Added missing includes
416 2002-08-14 [paul] 0.8.1claws58
418 * faq/es/sylpheed-faq.html
419 faq/es/sylpheed-faq-[1-3].html
420 faq/es/sylpheed-faq-4.html **NEW FILE **
423 2002-08-13 [christoph] 0.8.1claws57
426 ignore thread fix that did not mark all
427 child nodes of a ignored thread as
428 ignored. Does not work perfectly yet,
431 2002-08-13 [alfons] 0.8.1claws56
434 o implement 'save crash log'
437 2002-08-13 [melvin] 0.8.1claws55
440 removed unrequired "execinfo.h" header
442 2002-08-12 [paul] 0.8.1claws54
444 * faq/en/sylpheed-faq.html
445 faq/en/sylpheed-faq-[1-3].html
446 faq/en/sylpheed-faq-4.html **NEW FILE **
449 2002-08-12 [alfons] 0.8.1claws53
452 add crash.c to translatables
454 bring in Leandro's crash dialog
456 2002-08-11 [alfons] 0.8.1claws52
459 clean up some warnings
461 2002-08-11 [alfons] 0.8.1claws51
465 * src/crash.[ch] ** NEW FILES **
467 initial gdb crash handler
469 2002-08-11 [paul] 0.8.1claws50
471 * src/prefs_toolbar.c
472 replace Up/Down arrow pixmaps with text to be
473 consistent across icon themes
475 2002-08-11 [paul] 0.8.1claws49
479 rename 'Pixmap' -> 'Icon'
482 rename 'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
484 2002-08-10 [paul] 0.8.1claws48
486 * src/prefs_toolbar.c
489 2002-08-10 [paul] 0.8.1claws47
492 don't write Processing progress to status bar
493 patch submitted by Alexander Evseev
495 * src/prefs_toolbar.c
496 re-position and resize window
497 make window assume correct size on first call
499 2002-08-10 [paul] 0.8.1claws46
506 follow UI text conventions
508 2002-08-10 [alfons] 0.8.1claws45
511 correct pixmap for delete action
513 2002-08-10 [paul] 0.8.1claws44
516 updated by Fabio Jr. Beneditto
518 2002-08-10 [paul] 0.8.1claws43
521 add custom toolbar files
523 2002-08-10 [paul] 0.8.1claws42
525 * sync with 0.8.1cvs22
526 see ChangeLog 2002-08-09
528 2002-08-09 [paul] 0.8.1claws41
532 tools/outlook2sylpheed.pl ** NEW FILE **
533 add script to convert exported Outlook
534 contacts list to a Sylpheed addressbook.
535 Submitted by Ricardo Mones Lastra.
537 2002-08-09 [paul] 0.8.1claws40
541 po/sr.po ** NEW FILE **
542 add Serbian message catalog. Submitted by
543 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>
545 2002-08-09 [paul] 0.8.1claws39
547 * sync with 0.8.1cvs21
548 see ChangeLog 2002-08-08
550 2002-08-08 [oliver] 0.8.1claws38
553 move Custom Toolbar to Configuration menu
555 2002-08-08 [oliver] 0.8.1claws37
557 * src/prefs_toolbar.c
558 fix substitute pixmap bug
560 2002-08-08 [paul] 0.8.1claws36
562 * sync with 0.8.1cvs19
563 see ChangeLog 2002-08-08
565 2002-08-07 [christoph] 0.8.1claws35
568 fixed a memory leak in new canonicalize_file_replace
570 2002-08-07 [christoph] 0.8.1claws34
573 o canonicalize_file_replace should create the temporary
574 file in the same directory as the original file.
575 o added get_tmpfile_in_dir that creates a temorary file
576 in a specified directory.
578 2002-08-07 [melvin] 0.8.1claws33
581 fixed bug where 'Article' button acted as 'Email' button.
583 2002-08-07 [paul] 0.8.1claws32
585 * sync with 0.8.1.cvs17
586 see ChangeLog 2002-08-07
588 2002-08-07 [colin] 0.8.1claws31
591 fix mass-cancel problem
593 2002-08-07 [thorsten] 0.8.1claws30
595 * src/prefs_toolbar.c
596 fix: crash on replace or add new button
598 fix: close xmlfile after reading
600 fix: unlink() file before rename()
602 2002-08-06 [paul] 0.8.1claws29
604 * sync with 0.8.cvs15
605 see ChangeLog 2002-08-06
607 2002-08-06 [oliver] 0.8.1claws28
610 * src/prefs_toolbar.c
611 fixed empty toolbar issue
613 2002-08-06 [oliver] 0.8.1claws27
615 * Custom Toolbar Final
619 o toolbar stuff now lives in src/toolbar.[ch]
620 o main_window_toolbar_* functions are renamed to
621 toolbar_* reflecting their new source file
622 * src/mainwindow.[ch]
623 o remove toolbar stuff
625 2002-08-06 [oliver] 0.8.1claws26
628 * src/prefs_toolbar.[ch] **New File**
629 * src/toolbar.[ch] **New File**
630 o prefs_toolbar.[ch] custom toolbar frontend
631 o toolbar.[ch] backend
633 2002-08-06 [oliver] 0.8.1claws25
635 * src/prefs_actions.[ch]
636 o new exported function actions_execute
638 2002-08-06 [paul] 0.8.1claws24
640 * sync with 0.8.1cvs4
641 see ChangeLog 2002-08-06
643 2002-08-06 [paul] 0.8.1claws23
645 * sync with 0.8.1cvs13
646 see ChangeLog 2002-08-06
648 2002-08-06 [paul] 0.8.1claws22
650 * sync with 0.8.1cvs12
651 see ChangeLog 2002-08-05 and 2002-08-06
653 2002-08-06 [match] 0.8.1claws21
656 improvements to cut/copy/paste address
658 2002-08-05 [match] 0.8.1claws20
665 fixes to improve cut/copy/paste
667 2002-08-06 [melvin] 0.8.1claws19
670 account_find_all_from_address(): new function that returns the
671 list of all accounts that are matched in an address.
672 * src/alertpanel.[ch]
673 alertpanel() now accepts a custom widget
674 alertpanel_with_widget(): new function that pops up a panel with
675 a custom widget in it
677 gtkut_account_menu_new(): new function that allows the selection
678 of an account from a list of accounts.
680 Extended Return Receipt notification to select the correct
681 account and to make a security test on the Delivery-Notification
682 address which should be the same as the Return-Path.
684 2002-08-06 [thorsten] 0.8.1claws18
687 attach_all: save unnamed as "noname.%d",
688 dont free static dirname
690 2002-08-05 [alfons] 0.8.1claws17
693 detect XIM by trying to link rather than compile a XIM program
695 2002-08-05 [oliver] 0.8.1claws16
697 * src/stock_pixmap.[ch]
698 o add UP_ARROW to available pixmaps (already in pixmap-directory)
699 o new func to retrieve pixmaps
701 2002-08-05 [paul] 0.8.1claws15
703 * sync with 0.8.1cvs10
704 see ChangeLog 2002-08-05
706 2002-08-04 [alfons] 0.8.1claws14
709 see if this plugs memleak
711 2002-08-04 [melvin] 0.8.1claws13
714 fixed bug that could crash Sylpheed when highlighting
715 all misspelled words.
717 2002-08-03 [melvin] 0.8.1claws12
719 * src/prefs_actions.c
720 removed unnecessary checks for NULL introduced in 0.8.1claws11.
722 fixed bug where the Return Receipt was sent to
723 Delivery-Notification-To address even if it was not present
725 2002-08-02 [alfons] 0.8.1claws11
727 * src/prefs_actions.c
728 o more check for NULLs
729 o put create_io_dialog() in right conditional block
731 2002-08-02 [paul] 0.8.1claws10
734 updated by Ricardo Mones Lastra
736 2002-08-01 [christoph] 0.8.1claws9
739 don't free the cache of the opened
740 folder in the summaryview
742 don't unset flags, if it is not required
744 2002-08-01 [paul] 0.8.1claws8
746 * sync with 0.8.1cvs8
747 see ChangeLog entry 2002-08-01
749 2002-08-01 [paul] 0.8.1claws7
751 * sync with 0.8.1cvs7
752 see ChangeLog 2002-07-31 and 2002-08-01
754 2002-07-31 [christoph] 0.8.1claws6
757 forgot to update menu sensitivity
758 function for new menu entry
760 2002-07-31 [alfons] 0.8.1claws5
763 check folder item and its path for NULL on
766 2002-07-31 [christoph] 0.8.1claws4
769 check if folder_item_get_msginfo in
770 folder_item_remove_msg returned NULL
772 better clear the uid cache in the
773 uid validity check function and delete
776 2002-07-31 [paul] 0.8.1claws3
779 add the '--attach' option and a few other
782 2002-07-31 [paul] 0.8.1claws2
784 * sync with 0.8.1cvs5
785 see ChangeLog 2002-07-31
787 2002-07-31 [christoph] 0.8.1claws1
789 * src/folderview.[ch]
791 replace "Rescan all folders..." with
792 "Check all folders for new messages..."
794 2002-07-30 [paul] 0.8.1claws
796 * version 0.8.1claws released
798 2002-07-30 [paul] 0.8.0claws29
800 * tools/OOo2sylpheed.pl ** NEW FILE **
802 add script to enable sending documents as
803 attachments from OpenOffice.org
805 2002-07-30 [melvin] 0.8.0claws28
807 * src/prefs_actions.c
808 Made the actions' input/output dialog display
811 2002-07-30 [christoph] 0.8.0claws27
814 check if folder_item_get_msginfo in
815 procmsg_save_to_outbox returned NULL
817 2002-07-30 [paul] 0.8.0claws26
819 * sync with 0.8.1cvs4
820 see ChangeLog 2002-07-29
822 2002-07-29 [thorsten] 0.8.0claws25
825 added selective download, delete on server
827 2002-07-29 [paul] 0.8.0claws24
829 * sync with 0.8.1cvs3
830 see ChangeLog 2002-07-29
832 2002-07-27 [christoph] 0.8.0claws23
835 add extra check if fetching the msginfo
838 2002-07-27 [paul] 0.8.0claws22
840 * sync with 0.8.1cvs2
841 see ChangeLog 2002-07-26
843 2002-07-27 [christoph] 0.8.0claws21
846 add another check if a valid msginfo
849 2002-07-26 [hoa] 0.8.0claws20
852 Fixed a condition in folder_item_destroy()
855 Fixed an error in IMAP protocol
857 2002-07-26 [alfons] 0.8.0claws19
860 ofcourse compare with identifier, not the path
862 2002-07-26 [alfons] 0.8.0claws18
865 use folder item identifier for saving / restoring
866 preferences because folder->path might not be unique
868 2002-07-26 [melvin] 0.8.0claws17
871 Fixed a crash introduced in 0.8.0claws5 when log is
872 cut under 80 characters.
874 2002-07-26 [paul] 0.8.0claws16
876 * sync with 0.8.1cvs1
877 see ChangeLog 2002-07-26
879 2002-07-26 [christoph] 0.8.0claws15
882 imap folder now remembers the last selected
883 folder and imap_fetch_msginfo skips selecting
884 the folder if it is already selected
886 2002-07-26 [christoph] 0.8.0claws14
891 fix imap folder rescanning
893 2002-07-25 [christoph] 0.8.0claws13
903 implement imap uid cache and uid validity check
905 2002-07-25 [alfons] 0.8.0claws12
908 fix a brown paper bag bug, and also add some more
911 2002-07-25 [christoph] 0.8.0claws11
914 don't mix copy, fetch_msginfo and remove
915 operations in folder item copy and move
918 2002-07-25 [christoph] 0.8.0claws10
922 * src/prefs_folder_item.c
923 * src/summaryview.[ch]
924 remove no longer required parameter update_cache from
927 2002-07-25 [paul] 0.8.0claws9
934 2002-07-24 [alfons] 0.8.0claws8
937 sort correctly when using simplified subject line
938 (closes feature request "[ 585141 ] applying regexp to subject
939 before sort" submitted by Alexandra Walford)
941 2002-07-24 [paul] 0.8.0claws7
943 * sync with 0.8.0cvs3
944 see ChangeLog 2002-07-24
946 2002-07-23 [christoph] 0.8.0claws6
953 o separate processing and summaryview
954 o removed summary_write_cache from summaryview
955 o removed summaryview->killed_messages, because we don't have
956 to keep a list of killed messages anymore. New cache will
957 keep the hidden messages in cache anyway
960 * src/selective_download.c
961 o removed unnecessary summary_write_cache calls
963 o don't set ignore thread flag in procmsg_get_thread_tree
967 o moved STATUSBAR_PUSH/POP to statusbar.h because
968 they are used in different files
970 2002-07-23 [melvin] 0.8.0claws5
976 * src/editldap_basedn.c
979 Fixed few memory leak (gtk_editable_get_chars returns
982 Fixed few memory leak (gtk_editable_get_chars returns
983 an allocated string) and modified a little the log cutting
986 Replaced a call to an obsolete function gtk_entry_get_text()
987 by gtk_editable_get_chars()
989 Removed a debug printf
991 2002-07-23 [christoph] 0.8.0claws4
994 fix another g_dirname memory leak
996 2002-07-23 [christoph] 0.8.0claws3
999 fixed a memory leak in mh_fetch_msginfo
1000 fixed crash when message header could not be
1003 2002-07-23 [paul] 0.8.0claws2
1005 * sync with 0.8.0cvs2
1006 see ChangeLog 2002-07-23
1008 2002-07-23 [paul] 0.8.0claws1
1010 * sync with 0.8.0cvs1
1011 see ChangeLog 2002-07-23
1013 2002-07-23 [paul] 0.8.0claws
1015 * release of 0.8.0claws
1017 2002-07-23 [paul] 0.7.8claws99
1020 new Russian translation, submitted by
1021 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
1023 2002-07-22 [jens] 0.7.8claws98
1026 Updated German translations.
1028 2002-07-22 [paul] 0.7.8claws97
1034 updated translations by Ricardo Mones Lastra,
1035 Alessandro Maestri, Wilbert Berendsen and
1036 Fabio Jr. Beneditto respectively
1038 2002-07-22 [christoph] 0.7.8claws96
1041 fix memory leak caused by wrong g_dirname usage
1043 2002-07-22 [christoph] 0.7.8claws95
1046 update new and unread message counts for summaryview
1047 summaryview does not get it from the folder anymore
1048 and has to update the values itself
1050 2002-07-22 [melvin] 0.7.8claws94
1053 Updated French translations.
1055 2002-07-22 [christoph] 0.7.8claws93
1058 set prop->preg pointer to NULL or following check
1059 will not fail and regexec will be called with
1062 2002-07-21 [alfons] 0.7.8claws92
1064 * src/prefs_common.[ch]
1065 remove option "Send return receipt on request"
1067 2002-07-21 [thorsten] 0.7.8claws91
1070 fixed memleaks, coding style as pointed out by alfons
1072 2002-07-21 [alfons] 0.7.8claws90
1075 * src/noticeview.[ch]
1076 o fix bug notice view being displayed when going to empty folder
1077 (noticed by Christoph)
1078 o allow RRR to be sent when restarting sylpheed, or changing folder
1079 (noticed by Thorsten)
1081 2002-07-21 [thorsten] 0.7.8claws89
1084 Included save_all patch from Xaview FACQ
1085 added support for pathnames
1087 2002-07-21 [alfons] 0.7.8claws88
1092 * src/messageview.[ch]
1093 * src/noticeview.c ** NEW FILE **
1094 * src/noticeview.h ** NEW FILE **
1095 make return receipts work again
1096 (UI idea by Leandro Pereira)
1098 2002-07-21 [paul] 0.7.8claws87
1101 fix sensitivity of 'Select thread'
1103 2002-07-21 [paul] 0.7.8claws86
1105 * src/prefs_common.c
1106 add browser command line for Galeon
1108 2002-07-21 [paul] 0.7.8claws85
1111 fix 'EXTRA_DIST': remove README.README, add TODO
1114 2002-07-21 [alfons] 0.7.8claws84
1117 make enter clear selection
1118 (closes "[ 579888 ] Editor selection/entry error"
1119 reported by Steve Lamb)
1121 2002-07-21 [alfons] 0.7.8claws83
1124 sort message list when selecting unthread messages
1125 (closes "[ 501593 ] switching threaded view doesn't sort"
1126 reported by Simon Schubert)
1128 2002-07-20 [alfons] 0.7.8claws82
1133 2002-07-20 [thorsten] 0.7.8claws81
1136 Fixed expansion of empty fields in matchactions
1138 2002-07-19 [melvin] 0.7.8claws80
1141 Removed a duplicate menu entry (fast mode) introduced during
1143 Added a menu separator between 'Use alternate' and 'Fast mode'
1145 2002-07-19 [paul] 0.7.8claws79
1151 2002-07-19 [thorsten] 0.7.8claws78
1153 * tools/calypso_convert.pl ** NEW FILE **
1156 script to import mbox files exported
1158 o generates folder structure
1159 o includes attachments
1161 2002-07-19 [melvin] 0.7.8claws77
1163 * src/selective_download.[ch]
1164 Fixed bug where closing the dialog with the window manager's
1165 close button will not unlock the summary
1166 Corrected some function declarations that missed a return value
1167 Made the source code comply better with coding style.
1168 * src/prefs_common.c
1169 Added new browser command line for Mozilla.
1171 2002-07-18 [paul] 0.7.8claws76
1174 src/selective_download.[ch]
1175 reflect theme changes, fix Gdk Warning when creating
1176 pixmap from NULL window, and minor clean up.
1177 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
1182 2002-07-17 [paul] 0.7.8claws75
1190 2002-07-16 [paul] 0.7.8claws74
1192 * tools/filter_conv.pl
1194 replace conversion script with reimplemented version,
1195 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
1197 2002-07-16 [colin] 0.7.8claws73
1200 remove forgotten debug messages - sorry ;-)
1202 2002-07-16 [colin] 0.7.8claws72
1208 add the ability to select part of a text mime-part
1211 2002-07-15 [christoph] 0.7.8claws71
1214 fix folder message count for folders without
1215 msg_is_changed (includes news folders)
1217 2002-07-15 [martin] 0.7.8claws70
1220 option "display recipient on 'From'..." now works
1221 without the need of enabling the option
1222 "display sender using address book".
1224 2002-07-15 [christoph] 0.7.8claws69
1227 removed setting folder status from summaryview.
1228 folder.c should update all message counts correctly.
1230 2002-07-15 [paul] 0.7.8claws68
1233 updated by Fabio Junior Beneditto
1235 2002-07-15 [darko] 0.7.8claws67
1238 Fixed target folder colorization, don't decrease op
1241 2002-07-14 [paul] 0.7.8claws66
1243 * sync with main 0.8.0
1244 see ChangeLog 2002-07-14
1246 2002-07-13 [melvin] 0.7.8claws65
1251 Replaced sprintf by g_snprintf to prevent possible buffer
1254 Corrected a log message output format.
1255 Added a missing "done" debug output.
1257 Added keyboard accelerator for Priority menu items
1258 Added missing \n in debug output
1262 Added missing \n in debug output
1264 2002-07-13 [paul] 0.7.8claws64
1267 change Sergey's email address to the sf address
1270 increase show_url_timeout (more useful for long
1273 2002-07-12 [sergey] 0.7.8claws63
1276 applied (with some modifications) patch to set the
1277 micalg parameter for signatures
1278 (2001-08-28 Werner Koch <wk@gnupg.org>)
1280 2002-07-12 [sergey] 0.7.8claws62
1284 fixed man page installation
1286 2002-07-12 [paul] 0.7.8claws61
1288 * sync with 0.7.8cvs26
1289 see ChangeLog 2002-07-11 and 2002-07-12
1291 2002-07-11 [christoph] 0.7.8claws60
1295 first use the message number to find the message
1296 to mark with a reply flag but check the
1297 message-id if we got the correct message, if not
1298 try to find it by message-id.
1299 use new string seperator that is not allowed
1302 2002-07-11 [paul] 0.7.8claws59
1304 * sync with 0.7.8cvs23
1305 see ChangeLog 2002-07-10
1307 2002-07-10 [christoph] 0.7.8claws58
1311 Added message-id table to the cache in memory
1312 and functions to msgcache.c and folder.c to
1313 fetch MsgInfos by message id
1316 store folder and message-id of message replying
1317 to in queue header and set reply flag after sending
1318 (Closes bug #469498)
1320 2002-07-10 [paul] 0.7.8claws57
1324 add Martin to the list of authors
1326 2002-07-09 [martin] 0.7.8claws56
1328 Added gtk_ctree_last_visible(), tree_update_level(),
1329 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
1330 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
1331 from gtk+ to gtksctree.c for the new sorting code
1332 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
1333 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
1335 Added declaration for gtk_sctree_sort_recursive() and
1336 gtk_sctree_sort_node
1341 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
1342 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
1344 2002-07-08 [paul] 0.7.8claws55
1346 * more sync with 0.7.8cvs21
1347 see ChangeLog 2002-07-08
1349 2002-07-08 [paul] 0.7.8claws54
1351 * sync with 0.7.8cvs21
1352 see ChangeLog 2002-07-08
1354 2002-07-07 [alfons] 0.7.8claws53
1357 * src/stock_pixmap.[ch]
1358 * src/pixmaps/notice_warn.xpm ** NEW FILE **
1359 * src/pixmaps/notice_error.xpm ** NEW FILE **
1360 * src/pixmaps/notice_note.xpm ** NEW FILE **
1361 add new pixmaps for upcoming notice pane
1363 2002-07-06 [melvin] 0.7.8claws52
1366 Made them a bit closer to Sylpheed's coding style.
1368 Removed possible memory leaks when some errors occurs.
1370 2002-07-06 [melvin] 0.7.8claws51
1373 Removed --no-location in xgettext command line to help
1374 translators that use Emacs' po-mode
1376 Removed unnecessary comments that messed up sylpheed.pot
1378 2002-07-06 [paul] 0.7.8claws50
1380 * sync with 0.7.8cvs19
1381 see ChangeLog 2002-07-05
1383 2002-07-06 [christoph] 0.7.8claws49
1387 fix folder_item_remove_all_msg and folderview
1388 status for trash folders after emptying trash
1390 2002-07-05 [paul] 0.7.8claws48
1392 * sync with 0.7.8cvs16
1393 see ChangeLog 2002-07-04 and 2002-07-05
1395 2002-07-04 [paul] 0.7.8claws47
1397 * sync with 0.7.8cvs14
1398 see ChangeLog 2002-07-04
1400 2002-07-03 [alfons] 0.7.8claws46
1403 dupe folder item's path because it's being reallocated
1404 by new folder scanning code
1406 2002-07-03 [christoph] 0.7.8claws45
1409 better IMAP uid fetching using 'FETCH 1:* (UID)'
1411 add missing return in msgcache_write
1413 2002-07-02 [thorsten] 0.7.8claws44
1418 use binary mode for file access
1420 2002-07-02 [christoph] 0.7.8claws43
1422 * major code cleanup (part 1)
1424 - unused variables removed
1425 - unused functions removed
1426 - uninitialized variables checked
1427 - missing return statements added
1428 - missing function return types added
1429 - added parentheses around assignment and
1430 && in || when suggested by gcc
1434 replaced direct calls to folder->scan_tree
1435 with folder_scan_tree and restore folder
1436 prefs in this function. The folder should
1437 not have to deal with them.
1438 ( Should now work for all folder types )
1440 2002-07-02 [paul] 0.7.8claws42
1442 * sync with 0.7.8cvs13
1443 see ChangeLog 2002-07-01 and 2002-07-02
1445 2002-07-01 [christoph] 0.7.8claws41
1448 fix "goto next/prev unread message" with
1451 2002-07-01 [paul] 0.7.8claws40
1454 updated by Ricardo Mones Lastra
1456 2002-06-30 [match] 0.7.8claws39
1459 applied variation of leonerd's patch (566661) to
1460 allow multiple email addresses per JPilot entry.
1461 addresses may be separated by space, comma, pipe,
1462 semi-colon, new-line.
1464 2002-06-30 [alfons] 0.7.8claws38
1467 simple fix for putting older nodes before
1468 newer nodes when threading by subject
1470 2002-06-30 [christoph] 0.7.8claws37
1477 fix broken folder tree rescaning
1478 and don't use procmsg_get_mark_sum
1481 2002-06-30 [christoph] 0.7.8claws36
1483 * merge new cache branch
1485 fix new cache imap copy bug
1487 improved folder_item_scan
1488 it should now always set the correct
1489 new, unread and total message counts
1491 2002-06-29 [paul] 0.7.8claws35
1494 correct syntax error
1496 2002-06-29 [paul] 0.7.8claws34
1500 man/Makefile.am ** NEW FILE **
1501 man/sylpheed.1.gz ** NEW FILE **
1502 add Sylpheed man page
1504 2002-06-29 [paul] 0.7.8claws33
1507 updated by Fabio Junior Beneditto
1509 2002-06-28 [jens] 0.7.8claws32
1514 * src/selective_download.c
1515 removed gettext for space " "
1520 2002-06-28 [paul] 0.7.8claws31
1522 * sync with 0.7.8cvs11
1523 see ChangeLog 2002-06-28
1525 2002-06-28 [paul] 0.7.8claws30
1527 * sync with 0.7.8cvs10
1528 see ChangeLog 2002-06-27 and 2002-06-28
1530 2002-06-26 [paul] 0.7.8claws29
1533 src/selective_download.c
1534 don't gettextise empty strings.
1535 reserved by gettext. gettext("") returns
1536 the header entry with meta information,
1537 not the empty string
1542 2002-06-26 [paul] 0.7.8claws28
1544 * sync with 0.7.8cvs7
1545 see ChangeLog 2002-06-25
1547 * src/prefs_common.c
1548 ...and in the process, tweak the gui a little
1550 2002-06-25 [alfons] 0.7.8claws27
1554 fine tune ldap library detection
1556 2002-06-25 [alfons] 0.7.8claws26
1559 don't allow return receipts when composing a news article
1561 2002-06-25 [paul] 0.7.8claws25
1564 add '$(AMTAR)' to 'release' section to allow for
1565 new and older autotools
1567 2002-06-25 [paul] 0.7.8claws24
1570 fix "No more unread messages" persistant pop-up
1573 2002-06-25 [paul] 0.7.8claws23
1576 updated by Alessandro Maestri
1578 2002-06-25 [paul] 0.7.8claws22
1580 * sync with 0.7.8cvs6
1581 see ChangeLog 2002-06-25
1583 2002-06-24 [paul] 0.7.8claws21
1586 add GPL copyright information
1588 2002-06-24 [paul] 0.7.8claws20
1592 tools/update-po ** NEW FILE **
1593 add script that eases the creation of *.po files
1594 Submitted by Wilbert Berendsen <wilbert@oswf.org>
1596 2002-06-23 [alfons] 0.7.8claws19
1599 make notification_convert_header obey const correctness
1600 (next step will be fixing the broken return receipt)
1602 2002-06-23 [paul] 0.7.8claws18
1605 fix bug introduced in last commit:
1606 removed too much code in last commit - put back what's
1609 2002-06-23 [paul] 0.7.8claws17
1611 * src/messageview.[ch]
1612 remove code committed in error from locally patched
1615 2002-06-23 [colin] 0.7.8claws16
1618 add compose_entry_select(), used to select the default_to
1619 email address - hopefully avoiding people sending mails to
1622 2002-06-22 [alfons] 0.7.8claws15
1625 add Bram Metsch & Stanislav Karchebny
1627 * src/prefs_account.[ch]
1629 - apply and adapt Bram's patch which allows user to set SMTP AUTH
1630 options. (see <http://sourceforge.net/tracker/index.php
1631 ?func=detail&aid=566937&group_id=25528&atid=384600>);
1633 - merge Stanislav's fix to make SMTP AUTH work with qmail
1634 (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
1636 2002-06-22 [paul] 0.7.8claws14
1638 * sync with 0.7.8cvs5
1639 see ChangeLog 2002-06-19 and 2002-06-20
1641 2002-06-22 [alfons] 0.7.8claws13
1643 * src/selective_download.c
1644 fix a stupid mistake I made
1646 2002-06-22 [alfons] 0.7.8claws12
1648 * src/selective_download.[ch]
1649 fix another unnoticed leak; cleanup code
1654 gpg-sign <-- gpg-sign-syl
1656 2002-06-21 [alfons] 0.7.8claws11
1658 * src/selective_download.c
1659 * src/selective_download.h
1660 fix assorted mix of allocation errors (should solve
1661 problem reported by Philippe Gramoullé, see:
1662 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
1664 2002-06-20 [melvin] 0.7.8claws10
1666 * tools/gpg-sign *REMOVED*
1667 tools/gpg-sign-syl *ADDED*
1668 Replaced the gpg clearsigning script with the version using
1669 xterm instead of ssh-askpass and changed its name.
1672 Updated actions example to reflect the renaming of the
1673 gpg clearsigning script.
1675 2002-06-19 [paul] 0.7.8claws9
1677 * sync with 0.7.8claws9
1678 see ChangeLog 2002-06-18 and 2002-06-19
1680 2002-06-19 [paul] 0.7.8claws8
1682 * sync with 0.7.8cvs1
1683 see ChangeLog 2002-06-18
1685 2002-06-18 [alfons] 0.7.8claws7
1688 add omitted prototype
1690 2002-06-17 [paul] 0.7.8claws6
1693 fix hiding of exec_btn
1695 2002-06-17 [paul] 0.7.8claws5
1698 remove unneeded code: should_delete()
1699 and Pop3State::uidl_todelete_list
1701 2002-06-17 [paul] 0.7.8claws4
1704 see ChangeLog 2002-06-11 and 2002-06-13
1706 2002-06-16 [alfons] 0.7.8claws3
1709 make sure lock sort mode (claws specific) is
1710 also persists after a tree rescan
1712 2002-06-16 [alfons] 0.7.8claws2
1714 * src/prefs_folder_item.c
1716 fix persistence of folder sort mode (broken
1717 by adapting Hiro's new folder persistence code)
1719 2002-06-16 [alfons] 0.7.8claws1
1723 * src/prefscommon.[ch]
1724 control size of log text in log window;
1725 closes patch #569155 submitted by Mitko Haralanov.
1727 2002-06-15 [paul] 0.7.8claws
1729 * release of 0.7.8claws
1731 2002-06-15 [paul] 0.7.7claws
1734 updated by Fabio Junior Beneditto
1736 2002-06-14 [paul] 0.7.6claws49
1739 updated by Ricardo Mones Lastra
1741 2002-06-14 [paul] 0.7.6claws48
1744 updated translation by Wilbert Berendsen
1746 2002-06-14 [melvin] 0.7.6claws47
1749 Updated French translation
1751 2002-06-13 [paul] 0.7.6claws46
1754 allow filename to be typed in, rather than just
1755 selected by the mouse. Patch by Gustavo Noronha Silva.
1757 2002-06-13 [alfons] 0.7.6claws45
1759 * src/mainwindow.[ch]
1760 more cleanups (removing unnecessary menu items Expand
1761 summary / message view)
1763 2002-06-13 [melvin] 0.7.6claws44
1766 Added src/string_match.c
1767 * src/string_match.c
1768 Fixed possible buffer overflow.
1770 Added missing config.h header.
1771 * src/prefs_common.c
1774 Made some strings translatable (missing _(..)).
1776 2002-06-13 [melvin] 0.7.6claws43
1779 Corrected action example (verifying clearsigned mail).
1780 * src/prefs_account.c
1782 * src/prefs_common.c
1783 Removed incorrect line that generated a Gtk-CRITICAL msg.
1785 2002-06-12 [alfons] 0.7.6claws42
1788 add init of score column lost in 0.7.6claws42
1790 2002-06-12 [paul] 0.7.6claws41
1792 * src/prefs_account.c
1793 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the
1794 behavior of the radio buttons, (from 0.7.7cvs2)
1796 2002-06-11 [alfons] 0.7.6claws40
1798 * src/messageview.[ch]
1799 * src/summaryview.[ch]
1800 * src/summary_search.c
1802 perform a sync to bring in Hiro's separate view implementation
1804 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
1806 2002-06-11 [paul] 0.7.6claws39
1808 * src/prefs_account.c
1809 correct a typo on the Receive tab
1811 2002-06-10 [match] 0.7.6claws38
1814 Included address completion patch from Gustavo Noronha.
1816 2002-06-10 [paul] 0.7.6claws37
1820 src/prefs_account.[ch]
1821 src/selective_download.[ch]
1824 - check if POP Account
1825 - Receive Button renamed to Preview
1826 - Preview Button Popup: preview new/all messages
1828 - Account Preferences-->Receive tab checkbutton if you
1829 want to remove Mail after Download
1831 - Account Preferences-->Receive tab checkbutton use
1832 filtering rules on preview
1833 (think of delete_on_server)
1835 - Account selectable from SD dialog
1836 - checkbutton to show already downloaded messages if
1837 all messages are previewed
1838 - new clist column showing Date
1841 - play ball with UIDL
1842 - fault tolerant (?)
1843 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
1845 2002-06-10 [melvin] 0.7.6claws36
1848 Added a hint to ac/README in cvs instructions.
1850 * src/prefs_actions.c
1851 Made it possible to use a more elaborate command line
1852 for asynchronous actions, too.
1854 2002-06-10 [melvin] 0.7.6claws35
1856 * src/prefs_actions.c
1857 Make it possible to use a more elaborate command line
1858 (e.g. |foo|bar|cat>there;echo Done|)
1859 Corrected error message when calling %f, %F and %p commands
1860 from the compose window.
1862 2002-06-09 [colin] 0.7.6claws34
1865 Automatically find unread messages in current folder
1866 before annoying the user.
1868 2002-06-08 [alfons] 0.7.6claws33
1871 remove bad formatting string in it.po translation
1872 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
1874 2002-06-08 [paul] 0.7.6claws32
1876 * sync with 0.7.6cvs25
1877 see ChangeLog 2002-06-07
1879 2002-06-05 [paul] 0.7.6claws31
1882 add 'Sort by locked' and 'Sort by score'
1884 2002-06-05 [paul] 0.7.6claws30
1886 * sync with 0.7.6cvs24
1887 see ChangeLog 2002-06-04
1889 2002-06-04 [paul] 0.7.6claws29
1892 updated by Fabio Junior Beneditto
1894 2002-06-03 [thorsten] 0.7.6claws28
1897 fclose() matcherrc after reading
1899 2002-06-03 [paul] 0.7.6claws27
1901 * sync with 0.7.6cvs21
1902 see ChangeLog 2002-05-31
1904 2002-05-31 [paul] 0.7.6claws26
1906 * sync with 0.7.6cvs20
1907 see ChangeLog 2002-05-29 and 2002-05-30
1909 2002-05-31 [paul] 0.7.6claws25
1912 hopefully fix last buggy sync
1915 correct typo in 'Actions' examples
1917 2002-05-29 [paul] 0.7.6claws24
1919 * sync with 0.7.6cvs18
1920 see ChangeLog 2002-05-28 and 2002-05-29
1926 2002-05-28 [paul] 0.7.6claws23
1928 * sync with 0.7.6cvs16
1929 see ChangeLog 2002-05-28
1931 2002-05-27 [thorsten] 0.7.6claws22
1933 * faq/it/sylpheed-faq-1.html
1934 faq/it/sylpheed-faq-2.html
1935 faq/it/sylpheed-faq-3.html
1936 faq/it/sylpheed-faq.html
1937 corrected DOS lineendings
1938 * faq/de/sylpheed-faq-1.html
1939 faq/de/sylpheed-faq-2.html
1940 faq/en/sylpheed-faq-1.html
1941 faq/en/sylpheed-faq-2.html
1942 faq/en/sylpheed-faq-3.html
1943 faq/es/sylpheed-faq-1.html
1944 faq/es/sylpheed-faq-2.html
1945 faq/es/sylpheed-faq-3.html
1946 faq/fr/sylpheed-faq-1.html
1947 faq/it/sylpheed-faq-1.html
1948 faq/it/sylpheed-faq-2.html
1949 faq/it/sylpheed-faq-3.html
1950 faq/it/sylpheed-faq.html
1951 changed ">" to "
1953 2002-05-27 [paul] 0.7.6claws21
1955 * sync with 0.7.6cvs15
1956 see ChangeLog 2002-05-27
1958 2002-05-27 [paul] 0.7.6claws20
1960 * src/prefs_account.c
1963 2002-05-26 [paul] 0.7.6claws19
1968 2002-05-25 [paul] 0.7.6claws18
1971 add description of kmail2sylpheed.pl
1973 2002-05-25 [paul] 0.7.6claws17
1975 * tools/kmail2sylpheed.pl ** NEW FILE **
1976 perl script that converts an exported Kmail address
1977 book, converts it to sylpheed addressbook file,
1978 writes the file to .sylpheed, and updates
1981 2002-05-25 [paul] 0.7.6claws16
1983 * sync with 0.7.6cvs14
1984 see ChangeLog 2002-05-23
1986 2002-05-24 [paul] 0.7.6claws15
1989 make a correction and add some more info
1991 2002-05-24 [paul] 0.7.6claws14
1995 compose_redirect_write_headers_from_headerlist()
1996 add Subject and Resent-Message-ID to
1997 compose_redirect_write_headers()
1998 Received, Subject, and X-UIDL are filtered out in
1999 compose_redirect_write_to_file()
2001 2002-05-23 [paul] 0.7.6claws13
2007 src/matcher_parser_lex.l
2008 src/matcher_parser_parse.y
2009 src/prefs_common.[ch]
2010 src/prefs_filtering.c
2012 rename 'Bounce' to 'Redirect'
2014 2002-05-23 [paul] 0.7.6claws12
2016 * more sync with 0.7.6cvs13
2018 see ChangeLog 2002-05-22
2020 2002-05-22 [paul] 0.7.6claws11
2022 * sync with 0.7.6cvs13
2024 see ChangeLog 2002-05-20
2026 see ChangeLog 2002-05-22
2028 2002-05-21 [melvin] 0.7.6claws10
2031 Added missing filtering and scoring headers
2032 Fixed bad function call that showed garbage
2033 in Folder->Processing
2035 2002-05-21 [paul] 0.7.6claws9
2038 make all tools executable, (patch by Alfons).
2040 2002-05-20 [alfons] 0.7.6claws8
2043 don't forget to call mktime() so we have a valid week
2045 (Bug report by Roger Sondermann <mail@jumaros.de>)
2047 2002-05-20 [paul] 0.7.6claws7
2050 fix broken parsing of urls
2052 fix displaying of urls
2054 both fixes from the patch [547855] by Eugene
2057 2002-05-19 [alfons] 0.7.6claws6
2060 make sylpheed configure correctly with the latest
2061 and greatest of automake / autoconf / gettext
2063 2002-05-19 [alfons] 0.7.6claws5
2067 add function for returning ime zone offset
2069 * src/quote_fmt_parse.y
2070 better quotation formatting - does not convert
2071 to local time, but uses the original date string.
2073 Note: %z inserts the timezone offset (should
2074 work also on platforms where strftime does not
2077 2002-05-18 [christoph] 0.7.6claws4
2080 fix indentation of some code
2085 correct path for ignorethread.xpm
2086 incorrect filename for sylpheed_logo.xpm
2087 add missing include matcher_parser_parse.h
2089 2002-05-18 [paul] 0.7.6claws3
2091 * sync with 0.7.6cvs8
2092 see ChangeLog 2002-05-16 and 2002-05-17
2094 2002-05-18 [melvin] 0.7.6claws2
2097 Corrected an action's definition and fixed some misspellings.
2099 2002-05-18 [paul] 0.7.6claws1
2102 tools/gpg-sign ** new file **
2103 tools/uudec ** new file **
2104 add Melvin's Actions scripts
2107 add Melvin's descriptions for Actions
2109 2002-05-18 [paul] 0.7.6claws
2111 * Version 0.7.6claws released
2113 2002-05-17 [paul] 0.7.5claws32
2116 updated by Ricardo Mones Lastra
2118 2002-05-17 [paul] 0.7.5claws31
2121 fix Account prefs default folder for sent/draft/deleted
2126 updated translation by Alessandro Maestri and
2129 2002-05-17 [melvin] 0.7.5claws30
2131 * src/prefs_actions.c
2132 Fixed bug where using %F not at the end of the command
2133 resulted in an additional empty argument being created.
2134 Thanks to Darko Koruga for reporting the bug.
2136 2002-05-17 [melvin] 0.7.5claws29
2139 Updated French translations.
2141 2002-05-15 [paul] 0.7.5claws28
2144 updated by Ricardo Mones Lastra
2146 2002-05-15 [paul] 0.7.5claws27
2148 * sync with 0.7.6cvs4
2149 see ChangeLog 2002-05-14 and 2002-05-15
2151 2002-05-14 [paul] 0.7.5claws26
2153 * sync with 0.7.6cvs1
2154 see ChangeLog 2002-05-13
2156 2002-05-13 [thorsten] 0.7.5claws25
2159 fix select_all and copy in multipart messages
2161 fix select_all and copy in multipart messages
2163 2002-05-12 [paul] 0.7.5claws24
2166 reverse last commit, bug already fixed in 0.7.5claws3
2168 2002-05-12 [netztorte] 0.7.5claws23
2171 dont parse empty addressbook (checked in before claws20)
2173 2002-05-12 [melvin] 0.7.5claws22
2176 Removed unneeded priority code introduced by the previous
2179 2002-05-12 [melvin] 0.7.5claws21
2182 Added possibility to set message's priority.
2184 Added possibility to set message's priority.
2185 Added missing headers
2187 2002-05-12 [melvin] 0.7.5claws20
2189 * src/prefs_actions.c
2190 Removed implicitely added quotes around the name
2191 of the temporary files of mime parts.
2193 2002-05-12 [paul] 0.7.5claws19
2195 * sync with 0.7.5cvs20
2196 see ChangeLog 2002-05-11
2198 2002-05-12 [alfons] 0.7.5claws18
2200 * src/quote_fmt_lex.l
2201 * src/quote_fmt_parse.y
2202 allow quote / reply date & time format to be set using
2203 %D{format}. format is a format string you'd pass to
2204 strftime() (see man strftime, or the Display tab |
2205 Date format setting).
2207 Currently %D converts the date to local time.
2209 2002-05-11 [paul] 0.7.5claws17
2211 * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
2212 see ChangeLog 2002-05-10 and 2002-05-11
2214 2002-05-10 [paul] 0.7.5claws16
2216 * sync with 0.7.5cvs16
2217 see ChangeLog entries 2002-05-09 and
2220 2002-05-10 [colin] 0.7.5claws15
2223 Corrected a bug that prevented sylpheed to open
2224 double-clicked URIs.
2226 2002-05-09 [paul] 0.7.5claws14
2228 * sync with 0.7.5cvs14
2229 see ChangeLog 2002-05-08 and 2002-05-09
2231 2002-05-08 [paul] 0.7.5claws13
2233 * sync with 0.7.5cvs11
2234 see ChangeLog entry 2002-05-08
2236 2002-05-08 [paul] 0.7.5claws12
2240 fix segfault on View->Open in new window
2241 patch submitted by Thorsten Maerz <torte@netztorte.de>
2243 2002-05-07 [paul] 0.7.5claws11
2245 * sync with 0.7.5cvs9
2246 see ChangeLog entry 2002-05-07
2248 2002-05-06 [paul] 0.7.5claws10
2252 display url in statusbar on single-click
2253 patch submitted by Thorsten Maerz <torte@netztorte.de>
2255 2002-05-06 [match] 0.7.5claws9
2262 XML implementation of properties file.
2263 * src/exporthtml.[ch]
2264 * src/expthtmldlg.[ch]
2268 2002-05-02 [sergey] 0.7.5claws8
2270 * src/mainwindow.c (mainwin_entries),
2271 src/prefs_common.c (prefs_send_create()),
2272 src/codeconv.c (locale_table):
2273 use charset name "Windows-1251" instead of "CP1251".
2275 2002-05-02 [colin] 0.7.5claws7
2279 src/prefs_folder_item.c
2280 Fixed cosmetics bugs due to Outbox renamed to Sent.
2282 2002-05-02 [hiro] 0.7.5claws6
2285 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
2287 2002-05-02 [paul] 0.7.5claws5
2290 more sync with 0.7.5cvs7, see ChangeLog entry
2293 2002-05-02 [hiro] 0.7.5claws4
2296 compose_queue_sub():
2297 check if queue folder exists (closes #550397).
2298 removed directory creation since it should be handled
2301 imap_add_msg(): return UID for appended message
2304 2002-04-30 [paul] 0.7.5claws3
2307 fix account_find_from_address() bug
2309 2002-04-28 [colin] 0.7.5claws2
2313 src/prefs_common.[ch]
2315 Added user-definable quotation characters recognition.
2317 2002-04-28 [paul] 0.7.5claws1
2319 * sync with 0.7.5cvs4
2320 see ChangeLog entry 2002-04-25
2322 2002-04-28 [paul] 0.7.5claws
2327 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
2328 Fabio Junior Beneditto
2330 2002-04-27 [jens] 0.7.4claws103
2333 updated German translation.
2335 2002-04-27 [hiro] 0.7.4claws102
2338 summary_write_cache(): fixed the mark loss of hidden messages.
2340 2002-04-26 [melvin] 0.7.4claws101
2343 fixed a second typo (same one)
2347 fixed the type again...
2349 2002-04-26 [melvin] 0.7.4claws100
2352 fixed a typo in an alert message ("temorary").
2355 corrected the typo described above.
2357 updated French translation.
2359 2002-04-26 [darko] 0.7.4claws99
2362 fix target folder colorization
2364 2002-04-25 [paul] 0.7.4claws98
2367 updated by Alessandro Maestri
2369 2002-04-24 [colin] 0.7.4claws97
2372 Fixed double "subject is empty" question.
2374 2002-04-23 [colin] 0.7.4claws96
2377 Corrected issue when "automatically display images" was
2378 not set : first image remained after selecting second.
2380 2002-04-23 [melvin] 0.7.4claws95
2382 * src/prefs_actions.c
2383 Don't display in/out dialog if there is nothing to show.
2385 2002-04-23 [paul] 0.7.4claws94
2387 * sync with 0.7.5cvs3
2388 bug fixes: see ChangeLog entry 2002-04-23
2390 2002-04-22 [darko] 0.7.4claws93
2393 fix previous check-in which changed code after
2396 2002-04-22 [paul] 0.7.4claws92
2403 update English, Spanish and French FAQs
2406 add German and Spanish manuals
2409 update English and French manuals
2412 add to and re-arrange the pixmap entries
2414 2002-04-22 [darko] 0.7.4claws91
2417 fix sender initials recognition to only allow
2418 '>' after the initials
2420 2002-04-21 [paul] 0.7.4claws90
2422 * sync with 0.7.5 release
2423 see ChangeLog entry 2002-04-21
2428 add colin's new pixmaps to EXTRA_DIST
2430 2002-04-21 [colin] 0.7.4claws89
2433 * src/mainwindow.[ch]
2434 * src/prefs_common.[ch]
2435 * src/stock_pixmap.[ch]
2436 Added "Work offline" ability.
2438 2002-04-21 [colin] 0.7.4claws88
2441 * src/prefs_common.c
2442 * src/prefs_common.h
2443 * src/textview.c : Added an option to common preferences -> display
2444 to allow user not to automatically display images.
2446 2002-04-21 [paul] 0.7.4claws87
2448 * sync with 0.7.4cvs52
2449 see ChangeLog entry 2002-04-21 (src/imap.c)
2451 2002-04-21 [paul] 0.7.4claws86
2453 * sync with 0.7.4cvs51
2454 see ChangeLog entry 2002-04-21
2456 2002-04-21 [paul] 0.7.4claws85
2458 * sync with 0.7.4cvs49
2459 see ChangeLog entries 2002-04-20 and 2002-04-21
2462 clean up: remove old 'stock_' element from xpm
2465 2002-04-21 [alfons] 0.7.4claws84
2467 apply sync patch from Paul
2470 use old claws prefs_folder_item_create() for now
2472 2002-04-19 [match] 0.7.4claws83
2474 * src/addressbook.[ch]
2475 * src/addrharvest.[ch]
2476 * src/addrgather.[ch]
2479 * src/summaryview.[ch]
2482 2002-04-19 [paul] 0.7.4claws82
2485 updated by Fabio Junior Beneditto
2487 2002-04-14 [alfons] 0.7.4claws81
2490 add #include <sys/types.h> for mode_t and off_t
2492 2002-04-13 [paul] 0.7.4claws80
2497 src/prefs_common.[ch]
2499 enable storing of GnuPG passphrase for the whole
2500 session or a user-defined number of minutes. patch
2501 submitted by Ravemax <ravemax@dextrose.com>
2503 2002-04-13 [alfons] 0.7.4claws79
2506 make email parser also stop scanning when encountering separators
2507 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
2509 2002-04-13 [paul] 0.7.4claws78
2511 * sync with 0.7.4cvs39
2512 see ChangeLog entry 2002-04-12
2514 2002-04-11 [paul] 0.7.4claws77
2516 * sync with 0.7.4cvs37
2517 see ChangeLog entry 2002-04-11
2519 2002-04-11 [paul] 0.7.4claws76
2522 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
2523 the clause for OpenSSL). sync with sylpheed main
2525 2002-04-09 [melvin] 0.7.4claws75
2528 Made 'Ctrl-Enter' on send ignore some modifiers
2529 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
2530 to bind other *-Enter (but not Alt-Enter).
2532 2002-04-09 [paul] 0.7.4claws74
2534 * sync with 0.7.4cvs35
2535 see ChangeLog entries 2002-04-09
2537 2002-04-08 [paul] 0.7.4claws73
2539 * sync with 0.7.4cvs33
2540 see ChangeLog entry 200-04-08
2542 2002-04-07 [match] 0.7.4claws72
2544 * src/addrharvest.[ch]
2545 fixed to read all addresses in header, regardless
2546 of header size. improved name parsing. accommodate
2547 harvest from folders and selected message.
2549 included new address parsing function.
2550 * src/addrgather.[ch]
2551 * src/addressbook.[ch]
2552 * src/summaryview.[ch]
2554 allow address harvest of folder as well as selected
2557 2002-04-07 [paul] 0.7.4claws71
2561 don't try to authenticate with CRAM-MD5 in SMTP when
2562 SMTP-AUTH enabled if MTA doesn't issue this
2563 auth-method in it's ehlo-response. bug item #531364,
2564 patch item #938910. patch submitted by Colin Leroy
2567 2002-04-07 [paul] 0.7.4claws70
2570 fix missing MODE_READER bug. patch submitted by
2571 Colin Leroy <colin@colino.net>
2573 2002-04-07 [alfons] 0.7.4claws69
2576 * src/prefs_filtering.c
2578 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
2579 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
2581 2002-04-07 [paul] 0.7.4claws68
2583 * sync with 0.7.4cvs32
2584 see ChangeLog entry 2002-04-06
2586 * tools/filter_conv.pl
2589 2002-04-06 [paul] 0.7.4claws67
2591 * tools/filter_conv.pl
2592 modify to be able to find the name of the first
2593 mailbox and use that. main's filter does not
2594 record the full path to the mailbox and therefore
2595 can only filter to the first mailbox.
2597 2002-04-05 [paul] 0.7.4claws66
2599 * tools/filter_conv.pl
2600 attempt to make the script all-encompassing and
2601 be able to convert any main 'filter' rule thrown
2604 2002-04-05 [paul] 0.7.4claws65
2606 * tools/filter_conv.pl
2607 allow for collapsed folder trees
2609 2002-04-05 [paul] 0.7.4claws64
2611 * sync with 0.7.4cvs31
2612 see ChangeLog entries 2002-04-05
2614 2002-04-03 [paul] 0.7.4claws63
2616 * sync with 0.7.4cvs29
2617 see ChangeLog entries 2002-04-02 and 2002-04-03
2619 2002-04-02 [paul] 0.7.4claws62
2621 * sync with 0.7.4cvs26
2622 see ChangeLog entry 2002-04-01
2624 2002-04-02 [match] 0.7.4claws61
2627 * src/importpine.[ch]
2629 import Pine address book.
2631 2002-04-02 [match] 0.7.4claws60
2633 * src/addrharvest.[ch]
2634 improve address parsing of funky addresses.
2636 2002-04-02 [darko] 0.7.4claws59
2639 wrap on send improvements, it now recognizes quoted
2640 initials as part of the quotation string, and it
2641 does not join lines separated by CR
2643 2002-04-01 [match] 0.7.4claws58
2646 added new functions.
2648 remove excessive duplicate address generation
2651 2002-04-01 [alfons] 0.7.4claws57
2656 2002-04-01 [paul] 0.7.4claws56
2658 * sync with 0.7.4cvs25
2659 see ChangeLog entry 2002-04-01
2661 2002-04-01 [alfons] 0.7.4aprilfool55
2664 honour feature request item #537427 to allow for
2665 displaying names from address book for sent mail also
2667 2002-03-29 [paul] 0.7.4claws54
2670 src/prefs_filtering.[ch]
2673 add 'fast filter' for claws' filtering,
2674 /Tools/Create filter rule/... patch submitted
2675 by Neill Miller <neillm@thecodefactory.org>
2677 2002-03-29 [paul] 0.7.4claws53
2679 * sync with 0.7.4cvs24
2680 see ChangeLog entry 2002-03-29
2682 2002-03-28 [paul] 0.7.4claws52
2684 * sync with 0.7.4cvs23
2685 see ChangeLog entry 2002-03-28
2687 2002-03-27 [melvin] 0.7.4claws51
2689 * src/prefs_actions.c
2690 Added support to pass only one message part (as a
2691 file) to the command using '%p'. No quotes are needed
2692 because doubles quotes are automatically added.
2693 Fixed bug where Sylpheed could block when waiting for
2694 a child process to finish.
2695 Changed the help menu to remove quotes around symbols to
2696 avoid misinterpretation (they must not be used).
2698 2002-03-27 [melvin] 0.7.4claws50
2701 Made the new mail notification command always
2702 execute asynchronously.
2704 2002-03-27 [paul] 0.7.4claws49
2707 fix bug introduced in last commit
2709 2002-03-27 [paul] 0.7.4claws48
2711 * sync with 0.7.4cvs21
2712 see ChangeLog 2002-03-26 and 2002-03-27
2714 2002-03-26 [hoa] 0.7.4claws47
2716 * src/prefs_folder_item.c
2717 really fixed the bug #516442 with folder rescan.
2719 2002-03-26 [paul] 0.7.4claws46
2721 * sync with 0.7.4cvs19
2722 see ChangeLog entries 2002-03-25 and 2002-03-26
2724 2002-03-25 [hoa] 0.7.4claws45
2728 fix the bug #516442 with folder rescan.
2730 * src/prefs_common.[ch]
2732 added an option to enable two different behaviours
2736 2002-03-25 [paul] 0.7.4claws44
2739 src/selective_download.c
2740 correct a few menuitem labels
2742 2002-03-25 [christoph] 0.7.4claws43
2745 fix non deleted tmp message in
2746 procmsg_save_to_outbox
2747 fix problems caused by sync with
2748 main branch's procmsg_send_queue
2750 2002-03-25 [paul] 0.7.4claws42
2754 src/quote_fmt_parse.y
2755 add Last name (%L) placeholder for quoting.
2756 patch submitted by Thorsten Thielen
2757 <thth@users.sourceforge.net>
2759 2002-03-25 [paul] 0.7.4claws41
2762 get full hostname. patch submitted by
2763 Bob Woodside <rwoodside1@comcast.net>
2765 2002-03-25 [paul] 0.7.4claws40
2770 src/prefs_account.[ch]
2771 enable NNTP over SSL. patch submitted by
2772 Pascal Jermini <pascal@infinity.hn.org>
2774 2002-03-24 [paul] 0.7.4claws39
2776 * src/prefs_common.c
2777 make the arrangement of the Compose tab more
2781 fix some irregularities of style
2784 updated by Kilian Krause
2786 2002-03-23 [paul] 0.7.4claws38
2789 updated by Fabio Junior Beneditto
2791 2002-03-23 [paul] 0.7.4claws37
2794 move 'Gather addresses' to 'Tools' menu
2795 make 'Selective download' sensitive
2797 2002-03-23 [paul] 0.7.4claws36
2799 * sync with 0.7.4cvs16
2800 see ChangeLog entries 2002-03-23
2802 2002-03-22 [christoph] 0.7.4claws35
2804 * src/quote_fmt_parse.y
2805 fix include program output
2807 2002-03-22 [alfons] 0.7.4claws34
2810 initialize GDate stack variable correctly (sorry!)
2812 2002-03-22 [paul] 0.7.4claws33
2818 rename 'Tool' to 'Tools'
2821 move 'Delete duplicated messages' from
2822 'Message/' to 'Tools/'
2823 re-arrange the order of 'Tools/' items
2825 2002-03-22 [paul] 0.7.4claws32
2828 src/addressbook.[ch]
2829 auto-address completion now also matches on
2830 Nickname. patch submitted by Bob Forsman
2831 <hammor@users.sourceforge.net>
2834 correct a spelling mistake
2836 2002-03-22 [alfons] 0.7.4claws31
2839 fix getting uidl from incorrect string
2842 2002-03-21 [alfons] 0.7.4claws30
2845 more code refactoring
2846 plug mem leak introduced by delete on server
2848 2002-03-21 [paul] 0.7.4claws29
2850 * sync with 0.7.4cvs11
2851 see ChangeLog entries 2002-03-20
2853 2002-03-20 [alfons] 0.7.4claws28
2856 apply Colin's patch and refactor
2858 2002-03-20 [paul] 0.7.4claws27
2860 * sync with sylpheed 0.7.4cvs9
2861 see ChangeLog entry 2002-03-20
2863 2002-03-19 [christoph] 0.7.4claws26
2868 revert changes for flag updates
2869 (does not work correctly and no time to debug)
2871 2002-03-20 [alfons] 0.7.4claws25
2874 refactor should_delete() a little bit
2876 2002-03-19 [paul] 0.7.4claws24
2880 src/prefs_account.[ch]
2881 allow the user to leave downloaded mail on the
2882 server for n days. Patch submitted by Colin Leroy
2885 2002-02-19 [paul] 0.7.4claws23
2887 * sync with sylpheed 0.7.4cvs8
2888 see ChangeLog entries 2002-03-19
2890 2002-03-18 [paul] 0.7.4claws22
2892 * sync with sylpheed 0.7.4cvs6
2893 see ChangeLog entry 2002-03-18
2895 2002-03-18 [paul] 0.7.4claws21
2898 add en_GB message catalogue
2903 correct a few spelling mistakes
2905 2002-03-17 [alfons] 0.7.4claws20
2908 more stringent checks for NULL params when writing
2909 filtering actions to a file
2911 2002-03-17 [hoa] 0.7.3claws20
2914 fixed the count of new messages
2917 fixed the "attachment properties" window
2919 2002-03-17 [paul] 0.7.4claws19
2924 src/prefs_account.[ch]
2927 automatically mark cross-posted messages as read
2928 and (optionally) give them a colour label
2929 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
2932 2002-03-17 [paul] 0.7.4claws18
2934 * sync with sylpheed 0.7.4cvs5
2935 see ChangeLog entry 2002-03-17
2937 2002-03-17 [melvin] 0.7.4claws17
2940 Worked around a gtktext 'bug': when searching for
2941 a text in a long message it was scrolling slowly
2942 line by line until it hit the searched text.
2944 Updated French translation
2946 2002-03-17 [melvin] 0.7.4claws16
2950 * src/prefs_actions.c
2951 Moved "Edit/Actions" to "Tool/Actions"
2952 Made mainwindow/compose window sensitive as soon as
2953 no child process is running anymore even if the io dialog
2955 Fixed a struct being initialized with a non constant char*
2957 2002-03-16 [christoph] 0.7.4claws15
2960 add --with-compiler-flags option
2961 (only for developer hacking)
2965 try to make folder-stats and flag handling more
2966 independent from the summaryview. msgcounts
2967 are only set when the folder is opened and
2968 procmsg_msginfo_(un)set_flags will handle it
2969 later and summaryview will get the values
2972 2002-03-16 [paul] 0.7.4claws14
2975 fix Return-receipt. Patch submitted by Bob
2976 Woodside <rwoodside1@comcast.net>
2978 2002-03-16 [paul] 0.7.4claws13
2981 fix 'dynamic' signatures, make it work again
2982 broken during sync on 2002-03-14 (0.7.4claws2)
2984 2002-03-15 [match] 0.7.4claws12
2986 * src/addrharvest.[ch]
2987 * src/addrgather.[ch]
2988 * src/addressbook.[ch]
2990 included address harvester feature. still some
2991 issues with address parsing that I will fix.
2993 2002-03-15 [match] 0.7.4claws11
2996 * src/addrcache.[ch]
2997 * src/addressbook.[ch]
3006 tidy up. fix memory leaks. moved attribs and methods
3007 from individual interfaces to addrcache object. prep
3008 for new stuff to come in.
3010 2002-03-15 [alfons] 0.7.4claws10
3013 * src/matcher_parser_parse.y
3014 * src/matcher_parser_lex.l
3015 * src/prefs_matcher.c
3016 add filtering conditions message greater than, smaller
3017 than, and exactly matching a size in bytes
3018 (does not work with delete from POP3 server yet)
3020 this should also give others an idea what you should
3021 do to add new criterions to claws filtering system
3024 2002-03-15 [paul] 0.7.4claws9
3026 * tools/filter_conv.pl
3027 exit if there are no filter rules to convert
3028 rename filterrc to filterrc.old after completion
3030 2002-03-15 [paul] 0.7.4claws8
3032 * sync with sylpheed 0.7.4cvs3
3033 see ChangeLog entry 2002-03-14
3035 2002-03-14 [paul] 0.7.4claws7
3038 clean up the last commit (ahem)
3040 2002-03-14 [paul] 0.7.4claws6
3043 fix bug #515655. honour account preferences
3044 regarding gpg default signing/encryption when
3045 changing account from the compose window.
3047 2002-03-14 [paul] 0.7.4claws5
3050 remove unnecessary curly brackets
3052 2002-03-14 [paul] 0.7.4claws4
3055 src/prefs_filtering.[ch]
3056 add filter rename on folder rename and filter
3057 delete on folder delete. Patch submitted by
3058 Neill Miller <neillm@thecodefactory.org>
3060 2002-03-14 [christoph] 0.7.4claws3
3065 (patch submitted by "Simon 'corecode' Schubert")
3066 * src/prefs_common.c
3070 2002-03-14 [paul] 0.7.4claws2
3072 * sync with sylpheed 0.7.4cvs2
3073 see ChangeLog entry 2002-03-13
3075 2002-03-12 [darko] 0.7.4claws1
3078 fix what seems to be a copy and paste error
3079 when setting color for important messages
3082 2002-03-11 [paul] version 0.7.4claws released
3084 2002-03-11 [paul] 0.7.4claws
3090 update message catalogs. Submitted by Ricardo Mones
3091 Lastra, Alessandro Maestri, Wilbert Berendsen, and
3092 Fabio Junior Beneditto
3097 faq/it/sylpheed-faq*
3103 2002-03-11 [jens] 0.7.3claws7
3106 updated German translation
3108 2002-03-11 [melvin] 0.7.3claws6
3111 updated and corrected French translation
3113 2002-03-10 [hoa] 0.7.3claws5
3117 * src/prefs_account.c
3120 fixed the local account.
3121 you have to change the default "/usr/sbin/sendmail"
3122 to "/usr/sbin/sendmail -t" in the preferences of
3126 removed some debug display for renderer
3128 2002-03-10 [paul] 0.7.3claws4
3130 * faq/en/sylpheed-faq-1.html
3131 faq/en/sylpheed-faq-2.html
3134 2002-03-09 [paul] 0.7.3claws3
3136 * sync with sylpheed 0.7.4
3137 see ChangeLog entry 2002-03-09
3139 2002-03-08 [paul] 0.7.3claws2
3141 * faq/en/sylpheed-faq*
3142 faq/es/sylpheed-faq*
3143 faq/fr/sylpheed-faq*
3146 * manual/fr/.cvsignore
3147 manual/fr/Makefilea.am
3151 add the French manual
3153 2002-03-07 [paul] 0.7.3claws1
3155 * sync with sylpheed 0.7.3cvs4
3156 see ChangeLog entries 2002-03-06 and 2002-03-07
3159 updated by Wilbert Berendsen
3161 2002-03-07 [melvin] 0.7.2claws34
3163 * src/selective_download.c
3164 Changed the pixmap of the receive button to MAIL_RECEIVE.
3166 2002-03-06 [paul] 0.7.2claws33
3168 * sync with sylpheed 0.7.3cvs1
3169 bug fix, see ChangeLog entry 2002-03-05
3171 2002-03-05 [paul] 0.7.2claws32
3176 reverse the pgp ascii-armored code implemented in
3177 0.7.2claws16. removal of this code until it matures.
3178 this means that verifying ascii-armored pgp sigs and
3179 automatic decryption of ascii-armored encrypted
3180 messages no longer works.
3182 2002-03-05 [paul] 0.7.2claws31
3187 * faq/en/Makefile.am
3188 faq/en/sylpheed-faq.html
3189 faq/en/sylpheed-faq-1.html
3190 faq/en/sylpheed-faq-2.html
3191 faq/en/sylpheed-faq-3.html
3192 * faq/es/Makefile.am
3193 faq/es/sylpheed-faq.html
3194 faq/es/sylpheed-faq-1.html
3195 faq/es/sylpheed-faq-2.html
3196 faq/es/sylpheed-faq-3.html
3197 faq/es/sylpheed-faq-4.html
3198 * faq/fr/Makefile.am
3199 faq/fr/sylpheed-faq.html
3200 faq/fr/sylpheed-faq-1.html
3201 faq/fr/sylpheed-faq-2.html
3202 faq/fr/sylpheed-faq-3.html
3207 add FAQs in English, Spanish and French
3210 2002-03-05 [paul] 0.7.2claws30
3212 * manual/en/sylpheed.html
3213 manual/en/sylpheed-XX.html
3214 updated the English manual
3219 dialog box pops up if the article can't be deleted.
3224 updated by Fabio Junior Benedito
3228 * removed ac/gpgme.m4
3229 to avoid autogen common problem
3230 developers have to install gpgme development package now
3233 encoding to 7bit or 8bit is enabled.
3235 2002-03-03 [alfons] 0.7.2claws29
3238 merge fix by Oliver Haertel for selective
3241 2002-03-03 [paul] 0.7.2claws28
3243 * sync with sylpheed 0.7.3
3245 2002-03-03 [paul] 0.7.2claws27
3247 * sync with sylpheed 0.7.2cvs24
3248 see ChangeLog entries 2002-03-02 and 2002-03-03
3250 2002-03-02 [melvin] 0.7.2claws26
3255 * src/prefs_common.[ch]
3256 Added user definable notification on new mail arrival.
3257 Removed unused variables in spell checker prefs code.
3259 2002-03-02 [melvin] 0.7.2claws25
3262 Removed unnecessary escape sequences.
3263 Changed 'Initial...' to 'Initials of Sender'
3265 2002-03-02 [paul] 0.7.2claws24
3267 * sync with sylpheed 0.7.2cvs22
3268 see ChangeLog entry 2002-03-01
3270 2002-03-01 [hoa] 0.7.2claws23
3273 Set sensitivity of delete actions to active
3274 even if the folder is a newsgroup.
3277 - Set sensitivity of delete actions
3278 - Added function check_permission() that will check if the
3279 user is authorized to delete a message. For news, it
3280 will check if the author is the same.
3281 - Enabled deletion when there is no trash folder.
3284 - Added news_cancel_article() to cancel articles
3285 - Implemented news_remove_message() (public function)
3287 2002-03-01 [paul] 0.7.2claws22
3291 recognise urls that that don't include 'http://' and
3295 remove duplicated name
3297 2002-02-28 [paul] 0.7.2claws21
3300 src/summaryview.[ch]
3301 add ability to 'Select thread'
3302 combines Melvin's "Select thread's head" patch (#510907)
3303 with Colin Leroy's <colin@colino.net> "Select whole thread"
3306 2002-02-28 [paul] 0.7.2claws20
3309 hopefully fix segfault on right-clicking a mime part
3310 that some people have experienced.
3311 fix submitted by Fredrik Olofsson <frol@linux.nu>
3313 2002-02-28 [paul] 0.7.2claws19
3315 * sync with sylpheed 0.7.2cvs21
3316 see ChangeLog entries 2002-02-27 and 2002-02-28
3318 2002-02-27 [paul] 0.7.2claws18
3320 * sync with sylpheed 0.7.2cvs18
3321 see ChangeLog entries 2002-02-26 and 2002-02-27
3323 2002-02-26 [alfons] 0.7.2claws17
3326 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
3327 (spotted by Chris Hessman <idatech@gmx.net>)
3329 2002-02-26 [paul] 0.7.2claws16
3334 make decryption of ascii-armored pgp encrypted messages
3335 and verification of ascii-armored signatures work again.
3336 slightly altered from the patch by Jens Jahnke
3340 * the checking of plaintext signatures always comes up in
3342 * it doesn't work for multipart messages
3343 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
3344 including the msg headers and these 2 line themselves, are
3348 "View/Folder Tree" becomes "View/Separate Folder Tree"
3349 "View/Message View" becomes "View/Separate Message View"
3350 because its less ambiguous.
3353 updated by Ricardo Mones Lastra
3355 2002-02-26 [paul] 0.7.2claws15
3357 * sync with sylpheed 0.7.2cvs17
3358 see ChangeLog entries 2002-02-25 and 2002-02-26
3360 2002-02-25 [christoph] 0.7.2claws14
3362 * src/filtering.[ch]
3364 do filtering stuff after all messages have been received
3365 1. drop all messages to .processing
3366 2. scan processing folder for messages
3367 3. filter messages or move to inbox
3368 this will also find old messages left in processing after
3369 a crash or something like that and we get a real msginfo
3370 from folder->get_msg_list and do not have to create our
3371 own in filter_message
3372 * src/matcher_parser_parse.y
3373 remove MIX/MAX warning (reordered includes)
3375 2002-02-25 [paul] 0.7.2claws13
3377 * sync with sylpheed 0.7.2cvs15
3378 see ChangeLog entry 2002-02-24
3380 2002-02-24 [alfons] 0.7.2claws12
3383 clear old color flags first when applying a new color to
3385 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
3387 2002-02-24 [alfons] 0.7.2.claws11
3390 * src/prefs_common.c
3391 add presets for Opera and Konqueror, closes patch #517261,
3392 submitted by Ville Skyttä <scop@users.sourceforge.net>
3394 2002-02-24 [alfons] 0.7.2.claws10
3398 fix threading for null message ids, closes patch #521601,
3399 submitted by Bob Forsman <hammor@users.sourceforge.net>
3401 2002-02-24 [alfons] 0.7.2claws9
3405 make Tool | Filter Message work with filtering system so
3406 setting flags also works
3410 - Processing uses the same function as Tool | Filter
3411 Message, but doesn't use the same update proc yet
3413 2002-02-23 [paul] 0.7.2claws8
3415 * sync with sylpheed 0.7.2cvs14
3416 see ChangeLog entries 2002-02-22 and 2002-02-23
3418 2002-02-22 [christoph] 0.7.2claws7
3421 Add column space to table
3422 * src/quote_fmt_parse.y
3425 2002-02-22 [paul] 0.7.2claws6
3433 src/matcher_parser_lex.l
3434 src/matcher_parser_parse.y
3437 src/prefs_filtering.c
3438 src/selective_download.[ch] *** NEW FILES ***
3441 Selective Download added to 'Tool' menu.
3442 Retrieves email headers of the currently selected pop3
3443 account and allows the user to mark emails for deletion
3444 right on the pop3 server. Patch submitted by Oliver Haertel
3445 <oha@users.sourceforge.net>.
3448 add 'src/quote_fmt.c'
3450 2002-02-22 [christoph] 0.7.2claws5
3454 * src/prefs_common.[ch]
3455 * src/prefs_template.c
3456 * src/quote_fmt.c *** NEW FILE ***
3458 move quote format symbol description code
3459 to it's own file because it is used from
3460 differnent code parts
3461 Rewrote symbol description GUI
3464 + get data from array (no more long constant strings)
3465 * src/quote_fmt_lex.l
3466 * src/quote_fmt_parse.y
3467 Symbol for Literal % changed to \% instead of %%
3468 (More logical as \ is used for quoting for other symbols)
3469 Add |f and |p to include files and program output
3471 |f{/home/.../.signature}
3474 Correct wrong spelling for "Referenzen"
3476 2002-02-21 [paul] 0.7.2claws4
3479 forgotten during sync
3481 2002-02-21 [paul] 0.7.2claws3
3483 * sync with sylpheed 0.7.2cvs11
3484 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
3485 2002-02-20 and 2002-02-21
3487 2002-02-20 [melvin] 0.7.2claws2
3489 * src/prefs_actions.c
3490 Added error report when child cannot fork or when execvp
3491 returns with an error.
3493 2002-02-19 [christoph] 0.7.2claws1
3496 return unconverted text if conde conversion is not possible
3497 when libjconv is used.
3498 (patch submitted by "Simon 'corecode' Schubert")
3502 * version 0.7.2claws release
3504 2002-02-19 [paul] 0.7.2claws
3507 updated by Wilbert Berendsen
3510 2002-02-18 [alfons] 0.7.1claws13
3514 remove references to dlfcn and explicitly loading functions
3515 from dynalink libs, because libs linked anyway, and functions
3516 are loaded explicitly
3518 2002-02-17 [melvin] 0.7.1claws12
3520 * src/prefs_actions.c
3521 Replaced children wait loop with double fork technique.
3522 Now, input/output window updated at each new output.
3523 free_children(): Fixed a memory leak.
3524 Made input/output window non closable if running children
3526 Added missing <unistd.h> include.
3527 Added some --debug outputs.
3529 2002-02-17 [melvin] 0.7.1claws11
3532 Fixed bug where descending sort order did not select top
3535 2002-02-17 [melvin] 0.7.1claws10
3538 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
3539 * src/prefs_common.c
3540 Pspell data package directory no more hard coded but
3541 set during configuration (PSPELL_PATH). (Thanks to
3542 Gustavo Noronha Silva.)
3544 2002-02-17 [melvin] 0.7.1claws9
3547 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
3549 Fixed compile-time warnings.
3551 2002-02-16 [alfons] 0.7.1claws8
3554 fix inadvertent free of NULL pointer which caused
3555 sylpheed to crash when closing the save-as dialog
3556 using the window close button
3558 2002-02-16 [carsten] 0.7.1claws7
3559 * src/mainwindow.[ch]
3562 fixes for pixmap theming code:
3563 - recently changed mail attributes shouldn't get
3565 - theme is only reloaded iff another theme was
3568 2002-02-16 [paul] 0.7.1claws6
3570 * sync with sylpheed 0.7.2 release
3571 see ChangeLog entry 2002-02-15 and 2002-02-16
3573 2002-02-15 [paul] 0.7.1claws5
3575 * sync with sylpheed 0.7.1cvs9
3576 see ChangeLog entry 2002-02-15
3579 remove unneeded headerwindow.c entry
3581 2002-02-14 [carsten] 0.7.1claws4
3583 fixed a bug for "Go to next unread message": there was
3584 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
3585 in the prefs, because of doing "Search again" instead
3588 2002-02-14 [carsten] 0.7.1claws3
3589 * src/stock_pixmap.c
3590 removed 2 more mem leaks; following memprof,
3591 this code is "leak free" now :)
3593 2002-02-14 [carsten] 0.7.1claws2
3594 * src/stock_pixmap.c
3595 used opendir/readdir/closedir instead of scandir
3596 -> code should work now on Solaris
3598 2002-02-14 [paul] 0.7.1claws1
3600 * sync with sylpheed 0.7.1cvs8
3601 see ChangeLog entries 2002-02-13 and 2002-02-14
3604 add some description of Actions and Pixmap Themes
3608 * version 0.7.1claws release
3610 2002-02-13 [paul] 0.7.1claws
3615 updated translations, submitted by Ricardo Mones Lastra,
3616 Alessandro Maestri and Fabio Junior Beneditto
3618 2002-02-13 [melvin] 0.7.0claws75
3620 * src/prefs_actions.c
3621 Added missing "signal.h" include
3623 2002-02-13 [melvin] 0.7.0claws74
3625 * src/prefs_folder_item.c
3626 Added missing "config.h" include
3628 Updated French translation for folder propriety.
3630 2002-02-13 [jens] 0.7.0claws73
3633 Added missing src/prefs_folder_item.c [log added by melvin]
3635 Updated German translation.
3637 2002-02-13 [melvin] 0.7.0claws72
3640 Updated French translation.
3642 2002-02-13 [melvin] 0.7.0claws71
3645 Made gtkut_editable_get_selection return NULL if selection
3647 This fixes a bug where selecting part of message A then
3648 switching to message B and replying to it will not
3649 quote the message's body.
3651 2002-02-12 [paul] 0.7.0claws70
3654 cosmetic, relating to pixmap themes: on toolbar make
3655 updating of 'Exec' and 'Compose news/Compose email'
3658 2002-02-12 [carsten] 0.7.0claws69
3664 - refreshing after changing pixmap theme better
3666 - wanted to remove some mem leaks, but alfons was
3667 faster (and had the better solution ;)
3669 2002-02-12 [alfons] 0.7.0claws68
3671 * src/prefs_common.c
3672 * src/stock_pixmap.[ch]
3673 plug mem leaks, refactor code a little bit
3676 2002-02-12 [sergey] 0.7.0claws67
3679 Fixed problem with copying messages to IMAP folders when the
3680 server uses something other than '/' as a namespace separator
3681 (cyrus-imapd uses '.').
3683 2002-02-12 [jens] 0.7.0claws66
3686 Updated German Translation
3688 2002-02-12 [paul] 0.7.0claws65
3690 * sync with sylpheed 0.7.1cvs1
3691 see ChangeLog entry 2002-02-12
3693 2002-02-12 [melvin] 0.7.0claws64
3695 * src/prefs_actions.c
3696 Fixed "feature" where children's output was duplicated
3697 instead of refreshed while monitoring.
3698 Removed some debug code.
3700 2002-02-12 [christoph] 0.7.0claws63
3703 always delete message from queue after sending/send error
3704 (closes bug #509601)
3706 2002-02-12 [melvin] 0.7.0claws62
3708 * src/prefs_actions.c
3709 Children wait loop is now triggered with a timeout of 1s
3710 Added %F which is replaced with the list of filenames
3711 of all selected messages (as suggested by Ricardo Mones Lestra)
3712 Pipe syntax changed. Prefix with | to send selection, postfix
3713 with | to retrieve output. Prefix with > or * to send
3714 user definable input to the command (*: input is hidden)
3715 Old pipe action should now be postfixed with |, too.
3717 2002-02-12 [carsten] 0.7.0claws61 (more 59.75)
3718 * src/stock_pixmap.c
3719 fixed a bug: if there's no theme directory don't
3720 throw an error, just do "nothing" (thanks Alfons)
3722 2002-02-12 [carsten] 0.7.0claws60
3725 had to write the cache twice (nasty!); some marks would
3728 2002-02-11 [carsten] 0.7.0claws59
3731 doc-src/maintainer_guide.txt
3737 src/prefs_common.[ch]
3738 src/stock_pixmap.[ch]
3739 src/summaryview.[ch]
3740 pixmap theming and related work on pixmap
3741 handling on some other places
3742 (e.g. hrm features for all folder)
3743 src/pixmap/stock_*.xpm -> the stock_ was removed
3745 2002-02-11 [paul] 0.7.0claws58
3747 * sync with sylpheed 0.7.1 release
3748 see ChangeLog entries 2002-02-11
3750 2002-02-08 [paul] 0.7.0claws57
3752 * sync with sylpheed 0.7.0cvs39
3753 see ChangeLog entry 2002-02-07 (last entry)
3755 * src/prefs_actions.c
3756 src/prefs_filtering.c
3759 sync: made it compile with C compilers other than gcc
3761 2002-02-07 [paul] 0.7.0claws56
3763 * sync with sylpheed 0.7.0cvs38
3764 see ChangeLog entries 2002-02-06 (last 2 entries) and
3767 2002-02-07 [darko] 0.7.0claws55
3771 Fix const gchar */gchar * issue (thanks Hiro)
3773 2002-02-07 [darko] 0.7.0claws54
3778 * src/prefs_template.c
3780 * src/quote_fmt_parse.y
3783 When replying or forwarding an email don't quote the entire
3784 mail body but use the part of the message text that is selected
3786 2002-02-06 [melvin] 0.7.0claws53
3788 * src/prefs_common.[ch]
3791 Made possible to switch quickly to last used dictionary
3792 which makes checking bilingual documents easier.
3794 2002-02-06 [melvin] 0.7.0claws52
3797 Added forgotten new file src/prefs_actions.c
3799 2002-02-06 [melvin] 0.7.0claws51
3801 * src/prefs_actions.c ** NEW FILE **
3802 * src/prefs_actions.h ** NEW FILE **
3803 Added actions to execute on message text view, or on the
3806 Added src/prefs_actions.[ch]
3808 Added new menu "Edit/Actions"
3810 Added new actionsrc file.
3812 Added actionsrc reading.
3814 Added new menus "Edit/Actions" and "Configuration/Actions..."
3815 * src/prefs_common.h
3816 Added new element actionslst element to prefs_common.
3818 2002-02-06 [paul] 0.7.0claws50
3820 * sync with sylpheed 0.7.0cvs36
3821 see ChangeLog entry 2002-02-06
3826 updated by Ricardo Mones Lastra
3828 2002-02-05 [paul] 0.7.0claws49
3830 * sync with sylpheed 0.7.0cvs33
3831 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
3833 2002-02-05 [paul] 0.7.0claws48
3836 re-add 'Edit/Advanced/Delete entire line', previously named
3839 2002-02-04 [paul] 0.7.0claws47
3843 fix bug #494993 (Reply All not taking Reply-To into consi)
3844 eliminate differences in behaviour of right-click 'Reply to all'
3845 in summary view and 'Reply to all' on the toolbar.
3846 fix bug where Reply-To gets ignored by 'Reply to all' in summary
3847 view and From gets ignored by 'Reply to all' on toolbar.
3848 fix bug where 'Reply to all' on toolbar uses To twice and ignores
3849 From when no Reply-To header is present.
3851 2002-02-04 [paul] 0.7.0claws46
3853 * sync with sylpheed 0.7.0cvs30
3854 see ChangeLog entries 2002-02-03 and 2002-02-04
3856 2002-02-03 [melvin] 0.7.0claws45
3859 Readded function to highlight all misspelled words.
3860 Fixed bug where user-provided-words did not replace
3861 correctly the misspelled word when using the mouse.
3862 Fixed bug where checking a region selected from right to left did
3863 not check the region at all.
3864 Fixed bug where 'Check backwards' may not check at all.
3865 Fixed memory leaks where popup menus and accel_groups were not destroyed.
3866 Fixed possible buffer overflow when checking for long strings (>1k).
3867 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
3868 Accelerators code uses now gtk_widget_add_accel.
3869 Removed and disabled obsolete and unfinished code.
3873 Added menu item to Highlight all misspelled words.
3875 2002-02-01 [paul] 0.7.0claws44
3878 fix '/View/Hide read messages' sensitivity when all
3879 messages in a folder are hidden
3881 2002-02-01 [paul] 0.7.0claws43
3884 add --send option to command line interface, sends all
3885 queued mail. Patch submitted by Ricardo Mones Lastra.
3887 2002-01-31 [paul] 0.7.0claws42
3890 add '/View/Hide read messages' to main_window_set_menu_sensitive()
3892 2002-01-31 [paul] 0.7.0claws41
3894 * sync with sylpheed 0.7.0cvs27
3895 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
3899 comment out elements of textview_show_part() as temporary
3900 workaround for attachment 'Display as text' bug
3903 updated by Fabio Junior Beneditto
3905 2002-01-30 [paul] 0.7.0claws40
3907 * sync with sylpheed 0.7.0cvs24
3908 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
3912 add {N_("/_Spelling"), ... "<Branch>"} to
3913 GtkItemFactoryEntry compose_entries[]
3915 * src/prefs_common.c
3916 add claws menu items to prefs_keybind_apply_clicked()
3917 and remove non-claws menu items
3919 2002-01-29 [paul] 0.7.0claws39
3921 * sync with sylpheed 0.7.0cvs22
3922 see ChangeLog entries 2002-01-28 and 2002-01-29
3924 2002-01-28 [melvin] 0.7.0claws38
3927 Added the declartion of compose_send_control_enter.
3931 Added in a 'Spelling' menu which includes the configuration menu.
3932 Added a real 'Check all' and got rid from the old one which only
3933 highlited misspelled word.
3934 Made 'Check while typing' a disableable option.
3935 Added a dialog when there are no more misspelled word.
3936 Added a dialog if error occurs when switching to a dictionary.
3938 * src/prefs_common.[ch]
3939 Added option for the default 'Check while typing' option.
3942 2002-01-28 [alfons] 0.7.0claws37
3945 fix buglet and make code comply with sylpheed code style
3947 2002-01-28 [paul] 0.7.0claws36
3949 * sync with sylpheed 0.7.0cvs19
3950 see ChangeLog entries for 2002-01-28
3952 2002-01-28 [hoa] 0.7.0claws35
3958 read the renderer config
3961 use the renderer config to convert mime attachments
3964 don't use textview_show_html/ertf,
3965 use get_text_content instead
3967 2002-01-27 [alfons] 0.7.0claws34
3970 make sylpheed believe it can delete a news message...
3971 (messages are NOT deleted, maybe we should remove
3972 processing from the folder properties after all.)
3974 2002-01-27 [alfons] 0.7.0claws33
3979 implement remove_msg()
3981 2002-01-27 [alfons] 0.7.0claws32
3986 fix return receipt / disposition notification again. this
3987 stuff seems to break on _every_ major summary UI change, so
3988 it's now implemented using a flag which is saved in the
3991 2002-01-26 [alfons] 0.7.0claws31
3994 let import dialog show the destination folder identifier
3996 2002-01-26 [melvin] 0.7.0claws30
4000 Readded 'Mark all read' into summary view popup menu
4001 Added 'Mark all read' in folder view popup menu for IMAP
4003 Made it insensitive if the selected folder is not the shown
4004 one to avoid 'Mark all read' on the wrong folder.
4006 2002-01-26 [paul] 0.7.0claws29
4010 move 'Mark all read' from summary view to folder view
4011 menu. (adapted from) patch submitted by Jeremy Andrews,
4012 <lists@kerneltrap.com>
4014 2002-01-25 [alfons] 0.7.0claws28
4017 put the gtk class name back so GtkSText adapts the
4020 2002-01-25 [alfons] 0.7.0claws27
4023 assimilate Ricardo's patch that shows pixmaps instead of
4024 plain "new" and "unread" texts in the folder view column
4027 2002-01-25 [paul] 0.7.0claws26
4030 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can
4031 be found in non-standard locations.
4032 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
4034 2002-01-25 [paul] 0.7.0claws25
4036 * sync with sylpheed 0.7.0cvs16
4037 see ChangeLog entry 2002-01-25
4039 2002-01-24 [paul] 0.7.0claws24
4041 * more sync with sylpheed 0.7.0cvs15
4042 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
4044 2002-01-23 [sergey] 0.7.0claws23
4047 Fixed segfault when closing LDIF import wizard with
4053 Fixed wrong scrolling position after switching between
4054 text and image parts.
4056 2002-01-23 [paul] 0.7.0claws22
4058 * sync with sylpheed 0.7.0cvs15
4059 see ChangeLog entries 2002-01-22 and 2002-01-23
4061 2002-01-21 [melvin] 0.7.0claws21
4063 * src/prefs_scoring.c
4064 * src/prefs_filtering.c
4065 Fixed bug where scoring and filtering windows stopped
4068 2002-01-21 [paul] 0.7.0claws20
4070 * sync with sylpheed 0.7.0cvs12
4071 see ChangeLog entries 2002-01-20 and 2002-01-21
4073 2002-01-21 [carsten] 0.7.0claws19
4076 * src/messageview.[ch]
4077 * src/summaryview.[ch]
4078 changes to shortcuts handling again:
4079 + "Q" now controled by mainwin
4080 + v/V are now customizable and have slightly
4082 the "button" to minimize the messageview (and maximize
4083 the summary view) is a real button now
4085 "Delete Line+" added to Edit/Advanced (this will also
4088 2002-01-20 [melvin] 0.7.0claws18
4091 Made "Bcc" sensitive when addressbook is called from
4092 compose window (it was a Claws only bug).
4094 2002-01-19 [alfons] 0.7.0claws17
4097 prevent unnecessary updates when currently selected folder has
4100 2002-01-19 [alfons] 0.7.0claws16
4103 prevent writing the cache based on current message list in summary
4104 view when filtering also put messages in currently selected folder
4109 Italian translation submitted by Alessandro Maestri
4110 <a.maestri@cs.tin.it>
4112 2002-01-18 [melvin] 0.7.0claws15
4114 * src/prefs_filters.c
4115 fixed bug where 'cancel' from 'filters' window stops autochecking
4116 if the timer timed out when the window was open.
4118 2002-01-18 [match] 0.7.0claws14
4120 * src/addrclip.[ch] ** NEW FILE **
4121 * src/addrselect.[ch] ** NEW FILE **
4122 * src/adbookbase.h ** NEW FILE **
4123 addressbook cut, copy and paste
4125 * src/addrcache.[ch]
4127 * src/addrindex.[ch]
4139 support for copy/paste
4141 support for copy/paste
4142 tidy up menu option processing
4143 correct address list function arguments
4145 sort user attributes
4155 2002-01-18 [paul] 0.7.0claws13
4157 * sync with sylpheed 0.7.0cvs8
4158 configure.in: support Mac OS X (Darwin)
4160 2002-01-18 [carsten] 0.7.0claws12
4162 small hack to fix a segfault with an empty href
4163 (reported by Alexandra Walford <deeni@altern.org>)
4166 the shortcuts for Mark und Mark as unread are hardcoded
4170 readded the shortcuts in gtkstext but made them
4171 customizeable (simply by adding a menu plus a wrapper
4174 2002-01-17 [melvin] 0.7.0claws11
4177 fix default dictionary not being saved.
4179 2002-01-16 [darko] 0.7.0claws10
4182 fix wrapping crash with URL longer than wrapping margin
4184 2002-12-08 [hoa] 0.7.0claws10
4186 * src/matcher_parser_parse.y
4189 * src/prefs_filtering.c
4190 now, we can use bounce action in the dialog box.
4192 2002-01-16 [carsten] 0.7.0claws9
4194 removed the <control> and <alt> shortcuts because they're
4195 not needed and interefered with the "normal" shortcuts
4198 removed most of the hardcoded shortcuts and assigned
4199 them to menu entries making them easy customizable by
4202 2002-01-16 |melvin] 0.7.0claws8
4205 fixed bug where using the mouse and when the compose
4206 window is not on top may result in a crash.
4208 2002-01-16 [melvin] 0.7.0claws7
4211 fixed a long standingspell checker bug which could
4212 cause a crash after sending a message.
4214 2002-01-16 [paul] 0.7.0claws6
4216 * sync with sylpheed 0.7.0cvs7
4217 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
4218 2002-01-15, and 2002-01-16
4220 2002-01-16 [melvin] 0.7.0claws5
4226 Heavily modified spell checker code to work around
4227 ispell bug, to add keyboard shortcuts and for future
4228 enhancements. See README.claws for usage information.
4230 2002-01-15 [alfons] 0.7.0claws4
4233 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
4234 so sorting within threads reflects sort mode
4236 2002-01-15 [christoph] 0.7.0claws3
4239 added alertpanel if mail sending failed
4241 2002-01-15 [alfons] 0.7.0claws2
4243 * src/prefs_filtering.c
4244 don't stop timer when prefs filtering dialog is opened
4246 2002-01-14 [alfons] 0.7.0claws1
4250 remove debug_print()s for privacy reasons
4252 2002-01-14 [darko] 0.7.0claws
4255 quotation wrapping is now also in the main branch
4259 * tools/filter_conv.pl
4260 allow for Boolean Op and case-sensitivity
4261 this file is included in the release and tagged
4264 2002-01-13 [paul] 0.7.0claws
4266 * release 0.7.0, with cvs tag 'rel_0_7_0'
4270 * tools/filter_conv.pl
4272 rewritten to output to matcherrc instead of filteringrc
4275 updated Spanish translation by Ricardo Mones Lastra
4280 update dutch translation
4285 Updated by Fabio Junior Beneditto
4287 2002-01-13 [melvin] 0.6.6claws53
4290 Updated french translation
4292 2002-01-12 [alfons] 0.6.6claws52
4295 plug mem leak that has been sitting there for ages
4297 2002-01-12 [alfons] 0.6.6claws51
4300 undo melvin's changes from 0.6.6claws48 because summary
4301 view now refuses to select first unread message when
4304 2002-01-11 [alfons] 0.6.6claws50
4307 use claws' semantics for getting folder item when
4308 importing an mbox file into a folder
4309 (submitted by Dale P. Smith)
4311 2002-01-11 [christoph] 0.6.6claws49
4314 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
4315 toggle widget, because non static prefs can not use
4316 prefs_set_* functions
4317 * src/prefs_account.c
4318 toggle smtp auth password field sensitivity if
4319 user id is empty and add descrition of usage for
4321 * src/prefs_folder_item.c
4322 use SET_TOGGLE_SENSITIVITY macro to instead of extra
4325 2002-01-11 [melvin] 0.6.6claws48
4328 fix the 'Ctrl-Enter' feature for sending and test really
4329 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
4330 editables which was not documented in Gtk)
4333 Made summaryview refresh after sorting and not before.
4335 2002-01-11 [christoph] 0.6.6claws47
4338 select account from account ids if possible and
4339 correctly set save folder for copy in reedit
4341 2002-01-10 [paul] 0.6.6claws46
4343 * sync with sylpheed 0.7.0 release
4344 see ChangeLog entries 2002-01-07, 2002-01-08 and
4350 remove more dirt traces...
4355 clean up some traces of my debugging stuff
4357 2002-01-09 [alfons] 0.6.6claws45
4360 break up filteringprop_apply() in three separate pieces
4361 so we can drop messages that failed processing in the
4365 fix bug #469598 "no refresh of inbox after filter" which
4366 was introduced by the new summary view locking, and which
4367 prevented the summary view to update after a manual filter
4368 message. claw's filter message requires a summary_show().
4369 (aargh, summary_show() again! :-)
4371 2002-01-07 [alfons] 0.6.6claws44
4373 * src/headerwindow.c
4376 * src/sourcewindow.c
4377 bring in Hiro's last 0.7.0 wm class fixes
4380 bring in Ricardo's fix for sylprint script
4384 * src/prefs_common.[ch]
4385 * src/prefs_account.[ch]
4387 clean up account preference poison in rfc2015,
4388 and preparation to fix double sign bug
4389 (patch submitted by Simon 'corecode' Schubert)
4391 2002-01-07 [christoph] 0.6.6claws43
4394 search for free message number, do not only rely
4397 fix smtp auth and use extra account information
4398 if available, if not use pop3 data instead
4399 (closes bug #500341)
4403 2002-01-06 [alfons] 0.6.6claws42
4406 try making the separate windows work again...
4408 2002-01-06 [alfons] 0.6.6claws41
4411 adapt Hiro's separate window menu (to get rid of the funny
4412 duplicate menu items), and make it work again
4414 2002-01-06 [alfons] 0.6.6claws40
4419 * tools/README.sylprint
4420 add sylprint script for printing mails from Sylpheed
4421 (contributed by Ricardo Mones Lastra)