1 2003-08-29 [christoph] 0.9.4claws42
6 * src/common/Makefile.am
7 * src/common/passcrypt.c
8 commit fixes and patches for some of the IRIX problems found by
9 Ivan Rayner <ivanr@sgi.com>
11 2003-08-29 [paul] 0.9.4claws41
13 * src/prefs_filtering.c
14 add 'Top' and 'Bottom' buttons, based on changes in
15 src/prefs_filter.c in 0.9.4cvs11.
17 2003-08-27 [christoph] 0.9.4claws40
20 fix bug that the current summary settings were copied to the
21 wrong folder item, when the folder item prefs are opened.
22 Copying is not required because summary settings and
23 folder_item_prefs do not contain the same settings
25 2003-08-27 [thorsten] 0.9.4claws39
30 2003-08-26 [paul] 0.9.4claws38
33 see ChangeLog 2003-08-26
35 2003-08-25 [paul] 0.9.4claws37
38 see ChangeLog 2003-08-25
40 2003-08-24 [christoph] 0.9.4claws36
42 * src/prefs_filtering.c
43 shouldn't remove items from a GSList while iterating over the
44 list (makes cur invalid and cur->next not accessable)
46 (closes Bug 272 i deleted an folder and some seconds later sylpheed
49 2003-08-23 [christoph] 0.9.4claws35
52 news folders should be scanned when opened
54 2003-08-22 [christoph] 0.9.4claws34
56 * src/prefs_folder_item.c
57 use macro to assign strings that always frees the old string
59 * src/gtk/gtkaspell.[ch]
60 add gtkaspell_set_dictionary_menu_active_item() to set active
61 item in dictionary option menu
63 * src/prefs_spelling.c
64 use gtkaspell_set_dictionary_menu_active_item() to select
67 2003-08-21 [christoph] 0.9.4claws33
74 optimize folder system
77 fix division by zero when font has 0 width for ' '
79 2003-08-21 [paul] 0.9.4claws32
82 see ChangeLog 2003-08-20
84 2003-08-19 [paul] 0.9.4claws31
87 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
88 SYLDOC_FAQ_HTML_INDEX.
90 use LC_MESSAGES instead of LC_ALL to find the current
93 fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
95 2003-08-19 [paul] 0.9.4claws30
98 updated by George Danchev
100 2003-08-18 [luke] 0.9.4claws29
102 * src/gtk/gtkvscrollbutton.[ch]
103 o removed gtk_vscrollbutton_reset() (reasons: reduce
104 dependencies; do it the GTK way; reduce code -14/+2 lines)
105 o removed horizontal separator between icons
107 2003-08-17 [christoph] 0.9.4claws28
110 no subject threading when the subject has no reply prefix
112 2003-08-16 [christoph] 0.9.4claws27
115 remember and restore window sizes and position when the main
116 window is hidden or shown
118 (closes Bug 274 Window size in 0.9.4claws18 not remembered when
119 minimised/reopened using trayicon)
121 2003-08-16 [paul] 0.9.4claws26
124 add #include "defs.h"
126 2003-08-16 [paul] 0.9.4claws25
128 * src/plugins/clamav/clamav_plugin.c
131 * src/plugins/dillo_viewer/dillo_prefs.c
132 cosmetic: change the labels' text, add tooltips, and
135 2003-08-15 [christoph] 0.9.4claws24
138 complete last change (forgot some changes)
140 2003-08-15 [christoph] 0.9.4claws23
143 o check number of messages and don't return a 0 message
144 when no messages are available
145 o don't parse xref header anymore
147 (closes Bug 203 I'm not getting any news)
149 2003-08-15 [paul] 0.9.4claws22
153 update and define claws bugzilla location
155 2003-08-15 [paul] 0.9.4claws21
158 update submitted by Ruslan N. Balkin
160 2003-08-14 [christoph] 0.9.4claws20
163 fix search for oldest node in subject threading
165 2003-08-14 [christoph] 0.9.4claws19
169 add possibility to check all nodes with the same subject for
170 subject threading, not only the oldest node. Should not break
171 threads anymore if the oldest node is thread_by_subject_max_age
172 days older then parent, because it can now find a child of
173 oldest node as new parent.
175 2003-08-11 [christoph] 0.9.4claws18
177 * src/plugins/spamassassin/spamassassin.c
178 run spam check in background process
180 2003-08-10 [alfons] 0.9.4claws17
183 make `Select All' sensitive too
185 2003-08-10 [christoph] 0.9.4claws16
188 add more checks in imap_close
190 2003-08-09 [alfons] 0.9.4claws15
192 * src/prefs_spelling.c
193 no spell checking UI if not requested
195 2003-08-09 [alfons] 0.9.4claws14
197 * src/gtk/prefswindow.c
200 2003-08-09 [christoph] 0.9.4claws13
202 * src/prefs_spelling.c
203 * src/gtk/prefswindow.[ch]
204 * src/plugins/clamav/clamav_plugin_gtk.c
205 * src/plugins/spamassassin/spamassassin_gtk.c
206 sort prefs pages by heighest weight in tree
208 2003-08-09 [paul] 0.9.4claws12
210 * sync with 0.9.4cvs6
211 see ChangeLog 2003-08-07
214 add Leandro and Luke to claws-branch section
216 2003-08-09 [christoph] 0.9.4claws11
218 * src/gtk/Makefile.am
219 * src/gtk/colorsel.[ch] ** NEW **
220 create a color selection dialog that can be used as a simple
221 function call with it's own gtk main loop like filesel.[ch]
226 * src/prefs_spelling.[ch] ** NEW **
227 * src/prefs_spelling.glade ** NEW **
228 * src/gtk/gtkutils.[ch]
229 move "Spell Checker" prefs to new prefs dialog
231 * src/prefs_folder_item.c
232 use new colorsel dialog
234 2003-08-08 [paul] 0.9.4claws10
237 clear the progress bar unconditionally
239 2003-08-08 [paul] 0.9.4claws9
241 * sync with 0.9.4cvs4
242 see ChangeLog 2003-07-31
244 2003-08-07 [christoph] 0.9.4claws8
247 fix bug in image viewer plugin part
250 don't execute close command if the folder item is not selected
252 2003-08-07 [hoa] 0.9.4claws7
255 * src/matcher_parser.h
256 * src/matcher_parser_parse.y
257 can define several actions for each filtering rule
258 can import old versions of filtering rules
260 * src/prefs_filtering.c
261 call to a new dialog box to define actions
263 * src/prefs_filtering_action.[ch]
264 dialog box to define actions for filtering rules
266 2003-08-06 [christoph] 0.9.4claws6
269 make sure source folder is selected when copying messages
271 2003-08-06 [christoph] 0.9.4claws5
273 * sync with 0.9.4cvs2
274 see ChangeLog 2003-07-29
276 2003-08-05 [paul] 0.9.4claws4
278 * sync with 0.9.4cvs3
279 see ChangeLog 2003-07-30
281 2003-08-04 [match] 0.9.4claws3
284 export of LDIF files.
286 2003-08-04 [match] 0.9.4claws2
289 support for export LDIF. documented.
290 * src/importldif.[ch]
291 * src/exportldif.[ch]
292 add tooltips. documented.
293 * src/exphtmldlg.[ch]
294 * src/common/xmlprops.[ch]
296 * src/exportldif.[ch] ** NEW **
297 * src/expldifdlg.[ch] ** NEW **
298 * src/addressbook.[ch]
300 export of LDIF files.
303 2003-08-04 [christoph] 0.9.4claws1
308 * sylpheed-claws.pc.in ** NEW **
310 * src/common/Makefile.am
311 * src/gtk/Makefile.am
312 install sylpheed header files in $(pkgincludedir) and create a
313 pkg-config file to allow building a plugin without the source
316 2003-08-04 [paul] 0.9.4claws
320 2003-08-04 [paul] 0.9.3claws97
323 update Spanish translation. Submitted by Ricardo
326 2003-08-03 [paul] 0.9.3claws96
330 update Croatian and Serbian translations. Submitted by
331 Dragan and Urke MMI respectively
333 2003-08-03 [alfons] 0.9.3claws95
336 mark flag has precedence over important flag - seems
337 to have been changed in sync of 0.9.3claws45. this fixes
338 a regression where messages that were scored as important
339 don't show their mark flags. (using the same column for
340 both importance as mark flags is the real problem
343 2003-08-03 [melvin] 0.9.3claws94
346 Updated French translations.
348 2003-08-03 [melvin] 0.9.3claws93
351 Fixed typo introduced after 0.9.3claws92
352 that prevented compilation
353 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
354 CPPFLAGS and YFLAGS to allow user setting these.
355 * src/common/Makefile.am
356 * src/gtk/Makefile.am
357 * src/plugins/clamav/Makefile.am
358 * src/plugins/demo/Makefile.am
359 * src/plugins/dillo_viewer/Makefile.am
360 * src/plugins/image_viewer/Makefile.am
361 * src/plugins/mathml_viewer/Makefile.am
362 * src/plugins/spamassassin/Makefile.am
363 * src/plugins/trayicon/Makefile.am
364 * src/plugins/trayicon/libeggtrayicon/Makefile.am
365 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
366 CPPFLAGS and YFLAGS to allow user setting these.
368 2003-08-02 [christoph] 0.9.3claws92
371 o rearrange plugin tests
372 o add test for clamav.h to ClamAV tests
374 2003-08-02 [luke] 0.9.3claws91
377 o fixed appearance of icon list when toggling back from the
379 o toggling of icons using the keyboard works correctly
380 o fixed all other keyboard shortcuts to work when icons are
384 o fixed bug 4 - focus lost when changing messageview view type
386 2003-08-02 [christoph] 0.9.3claws90
389 fix crash when pointer stored in hash table could get invalid
390 when a plugin is unloaded
392 2003-08-01 [christoph] 0.9.3claws89
395 o try to build all plugins (except spamassassin) by default
396 o don't build a plugin if a dependency check fails
401 2003-08-01 [match] 0.9.3claws88
404 allow single click field selection. document code.
406 2003-08-01 [christoph] 0.9.3claws87
408 * src/plugins/clamav/clamav_plugin.c
409 * src/plugins/clamav/clamav_plugin_gtk.c
410 * src/plugins/dillo_viewer/dillo_viewer.c
411 * src/plugins/image_viewer/plugin.c
412 * src/plugins/mathml_viewer/mathml_viewer.c
413 * src/plugins/spamassassin/spamassassin.c
414 * src/plugins/spamassassin/spamassassin_gtk.c
415 * src/plugins/trayicon/trayicon.c
416 add version check to all plugins
418 2003-08-01 [hoa] 0.9.3claws86
420 * src/prefs_filtering.c
421 fixed a cosmetic bug, during creation of dialog box,
422 wrong widgets were shown after creation.
424 2003-08-01 [luke] 0.9.3claws85
427 o fixed visibility of icons/mimeview after toggling separate
428 message/folder view (factored out some similar code too).
431 2003-07-31 [alfons] 0.9.3claws84
434 tweak icon box UI a bit more, now allowing right-clicks actions
435 getting the relevant mime data too; should fix #250, "Can't save
436 attachments sometimes".
438 2003-07-30 [alfons] 0.9.3claws83
441 don't do auto-save-draft inside key press handler, but rather
442 schedule it half of a second later; should fix #67, "autosave
443 make re-rediting message crazy"
445 2003-07-30 [christoph] 0.9.3claws82
447 * src/plugins/trayicon/trayicon.c
448 process pending events before unloading the plugin
450 (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
452 2003-07-30 [alfons] 0.9.3claws81
455 parameter 2 of g_hook_destroy() should really be a hook id
457 2003-07-30 [alfons] 0.9.3claws80
459 * src/common/plugin.c
460 fix a possibly harmful function signature mismatch
463 2003-07-30 [alfons] 0.9.3claws79
465 * src/common/hooks[.ch]
468 2003-07-30 [darko] 0.9.3claws78
471 make it compile again
473 2003-07-30 [luke] 0.9.3claws77
477 o added/moved signal handlers for SIGTERM (normal kill command)
478 and SIGINT (ctl-c) to be used even without
479 --enable-crash-dialog, fixing bug 166
482 o rewrote menu sensitivity code as per mainwindow.c, fixing
486 o changed sensitivity condition for 'Next new' and 'Next
487 unread', fixing bug 8
489 2003-07-29 [alfons] 0.9.3claws76
491 * src/common/utils.[ch]
494 save ack'ed RRR; fixes #205, "return receipt is not saved in
497 2003-07-29 [alfons] 0.9.3claws75
500 fix a memleak (claws-only)
502 2003-07-29 [alfons] 0.9.3claws74
505 * src/gtk/gtkvscrollbutton.[ch]
506 fix UI glitch where mime icon toolbox' scroll position is not
507 reset after switching to another message
510 2003-07-29 [paul] 0.9.3claws73
512 * src/prefs_folder_item.c
513 split the prefs into 2 separate pages
515 2003-07-29 [paul] 0.9.3claws72
518 prepend "\n\n" to a signature without a separator too
520 2003-07-29 [paul] 0.9.3claws71
523 fix bug where changing to an account without an auto-sig
524 from an initial account without an auto-sig would insert
525 2 blank lines at the cursor point
526 fix bug where changing to an account with an auto-sig
527 from an initial account without an auto-sig would insert
528 the sig at the cursor point
530 2003-07-29 [paul] 0.9.3claws70
533 use the colour from the folder pref unless the folder
536 2003-07-29 [alfons] 0.9.3claws69
541 rewrite return receipt request work a little bit (the former
542 implementation presumably depended too much on the UI setting
543 flags). (we're losing the old pending flag.)
545 2003-07-28 [christoph] 0.9.3claws68
551 fix copy to IMAP folder from other folder
553 2003-07-28 [christoph] 0.9.3claws67
556 fix sync of procmsg_get_message_file_list
558 2003-07-28 [christoph] 0.9.3claws66
560 * sync with 0.9.3cvs14
561 see ChangeLog 2003-07-18
562 * sync with 0.9.3cvs17
563 see ChangeLog 2003-07-23
565 (closes Bug 234 segmentation fault after sending out mail via
568 2003-07-28 [paul] 0.9.3claws65
571 update Spanish translation, submitted by Ricardo Mones
574 2003-07-28 [christoph] 0.9.3claws64
579 return new message numbers as a GRelation instead of a GSList
580 that has to be in the same order as the input list. A list
581 would make it hard for IMAP to optimize oepration by sorting
582 the input list. The returned list would have to be reordered
583 to match the same order that input list has.
585 * src/gtk/gtkaspell.c
586 fix missing return value, could cause a crash when garbage is
587 on the stack that is used as the expected return value
589 2003-07-28 [paul] 0.9.3claws63
591 * sync with 0.9.4cvs1
592 see ChangeLog 2003-07-28
594 2003-07-27 [alfons] 0.9.3claws62
597 tweak it more to make icon list act like a check button group
599 2003-07-27 [christoph] 0.9.3claws61
601 * sync with 0.9.3cvs20
602 see ChangeLog 2003-07-25
604 2003-07-27 [paul] 0.9.3claws60
607 re-commit changes from 0.9.3claws58 -
608 accidently removed in 0.9.3claws59
610 2003-07-27 [paul] 0.9.3claws59
613 a sync from 0.9.3cvs17
614 see ChangeLog 2003-07-23
616 2003-07-27 [alfons] 0.9.3claws58
619 add missing header members to MsgInfo; fixes the problem of
620 not displaying X-Faces, as noticed by Ricardo Mones
622 2003-07-26 [christoph] 0.9.3claws57
624 * sync with 0.9.3cvs18
625 see ChangeLog 2003-07-24
627 2003-07-26 [christoph] 0.9.3claws56
629 * sync with 0.9.3cvs17
630 see ChangeLog 2003-07-23
632 2003-07-26 [christoph] 0.9.3claws55
639 add support for copy function that copy multiple messages
640 (not implemented yet)
643 add missing return value
645 2003-07-26 [paul] 0.9.3claws54
647 * tools/multiwebsearch.pl
648 do whitespace substitution before passing the string
649 to the browser. fixes bug with browsers that don't
650 do whitespace conversion themselves.
652 2003-07-25 [christoph] 0.9.3claws53
657 rewrite adding of multiple messages to a folder for
660 2003-07-25 [luke] 0.9.3claws52
663 o icon toggles set correctly on leaving ctree mimeview
665 2003-07-25 [paul] 0.9.3claws51
667 * partial sync with 0.9.3cvs21 [src/main.c]
668 see ChangeLog 2003-07-25
670 2003-07-24 [paul] 0.9.3claws50
672 * tools/maildir2sylpheed.pl
675 2003-07-24 [paul] 0.9.3claws49
678 increase the gutter size of paned so that the panes
681 * src/plugins/demo/demo.c
682 squeeze in another typo fix
684 2003-07-24 [paul] 0.9.3claws48
686 * src/plugins/demo/demo.c
688 small changes to the English
690 * src/pixmaps/mime_application_octect_stream.xpm ** REMOVED **
691 src/pixmaps/mime_application_octet_stream.xpm ** NEW FILE **
694 rename the misspelled icon
696 2003-07-23 [alfons] 0.9.3claws47
699 make icon list look like a list of toggles
701 2003-07-23 [luke] 0.9.3claws46
703 * src/pixmaps/mimeview_gpg_expired.xpm
704 * src/pixmaps/mimeview_gpg_failed.xpm
705 * src/pixmaps/mimeview_gpg_passed.xpm
706 * src/pixmaps/mimeview_text_html.xpm
707 * src/pixmaps/mimeview_image.xpm
708 o all icons the same size
711 o mimeview ctree arranged vertically above the viewer
712 o icons changed to buttons
713 o can use keyboard to select an icon (Enter)
714 o resize icon list to width of icons
716 * src/gtk/gtkvscrollbutton.c
717 o sensitivity of buttons reacts to position
719 2003-07-23 [christoph] 0.9.3claws45
721 * sync with 0.9.3cvs14 (incomplete)
722 see ChangeLog 2003-07-17
724 2003-07-23 [alfons] 0.9.3claws44
728 sync with my local tree to restore some claws-only things
730 2003-07-23 [paul] 0.9.3claws43
732 * src/pixmaps/mime_gpg_expired.xpm ** NEW FILE **
733 src/pixmaps/mime_gpg_unknown.xpm ** NEW FILE **
738 src/stock_pixmap.[ch]
739 indicate missing keys and expired sigs/keys
742 2003-07-23 [paul] 0.9.3claws42
745 Redirect fixes: enable automatic account selection and
746 do not append signature to message on changing account
749 2003-07-23 [paul] 0.9.3claws41
751 * sync with 0.9.3cvs16
752 see ChangeLog 2003-07-23
754 2003-07-23 [alfons] 0.9.3claws40
757 give progress dialog a main window, and give it the first
758 one (presumably the only one). fixes bug #247, "segfault on
761 2003-07-22 [alfons] 0.9.3claws39
764 shift-space scrolls up
766 2003-07-22 [paul] 0.9.3claws38
768 * sync with 0.9.3cvs15
769 see ChangeLog 2003-07-22
771 2003-07-20 [alfons] 0.9.3claws37
774 put menu inside #ifdef USE_ASPELL..#endif
776 2003-07-20 [christoph] 0.9.3claws36
779 fix wrong flags in MsgInfo returned by
780 procmsg_msginfo_get_full_info()
782 (closes Bug 221 Deleting messages from the Message View gives incorrect
783 new/unread message counts in the folder view)
785 * src/plugins/spamassassin/spamassassin_gtk.c
786 add gettext macro for prefs page title
788 2003-07-20 [paul] 0.9.3claws35
791 redraw icon list on signature check
793 2003-07-20 [christoph] 0.9.3claws34
798 * src/folder_item_prefs.[ch] ** NEW **
803 * src/prefs_scoring.c
805 * src/prefs_folder_item.[ch]
806 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
808 o use prefswindow for folder properties
810 * src/gtk/prefswindow.[ch]
811 change implementation to use an invisible notebook instead
812 of unparenting widgets
814 2003-07-20 [christoph] 0.9.3claws33
820 * src/prefs_filtering.h
821 * src/prefs_folder_item.[ch]
826 (always use 1. typedefs, 2. #includes, 3. structures)
828 * src/common/version.h.in
829 add casts for constants
831 * src/plugins/demo/demo.c
834 * src/plugins/spamassassin/spamassassin.c
835 remove unused variable
837 2003-07-20 [alfons] 0.9.3claws32
840 o make icon buttons respond on left click
841 o minor cosmetic change
843 2003-07-19 [luke] 0.9.3claws31
846 * src/gtk/gtkvscrollbutton.c
848 o improved mimeview behaviour when selecting a new message
849 o plus code cleanups to remove compile warnings
852 2003-07-19 [alfons] 0.9.3claws30
856 * src/common/utils.[ch]
857 subject_get_reply_prefix_length() <- subject_get_prefix_length()
859 2003-07-19 [alfons] 0.9.3claws29
861 * src/prefs_folder_item.c
862 reinit "legacy" tmp_prefs, so we don't free nor use invalid
865 2003-07-19 [luke] 0.9.3claws28
871 * src/stock_pixmap.[ch]
872 * src/gtk/Makefile.am
874 * src/gtk/gtkvscrollbutton.[ch] ** NEW **
875 * src/pixmaps/mime_*.xpm ** NEW **
876 o mimeview rearrangement with a new icon shortcut bar
878 2003-07-19 [alfons] 0.9.3claws27
881 o plug leaking nodes_to_recollapse
882 o add folderview_recollapse_all_nodes() (not used yet)
884 2003-07-19 [alfons] 0.9.3claws26
888 honour #240 "Better SUBJECT handling" by cleaning the prefix
889 for both forwarding as replying
891 2003-07-18 [christoph] 0.9.3claws25
894 * src/common/sylpheed.[ch]
895 * src/common/version.h.in
896 add version in numeric form to allow easy comparison
898 * src/plugins/demo/demo.c
900 - sylpheed version > plugin version => never allowed, sylpheed
901 could contain unknown API changes
902 - sylpheed version < minimum version required => don't load,
903 API required not available (if linking does not fail)
905 2003-07-18 [alfons] 0.9.3claws24
907 * src/common/plugin.[ch]
910 2003-07-18 [christoph] 0.9.3claws23
913 fix crash when hooks where unregisted
915 * src/plugins/trayicon/trayicon.c
916 unregister detroy signal before destroying the widget
917 (still crashes when the plugin is unloaded)
919 2003-07-18 [alfons] 0.9.3claws22
922 delay expanding folder tree during drags until timeout triggered
923 (needs perhaps some tweaking, so testing is welcome)
925 2003-07-17 [alfons] 0.9.3claws21
930 2003-07-17 [christoph] 0.9.3claws20
932 * src/common/session.c
933 fix opening of SSL connections
935 * src/plugins/image_viewer/Makefile.am
936 add OPENSSL_CFLAGS (we should find a better solution to remove
937 this dependencies if they are not required)
939 * src/plugins/spamassassin/spamassassin.c
940 remove setlocale workaround (fixed in libspamc)
942 (closes Bug Bug 184 Entering non-ascii character deletes previous char
943 if spell checking enabled)
945 2003-07-17 [alfons] 0.9.3claws19
947 * src/common/hooks.[ch]
948 * src/plugins/clamav/clamav_plugin.c
949 * src/plugins/spamassassin/spamassassin.c
950 * src/plugins/trayicon/trayicon.c
953 2003-07-17 [alfons] 0.9.3claws18
958 2003-07-17 [alfons] 0.9.3claws17
963 2003-07-17 [paul] 0.9.3claws16
968 add link to the Claws site's FAQ page, after the suggestion
969 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
970 Move url strings to defs.h
973 fix typo to prevent "unknown menu entry" warnings
975 2003-07-17 [alfons] 0.9.3claws15
977 * src/folderview.[ch]
978 * src/summaryview.[ch]
982 2003-07-17 [paul] 0.9.3claws14
985 remove two instances of 'GTK_EVENTS_FLUSH' because
986 they are unnecessary and probably cause a stack overflow
988 2003-07-16 [christoph] 0.9.3claws13
991 use an invisible GTK notebook to switch between viewers
992 instead of reparenting widgets
994 2003-07-16 [christoph] 0.9.3claws12
997 move folder_item_update_freeze() to correct place in
998 folder_item_scan_full()
1000 2003-07-16 [paul] 0.9.3claws11
1002 * sync with 0.9.3cvs12
1003 see ChangeLog 2003-07-14 and 2003-07-15
1005 2003-07-16 [christoph] 0.9.3claws10
1008 * src/prefs_account.[ch]
1009 sync IMAP CRAM-MD5 authentication with sylpheed-main
1011 2003-07-15 [alfons] 0.9.3claws9
1014 make --config-dir do something useful
1016 2003-07-15 [alfons] 0.9.3claws8
1019 o fix a bug where 'last' didn't really point to the last message
1020 in the top level list of children, but to the last threaded
1023 o clean up and make it easier to sync
1025 2003-07-15 [alfons] 0.9.3claws7
1028 make correct menu items sensitive
1030 2003-07-14 [alfons] 0.9.3claws6
1033 tune the threader so it will not subject-thread any message
1034 without a subject prefix (this will not thread correctly if
1035 a parent is delivered after their childs, but it looks
1038 2003-07-13 [christoph] 0.9.3claws5
1041 group "Add mailbox *..." menu items in submenu
1043 2003-07-13 [alfons] 0.9.3claws4
1046 correct summary_toggle_pressed() signature and make sure
1047 signal is not passed on
1049 2003-07-13 [alfons] 0.9.3claws3
1052 o for now don't pass on keys when they we're handled by
1053 ctree::key_press_event
1056 2003-07-13 [alfons] 0.9.3claws2
1059 add command line option "--config-dir" to get the current
1062 2003-07-12 [alfons] 0.9.3claws1
1065 * src/matcher_parser_parse.y
1066 * src/prefs_filtering.c
1068 add "Lock" filter action to lock messages;
1071 remove debug_print()
1072 * src/prefs_filtering.c
1073 re-organize matcher part 9:
1074 make action text entries easily extendible;
1075 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1076 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1081 update old information and add missing
1084 2003-07-12 [paul] 0.9.3claws
1086 * 0.9.3claws released
1088 2003-07-12 [paul] 0.9.0claws103
1093 2003-07-12 [melvin] 0.9.0claws102
1096 Fixed bug #215: Show MIME tab for single text/html messages.
1098 2003-07-12 [paul] 0.9.0claws101
1103 2003-07-12 [paul] 0.9.0claws100
1109 update Spanish, Croatian, Polish, Serbian translations.
1110 submitted by Ricardo Mones Lastra, Dragan, Witold
1111 Wladyslaw Wojciech Wilk, Urke MMI
1113 2003-07-12 [melvin] 0.9.0claws99
1116 Updated French translations.
1118 2003-07-12 [paul] 0.9.0claws98
1121 disable 'Lookup' button as it has no effect
1123 2003-07-11 [alfons] 0.9.0claws97
1126 summary_searchbar_pressed() should return TRUE to signal that
1127 event was handled. when returning void, the return value passed
1128 to GTK is actually random, but maybe FALSE, in which case the
1129 event is handled by parent
1131 2003-07-10 [paul] 0.9.0claws96
1133 * ac/missing/gettext.m4
1134 update to version 0.12
1136 2003-07-10 [paul] 0.9.0claws95
1138 * src/plugins/clamav/clamav_plugin.c
1139 fix bug where multipart/alternative messages
1140 would slip through without being scanned
1142 2003-07-10 [christoph] 0.9.0claws94
1145 correct check if folder supports removing when a message is
1146 moved. if not the message is only copied.
1148 (closes Bug 132 crash on startup in newsgroups folders)
1150 2003-07-09 [alfons] 0.9.0claws93
1154 --with-config-dir (default .sylpheed)
1156 2003-07-09 [christoph] 0.9.0claws92
1159 use PKG_CHECK_MODULES to check for gtkmathview
1160 (version 0.4.2 now required)
1162 2003-07-08 [melvin] 0.9.0claws91
1165 Implemented a progress bar that counts the number of completed
1166 tasks when the action runs more than one command.
1168 2003-07-08 [alfons] 0.9.0claws90
1171 if queued message has an invalid Message-Id, don't try to
1172 find message it refers to (fixes #209 "crash when processing
1175 2003-07-08 [paul] 0.9.0claws89
1177 * sync with 0.9.3cvs2
1178 see ChangeLog 2003-07-08
1180 2003-07-08 [match] 0.9.0claws88
1183 extend LDAP search for first/last name by parsing search term.
1185 2003-07-08 [alfons] 0.9.0claws87
1187 * src/send_message.c
1188 fix bug #208 "Status message stuck when sending on POP3 account"
1190 2003-07-07 [paul] 0.9.0claws86
1193 new Croatian translation, submitted by
1194 Dragan <drleskov@inet.hr>
1196 2003-07-07 [paul] 0.9.0claws85
1198 * sync with 0.9.3cvs1
1199 see ChangeLog 2003-07-07
1201 2003-07-05 [christoph] 0.9.0claws84
1206 * src/stock_pixmap.[ch]
1207 * src/pixmaps/messageview_text.xpm ** NEW **
1208 move mimeview tabs to the right side and use icons
1209 instead of text to save some space
1211 (patch by Luke Plant <lukeplant@softhome.net>)
1213 2003-07-05 [christoph] 0.9.0claws83
1216 add NULL pointer checks
1218 (patch by Luke Plant <lukeplant@softhome.net>)
1219 (closes Bug 204 0.9.0 quits on authentication error?!)
1221 2003-07-05 [alfons] 0.9.0claws82
1224 take the clue in bug #202 "./configure script -
1225 'if test' comparison failure" reported by John Kristoff.
1227 2003-07-04 [christoph] 0.9.0claws81
1229 * src/plugins/spamassassin/spamassassin.c
1230 set timeout for spam check
1232 2003-07-04 [christoph] 0.9.0claws80
1235 destroy all FolderItems when shutting down to
1236 allow folders to clean up
1238 2003-07-04 [melvin] 0.9.0claws79
1240 * src/gtk/gtkaspell.c
1241 Fixed bug #184 "Entering non-ascii character deletes
1242 previous char if spell checking enabled": this makes
1243 the spell checking in multibytes (e.g. UTF-8)locales work.
1244 (Patch by Luke Plant).
1246 2003-07-04 [christoph] 0.9.0claws78
1248 * sync with 0.9.2cvs1
1249 see ChangeLog 2003-06-10
1251 2003-07-04 [paul] 0.9.0claws77
1253 * sync with 0.9.3 release
1254 see ChangeLog 2003-07-04
1256 2003-07-03 [christoph] 0.9.0claws76
1263 move folder_item_get_path() stuff into a folder virtual function
1266 use folder_item_fetch_msg() to get message and do not contruct
1267 the filename from path and number
1269 2003-07-03 [paul] 0.9.0claws75
1271 * sync with 0.9.2cvs12
1272 see ChangeLog 2003-07-03
1274 2003-07-02 [paul] 0.9.0claws74
1277 fix text-selection for replying
1279 2003-07-02 [paul] 0.9.0claws73
1281 * sync with 0.9.2cvs11
1282 see ChangeLog 2003-07-02
1284 2003-07-02 [paul] 0.9.0claws72
1287 revert last commit because it breaks more
1290 2003-07-02 [paul] 0.9.0claws71
1293 fix thread by subject/sort by date
1295 2003-07-01 [paul] 0.9.0claws70
1297 * sync with 0.9.2cvs10
1298 see ChangeLog 2003-07-01
1300 2003-06-30 [paul] 0.9.0claws69
1302 * sync with 0.9.2cvs9
1303 see ChangeLog 2003-06-30
1305 2003-06-28 [match] 0.9.0claws68
1310 2003-06-27 [paul] 0.9.0claws67
1312 * sync with 0.9.2cvs7
1313 see ChangeLog 2003-06-27
1315 2003-06-26 [christoph] 0.9.0claws66
1318 freeze folder updates while a folder is scanned
1320 (closes Bug 185 New message counter)
1322 2003-06-26 [darko] 0.9.0claws65
1325 fix infinite loop when adding a new LDAP server
1327 2003-06-26 [paul] 0.9.0claws64
1329 * sync with 0.9.2cvs6
1330 see ChangeLog 2003-06-26
1332 2003-06-26 [paul] 0.9.0claws63
1334 * sync with 0.9.2cvs5
1335 see ChangeLog 2003-06-25 and 2003-06-26
1337 2003-06-25 [match] 0.9.0claws62
1340 Fixed tab/backtab for dropped-down completion list to
1341 move next/previous field. (close bug 147)
1343 2003-06-25 [christoph] 0.9.0claws61
1345 * src/addr_compl.[ch]
1346 * src/addrindex.[ch]
1354 2003-06-25 [leandro] 0.9.0claws60
1358 o gray out "Message/Remove references" menu item if not
1359 replying to a message
1361 2003-06-24 [leandro] 0.9.0claws59
1364 o removed "Message/Create new thread" menu item
1365 o added "Message/Remove references" menu item
1366 (it's off by default and will not check anymore
1367 if the subject changed)
1369 2003-06-23 [alfons] 0.9.0claws58
1372 try better grouping messages threaded by subject based on their age.
1373 still not perfect - because the message tree is not sorted by date.
1375 2003-06-23 [thorsten] 0.9.0claws57
1378 added mail_receive_hook to allow modifications
1379 directly after retrieval (e.g. adding headers).
1381 2003-06-23 [paul] 0.9.0claws56
1383 * src/sourcewindow.c
1384 enable the use of Ctrl+A to select all text in
1386 Patch submitted by Ivan Francolin Martinez
1387 <ivanfm@users.sourceforge.net>
1389 2003-06-22 [christoph] 0.9.0claws55
1392 o add notification hook for folder tree changes
1393 o invoke hooks after folder tree scanning
1395 * src/folderview.[ch]
1396 register hook for folder tree changes that
1399 (there are more places that should be updated, like add, remove
1402 (closes Bug 164 Crash on rebuild folder tree)
1403 (closes Bug 190 Crash on 'rebuilding folder tree')
1405 2003-06-21 [leandro] 0.9.0claws54
1408 create a new thread if subject changes
1409 (it's on by default, can be disabled in Message menu)
1411 2003-06-21 [alfons] 0.9.0claws53
1414 quiet little compiler
1416 2003-06-21 [christoph] 0.9.0claws52
1418 update gettext stuff to version 0.12
1420 2003-06-19 [alfons] 0.9.0claws51
1423 * src/common/plugin.c
1424 move defs.h before glib.h to prevent MIN/MAX redefs
1431 2003-06-19 [match] 0.9.0claws50
1433 * src/addressbook.[ch]
1434 * src/addrindex.[ch]
1435 * src/addr_compl.[ch]
1437 * src/editldap_basedn.[ch]
1440 re-implemented dynamic LDAP search. works without
1441 slowdown on display sender with addressbook
1446 2003-06-19 [paul] 0.9.0claws49
1449 fix Bug #136 'Nonprovided quotation marks crash claws'
1450 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1452 2003-06-19 [alfons] 0.9.0claws48
1454 * src/prefs_common.[ch]
1456 restrict threading by subject by checking thread for
1457 age (prefs_common.thread_by_subject_max_age)
1459 2003-06-18 [christoph] 0.9.0claws47
1462 fix memory leak in imap_cmd_fetch()
1464 2003-06-18 [christoph] 0.9.0claws46
1467 fix memory leak in prefs_set_default() when used multiple
1468 times or after prefs have been read
1470 2003-06-18 [christoph] 0.9.0claws45
1472 * src/common/plugin.c
1473 fix memory leak in plugin_unload()
1475 2003-06-18 [christoph] 0.9.0claws44
1478 fix memory leak in imap_cmd_ok()
1480 2003-06-18 [christoph] 0.9.0claws43
1483 stop messages that are downloaded from POP3 and added to
1484 an IMAP inbox from being filtered twice (first by POP3
1485 and again when IMAP folder is scaned to get the UID of
1486 the APPEND operation when no UIDPLUS is available)
1495 * tools/launch_phoenix ** REMOVED **
1496 tools/launch_firebird ** NEW **
1497 renamed and edited to reflect the browser's name change from
1498 'phoenix' to 'firebird'
1500 2003-06-18 [paul] 0.9.0claws42
1502 * sync with 0.9.2cvs2
1503 see ChangeLog 2003-06-16
1505 2003-06-17 [alfons] 0.9.0claws41
1508 prevent threading problems when a node is an ancestor (parent / great parent),
1509 which mostly happens with circular references (thanks to Phillipe Gramoullé
1510 for finding an sample set of messages)
1512 2003-06-16 [christoph] 0.9.0claws40
1515 don't popup main window on --receive or --receive-all
1517 * src/mainwindow.[ch]
1518 * src/plugins/trayicon/trayicon.c
1519 allow hiding of main window by clicking on the trayicon
1520 (doesn't work correctly in seperate window mode and may
1521 cause unexpected GTK problems I couldn't find yet)
1524 remove incorrect warning
1526 2003-06-15 [alfons] 0.9.0claws39
1528 * src/gtk/gtkstext.c
1529 don't output debug text;
1530 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1531 for pointing this out);
1533 2003-06-14 [alfons] 0.9.0claws38
1536 remove printf() and make one if..else comply with coding style
1538 2003-06-14 [alfons] 0.9.0claws37
1543 * src/messageview.[ch]
1545 apply patch #754162 "Quoting messages filtered by actions" submitted
1546 by Martin Wicke, which allows quoting message body changed by an
1549 2003-06-13 [alfons] 0.9.0claws36
1552 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1553 use case insensitive regexp (suggested by Ivan Martinez)
1555 2003-06-13 [christoph] 0.9.0claws35
1558 * src/plugins/trayicon/Makefile.am
1559 * src/plugins/trayicon/eggtrayicon.[ch] ** REMOVE **
1560 * src/plugins/trayicon/trayicon.c
1561 * src/plugins/trayicon/libeggtrayicon/.cvsignore ** NEW **
1562 * src/plugins/trayicon/libeggtrayicon/Makefile.am ** NEW **
1563 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch] ** NEW **
1564 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch] ** NEW **
1565 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch] ** NEW **
1566 * src/plugins/trayicon/libeggtrayicon/xembed.h ** NEW **
1567 replace my own EggTrayIcon backport with the backport
1568 used by (l|x)mule and gabber.
1570 2003-06-13 [alfons] 0.9.0claws34
1573 * src/common/utils.c
1574 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1576 2003-06-13 [alfons] 0.9.0claws33
1579 clean up a little bit
1581 2003-06-12 [alfons] 0.9.0claws32
1584 const correctness fix
1586 * src/common/sylpheed.[ch]
1588 prevent redef MIN/MAX
1590 * src/common/utils.[ch]
1593 2003-06-12 [melvin] 0.9.0claws31
1596 Updated to take into accounts changes in GtkAspell.
1598 2003-06-12 [alfons] 0.9.0claws30
1602 * src/common/utils.[ch]
1603 handle reply subject prefixes better (initial
1604 suggestion by Robert Story adapted and enhanced
1607 2003-06-12 [melvin] 0.9.0claws29
1610 Use new gtkaspell_checkers_strerror() to get the speller's
1611 error message instead of accessing the (now private)
1616 Use #ifdef instead of #if for USE_ASPELL
1617 Use the new spell checkers init/quit functions
1619 * src/gtk/gtkaspell.c
1620 Use #ifdef instead of #if for USE_ASPELL
1621 Moved in the majority of GtkAspell structures that were
1622 exported before by gtkaspell.h
1624 * src/gtk/gktaspell.h
1625 Made gtkaspell.h contain only the necessary data to be
1626 publicized by moving many structures to gtkaspell.c.
1627 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1628 gtkaspell_checkers_new(): replaced by...
1629 gtkaspell_checkers_init(): new function for initialization
1630 gtkaspell_checkers_delete(): replaced by...
1631 gtkaspell_checkers_quit(): new function
1632 gtkaspell_checkers_strerror(): new function that returns
1633 the checker's last error message.
1635 2003-06-11 [melvin] 0.9.0claws28
1638 Updated to take into account gtkaspell.c migration to
1639 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1641 2003-06-10 [alfons] 0.9.0claws27
1643 * src/filtering.[ch]
1647 - try fixing bug #18 (any brave testers?)
1648 - add more robustness by refusing previously
1649 unchecked NULL pointers
1651 2003-06-10 [alfons] 0.9.0claws26
1654 fix bug #176 by don't checking MsgInfos with a NULL msgid
1656 2003-06-09 [alfons] 0.9.0claws25
1658 * src/prefs_common.c
1659 fix bug #163 "Icon switching doesnt work properly" by
1660 preventing early freeing of prefs_common.pixmap_theme_path.
1662 2003-06-09 [christoph] 0.9.0claws24
1664 * src/gtk/gtkaspell.c
1665 revert Thorsten's fix and add forgotten g_strdup for
1666 aspell path (it should not be possible to alter the path a
1667 GtkASpell uses from outside)
1669 2003-06-09 [thorsten] 0.9.0claws23
1671 * src/gtk/gtkaspell.c
1672 dont free prefs_common.aspell_path when closing compose
1674 2003-06-08 [colin] 0.9.0claws22
1676 * src/plugins/spamassassin/spamassassin.c
1679 2003-06-07 [christoph] 0.9.0claws21
1683 * src/gtkaspell.[ch] ** REMOVE **
1684 * src/gtk/Makefile.am
1685 * src/gtk/gtkaspell.[ch] ** NEW **
1686 o make gtkaspell independent from sylpheed's prefs
1687 o move gtkaspell.[ch] to gtk directory
1689 2003-06-07 [christoph] 0.9.0claws20
1694 * src/filesel.[ch] ** REMOVE **
1697 * src/common/sylpheed.[ch]
1698 * src/gtk/Makefile.am
1699 * src/gtk/filesel.[ch] ** NEW **
1700 * src/gtk/pluginwindow.c
1701 * src/gtk/sslcertwindow.c
1702 move filesel.[ch] to gtk directory
1704 2003-06-07 [alfons] 0.9.0claws19
1707 make (multi) file selection dialog work again (Claws-only)
1709 2003-06-07 [thorsten] 0.9.0claws18
1714 2003-06-07 [alfons] 0.9.0claws17
1718 detect apache mishap in which case don't include fnmatch.h
1719 if regex.h is already included
1721 2003-06-06 [christoph] 0.9.0claws16
1725 add check for fnmatch.h and include it when available
1728 fix wrong case sensitivity of Content-Types
1730 * src/gtk/Makefile.am
1731 need the same include paths in gtk directory as in
1732 common directory because .h files in common can
1733 include files from these directories, when included
1734 in gtk's .h or .c files
1736 2003-06-06 [alfons] 0.9.0claws15
1740 make it compile again because of regex.h / fnmatch.h
1741 include problems (related to recent mime stuff, can
1742 someone check this?)
1744 2003-06-06 [thorsten] 0.9.0claws14
1747 possible use of uninitialized pointer while dragging
1749 2003-06-06 [paul] 0.9.0claws13
1752 fix bug where the insert sig button would be effective
1753 only when auto_sig was set
1755 2003-06-06 [paul] 0.9.0claws12
1757 * sync with 0.9.2 release
1759 2003-06-02 [paul] 0.9.0claws11
1761 * sync with 0.9.1cvs1
1762 see ChangeLog 2003-06-02
1767 2003-06-01 [christoph] 0.9.0claws10
1770 don't use substring search to find accounts by email address
1772 (closes Bug 169 Overly loose matching of "From" address)
1774 2003-05-31 [christoph] 0.9.0claws9
1776 * doc-src/rfc2683.txt
1778 limit IMAP command length as recommended in RFC2683
1779 (message number lists will be split into multiple imap
1780 sets, the limit of 1000 octets is not a hard limit)
1782 (closes Bug 161 sylpheed-claws exits with segfault when logging
1783 in to certain imap-servers)
1785 2003-05-29 [alfons] 0.9.0claws8
1788 add print button (calling summary_print());
1789 fine tune setting tooltip text;
1790 (if someone needs other buttons, please take these
1791 commits as a guide, instead of bothering us - also
1794 2003-05-29 [darko] 0.9.0claws7
1797 fix crash when word wrapping kicks in due to
1798 changed text by spell checker
1800 2003-05-29 [paul] 0.9.0claws6
1803 fix bug where changing account would insert
1804 sig even if auto_sig was FALSE
1809 sync with 0.9.1 release
1811 2003-05-28 [christoph] 0.9.0claws5
1814 fix truncation of too long commands
1816 (closes Bug 167 IMAP hangs trying to get envelope
1817 information in imap_get_uncached_messages)
1819 2003-05-27 [paul] 0.9.0claws4
1822 tools/maildir2sylpheed.pl ** NEW FILE **
1823 add kmail to sylpheed mailbox conversion script
1825 2003-05-27 [paul] 0.9.0claws3
1827 * sync with 0.9.0cvs10
1828 see ChangeLog 2003-05-26
1830 2003-05-26 [paul] 0.9.0claws2
1832 * sync with 0.9.0cvs9
1833 see ChangeLog 2003-05-26
1835 2003-05-24 [paul] 0.9.0claws1
1837 * sync with 0.9.0cvs8
1838 see ChangeLog 2003-05-23
1840 2003-05-24 [paul] 0.9.0claws
1842 * version 0.9.0claws released
1844 2003-05-24 [paul] 0.8.11claws177
1846 * src/plugins/dillo-viewer/Makefile.am
1847 src/plugins/traycon/Makefile.am
1857 update Bulgarian, British English, Spanish, Italian,
1858 Brazilian Portuguese, Russian, and Serbian translations,
1859 submitted by George Danchev, [me], Ricardo Mones Lastra,
1860 André Filipe de Assunção e Brito, Alessandro Maestri,
1861 Ruslan N. Balkin, and Urke MMI
1863 2003-05-23 [melvin] 0.8.11claws176
1866 Updated French translations
1868 2003-05-22 [paul] 0.8.11claws175
1879 src/editldap_basedn.c
1883 revert to get ldap into it previous working state
1886 new Taiwanese translation,
1887 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1889 2003-05-22 [christoph] 0.8.11claws174
1891 * src/plugins/spamassassin/libspamc.[ch]
1892 sync libspamc with SpamAssaain release 2.55
1894 2003-05-22 [paul] 0.8.11claws173
1896 * sync with 0.9.0cvs7
1897 see ChangeLog 2003-05-22
1900 revert change in 0.8.11claws172: follow
1901 Hiroyuki's decision and that's the end of it.
1903 2003-05-21 [paul] 0.8.11claws172
1906 fix discrepency between open_unread_on_enter
1909 2003-05-21 [paul] 0.8.11claws171
1911 * sync with 0.9.0cvs6
1912 see ChangeLog 2003-05-21
1914 2003-05-21 [paul] 0.8.11claws170
1916 * sync with 0.9.0cvs5
1917 see ChangeLog 2003-05-21
1919 2003-05-20 [paul] 0.8.11claws169
1921 * sync with 0.9.0cvs4
1922 see ChangeLog 2003-05-20
1923 fixes bug #152, 'encoding of IMAP folders names'
1925 2003-05-20 [paul] 0.8.11claws168
1927 * sync with 0.9.0cvs3
1928 see ChangeLog 2003-05-20
1930 * src/tools/convert_mbox.pl
1931 minor change in the comments, submitted by Fred Marton
1933 2003-05-19 [paul] 0.8.11claws167
1935 * src/plugins/clamav/Makefile.am
1937 link clamav_lib to the plugin and not to the main program
1939 2003-05-19 [christoph]
1942 add -export-dynamic for linking
1944 2003-05-19 [paul] 0.8.11claws166
1946 * sync with 0.9.0cvs1
1947 see ChangeLog 2003-05-19
1949 2003-05-19 [paul] 0.8.11claws165
1952 fix 'pop before smtp' timeout
1954 2003-05-18 [alfons] 0.8.11claws164
1956 * src/prefs_matcher.c
1957 put "execute" action command line ("expression") in edit box
1959 2003-05-18 [christoph] 0.8.11claws163
1962 * src/plugins/dillo_viewer/dillo_viewer.c
1963 * src/plugins/image_viewer/viewer.c
1964 * src/plugins/mathml_viewer/mathml_viewer.c
1965 let a viewer have a list of Content-Types
1967 2003-05-18 [paul] 0.8.11claws162
1969 * src/prefs_filtering.c
1970 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1971 and REDIRECT actions
1973 2003-05-17 [christoph]
1976 o remove dynamic signatures that was syned with main
1977 o add infos about no longer "build in" image viewer
1978 o update bugtracker URL
1980 2003-05-17 [christoph] 0.8.11claws161
1985 don't use imap_scan_folder anymore. Instead call folder_item_scan
1986 for every folder after rebuilding the folder tree.
1988 (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1991 2003-05-17 [christoph] 0.8.11claws160
1994 don't use STATUS command on current folder to check for
1995 content changes. imap_cmd_ok() now tracks changes to
1996 folder and number of existing messages.
1998 2003-05-17 [paul] 0.8.11claws159
2000 * src/plugins/clamav/clamav_plugin.c
2001 remove unnecessary debug_print
2003 2003-05-16 [thorsten] 0.8.11claws158
2005 * src/plugins/demo.c
2006 included missing intl.h
2008 2003-05-16 [paul] 0.8.11claws157
2011 remove non-existant entries
2013 * src/plugins/clamav/clamav_plugin.c
2014 src/plugins/clamav/clamav_plugin_gtk.c
2015 src/plugins/dillo_viewer/dillo_prefs.c
2016 src/plugins/dillo_viewer/dillo_viewer.c
2019 2003-05-16 [christoph] 0.8.11claws156
2022 include plugin .c files for translation until I
2023 find a better solution to have plugins have their
2025 * src/plugins/demo/demo.c
2026 * src/plugins/image_viewer/plugin.c
2027 * src/plugins/mathml_viewer/mathml_viewer.c
2028 * src/plugins/spamassassin/spamassassin.c
2029 * src/plugins/spamassassin/spamassassin_gtk.c
2030 * src/plugins/trayicon/trayicon.c
2031 add gettext macros for plugin name and description
2037 2003-05-16 [paul] 0.8.11claws155
2039 * sync with lastest 0.9.0pre1
2040 see ChangeLog 2003-05-16
2042 2003-05-15 [paul] 0.8.11claws154
2044 * sync with latest 0.9.0pre1
2045 see ChangeLog 2003-05-14 and 2003-05-15
2047 2003-05-14 [christoph] 0.8.11claws153
2049 * src/plugins/image_viewer/viewer.c
2050 * src/plugins/image_viewer/viewer.glade ** NEW **
2051 * src/plugins/image_viewer/viewerprefs.c
2052 make it possible to disable the autoload function in the
2055 2003-05-14 [christoph] 0.8.11claws152
2058 fix folder update after adding a message
2060 2003-05-13 [alfons] 0.8.11claws151
2062 * src/common/session.c
2065 * src/addrcache.[ch]
2066 * src/filtering.[ch]
2068 * src/gtkaspell.[ch]
2070 * src/mbox_folder.[ch]
2075 * src/passphrase.[ch]
2076 * src/prefs_common.[ch]
2077 * src/prefs_gtk.[ch]
2080 be pedantic; (in prototypes () implies (int))
2082 2003-05-13 [alfons] 0.8.11claws150
2084 * src/prefs_toolbar.[ch]
2085 * src/summaryview.[ch]
2087 change misleading text in toolbar prefs;
2088 add toolbar action for ignore thread (toggles ignore thread flag);
2089 clean up a little bit;
2093 * tools/convert_mbox.pl
2094 bug fixed by Fred Marton
2098 * sync with 0.9.0pre1
2100 2003-05-09 [paul] 0.8.11claws149
2102 * sync with 0.8.11cvs43
2103 see ChangeLog 2003-05-09
2105 2003-05-08 [christoph] 0.8.11claws148
2108 o use CAPABILIY as first command and check for PREAUTH
2109 information in the response to it
2110 o rewrite all imap_cmd_* functions to use an IMAPSession
2111 instead of a SockInfo as parameter
2112 o do STARTTLS after fetching and checking the server
2115 2003-05-08 [paul] 0.8.11claws147
2119 tools/convert_mbox.pl ** NEW FILE **
2120 add mbox conversion script. Submitted by
2121 Fred Marton <Fred.Marton@uni-bayreuth.de>
2123 2003-05-07 [christoph]
2126 * src/gtk/pluginwindow.glade
2127 * src/plugins/image_viewer/viewerprefs.glade
2128 * src/plugins/spamassassin/spamassassin_gtk.glade
2129 add glade files for user interfaces and a description how
2130 to use glade to create the sylpheed code
2132 2003-05-07 [paul] 0.8.11claws146
2134 * sync with 0.8.11cvs41
2135 see ChangeLog 2003-05-07
2137 2003-05-06 [christoph] 0.8.11claws145
2140 * src/plugins/image_viewer/viewer.c
2141 fix usage of imlib in imageviewer plugin
2143 * src/gtk/prefswindow.c
2144 handle window close event correctly
2146 2003-05-06 [paul] 0.8.11claws144
2149 fix typo introduced in sync
2151 2003-05-06 [paul] 0.8.11claws143
2153 * sync with 0.8.11cvs39
2154 see ChangeLog 2003-05-06
2156 2003-05-06 [paul] 0.8.11claws142
2160 updated Czech translation, submitted by
2161 Radek Vybiral <Radek.Vybiral@vsb.cz>
2163 * src/plugins/clamav/clamav_plugin_gtk.c
2166 2003-05-03 [alfons] 0.8.11claws141
2169 make paste as quotation work even when the call to
2170 text_inserted() was deferred (fixes bug #140 "Paste
2171 as quotation does not work when using "external"
2174 2003-05-03 [thorsten] 0.8.11claws140
2179 removed C++ comments
2181 function with non-int retval/param used before
2182 implementation/declaration
2184 2003-05-02 [paul] 0.8.11claws139
2186 * src/addr_compl.[ch]
2187 src/addressbook.[ch]
2190 revert match's changes to (finally) remove the bug where
2191 opening a folder causes massive slowdown when using the
2192 'Display sender using address book' option
2194 2003-05-01 [melvin] 0.8.11claws138
2196 * src/plugins/dillo_viewer/dillo_prefs.[ch]
2197 * src/plugins/dillo_viewer/dillo_viewer.c
2198 Fixed bug where "Cancel" button from prefs issued
2200 Comply a little more to coding style
2202 2003-05-01 [paul] 0.8.11claws137
2204 * sync with 0.8.11cvs38
2205 see ChangeLog 2003-05-01
2207 2003-05-01 [paul] 0.8.11claws136
2210 updated by George Danchev
2212 2003-04-30 [christoph] 0.8.11claws135
2214 * src/plugins/dillo_viewer/dillo_prefs.c
2215 * src/plugins/image_viewer/viewerprefs.c
2216 * src/plugins/spamassassin/spamassassin_gtk.c
2217 remove gtk_widget_ref() calls for widgets in
2220 2003-04-30 [paul] 0.8.11claws134
2223 ok, this time a better fix for the bug where opening folder
2224 has massive slowdown when using the 'Display sender using
2225 address book' option
2227 2003-04-30 [paul] 0.8.11claws133
2230 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2232 2003-04-30 [melvin] 0.8.11claws132
2234 New: Dillo plugin preferences (patch by Dimitar Haralanov)
2236 * src/plugins/dillo_viewer/dillo_prefs.[ch] *** NEW ***
2237 Preferences for the dillo plugin
2238 * src/plugins/dillo_viewer/dillo_viewer.c
2239 Support for preferences
2240 * src/plugins/dillo_viewer/Makefile.am
2241 Added dillo_prefs.[ch]
2243 2003-04-30 [alfons] 0.8.11claws131
2245 * src/common/plugin.[ch]
2246 see? this ANSI C'fication immediately gives us type
2249 2003-04-30 [alfons] 0.8.11claws130
2251 * src/common/plugin.[ch]
2252 * src/plugins/clamav/clamav_plugin.[ch]
2253 * src/plugins/clamav/clamav_plugin_gtk.c
2254 * src/plugins/demo/demo.c
2255 * src/plugins/dillo_viewer/dillo_viewer.c
2256 * src/plugins/image_viewer/plugin.c
2257 * src/plugins/image_viewer/viewer.[ch]
2258 * src/plugins/image_viewer/viewerprefs.[ch]
2259 * src/plugins/mathml_viewer/mathml_viewer.c
2260 * src/plugins/spamassassin/spamassassin.[ch]
2261 * src/plugins/spamassassin/spamassassin_gtk.c
2262 * src/plugins/trayicon/trayicon.c
2265 2003-04-30 [alfons] 0.8.11claws129
2267 * src/common/utils.c
2268 make is_ascii_str() fail gracefully when NULL pointer
2271 2003-04-30 [paul] 0.8.11claws128
2274 fix bug where opening folder has massive slowdown when
2275 using the 'Display sender using address book' option
2277 2003-04-30 [paul] 0.8.11claws127
2279 * src/plugins/clamav/clamav_plugin.c
2280 src/plugins/clamav/clamav_plugin_gtk.c
2281 src/plugins/demo/demo.c
2282 src/plugins/dillo_viewer/dillo_viewer.c
2283 src/plugins/image_viewer/plugin.c
2284 src/plugins/mathml_viewer/mathml_viewer.c
2285 src/plugins/spamassassin/spamassassin.c
2286 src/plugins/spamassassin/spamassassin_gtk.c
2287 src/plugins/trayicon/trayicon.c
2288 get rid of eye-hurting function signatures
2290 2003-04-30 [paul] 0.8.11claws126
2292 * src/plugins/trayicon/trayicon.c
2298 2003-04-30 [paul] 0.8.11claws125
2301 arrange the plugins in reverse alphabetical order
2303 * src/plugins/clamav/clamav_plugin.[ch]
2304 src/plugins/clamav/clamav_plugin_gtk.c
2306 resize max_size window
2307 re-arrange the order of some gui elements
2308 improve descriptions
2310 * src/plugins/image_viewer/plugin.c
2311 src/plugins/mathml_viewer/mathml_viewer.c
2314 * src/plugins/spamassassin/spamassassin_gtk.c
2315 resize max_size window
2316 re-arrange the order of some gui elements
2322 2003-04-30 [alfons] 0.8.11claws124
2325 fix a leak found while browsing Martin Kluge's
2326 valgrind log (Claws only)
2328 2003-04-29 [darko] 0.8.11claws123
2330 * src/gtk/gtkstext.h
2331 include wchar.h if it is available, fixes compilation
2334 2003-04-29 [melvin] 0.8.11claws122
2336 * src/prefs_actions.c
2337 Improved help text of Actions' syntax
2339 2003-04-28 [paul] 0.8.11claws121
2342 a better fix for the crash when performing an action
2345 2003-04-28 [paul] 0.8.11claws120
2348 fix crash when performing an action on a
2351 2003-04-28 [paul] 0.8.11claws119
2353 * sync with 0.8.11cvs36
2354 see ChangeLog 2003-04-28
2356 2003-04-27 [paul] 0.8.11claws118
2358 * more sync with 0.8.11cvs35
2359 see ChangeLog 2003-04-25
2361 2003-04-26 [christoph] 0.8.11claws117
2364 fix remove virtual check
2366 2003-04-26 [paul] 0.8.11claws116
2369 fix return-receipt, make it work again
2371 2003-04-26 [paul] 0.8.11claws115
2374 restore double-clicking of the [application/pgp-signature
2375 (Select "Check signature" to check)] line in the message view,
2376 broken in recent sync
2378 2003-04-26 [christoph] 0.8.11claws114
2381 check if remove virtual really exists before
2382 calling the function
2384 2003-04-25 [match] 0.8.11claws113
2388 * src/ldapquery.[ch]
2391 * src/ldapserver.[ch]
2392 fix memleak. fix segfault.
2393 plug a Claws memleak
2395 2003-04-25 [alfons] 0.8.11claws112
2398 plug a Claws memleak
2400 2003-04-25 [alfons] 0.8.11claws111
2402 * src/common/session.c
2405 2003-04-25 [paul] 0.8.11claws110
2407 * sync with 0.8.11cvs35
2408 see ChangeLog 2003-04-24 and 2003-04-25
2410 * src/gtk/pluginwindow.c
2411 correct another strange float value
2413 2003-04-24 [christoph] 0.8.11claws109
2416 freeze folder item updates when unsetting new flags
2418 * src/gtk/pluginwindow.c
2419 correct strange float value
2421 2003-04-23 [paul] 0.8.11claws108
2423 * sync with 0.8.11cvs33
2424 see ChangeLog 2003-04-23
2426 2003-04-22 [paul] 0.8.11claws107
2431 src/pgptext.[ch] ** REMOVED **
2432 remove pgptext.[ch] as its not used any more
2434 2003-04-22 [paul] 0.8.11claws106
2436 * sync with 0.8.11cvs31
2437 see ChangeLog 2003-04-21 and 2003-04-22
2439 2003-04-21 [alfons] 0.8.11claws105
2442 No access to GTK structures if we're a spawned child
2443 (and clean up code a little bit...) Should fix #126.
2445 2003-04-21 [melvin] 0.8.11claws104
2447 * src/plugins/dillo_viewer/README
2448 Improved slightly the text.
2450 2003-04-21 [melvin] 0.8.11claws103
2452 * src/plugins/dillo_viewer/README *** NEW ***
2453 Added a README file for the Dillo plugin
2458 tools/outlook2sylpheed.pl
2459 updated and improved by Ricardo Mones Lastra
2461 2003-04-18 [oliver] 0.8.11claws102
2464 * src/prefs_account.h
2465 remove Pop3SessionType (used by selective download)
2466 * src/prefs_toolbar.c
2467 enable set Default Toolbar button
2469 2003-04-18 [paul] 0.8.11claws101
2471 * sync with 0.8.11cvs29
2472 see ChangeLog 2003-04-18
2474 2003-04-17 [paul] 0.8.11claws100
2476 * src/prefs_common.[ch]
2478 remove 'Open next message on deletion' option,
2479 as the same effect can now be achieved via the
2480 'Always open messages in summary when selected'
2483 2003-04-17 [paul] 0.8.11claws99
2485 * sync with 0.8.11cvs28
2486 see ChangeLog 2003-04-17
2488 2003-04-17 [christoph] 0.8.11claws98
2490 * ac/spamassassin.m4
2491 * src/plugins/spamassassin/libspamc.[ch]
2492 * src/plugins/spamassassin/utils.[ch]
2493 sync libspamc with SpamAssassin project
2495 2003-04-17 [christoph] 0.8.11claws97
2497 * src/common/socket.h
2498 * src/gtk/sslcertwindow.h
2499 rename old USE_SSL to USE_OPENSSL
2501 2003-04-17 [paul] 0.8.11claws96
2503 * src/prefs_common.h
2504 use gulong for P_COLOR so that it compiles/runs on
2505 64-bit systems. Patch submitted by James Noyes
2506 <jnoyes-claws@retrogeeks.com>
2511 2003-04-17 [paul] 0.8.11claws95
2513 * sync with 0.8.11cvs27
2514 see ChangeLog 2003-04-16
2516 2003-04-15 [paul] 0.8.11claws94
2518 * src/prefs_common.[ch]
2519 rearrange to stop the window getting too long:
2520 move Receive dialog stuff to Receive tab
2521 move Send dialog to Send tab
2522 remove Dialogs frame
2523 rename 'Open messages in summary with cursor keys' to
2524 'Always open messages in summary when selected', as its
2527 2003-04-15 [paul] 0.8.11claws93
2529 * src/prefs_common.[ch]
2531 add new option '/Interface/Open next message on deletion'
2533 2003-04-15 [paul] 0.8.11claws92
2535 * src/summaryview.[ch]
2536 add /Mark/Lock and /Mark/Unlock to the pop-up
2537 menu. Patch submitted by Ivan Francolin Martinez
2538 <ivanfm@users.sourceforge.net>
2540 2003-04-15 [paul] 0.8.11claws91
2542 * sync with 0.8.11cvs24
2543 see ChangeLog 2003-04-15
2545 2003-04-14 [jens] 0.8.11claws90
2547 * updated German translation and some corrections from
2548 Roland Bless <bless@tm.uka.de>
2550 2003-04-14 [paul] 0.8.11claws89
2552 * sync with 0.8.11cvs22
2553 see ChangeLog 2003-04-14
2555 2003-04-13 [paul] 0.8.11claws88
2557 * src/plugins/clamav/clamav_plugin.c
2561 2003-04-12 [paul] 0.8.11claws87
2563 * src/plugins/clamav/clamav_plugin.c
2564 activate enable/disable archive scanning option
2566 * src/plugins/clamav/.cvsignore ** NEW FILE **
2568 2003-04-12 [paul] 0.8.11claws86
2570 * src/plugins/Makefile.am
2571 src/plugins/clamav/Makefile.am ** NEW FILE **
2572 src/plugins/clamav/README ** NEW FILE **
2573 src/plugins/clamav/clamav_plugin.[ch] ** NEW FILES **
2574 src/plugins/clamav/clamav_plugin_gtk.c ** NEW FILE **
2575 add Clam AntiVirus plugin
2577 2003-04-12 [paul] 0.8.11claws85
2579 * sync with 0.8.11cvs21
2580 see ChangeLog 2003-04-11
2582 2003-04-11 [paul] 0.8.11claws84
2585 update Spanish translation. Submitted by Ricardo
2588 2003-04-10 [christoph] 0.8.11claws83
2591 fix typo that did not move unfiltered mails to destination
2594 (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2595 when filtering from spool)
2597 2003-04-10 [christoph] 0.8.11claws82
2600 use BODY.PEEK instead of BODY in in message fetch operation
2601 to make sure the IMAP server does not set the \Seen flag for
2602 messages. Sylpheed does that later itself, when the message
2603 is opened in sylpheed
2605 (closes Bug 111 Claws destroys unread marks)
2607 2003-04-09 [oliver] 0.8.11claws81
2610 fix crash in folder_destroy
2612 remove selective download
2614 2003-04-09 [christoph] 0.8.11claws80
2617 fix crash in imap_get_msginfo() when then fetched message
2620 (closes Bug 110 Crash during mail composition)
2622 2003-04-08 [christoph] 0.8.11claws79
2625 * src/prefs_account.c
2626 Filter new messages that are found in an INBOX folder
2627 when 'Filter messages on receiving' is enabled in the
2628 Folder's AccountPrefs. This allows to use Sylpheed's
2629 filtering engine for IMAP folders where messages are
2630 added to the INBOX by a MTA
2632 2003-04-08 [paul] 0.8.11claws78
2635 clean up after last commit
2637 2003-04-08 [paul] 0.8.11claws77
2639 * sync with 0.8.11cvs20
2640 see ChangeLog 2003-04-07 and 2003-04-08
2642 2003-04-07 [christoph] 0.8.11claws76
2644 * src/filtering.[ch]
2648 add procmsg_msginfo_filter() to execute filtering actions
2650 2003-04-06 [christoph] 0.8.11claws75
2653 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2655 2003-04-06 [christoph] 0.8.11claws74
2657 * src/common/utils.[ch]
2658 add g_int_compare() function for slist sorting
2661 fetch all MsgInfos with one command in imap_get_msginfos()
2662 using an imap set with a list of ranges
2665 use new g_int_compare() function
2667 2003-04-06 [thorsten] 0.8.11claws73
2670 corrected implementation of mh_folder_destroy()
2672 2003-04-05 [christoph] 0.8.11claws72
2689 * src/gtk/gtkutils.c
2690 o rename structure field names class and new to klass and
2691 new_msgs, to allow including files in C++
2692 o add 'extern "C"' block to some header files
2693 o add MsgInfoList and MsgNumberList as alias for GSList for
2694 developers to know what type of list is expected
2696 * src/plugins/image_viewer/plugin.c
2697 * src/plugins/image_viewer/viewer.[ch]
2698 * src/plugins/image_viewer/viewerprefs.[ch]
2699 rename function names to prevent conflicts
2701 2003-04-05 [paul] 0.8.11claws71
2703 * sync with 0.8.11cvs18
2704 see ChangeLog 2003-04-03 and 2003-04-04
2706 2003-04-02 [christoph] 0.8.11claws70
2710 * src/mbox_folder.[ch]
2713 o Make all virtual folder functions private
2714 o remove unused folder code
2716 * src/common/socket.[ch]
2720 2003-03-30 [alfons] 0.8.11claws69
2722 * src/send_message.c
2723 remove two debug traces and see if people still report
2726 2003-03-30 [alfons] 0.8.11claws68
2728 * src/send_message.c
2729 * src/commons/session.c
2730 add more debug traces
2732 2003-03-30 [christoph] 0.8.11claws67
2735 change processing folder name from .processing to processing
2738 disable SSL certificate check because it causes Xlib error
2739 when the child process want's to open an GTK window
2741 2003-03-30 [christoph] 0.8.11claws66
2744 don't use default folder for processing folder item because
2745 it can be a non local folder
2747 (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2749 2003-03-30 [alfons] 0.8.11claws65
2751 * src/send_message.c
2752 try fixing crashes when sending messages: my gcc 2.95.4 seems
2753 to generate bad code for 'send_send_data_progressive': When
2754 called from 'send_send_data_finished', the 'data' pointer is
2755 cleared just before the assignment to the dialog pointer
2757 2003-03-29 [christoph] 0.8.11claws64
2759 * src/common/prefs.h
2760 * src/plugins/image_viewer/Makefile.am
2761 * src/plugins/image_viewer/plugin.c
2762 * src/plugins/image_viewer/viewer.[ch]
2763 * src/plugins/image_viewer/viewerprefs.[ch] ** NEW **
2764 add PrefsPage for ImageViewer
2766 2003-03-28 [thorsten] 0.8.11claws63
2768 * src/common/session.c
2771 2003-03-28 [paul] 0.8.11claws62
2773 * sync with 0.8.11cvs16
2774 see ChangeLog 2003-03-28
2776 2003-03-28 [paul] 0.8.11claws61
2778 * sync with 0.8.11cvs15
2779 see ChangeLog 2003-03-28
2781 2003-03-27 [christoph] 0.8.11claws60
2785 * src/common/socket.[ch]
2786 set socket state to DISCONNECTED when any operation
2787 fails to allow reconnecting in IMAP code without
2788 checking the return code of all calls to the command
2793 remove some more stuff that depends on specific
2796 2003-03-27 [paul] 0.8.11claws59
2798 * sync with 0.8.11cvs14
2799 see ChangeLog 2003-03-27
2801 * src/selective_download.[ch] ** REMOVED **
2804 2003-03-27 [christoph] 0.8.11claws58
2807 fix handling of tmp_flags in flag copy function
2809 2003-03-27 [paul] 0.8.11claws57
2811 * sync with 0.8.11cvs13
2812 see ChangeLog 2003-03-27
2814 2003-03-27 [oliver] 0.8.11claws56
2817 remove sel_download_cb
2819 2003-03-27 [oliver] 0.8.11claws55
2824 2003-03-26 [oliver] 0.8.11claws54
2829 remove selective donwload readme
2831 2003-03-26 [oliver] 0.8.11claws53
2833 * src/matcher_parser_parse.y
2835 * src/prefs_account.[ch]
2836 * src/prefs_filtering.c
2837 remove selective donwload
2839 2003-03-26 [oliver] 0.8.11claws52
2844 remove selective donwload
2846 2003-03-26 [oliver] 0.8.11claws51
2849 * src/selective_download.[ch] ** REMOVE **
2851 2003-03-26 [christoph] 0.8.11claws50
2854 fix NEWS that got broken by a sync with sylpheed-main
2856 2003-03-26 [christoph] 0.8.11claws49
2859 fix mime type guessing when no mime type is found for a file
2861 2003-03-25 [christoph] 0.8.11claws48
2865 remove mime type guessing from mime parser and use
2866 name based mime types in viewer lookup for mime type
2867 application/octet-stream
2869 2003-03-25 [christoph] 0.8.11claws47
2871 * doc-src/readme.txt
2872 * doc-src/rfc2554.txt
2873 add RFC about SMTP AUTH
2875 * src/send_message.c
2876 * src/common/smtp.[ch]
2877 add extra error code for authentication errors and
2878 clear temporary password when this error occurs
2880 (closes Bug 84 authentication failure while sending should
2881 prompt for password again)
2883 2003-03-25 [christoph] 0.8.11claws46
2887 * src/imageview.[ch] ** REMOVE **
2888 * src/messageview.[ch]
2890 * src/prefs_common.[ch]
2892 * src/plugins/Makefile.am
2893 * src/plugins/image_viewer/.cvsignore ** NEW **
2894 * src/plugins/image_viewer/Makefile.am ** NEW **
2895 * src/plugins/image_viewer/plugin.c ** NEW **
2896 * src/plugins/image_viewer/viewer.[ch] ** NEW **
2897 move image viewer into a plugin (building is enabled by default)
2898 [ToDo: Prefs for resize and autoview]
2900 2003-03-25 [paul] 0.8.11claws45
2902 * sync with 0.8.11cvs12
2903 see ChangeLog 2003-03-26
2905 2003-03-25 [paul] 0.8.11claws44
2907 * sync with 0.8.11cvs11
2908 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2910 Note: Selective Download is broken.
2912 2003-03-22 [christoph] 0.8.11claws43
2915 code cleanup for flags copying
2917 2003-03-22 [christoph] 0.8.11claws42
2919 * src/plugins/trayicon/trayicon.c
2920 fix setting the transparent area when the window size
2921 is forced by the system tray
2923 2003-03-22 [christoph] 0.8.11claws41
2925 * src/plugins/trayicon/gnome-mail.xpm ** REMOVE **
2926 * src/plugins/trayicon/gnome-nomail.xpm ** REMOVE **
2927 * src/plugins/trayicon/newmail.xpm ** NEW **
2928 * src/plugins/trayicon/nomail.xpm ** NEW **
2929 * src/plugins/trayicon/trayicon.c
2930 * src/plugins/trayicon/unreadmail.xpm ** NEW **
2931 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2932 o add icon for unread mails
2933 o set transparency for window
2935 2003-03-22 [christoph] 0.8.11claws40
2938 init news session to prevent crash when session is closed
2940 2003-03-22 [christoph] 0.8.11claws39
2943 * src/common/session.[ch]
2944 Init session data to make sure we don't have invalid pointers
2945 for read_ch and write_ch when new multi process sessions are
2949 * src/common/plugin.c
2950 * src/common/sylpheed.c
2951 * src/plugins/demo/demo.c
2952 * src/plugins/dillo_viewer/dillo_viewer.c
2953 * src/plugins/mathml_viewer/mathml_viewer.c
2954 * src/plugins/spamassassin/spamassassin.c
2955 * src/plugins/spamassassin/spamassassin_gtk.c
2956 add plugin types to allow loading plugins at different times
2957 (and maybe for different frontends), because it's not good to
2958 load GTK-Plugins gefore gtk_init was called
2961 * src/plugins/Makefile.am
2962 * src/plugins/trayicon/.cvsignore ** NEW **
2963 * src/plugins/trayicon/Makefile.am ** NEW **
2964 * src/plugins/trayicon/eggtrayicon.c ** NEW **
2965 * src/plugins/trayicon/eggtrayicon.h ** NEW **
2966 * src/plugins/trayicon/gnome-mail.xpm ** NEW **
2967 * src/plugins/trayicon/gnome-nomail.xpm ** NEW **
2968 * src/plugins/trayicon/trayicon.c ** NEW **
2969 New Trayicon plugin that shows an icon in a systray that uses
2970 XEMBED protocol like Gnome's systray. Icon shows if there
2971 are new mails and a tooltip shows information about new,
2972 unread and total messages.
2974 2003-03-22 [paul] 0.8.11claws38
2977 fix ESMTP AUTH CRAM-MD5
2978 [sync with main (still version 0.8.11cvs6), see
2979 ChangeLog 2003-03-22]
2981 2003-03-21 [colin] 0.8.11claws37
2983 * src/send_message.c
2984 Fix USE_SSL => USE_OPENSSL
2986 2003-03-21 [colin] 0.8.11claws36
2989 Fix counts in drag and dropped subfolders
2991 2003-03-21 [colin] 0.8.11claws35
2995 speed up a bit folder dnd
2997 2003-03-20 [alfons] 0.8.11claws34
3002 don't send locked queue messages
3003 (feature request "[ 705245 ] Locking message in outbox
3004 should prevent sending")
3006 2003-03-20 [christoph] 0.8.11claws33
3009 remove NEW and UNREAD flag in special folders when scanning
3012 fix ESMTP AUTH CRAM-MD5
3014 2003-03-20 [paul] 0.8.11claws32
3016 * src/prefs_account.c
3017 Re-write 'Tunnel command to open connection' as
3018 'Use command to communicate with server', and disable
3019 it for all except IMAP accounts
3021 2003-03-20 [paul] 0.8.11claws31
3023 * sync with 0.8.11cvs6
3024 see ChangeLog 2003-03-20
3026 2003-03-19 [match] 0.8.11claws30
3029 include documentation. minor refactoring.
3030 * src/addr_compl.[ch]
3031 * src/addrindex.[ch]
3032 * src/addresbook.[ch]
3034 re-enable address lookup (was disabled in
3037 2003-03-19 [christoph] 0.8.11claws29
3040 add temp flag handling, will make moving and copying
3041 messages possible again
3044 correct calulation of folder stats
3046 2003-03-18 [match] 0.8.11claws28
3049 remove case sensitive comparison (closes bug 80).
3051 2003-03-18 [christoph] 0.8.11claws27
3054 fix imap using a tunnel command
3058 2003-03-18 [christoph] 0.8.11claws26
3063 rewrite flag handling for folders
3065 2003-03-18 [christoph] 0.8.11claws25
3070 unset NEW and UNREAD flags when message is ignored, to make
3071 sure messages don't show up as unread on other IMAP clients,
3072 because the IGNORE_THREAD flag can not be syncronized through
3075 2003-03-17 [christoph] 0.8.11claws24
3078 don't use recursion to fetch uids when the number of messages
3079 does not match. Moved code into subfunction that is used
3080 again when needed, to prevent an endless loop.
3082 2003-03-17 [thorsten] 0.8.11claws23
3084 * src/imageview.[ch]
3085 export imageview_get_resized_size() (for plugins)
3086 * src/prefs_common.[ch]
3087 added prefs_common_get() (for plugins)
3089 2003-03-17 [christoph] 0.8.11claws22
3092 o remove UID guessing from copy code
3093 o support UIDPLUS extension for APPEND command
3095 2003-03-17 [paul] 0.8.11claws21
3098 remove 'Compiled-plugins' section.
3100 * src/plugins/dillo_viewer/dillo_viewer.c
3101 slight change to description text
3103 2003-03-16 [match] 0.8.11claws20
3104 * src/ldapserver.[ch] ** NEW **
3105 * src/ldapctrl.[ch] ** NEW **
3106 * src/ldapquery.[ch] ** NEW **
3107 * src/ldaputil.[ch] ** NEW **
3108 * src/addrcindex.[ch] ** NEW **
3109 * src/addrquery.h ** NEW **
3111 * src/addrcache.[ch]
3112 * src/addrindex.[ch]
3113 * src/addr_compl.[ch]
3114 * src/addressbook.[ch]
3119 * src/editldap_basedn.c
3123 included dynamic LDAP queries. improved address
3126 2003-03-16 [paul] 0.8.11claws19
3128 * tools/multiwebsearch.pl
3131 2003-03-16 [christoph] 0.8.11claws18
3134 * src/plugins/dillo_viewer/dillo_viewer.c
3135 * src/plugins/mathml_viewer/mathml_viewer.c
3136 make unregistering of MimeViewerFactorys possible
3138 2003-03-16 [alfons] 0.8.11claws17
3143 2003-03-16 [melvin] 0.8.11claws16
3145 * src/plugins/dillo_viewer.c
3146 Fixed bug where it was not possible to view more than
3147 one text/html attachment per message (bug discovered
3148 by Christoph Hohmann).
3150 2003-03-15 [melvin] 0.8.11claws15
3152 * src/prefs_actions.c
3153 Fixed compilation warnings.
3155 2003-03-15 [melvin] 0.8.11claws14
3157 * src/plugins/Makefile.am
3158 * src/plugins/dillo_viewer/.cvsignore ** NEW **
3159 * src/plugins/dillo_viewer/Makefile.am ** NEW **
3160 * src/plugins/dillo_viewer/dillo_viewer.c ** NEW **
3161 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3162 newer (http://dillo.auriga.wearlab.de/).
3164 2003-03-15 [christoph] 0.8.11claws13
3167 don't query imap folder for attributes because we already
3168 for them from imap_status
3171 add support for plugable MimeViewers (unloading Viewers
3174 * src/plugins/Makefile.am
3175 * src/plugins/mathml_viewer/.cvsignore ** NEW **
3176 * src/plugins/mathml_viewer/Makefile.am ** NEW **
3177 * src/plugins/mathml_viewer/mathml_viewer.c ** NEW **
3178 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3179 widget from http://helm.cs.unibo.it/mml-widget/
3181 2003-03-14 [christoph] 0.8.11claws12
3184 o error return code's should better be negative
3185 o replace printf with debug_print
3188 improve IMAP folder scan by checking UID-NEXT
3191 remove check that are unnecessary in my opinion
3193 2003-03-13 [christoph] 0.8.11claws11
3202 * src/prefs_scoring.c
3204 use a common function to get a displayable name
3207 2003-03-13 [paul] 0.8.11claws10
3211 tools/multiwebsearch.conf ** NEW FILE **
3212 tools/multiwebsearch.pl ** NEW FILE **
3213 add multiwebsearch Actions script
3215 2003-03-13 [colin] 0.8.11claws9
3218 Remove leading emtpy lines from quoted text
3221 2003-03-13 [melvin] 0.8.11claws8
3223 * src/prefs_actions.c
3226 Added Cancel and OK buttons
3229 2003-03-13 [christoph] 0.8.11claws7
3239 replace more folder type stuff with folder class stuff
3241 2003-03-13 [melvin] 0.8.11claws6
3243 * src/prefs_actions.c
3245 %u: user provided argument
3246 %h: user provided argument (hidden on input)
3247 %s: current text selection in the message view
3249 2003-03-13 [paul] 0.8.11claws5
3251 * sync with 0.8.11cvs5
3252 see ChangeLog 2003-03-11, 2003-03-12
3254 2003-03-12 [christoph] 0.8.11claws4
3257 use folder class idstr when writing folderlist.xml
3262 replace folder type checks with folder class checks
3264 2003-03-12 [christoph] 0.8.11claws3
3269 * src/mbox_folder.[ch]
3272 o create a list of known folder classes in the folder system
3273 o use folder class id strings for folder item identifiers
3275 2003-03-12 [christoph] 0.8.11claws2
3278 fix imap uid validity check
3280 2003-03-12 [christoph] 0.8.11claws1
3291 * src/prefs_scoring.c
3295 initial restructuring of folder system, seperating
3296 folders and folder classes
3298 2003-03-12 [paul] 0.8.11claws
3302 2003-03-12 [christoph]
3304 * src/gtk/prefswindow.c
3305 fix translation of "Page Index"
3307 2003-03-12 [paul] 0.8.10claws110
3309 a sync from 0.8.11cvs4 before the release
3311 * src/common/utils.c
3312 subject_compare_for_sort(): allow null strings (fixes
3315 2003-03-11 [paul] 0.8.10claws109
3318 update Spanish translation, submitted by
3319 Ricardo Mones Lastra
3321 2003-03-11 [melvin] 0.8.10claws108
3324 Updated French translations
3326 2003-03-11 [paul] 0.8.10claws107
3328 * manual/en/Makefile.am
3330 update English manual, add a new page
3331 updated by Francois Barriere <fbarriere@atmel.fr>
3336 update Bulgarian, Italian, and Serbian translations
3337 submitted by George Danchev, Alessandro Maestri, and
3340 2003-03-10 [paul] 0.8.10claws106
3343 src/gtk/prefswindow.c
3344 make some strings translatable
3346 2003-03-10 [darko] 0.8.10claws105
3349 code cleanup to make Hiro happy
3351 2003-03-10 [paul] 0.8.10claws104
3353 * sync with 0.8.11cvs2
3354 see ChangeLog 2003-03-10
3356 2003-03-09 [melvin] 0.8.10claws103
3359 textview_set_font(): fix for message display in
3360 UTF-8 locales (thanks to Sergey Vlasov).
3361 (was unintentionnaly reverted in 0.8.6claws6)
3363 2003-03-08 [darko] 0.8.10claws102
3366 fix infinite loop in wrapping as reported
3368 obsoletes patch #696482
3370 2003-03-08 [christoph] 0.8.10claws101
3373 add workaround for IMAP servers that do not
3374 support the "UID SEARCH UID" command
3376 2003-03-07 [christoph] 0.8.10claws100
3378 * src/plugins/spamassassin/spamassassin.[ch]
3379 * src/plugins/spamassassin/spamassassin_gtk.c
3382 2003-03-07 [paul] 0.8.10claws99
3385 updated Spanish translation, submitted by
3386 Ricardo Mones Lastra
3388 2003-03-07 [christoph] 0.8.10claws98
3391 fix in 0.8.10claws94 was wrong
3392 local delivery does not require escaping, remove escaping
3393 code to make signatures of mails with "." lines valid
3395 NOTE: requires that sendmail is executed with "-i" option,
3396 what is the default now, but has to be changed in all
3399 2003-03-07 [paul] 0.8.10claws97
3401 * sync with 0.8.11 release
3402 see ChangeLog 2003-03-07
3404 2003-03-06 [paul] 0.8.10claws96
3407 revert commit 0.8.10claws92
3409 2003-03-06 [paul] 0.8.10claws95
3412 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3415 fix bug 74, 'Crash opening editor window with pseudo-color
3418 Patches submitted by Kevin Vigor <kevin@vigor.nu>
3420 2003-03-06 [christoph] 0.8.10claws94
3423 fix rfc2821 (4.5.2) violation in SMTP data sending,
3424 all lines starting with a period get an extra period
3426 (found by Simon 'corecode' Schubert)
3428 2003-03-06 [paul] 0.8.10claws93
3431 if configured font can't be loaded fall back to gtk
3432 default. (with thanks to Christoph)
3434 closes long-standing bug 15 'Crashes on startup'
3436 2003-03-06 [paul] 0.8.10claws92
3439 freeze text before autosave and thaw afterwards
3440 fixes bug 67 'autosave make re-rediting message crazy'
3442 2003-03-06 [christoph] 0.8.10claws91
3445 ignore address comment in dupe check for Cc-list
3447 (closes reopened bug 47 Replying to message strips name part of
3448 e-mail addresses of Cc: lines)
3450 2003-03-06 [paul] 0.8.10claws90
3453 remove reference to gtkxtext.h as its no longer in
3456 2003-03-06 [paul] 0.8.10claws89
3458 * sync with 0.8.10cvs25
3459 see ChangeLog 2003-03-06
3461 2003-03-06 [oliver] 0.8.10claws88
3466 2003-03-06 [oliver] 0.8.10claws87
3469 remove changes introduced inclaws74
3471 another attempt to sanely delete and update
3472 messages deleted in separate messageview
3474 2003-03-05 [christoph] 0.8.10claws86
3477 check if "From" matches any account's address if
3478 addressbook completion of addresses is disabled too
3480 (closes Bug 70 "Display recipient in from" doesn't check
3481 folder's default account)
3483 2003-03-05 [christoph] 0.8.10claws85
3486 * src/common/utils.[ch]
3487 don't strip address comments when building Cc lists
3489 (closes Bug 47 Replying to message strips name part of e-mail addresses
3493 fix return value of copy function
3495 2003-03-05 [christoph] 0.8.10claws84
3498 don't ask imap server for non rfc822 headers
3500 (closes bug 71 IMAP FETCH asks for FROM header field twice)
3503 destroy session on socket error to allow reconnecting
3505 2003-03-05 [christoph] 0.8.10claws83
3508 fix building with gnome when no prefix is set
3510 (closes bug 66 Gnome directory is set to NONE)
3512 2003-03-05 [paul] 0.8.10claws82
3514 * sync with 0.8.10cvs23
3515 see ChangeLog 2003-03-05
3517 2003-03-04 [christoph] 0.8.10claws81
3520 o fix moving and copying when folder returns 0 for new
3522 o remove some code for single message copy and move
3523 operations and use functions for multiple messages
3525 (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3528 remove unused include
3530 2003-03-04 [paul] 0.8.10claws80
3533 list 'Compiled plugins'
3535 2003-03-03 [christoph] 0.8.10claws79
3538 have to multiply the percentage of the current fetch with
3539 the percentage that it has of the total fetch operation
3542 2003-03-03 [christoph] 0.8.10claws78
3545 fix calculation of expected lines for progress indicator
3547 2003-03-03 [christoph] 0.8.10claws77
3550 * src/common/utils.c
3551 fix segfault when opening the root news folder
3553 2003-03-03 [christoph] 0.8.10claws76
3555 * src/mainwindow.[ch]
3556 * src/common/Makefile.am
3557 * src/common/progressindicator.[ch]
3558 add UI independent progress indicator handling
3561 use new progress indicator for message info fetching
3563 * src/common/hooks.h
3566 2003-03-03 [oliver] 0.8.10claws75
3570 removed commented code
3572 2003-03-03 [oliver] 0.8.10claws74
3575 cleanups and refactoring
3577 compose_reply_mode reply & forwarding interface for
3580 act on messages marked for deletion in folderview_selected
3581 based on prefs_common.immediate_exec since a message might
3582 have been deleted by messageview in a folder we are changing
3583 to (does anybody understand what I'm on about ?)
3585 2003-03-03 [oliver] 0.8.10claws73
3587 * src/messageview.[ch]
3589 - messageview_delete: delete message shown in messagview
3590 - messageview_update_view: update messageview to currently
3591 selected summaryview message
3592 - add separate messageview to msgview_list in order to update
3593 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3594 * src/summaryview.[ch]
3595 summary_get_selection returns a list of selected msgs
3598 toolbar reply refactoring
3600 2003-03-03 [paul] 0.8.10claws72
3602 * sync with 0.8.10cvs21
3603 see ChangeLog 2003-03-03
3605 2003-03-02 [christoph] 0.8.10claws71
3607 * src/common/passcrypt.c
3610 2003-03-02 [christoph] 0.8.10claws70
3613 * src/prefs_account.c
3614 * src/prefs_gtk.[ch]
3615 * src/common/.cvsignore
3616 * src/common/Makefile.am
3617 * src/common/passcrypt.c ** NEW **
3618 * src/common/passcrypt.h.in ** NEW **
3619 Implement password encryption in config files
3620 using unix encrypt and setkey functions. The crypt
3621 key can be set as a configure parameter. Old
3622 passwords will be converted if they do not begin
3625 2003-03-02 [paul] 0.8.10claws69
3627 * src/prefs_account.c
3630 2003-03-01 [thorsten] 0.8.10claws68
3638 corrected format strings
3641 (fix compile errors with GNU gettext-0.11.5)
3643 2003-03-01 [oliver] 0.8.10claws67
3646 menu callbacks call toolbar_menu_reply
3648 2003-03-01 [oliver] 0.8.10claws66
3652 menu callbacks call toolbar_menu_reply
3654 callbacks from menu handled by toolbar_menu_reply
3656 2003-03-01 [paul] 0.8.10claws65
3659 revert commit 0.8.10claws54 - breaks editing of
3663 update Bulgarian translation, submitted by
3666 2003-02-28 [christoph] 0.8.10claws64
3672 * src/gtkxtext.h ** REMOVE **
3678 * src/prefs_common.c
3679 * src/prefs_matcher.c
3680 * src/procheader.[ch]
3683 * src/common/ssl_certificate.c
3684 * src/gtk/colorlabel.c
3687 o remove code obsoleted by new cache and folder system rework
3689 2003-02-28 [oliver] 0.8.10claws63
3692 * fix bug where reply in Messageview replied to
3693 Message displayed in summaryview
3694 (reportedd via ML by chinatinte at gmx dot ch)
3695 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3696 didn't work in separate MessageView Toolbar
3697 (wondering if anybody uses this at all ?)
3698 * src/summaryview.[ch]
3699 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3700 (generalize reply and forward code);
3702 remove focus_in event which updated summaryview to messageview
3704 2003-02-28 [paul] 0.8.10claws62
3707 add the --check option
3708 Patch submitted by Ricardo Mones Lastra
3710 2003-02-28 [paul] 0.8.10claws61
3712 * src/prefs_account.c
3713 re-order 'Signature' items
3715 2003-02-28 [paul] 0.8.10claws60
3717 * sync with 0.8.10cvs20
3718 see ChangeLog 2003-02-28
3720 2003-02-28 [paul] 0.8.10claws59
3723 update to reflect recent movement of files
3725 2003-02-28 [paul] 0.8.10claws58
3727 * sync with 0.8.10cvs19
3728 see ChangeLog 2003-02-28
3730 2003-02-27 [martin] 0.8.10claws57
3732 * src/prefs_matcher.c
3733 fix segfault in prefs_matcher_ok() when the
3734 last entry is deleted and prevents that the
3735 message "entry not saved" comes up after deleting
3738 2003-02-27 [martin] 0.8.10claws56
3740 * src/prefs_filtering.c