1 2002-07-30 [paul] 0.8.0claws29
3 * tools/OOo2sylpheed.pl ** NEW FILE **
5 add script to enable sending documents as
6 attachments from OpenOffice.org
8 2002-07-30 [melvin] 0.8.0claws28
11 Made the actions' input/output dialog display
14 2002-07-30 [christoph] 0.8.0claws27
17 check if folder_item_get_msginfo in
18 procmsg_save_to_outbox returned NULL
20 2002-07-30 [paul] 0.8.0claws26
23 see ChangeLog 2002-07-29
25 2002-07-29 [thorsten] 0.8.0claws25
28 added selective download, delete on server
30 2002-07-29 [paul] 0.8.0claws24
33 see ChangeLog 2002-07-29
35 2002-07-27 [christoph] 0.8.0claws23
38 add extra check if fetching the msginfo
41 2002-07-27 [paul] 0.8.0claws22
44 see ChangeLog 2002-07-26
46 2002-07-27 [christoph] 0.8.0claws21
49 add another check if a valid msginfo
52 2002-07-26 [hoa] 0.8.0claws20
55 Fixed a condition in folder_item_destroy()
58 Fixed an error in IMAP protocol
60 2002-07-26 [alfons] 0.8.0claws19
63 ofcourse compare with identifier, not the path
65 2002-07-26 [alfons] 0.8.0claws18
68 use folder item identifier for saving / restoring
69 preferences because folder->path might not be unique
71 2002-07-26 [melvin] 0.8.0claws17
74 Fixed a crash introduced in 0.8.0claws5 when log is
75 cut under 80 characters.
77 2002-07-26 [paul] 0.8.0claws16
80 see ChangeLog 2002-07-26
82 2002-07-26 [christoph] 0.8.0claws15
85 imap folder now remembers the last selected
86 folder and imap_fetch_msginfo skips selecting
87 the folder if it is already selected
89 2002-07-26 [christoph] 0.8.0claws14
94 fix imap folder rescanning
96 2002-07-25 [christoph] 0.8.0claws13
106 implement imap uid cache and uid validity check
108 2002-07-25 [alfons] 0.8.0claws12
111 fix a brown paper bag bug, and also add some more
114 2002-07-25 [christoph] 0.8.0claws11
117 don't mix copy, fetch_msginfo and remove
118 operations in folder item copy and move
121 2002-07-25 [christoph] 0.8.0claws10
125 * src/prefs_folder_item.c
126 * src/summaryview.[ch]
127 remove no longer required parameter update_cache from
130 2002-07-25 [paul] 0.8.0claws9
137 2002-07-24 [alfons] 0.8.0claws8
140 sort correctly when using simplified subject line
141 (closes feature request "[ 585141 ] applying regexp to subject
142 before sort" submitted by Alexandra Walford)
144 2002-07-24 [paul] 0.8.0claws7
146 * sync with 0.8.0cvs3
147 see ChangeLog 2002-07-24
149 2002-07-23 [christoph] 0.8.0claws6
156 o separate processing and summaryview
157 o removed summary_write_cache from summaryview
158 o removed summaryview->killed_messages, because we don't have
159 to keep a list of killed messages anymore. New cache will
160 keep the hidden messages in cache anyway
163 * src/selective_download.c
164 o removed unnecessary summary_write_cache calls
166 o don't set ignore thread flag in procmsg_get_thread_tree
170 o moved STATUSBAR_PUSH/POP to statusbar.h because
171 they are used in different files
173 2002-07-23 [melvin] 0.8.0claws5
179 * src/editldap_basedn.c
182 Fixed few memory leak (gtk_editable_get_chars returns
185 Fixed few memory leak (gtk_editable_get_chars returns
186 an allocated string) and modified a little the log cutting
189 Replaced a call to an obsolete function gtk_entry_get_text()
190 by gtk_editable_get_chars()
192 Removed a debug printf
194 2002-07-23 [christoph] 0.8.0claws4
197 fix another g_dirname memory leak
199 2002-07-23 [christoph] 0.8.0claws3
202 fixed a memory leak in mh_fetch_msginfo
203 fixed crash when message header could not be
206 2002-07-23 [paul] 0.8.0claws2
208 * sync with 0.8.0cvs2
209 see ChangeLog 2002-07-23
211 2002-07-23 [paul] 0.8.0claws1
213 * sync with 0.8.0cvs1
214 see ChangeLog 2002-07-23
216 2002-07-23 [paul] 0.8.0claws
218 * release of 0.8.0claws
220 2002-07-23 [paul] 0.7.8claws99
223 new Russian translation, submitted by
224 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
226 2002-07-22 [jens] 0.7.8claws98
229 Updated German translations.
231 2002-07-22 [paul] 0.7.8claws97
237 updated translations by Ricardo Mones Lastra,
238 Alessandro Maestri, Wilbert Berendsen and
239 Fabio Jr. Beneditto respectively
241 2002-07-22 [christoph] 0.7.8claws96
244 fix memory leak caused by wrong g_dirname usage
246 2002-07-22 [christoph] 0.7.8claws95
249 update new and unread message counts for summaryview
250 summaryview does not get it from the folder anymore
251 and has to update the values itself
253 2002-07-22 [melvin] 0.7.8claws94
256 Updated French translations.
258 2002-07-22 [christoph] 0.7.8claws93
261 set prop->preg pointer to NULL or following check
262 will not fail and regexec will be called with
265 2002-07-21 [alfons] 0.7.8claws92
267 * src/prefs_common.[ch]
268 remove option "Send return receipt on request"
270 2002-07-21 [thorsten] 0.7.8claws91
273 fixed memleaks, coding style as pointed out by alfons
275 2002-07-21 [alfons] 0.7.8claws90
278 * src/noticeview.[ch]
279 o fix bug notice view being displayed when going to empty folder
280 (noticed by Christoph)
281 o allow RRR to be sent when restarting sylpheed, or changing folder
282 (noticed by Thorsten)
284 2002-07-21 [thorsten] 0.7.8claws89
287 Included save_all patch from Xaview FACQ
288 added support for pathnames
290 2002-07-21 [alfons] 0.7.8claws88
295 * src/messageview.[ch]
296 * src/noticeview.c ** NEW FILE **
297 * src/noticeview.h ** NEW FILE **
298 make return receipts work again
299 (UI idea by Leandro Pereira)
301 2002-07-21 [paul] 0.7.8claws87
304 fix sensitivity of 'Select thread'
306 2002-07-21 [paul] 0.7.8claws86
309 add browser command line for Galeon
311 2002-07-21 [paul] 0.7.8claws85
314 fix 'EXTRA_DIST': remove README.README, add TODO
317 2002-07-21 [alfons] 0.7.8claws84
320 make enter clear selection
321 (closes "[ 579888 ] Editor selection/entry error"
322 reported by Steve Lamb)
324 2002-07-21 [alfons] 0.7.8claws83
327 sort message list when selecting unthread messages
328 (closes "[ 501593 ] switching threaded view doesn't sort"
329 reported by Simon Schubert)
331 2002-07-20 [alfons] 0.7.8claws82
336 2002-07-20 [thorsten] 0.7.8claws81
339 Fixed expansion of empty fields in matchactions
341 2002-07-19 [melvin] 0.7.8claws80
344 Removed a duplicate menu entry (fast mode) introduced during
346 Added a menu separator between 'Use alternate' and 'Fast mode'
348 2002-07-19 [paul] 0.7.8claws79
354 2002-07-19 [thorsten] 0.7.8claws78
356 * tools/calypso_convert.pl ** NEW FILE **
359 script to import mbox files exported
361 o generates folder structure
362 o includes attachments
364 2002-07-19 [melvin] 0.7.8claws77
366 * src/selective_download.[ch]
367 Fixed bug where closing the dialog with the window manager's
368 close button will not unlock the summary
369 Corrected some function declarations that missed a return value
370 Made the source code comply better with coding style.
372 Added new browser command line for Mozilla.
374 2002-07-18 [paul] 0.7.8claws76
377 src/selective_download.[ch]
378 reflect theme changes, fix Gdk Warning when creating
379 pixmap from NULL window, and minor clean up.
380 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
385 2002-07-17 [paul] 0.7.8claws75
393 2002-07-16 [paul] 0.7.8claws74
395 * tools/filter_conv.pl
397 replace conversion script with reimplemented version,
398 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
400 2002-07-16 [colin] 0.7.8claws73
403 remove forgotten debug messages - sorry ;-)
405 2002-07-16 [colin] 0.7.8claws72
411 add the ability to select part of a text mime-part
414 2002-07-15 [christoph] 0.7.8claws71
417 fix folder message count for folders without
418 msg_is_changed (includes news folders)
420 2002-07-15 [martin] 0.7.8claws70
423 option "display recipient on 'From'..." now works
424 without the need of enabling the option
425 "display sender using address book".
427 2002-07-15 [christoph] 0.7.8claws69
430 removed setting folder status from summaryview.
431 folder.c should update all message counts correctly.
433 2002-07-15 [paul] 0.7.8claws68
436 updated by Fabio Junior Beneditto
438 2002-07-15 [darko] 0.7.8claws67
441 Fixed target folder colorization, don't decrease op
444 2002-07-14 [paul] 0.7.8claws66
446 * sync with main 0.8.0
447 see ChangeLog 2002-07-14
449 2002-07-13 [melvin] 0.7.8claws65
454 Replaced sprintf by g_snprintf to prevent possible buffer
457 Corrected a log message output format.
458 Added a missing "done" debug output.
460 Added keyboard accelerator for Priority menu items
461 Added missing \n in debug output
465 Added missing \n in debug output
467 2002-07-13 [paul] 0.7.8claws64
470 change Sergey's email address to the sf address
473 increase show_url_timeout (more useful for long
476 2002-07-12 [sergey] 0.7.8claws63
479 applied (with some modifications) patch to set the
480 micalg parameter for signatures
481 (2001-08-28 Werner Koch <wk@gnupg.org>)
483 2002-07-12 [sergey] 0.7.8claws62
487 fixed man page installation
489 2002-07-12 [paul] 0.7.8claws61
491 * sync with 0.7.8cvs26
492 see ChangeLog 2002-07-11 and 2002-07-12
494 2002-07-11 [christoph] 0.7.8claws60
498 first use the message number to find the message
499 to mark with a reply flag but check the
500 message-id if we got the correct message, if not
501 try to find it by message-id.
502 use new string seperator that is not allowed
505 2002-07-11 [paul] 0.7.8claws59
507 * sync with 0.7.8cvs23
508 see ChangeLog 2002-07-10
510 2002-07-10 [christoph] 0.7.8claws58
514 Added message-id table to the cache in memory
515 and functions to msgcache.c and folder.c to
516 fetch MsgInfos by message id
519 store folder and message-id of message replying
520 to in queue header and set reply flag after sending
523 2002-07-10 [paul] 0.7.8claws57
527 add Martin to the list of authors
529 2002-07-09 [martin] 0.7.8claws56
531 Added gtk_ctree_last_visible(), tree_update_level(),
532 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
533 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
534 from gtk+ to gtksctree.c for the new sorting code
535 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
536 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
538 Added declaration for gtk_sctree_sort_recursive() and
544 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
545 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
547 2002-07-08 [paul] 0.7.8claws55
549 * more sync with 0.7.8cvs21
550 see ChangeLog 2002-07-08
552 2002-07-08 [paul] 0.7.8claws54
554 * sync with 0.7.8cvs21
555 see ChangeLog 2002-07-08
557 2002-07-07 [alfons] 0.7.8claws53
560 * src/stock_pixmap.[ch]
561 * src/pixmaps/notice_warn.xpm ** NEW FILE **
562 * src/pixmaps/notice_error.xpm ** NEW FILE **
563 * src/pixmaps/notice_note.xpm ** NEW FILE **
564 add new pixmaps for upcoming notice pane
566 2002-07-06 [melvin] 0.7.8claws52
569 Made them a bit closer to Sylpheed's coding style.
571 Removed possible memory leaks when some errors occurs.
573 2002-07-06 [melvin] 0.7.8claws51
576 Removed --no-location in xgettext command line to help
577 translators that use Emacs' po-mode
579 Removed unnecessary comments that messed up sylpheed.pot
581 2002-07-06 [paul] 0.7.8claws50
583 * sync with 0.7.8cvs19
584 see ChangeLog 2002-07-05
586 2002-07-06 [christoph] 0.7.8claws49
590 fix folder_item_remove_all_msg and folderview
591 status for trash folders after emptying trash
593 2002-07-05 [paul] 0.7.8claws48
595 * sync with 0.7.8cvs16
596 see ChangeLog 2002-07-04 and 2002-07-05
598 2002-07-04 [paul] 0.7.8claws47
600 * sync with 0.7.8cvs14
601 see ChangeLog 2002-07-04
603 2002-07-03 [alfons] 0.7.8claws46
606 dupe folder item's path because it's being reallocated
607 by new folder scanning code
609 2002-07-03 [christoph] 0.7.8claws45
612 better IMAP uid fetching using 'FETCH 1:* (UID)'
614 add missing return in msgcache_write
616 2002-07-02 [thorsten] 0.7.8claws44
621 use binary mode for file access
623 2002-07-02 [christoph] 0.7.8claws43
625 * major code cleanup (part 1)
627 - unused variables removed
628 - unused functions removed
629 - uninitialized variables checked
630 - missing return statements added
631 - missing function return types added
632 - added parentheses around assignment and
633 && in || when suggested by gcc
637 replaced direct calls to folder->scan_tree
638 with folder_scan_tree and restore folder
639 prefs in this function. The folder should
640 not have to deal with them.
641 ( Should now work for all folder types )
643 2002-07-02 [paul] 0.7.8claws42
645 * sync with 0.7.8cvs13
646 see ChangeLog 2002-07-01 and 2002-07-02
648 2002-07-01 [christoph] 0.7.8claws41
651 fix "goto next/prev unread message" with
654 2002-07-01 [paul] 0.7.8claws40
657 updated by Ricardo Mones Lastra
659 2002-06-30 [match] 0.7.8claws39
662 applied variation of leonerd's patch (566661) to
663 allow multiple email addresses per JPilot entry.
664 addresses may be separated by space, comma, pipe,
665 semi-colon, new-line.
667 2002-06-30 [alfons] 0.7.8claws38
670 simple fix for putting older nodes before
671 newer nodes when threading by subject
673 2002-06-30 [christoph] 0.7.8claws37
680 fix broken folder tree rescaning
681 and don't use procmsg_get_mark_sum
684 2002-06-30 [christoph] 0.7.8claws36
686 * merge new cache branch
688 fix new cache imap copy bug
690 improved folder_item_scan
691 it should now always set the correct
692 new, unread and total message counts
694 2002-06-29 [paul] 0.7.8claws35
699 2002-06-29 [paul] 0.7.8claws34
703 man/Makefile.am ** NEW FILE **
704 man/sylpheed.1.gz ** NEW FILE **
705 add Sylpheed man page
707 2002-06-29 [paul] 0.7.8claws33
710 updated by Fabio Junior Beneditto
712 2002-06-28 [jens] 0.7.8claws32
717 * src/selective_download.c
718 removed gettext for space " "
723 2002-06-28 [paul] 0.7.8claws31
725 * sync with 0.7.8cvs11
726 see ChangeLog 2002-06-28
728 2002-06-28 [paul] 0.7.8claws30
730 * sync with 0.7.8cvs10
731 see ChangeLog 2002-06-27 and 2002-06-28
733 2002-06-26 [paul] 0.7.8claws29
736 src/selective_download.c
737 don't gettextise empty strings.
738 reserved by gettext. gettext("") returns
739 the header entry with meta information,
745 2002-06-26 [paul] 0.7.8claws28
747 * sync with 0.7.8cvs7
748 see ChangeLog 2002-06-25
751 ...and in the process, tweak the gui a little
753 2002-06-25 [alfons] 0.7.8claws27
757 fine tune ldap library detection
759 2002-06-25 [alfons] 0.7.8claws26
762 don't allow return receipts when composing a news article
764 2002-06-25 [paul] 0.7.8claws25
767 add '$(AMTAR)' to 'release' section to allow for
768 new and older autotools
770 2002-06-25 [paul] 0.7.8claws24
773 fix "No more unread messages" persistant pop-up
776 2002-06-25 [paul] 0.7.8claws23
779 updated by Alessandro Maestri
781 2002-06-25 [paul] 0.7.8claws22
783 * sync with 0.7.8cvs6
784 see ChangeLog 2002-06-25
786 2002-06-24 [paul] 0.7.8claws21
789 add GPL copyright information
791 2002-06-24 [paul] 0.7.8claws20
795 tools/update-po ** NEW FILE **
796 add script that eases the creation of *.po files
797 Submitted by Wilbert Berendsen <wilbert@oswf.org>
799 2002-06-23 [alfons] 0.7.8claws19
802 make notification_convert_header obey const correctness
803 (next step will be fixing the broken return receipt)
805 2002-06-23 [paul] 0.7.8claws18
808 fix bug introduced in last commit:
809 removed too much code in last commit - put back what's
812 2002-06-23 [paul] 0.7.8claws17
814 * src/messageview.[ch]
815 remove code committed in error from locally patched
818 2002-06-23 [colin] 0.7.8claws16
821 add compose_entry_select(), used to select the default_to
822 email address - hopefully avoiding people sending mails to
825 2002-06-22 [alfons] 0.7.8claws15
828 add Bram Metsch & Stanislav Karchebny
830 * src/prefs_account.[ch]
832 - apply and adapt Bram's patch which allows user to set SMTP AUTH
833 options. (see <http://sourceforge.net/tracker/index.php
834 ?func=detail&aid=566937&group_id=25528&atid=384600>);
836 - merge Stanislav's fix to make SMTP AUTH work with qmail
837 (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
839 2002-06-22 [paul] 0.7.8claws14
841 * sync with 0.7.8cvs5
842 see ChangeLog 2002-06-19 and 2002-06-20
844 2002-06-22 [alfons] 0.7.8claws13
846 * src/selective_download.c
847 fix a stupid mistake I made
849 2002-06-22 [alfons] 0.7.8claws12
851 * src/selective_download.[ch]
852 fix another unnoticed leak; cleanup code
857 gpg-sign <-- gpg-sign-syl
859 2002-06-21 [alfons] 0.7.8claws11
861 * src/selective_download.c
862 * src/selective_download.h
863 fix assorted mix of allocation errors (should solve
864 problem reported by Philippe Gramoullé, see:
865 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
867 2002-06-20 [melvin] 0.7.8claws10
869 * tools/gpg-sign *REMOVED*
870 tools/gpg-sign-syl *ADDED*
871 Replaced the gpg clearsigning script with the version using
872 xterm instead of ssh-askpass and changed its name.
875 Updated actions example to reflect the renaming of the
876 gpg clearsigning script.
878 2002-06-19 [paul] 0.7.8claws9
880 * sync with 0.7.8claws9
881 see ChangeLog 2002-06-18 and 2002-06-19
883 2002-06-19 [paul] 0.7.8claws8
885 * sync with 0.7.8cvs1
886 see ChangeLog 2002-06-18
888 2002-06-18 [alfons] 0.7.8claws7
891 add omitted prototype
893 2002-06-17 [paul] 0.7.8claws6
896 fix hiding of exec_btn
898 2002-06-17 [paul] 0.7.8claws5
901 remove unneeded code: should_delete()
902 and Pop3State::uidl_todelete_list
904 2002-06-17 [paul] 0.7.8claws4
907 see ChangeLog 2002-06-11 and 2002-06-13
909 2002-06-16 [alfons] 0.7.8claws3
912 make sure lock sort mode (claws specific) is
913 also persists after a tree rescan
915 2002-06-16 [alfons] 0.7.8claws2
917 * src/prefs_folder_item.c
919 fix persistence of folder sort mode (broken
920 by adapting Hiro's new folder persistence code)
922 2002-06-16 [alfons] 0.7.8claws1
926 * src/prefscommon.[ch]
927 control size of log text in log window;
928 closes patch #569155 submitted by Mitko Haralanov.
930 2002-06-15 [paul] 0.7.8claws
932 * release of 0.7.8claws
934 2002-06-15 [paul] 0.7.7claws
937 updated by Fabio Junior Beneditto
939 2002-06-14 [paul] 0.7.6claws49
942 updated by Ricardo Mones Lastra
944 2002-06-14 [paul] 0.7.6claws48
947 updated translation by Wilbert Berendsen
949 2002-06-14 [melvin] 0.7.6claws47
952 Updated French translation
954 2002-06-13 [paul] 0.7.6claws46
957 allow filename to be typed in, rather than just
958 selected by the mouse. Patch by Gustavo Noronha Silva.
960 2002-06-13 [alfons] 0.7.6claws45
962 * src/mainwindow.[ch]
963 more cleanups (removing unnecessary menu items Expand
964 summary / message view)
966 2002-06-13 [melvin] 0.7.6claws44
969 Added src/string_match.c
971 Fixed possible buffer overflow.
973 Added missing config.h header.
977 Made some strings translatable (missing _(..)).
979 2002-06-13 [melvin] 0.7.6claws43
982 Corrected action example (verifying clearsigned mail).
983 * src/prefs_account.c
986 Removed incorrect line that generated a Gtk-CRITICAL msg.
988 2002-06-12 [alfons] 0.7.6claws42
991 add init of score column lost in 0.7.6claws42
993 2002-06-12 [paul] 0.7.6claws41
995 * src/prefs_account.c
996 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the
997 behavior of the radio buttons, (from 0.7.7cvs2)
999 2002-06-11 [alfons] 0.7.6claws40
1001 * src/messageview.[ch]
1002 * src/summaryview.[ch]
1003 * src/summary_search.c
1005 perform a sync to bring in Hiro's separate view implementation
1007 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
1009 2002-06-11 [paul] 0.7.6claws39
1011 * src/prefs_account.c
1012 correct a typo on the Receive tab
1014 2002-06-10 [match] 0.7.6claws38
1017 Included address completion patch from Gustavo Noronha.
1019 2002-06-10 [paul] 0.7.6claws37
1023 src/prefs_account.[ch]
1024 src/selective_download.[ch]
1027 - check if POP Account
1028 - Receive Button renamed to Preview
1029 - Preview Button Popup: preview new/all messages
1031 - Account Preferences-->Receive tab checkbutton if you
1032 want to remove Mail after Download
1034 - Account Preferences-->Receive tab checkbutton use
1035 filtering rules on preview
1036 (think of delete_on_server)
1038 - Account selectable from SD dialog
1039 - checkbutton to show already downloaded messages if
1040 all messages are previewed
1041 - new clist column showing Date
1044 - play ball with UIDL
1045 - fault tolerant (?)
1046 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
1048 2002-06-10 [melvin] 0.7.6claws36
1051 Added a hint to ac/README in cvs instructions.
1053 * src/prefs_actions.c
1054 Made it possible to use a more elaborate command line
1055 for asynchronous actions, too.
1057 2002-06-10 [melvin] 0.7.6claws35
1059 * src/prefs_actions.c
1060 Make it possible to use a more elaborate command line
1061 (e.g. |foo|bar|cat>there;echo Done|)
1062 Corrected error message when calling %f, %F and %p commands
1063 from the compose window.
1065 2002-06-09 [colin] 0.7.6claws34
1068 Automatically find unread messages in current folder
1069 before annoying the user.
1071 2002-06-08 [alfons] 0.7.6claws33
1074 remove bad formatting string in it.po translation
1075 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
1077 2002-06-08 [paul] 0.7.6claws32
1079 * sync with 0.7.6cvs25
1080 see ChangeLog 2002-06-07
1082 2002-06-05 [paul] 0.7.6claws31
1085 add 'Sort by locked' and 'Sort by score'
1087 2002-06-05 [paul] 0.7.6claws30
1089 * sync with 0.7.6cvs24
1090 see ChangeLog 2002-06-04
1092 2002-06-04 [paul] 0.7.6claws29
1095 updated by Fabio Junior Beneditto
1097 2002-06-03 [thorsten] 0.7.6claws28
1100 fclose() matcherrc after reading
1102 2002-06-03 [paul] 0.7.6claws27
1104 * sync with 0.7.6cvs21
1105 see ChangeLog 2002-05-31
1107 2002-05-31 [paul] 0.7.6claws26
1109 * sync with 0.7.6cvs20
1110 see ChangeLog 2002-05-29 and 2002-05-30
1112 2002-05-31 [paul] 0.7.6claws25
1115 hopefully fix last buggy sync
1118 correct typo in 'Actions' examples
1120 2002-05-29 [paul] 0.7.6claws24
1122 * sync with 0.7.6cvs18
1123 see ChangeLog 2002-05-28 and 2002-05-29
1129 2002-05-28 [paul] 0.7.6claws23
1131 * sync with 0.7.6cvs16
1132 see ChangeLog 2002-05-28
1134 2002-05-27 [thorsten] 0.7.6claws22
1136 * faq/it/sylpheed-faq-1.html
1137 faq/it/sylpheed-faq-2.html
1138 faq/it/sylpheed-faq-3.html
1139 faq/it/sylpheed-faq.html
1140 corrected DOS lineendings
1141 * faq/de/sylpheed-faq-1.html
1142 faq/de/sylpheed-faq-2.html
1143 faq/en/sylpheed-faq-1.html
1144 faq/en/sylpheed-faq-2.html
1145 faq/en/sylpheed-faq-3.html
1146 faq/es/sylpheed-faq-1.html
1147 faq/es/sylpheed-faq-2.html
1148 faq/es/sylpheed-faq-3.html
1149 faq/fr/sylpheed-faq-1.html
1150 faq/it/sylpheed-faq-1.html
1151 faq/it/sylpheed-faq-2.html
1152 faq/it/sylpheed-faq-3.html
1153 faq/it/sylpheed-faq.html
1154 changed ">" to "
1156 2002-05-27 [paul] 0.7.6claws21
1158 * sync with 0.7.6cvs15
1159 see ChangeLog 2002-05-27
1161 2002-05-27 [paul] 0.7.6claws20
1163 * src/prefs_account.c
1166 2002-05-26 [paul] 0.7.6claws19
1171 2002-05-25 [paul] 0.7.6claws18
1174 add description of kmail2sylpheed.pl
1176 2002-05-25 [paul] 0.7.6claws17
1178 * tools/kmail2sylpheed.pl ** NEW FILE **
1179 perl script that converts an exported Kmail address
1180 book, converts it to sylpheed addressbook file,
1181 writes the file to .sylpheed, and updates
1184 2002-05-25 [paul] 0.7.6claws16
1186 * sync with 0.7.6cvs14
1187 see ChangeLog 2002-05-23
1189 2002-05-24 [paul] 0.7.6claws15
1192 make a correction and add some more info
1194 2002-05-24 [paul] 0.7.6claws14
1198 compose_redirect_write_headers_from_headerlist()
1199 add Subject and Resent-Message-ID to
1200 compose_redirect_write_headers()
1201 Received, Subject, and X-UIDL are filtered out in
1202 compose_redirect_write_to_file()
1204 2002-05-23 [paul] 0.7.6claws13
1210 src/matcher_parser_lex.l
1211 src/matcher_parser_parse.y
1212 src/prefs_common.[ch]
1213 src/prefs_filtering.c
1215 rename 'Bounce' to 'Redirect'
1217 2002-05-23 [paul] 0.7.6claws12
1219 * more sync with 0.7.6cvs13
1221 see ChangeLog 2002-05-22
1223 2002-05-22 [paul] 0.7.6claws11
1225 * sync with 0.7.6cvs13
1227 see ChangeLog 2002-05-20
1229 see ChangeLog 2002-05-22
1231 2002-05-21 [melvin] 0.7.6claws10
1234 Added missing filtering and scoring headers
1235 Fixed bad function call that showed garbage
1236 in Folder->Processing
1238 2002-05-21 [paul] 0.7.6claws9
1241 make all tools executable, (patch by Alfons).
1243 2002-05-20 [alfons] 0.7.6claws8
1246 don't forget to call mktime() so we have a valid week
1248 (Bug report by Roger Sondermann <mail@jumaros.de>)
1250 2002-05-20 [paul] 0.7.6claws7
1253 fix broken parsing of urls
1255 fix displaying of urls
1257 both fixes from the patch [547855] by Eugene
1260 2002-05-19 [alfons] 0.7.6claws6
1263 make sylpheed configure correctly with the latest
1264 and greatest of automake / autoconf / gettext
1266 2002-05-19 [alfons] 0.7.6claws5
1270 add function for returning ime zone offset
1272 * src/quote_fmt_parse.y
1273 better quotation formatting - does not convert
1274 to local time, but uses the original date string.
1276 Note: %z inserts the timezone offset (should
1277 work also on platforms where strftime does not
1280 2002-05-18 [christoph] 0.7.6claws4
1283 fix indentation of some code
1288 correct path for ignorethread.xpm
1289 incorrect filename for sylpheed_logo.xpm
1290 add missing include matcher_parser_parse.h
1292 2002-05-18 [paul] 0.7.6claws3
1294 * sync with 0.7.6cvs8
1295 see ChangeLog 2002-05-16 and 2002-05-17
1297 2002-05-18 [melvin] 0.7.6claws2
1300 Corrected an action's definition and fixed some misspellings.
1302 2002-05-18 [paul] 0.7.6claws1
1305 tools/gpg-sign ** new file **
1306 tools/uudec ** new file **
1307 add Melvin's Actions scripts
1310 add Melvin's descriptions for Actions
1312 2002-05-18 [paul] 0.7.6claws
1314 * Version 0.7.6claws released
1316 2002-05-17 [paul] 0.7.5claws32
1319 updated by Ricardo Mones Lastra
1321 2002-05-17 [paul] 0.7.5claws31
1324 fix Account prefs default folder for sent/draft/deleted
1329 updated translation by Alessandro Maestri and
1332 2002-05-17 [melvin] 0.7.5claws30
1334 * src/prefs_actions.c
1335 Fixed bug where using %F not at the end of the command
1336 resulted in an additional empty argument being created.
1337 Thanks to Darko Koruga for reporting the bug.
1339 2002-05-17 [melvin] 0.7.5claws29
1342 Updated French translations.
1344 2002-05-15 [paul] 0.7.5claws28
1347 updated by Ricardo Mones Lastra
1349 2002-05-15 [paul] 0.7.5claws27
1351 * sync with 0.7.6cvs4
1352 see ChangeLog 2002-05-14 and 2002-05-15
1354 2002-05-14 [paul] 0.7.5claws26
1356 * sync with 0.7.6cvs1
1357 see ChangeLog 2002-05-13
1359 2002-05-13 [thorsten] 0.7.5claws25
1362 fix select_all and copy in multipart messages
1364 fix select_all and copy in multipart messages
1366 2002-05-12 [paul] 0.7.5claws24
1369 reverse last commit, bug already fixed in 0.7.5claws3
1371 2002-05-12 [netztorte] 0.7.5claws23
1374 dont parse empty addressbook (checked in before claws20)
1376 2002-05-12 [melvin] 0.7.5claws22
1379 Removed unneeded priority code introduced by the previous
1382 2002-05-12 [melvin] 0.7.5claws21
1385 Added possibility to set message's priority.
1387 Added possibility to set message's priority.
1388 Added missing headers
1390 2002-05-12 [melvin] 0.7.5claws20
1392 * src/prefs_actions.c
1393 Removed implicitely added quotes around the name
1394 of the temporary files of mime parts.
1396 2002-05-12 [paul] 0.7.5claws19
1398 * sync with 0.7.5cvs20
1399 see ChangeLog 2002-05-11
1401 2002-05-12 [alfons] 0.7.5claws18
1403 * src/quote_fmt_lex.l
1404 * src/quote_fmt_parse.y
1405 allow quote / reply date & time format to be set using
1406 %D{format}. format is a format string you'd pass to
1407 strftime() (see man strftime, or the Display tab |
1408 Date format setting).
1410 Currently %D converts the date to local time.
1412 2002-05-11 [paul] 0.7.5claws17
1414 * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
1415 see ChangeLog 2002-05-10 and 2002-05-11
1417 2002-05-10 [paul] 0.7.5claws16
1419 * sync with 0.7.5cvs16
1420 see ChangeLog entries 2002-05-09 and
1423 2002-05-10 [colin] 0.7.5claws15
1426 Corrected a bug that prevented sylpheed to open
1427 double-clicked URIs.
1429 2002-05-09 [paul] 0.7.5claws14
1431 * sync with 0.7.5cvs14
1432 see ChangeLog 2002-05-08 and 2002-05-09
1434 2002-05-08 [paul] 0.7.5claws13
1436 * sync with 0.7.5cvs11
1437 see ChangeLog entry 2002-05-08
1439 2002-05-08 [paul] 0.7.5claws12
1443 fix segfault on View->Open in new window
1444 patch submitted by Thorsten Maerz <torte@netztorte.de>
1446 2002-05-07 [paul] 0.7.5claws11
1448 * sync with 0.7.5cvs9
1449 see ChangeLog entry 2002-05-07
1451 2002-05-06 [paul] 0.7.5claws10
1455 display url in statusbar on single-click
1456 patch submitted by Thorsten Maerz <torte@netztorte.de>
1458 2002-05-06 [match] 0.7.5claws9
1465 XML implementation of properties file.
1466 * src/exporthtml.[ch]
1467 * src/expthtmldlg.[ch]
1471 2002-05-02 [sergey] 0.7.5claws8
1473 * src/mainwindow.c (mainwin_entries),
1474 src/prefs_common.c (prefs_send_create()),
1475 src/codeconv.c (locale_table):
1476 use charset name "Windows-1251" instead of "CP1251".
1478 2002-05-02 [colin] 0.7.5claws7
1482 src/prefs_folder_item.c
1483 Fixed cosmetics bugs due to Outbox renamed to Sent.
1485 2002-05-02 [hiro] 0.7.5claws6
1488 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
1490 2002-05-02 [paul] 0.7.5claws5
1493 more sync with 0.7.5cvs7, see ChangeLog entry
1496 2002-05-02 [hiro] 0.7.5claws4
1499 compose_queue_sub():
1500 check if queue folder exists (closes #550397).
1501 removed directory creation since it should be handled
1504 imap_add_msg(): return UID for appended message
1507 2002-04-30 [paul] 0.7.5claws3
1510 fix account_find_from_address() bug
1512 2002-04-28 [colin] 0.7.5claws2
1516 src/prefs_common.[ch]
1518 Added user-definable quotation characters recognition.
1520 2002-04-28 [paul] 0.7.5claws1
1522 * sync with 0.7.5cvs4
1523 see ChangeLog entry 2002-04-25
1525 2002-04-28 [paul] 0.7.5claws
1530 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
1531 Fabio Junior Beneditto
1533 2002-04-27 [jens] 0.7.4claws103
1536 updated German translation.
1538 2002-04-27 [hiro] 0.7.4claws102
1541 summary_write_cache(): fixed the mark loss of hidden messages.
1543 2002-04-26 [melvin] 0.7.4claws101
1546 fixed a second typo (same one)
1550 fixed the type again...
1552 2002-04-26 [melvin] 0.7.4claws100
1555 fixed a typo in an alert message ("temorary").
1558 corrected the typo described above.
1560 updated French translation.
1562 2002-04-26 [darko] 0.7.4claws99
1565 fix target folder colorization
1567 2002-04-25 [paul] 0.7.4claws98
1570 updated by Alessandro Maestri
1572 2002-04-24 [colin] 0.7.4claws97
1575 Fixed double "subject is empty" question.
1577 2002-04-23 [colin] 0.7.4claws96
1580 Corrected issue when "automatically display images" was
1581 not set : first image remained after selecting second.
1583 2002-04-23 [melvin] 0.7.4claws95
1585 * src/prefs_actions.c
1586 Don't display in/out dialog if there is nothing to show.
1588 2002-04-23 [paul] 0.7.4claws94
1590 * sync with 0.7.5cvs3
1591 bug fixes: see ChangeLog entry 2002-04-23
1593 2002-04-22 [darko] 0.7.4claws93
1596 fix previous check-in which changed code after
1599 2002-04-22 [paul] 0.7.4claws92
1606 update English, Spanish and French FAQs
1609 add German and Spanish manuals
1612 update English and French manuals
1615 add to and re-arrange the pixmap entries
1617 2002-04-22 [darko] 0.7.4claws91
1620 fix sender initials recognition to only allow
1621 '>' after the initials
1623 2002-04-21 [paul] 0.7.4claws90
1625 * sync with 0.7.5 release
1626 see ChangeLog entry 2002-04-21
1631 add colin's new pixmaps to EXTRA_DIST
1633 2002-04-21 [colin] 0.7.4claws89
1636 * src/mainwindow.[ch]
1637 * src/prefs_common.[ch]
1638 * src/stock_pixmap.[ch]
1639 Added "Work offline" ability.
1641 2002-04-21 [colin] 0.7.4claws88
1644 * src/prefs_common.c
1645 * src/prefs_common.h
1646 * src/textview.c : Added an option to common preferences -> display
1647 to allow user not to automatically display images.
1649 2002-04-21 [paul] 0.7.4claws87
1651 * sync with 0.7.4cvs52
1652 see ChangeLog entry 2002-04-21 (src/imap.c)
1654 2002-04-21 [paul] 0.7.4claws86
1656 * sync with 0.7.4cvs51
1657 see ChangeLog entry 2002-04-21
1659 2002-04-21 [paul] 0.7.4claws85
1661 * sync with 0.7.4cvs49
1662 see ChangeLog entries 2002-04-20 and 2002-04-21
1665 clean up: remove old 'stock_' element from xpm
1668 2002-04-21 [alfons] 0.7.4claws84
1670 apply sync patch from Paul
1673 use old claws prefs_folder_item_create() for now
1675 2002-04-19 [match] 0.7.4claws83
1677 * src/addressbook.[ch]
1678 * src/addrharvest.[ch]
1679 * src/addrgather.[ch]
1682 * src/summaryview.[ch]
1685 2002-04-19 [paul] 0.7.4claws82
1688 updated by Fabio Junior Beneditto
1690 2002-04-14 [alfons] 0.7.4claws81
1693 add #include <sys/types.h> for mode_t and off_t
1695 2002-04-13 [paul] 0.7.4claws80
1700 src/prefs_common.[ch]
1702 enable storing of GnuPG passphrase for the whole
1703 session or a user-defined number of minutes. patch
1704 submitted by Ravemax <ravemax@dextrose.com>
1706 2002-04-13 [alfons] 0.7.4claws79
1709 make email parser also stop scanning when encountering separators
1710 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
1712 2002-04-13 [paul] 0.7.4claws78
1714 * sync with 0.7.4cvs39
1715 see ChangeLog entry 2002-04-12
1717 2002-04-11 [paul] 0.7.4claws77
1719 * sync with 0.7.4cvs37
1720 see ChangeLog entry 2002-04-11
1722 2002-04-11 [paul] 0.7.4claws76
1725 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
1726 the clause for OpenSSL). sync with sylpheed main
1728 2002-04-09 [melvin] 0.7.4claws75
1731 Made 'Ctrl-Enter' on send ignore some modifiers
1732 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
1733 to bind other *-Enter (but not Alt-Enter).
1735 2002-04-09 [paul] 0.7.4claws74
1737 * sync with 0.7.4cvs35
1738 see ChangeLog entries 2002-04-09
1740 2002-04-08 [paul] 0.7.4claws73
1742 * sync with 0.7.4cvs33
1743 see ChangeLog entry 200-04-08
1745 2002-04-07 [match] 0.7.4claws72
1747 * src/addrharvest.[ch]
1748 fixed to read all addresses in header, regardless
1749 of header size. improved name parsing. accommodate
1750 harvest from folders and selected message.
1752 included new address parsing function.
1753 * src/addrgather.[ch]
1754 * src/addressbook.[ch]
1755 * src/summaryview.[ch]
1757 allow address harvest of folder as well as selected
1760 2002-04-07 [paul] 0.7.4claws71
1764 don't try to authenticate with CRAM-MD5 in SMTP when
1765 SMTP-AUTH enabled if MTA doesn't issue this
1766 auth-method in it's ehlo-response. bug item #531364,
1767 patch item #938910. patch submitted by Colin Leroy
1770 2002-04-07 [paul] 0.7.4claws70
1773 fix missing MODE_READER bug. patch submitted by
1774 Colin Leroy <colin@colino.net>
1776 2002-04-07 [alfons] 0.7.4claws69
1779 * src/prefs_filtering.c
1781 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
1782 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
1784 2002-04-07 [paul] 0.7.4claws68
1786 * sync with 0.7.4cvs32
1787 see ChangeLog entry 2002-04-06
1789 * tools/filter_conv.pl
1792 2002-04-06 [paul] 0.7.4claws67
1794 * tools/filter_conv.pl
1795 modify to be able to find the name of the first
1796 mailbox and use that. main's filter does not
1797 record the full path to the mailbox and therefore
1798 can only filter to the first mailbox.
1800 2002-04-05 [paul] 0.7.4claws66
1802 * tools/filter_conv.pl
1803 attempt to make the script all-encompassing and
1804 be able to convert any main 'filter' rule thrown
1807 2002-04-05 [paul] 0.7.4claws65
1809 * tools/filter_conv.pl
1810 allow for collapsed folder trees
1812 2002-04-05 [paul] 0.7.4claws64
1814 * sync with 0.7.4cvs31
1815 see ChangeLog entries 2002-04-05
1817 2002-04-03 [paul] 0.7.4claws63
1819 * sync with 0.7.4cvs29
1820 see ChangeLog entries 2002-04-02 and 2002-04-03
1822 2002-04-02 [paul] 0.7.4claws62
1824 * sync with 0.7.4cvs26
1825 see ChangeLog entry 2002-04-01
1827 2002-04-02 [match] 0.7.4claws61
1830 * src/importpine.[ch]
1832 import Pine address book.
1834 2002-04-02 [match] 0.7.4claws60
1836 * src/addrharvest.[ch]
1837 improve address parsing of funky addresses.
1839 2002-04-02 [darko] 0.7.4claws59
1842 wrap on send improvements, it now recognizes quoted
1843 initials as part of the quotation string, and it
1844 does not join lines separated by CR
1846 2002-04-01 [match] 0.7.4claws58
1849 added new functions.
1851 remove excessive duplicate address generation
1854 2002-04-01 [alfons] 0.7.4claws57
1859 2002-04-01 [paul] 0.7.4claws56
1861 * sync with 0.7.4cvs25
1862 see ChangeLog entry 2002-04-01
1864 2002-04-01 [alfons] 0.7.4aprilfool55
1867 honour feature request item #537427 to allow for
1868 displaying names from address book for sent mail also
1870 2002-03-29 [paul] 0.7.4claws54
1873 src/prefs_filtering.[ch]
1876 add 'fast filter' for claws' filtering,
1877 /Tools/Create filter rule/... patch submitted
1878 by Neill Miller <neillm@thecodefactory.org>
1880 2002-03-29 [paul] 0.7.4claws53
1882 * sync with 0.7.4cvs24
1883 see ChangeLog entry 2002-03-29
1885 2002-03-28 [paul] 0.7.4claws52
1887 * sync with 0.7.4cvs23
1888 see ChangeLog entry 2002-03-28
1890 2002-03-27 [melvin] 0.7.4claws51
1892 * src/prefs_actions.c
1893 Added support to pass only one message part (as a
1894 file) to the command using '%p'. No quotes are needed
1895 because doubles quotes are automatically added.
1896 Fixed bug where Sylpheed could block when waiting for
1897 a child process to finish.
1898 Changed the help menu to remove quotes around symbols to
1899 avoid misinterpretation (they must not be used).
1901 2002-03-27 [melvin] 0.7.4claws50
1904 Made the new mail notification command always
1905 execute asynchronously.
1907 2002-03-27 [paul] 0.7.4claws49
1910 fix bug introduced in last commit
1912 2002-03-27 [paul] 0.7.4claws48
1914 * sync with 0.7.4cvs21
1915 see ChangeLog 2002-03-26 and 2002-03-27
1917 2002-03-26 [hoa] 0.7.4claws47
1919 * src/prefs_folder_item.c
1920 really fixed the bug #516442 with folder rescan.
1922 2002-03-26 [paul] 0.7.4claws46
1924 * sync with 0.7.4cvs19
1925 see ChangeLog entries 2002-03-25 and 2002-03-26
1927 2002-03-25 [hoa] 0.7.4claws45
1931 fix the bug #516442 with folder rescan.
1933 * src/prefs_common.[ch]
1935 added an option to enable two different behaviours
1939 2002-03-25 [paul] 0.7.4claws44
1942 src/selective_download.c
1943 correct a few menuitem labels
1945 2002-03-25 [christoph] 0.7.4claws43
1948 fix non deleted tmp message in
1949 procmsg_save_to_outbox
1950 fix problems caused by sync with
1951 main branch's procmsg_send_queue
1953 2002-03-25 [paul] 0.7.4claws42
1957 src/quote_fmt_parse.y
1958 add Last name (%L) placeholder for quoting.
1959 patch submitted by Thorsten Thielen
1960 <thth@users.sourceforge.net>
1962 2002-03-25 [paul] 0.7.4claws41
1965 get full hostname. patch submitted by
1966 Bob Woodside <rwoodside1@comcast.net>
1968 2002-03-25 [paul] 0.7.4claws40
1973 src/prefs_account.[ch]
1974 enable NNTP over SSL. patch submitted by
1975 Pascal Jermini <pascal@infinity.hn.org>
1977 2002-03-24 [paul] 0.7.4claws39
1979 * src/prefs_common.c
1980 make the arrangement of the Compose tab more
1984 fix some irregularities of style
1987 updated by Kilian Krause
1989 2002-03-23 [paul] 0.7.4claws38
1992 updated by Fabio Junior Beneditto
1994 2002-03-23 [paul] 0.7.4claws37
1997 move 'Gather addresses' to 'Tools' menu
1998 make 'Selective download' sensitive
2000 2002-03-23 [paul] 0.7.4claws36
2002 * sync with 0.7.4cvs16
2003 see ChangeLog entries 2002-03-23
2005 2002-03-22 [christoph] 0.7.4claws35
2007 * src/quote_fmt_parse.y
2008 fix include program output
2010 2002-03-22 [alfons] 0.7.4claws34
2013 initialize GDate stack variable correctly (sorry!)
2015 2002-03-22 [paul] 0.7.4claws33
2021 rename 'Tool' to 'Tools'
2024 move 'Delete duplicated messages' from
2025 'Message/' to 'Tools/'
2026 re-arrange the order of 'Tools/' items
2028 2002-03-22 [paul] 0.7.4claws32
2031 src/addressbook.[ch]
2032 auto-address completion now also matches on
2033 Nickname. patch submitted by Bob Forsman
2034 <hammor@users.sourceforge.net>
2037 correct a spelling mistake
2039 2002-03-22 [alfons] 0.7.4claws31
2042 fix getting uidl from incorrect string
2045 2002-03-21 [alfons] 0.7.4claws30
2048 more code refactoring
2049 plug mem leak introduced by delete on server
2051 2002-03-21 [paul] 0.7.4claws29
2053 * sync with 0.7.4cvs11
2054 see ChangeLog entries 2002-03-20
2056 2002-03-20 [alfons] 0.7.4claws28
2059 apply Colin's patch and refactor
2061 2002-03-20 [paul] 0.7.4claws27
2063 * sync with sylpheed 0.7.4cvs9
2064 see ChangeLog entry 2002-03-20
2066 2002-03-19 [christoph] 0.7.4claws26
2071 revert changes for flag updates
2072 (does not work correctly and no time to debug)
2074 2002-03-20 [alfons] 0.7.4claws25
2077 refactor should_delete() a little bit
2079 2002-03-19 [paul] 0.7.4claws24
2083 src/prefs_account.[ch]
2084 allow the user to leave downloaded mail on the
2085 server for n days. Patch submitted by Colin Leroy
2088 2002-02-19 [paul] 0.7.4claws23
2090 * sync with sylpheed 0.7.4cvs8
2091 see ChangeLog entries 2002-03-19
2093 2002-03-18 [paul] 0.7.4claws22
2095 * sync with sylpheed 0.7.4cvs6
2096 see ChangeLog entry 2002-03-18
2098 2002-03-18 [paul] 0.7.4claws21
2101 add en_GB message catalogue
2106 correct a few spelling mistakes
2108 2002-03-17 [alfons] 0.7.4claws20
2111 more stringent checks for NULL params when writing
2112 filtering actions to a file
2114 2002-03-17 [hoa] 0.7.3claws20
2117 fixed the count of new messages
2120 fixed the "attachment properties" window
2122 2002-03-17 [paul] 0.7.4claws19
2127 src/prefs_account.[ch]
2130 automatically mark cross-posted messages as read
2131 and (optionally) give them a colour label
2132 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
2135 2002-03-17 [paul] 0.7.4claws18
2137 * sync with sylpheed 0.7.4cvs5
2138 see ChangeLog entry 2002-03-17
2140 2002-03-17 [melvin] 0.7.4claws17
2143 Worked around a gtktext 'bug': when searching for
2144 a text in a long message it was scrolling slowly
2145 line by line until it hit the searched text.
2147 Updated French translation
2149 2002-03-17 [melvin] 0.7.4claws16
2153 * src/prefs_actions.c
2154 Moved "Edit/Actions" to "Tool/Actions"
2155 Made mainwindow/compose window sensitive as soon as
2156 no child process is running anymore even if the io dialog
2158 Fixed a struct being initialized with a non constant char*
2160 2002-03-16 [christoph] 0.7.4claws15
2163 add --with-compiler-flags option
2164 (only for developer hacking)
2168 try to make folder-stats and flag handling more
2169 independent from the summaryview. msgcounts
2170 are only set when the folder is opened and
2171 procmsg_msginfo_(un)set_flags will handle it
2172 later and summaryview will get the values
2175 2002-03-16 [paul] 0.7.4claws14
2178 fix Return-receipt. Patch submitted by Bob
2179 Woodside <rwoodside1@comcast.net>
2181 2002-03-16 [paul] 0.7.4claws13
2184 fix 'dynamic' signatures, make it work again
2185 broken during sync on 2002-03-14 (0.7.4claws2)
2187 2002-03-15 [match] 0.7.4claws12
2189 * src/addrharvest.[ch]
2190 * src/addrgather.[ch]
2191 * src/addressbook.[ch]
2193 included address harvester feature. still some
2194 issues with address parsing that I will fix.
2196 2002-03-15 [match] 0.7.4claws11
2199 * src/addrcache.[ch]
2200 * src/addressbook.[ch]
2209 tidy up. fix memory leaks. moved attribs and methods
2210 from individual interfaces to addrcache object. prep
2211 for new stuff to come in.
2213 2002-03-15 [alfons] 0.7.4claws10
2216 * src/matcher_parser_parse.y
2217 * src/matcher_parser_lex.l
2218 * src/prefs_matcher.c
2219 add filtering conditions message greater than, smaller
2220 than, and exactly matching a size in bytes
2221 (does not work with delete from POP3 server yet)
2223 this should also give others an idea what you should
2224 do to add new criterions to claws filtering system
2227 2002-03-15 [paul] 0.7.4claws9
2229 * tools/filter_conv.pl
2230 exit if there are no filter rules to convert
2231 rename filterrc to filterrc.old after completion
2233 2002-03-15 [paul] 0.7.4claws8
2235 * sync with sylpheed 0.7.4cvs3
2236 see ChangeLog entry 2002-03-14
2238 2002-03-14 [paul] 0.7.4claws7
2241 clean up the last commit (ahem)
2243 2002-03-14 [paul] 0.7.4claws6
2246 fix bug #515655. honour account preferences
2247 regarding gpg default signing/encryption when
2248 changing account from the compose window.
2250 2002-03-14 [paul] 0.7.4claws5
2253 remove unnecessary curly brackets
2255 2002-03-14 [paul] 0.7.4claws4
2258 src/prefs_filtering.[ch]
2259 add filter rename on folder rename and filter
2260 delete on folder delete. Patch submitted by
2261 Neill Miller <neillm@thecodefactory.org>
2263 2002-03-14 [christoph] 0.7.4claws3
2268 (patch submitted by "Simon 'corecode' Schubert")
2269 * src/prefs_common.c
2273 2002-03-14 [paul] 0.7.4claws2
2275 * sync with sylpheed 0.7.4cvs2
2276 see ChangeLog entry 2002-03-13
2278 2002-03-12 [darko] 0.7.4claws1
2281 fix what seems to be a copy and paste error
2282 when setting color for important messages
2285 2002-03-11 [paul] version 0.7.4claws released
2287 2002-03-11 [paul] 0.7.4claws
2293 update message catalogs. Submitted by Ricardo Mones
2294 Lastra, Alessandro Maestri, Wilbert Berendsen, and
2295 Fabio Junior Beneditto
2300 faq/it/sylpheed-faq*
2306 2002-03-11 [jens] 0.7.3claws7
2309 updated German translation
2311 2002-03-11 [melvin] 0.7.3claws6
2314 updated and corrected French translation
2316 2002-03-10 [hoa] 0.7.3claws5
2320 * src/prefs_account.c
2323 fixed the local account.
2324 you have to change the default "/usr/sbin/sendmail"
2325 to "/usr/sbin/sendmail -t" in the preferences of
2329 removed some debug display for renderer
2331 2002-03-10 [paul] 0.7.3claws4
2333 * faq/en/sylpheed-faq-1.html
2334 faq/en/sylpheed-faq-2.html
2337 2002-03-09 [paul] 0.7.3claws3
2339 * sync with sylpheed 0.7.4
2340 see ChangeLog entry 2002-03-09
2342 2002-03-08 [paul] 0.7.3claws2
2344 * faq/en/sylpheed-faq*
2345 faq/es/sylpheed-faq*
2346 faq/fr/sylpheed-faq*
2349 * manual/fr/.cvsignore
2350 manual/fr/Makefilea.am
2354 add the French manual
2356 2002-03-07 [paul] 0.7.3claws1
2358 * sync with sylpheed 0.7.3cvs4
2359 see ChangeLog entries 2002-03-06 and 2002-03-07
2362 updated by Wilbert Berendsen
2364 2002-03-07 [melvin] 0.7.2claws34
2366 * src/selective_download.c
2367 Changed the pixmap of the receive button to MAIL_RECEIVE.
2369 2002-03-06 [paul] 0.7.2claws33
2371 * sync with sylpheed 0.7.3cvs1
2372 bug fix, see ChangeLog entry 2002-03-05
2374 2002-03-05 [paul] 0.7.2claws32
2379 reverse the pgp ascii-armored code implemented in
2380 0.7.2claws16. removal of this code until it matures.
2381 this means that verifying ascii-armored pgp sigs and
2382 automatic decryption of ascii-armored encrypted
2383 messages no longer works.
2385 2002-03-05 [paul] 0.7.2claws31
2390 * faq/en/Makefile.am
2391 faq/en/sylpheed-faq.html
2392 faq/en/sylpheed-faq-1.html
2393 faq/en/sylpheed-faq-2.html
2394 faq/en/sylpheed-faq-3.html
2395 * faq/es/Makefile.am
2396 faq/es/sylpheed-faq.html
2397 faq/es/sylpheed-faq-1.html
2398 faq/es/sylpheed-faq-2.html
2399 faq/es/sylpheed-faq-3.html
2400 faq/es/sylpheed-faq-4.html
2401 * faq/fr/Makefile.am
2402 faq/fr/sylpheed-faq.html
2403 faq/fr/sylpheed-faq-1.html
2404 faq/fr/sylpheed-faq-2.html
2405 faq/fr/sylpheed-faq-3.html
2410 add FAQs in English, Spanish and French
2413 2002-03-05 [paul] 0.7.2claws30
2415 * manual/en/sylpheed.html
2416 manual/en/sylpheed-XX.html
2417 updated the English manual
2422 dialog box pops up if the article can't be deleted.
2427 updated by Fabio Junior Benedito
2431 * removed ac/gpgme.m4
2432 to avoid autogen common problem
2433 developers have to install gpgme development package now
2436 encoding to 7bit or 8bit is enabled.
2438 2002-03-03 [alfons] 0.7.2claws29
2441 merge fix by Oliver Haertel for selective
2444 2002-03-03 [paul] 0.7.2claws28
2446 * sync with sylpheed 0.7.3
2448 2002-03-03 [paul] 0.7.2claws27
2450 * sync with sylpheed 0.7.2cvs24
2451 see ChangeLog entries 2002-03-02 and 2002-03-03
2453 2002-03-02 [melvin] 0.7.2claws26
2458 * src/prefs_common.[ch]
2459 Added user definable notification on new mail arrival.
2460 Removed unused variables in spell checker prefs code.
2462 2002-03-02 [melvin] 0.7.2claws25
2465 Removed unnecessary escape sequences.
2466 Changed 'Initial...' to 'Initials of Sender'
2468 2002-03-02 [paul] 0.7.2claws24
2470 * sync with sylpheed 0.7.2cvs22
2471 see ChangeLog entry 2002-03-01
2473 2002-03-01 [hoa] 0.7.2claws23
2476 Set sensitivity of delete actions to active
2477 even if the folder is a newsgroup.
2480 - Set sensitivity of delete actions
2481 - Added function check_permission() that will check if the
2482 user is authorized to delete a message. For news, it
2483 will check if the author is the same.
2484 - Enabled deletion when there is no trash folder.
2487 - Added news_cancel_article() to cancel articles
2488 - Implemented news_remove_message() (public function)
2490 2002-03-01 [paul] 0.7.2claws22
2494 recognise urls that that don't include 'http://' and
2498 remove duplicated name
2500 2002-02-28 [paul] 0.7.2claws21
2503 src/summaryview.[ch]
2504 add ability to 'Select thread'
2505 combines Melvin's "Select thread's head" patch (#510907)
2506 with Colin Leroy's <colin@colino.net> "Select whole thread"
2509 2002-02-28 [paul] 0.7.2claws20
2512 hopefully fix segfault on right-clicking a mime part
2513 that some people have experienced.
2514 fix submitted by Fredrik Olofsson <frol@linux.nu>
2516 2002-02-28 [paul] 0.7.2claws19
2518 * sync with sylpheed 0.7.2cvs21
2519 see ChangeLog entries 2002-02-27 and 2002-02-28
2521 2002-02-27 [paul] 0.7.2claws18
2523 * sync with sylpheed 0.7.2cvs18
2524 see ChangeLog entries 2002-02-26 and 2002-02-27
2526 2002-02-26 [alfons] 0.7.2claws17
2529 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
2530 (spotted by Chris Hessman <idatech@gmx.net>)
2532 2002-02-26 [paul] 0.7.2claws16
2537 make decryption of ascii-armored pgp encrypted messages
2538 and verification of ascii-armored signatures work again.
2539 slightly altered from the patch by Jens Jahnke
2543 * the checking of plaintext signatures always comes up in
2545 * it doesn't work for multipart messages
2546 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
2547 including the msg headers and these 2 line themselves, are
2551 "View/Folder Tree" becomes "View/Separate Folder Tree"
2552 "View/Message View" becomes "View/Separate Message View"
2553 because its less ambiguous.
2556 updated by Ricardo Mones Lastra
2558 2002-02-26 [paul] 0.7.2claws15
2560 * sync with sylpheed 0.7.2cvs17
2561 see ChangeLog entries 2002-02-25 and 2002-02-26
2563 2002-02-25 [christoph] 0.7.2claws14
2565 * src/filtering.[ch]
2567 do filtering stuff after all messages have been received
2568 1. drop all messages to .processing
2569 2. scan processing folder for messages
2570 3. filter messages or move to inbox
2571 this will also find old messages left in processing after
2572 a crash or something like that and we get a real msginfo
2573 from folder->get_msg_list and do not have to create our
2574 own in filter_message
2575 * src/matcher_parser_parse.y
2576 remove MIX/MAX warning (reordered includes)
2578 2002-02-25 [paul] 0.7.2claws13
2580 * sync with sylpheed 0.7.2cvs15
2581 see ChangeLog entry 2002-02-24
2583 2002-02-24 [alfons] 0.7.2claws12
2586 clear old color flags first when applying a new color to
2588 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
2590 2002-02-24 [alfons] 0.7.2.claws11
2593 * src/prefs_common.c
2594 add presets for Opera and Konqueror, closes patch #517261,
2595 submitted by Ville Skyttä <scop@users.sourceforge.net>
2597 2002-02-24 [alfons] 0.7.2.claws10
2601 fix threading for null message ids, closes patch #521601,
2602 submitted by Bob Forsman <hammor@users.sourceforge.net>
2604 2002-02-24 [alfons] 0.7.2claws9
2608 make Tool | Filter Message work with filtering system so
2609 setting flags also works
2613 - Processing uses the same function as Tool | Filter
2614 Message, but doesn't use the same update proc yet
2616 2002-02-23 [paul] 0.7.2claws8
2618 * sync with sylpheed 0.7.2cvs14
2619 see ChangeLog entries 2002-02-22 and 2002-02-23
2621 2002-02-22 [christoph] 0.7.2claws7
2624 Add column space to table
2625 * src/quote_fmt_parse.y
2628 2002-02-22 [paul] 0.7.2claws6
2636 src/matcher_parser_lex.l
2637 src/matcher_parser_parse.y
2640 src/prefs_filtering.c
2641 src/selective_download.[ch] *** NEW FILES ***
2644 Selective Download added to 'Tool' menu.
2645 Retrieves email headers of the currently selected pop3
2646 account and allows the user to mark emails for deletion
2647 right on the pop3 server. Patch submitted by Oliver Haertel
2648 <oha@users.sourceforge.net>.
2651 add 'src/quote_fmt.c'
2653 2002-02-22 [christoph] 0.7.2claws5
2657 * src/prefs_common.[ch]
2658 * src/prefs_template.c
2659 * src/quote_fmt.c *** NEW FILE ***
2661 move quote format symbol description code
2662 to it's own file because it is used from
2663 differnent code parts
2664 Rewrote symbol description GUI
2667 + get data from array (no more long constant strings)
2668 * src/quote_fmt_lex.l
2669 * src/quote_fmt_parse.y
2670 Symbol for Literal % changed to \% instead of %%
2671 (More logical as \ is used for quoting for other symbols)
2672 Add |f and |p to include files and program output
2674 |f{/home/.../.signature}
2677 Correct wrong spelling for "Referenzen"
2679 2002-02-21 [paul] 0.7.2claws4
2682 forgotten during sync
2684 2002-02-21 [paul] 0.7.2claws3
2686 * sync with sylpheed 0.7.2cvs11
2687 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
2688 2002-02-20 and 2002-02-21
2690 2002-02-20 [melvin] 0.7.2claws2
2692 * src/prefs_actions.c
2693 Added error report when child cannot fork or when execvp
2694 returns with an error.
2696 2002-02-19 [christoph] 0.7.2claws1
2699 return unconverted text if conde conversion is not possible
2700 when libjconv is used.
2701 (patch submitted by "Simon 'corecode' Schubert")
2705 * version 0.7.2claws release
2707 2002-02-19 [paul] 0.7.2claws
2710 updated by Wilbert Berendsen
2713 2002-02-18 [alfons] 0.7.1claws13
2717 remove references to dlfcn and explicitly loading functions
2718 from dynalink libs, because libs linked anyway, and functions
2719 are loaded explicitly
2721 2002-02-17 [melvin] 0.7.1claws12
2723 * src/prefs_actions.c
2724 Replaced children wait loop with double fork technique.
2725 Now, input/output window updated at each new output.
2726 free_children(): Fixed a memory leak.
2727 Made input/output window non closable if running children
2729 Added missing <unistd.h> include.
2730 Added some --debug outputs.
2732 2002-02-17 [melvin] 0.7.1claws11
2735 Fixed bug where descending sort order did not select top
2738 2002-02-17 [melvin] 0.7.1claws10
2741 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
2742 * src/prefs_common.c
2743 Pspell data package directory no more hard coded but
2744 set during configuration (PSPELL_PATH). (Thanks to
2745 Gustavo Noronha Silva.)
2747 2002-02-17 [melvin] 0.7.1claws9
2750 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
2752 Fixed compile-time warnings.
2754 2002-02-16 [alfons] 0.7.1claws8
2757 fix inadvertent free of NULL pointer which caused
2758 sylpheed to crash when closing the save-as dialog
2759 using the window close button
2761 2002-02-16 [carsten] 0.7.1claws7
2762 * src/mainwindow.[ch]
2765 fixes for pixmap theming code:
2766 - recently changed mail attributes shouldn't get
2768 - theme is only reloaded iff another theme was
2771 2002-02-16 [paul] 0.7.1claws6
2773 * sync with sylpheed 0.7.2 release
2774 see ChangeLog entry 2002-02-15 and 2002-02-16
2776 2002-02-15 [paul] 0.7.1claws5
2778 * sync with sylpheed 0.7.1cvs9
2779 see ChangeLog entry 2002-02-15
2782 remove unneeded headerwindow.c entry
2784 2002-02-14 [carsten] 0.7.1claws4
2786 fixed a bug for "Go to next unread message": there was
2787 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
2788 in the prefs, because of doing "Search again" instead
2791 2002-02-14 [carsten] 0.7.1claws3
2792 * src/stock_pixmap.c
2793 removed 2 more mem leaks; following memprof,
2794 this code is "leak free" now :)
2796 2002-02-14 [carsten] 0.7.1claws2
2797 * src/stock_pixmap.c
2798 used opendir/readdir/closedir instead of scandir
2799 -> code should work now on Solaris
2801 2002-02-14 [paul] 0.7.1claws1
2803 * sync with sylpheed 0.7.1cvs8
2804 see ChangeLog entries 2002-02-13 and 2002-02-14
2807 add some description of Actions and Pixmap Themes
2811 * version 0.7.1claws release
2813 2002-02-13 [paul] 0.7.1claws
2818 updated translations, submitted by Ricardo Mones Lastra,
2819 Alessandro Maestri and Fabio Junior Beneditto
2821 2002-02-13 [melvin] 0.7.0claws75
2823 * src/prefs_actions.c
2824 Added missing "signal.h" include
2826 2002-02-13 [melvin] 0.7.0claws74
2828 * src/prefs_folder_item.c
2829 Added missing "config.h" include
2831 Updated French translation for folder propriety.
2833 2002-02-13 [jens] 0.7.0claws73
2836 Added missing src/prefs_folder_item.c [log added by melvin]
2838 Updated German translation.
2840 2002-02-13 [melvin] 0.7.0claws72
2843 Updated French translation.
2845 2002-02-13 [melvin] 0.7.0claws71
2848 Made gtkut_editable_get_selection return NULL if selection
2850 This fixes a bug where selecting part of message A then
2851 switching to message B and replying to it will not
2852 quote the message's body.
2854 2002-02-12 [paul] 0.7.0claws70
2857 cosmetic, relating to pixmap themes: on toolbar make
2858 updating of 'Exec' and 'Compose news/Compose email'
2861 2002-02-12 [carsten] 0.7.0claws69
2867 - refreshing after changing pixmap theme better
2869 - wanted to remove some mem leaks, but alfons was
2870 faster (and had the better solution ;)
2872 2002-02-12 [alfons] 0.7.0claws68
2874 * src/prefs_common.c
2875 * src/stock_pixmap.[ch]
2876 plug mem leaks, refactor code a little bit
2879 2002-02-12 [sergey] 0.7.0claws67
2882 Fixed problem with copying messages to IMAP folders when the
2883 server uses something other than '/' as a namespace separator
2884 (cyrus-imapd uses '.').
2886 2002-02-12 [jens] 0.7.0claws66
2889 Updated German Translation
2891 2002-02-12 [paul] 0.7.0claws65
2893 * sync with sylpheed 0.7.1cvs1
2894 see ChangeLog entry 2002-02-12
2896 2002-02-12 [melvin] 0.7.0claws64
2898 * src/prefs_actions.c
2899 Fixed "feature" where children's output was duplicated
2900 instead of refreshed while monitoring.
2901 Removed some debug code.
2903 2002-02-12 [christoph] 0.7.0claws63
2906 always delete message from queue after sending/send error
2907 (closes bug #509601)
2909 2002-02-12 [melvin] 0.7.0claws62
2911 * src/prefs_actions.c
2912 Children wait loop is now triggered with a timeout of 1s
2913 Added %F which is replaced with the list of filenames
2914 of all selected messages (as suggested by Ricardo Mones Lestra)
2915 Pipe syntax changed. Prefix with | to send selection, postfix
2916 with | to retrieve output. Prefix with > or * to send
2917 user definable input to the command (*: input is hidden)
2918 Old pipe action should now be postfixed with |, too.
2920 2002-02-12 [carsten] 0.7.0claws61 (more 59.75)
2921 * src/stock_pixmap.c
2922 fixed a bug: if there's no theme directory don't
2923 throw an error, just do "nothing" (thanks Alfons)
2925 2002-02-12 [carsten] 0.7.0claws60
2928 had to write the cache twice (nasty!); some marks would
2931 2002-02-11 [carsten] 0.7.0claws59
2934 doc-src/maintainer_guide.txt
2940 src/prefs_common.[ch]
2941 src/stock_pixmap.[ch]
2942 src/summaryview.[ch]
2943 pixmap theming and related work on pixmap
2944 handling on some other places
2945 (e.g. hrm features for all folder)
2946 src/pixmap/stock_*.xpm -> the stock_ was removed
2948 2002-02-11 [paul] 0.7.0claws58
2950 * sync with sylpheed 0.7.1 release
2951 see ChangeLog entries 2002-02-11
2953 2002-02-08 [paul] 0.7.0claws57
2955 * sync with sylpheed 0.7.0cvs39
2956 see ChangeLog entry 2002-02-07 (last entry)
2958 * src/prefs_actions.c
2959 src/prefs_filtering.c
2962 sync: made it compile with C compilers other than gcc
2964 2002-02-07 [paul] 0.7.0claws56
2966 * sync with sylpheed 0.7.0cvs38
2967 see ChangeLog entries 2002-02-06 (last 2 entries) and
2970 2002-02-07 [darko] 0.7.0claws55
2974 Fix const gchar */gchar * issue (thanks Hiro)
2976 2002-02-07 [darko] 0.7.0claws54
2981 * src/prefs_template.c
2983 * src/quote_fmt_parse.y
2986 When replying or forwarding an email don't quote the entire
2987 mail body but use the part of the message text that is selected
2989 2002-02-06 [melvin] 0.7.0claws53
2991 * src/prefs_common.[ch]
2994 Made possible to switch quickly to last used dictionary
2995 which makes checking bilingual documents easier.
2997 2002-02-06 [melvin] 0.7.0claws52
3000 Added forgotten new file src/prefs_actions.c
3002 2002-02-06 [melvin] 0.7.0claws51
3004 * src/prefs_actions.c ** NEW FILE **
3005 * src/prefs_actions.h ** NEW FILE **
3006 Added actions to execute on message text view, or on the
3009 Added src/prefs_actions.[ch]
3011 Added new menu "Edit/Actions"
3013 Added new actionsrc file.
3015 Added actionsrc reading.
3017 Added new menus "Edit/Actions" and "Configuration/Actions..."
3018 * src/prefs_common.h
3019 Added new element actionslst element to prefs_common.
3021 2002-02-06 [paul] 0.7.0claws50
3023 * sync with sylpheed 0.7.0cvs36
3024 see ChangeLog entry 2002-02-06
3029 updated by Ricardo Mones Lastra
3031 2002-02-05 [paul] 0.7.0claws49
3033 * sync with sylpheed 0.7.0cvs33
3034 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
3036 2002-02-05 [paul] 0.7.0claws48
3039 re-add 'Edit/Advanced/Delete entire line', previously named
3042 2002-02-04 [paul] 0.7.0claws47
3046 fix bug #494993 (Reply All not taking Reply-To into consi)
3047 eliminate differences in behaviour of right-click 'Reply to all'
3048 in summary view and 'Reply to all' on the toolbar.
3049 fix bug where Reply-To gets ignored by 'Reply to all' in summary
3050 view and From gets ignored by 'Reply to all' on toolbar.
3051 fix bug where 'Reply to all' on toolbar uses To twice and ignores
3052 From when no Reply-To header is present.
3054 2002-02-04 [paul] 0.7.0claws46
3056 * sync with sylpheed 0.7.0cvs30
3057 see ChangeLog entries 2002-02-03 and 2002-02-04
3059 2002-02-03 [melvin] 0.7.0claws45
3062 Readded function to highlight all misspelled words.
3063 Fixed bug where user-provided-words did not replace
3064 correctly the misspelled word when using the mouse.
3065 Fixed bug where checking a region selected from right to left did
3066 not check the region at all.
3067 Fixed bug where 'Check backwards' may not check at all.
3068 Fixed memory leaks where popup menus and accel_groups were not destroyed.
3069 Fixed possible buffer overflow when checking for long strings (>1k).
3070 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
3071 Accelerators code uses now gtk_widget_add_accel.
3072 Removed and disabled obsolete and unfinished code.
3076 Added menu item to Highlight all misspelled words.
3078 2002-02-01 [paul] 0.7.0claws44
3081 fix '/View/Hide read messages' sensitivity when all
3082 messages in a folder are hidden
3084 2002-02-01 [paul] 0.7.0claws43
3087 add --send option to command line interface, sends all
3088 queued mail. Patch submitted by Ricardo Mones Lastra.
3090 2002-01-31 [paul] 0.7.0claws42
3093 add '/View/Hide read messages' to main_window_set_menu_sensitive()
3095 2002-01-31 [paul] 0.7.0claws41
3097 * sync with sylpheed 0.7.0cvs27
3098 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
3102 comment out elements of textview_show_part() as temporary
3103 workaround for attachment 'Display as text' bug
3106 updated by Fabio Junior Beneditto
3108 2002-01-30 [paul] 0.7.0claws40
3110 * sync with sylpheed 0.7.0cvs24
3111 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
3115 add {N_("/_Spelling"), ... "<Branch>"} to
3116 GtkItemFactoryEntry compose_entries[]
3118 * src/prefs_common.c
3119 add claws menu items to prefs_keybind_apply_clicked()
3120 and remove non-claws menu items
3122 2002-01-29 [paul] 0.7.0claws39
3124 * sync with sylpheed 0.7.0cvs22
3125 see ChangeLog entries 2002-01-28 and 2002-01-29
3127 2002-01-28 [melvin] 0.7.0claws38
3130 Added the declartion of compose_send_control_enter.
3134 Added in a 'Spelling' menu which includes the configuration menu.
3135 Added a real 'Check all' and got rid from the old one which only
3136 highlited misspelled word.
3137 Made 'Check while typing' a disableable option.
3138 Added a dialog when there are no more misspelled word.
3139 Added a dialog if error occurs when switching to a dictionary.
3141 * src/prefs_common.[ch]
3142 Added option for the default 'Check while typing' option.
3145 2002-01-28 [alfons] 0.7.0claws37
3148 fix buglet and make code comply with sylpheed code style
3150 2002-01-28 [paul] 0.7.0claws36
3152 * sync with sylpheed 0.7.0cvs19
3153 see ChangeLog entries for 2002-01-28
3155 2002-01-28 [hoa] 0.7.0claws35
3161 read the renderer config
3164 use the renderer config to convert mime attachments
3167 don't use textview_show_html/ertf,
3168 use get_text_content instead
3170 2002-01-27 [alfons] 0.7.0claws34
3173 make sylpheed believe it can delete a news message...
3174 (messages are NOT deleted, maybe we should remove
3175 processing from the folder properties after all.)
3177 2002-01-27 [alfons] 0.7.0claws33
3182 implement remove_msg()
3184 2002-01-27 [alfons] 0.7.0claws32
3189 fix return receipt / disposition notification again. this
3190 stuff seems to break on _every_ major summary UI change, so
3191 it's now implemented using a flag which is saved in the
3194 2002-01-26 [alfons] 0.7.0claws31
3197 let import dialog show the destination folder identifier
3199 2002-01-26 [melvin] 0.7.0claws30
3203 Readded 'Mark all read' into summary view popup menu
3204 Added 'Mark all read' in folder view popup menu for IMAP
3206 Made it insensitive if the selected folder is not the shown
3207 one to avoid 'Mark all read' on the wrong folder.
3209 2002-01-26 [paul] 0.7.0claws29
3213 move 'Mark all read' from summary view to folder view
3214 menu. (adapted from) patch submitted by Jeremy Andrews,
3215 <lists@kerneltrap.com>
3217 2002-01-25 [alfons] 0.7.0claws28
3220 put the gtk class name back so GtkSText adapts the
3223 2002-01-25 [alfons] 0.7.0claws27
3226 assimilate Ricardo's patch that shows pixmaps instead of
3227 plain "new" and "unread" texts in the folder view column
3230 2002-01-25 [paul] 0.7.0claws26
3233 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can
3234 be found in non-standard locations.
3235 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
3237 2002-01-25 [paul] 0.7.0claws25
3239 * sync with sylpheed 0.7.0cvs16
3240 see ChangeLog entry 2002-01-25
3242 2002-01-24 [paul] 0.7.0claws24
3244 * more sync with sylpheed 0.7.0cvs15
3245 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
3247 2002-01-23 [sergey] 0.7.0claws23
3250 Fixed segfault when closing LDIF import wizard with
3256 Fixed wrong scrolling position after switching between
3257 text and image parts.
3259 2002-01-23 [paul] 0.7.0claws22
3261 * sync with sylpheed 0.7.0cvs15
3262 see ChangeLog entries 2002-01-22 and 2002-01-23
3264 2002-01-21 [melvin] 0.7.0claws21
3266 * src/prefs_scoring.c
3267 * src/prefs_filtering.c
3268 Fixed bug where scoring and filtering windows stopped
3271 2002-01-21 [paul] 0.7.0claws20
3273 * sync with sylpheed 0.7.0cvs12
3274 see ChangeLog entries 2002-01-20 and 2002-01-21
3276 2002-01-21 [carsten] 0.7.0claws19
3279 * src/messageview.[ch]
3280 * src/summaryview.[ch]
3281 changes to shortcuts handling again:
3282 + "Q" now controled by mainwin
3283 + v/V are now customizable and have slightly
3285 the "button" to minimize the messageview (and maximize
3286 the summary view) is a real button now
3288 "Delete Line+" added to Edit/Advanced (this will also
3291 2002-01-20 [melvin] 0.7.0claws18
3294 Made "Bcc" sensitive when addressbook is called from
3295 compose window (it was a Claws only bug).
3297 2002-01-19 [alfons] 0.7.0claws17
3300 prevent unnecessary updates when currently selected folder has
3303 2002-01-19 [alfons] 0.7.0claws16
3306 prevent writing the cache based on current message list in summary
3307 view when filtering also put messages in currently selected folder
3312 Italian translation submitted by Alessandro Maestri
3313 <a.maestri@cs.tin.it>
3315 2002-01-18 [melvin] 0.7.0claws15
3317 * src/prefs_filters.c
3318 fixed bug where 'cancel' from 'filters' window stops autochecking
3319 if the timer timed out when the window was open.
3321 2002-01-18 [match] 0.7.0claws14
3323 * src/addrclip.[ch] ** NEW FILE **
3324 * src/addrselect.[ch] ** NEW FILE **
3325 * src/adbookbase.h ** NEW FILE **
3326 addressbook cut, copy and paste
3328 * src/addrcache.[ch]
3330 * src/addrindex.[ch]
3342 support for copy/paste
3344 support for copy/paste
3345 tidy up menu option processing
3346 correct address list function arguments
3348 sort user attributes
3358 2002-01-18 [paul] 0.7.0claws13
3360 * sync with sylpheed 0.7.0cvs8
3361 configure.in: support Mac OS X (Darwin)
3363 2002-01-18 [carsten] 0.7.0claws12
3365 small hack to fix a segfault with an empty href
3366 (reported by Alexandra Walford <deeni@altern.org>)
3369 the shortcuts for Mark und Mark as unread are hardcoded
3373 readded the shortcuts in gtkstext but made them
3374 customizeable (simply by adding a menu plus a wrapper
3377 2002-01-17 [melvin] 0.7.0claws11
3380 fix default dictionary not being saved.
3382 2002-01-16 [darko] 0.7.0claws10
3385 fix wrapping crash with URL longer than wrapping margin
3387 2002-12-08 [hoa] 0.7.0claws10
3389 * src/matcher_parser_parse.y
3392 * src/prefs_filtering.c
3393 now, we can use bounce action in the dialog box.
3395 2002-01-16 [carsten] 0.7.0claws9
3397 removed the <control> and <alt> shortcuts because they're
3398 not needed and interefered with the "normal" shortcuts
3401 removed most of the hardcoded shortcuts and assigned
3402 them to menu entries making them easy customizable by
3405 2002-01-16 |melvin] 0.7.0claws8
3408 fixed bug where using the mouse and when the compose
3409 window is not on top may result in a crash.
3411 2002-01-16 [melvin] 0.7.0claws7
3414 fixed a long standingspell checker bug which could
3415 cause a crash after sending a message.
3417 2002-01-16 [paul] 0.7.0claws6
3419 * sync with sylpheed 0.7.0cvs7
3420 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
3421 2002-01-15, and 2002-01-16
3423 2002-01-16 [melvin] 0.7.0claws5
3429 Heavily modified spell checker code to work around
3430 ispell bug, to add keyboard shortcuts and for future
3431 enhancements. See README.claws for usage information.
3433 2002-01-15 [alfons] 0.7.0claws4
3436 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
3437 so sorting within threads reflects sort mode
3439 2002-01-15 [christoph] 0.7.0claws3
3442 added alertpanel if mail sending failed
3444 2002-01-15 [alfons] 0.7.0claws2
3446 * src/prefs_filtering.c
3447 don't stop timer when prefs filtering dialog is opened
3449 2002-01-14 [alfons] 0.7.0claws1
3453 remove debug_print()s for privacy reasons
3455 2002-01-14 [darko] 0.7.0claws
3458 quotation wrapping is now also in the main branch
3462 * tools/filter_conv.pl
3463 allow for Boolean Op and case-sensitivity
3464 this file is included in the release and tagged
3467 2002-01-13 [paul] 0.7.0claws
3469 * release 0.7.0, with cvs tag 'rel_0_7_0'
3473 * tools/filter_conv.pl
3475 rewritten to output to matcherrc instead of filteringrc
3478 updated Spanish translation by Ricardo Mones Lastra
3483 update dutch translation
3488 Updated by Fabio Junior Beneditto
3490 2002-01-13 [melvin] 0.6.6claws53
3493 Updated french translation
3495 2002-01-12 [alfons] 0.6.6claws52
3498 plug mem leak that has been sitting there for ages
3500 2002-01-12 [alfons] 0.6.6claws51
3503 undo melvin's changes from 0.6.6claws48 because summary
3504 view now refuses to select first unread message when
3507 2002-01-11 [alfons] 0.6.6claws50
3510 use claws' semantics for getting folder item when
3511 importing an mbox file into a folder
3512 (submitted by Dale P. Smith)
3514 2002-01-11 [christoph] 0.6.6claws49
3517 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
3518 toggle widget, because non static prefs can not use
3519 prefs_set_* functions
3520 * src/prefs_account.c
3521 toggle smtp auth password field sensitivity if
3522 user id is empty and add descrition of usage for
3524 * src/prefs_folder_item.c
3525 use SET_TOGGLE_SENSITIVITY macro to instead of extra
3528 2002-01-11 [melvin] 0.6.6claws48
3531 fix the 'Ctrl-Enter' feature for sending and test really
3532 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
3533 editables which was not documented in Gtk)
3536 Made summaryview refresh after sorting and not before.
3538 2002-01-11 [christoph] 0.6.6claws47
3541 select account from account ids if possible and
3542 correctly set save folder for copy in reedit
3544 2002-01-10 [paul] 0.6.6claws46
3546 * sync with sylpheed 0.7.0 release
3547 see ChangeLog entries 2002-01-07, 2002-01-08 and
3553 remove more dirt traces...
3558 clean up some traces of my debugging stuff
3560 2002-01-09 [alfons] 0.6.6claws45
3563 break up filteringprop_apply() in three separate pieces
3564 so we can drop messages that failed processing in the
3568 fix bug #469598 "no refresh of inbox after filter" which
3569 was introduced by the new summary view locking, and which
3570 prevented the summary view to update after a manual filter
3571 message. claw's filter message requires a summary_show().
3572 (aargh, summary_show() again! :-)
3574 2002-01-07 [alfons] 0.6.6claws44
3576 * src/headerwindow.c
3579 * src/sourcewindow.c
3580 bring in Hiro's last 0.7.0 wm class fixes
3583 bring in Ricardo's fix for sylprint script
3587 * src/prefs_common.[ch]
3588 * src/prefs_account.[ch]
3590 clean up account preference poison in rfc2015,
3591 and preparation to fix double sign bug
3592 (patch submitted by Simon 'corecode' Schubert)
3594 2002-01-07 [christoph] 0.6.6claws43
3597 search for free message number, do not only rely
3600 fix smtp auth and use extra account information
3601 if available, if not use pop3 data instead
3602 (closes bug #500341)
3606 2002-01-06 [alfons] 0.6.6claws42
3609 try making the separate windows work again...
3611 2002-01-06 [alfons] 0.6.6claws41
3614 adapt Hiro's separate window menu (to get rid of the funny
3615 duplicate menu items), and make it work again
3617 2002-01-06 [alfons] 0.6.6claws40
3622 * tools/README.sylprint
3623 add sylprint script for printing mails from Sylpheed
3624 (contributed by Ricardo Mones Lastra)
3629 2002-01-06 [melvin] 0.6.6claws39
3633 Fixed crash introduced in 0.6.6claws38 by the menu
3634 reorganisation (Hide read messages)
3637 Fixed typo (we are now in 2002, alfons ;) )
3639 2002-01-05 [alfons] 0.6.6claws38
3641 * sync with sylpheed 0.6.6cvs10-17
3642 (last stuff marked as LAST_STABLE)
3644 2002-01-04 [melvin] 0.6.6claws37
3647 Made account selection code use strcasestr again instead of
3648 g_strcasecmp (fixes bug where reediting queued messages
3649 did not select proper account reported by T. Link).
3652 Fix bug where folder icons are not shown when 'hide read messages'
3655 * src/stock_pixmaps.[ch]
3656 Added folder icons for 'hide read messages'.
3659 Fixed bug where 'Enter' in a header entry will send the message
3660 if 'CTL-Enter' was chosen as a shorcut for sendind.
3662 2002-01-03 [melvin] 0.6.6claws36
3665 Added popup menu for common preferences and
3666 account preferences (right click on tab displays
3667 a menu of all tabs.)
3669 2002-01-02 [melvin] 0.6.6claws35
3672 Made spelling code compatible with undo/redo feature.
3673 Added creation of suggestion mode menu for the general
3676 * src/prefs_common.[ch]
3677 Added option menu for the speller's suggestion mode.
3678 Added missing spaces in "..." buttons and made a "..."
3679 button non translatable!
3682 Made speller use the default suggestion mode.
3683 Hack to make it possible to choose 'CTRL-Enter' as a
3684 shortcut for sending (and only for sending).
3686 * src/prefs_folder_item.c
3687 Changing subject simplification does not update cache
3688 anymore (because it is unnecessary).
3689 Fixed bug where changing subject simplification updated the
3690 summaryview even when the viewed folder is not the
3691 folder which properties are being changed. (E.g.
3692 viewing folder A and changing
3693 the subject simplification of
3694 folder B -not being viewed- updated the
3695 summaryview of folder A with data of
3696 folder B). (Hope this is clear... )
3698 2001-12-31 [alfons] 0.6.6claws34
3702 fgetc() returns a signed integer which doesn't
3703 fit in a char. so c truncates this to a char
3704 but we may lose significant bits. i.e. we may
3705 comparing 0xFF which may not be equ