1 2003-08-16 [christoph] 0.9.4claws27
4 remember and restore window sizes and position when the main
5 window is hidden or shown
7 (closes Bug 274 Window size in 0.9.4claws18 not remembered when
8 minimised/reopened using trayicon)
10 2003-08-16 [paul] 0.9.4claws26
15 2003-08-16 [paul] 0.9.4claws25
17 * src/plugins/clamav/clamav_plugin.c
20 * src/plugins/dillo_viewer/dillo_prefs.c
21 cosmetic: change the labels' text, add tooltips, and
24 2003-08-15 [christoph] 0.9.4claws24
27 complete last change (forgot some changes)
29 2003-08-15 [christoph] 0.9.4claws23
32 o check number of messages and don't return a 0 message
33 when no messages are available
34 o don't parse xref header anymore
36 (closes Bug 203 I'm not getting any news)
38 2003-08-15 [paul] 0.9.4claws22
42 update and define claws bugzilla location
44 2003-08-15 [paul] 0.9.4claws21
47 update submitted by Ruslan N. Balkin
49 2003-08-14 [christoph] 0.9.4claws20
52 fix search for oldest node in subject threading
54 2003-08-14 [christoph] 0.9.4claws19
58 add possibility to check all nodes with the same subject for
59 subject threading, not only the oldest node. Should not break
60 threads anymore if the oldest node is thread_by_subject_max_age
61 days older then parent, because it can now find a child of
62 oldest node as new parent.
64 2003-08-11 [christoph] 0.9.4claws18
66 * src/plugins/spamassassin/spamassassin.c
67 run spam check in background process
69 2003-08-10 [alfons] 0.9.4claws17
72 make `Select All' sensitive too
74 2003-08-10 [christoph] 0.9.4claws16
77 add more checks in imap_close
79 2003-08-09 [alfons] 0.9.4claws15
81 * src/prefs_spelling.c
82 no spell checking UI if not requested
84 2003-08-09 [alfons] 0.9.4claws14
86 * src/gtk/prefswindow.c
89 2003-08-09 [christoph] 0.9.4claws13
91 * src/prefs_spelling.c
92 * src/gtk/prefswindow.[ch]
93 * src/plugins/clamav/clamav_plugin_gtk.c
94 * src/plugins/spamassassin/spamassassin_gtk.c
95 sort prefs pages by heighest weight in tree
97 2003-08-09 [paul] 0.9.4claws12
100 see ChangeLog 2003-08-07
103 add Leandro and Luke to claws-branch section
105 2003-08-09 [christoph] 0.9.4claws11
107 * src/gtk/Makefile.am
108 * src/gtk/colorsel.[ch] ** NEW **
109 create a color selection dialog that can be used as a simple
110 function call with it's own gtk main loop like filesel.[ch]
115 * src/prefs_spelling.[ch] ** NEW **
116 * src/prefs_spelling.glade ** NEW **
117 * src/gtk/gtkutils.[ch]
118 move "Spell Checker" prefs to new prefs dialog
120 * src/prefs_folder_item.c
121 use new colorsel dialog
123 2003-08-08 [paul] 0.9.4claws10
126 clear the progress bar unconditionally
128 2003-08-08 [paul] 0.9.4claws9
130 * sync with 0.9.4cvs4
131 see ChangeLog 2003-07-31
133 2003-08-07 [christoph] 0.9.4claws8
136 fix bug in image viewer plugin part
139 don't execute close command if the folder item is not selected
141 2003-08-07 [hoa] 0.9.4claws7
144 * src/matcher_parser.h
145 * src/matcher_parser_parse.y
146 can define several actions for each filtering rule
147 can import old versions of filtering rules
149 * src/prefs_filtering.c
150 call to a new dialog box to define actions
152 * src/prefs_filtering_action.[ch]
153 dialog box to define actions for filtering rules
155 2003-08-06 [christoph] 0.9.4claws6
158 make sure source folder is selected when copying messages
160 2003-08-06 [christoph] 0.9.4claws5
162 * sync with 0.9.4cvs2
163 see ChangeLog 2003-07-29
165 2003-08-05 [paul] 0.9.4claws4
167 * sync with 0.9.4cvs3
168 see ChangeLog 2003-07-30
170 2003-08-04 [match] 0.9.4claws3
173 export of LDIF files.
175 2003-08-04 [match] 0.9.4claws2
178 support for export LDIF. documented.
179 * src/importldif.[ch]
180 * src/exportldif.[ch]
181 add tooltips. documented.
182 * src/exphtmldlg.[ch]
183 * src/common/xmlprops.[ch]
185 * src/exportldif.[ch] ** NEW **
186 * src/expldifdlg.[ch] ** NEW **
187 * src/addressbook.[ch]
189 export of LDIF files.
192 2003-08-04 [christoph] 0.9.4claws1
197 * sylpheed-claws.pc.in ** NEW **
199 * src/common/Makefile.am
200 * src/gtk/Makefile.am
201 install sylpheed header files in $(pkgincludedir) and create a
202 pkg-config file to allow building a plugin without the source
205 2003-08-04 [paul] 0.9.4claws
209 2003-08-04 [paul] 0.9.3claws97
212 update Spanish translation. Submitted by Ricardo
215 2003-08-03 [paul] 0.9.3claws96
219 update Croatian and Serbian translations. Submitted by
220 Dragan and Urke MMI respectively
222 2003-08-03 [alfons] 0.9.3claws95
225 mark flag has precedence over important flag - seems
226 to have been changed in sync of 0.9.3claws45. this fixes
227 a regression where messages that were scored as important
228 don't show their mark flags. (using the same column for
229 both importance as mark flags is the real problem
232 2003-08-03 [melvin] 0.9.3claws94
235 Updated French translations.
237 2003-08-03 [melvin] 0.9.3claws93
240 Fixed typo introduced after 0.9.3claws92
241 that prevented compilation
242 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
243 CPPFLAGS and YFLAGS to allow user setting these.
244 * src/common/Makefile.am
245 * src/gtk/Makefile.am
246 * src/plugins/clamav/Makefile.am
247 * src/plugins/demo/Makefile.am
248 * src/plugins/dillo_viewer/Makefile.am
249 * src/plugins/image_viewer/Makefile.am
250 * src/plugins/mathml_viewer/Makefile.am
251 * src/plugins/spamassassin/Makefile.am
252 * src/plugins/trayicon/Makefile.am
253 * src/plugins/trayicon/libeggtrayicon/Makefile.am
254 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
255 CPPFLAGS and YFLAGS to allow user setting these.
257 2003-08-02 [christoph] 0.9.3claws92
260 o rearrange plugin tests
261 o add test for clamav.h to ClamAV tests
263 2003-08-02 [luke] 0.9.3claws91
266 o fixed appearance of icon list when toggling back from the
268 o toggling of icons using the keyboard works correctly
269 o fixed all other keyboard shortcuts to work when icons are
273 o fixed bug 4 - focus lost when changing messageview view type
275 2003-08-02 [christoph] 0.9.3claws90
278 fix crash when pointer stored in hash table could get invalid
279 when a plugin is unloaded
281 2003-08-01 [christoph] 0.9.3claws89
284 o try to build all plugins (except spamassassin) by default
285 o don't build a plugin if a dependency check fails
290 2003-08-01 [match] 0.9.3claws88
293 allow single click field selection. document code.
295 2003-08-01 [christoph] 0.9.3claws87
297 * src/plugins/clamav/clamav_plugin.c
298 * src/plugins/clamav/clamav_plugin_gtk.c
299 * src/plugins/dillo_viewer/dillo_viewer.c
300 * src/plugins/image_viewer/plugin.c
301 * src/plugins/mathml_viewer/mathml_viewer.c
302 * src/plugins/spamassassin/spamassassin.c
303 * src/plugins/spamassassin/spamassassin_gtk.c
304 * src/plugins/trayicon/trayicon.c
305 add version check to all plugins
307 2003-08-01 [hoa] 0.9.3claws86
309 * src/prefs_filtering.c
310 fixed a cosmetic bug, during creation of dialog box,
311 wrong widgets were shown after creation.
313 2003-08-01 [luke] 0.9.3claws85
316 o fixed visibility of icons/mimeview after toggling separate
317 message/folder view (factored out some similar code too).
320 2003-07-31 [alfons] 0.9.3claws84
323 tweak icon box UI a bit more, now allowing right-clicks actions
324 getting the relevant mime data too; should fix #250, "Can't save
325 attachments sometimes".
327 2003-07-30 [alfons] 0.9.3claws83
330 don't do auto-save-draft inside key press handler, but rather
331 schedule it half of a second later; should fix #67, "autosave
332 make re-rediting message crazy"
334 2003-07-30 [christoph] 0.9.3claws82
336 * src/plugins/trayicon/trayicon.c
337 process pending events before unloading the plugin
339 (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
341 2003-07-30 [alfons] 0.9.3claws81
344 parameter 2 of g_hook_destroy() should really be a hook id
346 2003-07-30 [alfons] 0.9.3claws80
348 * src/common/plugin.c
349 fix a possibly harmful function signature mismatch
352 2003-07-30 [alfons] 0.9.3claws79
354 * src/common/hooks[.ch]
357 2003-07-30 [darko] 0.9.3claws78
360 make it compile again
362 2003-07-30 [luke] 0.9.3claws77
366 o added/moved signal handlers for SIGTERM (normal kill command)
367 and SIGINT (ctl-c) to be used even without
368 --enable-crash-dialog, fixing bug 166
371 o rewrote menu sensitivity code as per mainwindow.c, fixing
375 o changed sensitivity condition for 'Next new' and 'Next
376 unread', fixing bug 8
378 2003-07-29 [alfons] 0.9.3claws76
380 * src/common/utils.[ch]
383 save ack'ed RRR; fixes #205, "return receipt is not saved in
386 2003-07-29 [alfons] 0.9.3claws75
389 fix a memleak (claws-only)
391 2003-07-29 [alfons] 0.9.3claws74
394 * src/gtk/gtkvscrollbutton.[ch]
395 fix UI glitch where mime icon toolbox' scroll position is not
396 reset after switching to another message
399 2003-07-29 [paul] 0.9.3claws73
401 * src/prefs_folder_item.c
402 split the prefs into 2 separate pages
404 2003-07-29 [paul] 0.9.3claws72
407 prepend "\n\n" to a signature without a separator too
409 2003-07-29 [paul] 0.9.3claws71
412 fix bug where changing to an account without an auto-sig
413 from an initial account without an auto-sig would insert
414 2 blank lines at the cursor point
415 fix bug where changing to an account with an auto-sig
416 from an initial account without an auto-sig would insert
417 the sig at the cursor point
419 2003-07-29 [paul] 0.9.3claws70
422 use the colour from the folder pref unless the folder
425 2003-07-29 [alfons] 0.9.3claws69
430 rewrite return receipt request work a little bit (the former
431 implementation presumably depended too much on the UI setting
432 flags). (we're losing the old pending flag.)
434 2003-07-28 [christoph] 0.9.3claws68
440 fix copy to IMAP folder from other folder
442 2003-07-28 [christoph] 0.9.3claws67
445 fix sync of procmsg_get_message_file_list
447 2003-07-28 [christoph] 0.9.3claws66
449 * sync with 0.9.3cvs14
450 see ChangeLog 2003-07-18
451 * sync with 0.9.3cvs17
452 see ChangeLog 2003-07-23
454 (closes Bug 234 segmentation fault after sending out mail via
457 2003-07-28 [paul] 0.9.3claws65
460 update Spanish translation, submitted by Ricardo Mones
463 2003-07-28 [christoph] 0.9.3claws64
468 return new message numbers as a GRelation instead of a GSList
469 that has to be in the same order as the input list. A list
470 would make it hard for IMAP to optimize oepration by sorting
471 the input list. The returned list would have to be reordered
472 to match the same order that input list has.
474 * src/gtk/gtkaspell.c
475 fix missing return value, could cause a crash when garbage is
476 on the stack that is used as the expected return value
478 2003-07-28 [paul] 0.9.3claws63
480 * sync with 0.9.4cvs1
481 see ChangeLog 2003-07-28
483 2003-07-27 [alfons] 0.9.3claws62
486 tweak it more to make icon list act like a check button group
488 2003-07-27 [christoph] 0.9.3claws61
490 * sync with 0.9.3cvs20
491 see ChangeLog 2003-07-25
493 2003-07-27 [paul] 0.9.3claws60
496 re-commit changes from 0.9.3claws58 -
497 accidently removed in 0.9.3claws59
499 2003-07-27 [paul] 0.9.3claws59
502 a sync from 0.9.3cvs17
503 see ChangeLog 2003-07-23
505 2003-07-27 [alfons] 0.9.3claws58
508 add missing header members to MsgInfo; fixes the problem of
509 not displaying X-Faces, as noticed by Ricardo Mones
511 2003-07-26 [christoph] 0.9.3claws57
513 * sync with 0.9.3cvs18
514 see ChangeLog 2003-07-24
516 2003-07-26 [christoph] 0.9.3claws56
518 * sync with 0.9.3cvs17
519 see ChangeLog 2003-07-23
521 2003-07-26 [christoph] 0.9.3claws55
528 add support for copy function that copy multiple messages
529 (not implemented yet)
532 add missing return value
534 2003-07-26 [paul] 0.9.3claws54
536 * tools/multiwebsearch.pl
537 do whitespace substitution before passing the string
538 to the browser. fixes bug with browsers that don't
539 do whitespace conversion themselves.
541 2003-07-25 [christoph] 0.9.3claws53
546 rewrite adding of multiple messages to a folder for
549 2003-07-25 [luke] 0.9.3claws52
552 o icon toggles set correctly on leaving ctree mimeview
554 2003-07-25 [paul] 0.9.3claws51
556 * partial sync with 0.9.3cvs21 [src/main.c]
557 see ChangeLog 2003-07-25
559 2003-07-24 [paul] 0.9.3claws50
561 * tools/maildir2sylpheed.pl
564 2003-07-24 [paul] 0.9.3claws49
567 increase the gutter size of paned so that the panes
570 * src/plugins/demo/demo.c
571 squeeze in another typo fix
573 2003-07-24 [paul] 0.9.3claws48
575 * src/plugins/demo/demo.c
577 small changes to the English
579 * src/pixmaps/mime_application_octect_stream.xpm ** REMOVED **
580 src/pixmaps/mime_application_octet_stream.xpm ** NEW FILE **
583 rename the misspelled icon
585 2003-07-23 [alfons] 0.9.3claws47
588 make icon list look like a list of toggles
590 2003-07-23 [luke] 0.9.3claws46
592 * src/pixmaps/mimeview_gpg_expired.xpm
593 * src/pixmaps/mimeview_gpg_failed.xpm
594 * src/pixmaps/mimeview_gpg_passed.xpm
595 * src/pixmaps/mimeview_text_html.xpm
596 * src/pixmaps/mimeview_image.xpm
597 o all icons the same size
600 o mimeview ctree arranged vertically above the viewer
601 o icons changed to buttons
602 o can use keyboard to select an icon (Enter)
603 o resize icon list to width of icons
605 * src/gtk/gtkvscrollbutton.c
606 o sensitivity of buttons reacts to position
608 2003-07-23 [christoph] 0.9.3claws45
610 * sync with 0.9.3cvs14 (incomplete)
611 see ChangeLog 2003-07-17
613 2003-07-23 [alfons] 0.9.3claws44
617 sync with my local tree to restore some claws-only things
619 2003-07-23 [paul] 0.9.3claws43
621 * src/pixmaps/mime_gpg_expired.xpm ** NEW FILE **
622 src/pixmaps/mime_gpg_unknown.xpm ** NEW FILE **
627 src/stock_pixmap.[ch]
628 indicate missing keys and expired sigs/keys
631 2003-07-23 [paul] 0.9.3claws42
634 Redirect fixes: enable automatic account selection and
635 do not append signature to message on changing account
638 2003-07-23 [paul] 0.9.3claws41
640 * sync with 0.9.3cvs16
641 see ChangeLog 2003-07-23
643 2003-07-23 [alfons] 0.9.3claws40
646 give progress dialog a main window, and give it the first
647 one (presumably the only one). fixes bug #247, "segfault on
650 2003-07-22 [alfons] 0.9.3claws39
653 shift-space scrolls up
655 2003-07-22 [paul] 0.9.3claws38
657 * sync with 0.9.3cvs15
658 see ChangeLog 2003-07-22
660 2003-07-20 [alfons] 0.9.3claws37
663 put menu inside #ifdef USE_ASPELL..#endif
665 2003-07-20 [christoph] 0.9.3claws36
668 fix wrong flags in MsgInfo returned by
669 procmsg_msginfo_get_full_info()
671 (closes Bug 221 Deleting messages from the Message View gives incorrect
672 new/unread message counts in the folder view)
674 * src/plugins/spamassassin/spamassassin_gtk.c
675 add gettext macro for prefs page title
677 2003-07-20 [paul] 0.9.3claws35
680 redraw icon list on signature check
682 2003-07-20 [christoph] 0.9.3claws34
687 * src/folder_item_prefs.[ch] ** NEW **
692 * src/prefs_scoring.c
694 * src/prefs_folder_item.[ch]
695 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
697 o use prefswindow for folder properties
699 * src/gtk/prefswindow.[ch]
700 change implementation to use an invisible notebook instead
701 of unparenting widgets
703 2003-07-20 [christoph] 0.9.3claws33
709 * src/prefs_filtering.h
710 * src/prefs_folder_item.[ch]
715 (always use 1. typedefs, 2. #includes, 3. structures)
717 * src/common/version.h.in
718 add casts for constants
720 * src/plugins/demo/demo.c
723 * src/plugins/spamassassin/spamassassin.c
724 remove unused variable
726 2003-07-20 [alfons] 0.9.3claws32
729 o make icon buttons respond on left click
730 o minor cosmetic change
732 2003-07-19 [luke] 0.9.3claws31
735 * src/gtk/gtkvscrollbutton.c
737 o improved mimeview behaviour when selecting a new message
738 o plus code cleanups to remove compile warnings
741 2003-07-19 [alfons] 0.9.3claws30
745 * src/common/utils.[ch]
746 subject_get_reply_prefix_length() <- subject_get_prefix_length()
748 2003-07-19 [alfons] 0.9.3claws29
750 * src/prefs_folder_item.c
751 reinit "legacy" tmp_prefs, so we don't free nor use invalid
754 2003-07-19 [luke] 0.9.3claws28
760 * src/stock_pixmap.[ch]
761 * src/gtk/Makefile.am
763 * src/gtk/gtkvscrollbutton.[ch] ** NEW **
764 * src/pixmaps/mime_*.xpm ** NEW **
765 o mimeview rearrangement with a new icon shortcut bar
767 2003-07-19 [alfons] 0.9.3claws27
770 o plug leaking nodes_to_recollapse
771 o add folderview_recollapse_all_nodes() (not used yet)
773 2003-07-19 [alfons] 0.9.3claws26
777 honour #240 "Better SUBJECT handling" by cleaning the prefix
778 for both forwarding as replying
780 2003-07-18 [christoph] 0.9.3claws25
783 * src/common/sylpheed.[ch]
784 * src/common/version.h.in
785 add version in numeric form to allow easy comparison
787 * src/plugins/demo/demo.c
789 - sylpheed version > plugin version => never allowed, sylpheed
790 could contain unknown API changes
791 - sylpheed version < minimum version required => don't load,
792 API required not available (if linking does not fail)
794 2003-07-18 [alfons] 0.9.3claws24
796 * src/common/plugin.[ch]
799 2003-07-18 [christoph] 0.9.3claws23
802 fix crash when hooks where unregisted
804 * src/plugins/trayicon/trayicon.c
805 unregister detroy signal before destroying the widget
806 (still crashes when the plugin is unloaded)
808 2003-07-18 [alfons] 0.9.3claws22
811 delay expanding folder tree during drags until timeout triggered
812 (needs perhaps some tweaking, so testing is welcome)
814 2003-07-17 [alfons] 0.9.3claws21
819 2003-07-17 [christoph] 0.9.3claws20
821 * src/common/session.c
822 fix opening of SSL connections
824 * src/plugins/image_viewer/Makefile.am
825 add OPENSSL_CFLAGS (we should find a better solution to remove
826 this dependencies if they are not required)
828 * src/plugins/spamassassin/spamassassin.c
829 remove setlocale workaround (fixed in libspamc)
831 (closes Bug Bug 184 Entering non-ascii character deletes previous char
832 if spell checking enabled)
834 2003-07-17 [alfons] 0.9.3claws19
836 * src/common/hooks.[ch]
837 * src/plugins/clamav/clamav_plugin.c
838 * src/plugins/spamassassin/spamassassin.c
839 * src/plugins/trayicon/trayicon.c
842 2003-07-17 [alfons] 0.9.3claws18
847 2003-07-17 [alfons] 0.9.3claws17
852 2003-07-17 [paul] 0.9.3claws16
857 add link to the Claws site's FAQ page, after the suggestion
858 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
859 Move url strings to defs.h
862 fix typo to prevent "unknown menu entry" warnings
864 2003-07-17 [alfons] 0.9.3claws15
866 * src/folderview.[ch]
867 * src/summaryview.[ch]
871 2003-07-17 [paul] 0.9.3claws14
874 remove two instances of 'GTK_EVENTS_FLUSH' because
875 they are unnecessary and probably cause a stack overflow
877 2003-07-16 [christoph] 0.9.3claws13
880 use an invisible GTK notebook to switch between viewers
881 instead of reparenting widgets
883 2003-07-16 [christoph] 0.9.3claws12
886 move folder_item_update_freeze() to correct place in
887 folder_item_scan_full()
889 2003-07-16 [paul] 0.9.3claws11
891 * sync with 0.9.3cvs12
892 see ChangeLog 2003-07-14 and 2003-07-15
894 2003-07-16 [christoph] 0.9.3claws10
897 * src/prefs_account.[ch]
898 sync IMAP CRAM-MD5 authentication with sylpheed-main
900 2003-07-15 [alfons] 0.9.3claws9
903 make --config-dir do something useful
905 2003-07-15 [alfons] 0.9.3claws8
908 o fix a bug where 'last' didn't really point to the last message
909 in the top level list of children, but to the last threaded
912 o clean up and make it easier to sync
914 2003-07-15 [alfons] 0.9.3claws7
917 make correct menu items sensitive
919 2003-07-14 [alfons] 0.9.3claws6
922 tune the threader so it will not subject-thread any message
923 without a subject prefix (this will not thread correctly if
924 a parent is delivered after their childs, but it looks
927 2003-07-13 [christoph] 0.9.3claws5
930 group "Add mailbox *..." menu items in submenu
932 2003-07-13 [alfons] 0.9.3claws4
935 correct summary_toggle_pressed() signature and make sure
936 signal is not passed on
938 2003-07-13 [alfons] 0.9.3claws3
941 o for now don't pass on keys when they we're handled by
942 ctree::key_press_event
945 2003-07-13 [alfons] 0.9.3claws2
948 add command line option "--config-dir" to get the current
951 2003-07-12 [alfons] 0.9.3claws1
954 * src/matcher_parser_parse.y
955 * src/prefs_filtering.c
957 add "Lock" filter action to lock messages;
961 * src/prefs_filtering.c
962 re-organize matcher part 9:
963 make action text entries easily extendible;
964 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
965 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
970 update old information and add missing
973 2003-07-12 [paul] 0.9.3claws
975 * 0.9.3claws released
977 2003-07-12 [paul] 0.9.0claws103
982 2003-07-12 [melvin] 0.9.0claws102
985 Fixed bug #215: Show MIME tab for single text/html messages.
987 2003-07-12 [paul] 0.9.0claws101
992 2003-07-12 [paul] 0.9.0claws100
998 update Spanish, Croatian, Polish, Serbian translations.
999 submitted by Ricardo Mones Lastra, Dragan, Witold
1000 Wladyslaw Wojciech Wilk, Urke MMI
1002 2003-07-12 [melvin] 0.9.0claws99
1005 Updated French translations.
1007 2003-07-12 [paul] 0.9.0claws98
1010 disable 'Lookup' button as it has no effect
1012 2003-07-11 [alfons] 0.9.0claws97
1015 summary_searchbar_pressed() should return TRUE to signal that
1016 event was handled. when returning void, the return value passed
1017 to GTK is actually random, but maybe FALSE, in which case the
1018 event is handled by parent
1020 2003-07-10 [paul] 0.9.0claws96
1022 * ac/missing/gettext.m4
1023 update to version 0.12
1025 2003-07-10 [paul] 0.9.0claws95
1027 * src/plugins/clamav/clamav_plugin.c
1028 fix bug where multipart/alternative messages
1029 would slip through without being scanned
1031 2003-07-10 [christoph] 0.9.0claws94
1034 correct check if folder supports removing when a message is
1035 moved. if not the message is only copied.
1037 (closes Bug 132 crash on startup in newsgroups folders)
1039 2003-07-09 [alfons] 0.9.0claws93
1043 --with-config-dir (default .sylpheed)
1045 2003-07-09 [christoph] 0.9.0claws92
1048 use PKG_CHECK_MODULES to check for gtkmathview
1049 (version 0.4.2 now required)
1051 2003-07-08 [melvin] 0.9.0claws91
1054 Implemented a progress bar that counts the number of completed
1055 tasks when the action runs more than one command.
1057 2003-07-08 [alfons] 0.9.0claws90
1060 if queued message has an invalid Message-Id, don't try to
1061 find message it refers to (fixes #209 "crash when processing
1064 2003-07-08 [paul] 0.9.0claws89
1066 * sync with 0.9.3cvs2
1067 see ChangeLog 2003-07-08
1069 2003-07-08 [match] 0.9.0claws88
1072 extend LDAP search for first/last name by parsing search term.
1074 2003-07-08 [alfons] 0.9.0claws87
1076 * src/send_message.c
1077 fix bug #208 "Status message stuck when sending on POP3 account"
1079 2003-07-07 [paul] 0.9.0claws86
1082 new Croatian translation, submitted by
1083 Dragan <drleskov@inet.hr>
1085 2003-07-07 [paul] 0.9.0claws85
1087 * sync with 0.9.3cvs1
1088 see ChangeLog 2003-07-07
1090 2003-07-05 [christoph] 0.9.0claws84
1095 * src/stock_pixmap.[ch]
1096 * src/pixmaps/messageview_text.xpm ** NEW **
1097 move mimeview tabs to the right side and use icons
1098 instead of text to save some space
1100 (patch by Luke Plant <lukeplant@softhome.net>)
1102 2003-07-05 [christoph] 0.9.0claws83
1105 add NULL pointer checks
1107 (patch by Luke Plant <lukeplant@softhome.net>)
1108 (closes Bug 204 0.9.0 quits on authentication error?!)
1110 2003-07-05 [alfons] 0.9.0claws82
1113 take the clue in bug #202 "./configure script -
1114 'if test' comparison failure" reported by John Kristoff.
1116 2003-07-04 [christoph] 0.9.0claws81
1118 * src/plugins/spamassassin/spamassassin.c
1119 set timeout for spam check
1121 2003-07-04 [christoph] 0.9.0claws80
1124 destroy all FolderItems when shutting down to
1125 allow folders to clean up
1127 2003-07-04 [melvin] 0.9.0claws79
1129 * src/gtk/gtkaspell.c
1130 Fixed bug #184 "Entering non-ascii character deletes
1131 previous char if spell checking enabled": this makes
1132 the spell checking in multibytes (e.g. UTF-8)locales work.
1133 (Patch by Luke Plant).
1135 2003-07-04 [christoph] 0.9.0claws78
1137 * sync with 0.9.2cvs1
1138 see ChangeLog 2003-06-10
1140 2003-07-04 [paul] 0.9.0claws77
1142 * sync with 0.9.3 release
1143 see ChangeLog 2003-07-04
1145 2003-07-03 [christoph] 0.9.0claws76
1152 move folder_item_get_path() stuff into a folder virtual function
1155 use folder_item_fetch_msg() to get message and do not contruct
1156 the filename from path and number
1158 2003-07-03 [paul] 0.9.0claws75
1160 * sync with 0.9.2cvs12
1161 see ChangeLog 2003-07-03
1163 2003-07-02 [paul] 0.9.0claws74
1166 fix text-selection for replying
1168 2003-07-02 [paul] 0.9.0claws73
1170 * sync with 0.9.2cvs11
1171 see ChangeLog 2003-07-02
1173 2003-07-02 [paul] 0.9.0claws72
1176 revert last commit because it breaks more
1179 2003-07-02 [paul] 0.9.0claws71
1182 fix thread by subject/sort by date
1184 2003-07-01 [paul] 0.9.0claws70
1186 * sync with 0.9.2cvs10
1187 see ChangeLog 2003-07-01
1189 2003-06-30 [paul] 0.9.0claws69
1191 * sync with 0.9.2cvs9
1192 see ChangeLog 2003-06-30
1194 2003-06-28 [match] 0.9.0claws68
1199 2003-06-27 [paul] 0.9.0claws67
1201 * sync with 0.9.2cvs7
1202 see ChangeLog 2003-06-27
1204 2003-06-26 [christoph] 0.9.0claws66
1207 freeze folder updates while a folder is scanned
1209 (closes Bug 185 New message counter)
1211 2003-06-26 [darko] 0.9.0claws65
1214 fix infinite loop when adding a new LDAP server
1216 2003-06-26 [paul] 0.9.0claws64
1218 * sync with 0.9.2cvs6
1219 see ChangeLog 2003-06-26
1221 2003-06-26 [paul] 0.9.0claws63
1223 * sync with 0.9.2cvs5
1224 see ChangeLog 2003-06-25 and 2003-06-26
1226 2003-06-25 [match] 0.9.0claws62
1229 Fixed tab/backtab for dropped-down completion list to
1230 move next/previous field. (close bug 147)
1232 2003-06-25 [christoph] 0.9.0claws61
1234 * src/addr_compl.[ch]
1235 * src/addrindex.[ch]
1243 2003-06-25 [leandro] 0.9.0claws60
1247 o gray out "Message/Remove references" menu item if not
1248 replying to a message
1250 2003-06-24 [leandro] 0.9.0claws59
1253 o removed "Message/Create new thread" menu item
1254 o added "Message/Remove references" menu item
1255 (it's off by default and will not check anymore
1256 if the subject changed)
1258 2003-06-23 [alfons] 0.9.0claws58
1261 try better grouping messages threaded by subject based on their age.
1262 still not perfect - because the message tree is not sorted by date.
1264 2003-06-23 [thorsten] 0.9.0claws57
1267 added mail_receive_hook to allow modifications
1268 directly after retrieval (e.g. adding headers).
1270 2003-06-23 [paul] 0.9.0claws56
1272 * src/sourcewindow.c
1273 enable the use of Ctrl+A to select all text in
1275 Patch submitted by Ivan Francolin Martinez
1276 <ivanfm@users.sourceforge.net>
1278 2003-06-22 [christoph] 0.9.0claws55
1281 o add notification hook for folder tree changes
1282 o invoke hooks after folder tree scanning
1284 * src/folderview.[ch]
1285 register hook for folder tree changes that
1288 (there are more places that should be updated, like add, remove
1291 (closes Bug 164 Crash on rebuild folder tree)
1292 (closes Bug 190 Crash on 'rebuilding folder tree')
1294 2003-06-21 [leandro] 0.9.0claws54
1297 create a new thread if subject changes
1298 (it's on by default, can be disabled in Message menu)
1300 2003-06-21 [alfons] 0.9.0claws53
1303 quiet little compiler
1305 2003-06-21 [christoph] 0.9.0claws52
1307 update gettext stuff to version 0.12
1309 2003-06-19 [alfons] 0.9.0claws51
1312 * src/common/plugin.c
1313 move defs.h before glib.h to prevent MIN/MAX redefs
1320 2003-06-19 [match] 0.9.0claws50
1322 * src/addressbook.[ch]
1323 * src/addrindex.[ch]
1324 * src/addr_compl.[ch]
1326 * src/editldap_basedn.[ch]
1329 re-implemented dynamic LDAP search. works without
1330 slowdown on display sender with addressbook
1335 2003-06-19 [paul] 0.9.0claws49
1338 fix Bug #136 'Nonprovided quotation marks crash claws'
1339 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1341 2003-06-19 [alfons] 0.9.0claws48
1343 * src/prefs_common.[ch]
1345 restrict threading by subject by checking thread for
1346 age (prefs_common.thread_by_subject_max_age)
1348 2003-06-18 [christoph] 0.9.0claws47
1351 fix memory leak in imap_cmd_fetch()
1353 2003-06-18 [christoph] 0.9.0claws46
1356 fix memory leak in prefs_set_default() when used multiple
1357 times or after prefs have been read
1359 2003-06-18 [christoph] 0.9.0claws45
1361 * src/common/plugin.c
1362 fix memory leak in plugin_unload()
1364 2003-06-18 [christoph] 0.9.0claws44
1367 fix memory leak in imap_cmd_ok()
1369 2003-06-18 [christoph] 0.9.0claws43
1372 stop messages that are downloaded from POP3 and added to
1373 an IMAP inbox from being filtered twice (first by POP3
1374 and again when IMAP folder is scaned to get the UID of
1375 the APPEND operation when no UIDPLUS is available)
1384 * tools/launch_phoenix ** REMOVED **
1385 tools/launch_firebird ** NEW **
1386 renamed and edited to reflect the browser's name change from
1387 'phoenix' to 'firebird'
1389 2003-06-18 [paul] 0.9.0claws42
1391 * sync with 0.9.2cvs2
1392 see ChangeLog 2003-06-16
1394 2003-06-17 [alfons] 0.9.0claws41
1397 prevent threading problems when a node is an ancestor (parent / great parent),
1398 which mostly happens with circular references (thanks to Phillipe Gramoullé
1399 for finding an sample set of messages)
1401 2003-06-16 [christoph] 0.9.0claws40
1404 don't popup main window on --receive or --receive-all
1406 * src/mainwindow.[ch]
1407 * src/plugins/trayicon/trayicon.c
1408 allow hiding of main window by clicking on the trayicon
1409 (doesn't work correctly in seperate window mode and may
1410 cause unexpected GTK problems I couldn't find yet)
1413 remove incorrect warning
1415 2003-06-15 [alfons] 0.9.0claws39
1417 * src/gtk/gtkstext.c
1418 don't output debug text;
1419 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1420 for pointing this out);
1422 2003-06-14 [alfons] 0.9.0claws38
1425 remove printf() and make one if..else comply with coding style
1427 2003-06-14 [alfons] 0.9.0claws37
1432 * src/messageview.[ch]
1434 apply patch #754162 "Quoting messages filtered by actions" submitted
1435 by Martin Wicke, which allows quoting message body changed by an
1438 2003-06-13 [alfons] 0.9.0claws36
1441 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1442 use case insensitive regexp (suggested by Ivan Martinez)
1444 2003-06-13 [christoph] 0.9.0claws35
1447 * src/plugins/trayicon/Makefile.am
1448 * src/plugins/trayicon/eggtrayicon.[ch] ** REMOVE **
1449 * src/plugins/trayicon/trayicon.c
1450 * src/plugins/trayicon/libeggtrayicon/.cvsignore ** NEW **
1451 * src/plugins/trayicon/libeggtrayicon/Makefile.am ** NEW **
1452 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch] ** NEW **
1453 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch] ** NEW **
1454 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch] ** NEW **
1455 * src/plugins/trayicon/libeggtrayicon/xembed.h ** NEW **
1456 replace my own EggTrayIcon backport with the backport
1457 used by (l|x)mule and gabber.
1459 2003-06-13 [alfons] 0.9.0claws34
1462 * src/common/utils.c
1463 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1465 2003-06-13 [alfons] 0.9.0claws33
1468 clean up a little bit
1470 2003-06-12 [alfons] 0.9.0claws32
1473 const correctness fix
1475 * src/common/sylpheed.[ch]
1477 prevent redef MIN/MAX
1479 * src/common/utils.[ch]
1482 2003-06-12 [melvin] 0.9.0claws31
1485 Updated to take into accounts changes in GtkAspell.
1487 2003-06-12 [alfons] 0.9.0claws30
1491 * src/common/utils.[ch]
1492 handle reply subject prefixes better (initial
1493 suggestion by Robert Story adapted and enhanced
1496 2003-06-12 [melvin] 0.9.0claws29
1499 Use new gtkaspell_checkers_strerror() to get the speller's
1500 error message instead of accessing the (now private)
1505 Use #ifdef instead of #if for USE_ASPELL
1506 Use the new spell checkers init/quit functions
1508 * src/gtk/gtkaspell.c
1509 Use #ifdef instead of #if for USE_ASPELL
1510 Moved in the majority of GtkAspell structures that were
1511 exported before by gtkaspell.h
1513 * src/gtk/gktaspell.h
1514 Made gtkaspell.h contain only the necessary data to be
1515 publicized by moving many structures to gtkaspell.c.
1516 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1517 gtkaspell_checkers_new(): replaced by...
1518 gtkaspell_checkers_init(): new function for initialization
1519 gtkaspell_checkers_delete(): replaced by...
1520 gtkaspell_checkers_quit(): new function
1521 gtkaspell_checkers_strerror(): new function that returns
1522 the checker's last error message.
1524 2003-06-11 [melvin] 0.9.0claws28
1527 Updated to take into account gtkaspell.c migration to
1528 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1530 2003-06-10 [alfons] 0.9.0claws27
1532 * src/filtering.[ch]
1536 - try fixing bug #18 (any brave testers?)
1537 - add more robustness by refusing previously
1538 unchecked NULL pointers
1540 2003-06-10 [alfons] 0.9.0claws26
1543 fix bug #176 by don't checking MsgInfos with a NULL msgid
1545 2003-06-09 [alfons] 0.9.0claws25
1547 * src/prefs_common.c
1548 fix bug #163 "Icon switching doesnt work properly" by
1549 preventing early freeing of prefs_common.pixmap_theme_path.
1551 2003-06-09 [christoph] 0.9.0claws24
1553 * src/gtk/gtkaspell.c
1554 revert Thorsten's fix and add forgotten g_strdup for
1555 aspell path (it should not be possible to alter the path a
1556 GtkASpell uses from outside)
1558 2003-06-09 [thorsten] 0.9.0claws23
1560 * src/gtk/gtkaspell.c
1561 dont free prefs_common.aspell_path when closing compose
1563 2003-06-08 [colin] 0.9.0claws22
1565 * src/plugins/spamassassin/spamassassin.c
1568 2003-06-07 [christoph] 0.9.0claws21
1572 * src/gtkaspell.[ch] ** REMOVE **
1573 * src/gtk/Makefile.am
1574 * src/gtk/gtkaspell.[ch] ** NEW **
1575 o make gtkaspell independent from sylpheed's prefs
1576 o move gtkaspell.[ch] to gtk directory
1578 2003-06-07 [christoph] 0.9.0claws20
1583 * src/filesel.[ch] ** REMOVE **
1586 * src/common/sylpheed.[ch]
1587 * src/gtk/Makefile.am
1588 * src/gtk/filesel.[ch] ** NEW **
1589 * src/gtk/pluginwindow.c
1590 * src/gtk/sslcertwindow.c
1591 move filesel.[ch] to gtk directory
1593 2003-06-07 [alfons] 0.9.0claws19
1596 make (multi) file selection dialog work again (Claws-only)
1598 2003-06-07 [thorsten] 0.9.0claws18
1603 2003-06-07 [alfons] 0.9.0claws17
1607 detect apache mishap in which case don't include fnmatch.h
1608 if regex.h is already included
1610 2003-06-06 [christoph] 0.9.0claws16
1614 add check for fnmatch.h and include it when available
1617 fix wrong case sensitivity of Content-Types
1619 * src/gtk/Makefile.am
1620 need the same include paths in gtk directory as in
1621 common directory because .h files in common can
1622 include files from these directories, when included
1623 in gtk's .h or .c files
1625 2003-06-06 [alfons] 0.9.0claws15
1629 make it compile again because of regex.h / fnmatch.h
1630 include problems (related to recent mime stuff, can
1631 someone check this?)
1633 2003-06-06 [thorsten] 0.9.0claws14
1636 possible use of uninitialized pointer while dragging
1638 2003-06-06 [paul] 0.9.0claws13
1641 fix bug where the insert sig button would be effective
1642 only when auto_sig was set
1644 2003-06-06 [paul] 0.9.0claws12
1646 * sync with 0.9.2 release
1648 2003-06-02 [paul] 0.9.0claws11
1650 * sync with 0.9.1cvs1
1651 see ChangeLog 2003-06-02
1656 2003-06-01 [christoph] 0.9.0claws10
1659 don't use substring search to find accounts by email address
1661 (closes Bug 169 Overly loose matching of "From" address)
1663 2003-05-31 [christoph] 0.9.0claws9
1665 * doc-src/rfc2683.txt
1667 limit IMAP command length as recommended in RFC2683
1668 (message number lists will be split into multiple imap
1669 sets, the limit of 1000 octets is not a hard limit)
1671 (closes Bug 161 sylpheed-claws exits with segfault when logging
1672 in to certain imap-servers)
1674 2003-05-29 [alfons] 0.9.0claws8
1677 add print button (calling summary_print());
1678 fine tune setting tooltip text;
1679 (if someone needs other buttons, please take these
1680 commits as a guide, instead of bothering us - also
1683 2003-05-29 [darko] 0.9.0claws7
1686 fix crash when word wrapping kicks in due to
1687 changed text by spell checker
1689 2003-05-29 [paul] 0.9.0claws6
1692 fix bug where changing account would insert
1693 sig even if auto_sig was FALSE
1698 sync with 0.9.1 release
1700 2003-05-28 [christoph] 0.9.0claws5
1703 fix truncation of too long commands
1705 (closes Bug 167 IMAP hangs trying to get envelope
1706 information in imap_get_uncached_messages)
1708 2003-05-27 [paul] 0.9.0claws4
1711 tools/maildir2sylpheed.pl ** NEW FILE **
1712 add kmail to sylpheed mailbox conversion script
1714 2003-05-27 [paul] 0.9.0claws3
1716 * sync with 0.9.0cvs10
1717 see ChangeLog 2003-05-26
1719 2003-05-26 [paul] 0.9.0claws2
1721 * sync with 0.9.0cvs9
1722 see ChangeLog 2003-05-26
1724 2003-05-24 [paul] 0.9.0claws1
1726 * sync with 0.9.0cvs8
1727 see ChangeLog 2003-05-23
1729 2003-05-24 [paul] 0.9.0claws
1731 * version 0.9.0claws released
1733 2003-05-24 [paul] 0.8.11claws177
1735 * src/plugins/dillo-viewer/Makefile.am
1736 src/plugins/traycon/Makefile.am
1746 update Bulgarian, British English, Spanish, Italian,
1747 Brazilian Portuguese, Russian, and Serbian translations,
1748 submitted by George Danchev, [me], Ricardo Mones Lastra,
1749 André Filipe de Assunção e Brito, Alessandro Maestri,
1750 Ruslan N. Balkin, and Urke MMI
1752 2003-05-23 [melvin] 0.8.11claws176
1755 Updated French translations
1757 2003-05-22 [paul] 0.8.11claws175
1768 src/editldap_basedn.c
1772 revert to get ldap into it previous working state
1775 new Taiwanese translation,
1776 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1778 2003-05-22 [christoph] 0.8.11claws174
1780 * src/plugins/spamassassin/libspamc.[ch]
1781 sync libspamc with SpamAssaain release 2.55
1783 2003-05-22 [paul] 0.8.11claws173
1785 * sync with 0.9.0cvs7
1786 see ChangeLog 2003-05-22
1789 revert change in 0.8.11claws172: follow
1790 Hiroyuki's decision and that's the end of it.
1792 2003-05-21 [paul] 0.8.11claws172
1795 fix discrepency between open_unread_on_enter
1798 2003-05-21 [paul] 0.8.11claws171
1800 * sync with 0.9.0cvs6
1801 see ChangeLog 2003-05-21
1803 2003-05-21 [paul] 0.8.11claws170
1805 * sync with 0.9.0cvs5
1806 see ChangeLog 2003-05-21
1808 2003-05-20 [paul] 0.8.11claws169
1810 * sync with 0.9.0cvs4
1811 see ChangeLog 2003-05-20
1812 fixes bug #152, 'encoding of IMAP folders names'
1814 2003-05-20 [paul] 0.8.11claws168
1816 * sync with 0.9.0cvs3
1817 see ChangeLog 2003-05-20
1819 * src/tools/convert_mbox.pl
1820 minor change in the comments, submitted by Fred Marton
1822 2003-05-19 [paul] 0.8.11claws167
1824 * src/plugins/clamav/Makefile.am
1826 link clamav_lib to the plugin and not to the main program
1828 2003-05-19 [christoph]
1831 add -export-dynamic for linking
1833 2003-05-19 [paul] 0.8.11claws166
1835 * sync with 0.9.0cvs1
1836 see ChangeLog 2003-05-19
1838 2003-05-19 [paul] 0.8.11claws165
1841 fix 'pop before smtp' timeout
1843 2003-05-18 [alfons] 0.8.11claws164
1845 * src/prefs_matcher.c
1846 put "execute" action command line ("expression") in edit box
1848 2003-05-18 [christoph] 0.8.11claws163
1851 * src/plugins/dillo_viewer/dillo_viewer.c
1852 * src/plugins/image_viewer/viewer.c
1853 * src/plugins/mathml_viewer/mathml_viewer.c
1854 let a viewer have a list of Content-Types
1856 2003-05-18 [paul] 0.8.11claws162
1858 * src/prefs_filtering.c
1859 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1860 and REDIRECT actions
1862 2003-05-17 [christoph]
1865 o remove dynamic signatures that was syned with main
1866 o add infos about no longer "build in" image viewer
1867 o update bugtracker URL
1869 2003-05-17 [christoph] 0.8.11claws161
1874 don't use imap_scan_folder anymore. Instead call folder_item_scan
1875 for every folder after rebuilding the folder tree.
1877 (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1880 2003-05-17 [christoph] 0.8.11claws160
1883 don't use STATUS command on current folder to check for
1884 content changes. imap_cmd_ok() now tracks changes to
1885 folder and number of existing messages.
1887 2003-05-17 [paul] 0.8.11claws159
1889 * src/plugins/clamav/clamav_plugin.c
1890 remove unnecessary debug_print
1892 2003-05-16 [thorsten] 0.8.11claws158
1894 * src/plugins/demo.c
1895 included missing intl.h
1897 2003-05-16 [paul] 0.8.11claws157
1900 remove non-existant entries
1902 * src/plugins/clamav/clamav_plugin.c
1903 src/plugins/clamav/clamav_plugin_gtk.c
1904 src/plugins/dillo_viewer/dillo_prefs.c
1905 src/plugins/dillo_viewer/dillo_viewer.c
1908 2003-05-16 [christoph] 0.8.11claws156
1911 include plugin .c files for translation until I
1912 find a better solution to have plugins have their
1914 * src/plugins/demo/demo.c
1915 * src/plugins/image_viewer/plugin.c
1916 * src/plugins/mathml_viewer/mathml_viewer.c
1917 * src/plugins/spamassassin/spamassassin.c
1918 * src/plugins/spamassassin/spamassassin_gtk.c
1919 * src/plugins/trayicon/trayicon.c
1920 add gettext macros for plugin name and description
1926 2003-05-16 [paul] 0.8.11claws155
1928 * sync with lastest 0.9.0pre1
1929 see ChangeLog 2003-05-16
1931 2003-05-15 [paul] 0.8.11claws154
1933 * sync with latest 0.9.0pre1
1934 see ChangeLog 2003-05-14 and 2003-05-15
1936 2003-05-14 [christoph] 0.8.11claws153
1938 * src/plugins/image_viewer/viewer.c
1939 * src/plugins/image_viewer/viewer.glade ** NEW **
1940 * src/plugins/image_viewer/viewerprefs.c
1941 make it possible to disable the autoload function in the
1944 2003-05-14 [christoph] 0.8.11claws152
1947 fix folder update after adding a message
1949 2003-05-13 [alfons] 0.8.11claws151
1951 * src/common/session.c
1954 * src/addrcache.[ch]
1955 * src/filtering.[ch]
1957 * src/gtkaspell.[ch]
1959 * src/mbox_folder.[ch]
1964 * src/passphrase.[ch]
1965 * src/prefs_common.[ch]
1966 * src/prefs_gtk.[ch]
1969 be pedantic; (in prototypes () implies (int))
1971 2003-05-13 [alfons] 0.8.11claws150
1973 * src/prefs_toolbar.[ch]
1974 * src/summaryview.[ch]
1976 change misleading text in toolbar prefs;
1977 add toolbar action for ignore thread (toggles ignore thread flag);
1978 clean up a little bit;
1982 * tools/convert_mbox.pl
1983 bug fixed by Fred Marton
1987 * sync with 0.9.0pre1
1989 2003-05-09 [paul] 0.8.11claws149
1991 * sync with 0.8.11cvs43
1992 see ChangeLog 2003-05-09
1994 2003-05-08 [christoph] 0.8.11claws148
1997 o use CAPABILIY as first command and check for PREAUTH
1998 information in the response to it
1999 o rewrite all imap_cmd_* functions to use an IMAPSession
2000 instead of a SockInfo as parameter
2001 o do STARTTLS after fetching and checking the server
2004 2003-05-08 [paul] 0.8.11claws147
2008 tools/convert_mbox.pl ** NEW FILE **
2009 add mbox conversion script. Submitted by
2010 Fred Marton <Fred.Marton@uni-bayreuth.de>
2012 2003-05-07 [christoph]
2015 * src/gtk/pluginwindow.glade
2016 * src/plugins/image_viewer/viewerprefs.glade
2017 * src/plugins/spamassassin/spamassassin_gtk.glade
2018 add glade files for user interfaces and a description how
2019 to use glade to create the sylpheed code
2021 2003-05-07 [paul] 0.8.11claws146
2023 * sync with 0.8.11cvs41
2024 see ChangeLog 2003-05-07
2026 2003-05-06 [christoph] 0.8.11claws145
2029 * src/plugins/image_viewer/viewer.c
2030 fix usage of imlib in imageviewer plugin
2032 * src/gtk/prefswindow.c
2033 handle window close event correctly
2035 2003-05-06 [paul] 0.8.11claws144
2038 fix typo introduced in sync
2040 2003-05-06 [paul] 0.8.11claws143
2042 * sync with 0.8.11cvs39
2043 see ChangeLog 2003-05-06
2045 2003-05-06 [paul] 0.8.11claws142
2049 updated Czech translation, submitted by
2050 Radek Vybiral <Radek.Vybiral@vsb.cz>
2052 * src/plugins/clamav/clamav_plugin_gtk.c
2055 2003-05-03 [alfons] 0.8.11claws141
2058 make paste as quotation work even when the call to
2059 text_inserted() was deferred (fixes bug #140 "Paste
2060 as quotation does not work when using "external"
2063 2003-05-03 [thorsten] 0.8.11claws140
2068 removed C++ comments
2070 function with non-int retval/param used before
2071 implementation/declaration
2073 2003-05-02 [paul] 0.8.11claws139
2075 * src/addr_compl.[ch]
2076 src/addressbook.[ch]
2079 revert match's changes to (finally) remove the bug where
2080 opening a folder causes massive slowdown when using the
2081 'Display sender using address book' option
2083 2003-05-01 [melvin] 0.8.11claws138
2085 * src/plugins/dillo_viewer/dillo_prefs.[ch]
2086 * src/plugins/dillo_viewer/dillo_viewer.c
2087 Fixed bug where "Cancel" button from prefs issued
2089 Comply a little more to coding style
2091 2003-05-01 [paul] 0.8.11claws137
2093 * sync with 0.8.11cvs38
2094 see ChangeLog 2003-05-01
2096 2003-05-01 [paul] 0.8.11claws136
2099 updated by George Danchev
2101 2003-04-30 [christoph] 0.8.11claws135
2103 * src/plugins/dillo_viewer/dillo_prefs.c
2104 * src/plugins/image_viewer/viewerprefs.c
2105 * src/plugins/spamassassin/spamassassin_gtk.c
2106 remove gtk_widget_ref() calls for widgets in
2109 2003-04-30 [paul] 0.8.11claws134
2112 ok, this time a better fix for the bug where opening folder
2113 has massive slowdown when using the 'Display sender using
2114 address book' option
2116 2003-04-30 [paul] 0.8.11claws133
2119 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2121 2003-04-30 [melvin] 0.8.11claws132
2123 New: Dillo plugin preferences (patch by Dimitar Haralanov)
2125 * src/plugins/dillo_viewer/dillo_prefs.[ch] *** NEW ***
2126 Preferences for the dillo plugin
2127 * src/plugins/dillo_viewer/dillo_viewer.c
2128 Support for preferences
2129 * src/plugins/dillo_viewer/Makefile.am
2130 Added dillo_prefs.[ch]
2132 2003-04-30 [alfons] 0.8.11claws131
2134 * src/common/plugin.[ch]
2135 see? this ANSI C'fication immediately gives us type
2138 2003-04-30 [alfons] 0.8.11claws130
2140 * src/common/plugin.[ch]
2141 * src/plugins/clamav/clamav_plugin.[ch]
2142 * src/plugins/clamav/clamav_plugin_gtk.c
2143 * src/plugins/demo/demo.c
2144 * src/plugins/dillo_viewer/dillo_viewer.c
2145 * src/plugins/image_viewer/plugin.c
2146 * src/plugins/image_viewer/viewer.[ch]
2147 * src/plugins/image_viewer/viewerprefs.[ch]
2148 * src/plugins/mathml_viewer/mathml_viewer.c
2149 * src/plugins/spamassassin/spamassassin.[ch]
2150 * src/plugins/spamassassin/spamassassin_gtk.c
2151 * src/plugins/trayicon/trayicon.c
2154 2003-04-30 [alfons] 0.8.11claws129
2156 * src/common/utils.c
2157 make is_ascii_str() fail gracefully when NULL pointer
2160 2003-04-30 [paul] 0.8.11claws128
2163 fix bug where opening folder has massive slowdown when
2164 using the 'Display sender using address book' option
2166 2003-04-30 [paul] 0.8.11claws127
2168 * src/plugins/clamav/clamav_plugin.c
2169 src/plugins/clamav/clamav_plugin_gtk.c
2170 src/plugins/demo/demo.c
2171 src/plugins/dillo_viewer/dillo_viewer.c
2172 src/plugins/image_viewer/plugin.c
2173 src/plugins/mathml_viewer/mathml_viewer.c
2174 src/plugins/spamassassin/spamassassin.c
2175 src/plugins/spamassassin/spamassassin_gtk.c
2176 src/plugins/trayicon/trayicon.c
2177 get rid of eye-hurting function signatures
2179 2003-04-30 [paul] 0.8.11claws126
2181 * src/plugins/trayicon/trayicon.c
2187 2003-04-30 [paul] 0.8.11claws125
2190 arrange the plugins in reverse alphabetical order
2192 * src/plugins/clamav/clamav_plugin.[ch]
2193 src/plugins/clamav/clamav_plugin_gtk.c
2195 resize max_size window
2196 re-arrange the order of some gui elements
2197 improve descriptions
2199 * src/plugins/image_viewer/plugin.c
2200 src/plugins/mathml_viewer/mathml_viewer.c
2203 * src/plugins/spamassassin/spamassassin_gtk.c
2204 resize max_size window
2205 re-arrange the order of some gui elements
2211 2003-04-30 [alfons] 0.8.11claws124
2214 fix a leak found while browsing Martin Kluge's
2215 valgrind log (Claws only)
2217 2003-04-29 [darko] 0.8.11claws123
2219 * src/gtk/gtkstext.h
2220 include wchar.h if it is available, fixes compilation
2223 2003-04-29 [melvin] 0.8.11claws122
2225 * src/prefs_actions.c
2226 Improved help text of Actions' syntax
2228 2003-04-28 [paul] 0.8.11claws121
2231 a better fix for the crash when performing an action
2234 2003-04-28 [paul] 0.8.11claws120
2237 fix crash when performing an action on a
2240 2003-04-28 [paul] 0.8.11claws119
2242 * sync with 0.8.11cvs36
2243 see ChangeLog 2003-04-28
2245 2003-04-27 [paul] 0.8.11claws118
2247 * more sync with 0.8.11cvs35
2248 see ChangeLog 2003-04-25
2250 2003-04-26 [christoph] 0.8.11claws117
2253 fix remove virtual check
2255 2003-04-26 [paul] 0.8.11claws116
2258 fix return-receipt, make it work again
2260 2003-04-26 [paul] 0.8.11claws115
2263 restore double-clicking of the [application/pgp-signature
2264 (Select "Check signature" to check)] line in the message view,
2265 broken in recent sync
2267 2003-04-26 [christoph] 0.8.11claws114
2270 check if remove virtual really exists before
2271 calling the function
2273 2003-04-25 [match] 0.8.11claws113
2277 * src/ldapquery.[ch]
2280 * src/ldapserver.[ch]
2281 fix memleak. fix segfault.
2282 plug a Claws memleak
2284 2003-04-25 [alfons] 0.8.11claws112
2287 plug a Claws memleak
2289 2003-04-25 [alfons] 0.8.11claws111
2291 * src/common/session.c
2294 2003-04-25 [paul] 0.8.11claws110
2296 * sync with 0.8.11cvs35
2297 see ChangeLog 2003-04-24 and 2003-04-25
2299 * src/gtk/pluginwindow.c
2300 correct another strange float value
2302 2003-04-24 [christoph] 0.8.11claws109
2305 freeze folder item updates when unsetting new flags
2307 * src/gtk/pluginwindow.c
2308 correct strange float value
2310 2003-04-23 [paul] 0.8.11claws108
2312 * sync with 0.8.11cvs33
2313 see ChangeLog 2003-04-23
2315 2003-04-22 [paul] 0.8.11claws107
2320 src/pgptext.[ch] ** REMOVED **
2321 remove pgptext.[ch] as its not used any more
2323 2003-04-22 [paul] 0.8.11claws106
2325 * sync with 0.8.11cvs31
2326 see ChangeLog 2003-04-21 and 2003-04-22
2328 2003-04-21 [alfons] 0.8.11claws105
2331 No access to GTK structures if we're a spawned child
2332 (and clean up code a little bit...) Should fix #126.
2334 2003-04-21 [melvin] 0.8.11claws104
2336 * src/plugins/dillo_viewer/README
2337 Improved slightly the text.
2339 2003-04-21 [melvin] 0.8.11claws103
2341 * src/plugins/dillo_viewer/README *** NEW ***
2342 Added a README file for the Dillo plugin
2347 tools/outlook2sylpheed.pl
2348 updated and improved by Ricardo Mones Lastra
2350 2003-04-18 [oliver] 0.8.11claws102
2353 * src/prefs_account.h
2354 remove Pop3SessionType (used by selective download)
2355 * src/prefs_toolbar.c
2356 enable set Default Toolbar button
2358 2003-04-18 [paul] 0.8.11claws101
2360 * sync with 0.8.11cvs29
2361 see ChangeLog 2003-04-18
2363 2003-04-17 [paul] 0.8.11claws100
2365 * src/prefs_common.[ch]
2367 remove 'Open next message on deletion' option,
2368 as the same effect can now be achieved via the
2369 'Always open messages in summary when selected'
2372 2003-04-17 [paul] 0.8.11claws99
2374 * sync with 0.8.11cvs28
2375 see ChangeLog 2003-04-17
2377 2003-04-17 [christoph] 0.8.11claws98
2379 * ac/spamassassin.m4
2380 * src/plugins/spamassassin/libspamc.[ch]
2381 * src/plugins/spamassassin/utils.[ch]
2382 sync libspamc with SpamAssassin project
2384 2003-04-17 [christoph] 0.8.11claws97
2386 * src/common/socket.h
2387 * src/gtk/sslcertwindow.h
2388 rename old USE_SSL to USE_OPENSSL
2390 2003-04-17 [paul] 0.8.11claws96
2392 * src/prefs_common.h
2393 use gulong for P_COLOR so that it compiles/runs on
2394 64-bit systems. Patch submitted by James Noyes
2395 <jnoyes-claws@retrogeeks.com>
2400 2003-04-17 [paul] 0.8.11claws95
2402 * sync with 0.8.11cvs27
2403 see ChangeLog 2003-04-16
2405 2003-04-15 [paul] 0.8.11claws94
2407 * src/prefs_common.[ch]
2408 rearrange to stop the window getting too long:
2409 move Receive dialog stuff to Receive tab
2410 move Send dialog to Send tab
2411 remove Dialogs frame
2412 rename 'Open messages in summary with cursor keys' to
2413 'Always open messages in summary when selected', as its
2416 2003-04-15 [paul] 0.8.11claws93
2418 * src/prefs_common.[ch]
2420 add new option '/Interface/Open next message on deletion'
2422 2003-04-15 [paul] 0.8.11claws92
2424 * src/summaryview.[ch]
2425 add /Mark/Lock and /Mark/Unlock to the pop-up
2426 menu. Patch submitted by Ivan Francolin Martinez
2427 <ivanfm@users.sourceforge.net>
2429 2003-04-15 [paul] 0.8.11claws91
2431 * sync with 0.8.11cvs24
2432 see ChangeLog 2003-04-15
2434 2003-04-14 [jens] 0.8.11claws90
2436 * updated German translation and some corrections from
2437 Roland Bless <bless@tm.uka.de>
2439 2003-04-14 [paul] 0.8.11claws89
2441 * sync with 0.8.11cvs22
2442 see ChangeLog 2003-04-14
2444 2003-04-13 [paul] 0.8.11claws88
2446 * src/plugins/clamav/clamav_plugin.c
2450 2003-04-12 [paul] 0.8.11claws87
2452 * src/plugins/clamav/clamav_plugin.c
2453 activate enable/disable archive scanning option
2455 * src/plugins/clamav/.cvsignore ** NEW FILE **
2457 2003-04-12 [paul] 0.8.11claws86
2459 * src/plugins/Makefile.am
2460 src/plugins/clamav/Makefile.am ** NEW FILE **
2461 src/plugins/clamav/README ** NEW FILE **
2462 src/plugins/clamav/clamav_plugin.[ch] ** NEW FILES **
2463 src/plugins/clamav/clamav_plugin_gtk.c ** NEW FILE **
2464 add Clam AntiVirus plugin
2466 2003-04-12 [paul] 0.8.11claws85
2468 * sync with 0.8.11cvs21
2469 see ChangeLog 2003-04-11
2471 2003-04-11 [paul] 0.8.11claws84
2474 update Spanish translation. Submitted by Ricardo
2477 2003-04-10 [christoph] 0.8.11claws83
2480 fix typo that did not move unfiltered mails to destination
2483 (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2484 when filtering from spool)
2486 2003-04-10 [christoph] 0.8.11claws82
2489 use BODY.PEEK instead of BODY in in message fetch operation
2490 to make sure the IMAP server does not set the \Seen flag for
2491 messages. Sylpheed does that later itself, when the message
2492 is opened in sylpheed
2494 (closes Bug 111 Claws destroys unread marks)
2496 2003-04-09 [oliver] 0.8.11claws81
2499 fix crash in folder_destroy
2501 remove selective download
2503 2003-04-09 [christoph] 0.8.11claws80
2506 fix crash in imap_get_msginfo() when then fetched message
2509 (closes Bug 110 Crash during mail composition)
2511 2003-04-08 [christoph] 0.8.11claws79
2514 * src/prefs_account.c
2515 Filter new messages that are found in an INBOX folder
2516 when 'Filter messages on receiving' is enabled in the
2517 Folder's AccountPrefs. This allows to use Sylpheed's
2518 filtering engine for IMAP folders where messages are
2519 added to the INBOX by a MTA
2521 2003-04-08 [paul] 0.8.11claws78
2524 clean up after last commit
2526 2003-04-08 [paul] 0.8.11claws77
2528 * sync with 0.8.11cvs20
2529 see ChangeLog 2003-04-07 and 2003-04-08
2531 2003-04-07 [christoph] 0.8.11claws76
2533 * src/filtering.[ch]
2537 add procmsg_msginfo_filter() to execute filtering actions
2539 2003-04-06 [christoph] 0.8.11claws75
2542 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2544 2003-04-06 [christoph] 0.8.11claws74
2546 * src/common/utils.[ch]
2547 add g_int_compare() function for slist sorting
2550 fetch all MsgInfos with one command in imap_get_msginfos()
2551 using an imap set with a list of ranges
2554 use new g_int_compare() function
2556 2003-04-06 [thorsten] 0.8.11claws73
2559 corrected implementation of mh_folder_destroy()
2561 2003-04-05 [christoph] 0.8.11claws72
2578 * src/gtk/gtkutils.c
2579 o rename structure field names class and new to klass and
2580 new_msgs, to allow including files in C++
2581 o add 'extern "C"' block to some header files
2582 o add MsgInfoList and MsgNumberList as alias for GSList for
2583 developers to know what type of list is expected
2585 * src/plugins/image_viewer/plugin.c
2586 * src/plugins/image_viewer/viewer.[ch]
2587 * src/plugins/image_viewer/viewerprefs.[ch]
2588 rename function names to prevent conflicts
2590 2003-04-05 [paul] 0.8.11claws71
2592 * sync with 0.8.11cvs18
2593 see ChangeLog 2003-04-03 and 2003-04-04
2595 2003-04-02 [christoph] 0.8.11claws70
2599 * src/mbox_folder.[ch]
2602 o Make all virtual folder functions private
2603 o remove unused folder code
2605 * src/common/socket.[ch]
2609 2003-03-30 [alfons] 0.8.11claws69
2611 * src/send_message.c
2612 remove two debug traces and see if people still report
2615 2003-03-30 [alfons] 0.8.11claws68
2617 * src/send_message.c
2618 * src/commons/session.c
2619 add more debug traces
2621 2003-03-30 [christoph] 0.8.11claws67
2624 change processing folder name from .processing to processing
2627 disable SSL certificate check because it causes Xlib error
2628 when the child process want's to open an GTK window
2630 2003-03-30 [christoph] 0.8.11claws66
2633 don't use default folder for processing folder item because
2634 it can be a non local folder
2636 (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2638 2003-03-30 [alfons] 0.8.11claws65
2640 * src/send_message.c
2641 try fixing crashes when sending messages: my gcc 2.95.4 seems
2642 to generate bad code for 'send_send_data_progressive': When
2643 called from 'send_send_data_finished', the 'data' pointer is
2644 cleared just before the assignment to the dialog pointer
2646 2003-03-29 [christoph] 0.8.11claws64
2648 * src/common/prefs.h
2649 * src/plugins/image_viewer/Makefile.am
2650 * src/plugins/image_viewer/plugin.c
2651 * src/plugins/image_viewer/viewer.[ch]
2652 * src/plugins/image_viewer/viewerprefs.[ch] ** NEW **
2653 add PrefsPage for ImageViewer
2655 2003-03-28 [thorsten] 0.8.11claws63
2657 * src/common/session.c
2660 2003-03-28 [paul] 0.8.11claws62
2662 * sync with 0.8.11cvs16
2663 see ChangeLog 2003-03-28
2665 2003-03-28 [paul] 0.8.11claws61
2667 * sync with 0.8.11cvs15
2668 see ChangeLog 2003-03-28
2670 2003-03-27 [christoph] 0.8.11claws60
2674 * src/common/socket.[ch]
2675 set socket state to DISCONNECTED when any operation
2676 fails to allow reconnecting in IMAP code without
2677 checking the return code of all calls to the command
2682 remove some more stuff that depends on specific
2685 2003-03-27 [paul] 0.8.11claws59
2687 * sync with 0.8.11cvs14
2688 see ChangeLog 2003-03-27
2690 * src/selective_download.[ch] ** REMOVED **
2693 2003-03-27 [christoph] 0.8.11claws58
2696 fix handling of tmp_flags in flag copy function
2698 2003-03-27 [paul] 0.8.11claws57
2700 * sync with 0.8.11cvs13
2701 see ChangeLog 2003-03-27
2703 2003-03-27 [oliver] 0.8.11claws56
2706 remove sel_download_cb
2708 2003-03-27 [oliver] 0.8.11claws55
2713 2003-03-26 [oliver] 0.8.11claws54
2718 remove selective donwload readme
2720 2003-03-26 [oliver] 0.8.11claws53
2722 * src/matcher_parser_parse.y
2724 * src/prefs_account.[ch]
2725 * src/prefs_filtering.c
2726 remove selective donwload
2728 2003-03-26 [oliver] 0.8.11claws52
2733 remove selective donwload
2735 2003-03-26 [oliver] 0.8.11claws51
2738 * src/selective_download.[ch] ** REMOVE **
2740 2003-03-26 [christoph] 0.8.11claws50
2743 fix NEWS that got broken by a sync with sylpheed-main
2745 2003-03-26 [christoph] 0.8.11claws49
2748 fix mime type guessing when no mime type is found for a file
2750 2003-03-25 [christoph] 0.8.11claws48
2754 remove mime type guessing from mime parser and use
2755 name based mime types in viewer lookup for mime type
2756 application/octet-stream
2758 2003-03-25 [christoph] 0.8.11claws47
2760 * doc-src/readme.txt
2761 * doc-src/rfc2554.txt
2762 add RFC about SMTP AUTH
2764 * src/send_message.c
2765 * src/common/smtp.[ch]
2766 add extra error code for authentication errors and
2767 clear temporary password when this error occurs
2769 (closes Bug 84 authentication failure while sending should
2770 prompt for password again)
2772 2003-03-25 [christoph] 0.8.11claws46
2776 * src/imageview.[ch] ** REMOVE **
2777 * src/messageview.[ch]
2779 * src/prefs_common.[ch]
2781 * src/plugins/Makefile.am
2782 * src/plugins/image_viewer/.cvsignore ** NEW **
2783 * src/plugins/image_viewer/Makefile.am ** NEW **
2784 * src/plugins/image_viewer/plugin.c ** NEW **
2785 * src/plugins/image_viewer/viewer.[ch] ** NEW **
2786 move image viewer into a plugin (building is enabled by default)
2787 [ToDo: Prefs for resize and autoview]
2789 2003-03-25 [paul] 0.8.11claws45
2791 * sync with 0.8.11cvs12
2792 see ChangeLog 2003-03-26
2794 2003-03-25 [paul] 0.8.11claws44
2796 * sync with 0.8.11cvs11
2797 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2799 Note: Selective Download is broken.
2801 2003-03-22 [christoph] 0.8.11claws43
2804 code cleanup for flags copying
2806 2003-03-22 [christoph] 0.8.11claws42
2808 * src/plugins/trayicon/trayicon.c
2809 fix setting the transparent area when the window size
2810 is forced by the system tray
2812 2003-03-22 [christoph] 0.8.11claws41
2814 * src/plugins/trayicon/gnome-mail.xpm ** REMOVE **
2815 * src/plugins/trayicon/gnome-nomail.xpm ** REMOVE **
2816 * src/plugins/trayicon/newmail.xpm ** NEW **
2817 * src/plugins/trayicon/nomail.xpm ** NEW **
2818 * src/plugins/trayicon/trayicon.c
2819 * src/plugins/trayicon/unreadmail.xpm ** NEW **
2820 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2821 o add icon for unread mails
2822 o set transparency for window
2824 2003-03-22 [christoph] 0.8.11claws40
2827 init news session to prevent crash when session is closed
2829 2003-03-22 [christoph] 0.8.11claws39
2832 * src/common/session.[ch]
2833 Init session data to make sure we don't have invalid pointers
2834 for read_ch and write_ch when new multi process sessions are
2838 * src/common/plugin.c
2839 * src/common/sylpheed.c
2840 * src/plugins/demo/demo.c
2841 * src/plugins/dillo_viewer/dillo_viewer.c
2842 * src/plugins/mathml_viewer/mathml_viewer.c
2843 * src/plugins/spamassassin/spamassassin.c
2844 * src/plugins/spamassassin/spamassassin_gtk.c
2845 add plugin types to allow loading plugins at different times
2846 (and maybe for different frontends), because it's not good to
2847 load GTK-Plugins gefore gtk_init was called
2850 * src/plugins/Makefile.am
2851 * src/plugins/trayicon/.cvsignore ** NEW **
2852 * src/plugins/trayicon/Makefile.am ** NEW **
2853 * src/plugins/trayicon/eggtrayicon.c ** NEW **
2854 * src/plugins/trayicon/eggtrayicon.h ** NEW **
2855 * src/plugins/trayicon/gnome-mail.xpm ** NEW **
2856 * src/plugins/trayicon/gnome-nomail.xpm ** NEW **
2857 * src/plugins/trayicon/trayicon.c ** NEW **
2858 New Trayicon plugin that shows an icon in a systray that uses
2859 XEMBED protocol like Gnome's systray. Icon shows if there
2860 are new mails and a tooltip shows information about new,
2861 unread and total messages.
2863 2003-03-22 [paul] 0.8.11claws38
2866 fix ESMTP AUTH CRAM-MD5
2867 [sync with main (still version 0.8.11cvs6), see
2868 ChangeLog 2003-03-22]
2870 2003-03-21 [colin] 0.8.11claws37
2872 * src/send_message.c
2873 Fix USE_SSL => USE_OPENSSL
2875 2003-03-21 [colin] 0.8.11claws36
2878 Fix counts in drag and dropped subfolders
2880 2003-03-21 [colin] 0.8.11claws35
2884 speed up a bit folder dnd
2886 2003-03-20 [alfons] 0.8.11claws34
2891 don't send locked queue messages
2892 (feature request "[ 705245 ] Locking message in outbox
2893 should prevent sending")
2895 2003-03-20 [christoph] 0.8.11claws33
2898 remove NEW and UNREAD flag in special folders when scanning
2901 fix ESMTP AUTH CRAM-MD5
2903 2003-03-20 [paul] 0.8.11claws32
2905 * src/prefs_account.c
2906 Re-write 'Tunnel command to open connection' as
2907 'Use command to communicate with server', and disable
2908 it for all except IMAP accounts
2910 2003-03-20 [paul] 0.8.11claws31
2912 * sync with 0.8.11cvs6
2913 see ChangeLog 2003-03-20
2915 2003-03-19 [match] 0.8.11claws30
2918 include documentation. minor refactoring.
2919 * src/addr_compl.[ch]
2920 * src/addrindex.[ch]
2921 * src/addresbook.[ch]
2923 re-enable address lookup (was disabled in
2926 2003-03-19 [christoph] 0.8.11claws29
2929 add temp flag handling, will make moving and copying
2930 messages possible again
2933 correct calulation of folder stats
2935 2003-03-18 [match] 0.8.11claws28
2938 remove case sensitive comparison (closes bug 80).
2940 2003-03-18 [christoph] 0.8.11claws27
2943 fix imap using a tunnel command
2947 2003-03-18 [christoph] 0.8.11claws26
2952 rewrite flag handling for folders
2954 2003-03-18 [christoph] 0.8.11claws25
2959 unset NEW and UNREAD flags when message is ignored, to make
2960 sure messages don't show up as unread on other IMAP clients,
2961 because the IGNORE_THREAD flag can not be syncronized through
2964 2003-03-17 [christoph] 0.8.11claws24
2967 don't use recursion to fetch uids when the number of messages
2968 does not match. Moved code into subfunction that is used
2969 again when needed, to prevent an endless loop.
2971 2003-03-17 [thorsten] 0.8.11claws23
2973 * src/imageview.[ch]
2974 export imageview_get_resized_size() (for plugins)
2975 * src/prefs_common.[ch]
2976 added prefs_common_get() (for plugins)
2978 2003-03-17 [christoph] 0.8.11claws22
2981 o remove UID guessing from copy code
2982 o support UIDPLUS extension for APPEND command
2984 2003-03-17 [paul] 0.8.11claws21
2987 remove 'Compiled-plugins' section.
2989 * src/plugins/dillo_viewer/dillo_viewer.c
2990 slight change to description text
2992 2003-03-16 [match] 0.8.11claws20
2993 * src/ldapserver.[ch] ** NEW **
2994 * src/ldapctrl.[ch] ** NEW **
2995 * src/ldapquery.[ch] ** NEW **
2996 * src/ldaputil.[ch] ** NEW **
2997 * src/addrcindex.[ch] ** NEW **
2998 * src/addrquery.h ** NEW **
3000 * src/addrcache.[ch]
3001 * src/addrindex.[ch]
3002 * src/addr_compl.[ch]
3003 * src/addressbook.[ch]
3008 * src/editldap_basedn.c
3012 included dynamic LDAP queries. improved address
3015 2003-03-16 [paul] 0.8.11claws19
3017 * tools/multiwebsearch.pl
3020 2003-03-16 [christoph] 0.8.11claws18
3023 * src/plugins/dillo_viewer/dillo_viewer.c
3024 * src/plugins/mathml_viewer/mathml_viewer.c
3025 make unregistering of MimeViewerFactorys possible
3027 2003-03-16 [alfons] 0.8.11claws17
3032 2003-03-16 [melvin] 0.8.11claws16
3034 * src/plugins/dillo_viewer.c
3035 Fixed bug where it was not possible to view more than
3036 one text/html attachment per message (bug discovered
3037 by Christoph Hohmann).
3039 2003-03-15 [melvin] 0.8.11claws15
3041 * src/prefs_actions.c
3042 Fixed compilation warnings.
3044 2003-03-15 [melvin] 0.8.11claws14
3046 * src/plugins/Makefile.am
3047 * src/plugins/dillo_viewer/.cvsignore ** NEW **
3048 * src/plugins/dillo_viewer/Makefile.am ** NEW **
3049 * src/plugins/dillo_viewer/dillo_viewer.c ** NEW **
3050 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3051 newer (http://dillo.auriga.wearlab.de/).
3053 2003-03-15 [christoph] 0.8.11claws13
3056 don't query imap folder for attributes because we already
3057 for them from imap_status
3060 add support for plugable MimeViewers (unloading Viewers
3063 * src/plugins/Makefile.am
3064 * src/plugins/mathml_viewer/.cvsignore ** NEW **
3065 * src/plugins/mathml_viewer/Makefile.am ** NEW **
3066 * src/plugins/mathml_viewer/mathml_viewer.c ** NEW **
3067 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3068 widget from http://helm.cs.unibo.it/mml-widget/
3070 2003-03-14 [christoph] 0.8.11claws12
3073 o error return code's should better be negative
3074 o replace printf with debug_print
3077 improve IMAP folder scan by checking UID-NEXT
3080 remove check that are unnecessary in my opinion
3082 2003-03-13 [christoph] 0.8.11claws11
3091 * src/prefs_scoring.c
3093 use a common function to get a displayable name
3096 2003-03-13 [paul] 0.8.11claws10
3100 tools/multiwebsearch.conf ** NEW FILE **
3101 tools/multiwebsearch.pl ** NEW FILE **
3102 add multiwebsearch Actions script
3104 2003-03-13 [colin] 0.8.11claws9
3107 Remove leading emtpy lines from quoted text
3110 2003-03-13 [melvin] 0.8.11claws8
3112 * src/prefs_actions.c
3115 Added Cancel and OK buttons
3118 2003-03-13 [christoph] 0.8.11claws7
3128 replace more folder type stuff with folder class stuff
3130 2003-03-13 [melvin] 0.8.11claws6
3132 * src/prefs_actions.c
3134 %u: user provided argument
3135 %h: user provided argument (hidden on input)
3136 %s: current text selection in the message view
3138 2003-03-13 [paul] 0.8.11claws5
3140 * sync with 0.8.11cvs5
3141 see ChangeLog 2003-03-11, 2003-03-12
3143 2003-03-12 [christoph] 0.8.11claws4
3146 use folder class idstr when writing folderlist.xml
3151 replace folder type checks with folder class checks
3153 2003-03-12 [christoph] 0.8.11claws3
3158 * src/mbox_folder.[ch]
3161 o create a list of known folder classes in the folder system
3162 o use folder class id strings for folder item identifiers
3164 2003-03-12 [christoph] 0.8.11claws2
3167 fix imap uid validity check
3169 2003-03-12 [christoph] 0.8.11claws1
3180 * src/prefs_scoring.c
3184 initial restructuring of folder system, seperating
3185 folders and folder classes
3187 2003-03-12 [paul] 0.8.11claws
3191 2003-03-12 [christoph]
3193 * src/gtk/prefswindow.c
3194 fix translation of "Page Index"
3196 2003-03-12 [paul] 0.8.10claws110
3198 a sync from 0.8.11cvs4 before the release
3200 * src/common/utils.c
3201 subject_compare_for_sort(): allow null strings (fixes
3204 2003-03-11 [paul] 0.8.10claws109
3207 update Spanish translation, submitted by
3208 Ricardo Mones Lastra
3210 2003-03-11 [melvin] 0.8.10claws108
3213 Updated French translations
3215 2003-03-11 [paul] 0.8.10claws107
3217 * manual/en/Makefile.am
3219 update English manual, add a new page
3220 updated by Francois Barriere <fbarriere@atmel.fr>
3225 update Bulgarian, Italian, and Serbian translations
3226 submitted by George Danchev, Alessandro Maestri, and
3229 2003-03-10 [paul] 0.8.10claws106
3232 src/gtk/prefswindow.c
3233 make some strings translatable
3235 2003-03-10 [darko] 0.8.10claws105
3238 code cleanup to make Hiro happy
3240 2003-03-10 [paul] 0.8.10claws104
3242 * sync with 0.8.11cvs2
3243 see ChangeLog 2003-03-10
3245 2003-03-09 [melvin] 0.8.10claws103
3248 textview_set_font(): fix for message display in
3249 UTF-8 locales (thanks to Sergey Vlasov).
3250 (was unintentionnaly reverted in 0.8.6claws6)
3252 2003-03-08 [darko] 0.8.10claws102
3255 fix infinite loop in wrapping as reported
3257 obsoletes patch #696482
3259 2003-03-08 [christoph] 0.8.10claws101
3262 add workaround for IMAP servers that do not
3263 support the "UID SEARCH UID" command
3265 2003-03-07 [christoph] 0.8.10claws100
3267 * src/plugins/spamassassin/spamassassin.[ch]
3268 * src/plugins/spamassassin/spamassassin_gtk.c
3271 2003-03-07 [paul] 0.8.10claws99
3274 updated Spanish translation, submitted by
3275 Ricardo Mones Lastra
3277 2003-03-07 [christoph] 0.8.10claws98
3280 fix in 0.8.10claws94 was wrong
3281 local delivery does not require escaping, remove escaping
3282 code to make signatures of mails with "." lines valid
3284 NOTE: requires that sendmail is executed with "-i" option,
3285 what is the default now, but has to be changed in all
3288 2003-03-07 [paul] 0.8.10claws97
3290 * sync with 0.8.11 release
3291 see ChangeLog 2003-03-07
3293 2003-03-06 [paul] 0.8.10claws96
3296 revert commit 0.8.10claws92
3298 2003-03-06 [paul] 0.8.10claws95
3301 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3304 fix bug 74, 'Crash opening editor window with pseudo-color
3307 Patches submitted by Kevin Vigor <kevin@vigor.nu>
3309 2003-03-06 [christoph] 0.8.10claws94
3312 fix rfc2821 (4.5.2) violation in SMTP data sending,
3313 all lines starting with a period get an extra period
3315 (found by Simon 'corecode' Schubert)
3317 2003-03-06 [paul] 0.8.10claws93
3320 if configured font can't be loaded fall back to gtk
3321 default. (with thanks to Christoph)
3323 closes long-standing bug 15 'Crashes on startup'
3325 2003-03-06 [paul] 0.8.10claws92
3328 freeze text before autosave and thaw afterwards
3329 fixes bug 67 'autosave make re-rediting message crazy'
3331 2003-03-06 [christoph] 0.8.10claws91
3334 ignore address comment in dupe check for Cc-list
3336 (closes reopened bug 47 Replying to message strips name part of
3337 e-mail addresses of Cc: lines)
3339 2003-03-06 [paul] 0.8.10claws90
3342 remove reference to gtkxtext.h as its no longer in
3345 2003-03-06 [paul] 0.8.10claws89
3347 * sync with 0.8.10cvs25
3348 see ChangeLog 2003-03-06
3350 2003-03-06 [oliver] 0.8.10claws88
3355 2003-03-06 [oliver] 0.8.10claws87
3358 remove changes introduced inclaws74
3360 another attempt to sanely delete and update
3361 messages deleted in separate messageview
3363 2003-03-05 [christoph] 0.8.10claws86
3366 check if "From" matches any account's address if
3367 addressbook completion of addresses is disabled too
3369 (closes Bug 70 "Display recipient in from" doesn't check
3370 folder's default account)
3372 2003-03-05 [christoph] 0.8.10claws85
3375 * src/common/utils.[ch]
3376 don't strip address comments when building Cc lists
3378 (closes Bug 47 Replying to message strips name part of e-mail addresses
3382 fix return value of copy function
3384 2003-03-05 [christoph] 0.8.10claws84
3387 don't ask imap server for non rfc822 headers
3389 (closes bug 71 IMAP FETCH asks for FROM header field twice)
3392 destroy session on socket error to allow reconnecting
3394 2003-03-05 [christoph] 0.8.10claws83
3397 fix building with gnome when no prefix is set
3399 (closes bug 66 Gnome directory is set to NONE)
3401 2003-03-05 [paul] 0.8.10claws82
3403 * sync with 0.8.10cvs23
3404 see ChangeLog 2003-03-05
3406 2003-03-04 [christoph] 0.8.10claws81
3409 o fix moving and copying when folder returns 0 for new
3411 o remove some code for single message copy and move
3412 operations and use functions for multiple messages
3414 (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3417 remove unused include
3419 2003-03-04 [paul] 0.8.10claws80
3422 list 'Compiled plugins'
3424 2003-03-03 [christoph] 0.8.10claws79
3427 have to multiply the percentage of the current fetch with
3428 the percentage that it has of the total fetch operation
3431 2003-03-03 [christoph] 0.8.10claws78
3434 fix calculation of expected lines for progress indicator
3436 2003-03-03 [christoph] 0.8.10claws77
3439 * src/common/utils.c
3440 fix segfault when opening the root news folder
3442 2003-03-03 [christoph] 0.8.10claws76
3444 * src/mainwindow.[ch]
3445 * src/common/Makefile.am
3446 * src/common/progressindicator.[ch]
3447 add UI independent progress indicator handling
3450 use new progress indicator for message info fetching
3452 * src/common/hooks.h
3455 2003-03-03 [oliver] 0.8.10claws75
3459 removed commented code
3461 2003-03-03 [oliver] 0.8.10claws74
3464 cleanups and refactoring
3466 compose_reply_mode reply & forwarding interface for
3469 act on messages marked for deletion in folderview_selected
3470 based on prefs_common.immediate_exec since a message might
3471 have been deleted by messageview in a folder we are changing
3472 to (does anybody understand what I'm on about ?)
3474 2003-03-03 [oliver] 0.8.10claws73
3476 * src/messageview.[ch]
3478 - messageview_delete: delete message shown in messagview
3479 - messageview_update_view: update messageview to currently
3480 selected summaryview message
3481 - add separate messageview to msgview_list in order to update
3482 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3483 * src/summaryview.[ch]
3484 summary_get_selection returns a list of selected msgs
3487 toolbar reply refactoring
3489 2003-03-03 [paul] 0.8.10claws72
3491 * sync with 0.8.10cvs21
3492 see ChangeLog 2003-03-03
3494 2003-03-02 [christoph] 0.8.10claws71
3496 * src/common/passcrypt.c
3499 2003-03-02 [christoph] 0.8.10claws70
3502 * src/prefs_account.c
3503 * src/prefs_gtk.[ch]
3504 * src/common/.cvsignore
3505 * src/common/Makefile.am
3506 * src/common/passcrypt.c ** NEW **
3507 * src/common/passcrypt.h.in ** NEW **
3508 Implement password encryption in config files
3509 using unix encrypt and setkey functions. The crypt
3510 key can be set as a configure parameter. Old
3511 passwords will be converted if they do not begin
3514 2003-03-02 [paul] 0.8.10claws69
3516 * src/prefs_account.c
3519 2003-03-01 [thorsten] 0.8.10claws68
3527 corrected format strings
3530 (fix compile errors with GNU gettext-0.11.5)
3532 2003-03-01 [oliver] 0.8.10claws67
3535 menu callbacks call toolbar_menu_reply
3537 2003-03-01 [oliver] 0.8.10claws66
3541 menu callbacks call toolbar_menu_reply
3543 callbacks from menu handled by toolbar_menu_reply
3545 2003-03-01 [paul] 0.8.10claws65
3548 revert commit 0.8.10claws54 - breaks editing of
3552 update Bulgarian translation, submitted by
3555 2003-02-28 [christoph] 0.8.10claws64
3561 * src/gtkxtext.h ** REMOVE **
3567 * src/prefs_common.c
3568 * src/prefs_matcher.c
3569 * src/procheader.[ch]
3572 * src/common/ssl_certificate.c
3573 * src/gtk/colorlabel.c
3576 o remove code obsoleted by new cache and folder system rework
3578 2003-02-28 [oliver] 0.8.10claws63
3581 * fix bug where reply in Messageview replied to
3582 Message displayed in summaryview
3583 (reportedd via ML by chinatinte at gmx dot ch)
3584 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3585 didn't work in separate MessageView Toolbar
3586 (wondering if anybody uses this at all ?)
3587 * src/summaryview.[ch]
3588 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3589 (generalize reply and forward code);
3591 remove focus_in event which updated summaryview to messageview
3593 2003-02-28 [paul] 0.8.10claws62
3596 add the --check option
3597 Patch submitted by Ricardo Mones Lastra
3599 2003-02-28 [paul] 0.8.10claws61
3601 * src/prefs_account.c
3602 re-order 'Signature' items
3604 2003-02-28 [paul] 0.8.10claws60
3606 * sync with 0.8.10cvs20
3607 see ChangeLog 2003-02-28
3609 2003-02-28 [paul] 0.8.10claws59
3612 update to reflect recent movement of files
3614 2003-02-28 [paul] 0.8.10claws58
3616 * sync with 0.8.10cvs19
3617 see ChangeLog 2003-02-28
3619 2003-02-27 [martin] 0.8.10claws57
3621 * src/prefs_matcher.c
3622 fix segfault in prefs_matcher_ok() when the
3623 last entry is deleted and prevents that the
3624 message "entry not saved" comes up after deleting
3627 2003-02-27 [martin] 0.8.10claws56
3629 * src/prefs_filtering.c
3630 fix segfault in prefs_filtering_ok() when the
3631 last entry is deleted and prevents that the
3632 message "entry not saved" comes up after deleting
3635 2003-02-27 [paul] 0.8.10claws55
3637 * sync with 0.8.10cvs18
3638 see ChangeLog 2003-02-27
3640 2003-02-27 [paul] 0.8.10claws54
3643 fix bug where the address book crashes with
3645 Patch [687729] submitted by David Frager
3646 <dbfrager@users.sourceforge.net>
3648 2003-02-25 [christoph] 0.8.10claws53
3651 * src/colorlabel.[ch] ** REMOVE **
3652 * src/gtk/Makefile.am
3653 * src/gtk/colorlabel.[ch] ** NEW **
3654 move colorlabel files to gtk directory
3656 * src/esmtp.[ch] ** REMOVE **
3657 has been merged into smtp.[ch] in 0.7.5
3659 2003-02-25 [christoph] 0.8.10claws52
3662 * src/about.[ch] ** REMOVE **
3663 * src/gtk/Makefile.am
3664 * src/gtk/about.[ch] ** NEW **
3665 move about files to gtk directory
3667 2003-02-25 [christoph] 0.8.10claws51
3670 some code optimization of folder scanning code
3672 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3674 2003-02-25 [christoph] 0.8.10claws50
3677 * src/common/sylpheed.c
3678 add command line parameter parsing to common code
3680 2003-02-24 [christoph]
3684 fix gnome prefix problems, the configure script now removed
3685 `gnome-config --prefix` from `gnome-config --datadir`
3686 and adds $(prefix} instead
3688 (closes Bug 24 Makefile does not respect prefix when installing
3691 2003-02-24 [christoph] 0.8.10claws49
3694 check for valid session before trying to authenticate
3696 (closes Bug 60 crash if "authenticate on logon" is activated
3697 and newsserver-hostname is not valid)
3699 2003-02-24 [melvin] 0.8.10claws48
3701 * src/prefs_actions.c
3702 Make sure all user's input is sent to the action and then
3705 2003-02-23 [alfons] 0.8.10claws46
3708 also wait cursor when deleting files
3712 * tools/freshmeat_search.pl
3713 tools/google_search.pl
3714 scripts should now work for any browser/browser command line
3716 2003-02-22 [christoph] 0.8.10claws45
3719 fix IMAP flag setting, IMAP flag is not handled correctly
3720 anymore by the folder system and information about the
3721 folder should not be saved in the MsgInfo (in my opinion)
3723 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3725 2003-02-22 [christoph] 0.8.10claws44
3728 fix spelling of "label" ;-)
3730 2003-02-22 [thorsten] 0.8.10claws43
3733 src/prefs_common.[ch]
3735 do not use description as attachment name
3737 2003-02-22 [alfons] 0.8.10claws42