1 2003-08-14 [christoph] 0.9.4claws19
5 add possibility to check all nodes with the same subject for
6 subject threading, not only the oldest node. Should not break
7 threads anymore if the oldest node is thread_by_subject_max_age
8 days older then parent, because it can now find a child of
9 oldest node as new parent.
11 2003-08-11 [christoph] 0.9.4claws18
13 * src/plugins/spamassassin/spamassassin.c
14 run spam check in background process
16 2003-08-10 [alfons] 0.9.4claws17
19 make `Select All' sensitive too
21 2003-08-10 [christoph] 0.9.4claws16
24 add more checks in imap_close
26 2003-08-09 [alfons] 0.9.4claws15
28 * src/prefs_spelling.c
29 no spell checking UI if not requested
31 2003-08-09 [alfons] 0.9.4claws14
33 * src/gtk/prefswindow.c
36 2003-08-09 [christoph] 0.9.4claws13
38 * src/prefs_spelling.c
39 * src/gtk/prefswindow.[ch]
40 * src/plugins/clamav/clamav_plugin_gtk.c
41 * src/plugins/spamassassin/spamassassin_gtk.c
42 sort prefs pages by heighest weight in tree
44 2003-08-09 [paul] 0.9.4claws12
47 see ChangeLog 2003-08-07
50 add Leandro and Luke to claws-branch section
52 2003-08-09 [christoph] 0.9.4claws11
55 * src/gtk/colorsel.[ch] ** NEW **
56 create a color selection dialog that can be used as a simple
57 function call with it's own gtk main loop like filesel.[ch]
62 * src/prefs_spelling.[ch] ** NEW **
63 * src/prefs_spelling.glade ** NEW **
64 * src/gtk/gtkutils.[ch]
65 move "Spell Checker" prefs to new prefs dialog
67 * src/prefs_folder_item.c
68 use new colorsel dialog
70 2003-08-08 [paul] 0.9.4claws10
73 clear the progress bar unconditionally
75 2003-08-08 [paul] 0.9.4claws9
78 see ChangeLog 2003-07-31
80 2003-08-07 [christoph] 0.9.4claws8
83 fix bug in image viewer plugin part
86 don't execute close command if the folder item is not selected
88 2003-08-07 [hoa] 0.9.4claws7
91 * src/matcher_parser.h
92 * src/matcher_parser_parse.y
93 can define several actions for each filtering rule
94 can import old versions of filtering rules
96 * src/prefs_filtering.c
97 call to a new dialog box to define actions
99 * src/prefs_filtering_action.[ch]
100 dialog box to define actions for filtering rules
102 2003-08-06 [christoph] 0.9.4claws6
105 make sure source folder is selected when copying messages
107 2003-08-06 [christoph] 0.9.4claws5
109 * sync with 0.9.4cvs2
110 see ChangeLog 2003-07-29
112 2003-08-05 [paul] 0.9.4claws4
114 * sync with 0.9.4cvs3
115 see ChangeLog 2003-07-30
117 2003-08-04 [match] 0.9.4claws3
120 export of LDIF files.
122 2003-08-04 [match] 0.9.4claws2
125 support for export LDIF. documented.
126 * src/importldif.[ch]
127 * src/exportldif.[ch]
128 add tooltips. documented.
129 * src/exphtmldlg.[ch]
130 * src/common/xmlprops.[ch]
132 * src/exportldif.[ch] ** NEW **
133 * src/expldifdlg.[ch] ** NEW **
134 * src/addressbook.[ch]
136 export of LDIF files.
139 2003-08-04 [christoph] 0.9.4claws1
144 * sylpheed-claws.pc.in ** NEW **
146 * src/common/Makefile.am
147 * src/gtk/Makefile.am
148 install sylpheed header files in $(pkgincludedir) and create a
149 pkg-config file to allow building a plugin without the source
152 2003-08-04 [paul] 0.9.4claws
156 2003-08-04 [paul] 0.9.3claws97
159 update Spanish translation. Submitted by Ricardo
162 2003-08-03 [paul] 0.9.3claws96
166 update Croatian and Serbian translations. Submitted by
167 Dragan and Urke MMI respectively
169 2003-08-03 [alfons] 0.9.3claws95
172 mark flag has precedence over important flag - seems
173 to have been changed in sync of 0.9.3claws45. this fixes
174 a regression where messages that were scored as important
175 don't show their mark flags. (using the same column for
176 both importance as mark flags is the real problem
179 2003-08-03 [melvin] 0.9.3claws94
182 Updated French translations.
184 2003-08-03 [melvin] 0.9.3claws93
187 Fixed typo introduced after 0.9.3claws92
188 that prevented compilation
189 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
190 CPPFLAGS and YFLAGS to allow user setting these.
191 * src/common/Makefile.am
192 * src/gtk/Makefile.am
193 * src/plugins/clamav/Makefile.am
194 * src/plugins/demo/Makefile.am
195 * src/plugins/dillo_viewer/Makefile.am
196 * src/plugins/image_viewer/Makefile.am
197 * src/plugins/mathml_viewer/Makefile.am
198 * src/plugins/spamassassin/Makefile.am
199 * src/plugins/trayicon/Makefile.am
200 * src/plugins/trayicon/libeggtrayicon/Makefile.am
201 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
202 CPPFLAGS and YFLAGS to allow user setting these.
204 2003-08-02 [christoph] 0.9.3claws92
207 o rearrange plugin tests
208 o add test for clamav.h to ClamAV tests
210 2003-08-02 [luke] 0.9.3claws91
213 o fixed appearance of icon list when toggling back from the
215 o toggling of icons using the keyboard works correctly
216 o fixed all other keyboard shortcuts to work when icons are
220 o fixed bug 4 - focus lost when changing messageview view type
222 2003-08-02 [christoph] 0.9.3claws90
225 fix crash when pointer stored in hash table could get invalid
226 when a plugin is unloaded
228 2003-08-01 [christoph] 0.9.3claws89
231 o try to build all plugins (except spamassassin) by default
232 o don't build a plugin if a dependency check fails
237 2003-08-01 [match] 0.9.3claws88
240 allow single click field selection. document code.
242 2003-08-01 [christoph] 0.9.3claws87
244 * src/plugins/clamav/clamav_plugin.c
245 * src/plugins/clamav/clamav_plugin_gtk.c
246 * src/plugins/dillo_viewer/dillo_viewer.c
247 * src/plugins/image_viewer/plugin.c
248 * src/plugins/mathml_viewer/mathml_viewer.c
249 * src/plugins/spamassassin/spamassassin.c
250 * src/plugins/spamassassin/spamassassin_gtk.c
251 * src/plugins/trayicon/trayicon.c
252 add version check to all plugins
254 2003-08-01 [hoa] 0.9.3claws86
256 * src/prefs_filtering.c
257 fixed a cosmetic bug, during creation of dialog box,
258 wrong widgets were shown after creation.
260 2003-08-01 [luke] 0.9.3claws85
263 o fixed visibility of icons/mimeview after toggling separate
264 message/folder view (factored out some similar code too).
267 2003-07-31 [alfons] 0.9.3claws84
270 tweak icon box UI a bit more, now allowing right-clicks actions
271 getting the relevant mime data too; should fix #250, "Can't save
272 attachments sometimes".
274 2003-07-30 [alfons] 0.9.3claws83
277 don't do auto-save-draft inside key press handler, but rather
278 schedule it half of a second later; should fix #67, "autosave
279 make re-rediting message crazy"
281 2003-07-30 [christoph] 0.9.3claws82
283 * src/plugins/trayicon/trayicon.c
284 process pending events before unloading the plugin
286 (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
288 2003-07-30 [alfons] 0.9.3claws81
291 parameter 2 of g_hook_destroy() should really be a hook id
293 2003-07-30 [alfons] 0.9.3claws80
295 * src/common/plugin.c
296 fix a possibly harmful function signature mismatch
299 2003-07-30 [alfons] 0.9.3claws79
301 * src/common/hooks[.ch]
304 2003-07-30 [darko] 0.9.3claws78
307 make it compile again
309 2003-07-30 [luke] 0.9.3claws77
313 o added/moved signal handlers for SIGTERM (normal kill command)
314 and SIGINT (ctl-c) to be used even without
315 --enable-crash-dialog, fixing bug 166
318 o rewrote menu sensitivity code as per mainwindow.c, fixing
322 o changed sensitivity condition for 'Next new' and 'Next
323 unread', fixing bug 8
325 2003-07-29 [alfons] 0.9.3claws76
327 * src/common/utils.[ch]
330 save ack'ed RRR; fixes #205, "return receipt is not saved in
333 2003-07-29 [alfons] 0.9.3claws75
336 fix a memleak (claws-only)
338 2003-07-29 [alfons] 0.9.3claws74
341 * src/gtk/gtkvscrollbutton.[ch]
342 fix UI glitch where mime icon toolbox' scroll position is not
343 reset after switching to another message
346 2003-07-29 [paul] 0.9.3claws73
348 * src/prefs_folder_item.c
349 split the prefs into 2 separate pages
351 2003-07-29 [paul] 0.9.3claws72
354 prepend "\n\n" to a signature without a separator too
356 2003-07-29 [paul] 0.9.3claws71
359 fix bug where changing to an account without an auto-sig
360 from an initial account without an auto-sig would insert
361 2 blank lines at the cursor point
362 fix bug where changing to an account with an auto-sig
363 from an initial account without an auto-sig would insert
364 the sig at the cursor point
366 2003-07-29 [paul] 0.9.3claws70
369 use the colour from the folder pref unless the folder
372 2003-07-29 [alfons] 0.9.3claws69
377 rewrite return receipt request work a little bit (the former
378 implementation presumably depended too much on the UI setting
379 flags). (we're losing the old pending flag.)
381 2003-07-28 [christoph] 0.9.3claws68
387 fix copy to IMAP folder from other folder
389 2003-07-28 [christoph] 0.9.3claws67
392 fix sync of procmsg_get_message_file_list
394 2003-07-28 [christoph] 0.9.3claws66
396 * sync with 0.9.3cvs14
397 see ChangeLog 2003-07-18
398 * sync with 0.9.3cvs17
399 see ChangeLog 2003-07-23
401 (closes Bug 234 segmentation fault after sending out mail via
404 2003-07-28 [paul] 0.9.3claws65
407 update Spanish translation, submitted by Ricardo Mones
410 2003-07-28 [christoph] 0.9.3claws64
415 return new message numbers as a GRelation instead of a GSList
416 that has to be in the same order as the input list. A list
417 would make it hard for IMAP to optimize oepration by sorting
418 the input list. The returned list would have to be reordered
419 to match the same order that input list has.
421 * src/gtk/gtkaspell.c
422 fix missing return value, could cause a crash when garbage is
423 on the stack that is used as the expected return value
425 2003-07-28 [paul] 0.9.3claws63
427 * sync with 0.9.4cvs1
428 see ChangeLog 2003-07-28
430 2003-07-27 [alfons] 0.9.3claws62
433 tweak it more to make icon list act like a check button group
435 2003-07-27 [christoph] 0.9.3claws61
437 * sync with 0.9.3cvs20
438 see ChangeLog 2003-07-25
440 2003-07-27 [paul] 0.9.3claws60
443 re-commit changes from 0.9.3claws58 -
444 accidently removed in 0.9.3claws59
446 2003-07-27 [paul] 0.9.3claws59
449 a sync from 0.9.3cvs17
450 see ChangeLog 2003-07-23
452 2003-07-27 [alfons] 0.9.3claws58
455 add missing header members to MsgInfo; fixes the problem of
456 not displaying X-Faces, as noticed by Ricardo Mones
458 2003-07-26 [christoph] 0.9.3claws57
460 * sync with 0.9.3cvs18
461 see ChangeLog 2003-07-24
463 2003-07-26 [christoph] 0.9.3claws56
465 * sync with 0.9.3cvs17
466 see ChangeLog 2003-07-23
468 2003-07-26 [christoph] 0.9.3claws55
475 add support for copy function that copy multiple messages
476 (not implemented yet)
479 add missing return value
481 2003-07-26 [paul] 0.9.3claws54
483 * tools/multiwebsearch.pl
484 do whitespace substitution before passing the string
485 to the browser. fixes bug with browsers that don't
486 do whitespace conversion themselves.
488 2003-07-25 [christoph] 0.9.3claws53
493 rewrite adding of multiple messages to a folder for
496 2003-07-25 [luke] 0.9.3claws52
499 o icon toggles set correctly on leaving ctree mimeview
501 2003-07-25 [paul] 0.9.3claws51
503 * partial sync with 0.9.3cvs21 [src/main.c]
504 see ChangeLog 2003-07-25
506 2003-07-24 [paul] 0.9.3claws50
508 * tools/maildir2sylpheed.pl
511 2003-07-24 [paul] 0.9.3claws49
514 increase the gutter size of paned so that the panes
517 * src/plugins/demo/demo.c
518 squeeze in another typo fix
520 2003-07-24 [paul] 0.9.3claws48
522 * src/plugins/demo/demo.c
524 small changes to the English
526 * src/pixmaps/mime_application_octect_stream.xpm ** REMOVED **
527 src/pixmaps/mime_application_octet_stream.xpm ** NEW FILE **
530 rename the misspelled icon
532 2003-07-23 [alfons] 0.9.3claws47
535 make icon list look like a list of toggles
537 2003-07-23 [luke] 0.9.3claws46
539 * src/pixmaps/mimeview_gpg_expired.xpm
540 * src/pixmaps/mimeview_gpg_failed.xpm
541 * src/pixmaps/mimeview_gpg_passed.xpm
542 * src/pixmaps/mimeview_text_html.xpm
543 * src/pixmaps/mimeview_image.xpm
544 o all icons the same size
547 o mimeview ctree arranged vertically above the viewer
548 o icons changed to buttons
549 o can use keyboard to select an icon (Enter)
550 o resize icon list to width of icons
552 * src/gtk/gtkvscrollbutton.c
553 o sensitivity of buttons reacts to position
555 2003-07-23 [christoph] 0.9.3claws45
557 * sync with 0.9.3cvs14 (incomplete)
558 see ChangeLog 2003-07-17
560 2003-07-23 [alfons] 0.9.3claws44
564 sync with my local tree to restore some claws-only things
566 2003-07-23 [paul] 0.9.3claws43
568 * src/pixmaps/mime_gpg_expired.xpm ** NEW FILE **
569 src/pixmaps/mime_gpg_unknown.xpm ** NEW FILE **
574 src/stock_pixmap.[ch]
575 indicate missing keys and expired sigs/keys
578 2003-07-23 [paul] 0.9.3claws42
581 Redirect fixes: enable automatic account selection and
582 do not append signature to message on changing account
585 2003-07-23 [paul] 0.9.3claws41
587 * sync with 0.9.3cvs16
588 see ChangeLog 2003-07-23
590 2003-07-23 [alfons] 0.9.3claws40
593 give progress dialog a main window, and give it the first
594 one (presumably the only one). fixes bug #247, "segfault on
597 2003-07-22 [alfons] 0.9.3claws39
600 shift-space scrolls up
602 2003-07-22 [paul] 0.9.3claws38
604 * sync with 0.9.3cvs15
605 see ChangeLog 2003-07-22
607 2003-07-20 [alfons] 0.9.3claws37
610 put menu inside #ifdef USE_ASPELL..#endif
612 2003-07-20 [christoph] 0.9.3claws36
615 fix wrong flags in MsgInfo returned by
616 procmsg_msginfo_get_full_info()
618 (closes Bug 221 Deleting messages from the Message View gives incorrect
619 new/unread message counts in the folder view)
621 * src/plugins/spamassassin/spamassassin_gtk.c
622 add gettext macro for prefs page title
624 2003-07-20 [paul] 0.9.3claws35
627 redraw icon list on signature check
629 2003-07-20 [christoph] 0.9.3claws34
634 * src/folder_item_prefs.[ch] ** NEW **
639 * src/prefs_scoring.c
641 * src/prefs_folder_item.[ch]
642 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
644 o use prefswindow for folder properties
646 * src/gtk/prefswindow.[ch]
647 change implementation to use an invisible notebook instead
648 of unparenting widgets
650 2003-07-20 [christoph] 0.9.3claws33
656 * src/prefs_filtering.h
657 * src/prefs_folder_item.[ch]
662 (always use 1. typedefs, 2. #includes, 3. structures)
664 * src/common/version.h.in
665 add casts for constants
667 * src/plugins/demo/demo.c
670 * src/plugins/spamassassin/spamassassin.c
671 remove unused variable
673 2003-07-20 [alfons] 0.9.3claws32
676 o make icon buttons respond on left click
677 o minor cosmetic change
679 2003-07-19 [luke] 0.9.3claws31
682 * src/gtk/gtkvscrollbutton.c
684 o improved mimeview behaviour when selecting a new message
685 o plus code cleanups to remove compile warnings
688 2003-07-19 [alfons] 0.9.3claws30
692 * src/common/utils.[ch]
693 subject_get_reply_prefix_length() <- subject_get_prefix_length()
695 2003-07-19 [alfons] 0.9.3claws29
697 * src/prefs_folder_item.c
698 reinit "legacy" tmp_prefs, so we don't free nor use invalid
701 2003-07-19 [luke] 0.9.3claws28
707 * src/stock_pixmap.[ch]
708 * src/gtk/Makefile.am
710 * src/gtk/gtkvscrollbutton.[ch] ** NEW **
711 * src/pixmaps/mime_*.xpm ** NEW **
712 o mimeview rearrangement with a new icon shortcut bar
714 2003-07-19 [alfons] 0.9.3claws27
717 o plug leaking nodes_to_recollapse
718 o add folderview_recollapse_all_nodes() (not used yet)
720 2003-07-19 [alfons] 0.9.3claws26
724 honour #240 "Better SUBJECT handling" by cleaning the prefix
725 for both forwarding as replying
727 2003-07-18 [christoph] 0.9.3claws25
730 * src/common/sylpheed.[ch]
731 * src/common/version.h.in
732 add version in numeric form to allow easy comparison
734 * src/plugins/demo/demo.c
736 - sylpheed version > plugin version => never allowed, sylpheed
737 could contain unknown API changes
738 - sylpheed version < minimum version required => don't load,
739 API required not available (if linking does not fail)
741 2003-07-18 [alfons] 0.9.3claws24
743 * src/common/plugin.[ch]
746 2003-07-18 [christoph] 0.9.3claws23
749 fix crash when hooks where unregisted
751 * src/plugins/trayicon/trayicon.c
752 unregister detroy signal before destroying the widget
753 (still crashes when the plugin is unloaded)
755 2003-07-18 [alfons] 0.9.3claws22
758 delay expanding folder tree during drags until timeout triggered
759 (needs perhaps some tweaking, so testing is welcome)
761 2003-07-17 [alfons] 0.9.3claws21
766 2003-07-17 [christoph] 0.9.3claws20
768 * src/common/session.c
769 fix opening of SSL connections
771 * src/plugins/image_viewer/Makefile.am
772 add OPENSSL_CFLAGS (we should find a better solution to remove
773 this dependencies if they are not required)
775 * src/plugins/spamassassin/spamassassin.c
776 remove setlocale workaround (fixed in libspamc)
778 (closes Bug Bug 184 Entering non-ascii character deletes previous char
779 if spell checking enabled)
781 2003-07-17 [alfons] 0.9.3claws19
783 * src/common/hooks.[ch]
784 * src/plugins/clamav/clamav_plugin.c
785 * src/plugins/spamassassin/spamassassin.c
786 * src/plugins/trayicon/trayicon.c
789 2003-07-17 [alfons] 0.9.3claws18
794 2003-07-17 [alfons] 0.9.3claws17
799 2003-07-17 [paul] 0.9.3claws16
804 add link to the Claws site's FAQ page, after the suggestion
805 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
806 Move url strings to defs.h
809 fix typo to prevent "unknown menu entry" warnings
811 2003-07-17 [alfons] 0.9.3claws15
813 * src/folderview.[ch]
814 * src/summaryview.[ch]
818 2003-07-17 [paul] 0.9.3claws14
821 remove two instances of 'GTK_EVENTS_FLUSH' because
822 they are unnecessary and probably cause a stack overflow
824 2003-07-16 [christoph] 0.9.3claws13
827 use an invisible GTK notebook to switch between viewers
828 instead of reparenting widgets
830 2003-07-16 [christoph] 0.9.3claws12
833 move folder_item_update_freeze() to correct place in
834 folder_item_scan_full()
836 2003-07-16 [paul] 0.9.3claws11
838 * sync with 0.9.3cvs12
839 see ChangeLog 2003-07-14 and 2003-07-15
841 2003-07-16 [christoph] 0.9.3claws10
844 * src/prefs_account.[ch]
845 sync IMAP CRAM-MD5 authentication with sylpheed-main
847 2003-07-15 [alfons] 0.9.3claws9
850 make --config-dir do something useful
852 2003-07-15 [alfons] 0.9.3claws8
855 o fix a bug where 'last' didn't really point to the last message
856 in the top level list of children, but to the last threaded
859 o clean up and make it easier to sync
861 2003-07-15 [alfons] 0.9.3claws7
864 make correct menu items sensitive
866 2003-07-14 [alfons] 0.9.3claws6
869 tune the threader so it will not subject-thread any message
870 without a subject prefix (this will not thread correctly if
871 a parent is delivered after their childs, but it looks
874 2003-07-13 [christoph] 0.9.3claws5
877 group "Add mailbox *..." menu items in submenu
879 2003-07-13 [alfons] 0.9.3claws4
882 correct summary_toggle_pressed() signature and make sure
883 signal is not passed on
885 2003-07-13 [alfons] 0.9.3claws3
888 o for now don't pass on keys when they we're handled by
889 ctree::key_press_event
892 2003-07-13 [alfons] 0.9.3claws2
895 add command line option "--config-dir" to get the current
898 2003-07-12 [alfons] 0.9.3claws1
901 * src/matcher_parser_parse.y
902 * src/prefs_filtering.c
904 add "Lock" filter action to lock messages;
908 * src/prefs_filtering.c
909 re-organize matcher part 9:
910 make action text entries easily extendible;
911 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
912 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
917 update old information and add missing
920 2003-07-12 [paul] 0.9.3claws
922 * 0.9.3claws released
924 2003-07-12 [paul] 0.9.0claws103
929 2003-07-12 [melvin] 0.9.0claws102
932 Fixed bug #215: Show MIME tab for single text/html messages.
934 2003-07-12 [paul] 0.9.0claws101
939 2003-07-12 [paul] 0.9.0claws100
945 update Spanish, Croatian, Polish, Serbian translations.
946 submitted by Ricardo Mones Lastra, Dragan, Witold
947 Wladyslaw Wojciech Wilk, Urke MMI
949 2003-07-12 [melvin] 0.9.0claws99
952 Updated French translations.
954 2003-07-12 [paul] 0.9.0claws98
957 disable 'Lookup' button as it has no effect
959 2003-07-11 [alfons] 0.9.0claws97
962 summary_searchbar_pressed() should return TRUE to signal that
963 event was handled. when returning void, the return value passed
964 to GTK is actually random, but maybe FALSE, in which case the
965 event is handled by parent
967 2003-07-10 [paul] 0.9.0claws96
969 * ac/missing/gettext.m4
970 update to version 0.12
972 2003-07-10 [paul] 0.9.0claws95
974 * src/plugins/clamav/clamav_plugin.c
975 fix bug where multipart/alternative messages
976 would slip through without being scanned
978 2003-07-10 [christoph] 0.9.0claws94
981 correct check if folder supports removing when a message is
982 moved. if not the message is only copied.
984 (closes Bug 132 crash on startup in newsgroups folders)
986 2003-07-09 [alfons] 0.9.0claws93
990 --with-config-dir (default .sylpheed)
992 2003-07-09 [christoph] 0.9.0claws92
995 use PKG_CHECK_MODULES to check for gtkmathview
996 (version 0.4.2 now required)
998 2003-07-08 [melvin] 0.9.0claws91
1001 Implemented a progress bar that counts the number of completed
1002 tasks when the action runs more than one command.
1004 2003-07-08 [alfons] 0.9.0claws90
1007 if queued message has an invalid Message-Id, don't try to
1008 find message it refers to (fixes #209 "crash when processing
1011 2003-07-08 [paul] 0.9.0claws89
1013 * sync with 0.9.3cvs2
1014 see ChangeLog 2003-07-08
1016 2003-07-08 [match] 0.9.0claws88
1019 extend LDAP search for first/last name by parsing search term.
1021 2003-07-08 [alfons] 0.9.0claws87
1023 * src/send_message.c
1024 fix bug #208 "Status message stuck when sending on POP3 account"
1026 2003-07-07 [paul] 0.9.0claws86
1029 new Croatian translation, submitted by
1030 Dragan <drleskov@inet.hr>
1032 2003-07-07 [paul] 0.9.0claws85
1034 * sync with 0.9.3cvs1
1035 see ChangeLog 2003-07-07
1037 2003-07-05 [christoph] 0.9.0claws84
1042 * src/stock_pixmap.[ch]
1043 * src/pixmaps/messageview_text.xpm ** NEW **
1044 move mimeview tabs to the right side and use icons
1045 instead of text to save some space
1047 (patch by Luke Plant <lukeplant@softhome.net>)
1049 2003-07-05 [christoph] 0.9.0claws83
1052 add NULL pointer checks
1054 (patch by Luke Plant <lukeplant@softhome.net>)
1055 (closes Bug 204 0.9.0 quits on authentication error?!)
1057 2003-07-05 [alfons] 0.9.0claws82
1060 take the clue in bug #202 "./configure script -
1061 'if test' comparison failure" reported by John Kristoff.
1063 2003-07-04 [christoph] 0.9.0claws81
1065 * src/plugins/spamassassin/spamassassin.c
1066 set timeout for spam check
1068 2003-07-04 [christoph] 0.9.0claws80
1071 destroy all FolderItems when shutting down to
1072 allow folders to clean up
1074 2003-07-04 [melvin] 0.9.0claws79
1076 * src/gtk/gtkaspell.c
1077 Fixed bug #184 "Entering non-ascii character deletes
1078 previous char if spell checking enabled": this makes
1079 the spell checking in multibytes (e.g. UTF-8)locales work.
1080 (Patch by Luke Plant).
1082 2003-07-04 [christoph] 0.9.0claws78
1084 * sync with 0.9.2cvs1
1085 see ChangeLog 2003-06-10
1087 2003-07-04 [paul] 0.9.0claws77
1089 * sync with 0.9.3 release
1090 see ChangeLog 2003-07-04
1092 2003-07-03 [christoph] 0.9.0claws76
1099 move folder_item_get_path() stuff into a folder virtual function
1102 use folder_item_fetch_msg() to get message and do not contruct
1103 the filename from path and number
1105 2003-07-03 [paul] 0.9.0claws75
1107 * sync with 0.9.2cvs12
1108 see ChangeLog 2003-07-03
1110 2003-07-02 [paul] 0.9.0claws74
1113 fix text-selection for replying
1115 2003-07-02 [paul] 0.9.0claws73
1117 * sync with 0.9.2cvs11
1118 see ChangeLog 2003-07-02
1120 2003-07-02 [paul] 0.9.0claws72
1123 revert last commit because it breaks more
1126 2003-07-02 [paul] 0.9.0claws71
1129 fix thread by subject/sort by date
1131 2003-07-01 [paul] 0.9.0claws70
1133 * sync with 0.9.2cvs10
1134 see ChangeLog 2003-07-01
1136 2003-06-30 [paul] 0.9.0claws69
1138 * sync with 0.9.2cvs9
1139 see ChangeLog 2003-06-30
1141 2003-06-28 [match] 0.9.0claws68
1146 2003-06-27 [paul] 0.9.0claws67
1148 * sync with 0.9.2cvs7
1149 see ChangeLog 2003-06-27
1151 2003-06-26 [christoph] 0.9.0claws66
1154 freeze folder updates while a folder is scanned
1156 (closes Bug 185 New message counter)
1158 2003-06-26 [darko] 0.9.0claws65
1161 fix infinite loop when adding a new LDAP server
1163 2003-06-26 [paul] 0.9.0claws64
1165 * sync with 0.9.2cvs6
1166 see ChangeLog 2003-06-26
1168 2003-06-26 [paul] 0.9.0claws63
1170 * sync with 0.9.2cvs5
1171 see ChangeLog 2003-06-25 and 2003-06-26
1173 2003-06-25 [match] 0.9.0claws62
1176 Fixed tab/backtab for dropped-down completion list to
1177 move next/previous field. (close bug 147)
1179 2003-06-25 [christoph] 0.9.0claws61
1181 * src/addr_compl.[ch]
1182 * src/addrindex.[ch]
1190 2003-06-25 [leandro] 0.9.0claws60
1194 o gray out "Message/Remove references" menu item if not
1195 replying to a message
1197 2003-06-24 [leandro] 0.9.0claws59
1200 o removed "Message/Create new thread" menu item
1201 o added "Message/Remove references" menu item
1202 (it's off by default and will not check anymore
1203 if the subject changed)
1205 2003-06-23 [alfons] 0.9.0claws58
1208 try better grouping messages threaded by subject based on their age.
1209 still not perfect - because the message tree is not sorted by date.
1211 2003-06-23 [thorsten] 0.9.0claws57
1214 added mail_receive_hook to allow modifications
1215 directly after retrieval (e.g. adding headers).
1217 2003-06-23 [paul] 0.9.0claws56
1219 * src/sourcewindow.c
1220 enable the use of Ctrl+A to select all text in
1222 Patch submitted by Ivan Francolin Martinez
1223 <ivanfm@users.sourceforge.net>
1225 2003-06-22 [christoph] 0.9.0claws55
1228 o add notification hook for folder tree changes
1229 o invoke hooks after folder tree scanning
1231 * src/folderview.[ch]
1232 register hook for folder tree changes that
1235 (there are more places that should be updated, like add, remove
1238 (closes Bug 164 Crash on rebuild folder tree)
1239 (closes Bug 190 Crash on 'rebuilding folder tree')
1241 2003-06-21 [leandro] 0.9.0claws54
1244 create a new thread if subject changes
1245 (it's on by default, can be disabled in Message menu)
1247 2003-06-21 [alfons] 0.9.0claws53
1250 quiet little compiler
1252 2003-06-21 [christoph] 0.9.0claws52
1254 update gettext stuff to version 0.12
1256 2003-06-19 [alfons] 0.9.0claws51
1259 * src/common/plugin.c
1260 move defs.h before glib.h to prevent MIN/MAX redefs
1267 2003-06-19 [match] 0.9.0claws50
1269 * src/addressbook.[ch]
1270 * src/addrindex.[ch]
1271 * src/addr_compl.[ch]
1273 * src/editldap_basedn.[ch]
1276 re-implemented dynamic LDAP search. works without
1277 slowdown on display sender with addressbook
1282 2003-06-19 [paul] 0.9.0claws49
1285 fix Bug #136 'Nonprovided quotation marks crash claws'
1286 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1288 2003-06-19 [alfons] 0.9.0claws48
1290 * src/prefs_common.[ch]
1292 restrict threading by subject by checking thread for
1293 age (prefs_common.thread_by_subject_max_age)
1295 2003-06-18 [christoph] 0.9.0claws47
1298 fix memory leak in imap_cmd_fetch()
1300 2003-06-18 [christoph] 0.9.0claws46
1303 fix memory leak in prefs_set_default() when used multiple
1304 times or after prefs have been read
1306 2003-06-18 [christoph] 0.9.0claws45
1308 * src/common/plugin.c
1309 fix memory leak in plugin_unload()
1311 2003-06-18 [christoph] 0.9.0claws44
1314 fix memory leak in imap_cmd_ok()
1316 2003-06-18 [christoph] 0.9.0claws43
1319 stop messages that are downloaded from POP3 and added to
1320 an IMAP inbox from being filtered twice (first by POP3
1321 and again when IMAP folder is scaned to get the UID of
1322 the APPEND operation when no UIDPLUS is available)
1331 * tools/launch_phoenix ** REMOVED **
1332 tools/launch_firebird ** NEW **
1333 renamed and edited to reflect the browser's name change from
1334 'phoenix' to 'firebird'
1336 2003-06-18 [paul] 0.9.0claws42
1338 * sync with 0.9.2cvs2
1339 see ChangeLog 2003-06-16
1341 2003-06-17 [alfons] 0.9.0claws41
1344 prevent threading problems when a node is an ancestor (parent / great parent),
1345 which mostly happens with circular references (thanks to Phillipe Gramoullé
1346 for finding an sample set of messages)
1348 2003-06-16 [christoph] 0.9.0claws40
1351 don't popup main window on --receive or --receive-all
1353 * src/mainwindow.[ch]
1354 * src/plugins/trayicon/trayicon.c
1355 allow hiding of main window by clicking on the trayicon
1356 (doesn't work correctly in seperate window mode and may
1357 cause unexpected GTK problems I couldn't find yet)
1360 remove incorrect warning
1362 2003-06-15 [alfons] 0.9.0claws39
1364 * src/gtk/gtkstext.c
1365 don't output debug text;
1366 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1367 for pointing this out);
1369 2003-06-14 [alfons] 0.9.0claws38
1372 remove printf() and make one if..else comply with coding style
1374 2003-06-14 [alfons] 0.9.0claws37
1379 * src/messageview.[ch]
1381 apply patch #754162 "Quoting messages filtered by actions" submitted
1382 by Martin Wicke, which allows quoting message body changed by an
1385 2003-06-13 [alfons] 0.9.0claws36
1388 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1389 use case insensitive regexp (suggested by Ivan Martinez)
1391 2003-06-13 [christoph] 0.9.0claws35
1394 * src/plugins/trayicon/Makefile.am
1395 * src/plugins/trayicon/eggtrayicon.[ch] ** REMOVE **
1396 * src/plugins/trayicon/trayicon.c
1397 * src/plugins/trayicon/libeggtrayicon/.cvsignore ** NEW **
1398 * src/plugins/trayicon/libeggtrayicon/Makefile.am ** NEW **
1399 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch] ** NEW **
1400 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch] ** NEW **
1401 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch] ** NEW **
1402 * src/plugins/trayicon/libeggtrayicon/xembed.h ** NEW **
1403 replace my own EggTrayIcon backport with the backport
1404 used by (l|x)mule and gabber.
1406 2003-06-13 [alfons] 0.9.0claws34
1409 * src/common/utils.c
1410 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1412 2003-06-13 [alfons] 0.9.0claws33
1415 clean up a little bit
1417 2003-06-12 [alfons] 0.9.0claws32
1420 const correctness fix
1422 * src/common/sylpheed.[ch]
1424 prevent redef MIN/MAX
1426 * src/common/utils.[ch]
1429 2003-06-12 [melvin] 0.9.0claws31
1432 Updated to take into accounts changes in GtkAspell.
1434 2003-06-12 [alfons] 0.9.0claws30
1438 * src/common/utils.[ch]
1439 handle reply subject prefixes better (initial
1440 suggestion by Robert Story adapted and enhanced
1443 2003-06-12 [melvin] 0.9.0claws29
1446 Use new gtkaspell_checkers_strerror() to get the speller's
1447 error message instead of accessing the (now private)
1452 Use #ifdef instead of #if for USE_ASPELL
1453 Use the new spell checkers init/quit functions
1455 * src/gtk/gtkaspell.c
1456 Use #ifdef instead of #if for USE_ASPELL
1457 Moved in the majority of GtkAspell structures that were
1458 exported before by gtkaspell.h
1460 * src/gtk/gktaspell.h
1461 Made gtkaspell.h contain only the necessary data to be
1462 publicized by moving many structures to gtkaspell.c.
1463 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1464 gtkaspell_checkers_new(): replaced by...
1465 gtkaspell_checkers_init(): new function for initialization
1466 gtkaspell_checkers_delete(): replaced by...
1467 gtkaspell_checkers_quit(): new function
1468 gtkaspell_checkers_strerror(): new function that returns
1469 the checker's last error message.
1471 2003-06-11 [melvin] 0.9.0claws28
1474 Updated to take into account gtkaspell.c migration to
1475 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1477 2003-06-10 [alfons] 0.9.0claws27
1479 * src/filtering.[ch]
1483 - try fixing bug #18 (any brave testers?)
1484 - add more robustness by refusing previously
1485 unchecked NULL pointers
1487 2003-06-10 [alfons] 0.9.0claws26
1490 fix bug #176 by don't checking MsgInfos with a NULL msgid
1492 2003-06-09 [alfons] 0.9.0claws25
1494 * src/prefs_common.c
1495 fix bug #163 "Icon switching doesnt work properly" by
1496 preventing early freeing of prefs_common.pixmap_theme_path.
1498 2003-06-09 [christoph] 0.9.0claws24
1500 * src/gtk/gtkaspell.c
1501 revert Thorsten's fix and add forgotten g_strdup for
1502 aspell path (it should not be possible to alter the path a
1503 GtkASpell uses from outside)
1505 2003-06-09 [thorsten] 0.9.0claws23
1507 * src/gtk/gtkaspell.c
1508 dont free prefs_common.aspell_path when closing compose
1510 2003-06-08 [colin] 0.9.0claws22
1512 * src/plugins/spamassassin/spamassassin.c
1515 2003-06-07 [christoph] 0.9.0claws21
1519 * src/gtkaspell.[ch] ** REMOVE **
1520 * src/gtk/Makefile.am
1521 * src/gtk/gtkaspell.[ch] ** NEW **
1522 o make gtkaspell independent from sylpheed's prefs
1523 o move gtkaspell.[ch] to gtk directory
1525 2003-06-07 [christoph] 0.9.0claws20
1530 * src/filesel.[ch] ** REMOVE **
1533 * src/common/sylpheed.[ch]
1534 * src/gtk/Makefile.am
1535 * src/gtk/filesel.[ch] ** NEW **
1536 * src/gtk/pluginwindow.c
1537 * src/gtk/sslcertwindow.c
1538 move filesel.[ch] to gtk directory
1540 2003-06-07 [alfons] 0.9.0claws19
1543 make (multi) file selection dialog work again (Claws-only)
1545 2003-06-07 [thorsten] 0.9.0claws18
1550 2003-06-07 [alfons] 0.9.0claws17
1554 detect apache mishap in which case don't include fnmatch.h
1555 if regex.h is already included
1557 2003-06-06 [christoph] 0.9.0claws16
1561 add check for fnmatch.h and include it when available
1564 fix wrong case sensitivity of Content-Types
1566 * src/gtk/Makefile.am
1567 need the same include paths in gtk directory as in
1568 common directory because .h files in common can
1569 include files from these directories, when included
1570 in gtk's .h or .c files
1572 2003-06-06 [alfons] 0.9.0claws15
1576 make it compile again because of regex.h / fnmatch.h
1577 include problems (related to recent mime stuff, can
1578 someone check this?)
1580 2003-06-06 [thorsten] 0.9.0claws14
1583 possible use of uninitialized pointer while dragging
1585 2003-06-06 [paul] 0.9.0claws13
1588 fix bug where the insert sig button would be effective
1589 only when auto_sig was set
1591 2003-06-06 [paul] 0.9.0claws12
1593 * sync with 0.9.2 release
1595 2003-06-02 [paul] 0.9.0claws11
1597 * sync with 0.9.1cvs1
1598 see ChangeLog 2003-06-02
1603 2003-06-01 [christoph] 0.9.0claws10
1606 don't use substring search to find accounts by email address
1608 (closes Bug 169 Overly loose matching of "From" address)
1610 2003-05-31 [christoph] 0.9.0claws9
1612 * doc-src/rfc2683.txt
1614 limit IMAP command length as recommended in RFC2683
1615 (message number lists will be split into multiple imap
1616 sets, the limit of 1000 octets is not a hard limit)
1618 (closes Bug 161 sylpheed-claws exits with segfault when logging
1619 in to certain imap-servers)
1621 2003-05-29 [alfons] 0.9.0claws8
1624 add print button (calling summary_print());
1625 fine tune setting tooltip text;
1626 (if someone needs other buttons, please take these
1627 commits as a guide, instead of bothering us - also
1630 2003-05-29 [darko] 0.9.0claws7
1633 fix crash when word wrapping kicks in due to
1634 changed text by spell checker
1636 2003-05-29 [paul] 0.9.0claws6
1639 fix bug where changing account would insert
1640 sig even if auto_sig was FALSE
1645 sync with 0.9.1 release
1647 2003-05-28 [christoph] 0.9.0claws5
1650 fix truncation of too long commands
1652 (closes Bug 167 IMAP hangs trying to get envelope
1653 information in imap_get_uncached_messages)
1655 2003-05-27 [paul] 0.9.0claws4
1658 tools/maildir2sylpheed.pl ** NEW FILE **
1659 add kmail to sylpheed mailbox conversion script
1661 2003-05-27 [paul] 0.9.0claws3
1663 * sync with 0.9.0cvs10
1664 see ChangeLog 2003-05-26
1666 2003-05-26 [paul] 0.9.0claws2
1668 * sync with 0.9.0cvs9
1669 see ChangeLog 2003-05-26
1671 2003-05-24 [paul] 0.9.0claws1
1673 * sync with 0.9.0cvs8
1674 see ChangeLog 2003-05-23
1676 2003-05-24 [paul] 0.9.0claws
1678 * version 0.9.0claws released
1680 2003-05-24 [paul] 0.8.11claws177
1682 * src/plugins/dillo-viewer/Makefile.am
1683 src/plugins/traycon/Makefile.am
1693 update Bulgarian, British English, Spanish, Italian,
1694 Brazilian Portuguese, Russian, and Serbian translations,
1695 submitted by George Danchev, [me], Ricardo Mones Lastra,
1696 André Filipe de Assunção e Brito, Alessandro Maestri,
1697 Ruslan N. Balkin, and Urke MMI
1699 2003-05-23 [melvin] 0.8.11claws176
1702 Updated French translations
1704 2003-05-22 [paul] 0.8.11claws175
1715 src/editldap_basedn.c
1719 revert to get ldap into it previous working state
1722 new Taiwanese translation,
1723 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1725 2003-05-22 [christoph] 0.8.11claws174
1727 * src/plugins/spamassassin/libspamc.[ch]
1728 sync libspamc with SpamAssaain release 2.55
1730 2003-05-22 [paul] 0.8.11claws173
1732 * sync with 0.9.0cvs7
1733 see ChangeLog 2003-05-22
1736 revert change in 0.8.11claws172: follow
1737 Hiroyuki's decision and that's the end of it.
1739 2003-05-21 [paul] 0.8.11claws172
1742 fix discrepency between open_unread_on_enter
1745 2003-05-21 [paul] 0.8.11claws171
1747 * sync with 0.9.0cvs6
1748 see ChangeLog 2003-05-21
1750 2003-05-21 [paul] 0.8.11claws170
1752 * sync with 0.9.0cvs5
1753 see ChangeLog 2003-05-21
1755 2003-05-20 [paul] 0.8.11claws169
1757 * sync with 0.9.0cvs4
1758 see ChangeLog 2003-05-20
1759 fixes bug #152, 'encoding of IMAP folders names'
1761 2003-05-20 [paul] 0.8.11claws168
1763 * sync with 0.9.0cvs3
1764 see ChangeLog 2003-05-20
1766 * src/tools/convert_mbox.pl
1767 minor change in the comments, submitted by Fred Marton
1769 2003-05-19 [paul] 0.8.11claws167
1771 * src/plugins/clamav/Makefile.am
1773 link clamav_lib to the plugin and not to the main program
1775 2003-05-19 [christoph]
1778 add -export-dynamic for linking
1780 2003-05-19 [paul] 0.8.11claws166
1782 * sync with 0.9.0cvs1
1783 see ChangeLog 2003-05-19
1785 2003-05-19 [paul] 0.8.11claws165
1788 fix 'pop before smtp' timeout
1790 2003-05-18 [alfons] 0.8.11claws164
1792 * src/prefs_matcher.c
1793 put "execute" action command line ("expression") in edit box
1795 2003-05-18 [christoph] 0.8.11claws163
1798 * src/plugins/dillo_viewer/dillo_viewer.c
1799 * src/plugins/image_viewer/viewer.c
1800 * src/plugins/mathml_viewer/mathml_viewer.c
1801 let a viewer have a list of Content-Types
1803 2003-05-18 [paul] 0.8.11claws162
1805 * src/prefs_filtering.c
1806 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1807 and REDIRECT actions
1809 2003-05-17 [christoph]
1812 o remove dynamic signatures that was syned with main
1813 o add infos about no longer "build in" image viewer
1814 o update bugtracker URL
1816 2003-05-17 [christoph] 0.8.11claws161
1821 don't use imap_scan_folder anymore. Instead call folder_item_scan
1822 for every folder after rebuilding the folder tree.
1824 (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1827 2003-05-17 [christoph] 0.8.11claws160
1830 don't use STATUS command on current folder to check for
1831 content changes. imap_cmd_ok() now tracks changes to
1832 folder and number of existing messages.
1834 2003-05-17 [paul] 0.8.11claws159
1836 * src/plugins/clamav/clamav_plugin.c
1837 remove unnecessary debug_print
1839 2003-05-16 [thorsten] 0.8.11claws158
1841 * src/plugins/demo.c
1842 included missing intl.h
1844 2003-05-16 [paul] 0.8.11claws157
1847 remove non-existant entries
1849 * src/plugins/clamav/clamav_plugin.c
1850 src/plugins/clamav/clamav_plugin_gtk.c
1851 src/plugins/dillo_viewer/dillo_prefs.c
1852 src/plugins/dillo_viewer/dillo_viewer.c
1855 2003-05-16 [christoph] 0.8.11claws156
1858 include plugin .c files for translation until I
1859 find a better solution to have plugins have their
1861 * src/plugins/demo/demo.c
1862 * src/plugins/image_viewer/plugin.c
1863 * src/plugins/mathml_viewer/mathml_viewer.c
1864 * src/plugins/spamassassin/spamassassin.c
1865 * src/plugins/spamassassin/spamassassin_gtk.c
1866 * src/plugins/trayicon/trayicon.c
1867 add gettext macros for plugin name and description
1873 2003-05-16 [paul] 0.8.11claws155
1875 * sync with lastest 0.9.0pre1
1876 see ChangeLog 2003-05-16
1878 2003-05-15 [paul] 0.8.11claws154
1880 * sync with latest 0.9.0pre1
1881 see ChangeLog 2003-05-14 and 2003-05-15
1883 2003-05-14 [christoph] 0.8.11claws153
1885 * src/plugins/image_viewer/viewer.c
1886 * src/plugins/image_viewer/viewer.glade ** NEW **
1887 * src/plugins/image_viewer/viewerprefs.c
1888 make it possible to disable the autoload function in the
1891 2003-05-14 [christoph] 0.8.11claws152
1894 fix folder update after adding a message
1896 2003-05-13 [alfons] 0.8.11claws151
1898 * src/common/session.c
1901 * src/addrcache.[ch]
1902 * src/filtering.[ch]
1904 * src/gtkaspell.[ch]
1906 * src/mbox_folder.[ch]
1911 * src/passphrase.[ch]
1912 * src/prefs_common.[ch]
1913 * src/prefs_gtk.[ch]
1916 be pedantic; (in prototypes () implies (int))
1918 2003-05-13 [alfons] 0.8.11claws150
1920 * src/prefs_toolbar.[ch]
1921 * src/summaryview.[ch]
1923 change misleading text in toolbar prefs;
1924 add toolbar action for ignore thread (toggles ignore thread flag);
1925 clean up a little bit;
1929 * tools/convert_mbox.pl
1930 bug fixed by Fred Marton
1934 * sync with 0.9.0pre1
1936 2003-05-09 [paul] 0.8.11claws149
1938 * sync with 0.8.11cvs43
1939 see ChangeLog 2003-05-09
1941 2003-05-08 [christoph] 0.8.11claws148
1944 o use CAPABILIY as first command and check for PREAUTH
1945 information in the response to it
1946 o rewrite all imap_cmd_* functions to use an IMAPSession
1947 instead of a SockInfo as parameter
1948 o do STARTTLS after fetching and checking the server
1951 2003-05-08 [paul] 0.8.11claws147
1955 tools/convert_mbox.pl ** NEW FILE **
1956 add mbox conversion script. Submitted by
1957 Fred Marton <Fred.Marton@uni-bayreuth.de>
1959 2003-05-07 [christoph]
1962 * src/gtk/pluginwindow.glade
1963 * src/plugins/image_viewer/viewerprefs.glade
1964 * src/plugins/spamassassin/spamassassin_gtk.glade
1965 add glade files for user interfaces and a description how
1966 to use glade to create the sylpheed code
1968 2003-05-07 [paul] 0.8.11claws146
1970 * sync with 0.8.11cvs41
1971 see ChangeLog 2003-05-07
1973 2003-05-06 [christoph] 0.8.11claws145
1976 * src/plugins/image_viewer/viewer.c
1977 fix usage of imlib in imageviewer plugin
1979 * src/gtk/prefswindow.c
1980 handle window close event correctly
1982 2003-05-06 [paul] 0.8.11claws144
1985 fix typo introduced in sync
1987 2003-05-06 [paul] 0.8.11claws143
1989 * sync with 0.8.11cvs39
1990 see ChangeLog 2003-05-06
1992 2003-05-06 [paul] 0.8.11claws142
1996 updated Czech translation, submitted by
1997 Radek Vybiral <Radek.Vybiral@vsb.cz>
1999 * src/plugins/clamav/clamav_plugin_gtk.c
2002 2003-05-03 [alfons] 0.8.11claws141
2005 make paste as quotation work even when the call to
2006 text_inserted() was deferred (fixes bug #140 "Paste
2007 as quotation does not work when using "external"
2010 2003-05-03 [thorsten] 0.8.11claws140
2015 removed C++ comments
2017 function with non-int retval/param used before
2018 implementation/declaration
2020 2003-05-02 [paul] 0.8.11claws139
2022 * src/addr_compl.[ch]
2023 src/addressbook.[ch]
2026 revert match's changes to (finally) remove the bug where
2027 opening a folder causes massive slowdown when using the
2028 'Display sender using address book' option
2030 2003-05-01 [melvin] 0.8.11claws138
2032 * src/plugins/dillo_viewer/dillo_prefs.[ch]
2033 * src/plugins/dillo_viewer/dillo_viewer.c
2034 Fixed bug where "Cancel" button from prefs issued
2036 Comply a little more to coding style
2038 2003-05-01 [paul] 0.8.11claws137
2040 * sync with 0.8.11cvs38
2041 see ChangeLog 2003-05-01
2043 2003-05-01 [paul] 0.8.11claws136
2046 updated by George Danchev
2048 2003-04-30 [christoph] 0.8.11claws135
2050 * src/plugins/dillo_viewer/dillo_prefs.c
2051 * src/plugins/image_viewer/viewerprefs.c
2052 * src/plugins/spamassassin/spamassassin_gtk.c
2053 remove gtk_widget_ref() calls for widgets in
2056 2003-04-30 [paul] 0.8.11claws134
2059 ok, this time a better fix for the bug where opening folder
2060 has massive slowdown when using the 'Display sender using
2061 address book' option
2063 2003-04-30 [paul] 0.8.11claws133
2066 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2068 2003-04-30 [melvin] 0.8.11claws132
2070 New: Dillo plugin preferences (patch by Dimitar Haralanov)
2072 * src/plugins/dillo_viewer/dillo_prefs.[ch] *** NEW ***
2073 Preferences for the dillo plugin
2074 * src/plugins/dillo_viewer/dillo_viewer.c
2075 Support for preferences
2076 * src/plugins/dillo_viewer/Makefile.am
2077 Added dillo_prefs.[ch]
2079 2003-04-30 [alfons] 0.8.11claws131
2081 * src/common/plugin.[ch]
2082 see? this ANSI C'fication immediately gives us type
2085 2003-04-30 [alfons] 0.8.11claws130
2087 * src/common/plugin.[ch]
2088 * src/plugins/clamav/clamav_plugin.[ch]
2089 * src/plugins/clamav/clamav_plugin_gtk.c
2090 * src/plugins/demo/demo.c
2091 * src/plugins/dillo_viewer/dillo_viewer.c
2092 * src/plugins/image_viewer/plugin.c
2093 * src/plugins/image_viewer/viewer.[ch]
2094 * src/plugins/image_viewer/viewerprefs.[ch]
2095 * src/plugins/mathml_viewer/mathml_viewer.c
2096 * src/plugins/spamassassin/spamassassin.[ch]
2097 * src/plugins/spamassassin/spamassassin_gtk.c
2098 * src/plugins/trayicon/trayicon.c
2101 2003-04-30 [alfons] 0.8.11claws129
2103 * src/common/utils.c
2104 make is_ascii_str() fail gracefully when NULL pointer
2107 2003-04-30 [paul] 0.8.11claws128
2110 fix bug where opening folder has massive slowdown when
2111 using the 'Display sender using address book' option
2113 2003-04-30 [paul] 0.8.11claws127
2115 * src/plugins/clamav/clamav_plugin.c
2116 src/plugins/clamav/clamav_plugin_gtk.c
2117 src/plugins/demo/demo.c
2118 src/plugins/dillo_viewer/dillo_viewer.c
2119 src/plugins/image_viewer/plugin.c
2120 src/plugins/mathml_viewer/mathml_viewer.c
2121 src/plugins/spamassassin/spamassassin.c
2122 src/plugins/spamassassin/spamassassin_gtk.c
2123 src/plugins/trayicon/trayicon.c
2124 get rid of eye-hurting function signatures
2126 2003-04-30 [paul] 0.8.11claws126
2128 * src/plugins/trayicon/trayicon.c
2134 2003-04-30 [paul] 0.8.11claws125
2137 arrange the plugins in reverse alphabetical order
2139 * src/plugins/clamav/clamav_plugin.[ch]
2140 src/plugins/clamav/clamav_plugin_gtk.c
2142 resize max_size window
2143 re-arrange the order of some gui elements
2144 improve descriptions
2146 * src/plugins/image_viewer/plugin.c
2147 src/plugins/mathml_viewer/mathml_viewer.c
2150 * src/plugins/spamassassin/spamassassin_gtk.c
2151 resize max_size window
2152 re-arrange the order of some gui elements
2158 2003-04-30 [alfons] 0.8.11claws124
2161 fix a leak found while browsing Martin Kluge's
2162 valgrind log (Claws only)
2164 2003-04-29 [darko] 0.8.11claws123
2166 * src/gtk/gtkstext.h
2167 include wchar.h if it is available, fixes compilation
2170 2003-04-29 [melvin] 0.8.11claws122
2172 * src/prefs_actions.c
2173 Improved help text of Actions' syntax
2175 2003-04-28 [paul] 0.8.11claws121
2178 a better fix for the crash when performing an action
2181 2003-04-28 [paul] 0.8.11claws120
2184 fix crash when performing an action on a
2187 2003-04-28 [paul] 0.8.11claws119
2189 * sync with 0.8.11cvs36
2190 see ChangeLog 2003-04-28
2192 2003-04-27 [paul] 0.8.11claws118
2194 * more sync with 0.8.11cvs35
2195 see ChangeLog 2003-04-25
2197 2003-04-26 [christoph] 0.8.11claws117
2200 fix remove virtual check
2202 2003-04-26 [paul] 0.8.11claws116
2205 fix return-receipt, make it work again
2207 2003-04-26 [paul] 0.8.11claws115
2210 restore double-clicking of the [application/pgp-signature
2211 (Select "Check signature" to check)] line in the message view,
2212 broken in recent sync
2214 2003-04-26 [christoph] 0.8.11claws114
2217 check if remove virtual really exists before
2218 calling the function
2220 2003-04-25 [match] 0.8.11claws113
2224 * src/ldapquery.[ch]
2227 * src/ldapserver.[ch]
2228 fix memleak. fix segfault.
2229 plug a Claws memleak
2231 2003-04-25 [alfons] 0.8.11claws112
2234 plug a Claws memleak
2236 2003-04-25 [alfons] 0.8.11claws111
2238 * src/common/session.c
2241 2003-04-25 [paul] 0.8.11claws110
2243 * sync with 0.8.11cvs35
2244 see ChangeLog 2003-04-24 and 2003-04-25
2246 * src/gtk/pluginwindow.c
2247 correct another strange float value
2249 2003-04-24 [christoph] 0.8.11claws109
2252 freeze folder item updates when unsetting new flags
2254 * src/gtk/pluginwindow.c
2255 correct strange float value
2257 2003-04-23 [paul] 0.8.11claws108
2259 * sync with 0.8.11cvs33
2260 see ChangeLog 2003-04-23
2262 2003-04-22 [paul] 0.8.11claws107
2267 src/pgptext.[ch] ** REMOVED **
2268 remove pgptext.[ch] as its not used any more
2270 2003-04-22 [paul] 0.8.11claws106
2272 * sync with 0.8.11cvs31
2273 see ChangeLog 2003-04-21 and 2003-04-22
2275 2003-04-21 [alfons] 0.8.11claws105
2278 No access to GTK structures if we're a spawned child
2279 (and clean up code a little bit...) Should fix #126.
2281 2003-04-21 [melvin] 0.8.11claws104
2283 * src/plugins/dillo_viewer/README
2284 Improved slightly the text.
2286 2003-04-21 [melvin] 0.8.11claws103
2288 * src/plugins/dillo_viewer/README *** NEW ***
2289 Added a README file for the Dillo plugin
2294 tools/outlook2sylpheed.pl
2295 updated and improved by Ricardo Mones Lastra
2297 2003-04-18 [oliver] 0.8.11claws102
2300 * src/prefs_account.h
2301 remove Pop3SessionType (used by selective download)
2302 * src/prefs_toolbar.c
2303 enable set Default Toolbar button
2305 2003-04-18 [paul] 0.8.11claws101
2307 * sync with 0.8.11cvs29
2308 see ChangeLog 2003-04-18
2310 2003-04-17 [paul] 0.8.11claws100
2312 * src/prefs_common.[ch]
2314 remove 'Open next message on deletion' option,
2315 as the same effect can now be achieved via the
2316 'Always open messages in summary when selected'
2319 2003-04-17 [paul] 0.8.11claws99
2321 * sync with 0.8.11cvs28
2322 see ChangeLog 2003-04-17
2324 2003-04-17 [christoph] 0.8.11claws98
2326 * ac/spamassassin.m4
2327 * src/plugins/spamassassin/libspamc.[ch]
2328 * src/plugins/spamassassin/utils.[ch]
2329 sync libspamc with SpamAssassin project
2331 2003-04-17 [christoph] 0.8.11claws97
2333 * src/common/socket.h
2334 * src/gtk/sslcertwindow.h
2335 rename old USE_SSL to USE_OPENSSL
2337 2003-04-17 [paul] 0.8.11claws96
2339 * src/prefs_common.h
2340 use gulong for P_COLOR so that it compiles/runs on
2341 64-bit systems. Patch submitted by James Noyes
2342 <jnoyes-claws@retrogeeks.com>
2347 2003-04-17 [paul] 0.8.11claws95
2349 * sync with 0.8.11cvs27
2350 see ChangeLog 2003-04-16
2352 2003-04-15 [paul] 0.8.11claws94
2354 * src/prefs_common.[ch]
2355 rearrange to stop the window getting too long:
2356 move Receive dialog stuff to Receive tab
2357 move Send dialog to Send tab
2358 remove Dialogs frame
2359 rename 'Open messages in summary with cursor keys' to
2360 'Always open messages in summary when selected', as its
2363 2003-04-15 [paul] 0.8.11claws93
2365 * src/prefs_common.[ch]
2367 add new option '/Interface/Open next message on deletion'
2369 2003-04-15 [paul] 0.8.11claws92
2371 * src/summaryview.[ch]
2372 add /Mark/Lock and /Mark/Unlock to the pop-up
2373 menu. Patch submitted by Ivan Francolin Martinez
2374 <ivanfm@users.sourceforge.net>
2376 2003-04-15 [paul] 0.8.11claws91
2378 * sync with 0.8.11cvs24
2379 see ChangeLog 2003-04-15
2381 2003-04-14 [jens] 0.8.11claws90
2383 * updated German translation and some corrections from
2384 Roland Bless <bless@tm.uka.de>
2386 2003-04-14 [paul] 0.8.11claws89
2388 * sync with 0.8.11cvs22
2389 see ChangeLog 2003-04-14
2391 2003-04-13 [paul] 0.8.11claws88
2393 * src/plugins/clamav/clamav_plugin.c
2397 2003-04-12 [paul] 0.8.11claws87
2399 * src/plugins/clamav/clamav_plugin.c
2400 activate enable/disable archive scanning option
2402 * src/plugins/clamav/.cvsignore ** NEW FILE **
2404 2003-04-12 [paul] 0.8.11claws86
2406 * src/plugins/Makefile.am
2407 src/plugins/clamav/Makefile.am ** NEW FILE **
2408 src/plugins/clamav/README ** NEW FILE **
2409 src/plugins/clamav/clamav_plugin.[ch] ** NEW FILES **
2410 src/plugins/clamav/clamav_plugin_gtk.c ** NEW FILE **
2411 add Clam AntiVirus plugin
2413 2003-04-12 [paul] 0.8.11claws85
2415 * sync with 0.8.11cvs21
2416 see ChangeLog 2003-04-11
2418 2003-04-11 [paul] 0.8.11claws84
2421 update Spanish translation. Submitted by Ricardo
2424 2003-04-10 [christoph] 0.8.11claws83
2427 fix typo that did not move unfiltered mails to destination
2430 (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2431 when filtering from spool)
2433 2003-04-10 [christoph] 0.8.11claws82
2436 use BODY.PEEK instead of BODY in in message fetch operation
2437 to make sure the IMAP server does not set the \Seen flag for
2438 messages. Sylpheed does that later itself, when the message
2439 is opened in sylpheed
2441 (closes Bug 111 Claws destroys unread marks)
2443 2003-04-09 [oliver] 0.8.11claws81
2446 fix crash in folder_destroy
2448 remove selective download
2450 2003-04-09 [christoph] 0.8.11claws80
2453 fix crash in imap_get_msginfo() when then fetched message
2456 (closes Bug 110 Crash during mail composition)
2458 2003-04-08 [christoph] 0.8.11claws79
2461 * src/prefs_account.c
2462 Filter new messages that are found in an INBOX folder
2463 when 'Filter messages on receiving' is enabled in the
2464 Folder's AccountPrefs. This allows to use Sylpheed's
2465 filtering engine for IMAP folders where messages are
2466 added to the INBOX by a MTA
2468 2003-04-08 [paul] 0.8.11claws78
2471 clean up after last commit
2473 2003-04-08 [paul] 0.8.11claws77
2475 * sync with 0.8.11cvs20
2476 see ChangeLog 2003-04-07 and 2003-04-08
2478 2003-04-07 [christoph] 0.8.11claws76
2480 * src/filtering.[ch]
2484 add procmsg_msginfo_filter() to execute filtering actions
2486 2003-04-06 [christoph] 0.8.11claws75
2489 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2491 2003-04-06 [christoph] 0.8.11claws74
2493 * src/common/utils.[ch]
2494 add g_int_compare() function for slist sorting
2497 fetch all MsgInfos with one command in imap_get_msginfos()
2498 using an imap set with a list of ranges
2501 use new g_int_compare() function
2503 2003-04-06 [thorsten] 0.8.11claws73
2506 corrected implementation of mh_folder_destroy()
2508 2003-04-05 [christoph] 0.8.11claws72
2525 * src/gtk/gtkutils.c
2526 o rename structure field names class and new to klass and
2527 new_msgs, to allow including files in C++
2528 o add 'extern "C"' block to some header files
2529 o add MsgInfoList and MsgNumberList as alias for GSList for
2530 developers to know what type of list is expected
2532 * src/plugins/image_viewer/plugin.c
2533 * src/plugins/image_viewer/viewer.[ch]
2534 * src/plugins/image_viewer/viewerprefs.[ch]
2535 rename function names to prevent conflicts
2537 2003-04-05 [paul] 0.8.11claws71
2539 * sync with 0.8.11cvs18
2540 see ChangeLog 2003-04-03 and 2003-04-04
2542 2003-04-02 [christoph] 0.8.11claws70
2546 * src/mbox_folder.[ch]
2549 o Make all virtual folder functions private
2550 o remove unused folder code
2552 * src/common/socket.[ch]
2556 2003-03-30 [alfons] 0.8.11claws69
2558 * src/send_message.c
2559 remove two debug traces and see if people still report
2562 2003-03-30 [alfons] 0.8.11claws68
2564 * src/send_message.c
2565 * src/commons/session.c
2566 add more debug traces
2568 2003-03-30 [christoph] 0.8.11claws67
2571 change processing folder name from .processing to processing
2574 disable SSL certificate check because it causes Xlib error
2575 when the child process want's to open an GTK window
2577 2003-03-30 [christoph] 0.8.11claws66
2580 don't use default folder for processing folder item because
2581 it can be a non local folder
2583 (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2585 2003-03-30 [alfons] 0.8.11claws65
2587 * src/send_message.c
2588 try fixing crashes when sending messages: my gcc 2.95.4 seems
2589 to generate bad code for 'send_send_data_progressive': When
2590 called from 'send_send_data_finished', the 'data' pointer is
2591 cleared just before the assignment to the dialog pointer
2593 2003-03-29 [christoph] 0.8.11claws64
2595 * src/common/prefs.h
2596 * src/plugins/image_viewer/Makefile.am
2597 * src/plugins/image_viewer/plugin.c
2598 * src/plugins/image_viewer/viewer.[ch]
2599 * src/plugins/image_viewer/viewerprefs.[ch] ** NEW **
2600 add PrefsPage for ImageViewer
2602 2003-03-28 [thorsten] 0.8.11claws63
2604 * src/common/session.c
2607 2003-03-28 [paul] 0.8.11claws62
2609 * sync with 0.8.11cvs16
2610 see ChangeLog 2003-03-28
2612 2003-03-28 [paul] 0.8.11claws61
2614 * sync with 0.8.11cvs15
2615 see ChangeLog 2003-03-28
2617 2003-03-27 [christoph] 0.8.11claws60
2621 * src/common/socket.[ch]
2622 set socket state to DISCONNECTED when any operation
2623 fails to allow reconnecting in IMAP code without
2624 checking the return code of all calls to the command
2629 remove some more stuff that depends on specific
2632 2003-03-27 [paul] 0.8.11claws59
2634 * sync with 0.8.11cvs14
2635 see ChangeLog 2003-03-27
2637 * src/selective_download.[ch] ** REMOVED **
2640 2003-03-27 [christoph] 0.8.11claws58
2643 fix handling of tmp_flags in flag copy function
2645 2003-03-27 [paul] 0.8.11claws57
2647 * sync with 0.8.11cvs13
2648 see ChangeLog 2003-03-27
2650 2003-03-27 [oliver] 0.8.11claws56
2653 remove sel_download_cb
2655 2003-03-27 [oliver] 0.8.11claws55
2660 2003-03-26 [oliver] 0.8.11claws54
2665 remove selective donwload readme
2667 2003-03-26 [oliver] 0.8.11claws53
2669 * src/matcher_parser_parse.y
2671 * src/prefs_account.[ch]
2672 * src/prefs_filtering.c
2673 remove selective donwload
2675 2003-03-26 [oliver] 0.8.11claws52
2680 remove selective donwload
2682 2003-03-26 [oliver] 0.8.11claws51
2685 * src/selective_download.[ch] ** REMOVE **
2687 2003-03-26 [christoph] 0.8.11claws50
2690 fix NEWS that got broken by a sync with sylpheed-main
2692 2003-03-26 [christoph] 0.8.11claws49
2695 fix mime type guessing when no mime type is found for a file
2697 2003-03-25 [christoph] 0.8.11claws48
2701 remove mime type guessing from mime parser and use
2702 name based mime types in viewer lookup for mime type
2703 application/octet-stream
2705 2003-03-25 [christoph] 0.8.11claws47
2707 * doc-src/readme.txt
2708 * doc-src/rfc2554.txt
2709 add RFC about SMTP AUTH
2711 * src/send_message.c
2712 * src/common/smtp.[ch]
2713 add extra error code for authentication errors and
2714 clear temporary password when this error occurs
2716 (closes Bug 84 authentication failure while sending should
2717 prompt for password again)
2719 2003-03-25 [christoph] 0.8.11claws46
2723 * src/imageview.[ch] ** REMOVE **
2724 * src/messageview.[ch]
2726 * src/prefs_common.[ch]
2728 * src/plugins/Makefile.am
2729 * src/plugins/image_viewer/.cvsignore ** NEW **
2730 * src/plugins/image_viewer/Makefile.am ** NEW **
2731 * src/plugins/image_viewer/plugin.c ** NEW **
2732 * src/plugins/image_viewer/viewer.[ch] ** NEW **
2733 move image viewer into a plugin (building is enabled by default)
2734 [ToDo: Prefs for resize and autoview]
2736 2003-03-25 [paul] 0.8.11claws45
2738 * sync with 0.8.11cvs12
2739 see ChangeLog 2003-03-26
2741 2003-03-25 [paul] 0.8.11claws44
2743 * sync with 0.8.11cvs11
2744 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2746 Note: Selective Download is broken.
2748 2003-03-22 [christoph] 0.8.11claws43
2751 code cleanup for flags copying
2753 2003-03-22 [christoph] 0.8.11claws42
2755 * src/plugins/trayicon/trayicon.c
2756 fix setting the transparent area when the window size
2757 is forced by the system tray
2759 2003-03-22 [christoph] 0.8.11claws41
2761 * src/plugins/trayicon/gnome-mail.xpm ** REMOVE **
2762 * src/plugins/trayicon/gnome-nomail.xpm ** REMOVE **
2763 * src/plugins/trayicon/newmail.xpm ** NEW **
2764 * src/plugins/trayicon/nomail.xpm ** NEW **
2765 * src/plugins/trayicon/trayicon.c
2766 * src/plugins/trayicon/unreadmail.xpm ** NEW **
2767 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2768 o add icon for unread mails
2769 o set transparency for window
2771 2003-03-22 [christoph] 0.8.11claws40
2774 init news session to prevent crash when session is closed
2776 2003-03-22 [christoph] 0.8.11claws39
2779 * src/common/session.[ch]
2780 Init session data to make sure we don't have invalid pointers
2781 for read_ch and write_ch when new multi process sessions are
2785 * src/common/plugin.c
2786 * src/common/sylpheed.c
2787 * src/plugins/demo/demo.c
2788 * src/plugins/dillo_viewer/dillo_viewer.c
2789 * src/plugins/mathml_viewer/mathml_viewer.c
2790 * src/plugins/spamassassin/spamassassin.c
2791 * src/plugins/spamassassin/spamassassin_gtk.c
2792 add plugin types to allow loading plugins at different times
2793 (and maybe for different frontends), because it's not good to
2794 load GTK-Plugins gefore gtk_init was called
2797 * src/plugins/Makefile.am
2798 * src/plugins/trayicon/.cvsignore ** NEW **
2799 * src/plugins/trayicon/Makefile.am ** NEW **
2800 * src/plugins/trayicon/eggtrayicon.c ** NEW **
2801 * src/plugins/trayicon/eggtrayicon.h ** NEW **
2802 * src/plugins/trayicon/gnome-mail.xpm ** NEW **
2803 * src/plugins/trayicon/gnome-nomail.xpm ** NEW **
2804 * src/plugins/trayicon/trayicon.c ** NEW **
2805 New Trayicon plugin that shows an icon in a systray that uses
2806 XEMBED protocol like Gnome's systray. Icon shows if there
2807 are new mails and a tooltip shows information about new,
2808 unread and total messages.
2810 2003-03-22 [paul] 0.8.11claws38
2813 fix ESMTP AUTH CRAM-MD5
2814 [sync with main (still version 0.8.11cvs6), see
2815 ChangeLog 2003-03-22]
2817 2003-03-21 [colin] 0.8.11claws37
2819 * src/send_message.c
2820 Fix USE_SSL => USE_OPENSSL
2822 2003-03-21 [colin] 0.8.11claws36
2825 Fix counts in drag and dropped subfolders
2827 2003-03-21 [colin] 0.8.11claws35
2831 speed up a bit folder dnd
2833 2003-03-20 [alfons] 0.8.11claws34
2838 don't send locked queue messages
2839 (feature request "[ 705245 ] Locking message in outbox
2840 should prevent sending")
2842 2003-03-20 [christoph] 0.8.11claws33
2845 remove NEW and UNREAD flag in special folders when scanning
2848 fix ESMTP AUTH CRAM-MD5
2850 2003-03-20 [paul] 0.8.11claws32
2852 * src/prefs_account.c
2853 Re-write 'Tunnel command to open connection' as
2854 'Use command to communicate with server', and disable
2855 it for all except IMAP accounts
2857 2003-03-20 [paul] 0.8.11claws31
2859 * sync with 0.8.11cvs6
2860 see ChangeLog 2003-03-20
2862 2003-03-19 [match] 0.8.11claws30
2865 include documentation. minor refactoring.
2866 * src/addr_compl.[ch]
2867 * src/addrindex.[ch]
2868 * src/addresbook.[ch]
2870 re-enable address lookup (was disabled in
2873 2003-03-19 [christoph] 0.8.11claws29
2876 add temp flag handling, will make moving and copying
2877 messages possible again
2880 correct calulation of folder stats
2882 2003-03-18 [match] 0.8.11claws28
2885 remove case sensitive comparison (closes bug 80).
2887 2003-03-18 [christoph] 0.8.11claws27
2890 fix imap using a tunnel command
2894 2003-03-18 [christoph] 0.8.11claws26
2899 rewrite flag handling for folders
2901 2003-03-18 [christoph] 0.8.11claws25
2906 unset NEW and UNREAD flags when message is ignored, to make
2907 sure messages don't show up as unread on other IMAP clients,
2908 because the IGNORE_THREAD flag can not be syncronized through
2911 2003-03-17 [christoph] 0.8.11claws24
2914 don't use recursion to fetch uids when the number of messages
2915 does not match. Moved code into subfunction that is used
2916 again when needed, to prevent an endless loop.
2918 2003-03-17 [thorsten] 0.8.11claws23
2920 * src/imageview.[ch]
2921 export imageview_get_resized_size() (for plugins)
2922 * src/prefs_common.[ch]
2923 added prefs_common_get() (for plugins)
2925 2003-03-17 [christoph] 0.8.11claws22
2928 o remove UID guessing from copy code
2929 o support UIDPLUS extension for APPEND command
2931 2003-03-17 [paul] 0.8.11claws21
2934 remove 'Compiled-plugins' section.
2936 * src/plugins/dillo_viewer/dillo_viewer.c
2937 slight change to description text
2939 2003-03-16 [match] 0.8.11claws20
2940 * src/ldapserver.[ch] ** NEW **
2941 * src/ldapctrl.[ch] ** NEW **
2942 * src/ldapquery.[ch] ** NEW **
2943 * src/ldaputil.[ch] ** NEW **
2944 * src/addrcindex.[ch] ** NEW **
2945 * src/addrquery.h ** NEW **
2947 * src/addrcache.[ch]
2948 * src/addrindex.[ch]
2949 * src/addr_compl.[ch]
2950 * src/addressbook.[ch]
2955 * src/editldap_basedn.c
2959 included dynamic LDAP queries. improved address
2962 2003-03-16 [paul] 0.8.11claws19
2964 * tools/multiwebsearch.pl
2967 2003-03-16 [christoph] 0.8.11claws18
2970 * src/plugins/dillo_viewer/dillo_viewer.c
2971 * src/plugins/mathml_viewer/mathml_viewer.c
2972 make unregistering of MimeViewerFactorys possible
2974 2003-03-16 [alfons] 0.8.11claws17
2979 2003-03-16 [melvin] 0.8.11claws16
2981 * src/plugins/dillo_viewer.c
2982 Fixed bug where it was not possible to view more than
2983 one text/html attachment per message (bug discovered
2984 by Christoph Hohmann).
2986 2003-03-15 [melvin] 0.8.11claws15
2988 * src/prefs_actions.c
2989 Fixed compilation warnings.
2991 2003-03-15 [melvin] 0.8.11claws14
2993 * src/plugins/Makefile.am
2994 * src/plugins/dillo_viewer/.cvsignore ** NEW **
2995 * src/plugins/dillo_viewer/Makefile.am ** NEW **
2996 * src/plugins/dillo_viewer/dillo_viewer.c ** NEW **
2997 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2998 newer (http://dillo.auriga.wearlab.de/).
3000 2003-03-15 [christoph] 0.8.11claws13
3003 don't query imap folder for attributes because we already
3004 for them from imap_status
3007 add support for plugable MimeViewers (unloading Viewers
3010 * src/plugins/Makefile.am
3011 * src/plugins/mathml_viewer/.cvsignore ** NEW **
3012 * src/plugins/mathml_viewer/Makefile.am ** NEW **
3013 * src/plugins/mathml_viewer/mathml_viewer.c ** NEW **
3014 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3015 widget from http://helm.cs.unibo.it/mml-widget/
3017 2003-03-14 [christoph] 0.8.11claws12
3020 o error return code's should better be negative
3021 o replace printf with debug_print
3024 improve IMAP folder scan by checking UID-NEXT
3027 remove check that are unnecessary in my opinion
3029 2003-03-13 [christoph] 0.8.11claws11
3038 * src/prefs_scoring.c
3040 use a common function to get a displayable name
3043 2003-03-13 [paul] 0.8.11claws10
3047 tools/multiwebsearch.conf ** NEW FILE **
3048 tools/multiwebsearch.pl ** NEW FILE **
3049 add multiwebsearch Actions script
3051 2003-03-13 [colin] 0.8.11claws9
3054 Remove leading emtpy lines from quoted text
3057 2003-03-13 [melvin] 0.8.11claws8
3059 * src/prefs_actions.c
3062 Added Cancel and OK buttons
3065 2003-03-13 [christoph] 0.8.11claws7
3075 replace more folder type stuff with folder class stuff
3077 2003-03-13 [melvin] 0.8.11claws6
3079 * src/prefs_actions.c
3081 %u: user provided argument
3082 %h: user provided argument (hidden on input)
3083 %s: current text selection in the message view
3085 2003-03-13 [paul] 0.8.11claws5
3087 * sync with 0.8.11cvs5
3088 see ChangeLog 2003-03-11, 2003-03-12
3090 2003-03-12 [christoph] 0.8.11claws4
3093 use folder class idstr when writing folderlist.xml
3098 replace folder type checks with folder class checks
3100 2003-03-12 [christoph] 0.8.11claws3
3105 * src/mbox_folder.[ch]
3108 o create a list of known folder classes in the folder system
3109 o use folder class id strings for folder item identifiers
3111 2003-03-12 [christoph] 0.8.11claws2
3114 fix imap uid validity check
3116 2003-03-12 [christoph] 0.8.11claws1
3127 * src/prefs_scoring.c
3131 initial restructuring of folder system, seperating
3132 folders and folder classes
3134 2003-03-12 [paul] 0.8.11claws
3138 2003-03-12 [christoph]
3140 * src/gtk/prefswindow.c
3141 fix translation of "Page Index"
3143 2003-03-12 [paul] 0.8.10claws110
3145 a sync from 0.8.11cvs4 before the release
3147 * src/common/utils.c
3148 subject_compare_for_sort(): allow null strings (fixes
3151 2003-03-11 [paul] 0.8.10claws109
3154 update Spanish translation, submitted by
3155 Ricardo Mones Lastra
3157 2003-03-11 [melvin] 0.8.10claws108
3160 Updated French translations
3162 2003-03-11 [paul] 0.8.10claws107
3164 * manual/en/Makefile.am
3166 update English manual, add a new page
3167 updated by Francois Barriere <fbarriere@atmel.fr>
3172 update Bulgarian, Italian, and Serbian translations
3173 submitted by George Danchev, Alessandro Maestri, and
3176 2003-03-10 [paul] 0.8.10claws106
3179 src/gtk/prefswindow.c
3180 make some strings translatable
3182 2003-03-10 [darko] 0.8.10claws105
3185 code cleanup to make Hiro happy
3187 2003-03-10 [paul] 0.8.10claws104
3189 * sync with 0.8.11cvs2
3190 see ChangeLog 2003-03-10
3192 2003-03-09 [melvin] 0.8.10claws103
3195 textview_set_font(): fix for message display in
3196 UTF-8 locales (thanks to Sergey Vlasov).
3197 (was unintentionnaly reverted in 0.8.6claws6)
3199 2003-03-08 [darko] 0.8.10claws102
3202 fix infinite loop in wrapping as reported
3204 obsoletes patch #696482
3206 2003-03-08 [christoph] 0.8.10claws101
3209 add workaround for IMAP servers that do not
3210 support the "UID SEARCH UID" command
3212 2003-03-07 [christoph] 0.8.10claws100
3214 * src/plugins/spamassassin/spamassassin.[ch]
3215 * src/plugins/spamassassin/spamassassin_gtk.c
3218 2003-03-07 [paul] 0.8.10claws99
3221 updated Spanish translation, submitted by
3222 Ricardo Mones Lastra
3224 2003-03-07 [christoph] 0.8.10claws98
3227 fix in 0.8.10claws94 was wrong
3228 local delivery does not require escaping, remove escaping
3229 code to make signatures of mails with "." lines valid
3231 NOTE: requires that sendmail is executed with "-i" option,
3232 what is the default now, but has to be changed in all
3235 2003-03-07 [paul] 0.8.10claws97
3237 * sync with 0.8.11 release
3238 see ChangeLog 2003-03-07
3240 2003-03-06 [paul] 0.8.10claws96
3243 revert commit 0.8.10claws92
3245 2003-03-06 [paul] 0.8.10claws95
3248 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3251 fix bug 74, 'Crash opening editor window with pseudo-color
3254 Patches submitted by Kevin Vigor <kevin@vigor.nu>
3256 2003-03-06 [christoph] 0.8.10claws94
3259 fix rfc2821 (4.5.2) violation in SMTP data sending,
3260 all lines starting with a period get an extra period
3262 (found by Simon 'corecode' Schubert)
3264 2003-03-06 [paul] 0.8.10claws93
3267 if configured font can't be loaded fall back to gtk
3268 default. (with thanks to Christoph)
3270 closes long-standing bug 15 'Crashes on startup'
3272 2003-03-06 [paul] 0.8.10claws92
3275 freeze text before autosave and thaw afterwards
3276 fixes bug 67 'autosave make re-rediting message crazy'
3278 2003-03-06 [christoph] 0.8.10claws91
3281 ignore address comment in dupe check for Cc-list
3283 (closes reopened bug 47 Replying to message strips name part of
3284 e-mail addresses of Cc: lines)
3286 2003-03-06 [paul] 0.8.10claws90
3289 remove reference to gtkxtext.h as its no longer in
3292 2003-03-06 [paul] 0.8.10claws89
3294 * sync with 0.8.10cvs25
3295 see ChangeLog 2003-03-06
3297 2003-03-06 [oliver] 0.8.10claws88
3302 2003-03-06 [oliver] 0.8.10claws87
3305 remove changes introduced inclaws74
3307 another attempt to sanely delete and update
3308 messages deleted in separate messageview
3310 2003-03-05 [christoph] 0.8.10claws86
3313 check if "From" matches any account's address if
3314 addressbook completion of addresses is disabled too
3316 (closes Bug 70 "Display recipient in from" doesn't check
3317 folder's default account)
3319 2003-03-05 [christoph] 0.8.10claws85
3322 * src/common/utils.[ch]
3323 don't strip address comments when building Cc lists
3325 (closes Bug 47 Replying to message strips name part of e-mail addresses
3329 fix return value of copy function
3331 2003-03-05 [christoph] 0.8.10claws84
3334 don't ask imap server for non rfc822 headers
3336 (closes bug 71 IMAP FETCH asks for FROM header field twice)
3339 destroy session on socket error to allow reconnecting
3341 2003-03-05 [christoph] 0.8.10claws83
3344 fix building with gnome when no prefix is set
3346 (closes bug 66 Gnome directory is set to NONE)
3348 2003-03-05 [paul] 0.8.10claws82
3350 * sync with 0.8.10cvs23
3351 see ChangeLog 2003-03-05
3353 2003-03-04 [christoph] 0.8.10claws81
3356 o fix moving and copying when folder returns 0 for new
3358 o remove some code for single message copy and move
3359 operations and use functions for multiple messages
3361 (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3364 remove unused include
3366 2003-03-04 [paul] 0.8.10claws80
3369 list 'Compiled plugins'
3371 2003-03-03 [christoph] 0.8.10claws79
3374 have to multiply the percentage of the current fetch with
3375 the percentage that it has of the total fetch operation
3378 2003-03-03 [christoph] 0.8.10claws78
3381 fix calculation of expected lines for progress indicator
3383 2003-03-03 [christoph] 0.8.10claws77
3386 * src/common/utils.c
3387 fix segfault when opening the root news folder
3389 2003-03-03 [christoph] 0.8.10claws76
3391 * src/mainwindow.[ch]
3392 * src/common/Makefile.am
3393 * src/common/progressindicator.[ch]
3394 add UI independent progress indicator handling
3397 use new progress indicator for message info fetching
3399 * src/common/hooks.h
3402 2003-03-03 [oliver] 0.8.10claws75
3406 removed commented code
3408 2003-03-03 [oliver] 0.8.10claws74
3411 cleanups and refactoring
3413 compose_reply_mode reply & forwarding interface for
3416 act on messages marked for deletion in folderview_selected
3417 based on prefs_common.immediate_exec since a message might
3418 have been deleted by messageview in a folder we are changing
3419 to (does anybody understand what I'm on about ?)
3421 2003-03-03 [oliver] 0.8.10claws73
3423 * src/messageview.[ch]
3425 - messageview_delete: delete message shown in messagview
3426 - messageview_update_view: update messageview to currently
3427 selected summaryview message
3428 - add separate messageview to msgview_list in order to update
3429 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3430 * src/summaryview.[ch]
3431 summary_get_selection returns a list of selected msgs
3434 toolbar reply refactoring
3436 2003-03-03 [paul] 0.8.10claws72
3438 * sync with 0.8.10cvs21
3439 see ChangeLog 2003-03-03
3441 2003-03-02 [christoph] 0.8.10claws71
3443 * src/common/passcrypt.c
3446 2003-03-02 [christoph] 0.8.10claws70
3449 * src/prefs_account.c
3450 * src/prefs_gtk.[ch]
3451 * src/common/.cvsignore
3452 * src/common/Makefile.am
3453 * src/common/passcrypt.c ** NEW **
3454 * src/common/passcrypt.h.in ** NEW **
3455 Implement password encryption in config files
3456 using unix encrypt and setkey functions. The crypt
3457 key can be set as a configure parameter. Old
3458 passwords will be converted if they do not begin
3461 2003-03-02 [paul] 0.8.10claws69
3463 * src/prefs_account.c
3466 2003-03-01 [thorsten] 0.8.10claws68
3474 corrected format strings
3477 (fix compile errors with GNU gettext-0.11.5)
3479 2003-03-01 [oliver] 0.8.10claws67
3482 menu callbacks call toolbar_menu_reply
3484 2003-03-01 [oliver] 0.8.10claws66
3488 menu callbacks call toolbar_menu_reply
3490 callbacks from menu handled by toolbar_menu_reply
3492 2003-03-01 [paul] 0.8.10claws65
3495 revert commit 0.8.10claws54 - breaks editing of
3499 update Bulgarian translation, submitted by
3502 2003-02-28 [christoph] 0.8.10claws64
3508 * src/gtkxtext.h ** REMOVE **
3514 * src/prefs_common.c
3515 * src/prefs_matcher.c
3516 * src/procheader.[ch]
3519 * src/common/ssl_certificate.c
3520 * src/gtk/colorlabel.c
3523 o remove code obsoleted by new cache and folder system rework
3525 2003-02-28 [oliver] 0.8.10claws63
3528 * fix bug where reply in Messageview replied to
3529 Message displayed in summaryview
3530 (reportedd via ML by chinatinte at gmx dot ch)
3531 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3532 didn't work in separate MessageView Toolbar
3533 (wondering if anybody uses this at all ?)
3534 * src/summaryview.[ch]
3535 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3536 (generalize reply and forward code);
3538 remove focus_in event which updated summaryview to messageview
3540 2003-02-28 [paul] 0.8.10claws62
3543 add the --check option
3544 Patch submitted by Ricardo Mones Lastra
3546 2003-02-28 [paul] 0.8.10claws61
3548 * src/prefs_account.c
3549 re-order 'Signature' items
3551 2003-02-28 [paul] 0.8.10claws60
3553 * sync with 0.8.10cvs20
3554 see ChangeLog 2003-02-28
3556 2003-02-28 [paul] 0.8.10claws59
3559 update to reflect recent movement of files
3561 2003-02-28 [paul] 0.8.10claws58
3563 * sync with 0.8.10cvs19
3564 see ChangeLog 2003-02-28
3566 2003-02-27 [martin] 0.8.10claws57
3568 * src/prefs_matcher.c
3569 fix segfault in prefs_matcher_ok() when the
3570 last entry is deleted and prevents that the
3571 message "entry not saved" comes up after deleting
3574 2003-02-27 [martin] 0.8.10claws56
3576 * src/prefs_filtering.c
3577 fix segfault in prefs_filtering_ok() when the
3578 last entry is deleted and prevents that the
3579 message "entry not saved" comes up after deleting
3582 2003-02-27 [paul] 0.8.10claws55
3584 * sync with 0.8.10cvs18
3585 see ChangeLog 2003-02-27
3587 2003-02-27 [paul] 0.8.10claws54
3590 fix bug where the address book crashes with
3592 Patch [687729] submitted by David Frager
3593 <dbfrager@users.sourceforge.net>
3595 2003-02-25 [christoph] 0.8.10claws53
3598 * src/colorlabel.[ch] ** REMOVE **
3599 * src/gtk/Makefile.am
3600 * src/gtk/colorlabel.[ch] ** NEW **
3601 move colorlabel files to gtk directory
3603 * src/esmtp.[ch] ** REMOVE **
3604 has been merged into smtp.[ch] in 0.7.5
3606 2003-02-25 [christoph] 0.8.10claws52
3609 * src/about.[ch] ** REMOVE **
3610 * src/gtk/Makefile.am
3611 * src/gtk/about.[ch] ** NEW **
3612 move about files to gtk directory
3614 2003-02-25 [christoph] 0.8.10claws51
3617 some code optimization of folder scanning code
3619 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3621 2003-02-25 [christoph] 0.8.10claws50
3624 * src/common/sylpheed.c
3625 add command line parameter parsing to common code
3627 2003-02-24 [christoph]
3631 fix gnome prefix problems, the configure script now removed
3632 `gnome-config --prefix` from `gnome-config --datadir`
3633 and adds $(prefix} instead
3635 (closes Bug 24 Makefile does not respect prefix when installing
3638 2003-02-24 [christoph] 0.8.10claws49
3641 check for valid session before trying to authenticate
3643 (closes Bug 60 crash if "authenticate on logon" is activated
3644 and newsserver-hostname is not valid)
3646 2003-02-24 [melvin] 0.8.10claws48
3648 * src/prefs_actions.c
3649 Make sure all user's input is sent to the action and then
3652 2003-02-23 [alfons] 0.8.10claws46
3655 also wait cursor when deleting files
3659 * tools/freshmeat_search.pl
3660 tools/google_search.pl
3661 scripts should now work for any browser/browser command line
3663 2003-02-22 [christoph] 0.8.10claws45
3666 fix IMAP flag setting, IMAP flag is not handled correctly
3667 anymore by the folder system and information about the
3668 folder should not be saved in the MsgInfo (in my opinion)
3670 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3672 2003-02-22 [christoph] 0.8.10claws44
3675 fix spelling of "label" ;-)
3677 2003-02-22 [thorsten] 0.8.10claws43
3680 src/prefs_common.[ch]
3682 do not use description as attachment name
3684 2003-02-22 [alfons] 0.8.10claws42
3687 freeze/thaw folder item updates when changing color labels,
3688 and put a wait cursors on
3690 2003-02-22 [thorsten] 0.8.10claws41
3693 save-all fixes: crash if invoked on multipart container,
3694 mimeinfo access, pathseparators, error dialog
3696 2003-02-21 [alfons] 0.8.10claws40
3701 2003-02-21 [colin] 0.8.10claws39
3706 2003-02-21 [colin] 0.8.10claws38
3709 Freeze/thaw folderItem updates when filtering messages
3710 via Tools/Filter messages
3712 2003-02-21 [paul] 0.8.10claws37
3715 revert commit 0.8.10claws26, there are ulterior motives
3716 for users to set a Reply-To header when posting to
3719 2003-02-21 [paul] 0.8.10claws36
3721 * sync with 0.8.10cvs17
3722 see ChangeLog 2003-02-21
3724 2003-02-20 [christoph] 0.8.10claws35
3727 IMAP UID fetch speedup using SEARCH
3729 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3732 fix problem with UIDs in IMAP UID cache that no longer existed
3734 2003-02-20 [christoph] 0.8.10claws34
3739 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3741 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3744 Rewrite imap_cmd_gen_recv use sock_getline instead
3745 of sock_gets to avoid problems with too long reply
3748 2003-02-20 [colin] 0.8.10claws33
3750 * src/prefs_account.c
3753 2003-02-20 [colin] 0.8.10claws32
3756 Remove useless '&& !to_sender'
3761 change my e-mail address
3763 2003-02-19 [colin] 0.8.10claws31
3765 * src/prefs_common.c
3766 X11 style colors for every configurable color
3768 2003-02-19 [alfons] 0.8.10claws30
3770 * src/prefs_gtk.[ch]
3771 * src/prefs_common.c
3772 for color_new accept both plain integers and X11 style color
3773 names (as found in /usr/lib/X11/rgb.txt)
3775 2003-02-19 [paul] 0.8.10claws29
3778 add tooltips to online/offline button and account selector
3781 2003-02-19 [paul] 0.8.10claws28
3785 src/prefs_account.[ch]
3786 src/prefs_common.[ch]
3787 move 'Maximum number of articles to download' to
3789 clean up account prefs gui a little by hiding entries
3790 rather then greying out entries
3792 2003-02-19 [hiro] 0.8.10claws27
3794 * src/common/utils.c
3795 fix bug #54 'yesterdays date is displayed in the message
3798 2003-02-19 [paul] 0.8.10claws26
3801 fix bug reported in Feature Request [688596]
3802 'Reply-to header in news'
3804 2003-02-18 [paul] 0.8.10claws25
3807 add a 'List all keys' button to key selection dialog
3809 2003-02-18 [colin] 0.8.10claws24
3811 * src/stock_pixmap.c
3814 2003-02-18 [colin] 0.8.10claws23
3816 * src/common/smtp.[ch]
3818 Try to starttls if it seems to be the only
3819 way to authenticate a user
3821 2003-02-18 [paul] 0.8.10claws22
3825 src/stock_pixmap.[ch]
3826 src/pixmaps/drafts_close.xpm ** NEW FILE **
3827 src/pixmaps/drafts_open.xpm ** NEW FILE **
3828 as a Drafts folder is a special folder allow it to have
3829 its own unique icons
3831 2003-02-18 [colin] 0.8.10claws21
3834 Fix port selection when using starttls
3836 2003-02-18 [paul] 0.8.10claws20
3839 src/prefs_common.[ch]
3840 make blue the default new mail colour
3842 2003-02-18 [paul] 0.8.10claws19
3844 * sync with 0.8.10cvs14
3845 see ChangeLog 2003-02-18
3847 2003-02-17 [jens] 0.8.10claws18
3850 fixed a compile problem with gcc 3.3
3851 works on 2.95.3 too (testet on PPC as it is big endian)
3853 2003-02-17 [paul] 0.8.10claws17
3855 * sync with 0.8.10cvs13
3856 see ChangeLog 2003-02-17
3858 2003-02-17 [paul] 0.8.10claws16
3860 * sync with 0.8.10cvs12
3861 see ChangeLog 2003-02-17
3863 2003-02-16 [match] 0.8.10claws15
3866 Eliminates reloading of address data when items
3867 deleted or added. Applied submitted by
3868 Luke Plant <lukeplant@softhome.net>
3870 2003-02-16 [paul] 0.8.10claws14
3873 when a 'protocol error' is encountered disconnect from
3874 the server. This means that the user can carry on viewing
3875 other articles and doesn't have to either wait until the
3876 server timesout or quit sylpheed.
3877 Fixes bug #53 'Unable to read messages in newsgroups,
3878 displayed message doesn't change'
3880 2003-02-15 [christoph] 0.8.10claws13
3883 fix bug that stopped scanning of folders when an
3884 IMAP folder was empty
3886 (closes bug 46 stop scan messages in folders after empty folder)
3892 tools/freshmeat_search.pl ** NEW FILE **
3893 tools/google_search.pl ** NEW FILE **
3894 Add 2 Actions scripts which search freshmeat/google
3895 for the selected text using the browser configured
3898 Note: These scripts are very dependent on the format of the
3899 browser command and may not work on every occasion. Testing
3902 2003-02-14 [alfons] 0.8.10claws12
3905 fix breakage because of uninitialized account pointer.
3908 2003-02-14 [paul] 0.8.10claws11
3911 src/prefs_account.[ch]
3912 src/prefs_common.[ch]
3913 move signature settings to Account Prefs
3915 2003-02-14 [paul] 0.8.10claws10
3917 * sync with 0.8.10cvs11
3918 see ChangeLog 2003-02-14
3920 2003-02-13 [thorsten] 0.8.10claws9
3923 revert news progressbar (GUI separation)
3925 2003-02-13 [paul] 0.8.10claws8
3928 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3931 2003-02-13 [paul] 0.8.10claws7
3935 fix 'Follow-up and Reply-to' so that it creates a reply to
3936 the newsgroup and the sender. If the message has the keyword
3937 'poster' in the Followup-To header, all replies go to the
3938 sender, re: RFC 1036, Section 2.2.3
3939 rename all instances of 'ignore_replyto' to 'to_sender', both
3940 were previously used, now we use just one.
3942 2003-02-13 [paul] 0.8.10claws6
3944 * sync with 0.8.10cvs9
3945 see ChangeLog 2003-02-13
3947 2003-02-13 [paul] 0.8.10claws5
3950 show which plugins are configured in the configure
3953 2003-02-12 [thorsten] 0.8.10claws4
3956 show progress while fetching news headers
3958 2003-02-12 [christoph] 0.8.10claws3
3961 * src/plugins/Makefile.am
3962 use AM_CONDITIONAL to enable plugins, automake correctly
3963 manages this when creating distdir
3965 2003-02-12 [christoph] 0.8.10claws2
3967 * ac/spamassassin.m4
3968 * src/plugins/spamassassin/Makefile.am
3969 fix building SpamAssassin plugin without OpenSSL
3971 2003-02-12 [paul] 0.8.10claws1
3975 src/plugins/Makefile.am
3976 fix failure of 'make release'
3978 2003-02-12 [paul] 0.8.10claws
3980 * 0.8.10claws released
3982 2003-02-12 [paul] 0.8.9claws56
3989 updated translations by George Danchev, Ricardo Mones Lastra,
3990 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3993 Allow the building of RPMs by a regular user. Submitted
3996 2003-02-11 [alfons] 0.8.9claws55
3999 don't use pixmaps for label color rect but draw rectangles
4000 so we can respect the color map of palette based visuals
4001 (fixes the long time crashes on Suns - thanks to Andreas
4002 Engel and Steve O'Hara-Smith for testing)
4004 2003-02-11 [christoph] 0.8.9claws54
4006 * src/matcher_parser_parse.y
4007 correct bug where filering rules of not existing folders in
4008 matcherrc were added to global filtering
4010 (closes Debian Bug #180253 - Directory's filter-rules are merged with
4011 main filter-rules after removing directory, http://bugs.debian.org/180253)
4013 2003-02-11 [paul] 0.8.9claws53
4015 * sync with 0.8.10cvs7
4016 see ChangeLog 2003-02-09
4018 2003-02-11 [melvin] 0.8.9claws52
4021 Updated French tranlsations
4023 2003-02-10 [paul] 0.8.9claws51
4026 correct --enable-openssl
4027 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4029 2003-02-09 [martin] 0.8.9claws50
4031 * src/prefs_matcher.c
4032 fix segfault in prefs_matcher_substitute_cb() when
4035 2003-02-09 [paul] 0.8.9claws49
4038 fix bug where a newsgroup folder's processing rules were
4039 merged with the global filtering rules when the newsgroup
4040 folder was deleted, causing some seriously bad results,
4041 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4043 2003-02-08 [melvin] 0.8.9claws48
4046 Corrected and modified an alert message.
4048 2003-02-07 [paul] 0.8.9claws47
4051 fix bug where both an 'Account properties' window and a
4052 'Folder properties' window were opened when clicking on
4053 'Properties' in an NNTP or IMAP folder's popup menu.
4055 2003-02-07 [paul] 0.8.9claws46
4057 * sync with 0.8.10cvs6
4058 see ChangeLog 2003-02-06
4060 2003-02-06 [christoph] 0.8.9claws45
4063 freeze folder updates while importing mbox files
4064 (closes bug 43 importing mbox took hours)
4066 Patch submitted by Jens Rantil <jens.rantil@telia.com>
4068 2003-02-06 [thorsten] 0.8.9claws44
4071 Updated german translations
4073 2003-02-06 [thorsten] 0.8.9claws43
4076 use guint for message numbers (fix count in grouplist dialog)
4078 2003-02-05 [paul] 0.8.9claws42
4080 * sync with 0.8.10cvs2
4081 see ChangeLog 2003-02-05
4083 2003-02-04 [colin] 0.8.9claws41
4085 * src/prefs_common.[ch]
4088 Add an option to disable threading by subject
4090 2003-02-04 [christoph] 0.8.9claws40
4093 only abort fetching mails from multiple accounts when the
4094 error is fatal and does not allow to check any more accounts
4095 (currently only disk full error)
4097 (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4098 receive mails for other accouts)
4100 2003-02-04 [christoph] 0.8.9claws39
4103 first add the new message to the cache, then
4104 send the update notification
4106 (closes bug 39 after sending message folderview doesnt get updated)
4108 2003-02-04 [colin] 0.8.9claws38
4111 _really_ fix this Connecting... status
4113 2003-02-04 [paul] 0.8.9claws37
4116 see ChangeLog 2003-02-04
4118 2003-02-04 [paul] 0.8.9claws36
4120 * sync with 0.8.9cvs6
4121 see ChangeLog 2003-02-03
4123 2003-02-04 [paul] 0.8.9claws35
4126 updated by André Filipe de Assunção e Brito
4127 <bedecko@netsite.com.br>
4129 2003-02-03 [thorsten] 0.8.9claws34
4132 Updated german translations
4134 2003-02-02 [paul] 0.8.9claws33
4137 updated by Ricardo Mones Lastra
4139 2003-02-02 [thorsten] 0.8.9claws32
4142 Fix mh_get_msginfo() segfault if file is inaccessible
4144 2003-01-31 [colin] 0.8.9claws31
4147 Fix last commit's bug
4149 2003-01-31 [colin] 0.8.9claws30
4152 Missing a change for gpg-signed messages
4154 2003-01-31 [paul] 0.8.9claws29
4156 * src/pixmaps/gpg_signed.xpm ** NEW FILE **
4158 src/stock_pixmap.[ch]
4160 indicate GnuPG signed messages by displaying an icon
4161 in the Attachment column.
4163 2003-01-31 [paul] 0.8.9claws28
4165 * sync with 0.8.9cvs4
4166 see ChangeLog 2003-01-31
4168 2003-01-31 [alfons] 0.8.9claws27
4171 tune URI parser to accept mailto URLs with a '?'
4172 (patch from Ruslan Balkin)
4174 2003-01-31 [colin] 0.8.9claws26
4177 Fix a leak introduced in claws24
4179 2003-01-31 [colin] 0.8.9claws25
4182 Freeze/Thaw folder updates when deleting dups
4184 2003-01-31 [colin] 0.8.9claws24
4189 little speed improvements
4191 2003-01-31 [colin] 0.8.9claws23
4194 Fix segfault when forwarding nothing
4195 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4197 2003-01-30 [paul] 0.8.9claws22
4199 * sync with 0.8.9cvs3
4200 see ChangeLog 2003-01-30
4202 2003-01-30 [paul] 0.8.9claws21
4204 * sync with 0.8.9cvs2
4205 see ChangeLog 2003-01-30
4207 2003-01-29 [paul] 0.8.9claws20
4209 * sync with 0.8.9cvs1
4210 see ChangeLog 2003-01-29
4212 2003-01-28 [paul] 0.8.9claws19
4215 update to reflect changes.
4216 thanks to Ricardo Mones Lastra
4218 2003-01-27 [christoph] 0.8.9claws18
4221 * ac/spamassassin.m4
4222 * src/plugins/spamassassin/README
4223 * src/plugins/spamassassin/libspamc.[ch]
4224 * src/plugins/spamassassin/utils.[ch]
4225 updated to latest libspamc
4227 2003-01-27 [christoph] 0.8.9claws17
4230 fix wrong use of procheader_get_header_fields
4232 2003-01-27 [christoph] 0.8.9claws16
4235 * src/prefs_account.[ch]
4236 * src/common/nntp.[ch]
4237 allow to force authentication for NNTP servers
4239 Patch submitted by Florian Mickler <dmk@d-labs.de>
4241 2003-01-26 [paul] 0.8.9claws15
4244 speed up of marking messages as read
4245 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4247 2003-01-26 [christoph] 0.8.9claws14
4250 * src/mgutils.[ch] ** REMOVE **
4251 * src/xml.[ch] ** REMOVE **
4252 * src/xmlprops.[ch] ** REMOVE **
4253 * src/common/Makefile.am
4254 * src/common/mgutils.[ch] ** NEW **
4255 * src/common/xml.[ch] ** NEW **
4256 * src/common/xmlprops.[ch] ** NEW **
4257 move xml files to common directory
4259 2003-01-26 [christoph] 0.8.9claws13
4261 * src/plugins/spamassassin/spamassassin_gtk.c
4262 only set gtk entry text if string is available
4264 2003-01-26 [melvin] 0.8.9claws12
4266 * src/description_window.c
4267 Allow resizing of the window
4268 Allow automatic horizontal scroll bar
4269 Do not vertically expand and fill
4271 2003-01-26 [christoph] 0.8.9claws11
4274 * src/gtkutils.[ch] ** REMOVE **
4275 * src/common/sylpheed.c
4276 * src/gtk/Makefile.am
4277 * src/gtk/description_window.c
4278 * src/gtk/gtkutils.[ch] ** NEW **
4279 * src/gtk/prefswindow.c
4280 move gtkutils to gtk directory
4282 2003-01-26 [paul] 0.8.9claws10
4285 rename summary_unread_clicked() to summary_status_clicked()
4287 2003-01-26 [melvin] 0.8.9claws9
4289 * src/prefs_actions.c
4290 Cosmetical changes to the help text
4292 2003-01-26 [paul] 0.8.9claws8
4297 src/prefs_sumamry_column.c
4299 rename the 'Unread' column to 'Status'
4301 2003-01-25 [match] 0.8.9claws7
4304 removed reference to LDAP constants. removed error2string.
4305 included functions to support LDAP dynamic queries.
4307 moved LDAP constants here.
4311 removed references to LDAP constants and references to
4314 2003-01-25 [paul] 0.8.9claws6
4317 summary_thread_build(), summary_thread_init(): remove
4318 unneeded reference to summaryview->folder_item
4320 2003-01-25 [christoph] 0.8.9claws5
4322 * src/gtk/description_window.c
4323 o allow description texts to expand over multiple columns
4324 o translate all columns
4325 * src/prefs_actions.c
4326 change syntax description to use new multi column feature
4328 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4330 2003-01-25 [match] 0.8.9claws4
4333 fixed bug with Quoted-Printable
4335 2003-01-25 [paul] 0.8.9claws3
4338 src/summaryview.[ch]
4339 implement per-folder collapsed/expanded threads setting
4341 * src/prefs_common.c
4342 remove global collapsed/expanded threads option
4344 2003-01-25 [christoph] 0.8.9claws2
4347 add pluginwindow and prefswindow
4349 make send respond correctly to messages that could be added
4350 to the queue folder, but the UID of the message is unknown
4353 don't return guessed UIDs in imap_add_msg anymore. We return
4354 0 to tell the folder system it was appened but the UID is
4355 unknown. Folder system now get's the UID by scaning the folder
4356 and searching the cache for the Message-ID
4357 (closes bug #29 Messages queued, but not sent)
4359 2003-01-25 [paul] 0.8.9claws1
4362 conv_encode_header(): fix bug when long headers with 8-bit
4363 characters are used, so that the encoded words are wrapped.
4364 If the space in the original text falls on the wrap boundary,
4366 Patch by Sergey Vlasov.
4369 fix bug where a change to the sorting method or thread view
4370 of a folder's messages is lost if simpify-subject is set and
4372 Patch by Luke Plant.
4374 2003-01-24 [paul] 0.8.9claws
4376 * sylpheed-0.8.9claws released
4380 remove reference to 'INSTALL.jp'
4382 2003-01-23 [paul] 0.8.8claws128
4388 updated translations. submitted by Ricardo Mones Lastra,
4389 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4391 2003-01-23 [colin] 0.8.8claws127
4394 Fix drafted and queued news articles re-edition
4396 2003-01-23 [melvin] 0.8.8claws126
4399 Updated French translations
4401 2003-01-23 [colin] 0.8.8claws125
4404 Fix "Connecting to..." status message
4406 2003-01-22 [paul] 0.8.8claws124
4409 updated by George Danchev
4412 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4415 2003-01-21 [paul] 0.8.8claws123
4418 updated by George Danchev