1 2003-08-03 [paul] 0.9.3claws97
4 update Spanish translation. Submitted by Ricardo
7 2003-08-03 [paul] 0.9.3claws96
11 update Croatian and Serbian translations. Submitted by
12 Dragan and Urke MMI respectively
14 2003-08-03 [alfons] 0.9.3claws95
17 mark flag has precedence over important flag - seems
18 to have been changed in sync of 0.9.3claws45. this fixes
19 a regression where messages that were scored as important
20 don't show their mark flags. (using the same column for
21 both importance as mark flags is the real problem
24 2003-08-03 [melvin] 0.9.3claws94
27 Updated French translations.
29 2003-08-03 [melvin] 0.9.3claws93
32 Fixed typo introduced after 0.9.3claws92
33 that prevented compilation
34 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
35 CPPFLAGS and YFLAGS to allow user setting these.
36 * src/common/Makefile.am
38 * src/plugins/clamav/Makefile.am
39 * src/plugins/demo/Makefile.am
40 * src/plugins/dillo_viewer/Makefile.am
41 * src/plugins/image_viewer/Makefile.am
42 * src/plugins/mathml_viewer/Makefile.am
43 * src/plugins/spamassassin/Makefile.am
44 * src/plugins/trayicon/Makefile.am
45 * src/plugins/trayicon/libeggtrayicon/Makefile.am
46 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
47 CPPFLAGS and YFLAGS to allow user setting these.
49 2003-08-02 [christoph] 0.9.3claws92
52 o rearrange plugin tests
53 o add test for clamav.h to ClamAV tests
55 2003-08-02 [luke] 0.9.3claws91
58 o fixed appearance of icon list when toggling back from the
60 o toggling of icons using the keyboard works correctly
61 o fixed all other keyboard shortcuts to work when icons are
65 o fixed bug 4 - focus lost when changing messageview view type
67 2003-08-02 [christoph] 0.9.3claws90
70 fix crash when pointer stored in hash table could get invalid
71 when a plugin is unloaded
73 2003-08-01 [christoph] 0.9.3claws89
76 o try to build all plugins (except spamassassin) by default
77 o don't build a plugin if a dependency check fails
82 2003-08-01 [match] 0.9.3claws88
85 allow single click field selection. document code.
87 2003-08-01 [christoph] 0.9.3claws87
89 * src/plugins/clamav/clamav_plugin.c
90 * src/plugins/clamav/clamav_plugin_gtk.c
91 * src/plugins/dillo_viewer/dillo_viewer.c
92 * src/plugins/image_viewer/plugin.c
93 * src/plugins/mathml_viewer/mathml_viewer.c
94 * src/plugins/spamassassin/spamassassin.c
95 * src/plugins/spamassassin/spamassassin_gtk.c
96 * src/plugins/trayicon/trayicon.c
97 add version check to all plugins
99 2003-08-01 [hoa] 0.9.3claws86
101 * src/prefs_filtering.c
102 fixed a cosmetic bug, during creation of dialog box,
103 wrong widgets were shown after creation.
105 2003-08-01 [luke] 0.9.3claws85
108 o fixed visibility of icons/mimeview after toggling separate
109 message/folder view (factored out some similar code too).
112 2003-07-31 [alfons] 0.9.3claws84
115 tweak icon box UI a bit more, now allowing right-clicks actions
116 getting the relevant mime data too; should fix #250, "Can't save
117 attachments sometimes".
119 2003-07-30 [alfons] 0.9.3claws83
122 don't do auto-save-draft inside key press handler, but rather
123 schedule it half of a second later; should fix #67, "autosave
124 make re-rediting message crazy"
126 2003-07-30 [christoph] 0.9.3claws82
128 * src/plugins/trayicon/trayicon.c
129 process pending events before unloading the plugin
131 (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
133 2003-07-30 [alfons] 0.9.3claws81
136 parameter 2 of g_hook_destroy() should really be a hook id
138 2003-07-30 [alfons] 0.9.3claws80
140 * src/common/plugin.c
141 fix a possibly harmful function signature mismatch
144 2003-07-30 [alfons] 0.9.3claws79
146 * src/common/hooks[.ch]
149 2003-07-30 [darko] 0.9.3claws78
152 make it compile again
154 2003-07-30 [luke] 0.9.3claws77
158 o added/moved signal handlers for SIGTERM (normal kill command)
159 and SIGINT (ctl-c) to be used even without
160 --enable-crash-dialog, fixing bug 166
163 o rewrote menu sensitivity code as per mainwindow.c, fixing
167 o changed sensitivity condition for 'Next new' and 'Next
168 unread', fixing bug 8
170 2003-07-29 [alfons] 0.9.3claws76
172 * src/common/utils.[ch]
175 save ack'ed RRR; fixes #205, "return receipt is not saved in
178 2003-07-29 [alfons] 0.9.3claws75
181 fix a memleak (claws-only)
183 2003-07-29 [alfons] 0.9.3claws74
186 * src/gtk/gtkvscrollbutton.[ch]
187 fix UI glitch where mime icon toolbox' scroll position is not
188 reset after switching to another message
191 2003-07-29 [paul] 0.9.3claws73
193 * src/prefs_folder_item.c
194 split the prefs into 2 separate pages
196 2003-07-29 [paul] 0.9.3claws72
199 prepend "\n\n" to a signature without a separator too
201 2003-07-29 [paul] 0.9.3claws71
204 fix bug where changing to an account without an auto-sig
205 from an initial account without an auto-sig would insert
206 2 blank lines at the cursor point
207 fix bug where changing to an account with an auto-sig
208 from an initial account without an auto-sig would insert
209 the sig at the cursor point
211 2003-07-29 [paul] 0.9.3claws70
214 use the colour from the folder pref unless the folder
217 2003-07-29 [alfons] 0.9.3claws69
222 rewrite return receipt request work a little bit (the former
223 implementation presumably depended too much on the UI setting
224 flags). (we're losing the old pending flag.)
226 2003-07-28 [christoph] 0.9.3claws68
232 fix copy to IMAP folder from other folder
234 2003-07-28 [christoph] 0.9.3claws67
237 fix sync of procmsg_get_message_file_list
239 2003-07-28 [christoph] 0.9.3claws66
241 * sync with 0.9.3cvs14
242 see ChangeLog 2003-07-18
243 * sync with 0.9.3cvs17
244 see ChangeLog 2003-07-23
246 (closes Bug 234 segmentation fault after sending out mail via
249 2003-07-28 [paul] 0.9.3claws65
252 update Spanish translation, submitted by Ricardo Mones
255 2003-07-28 [christoph] 0.9.3claws64
260 return new message numbers as a GRelation instead of a GSList
261 that has to be in the same order as the input list. A list
262 would make it hard for IMAP to optimize oepration by sorting
263 the input list. The returned list would have to be reordered
264 to match the same order that input list has.
266 * src/gtk/gtkaspell.c
267 fix missing return value, could cause a crash when garbage is
268 on the stack that is used as the expected return value
270 2003-07-28 [paul] 0.9.3claws63
272 * sync with 0.9.4cvs1
273 see ChangeLog 2003-07-28
275 2003-07-27 [alfons] 0.9.3claws62
278 tweak it more to make icon list act like a check button group
280 2003-07-27 [christoph] 0.9.3claws61
282 * sync with 0.9.3cvs20
283 see ChangeLog 2003-07-25
285 2003-07-27 [paul] 0.9.3claws60
288 re-commit changes from 0.9.3claws58 -
289 accidently removed in 0.9.3claws59
291 2003-07-27 [paul] 0.9.3claws59
294 a sync from 0.9.3cvs17
295 see ChangeLog 2003-07-23
297 2003-07-27 [alfons] 0.9.3claws58
300 add missing header members to MsgInfo; fixes the problem of
301 not displaying X-Faces, as noticed by Ricardo Mones
303 2003-07-26 [christoph] 0.9.3claws57
305 * sync with 0.9.3cvs18
306 see ChangeLog 2003-07-24
308 2003-07-26 [christoph] 0.9.3claws56
310 * sync with 0.9.3cvs17
311 see ChangeLog 2003-07-23
313 2003-07-26 [christoph] 0.9.3claws55
320 add support for copy function that copy multiple messages
321 (not implemented yet)
324 add missing return value
326 2003-07-26 [paul] 0.9.3claws54
328 * tools/multiwebsearch.pl
329 do whitespace substitution before passing the string
330 to the browser. fixes bug with browsers that don't
331 do whitespace conversion themselves.
333 2003-07-25 [christoph] 0.9.3claws53
338 rewrite adding of multiple messages to a folder for
341 2003-07-25 [luke] 0.9.3claws52
344 o icon toggles set correctly on leaving ctree mimeview
346 2003-07-25 [paul] 0.9.3claws51
348 * partial sync with 0.9.3cvs21 [src/main.c]
349 see ChangeLog 2003-07-25
351 2003-07-24 [paul] 0.9.3claws50
353 * tools/maildir2sylpheed.pl
356 2003-07-24 [paul] 0.9.3claws49
359 increase the gutter size of paned so that the panes
362 * src/plugins/demo/demo.c
363 squeeze in another typo fix
365 2003-07-24 [paul] 0.9.3claws48
367 * src/plugins/demo/demo.c
369 small changes to the English
371 * src/pixmaps/mime_application_octect_stream.xpm ** REMOVED **
372 src/pixmaps/mime_application_octet_stream.xpm ** NEW FILE **
375 rename the misspelled icon
377 2003-07-23 [alfons] 0.9.3claws47
380 make icon list look like a list of toggles
382 2003-07-23 [luke] 0.9.3claws46
384 * src/pixmaps/mimeview_gpg_expired.xpm
385 * src/pixmaps/mimeview_gpg_failed.xpm
386 * src/pixmaps/mimeview_gpg_passed.xpm
387 * src/pixmaps/mimeview_text_html.xpm
388 * src/pixmaps/mimeview_image.xpm
389 o all icons the same size
392 o mimeview ctree arranged vertically above the viewer
393 o icons changed to buttons
394 o can use keyboard to select an icon (Enter)
395 o resize icon list to width of icons
397 * src/gtk/gtkvscrollbutton.c
398 o sensitivity of buttons reacts to position
400 2003-07-23 [christoph] 0.9.3claws45
402 * sync with 0.9.3cvs14 (incomplete)
403 see ChangeLog 2003-07-17
405 2003-07-23 [alfons] 0.9.3claws44
409 sync with my local tree to restore some claws-only things
411 2003-07-23 [paul] 0.9.3claws43
413 * src/pixmaps/mime_gpg_expired.xpm ** NEW FILE **
414 src/pixmaps/mime_gpg_unknown.xpm ** NEW FILE **
419 src/stock_pixmap.[ch]
420 indicate missing keys and expired sigs/keys
423 2003-07-23 [paul] 0.9.3claws42
426 Redirect fixes: enable automatic account selection and
427 do not append signature to message on changing account
430 2003-07-23 [paul] 0.9.3claws41
432 * sync with 0.9.3cvs16
433 see ChangeLog 2003-07-23
435 2003-07-23 [alfons] 0.9.3claws40
438 give progress dialog a main window, and give it the first
439 one (presumably the only one). fixes bug #247, "segfault on
442 2003-07-22 [alfons] 0.9.3claws39
445 shift-space scrolls up
447 2003-07-22 [paul] 0.9.3claws38
449 * sync with 0.9.3cvs15
450 see ChangeLog 2003-07-22
452 2003-07-20 [alfons] 0.9.3claws37
455 put menu inside #ifdef USE_ASPELL..#endif
457 2003-07-20 [christoph] 0.9.3claws36
460 fix wrong flags in MsgInfo returned by
461 procmsg_msginfo_get_full_info()
463 (closes Bug 221 Deleting messages from the Message View gives incorrect
464 new/unread message counts in the folder view)
466 * src/plugins/spamassassin/spamassassin_gtk.c
467 add gettext macro for prefs page title
469 2003-07-20 [paul] 0.9.3claws35
472 redraw icon list on signature check
474 2003-07-20 [christoph] 0.9.3claws34
479 * src/folder_item_prefs.[ch] ** NEW **
484 * src/prefs_scoring.c
486 * src/prefs_folder_item.[ch]
487 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
489 o use prefswindow for folder properties
491 * src/gtk/prefswindow.[ch]
492 change implementation to use an invisible notebook instead
493 of unparenting widgets
495 2003-07-20 [christoph] 0.9.3claws33
501 * src/prefs_filtering.h
502 * src/prefs_folder_item.[ch]
507 (always use 1. typedefs, 2. #includes, 3. structures)
509 * src/common/version.h.in
510 add casts for constants
512 * src/plugins/demo/demo.c
515 * src/plugins/spamassassin/spamassassin.c
516 remove unused variable
518 2003-07-20 [alfons] 0.9.3claws32
521 o make icon buttons respond on left click
522 o minor cosmetic change
524 2003-07-19 [luke] 0.9.3claws31
527 * src/gtk/gtkvscrollbutton.c
529 o improved mimeview behaviour when selecting a new message
530 o plus code cleanups to remove compile warnings
533 2003-07-19 [alfons] 0.9.3claws30
537 * src/common/utils.[ch]
538 subject_get_reply_prefix_length() <- subject_get_prefix_length()
540 2003-07-19 [alfons] 0.9.3claws29
542 * src/prefs_folder_item.c
543 reinit "legacy" tmp_prefs, so we don't free nor use invalid
546 2003-07-19 [luke] 0.9.3claws28
552 * src/stock_pixmap.[ch]
553 * src/gtk/Makefile.am
555 * src/gtk/gtkvscrollbutton.[ch] ** NEW **
556 * src/pixmaps/mime_*.xpm ** NEW **
557 o mimeview rearrangement with a new icon shortcut bar
559 2003-07-19 [alfons] 0.9.3claws27
562 o plug leaking nodes_to_recollapse
563 o add folderview_recollapse_all_nodes() (not used yet)
565 2003-07-19 [alfons] 0.9.3claws26
569 honour #240 "Better SUBJECT handling" by cleaning the prefix
570 for both forwarding as replying
572 2003-07-18 [christoph] 0.9.3claws25
575 * src/common/sylpheed.[ch]
576 * src/common/version.h.in
577 add version in numeric form to allow easy comparison
579 * src/plugins/demo/demo.c
581 - sylpheed version > plugin version => never allowed, sylpheed
582 could contain unknown API changes
583 - sylpheed version < minimum version required => don't load,
584 API required not available (if linking does not fail)
586 2003-07-18 [alfons] 0.9.3claws24
588 * src/common/plugin.[ch]
591 2003-07-18 [christoph] 0.9.3claws23
594 fix crash when hooks where unregisted
596 * src/plugins/trayicon/trayicon.c
597 unregister detroy signal before destroying the widget
598 (still crashes when the plugin is unloaded)
600 2003-07-18 [alfons] 0.9.3claws22
603 delay expanding folder tree during drags until timeout triggered
604 (needs perhaps some tweaking, so testing is welcome)
606 2003-07-17 [alfons] 0.9.3claws21
611 2003-07-17 [christoph] 0.9.3claws20
613 * src/common/session.c
614 fix opening of SSL connections
616 * src/plugins/image_viewer/Makefile.am
617 add OPENSSL_CFLAGS (we should find a better solution to remove
618 this dependencies if they are not required)
620 * src/plugins/spamassassin/spamassassin.c
621 remove setlocale workaround (fixed in libspamc)
623 (closes Bug Bug 184 Entering non-ascii character deletes previous char
624 if spell checking enabled)
626 2003-07-17 [alfons] 0.9.3claws19
628 * src/common/hooks.[ch]
629 * src/plugins/clamav/clamav_plugin.c
630 * src/plugins/spamassassin/spamassassin.c
631 * src/plugins/trayicon/trayicon.c
634 2003-07-17 [alfons] 0.9.3claws18
639 2003-07-17 [alfons] 0.9.3claws17
644 2003-07-17 [paul] 0.9.3claws16
649 add link to the Claws site's FAQ page, after the suggestion
650 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
651 Move url strings to defs.h
654 fix typo to prevent "unknown menu entry" warnings
656 2003-07-17 [alfons] 0.9.3claws15
658 * src/folderview.[ch]
659 * src/summaryview.[ch]
663 2003-07-17 [paul] 0.9.3claws14
666 remove two instances of 'GTK_EVENTS_FLUSH' because
667 they are unnecessary and probably cause a stack overflow
669 2003-07-16 [christoph] 0.9.3claws13
672 use an invisible GTK notebook to switch between viewers
673 instead of reparenting widgets
675 2003-07-16 [christoph] 0.9.3claws12
678 move folder_item_update_freeze() to correct place in
679 folder_item_scan_full()
681 2003-07-16 [paul] 0.9.3claws11
683 * sync with 0.9.3cvs12
684 see ChangeLog 2003-07-14 and 2003-07-15
686 2003-07-16 [christoph] 0.9.3claws10
689 * src/prefs_account.[ch]
690 sync IMAP CRAM-MD5 authentication with sylpheed-main
692 2003-07-15 [alfons] 0.9.3claws9
695 make --config-dir do something useful
697 2003-07-15 [alfons] 0.9.3claws8
700 o fix a bug where 'last' didn't really point to the last message
701 in the top level list of children, but to the last threaded
704 o clean up and make it easier to sync
706 2003-07-15 [alfons] 0.9.3claws7
709 make correct menu items sensitive
711 2003-07-14 [alfons] 0.9.3claws6
714 tune the threader so it will not subject-thread any message
715 without a subject prefix (this will not thread correctly if
716 a parent is delivered after their childs, but it looks
719 2003-07-13 [christoph] 0.9.3claws5
722 group "Add mailbox *..." menu items in submenu
724 2003-07-13 [alfons] 0.9.3claws4
727 correct summary_toggle_pressed() signature and make sure
728 signal is not passed on
730 2003-07-13 [alfons] 0.9.3claws3
733 o for now don't pass on keys when they we're handled by
734 ctree::key_press_event
737 2003-07-13 [alfons] 0.9.3claws2
740 add command line option "--config-dir" to get the current
743 2003-07-12 [alfons] 0.9.3claws1
746 * src/matcher_parser_parse.y
747 * src/prefs_filtering.c
749 add "Lock" filter action to lock messages;
753 * src/prefs_filtering.c
754 re-organize matcher part 9:
755 make action text entries easily extendible;
756 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
757 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
762 update old information and add missing
765 2003-07-12 [paul] 0.9.3claws
767 * 0.9.3claws released
769 2003-07-12 [paul] 0.9.0claws103
774 2003-07-12 [melvin] 0.9.0claws102
777 Fixed bug #215: Show MIME tab for single text/html messages.
779 2003-07-12 [paul] 0.9.0claws101
784 2003-07-12 [paul] 0.9.0claws100
790 update Spanish, Croatian, Polish, Serbian translations.
791 submitted by Ricardo Mones Lastra, Dragan, Witold
792 Wladyslaw Wojciech Wilk, Urke MMI
794 2003-07-12 [melvin] 0.9.0claws99
797 Updated French translations.
799 2003-07-12 [paul] 0.9.0claws98
802 disable 'Lookup' button as it has no effect
804 2003-07-11 [alfons] 0.9.0claws97
807 summary_searchbar_pressed() should return TRUE to signal that
808 event was handled. when returning void, the return value passed
809 to GTK is actually random, but maybe FALSE, in which case the
810 event is handled by parent
812 2003-07-10 [paul] 0.9.0claws96
814 * ac/missing/gettext.m4
815 update to version 0.12
817 2003-07-10 [paul] 0.9.0claws95
819 * src/plugins/clamav/clamav_plugin.c
820 fix bug where multipart/alternative messages
821 would slip through without being scanned
823 2003-07-10 [christoph] 0.9.0claws94
826 correct check if folder supports removing when a message is
827 moved. if not the message is only copied.
829 (closes Bug 132 crash on startup in newsgroups folders)
831 2003-07-09 [alfons] 0.9.0claws93
835 --with-config-dir (default .sylpheed)
837 2003-07-09 [christoph] 0.9.0claws92
840 use PKG_CHECK_MODULES to check for gtkmathview
841 (version 0.4.2 now required)
843 2003-07-08 [melvin] 0.9.0claws91
846 Implemented a progress bar that counts the number of completed
847 tasks when the action runs more than one command.
849 2003-07-08 [alfons] 0.9.0claws90
852 if queued message has an invalid Message-Id, don't try to
853 find message it refers to (fixes #209 "crash when processing
856 2003-07-08 [paul] 0.9.0claws89
858 * sync with 0.9.3cvs2
859 see ChangeLog 2003-07-08
861 2003-07-08 [match] 0.9.0claws88
864 extend LDAP search for first/last name by parsing search term.
866 2003-07-08 [alfons] 0.9.0claws87
869 fix bug #208 "Status message stuck when sending on POP3 account"
871 2003-07-07 [paul] 0.9.0claws86
874 new Croatian translation, submitted by
875 Dragan <drleskov@inet.hr>
877 2003-07-07 [paul] 0.9.0claws85
879 * sync with 0.9.3cvs1
880 see ChangeLog 2003-07-07
882 2003-07-05 [christoph] 0.9.0claws84
887 * src/stock_pixmap.[ch]
888 * src/pixmaps/messageview_text.xpm ** NEW **
889 move mimeview tabs to the right side and use icons
890 instead of text to save some space
892 (patch by Luke Plant <lukeplant@softhome.net>)
894 2003-07-05 [christoph] 0.9.0claws83
897 add NULL pointer checks
899 (patch by Luke Plant <lukeplant@softhome.net>)
900 (closes Bug 204 0.9.0 quits on authentication error?!)
902 2003-07-05 [alfons] 0.9.0claws82
905 take the clue in bug #202 "./configure script -
906 'if test' comparison failure" reported by John Kristoff.
908 2003-07-04 [christoph] 0.9.0claws81
910 * src/plugins/spamassassin/spamassassin.c
911 set timeout for spam check
913 2003-07-04 [christoph] 0.9.0claws80
916 destroy all FolderItems when shutting down to
917 allow folders to clean up
919 2003-07-04 [melvin] 0.9.0claws79
921 * src/gtk/gtkaspell.c
922 Fixed bug #184 "Entering non-ascii character deletes
923 previous char if spell checking enabled": this makes
924 the spell checking in multibytes (e.g. UTF-8)locales work.
925 (Patch by Luke Plant).
927 2003-07-04 [christoph] 0.9.0claws78
929 * sync with 0.9.2cvs1
930 see ChangeLog 2003-06-10
932 2003-07-04 [paul] 0.9.0claws77
934 * sync with 0.9.3 release
935 see ChangeLog 2003-07-04
937 2003-07-03 [christoph] 0.9.0claws76
944 move folder_item_get_path() stuff into a folder virtual function
947 use folder_item_fetch_msg() to get message and do not contruct
948 the filename from path and number
950 2003-07-03 [paul] 0.9.0claws75
952 * sync with 0.9.2cvs12
953 see ChangeLog 2003-07-03
955 2003-07-02 [paul] 0.9.0claws74
958 fix text-selection for replying
960 2003-07-02 [paul] 0.9.0claws73
962 * sync with 0.9.2cvs11
963 see ChangeLog 2003-07-02
965 2003-07-02 [paul] 0.9.0claws72
968 revert last commit because it breaks more
971 2003-07-02 [paul] 0.9.0claws71
974 fix thread by subject/sort by date
976 2003-07-01 [paul] 0.9.0claws70
978 * sync with 0.9.2cvs10
979 see ChangeLog 2003-07-01
981 2003-06-30 [paul] 0.9.0claws69
983 * sync with 0.9.2cvs9
984 see ChangeLog 2003-06-30
986 2003-06-28 [match] 0.9.0claws68
991 2003-06-27 [paul] 0.9.0claws67
993 * sync with 0.9.2cvs7
994 see ChangeLog 2003-06-27
996 2003-06-26 [christoph] 0.9.0claws66
999 freeze folder updates while a folder is scanned
1001 (closes Bug 185 New message counter)
1003 2003-06-26 [darko] 0.9.0claws65
1006 fix infinite loop when adding a new LDAP server
1008 2003-06-26 [paul] 0.9.0claws64
1010 * sync with 0.9.2cvs6
1011 see ChangeLog 2003-06-26
1013 2003-06-26 [paul] 0.9.0claws63
1015 * sync with 0.9.2cvs5
1016 see ChangeLog 2003-06-25 and 2003-06-26
1018 2003-06-25 [match] 0.9.0claws62
1021 Fixed tab/backtab for dropped-down completion list to
1022 move next/previous field. (close bug 147)
1024 2003-06-25 [christoph] 0.9.0claws61
1026 * src/addr_compl.[ch]
1027 * src/addrindex.[ch]
1035 2003-06-25 [leandro] 0.9.0claws60
1039 o gray out "Message/Remove references" menu item if not
1040 replying to a message
1042 2003-06-24 [leandro] 0.9.0claws59
1045 o removed "Message/Create new thread" menu item
1046 o added "Message/Remove references" menu item
1047 (it's off by default and will not check anymore
1048 if the subject changed)
1050 2003-06-23 [alfons] 0.9.0claws58
1053 try better grouping messages threaded by subject based on their age.
1054 still not perfect - because the message tree is not sorted by date.
1056 2003-06-23 [thorsten] 0.9.0claws57
1059 added mail_receive_hook to allow modifications
1060 directly after retrieval (e.g. adding headers).
1062 2003-06-23 [paul] 0.9.0claws56
1064 * src/sourcewindow.c
1065 enable the use of Ctrl+A to select all text in
1067 Patch submitted by Ivan Francolin Martinez
1068 <ivanfm@users.sourceforge.net>
1070 2003-06-22 [christoph] 0.9.0claws55
1073 o add notification hook for folder tree changes
1074 o invoke hooks after folder tree scanning
1076 * src/folderview.[ch]
1077 register hook for folder tree changes that
1080 (there are more places that should be updated, like add, remove
1083 (closes Bug 164 Crash on rebuild folder tree)
1084 (closes Bug 190 Crash on 'rebuilding folder tree')
1086 2003-06-21 [leandro] 0.9.0claws54
1089 create a new thread if subject changes
1090 (it's on by default, can be disabled in Message menu)
1092 2003-06-21 [alfons] 0.9.0claws53
1095 quiet little compiler
1097 2003-06-21 [christoph] 0.9.0claws52
1099 update gettext stuff to version 0.12
1101 2003-06-19 [alfons] 0.9.0claws51
1104 * src/common/plugin.c
1105 move defs.h before glib.h to prevent MIN/MAX redefs
1112 2003-06-19 [match] 0.9.0claws50
1114 * src/addressbook.[ch]
1115 * src/addrindex.[ch]
1116 * src/addr_compl.[ch]
1118 * src/editldap_basedn.[ch]
1121 re-implemented dynamic LDAP search. works without
1122 slowdown on display sender with addressbook
1127 2003-06-19 [paul] 0.9.0claws49
1130 fix Bug #136 'Nonprovided quotation marks crash claws'
1131 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1133 2003-06-19 [alfons] 0.9.0claws48
1135 * src/prefs_common.[ch]
1137 restrict threading by subject by checking thread for
1138 age (prefs_common.thread_by_subject_max_age)
1140 2003-06-18 [christoph] 0.9.0claws47
1143 fix memory leak in imap_cmd_fetch()
1145 2003-06-18 [christoph] 0.9.0claws46
1148 fix memory leak in prefs_set_default() when used multiple
1149 times or after prefs have been read
1151 2003-06-18 [christoph] 0.9.0claws45
1153 * src/common/plugin.c
1154 fix memory leak in plugin_unload()
1156 2003-06-18 [christoph] 0.9.0claws44
1159 fix memory leak in imap_cmd_ok()
1161 2003-06-18 [christoph] 0.9.0claws43
1164 stop messages that are downloaded from POP3 and added to
1165 an IMAP inbox from being filtered twice (first by POP3
1166 and again when IMAP folder is scaned to get the UID of
1167 the APPEND operation when no UIDPLUS is available)
1176 * tools/launch_phoenix ** REMOVED **
1177 tools/launch_firebird ** NEW **
1178 renamed and edited to reflect the browser's name change from
1179 'phoenix' to 'firebird'
1181 2003-06-18 [paul] 0.9.0claws42
1183 * sync with 0.9.2cvs2
1184 see ChangeLog 2003-06-16
1186 2003-06-17 [alfons] 0.9.0claws41
1189 prevent threading problems when a node is an ancestor (parent / great parent),
1190 which mostly happens with circular references (thanks to Phillipe Gramoullé
1191 for finding an sample set of messages)
1193 2003-06-16 [christoph] 0.9.0claws40
1196 don't popup main window on --receive or --receive-all
1198 * src/mainwindow.[ch]
1199 * src/plugins/trayicon/trayicon.c
1200 allow hiding of main window by clicking on the trayicon
1201 (doesn't work correctly in seperate window mode and may
1202 cause unexpected GTK problems I couldn't find yet)
1205 remove incorrect warning
1207 2003-06-15 [alfons] 0.9.0claws39
1209 * src/gtk/gtkstext.c
1210 don't output debug text;
1211 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1212 for pointing this out);
1214 2003-06-14 [alfons] 0.9.0claws38
1217 remove printf() and make one if..else comply with coding style
1219 2003-06-14 [alfons] 0.9.0claws37
1224 * src/messageview.[ch]
1226 apply patch #754162 "Quoting messages filtered by actions" submitted
1227 by Martin Wicke, which allows quoting message body changed by an
1230 2003-06-13 [alfons] 0.9.0claws36
1233 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1234 use case insensitive regexp (suggested by Ivan Martinez)
1236 2003-06-13 [christoph] 0.9.0claws35
1239 * src/plugins/trayicon/Makefile.am
1240 * src/plugins/trayicon/eggtrayicon.[ch] ** REMOVE **
1241 * src/plugins/trayicon/trayicon.c
1242 * src/plugins/trayicon/libeggtrayicon/.cvsignore ** NEW **
1243 * src/plugins/trayicon/libeggtrayicon/Makefile.am ** NEW **
1244 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch] ** NEW **
1245 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch] ** NEW **
1246 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch] ** NEW **
1247 * src/plugins/trayicon/libeggtrayicon/xembed.h ** NEW **
1248 replace my own EggTrayIcon backport with the backport
1249 used by (l|x)mule and gabber.
1251 2003-06-13 [alfons] 0.9.0claws34
1254 * src/common/utils.c
1255 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1257 2003-06-13 [alfons] 0.9.0claws33
1260 clean up a little bit
1262 2003-06-12 [alfons] 0.9.0claws32
1265 const correctness fix
1267 * src/common/sylpheed.[ch]
1269 prevent redef MIN/MAX
1271 * src/common/utils.[ch]
1274 2003-06-12 [melvin] 0.9.0claws31
1277 Updated to take into accounts changes in GtkAspell.
1279 2003-06-12 [alfons] 0.9.0claws30
1283 * src/common/utils.[ch]
1284 handle reply subject prefixes better (initial
1285 suggestion by Robert Story adapted and enhanced
1288 2003-06-12 [melvin] 0.9.0claws29
1291 Use new gtkaspell_checkers_strerror() to get the speller's
1292 error message instead of accessing the (now private)
1297 Use #ifdef instead of #if for USE_ASPELL
1298 Use the new spell checkers init/quit functions
1300 * src/gtk/gtkaspell.c
1301 Use #ifdef instead of #if for USE_ASPELL
1302 Moved in the majority of GtkAspell structures that were
1303 exported before by gtkaspell.h
1305 * src/gtk/gktaspell.h
1306 Made gtkaspell.h contain only the necessary data to be
1307 publicized by moving many structures to gtkaspell.c.
1308 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1309 gtkaspell_checkers_new(): replaced by...
1310 gtkaspell_checkers_init(): new function for initialization
1311 gtkaspell_checkers_delete(): replaced by...
1312 gtkaspell_checkers_quit(): new function
1313 gtkaspell_checkers_strerror(): new function that returns
1314 the checker's last error message.
1316 2003-06-11 [melvin] 0.9.0claws28
1319 Updated to take into account gtkaspell.c migration to
1320 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1322 2003-06-10 [alfons] 0.9.0claws27
1324 * src/filtering.[ch]
1328 - try fixing bug #18 (any brave testers?)
1329 - add more robustness by refusing previously
1330 unchecked NULL pointers
1332 2003-06-10 [alfons] 0.9.0claws26
1335 fix bug #176 by don't checking MsgInfos with a NULL msgid
1337 2003-06-09 [alfons] 0.9.0claws25
1339 * src/prefs_common.c
1340 fix bug #163 "Icon switching doesnt work properly" by
1341 preventing early freeing of prefs_common.pixmap_theme_path.
1343 2003-06-09 [christoph] 0.9.0claws24
1345 * src/gtk/gtkaspell.c
1346 revert Thorsten's fix and add forgotten g_strdup for
1347 aspell path (it should not be possible to alter the path a
1348 GtkASpell uses from outside)
1350 2003-06-09 [thorsten] 0.9.0claws23
1352 * src/gtk/gtkaspell.c
1353 dont free prefs_common.aspell_path when closing compose
1355 2003-06-08 [colin] 0.9.0claws22
1357 * src/plugins/spamassassin/spamassassin.c
1360 2003-06-07 [christoph] 0.9.0claws21
1364 * src/gtkaspell.[ch] ** REMOVE **
1365 * src/gtk/Makefile.am
1366 * src/gtk/gtkaspell.[ch] ** NEW **
1367 o make gtkaspell independent from sylpheed's prefs
1368 o move gtkaspell.[ch] to gtk directory
1370 2003-06-07 [christoph] 0.9.0claws20
1375 * src/filesel.[ch] ** REMOVE **
1378 * src/common/sylpheed.[ch]
1379 * src/gtk/Makefile.am
1380 * src/gtk/filesel.[ch] ** NEW **
1381 * src/gtk/pluginwindow.c
1382 * src/gtk/sslcertwindow.c
1383 move filesel.[ch] to gtk directory
1385 2003-06-07 [alfons] 0.9.0claws19
1388 make (multi) file selection dialog work again (Claws-only)
1390 2003-06-07 [thorsten] 0.9.0claws18
1395 2003-06-07 [alfons] 0.9.0claws17
1399 detect apache mishap in which case don't include fnmatch.h
1400 if regex.h is already included
1402 2003-06-06 [christoph] 0.9.0claws16
1406 add check for fnmatch.h and include it when available
1409 fix wrong case sensitivity of Content-Types
1411 * src/gtk/Makefile.am
1412 need the same include paths in gtk directory as in
1413 common directory because .h files in common can
1414 include files from these directories, when included
1415 in gtk's .h or .c files
1417 2003-06-06 [alfons] 0.9.0claws15
1421 make it compile again because of regex.h / fnmatch.h
1422 include problems (related to recent mime stuff, can
1423 someone check this?)
1425 2003-06-06 [thorsten] 0.9.0claws14
1428 possible use of uninitialized pointer while dragging
1430 2003-06-06 [paul] 0.9.0claws13
1433 fix bug where the insert sig button would be effective
1434 only when auto_sig was set
1436 2003-06-06 [paul] 0.9.0claws12
1438 * sync with 0.9.2 release
1440 2003-06-02 [paul] 0.9.0claws11
1442 * sync with 0.9.1cvs1
1443 see ChangeLog 2003-06-02
1448 2003-06-01 [christoph] 0.9.0claws10
1451 don't use substring search to find accounts by email address
1453 (closes Bug 169 Overly loose matching of "From" address)
1455 2003-05-31 [christoph] 0.9.0claws9
1457 * doc-src/rfc2683.txt
1459 limit IMAP command length as recommended in RFC2683
1460 (message number lists will be split into multiple imap
1461 sets, the limit of 1000 octets is not a hard limit)
1463 (closes Bug 161 sylpheed-claws exits with segfault when logging
1464 in to certain imap-servers)
1466 2003-05-29 [alfons] 0.9.0claws8
1469 add print button (calling summary_print());
1470 fine tune setting tooltip text;
1471 (if someone needs other buttons, please take these
1472 commits as a guide, instead of bothering us - also
1475 2003-05-29 [darko] 0.9.0claws7
1478 fix crash when word wrapping kicks in due to
1479 changed text by spell checker
1481 2003-05-29 [paul] 0.9.0claws6
1484 fix bug where changing account would insert
1485 sig even if auto_sig was FALSE
1490 sync with 0.9.1 release
1492 2003-05-28 [christoph] 0.9.0claws5
1495 fix truncation of too long commands
1497 (closes Bug 167 IMAP hangs trying to get envelope
1498 information in imap_get_uncached_messages)
1500 2003-05-27 [paul] 0.9.0claws4
1503 tools/maildir2sylpheed.pl ** NEW FILE **
1504 add kmail to sylpheed mailbox conversion script
1506 2003-05-27 [paul] 0.9.0claws3
1508 * sync with 0.9.0cvs10
1509 see ChangeLog 2003-05-26
1511 2003-05-26 [paul] 0.9.0claws2
1513 * sync with 0.9.0cvs9
1514 see ChangeLog 2003-05-26
1516 2003-05-24 [paul] 0.9.0claws1
1518 * sync with 0.9.0cvs8
1519 see ChangeLog 2003-05-23
1521 2003-05-24 [paul] 0.9.0claws
1523 * version 0.9.0claws released
1525 2003-05-24 [paul] 0.8.11claws177
1527 * src/plugins/dillo-viewer/Makefile.am
1528 src/plugins/traycon/Makefile.am
1538 update Bulgarian, British English, Spanish, Italian,
1539 Brazilian Portuguese, Russian, and Serbian translations,
1540 submitted by George Danchev, [me], Ricardo Mones Lastra,
1541 André Filipe de Assunção e Brito, Alessandro Maestri,
1542 Ruslan N. Balkin, and Urke MMI
1544 2003-05-23 [melvin] 0.8.11claws176
1547 Updated French translations
1549 2003-05-22 [paul] 0.8.11claws175
1560 src/editldap_basedn.c
1564 revert to get ldap into it previous working state
1567 new Taiwanese translation,
1568 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1570 2003-05-22 [christoph] 0.8.11claws174
1572 * src/plugins/spamassassin/libspamc.[ch]
1573 sync libspamc with SpamAssaain release 2.55
1575 2003-05-22 [paul] 0.8.11claws173
1577 * sync with 0.9.0cvs7
1578 see ChangeLog 2003-05-22
1581 revert change in 0.8.11claws172: follow
1582 Hiroyuki's decision and that's the end of it.
1584 2003-05-21 [paul] 0.8.11claws172
1587 fix discrepency between open_unread_on_enter
1590 2003-05-21 [paul] 0.8.11claws171
1592 * sync with 0.9.0cvs6
1593 see ChangeLog 2003-05-21
1595 2003-05-21 [paul] 0.8.11claws170
1597 * sync with 0.9.0cvs5
1598 see ChangeLog 2003-05-21
1600 2003-05-20 [paul] 0.8.11claws169
1602 * sync with 0.9.0cvs4
1603 see ChangeLog 2003-05-20
1604 fixes bug #152, 'encoding of IMAP folders names'
1606 2003-05-20 [paul] 0.8.11claws168
1608 * sync with 0.9.0cvs3
1609 see ChangeLog 2003-05-20
1611 * src/tools/convert_mbox.pl
1612 minor change in the comments, submitted by Fred Marton
1614 2003-05-19 [paul] 0.8.11claws167
1616 * src/plugins/clamav/Makefile.am
1618 link clamav_lib to the plugin and not to the main program
1620 2003-05-19 [christoph]
1623 add -export-dynamic for linking
1625 2003-05-19 [paul] 0.8.11claws166
1627 * sync with 0.9.0cvs1
1628 see ChangeLog 2003-05-19
1630 2003-05-19 [paul] 0.8.11claws165
1633 fix 'pop before smtp' timeout
1635 2003-05-18 [alfons] 0.8.11claws164
1637 * src/prefs_matcher.c
1638 put "execute" action command line ("expression") in edit box
1640 2003-05-18 [christoph] 0.8.11claws163
1643 * src/plugins/dillo_viewer/dillo_viewer.c
1644 * src/plugins/image_viewer/viewer.c
1645 * src/plugins/mathml_viewer/mathml_viewer.c
1646 let a viewer have a list of Content-Types
1648 2003-05-18 [paul] 0.8.11claws162
1650 * src/prefs_filtering.c
1651 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1652 and REDIRECT actions
1654 2003-05-17 [christoph]
1657 o remove dynamic signatures that was syned with main
1658 o add infos about no longer "build in" image viewer
1659 o update bugtracker URL
1661 2003-05-17 [christoph] 0.8.11claws161
1666 don't use imap_scan_folder anymore. Instead call folder_item_scan
1667 for every folder after rebuilding the folder tree.
1669 (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1672 2003-05-17 [christoph] 0.8.11claws160
1675 don't use STATUS command on current folder to check for
1676 content changes. imap_cmd_ok() now tracks changes to
1677 folder and number of existing messages.
1679 2003-05-17 [paul] 0.8.11claws159
1681 * src/plugins/clamav/clamav_plugin.c
1682 remove unnecessary debug_print
1684 2003-05-16 [thorsten] 0.8.11claws158
1686 * src/plugins/demo.c
1687 included missing intl.h
1689 2003-05-16 [paul] 0.8.11claws157
1692 remove non-existant entries
1694 * src/plugins/clamav/clamav_plugin.c
1695 src/plugins/clamav/clamav_plugin_gtk.c
1696 src/plugins/dillo_viewer/dillo_prefs.c
1697 src/plugins/dillo_viewer/dillo_viewer.c
1700 2003-05-16 [christoph] 0.8.11claws156
1703 include plugin .c files for translation until I
1704 find a better solution to have plugins have their
1706 * src/plugins/demo/demo.c
1707 * src/plugins/image_viewer/plugin.c
1708 * src/plugins/mathml_viewer/mathml_viewer.c
1709 * src/plugins/spamassassin/spamassassin.c
1710 * src/plugins/spamassassin/spamassassin_gtk.c
1711 * src/plugins/trayicon/trayicon.c
1712 add gettext macros for plugin name and description
1718 2003-05-16 [paul] 0.8.11claws155
1720 * sync with lastest 0.9.0pre1
1721 see ChangeLog 2003-05-16
1723 2003-05-15 [paul] 0.8.11claws154
1725 * sync with latest 0.9.0pre1
1726 see ChangeLog 2003-05-14 and 2003-05-15
1728 2003-05-14 [christoph] 0.8.11claws153
1730 * src/plugins/image_viewer/viewer.c
1731 * src/plugins/image_viewer/viewer.glade ** NEW **
1732 * src/plugins/image_viewer/viewerprefs.c
1733 make it possible to disable the autoload function in the
1736 2003-05-14 [christoph] 0.8.11claws152
1739 fix folder update after adding a message
1741 2003-05-13 [alfons] 0.8.11claws151
1743 * src/common/session.c
1746 * src/addrcache.[ch]
1747 * src/filtering.[ch]
1749 * src/gtkaspell.[ch]
1751 * src/mbox_folder.[ch]
1756 * src/passphrase.[ch]
1757 * src/prefs_common.[ch]
1758 * src/prefs_gtk.[ch]
1761 be pedantic; (in prototypes () implies (int))
1763 2003-05-13 [alfons] 0.8.11claws150
1765 * src/prefs_toolbar.[ch]
1766 * src/summaryview.[ch]
1768 change misleading text in toolbar prefs;
1769 add toolbar action for ignore thread (toggles ignore thread flag);
1770 clean up a little bit;
1774 * tools/convert_mbox.pl
1775 bug fixed by Fred Marton
1779 * sync with 0.9.0pre1
1781 2003-05-09 [paul] 0.8.11claws149
1783 * sync with 0.8.11cvs43
1784 see ChangeLog 2003-05-09
1786 2003-05-08 [christoph] 0.8.11claws148
1789 o use CAPABILIY as first command and check for PREAUTH
1790 information in the response to it
1791 o rewrite all imap_cmd_* functions to use an IMAPSession
1792 instead of a SockInfo as parameter
1793 o do STARTTLS after fetching and checking the server
1796 2003-05-08 [paul] 0.8.11claws147
1800 tools/convert_mbox.pl ** NEW FILE **
1801 add mbox conversion script. Submitted by
1802 Fred Marton <Fred.Marton@uni-bayreuth.de>
1804 2003-05-07 [christoph]
1807 * src/gtk/pluginwindow.glade
1808 * src/plugins/image_viewer/viewerprefs.glade
1809 * src/plugins/spamassassin/spamassassin_gtk.glade
1810 add glade files for user interfaces and a description how
1811 to use glade to create the sylpheed code
1813 2003-05-07 [paul] 0.8.11claws146
1815 * sync with 0.8.11cvs41
1816 see ChangeLog 2003-05-07
1818 2003-05-06 [christoph] 0.8.11claws145
1821 * src/plugins/image_viewer/viewer.c
1822 fix usage of imlib in imageviewer plugin
1824 * src/gtk/prefswindow.c
1825 handle window close event correctly
1827 2003-05-06 [paul] 0.8.11claws144
1830 fix typo introduced in sync
1832 2003-05-06 [paul] 0.8.11claws143
1834 * sync with 0.8.11cvs39
1835 see ChangeLog 2003-05-06
1837 2003-05-06 [paul] 0.8.11claws142
1841 updated Czech translation, submitted by
1842 Radek Vybiral <Radek.Vybiral@vsb.cz>
1844 * src/plugins/clamav/clamav_plugin_gtk.c
1847 2003-05-03 [alfons] 0.8.11claws141
1850 make paste as quotation work even when the call to
1851 text_inserted() was deferred (fixes bug #140 "Paste
1852 as quotation does not work when using "external"
1855 2003-05-03 [thorsten] 0.8.11claws140
1860 removed C++ comments
1862 function with non-int retval/param used before
1863 implementation/declaration
1865 2003-05-02 [paul] 0.8.11claws139
1867 * src/addr_compl.[ch]
1868 src/addressbook.[ch]
1871 revert match's changes to (finally) remove the bug where
1872 opening a folder causes massive slowdown when using the
1873 'Display sender using address book' option
1875 2003-05-01 [melvin] 0.8.11claws138
1877 * src/plugins/dillo_viewer/dillo_prefs.[ch]
1878 * src/plugins/dillo_viewer/dillo_viewer.c
1879 Fixed bug where "Cancel" button from prefs issued
1881 Comply a little more to coding style
1883 2003-05-01 [paul] 0.8.11claws137
1885 * sync with 0.8.11cvs38
1886 see ChangeLog 2003-05-01
1888 2003-05-01 [paul] 0.8.11claws136
1891 updated by George Danchev
1893 2003-04-30 [christoph] 0.8.11claws135
1895 * src/plugins/dillo_viewer/dillo_prefs.c
1896 * src/plugins/image_viewer/viewerprefs.c
1897 * src/plugins/spamassassin/spamassassin_gtk.c
1898 remove gtk_widget_ref() calls for widgets in
1901 2003-04-30 [paul] 0.8.11claws134
1904 ok, this time a better fix for the bug where opening folder
1905 has massive slowdown when using the 'Display sender using
1906 address book' option
1908 2003-04-30 [paul] 0.8.11claws133
1911 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1913 2003-04-30 [melvin] 0.8.11claws132
1915 New: Dillo plugin preferences (patch by Dimitar Haralanov)
1917 * src/plugins/dillo_viewer/dillo_prefs.[ch] *** NEW ***
1918 Preferences for the dillo plugin
1919 * src/plugins/dillo_viewer/dillo_viewer.c
1920 Support for preferences
1921 * src/plugins/dillo_viewer/Makefile.am
1922 Added dillo_prefs.[ch]
1924 2003-04-30 [alfons] 0.8.11claws131
1926 * src/common/plugin.[ch]
1927 see? this ANSI C'fication immediately gives us type
1930 2003-04-30 [alfons] 0.8.11claws130
1932 * src/common/plugin.[ch]
1933 * src/plugins/clamav/clamav_plugin.[ch]
1934 * src/plugins/clamav/clamav_plugin_gtk.c
1935 * src/plugins/demo/demo.c
1936 * src/plugins/dillo_viewer/dillo_viewer.c
1937 * src/plugins/image_viewer/plugin.c
1938 * src/plugins/image_viewer/viewer.[ch]
1939 * src/plugins/image_viewer/viewerprefs.[ch]
1940 * src/plugins/mathml_viewer/mathml_viewer.c
1941 * src/plugins/spamassassin/spamassassin.[ch]
1942 * src/plugins/spamassassin/spamassassin_gtk.c
1943 * src/plugins/trayicon/trayicon.c
1946 2003-04-30 [alfons] 0.8.11claws129
1948 * src/common/utils.c
1949 make is_ascii_str() fail gracefully when NULL pointer
1952 2003-04-30 [paul] 0.8.11claws128
1955 fix bug where opening folder has massive slowdown when
1956 using the 'Display sender using address book' option
1958 2003-04-30 [paul] 0.8.11claws127
1960 * src/plugins/clamav/clamav_plugin.c
1961 src/plugins/clamav/clamav_plugin_gtk.c
1962 src/plugins/demo/demo.c
1963 src/plugins/dillo_viewer/dillo_viewer.c
1964 src/plugins/image_viewer/plugin.c
1965 src/plugins/mathml_viewer/mathml_viewer.c
1966 src/plugins/spamassassin/spamassassin.c
1967 src/plugins/spamassassin/spamassassin_gtk.c
1968 src/plugins/trayicon/trayicon.c
1969 get rid of eye-hurting function signatures
1971 2003-04-30 [paul] 0.8.11claws126
1973 * src/plugins/trayicon/trayicon.c
1979 2003-04-30 [paul] 0.8.11claws125
1982 arrange the plugins in reverse alphabetical order
1984 * src/plugins/clamav/clamav_plugin.[ch]
1985 src/plugins/clamav/clamav_plugin_gtk.c
1987 resize max_size window
1988 re-arrange the order of some gui elements
1989 improve descriptions
1991 * src/plugins/image_viewer/plugin.c
1992 src/plugins/mathml_viewer/mathml_viewer.c
1995 * src/plugins/spamassassin/spamassassin_gtk.c
1996 resize max_size window
1997 re-arrange the order of some gui elements
2003 2003-04-30 [alfons] 0.8.11claws124
2006 fix a leak found while browsing Martin Kluge's
2007 valgrind log (Claws only)
2009 2003-04-29 [darko] 0.8.11claws123
2011 * src/gtk/gtkstext.h
2012 include wchar.h if it is available, fixes compilation
2015 2003-04-29 [melvin] 0.8.11claws122
2017 * src/prefs_actions.c
2018 Improved help text of Actions' syntax
2020 2003-04-28 [paul] 0.8.11claws121
2023 a better fix for the crash when performing an action
2026 2003-04-28 [paul] 0.8.11claws120
2029 fix crash when performing an action on a
2032 2003-04-28 [paul] 0.8.11claws119
2034 * sync with 0.8.11cvs36
2035 see ChangeLog 2003-04-28
2037 2003-04-27 [paul] 0.8.11claws118
2039 * more sync with 0.8.11cvs35
2040 see ChangeLog 2003-04-25
2042 2003-04-26 [christoph] 0.8.11claws117
2045 fix remove virtual check
2047 2003-04-26 [paul] 0.8.11claws116
2050 fix return-receipt, make it work again
2052 2003-04-26 [paul] 0.8.11claws115
2055 restore double-clicking of the [application/pgp-signature
2056 (Select "Check signature" to check)] line in the message view,
2057 broken in recent sync
2059 2003-04-26 [christoph] 0.8.11claws114
2062 check if remove virtual really exists before
2063 calling the function
2065 2003-04-25 [match] 0.8.11claws113
2069 * src/ldapquery.[ch]
2072 * src/ldapserver.[ch]
2073 fix memleak. fix segfault.
2074 plug a Claws memleak
2076 2003-04-25 [alfons] 0.8.11claws112
2079 plug a Claws memleak
2081 2003-04-25 [alfons] 0.8.11claws111
2083 * src/common/session.c
2086 2003-04-25 [paul] 0.8.11claws110
2088 * sync with 0.8.11cvs35
2089 see ChangeLog 2003-04-24 and 2003-04-25
2091 * src/gtk/pluginwindow.c
2092 correct another strange float value
2094 2003-04-24 [christoph] 0.8.11claws109
2097 freeze folder item updates when unsetting new flags
2099 * src/gtk/pluginwindow.c
2100 correct strange float value
2102 2003-04-23 [paul] 0.8.11claws108
2104 * sync with 0.8.11cvs33
2105 see ChangeLog 2003-04-23
2107 2003-04-22 [paul] 0.8.11claws107
2112 src/pgptext.[ch] ** REMOVED **
2113 remove pgptext.[ch] as its not used any more
2115 2003-04-22 [paul] 0.8.11claws106
2117 * sync with 0.8.11cvs31
2118 see ChangeLog 2003-04-21 and 2003-04-22
2120 2003-04-21 [alfons] 0.8.11claws105
2123 No access to GTK structures if we're a spawned child
2124 (and clean up code a little bit...) Should fix #126.
2126 2003-04-21 [melvin] 0.8.11claws104
2128 * src/plugins/dillo_viewer/README
2129 Improved slightly the text.
2131 2003-04-21 [melvin] 0.8.11claws103
2133 * src/plugins/dillo_viewer/README *** NEW ***
2134 Added a README file for the Dillo plugin
2139 tools/outlook2sylpheed.pl
2140 updated and improved by Ricardo Mones Lastra
2142 2003-04-18 [oliver] 0.8.11claws102
2145 * src/prefs_account.h
2146 remove Pop3SessionType (used by selective download)
2147 * src/prefs_toolbar.c
2148 enable set Default Toolbar button
2150 2003-04-18 [paul] 0.8.11claws101
2152 * sync with 0.8.11cvs29
2153 see ChangeLog 2003-04-18
2155 2003-04-17 [paul] 0.8.11claws100
2157 * src/prefs_common.[ch]
2159 remove 'Open next message on deletion' option,
2160 as the same effect can now be achieved via the
2161 'Always open messages in summary when selected'
2164 2003-04-17 [paul] 0.8.11claws99
2166 * sync with 0.8.11cvs28
2167 see ChangeLog 2003-04-17
2169 2003-04-17 [christoph] 0.8.11claws98
2171 * ac/spamassassin.m4
2172 * src/plugins/spamassassin/libspamc.[ch]
2173 * src/plugins/spamassassin/utils.[ch]
2174 sync libspamc with SpamAssassin project
2176 2003-04-17 [christoph] 0.8.11claws97
2178 * src/common/socket.h
2179 * src/gtk/sslcertwindow.h
2180 rename old USE_SSL to USE_OPENSSL
2182 2003-04-17 [paul] 0.8.11claws96
2184 * src/prefs_common.h
2185 use gulong for P_COLOR so that it compiles/runs on
2186 64-bit systems. Patch submitted by James Noyes
2187 <jnoyes-claws@retrogeeks.com>
2192 2003-04-17 [paul] 0.8.11claws95
2194 * sync with 0.8.11cvs27
2195 see ChangeLog 2003-04-16
2197 2003-04-15 [paul] 0.8.11claws94
2199 * src/prefs_common.[ch]
2200 rearrange to stop the window getting too long:
2201 move Receive dialog stuff to Receive tab
2202 move Send dialog to Send tab
2203 remove Dialogs frame
2204 rename 'Open messages in summary with cursor keys' to
2205 'Always open messages in summary when selected', as its
2208 2003-04-15 [paul] 0.8.11claws93
2210 * src/prefs_common.[ch]
2212 add new option '/Interface/Open next message on deletion'
2214 2003-04-15 [paul] 0.8.11claws92
2216 * src/summaryview.[ch]
2217 add /Mark/Lock and /Mark/Unlock to the pop-up
2218 menu. Patch submitted by Ivan Francolin Martinez
2219 <ivanfm@users.sourceforge.net>
2221 2003-04-15 [paul] 0.8.11claws91
2223 * sync with 0.8.11cvs24
2224 see ChangeLog 2003-04-15
2226 2003-04-14 [jens] 0.8.11claws90
2228 * updated German translation and some corrections from
2229 Roland Bless <bless@tm.uka.de>
2231 2003-04-14 [paul] 0.8.11claws89
2233 * sync with 0.8.11cvs22
2234 see ChangeLog 2003-04-14
2236 2003-04-13 [paul] 0.8.11claws88
2238 * src/plugins/clamav/clamav_plugin.c
2242 2003-04-12 [paul] 0.8.11claws87
2244 * src/plugins/clamav/clamav_plugin.c
2245 activate enable/disable archive scanning option
2247 * src/plugins/clamav/.cvsignore ** NEW FILE **
2249 2003-04-12 [paul] 0.8.11claws86
2251 * src/plugins/Makefile.am
2252 src/plugins/clamav/Makefile.am ** NEW FILE **
2253 src/plugins/clamav/README ** NEW FILE **
2254 src/plugins/clamav/clamav_plugin.[ch] ** NEW FILES **
2255 src/plugins/clamav/clamav_plugin_gtk.c ** NEW FILE **
2256 add Clam AntiVirus plugin
2258 2003-04-12 [paul] 0.8.11claws85
2260 * sync with 0.8.11cvs21
2261 see ChangeLog 2003-04-11
2263 2003-04-11 [paul] 0.8.11claws84
2266 update Spanish translation. Submitted by Ricardo
2269 2003-04-10 [christoph] 0.8.11claws83
2272 fix typo that did not move unfiltered mails to destination
2275 (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2276 when filtering from spool)
2278 2003-04-10 [christoph] 0.8.11claws82
2281 use BODY.PEEK instead of BODY in in message fetch operation
2282 to make sure the IMAP server does not set the \Seen flag for
2283 messages. Sylpheed does that later itself, when the message
2284 is opened in sylpheed
2286 (closes Bug 111 Claws destroys unread marks)
2288 2003-04-09 [oliver] 0.8.11claws81
2291 fix crash in folder_destroy
2293 remove selective download
2295 2003-04-09 [christoph] 0.8.11claws80
2298 fix crash in imap_get_msginfo() when then fetched message
2301 (closes Bug 110 Crash during mail composition)
2303 2003-04-08 [christoph] 0.8.11claws79
2306 * src/prefs_account.c
2307 Filter new messages that are found in an INBOX folder
2308 when 'Filter messages on receiving' is enabled in the
2309 Folder's AccountPrefs. This allows to use Sylpheed's
2310 filtering engine for IMAP folders where messages are
2311 added to the INBOX by a MTA
2313 2003-04-08 [paul] 0.8.11claws78
2316 clean up after last commit
2318 2003-04-08 [paul] 0.8.11claws77
2320 * sync with 0.8.11cvs20
2321 see ChangeLog 2003-04-07 and 2003-04-08
2323 2003-04-07 [christoph] 0.8.11claws76
2325 * src/filtering.[ch]
2329 add procmsg_msginfo_filter() to execute filtering actions
2331 2003-04-06 [christoph] 0.8.11claws75
2334 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2336 2003-04-06 [christoph] 0.8.11claws74
2338 * src/common/utils.[ch]
2339 add g_int_compare() function for slist sorting
2342 fetch all MsgInfos with one command in imap_get_msginfos()
2343 using an imap set with a list of ranges
2346 use new g_int_compare() function
2348 2003-04-06 [thorsten] 0.8.11claws73
2351 corrected implementation of mh_folder_destroy()
2353 2003-04-05 [christoph] 0.8.11claws72
2370 * src/gtk/gtkutils.c
2371 o rename structure field names class and new to klass and
2372 new_msgs, to allow including files in C++
2373 o add 'extern "C"' block to some header files
2374 o add MsgInfoList and MsgNumberList as alias for GSList for
2375 developers to know what type of list is expected
2377 * src/plugins/image_viewer/plugin.c
2378 * src/plugins/image_viewer/viewer.[ch]
2379 * src/plugins/image_viewer/viewerprefs.[ch]
2380 rename function names to prevent conflicts
2382 2003-04-05 [paul] 0.8.11claws71
2384 * sync with 0.8.11cvs18
2385 see ChangeLog 2003-04-03 and 2003-04-04
2387 2003-04-02 [christoph] 0.8.11claws70
2391 * src/mbox_folder.[ch]
2394 o Make all virtual folder functions private
2395 o remove unused folder code
2397 * src/common/socket.[ch]
2401 2003-03-30 [alfons] 0.8.11claws69
2403 * src/send_message.c
2404 remove two debug traces and see if people still report
2407 2003-03-30 [alfons] 0.8.11claws68
2409 * src/send_message.c
2410 * src/commons/session.c
2411 add more debug traces
2413 2003-03-30 [christoph] 0.8.11claws67
2416 change processing folder name from .processing to processing
2419 disable SSL certificate check because it causes Xlib error
2420 when the child process want's to open an GTK window
2422 2003-03-30 [christoph] 0.8.11claws66
2425 don't use default folder for processing folder item because
2426 it can be a non local folder
2428 (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2430 2003-03-30 [alfons] 0.8.11claws65
2432 * src/send_message.c
2433 try fixing crashes when sending messages: my gcc 2.95.4 seems
2434 to generate bad code for 'send_send_data_progressive': When
2435 called from 'send_send_data_finished', the 'data' pointer is
2436 cleared just before the assignment to the dialog pointer
2438 2003-03-29 [christoph] 0.8.11claws64
2440 * src/common/prefs.h
2441 * src/plugins/image_viewer/Makefile.am
2442 * src/plugins/image_viewer/plugin.c
2443 * src/plugins/image_viewer/viewer.[ch]
2444 * src/plugins/image_viewer/viewerprefs.[ch] ** NEW **
2445 add PrefsPage for ImageViewer
2447 2003-03-28 [thorsten] 0.8.11claws63
2449 * src/common/session.c
2452 2003-03-28 [paul] 0.8.11claws62
2454 * sync with 0.8.11cvs16
2455 see ChangeLog 2003-03-28
2457 2003-03-28 [paul] 0.8.11claws61
2459 * sync with 0.8.11cvs15
2460 see ChangeLog 2003-03-28
2462 2003-03-27 [christoph] 0.8.11claws60
2466 * src/common/socket.[ch]
2467 set socket state to DISCONNECTED when any operation
2468 fails to allow reconnecting in IMAP code without
2469 checking the return code of all calls to the command
2474 remove some more stuff that depends on specific
2477 2003-03-27 [paul] 0.8.11claws59
2479 * sync with 0.8.11cvs14
2480 see ChangeLog 2003-03-27
2482 * src/selective_download.[ch] ** REMOVED **
2485 2003-03-27 [christoph] 0.8.11claws58
2488 fix handling of tmp_flags in flag copy function
2490 2003-03-27 [paul] 0.8.11claws57
2492 * sync with 0.8.11cvs13
2493 see ChangeLog 2003-03-27
2495 2003-03-27 [oliver] 0.8.11claws56
2498 remove sel_download_cb
2500 2003-03-27 [oliver] 0.8.11claws55
2505 2003-03-26 [oliver] 0.8.11claws54
2510 remove selective donwload readme
2512 2003-03-26 [oliver] 0.8.11claws53
2514 * src/matcher_parser_parse.y
2516 * src/prefs_account.[ch]
2517 * src/prefs_filtering.c
2518 remove selective donwload
2520 2003-03-26 [oliver] 0.8.11claws52
2525 remove selective donwload
2527 2003-03-26 [oliver] 0.8.11claws51
2530 * src/selective_download.[ch] ** REMOVE **
2532 2003-03-26 [christoph] 0.8.11claws50
2535 fix NEWS that got broken by a sync with sylpheed-main
2537 2003-03-26 [christoph] 0.8.11claws49
2540 fix mime type guessing when no mime type is found for a file
2542 2003-03-25 [christoph] 0.8.11claws48
2546 remove mime type guessing from mime parser and use
2547 name based mime types in viewer lookup for mime type
2548 application/octet-stream
2550 2003-03-25 [christoph] 0.8.11claws47
2552 * doc-src/readme.txt
2553 * doc-src/rfc2554.txt
2554 add RFC about SMTP AUTH
2556 * src/send_message.c
2557 * src/common/smtp.[ch]
2558 add extra error code for authentication errors and
2559 clear temporary password when this error occurs
2561 (closes Bug 84 authentication failure while sending should
2562 prompt for password again)
2564 2003-03-25 [christoph] 0.8.11claws46
2568 * src/imageview.[ch] ** REMOVE **
2569 * src/messageview.[ch]
2571 * src/prefs_common.[ch]
2573 * src/plugins/Makefile.am
2574 * src/plugins/image_viewer/.cvsignore ** NEW **
2575 * src/plugins/image_viewer/Makefile.am ** NEW **
2576 * src/plugins/image_viewer/plugin.c ** NEW **
2577 * src/plugins/image_viewer/viewer.[ch] ** NEW **
2578 move image viewer into a plugin (building is enabled by default)
2579 [ToDo: Prefs for resize and autoview]
2581 2003-03-25 [paul] 0.8.11claws45
2583 * sync with 0.8.11cvs12
2584 see ChangeLog 2003-03-26
2586 2003-03-25 [paul] 0.8.11claws44
2588 * sync with 0.8.11cvs11
2589 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2591 Note: Selective Download is broken.
2593 2003-03-22 [christoph] 0.8.11claws43
2596 code cleanup for flags copying
2598 2003-03-22 [christoph] 0.8.11claws42
2600 * src/plugins/trayicon/trayicon.c
2601 fix setting the transparent area when the window size
2602 is forced by the system tray
2604 2003-03-22 [christoph] 0.8.11claws41
2606 * src/plugins/trayicon/gnome-mail.xpm ** REMOVE **
2607 * src/plugins/trayicon/gnome-nomail.xpm ** REMOVE **
2608 * src/plugins/trayicon/newmail.xpm ** NEW **
2609 * src/plugins/trayicon/nomail.xpm ** NEW **
2610 * src/plugins/trayicon/trayicon.c
2611 * src/plugins/trayicon/unreadmail.xpm ** NEW **
2612 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2613 o add icon for unread mails
2614 o set transparency for window
2616 2003-03-22 [christoph] 0.8.11claws40
2619 init news session to prevent crash when session is closed
2621 2003-03-22 [christoph] 0.8.11claws39
2624 * src/common/session.[ch]
2625 Init session data to make sure we don't have invalid pointers
2626 for read_ch and write_ch when new multi process sessions are
2630 * src/common/plugin.c
2631 * src/common/sylpheed.c
2632 * src/plugins/demo/demo.c
2633 * src/plugins/dillo_viewer/dillo_viewer.c
2634 * src/plugins/mathml_viewer/mathml_viewer.c
2635 * src/plugins/spamassassin/spamassassin.c
2636 * src/plugins/spamassassin/spamassassin_gtk.c
2637 add plugin types to allow loading plugins at different times
2638 (and maybe for different frontends), because it's not good to
2639 load GTK-Plugins gefore gtk_init was called
2642 * src/plugins/Makefile.am
2643 * src/plugins/trayicon/.cvsignore ** NEW **
2644 * src/plugins/trayicon/Makefile.am ** NEW **
2645 * src/plugins/trayicon/eggtrayicon.c ** NEW **
2646 * src/plugins/trayicon/eggtrayicon.h ** NEW **
2647 * src/plugins/trayicon/gnome-mail.xpm ** NEW **
2648 * src/plugins/trayicon/gnome-nomail.xpm ** NEW **
2649 * src/plugins/trayicon/trayicon.c ** NEW **
2650 New Trayicon plugin that shows an icon in a systray that uses
2651 XEMBED protocol like Gnome's systray. Icon shows if there
2652 are new mails and a tooltip shows information about new,
2653 unread and total messages.
2655 2003-03-22 [paul] 0.8.11claws38
2658 fix ESMTP AUTH CRAM-MD5
2659 [sync with main (still version 0.8.11cvs6), see
2660 ChangeLog 2003-03-22]
2662 2003-03-21 [colin] 0.8.11claws37
2664 * src/send_message.c
2665 Fix USE_SSL => USE_OPENSSL
2667 2003-03-21 [colin] 0.8.11claws36
2670 Fix counts in drag and dropped subfolders
2672 2003-03-21 [colin] 0.8.11claws35
2676 speed up a bit folder dnd
2678 2003-03-20 [alfons] 0.8.11claws34
2683 don't send locked queue messages
2684 (feature request "[ 705245 ] Locking message in outbox
2685 should prevent sending")
2687 2003-03-20 [christoph] 0.8.11claws33
2690 remove NEW and UNREAD flag in special folders when scanning
2693 fix ESMTP AUTH CRAM-MD5
2695 2003-03-20 [paul] 0.8.11claws32
2697 * src/prefs_account.c
2698 Re-write 'Tunnel command to open connection' as
2699 'Use command to communicate with server', and disable
2700 it for all except IMAP accounts
2702 2003-03-20 [paul] 0.8.11claws31
2704 * sync with 0.8.11cvs6
2705 see ChangeLog 2003-03-20
2707 2003-03-19 [match] 0.8.11claws30
2710 include documentation. minor refactoring.
2711 * src/addr_compl.[ch]
2712 * src/addrindex.[ch]
2713 * src/addresbook.[ch]
2715 re-enable address lookup (was disabled in
2718 2003-03-19 [christoph] 0.8.11claws29
2721 add temp flag handling, will make moving and copying
2722 messages possible again
2725 correct calulation of folder stats
2727 2003-03-18 [match] 0.8.11claws28
2730 remove case sensitive comparison (closes bug 80).
2732 2003-03-18 [christoph] 0.8.11claws27
2735 fix imap using a tunnel command
2739 2003-03-18 [christoph] 0.8.11claws26
2744 rewrite flag handling for folders
2746 2003-03-18 [christoph] 0.8.11claws25
2751 unset NEW and UNREAD flags when message is ignored, to make
2752 sure messages don't show up as unread on other IMAP clients,
2753 because the IGNORE_THREAD flag can not be syncronized through
2756 2003-03-17 [christoph] 0.8.11claws24
2759 don't use recursion to fetch uids when the number of messages
2760 does not match. Moved code into subfunction that is used
2761 again when needed, to prevent an endless loop.
2763 2003-03-17 [thorsten] 0.8.11claws23
2765 * src/imageview.[ch]
2766 export imageview_get_resized_size() (for plugins)
2767 * src/prefs_common.[ch]
2768 added prefs_common_get() (for plugins)
2770 2003-03-17 [christoph] 0.8.11claws22
2773 o remove UID guessing from copy code
2774 o support UIDPLUS extension for APPEND command
2776 2003-03-17 [paul] 0.8.11claws21
2779 remove 'Compiled-plugins' section.
2781 * src/plugins/dillo_viewer/dillo_viewer.c
2782 slight change to description text
2784 2003-03-16 [match] 0.8.11claws20
2785 * src/ldapserver.[ch] ** NEW **
2786 * src/ldapctrl.[ch] ** NEW **
2787 * src/ldapquery.[ch] ** NEW **
2788 * src/ldaputil.[ch] ** NEW **
2789 * src/addrcindex.[ch] ** NEW **
2790 * src/addrquery.h ** NEW **
2792 * src/addrcache.[ch]
2793 * src/addrindex.[ch]
2794 * src/addr_compl.[ch]
2795 * src/addressbook.[ch]
2800 * src/editldap_basedn.c
2804 included dynamic LDAP queries. improved address
2807 2003-03-16 [paul] 0.8.11claws19
2809 * tools/multiwebsearch.pl
2812 2003-03-16 [christoph] 0.8.11claws18
2815 * src/plugins/dillo_viewer/dillo_viewer.c
2816 * src/plugins/mathml_viewer/mathml_viewer.c
2817 make unregistering of MimeViewerFactorys possible
2819 2003-03-16 [alfons] 0.8.11claws17
2824 2003-03-16 [melvin] 0.8.11claws16
2826 * src/plugins/dillo_viewer.c
2827 Fixed bug where it was not possible to view more than
2828 one text/html attachment per message (bug discovered
2829 by Christoph Hohmann).
2831 2003-03-15 [melvin] 0.8.11claws15
2833 * src/prefs_actions.c
2834 Fixed compilation warnings.
2836 2003-03-15 [melvin] 0.8.11claws14
2838 * src/plugins/Makefile.am
2839 * src/plugins/dillo_viewer/.cvsignore ** NEW **
2840 * src/plugins/dillo_viewer/Makefile.am ** NEW **
2841 * src/plugins/dillo_viewer/dillo_viewer.c ** NEW **
2842 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2843 newer (http://dillo.auriga.wearlab.de/).
2845 2003-03-15 [christoph] 0.8.11claws13
2848 don't query imap folder for attributes because we already
2849 for them from imap_status
2852 add support for plugable MimeViewers (unloading Viewers
2855 * src/plugins/Makefile.am
2856 * src/plugins/mathml_viewer/.cvsignore ** NEW **
2857 * src/plugins/mathml_viewer/Makefile.am ** NEW **
2858 * src/plugins/mathml_viewer/mathml_viewer.c ** NEW **
2859 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2860 widget from http://helm.cs.unibo.it/mml-widget/
2862 2003-03-14 [christoph] 0.8.11claws12
2865 o error return code's should better be negative
2866 o replace printf with debug_print
2869 improve IMAP folder scan by checking UID-NEXT
2872 remove check that are unnecessary in my opinion
2874 2003-03-13 [christoph] 0.8.11claws11
2883 * src/prefs_scoring.c
2885 use a common function to get a displayable name
2888 2003-03-13 [paul] 0.8.11claws10
2892 tools/multiwebsearch.conf ** NEW FILE **
2893 tools/multiwebsearch.pl ** NEW FILE **
2894 add multiwebsearch Actions script
2896 2003-03-13 [colin] 0.8.11claws9
2899 Remove leading emtpy lines from quoted text
2902 2003-03-13 [melvin] 0.8.11claws8
2904 * src/prefs_actions.c
2907 Added Cancel and OK buttons
2910 2003-03-13 [christoph] 0.8.11claws7
2920 replace more folder type stuff with folder class stuff
2922 2003-03-13 [melvin] 0.8.11claws6
2924 * src/prefs_actions.c
2926 %u: user provided argument
2927 %h: user provided argument (hidden on input)
2928 %s: current text selection in the message view
2930 2003-03-13 [paul] 0.8.11claws5
2932 * sync with 0.8.11cvs5
2933 see ChangeLog 2003-03-11, 2003-03-12
2935 2003-03-12 [christoph] 0.8.11claws4
2938 use folder class idstr when writing folderlist.xml
2943 replace folder type checks with folder class checks
2945 2003-03-12 [christoph] 0.8.11claws3
2950 * src/mbox_folder.[ch]
2953 o create a list of known folder classes in the folder system
2954 o use folder class id strings for folder item identifiers
2956 2003-03-12 [christoph] 0.8.11claws2
2959 fix imap uid validity check
2961 2003-03-12 [christoph] 0.8.11claws1
2972 * src/prefs_scoring.c
2976 initial restructuring of folder system, seperating
2977 folders and folder classes
2979 2003-03-12 [paul] 0.8.11claws
2983 2003-03-12 [christoph]
2985 * src/gtk/prefswindow.c
2986 fix translation of "Page Index"
2988 2003-03-12 [paul] 0.8.10claws110
2990 a sync from 0.8.11cvs4 before the release
2992 * src/common/utils.c
2993 subject_compare_for_sort(): allow null strings (fixes
2996 2003-03-11 [paul] 0.8.10claws109
2999 update Spanish translation, submitted by
3000 Ricardo Mones Lastra
3002 2003-03-11 [melvin] 0.8.10claws108
3005 Updated French translations
3007 2003-03-11 [paul] 0.8.10claws107
3009 * manual/en/Makefile.am
3011 update English manual, add a new page
3012 updated by Francois Barriere <fbarriere@atmel.fr>
3017 update Bulgarian, Italian, and Serbian translations
3018 submitted by George Danchev, Alessandro Maestri, and
3021 2003-03-10 [paul] 0.8.10claws106
3024 src/gtk/prefswindow.c
3025 make some strings translatable
3027 2003-03-10 [darko] 0.8.10claws105
3030 code cleanup to make Hiro happy
3032 2003-03-10 [paul] 0.8.10claws104
3034 * sync with 0.8.11cvs2
3035 see ChangeLog 2003-03-10
3037 2003-03-09 [melvin] 0.8.10claws103
3040 textview_set_font(): fix for message display in
3041 UTF-8 locales (thanks to Sergey Vlasov).
3042 (was unintentionnaly reverted in 0.8.6claws6)
3044 2003-03-08 [darko] 0.8.10claws102
3047 fix infinite loop in wrapping as reported
3049 obsoletes patch #696482
3051 2003-03-08 [christoph] 0.8.10claws101
3054 add workaround for IMAP servers that do not
3055 support the "UID SEARCH UID" command
3057 2003-03-07 [christoph] 0.8.10claws100
3059 * src/plugins/spamassassin/spamassassin.[ch]
3060 * src/plugins/spamassassin/spamassassin_gtk.c
3063 2003-03-07 [paul] 0.8.10claws99
3066 updated Spanish translation, submitted by
3067 Ricardo Mones Lastra
3069 2003-03-07 [christoph] 0.8.10claws98
3072 fix in 0.8.10claws94 was wrong
3073 local delivery does not require escaping, remove escaping
3074 code to make signatures of mails with "." lines valid
3076 NOTE: requires that sendmail is executed with "-i" option,
3077 what is the default now, but has to be changed in all
3080 2003-03-07 [paul] 0.8.10claws97
3082 * sync with 0.8.11 release
3083 see ChangeLog 2003-03-07
3085 2003-03-06 [paul] 0.8.10claws96
3088 revert commit 0.8.10claws92
3090 2003-03-06 [paul] 0.8.10claws95
3093 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3096 fix bug 74, 'Crash opening editor window with pseudo-color
3099 Patches submitted by Kevin Vigor <kevin@vigor.nu>
3101 2003-03-06 [christoph] 0.8.10claws94
3104 fix rfc2821 (4.5.2) violation in SMTP data sending,
3105 all lines starting with a period get an extra period
3107 (found by Simon 'corecode' Schubert)
3109 2003-03-06 [paul] 0.8.10claws93
3112 if configured font can't be loaded fall back to gtk
3113 default. (with thanks to Christoph)
3115 closes long-standing bug 15 'Crashes on startup'
3117 2003-03-06 [paul] 0.8.10claws92
3120 freeze text before autosave and thaw afterwards
3121 fixes bug 67 'autosave make re-rediting message crazy'
3123 2003-03-06 [christoph] 0.8.10claws91
3126 ignore address comment in dupe check for Cc-list
3128 (closes reopened bug 47 Replying to message strips name part of
3129 e-mail addresses of Cc: lines)
3131 2003-03-06 [paul] 0.8.10claws90
3134 remove reference to gtkxtext.h as its no longer in
3137 2003-03-06 [paul] 0.8.10claws89
3139 * sync with 0.8.10cvs25
3140 see ChangeLog 2003-03-06
3142 2003-03-06 [oliver] 0.8.10claws88
3147 2003-03-06 [oliver] 0.8.10claws87
3150 remove changes introduced inclaws74
3152 another attempt to sanely delete and update
3153 messages deleted in separate messageview
3155 2003-03-05 [christoph] 0.8.10claws86
3158 check if "From" matches any account's address if
3159 addressbook completion of addresses is disabled too
3161 (closes Bug 70 "Display recipient in from" doesn't check
3162 folder's default account)
3164 2003-03-05 [christoph] 0.8.10claws85
3167 * src/common/utils.[ch]
3168 don't strip address comments when building Cc lists
3170 (closes Bug 47 Replying to message strips name part of e-mail addresses
3174 fix return value of copy function
3176 2003-03-05 [christoph] 0.8.10claws84
3179 don't ask imap server for non rfc822 headers
3181 (closes bug 71 IMAP FETCH asks for FROM header field twice)
3184 destroy session on socket error to allow reconnecting
3186 2003-03-05 [christoph] 0.8.10claws83
3189 fix building with gnome when no prefix is set
3191 (closes bug 66 Gnome directory is set to NONE)
3193 2003-03-05 [paul] 0.8.10claws82
3195 * sync with 0.8.10cvs23
3196 see ChangeLog 2003-03-05
3198 2003-03-04 [christoph] 0.8.10claws81
3201 o fix moving and copying when folder returns 0 for new
3203 o remove some code for single message copy and move
3204 operations and use functions for multiple messages
3206 (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3209 remove unused include
3211 2003-03-04 [paul] 0.8.10claws80
3214 list 'Compiled plugins'
3216 2003-03-03 [christoph] 0.8.10claws79
3219 have to multiply the percentage of the current fetch with
3220 the percentage that it has of the total fetch operation
3223 2003-03-03 [christoph] 0.8.10claws78
3226 fix calculation of expected lines for progress indicator
3228 2003-03-03 [christoph] 0.8.10claws77
3231 * src/common/utils.c
3232 fix segfault when opening the root news folder
3234 2003-03-03 [christoph] 0.8.10claws76
3236 * src/mainwindow.[ch]
3237 * src/common/Makefile.am
3238 * src/common/progressindicator.[ch]
3239 add UI independent progress indicator handling
3242 use new progress indicator for message info fetching
3244 * src/common/hooks.h
3247 2003-03-03 [oliver] 0.8.10claws75
3251 removed commented code
3253 2003-03-03 [oliver] 0.8.10claws74
3256 cleanups and refactoring
3258 compose_reply_mode reply & forwarding interface for
3261 act on messages marked for deletion in folderview_selected
3262 based on prefs_common.immediate_exec since a message might
3263 have been deleted by messageview in a folder we are changing
3264 to (does anybody understand what I'm on about ?)
3266 2003-03-03 [oliver] 0.8.10claws73
3268 * src/messageview.[ch]
3270 - messageview_delete: delete message shown in messagview
3271 - messageview_update_view: update messageview to currently
3272 selected summaryview message
3273 - add separate messageview to msgview_list in order to update
3274 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3275 * src/summaryview.[ch]
3276 summary_get_selection returns a list of selected msgs
3279 toolbar reply refactoring
3281 2003-03-03 [paul] 0.8.10claws72
3283 * sync with 0.8.10cvs21
3284 see ChangeLog 2003-03-03
3286 2003-03-02 [christoph] 0.8.10claws71
3288 * src/common/passcrypt.c
3291 2003-03-02 [christoph] 0.8.10claws70
3294 * src/prefs_account.c
3295 * src/prefs_gtk.[ch]
3296 * src/common/.cvsignore
3297 * src/common/Makefile.am
3298 * src/common/passcrypt.c ** NEW **
3299 * src/common/passcrypt.h.in ** NEW **
3300 Implement password encryption in config files
3301 using unix encrypt and setkey functions. The crypt
3302 key can be set as a configure parameter. Old
3303 passwords will be converted if they do not begin
3306 2003-03-02 [paul] 0.8.10claws69
3308 * src/prefs_account.c
3311 2003-03-01 [thorsten] 0.8.10claws68
3319 corrected format strings
3322 (fix compile errors with GNU gettext-0.11.5)
3324 2003-03-01 [oliver] 0.8.10claws67
3327 menu callbacks call toolbar_menu_reply
3329 2003-03-01 [oliver] 0.8.10claws66
3333 menu callbacks call toolbar_menu_reply
3335 callbacks from menu handled by toolbar_menu_reply
3337 2003-03-01 [paul] 0.8.10claws65
3340 revert commit 0.8.10claws54 - breaks editing of
3344 update Bulgarian translation, submitted by
3347 2003-02-28 [christoph] 0.8.10claws64
3353 * src/gtkxtext.h ** REMOVE **
3359 * src/prefs_common.c
3360 * src/prefs_matcher.c
3361 * src/procheader.[ch]
3364 * src/common/ssl_certificate.c
3365 * src/gtk/colorlabel.c
3368 o remove code obsoleted by new cache and folder system rework
3370 2003-02-28 [oliver] 0.8.10claws63
3373 * fix bug where reply in Messageview replied to
3374 Message displayed in summaryview
3375 (reportedd via ML by chinatinte at gmx dot ch)
3376 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3377 didn't work in separate MessageView Toolbar
3378 (wondering if anybody uses this at all ?)
3379 * src/summaryview.[ch]
3380 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3381 (generalize reply and forward code);
3383 remove focus_in event which updated summaryview to messageview
3385 2003-02-28 [paul] 0.8.10claws62
3388 add the --check option
3389 Patch submitted by Ricardo Mones Lastra
3391 2003-02-28 [paul] 0.8.10claws61
3393 * src/prefs_account.c
3394 re-order 'Signature' items
3396 2003-02-28 [paul] 0.8.10claws60
3398 * sync with 0.8.10cvs20
3399 see ChangeLog 2003-02-28
3401 2003-02-28 [paul] 0.8.10claws59
3404 update to reflect recent movement of files
3406 2003-02-28 [paul] 0.8.10claws58
3408 * sync with 0.8.10cvs19
3409 see ChangeLog 2003-02-28
3411 2003-02-27 [martin] 0.8.10claws57
3413 * src/prefs_matcher.c
3414 fix segfault in prefs_matcher_ok() when the
3415 last entry is deleted and prevents that the
3416 message "entry not saved" comes up after deleting
3419 2003-02-27 [martin] 0.8.10claws56
3421 * src/prefs_filtering.c
3422 fix segfault in prefs_filtering_ok() when the
3423 last entry is deleted and prevents that the
3424 message "entry not saved" comes up after deleting
3427 2003-02-27 [paul] 0.8.10claws55
3429 * sync with 0.8.10cvs18
3430 see ChangeLog 2003-02-27
3432 2003-02-27 [paul] 0.8.10claws54
3435 fix bug where the address book crashes with
3437 Patch [687729] submitted by David Frager
3438 <dbfrager@users.sourceforge.net>
3440 2003-02-25 [christoph] 0.8.10claws53
3443 * src/colorlabel.[ch] ** REMOVE **
3444 * src/gtk/Makefile.am
3445 * src/gtk/colorlabel.[ch] ** NEW **
3446 move colorlabel files to gtk directory
3448 * src/esmtp.[ch] ** REMOVE **
3449 has been merged into smtp.[ch] in 0.7.5
3451 2003-02-25 [christoph] 0.8.10claws52
3454 * src/about.[ch] ** REMOVE **
3455 * src/gtk/Makefile.am
3456 * src/gtk/about.[ch] ** NEW **
3457 move about files to gtk directory
3459 2003-02-25 [christoph] 0.8.10claws51
3462 some code optimization of folder scanning code
3464 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3466 2003-02-25 [christoph] 0.8.10claws50
3469 * src/common/sylpheed.c
3470 add command line parameter parsing to common code
3472 2003-02-24 [christoph]
3476 fix gnome prefix problems, the configure script now removed
3477 `gnome-config --prefix` from `gnome-config --datadir`
3478 and adds $(prefix} instead
3480 (closes Bug 24 Makefile does not respect prefix when installing
3483 2003-02-24 [christoph] 0.8.10claws49
3486 check for valid session before trying to authenticate
3488 (closes Bug 60 crash if "authenticate on logon" is activated
3489 and newsserver-hostname is not valid)
3491 2003-02-24 [melvin] 0.8.10claws48
3493 * src/prefs_actions.c
3494 Make sure all user's input is sent to the action and then
3497 2003-02-23 [alfons] 0.8.10claws46
3500 also wait cursor when deleting files
3504 * tools/freshmeat_search.pl
3505 tools/google_search.pl
3506 scripts should now work for any browser/browser command line
3508 2003-02-22 [christoph] 0.8.10claws45
3511 fix IMAP flag setting, IMAP flag is not handled correctly
3512 anymore by the folder system and information about the
3513 folder should not be saved in the MsgInfo (in my opinion)
3515 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3517 2003-02-22 [christoph] 0.8.10claws44
3520 fix spelling of "label" ;-)
3522 2003-02-22 [thorsten] 0.8.10claws43
3525 src/prefs_common.[ch]
3527 do not use description as attachment name
3529 2003-02-22 [alfons] 0.8.10claws42
3532 freeze/thaw folder item updates when changing color labels,
3533 and put a wait cursors on
3535 2003-02-22 [thorsten] 0.8.10claws41
3538 save-all fixes: crash if invoked on multipart container,
3539 mimeinfo access, pathseparators, error dialog
3541 2003-02-21 [alfons] 0.8.10claws40
3546 2003-02-21 [colin] 0.8.10claws39
3551 2003-02-21 [colin] 0.8.10claws38
3554 Freeze/thaw folderItem updates when filtering messages
3555 via Tools/Filter messages
3557 2003-02-21 [paul] 0.8.10claws37
3560 revert commit 0.8.10claws26, there are ulterior motives
3561 for users to set a Reply-To header when posting to
3564 2003-02-21 [paul] 0.8.10claws36
3566 * sync with 0.8.10cvs17
3567 see ChangeLog 2003-02-21
3569 2003-02-20 [christoph] 0.8.10claws35
3572 IMAP UID fetch speedup using SEARCH
3574 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3577 fix problem with UIDs in IMAP UID cache that no longer existed
3579 2003-02-20 [christoph] 0.8.10claws34
3584 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3586 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3589 Rewrite imap_cmd_gen_recv use sock_getline instead
3590 of sock_gets to avoid problems with too long reply
3593 2003-02-20 [colin] 0.8.10claws33
3595 * src/prefs_account.c
3598 2003-02-20 [colin] 0.8.10claws32
3601 Remove useless '&& !to_sender'
3606 change my e-mail address
3608 2003-02-19 [colin] 0.8.10claws31
3610 * src/prefs_common.c
3611 X11 style colors for every configurable color
3613 2003-02-19 [alfons] 0.8.10claws30
3615 * src/prefs_gtk.[ch]
3616 * src/prefs_common.c
3617 for color_new accept both plain integers and X11 style color
3618 names (as found in /usr/lib/X11/rgb.txt)
3620 2003-02-19 [paul] 0.8.10claws29
3623 add tooltips to online/offline button and account selector
3626 2003-02-19 [paul] 0.8.10claws28
3630 src/prefs_account.[ch]
3631 src/prefs_common.[ch]
3632 move 'Maximum number of articles to download' to
3634 clean up account prefs gui a little by hiding entries
3635 rather then greying out entries
3637 2003-02-19 [hiro] 0.8.10claws27
3639 * src/common/utils.c
3640 fix bug #54 'yesterdays date is displayed in the message
3643 2003-02-19 [paul] 0.8.10claws26
3646 fix bug reported in Feature Request [688596]
3647 'Reply-to header in news'
3649 2003-02-18 [paul] 0.8.10claws25
3652 add a 'List all keys' button to key selection dialog
3654 2003-02-18 [colin] 0.8.10claws24
3656 * src/stock_pixmap.c
3659 2003-02-18 [colin] 0.8.10claws23
3661 * src/common/smtp.[ch]
3663 Try to starttls if it seems to be the only
3664 way to authenticate a user
3666 2003-02-18 [paul] 0.8.10claws22
3670 src/stock_pixmap.[ch]
3671 src/pixmaps/drafts_close.xpm ** NEW FILE **
3672 src/pixmaps/drafts_open.xpm ** NEW FILE **
3673 as a Drafts folder is a special folder allow it to have
3674 its own unique icons
3676 2003-02-18 [colin] 0.8.10claws21
3679 Fix port selection when using starttls
3681 2003-02-18 [paul] 0.8.10claws20
3684 src/prefs_common.[ch]
3685 make blue the default new mail colour
3687 2003-02-18 [paul] 0.8.10claws19
3689 * sync with 0.8.10cvs14
3690 see ChangeLog 2003-02-18
3692 2003-02-17 [jens] 0.8.10claws18
3695 fixed a compile problem with gcc 3.3
3696 works on 2.95.3 too (testet on PPC as it is big endian)
3698 2003-02-17 [paul] 0.8.10claws17
3700 * sync with 0.8.10cvs13
3701 see ChangeLog 2003-02-17
3703 2003-02-17 [paul] 0.8.10claws16
3705 * sync with 0.8.10cvs12
3706 see ChangeLog 2003-02-17
3708 2003-02-16 [match] 0.8.10claws15
3711 Eliminates reloading of address data when items
3712 deleted or added. Applied submitted by
3713 Luke Plant <lukeplant@softhome.net>
3715 2003-02-16 [paul] 0.8.10claws14
3718 when a 'protocol error' is encountered disconnect from
3719 the server. This means that the user can carry on viewing
3720 other articles and doesn't have to either wait until the
3721 server timesout or quit sylpheed.
3722 Fixes bug #53 'Unable to read messages in newsgroups,
3723 displayed message doesn't change'
3725 2003-02-15 [christoph] 0.8.10claws13
3728 fix bug that stopped scanning of folders when an
3729 IMAP folder was empty
3731 (closes bug 46 stop scan messages in folders after empty folder)
3737 tools/freshmeat_search.pl ** NEW FILE **
3738 tools/google_search.pl ** NEW FILE **
3739 Add 2 Actions scripts which search freshmeat/google
3740 for the selected text using the browser configured
3743 Note: These scripts are very dependent on the format of the
3744 browser command and may not work on every occasion. Testing
3747 2003-02-14 [alfons] 0.8.10claws12
3750 fix breakage because of uninitialized account pointer.
3753 2003-02-14 [paul] 0.8.10claws11
3756 src/prefs_account.[ch]
3757 src/prefs_common.[ch]
3758 move signature settings to Account Prefs
3760 2003-02-14 [paul] 0.8.10claws10
3762 * sync with 0.8.10cvs11
3763 see ChangeLog 2003-02-14
3765 2003-02-13 [thorsten] 0.8.10claws9
3768 revert news progressbar (GUI separation)
3770 2003-02-13 [paul] 0.8.10claws8
3773 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3776 2003-02-13 [paul] 0.8.10claws7
3780 fix 'Follow-up and Reply-to' so that it creates a reply to
3781 the newsgroup and the sender. If the message has the keyword
3782 'poster' in the Followup-To header, all replies go to the
3783 sender, re: RFC 1036, Section 2.2.3
3784 rename all instances of 'ignore_replyto' to 'to_sender', both
3785 were previously used, now we use just one.
3787 2003-02-13 [paul] 0.8.10claws6
3789 * sync with 0.8.10cvs9
3790 see ChangeLog 2003-02-13
3792 2003-02-13 [paul] 0.8.10claws5
3795 show which plugins are configured in the configure
3798 2003-02-12 [thorsten] 0.8.10claws4
3801 show progress while fetching news headers
3803 2003-02-12 [christoph] 0.8.10claws3
3806 * src/plugins/Makefile.am
3807 use AM_CONDITIONAL to enable plugins, automake correctly
3808 manages this when creating distdir
3810 2003-02-12 [christoph] 0.8.10claws2
3812 * ac/spamassassin.m4
3813 * src/plugins/spamassassin/Makefile.am
3814 fix building SpamAssassin plugin without OpenSSL
3816 2003-02-12 [paul] 0.8.10claws1
3820 src/plugins/Makefile.am
3821 fix failure of 'make release'
3823 2003-02-12 [paul] 0.8.10claws
3825 * 0.8.10claws released
3827 2003-02-12 [paul] 0.8.9claws56
3834 updated translations by George Danchev, Ricardo Mones Lastra,
3835 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3838 Allow the building of RPMs by a regular user. Submitted
3841 2003-02-11 [alfons] 0.8.9claws55
3844 don't use pixmaps for label color rect but draw rectangles
3845 so we can respect the color map of palette based visuals
3846 (fixes the long time crashes on Suns - thanks to Andreas
3847 Engel and Steve O'Hara-Smith for testing)
3849 2003-02-11 [christoph] 0.8.9claws54
3851 * src/matcher_parser_parse.y
3852 correct bug where filering rules of not existing folders in
3853 matcherrc were added to global filtering
3855 (closes Debian Bug #180253 - Directory's filter-rules are merged with
3856 main filter-rules after removing directory, http://bugs.debian.org/180253)
3858 2003-02-11 [paul] 0.8.9claws53
3860 * sync with 0.8.10cvs7
3861 see ChangeLog 2003-02-09
3863 2003-02-11 [melvin] 0.8.9claws52
3866 Updated French tranlsations
3868 2003-02-10 [paul] 0.8.9claws51
3871 correct --enable-openssl
3872 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3874 2003-02-09 [martin] 0.8.9claws50
3876 * src/prefs_matcher.c
3877 fix segfault in prefs_matcher_substitute_cb() when
3880 2003-02-09 [paul] 0.8.9claws49
3883 fix bug where a newsgroup folder's processing rules were
3884 merged with the global filtering rules when the newsgroup
3885 folder was deleted, causing some seriously bad results,
3886 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3888 2003-02-08 [melvin] 0.8.9claws48
3891 Corrected and modified an alert message.
3893 2003-02-07 [paul] 0.8.9claws47
3896 fix bug where both an 'Account properties' window and a
3897 'Folder properties' window were opened when clicking on
3898 'Properties' in an NNTP or IMAP folder's popup menu.
3900 2003-02-07 [paul] 0.8.9claws46
3902 * sync with 0.8.10cvs6
3903 see ChangeLog 2003-02-06
3905 2003-02-06 [christoph] 0.8.9claws45
3908 freeze folder updates while importing mbox files
3909 (closes bug 43 importing mbox took hours)
3911 Patch submitted by Jens Rantil <jens.rantil@telia.com>
3913 2003-02-06 [thorsten] 0.8.9claws44
3916 Updated german translations
3918 2003-02-06 [thorsten] 0.8.9claws43
3921 use guint for message numbers (fix count in grouplist dialog)
3923 2003-02-05 [paul] 0.8.9claws42
3925 * sync with 0.8.10cvs2
3926 see ChangeLog 2003-02-05
3928 2003-02-04 [colin] 0.8.9claws41
3930 * src/prefs_common.[ch]
3933 Add an option to disable threading by subject
3935 2003-02-04 [christoph] 0.8.9claws40
3938 only abort fetching mails from multiple accounts when the
3939 error is fatal and does not allow to check any more accounts
3940 (currently only disk full error)
3942 (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3943 receive mails for other accouts)
3945 2003-02-04 [christoph] 0.8.9claws39
3948 first add the new message to the cache, then
3949 send the update notification
3951 (closes bug 39 after sending message folderview doesnt get updated)
3953 2003-02-04 [colin] 0.8.9claws38
3956 _really_ fix this Connecting... status
3958 2003-02-04 [paul] 0.8.9claws37
3961 see ChangeLog 2003-02-04
3963 2003-02-04 [paul] 0.8.9claws36
3965 * sync with 0.8.9cvs6
3966 see ChangeLog 2003-02-03
3968 2003-02-04 [paul] 0.8.9claws35
3971 updated by André Filipe de Assunção e Brito
3972 <bedecko@netsite.com.br>
3974 2003-02-03 [thorsten] 0.8.9claws34
3977 Updated german translations
3979 2003-02-02 [paul] 0.8.9claws33
3982 updated by Ricardo Mones Lastra
3984 2003-02-02 [thorsten] 0.8.9claws32
3987 Fix mh_get_msginfo() segfault if file is inaccessible
3989 2003-01-31 [colin] 0.8.9claws31
3992 Fix last commit's bug
3994 2003-01-31 [colin] 0.8.9claws30
3997 Missing a change for gpg-signed messages
3999 2003-01-31 [paul] 0.8.9claws29
4001 * src/pixmaps/gpg_signed.xpm ** NEW FILE **
4003 src/stock_pixmap.[ch]
4005 indicate GnuPG signed messages by displaying an icon
4006 in the Attachment column.
4008 2003-01-31 [paul] 0.8.9claws28
4010 * sync with 0.8.9cvs4
4011 see ChangeLog 2003-01-31
4013 2003-01-31 [alfons] 0.8.9claws27
4016 tune URI parser to accept mailto URLs with a '?'
4017 (patch from Ruslan Balkin)
4019 2003-01-31 [colin] 0.8.9claws26
4022 Fix a leak introduced in claws24
4024 2003-01-31 [colin] 0.8.9claws25
4027 Freeze/Thaw folder updates when deleting dups
4029 2003-01-31 [colin] 0.8.9claws24
4034 little speed improvements
4036 2003-01-31 [colin] 0.8.9claws23
4039 Fix segfault when forwarding nothing
4040 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4042 2003-01-30 [paul] 0.8.9claws22
4044 * sync with 0.8.9cvs3
4045 see ChangeLog 2003-01-30
4047 2003-01-30 [paul] 0.8.9claws21
4049 * sync with 0.8.9cvs2
4050 see ChangeLog 2003-01-30
4052 2003-01-29 [paul] 0.8.9claws20
4054 * sync with 0.8.9cvs1
4055 see ChangeLog 2003-01-29
4057 2003-01-28 [paul] 0.8.9claws19
4060 update to reflect changes.
4061 thanks to Ricardo Mones Lastra
4063 2003-01-27 [christoph] 0.8.9claws18
4066 * ac/spamassassin.m4
4067 * src/plugins/spamassassin/README
4068 * src/plugins/spamassassin/libspamc.[ch]
4069 * src/plugins/spamassassin/utils.[ch]
4070 updated to latest libspamc
4072 2003-01-27 [christoph] 0.8.9claws17
4075 fix wrong use of procheader_get_header_fields
4077 2003-01-27 [christoph] 0.8.9claws16
4080 * src/prefs_account.[ch]
4081 * src/common/nntp.[ch]
4082 allow to force authentication for NNTP servers
4084 Patch submitted by Florian Mickler <dmk@d-labs.de>
4086 2003-01-26 [paul] 0.8.9claws15
4089 speed up of marking messages as read
4090 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4092 2003-01-26 [christoph] 0.8.9claws14
4095 * src/mgutils.[ch] ** REMOVE **
4096 * src/xml.[ch] ** REMOVE **
4097 * src/xmlprops.[ch] ** REMOVE **
4098 * src/common/Makefile.am
4099 * src/common/mgutils.[ch] ** NEW **
4100 * src/common/xml.[ch] ** NEW **
4101 * src/common/xmlprops.[ch] ** NEW **
4102 move xml files to common directory
4104 2003-01-26 [christoph] 0.8.9claws13
4106 * src/plugins/spamassassin/spamassassin_gtk.c
4107 only set gtk entry text if string is available
4109 2003-01-26 [melvin] 0.8.9claws12
4111 * src/description_window.c
4112 Allow resizing of the window
4113 Allow automatic horizontal scroll bar
4114 Do not vertically expand and fill
4116 2003-01-26 [christoph] 0.8.9claws11
4119 * src/gtkutils.[ch] ** REMOVE **
4120 * src/common/sylpheed.c
4121 * src/gtk/Makefile.am
4122 * src/gtk/description_window.c
4123 * src/gtk/gtkutils.[ch] ** NEW **
4124 * src/gtk/prefswindow.c
4125 move gtkutils to gtk directory
4127 2003-01-26 [paul] 0.8.9claws10
4130 rename summary_unread_clicked() to summary_status_clicked()
4132 2003-01-26 [melvin] 0.8.9claws9
4134 * src/prefs_actions.c
4135 Cosmetical changes to the help text
4137 2003-01-26 [paul] 0.8.9claws8
4142 src/prefs_sumamry_column.c
4144 rename the 'Unread' column to 'Status'
4146 2003-01-25 [match] 0.8.9claws7
4149 removed reference to LDAP constants. removed error2string.
4150 included functions to support LDAP dynamic queries.
4152 moved LDAP constants here.
4156 removed references to LDAP constants and references to
4159 2003-01-25 [paul] 0.8.9claws6
4162 summary_thread_build(), summary_thread_init(): remove
4163 unneeded reference to summaryview->folder_item
4165 2003-01-25 [christoph] 0.8.9claws5
4167 * src/gtk/description_window.c
4168 o allow description texts to expand over multiple columns
4169 o translate all columns
4170 * src/prefs_actions.c
4171 change syntax description to use new multi column feature
4173 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4175 2003-01-25 [match] 0.8.9claws4
4178 fixed bug with Quoted-Printable
4180 2003-01-25 [paul] 0.8.9claws3
4183 src/summaryview.[ch]
4184 implement per-folder collapsed/expanded threads setting
4186 * src/prefs_common.c
4187 remove global collapsed/expanded threads option
4189 2003-01-25 [christoph] 0.8.9claws2
4192 add pluginwindow and prefswindow
4194 make send respond correctly to messages that could be added
4195 to the queue folder, but the UID of the message is unknown
4198 don't return guessed UIDs in imap_add_msg anymore. We return
4199 0 to tell the folder system it was appened but the UID is
4200 unknown. Folder system now get's the UID by scaning the folder
4201 and searching the cache for the Message-ID
4202 (closes bug #29 Messages queued, but not sent)
4204 2003-01-25 [paul] 0.8.9claws1
4207 conv_encode_header(): fix bug when long headers with 8-bit
4208 characters are used, so that the encoded words are wrapped.
4209 If the space in the original text falls on the wrap boundary,
4211 Patch by Sergey Vlasov.
4214 fix bug where a change to the sorting method or thread view
4215 of a folder's messages is lost if simpify-subject is set and
4217 Patch by Luke Plant.
4219 2003-01-24 [paul] 0.8.9claws
4221 * sylpheed-0.8.9claws released
4225 remove reference to 'INSTALL.jp'
4227 2003-01-23 [paul] 0.8.8claws128
4233 updated translations. submitted by Ricardo Mones Lastra,
4234 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4236 2003-01-23 [colin] 0.8.8claws127
4239 Fix drafted and queued news articles re-edition
4241 2003-01-23 [melvin] 0.8.8claws126
4244 Updated French translations
4246 2003-01-23 [colin] 0.8.8claws125
4249 Fix "Connecting to..." status message
4251 2003-01-22 [paul] 0.8.8claws124
4254 updated by George Danchev
4257 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4260 2003-01-21 [paul] 0.8.8claws123
4263 updated by George Danchev
4269 don't translate 'Separator'
4271 * src/plugins/spamassassin/Makefile.am
4272 add aspell to CPPFLAGS
4274 * src/plugins/spamassassin/spamassassin.c
4275 src/plugins/spamassassin/spamassassin_gtk.c
4276 set correct default for spamassassin_receive_spam
4277 slightly re-word descriptions and some
4280 2003-01-19 [alfons] 0.8.8claws122
4283 mimeview_save_as(): we might as well show the file name for
4284 the single case "Save As" too
4286 2003-01-19 [alfons] 0.8.8claws121
4289 change bug tracker URL to bugzilla URL
4291 2003-01-19 [alfons] 0.8.8claws120
4294 mimeview_save_all(): display name of file before overwriting;
4295 continue saving all, even when one overwrite was cancelled
4297 2003-01-19 [christoph] 0.8.8claws119
4301 fix wrong usage of procmsg_find_children in summaryview
4302 by using procmsg_update_unread_children instead of
4303 summaryview_update_unread_children
4305 2003-01-19 [christoph] 0.8.8claws118
4308 fix infinite loop in procmsg_find_children
4309 (closes bug #25 sylpheed crashes on delete.)
4311 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4313 2003-01-19 [paul] 0.8.8claws117
4316 updated by Ivan Francolin Martinez
4318 2003-01-18 [melvin] 0.8.8claws116
4320 * src/prefs_actions.c
4321 Removed syntax limitation of only one '&' at the end of command.
4322 Now actions that contain '>/dev/null 2>&1' are possible.
4324 2003-01-18 [melvin] 0.8.8claws115
4326 * src/prefs_actions.c
4327 Actions IO dialog: when the action ends
4328 the "Close" button now has focus and [Escape] closes the
4331 2003-01-18 [christoph] 0.8.8claws114
4334 o add debug output when MsgInfos are really freed
4335 o free GSLists in procmsg_find_children and
4336 procmsg_update_unread_children
4338 2003-01-18 [christoph] 0.8.8claws113
4341 reorder Configuration menu
4343 2003-01-18 [christoph] 0.8.8claws112
4346 fix applying templates to forwarded messages
4348 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4350 2003-01-17 [christoph] 0.8.8claws111
4353 destroy folder items, when a folder item is removed
4355 2003-01-17 [christoph] 0.8.8claws110
4358 fix wrong folder stats update when ignored message is
4361 2003-01-17 [colin] 0.8.8claws109
4365 Quicksearch bugfixes:
4366 - hide help button at startup if not extended
4367 - switch to extended when looking for replies
4371 * sync with 0.8.9 release
4373 2003-01-17 [paul] 0.8.8claws108
4375 * sync with 0.8.8cvs11
4376 see ChangeLog 2003-01-17
4378 2003-01-16 [colin] 0.8.8claws107
4381 Changed encryption test to re-ask passphrase
4382 if an encrypted message hasn't been decrypted
4385 2003-01-16 [christoph] 0.8.8claws106
4388 * src/prefs_toolbar.c
4389 * src/gtk/prefswindow.h
4390 * src/plugins/spamassassin/spamassassin_gtk.c
4391 remove page destroy function that is not used anymore
4393 2003-01-16 [paul] 0.8.8claws105
4395 * sync with 0.8.8cvs9
4396 see ChangeLog 2002-01-16
4398 2003-01-16 [colin] 0.8.8claws104
4401 Fix bug with autosaved drafts for IMAP, when draft
4402 folder is specified - fixes bugzilla bug #20
4404 2003-01-15 [paul] 0.8.8claws103
4408 store folder and message-id of message forwarding
4409 in queue header and set forward flag after sending
4411 2003-01-15 [paul] 0.8.8claws102
4413 * sync with 0.8.8cvs8
4414 see ChangeLog 2002-01-15
4416 2003-01-15 [colin] 0.8.8claws101
4419 Fix linking with GNU libiconv
4421 2003-01-15 [darko] 0.8.8claws100
4424 fix crash when importing pine address book
4425 entry with an empty name (reported by DY
4426 <dybulk at tri8.net>)
4428 2003-01-14 [paul] 0.8.8claws99
4430 * configure.in ** REMOVED **
4431 configure.ac ** NEW FILE **
4432 rename configure.in to configure.ac, as it is now
4435 2003-01-14 [melvin] 0.8.8claws98
4438 folderview_check_new(): More precise function description
4440 2003-01-14 [melvin] 0.8.8claws97
4443 folderview_check_new(): return the number&