1 2003-07-28 [paul] 0.9.3claws65
4 update Spanish translation, submitted by Ricardo Mones
7 2003-07-28 [christoph] 0.9.3claws64
12 return new message numbers as a GRelation instead of a GSList
13 that has to be in the same order as the input list. A list
14 would make it hard for IMAP to optimize oepration by sorting
15 the input list. The returned list would have to be reordered
16 to match the same order that input list has.
19 fix missing return value, could cause a crash when garbage is
20 on the stack that is used as the expected return value
22 2003-07-28 [paul] 0.9.3claws63
25 see ChangeLog 2003-07-28
27 2003-07-27 [alfons] 0.9.3claws62
30 tweak it more to make icon list act like a check button group
32 2003-07-27 [christoph] 0.9.3claws61
34 * sync with 0.9.3cvs20
35 see ChangeLog 2003-07-25
37 2003-07-27 [paul] 0.9.3claws60
40 re-commit changes from 0.9.3claws58 -
41 accidently removed in 0.9.3claws59
43 2003-07-27 [paul] 0.9.3claws59
46 a sync from 0.9.3cvs17
47 see ChangeLog 2003-07-23
49 2003-07-27 [alfons] 0.9.3claws58
52 add missing header members to MsgInfo; fixes the problem of
53 not displaying X-Faces, as noticed by Ricardo Mones
55 2003-07-26 [christoph] 0.9.3claws57
57 * sync with 0.9.3cvs18
58 see ChangeLog 2003-07-24
60 2003-07-26 [christoph] 0.9.3claws56
62 * sync with 0.9.3cvs17
63 see ChangeLog 2003-07-23
65 2003-07-26 [christoph] 0.9.3claws55
72 add support for copy function that copy multiple messages
76 add missing return value
78 2003-07-26 [paul] 0.9.3claws54
80 * tools/multiwebsearch.pl
81 do whitespace substitution before passing the string
82 to the browser. fixes bug with browsers that don't
83 do whitespace conversion themselves.
85 2003-07-25 [christoph] 0.9.3claws53
90 rewrite adding of multiple messages to a folder for
93 2003-07-25 [luke] 0.9.3claws52
96 o icon toggles set correctly on leaving ctree mimeview
98 2003-07-25 [paul] 0.9.3claws51
100 * partial sync with 0.9.3cvs21 [src/main.c]
101 see ChangeLog 2003-07-25
103 2003-07-24 [paul] 0.9.3claws50
105 * tools/maildir2sylpheed.pl
108 2003-07-24 [paul] 0.9.3claws49
111 increase the gutter size of paned so that the panes
114 * src/plugins/demo/demo.c
115 squeeze in another typo fix
117 2003-07-24 [paul] 0.9.3claws48
119 * src/plugins/demo/demo.c
121 small changes to the English
123 * src/pixmaps/mime_application_octect_stream.xpm ** REMOVED **
124 src/pixmaps/mime_application_octet_stream.xpm ** NEW FILE **
127 rename the misspelled icon
129 2003-07-23 [alfons] 0.9.3claws47
132 make icon list look like a list of toggles
134 2003-07-23 [luke] 0.9.3claws46
136 * src/pixmaps/mimeview_gpg_expired.xpm
137 * src/pixmaps/mimeview_gpg_failed.xpm
138 * src/pixmaps/mimeview_gpg_passed.xpm
139 * src/pixmaps/mimeview_text_html.xpm
140 * src/pixmaps/mimeview_image.xpm
141 o all icons the same size
144 o mimeview ctree arranged vertically above the viewer
145 o icons changed to buttons
146 o can use keyboard to select an icon (Enter)
147 o resize icon list to width of icons
149 * src/gtk/gtkvscrollbutton.c
150 o sensitivity of buttons reacts to position
152 2003-07-23 [christoph] 0.9.3claws45
154 * sync with 0.9.3cvs14 (incomplete)
155 see ChangeLog 2003-07-17
157 2003-07-23 [alfons] 0.9.3claws44
161 sync with my local tree to restore some claws-only things
163 2003-07-23 [paul] 0.9.3claws43
165 * src/pixmaps/mime_gpg_expired.xpm ** NEW FILE **
166 src/pixmaps/mime_gpg_unknown.xpm ** NEW FILE **
171 src/stock_pixmap.[ch]
172 indicate missing keys and expired sigs/keys
175 2003-07-23 [paul] 0.9.3claws42
178 Redirect fixes: enable automatic account selection and
179 do not append signature to message on changing account
182 2003-07-23 [paul] 0.9.3claws41
184 * sync with 0.9.3cvs16
185 see ChangeLog 2003-07-23
187 2003-07-23 [alfons] 0.9.3claws40
190 give progress dialog a main window, and give it the first
191 one (presumably the only one). fixes bug #247, "segfault on
194 2003-07-22 [alfons] 0.9.3claws39
197 shift-space scrolls up
199 2003-07-22 [paul] 0.9.3claws38
201 * sync with 0.9.3cvs15
202 see ChangeLog 2003-07-22
204 2003-07-20 [alfons] 0.9.3claws37
207 put menu inside #ifdef USE_ASPELL..#endif
209 2003-07-20 [christoph] 0.9.3claws36
212 fix wrong flags in MsgInfo returned by
213 procmsg_msginfo_get_full_info()
215 (closes Bug 221 Deleting messages from the Message View gives incorrect
216 new/unread message counts in the folder view)
218 * src/plugins/spamassassin/spamassassin_gtk.c
219 add gettext macro for prefs page title
221 2003-07-20 [paul] 0.9.3claws35
224 redraw icon list on signature check
226 2003-07-20 [christoph] 0.9.3claws34
231 * src/folder_item_prefs.[ch] ** NEW **
236 * src/prefs_scoring.c
238 * src/prefs_folder_item.[ch]
239 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
241 o use prefswindow for folder properties
243 * src/gtk/prefswindow.[ch]
244 change implementation to use an invisible notebook instead
245 of unparenting widgets
247 2003-07-20 [christoph] 0.9.3claws33
253 * src/prefs_filtering.h
254 * src/prefs_folder_item.[ch]
259 (always use 1. typedefs, 2. #includes, 3. structures)
261 * src/common/version.h.in
262 add casts for constants
264 * src/plugins/demo/demo.c
267 * src/plugins/spamassassin/spamassassin.c
268 remove unused variable
270 2003-07-20 [alfons] 0.9.3claws32
273 o make icon buttons respond on left click
274 o minor cosmetic change
276 2003-07-19 [luke] 0.9.3claws31
279 * src/gtk/gtkvscrollbutton.c
281 o improved mimeview behaviour when selecting a new message
282 o plus code cleanups to remove compile warnings
285 2003-07-19 [alfons] 0.9.3claws30
289 * src/common/utils.[ch]
290 subject_get_reply_prefix_length() <- subject_get_prefix_length()
292 2003-07-19 [alfons] 0.9.3claws29
294 * src/prefs_folder_item.c
295 reinit "legacy" tmp_prefs, so we don't free nor use invalid
298 2003-07-19 [luke] 0.9.3claws28
304 * src/stock_pixmap.[ch]
305 * src/gtk/Makefile.am
307 * src/gtk/gtkvscrollbutton.[ch] ** NEW **
308 * src/pixmaps/mime_*.xpm ** NEW **
309 o mimeview rearrangement with a new icon shortcut bar
311 2003-07-19 [alfons] 0.9.3claws27
314 o plug leaking nodes_to_recollapse
315 o add folderview_recollapse_all_nodes() (not used yet)
317 2003-07-19 [alfons] 0.9.3claws26
321 honour #240 "Better SUBJECT handling" by cleaning the prefix
322 for both forwarding as replying
324 2003-07-18 [christoph] 0.9.3claws25
327 * src/common/sylpheed.[ch]
328 * src/common/version.h.in
329 add version in numeric form to allow easy comparison
331 * src/plugins/demo/demo.c
333 - sylpheed version > plugin version => never allowed, sylpheed
334 could contain unknown API changes
335 - sylpheed version < minimum version required => don't load,
336 API required not available (if linking does not fail)
338 2003-07-18 [alfons] 0.9.3claws24
340 * src/common/plugin.[ch]
343 2003-07-18 [christoph] 0.9.3claws23
346 fix crash when hooks where unregisted
348 * src/plugins/trayicon/trayicon.c
349 unregister detroy signal before destroying the widget
350 (still crashes when the plugin is unloaded)
352 2003-07-18 [alfons] 0.9.3claws22
355 delay expanding folder tree during drags until timeout triggered
356 (needs perhaps some tweaking, so testing is welcome)
358 2003-07-17 [alfons] 0.9.3claws21
363 2003-07-17 [christoph] 0.9.3claws20
365 * src/common/session.c
366 fix opening of SSL connections
368 * src/plugins/image_viewer/Makefile.am
369 add OPENSSL_CFLAGS (we should find a better solution to remove
370 this dependencies if they are not required)
372 * src/plugins/spamassassin/spamassassin.c
373 remove setlocale workaround (fixed in libspamc)
375 2003-07-17 [alfons] 0.9.3claws19
377 * src/common/hooks.[ch]
378 * src/plugins/clamav/clamav_plugin.c
379 * src/plugins/spamassassin/spamassassin.c
380 * src/plugins/trayicon/trayicon.c
383 2003-07-17 [alfons] 0.9.3claws18
388 2003-07-17 [alfons] 0.9.3claws17
393 2003-07-17 [paul] 0.9.3claws16
398 add link to the Claws site's FAQ page, after the suggestion
399 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
400 Move url strings to defs.h
403 fix typo to prevent "unknown menu entry" warnings
405 2003-07-17 [alfons] 0.9.3claws15
407 * src/folderview.[ch]
408 * src/summaryview.[ch]
412 2003-07-17 [paul] 0.9.3claws14
415 remove two instances of 'GTK_EVENTS_FLUSH' because
416 they are unnecessary and probably cause a stack overflow
418 2003-07-16 [christoph] 0.9.3claws13
421 use an invisible GTK notebook to switch between viewers
422 instead of reparenting widgets
424 2003-07-16 [christoph] 0.9.3claws12
427 move folder_item_update_freeze() to correct place in
428 folder_item_scan_full()
430 2003-07-16 [paul] 0.9.3claws11
432 * sync with 0.9.3cvs12
433 see ChangeLog 2003-07-14 and 2003-07-15
435 2003-07-16 [christoph] 0.9.3claws10
438 * src/prefs_account.[ch]
439 sync IMAP CRAM-MD5 authentication with sylpheed-main
441 2003-07-15 [alfons] 0.9.3claws9
444 make --config-dir do something useful
446 2003-07-15 [alfons] 0.9.3claws8
449 o fix a bug where 'last' didn't really point to the last message
450 in the top level list of children, but to the last threaded
453 o clean up and make it easier to sync
455 2003-07-15 [alfons] 0.9.3claws7
458 make correct menu items sensitive
460 2003-07-14 [alfons] 0.9.3claws6
463 tune the threader so it will not subject-thread any message
464 without a subject prefix (this will not thread correctly if
465 a parent is delivered after their childs, but it looks
468 2003-07-13 [christoph] 0.9.3claws5
471 group "Add mailbox *..." menu items in submenu
473 2003-07-13 [alfons] 0.9.3claws4
476 correct summary_toggle_pressed() signature and make sure
477 signal is not passed on
479 2003-07-13 [alfons] 0.9.3claws3
482 o for now don't pass on keys when they we're handled by
483 ctree::key_press_event
486 2003-07-13 [alfons] 0.9.3claws2
489 add command line option "--config-dir" to get the current
492 2003-07-12 [alfons] 0.9.3claws1
495 * src/matcher_parser_parse.y
496 * src/prefs_filtering.c
498 add "Lock" filter action to lock messages;
502 * src/prefs_filtering.c
503 re-organize matcher part 9:
504 make action text entries easily extendible;
505 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
506 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
511 update old information and add missing
514 2003-07-12 [paul] 0.9.3claws
516 * 0.9.3claws released
518 2003-07-12 [paul] 0.9.0claws103
523 2003-07-12 [melvin] 0.9.0claws102
526 Fixed bug #215: Show MIME tab for single text/html messages.
528 2003-07-12 [paul] 0.9.0claws101
533 2003-07-12 [paul] 0.9.0claws100
539 update Spanish, Croatian, Polish, Serbian translations.
540 submitted by Ricardo Mones Lastra, Dragan, Witold
541 Wladyslaw Wojciech Wilk, Urke MMI
543 2003-07-12 [melvin] 0.9.0claws99
546 Updated French translations.
548 2003-07-12 [paul] 0.9.0claws98
551 disable 'Lookup' button as it has no effect
553 2003-07-11 [alfons] 0.9.0claws97
556 summary_searchbar_pressed() should return TRUE to signal that
557 event was handled. when returning void, the return value passed
558 to GTK is actually random, but maybe FALSE, in which case the
559 event is handled by parent
561 2003-07-10 [paul] 0.9.0claws96
563 * ac/missing/gettext.m4
564 update to version 0.12
566 2003-07-10 [paul] 0.9.0claws95
568 * src/plugins/clamav/clamav_plugin.c
569 fix bug where multipart/alternative messages
570 would slip through without being scanned
572 2003-07-10 [christoph] 0.9.0claws94
575 correct check if folder supports removing when a message is
576 moved. if not the message is only copied.
578 (closes Bug 132 crash on startup in newsgroups folders)
580 2003-07-09 [alfons] 0.9.0claws93
584 --with-config-dir (default .sylpheed)
586 2003-07-09 [christoph] 0.9.0claws92
589 use PKG_CHECK_MODULES to check for gtkmathview
590 (version 0.4.2 now required)
592 2003-07-08 [melvin] 0.9.0claws91
595 Implemented a progress bar that counts the number of completed
596 tasks when the action runs more than one command.
598 2003-07-08 [alfons] 0.9.0claws90
601 if queued message has an invalid Message-Id, don't try to
602 find message it refers to (fixes #209 "crash when processing
605 2003-07-08 [paul] 0.9.0claws89
607 * sync with 0.9.3cvs2
608 see ChangeLog 2003-07-08
610 2003-07-08 [match] 0.9.0claws88
613 extend LDAP search for first/last name by parsing search term.
615 2003-07-08 [alfons] 0.9.0claws87
618 fix bug #208 "Status message stuck when sending on POP3 account"
620 2003-07-07 [paul] 0.9.0claws86
623 new Croatian translation, submitted by
624 Dragan <drleskov@inet.hr>
626 2003-07-07 [paul] 0.9.0claws85
628 * sync with 0.9.3cvs1
629 see ChangeLog 2003-07-07
631 2003-07-05 [christoph] 0.9.0claws84
636 * src/stock_pixmap.[ch]
637 * src/pixmaps/messageview_text.xpm ** NEW **
638 move mimeview tabs to the right side and use icons
639 instead of text to save some space
641 (patch by Luke Plant <lukeplant@softhome.net>)
643 2003-07-05 [christoph] 0.9.0claws83
646 add NULL pointer checks
648 (patch by Luke Plant <lukeplant@softhome.net>)
649 (closes Bug 204 0.9.0 quits on authentication error?!)
651 2003-07-05 [alfons] 0.9.0claws82
654 take the clue in bug #202 "./configure script -
655 'if test' comparison failure" reported by John Kristoff.
657 2003-07-04 [christoph] 0.9.0claws81
659 * src/plugins/spamassassin/spamassassin.c
660 set timeout for spam check
662 2003-07-04 [christoph] 0.9.0claws80
665 destroy all FolderItems when shutting down to
666 allow folders to clean up
668 2003-07-04 [melvin] 0.9.0claws79
670 * src/gtk/gtkaspell.c
671 Fixed bug #184 "Entering non-ascii character deletes
672 previous char if spell checking enabled": this makes
673 the spell checking in multibytes (e.g. UTF-8)locales work.
674 (Patch by Luke Plant).
676 2003-07-04 [christoph] 0.9.0claws78
678 * sync with 0.9.2cvs1
679 see ChangeLog 2003-06-10
681 2003-07-04 [paul] 0.9.0claws77
683 * sync with 0.9.3 release
684 see ChangeLog 2003-07-04
686 2003-07-03 [christoph] 0.9.0claws76
693 move folder_item_get_path() stuff into a folder virtual function
696 use folder_item_fetch_msg() to get message and do not contruct
697 the filename from path and number
699 2003-07-03 [paul] 0.9.0claws75
701 * sync with 0.9.2cvs12
702 see ChangeLog 2003-07-03
704 2003-07-02 [paul] 0.9.0claws74
707 fix text-selection for replying
709 2003-07-02 [paul] 0.9.0claws73
711 * sync with 0.9.2cvs11
712 see ChangeLog 2003-07-02
714 2003-07-02 [paul] 0.9.0claws72
717 revert last commit because it breaks more
720 2003-07-02 [paul] 0.9.0claws71
723 fix thread by subject/sort by date
725 2003-07-01 [paul] 0.9.0claws70
727 * sync with 0.9.2cvs10
728 see ChangeLog 2003-07-01
730 2003-06-30 [paul] 0.9.0claws69
732 * sync with 0.9.2cvs9
733 see ChangeLog 2003-06-30
735 2003-06-28 [match] 0.9.0claws68
740 2003-06-27 [paul] 0.9.0claws67
742 * sync with 0.9.2cvs7
743 see ChangeLog 2003-06-27
745 2003-06-26 [christoph] 0.9.0claws66
748 freeze folder updates while a folder is scanned
750 (closes Bug 185 New message counter)
752 2003-06-26 [darko] 0.9.0claws65
755 fix infinite loop when adding a new LDAP server
757 2003-06-26 [paul] 0.9.0claws64
759 * sync with 0.9.2cvs6
760 see ChangeLog 2003-06-26
762 2003-06-26 [paul] 0.9.0claws63
764 * sync with 0.9.2cvs5
765 see ChangeLog 2003-06-25 and 2003-06-26
767 2003-06-25 [match] 0.9.0claws62
770 Fixed tab/backtab for dropped-down completion list to
771 move next/previous field. (close bug 147)
773 2003-06-25 [christoph] 0.9.0claws61
775 * src/addr_compl.[ch]
784 2003-06-25 [leandro] 0.9.0claws60
788 o gray out "Message/Remove references" menu item if not
789 replying to a message
791 2003-06-24 [leandro] 0.9.0claws59
794 o removed "Message/Create new thread" menu item
795 o added "Message/Remove references" menu item
796 (it's off by default and will not check anymore
797 if the subject changed)
799 2003-06-23 [alfons] 0.9.0claws58
802 try better grouping messages threaded by subject based on their age.
803 still not perfect - because the message tree is not sorted by date.
805 2003-06-23 [thorsten] 0.9.0claws57
808 added mail_receive_hook to allow modifications
809 directly after retrieval (e.g. adding headers).
811 2003-06-23 [paul] 0.9.0claws56
814 enable the use of Ctrl+A to select all text in
816 Patch submitted by Ivan Francolin Martinez
817 <ivanfm@users.sourceforge.net>
819 2003-06-22 [christoph] 0.9.0claws55
822 o add notification hook for folder tree changes
823 o invoke hooks after folder tree scanning
825 * src/folderview.[ch]
826 register hook for folder tree changes that
829 (there are more places that should be updated, like add, remove
832 (closes Bug 164 Crash on rebuild folder tree)
833 (closes Bug 190 Crash on 'rebuilding folder tree')
835 2003-06-21 [leandro] 0.9.0claws54
838 create a new thread if subject changes
839 (it's on by default, can be disabled in Message menu)
841 2003-06-21 [alfons] 0.9.0claws53
844 quiet little compiler
846 2003-06-21 [christoph] 0.9.0claws52
848 update gettext stuff to version 0.12
850 2003-06-19 [alfons] 0.9.0claws51
853 * src/common/plugin.c
854 move defs.h before glib.h to prevent MIN/MAX redefs
861 2003-06-19 [match] 0.9.0claws50
863 * src/addressbook.[ch]
865 * src/addr_compl.[ch]
867 * src/editldap_basedn.[ch]
870 re-implemented dynamic LDAP search. works without
871 slowdown on display sender with addressbook
876 2003-06-19 [paul] 0.9.0claws49
879 fix Bug #136 'Nonprovided quotation marks crash claws'
880 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
882 2003-06-19 [alfons] 0.9.0claws48
884 * src/prefs_common.[ch]
886 restrict threading by subject by checking thread for
887 age (prefs_common.thread_by_subject_max_age)
889 2003-06-18 [christoph] 0.9.0claws47
892 fix memory leak in imap_cmd_fetch()
894 2003-06-18 [christoph] 0.9.0claws46
897 fix memory leak in prefs_set_default() when used multiple
898 times or after prefs have been read
900 2003-06-18 [christoph] 0.9.0claws45
902 * src/common/plugin.c
903 fix memory leak in plugin_unload()
905 2003-06-18 [christoph] 0.9.0claws44
908 fix memory leak in imap_cmd_ok()
910 2003-06-18 [christoph] 0.9.0claws43
913 stop messages that are downloaded from POP3 and added to
914 an IMAP inbox from being filtered twice (first by POP3
915 and again when IMAP folder is scaned to get the UID of
916 the APPEND operation when no UIDPLUS is available)
925 * tools/launch_phoenix ** REMOVED **
926 tools/launch_firebird ** NEW **
927 renamed and edited to reflect the browser's name change from
928 'phoenix' to 'firebird'
930 2003-06-18 [paul] 0.9.0claws42
932 * sync with 0.9.2cvs2
933 see ChangeLog 2003-06-16
935 2003-06-17 [alfons] 0.9.0claws41
938 prevent threading problems when a node is an ancestor (parent / great parent),
939 which mostly happens with circular references (thanks to Phillipe Gramoullé
940 for finding an sample set of messages)
942 2003-06-16 [christoph] 0.9.0claws40
945 don't popup main window on --receive or --receive-all
947 * src/mainwindow.[ch]
948 * src/plugins/trayicon/trayicon.c
949 allow hiding of main window by clicking on the trayicon
950 (doesn't work correctly in seperate window mode and may
951 cause unexpected GTK problems I couldn't find yet)
954 remove incorrect warning
956 2003-06-15 [alfons] 0.9.0claws39
959 don't output debug text;
960 #ifdef out print_line() if not debugging (thanks to Martin Wicke
961 for pointing this out);
963 2003-06-14 [alfons] 0.9.0claws38
966 remove printf() and make one if..else comply with coding style
968 2003-06-14 [alfons] 0.9.0claws37
973 * src/messageview.[ch]
975 apply patch #754162 "Quoting messages filtered by actions" submitted
976 by Martin Wicke, which allows quoting message body changed by an
979 2003-06-13 [alfons] 0.9.0claws36
982 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
983 use case insensitive regexp (suggested by Ivan Martinez)
985 2003-06-13 [christoph] 0.9.0claws35
988 * src/plugins/trayicon/Makefile.am
989 * src/plugins/trayicon/eggtrayicon.[ch] ** REMOVE **
990 * src/plugins/trayicon/trayicon.c
991 * src/plugins/trayicon/libeggtrayicon/.cvsignore ** NEW **
992 * src/plugins/trayicon/libeggtrayicon/Makefile.am ** NEW **
993 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch] ** NEW **
994 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch] ** NEW **
995 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch] ** NEW **
996 * src/plugins/trayicon/libeggtrayicon/xembed.h ** NEW **
997 replace my own EggTrayIcon backport with the backport
998 used by (l|x)mule and gabber.
1000 2003-06-13 [alfons] 0.9.0claws34
1003 * src/common/utils.c
1004 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1006 2003-06-13 [alfons] 0.9.0claws33
1009 clean up a little bit
1011 2003-06-12 [alfons] 0.9.0claws32
1014 const correctness fix
1016 * src/common/sylpheed.[ch]
1018 prevent redef MIN/MAX
1020 * src/common/utils.[ch]
1023 2003-06-12 [melvin] 0.9.0claws31
1026 Updated to take into accounts changes in GtkAspell.
1028 2003-06-12 [alfons] 0.9.0claws30
1032 * src/common/utils.[ch]
1033 handle reply subject prefixes better (initial
1034 suggestion by Robert Story adapted and enhanced
1037 2003-06-12 [melvin] 0.9.0claws29
1040 Use new gtkaspell_checkers_strerror() to get the speller's
1041 error message instead of accessing the (now private)
1046 Use #ifdef instead of #if for USE_ASPELL
1047 Use the new spell checkers init/quit functions
1049 * src/gtk/gtkaspell.c
1050 Use #ifdef instead of #if for USE_ASPELL
1051 Moved in the majority of GtkAspell structures that were
1052 exported before by gtkaspell.h
1054 * src/gtk/gktaspell.h
1055 Made gtkaspell.h contain only the necessary data to be
1056 publicized by moving many structures to gtkaspell.c.
1057 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1058 gtkaspell_checkers_new(): replaced by...
1059 gtkaspell_checkers_init(): new function for initialization
1060 gtkaspell_checkers_delete(): replaced by...
1061 gtkaspell_checkers_quit(): new function
1062 gtkaspell_checkers_strerror(): new function that returns
1063 the checker's last error message.
1065 2003-06-11 [melvin] 0.9.0claws28
1068 Updated to take into account gtkaspell.c migration to
1069 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1071 2003-06-10 [alfons] 0.9.0claws27
1073 * src/filtering.[ch]
1077 - try fixing bug #18 (any brave testers?)
1078 - add more robustness by refusing previously
1079 unchecked NULL pointers
1081 2003-06-10 [alfons] 0.9.0claws26
1084 fix bug #176 by don't checking MsgInfos with a NULL msgid
1086 2003-06-09 [alfons] 0.9.0claws25
1088 * src/prefs_common.c
1089 fix bug #163 "Icon switching doesnt work properly" by
1090 preventing early freeing of prefs_common.pixmap_theme_path.
1092 2003-06-09 [christoph] 0.9.0claws24
1094 * src/gtk/gtkaspell.c
1095 revert Thorsten's fix and add forgotten g_strdup for
1096 aspell path (it should not be possible to alter the path a
1097 GtkASpell uses from outside)
1099 2003-06-09 [thorsten] 0.9.0claws23
1101 * src/gtk/gtkaspell.c
1102 dont free prefs_common.aspell_path when closing compose
1104 2003-06-08 [colin] 0.9.0claws22
1106 * src/plugins/spamassassin/spamassassin.c
1109 2003-06-07 [christoph] 0.9.0claws21
1113 * src/gtkaspell.[ch] ** REMOVE **
1114 * src/gtk/Makefile.am
1115 * src/gtk/gtkaspell.[ch] ** NEW **
1116 o make gtkaspell independent from sylpheed's prefs
1117 o move gtkaspell.[ch] to gtk directory
1119 2003-06-07 [christoph] 0.9.0claws20
1124 * src/filesel.[ch] ** REMOVE **
1127 * src/common/sylpheed.[ch]
1128 * src/gtk/Makefile.am
1129 * src/gtk/filesel.[ch] ** NEW **
1130 * src/gtk/pluginwindow.c
1131 * src/gtk/sslcertwindow.c
1132 move filesel.[ch] to gtk directory
1134 2003-06-07 [alfons] 0.9.0claws19
1137 make (multi) file selection dialog work again (Claws-only)
1139 2003-06-07 [thorsten] 0.9.0claws18
1144 2003-06-07 [alfons] 0.9.0claws17
1148 detect apache mishap in which case don't include fnmatch.h
1149 if regex.h is already included
1151 2003-06-06 [christoph] 0.9.0claws16
1155 add check for fnmatch.h and include it when available
1158 fix wrong case sensitivity of Content-Types
1160 * src/gtk/Makefile.am
1161 need the same include paths in gtk directory as in
1162 common directory because .h files in common can
1163 include files from these directories, when included
1164 in gtk's .h or .c files
1166 2003-06-06 [alfons] 0.9.0claws15
1170 make it compile again because of regex.h / fnmatch.h
1171 include problems (related to recent mime stuff, can
1172 someone check this?)
1174 2003-06-06 [thorsten] 0.9.0claws14
1177 possible use of uninitialized pointer while dragging
1179 2003-06-06 [paul] 0.9.0claws13
1182 fix bug where the insert sig button would be effective
1183 only when auto_sig was set
1185 2003-06-06 [paul] 0.9.0claws12
1187 * sync with 0.9.2 release
1189 2003-06-02 [paul] 0.9.0claws11
1191 * sync with 0.9.1cvs1
1192 see ChangeLog 2003-06-02
1197 2003-06-01 [christoph] 0.9.0claws10
1200 don't use substring search to find accounts by email address
1202 (closes Bug 169 Overly loose matching of "From" address)
1204 2003-05-31 [christoph] 0.9.0claws9
1206 * doc-src/rfc2683.txt
1208 limit IMAP command length as recommended in RFC2683
1209 (message number lists will be split into multiple imap
1210 sets, the limit of 1000 octets is not a hard limit)
1212 (closes Bug 161 sylpheed-claws exits with segfault when logging
1213 in to certain imap-servers)
1215 2003-05-29 [alfons] 0.9.0claws8
1218 add print button (calling summary_print());
1219 fine tune setting tooltip text;
1220 (if someone needs other buttons, please take these
1221 commits as a guide, instead of bothering us - also
1224 2003-05-29 [darko] 0.9.0claws7
1227 fix crash when word wrapping kicks in due to
1228 changed text by spell checker
1230 2003-05-29 [paul] 0.9.0claws6
1233 fix bug where changing account would insert
1234 sig even if auto_sig was FALSE
1239 sync with 0.9.1 release
1241 2003-05-28 [christoph] 0.9.0claws5
1244 fix truncation of too long commands
1246 (closes Bug 167 IMAP hangs trying to get envelope
1247 information in imap_get_uncached_messages)
1249 2003-05-27 [paul] 0.9.0claws4
1252 tools/maildir2sylpheed.pl ** NEW FILE **
1253 add kmail to sylpheed mailbox conversion script
1255 2003-05-27 [paul] 0.9.0claws3
1257 * sync with 0.9.0cvs10
1258 see ChangeLog 2003-05-26
1260 2003-05-26 [paul] 0.9.0claws2
1262 * sync with 0.9.0cvs9
1263 see ChangeLog 2003-05-26
1265 2003-05-24 [paul] 0.9.0claws1
1267 * sync with 0.9.0cvs8
1268 see ChangeLog 2003-05-23
1270 2003-05-24 [paul] 0.9.0claws
1272 * version 0.9.0claws released
1274 2003-05-24 [paul] 0.8.11claws177
1276 * src/plugins/dillo-viewer/Makefile.am
1277 src/plugins/traycon/Makefile.am
1287 update Bulgarian, British English, Spanish, Italian,
1288 Brazilian Portuguese, Russian, and Serbian translations,
1289 submitted by George Danchev, [me], Ricardo Mones Lastra,
1290 André Filipe de Assunção e Brito, Alessandro Maestri,
1291 Ruslan N. Balkin, and Urke MMI
1293 2003-05-23 [melvin] 0.8.11claws176
1296 Updated French translations
1298 2003-05-22 [paul] 0.8.11claws175
1309 src/editldap_basedn.c
1313 revert to get ldap into it previous working state
1316 new Taiwanese translation,
1317 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1319 2003-05-22 [christoph] 0.8.11claws174
1321 * src/plugins/spamassassin/libspamc.[ch]
1322 sync libspamc with SpamAssaain release 2.55
1324 2003-05-22 [paul] 0.8.11claws173
1326 * sync with 0.9.0cvs7
1327 see ChangeLog 2003-05-22
1330 revert change in 0.8.11claws172: follow
1331 Hiroyuki's decision and that's the end of it.
1333 2003-05-21 [paul] 0.8.11claws172
1336 fix discrepency between open_unread_on_enter
1339 2003-05-21 [paul] 0.8.11claws171
1341 * sync with 0.9.0cvs6
1342 see ChangeLog 2003-05-21
1344 2003-05-21 [paul] 0.8.11claws170
1346 * sync with 0.9.0cvs5
1347 see ChangeLog 2003-05-21
1349 2003-05-20 [paul] 0.8.11claws169
1351 * sync with 0.9.0cvs4
1352 see ChangeLog 2003-05-20
1353 fixes bug #152, 'encoding of IMAP folders names'
1355 2003-05-20 [paul] 0.8.11claws168
1357 * sync with 0.9.0cvs3
1358 see ChangeLog 2003-05-20
1360 * src/tools/convert_mbox.pl
1361 minor change in the comments, submitted by Fred Marton
1363 2003-05-19 [paul] 0.8.11claws167
1365 * src/plugins/clamav/Makefile.am
1367 link clamav_lib to the plugin and not to the main program
1369 2003-05-19 [christoph]
1372 add -export-dynamic for linking
1374 2003-05-19 [paul] 0.8.11claws166
1376 * sync with 0.9.0cvs1
1377 see ChangeLog 2003-05-19
1379 2003-05-19 [paul] 0.8.11claws165
1382 fix 'pop before smtp' timeout
1384 2003-05-18 [alfons] 0.8.11claws164
1386 * src/prefs_matcher.c
1387 put "execute" action command line ("expression") in edit box
1389 2003-05-18 [christoph] 0.8.11claws163
1392 * src/plugins/dillo_viewer/dillo_viewer.c
1393 * src/plugins/image_viewer/viewer.c
1394 * src/plugins/mathml_viewer/mathml_viewer.c
1395 let a viewer have a list of Content-Types
1397 2003-05-18 [paul] 0.8.11claws162
1399 * src/prefs_filtering.c
1400 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1401 and REDIRECT actions
1403 2003-05-17 [christoph]
1406 o remove dynamic signatures that was syned with main
1407 o add infos about no longer "build in" image viewer
1408 o update bugtracker URL
1410 2003-05-17 [christoph] 0.8.11claws161
1415 don't use imap_scan_folder anymore. Instead call folder_item_scan
1416 for every folder after rebuilding the folder tree.
1418 (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1421 2003-05-17 [christoph] 0.8.11claws160
1424 don't use STATUS command on current folder to check for
1425 content changes. imap_cmd_ok() now tracks changes to
1426 folder and number of existing messages.
1428 2003-05-17 [paul] 0.8.11claws159
1430 * src/plugins/clamav/clamav_plugin.c
1431 remove unnecessary debug_print
1433 2003-05-16 [thorsten] 0.8.11claws158
1435 * src/plugins/demo.c
1436 included missing intl.h
1438 2003-05-16 [paul] 0.8.11claws157
1441 remove non-existant entries
1443 * src/plugins/clamav/clamav_plugin.c
1444 src/plugins/clamav/clamav_plugin_gtk.c
1445 src/plugins/dillo_viewer/dillo_prefs.c
1446 src/plugins/dillo_viewer/dillo_viewer.c
1449 2003-05-16 [christoph] 0.8.11claws156
1452 include plugin .c files for translation until I
1453 find a better solution to have plugins have their
1455 * src/plugins/demo/demo.c
1456 * src/plugins/image_viewer/plugin.c
1457 * src/plugins/mathml_viewer/mathml_viewer.c
1458 * src/plugins/spamassassin/spamassassin.c
1459 * src/plugins/spamassassin/spamassassin_gtk.c
1460 * src/plugins/trayicon/trayicon.c
1461 add gettext macros for plugin name and description
1467 2003-05-16 [paul] 0.8.11claws155
1469 * sync with lastest 0.9.0pre1
1470 see ChangeLog 2003-05-16
1472 2003-05-15 [paul] 0.8.11claws154
1474 * sync with latest 0.9.0pre1
1475 see ChangeLog 2003-05-14 and 2003-05-15
1477 2003-05-14 [christoph] 0.8.11claws153
1479 * src/plugins/image_viewer/viewer.c
1480 * src/plugins/image_viewer/viewer.glade ** NEW **
1481 * src/plugins/image_viewer/viewerprefs.c
1482 make it possible to disable the autoload function in the
1485 2003-05-14 [christoph] 0.8.11claws152
1488 fix folder update after adding a message
1490 2003-05-13 [alfons] 0.8.11claws151
1492 * src/common/session.c
1495 * src/addrcache.[ch]
1496 * src/filtering.[ch]
1498 * src/gtkaspell.[ch]
1500 * src/mbox_folder.[ch]
1505 * src/passphrase.[ch]
1506 * src/prefs_common.[ch]
1507 * src/prefs_gtk.[ch]
1510 be pedantic; (in prototypes () implies (int))
1512 2003-05-13 [alfons] 0.8.11claws150
1514 * src/prefs_toolbar.[ch]
1515 * src/summaryview.[ch]
1517 change misleading text in toolbar prefs;
1518 add toolbar action for ignore thread (toggles ignore thread flag);
1519 clean up a little bit;
1523 * tools/convert_mbox.pl
1524 bug fixed by Fred Marton
1528 * sync with 0.9.0pre1
1530 2003-05-09 [paul] 0.8.11claws149
1532 * sync with 0.8.11cvs43
1533 see ChangeLog 2003-05-09
1535 2003-05-08 [christoph] 0.8.11claws148
1538 o use CAPABILIY as first command and check for PREAUTH
1539 information in the response to it
1540 o rewrite all imap_cmd_* functions to use an IMAPSession
1541 instead of a SockInfo as parameter
1542 o do STARTTLS after fetching and checking the server
1545 2003-05-08 [paul] 0.8.11claws147
1549 tools/convert_mbox.pl ** NEW FILE **
1550 add mbox conversion script. Submitted by
1551 Fred Marton <Fred.Marton@uni-bayreuth.de>
1553 2003-05-07 [christoph]
1556 * src/gtk/pluginwindow.glade
1557 * src/plugins/image_viewer/viewerprefs.glade
1558 * src/plugins/spamassassin/spamassassin_gtk.glade
1559 add glade files for user interfaces and a description how
1560 to use glade to create the sylpheed code
1562 2003-05-07 [paul] 0.8.11claws146
1564 * sync with 0.8.11cvs41
1565 see ChangeLog 2003-05-07
1567 2003-05-06 [christoph] 0.8.11claws145
1570 * src/plugins/image_viewer/viewer.c
1571 fix usage of imlib in imageviewer plugin
1573 * src/gtk/prefswindow.c
1574 handle window close event correctly
1576 2003-05-06 [paul] 0.8.11claws144
1579 fix typo introduced in sync
1581 2003-05-06 [paul] 0.8.11claws143
1583 * sync with 0.8.11cvs39
1584 see ChangeLog 2003-05-06
1586 2003-05-06 [paul] 0.8.11claws142
1590 updated Czech translation, submitted by
1591 Radek Vybiral <Radek.Vybiral@vsb.cz>
1593 * src/plugins/clamav/clamav_plugin_gtk.c
1596 2003-05-03 [alfons] 0.8.11claws141
1599 make paste as quotation work even when the call to
1600 text_inserted() was deferred (fixes bug #140 "Paste
1601 as quotation does not work when using "external"
1604 2003-05-03 [thorsten] 0.8.11claws140
1609 removed C++ comments
1611 function with non-int retval/param used before
1612 implementation/declaration
1614 2003-05-02 [paul] 0.8.11claws139
1616 * src/addr_compl.[ch]
1617 src/addressbook.[ch]
1620 revert match's changes to (finally) remove the bug where
1621 opening a folder causes massive slowdown when using the
1622 'Display sender using address book' option
1624 2003-05-01 [melvin] 0.8.11claws138
1626 * src/plugins/dillo_viewer/dillo_prefs.[ch]
1627 * src/plugins/dillo_viewer/dillo_viewer.c
1628 Fixed bug where "Cancel" button from prefs issued
1630 Comply a little more to coding style
1632 2003-05-01 [paul] 0.8.11claws137
1634 * sync with 0.8.11cvs38
1635 see ChangeLog 2003-05-01
1637 2003-05-01 [paul] 0.8.11claws136
1640 updated by George Danchev
1642 2003-04-30 [christoph] 0.8.11claws135
1644 * src/plugins/dillo_viewer/dillo_prefs.c
1645 * src/plugins/image_viewer/viewerprefs.c
1646 * src/plugins/spamassassin/spamassassin_gtk.c
1647 remove gtk_widget_ref() calls for widgets in
1650 2003-04-30 [paul] 0.8.11claws134
1653 ok, this time a better fix for the bug where opening folder
1654 has massive slowdown when using the 'Display sender using
1655 address book' option
1657 2003-04-30 [paul] 0.8.11claws133
1660 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1662 2003-04-30 [melvin] 0.8.11claws132
1664 New: Dillo plugin preferences (patch by Dimitar Haralanov)
1666 * src/plugins/dillo_viewer/dillo_prefs.[ch] *** NEW ***
1667 Preferences for the dillo plugin
1668 * src/plugins/dillo_viewer/dillo_viewer.c
1669 Support for preferences
1670 * src/plugins/dillo_viewer/Makefile.am
1671 Added dillo_prefs.[ch]
1673 2003-04-30 [alfons] 0.8.11claws131
1675 * src/common/plugin.[ch]
1676 see? this ANSI C'fication immediately gives us type
1679 2003-04-30 [alfons] 0.8.11claws130
1681 * src/common/plugin.[ch]
1682 * src/plugins/clamav/clamav_plugin.[ch]
1683 * src/plugins/clamav/clamav_plugin_gtk.c
1684 * src/plugins/demo/demo.c
1685 * src/plugins/dillo_viewer/dillo_viewer.c
1686 * src/plugins/image_viewer/plugin.c
1687 * src/plugins/image_viewer/viewer.[ch]
1688 * src/plugins/image_viewer/viewerprefs.[ch]
1689 * src/plugins/mathml_viewer/mathml_viewer.c
1690 * src/plugins/spamassassin/spamassassin.[ch]
1691 * src/plugins/spamassassin/spamassassin_gtk.c
1692 * src/plugins/trayicon/trayicon.c
1695 2003-04-30 [alfons] 0.8.11claws129
1697 * src/common/utils.c
1698 make is_ascii_str() fail gracefully when NULL pointer
1701 2003-04-30 [paul] 0.8.11claws128
1704 fix bug where opening folder has massive slowdown when
1705 using the 'Display sender using address book' option
1707 2003-04-30 [paul] 0.8.11claws127
1709 * src/plugins/clamav/clamav_plugin.c
1710 src/plugins/clamav/clamav_plugin_gtk.c
1711 src/plugins/demo/demo.c
1712 src/plugins/dillo_viewer/dillo_viewer.c
1713 src/plugins/image_viewer/plugin.c
1714 src/plugins/mathml_viewer/mathml_viewer.c
1715 src/plugins/spamassassin/spamassassin.c
1716 src/plugins/spamassassin/spamassassin_gtk.c
1717 src/plugins/trayicon/trayicon.c
1718 get rid of eye-hurting function signatures
1720 2003-04-30 [paul] 0.8.11claws126
1722 * src/plugins/trayicon/trayicon.c
1728 2003-04-30 [paul] 0.8.11claws125
1731 arrange the plugins in reverse alphabetical order
1733 * src/plugins/clamav/clamav_plugin.[ch]
1734 src/plugins/clamav/clamav_plugin_gtk.c
1736 resize max_size window
1737 re-arrange the order of some gui elements
1738 improve descriptions
1740 * src/plugins/image_viewer/plugin.c
1741 src/plugins/mathml_viewer/mathml_viewer.c
1744 * src/plugins/spamassassin/spamassassin_gtk.c
1745 resize max_size window
1746 re-arrange the order of some gui elements
1752 2003-04-30 [alfons] 0.8.11claws124
1755 fix a leak found while browsing Martin Kluge's
1756 valgrind log (Claws only)
1758 2003-04-29 [darko] 0.8.11claws123
1760 * src/gtk/gtkstext.h
1761 include wchar.h if it is available, fixes compilation
1764 2003-04-29 [melvin] 0.8.11claws122
1766 * src/prefs_actions.c
1767 Improved help text of Actions' syntax
1769 2003-04-28 [paul] 0.8.11claws121
1772 a better fix for the crash when performing an action
1775 2003-04-28 [paul] 0.8.11claws120
1778 fix crash when performing an action on a
1781 2003-04-28 [paul] 0.8.11claws119
1783 * sync with 0.8.11cvs36
1784 see ChangeLog 2003-04-28
1786 2003-04-27 [paul] 0.8.11claws118
1788 * more sync with 0.8.11cvs35
1789 see ChangeLog 2003-04-25
1791 2003-04-26 [christoph] 0.8.11claws117
1794 fix remove virtual check
1796 2003-04-26 [paul] 0.8.11claws116
1799 fix return-receipt, make it work again
1801 2003-04-26 [paul] 0.8.11claws115
1804 restore double-clicking of the [application/pgp-signature
1805 (Select "Check signature" to check)] line in the message view,
1806 broken in recent sync
1808 2003-04-26 [christoph] 0.8.11claws114
1811 check if remove virtual really exists before
1812 calling the function
1814 2003-04-25 [match] 0.8.11claws113
1818 * src/ldapquery.[ch]
1821 * src/ldapserver.[ch]
1822 fix memleak. fix segfault.
1823 plug a Claws memleak
1825 2003-04-25 [alfons] 0.8.11claws112
1828 plug a Claws memleak
1830 2003-04-25 [alfons] 0.8.11claws111
1832 * src/common/session.c
1835 2003-04-25 [paul] 0.8.11claws110
1837 * sync with 0.8.11cvs35
1838 see ChangeLog 2003-04-24 and 2003-04-25
1840 * src/gtk/pluginwindow.c
1841 correct another strange float value
1843 2003-04-24 [christoph] 0.8.11claws109
1846 freeze folder item updates when unsetting new flags
1848 * src/gtk/pluginwindow.c
1849 correct strange float value
1851 2003-04-23 [paul] 0.8.11claws108
1853 * sync with 0.8.11cvs33
1854 see ChangeLog 2003-04-23
1856 2003-04-22 [paul] 0.8.11claws107
1861 src/pgptext.[ch] ** REMOVED **
1862 remove pgptext.[ch] as its not used any more
1864 2003-04-22 [paul] 0.8.11claws106
1866 * sync with 0.8.11cvs31
1867 see ChangeLog 2003-04-21 and 2003-04-22
1869 2003-04-21 [alfons] 0.8.11claws105
1872 No access to GTK structures if we're a spawned child
1873 (and clean up code a little bit...) Should fix #126.
1875 2003-04-21 [melvin] 0.8.11claws104
1877 * src/plugins/dillo_viewer/README
1878 Improved slightly the text.
1880 2003-04-21 [melvin] 0.8.11claws103
1882 * src/plugins/dillo_viewer/README *** NEW ***
1883 Added a README file for the Dillo plugin
1888 tools/outlook2sylpheed.pl
1889 updated and improved by Ricardo Mones Lastra
1891 2003-04-18 [oliver] 0.8.11claws102
1894 * src/prefs_account.h
1895 remove Pop3SessionType (used by selective download)
1896 * src/prefs_toolbar.c
1897 enable set Default Toolbar button
1899 2003-04-18 [paul] 0.8.11claws101
1901 * sync with 0.8.11cvs29
1902 see ChangeLog 2003-04-18
1904 2003-04-17 [paul] 0.8.11claws100
1906 * src/prefs_common.[ch]
1908 remove 'Open next message on deletion' option,
1909 as the same effect can now be achieved via the
1910 'Always open messages in summary when selected'
1913 2003-04-17 [paul] 0.8.11claws99
1915 * sync with 0.8.11cvs28
1916 see ChangeLog 2003-04-17
1918 2003-04-17 [christoph] 0.8.11claws98
1920 * ac/spamassassin.m4
1921 * src/plugins/spamassassin/libspamc.[ch]
1922 * src/plugins/spamassassin/utils.[ch]
1923 sync libspamc with SpamAssassin project
1925 2003-04-17 [christoph] 0.8.11claws97
1927 * src/common/socket.h
1928 * src/gtk/sslcertwindow.h
1929 rename old USE_SSL to USE_OPENSSL
1931 2003-04-17 [paul] 0.8.11claws96
1933 * src/prefs_common.h
1934 use gulong for P_COLOR so that it compiles/runs on
1935 64-bit systems. Patch submitted by James Noyes
1936 <jnoyes-claws@retrogeeks.com>
1941 2003-04-17 [paul] 0.8.11claws95
1943 * sync with 0.8.11cvs27
1944 see ChangeLog 2003-04-16
1946 2003-04-15 [paul] 0.8.11claws94
1948 * src/prefs_common.[ch]
1949 rearrange to stop the window getting too long:
1950 move Receive dialog stuff to Receive tab
1951 move Send dialog to Send tab
1952 remove Dialogs frame
1953 rename 'Open messages in summary with cursor keys' to
1954 'Always open messages in summary when selected', as its
1957 2003-04-15 [paul] 0.8.11claws93
1959 * src/prefs_common.[ch]
1961 add new option '/Interface/Open next message on deletion'
1963 2003-04-15 [paul] 0.8.11claws92
1965 * src/summaryview.[ch]
1966 add /Mark/Lock and /Mark/Unlock to the pop-up
1967 menu. Patch submitted by Ivan Francolin Martinez
1968 <ivanfm@users.sourceforge.net>
1970 2003-04-15 [paul] 0.8.11claws91
1972 * sync with 0.8.11cvs24
1973 see ChangeLog 2003-04-15
1975 2003-04-14 [jens] 0.8.11claws90
1977 * updated German translation and some corrections from
1978 Roland Bless <bless@tm.uka.de>
1980 2003-04-14 [paul] 0.8.11claws89
1982 * sync with 0.8.11cvs22
1983 see ChangeLog 2003-04-14
1985 2003-04-13 [paul] 0.8.11claws88
1987 * src/plugins/clamav/clamav_plugin.c
1991 2003-04-12 [paul] 0.8.11claws87
1993 * src/plugins/clamav/clamav_plugin.c
1994 activate enable/disable archive scanning option
1996 * src/plugins/clamav/.cvsignore ** NEW FILE **
1998 2003-04-12 [paul] 0.8.11claws86
2000 * src/plugins/Makefile.am
2001 src/plugins/clamav/Makefile.am ** NEW FILE **
2002 src/plugins/clamav/README ** NEW FILE **
2003 src/plugins/clamav/clamav_plugin.[ch] ** NEW FILES **
2004 src/plugins/clamav/clamav_plugin_gtk.c ** NEW FILE **
2005 add Clam AntiVirus plugin
2007 2003-04-12 [paul] 0.8.11claws85
2009 * sync with 0.8.11cvs21
2010 see ChangeLog 2003-04-11
2012 2003-04-11 [paul] 0.8.11claws84
2015 update Spanish translation. Submitted by Ricardo
2018 2003-04-10 [christoph] 0.8.11claws83
2021 fix typo that did not move unfiltered mails to destination
2024 (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2025 when filtering from spool)
2027 2003-04-10 [christoph] 0.8.11claws82
2030 use BODY.PEEK instead of BODY in in message fetch operation
2031 to make sure the IMAP server does not set the \Seen flag for
2032 messages. Sylpheed does that later itself, when the message
2033 is opened in sylpheed
2035 (closes Bug 111 Claws destroys unread marks)
2037 2003-04-09 [oliver] 0.8.11claws81
2040 fix crash in folder_destroy
2042 remove selective download
2044 2003-04-09 [christoph] 0.8.11claws80
2047 fix crash in imap_get_msginfo() when then fetched message
2050 (closes Bug 110 Crash during mail composition)
2052 2003-04-08 [christoph] 0.8.11claws79
2055 * src/prefs_account.c
2056 Filter new messages that are found in an INBOX folder
2057 when 'Filter messages on receiving' is enabled in the
2058 Folder's AccountPrefs. This allows to use Sylpheed's
2059 filtering engine for IMAP folders where messages are
2060 added to the INBOX by a MTA
2062 2003-04-08 [paul] 0.8.11claws78
2065 clean up after last commit
2067 2003-04-08 [paul] 0.8.11claws77
2069 * sync with 0.8.11cvs20
2070 see ChangeLog 2003-04-07 and 2003-04-08
2072 2003-04-07 [christoph] 0.8.11claws76
2074 * src/filtering.[ch]
2078 add procmsg_msginfo_filter() to execute filtering actions
2080 2003-04-06 [christoph] 0.8.11claws75
2083 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2085 2003-04-06 [christoph] 0.8.11claws74
2087 * src/common/utils.[ch]
2088 add g_int_compare() function for slist sorting
2091 fetch all MsgInfos with one command in imap_get_msginfos()
2092 using an imap set with a list of ranges
2095 use new g_int_compare() function
2097 2003-04-06 [thorsten] 0.8.11claws73
2100 corrected implementation of mh_folder_destroy()
2102 2003-04-05 [christoph] 0.8.11claws72
2119 * src/gtk/gtkutils.c
2120 o rename structure field names class and new to klass and
2121 new_msgs, to allow including files in C++
2122 o add 'extern "C"' block to some header files
2123 o add MsgInfoList and MsgNumberList as alias for GSList for
2124 developers to know what type of list is expected
2126 * src/plugins/image_viewer/plugin.c
2127 * src/plugins/image_viewer/viewer.[ch]
2128 * src/plugins/image_viewer/viewerprefs.[ch]
2129 rename function names to prevent conflicts
2131 2003-04-05 [paul] 0.8.11claws71
2133 * sync with 0.8.11cvs18
2134 see ChangeLog 2003-04-03 and 2003-04-04
2136 2003-04-02 [christoph] 0.8.11claws70
2140 * src/mbox_folder.[ch]
2143 o Make all virtual folder functions private
2144 o remove unused folder code
2146 * src/common/socket.[ch]
2150 2003-03-30 [alfons] 0.8.11claws69
2152 * src/send_message.c
2153 remove two debug traces and see if people still report
2156 2003-03-30 [alfons] 0.8.11claws68
2158 * src/send_message.c
2159 * src/commons/session.c
2160 add more debug traces
2162 2003-03-30 [christoph] 0.8.11claws67
2165 change processing folder name from .processing to processing
2168 disable SSL certificate check because it causes Xlib error
2169 when the child process want's to open an GTK window
2171 2003-03-30 [christoph] 0.8.11claws66
2174 don't use default folder for processing folder item because
2175 it can be a non local folder
2177 (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2179 2003-03-30 [alfons] 0.8.11claws65
2181 * src/send_message.c
2182 try fixing crashes when sending messages: my gcc 2.95.4 seems
2183 to generate bad code for 'send_send_data_progressive': When
2184 called from 'send_send_data_finished', the 'data' pointer is
2185 cleared just before the assignment to the dialog pointer
2187 2003-03-29 [christoph] 0.8.11claws64
2189 * src/common/prefs.h
2190 * src/plugins/image_viewer/Makefile.am
2191 * src/plugins/image_viewer/plugin.c
2192 * src/plugins/image_viewer/viewer.[ch]
2193 * src/plugins/image_viewer/viewerprefs.[ch] ** NEW **
2194 add PrefsPage for ImageViewer
2196 2003-03-28 [thorsten] 0.8.11claws63
2198 * src/common/session.c
2201 2003-03-28 [paul] 0.8.11claws62
2203 * sync with 0.8.11cvs16
2204 see ChangeLog 2003-03-28
2206 2003-03-28 [paul] 0.8.11claws61
2208 * sync with 0.8.11cvs15
2209 see ChangeLog 2003-03-28
2211 2003-03-27 [christoph] 0.8.11claws60
2215 * src/common/socket.[ch]
2216 set socket state to DISCONNECTED when any operation
2217 fails to allow reconnecting in IMAP code without
2218 checking the return code of all calls to the command
2223 remove some more stuff that depends on specific
2226 2003-03-27 [paul] 0.8.11claws59
2228 * sync with 0.8.11cvs14
2229 see ChangeLog 2003-03-27
2231 * src/selective_download.[ch] ** REMOVED **
2234 2003-03-27 [christoph] 0.8.11claws58
2237 fix handling of tmp_flags in flag copy function
2239 2003-03-27 [paul] 0.8.11claws57
2241 * sync with 0.8.11cvs13
2242 see ChangeLog 2003-03-27
2244 2003-03-27 [oliver] 0.8.11claws56
2247 remove sel_download_cb
2249 2003-03-27 [oliver] 0.8.11claws55
2254 2003-03-26 [oliver] 0.8.11claws54
2259 remove selective donwload readme
2261 2003-03-26 [oliver] 0.8.11claws53
2263 * src/matcher_parser_parse.y
2265 * src/prefs_account.[ch]
2266 * src/prefs_filtering.c
2267 remove selective donwload
2269 2003-03-26 [oliver] 0.8.11claws52
2274 remove selective donwload
2276 2003-03-26 [oliver] 0.8.11claws51
2279 * src/selective_download.[ch] ** REMOVE **
2281 2003-03-26 [christoph] 0.8.11claws50
2284 fix NEWS that got broken by a sync with sylpheed-main
2286 2003-03-26 [christoph] 0.8.11claws49
2289 fix mime type guessing when no mime type is found for a file
2291 2003-03-25 [christoph] 0.8.11claws48
2295 remove mime type guessing from mime parser and use
2296 name based mime types in viewer lookup for mime type
2297 application/octet-stream
2299 2003-03-25 [christoph] 0.8.11claws47
2301 * doc-src/readme.txt
2302 * doc-src/rfc2554.txt
2303 add RFC about SMTP AUTH
2305 * src/send_message.c
2306 * src/common/smtp.[ch]
2307 add extra error code for authentication errors and
2308 clear temporary password when this error occurs
2310 (closes Bug 84 authentication failure while sending should
2311 prompt for password again)
2313 2003-03-25 [christoph] 0.8.11claws46
2317 * src/imageview.[ch] ** REMOVE **
2318 * src/messageview.[ch]
2320 * src/prefs_common.[ch]
2322 * src/plugins/Makefile.am
2323 * src/plugins/image_viewer/.cvsignore ** NEW **
2324 * src/plugins/image_viewer/Makefile.am ** NEW **
2325 * src/plugins/image_viewer/plugin.c ** NEW **
2326 * src/plugins/image_viewer/viewer.[ch] ** NEW **
2327 move image viewer into a plugin (building is enabled by default)
2328 [ToDo: Prefs for resize and autoview]
2330 2003-03-25 [paul] 0.8.11claws45
2332 * sync with 0.8.11cvs12
2333 see ChangeLog 2003-03-26
2335 2003-03-25 [paul] 0.8.11claws44
2337 * sync with 0.8.11cvs11
2338 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2340 Note: Selective Download is broken.
2342 2003-03-22 [christoph] 0.8.11claws43
2345 code cleanup for flags copying
2347 2003-03-22 [christoph] 0.8.11claws42
2349 * src/plugins/trayicon/trayicon.c
2350 fix setting the transparent area when the window size
2351 is forced by the system tray
2353 2003-03-22 [christoph] 0.8.11claws41
2355 * src/plugins/trayicon/gnome-mail.xpm ** REMOVE **
2356 * src/plugins/trayicon/gnome-nomail.xpm ** REMOVE **
2357 * src/plugins/trayicon/newmail.xpm ** NEW **
2358 * src/plugins/trayicon/nomail.xpm ** NEW **
2359 * src/plugins/trayicon/trayicon.c
2360 * src/plugins/trayicon/unreadmail.xpm ** NEW **
2361 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2362 o add icon for unread mails
2363 o set transparency for window
2365 2003-03-22 [christoph] 0.8.11claws40
2368 init news session to prevent crash when session is closed
2370 2003-03-22 [christoph] 0.8.11claws39
2373 * src/common/session.[ch]
2374 Init session data to make sure we don't have invalid pointers
2375 for read_ch and write_ch when new multi process sessions are
2379 * src/common/plugin.c
2380 * src/common/sylpheed.c
2381 * src/plugins/demo/demo.c
2382 * src/plugins/dillo_viewer/dillo_viewer.c
2383 * src/plugins/mathml_viewer/mathml_viewer.c
2384 * src/plugins/spamassassin/spamassassin.c
2385 * src/plugins/spamassassin/spamassassin_gtk.c
2386 add plugin types to allow loading plugins at different times
2387 (and maybe for different frontends), because it's not good to
2388 load GTK-Plugins gefore gtk_init was called
2391 * src/plugins/Makefile.am
2392 * src/plugins/trayicon/.cvsignore ** NEW **
2393 * src/plugins/trayicon/Makefile.am ** NEW **
2394 * src/plugins/trayicon/eggtrayicon.c ** NEW **
2395 * src/plugins/trayicon/eggtrayicon.h ** NEW **
2396 * src/plugins/trayicon/gnome-mail.xpm ** NEW **
2397 * src/plugins/trayicon/gnome-nomail.xpm ** NEW **
2398 * src/plugins/trayicon/trayicon.c ** NEW **
2399 New Trayicon plugin that shows an icon in a systray that uses
2400 XEMBED protocol like Gnome's systray. Icon shows if there
2401 are new mails and a tooltip shows information about new,
2402 unread and total messages.
2404 2003-03-22 [paul] 0.8.11claws38
2407 fix ESMTP AUTH CRAM-MD5
2408 [sync with main (still version 0.8.11cvs6), see
2409 ChangeLog 2003-03-22]
2411 2003-03-21 [colin] 0.8.11claws37
2413 * src/send_message.c
2414 Fix USE_SSL => USE_OPENSSL
2416 2003-03-21 [colin] 0.8.11claws36
2419 Fix counts in drag and dropped subfolders
2421 2003-03-21 [colin] 0.8.11claws35
2425 speed up a bit folder dnd
2427 2003-03-20 [alfons] 0.8.11claws34
2432 don't send locked queue messages
2433 (feature request "[ 705245 ] Locking message in outbox
2434 should prevent sending")
2436 2003-03-20 [christoph] 0.8.11claws33
2439 remove NEW and UNREAD flag in special folders when scanning
2442 fix ESMTP AUTH CRAM-MD5
2444 2003-03-20 [paul] 0.8.11claws32
2446 * src/prefs_account.c
2447 Re-write 'Tunnel command to open connection' as
2448 'Use command to communicate with server', and disable
2449 it for all except IMAP accounts
2451 2003-03-20 [paul] 0.8.11claws31
2453 * sync with 0.8.11cvs6
2454 see ChangeLog 2003-03-20
2456 2003-03-19 [match] 0.8.11claws30
2459 include documentation. minor refactoring.
2460 * src/addr_compl.[ch]
2461 * src/addrindex.[ch]
2462 * src/addresbook.[ch]
2464 re-enable address lookup (was disabled in
2467 2003-03-19 [christoph] 0.8.11claws29
2470 add temp flag handling, will make moving and copying
2471 messages possible again
2474 correct calulation of folder stats
2476 2003-03-18 [match] 0.8.11claws28
2479 remove case sensitive comparison (closes bug 80).
2481 2003-03-18 [christoph] 0.8.11claws27
2484 fix imap using a tunnel command
2488 2003-03-18 [christoph] 0.8.11claws26
2493 rewrite flag handling for folders
2495 2003-03-18 [christoph] 0.8.11claws25
2500 unset NEW and UNREAD flags when message is ignored, to make
2501 sure messages don't show up as unread on other IMAP clients,
2502 because the IGNORE_THREAD flag can not be syncronized through
2505 2003-03-17 [christoph] 0.8.11claws24
2508 don't use recursion to fetch uids when the number of messages
2509 does not match. Moved code into subfunction that is used
2510 again when needed, to prevent an endless loop.
2512 2003-03-17 [thorsten] 0.8.11claws23
2514 * src/imageview.[ch]
2515 export imageview_get_resized_size() (for plugins)
2516 * src/prefs_common.[ch]
2517 added prefs_common_get() (for plugins)
2519 2003-03-17 [christoph] 0.8.11claws22
2522 o remove UID guessing from copy code
2523 o support UIDPLUS extension for APPEND command
2525 2003-03-17 [paul] 0.8.11claws21
2528 remove 'Compiled-plugins' section.
2530 * src/plugins/dillo_viewer/dillo_viewer.c
2531 slight change to description text
2533 2003-03-16 [match] 0.8.11claws20
2534 * src/ldapserver.[ch] ** NEW **
2535 * src/ldapctrl.[ch] ** NEW **
2536 * src/ldapquery.[ch] ** NEW **
2537 * src/ldaputil.[ch] ** NEW **
2538 * src/addrcindex.[ch] ** NEW **
2539 * src/addrquery.h ** NEW **
2541 * src/addrcache.[ch]
2542 * src/addrindex.[ch]
2543 * src/addr_compl.[ch]
2544 * src/addressbook.[ch]
2549 * src/editldap_basedn.c
2553 included dynamic LDAP queries. improved address
2556 2003-03-16 [paul] 0.8.11claws19
2558 * tools/multiwebsearch.pl
2561 2003-03-16 [christoph] 0.8.11claws18
2564 * src/plugins/dillo_viewer/dillo_viewer.c
2565 * src/plugins/mathml_viewer/mathml_viewer.c
2566 make unregistering of MimeViewerFactorys possible
2568 2003-03-16 [alfons] 0.8.11claws17
2573 2003-03-16 [melvin] 0.8.11claws16
2575 * src/plugins/dillo_viewer.c
2576 Fixed bug where it was not possible to view more than
2577 one text/html attachment per message (bug discovered
2578 by Christoph Hohmann).
2580 2003-03-15 [melvin] 0.8.11claws15
2582 * src/prefs_actions.c
2583 Fixed compilation warnings.
2585 2003-03-15 [melvin] 0.8.11claws14
2587 * src/plugins/Makefile.am
2588 * src/plugins/dillo_viewer/.cvsignore ** NEW **
2589 * src/plugins/dillo_viewer/Makefile.am ** NEW **
2590 * src/plugins/dillo_viewer/dillo_viewer.c ** NEW **
2591 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2592 newer (http://dillo.auriga.wearlab.de/).
2594 2003-03-15 [christoph] 0.8.11claws13
2597 don't query imap folder for attributes because we already
2598 for them from imap_status
2601 add support for plugable MimeViewers (unloading Viewers
2604 * src/plugins/Makefile.am
2605 * src/plugins/mathml_viewer/.cvsignore ** NEW **
2606 * src/plugins/mathml_viewer/Makefile.am ** NEW **
2607 * src/plugins/mathml_viewer/mathml_viewer.c ** NEW **
2608 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2609 widget from http://helm.cs.unibo.it/mml-widget/
2611 2003-03-14 [christoph] 0.8.11claws12
2614 o error return code's should better be negative
2615 o replace printf with debug_print
2618 improve IMAP folder scan by checking UID-NEXT
2621 remove check that are unnecessary in my opinion
2623 2003-03-13 [christoph] 0.8.11claws11
2632 * src/prefs_scoring.c
2634 use a common function to get a displayable name
2637 2003-03-13 [paul] 0.8.11claws10
2641 tools/multiwebsearch.conf ** NEW FILE **
2642 tools/multiwebsearch.pl ** NEW FILE **
2643 add multiwebsearch Actions script
2645 2003-03-13 [colin] 0.8.11claws9
2648 Remove leading emtpy lines from quoted text
2651 2003-03-13 [melvin] 0.8.11claws8
2653 * src/prefs_actions.c
2656 Added Cancel and OK buttons
2659 2003-03-13 [christoph] 0.8.11claws7
2669 replace more folder type stuff with folder class stuff
2671 2003-03-13 [melvin] 0.8.11claws6
2673 * src/prefs_actions.c
2675 %u: user provided argument
2676 %h: user provided argument (hidden on input)
2677 %s: current text selection in the message view
2679 2003-03-13 [paul] 0.8.11claws5
2681 * sync with 0.8.11cvs5
2682 see ChangeLog 2003-03-11, 2003-03-12
2684 2003-03-12 [christoph] 0.8.11claws4
2687 use folder class idstr when writing folderlist.xml
2692 replace folder type checks with folder class checks
2694 2003-03-12 [christoph] 0.8.11claws3
2699 * src/mbox_folder.[ch]
2702 o create a list of known folder classes in the folder system
2703 o use folder class id strings for folder item identifiers
2705 2003-03-12 [christoph] 0.8.11claws2
2708 fix imap uid validity check
2710 2003-03-12 [christoph] 0.8.11claws1
2721 * src/prefs_scoring.c
2725 initial restructuring of folder system, seperating
2726 folders and folder classes
2728 2003-03-12 [paul] 0.8.11claws
2732 2003-03-12 [christoph]
2734 * src/gtk/prefswindow.c
2735 fix translation of "Page Index"
2737 2003-03-12 [paul] 0.8.10claws110
2739 a sync from 0.8.11cvs4 before the release
2741 * src/common/utils.c
2742 subject_compare_for_sort(): allow null strings (fixes
2745 2003-03-11 [paul] 0.8.10claws109
2748 update Spanish translation, submitted by
2749 Ricardo Mones Lastra
2751 2003-03-11 [melvin] 0.8.10claws108
2754 Updated French translations
2756 2003-03-11 [paul] 0.8.10claws107
2758 * manual/en/Makefile.am
2760 update English manual, add a new page
2761 updated by Francois Barriere <fbarriere@atmel.fr>
2766 update Bulgarian, Italian, and Serbian translations
2767 submitted by George Danchev, Alessandro Maestri, and
2770 2003-03-10 [paul] 0.8.10claws106
2773 src/gtk/prefswindow.c
2774 make some strings translatable
2776 2003-03-10 [darko] 0.8.10claws105
2779 code cleanup to make Hiro happy
2781 2003-03-10 [paul] 0.8.10claws104
2783 * sync with 0.8.11cvs2
2784 see ChangeLog 2003-03-10
2786 2003-03-09 [melvin] 0.8.10claws103
2789 textview_set_font(): fix for message display in
2790 UTF-8 locales (thanks to Sergey Vlasov).
2791 (was unintentionnaly reverted in 0.8.6claws6)
2793 2003-03-08 [darko] 0.8.10claws102
2796 fix infinite loop in wrapping as reported
2798 obsoletes patch #696482
2800 2003-03-08 [christoph] 0.8.10claws101
2803 add workaround for IMAP servers that do not
2804 support the "UID SEARCH UID" command
2806 2003-03-07 [christoph] 0.8.10claws100
2808 * src/plugins/spamassassin/spamassassin.[ch]
2809 * src/plugins/spamassassin/spamassassin_gtk.c
2812 2003-03-07 [paul] 0.8.10claws99
2815 updated Spanish translation, submitted by
2816 Ricardo Mones Lastra
2818 2003-03-07 [christoph] 0.8.10claws98
2821 fix in 0.8.10claws94 was wrong
2822 local delivery does not require escaping, remove escaping
2823 code to make signatures of mails with "." lines valid
2825 NOTE: requires that sendmail is executed with "-i" option,
2826 what is the default now, but has to be changed in all
2829 2003-03-07 [paul] 0.8.10claws97
2831 * sync with 0.8.11 release
2832 see ChangeLog 2003-03-07
2834 2003-03-06 [paul] 0.8.10claws96
2837 revert commit 0.8.10claws92
2839 2003-03-06 [paul] 0.8.10claws95
2842 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2845 fix bug 74, 'Crash opening editor window with pseudo-color
2848 Patches submitted by Kevin Vigor <kevin@vigor.nu>
2850 2003-03-06 [christoph] 0.8.10claws94
2853 fix rfc2821 (4.5.2) violation in SMTP data sending,
2854 all lines starting with a period get an extra period
2856 (found by Simon 'corecode' Schubert)
2858 2003-03-06 [paul] 0.8.10claws93
2861 if configured font can't be loaded fall back to gtk
2862 default. (with thanks to Christoph)
2864 closes long-standing bug 15 'Crashes on startup'
2866 2003-03-06 [paul] 0.8.10claws92
2869 freeze text before autosave and thaw afterwards
2870 fixes bug 67 'autosave make re-rediting message crazy'
2872 2003-03-06 [christoph] 0.8.10claws91
2875 ignore address comment in dupe check for Cc-list
2877 (closes reopened bug 47 Replying to message strips name part of
2878 e-mail addresses of Cc: lines)
2880 2003-03-06 [paul] 0.8.10claws90
2883 remove reference to gtkxtext.h as its no longer in
2886 2003-03-06 [paul] 0.8.10claws89
2888 * sync with 0.8.10cvs25
2889 see ChangeLog 2003-03-06
2891 2003-03-06 [oliver] 0.8.10claws88
2896 2003-03-06 [oliver] 0.8.10claws87
2899 remove changes introduced inclaws74
2901 another attempt to sanely delete and update
2902 messages deleted in separate messageview
2904 2003-03-05 [christoph] 0.8.10claws86
2907 check if "From" matches any account's address if
2908 addressbook completion of addresses is disabled too
2910 (closes Bug 70 "Display recipient in from" doesn't check
2911 folder's default account)
2913 2003-03-05 [christoph] 0.8.10claws85
2916 * src/common/utils.[ch]
2917 don't strip address comments when building Cc lists
2919 (closes Bug 47 Replying to message strips name part of e-mail addresses
2923 fix return value of copy function
2925 2003-03-05 [christoph] 0.8.10claws84
2928 don't ask imap server for non rfc822 headers
2930 (closes bug 71 IMAP FETCH asks for FROM header field twice)
2933 destroy session on socket error to allow reconnecting
2935 2003-03-05 [christoph] 0.8.10claws83
2938 fix building with gnome when no prefix is set
2940 (closes bug 66 Gnome directory is set to NONE)
2942 2003-03-05 [paul] 0.8.10claws82
2944 * sync with 0.8.10cvs23
2945 see ChangeLog 2003-03-05
2947 2003-03-04 [christoph] 0.8.10claws81
2950 o fix moving and copying when folder returns 0 for new
2952 o remove some code for single message copy and move
2953 operations and use functions for multiple messages
2955 (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2958 remove unused include
2960 2003-03-04 [paul] 0.8.10claws80
2963 list 'Compiled plugins'
2965 2003-03-03 [christoph] 0.8.10claws79
2968 have to multiply the percentage of the current fetch with
2969 the percentage that it has of the total fetch operation
2972 2003-03-03 [christoph] 0.8.10claws78
2975 fix calculation of expected lines for progress indicator
2977 2003-03-03 [christoph] 0.8.10claws77
2980 * src/common/utils.c
2981 fix segfault when opening the root news folder
2983 2003-03-03 [christoph] 0.8.10claws76
2985 * src/mainwindow.[ch]
2986 * src/common/Makefile.am
2987 * src/common/progressindicator.[ch]
2988 add UI independent progress indicator handling
2991 use new progress indicator for message info fetching
2993 * src/common/hooks.h
2996 2003-03-03 [oliver] 0.8.10claws75
3000 removed commented code
3002 2003-03-03 [oliver] 0.8.10claws74
3005 cleanups and refactoring
3007 compose_reply_mode reply & forwarding interface for
3010 act on messages marked for deletion in folderview_selected
3011 based on prefs_common.immediate_exec since a message might
3012 have been deleted by messageview in a folder we are changing
3013 to (does anybody understand what I'm on about ?)
3015 2003-03-03 [oliver] 0.8.10claws73
3017 * src/messageview.[ch]
3019 - messageview_delete: delete message shown in messagview
3020 - messageview_update_view: update messageview to currently
3021 selected summaryview message
3022 - add separate messageview to msgview_list in order to update
3023 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3024 * src/summaryview.[ch]
3025 summary_get_selection returns a list of selected msgs
3028 toolbar reply refactoring
3030 2003-03-03 [paul] 0.8.10claws72
3032 * sync with 0.8.10cvs21
3033 see ChangeLog 2003-03-03
3035 2003-03-02 [christoph] 0.8.10claws71
3037 * src/common/passcrypt.c
3040 2003-03-02 [christoph] 0.8.10claws70
3043 * src/prefs_account.c
3044 * src/prefs_gtk.[ch]
3045 * src/common/.cvsignore
3046 * src/common/Makefile.am
3047 * src/common/passcrypt.c ** NEW **
3048 * src/common/passcrypt.h.in ** NEW **
3049 Implement password encryption in config files
3050 using unix encrypt and setkey functions. The crypt
3051 key can be set as a configure parameter. Old
3052 passwords will be converted if they do not begin
3055 2003-03-02 [paul] 0.8.10claws69
3057 * src/prefs_account.c
3060 2003-03-01 [thorsten] 0.8.10claws68
3068 corrected format strings
3071 (fix compile errors with GNU gettext-0.11.5)
3073 2003-03-01 [oliver] 0.8.10claws67
3076 menu callbacks call toolbar_menu_reply
3078 2003-03-01 [oliver] 0.8.10claws66
3082 menu callbacks call toolbar_menu_reply
3084 callbacks from menu handled by toolbar_menu_reply
3086 2003-03-01 [paul] 0.8.10claws65
3089 revert commit 0.8.10claws54 - breaks editing of
3093 update Bulgarian translation, submitted by
3096 2003-02-28 [christoph] 0.8.10claws64
3102 * src/gtkxtext.h ** REMOVE **
3108 * src/prefs_common.c
3109 * src/prefs_matcher.c
3110 * src/procheader.[ch]
3113 * src/common/ssl_certificate.c
3114 * src/gtk/colorlabel.c
3117 o remove code obsoleted by new cache and folder system rework
3119 2003-02-28 [oliver] 0.8.10claws63
3122 * fix bug where reply in Messageview replied to
3123 Message displayed in summaryview
3124 (reportedd via ML by chinatinte at gmx dot ch)
3125 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3126 didn't work in separate MessageView Toolbar
3127 (wondering if anybody uses this at all ?)
3128 * src/summaryview.[ch]
3129 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3130 (generalize reply and forward code);
3132 remove focus_in event which updated summaryview to messageview
3134 2003-02-28 [paul] 0.8.10claws62
3137 add the --check option
3138 Patch submitted by Ricardo Mones Lastra
3140 2003-02-28 [paul] 0.8.10claws61
3142 * src/prefs_account.c
3143 re-order 'Signature' items
3145 2003-02-28 [paul] 0.8.10claws60
3147 * sync with 0.8.10cvs20
3148 see ChangeLog 2003-02-28
3150 2003-02-28 [paul] 0.8.10claws59
3153 update to reflect recent movement of files
3155 2003-02-28 [paul] 0.8.10claws58
3157 * sync with 0.8.10cvs19
3158 see ChangeLog 2003-02-28
3160 2003-02-27 [martin] 0.8.10claws57
3162 * src/prefs_matcher.c
3163 fix segfault in prefs_matcher_ok() when the
3164 last entry is deleted and prevents that the
3165 message "entry not saved" comes up after deleting
3168 2003-02-27 [martin] 0.8.10claws56
3170 * src/prefs_filtering.c
3171 fix segfault in prefs_filtering_ok() when the
3172 last entry is deleted and prevents that the
3173 message "entry not saved" comes up after deleting
3176 2003-02-27 [paul] 0.8.10claws55
3178 * sync with 0.8.10cvs18
3179 see ChangeLog 2003-02-27
3181 2003-02-27 [paul] 0.8.10claws54
3184 fix bug where the address book crashes with
3186 Patch [687729] submitted by David Frager
3187 <dbfrager@users.sourceforge.net>
3189 2003-02-25 [christoph] 0.8.10claws53
3192 * src/colorlabel.[ch] ** REMOVE **
3193 * src/gtk/Makefile.am
3194 * src/gtk/colorlabel.[ch] ** NEW **
3195 move colorlabel files to gtk directory
3197 * src/esmtp.[ch] ** REMOVE **
3198 has been merged into smtp.[ch] in 0.7.5
3200 2003-02-25 [christoph] 0.8.10claws52
3203 * src/about.[ch] ** REMOVE **
3204 * src/gtk/Makefile.am
3205 * src/gtk/about.[ch] ** NEW **
3206 move about files to gtk directory
3208 2003-02-25 [christoph] 0.8.10claws51
3211 some code optimization of folder scanning code
3213 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3215 2003-02-25 [christoph] 0.8.10claws50
3218 * src/common/sylpheed.c
3219 add command line parameter parsing to common code
3221 2003-02-24 [christoph]
3225 fix gnome prefix problems, the configure script now removed
3226 `gnome-config --prefix` from `gnome-config --datadir`
3227 and adds $(prefix} instead
3229 (closes Bug 24 Makefile does not respect prefix when installing
3232 2003-02-24 [christoph] 0.8.10claws49
3235 check for valid session before trying to authenticate
3237 (closes Bug 60 crash if "authenticate on logon" is activated
3238 and newsserver-hostname is not valid)
3240 2003-02-24 [melvin] 0.8.10claws48
3242 * src/prefs_actions.c
3243 Make sure all user's input is sent to the action and then
3246 2003-02-23 [alfons] 0.8.10claws46
3249 also wait cursor when deleting files
3253 * tools/freshmeat_search.pl
3254 tools/google_search.pl
3255 scripts should now work for any browser/browser command line
3257 2003-02-22 [christoph] 0.8.10claws45
3260 fix IMAP flag setting, IMAP flag is not handled correctly
3261 anymore by the folder system and information about the
3262 folder should not be saved in the MsgInfo (in my opinion)
3264 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3266 2003-02-22 [christoph] 0.8.10claws44
3269 fix spelling of "label" ;-)
3271 2003-02-22 [thorsten] 0.8.10claws43
3274 src/prefs_common.[ch]
3276 do not use description as attachment name
3278 2003-02-22 [alfons] 0.8.10claws42
3281 freeze/thaw folder item updates when changing color labels,
3282 and put a wait cursors on
3284 2003-02-22 [thorsten] 0.8.10claws41
3287 save-all fixes: crash if invoked on multipart container,
3288 mimeinfo access, pathseparators, error dialog
3290 2003-02-21 [alfons] 0.8.10claws40
3295 2003-02-21 [colin] 0.8.10claws39
3300 2003-02-21 [colin] 0.8.10claws38
3303 Freeze/thaw folderItem updates when filtering messages
3304 via Tools/Filter messages
3306 2003-02-21 [paul] 0.8.10claws37
3309 revert commit 0.8.10claws26, there are ulterior motives
3310 for users to set a Reply-To header when posting to
3313 2003-02-21 [paul] 0.8.10claws36
3315 * sync with 0.8.10cvs17
3316 see ChangeLog 2003-02-21
3318 2003-02-20 [christoph] 0.8.10claws35
3321 IMAP UID fetch speedup using SEARCH
3323 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3326 fix problem with UIDs in IMAP UID cache that no longer existed
3328 2003-02-20 [christoph] 0.8.10claws34
3333 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3335 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3338 Rewrite imap_cmd_gen_recv use sock_getline instead
3339 of sock_gets to avoid problems with too long reply
3342 2003-02-20 [colin] 0.8.10claws33
3344 * src/prefs_account.c
3347 2003-02-20 [colin] 0.8.10claws32
3350 Remove useless '&& !to_sender'
3355 change my e-mail address
3357 2003-02-19 [colin] 0.8.10claws31
3359 * src/prefs_common.c
3360 X11 style colors for every configurable color
3362 2003-02-19 [alfons] 0.8.10claws30
3364 * src/prefs_gtk.[ch]
3365 * src/prefs_common.c
3366 for color_new accept both plain integers and X11 style color
3367 names (as found in /usr/lib/X11/rgb.txt)
3369 2003-02-19 [paul] 0.8.10claws29
3372 add tooltips to online/offline button and account selector
3375 2003-02-19 [paul] 0.8.10claws28
3379 src/prefs_account.[ch]
3380 src/prefs_common.[ch]
3381 move 'Maximum number of articles to download' to
3383 clean up account prefs gui a little by hiding entries
3384 rather then greying out entries
3386 2003-02-19 [hiro] 0.8.10claws27
3388 * src/common/utils.c
3389 fix bug #54 'yesterdays date is displayed in the message
3392 2003-02-19 [paul] 0.8.10claws26
3395 fix bug reported in Feature Request [688596]
3396 'Reply-to header in news'
3398 2003-02-18 [paul] 0.8.10claws25
3401 add a 'List all keys' button to key selection dialog
3403 2003-02-18 [colin] 0.8.10claws24
3405 * src/stock_pixmap.c
3408 2003-02-18 [colin] 0.8.10claws23
3410 * src/common/smtp.[ch]
3412 Try to starttls if it seems to be the only
3413 way to authenticate a user
3415 2003-02-18 [paul] 0.8.10claws22
3419 src/stock_pixmap.[ch]
3420 src/pixmaps/drafts_close.xpm ** NEW FILE **
3421 src/pixmaps/drafts_open.xpm ** NEW FILE **
3422 as a Drafts folder is a special folder allow it to have
3423 its own unique icons
3425 2003-02-18 [colin] 0.8.10claws21
3428 Fix port selection when using starttls
3430 2003-02-18 [paul] 0.8.10claws20
3433 src/prefs_common.[ch]
3434 make blue the default new mail colour
3436 2003-02-18 [paul] 0.8.10claws19
3438 * sync with 0.8.10cvs14
3439 see ChangeLog 2003-02-18
3441 2003-02-17 [jens] 0.8.10claws18
3444 fixed a compile problem with gcc 3.3
3445 works on 2.95.3 too (testet on PPC as it is big endian)
3447 2003-02-17 [paul] 0.8.10claws17
3449 * sync with 0.8.10cvs13
3450 see ChangeLog 2003-02-17
3452 2003-02-17 [paul] 0.8.10claws16
3454 * sync with 0.8.10cvs12
3455 see ChangeLog 2003-02-17
3457 2003-02-16 [match] 0.8.10claws15
3460 Eliminates reloading of address data when items
3461 deleted or added. Applied submitted by
3462 Luke Plant <lukeplant@softhome.net>
3464 2003-02-16 [paul] 0.8.10claws14
3467 when a 'protocol error' is encountered disconnect from
3468 the server. This means that the user can carry on viewing
3469 other articles and doesn't have to either wait until the
3470 server timesout or quit sylpheed.
3471 Fixes bug #53 'Unable to read messages in newsgroups,
3472 displayed message doesn't change'
3474 2003-02-15 [christoph] 0.8.10claws13
3477 fix bug that stopped scanning of folders when an
3478 IMAP folder was empty
3480 (closes bug 46 stop scan messages in folders after empty folder)
3486 tools/freshmeat_search.pl ** NEW FILE **
3487 tools/google_search.pl ** NEW FILE **
3488 Add 2 Actions scripts which search freshmeat/google
3489 for the selected text using the browser configured
3492 Note: These scripts are very dependent on the format of the
3493 browser command and may not work on every occasion. Testing
3496 2003-02-14 [alfons] 0.8.10claws12
3499 fix breakage because of uninitialized account pointer.
3502 2003-02-14 [paul] 0.8.10claws11
3505 src/prefs_account.[ch]
3506 src/prefs_common.[ch]
3507 move signature settings to Account Prefs
3509 2003-02-14 [paul] 0.8.10claws10
3511 * sync with 0.8.10cvs11
3512 see ChangeLog 2003-02-14
3514 2003-02-13 [thorsten] 0.8.10claws9
3517 revert news progressbar (GUI separation)
3519 2003-02-13 [paul] 0.8.10claws8
3522 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3525 2003-02-13 [paul] 0.8.10claws7
3529 fix 'Follow-up and Reply-to' so that it creates a reply to
3530 the newsgroup and the sender. If the message has the keyword
3531 'poster' in the Followup-To header, all replies go to the
3532 sender, re: RFC 1036, Section 2.2.3
3533 rename all instances of 'ignore_replyto' to 'to_sender', both
3534 were previously used, now we use just one.
3536 2003-02-13 [paul] 0.8.10claws6
3538 * sync with 0.8.10cvs9
3539 see ChangeLog 2003-02-13
3541 2003-02-13 [paul] 0.8.10claws5
3544 show which plugins are configured in the configure
3547 2003-02-12 [thorsten] 0.8.10claws4
3550 show progress while fetching news headers
3552 2003-02-12 [christoph] 0.8.10claws3
3555 * src/plugins/Makefile.am
3556 use AM_CONDITIONAL to enable plugins, automake correctly
3557 manages this when creating distdir
3559 2003-02-12 [christoph] 0.8.10claws2
3561 * ac/spamassassin.m4
3562 * src/plugins/spamassassin/Makefile.am
3563 fix building SpamAssassin plugin without OpenSSL
3565 2003-02-12 [paul] 0.8.10claws1
3569 src/plugins/Makefile.am
3570 fix failure of 'make release'
3572 2003-02-12 [paul] 0.8.10claws
3574 * 0.8.10claws released
3576 2003-02-12 [paul] 0.8.9claws56
3583 updated translations by George Danchev, Ricardo Mones Lastra,
3584 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3587 Allow the building of RPMs by a regular user. Submitted
3590 2003-02-11 [alfons] 0.8.9claws55
3593 don't use pixmaps for label color rect but draw rectangles
3594 so we can respect the color map of palette based visuals
3595 (fixes the long time crashes on Suns - thanks to Andreas
3596 Engel and Steve O'Hara-Smith for testing)
3598 2003-02-11 [christoph] 0.8.9claws54
3600 * src/matcher_parser_parse.y
3601 correct bug where filering rules of not existing folders in
3602 matcherrc were added to global filtering
3604 (closes Debian Bug #180253 - Directory's filter-rules are merged with
3605 main filter-rules after removing directory, http://bugs.debian.org/180253)
3607 2003-02-11 [paul] 0.8.9claws53
3609 * sync with 0.8.10cvs7
3610 see ChangeLog 2003-02-09
3612 2003-02-11 [melvin] 0.8.9claws52
3615 Updated French tranlsations
3617 2003-02-10 [paul] 0.8.9claws51
3620 correct --enable-openssl
3621 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3623 2003-02-09 [martin] 0.8.9claws50
3625 * src/prefs_matcher.c
3626 fix segfault in prefs_matcher_substitute_cb() when
3629 2003-02-09 [paul] 0.8.9claws49
3632 fix bug where a newsgroup folder's processing rules were
3633 merged with the global filtering rules when the newsgroup
3634 folder was deleted, causing some seriously bad results,
3635 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3637 2003-02-08 [melvin] 0.8.9claws48
3640 Corrected and modified an alert message.
3642 2003-02-07 [paul] 0.8.9claws47
3645 fix bug where both an 'Account properties' window and a
3646 'Folder properties' window were opened when clicking on
3647 'Properties' in an NNTP or IMAP folder's popup menu.
3649 2003-02-07 [paul] 0.8.9claws46
3651 * sync with 0.8.10cvs6
3652 see ChangeLog 2003-02-06
3654 2003-02-06 [christoph] 0.8.9claws45
3657 freeze folder updates while importing mbox files
3658 (closes bug 43 importing mbox took hours)
3660 Patch submitted by Jens Rantil <jens.rantil@telia.com>
3662 2003-02-06 [thorsten] 0.8.9claws44
3665 Updated german translations
3667 2003-02-06 [thorsten] 0.8.9claws43
3670 use guint for message numbers (fix count in grouplist dialog)
3672 2003-02-05 [paul] 0.8.9claws42
3674 * sync with 0.8.10cvs2
3675 see ChangeLog 2003-02-05
3677 2003-02-04 [colin] 0.8.9claws41
3679 * src/prefs_common.[ch]
3682 Add an option to disable threading by subject
3684 2003-02-04 [christoph] 0.8.9claws40
3687 only abort fetching mails from multiple accounts when the
3688 error is fatal and does not allow to check any more accounts
3689 (currently only disk full error)
3691 (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3692 receive mails for other accouts)
3694 2003-02-04 [christoph] 0.8.9claws39
3697 first add the new message to the cache, then
3698 send the update notification
3700 (closes bug 39 after sending message folderview doesnt get updated)
3702 2003-02-04 [colin] 0.8.9claws38
3705 _really_ fix this Connecting... status
3707 2003-02-04 [paul] 0.8.9claws37
3710 see ChangeLog 2003-02-04
3712 2003-02-04 [paul] 0.8.9claws36
3714 * sync with 0.8.9cvs6
3715 see ChangeLog 2003-02-03
3717 2003-02-04 [paul] 0.8.9claws35
3720 updated by André Filipe de Assunção e Brito
3721 <bedecko@netsite.com.br>
3723 2003-02-03 [thorsten] 0.8.9claws34
3726 Updated german translations
3728 2003-02-02 [paul] 0.8.9claws33
3731 updated by Ricardo Mones Lastra
3733 2003-02-02 [thorsten] 0.8.9claws32
3736 Fix mh_get_msginfo() segfault if file is inaccessible
3738 2003-01-31 [colin] 0.8.9claws31
3741 Fix last commit's bug
3743 2003-01-31 [colin] 0.8.9claws30