1 2002-07-30 [melvin] 0.8.0claws28
4 Made the actions' input/output dialog display
7 2002-07-30 [christoph] 0.8.0claws27
10 check if folder_item_get_msginfo in
11 procmsg_save_to_outbox returned NULL
13 2002-07-30 [paul] 0.8.0claws26
16 see ChangeLog 2002-07-29
18 2002-07-29 [thorsten] 0.8.0claws25
21 added selective download, delete on server
23 2002-07-29 [paul] 0.8.0claws24
26 see ChangeLog 2002-07-29
28 2002-07-27 [christoph] 0.8.0claws23
31 add extra check if fetching the msginfo
34 2002-07-27 [paul] 0.8.0claws22
37 see ChangeLog 2002-07-26
39 2002-07-27 [christoph] 0.8.0claws21
42 add another check if a valid msginfo
45 2002-07-26 [hoa] 0.8.0claws20
48 Fixed a condition in folder_item_destroy()
51 Fixed an error in IMAP protocol
53 2002-07-26 [alfons] 0.8.0claws19
56 ofcourse compare with identifier, not the path
58 2002-07-26 [alfons] 0.8.0claws18
61 use folder item identifier for saving / restoring
62 preferences because folder->path might not be unique
64 2002-07-26 [melvin] 0.8.0claws17
67 Fixed a crash introduced in 0.8.0claws5 when log is
68 cut under 80 characters.
70 2002-07-26 [paul] 0.8.0claws16
73 see ChangeLog 2002-07-26
75 2002-07-26 [christoph] 0.8.0claws15
78 imap folder now remembers the last selected
79 folder and imap_fetch_msginfo skips selecting
80 the folder if it is already selected
82 2002-07-26 [christoph] 0.8.0claws14
87 fix imap folder rescanning
89 2002-07-25 [christoph] 0.8.0claws13
99 implement imap uid cache and uid validity check
101 2002-07-25 [alfons] 0.8.0claws12
104 fix a brown paper bag bug, and also add some more
107 2002-07-25 [christoph] 0.8.0claws11
110 don't mix copy, fetch_msginfo and remove
111 operations in folder item copy and move
114 2002-07-25 [christoph] 0.8.0claws10
118 * src/prefs_folder_item.c
119 * src/summaryview.[ch]
120 remove no longer required parameter update_cache from
123 2002-07-25 [paul] 0.8.0claws9
130 2002-07-24 [alfons] 0.8.0claws8
133 sort correctly when using simplified subject line
134 (closes feature request "[ 585141 ] applying regexp to subject
135 before sort" submitted by Alexandra Walford)
137 2002-07-24 [paul] 0.8.0claws7
139 * sync with 0.8.0cvs3
140 see ChangeLog 2002-07-24
142 2002-07-23 [christoph] 0.8.0claws6
149 o separate processing and summaryview
150 o removed summary_write_cache from summaryview
151 o removed summaryview->killed_messages, because we don't have
152 to keep a list of killed messages anymore. New cache will
153 keep the hidden messages in cache anyway
156 * src/selective_download.c
157 o removed unnecessary summary_write_cache calls
159 o don't set ignore thread flag in procmsg_get_thread_tree
163 o moved STATUSBAR_PUSH/POP to statusbar.h because
164 they are used in different files
166 2002-07-23 [melvin] 0.8.0claws5
172 * src/editldap_basedn.c
175 Fixed few memory leak (gtk_editable_get_chars returns
178 Fixed few memory leak (gtk_editable_get_chars returns
179 an allocated string) and modified a little the log cutting
182 Replaced a call to an obsolete function gtk_entry_get_text()
183 by gtk_editable_get_chars()
185 Removed a debug printf
187 2002-07-23 [christoph] 0.8.0claws4
190 fix another g_dirname memory leak
192 2002-07-23 [christoph] 0.8.0claws3
195 fixed a memory leak in mh_fetch_msginfo
196 fixed crash when message header could not be
199 2002-07-23 [paul] 0.8.0claws2
201 * sync with 0.8.0cvs2
202 see ChangeLog 2002-07-23
204 2002-07-23 [paul] 0.8.0claws1
206 * sync with 0.8.0cvs1
207 see ChangeLog 2002-07-23
209 2002-07-23 [paul] 0.8.0claws
211 * release of 0.8.0claws
213 2002-07-23 [paul] 0.7.8claws99
216 new Russian translation, submitted by
217 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
219 2002-07-22 [jens] 0.7.8claws98
222 Updated German translations.
224 2002-07-22 [paul] 0.7.8claws97
230 updated translations by Ricardo Mones Lastra,
231 Alessandro Maestri, Wilbert Berendsen and
232 Fabio Jr. Beneditto respectively
234 2002-07-22 [christoph] 0.7.8claws96
237 fix memory leak caused by wrong g_dirname usage
239 2002-07-22 [christoph] 0.7.8claws95
242 update new and unread message counts for summaryview
243 summaryview does not get it from the folder anymore
244 and has to update the values itself
246 2002-07-22 [melvin] 0.7.8claws94
249 Updated French translations.
251 2002-07-22 [christoph] 0.7.8claws93
254 set prop->preg pointer to NULL or following check
255 will not fail and regexec will be called with
258 2002-07-21 [alfons] 0.7.8claws92
260 * src/prefs_common.[ch]
261 remove option "Send return receipt on request"
263 2002-07-21 [thorsten] 0.7.8claws91
266 fixed memleaks, coding style as pointed out by alfons
268 2002-07-21 [alfons] 0.7.8claws90
271 * src/noticeview.[ch]
272 o fix bug notice view being displayed when going to empty folder
273 (noticed by Christoph)
274 o allow RRR to be sent when restarting sylpheed, or changing folder
275 (noticed by Thorsten)
277 2002-07-21 [thorsten] 0.7.8claws89
280 Included save_all patch from Xaview FACQ
281 added support for pathnames
283 2002-07-21 [alfons] 0.7.8claws88
288 * src/messageview.[ch]
289 * src/noticeview.c ** NEW FILE **
290 * src/noticeview.h ** NEW FILE **
291 make return receipts work again
292 (UI idea by Leandro Pereira)
294 2002-07-21 [paul] 0.7.8claws87
297 fix sensitivity of 'Select thread'
299 2002-07-21 [paul] 0.7.8claws86
302 add browser command line for Galeon
304 2002-07-21 [paul] 0.7.8claws85
307 fix 'EXTRA_DIST': remove README.README, add TODO
310 2002-07-21 [alfons] 0.7.8claws84
313 make enter clear selection
314 (closes "[ 579888 ] Editor selection/entry error"
315 reported by Steve Lamb)
317 2002-07-21 [alfons] 0.7.8claws83
320 sort message list when selecting unthread messages
321 (closes "[ 501593 ] switching threaded view doesn't sort"
322 reported by Simon Schubert)
324 2002-07-20 [alfons] 0.7.8claws82
329 2002-07-20 [thorsten] 0.7.8claws81
332 Fixed expansion of empty fields in matchactions
334 2002-07-19 [melvin] 0.7.8claws80
337 Removed a duplicate menu entry (fast mode) introduced during
339 Added a menu separator between 'Use alternate' and 'Fast mode'
341 2002-07-19 [paul] 0.7.8claws79
347 2002-07-19 [thorsten] 0.7.8claws78
349 * tools/calypso_convert.pl ** NEW FILE **
352 script to import mbox files exported
354 o generates folder structure
355 o includes attachments
357 2002-07-19 [melvin] 0.7.8claws77
359 * src/selective_download.[ch]
360 Fixed bug where closing the dialog with the window manager's
361 close button will not unlock the summary
362 Corrected some function declarations that missed a return value
363 Made the source code comply better with coding style.
365 Added new browser command line for Mozilla.
367 2002-07-18 [paul] 0.7.8claws76
370 src/selective_download.[ch]
371 reflect theme changes, fix Gdk Warning when creating
372 pixmap from NULL window, and minor clean up.
373 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
378 2002-07-17 [paul] 0.7.8claws75
386 2002-07-16 [paul] 0.7.8claws74
388 * tools/filter_conv.pl
390 replace conversion script with reimplemented version,
391 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
393 2002-07-16 [colin] 0.7.8claws73
396 remove forgotten debug messages - sorry ;-)
398 2002-07-16 [colin] 0.7.8claws72
404 add the ability to select part of a text mime-part
407 2002-07-15 [christoph] 0.7.8claws71
410 fix folder message count for folders without
411 msg_is_changed (includes news folders)
413 2002-07-15 [martin] 0.7.8claws70
416 option "display recipient on 'From'..." now works
417 without the need of enabling the option
418 "display sender using address book".
420 2002-07-15 [christoph] 0.7.8claws69
423 removed setting folder status from summaryview.
424 folder.c should update all message counts correctly.
426 2002-07-15 [paul] 0.7.8claws68
429 updated by Fabio Junior Beneditto
431 2002-07-15 [darko] 0.7.8claws67
434 Fixed target folder colorization, don't decrease op
437 2002-07-14 [paul] 0.7.8claws66
439 * sync with main 0.8.0
440 see ChangeLog 2002-07-14
442 2002-07-13 [melvin] 0.7.8claws65
447 Replaced sprintf by g_snprintf to prevent possible buffer
450 Corrected a log message output format.
451 Added a missing "done" debug output.
453 Added keyboard accelerator for Priority menu items
454 Added missing \n in debug output
458 Added missing \n in debug output
460 2002-07-13 [paul] 0.7.8claws64
463 change Sergey's email address to the sf address
466 increase show_url_timeout (more useful for long
469 2002-07-12 [sergey] 0.7.8claws63
472 applied (with some modifications) patch to set the
473 micalg parameter for signatures
474 (2001-08-28 Werner Koch <wk@gnupg.org>)
476 2002-07-12 [sergey] 0.7.8claws62
480 fixed man page installation
482 2002-07-12 [paul] 0.7.8claws61
484 * sync with 0.7.8cvs26
485 see ChangeLog 2002-07-11 and 2002-07-12
487 2002-07-11 [christoph] 0.7.8claws60
491 first use the message number to find the message
492 to mark with a reply flag but check the
493 message-id if we got the correct message, if not
494 try to find it by message-id.
495 use new string seperator that is not allowed
498 2002-07-11 [paul] 0.7.8claws59
500 * sync with 0.7.8cvs23
501 see ChangeLog 2002-07-10
503 2002-07-10 [christoph] 0.7.8claws58
507 Added message-id table to the cache in memory
508 and functions to msgcache.c and folder.c to
509 fetch MsgInfos by message id
512 store folder and message-id of message replying
513 to in queue header and set reply flag after sending
516 2002-07-10 [paul] 0.7.8claws57
520 add Martin to the list of authors
522 2002-07-09 [martin] 0.7.8claws56
524 Added gtk_ctree_last_visible(), tree_update_level(),
525 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
526 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
527 from gtk+ to gtksctree.c for the new sorting code
528 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
529 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
531 Added declaration for gtk_sctree_sort_recursive() and
537 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
538 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
540 2002-07-08 [paul] 0.7.8claws55
542 * more sync with 0.7.8cvs21
543 see ChangeLog 2002-07-08
545 2002-07-08 [paul] 0.7.8claws54
547 * sync with 0.7.8cvs21
548 see ChangeLog 2002-07-08
550 2002-07-07 [alfons] 0.7.8claws53
553 * src/stock_pixmap.[ch]
554 * src/pixmaps/notice_warn.xpm ** NEW FILE **
555 * src/pixmaps/notice_error.xpm ** NEW FILE **
556 * src/pixmaps/notice_note.xpm ** NEW FILE **
557 add new pixmaps for upcoming notice pane
559 2002-07-06 [melvin] 0.7.8claws52
562 Made them a bit closer to Sylpheed's coding style.
564 Removed possible memory leaks when some errors occurs.
566 2002-07-06 [melvin] 0.7.8claws51
569 Removed --no-location in xgettext command line to help
570 translators that use Emacs' po-mode
572 Removed unnecessary comments that messed up sylpheed.pot
574 2002-07-06 [paul] 0.7.8claws50
576 * sync with 0.7.8cvs19
577 see ChangeLog 2002-07-05
579 2002-07-06 [christoph] 0.7.8claws49
583 fix folder_item_remove_all_msg and folderview
584 status for trash folders after emptying trash
586 2002-07-05 [paul] 0.7.8claws48
588 * sync with 0.7.8cvs16
589 see ChangeLog 2002-07-04 and 2002-07-05
591 2002-07-04 [paul] 0.7.8claws47
593 * sync with 0.7.8cvs14
594 see ChangeLog 2002-07-04
596 2002-07-03 [alfons] 0.7.8claws46
599 dupe folder item's path because it's being reallocated
600 by new folder scanning code
602 2002-07-03 [christoph] 0.7.8claws45
605 better IMAP uid fetching using 'FETCH 1:* (UID)'
607 add missing return in msgcache_write
609 2002-07-02 [thorsten] 0.7.8claws44
614 use binary mode for file access
616 2002-07-02 [christoph] 0.7.8claws43
618 * major code cleanup (part 1)
620 - unused variables removed
621 - unused functions removed
622 - uninitialized variables checked
623 - missing return statements added
624 - missing function return types added
625 - added parentheses around assignment and
626 && in || when suggested by gcc
630 replaced direct calls to folder->scan_tree
631 with folder_scan_tree and restore folder
632 prefs in this function. The folder should
633 not have to deal with them.
634 ( Should now work for all folder types )
636 2002-07-02 [paul] 0.7.8claws42
638 * sync with 0.7.8cvs13
639 see ChangeLog 2002-07-01 and 2002-07-02
641 2002-07-01 [christoph] 0.7.8claws41
644 fix "goto next/prev unread message" with
647 2002-07-01 [paul] 0.7.8claws40
650 updated by Ricardo Mones Lastra
652 2002-06-30 [match] 0.7.8claws39
655 applied variation of leonerd's patch (566661) to
656 allow multiple email addresses per JPilot entry.
657 addresses may be separated by space, comma, pipe,
658 semi-colon, new-line.
660 2002-06-30 [alfons] 0.7.8claws38
663 simple fix for putting older nodes before
664 newer nodes when threading by subject
666 2002-06-30 [christoph] 0.7.8claws37
673 fix broken folder tree rescaning
674 and don't use procmsg_get_mark_sum
677 2002-06-30 [christoph] 0.7.8claws36
679 * merge new cache branch
681 fix new cache imap copy bug
683 improved folder_item_scan
684 it should now always set the correct
685 new, unread and total message counts
687 2002-06-29 [paul] 0.7.8claws35
692 2002-06-29 [paul] 0.7.8claws34
696 man/Makefile.am ** NEW FILE **
697 man/sylpheed.1.gz ** NEW FILE **
698 add Sylpheed man page
700 2002-06-29 [paul] 0.7.8claws33
703 updated by Fabio Junior Beneditto
705 2002-06-28 [jens] 0.7.8claws32
710 * src/selective_download.c
711 removed gettext for space " "
716 2002-06-28 [paul] 0.7.8claws31
718 * sync with 0.7.8cvs11
719 see ChangeLog 2002-06-28
721 2002-06-28 [paul] 0.7.8claws30
723 * sync with 0.7.8cvs10
724 see ChangeLog 2002-06-27 and 2002-06-28
726 2002-06-26 [paul] 0.7.8claws29
729 src/selective_download.c
730 don't gettextise empty strings.
731 reserved by gettext. gettext("") returns
732 the header entry with meta information,
738 2002-06-26 [paul] 0.7.8claws28
740 * sync with 0.7.8cvs7
741 see ChangeLog 2002-06-25
744 ...and in the process, tweak the gui a little
746 2002-06-25 [alfons] 0.7.8claws27
750 fine tune ldap library detection
752 2002-06-25 [alfons] 0.7.8claws26
755 don't allow return receipts when composing a news article
757 2002-06-25 [paul] 0.7.8claws25
760 add '$(AMTAR)' to 'release' section to allow for
761 new and older autotools
763 2002-06-25 [paul] 0.7.8claws24
766 fix "No more unread messages" persistant pop-up
769 2002-06-25 [paul] 0.7.8claws23
772 updated by Alessandro Maestri
774 2002-06-25 [paul] 0.7.8claws22
776 * sync with 0.7.8cvs6
777 see ChangeLog 2002-06-25
779 2002-06-24 [paul] 0.7.8claws21
782 add GPL copyright information
784 2002-06-24 [paul] 0.7.8claws20
788 tools/update-po ** NEW FILE **
789 add script that eases the creation of *.po files
790 Submitted by Wilbert Berendsen <wilbert@oswf.org>
792 2002-06-23 [alfons] 0.7.8claws19
795 make notification_convert_header obey const correctness
796 (next step will be fixing the broken return receipt)
798 2002-06-23 [paul] 0.7.8claws18
801 fix bug introduced in last commit:
802 removed too much code in last commit - put back what's
805 2002-06-23 [paul] 0.7.8claws17
807 * src/messageview.[ch]
808 remove code committed in error from locally patched
811 2002-06-23 [colin] 0.7.8claws16
814 add compose_entry_select(), used to select the default_to
815 email address - hopefully avoiding people sending mails to
818 2002-06-22 [alfons] 0.7.8claws15
821 add Bram Metsch & Stanislav Karchebny
823 * src/prefs_account.[ch]
825 - apply and adapt Bram's patch which allows user to set SMTP AUTH
826 options. (see <http://sourceforge.net/tracker/index.php
827 ?func=detail&aid=566937&group_id=25528&atid=384600>);
829 - merge Stanislav's fix to make SMTP AUTH work with qmail
830 (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
832 2002-06-22 [paul] 0.7.8claws14
834 * sync with 0.7.8cvs5
835 see ChangeLog 2002-06-19 and 2002-06-20
837 2002-06-22 [alfons] 0.7.8claws13
839 * src/selective_download.c
840 fix a stupid mistake I made
842 2002-06-22 [alfons] 0.7.8claws12
844 * src/selective_download.[ch]
845 fix another unnoticed leak; cleanup code
850 gpg-sign <-- gpg-sign-syl
852 2002-06-21 [alfons] 0.7.8claws11
854 * src/selective_download.c
855 * src/selective_download.h
856 fix assorted mix of allocation errors (should solve
857 problem reported by Philippe Gramoullé, see:
858 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
860 2002-06-20 [melvin] 0.7.8claws10
862 * tools/gpg-sign *REMOVED*
863 tools/gpg-sign-syl *ADDED*
864 Replaced the gpg clearsigning script with the version using
865 xterm instead of ssh-askpass and changed its name.
868 Updated actions example to reflect the renaming of the
869 gpg clearsigning script.
871 2002-06-19 [paul] 0.7.8claws9
873 * sync with 0.7.8claws9
874 see ChangeLog 2002-06-18 and 2002-06-19
876 2002-06-19 [paul] 0.7.8claws8
878 * sync with 0.7.8cvs1
879 see ChangeLog 2002-06-18
881 2002-06-18 [alfons] 0.7.8claws7
884 add omitted prototype
886 2002-06-17 [paul] 0.7.8claws6
889 fix hiding of exec_btn
891 2002-06-17 [paul] 0.7.8claws5
894 remove unneeded code: should_delete()
895 and Pop3State::uidl_todelete_list
897 2002-06-17 [paul] 0.7.8claws4
900 see ChangeLog 2002-06-11 and 2002-06-13
902 2002-06-16 [alfons] 0.7.8claws3
905 make sure lock sort mode (claws specific) is
906 also persists after a tree rescan
908 2002-06-16 [alfons] 0.7.8claws2
910 * src/prefs_folder_item.c
912 fix persistence of folder sort mode (broken
913 by adapting Hiro's new folder persistence code)
915 2002-06-16 [alfons] 0.7.8claws1
919 * src/prefscommon.[ch]
920 control size of log text in log window;
921 closes patch #569155 submitted by Mitko Haralanov.
923 2002-06-15 [paul] 0.7.8claws
925 * release of 0.7.8claws
927 2002-06-15 [paul] 0.7.7claws
930 updated by Fabio Junior Beneditto
932 2002-06-14 [paul] 0.7.6claws49
935 updated by Ricardo Mones Lastra
937 2002-06-14 [paul] 0.7.6claws48
940 updated translation by Wilbert Berendsen
942 2002-06-14 [melvin] 0.7.6claws47
945 Updated French translation
947 2002-06-13 [paul] 0.7.6claws46
950 allow filename to be typed in, rather than just
951 selected by the mouse. Patch by Gustavo Noronha Silva.
953 2002-06-13 [alfons] 0.7.6claws45
955 * src/mainwindow.[ch]
956 more cleanups (removing unnecessary menu items Expand
957 summary / message view)
959 2002-06-13 [melvin] 0.7.6claws44
962 Added src/string_match.c
964 Fixed possible buffer overflow.
966 Added missing config.h header.
970 Made some strings translatable (missing _(..)).
972 2002-06-13 [melvin] 0.7.6claws43
975 Corrected action example (verifying clearsigned mail).
976 * src/prefs_account.c
979 Removed incorrect line that generated a Gtk-CRITICAL msg.
981 2002-06-12 [alfons] 0.7.6claws42
984 add init of score column lost in 0.7.6claws42
986 2002-06-12 [paul] 0.7.6claws41
988 * src/prefs_account.c
989 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the
990 behavior of the radio buttons, (from 0.7.7cvs2)
992 2002-06-11 [alfons] 0.7.6claws40
994 * src/messageview.[ch]
995 * src/summaryview.[ch]
996 * src/summary_search.c
998 perform a sync to bring in Hiro's separate view implementation
1000 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
1002 2002-06-11 [paul] 0.7.6claws39
1004 * src/prefs_account.c
1005 correct a typo on the Receive tab
1007 2002-06-10 [match] 0.7.6claws38
1010 Included address completion patch from Gustavo Noronha.
1012 2002-06-10 [paul] 0.7.6claws37
1016 src/prefs_account.[ch]
1017 src/selective_download.[ch]
1020 - check if POP Account
1021 - Receive Button renamed to Preview
1022 - Preview Button Popup: preview new/all messages
1024 - Account Preferences-->Receive tab checkbutton if you
1025 want to remove Mail after Download
1027 - Account Preferences-->Receive tab checkbutton use
1028 filtering rules on preview
1029 (think of delete_on_server)
1031 - Account selectable from SD dialog
1032 - checkbutton to show already downloaded messages if
1033 all messages are previewed
1034 - new clist column showing Date
1037 - play ball with UIDL
1038 - fault tolerant (?)
1039 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
1041 2002-06-10 [melvin] 0.7.6claws36
1044 Added a hint to ac/README in cvs instructions.
1046 * src/prefs_actions.c
1047 Made it possible to use a more elaborate command line
1048 for asynchronous actions, too.
1050 2002-06-10 [melvin] 0.7.6claws35
1052 * src/prefs_actions.c
1053 Make it possible to use a more elaborate command line
1054 (e.g. |foo|bar|cat>there;echo Done|)
1055 Corrected error message when calling %f, %F and %p commands
1056 from the compose window.
1058 2002-06-09 [colin] 0.7.6claws34
1061 Automatically find unread messages in current folder
1062 before annoying the user.
1064 2002-06-08 [alfons] 0.7.6claws33
1067 remove bad formatting string in it.po translation
1068 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
1070 2002-06-08 [paul] 0.7.6claws32
1072 * sync with 0.7.6cvs25
1073 see ChangeLog 2002-06-07
1075 2002-06-05 [paul] 0.7.6claws31
1078 add 'Sort by locked' and 'Sort by score'
1080 2002-06-05 [paul] 0.7.6claws30
1082 * sync with 0.7.6cvs24
1083 see ChangeLog 2002-06-04
1085 2002-06-04 [paul] 0.7.6claws29
1088 updated by Fabio Junior Beneditto
1090 2002-06-03 [thorsten] 0.7.6claws28
1093 fclose() matcherrc after reading
1095 2002-06-03 [paul] 0.7.6claws27
1097 * sync with 0.7.6cvs21
1098 see ChangeLog 2002-05-31
1100 2002-05-31 [paul] 0.7.6claws26
1102 * sync with 0.7.6cvs20
1103 see ChangeLog 2002-05-29 and 2002-05-30
1105 2002-05-31 [paul] 0.7.6claws25
1108 hopefully fix last buggy sync
1111 correct typo in 'Actions' examples
1113 2002-05-29 [paul] 0.7.6claws24
1115 * sync with 0.7.6cvs18
1116 see ChangeLog 2002-05-28 and 2002-05-29
1122 2002-05-28 [paul] 0.7.6claws23
1124 * sync with 0.7.6cvs16
1125 see ChangeLog 2002-05-28
1127 2002-05-27 [thorsten] 0.7.6claws22
1129 * faq/it/sylpheed-faq-1.html
1130 faq/it/sylpheed-faq-2.html
1131 faq/it/sylpheed-faq-3.html
1132 faq/it/sylpheed-faq.html
1133 corrected DOS lineendings
1134 * faq/de/sylpheed-faq-1.html
1135 faq/de/sylpheed-faq-2.html
1136 faq/en/sylpheed-faq-1.html
1137 faq/en/sylpheed-faq-2.html
1138 faq/en/sylpheed-faq-3.html
1139 faq/es/sylpheed-faq-1.html
1140 faq/es/sylpheed-faq-2.html
1141 faq/es/sylpheed-faq-3.html
1142 faq/fr/sylpheed-faq-1.html
1143 faq/it/sylpheed-faq-1.html
1144 faq/it/sylpheed-faq-2.html
1145 faq/it/sylpheed-faq-3.html
1146 faq/it/sylpheed-faq.html
1147 changed ">" to "
1149 2002-05-27 [paul] 0.7.6claws21
1151 * sync with 0.7.6cvs15
1152 see ChangeLog 2002-05-27
1154 2002-05-27 [paul] 0.7.6claws20
1156 * src/prefs_account.c
1159 2002-05-26 [paul] 0.7.6claws19
1164 2002-05-25 [paul] 0.7.6claws18
1167 add description of kmail2sylpheed.pl
1169 2002-05-25 [paul] 0.7.6claws17
1171 * tools/kmail2sylpheed.pl ** NEW FILE **
1172 perl script that converts an exported Kmail address
1173 book, converts it to sylpheed addressbook file,
1174 writes the file to .sylpheed, and updates
1177 2002-05-25 [paul] 0.7.6claws16
1179 * sync with 0.7.6cvs14
1180 see ChangeLog 2002-05-23
1182 2002-05-24 [paul] 0.7.6claws15
1185 make a correction and add some more info
1187 2002-05-24 [paul] 0.7.6claws14
1191 compose_redirect_write_headers_from_headerlist()
1192 add Subject and Resent-Message-ID to
1193 compose_redirect_write_headers()
1194 Received, Subject, and X-UIDL are filtered out in
1195 compose_redirect_write_to_file()
1197 2002-05-23 [paul] 0.7.6claws13
1203 src/matcher_parser_lex.l
1204 src/matcher_parser_parse.y
1205 src/prefs_common.[ch]
1206 src/prefs_filtering.c
1208 rename 'Bounce' to 'Redirect'
1210 2002-05-23 [paul] 0.7.6claws12
1212 * more sync with 0.7.6cvs13
1214 see ChangeLog 2002-05-22
1216 2002-05-22 [paul] 0.7.6claws11
1218 * sync with 0.7.6cvs13
1220 see ChangeLog 2002-05-20
1222 see ChangeLog 2002-05-22
1224 2002-05-21 [melvin] 0.7.6claws10
1227 Added missing filtering and scoring headers
1228 Fixed bad function call that showed garbage
1229 in Folder->Processing
1231 2002-05-21 [paul] 0.7.6claws9
1234 make all tools executable, (patch by Alfons).
1236 2002-05-20 [alfons] 0.7.6claws8
1239 don't forget to call mktime() so we have a valid week
1241 (Bug report by Roger Sondermann <mail@jumaros.de>)
1243 2002-05-20 [paul] 0.7.6claws7
1246 fix broken parsing of urls
1248 fix displaying of urls
1250 both fixes from the patch [547855] by Eugene
1253 2002-05-19 [alfons] 0.7.6claws6
1256 make sylpheed configure correctly with the latest
1257 and greatest of automake / autoconf / gettext
1259 2002-05-19 [alfons] 0.7.6claws5
1263 add function for returning ime zone offset
1265 * src/quote_fmt_parse.y
1266 better quotation formatting - does not convert
1267 to local time, but uses the original date string.
1269 Note: %z inserts the timezone offset (should
1270 work also on platforms where strftime does not
1273 2002-05-18 [christoph] 0.7.6claws4
1276 fix indentation of some code
1281 correct path for ignorethread.xpm
1282 incorrect filename for sylpheed_logo.xpm
1283 add missing include matcher_parser_parse.h
1285 2002-05-18 [paul] 0.7.6claws3
1287 * sync with 0.7.6cvs8
1288 see ChangeLog 2002-05-16 and 2002-05-17
1290 2002-05-18 [melvin] 0.7.6claws2
1293 Corrected an action's definition and fixed some misspellings.
1295 2002-05-18 [paul] 0.7.6claws1
1298 tools/gpg-sign ** new file **
1299 tools/uudec ** new file **
1300 add Melvin's Actions scripts
1303 add Melvin's descriptions for Actions
1305 2002-05-18 [paul] 0.7.6claws
1307 * Version 0.7.6claws released
1309 2002-05-17 [paul] 0.7.5claws32
1312 updated by Ricardo Mones Lastra
1314 2002-05-17 [paul] 0.7.5claws31
1317 fix Account prefs default folder for sent/draft/deleted
1322 updated translation by Alessandro Maestri and
1325 2002-05-17 [melvin] 0.7.5claws30
1327 * src/prefs_actions.c
1328 Fixed bug where using %F not at the end of the command
1329 resulted in an additional empty argument being created.
1330 Thanks to Darko Koruga for reporting the bug.
1332 2002-05-17 [melvin] 0.7.5claws29
1335 Updated French translations.
1337 2002-05-15 [paul] 0.7.5claws28
1340 updated by Ricardo Mones Lastra
1342 2002-05-15 [paul] 0.7.5claws27
1344 * sync with 0.7.6cvs4
1345 see ChangeLog 2002-05-14 and 2002-05-15
1347 2002-05-14 [paul] 0.7.5claws26
1349 * sync with 0.7.6cvs1
1350 see ChangeLog 2002-05-13
1352 2002-05-13 [thorsten] 0.7.5claws25
1355 fix select_all and copy in multipart messages
1357 fix select_all and copy in multipart messages
1359 2002-05-12 [paul] 0.7.5claws24
1362 reverse last commit, bug already fixed in 0.7.5claws3
1364 2002-05-12 [netztorte] 0.7.5claws23
1367 dont parse empty addressbook (checked in before claws20)
1369 2002-05-12 [melvin] 0.7.5claws22
1372 Removed unneeded priority code introduced by the previous
1375 2002-05-12 [melvin] 0.7.5claws21
1378 Added possibility to set message's priority.
1380 Added possibility to set message's priority.
1381 Added missing headers
1383 2002-05-12 [melvin] 0.7.5claws20
1385 * src/prefs_actions.c
1386 Removed implicitely added quotes around the name
1387 of the temporary files of mime parts.
1389 2002-05-12 [paul] 0.7.5claws19
1391 * sync with 0.7.5cvs20
1392 see ChangeLog 2002-05-11
1394 2002-05-12 [alfons] 0.7.5claws18
1396 * src/quote_fmt_lex.l
1397 * src/quote_fmt_parse.y
1398 allow quote / reply date & time format to be set using
1399 %D{format}. format is a format string you'd pass to
1400 strftime() (see man strftime, or the Display tab |
1401 Date format setting).
1403 Currently %D converts the date to local time.
1405 2002-05-11 [paul] 0.7.5claws17
1407 * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
1408 see ChangeLog 2002-05-10 and 2002-05-11
1410 2002-05-10 [paul] 0.7.5claws16
1412 * sync with 0.7.5cvs16
1413 see ChangeLog entries 2002-05-09 and
1416 2002-05-10 [colin] 0.7.5claws15
1419 Corrected a bug that prevented sylpheed to open
1420 double-clicked URIs.
1422 2002-05-09 [paul] 0.7.5claws14
1424 * sync with 0.7.5cvs14
1425 see ChangeLog 2002-05-08 and 2002-05-09
1427 2002-05-08 [paul] 0.7.5claws13
1429 * sync with 0.7.5cvs11
1430 see ChangeLog entry 2002-05-08
1432 2002-05-08 [paul] 0.7.5claws12
1436 fix segfault on View->Open in new window
1437 patch submitted by Thorsten Maerz <torte@netztorte.de>
1439 2002-05-07 [paul] 0.7.5claws11
1441 * sync with 0.7.5cvs9
1442 see ChangeLog entry 2002-05-07
1444 2002-05-06 [paul] 0.7.5claws10
1448 display url in statusbar on single-click
1449 patch submitted by Thorsten Maerz <torte@netztorte.de>
1451 2002-05-06 [match] 0.7.5claws9
1458 XML implementation of properties file.
1459 * src/exporthtml.[ch]
1460 * src/expthtmldlg.[ch]
1464 2002-05-02 [sergey] 0.7.5claws8
1466 * src/mainwindow.c (mainwin_entries),
1467 src/prefs_common.c (prefs_send_create()),
1468 src/codeconv.c (locale_table):
1469 use charset name "Windows-1251" instead of "CP1251".
1471 2002-05-02 [colin] 0.7.5claws7
1475 src/prefs_folder_item.c
1476 Fixed cosmetics bugs due to Outbox renamed to Sent.
1478 2002-05-02 [hiro] 0.7.5claws6
1481 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
1483 2002-05-02 [paul] 0.7.5claws5
1486 more sync with 0.7.5cvs7, see ChangeLog entry
1489 2002-05-02 [hiro] 0.7.5claws4
1492 compose_queue_sub():
1493 check if queue folder exists (closes #550397).
1494 removed directory creation since it should be handled
1497 imap_add_msg(): return UID for appended message
1500 2002-04-30 [paul] 0.7.5claws3
1503 fix account_find_from_address() bug
1505 2002-04-28 [colin] 0.7.5claws2
1509 src/prefs_common.[ch]
1511 Added user-definable quotation characters recognition.
1513 2002-04-28 [paul] 0.7.5claws1
1515 * sync with 0.7.5cvs4
1516 see ChangeLog entry 2002-04-25
1518 2002-04-28 [paul] 0.7.5claws
1523 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
1524 Fabio Junior Beneditto
1526 2002-04-27 [jens] 0.7.4claws103
1529 updated German translation.
1531 2002-04-27 [hiro] 0.7.4claws102
1534 summary_write_cache(): fixed the mark loss of hidden messages.
1536 2002-04-26 [melvin] 0.7.4claws101
1539 fixed a second typo (same one)
1543 fixed the type again...
1545 2002-04-26 [melvin] 0.7.4claws100
1548 fixed a typo in an alert message ("temorary").
1551 corrected the typo described above.
1553 updated French translation.
1555 2002-04-26 [darko] 0.7.4claws99
1558 fix target folder colorization
1560 2002-04-25 [paul] 0.7.4claws98
1563 updated by Alessandro Maestri
1565 2002-04-24 [colin] 0.7.4claws97
1568 Fixed double "subject is empty" question.
1570 2002-04-23 [colin] 0.7.4claws96
1573 Corrected issue when "automatically display images" was
1574 not set : first image remained after selecting second.
1576 2002-04-23 [melvin] 0.7.4claws95
1578 * src/prefs_actions.c
1579 Don't display in/out dialog if there is nothing to show.
1581 2002-04-23 [paul] 0.7.4claws94
1583 * sync with 0.7.5cvs3
1584 bug fixes: see ChangeLog entry 2002-04-23
1586 2002-04-22 [darko] 0.7.4claws93
1589 fix previous check-in which changed code after
1592 2002-04-22 [paul] 0.7.4claws92
1599 update English, Spanish and French FAQs
1602 add German and Spanish manuals
1605 update English and French manuals
1608 add to and re-arrange the pixmap entries
1610 2002-04-22 [darko] 0.7.4claws91
1613 fix sender initials recognition to only allow
1614 '>' after the initials
1616 2002-04-21 [paul] 0.7.4claws90
1618 * sync with 0.7.5 release
1619 see ChangeLog entry 2002-04-21
1624 add colin's new pixmaps to EXTRA_DIST
1626 2002-04-21 [colin] 0.7.4claws89
1629 * src/mainwindow.[ch]
1630 * src/prefs_common.[ch]
1631 * src/stock_pixmap.[ch]
1632 Added "Work offline" ability.
1634 2002-04-21 [colin] 0.7.4claws88
1637 * src/prefs_common.c
1638 * src/prefs_common.h
1639 * src/textview.c : Added an option to common preferences -> display
1640 to allow user not to automatically display images.
1642 2002-04-21 [paul] 0.7.4claws87
1644 * sync with 0.7.4cvs52
1645 see ChangeLog entry 2002-04-21 (src/imap.c)
1647 2002-04-21 [paul] 0.7.4claws86
1649 * sync with 0.7.4cvs51
1650 see ChangeLog entry 2002-04-21
1652 2002-04-21 [paul] 0.7.4claws85
1654 * sync with 0.7.4cvs49
1655 see ChangeLog entries 2002-04-20 and 2002-04-21
1658 clean up: remove old 'stock_' element from xpm
1661 2002-04-21 [alfons] 0.7.4claws84
1663 apply sync patch from Paul
1666 use old claws prefs_folder_item_create() for now
1668 2002-04-19 [match] 0.7.4claws83
1670 * src/addressbook.[ch]
1671 * src/addrharvest.[ch]
1672 * src/addrgather.[ch]
1675 * src/summaryview.[ch]
1678 2002-04-19 [paul] 0.7.4claws82
1681 updated by Fabio Junior Beneditto
1683 2002-04-14 [alfons] 0.7.4claws81
1686 add #include <sys/types.h> for mode_t and off_t
1688 2002-04-13 [paul] 0.7.4claws80
1693 src/prefs_common.[ch]
1695 enable storing of GnuPG passphrase for the whole
1696 session or a user-defined number of minutes. patch
1697 submitted by Ravemax <ravemax@dextrose.com>
1699 2002-04-13 [alfons] 0.7.4claws79
1702 make email parser also stop scanning when encountering separators
1703 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
1705 2002-04-13 [paul] 0.7.4claws78
1707 * sync with 0.7.4cvs39
1708 see ChangeLog entry 2002-04-12
1710 2002-04-11 [paul] 0.7.4claws77
1712 * sync with 0.7.4cvs37
1713 see ChangeLog entry 2002-04-11
1715 2002-04-11 [paul] 0.7.4claws76
1718 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
1719 the clause for OpenSSL). sync with sylpheed main
1721 2002-04-09 [melvin] 0.7.4claws75
1724 Made 'Ctrl-Enter' on send ignore some modifiers
1725 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
1726 to bind other *-Enter (but not Alt-Enter).
1728 2002-04-09 [paul] 0.7.4claws74
1730 * sync with 0.7.4cvs35
1731 see ChangeLog entries 2002-04-09
1733 2002-04-08 [paul] 0.7.4claws73
1735 * sync with 0.7.4cvs33
1736 see ChangeLog entry 200-04-08
1738 2002-04-07 [match] 0.7.4claws72
1740 * src/addrharvest.[ch]
1741 fixed to read all addresses in header, regardless
1742 of header size. improved name parsing. accommodate
1743 harvest from folders and selected message.
1745 included new address parsing function.
1746 * src/addrgather.[ch]
1747 * src/addressbook.[ch]
1748 * src/summaryview.[ch]
1750 allow address harvest of folder as well as selected
1753 2002-04-07 [paul] 0.7.4claws71
1757 don't try to authenticate with CRAM-MD5 in SMTP when
1758 SMTP-AUTH enabled if MTA doesn't issue this
1759 auth-method in it's ehlo-response. bug item #531364,
1760 patch item #938910. patch submitted by Colin Leroy
1763 2002-04-07 [paul] 0.7.4claws70
1766 fix missing MODE_READER bug. patch submitted by
1767 Colin Leroy <colin@colino.net>
1769 2002-04-07 [alfons] 0.7.4claws69
1772 * src/prefs_filtering.c
1774 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
1775 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
1777 2002-04-07 [paul] 0.7.4claws68
1779 * sync with 0.7.4cvs32
1780 see ChangeLog entry 2002-04-06
1782 * tools/filter_conv.pl
1785 2002-04-06 [paul] 0.7.4claws67
1787 * tools/filter_conv.pl
1788 modify to be able to find the name of the first
1789 mailbox and use that. main's filter does not
1790 record the full path to the mailbox and therefore
1791 can only filter to the first mailbox.
1793 2002-04-05 [paul] 0.7.4claws66
1795 * tools/filter_conv.pl
1796 attempt to make the script all-encompassing and
1797 be able to convert any main 'filter' rule thrown
1800 2002-04-05 [paul] 0.7.4claws65
1802 * tools/filter_conv.pl
1803 allow for collapsed folder trees
1805 2002-04-05 [paul] 0.7.4claws64
1807 * sync with 0.7.4cvs31
1808 see ChangeLog entries 2002-04-05
1810 2002-04-03 [paul] 0.7.4claws63
1812 * sync with 0.7.4cvs29
1813 see ChangeLog entries 2002-04-02 and 2002-04-03
1815 2002-04-02 [paul] 0.7.4claws62
1817 * sync with 0.7.4cvs26
1818 see ChangeLog entry 2002-04-01
1820 2002-04-02 [match] 0.7.4claws61
1823 * src/importpine.[ch]
1825 import Pine address book.
1827 2002-04-02 [match] 0.7.4claws60
1829 * src/addrharvest.[ch]
1830 improve address parsing of funky addresses.
1832 2002-04-02 [darko] 0.7.4claws59
1835 wrap on send improvements, it now recognizes quoted
1836 initials as part of the quotation string, and it
1837 does not join lines separated by CR
1839 2002-04-01 [match] 0.7.4claws58
1842 added new functions.
1844 remove excessive duplicate address generation
1847 2002-04-01 [alfons] 0.7.4claws57
1852 2002-04-01 [paul] 0.7.4claws56
1854 * sync with 0.7.4cvs25
1855 see ChangeLog entry 2002-04-01
1857 2002-04-01 [alfons] 0.7.4aprilfool55
1860 honour feature request item #537427 to allow for
1861 displaying names from address book for sent mail also
1863 2002-03-29 [paul] 0.7.4claws54
1866 src/prefs_filtering.[ch]
1869 add 'fast filter' for claws' filtering,
1870 /Tools/Create filter rule/... patch submitted
1871 by Neill Miller <neillm@thecodefactory.org>
1873 2002-03-29 [paul] 0.7.4claws53
1875 * sync with 0.7.4cvs24
1876 see ChangeLog entry 2002-03-29
1878 2002-03-28 [paul] 0.7.4claws52
1880 * sync with 0.7.4cvs23
1881 see ChangeLog entry 2002-03-28
1883 2002-03-27 [melvin] 0.7.4claws51
1885 * src/prefs_actions.c
1886 Added support to pass only one message part (as a
1887 file) to the command using '%p'. No quotes are needed
1888 because doubles quotes are automatically added.
1889 Fixed bug where Sylpheed could block when waiting for
1890 a child process to finish.
1891 Changed the help menu to remove quotes around symbols to
1892 avoid misinterpretation (they must not be used).
1894 2002-03-27 [melvin] 0.7.4claws50
1897 Made the new mail notification command always
1898 execute asynchronously.
1900 2002-03-27 [paul] 0.7.4claws49
1903 fix bug introduced in last commit
1905 2002-03-27 [paul] 0.7.4claws48
1907 * sync with 0.7.4cvs21
1908 see ChangeLog 2002-03-26 and 2002-03-27
1910 2002-03-26 [hoa] 0.7.4claws47
1912 * src/prefs_folder_item.c
1913 really fixed the bug #516442 with folder rescan.
1915 2002-03-26 [paul] 0.7.4claws46
1917 * sync with 0.7.4cvs19
1918 see ChangeLog entries 2002-03-25 and 2002-03-26
1920 2002-03-25 [hoa] 0.7.4claws45
1924 fix the bug #516442 with folder rescan.
1926 * src/prefs_common.[ch]
1928 added an option to enable two different behaviours
1932 2002-03-25 [paul] 0.7.4claws44
1935 src/selective_download.c
1936 correct a few menuitem labels
1938 2002-03-25 [christoph] 0.7.4claws43
1941 fix non deleted tmp message in
1942 procmsg_save_to_outbox
1943 fix problems caused by sync with
1944 main branch's procmsg_send_queue
1946 2002-03-25 [paul] 0.7.4claws42
1950 src/quote_fmt_parse.y
1951 add Last name (%L) placeholder for quoting.
1952 patch submitted by Thorsten Thielen
1953 <thth@users.sourceforge.net>
1955 2002-03-25 [paul] 0.7.4claws41
1958 get full hostname. patch submitted by
1959 Bob Woodside <rwoodside1@comcast.net>
1961 2002-03-25 [paul] 0.7.4claws40
1966 src/prefs_account.[ch]
1967 enable NNTP over SSL. patch submitted by
1968 Pascal Jermini <pascal@infinity.hn.org>
1970 2002-03-24 [paul] 0.7.4claws39
1972 * src/prefs_common.c
1973 make the arrangement of the Compose tab more
1977 fix some irregularities of style
1980 updated by Kilian Krause
1982 2002-03-23 [paul] 0.7.4claws38
1985 updated by Fabio Junior Beneditto
1987 2002-03-23 [paul] 0.7.4claws37
1990 move 'Gather addresses' to 'Tools' menu
1991 make 'Selective download' sensitive
1993 2002-03-23 [paul] 0.7.4claws36
1995 * sync with 0.7.4cvs16
1996 see ChangeLog entries 2002-03-23
1998 2002-03-22 [christoph] 0.7.4claws35
2000 * src/quote_fmt_parse.y
2001 fix include program output
2003 2002-03-22 [alfons] 0.7.4claws34
2006 initialize GDate stack variable correctly (sorry!)
2008 2002-03-22 [paul] 0.7.4claws33
2014 rename 'Tool' to 'Tools'
2017 move 'Delete duplicated messages' from
2018 'Message/' to 'Tools/'
2019 re-arrange the order of 'Tools/' items
2021 2002-03-22 [paul] 0.7.4claws32
2024 src/addressbook.[ch]
2025 auto-address completion now also matches on
2026 Nickname. patch submitted by Bob Forsman
2027 <hammor@users.sourceforge.net>
2030 correct a spelling mistake
2032 2002-03-22 [alfons] 0.7.4claws31
2035 fix getting uidl from incorrect string
2038 2002-03-21 [alfons] 0.7.4claws30
2041 more code refactoring
2042 plug mem leak introduced by delete on server
2044 2002-03-21 [paul] 0.7.4claws29
2046 * sync with 0.7.4cvs11
2047 see ChangeLog entries 2002-03-20
2049 2002-03-20 [alfons] 0.7.4claws28
2052 apply Colin's patch and refactor
2054 2002-03-20 [paul] 0.7.4claws27
2056 * sync with sylpheed 0.7.4cvs9
2057 see ChangeLog entry 2002-03-20
2059 2002-03-19 [christoph] 0.7.4claws26
2064 revert changes for flag updates
2065 (does not work correctly and no time to debug)
2067 2002-03-20 [alfons] 0.7.4claws25
2070 refactor should_delete() a little bit
2072 2002-03-19 [paul] 0.7.4claws24
2076 src/prefs_account.[ch]
2077 allow the user to leave downloaded mail on the
2078 server for n days. Patch submitted by Colin Leroy
2081 2002-02-19 [paul] 0.7.4claws23
2083 * sync with sylpheed 0.7.4cvs8
2084 see ChangeLog entries 2002-03-19
2086 2002-03-18 [paul] 0.7.4claws22
2088 * sync with sylpheed 0.7.4cvs6
2089 see ChangeLog entry 2002-03-18
2091 2002-03-18 [paul] 0.7.4claws21
2094 add en_GB message catalogue
2099 correct a few spelling mistakes
2101 2002-03-17 [alfons] 0.7.4claws20
2104 more stringent checks for NULL params when writing
2105 filtering actions to a file
2107 2002-03-17 [hoa] 0.7.3claws20
2110 fixed the count of new messages
2113 fixed the "attachment properties" window
2115 2002-03-17 [paul] 0.7.4claws19
2120 src/prefs_account.[ch]
2123 automatically mark cross-posted messages as read
2124 and (optionally) give them a colour label
2125 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
2128 2002-03-17 [paul] 0.7.4claws18
2130 * sync with sylpheed 0.7.4cvs5
2131 see ChangeLog entry 2002-03-17
2133 2002-03-17 [melvin] 0.7.4claws17
2136 Worked around a gtktext 'bug': when searching for
2137 a text in a long message it was scrolling slowly
2138 line by line until it hit the searched text.
2140 Updated French translation
2142 2002-03-17 [melvin] 0.7.4claws16
2146 * src/prefs_actions.c
2147 Moved "Edit/Actions" to "Tool/Actions"
2148 Made mainwindow/compose window sensitive as soon as
2149 no child process is running anymore even if the io dialog
2151 Fixed a struct being initialized with a non constant char*
2153 2002-03-16 [christoph] 0.7.4claws15
2156 add --with-compiler-flags option
2157 (only for developer hacking)
2161 try to make folder-stats and flag handling more
2162 independent from the summaryview. msgcounts
2163 are only set when the folder is opened and
2164 procmsg_msginfo_(un)set_flags will handle it
2165 later and summaryview will get the values
2168 2002-03-16 [paul] 0.7.4claws14
2171 fix Return-receipt. Patch submitted by Bob
2172 Woodside <rwoodside1@comcast.net>
2174 2002-03-16 [paul] 0.7.4claws13
2177 fix 'dynamic' signatures, make it work again
2178 broken during sync on 2002-03-14 (0.7.4claws2)
2180 2002-03-15 [match] 0.7.4claws12
2182 * src/addrharvest.[ch]
2183 * src/addrgather.[ch]
2184 * src/addressbook.[ch]
2186 included address harvester feature. still some
2187 issues with address parsing that I will fix.
2189 2002-03-15 [match] 0.7.4claws11
2192 * src/addrcache.[ch]
2193 * src/addressbook.[ch]
2202 tidy up. fix memory leaks. moved attribs and methods
2203 from individual interfaces to addrcache object. prep
2204 for new stuff to come in.
2206 2002-03-15 [alfons] 0.7.4claws10
2209 * src/matcher_parser_parse.y
2210 * src/matcher_parser_lex.l
2211 * src/prefs_matcher.c
2212 add filtering conditions message greater than, smaller
2213 than, and exactly matching a size in bytes
2214 (does not work with delete from POP3 server yet)
2216 this should also give others an idea what you should
2217 do to add new criterions to claws filtering system
2220 2002-03-15 [paul] 0.7.4claws9
2222 * tools/filter_conv.pl
2223 exit if there are no filter rules to convert
2224 rename filterrc to filterrc.old after completion
2226 2002-03-15 [paul] 0.7.4claws8
2228 * sync with sylpheed 0.7.4cvs3
2229 see ChangeLog entry 2002-03-14
2231 2002-03-14 [paul] 0.7.4claws7
2234 clean up the last commit (ahem)
2236 2002-03-14 [paul] 0.7.4claws6
2239 fix bug #515655. honour account preferences
2240 regarding gpg default signing/encryption when
2241 changing account from the compose window.
2243 2002-03-14 [paul] 0.7.4claws5
2246 remove unnecessary curly brackets
2248 2002-03-14 [paul] 0.7.4claws4
2251 src/prefs_filtering.[ch]
2252 add filter rename on folder rename and filter
2253 delete on folder delete. Patch submitted by
2254 Neill Miller <neillm@thecodefactory.org>
2256 2002-03-14 [christoph] 0.7.4claws3
2261 (patch submitted by "Simon 'corecode' Schubert")
2262 * src/prefs_common.c
2266 2002-03-14 [paul] 0.7.4claws2
2268 * sync with sylpheed 0.7.4cvs2
2269 see ChangeLog entry 2002-03-13
2271 2002-03-12 [darko] 0.7.4claws1
2274 fix what seems to be a copy and paste error
2275 when setting color for important messages
2278 2002-03-11 [paul] version 0.7.4claws released
2280 2002-03-11 [paul] 0.7.4claws
2286 update message catalogs. Submitted by Ricardo Mones
2287 Lastra, Alessandro Maestri, Wilbert Berendsen, and
2288 Fabio Junior Beneditto
2293 faq/it/sylpheed-faq*
2299 2002-03-11 [jens] 0.7.3claws7
2302 updated German translation
2304 2002-03-11 [melvin] 0.7.3claws6
2307 updated and corrected French translation
2309 2002-03-10 [hoa] 0.7.3claws5
2313 * src/prefs_account.c
2316 fixed the local account.
2317 you have to change the default "/usr/sbin/sendmail"
2318 to "/usr/sbin/sendmail -t" in the preferences of
2322 removed some debug display for renderer
2324 2002-03-10 [paul] 0.7.3claws4
2326 * faq/en/sylpheed-faq-1.html
2327 faq/en/sylpheed-faq-2.html
2330 2002-03-09 [paul] 0.7.3claws3
2332 * sync with sylpheed 0.7.4
2333 see ChangeLog entry 2002-03-09
2335 2002-03-08 [paul] 0.7.3claws2
2337 * faq/en/sylpheed-faq*
2338 faq/es/sylpheed-faq*
2339 faq/fr/sylpheed-faq*
2342 * manual/fr/.cvsignore
2343 manual/fr/Makefilea.am
2347 add the French manual
2349 2002-03-07 [paul] 0.7.3claws1
2351 * sync with sylpheed 0.7.3cvs4
2352 see ChangeLog entries 2002-03-06 and 2002-03-07
2355 updated by Wilbert Berendsen
2357 2002-03-07 [melvin] 0.7.2claws34
2359 * src/selective_download.c
2360 Changed the pixmap of the receive button to MAIL_RECEIVE.
2362 2002-03-06 [paul] 0.7.2claws33
2364 * sync with sylpheed 0.7.3cvs1
2365 bug fix, see ChangeLog entry 2002-03-05
2367 2002-03-05 [paul] 0.7.2claws32
2372 reverse the pgp ascii-armored code implemented in
2373 0.7.2claws16. removal of this code until it matures.
2374 this means that verifying ascii-armored pgp sigs and
2375 automatic decryption of ascii-armored encrypted
2376 messages no longer works.
2378 2002-03-05 [paul] 0.7.2claws31
2383 * faq/en/Makefile.am
2384 faq/en/sylpheed-faq.html
2385 faq/en/sylpheed-faq-1.html
2386 faq/en/sylpheed-faq-2.html
2387 faq/en/sylpheed-faq-3.html
2388 * faq/es/Makefile.am
2389 faq/es/sylpheed-faq.html
2390 faq/es/sylpheed-faq-1.html
2391 faq/es/sylpheed-faq-2.html
2392 faq/es/sylpheed-faq-3.html
2393 faq/es/sylpheed-faq-4.html
2394 * faq/fr/Makefile.am
2395 faq/fr/sylpheed-faq.html
2396 faq/fr/sylpheed-faq-1.html
2397 faq/fr/sylpheed-faq-2.html
2398 faq/fr/sylpheed-faq-3.html
2403 add FAQs in English, Spanish and French
2406 2002-03-05 [paul] 0.7.2claws30
2408 * manual/en/sylpheed.html
2409 manual/en/sylpheed-XX.html
2410 updated the English manual
2415 dialog box pops up if the article can't be deleted.
2420 updated by Fabio Junior Benedito
2424 * removed ac/gpgme.m4
2425 to avoid autogen common problem
2426 developers have to install gpgme development package now
2429 encoding to 7bit or 8bit is enabled.
2431 2002-03-03 [alfons] 0.7.2claws29
2434 merge fix by Oliver Haertel for selective
2437 2002-03-03 [paul] 0.7.2claws28
2439 * sync with sylpheed 0.7.3
2441 2002-03-03 [paul] 0.7.2claws27
2443 * sync with sylpheed 0.7.2cvs24
2444 see ChangeLog entries 2002-03-02 and 2002-03-03
2446 2002-03-02 [melvin] 0.7.2claws26
2451 * src/prefs_common.[ch]
2452 Added user definable notification on new mail arrival.
2453 Removed unused variables in spell checker prefs code.
2455 2002-03-02 [melvin] 0.7.2claws25
2458 Removed unnecessary escape sequences.
2459 Changed 'Initial...' to 'Initials of Sender'
2461 2002-03-02 [paul] 0.7.2claws24
2463 * sync with sylpheed 0.7.2cvs22
2464 see ChangeLog entry 2002-03-01
2466 2002-03-01 [hoa] 0.7.2claws23
2469 Set sensitivity of delete actions to active
2470 even if the folder is a newsgroup.
2473 - Set sensitivity of delete actions
2474 - Added function check_permission() that will check if the
2475 user is authorized to delete a message. For news, it
2476 will check if the author is the same.
2477 - Enabled deletion when there is no trash folder.
2480 - Added news_cancel_article() to cancel articles
2481 - Implemented news_remove_message() (public function)
2483 2002-03-01 [paul] 0.7.2claws22
2487 recognise urls that that don't include 'http://' and
2491 remove duplicated name
2493 2002-02-28 [paul] 0.7.2claws21
2496 src/summaryview.[ch]
2497 add ability to 'Select thread'
2498 combines Melvin's "Select thread's head" patch (#510907)
2499 with Colin Leroy's <colin@colino.net> "Select whole thread"
2502 2002-02-28 [paul] 0.7.2claws20
2505 hopefully fix segfault on right-clicking a mime part
2506 that some people have experienced.
2507 fix submitted by Fredrik Olofsson <frol@linux.nu>
2509 2002-02-28 [paul] 0.7.2claws19
2511 * sync with sylpheed 0.7.2cvs21
2512 see ChangeLog entries 2002-02-27 and 2002-02-28
2514 2002-02-27 [paul] 0.7.2claws18
2516 * sync with sylpheed 0.7.2cvs18
2517 see ChangeLog entries 2002-02-26 and 2002-02-27
2519 2002-02-26 [alfons] 0.7.2claws17
2522 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
2523 (spotted by Chris Hessman <idatech@gmx.net>)
2525 2002-02-26 [paul] 0.7.2claws16
2530 make decryption of ascii-armored pgp encrypted messages
2531 and verification of ascii-armored signatures work again.
2532 slightly altered from the patch by Jens Jahnke
2536 * the checking of plaintext signatures always comes up in
2538 * it doesn't work for multipart messages
2539 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
2540 including the msg headers and these 2 line themselves, are
2544 "View/Folder Tree" becomes "View/Separate Folder Tree"
2545 "View/Message View" becomes "View/Separate Message View"
2546 because its less ambiguous.
2549 updated by Ricardo Mones Lastra
2551 2002-02-26 [paul] 0.7.2claws15
2553 * sync with sylpheed 0.7.2cvs17
2554 see ChangeLog entries 2002-02-25 and 2002-02-26
2556 2002-02-25 [christoph] 0.7.2claws14
2558 * src/filtering.[ch]
2560 do filtering stuff after all messages have been received
2561 1. drop all messages to .processing
2562 2. scan processing folder for messages
2563 3. filter messages or move to inbox
2564 this will also find old messages left in processing after
2565 a crash or something like that and we get a real msginfo
2566 from folder->get_msg_list and do not have to create our
2567 own in filter_message
2568 * src/matcher_parser_parse.y
2569 remove MIX/MAX warning (reordered includes)
2571 2002-02-25 [paul] 0.7.2claws13
2573 * sync with sylpheed 0.7.2cvs15
2574 see ChangeLog entry 2002-02-24
2576 2002-02-24 [alfons] 0.7.2claws12
2579 clear old color flags first when applying a new color to
2581 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
2583 2002-02-24 [alfons] 0.7.2.claws11
2586 * src/prefs_common.c
2587 add presets for Opera and Konqueror, closes patch #517261,
2588 submitted by Ville Skyttä <scop@users.sourceforge.net>
2590 2002-02-24 [alfons] 0.7.2.claws10
2594 fix threading for null message ids, closes patch #521601,
2595 submitted by Bob Forsman <hammor@users.sourceforge.net>
2597 2002-02-24 [alfons] 0.7.2claws9
2601 make Tool | Filter Message work with filtering system so
2602 setting flags also works
2606 - Processing uses the same function as Tool | Filter
2607 Message, but doesn't use the same update proc yet
2609 2002-02-23 [paul] 0.7.2claws8
2611 * sync with sylpheed 0.7.2cvs14
2612 see ChangeLog entries 2002-02-22 and 2002-02-23
2614 2002-02-22 [christoph] 0.7.2claws7
2617 Add column space to table
2618 * src/quote_fmt_parse.y
2621 2002-02-22 [paul] 0.7.2claws6
2629 src/matcher_parser_lex.l
2630 src/matcher_parser_parse.y
2633 src/prefs_filtering.c
2634 src/selective_download.[ch] *** NEW FILES ***
2637 Selective Download added to 'Tool' menu.
2638 Retrieves email headers of the currently selected pop3
2639 account and allows the user to mark emails for deletion
2640 right on the pop3 server. Patch submitted by Oliver Haertel
2641 <oha@users.sourceforge.net>.
2644 add 'src/quote_fmt.c'
2646 2002-02-22 [christoph] 0.7.2claws5
2650 * src/prefs_common.[ch]
2651 * src/prefs_template.c
2652 * src/quote_fmt.c *** NEW FILE ***
2654 move quote format symbol description code
2655 to it's own file because it is used from
2656 differnent code parts
2657 Rewrote symbol description GUI
2660 + get data from array (no more long constant strings)
2661 * src/quote_fmt_lex.l
2662 * src/quote_fmt_parse.y
2663 Symbol for Literal % changed to \% instead of %%
2664 (More logical as \ is used for quoting for other symbols)
2665 Add |f and |p to include files and program output
2667 |f{/home/.../.signature}
2670 Correct wrong spelling for "Referenzen"
2672 2002-02-21 [paul] 0.7.2claws4
2675 forgotten during sync
2677 2002-02-21 [paul] 0.7.2claws3
2679 * sync with sylpheed 0.7.2cvs11
2680 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
2681 2002-02-20 and 2002-02-21
2683 2002-02-20 [melvin] 0.7.2claws2
2685 * src/prefs_actions.c
2686 Added error report when child cannot fork or when execvp
2687 returns with an error.
2689 2002-02-19 [christoph] 0.7.2claws1
2692 return unconverted text if conde conversion is not possible
2693 when libjconv is used.
2694 (patch submitted by "Simon 'corecode' Schubert")
2698 * version 0.7.2claws release
2700 2002-02-19 [paul] 0.7.2claws
2703 updated by Wilbert Berendsen
2706 2002-02-18 [alfons] 0.7.1claws13
2710 remove references to dlfcn and explicitly loading functions
2711 from dynalink libs, because libs linked anyway, and functions
2712 are loaded explicitly
2714 2002-02-17 [melvin] 0.7.1claws12
2716 * src/prefs_actions.c
2717 Replaced children wait loop with double fork technique.
2718 Now, input/output window updated at each new output.
2719 free_children(): Fixed a memory leak.
2720 Made input/output window non closable if running children
2722 Added missing <unistd.h> include.
2723 Added some --debug outputs.
2725 2002-02-17 [melvin] 0.7.1claws11
2728 Fixed bug where descending sort order did not select top
2731 2002-02-17 [melvin] 0.7.1claws10
2734 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
2735 * src/prefs_common.c
2736 Pspell data package directory no more hard coded but
2737 set during configuration (PSPELL_PATH). (Thanks to
2738 Gustavo Noronha Silva.)
2740 2002-02-17 [melvin] 0.7.1claws9
2743 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
2745 Fixed compile-time warnings.
2747 2002-02-16 [alfons] 0.7.1claws8
2750 fix inadvertent free of NULL pointer which caused
2751 sylpheed to crash when closing the save-as dialog
2752 using the window close button
2754 2002-02-16 [carsten] 0.7.1claws7
2755 * src/mainwindow.[ch]
2758 fixes for pixmap theming code:
2759 - recently changed mail attributes shouldn't get
2761 - theme is only reloaded iff another theme was
2764 2002-02-16 [paul] 0.7.1claws6
2766 * sync with sylpheed 0.7.2 release
2767 see ChangeLog entry 2002-02-15 and 2002-02-16
2769 2002-02-15 [paul] 0.7.1claws5
2771 * sync with sylpheed 0.7.1cvs9
2772 see ChangeLog entry 2002-02-15
2775 remove unneeded headerwindow.c entry
2777 2002-02-14 [carsten] 0.7.1claws4
2779 fixed a bug for "Go to next unread message": there was
2780 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
2781 in the prefs, because of doing "Search again" instead
2784 2002-02-14 [carsten] 0.7.1claws3
2785 * src/stock_pixmap.c
2786 removed 2 more mem leaks; following memprof,
2787 this code is "leak free" now :)
2789 2002-02-14 [carsten] 0.7.1claws2
2790 * src/stock_pixmap.c
2791 used opendir/readdir/closedir instead of scandir
2792 -> code should work now on Solaris
2794 2002-02-14 [paul] 0.7.1claws1
2796 * sync with sylpheed 0.7.1cvs8
2797 see ChangeLog entries 2002-02-13 and 2002-02-14
2800 add some description of Actions and Pixmap Themes
2804 * version 0.7.1claws release
2806 2002-02-13 [paul] 0.7.1claws
2811 updated translations, submitted by Ricardo Mones Lastra,
2812 Alessandro Maestri and Fabio Junior Beneditto
2814 2002-02-13 [melvin] 0.7.0claws75
2816 * src/prefs_actions.c
2817 Added missing "signal.h" include
2819 2002-02-13 [melvin] 0.7.0claws74
2821 * src/prefs_folder_item.c
2822 Added missing "config.h" include
2824 Updated French translation for folder propriety.
2826 2002-02-13 [jens] 0.7.0claws73
2829 Added missing src/prefs_folder_item.c [log added by melvin]
2831 Updated German translation.
2833 2002-02-13 [melvin] 0.7.0claws72
2836 Updated French translation.
2838 2002-02-13 [melvin] 0.7.0claws71
2841 Made gtkut_editable_get_selection return NULL if selection
2843 This fixes a bug where selecting part of message A then
2844 switching to message B and replying to it will not
2845 quote the message's body.
2847 2002-02-12 [paul] 0.7.0claws70
2850 cosmetic, relating to pixmap themes: on toolbar make
2851 updating of 'Exec' and 'Compose news/Compose email'
2854 2002-02-12 [carsten] 0.7.0claws69
2860 - refreshing after changing pixmap theme better
2862 - wanted to remove some mem leaks, but alfons was
2863 faster (and had the better solution ;)
2865 2002-02-12 [alfons] 0.7.0claws68
2867 * src/prefs_common.c
2868 * src/stock_pixmap.[ch]
2869 plug mem leaks, refactor code a little bit
2872 2002-02-12 [sergey] 0.7.0claws67
2875 Fixed problem with copying messages to IMAP folders when the
2876 server uses something other than '/' as a namespace separator
2877 (cyrus-imapd uses '.').
2879 2002-02-12 [jens] 0.7.0claws66
2882 Updated German Translation
2884 2002-02-12 [paul] 0.7.0claws65
2886 * sync with sylpheed 0.7.1cvs1
2887 see ChangeLog entry 2002-02-12
2889 2002-02-12 [melvin] 0.7.0claws64
2891 * src/prefs_actions.c
2892 Fixed "feature" where children's output was duplicated
2893 instead of refreshed while monitoring.
2894 Removed some debug code.
2896 2002-02-12 [christoph] 0.7.0claws63
2899 always delete message from queue after sending/send error
2900 (closes bug #509601)
2902 2002-02-12 [melvin] 0.7.0claws62
2904 * src/prefs_actions.c
2905 Children wait loop is now triggered with a timeout of 1s
2906 Added %F which is replaced with the list of filenames
2907 of all selected messages (as suggested by Ricardo Mones Lestra)
2908 Pipe syntax changed. Prefix with | to send selection, postfix
2909 with | to retrieve output. Prefix with > or * to send
2910 user definable input to the command (*: input is hidden)
2911 Old pipe action should now be postfixed with |, too.
2913 2002-02-12 [carsten] 0.7.0claws61 (more 59.75)
2914 * src/stock_pixmap.c
2915 fixed a bug: if there's no theme directory don't
2916 throw an error, just do "nothing" (thanks Alfons)
2918 2002-02-12 [carsten] 0.7.0claws60
2921 had to write the cache twice (nasty!); some marks would
2924 2002-02-11 [carsten] 0.7.0claws59
2927 doc-src/maintainer_guide.txt
2933 src/prefs_common.[ch]
2934 src/stock_pixmap.[ch]
2935 src/summaryview.[ch]
2936 pixmap theming and related work on pixmap
2937 handling on some other places
2938 (e.g. hrm features for all folder)
2939 src/pixmap/stock_*.xpm -> the stock_ was removed
2941 2002-02-11 [paul] 0.7.0claws58
2943 * sync with sylpheed 0.7.1 release
2944 see ChangeLog entries 2002-02-11
2946 2002-02-08 [paul] 0.7.0claws57
2948 * sync with sylpheed 0.7.0cvs39
2949 see ChangeLog entry 2002-02-07 (last entry)
2951 * src/prefs_actions.c
2952 src/prefs_filtering.c
2955 sync: made it compile with C compilers other than gcc
2957 2002-02-07 [paul] 0.7.0claws56
2959 * sync with sylpheed 0.7.0cvs38
2960 see ChangeLog entries 2002-02-06 (last 2 entries) and
2963 2002-02-07 [darko] 0.7.0claws55
2967 Fix const gchar */gchar * issue (thanks Hiro)
2969 2002-02-07 [darko] 0.7.0claws54
2974 * src/prefs_template.c
2976 * src/quote_fmt_parse.y
2979 When replying or forwarding an email don't quote the entire
2980 mail body but use the part of the message text that is selected
2982 2002-02-06 [melvin] 0.7.0claws53
2984 * src/prefs_common.[ch]
2987 Made possible to switch quickly to last used dictionary
2988 which makes checking bilingual documents easier.
2990 2002-02-06 [melvin] 0.7.0claws52
2993 Added forgotten new file src/prefs_actions.c
2995 2002-02-06 [melvin] 0.7.0claws51
2997 * src/prefs_actions.c ** NEW FILE **
2998 * src/prefs_actions.h ** NEW FILE **
2999 Added actions to execute on message text view, or on the
3002 Added src/prefs_actions.[ch]
3004 Added new menu "Edit/Actions"
3006 Added new actionsrc file.
3008 Added actionsrc reading.
3010 Added new menus "Edit/Actions" and "Configuration/Actions..."
3011 * src/prefs_common.h
3012 Added new element actionslst element to prefs_common.
3014 2002-02-06 [paul] 0.7.0claws50
3016 * sync with sylpheed 0.7.0cvs36
3017 see ChangeLog entry 2002-02-06
3022 updated by Ricardo Mones Lastra
3024 2002-02-05 [paul] 0.7.0claws49
3026 * sync with sylpheed 0.7.0cvs33
3027 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
3029 2002-02-05 [paul] 0.7.0claws48
3032 re-add 'Edit/Advanced/Delete entire line', previously named
3035 2002-02-04 [paul] 0.7.0claws47
3039 fix bug #494993 (Reply All not taking Reply-To into consi)
3040 eliminate differences in behaviour of right-click 'Reply to all'
3041 in summary view and 'Reply to all' on the toolbar.
3042 fix bug where Reply-To gets ignored by 'Reply to all' in summary
3043 view and From gets ignored by 'Reply to all' on toolbar.
3044 fix bug where 'Reply to all' on toolbar uses To twice and ignores
3045 From when no Reply-To header is present.
3047 2002-02-04 [paul] 0.7.0claws46
3049 * sync with sylpheed 0.7.0cvs30
3050 see ChangeLog entries 2002-02-03 and 2002-02-04
3052 2002-02-03 [melvin] 0.7.0claws45
3055 Readded function to highlight all misspelled words.
3056 Fixed bug where user-provided-words did not replace
3057 correctly the misspelled word when using the mouse.
3058 Fixed bug where checking a region selected from right to left did
3059 not check the region at all.
3060 Fixed bug where 'Check backwards' may not check at all.
3061 Fixed memory leaks where popup menus and accel_groups were not destroyed.
3062 Fixed possible buffer overflow when checking for long strings (>1k).
3063 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
3064 Accelerators code uses now gtk_widget_add_accel.
3065 Removed and disabled obsolete and unfinished code.
3069 Added menu item to Highlight all misspelled words.
3071 2002-02-01 [paul] 0.7.0claws44
3074 fix '/View/Hide read messages' sensitivity when all
3075 messages in a folder are hidden
3077 2002-02-01 [paul] 0.7.0claws43
3080 add --send option to command line interface, sends all
3081 queued mail. Patch submitted by Ricardo Mones Lastra.
3083 2002-01-31 [paul] 0.7.0claws42
3086 add '/View/Hide read messages' to main_window_set_menu_sensitive()
3088 2002-01-31 [paul] 0.7.0claws41
3090 * sync with sylpheed 0.7.0cvs27
3091 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
3095 comment out elements of textview_show_part() as temporary
3096 workaround for attachment 'Display as text' bug
3099 updated by Fabio Junior Beneditto
3101 2002-01-30 [paul] 0.7.0claws40
3103 * sync with sylpheed 0.7.0cvs24
3104 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
3108 add {N_("/_Spelling"), ... "<Branch>"} to
3109 GtkItemFactoryEntry compose_entries[]
3111 * src/prefs_common.c
3112 add claws menu items to prefs_keybind_apply_clicked()
3113 and remove non-claws menu items
3115 2002-01-29 [paul] 0.7.0claws39
3117 * sync with sylpheed 0.7.0cvs22
3118 see ChangeLog entries 2002-01-28 and 2002-01-29
3120 2002-01-28 [melvin] 0.7.0claws38
3123 Added the declartion of compose_send_control_enter.
3127 Added in a 'Spelling' menu which includes the configuration menu.
3128 Added a real 'Check all' and got rid from the old one which only
3129 highlited misspelled word.
3130 Made 'Check while typing' a disableable option.
3131 Added a dialog when there are no more misspelled word.
3132 Added a dialog if error occurs when switching to a dictionary.
3134 * src/prefs_common.[ch]
3135 Added option for the default 'Check while typing' option.
3138 2002-01-28 [alfons] 0.7.0claws37
3141 fix buglet and make code comply with sylpheed code style
3143 2002-01-28 [paul] 0.7.0claws36
3145 * sync with sylpheed 0.7.0cvs19
3146 see ChangeLog entries for 2002-01-28
3148 2002-01-28 [hoa] 0.7.0claws35
3154 read the renderer config
3157 use the renderer config to convert mime attachments
3160 don't use textview_show_html/ertf,
3161 use get_text_content instead
3163 2002-01-27 [alfons] 0.7.0claws34
3166 make sylpheed believe it can delete a news message...
3167 (messages are NOT deleted, maybe we should remove
3168 processing from the folder properties after all.)
3170 2002-01-27 [alfons] 0.7.0claws33
3175 implement remove_msg()
3177 2002-01-27 [alfons] 0.7.0claws32
3182 fix return receipt / disposition notification again. this
3183 stuff seems to break on _every_ major summary UI change, so
3184 it's now implemented using a flag which is saved in the
3187 2002-01-26 [alfons] 0.7.0claws31
3190 let import dialog show the destination folder identifier
3192 2002-01-26 [melvin] 0.7.0claws30
3196 Readded 'Mark all read' into summary view popup menu
3197 Added 'Mark all read' in folder view popup menu for IMAP
3199 Made it insensitive if the selected folder is not the shown
3200 one to avoid 'Mark all read' on the wrong folder.
3202 2002-01-26 [paul] 0.7.0claws29
3206 move 'Mark all read' from summary view to folder view
3207 menu. (adapted from) patch submitted by Jeremy Andrews,
3208 <lists@kerneltrap.com>
3210 2002-01-25 [alfons] 0.7.0claws28
3213 put the gtk class name back so GtkSText adapts the
3216 2002-01-25 [alfons] 0.7.0claws27
3219 assimilate Ricardo's patch that shows pixmaps instead of
3220 plain "new" and "unread" texts in the folder view column
3223 2002-01-25 [paul] 0.7.0claws26
3226 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can
3227 be found in non-standard locations.
3228 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
3230 2002-01-25 [paul] 0.7.0claws25
3232 * sync with sylpheed 0.7.0cvs16
3233 see ChangeLog entry 2002-01-25
3235 2002-01-24 [paul] 0.7.0claws24
3237 * more sync with sylpheed 0.7.0cvs15
3238 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
3240 2002-01-23 [sergey] 0.7.0claws23
3243 Fixed segfault when closing LDIF import wizard with
3249 Fixed wrong scrolling position after switching between
3250 text and image parts.
3252 2002-01-23 [paul] 0.7.0claws22
3254 * sync with sylpheed 0.7.0cvs15
3255 see ChangeLog entries 2002-01-22 and 2002-01-23
3257 2002-01-21 [melvin] 0.7.0claws21
3259 * src/prefs_scoring.c
3260 * src/prefs_filtering.c
3261 Fixed bug where scoring and filtering windows stopped
3264 2002-01-21 [paul] 0.7.0claws20
3266 * sync with sylpheed 0.7.0cvs12
3267 see ChangeLog entries 2002-01-20 and 2002-01-21
3269 2002-01-21 [carsten] 0.7.0claws19
3272 * src/messageview.[ch]
3273 * src/summaryview.[ch]
3274 changes to shortcuts handling again:
3275 + "Q" now controled by mainwin
3276 + v/V are now customizable and have slightly
3278 the "button" to minimize the messageview (and maximize
3279 the summary view) is a real button now
3281 "Delete Line+" added to Edit/Advanced (this will also
3284 2002-01-20 [melvin] 0.7.0claws18
3287 Made "Bcc" sensitive when addressbook is called from
3288 compose window (it was a Claws only bug).
3290 2002-01-19 [alfons] 0.7.0claws17
3293 prevent unnecessary updates when currently selected folder has
3296 2002-01-19 [alfons] 0.7.0claws16
3299 prevent writing the cache based on current message list in summary
3300 view when filtering also put messages in currently selected folder
3305 Italian translation submitted by Alessandro Maestri
3306 <a.maestri@cs.tin.it>
3308 2002-01-18 [melvin] 0.7.0claws15
3310 * src/prefs_filters.c
3311 fixed bug where 'cancel' from 'filters' window stops autochecking
3312 if the timer timed out when the window was open.
3314 2002-01-18 [match] 0.7.0claws14
3316 * src/addrclip.[ch] ** NEW FILE **
3317 * src/addrselect.[ch] ** NEW FILE **
3318 * src/adbookbase.h ** NEW FILE **
3319 addressbook cut, copy and paste
3321 * src/addrcache.[ch]
3323 * src/addrindex.[ch]
3335 support for copy/paste
3337 support for copy/paste
3338 tidy up menu option processing
3339 correct address list function arguments
3341 sort user attributes
3351 2002-01-18 [paul] 0.7.0claws13
3353 * sync with sylpheed 0.7.0cvs8
3354 configure.in: support Mac OS X (Darwin)
3356 2002-01-18 [carsten] 0.7.0claws12
3358 small hack to fix a segfault with an empty href
3359 (reported by Alexandra Walford <deeni@altern.org>)
3362 the shortcuts for Mark und Mark as unread are hardcoded
3366 readded the shortcuts in gtkstext but made them
3367 customizeable (simply by adding a menu plus a wrapper
3370 2002-01-17 [melvin] 0.7.0claws11
3373 fix default dictionary not being saved.
3375 2002-01-16 [darko] 0.7.0claws10
3378 fix wrapping crash with URL longer than wrapping margin
3380 2002-12-08 [hoa] 0.7.0claws10
3382 * src/matcher_parser_parse.y
3385 * src/prefs_filtering.c
3386 now, we can use bounce action in the dialog box.
3388 2002-01-16 [carsten] 0.7.0claws9
3390 removed the <control> and <alt> shortcuts because they're
3391 not needed and interefered with the "normal" shortcuts
3394 removed most of the hardcoded shortcuts and assigned
3395 them to menu entries making them easy customizable by
3398 2002-01-16 |melvin] 0.7.0claws8
3401 fixed bug where using the mouse and when the compose
3402 window is not on top may result in a crash.
3404 2002-01-16 [melvin] 0.7.0claws7
3407 fixed a long standingspell checker bug which could
3408 cause a crash after sending a message.
3410 2002-01-16 [paul] 0.7.0claws6
3412 * sync with sylpheed 0.7.0cvs7
3413 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
3414 2002-01-15, and 2002-01-16
3416 2002-01-16 [melvin] 0.7.0claws5
3422 Heavily modified spell checker code to work around
3423 ispell bug, to add keyboard shortcuts and for future
3424 enhancements. See README.claws for usage information.
3426 2002-01-15 [alfons] 0.7.0claws4
3429 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
3430 so sorting within threads reflects sort mode
3432 2002-01-15 [christoph] 0.7.0claws3
3435 added alertpanel if mail sending failed
3437 2002-01-15 [alfons] 0.7.0claws2
3439 * src/prefs_filtering.c
3440 don't stop timer when prefs filtering dialog is opened
3442 2002-01-14 [alfons] 0.7.0claws1
3446 remove debug_print()s for privacy reasons
3448 2002-01-14 [darko] 0.7.0claws
3451 quotation wrapping is now also in the main branch
3455 * tools/filter_conv.pl
3456 allow for Boolean Op and case-sensitivity
3457 this file is included in the release and tagged
3460 2002-01-13 [paul] 0.7.0claws
3462 * release 0.7.0, with cvs tag 'rel_0_7_0'
3466 * tools/filter_conv.pl
3468 rewritten to output to matcherrc instead of filteringrc
3471 updated Spanish translation by Ricardo Mones Lastra
3476 update dutch translation
3481 Updated by Fabio Junior Beneditto
3483 2002-01-13 [melvin] 0.6.6claws53
3486 Updated french translation
3488 2002-01-12 [alfons] 0.6.6claws52
3491 plug mem leak that has been sitting there for ages
3493 2002-01-12 [alfons] 0.6.6claws51
3496 undo melvin's changes from 0.6.6claws48 because summary
3497 view now refuses to select first unread message when
3500 2002-01-11 [alfons] 0.6.6claws50
3503 use claws' semantics for getting folder item when
3504 importing an mbox file into a folder
3505 (submitted by Dale P. Smith)
3507 2002-01-11 [christoph] 0.6.6claws49
3510 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
3511 toggle widget, because non static prefs can not use
3512 prefs_set_* functions
3513 * src/prefs_account.c
3514 toggle smtp auth password field sensitivity if
3515 user id is empty and add descrition of usage for
3517 * src/prefs_folder_item.c
3518 use SET_TOGGLE_SENSITIVITY macro to instead of extra
3521 2002-01-11 [melvin] 0.6.6claws48
3524 fix the 'Ctrl-Enter' feature for sending and test really
3525 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
3526 editables which was not documented in Gtk)
3529 Made summaryview refresh after sorting and not before.
3531 2002-01-11 [christoph] 0.6.6claws47
3534 select account from account ids if possible and
3535 correctly set save folder for copy in reedit
3537 2002-01-10 [paul] 0.6.6claws46
3539 * sync with sylpheed 0.7.0 release
3540 see ChangeLog entries 2002-01-07, 2002-01-08 and
3546 remove more dirt traces...
3551 clean up some traces of my debugging stuff
3553 2002-01-09 [alfons] 0.6.6claws45
3556 break up filteringprop_apply() in three separate pieces
3557 so we can drop messages that failed processing in the
3561 fix bug #469598 "no refresh of inbox after filter" which
3562 was introduced by the new summary view locking, and which
3563 prevented the summary view to update after a manual filter
3564 message. claw's filter message requires a summary_show().
3565 (aargh, summary_show() again! :-)
3567 2002-01-07 [alfons] 0.6.6claws44
3569 * src/headerwindow.c
3572 * src/sourcewindow.c
3573 bring in Hiro's last 0.7.0 wm class fixes
3576 bring in Ricardo's fix for sylprint script
3580 * src/prefs_common.[ch]
3581 * src/prefs_account.[ch]
3583 clean up account preference poison in rfc2015,
3584 and preparation to fix double sign bug
3585 (patch submitted by Simon 'corecode' Schubert)
3587 2002-01-07 [christoph] 0.6.6claws43
3590 search for free message number, do not only rely
3593 fix smtp auth and use extra account information
3594 if available, if not use pop3 data instead
3595 (closes bug #500341)
3599 2002-01-06 [alfons] 0.6.6claws42
3602 try making the separate windows work again...
3604 2002-01-06 [alfons] 0.6.6claws41
3607 adapt Hiro's separate window menu (to get rid of the funny
3608 duplicate menu items), and make it work again
3610 2002-01-06 [alfons] 0.6.6claws40
3615 * tools/README.sylprint
3616 add sylprint script for printing mails from Sylpheed
3617 (contributed by Ricardo Mones Lastra)
3622 2002-01-06 [melvin] 0.6.6claws39
3626 Fixed crash introduced in 0.6.6claws38 by the menu
3627 reorganisation (Hide read messages)
3630 Fixed typo (we are now in 2002, alfons ;) )
3632 2002-01-05 [alfons] 0.6.6claws38
3634 * sync with sylpheed 0.6.6cvs10-17
3635 (last stuff marked as LAST_STABLE)
3637 2002-01-04 [melvin] 0.6.6claws37
3640 Made account selection code use strcasestr again instead of
3641 g_strcasecmp (fixes bug where reediting queued messages
3642 did not select proper account reported by T. Link).
3645 Fix bug where folder icons are not shown when 'hide read messages'
3648 * src/stock_pixmaps.[ch]
3649 Added folder icons for 'hide read messages'.
3652 Fixed bug where 'Enter' in a header entry will send the message
3653 if 'CTL-Enter' was chosen as a shorcut for sendind.
3655 2002-01-03 [melvin] 0.6.6claws36
3658 Added popup menu for common preferences and
3659 account preferences (right click on tab displays
3660 a menu of all tabs.)
3662 2002-01-02 [melvin] 0.6.6claws35
3665 Made spelling code compatible with undo/redo feature.
3666 Added creation of suggestion mode menu for the general
3669 * src/prefs_common.[ch]
3670 Added option menu for the speller's suggestion mode.
3671 Added missing spaces in "..." buttons and made a "..."
3672 button non translatable!
3675 Made speller use the default suggestion mode.
3676 Hack to make it possible to choose 'CTRL-Enter' as a
3677 shortcut for sending (and only for sending).
3679 * src/prefs_folder_item.c
3680 Changing subject simplification does not update cache
3681 anymore (because it is unnecessary).
3682 Fixed bug where changing subject simplification updated the
3683 summaryview even when the viewed folder is not the
3684 folder which properties are being changed. (E.g.
3685 viewing folder A and changing
3686 the subject simplification of
3687 folder B -not being viewed- updated the
3688 summaryview of folder A with data of
3689 folder B). (Hope this is clear... )
3691 2001-12-31 [alfons] 0.6.6claws34
3695 fgetc() returns a signed integer which doesn't
3696 fit in a char. so c truncates this to a char
3697 but we may lose significant bits. i.e. we may
3698 comparing 0xFF which may not be equal to -1
3699 unless properly casted to signed char which
3700 we won't do because fgetc() returns a signed
3701 integer which doesn't fit in a char. so c
3702 truncates this to a char but we may lose
3703 significat bits. (you got the idea, thanks
3704 to Gustavo Noronha Silva <kov@debian.org>
3705 and the Debian folks!)
3707 2001-12-30 [alfons] 0.6.6claws33
3709 * src/prefs_common.c
3710 add #ifdef USE_PSPELLs that Melvin forgot
3712 2001-12-30 [melvin] 0.6.6claws32
3714 * src/prefs_common.[ch]
3715 Added configurable color for misspelled words.
3718 Fixed bug of foreground text color (reported by David
3720 Added configurable color for misspelled words.
3722 2001-12-30 [alfons] 0.6.6claws31
3725 remove unnecessary things someone put there
3729 make folder properties (like threading and sorting) persistent
3730 (closes bug #497424 "rescan folder tree resets proprieties")
3731 currently this is only for MH folders.
3733 2001-12-29 [melvin] 0.6.6claws30
3735 * src/string_match.[ch]
3736 Optimized a bit: regexp pattern buffer compiled only once, and
3737 one subroutine call removed. Fixed ^ regexp search: Now,
3738 "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
3741 Subject filtering changed to filter summary columns and
3742 not directly the messages subject cache. The loss in
3743 performance is balanced by the improvement of string_match.
3744 Added an alert panel if there is an error in the regexp.
3746 * src/src/prefs_folder_item.h
3747 Added a regexp pattern buffer.
3749 2001-12-28 [alfons] 0.6.6claws29
3751 * src/string_match.[ch]
3753 allow compilation *BSD
3755 2001-12-27 [alfons] 0.6.6claws28
3758 sync the Hiro's bug fix for BSD
3760 2001-12-27 [melvin] 0.6.6claws27
3763 Simplify focus to subject entry code.
3765 2001-12-27 [darko] 0.6.6claws26
3771 * src/procheader.[ch]
3773 * src/stock_pixmap.[ch]
3775 Show key icon for encrypted mails in summary view
3777 * src/pixmaps/clip.xpm
3778 * src/pixmaps/clipkey.xpm
3779 * src/pixmaps/key.xpm
3780 New/modified icons for the above
3782 2001-12-27 [melvin] 0.6.6claws25
3784 * src/prefs_common.c
3785 Put spell checker options in a separate tab to decrease
3786 the Common Preferences window height.
3789 Update spell checker usage instruction about its options
3792 2001-12-27 [melvin] 0.6.6claws24
3795 Changed subject entry widget position. Initial focus is
3796 on the To header instead of the subject entry.
3797 Creating a new header scrolls the header list to make the
3798 created one visible. Nevertheless, when automatically filling
3799 headers, the first one is shown.
3800 A Tab key press in the last empty header entry zips the
3801 focus to the subject entry.
3802 (I did not change the combo boxes, yet)
3804 2001-12-26 [alfons] 0.6.6claws23
3806 * src/prefs_account.c
3808 allow default inbox to reside in another mailbox (only
3809 works for POP3 accounts)
3811 2001-12-26 [alfons] 0.6.6claws22
3814 make reply-on-click work with the account of the selected folder
3816 put a fixme here to remind me to fix finding correct default
3817 account for nested folders
3819 2001-12-25 [alfons] 0.6.6claws21
3822 make column headers display locked and mark pixmaps (idea by Melvin)
3823 fix bug by adding score and locked column type to sort array
3825 2001-12-25 [alfons] 0.6.6claws20
3828 catch a *potentially* inadvertent write back of
3829 the message cache(s) introduced by 0.6.5claws37
3831 2001-12-25 [christoph] 0.6.6claws19
3833 * src/stock_pixmap.[ch]
3835 add ignore thread pixmap
3836 (can someone draw a better icon for this?)
3838 2001-12-24 [alfons] 0.6.6claws18
3840 * src/prefs_folder_item.c
3841 make address completion actually work for the
3842 Default To address in the Folder Property dialog.
3844 2001-12-24 [alfons] 0.6.6claws17
3847 use new style regexp for subject stripping
3848 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
3850 2001-12-24 [darko] 0.6.6claws16
3854 move GPG related informational messages to debug mode
3856 2001-12-23 [alfons] 0.6.6claws15
3858 * src/stock_pixmap.[ch]
3860 add the forgotten Claws' locked pixmap
3862 2001-12-23 [alfons] 0.6.6claws14
3865 accept file name typed in entry in multi file
3866 selector (patch submitted by Gustavo Noronha Silva
3869 2001-12-23 [alfons] 0.6.6claws13
3871 * src/prefs_filter.c
3872 * src/prefs_filtering.c
3875 clean up a little bit
3877 * src/string_match.c
3878 validate input strings a little bit more
3880 2001-12-23 [alfons] 0.6.6claws12
3884 * src/string_match.[ch] ** NEW **
3885 * src/folderview.[ch]
3888 * src/prefs_folder_item.[ch]
3889 add subject simplification to strip out strings from
3890 a subject line (esp. handy for mailing lists).
3891 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
3892 but slightly changed things for better integration.)
3894 2001-12-23 [alfons] 0.6.6claws11
3897 fix bug introduced by submission included in 0.6.5claws52.
3898 ideally this submission should clean the trash if any trash
3899 folder has a message. however, the hasTrash variable was
3900 set to false whenever a trash folder was empty (discarding
3901 a previously found *filled* trash folder.)
3903 also edited the code a little bit and made it more safe.
3905 2001-12-22 [alfons] 0.6.6claws10
3908 quick fix for Martin Pool's omission of an account
3909 specific SSL setting
3911 2001-12-22 [alfons] 0.6.6claws9
3918 better support for multipart/digest (submitted
3919 by Fredrik <e98fo@efd.lth.se>)
3921 2001-12-22 [alfons] 0.6.6claws8
3924 correct function signature
3927 * src/prefs_account.[ch]
3928 allow IMAP over SSH tunnel (patch submitted by
3929 Martin Pool <mbp@samba.org>)
3931 2001-12-21 [alfons] 0.6.6claws7
3933 * sync with sylpheed 0.6.6cvs4-9
3934 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
3936 2001-12-21 [christoph] 0.6.6claws6
3939 * src/prefs_folder_item.[ch]
3940 implement saving of outgoing messages to current folder.
3941 fix segfault when no default outbox is available
3942 (closes bug #495683)
3944 2001-12-21 [carsten] 0.6.6claws5
3947 pressing CTRL while DND does now the expected thing and
3948 copies the mail (moving is still the default, as this
3949 seam more appropriate for handling mails by DND)
3951 2001-12-18 [paul] 0.6.6claws4
3953 * sync with sylpheed 0.6.6cvs3
3954 see ChangeLog entries 2001-12-18
3956 2001-12-18 [hiro] 0.6.6claws3
3959 fix for multibyte characters (obtain the number of letters
3962 2001-12-17 [paul] 0.6.6claws2
3964 * sync with sylpheed 0.6.6cvs1
3965 see ChangeLog entry 2001-12-16
3967 2000-12-17 [alfons] 0.6.6claws1
3972 2001-12-16 [paul] 0.6.6claws
3975 * Release version 0.6.6claws, cvs tag: rel_0_6_6
3978 last minute sync with main 0.6.6
3981 updated by Ricardo Mones Lastra
3982 update for last minute sync
3985 update for last minute sync
3987 updated by Jens Oberender
3989 updated by Fabio Junior Beneditto
3991 * src/prefs_common.[ch]
3993 number of undo levels is user configurable
3994 (squeeze it into the release in the dying
3995 moments) Submitted by Jens Oberender
4000 updated french translation
4002 2001-12-15 [paul] 0.6.5claws92
4004 * sync with sylpheed 0.6.5cvs28
4005 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
4008 update to allow for sync
4013 update dutch translation
4015 2001-12-14 [carsten] 0.6.5claws91
4017 fixed bug #473785; also after changing the column order
4018 the same message will be selected and displayed as before
4021 2001-12-14 [carsten] 0.6.5claws90
4023 probably found the bug reported by wwb opening or closing
4024 a folder tree just before dnd (found the solution in the
4025 balsa source -- thanks to them)
4027 2001-12-14 [carsten] 0.6.5claws89
4030 moved gtk_clist_moveto to the right place, so that
4031 only the accounts dialog is effected on opening
4033 2001-12-14 [carsten] 0.6.5claws88
4035 gtkut_clist_set_focus_row does a gtk_clist_moveto
4036 now, so that the focused row will be seen in any case
4037 (reported by wwp on sf-claws-user)
4039 2001-12-14 [darko] 0.6.5claws87
4042 remove unnecessary line
4044 2001-12-14 [paul] 0.6.5claws86
4046 * sync with sylpheed 0.6.5cvs27
4047 see ChangeLog entries 2001-12-14
4049 2001-12-14 [carsten] 0.6.5claws85
4051 following a suggestion of Melvin the rcoabm pops up
4052 right under the button now and the button is reliefed
4053 while the popup is open
4055 2001-12-14 [darko] 0.6.5claws84
4058 fix crash when wrapping long lines if linewrap quotation
4059 is disabled and wrapper encounters a word spanning more
4062 2001-12-13 [paul] 0.6.5claws83
4065 prefer 'Reply-To' header over mailing list header when
4066 replying to a message. Finally prevent all those confirmation
4067 messages being sent to the list itself.
4070 remove unused summary_set_menu_sensitive() entry
4072 2001-12-13 [paul] 0.6.5claws82
4075 * src/pixmaps/inbox-hrm.xpm ** NEW FILE **
4076 * src/pixmaps/outbox-hrm.xpm ** NEW FILE **
4077 * src/pixmaps/trash-hrm.xpm ** NEW FILE **
4078 improvements to 'Hide read messages': Inbox, Outbox,
4079 Trash, Queue, and Draft icons now reveal presence of hidden
4082 2001-12-12 [alfons] 0.6.5claws81
4084 0.6.5claws80 was tagged as LAST_STABLE
4086 * src/filtering.[ch]
4088 * src/matcher_parser_lex.c
4089 fix the filtering; my last attempt to get it right,
4090 if it does not work, it's Hoa's turn. ;-)
4092 for my honourable peers:
4094 the code now makes a clear distinction between
4095 rules as they are displayed (probably escaped),
4096 and as they are executed (probably unescaped). the
4097 parser does *NOT* do any unescaping, this is
4098 the task of the matcher.c (which breaks up a
4099 rule into condition) and the filtering.c (which
4100 breaks up the rule's action). to make this
4101 run happily we provide an unescaped copy of
4102 crucial strings to the MatcherProp and
4103 FilteringAction structures. note that the only
4104 exception to this is any REGEXP string. those
4105 are directly passed to regcomp() and regexp()
4106 (who have much more powerful unescape functions).
4110 you can escape tab (\t), carriage return (\r),
4111 linefeed (\n), form feed (\f), quote (\"),
4112 single quote (\'), bell (\b) in all the entry
4113 lines in the scoring & filtering dialogs.
4114 as an added bonus this should not affect
4115 existing filtering rules.
4117 2001-12-12 [carsten] 0.6.5claws80
4121 "item(s) selected" is now sensitive to 1 or more
4122 than one selected (nice for language where simple
4123 adding of a "s" is not possible as German (Eintrag
4126 the "forward as attachment" entry from the right
4127 click menu removed, "forward" acts following the
4131 reverted my former changes; so compiler warning again
4132 but there's more GTK_TEXT/GTK_STEXT mixing on other places
4136 "search in message" does now *not* only work in MVIEW_TEXT
4137 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
4141 removed "/File/_Close" as it was the same as "/File/E_xit"
4142 and we don't need it two times
4144 the separate folder view and message view now get a distinct
4145 WMCLASS, just in case someone is using sawfish ;-)
4147 as the menu entries "/View/Message view" and "/View/Folder tree"
4148 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
4149 make them sensitive accordingly and as these two are "shown"
4150 after startup anytime check this menuitem at startup
4152 2001-12-12 [paul] 0.6.5claws79
4155 fix sensitivity of 'Search folder...', broken in
4161 2001-12-11 [carsten] 0.6.5claws78
4163 fixed two typos returning a wrong FALSE/TRUE
4164 * src/mainwindow.[ch]
4165 extra menu for email/news button removed
4167 2001-12-11 [alfons] 0.6.5claws77
4169 * src/matcher.c (1.3)
4170 * src/matcher_parser_lex.l (1.28)
4171 revert for another attempt
4172 mark 0.6.5claws77 as LAST_STABLE
4174 2001-12-11 [christoph] 0.6.5claws76
4177 fixed wrong translation for prev. unread msg
4179 2001-12-11 [paul] 0.6.5claws75
4184 * src/summaryview.[ch]
4185 * src/pixmaps/dir-open-hrm.xpm ** NEW FILE **
4186 enable ability to hide read messages on per folder basis via
4187 '/Summary/Hide read messages'; when selected, a folder will
4188 have a red open folder icon, instead of a blue icon, if the
4189 folder contains hidden messges
4190 submitted by Thomas Link <t.link.tmp200101.gmx.net>
4193 remove '/Message/Forward as attachment' from
4194 main_window_set_menu_sensitive() to prevent debug warning
4198 Clean up some of the English
4200 * tools/newscache_clean.pl
4201 allow for new 'hidereadmsgs' entry in folderlist.xml
4204 updated translation, submitted by Ricardo Mones Lastra
4206 2001-12-11 [paul] 0.6.5claws74
4208 * sync with sylpheed 0.6.5cvs25
4209 see ChangeLog entry 2001-12-11
4211 2001-12-10 [alfons] 0.6.5claws73
4214 add more control characters
4215 * src/matcher_parser_lex.l
4216 make escaping / unescaping work again
4218 2001-12-10 [alfons] 0.6.5claws72
4221 clean up warnings "returning value for void function"
4222 * src/prefs_filtering.c
4223 make info button for execute action sensitive
4225 2001-12-10 [paul] 0.6.5claws71
4230 fix: imap server now gets informed of MARKED, UNMARKED
4231 and REPLY events. Now people can use different IMAP-Mail
4232 clients and have the exact same information about MARKED,
4233 UNMARKED and REPLY status with all of them. Especially
4234 useful for imap servers with a web-frontend.
4235 submitted by Tobias Sandhaas <medlor@web.de>
4237 2001-12-09 [melvin] 0.6.5claws70
4240 fixed bug #490076 (hunted down by Alfons who implemented
4241 a workaround in 0.6.5claws65)
4243 2001-12-09 [christoph] 0.6.5claws69
4246 set pointer to string in LOCKED column to NULL
4247 (might fix bug #490800)
4249 2001-12-09 [carsten] 0.6.5claws68
4252 resolved some cluttered menu shortcuts
4253 ('creating new email' and 'creating news message'
4256 wmclass now distinc from main window
4259 email/news and forward button functionality similar
4260 to the reply buttons; removed the ugly dropdown arrows
4261 and use instead the right mouse button
4263 2001-12-09 [paul] 0.6.5claws67
4267 allow spaces in imap folder names
4268 submitted by Willem van Engen <wvengen@stack.nl>
4270 2001-12-09 [paul] 0.6.5claws66
4272 * sync with sylpheed 0.6.5cvs24
4273 see ChangeLog entry 2001-12-09
4275 2001-12-08 [alfons] 0.6.5claws65
4278 prevent secondary selection claim after "add to sender" dialog
4279 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
4280 we trick GTK by simulating a click at (0, 0) in the textview.
4282 2001-12-08 [hoa] 0.6.5claws64
4285 fixed a bug about the .processing folder name while filtering
4287 2001-12-08 [alfons] 0.6.5claws63
4290 work around problem of not correctly updating folder stats
4291 when deleting messages. there's some folder scanning evil
4292 going so the folderview_update_msg_num() does not work
4293 correctly. need to investigate this.
4295 2001-12-08 [paul] 0.6.5claws62
4297 * sync with sylpheed 0.6.5cvs23
4298 see ChangeLog entry 2001-12-08
4300 2001-12-07 [christoph] 0.6.5claws61
4303 fix another header translation problem
4305 2001-12-07 [alfons] 0.6.5claws60
4308 make filtering also work on local spool mbox
4310 2001-12-07 [carsten] 0.6.5claws59
4312 addressbook window gets a wmclass distinct from the main
4315 * src/mainwindow.[ch]
4316 forward menu item will use mode selected in prefs, forward
4317 as attatchment in menu removed (will be substituted in the
4318 toolbar similar to reply buttons)
4319 create news message menu entry and news button is now
4320 sensitive to the existance of a news account
4321 * src/pixmaps/stock_mail_reply_quote.xpm ** REMOVED **
4322 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** REMOVED **
4323 * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
4324 these are removed because the toolbar buttons don't show
4325 the quoting modus any longer
4329 * tools/newscache_clean.pl ** NEW FILE **
4330 perl script to do some tidying up in the newscache directory
4332 * tools/sylpheed-switcher ** NEW FILE **
4333 perl script to enable easy switching between main and claws
4336 added descriptions of the two new perl scripts
4339 2001-12-07 [melvin] 0.6.5claws58
4342 fixed a warning during compilation introduced in 0.6.5claws56
4344 2001-12-07 [paul] 0.6.5claws57
4346 * src/mainwindow.[ch]
4348 further usability enhancements to replying with or without
4349 quoting via the toolbar, use of Ctrl key is replaced by
4351 Submitted by Carsten Schurig
4353 2001-12-07 [melvin] 0.6.5claws56
4356 hack to fix bug that prevented to make/paste selections
4357 after switching between MVIEW_TEXT and MVIEW_MIME views
4358 without deselecting the selection first.