1 2003-08-22 [christoph] 0.9.4claws34
3 * src/prefs_folder_item.c
4 use macro to assign strings that always frees the old string
6 * src/gtk/gtkaspell.[ch]
7 add gtkaspell_set_dictionary_menu_active_item() to set active
8 item in dictionary option menu
10 * src/prefs_spelling.c
11 use gtkaspell_set_dictionary_menu_active_item() to select
14 2003-08-21 [christoph] 0.9.4claws33
21 optimize folder system
24 fix division by zero when font has 0 width for ' '
26 2003-08-21 [paul] 0.9.4claws32
29 see ChangeLog 2003-08-20
31 2003-08-19 [paul] 0.9.4claws31
34 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
35 SYLDOC_FAQ_HTML_INDEX.
37 use LC_MESSAGES instead of LC_ALL to find the current
40 fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
42 2003-08-19 [paul] 0.9.4claws30
45 updated by George Danchev
47 2003-08-18 [luke] 0.9.4claws29
49 * src/gtk/gtkvscrollbutton.[ch]
50 o removed gtk_vscrollbutton_reset() (reasons: reduce
51 dependencies; do it the GTK way; reduce code -14/+2 lines)
52 o removed horizontal separator between icons
54 2003-08-17 [christoph] 0.9.4claws28
57 no subject threading when the subject has no reply prefix
59 2003-08-16 [christoph] 0.9.4claws27
62 remember and restore window sizes and position when the main
63 window is hidden or shown
65 (closes Bug 274 Window size in 0.9.4claws18 not remembered when
66 minimised/reopened using trayicon)
68 2003-08-16 [paul] 0.9.4claws26
73 2003-08-16 [paul] 0.9.4claws25
75 * src/plugins/clamav/clamav_plugin.c
78 * src/plugins/dillo_viewer/dillo_prefs.c
79 cosmetic: change the labels' text, add tooltips, and
82 2003-08-15 [christoph] 0.9.4claws24
85 complete last change (forgot some changes)
87 2003-08-15 [christoph] 0.9.4claws23
90 o check number of messages and don't return a 0 message
91 when no messages are available
92 o don't parse xref header anymore
94 (closes Bug 203 I'm not getting any news)
96 2003-08-15 [paul] 0.9.4claws22
100 update and define claws bugzilla location
102 2003-08-15 [paul] 0.9.4claws21
105 update submitted by Ruslan N. Balkin
107 2003-08-14 [christoph] 0.9.4claws20
110 fix search for oldest node in subject threading
112 2003-08-14 [christoph] 0.9.4claws19
116 add possibility to check all nodes with the same subject for
117 subject threading, not only the oldest node. Should not break
118 threads anymore if the oldest node is thread_by_subject_max_age
119 days older then parent, because it can now find a child of
120 oldest node as new parent.
122 2003-08-11 [christoph] 0.9.4claws18
124 * src/plugins/spamassassin/spamassassin.c
125 run spam check in background process
127 2003-08-10 [alfons] 0.9.4claws17
130 make `Select All' sensitive too
132 2003-08-10 [christoph] 0.9.4claws16
135 add more checks in imap_close
137 2003-08-09 [alfons] 0.9.4claws15
139 * src/prefs_spelling.c
140 no spell checking UI if not requested
142 2003-08-09 [alfons] 0.9.4claws14
144 * src/gtk/prefswindow.c
147 2003-08-09 [christoph] 0.9.4claws13
149 * src/prefs_spelling.c
150 * src/gtk/prefswindow.[ch]
151 * src/plugins/clamav/clamav_plugin_gtk.c
152 * src/plugins/spamassassin/spamassassin_gtk.c
153 sort prefs pages by heighest weight in tree
155 2003-08-09 [paul] 0.9.4claws12
157 * sync with 0.9.4cvs6
158 see ChangeLog 2003-08-07
161 add Leandro and Luke to claws-branch section
163 2003-08-09 [christoph] 0.9.4claws11
165 * src/gtk/Makefile.am
166 * src/gtk/colorsel.[ch] ** NEW **
167 create a color selection dialog that can be used as a simple
168 function call with it's own gtk main loop like filesel.[ch]
173 * src/prefs_spelling.[ch] ** NEW **
174 * src/prefs_spelling.glade ** NEW **
175 * src/gtk/gtkutils.[ch]
176 move "Spell Checker" prefs to new prefs dialog
178 * src/prefs_folder_item.c
179 use new colorsel dialog
181 2003-08-08 [paul] 0.9.4claws10
184 clear the progress bar unconditionally
186 2003-08-08 [paul] 0.9.4claws9
188 * sync with 0.9.4cvs4
189 see ChangeLog 2003-07-31
191 2003-08-07 [christoph] 0.9.4claws8
194 fix bug in image viewer plugin part
197 don't execute close command if the folder item is not selected
199 2003-08-07 [hoa] 0.9.4claws7
202 * src/matcher_parser.h
203 * src/matcher_parser_parse.y
204 can define several actions for each filtering rule
205 can import old versions of filtering rules
207 * src/prefs_filtering.c
208 call to a new dialog box to define actions
210 * src/prefs_filtering_action.[ch]
211 dialog box to define actions for filtering rules
213 2003-08-06 [christoph] 0.9.4claws6
216 make sure source folder is selected when copying messages
218 2003-08-06 [christoph] 0.9.4claws5
220 * sync with 0.9.4cvs2
221 see ChangeLog 2003-07-29
223 2003-08-05 [paul] 0.9.4claws4
225 * sync with 0.9.4cvs3
226 see ChangeLog 2003-07-30
228 2003-08-04 [match] 0.9.4claws3
231 export of LDIF files.
233 2003-08-04 [match] 0.9.4claws2
236 support for export LDIF. documented.
237 * src/importldif.[ch]
238 * src/exportldif.[ch]
239 add tooltips. documented.
240 * src/exphtmldlg.[ch]
241 * src/common/xmlprops.[ch]
243 * src/exportldif.[ch] ** NEW **
244 * src/expldifdlg.[ch] ** NEW **
245 * src/addressbook.[ch]
247 export of LDIF files.
250 2003-08-04 [christoph] 0.9.4claws1
255 * sylpheed-claws.pc.in ** NEW **
257 * src/common/Makefile.am
258 * src/gtk/Makefile.am
259 install sylpheed header files in $(pkgincludedir) and create a
260 pkg-config file to allow building a plugin without the source
263 2003-08-04 [paul] 0.9.4claws
267 2003-08-04 [paul] 0.9.3claws97
270 update Spanish translation. Submitted by Ricardo
273 2003-08-03 [paul] 0.9.3claws96
277 update Croatian and Serbian translations. Submitted by
278 Dragan and Urke MMI respectively
280 2003-08-03 [alfons] 0.9.3claws95
283 mark flag has precedence over important flag - seems
284 to have been changed in sync of 0.9.3claws45. this fixes
285 a regression where messages that were scored as important
286 don't show their mark flags. (using the same column for
287 both importance as mark flags is the real problem
290 2003-08-03 [melvin] 0.9.3claws94
293 Updated French translations.
295 2003-08-03 [melvin] 0.9.3claws93
298 Fixed typo introduced after 0.9.3claws92
299 that prevented compilation
300 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
301 CPPFLAGS and YFLAGS to allow user setting these.
302 * src/common/Makefile.am
303 * src/gtk/Makefile.am
304 * src/plugins/clamav/Makefile.am
305 * src/plugins/demo/Makefile.am
306 * src/plugins/dillo_viewer/Makefile.am
307 * src/plugins/image_viewer/Makefile.am
308 * src/plugins/mathml_viewer/Makefile.am
309 * src/plugins/spamassassin/Makefile.am
310 * src/plugins/trayicon/Makefile.am
311 * src/plugins/trayicon/libeggtrayicon/Makefile.am
312 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
313 CPPFLAGS and YFLAGS to allow user setting these.
315 2003-08-02 [christoph] 0.9.3claws92
318 o rearrange plugin tests
319 o add test for clamav.h to ClamAV tests
321 2003-08-02 [luke] 0.9.3claws91
324 o fixed appearance of icon list when toggling back from the
326 o toggling of icons using the keyboard works correctly
327 o fixed all other keyboard shortcuts to work when icons are
331 o fixed bug 4 - focus lost when changing messageview view type
333 2003-08-02 [christoph] 0.9.3claws90
336 fix crash when pointer stored in hash table could get invalid
337 when a plugin is unloaded
339 2003-08-01 [christoph] 0.9.3claws89
342 o try to build all plugins (except spamassassin) by default
343 o don't build a plugin if a dependency check fails
348 2003-08-01 [match] 0.9.3claws88
351 allow single click field selection. document code.
353 2003-08-01 [christoph] 0.9.3claws87
355 * src/plugins/clamav/clamav_plugin.c
356 * src/plugins/clamav/clamav_plugin_gtk.c
357 * src/plugins/dillo_viewer/dillo_viewer.c
358 * src/plugins/image_viewer/plugin.c
359 * src/plugins/mathml_viewer/mathml_viewer.c
360 * src/plugins/spamassassin/spamassassin.c
361 * src/plugins/spamassassin/spamassassin_gtk.c
362 * src/plugins/trayicon/trayicon.c
363 add version check to all plugins
365 2003-08-01 [hoa] 0.9.3claws86
367 * src/prefs_filtering.c
368 fixed a cosmetic bug, during creation of dialog box,
369 wrong widgets were shown after creation.
371 2003-08-01 [luke] 0.9.3claws85
374 o fixed visibility of icons/mimeview after toggling separate
375 message/folder view (factored out some similar code too).
378 2003-07-31 [alfons] 0.9.3claws84
381 tweak icon box UI a bit more, now allowing right-clicks actions
382 getting the relevant mime data too; should fix #250, "Can't save
383 attachments sometimes".
385 2003-07-30 [alfons] 0.9.3claws83
388 don't do auto-save-draft inside key press handler, but rather
389 schedule it half of a second later; should fix #67, "autosave
390 make re-rediting message crazy"
392 2003-07-30 [christoph] 0.9.3claws82
394 * src/plugins/trayicon/trayicon.c
395 process pending events before unloading the plugin
397 (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
399 2003-07-30 [alfons] 0.9.3claws81
402 parameter 2 of g_hook_destroy() should really be a hook id
404 2003-07-30 [alfons] 0.9.3claws80
406 * src/common/plugin.c
407 fix a possibly harmful function signature mismatch
410 2003-07-30 [alfons] 0.9.3claws79
412 * src/common/hooks[.ch]
415 2003-07-30 [darko] 0.9.3claws78
418 make it compile again
420 2003-07-30 [luke] 0.9.3claws77
424 o added/moved signal handlers for SIGTERM (normal kill command)
425 and SIGINT (ctl-c) to be used even without
426 --enable-crash-dialog, fixing bug 166
429 o rewrote menu sensitivity code as per mainwindow.c, fixing
433 o changed sensitivity condition for 'Next new' and 'Next
434 unread', fixing bug 8
436 2003-07-29 [alfons] 0.9.3claws76
438 * src/common/utils.[ch]
441 save ack'ed RRR; fixes #205, "return receipt is not saved in
444 2003-07-29 [alfons] 0.9.3claws75
447 fix a memleak (claws-only)
449 2003-07-29 [alfons] 0.9.3claws74
452 * src/gtk/gtkvscrollbutton.[ch]
453 fix UI glitch where mime icon toolbox' scroll position is not
454 reset after switching to another message
457 2003-07-29 [paul] 0.9.3claws73
459 * src/prefs_folder_item.c
460 split the prefs into 2 separate pages
462 2003-07-29 [paul] 0.9.3claws72
465 prepend "\n\n" to a signature without a separator too
467 2003-07-29 [paul] 0.9.3claws71
470 fix bug where changing to an account without an auto-sig
471 from an initial account without an auto-sig would insert
472 2 blank lines at the cursor point
473 fix bug where changing to an account with an auto-sig
474 from an initial account without an auto-sig would insert
475 the sig at the cursor point
477 2003-07-29 [paul] 0.9.3claws70
480 use the colour from the folder pref unless the folder
483 2003-07-29 [alfons] 0.9.3claws69
488 rewrite return receipt request work a little bit (the former
489 implementation presumably depended too much on the UI setting
490 flags). (we're losing the old pending flag.)
492 2003-07-28 [christoph] 0.9.3claws68
498 fix copy to IMAP folder from other folder
500 2003-07-28 [christoph] 0.9.3claws67
503 fix sync of procmsg_get_message_file_list
505 2003-07-28 [christoph] 0.9.3claws66
507 * sync with 0.9.3cvs14
508 see ChangeLog 2003-07-18
509 * sync with 0.9.3cvs17
510 see ChangeLog 2003-07-23
512 (closes Bug 234 segmentation fault after sending out mail via
515 2003-07-28 [paul] 0.9.3claws65
518 update Spanish translation, submitted by Ricardo Mones
521 2003-07-28 [christoph] 0.9.3claws64
526 return new message numbers as a GRelation instead of a GSList
527 that has to be in the same order as the input list. A list
528 would make it hard for IMAP to optimize oepration by sorting
529 the input list. The returned list would have to be reordered
530 to match the same order that input list has.
532 * src/gtk/gtkaspell.c
533 fix missing return value, could cause a crash when garbage is
534 on the stack that is used as the expected return value
536 2003-07-28 [paul] 0.9.3claws63
538 * sync with 0.9.4cvs1
539 see ChangeLog 2003-07-28
541 2003-07-27 [alfons] 0.9.3claws62
544 tweak it more to make icon list act like a check button group
546 2003-07-27 [christoph] 0.9.3claws61
548 * sync with 0.9.3cvs20
549 see ChangeLog 2003-07-25
551 2003-07-27 [paul] 0.9.3claws60
554 re-commit changes from 0.9.3claws58 -
555 accidently removed in 0.9.3claws59
557 2003-07-27 [paul] 0.9.3claws59
560 a sync from 0.9.3cvs17
561 see ChangeLog 2003-07-23
563 2003-07-27 [alfons] 0.9.3claws58
566 add missing header members to MsgInfo; fixes the problem of
567 not displaying X-Faces, as noticed by Ricardo Mones
569 2003-07-26 [christoph] 0.9.3claws57
571 * sync with 0.9.3cvs18
572 see ChangeLog 2003-07-24
574 2003-07-26 [christoph] 0.9.3claws56
576 * sync with 0.9.3cvs17
577 see ChangeLog 2003-07-23
579 2003-07-26 [christoph] 0.9.3claws55
586 add support for copy function that copy multiple messages
587 (not implemented yet)
590 add missing return value
592 2003-07-26 [paul] 0.9.3claws54
594 * tools/multiwebsearch.pl
595 do whitespace substitution before passing the string
596 to the browser. fixes bug with browsers that don't
597 do whitespace conversion themselves.
599 2003-07-25 [christoph] 0.9.3claws53
604 rewrite adding of multiple messages to a folder for
607 2003-07-25 [luke] 0.9.3claws52
610 o icon toggles set correctly on leaving ctree mimeview
612 2003-07-25 [paul] 0.9.3claws51
614 * partial sync with 0.9.3cvs21 [src/main.c]
615 see ChangeLog 2003-07-25
617 2003-07-24 [paul] 0.9.3claws50
619 * tools/maildir2sylpheed.pl
622 2003-07-24 [paul] 0.9.3claws49
625 increase the gutter size of paned so that the panes
628 * src/plugins/demo/demo.c
629 squeeze in another typo fix
631 2003-07-24 [paul] 0.9.3claws48
633 * src/plugins/demo/demo.c
635 small changes to the English
637 * src/pixmaps/mime_application_octect_stream.xpm ** REMOVED **
638 src/pixmaps/mime_application_octet_stream.xpm ** NEW FILE **
641 rename the misspelled icon
643 2003-07-23 [alfons] 0.9.3claws47
646 make icon list look like a list of toggles
648 2003-07-23 [luke] 0.9.3claws46
650 * src/pixmaps/mimeview_gpg_expired.xpm
651 * src/pixmaps/mimeview_gpg_failed.xpm
652 * src/pixmaps/mimeview_gpg_passed.xpm
653 * src/pixmaps/mimeview_text_html.xpm
654 * src/pixmaps/mimeview_image.xpm
655 o all icons the same size
658 o mimeview ctree arranged vertically above the viewer
659 o icons changed to buttons
660 o can use keyboard to select an icon (Enter)
661 o resize icon list to width of icons
663 * src/gtk/gtkvscrollbutton.c
664 o sensitivity of buttons reacts to position
666 2003-07-23 [christoph] 0.9.3claws45
668 * sync with 0.9.3cvs14 (incomplete)
669 see ChangeLog 2003-07-17
671 2003-07-23 [alfons] 0.9.3claws44
675 sync with my local tree to restore some claws-only things
677 2003-07-23 [paul] 0.9.3claws43
679 * src/pixmaps/mime_gpg_expired.xpm ** NEW FILE **
680 src/pixmaps/mime_gpg_unknown.xpm ** NEW FILE **
685 src/stock_pixmap.[ch]
686 indicate missing keys and expired sigs/keys
689 2003-07-23 [paul] 0.9.3claws42
692 Redirect fixes: enable automatic account selection and
693 do not append signature to message on changing account
696 2003-07-23 [paul] 0.9.3claws41
698 * sync with 0.9.3cvs16
699 see ChangeLog 2003-07-23
701 2003-07-23 [alfons] 0.9.3claws40
704 give progress dialog a main window, and give it the first
705 one (presumably the only one). fixes bug #247, "segfault on
708 2003-07-22 [alfons] 0.9.3claws39
711 shift-space scrolls up
713 2003-07-22 [paul] 0.9.3claws38
715 * sync with 0.9.3cvs15
716 see ChangeLog 2003-07-22
718 2003-07-20 [alfons] 0.9.3claws37
721 put menu inside #ifdef USE_ASPELL..#endif
723 2003-07-20 [christoph] 0.9.3claws36
726 fix wrong flags in MsgInfo returned by
727 procmsg_msginfo_get_full_info()
729 (closes Bug 221 Deleting messages from the Message View gives incorrect
730 new/unread message counts in the folder view)
732 * src/plugins/spamassassin/spamassassin_gtk.c
733 add gettext macro for prefs page title
735 2003-07-20 [paul] 0.9.3claws35
738 redraw icon list on signature check
740 2003-07-20 [christoph] 0.9.3claws34
745 * src/folder_item_prefs.[ch] ** NEW **
750 * src/prefs_scoring.c
752 * src/prefs_folder_item.[ch]
753 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
755 o use prefswindow for folder properties
757 * src/gtk/prefswindow.[ch]
758 change implementation to use an invisible notebook instead
759 of unparenting widgets
761 2003-07-20 [christoph] 0.9.3claws33
767 * src/prefs_filtering.h
768 * src/prefs_folder_item.[ch]
773 (always use 1. typedefs, 2. #includes, 3. structures)
775 * src/common/version.h.in
776 add casts for constants
778 * src/plugins/demo/demo.c
781 * src/plugins/spamassassin/spamassassin.c
782 remove unused variable
784 2003-07-20 [alfons] 0.9.3claws32
787 o make icon buttons respond on left click
788 o minor cosmetic change
790 2003-07-19 [luke] 0.9.3claws31
793 * src/gtk/gtkvscrollbutton.c
795 o improved mimeview behaviour when selecting a new message
796 o plus code cleanups to remove compile warnings
799 2003-07-19 [alfons] 0.9.3claws30
803 * src/common/utils.[ch]
804 subject_get_reply_prefix_length() <- subject_get_prefix_length()
806 2003-07-19 [alfons] 0.9.3claws29
808 * src/prefs_folder_item.c
809 reinit "legacy" tmp_prefs, so we don't free nor use invalid
812 2003-07-19 [luke] 0.9.3claws28
818 * src/stock_pixmap.[ch]
819 * src/gtk/Makefile.am
821 * src/gtk/gtkvscrollbutton.[ch] ** NEW **
822 * src/pixmaps/mime_*.xpm ** NEW **
823 o mimeview rearrangement with a new icon shortcut bar
825 2003-07-19 [alfons] 0.9.3claws27
828 o plug leaking nodes_to_recollapse
829 o add folderview_recollapse_all_nodes() (not used yet)
831 2003-07-19 [alfons] 0.9.3claws26
835 honour #240 "Better SUBJECT handling" by cleaning the prefix
836 for both forwarding as replying
838 2003-07-18 [christoph] 0.9.3claws25
841 * src/common/sylpheed.[ch]
842 * src/common/version.h.in
843 add version in numeric form to allow easy comparison
845 * src/plugins/demo/demo.c
847 - sylpheed version > plugin version => never allowed, sylpheed
848 could contain unknown API changes
849 - sylpheed version < minimum version required => don't load,
850 API required not available (if linking does not fail)
852 2003-07-18 [alfons] 0.9.3claws24
854 * src/common/plugin.[ch]
857 2003-07-18 [christoph] 0.9.3claws23
860 fix crash when hooks where unregisted
862 * src/plugins/trayicon/trayicon.c
863 unregister detroy signal before destroying the widget
864 (still crashes when the plugin is unloaded)
866 2003-07-18 [alfons] 0.9.3claws22
869 delay expanding folder tree during drags until timeout triggered
870 (needs perhaps some tweaking, so testing is welcome)
872 2003-07-17 [alfons] 0.9.3claws21
877 2003-07-17 [christoph] 0.9.3claws20
879 * src/common/session.c
880 fix opening of SSL connections
882 * src/plugins/image_viewer/Makefile.am
883 add OPENSSL_CFLAGS (we should find a better solution to remove
884 this dependencies if they are not required)
886 * src/plugins/spamassassin/spamassassin.c
887 remove setlocale workaround (fixed in libspamc)
889 (closes Bug Bug 184 Entering non-ascii character deletes previous char
890 if spell checking enabled)
892 2003-07-17 [alfons] 0.9.3claws19
894 * src/common/hooks.[ch]
895 * src/plugins/clamav/clamav_plugin.c
896 * src/plugins/spamassassin/spamassassin.c
897 * src/plugins/trayicon/trayicon.c
900 2003-07-17 [alfons] 0.9.3claws18
905 2003-07-17 [alfons] 0.9.3claws17
910 2003-07-17 [paul] 0.9.3claws16
915 add link to the Claws site's FAQ page, after the suggestion
916 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
917 Move url strings to defs.h
920 fix typo to prevent "unknown menu entry" warnings
922 2003-07-17 [alfons] 0.9.3claws15
924 * src/folderview.[ch]
925 * src/summaryview.[ch]
929 2003-07-17 [paul] 0.9.3claws14
932 remove two instances of 'GTK_EVENTS_FLUSH' because
933 they are unnecessary and probably cause a stack overflow
935 2003-07-16 [christoph] 0.9.3claws13
938 use an invisible GTK notebook to switch between viewers
939 instead of reparenting widgets
941 2003-07-16 [christoph] 0.9.3claws12
944 move folder_item_update_freeze() to correct place in
945 folder_item_scan_full()
947 2003-07-16 [paul] 0.9.3claws11
949 * sync with 0.9.3cvs12
950 see ChangeLog 2003-07-14 and 2003-07-15
952 2003-07-16 [christoph] 0.9.3claws10
955 * src/prefs_account.[ch]
956 sync IMAP CRAM-MD5 authentication with sylpheed-main
958 2003-07-15 [alfons] 0.9.3claws9
961 make --config-dir do something useful
963 2003-07-15 [alfons] 0.9.3claws8
966 o fix a bug where 'last' didn't really point to the last message
967 in the top level list of children, but to the last threaded
970 o clean up and make it easier to sync
972 2003-07-15 [alfons] 0.9.3claws7
975 make correct menu items sensitive
977 2003-07-14 [alfons] 0.9.3claws6
980 tune the threader so it will not subject-thread any message
981 without a subject prefix (this will not thread correctly if
982 a parent is delivered after their childs, but it looks
985 2003-07-13 [christoph] 0.9.3claws5
988 group "Add mailbox *..." menu items in submenu
990 2003-07-13 [alfons] 0.9.3claws4
993 correct summary_toggle_pressed() signature and make sure
994 signal is not passed on
996 2003-07-13 [alfons] 0.9.3claws3
999 o for now don't pass on keys when they we're handled by
1000 ctree::key_press_event
1003 2003-07-13 [alfons] 0.9.3claws2
1006 add command line option "--config-dir" to get the current
1009 2003-07-12 [alfons] 0.9.3claws1
1012 * src/matcher_parser_parse.y
1013 * src/prefs_filtering.c
1015 add "Lock" filter action to lock messages;
1018 remove debug_print()
1019 * src/prefs_filtering.c
1020 re-organize matcher part 9:
1021 make action text entries easily extendible;
1022 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1023 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1028 update old information and add missing
1031 2003-07-12 [paul] 0.9.3claws
1033 * 0.9.3claws released
1035 2003-07-12 [paul] 0.9.0claws103
1040 2003-07-12 [melvin] 0.9.0claws102
1043 Fixed bug #215: Show MIME tab for single text/html messages.
1045 2003-07-12 [paul] 0.9.0claws101
1050 2003-07-12 [paul] 0.9.0claws100
1056 update Spanish, Croatian, Polish, Serbian translations.
1057 submitted by Ricardo Mones Lastra, Dragan, Witold
1058 Wladyslaw Wojciech Wilk, Urke MMI
1060 2003-07-12 [melvin] 0.9.0claws99
1063 Updated French translations.
1065 2003-07-12 [paul] 0.9.0claws98
1068 disable 'Lookup' button as it has no effect
1070 2003-07-11 [alfons] 0.9.0claws97
1073 summary_searchbar_pressed() should return TRUE to signal that
1074 event was handled. when returning void, the return value passed
1075 to GTK is actually random, but maybe FALSE, in which case the
1076 event is handled by parent
1078 2003-07-10 [paul] 0.9.0claws96
1080 * ac/missing/gettext.m4
1081 update to version 0.12
1083 2003-07-10 [paul] 0.9.0claws95
1085 * src/plugins/clamav/clamav_plugin.c
1086 fix bug where multipart/alternative messages
1087 would slip through without being scanned
1089 2003-07-10 [christoph] 0.9.0claws94
1092 correct check if folder supports removing when a message is
1093 moved. if not the message is only copied.
1095 (closes Bug 132 crash on startup in newsgroups folders)
1097 2003-07-09 [alfons] 0.9.0claws93
1101 --with-config-dir (default .sylpheed)
1103 2003-07-09 [christoph] 0.9.0claws92
1106 use PKG_CHECK_MODULES to check for gtkmathview
1107 (version 0.4.2 now required)
1109 2003-07-08 [melvin] 0.9.0claws91
1112 Implemented a progress bar that counts the number of completed
1113 tasks when the action runs more than one command.
1115 2003-07-08 [alfons] 0.9.0claws90
1118 if queued message has an invalid Message-Id, don't try to
1119 find message it refers to (fixes #209 "crash when processing
1122 2003-07-08 [paul] 0.9.0claws89
1124 * sync with 0.9.3cvs2
1125 see ChangeLog 2003-07-08
1127 2003-07-08 [match] 0.9.0claws88
1130 extend LDAP search for first/last name by parsing search term.
1132 2003-07-08 [alfons] 0.9.0claws87
1134 * src/send_message.c
1135 fix bug #208 "Status message stuck when sending on POP3 account"
1137 2003-07-07 [paul] 0.9.0claws86
1140 new Croatian translation, submitted by
1141 Dragan <drleskov@inet.hr>
1143 2003-07-07 [paul] 0.9.0claws85
1145 * sync with 0.9.3cvs1
1146 see ChangeLog 2003-07-07
1148 2003-07-05 [christoph] 0.9.0claws84
1153 * src/stock_pixmap.[ch]
1154 * src/pixmaps/messageview_text.xpm ** NEW **
1155 move mimeview tabs to the right side and use icons
1156 instead of text to save some space
1158 (patch by Luke Plant <lukeplant@softhome.net>)
1160 2003-07-05 [christoph] 0.9.0claws83
1163 add NULL pointer checks
1165 (patch by Luke Plant <lukeplant@softhome.net>)
1166 (closes Bug 204 0.9.0 quits on authentication error?!)
1168 2003-07-05 [alfons] 0.9.0claws82
1171 take the clue in bug #202 "./configure script -
1172 'if test' comparison failure" reported by John Kristoff.
1174 2003-07-04 [christoph] 0.9.0claws81
1176 * src/plugins/spamassassin/spamassassin.c
1177 set timeout for spam check
1179 2003-07-04 [christoph] 0.9.0claws80
1182 destroy all FolderItems when shutting down to
1183 allow folders to clean up
1185 2003-07-04 [melvin] 0.9.0claws79
1187 * src/gtk/gtkaspell.c
1188 Fixed bug #184 "Entering non-ascii character deletes
1189 previous char if spell checking enabled": this makes
1190 the spell checking in multibytes (e.g. UTF-8)locales work.
1191 (Patch by Luke Plant).
1193 2003-07-04 [christoph] 0.9.0claws78
1195 * sync with 0.9.2cvs1
1196 see ChangeLog 2003-06-10
1198 2003-07-04 [paul] 0.9.0claws77
1200 * sync with 0.9.3 release
1201 see ChangeLog 2003-07-04
1203 2003-07-03 [christoph] 0.9.0claws76
1210 move folder_item_get_path() stuff into a folder virtual function
1213 use folder_item_fetch_msg() to get message and do not contruct
1214 the filename from path and number
1216 2003-07-03 [paul] 0.9.0claws75
1218 * sync with 0.9.2cvs12
1219 see ChangeLog 2003-07-03
1221 2003-07-02 [paul] 0.9.0claws74
1224 fix text-selection for replying
1226 2003-07-02 [paul] 0.9.0claws73
1228 * sync with 0.9.2cvs11
1229 see ChangeLog 2003-07-02
1231 2003-07-02 [paul] 0.9.0claws72
1234 revert last commit because it breaks more
1237 2003-07-02 [paul] 0.9.0claws71
1240 fix thread by subject/sort by date
1242 2003-07-01 [paul] 0.9.0claws70
1244 * sync with 0.9.2cvs10
1245 see ChangeLog 2003-07-01
1247 2003-06-30 [paul] 0.9.0claws69
1249 * sync with 0.9.2cvs9
1250 see ChangeLog 2003-06-30
1252 2003-06-28 [match] 0.9.0claws68
1257 2003-06-27 [paul] 0.9.0claws67
1259 * sync with 0.9.2cvs7
1260 see ChangeLog 2003-06-27
1262 2003-06-26 [christoph] 0.9.0claws66
1265 freeze folder updates while a folder is scanned
1267 (closes Bug 185 New message counter)
1269 2003-06-26 [darko] 0.9.0claws65
1272 fix infinite loop when adding a new LDAP server
1274 2003-06-26 [paul] 0.9.0claws64
1276 * sync with 0.9.2cvs6
1277 see ChangeLog 2003-06-26
1279 2003-06-26 [paul] 0.9.0claws63
1281 * sync with 0.9.2cvs5
1282 see ChangeLog 2003-06-25 and 2003-06-26
1284 2003-06-25 [match] 0.9.0claws62
1287 Fixed tab/backtab for dropped-down completion list to
1288 move next/previous field. (close bug 147)
1290 2003-06-25 [christoph] 0.9.0claws61
1292 * src/addr_compl.[ch]
1293 * src/addrindex.[ch]
1301 2003-06-25 [leandro] 0.9.0claws60
1305 o gray out "Message/Remove references" menu item if not
1306 replying to a message
1308 2003-06-24 [leandro] 0.9.0claws59
1311 o removed "Message/Create new thread" menu item
1312 o added "Message/Remove references" menu item
1313 (it's off by default and will not check anymore
1314 if the subject changed)
1316 2003-06-23 [alfons] 0.9.0claws58
1319 try better grouping messages threaded by subject based on their age.
1320 still not perfect - because the message tree is not sorted by date.
1322 2003-06-23 [thorsten] 0.9.0claws57
1325 added mail_receive_hook to allow modifications
1326 directly after retrieval (e.g. adding headers).
1328 2003-06-23 [paul] 0.9.0claws56
1330 * src/sourcewindow.c
1331 enable the use of Ctrl+A to select all text in
1333 Patch submitted by Ivan Francolin Martinez
1334 <ivanfm@users.sourceforge.net>
1336 2003-06-22 [christoph] 0.9.0claws55
1339 o add notification hook for folder tree changes
1340 o invoke hooks after folder tree scanning
1342 * src/folderview.[ch]
1343 register hook for folder tree changes that
1346 (there are more places that should be updated, like add, remove
1349 (closes Bug 164 Crash on rebuild folder tree)
1350 (closes Bug 190 Crash on 'rebuilding folder tree')
1352 2003-06-21 [leandro] 0.9.0claws54
1355 create a new thread if subject changes
1356 (it's on by default, can be disabled in Message menu)
1358 2003-06-21 [alfons] 0.9.0claws53
1361 quiet little compiler
1363 2003-06-21 [christoph] 0.9.0claws52
1365 update gettext stuff to version 0.12
1367 2003-06-19 [alfons] 0.9.0claws51
1370 * src/common/plugin.c
1371 move defs.h before glib.h to prevent MIN/MAX redefs
1378 2003-06-19 [match] 0.9.0claws50
1380 * src/addressbook.[ch]
1381 * src/addrindex.[ch]
1382 * src/addr_compl.[ch]
1384 * src/editldap_basedn.[ch]
1387 re-implemented dynamic LDAP search. works without
1388 slowdown on display sender with addressbook
1393 2003-06-19 [paul] 0.9.0claws49
1396 fix Bug #136 'Nonprovided quotation marks crash claws'
1397 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1399 2003-06-19 [alfons] 0.9.0claws48
1401 * src/prefs_common.[ch]
1403 restrict threading by subject by checking thread for
1404 age (prefs_common.thread_by_subject_max_age)
1406 2003-06-18 [christoph] 0.9.0claws47
1409 fix memory leak in imap_cmd_fetch()
1411 2003-06-18 [christoph] 0.9.0claws46
1414 fix memory leak in prefs_set_default() when used multiple
1415 times or after prefs have been read
1417 2003-06-18 [christoph] 0.9.0claws45
1419 * src/common/plugin.c
1420 fix memory leak in plugin_unload()
1422 2003-06-18 [christoph] 0.9.0claws44
1425 fix memory leak in imap_cmd_ok()
1427 2003-06-18 [christoph] 0.9.0claws43
1430 stop messages that are downloaded from POP3 and added to
1431 an IMAP inbox from being filtered twice (first by POP3
1432 and again when IMAP folder is scaned to get the UID of
1433 the APPEND operation when no UIDPLUS is available)
1442 * tools/launch_phoenix ** REMOVED **
1443 tools/launch_firebird ** NEW **
1444 renamed and edited to reflect the browser's name change from
1445 'phoenix' to 'firebird'
1447 2003-06-18 [paul] 0.9.0claws42
1449 * sync with 0.9.2cvs2
1450 see ChangeLog 2003-06-16
1452 2003-06-17 [alfons] 0.9.0claws41
1455 prevent threading problems when a node is an ancestor (parent / great parent),
1456 which mostly happens with circular references (thanks to Phillipe Gramoullé
1457 for finding an sample set of messages)
1459 2003-06-16 [christoph] 0.9.0claws40
1462 don't popup main window on --receive or --receive-all
1464 * src/mainwindow.[ch]
1465 * src/plugins/trayicon/trayicon.c
1466 allow hiding of main window by clicking on the trayicon
1467 (doesn't work correctly in seperate window mode and may
1468 cause unexpected GTK problems I couldn't find yet)
1471 remove incorrect warning
1473 2003-06-15 [alfons] 0.9.0claws39
1475 * src/gtk/gtkstext.c
1476 don't output debug text;
1477 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1478 for pointing this out);
1480 2003-06-14 [alfons] 0.9.0claws38
1483 remove printf() and make one if..else comply with coding style
1485 2003-06-14 [alfons] 0.9.0claws37
1490 * src/messageview.[ch]
1492 apply patch #754162 "Quoting messages filtered by actions" submitted
1493 by Martin Wicke, which allows quoting message body changed by an
1496 2003-06-13 [alfons] 0.9.0claws36
1499 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1500 use case insensitive regexp (suggested by Ivan Martinez)
1502 2003-06-13 [christoph] 0.9.0claws35
1505 * src/plugins/trayicon/Makefile.am
1506 * src/plugins/trayicon/eggtrayicon.[ch] ** REMOVE **
1507 * src/plugins/trayicon/trayicon.c
1508 * src/plugins/trayicon/libeggtrayicon/.cvsignore ** NEW **
1509 * src/plugins/trayicon/libeggtrayicon/Makefile.am ** NEW **
1510 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch] ** NEW **
1511 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch] ** NEW **
1512 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch] ** NEW **
1513 * src/plugins/trayicon/libeggtrayicon/xembed.h ** NEW **
1514 replace my own EggTrayIcon backport with the backport
1515 used by (l|x)mule and gabber.
1517 2003-06-13 [alfons] 0.9.0claws34
1520 * src/common/utils.c
1521 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1523 2003-06-13 [alfons] 0.9.0claws33
1526 clean up a little bit
1528 2003-06-12 [alfons] 0.9.0claws32
1531 const correctness fix
1533 * src/common/sylpheed.[ch]
1535 prevent redef MIN/MAX
1537 * src/common/utils.[ch]
1540 2003-06-12 [melvin] 0.9.0claws31
1543 Updated to take into accounts changes in GtkAspell.
1545 2003-06-12 [alfons] 0.9.0claws30
1549 * src/common/utils.[ch]
1550 handle reply subject prefixes better (initial
1551 suggestion by Robert Story adapted and enhanced
1554 2003-06-12 [melvin] 0.9.0claws29
1557 Use new gtkaspell_checkers_strerror() to get the speller's
1558 error message instead of accessing the (now private)
1563 Use #ifdef instead of #if for USE_ASPELL
1564 Use the new spell checkers init/quit functions
1566 * src/gtk/gtkaspell.c
1567 Use #ifdef instead of #if for USE_ASPELL
1568 Moved in the majority of GtkAspell structures that were
1569 exported before by gtkaspell.h
1571 * src/gtk/gktaspell.h
1572 Made gtkaspell.h contain only the necessary data to be
1573 publicized by moving many structures to gtkaspell.c.
1574 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1575 gtkaspell_checkers_new(): replaced by...
1576 gtkaspell_checkers_init(): new function for initialization
1577 gtkaspell_checkers_delete(): replaced by...
1578 gtkaspell_checkers_quit(): new function
1579 gtkaspell_checkers_strerror(): new function that returns
1580 the checker's last error message.
1582 2003-06-11 [melvin] 0.9.0claws28
1585 Updated to take into account gtkaspell.c migration to
1586 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1588 2003-06-10 [alfons] 0.9.0claws27
1590 * src/filtering.[ch]
1594 - try fixing bug #18 (any brave testers?)
1595 - add more robustness by refusing previously
1596 unchecked NULL pointers
1598 2003-06-10 [alfons] 0.9.0claws26
1601 fix bug #176 by don't checking MsgInfos with a NULL msgid
1603 2003-06-09 [alfons] 0.9.0claws25
1605 * src/prefs_common.c
1606 fix bug #163 "Icon switching doesnt work properly" by
1607 preventing early freeing of prefs_common.pixmap_theme_path.
1609 2003-06-09 [christoph] 0.9.0claws24
1611 * src/gtk/gtkaspell.c
1612 revert Thorsten's fix and add forgotten g_strdup for
1613 aspell path (it should not be possible to alter the path a
1614 GtkASpell uses from outside)
1616 2003-06-09 [thorsten] 0.9.0claws23
1618 * src/gtk/gtkaspell.c
1619 dont free prefs_common.aspell_path when closing compose
1621 2003-06-08 [colin] 0.9.0claws22
1623 * src/plugins/spamassassin/spamassassin.c
1626 2003-06-07 [christoph] 0.9.0claws21
1630 * src/gtkaspell.[ch] ** REMOVE **
1631 * src/gtk/Makefile.am
1632 * src/gtk/gtkaspell.[ch] ** NEW **
1633 o make gtkaspell independent from sylpheed's prefs
1634 o move gtkaspell.[ch] to gtk directory
1636 2003-06-07 [christoph] 0.9.0claws20
1641 * src/filesel.[ch] ** REMOVE **
1644 * src/common/sylpheed.[ch]
1645 * src/gtk/Makefile.am
1646 * src/gtk/filesel.[ch] ** NEW **
1647 * src/gtk/pluginwindow.c
1648 * src/gtk/sslcertwindow.c
1649 move filesel.[ch] to gtk directory
1651 2003-06-07 [alfons] 0.9.0claws19
1654 make (multi) file selection dialog work again (Claws-only)
1656 2003-06-07 [thorsten] 0.9.0claws18
1661 2003-06-07 [alfons] 0.9.0claws17
1665 detect apache mishap in which case don't include fnmatch.h
1666 if regex.h is already included
1668 2003-06-06 [christoph] 0.9.0claws16
1672 add check for fnmatch.h and include it when available
1675 fix wrong case sensitivity of Content-Types
1677 * src/gtk/Makefile.am
1678 need the same include paths in gtk directory as in
1679 common directory because .h files in common can
1680 include files from these directories, when included
1681 in gtk's .h or .c files
1683 2003-06-06 [alfons] 0.9.0claws15
1687 make it compile again because of regex.h / fnmatch.h
1688 include problems (related to recent mime stuff, can
1689 someone check this?)
1691 2003-06-06 [thorsten] 0.9.0claws14
1694 possible use of uninitialized pointer while dragging
1696 2003-06-06 [paul] 0.9.0claws13
1699 fix bug where the insert sig button would be effective
1700 only when auto_sig was set
1702 2003-06-06 [paul] 0.9.0claws12
1704 * sync with 0.9.2 release
1706 2003-06-02 [paul] 0.9.0claws11
1708 * sync with 0.9.1cvs1
1709 see ChangeLog 2003-06-02
1714 2003-06-01 [christoph] 0.9.0claws10
1717 don't use substring search to find accounts by email address
1719 (closes Bug 169 Overly loose matching of "From" address)
1721 2003-05-31 [christoph] 0.9.0claws9
1723 * doc-src/rfc2683.txt
1725 limit IMAP command length as recommended in RFC2683
1726 (message number lists will be split into multiple imap
1727 sets, the limit of 1000 octets is not a hard limit)
1729 (closes Bug 161 sylpheed-claws exits with segfault when logging
1730 in to certain imap-servers)
1732 2003-05-29 [alfons] 0.9.0claws8
1735 add print button (calling summary_print());
1736 fine tune setting tooltip text;
1737 (if someone needs other buttons, please take these
1738 commits as a guide, instead of bothering us - also
1741 2003-05-29 [darko] 0.9.0claws7
1744 fix crash when word wrapping kicks in due to
1745 changed text by spell checker
1747 2003-05-29 [paul] 0.9.0claws6
1750 fix bug where changing account would insert
1751 sig even if auto_sig was FALSE
1756 sync with 0.9.1 release
1758 2003-05-28 [christoph] 0.9.0claws5
1761 fix truncation of too long commands
1763 (closes Bug 167 IMAP hangs trying to get envelope
1764 information in imap_get_uncached_messages)
1766 2003-05-27 [paul] 0.9.0claws4
1769 tools/maildir2sylpheed.pl ** NEW FILE **
1770 add kmail to sylpheed mailbox conversion script
1772 2003-05-27 [paul] 0.9.0claws3
1774 * sync with 0.9.0cvs10
1775 see ChangeLog 2003-05-26
1777 2003-05-26 [paul] 0.9.0claws2
1779 * sync with 0.9.0cvs9
1780 see ChangeLog 2003-05-26
1782 2003-05-24 [paul] 0.9.0claws1
1784 * sync with 0.9.0cvs8
1785 see ChangeLog 2003-05-23
1787 2003-05-24 [paul] 0.9.0claws
1789 * version 0.9.0claws released
1791 2003-05-24 [paul] 0.8.11claws177
1793 * src/plugins/dillo-viewer/Makefile.am
1794 src/plugins/traycon/Makefile.am
1804 update Bulgarian, British English, Spanish, Italian,
1805 Brazilian Portuguese, Russian, and Serbian translations,
1806 submitted by George Danchev, [me], Ricardo Mones Lastra,
1807 André Filipe de Assunção e Brito, Alessandro Maestri,
1808 Ruslan N. Balkin, and Urke MMI
1810 2003-05-23 [melvin] 0.8.11claws176
1813 Updated French translations
1815 2003-05-22 [paul] 0.8.11claws175
1826 src/editldap_basedn.c
1830 revert to get ldap into it previous working state
1833 new Taiwanese translation,
1834 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1836 2003-05-22 [christoph] 0.8.11claws174
1838 * src/plugins/spamassassin/libspamc.[ch]
1839 sync libspamc with SpamAssaain release 2.55
1841 2003-05-22 [paul] 0.8.11claws173
1843 * sync with 0.9.0cvs7
1844 see ChangeLog 2003-05-22
1847 revert change in 0.8.11claws172: follow
1848 Hiroyuki's decision and that's the end of it.
1850 2003-05-21 [paul] 0.8.11claws172
1853 fix discrepency between open_unread_on_enter
1856 2003-05-21 [paul] 0.8.11claws171
1858 * sync with 0.9.0cvs6
1859 see ChangeLog 2003-05-21
1861 2003-05-21 [paul] 0.8.11claws170
1863 * sync with 0.9.0cvs5
1864 see ChangeLog 2003-05-21
1866 2003-05-20 [paul] 0.8.11claws169
1868 * sync with 0.9.0cvs4
1869 see ChangeLog 2003-05-20
1870 fixes bug #152, 'encoding of IMAP folders names'
1872 2003-05-20 [paul] 0.8.11claws168
1874 * sync with 0.9.0cvs3
1875 see ChangeLog 2003-05-20
1877 * src/tools/convert_mbox.pl
1878 minor change in the comments, submitted by Fred Marton
1880 2003-05-19 [paul] 0.8.11claws167
1882 * src/plugins/clamav/Makefile.am
1884 link clamav_lib to the plugin and not to the main program
1886 2003-05-19 [christoph]
1889 add -export-dynamic for linking
1891 2003-05-19 [paul] 0.8.11claws166
1893 * sync with 0.9.0cvs1
1894 see ChangeLog 2003-05-19
1896 2003-05-19 [paul] 0.8.11claws165
1899 fix 'pop before smtp' timeout
1901 2003-05-18 [alfons] 0.8.11claws164
1903 * src/prefs_matcher.c
1904 put "execute" action command line ("expression") in edit box
1906 2003-05-18 [christoph] 0.8.11claws163
1909 * src/plugins/dillo_viewer/dillo_viewer.c
1910 * src/plugins/image_viewer/viewer.c
1911 * src/plugins/mathml_viewer/mathml_viewer.c
1912 let a viewer have a list of Content-Types
1914 2003-05-18 [paul] 0.8.11claws162
1916 * src/prefs_filtering.c
1917 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1918 and REDIRECT actions
1920 2003-05-17 [christoph]
1923 o remove dynamic signatures that was syned with main
1924 o add infos about no longer "build in" image viewer
1925 o update bugtracker URL
1927 2003-05-17 [christoph] 0.8.11claws161
1932 don't use imap_scan_folder anymore. Instead call folder_item_scan
1933 for every folder after rebuilding the folder tree.
1935 (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1938 2003-05-17 [christoph] 0.8.11claws160
1941 don't use STATUS command on current folder to check for
1942 content changes. imap_cmd_ok() now tracks changes to
1943 folder and number of existing messages.
1945 2003-05-17 [paul] 0.8.11claws159
1947 * src/plugins/clamav/clamav_plugin.c
1948 remove unnecessary debug_print
1950 2003-05-16 [thorsten] 0.8.11claws158
1952 * src/plugins/demo.c
1953 included missing intl.h
1955 2003-05-16 [paul] 0.8.11claws157
1958 remove non-existant entries
1960 * src/plugins/clamav/clamav_plugin.c
1961 src/plugins/clamav/clamav_plugin_gtk.c
1962 src/plugins/dillo_viewer/dillo_prefs.c
1963 src/plugins/dillo_viewer/dillo_viewer.c
1966 2003-05-16 [christoph] 0.8.11claws156
1969 include plugin .c files for translation until I
1970 find a better solution to have plugins have their
1972 * src/plugins/demo/demo.c
1973 * src/plugins/image_viewer/plugin.c
1974 * src/plugins/mathml_viewer/mathml_viewer.c
1975 * src/plugins/spamassassin/spamassassin.c
1976 * src/plugins/spamassassin/spamassassin_gtk.c
1977 * src/plugins/trayicon/trayicon.c
1978 add gettext macros for plugin name and description
1984 2003-05-16 [paul] 0.8.11claws155
1986 * sync with lastest 0.9.0pre1
1987 see ChangeLog 2003-05-16
1989 2003-05-15 [paul] 0.8.11claws154
1991 * sync with latest 0.9.0pre1
1992 see ChangeLog 2003-05-14 and 2003-05-15
1994 2003-05-14 [christoph] 0.8.11claws153
1996 * src/plugins/image_viewer/viewer.c
1997 * src/plugins/image_viewer/viewer.glade ** NEW **
1998 * src/plugins/image_viewer/viewerprefs.c
1999 make it possible to disable the autoload function in the
2002 2003-05-14 [christoph] 0.8.11claws152
2005 fix folder update after adding a message
2007 2003-05-13 [alfons] 0.8.11claws151
2009 * src/common/session.c
2012 * src/addrcache.[ch]
2013 * src/filtering.[ch]
2015 * src/gtkaspell.[ch]
2017 * src/mbox_folder.[ch]
2022 * src/passphrase.[ch]
2023 * src/prefs_common.[ch]
2024 * src/prefs_gtk.[ch]
2027 be pedantic; (in prototypes () implies (int))
2029 2003-05-13 [alfons] 0.8.11claws150
2031 * src/prefs_toolbar.[ch]
2032 * src/summaryview.[ch]
2034 change misleading text in toolbar prefs;
2035 add toolbar action for ignore thread (toggles ignore thread flag);
2036 clean up a little bit;
2040 * tools/convert_mbox.pl
2041 bug fixed by Fred Marton
2045 * sync with 0.9.0pre1
2047 2003-05-09 [paul] 0.8.11claws149
2049 * sync with 0.8.11cvs43
2050 see ChangeLog 2003-05-09
2052 2003-05-08 [christoph] 0.8.11claws148
2055 o use CAPABILIY as first command and check for PREAUTH
2056 information in the response to it
2057 o rewrite all imap_cmd_* functions to use an IMAPSession
2058 instead of a SockInfo as parameter
2059 o do STARTTLS after fetching and checking the server
2062 2003-05-08 [paul] 0.8.11claws147
2066 tools/convert_mbox.pl ** NEW FILE **
2067 add mbox conversion script. Submitted by
2068 Fred Marton <Fred.Marton@uni-bayreuth.de>
2070 2003-05-07 [christoph]
2073 * src/gtk/pluginwindow.glade
2074 * src/plugins/image_viewer/viewerprefs.glade
2075 * src/plugins/spamassassin/spamassassin_gtk.glade
2076 add glade files for user interfaces and a description how
2077 to use glade to create the sylpheed code
2079 2003-05-07 [paul] 0.8.11claws146
2081 * sync with 0.8.11cvs41
2082 see ChangeLog 2003-05-07
2084 2003-05-06 [christoph] 0.8.11claws145
2087 * src/plugins/image_viewer/viewer.c
2088 fix usage of imlib in imageviewer plugin
2090 * src/gtk/prefswindow.c
2091 handle window close event correctly
2093 2003-05-06 [paul] 0.8.11claws144
2096 fix typo introduced in sync
2098 2003-05-06 [paul] 0.8.11claws143
2100 * sync with 0.8.11cvs39
2101 see ChangeLog 2003-05-06
2103 2003-05-06 [paul] 0.8.11claws142
2107 updated Czech translation, submitted by
2108 Radek Vybiral <Radek.Vybiral@vsb.cz>
2110 * src/plugins/clamav/clamav_plugin_gtk.c
2113 2003-05-03 [alfons] 0.8.11claws141
2116 make paste as quotation work even when the call to
2117 text_inserted() was deferred (fixes bug #140 "Paste
2118 as quotation does not work when using "external"
2121 2003-05-03 [thorsten] 0.8.11claws140
2126 removed C++ comments
2128 function with non-int retval/param used before
2129 implementation/declaration
2131 2003-05-02 [paul] 0.8.11claws139
2133 * src/addr_compl.[ch]
2134 src/addressbook.[ch]
2137 revert match's changes to (finally) remove the bug where
2138 opening a folder causes massive slowdown when using the
2139 'Display sender using address book' option
2141 2003-05-01 [melvin] 0.8.11claws138
2143 * src/plugins/dillo_viewer/dillo_prefs.[ch]
2144 * src/plugins/dillo_viewer/dillo_viewer.c
2145 Fixed bug where "Cancel" button from prefs issued
2147 Comply a little more to coding style
2149 2003-05-01 [paul] 0.8.11claws137
2151 * sync with 0.8.11cvs38
2152 see ChangeLog 2003-05-01
2154 2003-05-01 [paul] 0.8.11claws136
2157 updated by George Danchev
2159 2003-04-30 [christoph] 0.8.11claws135
2161 * src/plugins/dillo_viewer/dillo_prefs.c
2162 * src/plugins/image_viewer/viewerprefs.c
2163 * src/plugins/spamassassin/spamassassin_gtk.c
2164 remove gtk_widget_ref() calls for widgets in
2167 2003-04-30 [paul] 0.8.11claws134
2170 ok, this time a better fix for the bug where opening folder
2171 has massive slowdown when using the 'Display sender using
2172 address book' option
2174 2003-04-30 [paul] 0.8.11claws133
2177 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2179 2003-04-30 [melvin] 0.8.11claws132
2181 New: Dillo plugin preferences (patch by Dimitar Haralanov)
2183 * src/plugins/dillo_viewer/dillo_prefs.[ch] *** NEW ***
2184 Preferences for the dillo plugin
2185 * src/plugins/dillo_viewer/dillo_viewer.c
2186 Support for preferences
2187 * src/plugins/dillo_viewer/Makefile.am
2188 Added dillo_prefs.[ch]
2190 2003-04-30 [alfons] 0.8.11claws131
2192 * src/common/plugin.[ch]
2193 see? this ANSI C'fication immediately gives us type
2196 2003-04-30 [alfons] 0.8.11claws130
2198 * src/common/plugin.[ch]
2199 * src/plugins/clamav/clamav_plugin.[ch]
2200 * src/plugins/clamav/clamav_plugin_gtk.c
2201 * src/plugins/demo/demo.c
2202 * src/plugins/dillo_viewer/dillo_viewer.c
2203 * src/plugins/image_viewer/plugin.c
2204 * src/plugins/image_viewer/viewer.[ch]
2205 * src/plugins/image_viewer/viewerprefs.[ch]
2206 * src/plugins/mathml_viewer/mathml_viewer.c
2207 * src/plugins/spamassassin/spamassassin.[ch]
2208 * src/plugins/spamassassin/spamassassin_gtk.c
2209 * src/plugins/trayicon/trayicon.c
2212 2003-04-30 [alfons] 0.8.11claws129
2214 * src/common/utils.c
2215 make is_ascii_str() fail gracefully when NULL pointer
2218 2003-04-30 [paul] 0.8.11claws128
2221 fix bug where opening folder has massive slowdown when
2222 using the 'Display sender using address book' option
2224 2003-04-30 [paul] 0.8.11claws127
2226 * src/plugins/clamav/clamav_plugin.c
2227 src/plugins/clamav/clamav_plugin_gtk.c
2228 src/plugins/demo/demo.c
2229 src/plugins/dillo_viewer/dillo_viewer.c
2230 src/plugins/image_viewer/plugin.c
2231 src/plugins/mathml_viewer/mathml_viewer.c
2232 src/plugins/spamassassin/spamassassin.c
2233 src/plugins/spamassassin/spamassassin_gtk.c
2234 src/plugins/trayicon/trayicon.c
2235 get rid of eye-hurting function signatures
2237 2003-04-30 [paul] 0.8.11claws126
2239 * src/plugins/trayicon/trayicon.c
2245 2003-04-30 [paul] 0.8.11claws125
2248 arrange the plugins in reverse alphabetical order
2250 * src/plugins/clamav/clamav_plugin.[ch]
2251 src/plugins/clamav/clamav_plugin_gtk.c
2253 resize max_size window
2254 re-arrange the order of some gui elements
2255 improve descriptions
2257 * src/plugins/image_viewer/plugin.c
2258 src/plugins/mathml_viewer/mathml_viewer.c
2261 * src/plugins/spamassassin/spamassassin_gtk.c
2262 resize max_size window
2263 re-arrange the order of some gui elements
2269 2003-04-30 [alfons] 0.8.11claws124
2272 fix a leak found while browsing Martin Kluge's
2273 valgrind log (Claws only)
2275 2003-04-29 [darko] 0.8.11claws123
2277 * src/gtk/gtkstext.h
2278 include wchar.h if it is available, fixes compilation
2281 2003-04-29 [melvin] 0.8.11claws122
2283 * src/prefs_actions.c
2284 Improved help text of Actions' syntax
2286 2003-04-28 [paul] 0.8.11claws121
2289 a better fix for the crash when performing an action
2292 2003-04-28 [paul] 0.8.11claws120
2295 fix crash when performing an action on a
2298 2003-04-28 [paul] 0.8.11claws119
2300 * sync with 0.8.11cvs36
2301 see ChangeLog 2003-04-28
2303 2003-04-27 [paul] 0.8.11claws118
2305 * more sync with 0.8.11cvs35
2306 see ChangeLog 2003-04-25
2308 2003-04-26 [christoph] 0.8.11claws117
2311 fix remove virtual check
2313 2003-04-26 [paul] 0.8.11claws116
2316 fix return-receipt, make it work again
2318 2003-04-26 [paul] 0.8.11claws115
2321 restore double-clicking of the [application/pgp-signature
2322 (Select "Check signature" to check)] line in the message view,
2323 broken in recent sync
2325 2003-04-26 [christoph] 0.8.11claws114
2328 check if remove virtual really exists before
2329 calling the function
2331 2003-04-25 [match] 0.8.11claws113
2335 * src/ldapquery.[ch]
2338 * src/ldapserver.[ch]
2339 fix memleak. fix segfault.
2340 plug a Claws memleak
2342 2003-04-25 [alfons] 0.8.11claws112
2345 plug a Claws memleak
2347 2003-04-25 [alfons] 0.8.11claws111
2349 * src/common/session.c
2352 2003-04-25 [paul] 0.8.11claws110
2354 * sync with 0.8.11cvs35
2355 see ChangeLog 2003-04-24 and 2003-04-25
2357 * src/gtk/pluginwindow.c
2358 correct another strange float value
2360 2003-04-24 [christoph] 0.8.11claws109
2363 freeze folder item updates when unsetting new flags
2365 * src/gtk/pluginwindow.c
2366 correct strange float value
2368 2003-04-23 [paul] 0.8.11claws108
2370 * sync with 0.8.11cvs33
2371 see ChangeLog 2003-04-23
2373 2003-04-22 [paul] 0.8.11claws107
2378 src/pgptext.[ch] ** REMOVED **
2379 remove pgptext.[ch] as its not used any more
2381 2003-04-22 [paul] 0.8.11claws106
2383 * sync with 0.8.11cvs31
2384 see ChangeLog 2003-04-21 and 2003-04-22
2386 2003-04-21 [alfons] 0.8.11claws105
2389 No access to GTK structures if we're a spawned child
2390 (and clean up code a little bit...) Should fix #126.
2392 2003-04-21 [melvin] 0.8.11claws104
2394 * src/plugins/dillo_viewer/README
2395 Improved slightly the text.
2397 2003-04-21 [melvin] 0.8.11claws103
2399 * src/plugins/dillo_viewer/README *** NEW ***
2400 Added a README file for the Dillo plugin
2405 tools/outlook2sylpheed.pl
2406 updated and improved by Ricardo Mones Lastra
2408 2003-04-18 [oliver] 0.8.11claws102
2411 * src/prefs_account.h
2412 remove Pop3SessionType (used by selective download)
2413 * src/prefs_toolbar.c
2414 enable set Default Toolbar button
2416 2003-04-18 [paul] 0.8.11claws101
2418 * sync with 0.8.11cvs29
2419 see ChangeLog 2003-04-18
2421 2003-04-17 [paul] 0.8.11claws100
2423 * src/prefs_common.[ch]
2425 remove 'Open next message on deletion' option,
2426 as the same effect can now be achieved via the
2427 'Always open messages in summary when selected'
2430 2003-04-17 [paul] 0.8.11claws99
2432 * sync with 0.8.11cvs28
2433 see ChangeLog 2003-04-17
2435 2003-04-17 [christoph] 0.8.11claws98
2437 * ac/spamassassin.m4
2438 * src/plugins/spamassassin/libspamc.[ch]
2439 * src/plugins/spamassassin/utils.[ch]
2440 sync libspamc with SpamAssassin project
2442 2003-04-17 [christoph] 0.8.11claws97
2444 * src/common/socket.h
2445 * src/gtk/sslcertwindow.h
2446 rename old USE_SSL to USE_OPENSSL
2448 2003-04-17 [paul] 0.8.11claws96
2450 * src/prefs_common.h
2451 use gulong for P_COLOR so that it compiles/runs on
2452 64-bit systems. Patch submitted by James Noyes
2453 <jnoyes-claws@retrogeeks.com>
2458 2003-04-17 [paul] 0.8.11claws95
2460 * sync with 0.8.11cvs27
2461 see ChangeLog 2003-04-16
2463 2003-04-15 [paul] 0.8.11claws94
2465 * src/prefs_common.[ch]
2466 rearrange to stop the window getting too long:
2467 move Receive dialog stuff to Receive tab
2468 move Send dialog to Send tab
2469 remove Dialogs frame
2470 rename 'Open messages in summary with cursor keys' to
2471 'Always open messages in summary when selected', as its
2474 2003-04-15 [paul] 0.8.11claws93
2476 * src/prefs_common.[ch]
2478 add new option '/Interface/Open next message on deletion'
2480 2003-04-15 [paul] 0.8.11claws92
2482 * src/summaryview.[ch]
2483 add /Mark/Lock and /Mark/Unlock to the pop-up
2484 menu. Patch submitted by Ivan Francolin Martinez
2485 <ivanfm@users.sourceforge.net>
2487 2003-04-15 [paul] 0.8.11claws91
2489 * sync with 0.8.11cvs24
2490 see ChangeLog 2003-04-15
2492 2003-04-14 [jens] 0.8.11claws90
2494 * updated German translation and some corrections from
2495 Roland Bless <bless@tm.uka.de>
2497 2003-04-14 [paul] 0.8.11claws89
2499 * sync with 0.8.11cvs22
2500 see ChangeLog 2003-04-14
2502 2003-04-13 [paul] 0.8.11claws88
2504 * src/plugins/clamav/clamav_plugin.c
2508 2003-04-12 [paul] 0.8.11claws87
2510 * src/plugins/clamav/clamav_plugin.c
2511 activate enable/disable archive scanning option
2513 * src/plugins/clamav/.cvsignore ** NEW FILE **
2515 2003-04-12 [paul] 0.8.11claws86
2517 * src/plugins/Makefile.am
2518 src/plugins/clamav/Makefile.am ** NEW FILE **
2519 src/plugins/clamav/README ** NEW FILE **
2520 src/plugins/clamav/clamav_plugin.[ch] ** NEW FILES **
2521 src/plugins/clamav/clamav_plugin_gtk.c ** NEW FILE **
2522 add Clam AntiVirus plugin
2524 2003-04-12 [paul] 0.8.11claws85
2526 * sync with 0.8.11cvs21
2527 see ChangeLog 2003-04-11
2529 2003-04-11 [paul] 0.8.11claws84
2532 update Spanish translation. Submitted by Ricardo
2535 2003-04-10 [christoph] 0.8.11claws83
2538 fix typo that did not move unfiltered mails to destination
2541 (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2542 when filtering from spool)
2544 2003-04-10 [christoph] 0.8.11claws82
2547 use BODY.PEEK instead of BODY in in message fetch operation
2548 to make sure the IMAP server does not set the \Seen flag for
2549 messages. Sylpheed does that later itself, when the message
2550 is opened in sylpheed
2552 (closes Bug 111 Claws destroys unread marks)
2554 2003-04-09 [oliver] 0.8.11claws81
2557 fix crash in folder_destroy
2559 remove selective download
2561 2003-04-09 [christoph] 0.8.11claws80
2564 fix crash in imap_get_msginfo() when then fetched message
2567 (closes Bug 110 Crash during mail composition)
2569 2003-04-08 [christoph] 0.8.11claws79
2572 * src/prefs_account.c
2573 Filter new messages that are found in an INBOX folder
2574 when 'Filter messages on receiving' is enabled in the
2575 Folder's AccountPrefs. This allows to use Sylpheed's
2576 filtering engine for IMAP folders where messages are
2577 added to the INBOX by a MTA
2579 2003-04-08 [paul] 0.8.11claws78
2582 clean up after last commit
2584 2003-04-08 [paul] 0.8.11claws77
2586 * sync with 0.8.11cvs20
2587 see ChangeLog 2003-04-07 and 2003-04-08
2589 2003-04-07 [christoph] 0.8.11claws76
2591 * src/filtering.[ch]
2595 add procmsg_msginfo_filter() to execute filtering actions
2597 2003-04-06 [christoph] 0.8.11claws75
2600 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2602 2003-04-06 [christoph] 0.8.11claws74
2604 * src/common/utils.[ch]
2605 add g_int_compare() function for slist sorting
2608 fetch all MsgInfos with one command in imap_get_msginfos()
2609 using an imap set with a list of ranges
2612 use new g_int_compare() function
2614 2003-04-06 [thorsten] 0.8.11claws73
2617 corrected implementation of mh_folder_destroy()
2619 2003-04-05 [christoph] 0.8.11claws72
2636 * src/gtk/gtkutils.c
2637 o rename structure field names class and new to klass and
2638 new_msgs, to allow including files in C++
2639 o add 'extern "C"' block to some header files
2640 o add MsgInfoList and MsgNumberList as alias for GSList for
2641 developers to know what type of list is expected
2643 * src/plugins/image_viewer/plugin.c
2644 * src/plugins/image_viewer/viewer.[ch]
2645 * src/plugins/image_viewer/viewerprefs.[ch]
2646 rename function names to prevent conflicts
2648 2003-04-05 [paul] 0.8.11claws71
2650 * sync with 0.8.11cvs18
2651 see ChangeLog 2003-04-03 and 2003-04-04
2653 2003-04-02 [christoph] 0.8.11claws70
2657 * src/mbox_folder.[ch]
2660 o Make all virtual folder functions private
2661 o remove unused folder code
2663 * src/common/socket.[ch]
2667 2003-03-30 [alfons] 0.8.11claws69
2669 * src/send_message.c
2670 remove two debug traces and see if people still report
2673 2003-03-30 [alfons] 0.8.11claws68
2675 * src/send_message.c
2676 * src/commons/session.c
2677 add more debug traces
2679 2003-03-30 [christoph] 0.8.11claws67
2682 change processing folder name from .processing to processing
2685 disable SSL certificate check because it causes Xlib error
2686 when the child process want's to open an GTK window
2688 2003-03-30 [christoph] 0.8.11claws66
2691 don't use default folder for processing folder item because
2692 it can be a non local folder
2694 (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2696 2003-03-30 [alfons] 0.8.11claws65
2698 * src/send_message.c
2699 try fixing crashes when sending messages: my gcc 2.95.4 seems
2700 to generate bad code for 'send_send_data_progressive': When
2701 called from 'send_send_data_finished', the 'data' pointer is
2702 cleared just before the assignment to the dialog pointer
2704 2003-03-29 [christoph] 0.8.11claws64
2706 * src/common/prefs.h
2707 * src/plugins/image_viewer/Makefile.am
2708 * src/plugins/image_viewer/plugin.c
2709 * src/plugins/image_viewer/viewer.[ch]
2710 * src/plugins/image_viewer/viewerprefs.[ch] ** NEW **
2711 add PrefsPage for ImageViewer
2713 2003-03-28 [thorsten] 0.8.11claws63
2715 * src/common/session.c
2718 2003-03-28 [paul] 0.8.11claws62
2720 * sync with 0.8.11cvs16
2721 see ChangeLog 2003-03-28
2723 2003-03-28 [paul] 0.8.11claws61
2725 * sync with 0.8.11cvs15
2726 see ChangeLog 2003-03-28
2728 2003-03-27 [christoph] 0.8.11claws60
2732 * src/common/socket.[ch]
2733 set socket state to DISCONNECTED when any operation
2734 fails to allow reconnecting in IMAP code without
2735 checking the return code of all calls to the command
2740 remove some more stuff that depends on specific
2743 2003-03-27 [paul] 0.8.11claws59
2745 * sync with 0.8.11cvs14
2746 see ChangeLog 2003-03-27
2748 * src/selective_download.[ch] ** REMOVED **
2751 2003-03-27 [christoph] 0.8.11claws58
2754 fix handling of tmp_flags in flag copy function
2756 2003-03-27 [paul] 0.8.11claws57
2758 * sync with 0.8.11cvs13
2759 see ChangeLog 2003-03-27
2761 2003-03-27 [oliver] 0.8.11claws56
2764 remove sel_download_cb
2766 2003-03-27 [oliver] 0.8.11claws55
2771 2003-03-26 [oliver] 0.8.11claws54
2776 remove selective donwload readme
2778 2003-03-26 [oliver] 0.8.11claws53
2780 * src/matcher_parser_parse.y
2782 * src/prefs_account.[ch]
2783 * src/prefs_filtering.c
2784 remove selective donwload
2786 2003-03-26 [oliver] 0.8.11claws52
2791 remove selective donwload
2793 2003-03-26 [oliver] 0.8.11claws51
2796 * src/selective_download.[ch] ** REMOVE **
2798 2003-03-26 [christoph] 0.8.11claws50
2801 fix NEWS that got broken by a sync with sylpheed-main
2803 2003-03-26 [christoph] 0.8.11claws49
2806 fix mime type guessing when no mime type is found for a file
2808 2003-03-25 [christoph] 0.8.11claws48
2812 remove mime type guessing from mime parser and use
2813 name based mime types in viewer lookup for mime type
2814 application/octet-stream
2816 2003-03-25 [christoph] 0.8.11claws47
2818 * doc-src/readme.txt
2819 * doc-src/rfc2554.txt
2820 add RFC about SMTP AUTH
2822 * src/send_message.c
2823 * src/common/smtp.[ch]
2824 add extra error code for authentication errors and
2825 clear temporary password when this error occurs
2827 (closes Bug 84 authentication failure while sending should
2828 prompt for password again)
2830 2003-03-25 [christoph] 0.8.11claws46
2834 * src/imageview.[ch] ** REMOVE **
2835 * src/messageview.[ch]
2837 * src/prefs_common.[ch]
2839 * src/plugins/Makefile.am
2840 * src/plugins/image_viewer/.cvsignore ** NEW **
2841 * src/plugins/image_viewer/Makefile.am ** NEW **
2842 * src/plugins/image_viewer/plugin.c ** NEW **
2843 * src/plugins/image_viewer/viewer.[ch] ** NEW **
2844 move image viewer into a plugin (building is enabled by default)
2845 [ToDo: Prefs for resize and autoview]
2847 2003-03-25 [paul] 0.8.11claws45
2849 * sync with 0.8.11cvs12
2850 see ChangeLog 2003-03-26
2852 2003-03-25 [paul] 0.8.11claws44
2854 * sync with 0.8.11cvs11
2855 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2857 Note: Selective Download is broken.
2859 2003-03-22 [christoph] 0.8.11claws43
2862 code cleanup for flags copying
2864 2003-03-22 [christoph] 0.8.11claws42
2866 * src/plugins/trayicon/trayicon.c
2867 fix setting the transparent area when the window size
2868 is forced by the system tray
2870 2003-03-22 [christoph] 0.8.11claws41
2872 * src/plugins/trayicon/gnome-mail.xpm ** REMOVE **
2873 * src/plugins/trayicon/gnome-nomail.xpm ** REMOVE **
2874 * src/plugins/trayicon/newmail.xpm ** NEW **
2875 * src/plugins/trayicon/nomail.xpm ** NEW **
2876 * src/plugins/trayicon/trayicon.c
2877 * src/plugins/trayicon/unreadmail.xpm ** NEW **
2878 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2879 o add icon for unread mails
2880 o set transparency for window
2882 2003-03-22 [christoph] 0.8.11claws40
2885 init news session to prevent crash when session is closed
2887 2003-03-22 [christoph] 0.8.11claws39
2890 * src/common/session.[ch]
2891 Init session data to make sure we don't have invalid pointers
2892 for read_ch and write_ch when new multi process sessions are
2896 * src/common/plugin.c
2897 * src/common/sylpheed.c
2898 * src/plugins/demo/demo.c
2899 * src/plugins/dillo_viewer/dillo_viewer.c
2900 * src/plugins/mathml_viewer/mathml_viewer.c
2901 * src/plugins/spamassassin/spamassassin.c
2902 * src/plugins/spamassassin/spamassassin_gtk.c
2903 add plugin types to allow loading plugins at different times
2904 (and maybe for different frontends), because it's not good to
2905 load GTK-Plugins gefore gtk_init was called
2908 * src/plugins/Makefile.am
2909 * src/plugins/trayicon/.cvsignore ** NEW **
2910 * src/plugins/trayicon/Makefile.am ** NEW **
2911 * src/plugins/trayicon/eggtrayicon.c ** NEW **
2912 * src/plugins/trayicon/eggtrayicon.h ** NEW **
2913 * src/plugins/trayicon/gnome-mail.xpm ** NEW **
2914 * src/plugins/trayicon/gnome-nomail.xpm ** NEW **
2915 * src/plugins/trayicon/trayicon.c ** NEW **
2916 New Trayicon plugin that shows an icon in a systray that uses
2917 XEMBED protocol like Gnome's systray. Icon shows if there
2918 are new mails and a tooltip shows information about new,
2919 unread and total messages.
2921 2003-03-22 [paul] 0.8.11claws38
2924 fix ESMTP AUTH CRAM-MD5
2925 [sync with main (still version 0.8.11cvs6), see
2926 ChangeLog 2003-03-22]
2928 2003-03-21 [colin] 0.8.11claws37
2930 * src/send_message.c
2931 Fix USE_SSL => USE_OPENSSL
2933 2003-03-21 [colin] 0.8.11claws36
2936 Fix counts in drag and dropped subfolders
2938 2003-03-21 [colin] 0.8.11claws35
2942 speed up a bit folder dnd
2944 2003-03-20 [alfons] 0.8.11claws34
2949 don't send locked queue messages
2950 (feature request "[ 705245 ] Locking message in outbox
2951 should prevent sending")
2953 2003-03-20 [christoph] 0.8.11claws33
2956 remove NEW and UNREAD flag in special folders when scanning
2959 fix ESMTP AUTH CRAM-MD5
2961 2003-03-20 [paul] 0.8.11claws32
2963 * src/prefs_account.c
2964 Re-write 'Tunnel command to open connection' as
2965 'Use command to communicate with server', and disable
2966 it for all except IMAP accounts
2968 2003-03-20 [paul] 0.8.11claws31
2970 * sync with 0.8.11cvs6
2971 see ChangeLog 2003-03-20
2973 2003-03-19 [match] 0.8.11claws30
2976 include documentation. minor refactoring.
2977 * src/addr_compl.[ch]
2978 * src/addrindex.[ch]
2979 * src/addresbook.[ch]
2981 re-enable address lookup (was disabled in
2984 2003-03-19 [christoph] 0.8.11claws29
2987 add temp flag handling, will make moving and copying
2988 messages possible again
2991 correct calulation of folder stats
2993 2003-03-18 [match] 0.8.11claws28
2996 remove case sensitive comparison (closes bug 80).
2998 2003-03-18 [christoph] 0.8.11claws27
3001 fix imap using a tunnel command
3005 2003-03-18 [christoph] 0.8.11claws26
3010 rewrite flag handling for folders
3012 2003-03-18 [christoph] 0.8.11claws25
3017 unset NEW and UNREAD flags when message is ignored, to make
3018 sure messages don't show up as unread on other IMAP clients,
3019 because the IGNORE_THREAD flag can not be syncronized through
3022 2003-03-17 [christoph] 0.8.11claws24
3025 don't use recursion to fetch uids when the number of messages
3026 does not match. Moved code into subfunction that is used
3027 again when needed, to prevent an endless loop.
3029 2003-03-17 [thorsten] 0.8.11claws23
3031 * src/imageview.[ch]
3032 export imageview_get_resized_size() (for plugins)
3033 * src/prefs_common.[ch]
3034 added prefs_common_get() (for plugins)
3036 2003-03-17 [christoph] 0.8.11claws22
3039 o remove UID guessing from copy code
3040 o support UIDPLUS extension for APPEND command
3042 2003-03-17 [paul] 0.8.11claws21
3045 remove 'Compiled-plugins' section.
3047 * src/plugins/dillo_viewer/dillo_viewer.c
3048 slight change to description text
3050 2003-03-16 [match] 0.8.11claws20
3051 * src/ldapserver.[ch] ** NEW **
3052 * src/ldapctrl.[ch] ** NEW **
3053 * src/ldapquery.[ch] ** NEW **
3054 * src/ldaputil.[ch] ** NEW **
3055 * src/addrcindex.[ch] ** NEW **
3056 * src/addrquery.h ** NEW **
3058 * src/addrcache.[ch]
3059 * src/addrindex.[ch]
3060 * src/addr_compl.[ch]
3061 * src/addressbook.[ch]
3066 * src/editldap_basedn.c
3070 included dynamic LDAP queries. improved address
3073 2003-03-16 [paul] 0.8.11claws19
3075 * tools/multiwebsearch.pl
3078 2003-03-16 [christoph] 0.8.11claws18
3081 * src/plugins/dillo_viewer/dillo_viewer.c
3082 * src/plugins/mathml_viewer/mathml_viewer.c
3083 make unregistering of MimeViewerFactorys possible
3085 2003-03-16 [alfons] 0.8.11claws17
3090 2003-03-16 [melvin] 0.8.11claws16
3092 * src/plugins/dillo_viewer.c
3093 Fixed bug where it was not possible to view more than
3094 one text/html attachment per message (bug discovered
3095 by Christoph Hohmann).
3097 2003-03-15 [melvin] 0.8.11claws15
3099 * src/prefs_actions.c
3100 Fixed compilation warnings.
3102 2003-03-15 [melvin] 0.8.11claws14
3104 * src/plugins/Makefile.am
3105 * src/plugins/dillo_viewer/.cvsignore ** NEW **
3106 * src/plugins/dillo_viewer/Makefile.am ** NEW **
3107 * src/plugins/dillo_viewer/dillo_viewer.c ** NEW **
3108 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3109 newer (http://dillo.auriga.wearlab.de/).
3111 2003-03-15 [christoph] 0.8.11claws13
3114 don't query imap folder for attributes because we already
3115 for them from imap_status
3118 add support for plugable MimeViewers (unloading Viewers
3121 * src/plugins/Makefile.am
3122 * src/plugins/mathml_viewer/.cvsignore ** NEW **
3123 * src/plugins/mathml_viewer/Makefile.am ** NEW **
3124 * src/plugins/mathml_viewer/mathml_viewer.c ** NEW **
3125 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3126 widget from http://helm.cs.unibo.it/mml-widget/
3128 2003-03-14 [christoph] 0.8.11claws12
3131 o error return code's should better be negative
3132 o replace printf with debug_print
3135 improve IMAP folder scan by checking UID-NEXT
3138 remove check that are unnecessary in my opinion
3140 2003-03-13 [christoph] 0.8.11claws11
3149 * src/prefs_scoring.c
3151 use a common function to get a displayable name
3154 2003-03-13 [paul] 0.8.11claws10
3158 tools/multiwebsearch.conf ** NEW FILE **
3159 tools/multiwebsearch.pl ** NEW FILE **
3160 add multiwebsearch Actions script
3162 2003-03-13 [colin] 0.8.11claws9
3165 Remove leading emtpy lines from quoted text
3168 2003-03-13 [melvin] 0.8.11claws8
3170 * src/prefs_actions.c
3173 Added Cancel and OK buttons
3176 2003-03-13 [christoph] 0.8.11claws7
3186 replace more folder type stuff with folder class stuff
3188 2003-03-13 [melvin] 0.8.11claws6
3190 * src/prefs_actions.c
3192 %u: user provided argument
3193 %h: user provided argument (hidden on input)
3194 %s: current text selection in the message view
3196 2003-03-13 [paul] 0.8.11claws5
3198 * sync with 0.8.11cvs5
3199 see ChangeLog 2003-03-11, 2003-03-12
3201 2003-03-12 [christoph] 0.8.11claws4
3204 use folder class idstr when writing folderlist.xml
3209 replace folder type checks with folder class checks
3211 2003-03-12 [christoph] 0.8.11claws3
3216 * src/mbox_folder.[ch]
3219 o create a list of known folder classes in the folder system
3220 o use folder class id strings for folder item identifiers
3222 2003-03-12 [christoph] 0.8.11claws2
3225 fix imap uid validity check
3227 2003-03-12 [christoph] 0.8.11claws1
3238 * src/prefs_scoring.c
3242 initial restructuring of folder system, seperating
3243 folders and folder classes
3245 2003-03-12 [paul] 0.8.11claws
3249 2003-03-12 [christoph]
3251 * src/gtk/prefswindow.c
3252 fix translation of "Page Index"
3254 2003-03-12 [paul] 0.8.10claws110
3256 a sync from 0.8.11cvs4 before the release
3258 * src/common/utils.c
3259 subject_compare_for_sort(): allow null strings (fixes
3262 2003-03-11 [paul] 0.8.10claws109
3265 update Spanish translation, submitted by
3266 Ricardo Mones Lastra
3268 2003-03-11 [melvin] 0.8.10claws108
3271 Updated French translations
3273 2003-03-11 [paul] 0.8.10claws107
3275 * manual/en/Makefile.am
3277 update English manual, add a new page
3278 updated by Francois Barriere <fbarriere@atmel.fr>
3283 update Bulgarian, Italian, and Serbian translations
3284 submitted by George Danchev, Alessandro Maestri, and
3287 2003-03-10 [paul] 0.8.10claws106
3290 src/gtk/prefswindow.c
3291 make some strings translatable
3293 2003-03-10 [darko] 0.8.10claws105
3296 code cleanup to make Hiro happy
3298 2003-03-10 [paul] 0.8.10claws104
3300 * sync with 0.8.11cvs2
3301 see ChangeLog 2003-03-10
3303 2003-03-09 [melvin] 0.8.10claws103
3306 textview_set_font(): fix for message display in
3307 UTF-8 locales (thanks to Sergey Vlasov).
3308 (was unintentionnaly reverted in 0.8.6claws6)
3310 2003-03-08 [darko] 0.8.10claws102
3313 fix infinite loop in wrapping as reported
3315 obsoletes patch #696482
3317 2003-03-08 [christoph] 0.8.10claws101
3320 add workaround for IMAP servers that do not
3321 support the "UID SEARCH UID" command
3323 2003-03-07 [christoph] 0.8.10claws100
3325 * src/plugins/spamassassin/spamassassin.[ch]
3326 * src/plugins/spamassassin/spamassassin_gtk.c
3329 2003-03-07 [paul] 0.8.10claws99
3332 updated Spanish translation, submitted by
3333 Ricardo Mones Lastra
3335 2003-03-07 [christoph] 0.8.10claws98
3338 fix in 0.8.10claws94 was wrong
3339 local delivery does not require escaping, remove escaping
3340 code to make signatures of mails with "." lines valid
3342 NOTE: requires that sendmail is executed with "-i" option,
3343 what is the default now, but has to be changed in all
3346 2003-03-07 [paul] 0.8.10claws97
3348 * sync with 0.8.11 release
3349 see ChangeLog 2003-03-07
3351 2003-03-06 [paul] 0.8.10claws96
3354 revert commit 0.8.10claws92
3356 2003-03-06 [paul] 0.8.10claws95
3359 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3362 fix bug 74, 'Crash opening editor window with pseudo-color
3365 Patches submitted by Kevin Vigor <kevin@vigor.nu>
3367 2003-03-06 [christoph] 0.8.10claws94
3370 fix rfc2821 (4.5.2) violation in SMTP data sending,
3371 all lines starting with a period get an extra period
3373 (found by Simon 'corecode' Schubert)
3375 2003-03-06 [paul] 0.8.10claws93
3378 if configured font can't be loaded fall back to gtk
3379 default. (with thanks to Christoph)
3381 closes long-standing bug 15 'Crashes on startup'
3383 2003-03-06 [paul] 0.8.10claws92
3386 freeze text before autosave and thaw afterwards
3387 fixes bug 67 'autosave make re-rediting message crazy'
3389 2003-03-06 [christoph] 0.8.10claws91
3392 ignore address comment in dupe check for Cc-list
3394 (closes reopened bug 47 Replying to message strips name part of
3395 e-mail addresses of Cc: lines)
3397 2003-03-06 [paul] 0.8.10claws90
3400 remove reference to gtkxtext.h as its no longer in
3403 2003-03-06 [paul] 0.8.10claws89
3405 * sync with 0.8.10cvs25
3406 see ChangeLog 2003-03-06
3408 2003-03-06 [oliver] 0.8.10claws88
3413 2003-03-06 [oliver] 0.8.10claws87
3416 remove changes introduced inclaws74
3418 another attempt to sanely delete and update
3419 messages deleted in separate messageview
3421 2003-03-05 [christoph] 0.8.10claws86
3424 check if "From" matches any account's address if
3425 addressbook completion of addresses is disabled too
3427 (closes Bug 70 "Display recipient in from" doesn't check
3428 folder's default account)
3430 2003-03-05 [christoph] 0.8.10claws85
3433 * src/common/utils.[ch]
3434 don't strip address comments when building Cc lists
3436 (closes Bug 47 Replying to message strips name part of e-mail addresses
3440 fix return value of copy function
3442 2003-03-05 [christoph] 0.8.10claws84
3445 don't ask imap server for non rfc822 headers
3447 (closes bug 71 IMAP FETCH asks for FROM header field twice)
3450 destroy session on socket error to allow reconnecting
3452 2003-03-05 [christoph] 0.8.10claws83
3455 fix building with gnome when no prefix is set
3457 (closes bug 66 Gnome directory is set to NONE)
3459 2003-03-05 [paul] 0.8.10claws82
3461 * sync with 0.8.10cvs23
3462 see ChangeLog 2003-03-05
3464 2003-03-04 [christoph] 0.8.10claws81
3467 o fix moving and copying when folder returns 0 for new
3469 o remove some code for single message copy and move
3470 operations and use functions for multiple messages
3472 (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3475 remove unused include
3477 2003-03-04 [paul] 0.8.10claws80
3480 list 'Compiled plugins'
3482 2003-03-03 [christoph] 0.8.10claws79
3485 have to multiply the percentage of the current fetch with
3486 the percentage that it has of the total fetch operation
3489 2003-03-03 [christoph] 0.8.10claws78
3492 fix calculation of expected lines for progress indicator
3494 2003-03-03 [christoph] 0.8.10claws77
3497 * src/common/utils.c
3498 fix segfault when opening the root news folder
3500 2003-03-03 [christoph] 0.8.10claws76
3502 * src/mainwindow.[ch]
3503 * src/common/Makefile.am
3504 * src/common/progressindicator.[ch]
3505 add UI independent progress indicator handling
3508 use new progress indicator for message info fetching
3510 * src/common/hooks.h
3513 2003-03-03 [oliver] 0.8.10claws75
3517 removed commented code
3519 2003-03-03 [oliver] 0.8.10claws74
3522 cleanups and refactoring
3524 compose_reply_mode reply & forwarding interface for
3527 act on messages marked for deletion in folderview_selected
3528 based on prefs_common.immediate_exec since a message might
3529 have been deleted by messageview in a folder we are changing
3530 to (does anybody understand what I'm on about ?)
3532 2003-03-03 [oliver] 0.8.10claws73
3534 * src/messageview.[ch]
3536 - messageview_delete: delete message shown in messagview
3537 - messageview_update_view: update messageview to currently
3538 selected summaryview message
3539 - add separate messageview to msgview_list in order to update
3540 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3541 * src/summaryview.[ch]
3542 summary_get_selection returns a list of selected msgs
3545 toolbar reply refactoring
3547 2003-03-03 [paul] 0.8.10claws72
3549 * sync with 0.8.10cvs21
3550 see ChangeLog 2003-03-03
3552 2003-03-02 [christoph] 0.8.10claws71
3554 * src/common/passcrypt.c
3557 2003-03-02 [christoph] 0.8.10claws70
3560 * src/prefs_account.c
3561 * src/prefs_gtk.[ch]
3562 * src/common/.cvsignore
3563 * src/common/Makefile.am
3564 * src/common/passcrypt.c ** NEW **
3565 * src/common/passcrypt.h.in ** NEW **
3566 Implement password encryption in config files
3567 using unix encrypt and setkey functions. The crypt
3568 key can be set as a configure parameter. Old
3569 passwords will be converted if they do not begin
3572 2003-03-02 [paul] 0.8.10claws69
3574 * src/prefs_account.c
3577 2003-03-01 [thorsten] 0.8.10claws68
3585 corrected format strings
3588 (fix compile errors with GNU gettext-0.11.5)
3590 2003-03-01 [oliver] 0.8.10claws67
3593 menu callbacks call toolbar_menu_reply
3595 2003-03-01 [oliver] 0.8.10claws66
3599 menu callbacks call toolbar_menu_reply
3601 callbacks from menu handled by toolbar_menu_reply
3603 2003-03-01 [paul] 0.8.10claws65
3606 revert commit 0.8.10claws54 - breaks editing of
3610 update Bulgarian translation, submitted by
3613 2003-02-28 [christoph] 0.8.10claws64
3619 * src/gtkxtext.h ** REMOVE **
3625 * src/prefs_common.c
3626 * src/prefs_matcher.c
3627 * src/procheader.[ch]
3630 * src/common/ssl_certificate.c
3631 * src/gtk/colorlabel.c
3634 o remove code obsoleted by new cache and folder system rework
3636 2003-02-28 [oliver] 0.8.10claws63
3639 * fix bug where reply in Messageview replied to
3640 Message displayed in summaryview
3641 (reportedd via ML by chinatinte at gmx dot ch)
3642 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3643 didn't work in separate MessageView Toolbar
3644 (wondering if anybody uses this at all ?)
3645 * src/summaryview.[ch]
3646 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3647 (generalize reply and forward code);
3649 remove focus_in event which updated summaryview to messageview
3651 2003-02-28 [paul] 0.8.10claws62
3654 add the --check option
3655 Patch submitted by Ricardo Mones Lastra
3657 2003-02-28 [paul] 0.8.10claws61
3659 * src/prefs_account.c
3660 re-order 'Signature' items
3662 2003-02-28 [paul] 0.8.10claws60
3664 * sync with 0.8.10cvs20
3665 see ChangeLog 2003-02-28
3667 2003-02-28 [paul] 0.8.10claws59
3670 update to reflect recent movement of files
3672 2003-02-28 [paul] 0.8.10claws58
3674 * sync with 0.8.10cvs19
3675 see ChangeLog 2003-02-28
3677 2003-02-27 [martin] 0.8.10claws57
3679 * src/prefs_matcher.c
3680 fix segfault in prefs_matcher_ok() when the
3681 last entry is deleted and prevents that the
3682 message "entry not saved" comes up after deleting
3685 2003-02-27 [martin] 0.8.10claws56
3687 * src/prefs_filtering.c
3688 fix segfault in prefs_filtering_ok() when the
3689 last entry is deleted and prevents that the
3690 message "entry not saved" comes up after deleting
3693 2003-02-27 [paul] 0.8.10claws55
3695 * sync with 0.8.10cvs18
3696 see ChangeLog 2003-02-27
3698 2003-02-27 [paul] 0.8.10claws54
3701 fix bug where the address book crashes with
3703 Patch [687729] submitted by David Frager
3704 <dbfrager@users.sourceforge.net>
3706 2003-02-25 [christoph] 0.8.10claws53
3709 * src/colorlabel.[ch] ** REMOVE **
3710 * src/gtk/Makefile.am
3711 * src/gtk/colorlabel.[ch] ** NEW **
3712 move colorlabel files to gtk directory
3714 * src/esmtp.[ch] ** REMOVE **
3715 has been merged into smtp.[ch] in 0.7.5
3717 2003-02-25 [christoph] 0.8.10claws52
3720 * src/about.[ch] ** REMOVE **
3721 * src/gtk/Makefile.am
3722 * src/gtk/about.[ch] ** NEW **
3723 move about files to gtk directory
3725 2003-02-25 [christoph] 0.8.10claws51
3728 some code optimization of folder scanning code
3730 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3732 2003-02-25 [christoph] 0.8.10claws50
3735 * src/common/sylpheed.c
3736 add command line parameter parsing to common code
3738 2003-02-24 [christoph]
3742 fix gnome prefix problems, the configure script now removed
3743 `gnome-config --prefix` from `gnome-config --datadir`
3744 and adds $(prefix} instead
3746 (closes Bug 24 Makefile does not respect prefix when installing
3749 2003-02-24 [christoph] 0.8.10claws49
3752 check for valid session before trying to authenticate
3754 (closes Bug 60 crash if "authenticate on logon" is activated
3755 and newsserver-hostname is not valid)
3757 2003-02-24 [melvin] 0.8.10claws48
3759 * src/prefs_actions.c
3760 Make sure all user's input is sent to the action and then
3763 2003-02-23 [alfons] 0.8.10claws46
3766 also wait cursor when deleting files
3770 * tools/freshmeat_search.pl
3771 tools/google_search.pl
3772 scripts should now work for any browser/browser command line
3774 2003-02-22 [christoph] 0.8.10claws45
3777 fix IMAP flag setting, IMAP flag is not handled correctly
3778 anymore by the folder system and information about the
3779 folder should not be saved in the MsgInfo (in my opinion)
3781 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3783 2003-02-22 [christoph] 0.8.10claws44
3786 fix spelling of "label" ;-)
3788 2003-02-22 [thorsten] 0.8.10claws43
3791 src/prefs_common.[ch]
3793 do not use description as attachment name
3795 2003-02-22 [alfons] 0.8.10claws42
3798 freeze/thaw folder item updates when changing color labels,
3799 and put a wait cursors on
3801 2003-02-22 [thorsten] 0.8.10claws41
3804 save-all fixes: crash if invoked on multipart container,
3805 mimeinfo access, pathseparators, error dialog
3807 2003-02-21 [alfons] 0.8.10claws40
3812 2003-02-21 [colin] 0.8.10claws39
3817 2003-02-21 [colin] 0.8.10claws38
3820 Freeze/thaw folderItem updates when filtering messages
3821 via Tools/Filter messages
3823 2003-02-21 [paul] 0.8.10claws37
3826 revert commit 0.8.10claws26, there are ulterior motives
3827 for users to set a Reply-To header when posting to
3830 2003-02-21 [paul] 0.8.10claws36
3832 * sync with 0.8.10cvs17
3833 see ChangeLog 2003-02-21
3835 2003-02-20 [christoph] 0.8.10claws35
3838 IMAP UID fetch speedup using SEARCH
3840 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3843 fix problem with UIDs in IMAP UID cache that no longer existed
3845 2003-02-20 [christoph] 0.8.10claws34
3850 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3852 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3855 Rewrite imap_cmd_gen_recv use sock_getline instead
3856 of sock_gets to avoid problems with too long reply
3859 2003-02-20 [colin] 0.8.10claws33
3861 * src/prefs_account.c
3864 2003-02-20 [colin] 0.8.10claws32
3867 Remove useless '&& !to_sender'
3872 change my e-mail address
3874 2003-02-19 [colin] 0.8.10claws31
3876 * src/prefs_common.c
3877 X11 style colors for every configurable color
3879 2003-02-19 [alfons] 0.8.10claws30
3881 * src/prefs_gtk.[ch]
3882 * src/prefs_common.c
3883 for color_new accept both plain integers and X11 style color
3884 names (as found in /usr/lib/X11/rgb.txt)
3886 2003-02-19 [paul] 0.8.10claws29
3889 add tooltips to online/offline button and account selector
3892 2003-02-19 [paul] 0.8.10claws28
3896 src/prefs_account.[ch]
3897 src/prefs_common.[ch]
3898 move 'Maximum number of articles to download' to
3900 clean up account prefs gui a little by hiding entries
3901 rather then greying out entries
3903 2003-02-19 [hiro] 0.8.10claws27
3905 * src/common/utils.c
3906 fix bug #54 'yesterdays date is displayed in the message
3909 2003-02-19 [paul] 0.8.10claws26
3912 fix bug reported in Feature Request [688596]
3913 'Reply-to header in news'
3915 2003-02-18 [paul] 0.8.10claws25
3918 add a 'List all keys' button to key selection dialog
3920 2003-02-18 [colin] 0.8.10claws24
3922 * src/stock_pixmap.c
3925 2003-02-18 [colin] 0.8.10claws23
3927 * src/common/smtp.[ch]
3929 Try to starttls if it seems to be the only
3930 way to authenticate a user
3932 2003-02-18 [paul] 0.8.10claws22
3936 src/stock_pixmap.[ch]
3937 src/pixmaps/drafts_close.xpm ** NEW FILE **
3938 src/pixmaps/drafts_open.xpm ** NEW FILE **
3939 as a Drafts folder is a special folder allow it to have
3940 its own unique icons
3942 2003-02-18 [colin] 0.8.10claws21
3945 Fix port selection when using starttls
3947 2003-02-18 [paul] 0.8.10claws20
3950 src/prefs_common.[ch]
3951 make blue the default new mail colour
3953 2003-02-18 [paul] 0.8.10claws19
3955 * sync with 0.8.10cvs14
3956 see ChangeLog 2003-02-18
3958 2003-02-17 [jens] 0.8.10claws18
3961 fixed a compile problem with gcc 3.3
3962 works on 2.95.3 too (testet on PPC as it is big endian)
3964 2003-02-17 [paul] 0.8.10claws17
3966 * sync with 0.8.10cvs13
3967 see ChangeLog 2003-02-17
3969 2003-02-17 [paul] 0.8.10claws16
3971 * sync with 0.8.10cvs12
3972 see ChangeLog 2003-02-17
3974 2003-02-16 [match] 0.8.10claws15
3977 Eliminates reloading of address data when items
3978 deleted or added. Applied submitted by
3979 Luke Plant <lukeplant@softhome.net>
3981 2003-02-16 [paul] 0.8.10claws14
3984 when a 'protocol error' is encountered disconnect from
3985 the server. This means that the user can carry on viewing
3986 other articles and doesn't have to either wait until the
3987 server timesout or quit sylpheed.
3988 Fixes bug #53 'Unable to read messages in newsgroups,
3989 displayed message doesn't change'
3991 2003-02-15 [christoph] 0.8.10claws13
3994 fix bug that stopped scanning of folders when an
3995 IMAP folder was empty
3997 (closes bug 46 stop scan messages in folders after empty folder)
4003 tools/freshmeat_search.pl ** NEW FILE **
4004 tools/google_search.pl ** NEW FILE **
4005 Add 2 Actions scripts which search freshmeat/google
4006 for the selected text using the browser configured
4009 Note: These scripts are very dependent on the format of the
4010 browser command and may not work on every occasion. Testing
4013 2003-02-14 [alfons] 0.8.10claws12
4016 fix breakage because of uninitialized account pointer.
4019 2003-02-14 [paul] 0.8.10claws11
4022 src/prefs_account.[ch]
4023 src/prefs_common.[ch]
4024 move signature settings to Account Prefs
4026 2003-02-14 [paul] 0.8.10claws10
4028 * sync with 0.8.10cvs11
4029 see ChangeLog 2003-02-14
4031 2003-02-13 [thorsten] 0.8.10claws9
4034 revert news progressbar (GUI separation)
4036 2003-02-13 [paul] 0.8.10claws8
4039 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4042 2003-02-13 [paul] 0.8.10claws7
4046 fix 'Follow-up and Reply-to' so that it creates a reply to
4047 the newsgroup and the sender. If the message has the keyword
4048 'poster' in the Followup-To header, all replies go to the
4049 sender, re: RFC 1036, Section 2.2.3
4050 rename all instances of 'ignore_replyto' to 'to_sender', both
4051 were previously used, now we use just one.
4053 2003-02-13 [paul] 0.8.10claws6
4055 * sync with 0.8.10cvs9
4056 see ChangeLog 2003-02-13
4058 2003-02-13 [paul] 0.8.10claws5
4061 show which plugins are configured in the configure
4064 2003-02-12 [thorsten] 0.8.10claws4
4067 show progress while fetching news headers
4069 2003-02-12 [christoph] 0.8.10claws3
4072 * src/plugins/Makefile.am
4073 use AM_CONDITIONAL to enable plugins, automake correctly
4074 manages this when creating distdir
4076 2003-02-12 [christoph] 0.8.10claws2
4078 * ac/spamassassin.m4
4079 * src/plugins/spamassassin/Makefile.am
4080 fix building SpamAssassin plugin without OpenSSL
4082 2003-02-12 [paul] 0.8.10claws1
4086 src/plugins/Makefile.am
4087 fix failure of 'make release'
4089 2003-02-12 [paul] 0.8.10claws
4091 * 0.8.10claws released
4093 2003-02-12 [paul] 0.8.9claws56
4100 updated translations by George Danchev, Ricardo Mones Lastra,
4101 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4104 Allow the building of RPMs by a regular user. Submitted
4107 2003-02-11 [alfons] 0.8.9claws55
4110 don't use pixmaps for label color rect but draw rectangles
4111 so we can respect the color map of palette based visuals
4112 (fixes the long time crashes on Suns - thanks to Andreas
4113 Engel and Steve O'Hara-Smith for testing)
4115 2003-02-11 [christoph] 0.8.9claws54
4117 * src/matcher_parser_parse.y
4118 correct bug where filering rules of not existing folders in
4119 matcherrc were added to global filtering
4121 (closes Debian Bug #180253 - Directory's filter-rules are merged with
4122 main filter-rules after removing directory, http://bugs.debian.org/180253)
4124 2003-02-11 [paul] 0.8.9claws53
4126 * sync with 0.8.10cvs7
4127 see ChangeLog 2003-02-09
4129 2003-02-11 [melvin] 0.8.9claws52
4132 Updated French tranlsations
4134 2003-02-10 [paul] 0.8.9claws51
4137 correct --enable-openssl
4138 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4140 2003-02-09 [martin] 0.8.9claws50
4142 * src/prefs_matcher.c
4143 fix segfault in prefs_matcher_substitute_cb() when
4146 2003-02-09 [paul] 0.8.9claws49
4149 fix bug where a newsgroup folder's processing rules were
4150 merged with the global filtering rules when the newsgroup
4151 folder was deleted, causing some seriously bad results,
4152 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4154 2003-02-08 [melvin] 0.8.9claws48
4157 Corrected and modified an alert message.
4159 2003-02-07 [paul] 0.8.9claws47
4162 fix bug where both an 'Account properties' window and a
4163 'Folder properties' window were opened when clicking on
4164 'Properties' in an NNTP or IMAP folder's popup menu.
4166 2003-02-07 [paul] 0.8.9claws46
4168 * sync with 0.8.10cvs6
4169 see ChangeLog 2003-02-06
4171 2003-02-06 [christoph] 0.8.9claws45
4174 freeze folder updates while importing mbox files
4175 (closes bug 43 importing mbox took hours)
4177 Patch submitted by Jens Rantil <jens.rantil@telia.com>
4179 2003-02-06 [thorsten] 0.8.9claws44
4182 Updated german translations
4184 2003-02-06 [thorsten] 0.8.9claws43
4187 use guint for message numbers (fix count in grouplist dialog)
4189 2003-02-05 [paul] 0.8.9claws42
4191 * sync with 0.8.10cvs2
4192 see ChangeLog 2003-02-05
4194 2003-02-04 [colin] 0.8.9claws41
4196 * src/prefs_common.[ch]
4199 Add an option to disable threading by subject
4201 2003-02-04 [christoph] 0.8.9claws40
4204 only abort fetching mails from multiple accounts when the
4205 error is fatal and does not allow to check any more accounts
4206 (currently only disk full error)
4208 (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4209 receive mails for other accouts)
4211 2003-02-04 [christoph] 0.8.9claws39
4214 first add the new message to the cache, then
4215 send the update notification
4217 (closes bug 39 after sending message folderview doesnt get updated)
4219 2003-02-04 [colin] 0.8.9claws38
4222 _really_ fix this Connecting... status
4224 2003-02-04 [paul] 0.8.9claws37
4227 see ChangeLog 2003-02-04
4229 2003-02-04 [paul] 0.8.9claws36
4231 * sync with 0.8.9cvs6
4232 see ChangeLog 2003-02-03
4234 2003-02-04 [paul] 0.8.9claws35
4237 updated by André Filipe de Assunção e Brito
4238 <bedecko@netsite.com.br>
4240 2003-02-03 [thorsten] 0.8.9claws34
4243 Updated german translations
4245 2003-02-02 [paul] 0.8.9claws33
4248 updated by Ricardo Mones Lastra
4250 2003-02-02 [thorsten] 0.8.9claws32
4253 Fix mh_get_msginfo() segfault if file is inaccessible
4255 2003-01-31 [colin] 0.8.9claws31
4258 Fix last commit's bug
4260 2003-01-31 [colin] 0.8.9claws30
4263 Missing a change for gpg-signed messages
4265 2003-01-31 [paul] 0.8.9claws29
4267 * src/pixmaps/gpg_signed.xpm ** NEW FILE **
4269 src/stock_pixmap.[ch]
4271 indicate GnuPG signed messages by displaying an icon
4272 in the Attachment column.
4274 2003-01-31 [paul] 0.8.9claws28
4276 * sync with 0.8.9cvs4
4277 see ChangeLog 2003-01-31
4279 2003-01-31 [alfons] 0.8.9claws27
4282 tune URI parser to accept mailto URLs with a '?'
4283 (patch from Ruslan Balkin)
4285 2003-01-31 [colin] 0.8.9claws26
4288 Fix a leak introduced in claws24
4290 2003-01-31 [colin] 0.8.9claws25
4293 Freeze/Thaw folder updates when deleting dups
4295 2003-01-31 [colin] 0.8.9claws24
4300 little speed improvements
4302 2003-01-31 [colin] 0.8.9claws23
4305 Fix segfault when forwarding nothing
4306 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4308 2003-01-30 [paul] 0.8.9claws22
4310 * sync with 0.8.9cvs3
4311 see ChangeLog 2003-01-30
4313 2003-01-30 [paul] 0.8.9claws21
4315 * sync with 0.8.9cvs2
4316 see ChangeLog 2003-01-30
4318 2003-01-29 [paul] 0.8.9claws20
4320 * sync with 0.8.9cvs1
4321 see ChangeLog 2003-01-29
4323 2003-01-28 [paul] 0.8.9claws19
4326 update to reflect changes.
4327 thanks to Ricardo Mones Lastra
4329 2003-01-27 [christoph] 0.8.9claws18
4332 * ac/spamassassin.m4
4333 * src/plugins/spamassassin/README
4334 * src/plugins/spamassassin/libspamc.[ch]
4335 * src/plugins/spamassassin/utils.[ch]
4336 updated to latest libspamc
4338 2003-01-27 [christoph] 0.8.9claws17
4341 fix wrong use of procheader_get_header_fields
4343 2003-01-27 [christoph] 0.8.9claws16
4346 * src/prefs_account.[ch]
4347 * src/common/nntp.[ch]
4348 allow to force authentication for NNTP servers
4350 Patch submitted by Florian Mickler <dmk@d-labs.de>
4352 2003-01-26 [paul] 0.8.9claws15
4355 speed up of marking messages as read
4356 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4358 2003-01-26 [christoph] 0.8.9claws14
4361 * src/mgutils.[ch] ** REMOVE **
4362 * src/xml.[ch] ** REMOVE **
4363 * src/xmlprops.[ch] ** REMOVE **
4364 * src/common/Makefile.am
4365 * src/common/mgutils.[ch] ** NEW **
4366 * src/common/xml.[ch] ** NEW **
4367 * src/common/xmlprops.[ch] ** NEW **
4368 move xml files to common directory
4370 2003-01-26 [christoph] 0.8.9claws13
4372 * src/plugins/spamassassin/spamassassin_gtk.c
4373 only set gtk entry text if string is available
4375 2003-01-26 [melvin] 0.8.9claws12
4377 * src/description_window.c
4378 Allow resizing of the window
4379 Allow automatic horizontal scroll bar
4380 Do not vertically expand and fill
4382 2003-01-26 [christoph] 0.8.9claws11
4385 * src/gtkutils.[ch] ** REMOVE **
4386 * src/common/sylpheed.c
4387 * src/gtk/Makefile.am
4388 * src/gtk/description_window.c
4389 * src/gtk/gtkutils.[ch] ** NEW **
4390 * src/gtk/prefswindow.c
4391 move gtkutils to gtk directory
4393 2003-01-26 [paul] 0.8.9claws10
4396 rename summary_unread_clicked() to summary_status_clicked()
4398 2003-01-26 [melvin] 0.8.9claws9
4400 * src/prefs_actions.c
4401 Cosmetical changes to the help text
4403 2003-01-26 [paul] 0.8.9claws8
4408 src/prefs_sumamry_column.c
4410 rename the 'Unread' column to 'Status'
4412 2003-01-25 [match] 0.8.9claws7
4415 removed reference to LDAP constants. removed error2string.
4416 included functions to support LDAP dynamic queries.
4418 moved LDAP constants here.
4422 removed references to LDAP constants and references to
4425 2003-01-25 [paul] 0.8.9claws6