1 2003-05-23 [melvin] 0.8.11claws176
4 Updated French translations
6 2003-05-22 [paul] 0.8.11claws175
21 revert to get ldap into it previous working state
24 new Taiwanese translation,
25 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
27 2003-05-22 [christoph] 0.8.11claws174
29 * src/plugins/spamassassin/libspamc.[ch]
30 sync libspamc with SpamAssaain release 2.55
32 2003-05-22 [paul] 0.8.11claws173
35 see ChangeLog 2003-05-22
38 revert change in 0.8.11claws172: follow
39 Hiroyuki's decision and that's the end of it.
41 2003-05-21 [paul] 0.8.11claws172
44 fix discrepency between open_unread_on_enter
47 2003-05-21 [paul] 0.8.11claws171
50 see ChangeLog 2003-05-21
52 2003-05-21 [paul] 0.8.11claws170
55 see ChangeLog 2003-05-21
57 2003-05-20 [paul] 0.8.11claws169
60 see ChangeLog 2003-05-20
61 fixes bug #152, 'encoding of IMAP folders names'
63 2003-05-20 [paul] 0.8.11claws168
66 see ChangeLog 2003-05-20
68 * src/tools/convert_mbox.pl
69 minor change in the comments, submitted by Fred Marton
71 2003-05-19 [paul] 0.8.11claws167
73 * src/plugins/clamav/Makefile.am
75 link clamav_lib to the plugin and not to the main program
77 2003-05-19 [christoph]
80 add -export-dynamic for linking
82 2003-05-19 [paul] 0.8.11claws166
85 see ChangeLog 2003-05-19
87 2003-05-19 [paul] 0.8.11claws165
90 fix 'pop before smtp' timeout
92 2003-05-18 [alfons] 0.8.11claws164
95 put "execute" action command line ("expression") in edit box
97 2003-05-18 [christoph] 0.8.11claws163
100 * src/plugins/dillo_viewer/dillo_viewer.c
101 * src/plugins/image_viewer/viewer.c
102 * src/plugins/mathml_viewer/mathml_viewer.c
103 let a viewer have a list of Content-Types
105 2003-05-18 [paul] 0.8.11claws162
107 * src/prefs_filtering.c
108 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
111 2003-05-17 [christoph]
114 o remove dynamic signatures that was syned with main
115 o add infos about no longer "build in" image viewer
116 o update bugtracker URL
118 2003-05-17 [christoph] 0.8.11claws161
123 don't use imap_scan_folder anymore. Instead call folder_item_scan
124 for every folder after rebuilding the folder tree.
126 (closes Bug 19 imap_scan_folder() computes incorrectly number of new
129 2003-05-17 [christoph] 0.8.11claws160
132 don't use STATUS command on current folder to check for
133 content changes. imap_cmd_ok() now tracks changes to
134 folder and number of existing messages.
136 2003-05-17 [paul] 0.8.11claws159
138 * src/plugins/clamav/clamav_plugin.c
139 remove unnecessary debug_print
141 2003-05-16 [thorsten] 0.8.11claws158
144 included missing intl.h
146 2003-05-16 [paul] 0.8.11claws157
149 remove non-existant entries
151 * src/plugins/clamav/clamav_plugin.c
152 src/plugins/clamav/clamav_plugin_gtk.c
153 src/plugins/dillo_viewer/dillo_prefs.c
154 src/plugins/dillo_viewer/dillo_viewer.c
157 2003-05-16 [christoph] 0.8.11claws156
160 include plugin .c files for translation until I
161 find a better solution to have plugins have their
163 * src/plugins/demo/demo.c
164 * src/plugins/image_viewer/plugin.c
165 * src/plugins/mathml_viewer/mathml_viewer.c
166 * src/plugins/spamassassin/spamassassin.c
167 * src/plugins/spamassassin/spamassassin_gtk.c
168 * src/plugins/trayicon/trayicon.c
169 add gettext macros for plugin name and description
175 2003-05-16 [paul] 0.8.11claws155
177 * sync with lastest 0.9.0pre1
178 see ChangeLog 2003-05-16
180 2003-05-15 [paul] 0.8.11claws154
182 * sync with latest 0.9.0pre1
183 see ChangeLog 2003-05-14 and 2003-05-15
185 2003-05-14 [christoph] 0.8.11claws153
187 * src/plugins/image_viewer/viewer.c
188 * src/plugins/image_viewer/viewer.glade ** NEW **
189 * src/plugins/image_viewer/viewerprefs.c
190 make it possible to disable the autoload function in the
193 2003-05-14 [christoph] 0.8.11claws152
196 fix folder update after adding a message
198 2003-05-13 [alfons] 0.8.11claws151
200 * src/common/session.c
208 * src/mbox_folder.[ch]
213 * src/passphrase.[ch]
214 * src/prefs_common.[ch]
218 be pedantic; (in prototypes () implies (int))
220 2003-05-13 [alfons] 0.8.11claws150
222 * src/prefs_toolbar.[ch]
223 * src/summaryview.[ch]
225 change misleading text in toolbar prefs;
226 add toolbar action for ignore thread (toggles ignore thread flag);
227 clean up a little bit;
231 * tools/convert_mbox.pl
232 bug fixed by Fred Marton
236 * sync with 0.9.0pre1
238 2003-05-09 [paul] 0.8.11claws149
240 * sync with 0.8.11cvs43
241 see ChangeLog 2003-05-09
243 2003-05-08 [christoph] 0.8.11claws148
246 o use CAPABILIY as first command and check for PREAUTH
247 information in the response to it
248 o rewrite all imap_cmd_* functions to use an IMAPSession
249 instead of a SockInfo as parameter
250 o do STARTTLS after fetching and checking the server
253 2003-05-08 [paul] 0.8.11claws147
257 tools/convert_mbox.pl ** NEW FILE **
258 add mbox conversion script. Submitted by
259 Fred Marton <Fred.Marton@uni-bayreuth.de>
261 2003-05-07 [christoph]
264 * src/gtk/pluginwindow.glade
265 * src/plugins/image_viewer/viewerprefs.glade
266 * src/plugins/spamassassin/spamassassin_gtk.glade
267 add glade files for user interfaces and a description how
268 to use glade to create the sylpheed code
270 2003-05-07 [paul] 0.8.11claws146
272 * sync with 0.8.11cvs41
273 see ChangeLog 2003-05-07
275 2003-05-06 [christoph] 0.8.11claws145
278 * src/plugins/image_viewer/viewer.c
279 fix usage of imlib in imageviewer plugin
281 * src/gtk/prefswindow.c
282 handle window close event correctly
284 2003-05-06 [paul] 0.8.11claws144
287 fix typo introduced in sync
289 2003-05-06 [paul] 0.8.11claws143
291 * sync with 0.8.11cvs39
292 see ChangeLog 2003-05-06
294 2003-05-06 [paul] 0.8.11claws142
298 updated Czech translation, submitted by
299 Radek Vybiral <Radek.Vybiral@vsb.cz>
301 * src/plugins/clamav/clamav_plugin_gtk.c
304 2003-05-03 [alfons] 0.8.11claws141
307 make paste as quotation work even when the call to
308 text_inserted() was deferred (fixes bug #140 "Paste
309 as quotation does not work when using "external"
312 2003-05-03 [thorsten] 0.8.11claws140
319 function with non-int retval/param used before
320 implementation/declaration
322 2003-05-02 [paul] 0.8.11claws139
324 * src/addr_compl.[ch]
328 revert match's changes to (finally) remove the bug where
329 opening a folder causes massive slowdown when using the
330 'Display sender using address book' option
332 2003-05-01 [melvin] 0.8.11claws138
334 * src/plugins/dillo_viewer/dillo_prefs.[ch]
335 * src/plugins/dillo_viewer/dillo_viewer.c
336 Fixed bug where "Cancel" button from prefs issued
338 Comply a little more to coding style
340 2003-05-01 [paul] 0.8.11claws137
342 * sync with 0.8.11cvs38
343 see ChangeLog 2003-05-01
345 2003-05-01 [paul] 0.8.11claws136
348 updated by George Danchev
350 2003-04-30 [christoph] 0.8.11claws135
352 * src/plugins/dillo_viewer/dillo_prefs.c
353 * src/plugins/image_viewer/viewerprefs.c
354 * src/plugins/spamassassin/spamassassin_gtk.c
355 remove gtk_widget_ref() calls for widgets in
358 2003-04-30 [paul] 0.8.11claws134
361 ok, this time a better fix for the bug where opening folder
362 has massive slowdown when using the 'Display sender using
365 2003-04-30 [paul] 0.8.11claws133
368 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
370 2003-04-30 [melvin] 0.8.11claws132
372 New: Dillo plugin preferences (patch by Dimitar Haralanov)
374 * src/plugins/dillo_viewer/dillo_prefs.[ch] *** NEW ***
375 Preferences for the dillo plugin
376 * src/plugins/dillo_viewer/dillo_viewer.c
377 Support for preferences
378 * src/plugins/dillo_viewer/Makefile.am
379 Added dillo_prefs.[ch]
381 2003-04-30 [alfons] 0.8.11claws131
383 * src/common/plugin.[ch]
384 see? this ANSI C'fication immediately gives us type
387 2003-04-30 [alfons] 0.8.11claws130
389 * src/common/plugin.[ch]
390 * src/plugins/clamav/clamav_plugin.[ch]
391 * src/plugins/clamav/clamav_plugin_gtk.c
392 * src/plugins/demo/demo.c
393 * src/plugins/dillo_viewer/dillo_viewer.c
394 * src/plugins/image_viewer/plugin.c
395 * src/plugins/image_viewer/viewer.[ch]
396 * src/plugins/image_viewer/viewerprefs.[ch]
397 * src/plugins/mathml_viewer/mathml_viewer.c
398 * src/plugins/spamassassin/spamassassin.[ch]
399 * src/plugins/spamassassin/spamassassin_gtk.c
400 * src/plugins/trayicon/trayicon.c
403 2003-04-30 [alfons] 0.8.11claws129
406 make is_ascii_str() fail gracefully when NULL pointer
409 2003-04-30 [paul] 0.8.11claws128
412 fix bug where opening folder has massive slowdown when
413 using the 'Display sender using address book' option
415 2003-04-30 [paul] 0.8.11claws127
417 * src/plugins/clamav/clamav_plugin.c
418 src/plugins/clamav/clamav_plugin_gtk.c
419 src/plugins/demo/demo.c
420 src/plugins/dillo_viewer/dillo_viewer.c
421 src/plugins/image_viewer/plugin.c
422 src/plugins/mathml_viewer/mathml_viewer.c
423 src/plugins/spamassassin/spamassassin.c
424 src/plugins/spamassassin/spamassassin_gtk.c
425 src/plugins/trayicon/trayicon.c
426 get rid of eye-hurting function signatures
428 2003-04-30 [paul] 0.8.11claws126
430 * src/plugins/trayicon/trayicon.c
436 2003-04-30 [paul] 0.8.11claws125
439 arrange the plugins in reverse alphabetical order
441 * src/plugins/clamav/clamav_plugin.[ch]
442 src/plugins/clamav/clamav_plugin_gtk.c
444 resize max_size window
445 re-arrange the order of some gui elements
448 * src/plugins/image_viewer/plugin.c
449 src/plugins/mathml_viewer/mathml_viewer.c
452 * src/plugins/spamassassin/spamassassin_gtk.c
453 resize max_size window
454 re-arrange the order of some gui elements
460 2003-04-30 [alfons] 0.8.11claws124
463 fix a leak found while browsing Martin Kluge's
464 valgrind log (Claws only)
466 2003-04-29 [darko] 0.8.11claws123
469 include wchar.h if it is available, fixes compilation
472 2003-04-29 [melvin] 0.8.11claws122
474 * src/prefs_actions.c
475 Improved help text of Actions' syntax
477 2003-04-28 [paul] 0.8.11claws121
480 a better fix for the crash when performing an action
483 2003-04-28 [paul] 0.8.11claws120
486 fix crash when performing an action on a
489 2003-04-28 [paul] 0.8.11claws119
491 * sync with 0.8.11cvs36
492 see ChangeLog 2003-04-28
494 2003-04-27 [paul] 0.8.11claws118
496 * more sync with 0.8.11cvs35
497 see ChangeLog 2003-04-25
499 2003-04-26 [christoph] 0.8.11claws117
502 fix remove virtual check
504 2003-04-26 [paul] 0.8.11claws116
507 fix return-receipt, make it work again
509 2003-04-26 [paul] 0.8.11claws115
512 restore double-clicking of the [application/pgp-signature
513 (Select "Check signature" to check)] line in the message view,
514 broken in recent sync
516 2003-04-26 [christoph] 0.8.11claws114
519 check if remove virtual really exists before
522 2003-04-25 [match] 0.8.11claws113
529 * src/ldapserver.[ch]
530 fix memleak. fix segfault.
533 2003-04-25 [alfons] 0.8.11claws112
538 2003-04-25 [alfons] 0.8.11claws111
540 * src/common/session.c
543 2003-04-25 [paul] 0.8.11claws110
545 * sync with 0.8.11cvs35
546 see ChangeLog 2003-04-24 and 2003-04-25
548 * src/gtk/pluginwindow.c
549 correct another strange float value
551 2003-04-24 [christoph] 0.8.11claws109
554 freeze folder item updates when unsetting new flags
556 * src/gtk/pluginwindow.c
557 correct strange float value
559 2003-04-23 [paul] 0.8.11claws108
561 * sync with 0.8.11cvs33
562 see ChangeLog 2003-04-23
564 2003-04-22 [paul] 0.8.11claws107
569 src/pgptext.[ch] ** REMOVED **
570 remove pgptext.[ch] as its not used any more
572 2003-04-22 [paul] 0.8.11claws106
574 * sync with 0.8.11cvs31
575 see ChangeLog 2003-04-21 and 2003-04-22
577 2003-04-21 [alfons] 0.8.11claws105
580 No access to GTK structures if we're a spawned child
581 (and clean up code a little bit...) Should fix #126.
583 2003-04-21 [melvin] 0.8.11claws104
585 * src/plugins/dillo_viewer/README
586 Improved slightly the text.
588 2003-04-21 [melvin] 0.8.11claws103
590 * src/plugins/dillo_viewer/README *** NEW ***
591 Added a README file for the Dillo plugin
596 tools/outlook2sylpheed.pl
597 updated and improved by Ricardo Mones Lastra
599 2003-04-18 [oliver] 0.8.11claws102
602 * src/prefs_account.h
603 remove Pop3SessionType (used by selective download)
604 * src/prefs_toolbar.c
605 enable set Default Toolbar button
607 2003-04-18 [paul] 0.8.11claws101
609 * sync with 0.8.11cvs29
610 see ChangeLog 2003-04-18
612 2003-04-17 [paul] 0.8.11claws100
614 * src/prefs_common.[ch]
616 remove 'Open next message on deletion' option,
617 as the same effect can now be achieved via the
618 'Always open messages in summary when selected'
621 2003-04-17 [paul] 0.8.11claws99
623 * sync with 0.8.11cvs28
624 see ChangeLog 2003-04-17
626 2003-04-17 [christoph] 0.8.11claws98
629 * src/plugins/spamassassin/libspamc.[ch]
630 * src/plugins/spamassassin/utils.[ch]
631 sync libspamc with SpamAssassin project
633 2003-04-17 [christoph] 0.8.11claws97
635 * src/common/socket.h
636 * src/gtk/sslcertwindow.h
637 rename old USE_SSL to USE_OPENSSL
639 2003-04-17 [paul] 0.8.11claws96
642 use gulong for P_COLOR so that it compiles/runs on
643 64-bit systems. Patch submitted by James Noyes
644 <jnoyes-claws@retrogeeks.com>
649 2003-04-17 [paul] 0.8.11claws95
651 * sync with 0.8.11cvs27
652 see ChangeLog 2003-04-16
654 2003-04-15 [paul] 0.8.11claws94
656 * src/prefs_common.[ch]
657 rearrange to stop the window getting too long:
658 move Receive dialog stuff to Receive tab
659 move Send dialog to Send tab
661 rename 'Open messages in summary with cursor keys' to
662 'Always open messages in summary when selected', as its
665 2003-04-15 [paul] 0.8.11claws93
667 * src/prefs_common.[ch]
669 add new option '/Interface/Open next message on deletion'
671 2003-04-15 [paul] 0.8.11claws92
673 * src/summaryview.[ch]
674 add /Mark/Lock and /Mark/Unlock to the pop-up
675 menu. Patch submitted by Ivan Francolin Martinez
676 <ivanfm@users.sourceforge.net>
678 2003-04-15 [paul] 0.8.11claws91
680 * sync with 0.8.11cvs24
681 see ChangeLog 2003-04-15
683 2003-04-14 [jens] 0.8.11claws90
685 * updated German translation and some corrections from
686 Roland Bless <bless@tm.uka.de>
688 2003-04-14 [paul] 0.8.11claws89
690 * sync with 0.8.11cvs22
691 see ChangeLog 2003-04-14
693 2003-04-13 [paul] 0.8.11claws88
695 * src/plugins/clamav/clamav_plugin.c
699 2003-04-12 [paul] 0.8.11claws87
701 * src/plugins/clamav/clamav_plugin.c
702 activate enable/disable archive scanning option
704 * src/plugins/clamav/.cvsignore ** NEW FILE **
706 2003-04-12 [paul] 0.8.11claws86
708 * src/plugins/Makefile.am
709 src/plugins/clamav/Makefile.am ** NEW FILE **
710 src/plugins/clamav/README ** NEW FILE **
711 src/plugins/clamav/clamav_plugin.[ch] ** NEW FILES **
712 src/plugins/clamav/clamav_plugin_gtk.c ** NEW FILE **
713 add Clam AntiVirus plugin
715 2003-04-12 [paul] 0.8.11claws85
717 * sync with 0.8.11cvs21
718 see ChangeLog 2003-04-11
720 2003-04-11 [paul] 0.8.11claws84
723 update Spanish translation. Submitted by Ricardo
726 2003-04-10 [christoph] 0.8.11claws83
729 fix typo that did not move unfiltered mails to destination
732 (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
733 when filtering from spool)
735 2003-04-10 [christoph] 0.8.11claws82
738 use BODY.PEEK instead of BODY in in message fetch operation
739 to make sure the IMAP server does not set the \Seen flag for
740 messages. Sylpheed does that later itself, when the message
741 is opened in sylpheed
743 (closes Bug 111 Claws destroys unread marks)
745 2003-04-09 [oliver] 0.8.11claws81
748 fix crash in folder_destroy
750 remove selective download
752 2003-04-09 [christoph] 0.8.11claws80
755 fix crash in imap_get_msginfo() when then fetched message
758 (closes Bug 110 Crash during mail composition)
760 2003-04-08 [christoph] 0.8.11claws79
763 * src/prefs_account.c
764 Filter new messages that are found in an INBOX folder
765 when 'Filter messages on receiving' is enabled in the
766 Folder's AccountPrefs. This allows to use Sylpheed's
767 filtering engine for IMAP folders where messages are
768 added to the INBOX by a MTA
770 2003-04-08 [paul] 0.8.11claws78
773 clean up after last commit
775 2003-04-08 [paul] 0.8.11claws77
777 * sync with 0.8.11cvs20
778 see ChangeLog 2003-04-07 and 2003-04-08
780 2003-04-07 [christoph] 0.8.11claws76
786 add procmsg_msginfo_filter() to execute filtering actions
788 2003-04-06 [christoph] 0.8.11claws75
791 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
793 2003-04-06 [christoph] 0.8.11claws74
795 * src/common/utils.[ch]
796 add g_int_compare() function for slist sorting
799 fetch all MsgInfos with one command in imap_get_msginfos()
800 using an imap set with a list of ranges
803 use new g_int_compare() function
805 2003-04-06 [thorsten] 0.8.11claws73
808 corrected implementation of mh_folder_destroy()
810 2003-04-05 [christoph] 0.8.11claws72
828 o rename structure field names class and new to klass and
829 new_msgs, to allow including files in C++
830 o add 'extern "C"' block to some header files
831 o add MsgInfoList and MsgNumberList as alias for GSList for
832 developers to know what type of list is expected
834 * src/plugins/image_viewer/plugin.c
835 * src/plugins/image_viewer/viewer.[ch]
836 * src/plugins/image_viewer/viewerprefs.[ch]
837 rename function names to prevent conflicts
839 2003-04-05 [paul] 0.8.11claws71
841 * sync with 0.8.11cvs18
842 see ChangeLog 2003-04-03 and 2003-04-04
844 2003-04-02 [christoph] 0.8.11claws70
848 * src/mbox_folder.[ch]
851 o Make all virtual folder functions private
852 o remove unused folder code
854 * src/common/socket.[ch]
858 2003-03-30 [alfons] 0.8.11claws69
861 remove two debug traces and see if people still report
864 2003-03-30 [alfons] 0.8.11claws68
867 * src/commons/session.c
868 add more debug traces
870 2003-03-30 [christoph] 0.8.11claws67
873 change processing folder name from .processing to processing
876 disable SSL certificate check because it causes Xlib error
877 when the child process want's to open an GTK window
879 2003-03-30 [christoph] 0.8.11claws66
882 don't use default folder for processing folder item because
883 it can be a non local folder
885 (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
887 2003-03-30 [alfons] 0.8.11claws65
890 try fixing crashes when sending messages: my gcc 2.95.4 seems
891 to generate bad code for 'send_send_data_progressive': When
892 called from 'send_send_data_finished', the 'data' pointer is
893 cleared just before the assignment to the dialog pointer
895 2003-03-29 [christoph] 0.8.11claws64
898 * src/plugins/image_viewer/Makefile.am
899 * src/plugins/image_viewer/plugin.c
900 * src/plugins/image_viewer/viewer.[ch]
901 * src/plugins/image_viewer/viewerprefs.[ch] ** NEW **
902 add PrefsPage for ImageViewer
904 2003-03-28 [thorsten] 0.8.11claws63
906 * src/common/session.c
909 2003-03-28 [paul] 0.8.11claws62
911 * sync with 0.8.11cvs16
912 see ChangeLog 2003-03-28
914 2003-03-28 [paul] 0.8.11claws61
916 * sync with 0.8.11cvs15
917 see ChangeLog 2003-03-28
919 2003-03-27 [christoph] 0.8.11claws60
923 * src/common/socket.[ch]
924 set socket state to DISCONNECTED when any operation
925 fails to allow reconnecting in IMAP code without
926 checking the return code of all calls to the command
931 remove some more stuff that depends on specific
934 2003-03-27 [paul] 0.8.11claws59
936 * sync with 0.8.11cvs14
937 see ChangeLog 2003-03-27
939 * src/selective_download.[ch] ** REMOVED **
942 2003-03-27 [christoph] 0.8.11claws58
945 fix handling of tmp_flags in flag copy function
947 2003-03-27 [paul] 0.8.11claws57
949 * sync with 0.8.11cvs13
950 see ChangeLog 2003-03-27
952 2003-03-27 [oliver] 0.8.11claws56
955 remove sel_download_cb
957 2003-03-27 [oliver] 0.8.11claws55
962 2003-03-26 [oliver] 0.8.11claws54
967 remove selective donwload readme
969 2003-03-26 [oliver] 0.8.11claws53
971 * src/matcher_parser_parse.y
973 * src/prefs_account.[ch]
974 * src/prefs_filtering.c
975 remove selective donwload
977 2003-03-26 [oliver] 0.8.11claws52
982 remove selective donwload
984 2003-03-26 [oliver] 0.8.11claws51
987 * src/selective_download.[ch] ** REMOVE **
989 2003-03-26 [christoph] 0.8.11claws50
992 fix NEWS that got broken by a sync with sylpheed-main
994 2003-03-26 [christoph] 0.8.11claws49
997 fix mime type guessing when no mime type is found for a file
999 2003-03-25 [christoph] 0.8.11claws48
1003 remove mime type guessing from mime parser and use
1004 name based mime types in viewer lookup for mime type
1005 application/octet-stream
1007 2003-03-25 [christoph] 0.8.11claws47
1009 * doc-src/readme.txt
1010 * doc-src/rfc2554.txt
1011 add RFC about SMTP AUTH
1013 * src/send_message.c
1014 * src/common/smtp.[ch]
1015 add extra error code for authentication errors and
1016 clear temporary password when this error occurs
1018 (closes Bug 84 authentication failure while sending should
1019 prompt for password again)
1021 2003-03-25 [christoph] 0.8.11claws46
1025 * src/imageview.[ch] ** REMOVE **
1026 * src/messageview.[ch]
1028 * src/prefs_common.[ch]
1030 * src/plugins/Makefile.am
1031 * src/plugins/image_viewer/.cvsignore ** NEW **
1032 * src/plugins/image_viewer/Makefile.am ** NEW **
1033 * src/plugins/image_viewer/plugin.c ** NEW **
1034 * src/plugins/image_viewer/viewer.[ch] ** NEW **
1035 move image viewer into a plugin (building is enabled by default)
1036 [ToDo: Prefs for resize and autoview]
1038 2003-03-25 [paul] 0.8.11claws45
1040 * sync with 0.8.11cvs12
1041 see ChangeLog 2003-03-26
1043 2003-03-25 [paul] 0.8.11claws44
1045 * sync with 0.8.11cvs11
1046 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1048 Note: Selective Download is broken.
1050 2003-03-22 [christoph] 0.8.11claws43
1053 code cleanup for flags copying
1055 2003-03-22 [christoph] 0.8.11claws42
1057 * src/plugins/trayicon/trayicon.c
1058 fix setting the transparent area when the window size
1059 is forced by the system tray
1061 2003-03-22 [christoph] 0.8.11claws41
1063 * src/plugins/trayicon/gnome-mail.xpm ** REMOVE **
1064 * src/plugins/trayicon/gnome-nomail.xpm ** REMOVE **
1065 * src/plugins/trayicon/newmail.xpm ** NEW **
1066 * src/plugins/trayicon/nomail.xpm ** NEW **
1067 * src/plugins/trayicon/trayicon.c
1068 * src/plugins/trayicon/unreadmail.xpm ** NEW **
1069 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1070 o add icon for unread mails
1071 o set transparency for window
1073 2003-03-22 [christoph] 0.8.11claws40
1076 init news session to prevent crash when session is closed
1078 2003-03-22 [christoph] 0.8.11claws39
1081 * src/common/session.[ch]
1082 Init session data to make sure we don't have invalid pointers
1083 for read_ch and write_ch when new multi process sessions are
1087 * src/common/plugin.c
1088 * src/common/sylpheed.c
1089 * src/plugins/demo/demo.c
1090 * src/plugins/dillo_viewer/dillo_viewer.c
1091 * src/plugins/mathml_viewer/mathml_viewer.c
1092 * src/plugins/spamassassin/spamassassin.c
1093 * src/plugins/spamassassin/spamassassin_gtk.c
1094 add plugin types to allow loading plugins at different times
1095 (and maybe for different frontends), because it's not good to
1096 load GTK-Plugins gefore gtk_init was called
1099 * src/plugins/Makefile.am
1100 * src/plugins/trayicon/.cvsignore ** NEW **
1101 * src/plugins/trayicon/Makefile.am ** NEW **
1102 * src/plugins/trayicon/eggtrayicon.c ** NEW **
1103 * src/plugins/trayicon/eggtrayicon.h ** NEW **
1104 * src/plugins/trayicon/gnome-mail.xpm ** NEW **
1105 * src/plugins/trayicon/gnome-nomail.xpm ** NEW **
1106 * src/plugins/trayicon/trayicon.c ** NEW **
1107 New Trayicon plugin that shows an icon in a systray that uses
1108 XEMBED protocol like Gnome's systray. Icon shows if there
1109 are new mails and a tooltip shows information about new,
1110 unread and total messages.
1112 2003-03-22 [paul] 0.8.11claws38
1115 fix ESMTP AUTH CRAM-MD5
1116 [sync with main (still version 0.8.11cvs6), see
1117 ChangeLog 2003-03-22]
1119 2003-03-21 [colin] 0.8.11claws37
1121 * src/send_message.c
1122 Fix USE_SSL => USE_OPENSSL
1124 2003-03-21 [colin] 0.8.11claws36
1127 Fix counts in drag and dropped subfolders
1129 2003-03-21 [colin] 0.8.11claws35
1133 speed up a bit folder dnd
1135 2003-03-20 [alfons] 0.8.11claws34
1140 don't send locked queue messages
1141 (feature request "[ 705245 ] Locking message in outbox
1142 should prevent sending")
1144 2003-03-20 [christoph] 0.8.11claws33
1147 remove NEW and UNREAD flag in special folders when scanning
1150 fix ESMTP AUTH CRAM-MD5
1152 2003-03-20 [paul] 0.8.11claws32
1154 * src/prefs_account.c
1155 Re-write 'Tunnel command to open connection' as
1156 'Use command to communicate with server', and disable
1157 it for all except IMAP accounts
1159 2003-03-20 [paul] 0.8.11claws31
1161 * sync with 0.8.11cvs6
1162 see ChangeLog 2003-03-20
1164 2003-03-19 [match] 0.8.11claws30
1167 include documentation. minor refactoring.
1168 * src/addr_compl.[ch]
1169 * src/addrindex.[ch]
1170 * src/addresbook.[ch]
1172 re-enable address lookup (was disabled in
1175 2003-03-19 [christoph] 0.8.11claws29
1178 add temp flag handling, will make moving and copying
1179 messages possible again
1182 correct calulation of folder stats
1184 2003-03-18 [match] 0.8.11claws28
1187 remove case sensitive comparison (closes bug 80).
1189 2003-03-18 [christoph] 0.8.11claws27
1192 fix imap using a tunnel command
1196 2003-03-18 [christoph] 0.8.11claws26
1201 rewrite flag handling for folders
1203 2003-03-18 [christoph] 0.8.11claws25
1208 unset NEW and UNREAD flags when message is ignored, to make
1209 sure messages don't show up as unread on other IMAP clients,
1210 because the IGNORE_THREAD flag can not be syncronized through
1213 2003-03-17 [christoph] 0.8.11claws24
1216 don't use recursion to fetch uids when the number of messages
1217 does not match. Moved code into subfunction that is used
1218 again when needed, to prevent an endless loop.
1220 2003-03-17 [thorsten] 0.8.11claws23
1222 * src/imageview.[ch]
1223 export imageview_get_resized_size() (for plugins)
1224 * src/prefs_common.[ch]
1225 added prefs_common_get() (for plugins)
1227 2003-03-17 [christoph] 0.8.11claws22
1230 o remove UID guessing from copy code
1231 o support UIDPLUS extension for APPEND command
1233 2003-03-17 [paul] 0.8.11claws21
1236 remove 'Compiled-plugins' section.
1238 * src/plugins/dillo_viewer/dillo_viewer.c
1239 slight change to description text
1241 2003-03-16 [match] 0.8.11claws20
1242 * src/ldapserver.[ch] ** NEW **
1243 * src/ldapctrl.[ch] ** NEW **
1244 * src/ldapquery.[ch] ** NEW **
1245 * src/ldaputil.[ch] ** NEW **
1246 * src/addrcindex.[ch] ** NEW **
1247 * src/addrquery.h ** NEW **
1249 * src/addrcache.[ch]
1250 * src/addrindex.[ch]
1251 * src/addr_compl.[ch]
1252 * src/addressbook.[ch]
1257 * src/editldap_basedn.c
1261 included dynamic LDAP queries. improved address
1264 2003-03-16 [paul] 0.8.11claws19
1266 * tools/multiwebsearch.pl
1269 2003-03-16 [christoph] 0.8.11claws18
1272 * src/plugins/dillo_viewer/dillo_viewer.c
1273 * src/plugins/mathml_viewer/mathml_viewer.c
1274 make unregistering of MimeViewerFactorys possible
1276 2003-03-16 [alfons] 0.8.11claws17
1281 2003-03-16 [melvin] 0.8.11claws16
1283 * src/plugins/dillo_viewer.c
1284 Fixed bug where it was not possible to view more than
1285 one text/html attachment per message (bug discovered
1286 by Christoph Hohmann).
1288 2003-03-15 [melvin] 0.8.11claws15
1290 * src/prefs_actions.c
1291 Fixed compilation warnings.
1293 2003-03-15 [melvin] 0.8.11claws14
1295 * src/plugins/Makefile.am
1296 * src/plugins/dillo_viewer/.cvsignore ** NEW **
1297 * src/plugins/dillo_viewer/Makefile.am ** NEW **
1298 * src/plugins/dillo_viewer/dillo_viewer.c ** NEW **
1299 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1300 newer (http://dillo.auriga.wearlab.de/).
1302 2003-03-15 [christoph] 0.8.11claws13
1305 don't query imap folder for attributes because we already
1306 for them from imap_status
1309 add support for plugable MimeViewers (unloading Viewers
1312 * src/plugins/Makefile.am
1313 * src/plugins/mathml_viewer/.cvsignore ** NEW **
1314 * src/plugins/mathml_viewer/Makefile.am ** NEW **
1315 * src/plugins/mathml_viewer/mathml_viewer.c ** NEW **
1316 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1317 widget from http://helm.cs.unibo.it/mml-widget/
1319 2003-03-14 [christoph] 0.8.11claws12
1322 o error return code's should better be negative
1323 o replace printf with debug_print
1326 improve IMAP folder scan by checking UID-NEXT
1329 remove check that are unnecessary in my opinion
1331 2003-03-13 [christoph] 0.8.11claws11
1340 * src/prefs_scoring.c
1342 use a common function to get a displayable name
1345 2003-03-13 [paul] 0.8.11claws10
1349 tools/multiwebsearch.conf ** NEW FILE **
1350 tools/multiwebsearch.pl ** NEW FILE **
1351 add multiwebsearch Actions script
1353 2003-03-13 [colin] 0.8.11claws9
1356 Remove leading emtpy lines from quoted text
1359 2003-03-13 [melvin] 0.8.11claws8
1361 * src/prefs_actions.c
1364 Added Cancel and OK buttons
1367 2003-03-13 [christoph] 0.8.11claws7
1377 replace more folder type stuff with folder class stuff
1379 2003-03-13 [melvin] 0.8.11claws6
1381 * src/prefs_actions.c
1383 %u: user provided argument
1384 %h: user provided argument (hidden on input)
1385 %s: current text selection in the message view
1387 2003-03-13 [paul] 0.8.11claws5
1389 * sync with 0.8.11cvs5
1390 see ChangeLog 2003-03-11, 2003-03-12
1392 2003-03-12 [christoph] 0.8.11claws4
1395 use folder class idstr when writing folderlist.xml
1400 replace folder type checks with folder class checks
1402 2003-03-12 [christoph] 0.8.11claws3
1407 * src/mbox_folder.[ch]
1410 o create a list of known folder classes in the folder system
1411 o use folder class id strings for folder item identifiers
1413 2003-03-12 [christoph] 0.8.11claws2
1416 fix imap uid validity check
1418 2003-03-12 [christoph] 0.8.11claws1
1429 * src/prefs_scoring.c
1433 initial restructuring of folder system, seperating
1434 folders and folder classes
1436 2003-03-12 [paul] 0.8.11claws
1440 2003-03-12 [christoph]
1442 * src/gtk/prefswindow.c
1443 fix translation of "Page Index"
1445 2003-03-12 [paul] 0.8.10claws110
1447 a sync from 0.8.11cvs4 before the release
1449 * src/common/utils.c
1450 subject_compare_for_sort(): allow null strings (fixes
1453 2003-03-11 [paul] 0.8.10claws109
1456 update Spanish translation, submitted by
1457 Ricardo Mones Lastra
1459 2003-03-11 [melvin] 0.8.10claws108
1462 Updated French translations
1464 2003-03-11 [paul] 0.8.10claws107
1466 * manual/en/Makefile.am
1468 update English manual, add a new page
1469 updated by Francois Barriere <fbarriere@atmel.fr>
1474 update Bulgarian, Italian, and Serbian translations
1475 submitted by George Danchev, Alessandro Maestri, and
1478 2003-03-10 [paul] 0.8.10claws106
1481 src/gtk/prefswindow.c
1482 make some strings translatable
1484 2003-03-10 [darko] 0.8.10claws105
1487 code cleanup to make Hiro happy
1489 2003-03-10 [paul] 0.8.10claws104
1491 * sync with 0.8.11cvs2
1492 see ChangeLog 2003-03-10
1494 2003-03-09 [melvin] 0.8.10claws103
1497 textview_set_font(): fix for message display in
1498 UTF-8 locales (thanks to Sergey Vlasov).
1499 (was unintentionnaly reverted in 0.8.6claws6)
1501 2003-03-08 [darko] 0.8.10claws102
1504 fix infinite loop in wrapping as reported
1506 obsoletes patch #696482
1508 2003-03-08 [christoph] 0.8.10claws101
1511 add workaround for IMAP servers that do not
1512 support the "UID SEARCH UID" command
1514 2003-03-07 [christoph] 0.8.10claws100
1516 * src/plugins/spamassassin/spamassassin.[ch]
1517 * src/plugins/spamassassin/spamassassin_gtk.c
1520 2003-03-07 [paul] 0.8.10claws99
1523 updated Spanish translation, submitted by
1524 Ricardo Mones Lastra
1526 2003-03-07 [christoph] 0.8.10claws98
1529 fix in 0.8.10claws94 was wrong
1530 local delivery does not require escaping, remove escaping
1531 code to make signatures of mails with "." lines valid
1533 NOTE: requires that sendmail is executed with "-i" option,
1534 what is the default now, but has to be changed in all
1537 2003-03-07 [paul] 0.8.10claws97
1539 * sync with 0.8.11 release
1540 see ChangeLog 2003-03-07
1542 2003-03-06 [paul] 0.8.10claws96
1545 revert commit 0.8.10claws92
1547 2003-03-06 [paul] 0.8.10claws95
1550 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1553 fix bug 74, 'Crash opening editor window with pseudo-color
1556 Patches submitted by Kevin Vigor <kevin@vigor.nu>
1558 2003-03-06 [christoph] 0.8.10claws94
1561 fix rfc2821 (4.5.2) violation in SMTP data sending,
1562 all lines starting with a period get an extra period
1564 (found by Simon 'corecode' Schubert)
1566 2003-03-06 [paul] 0.8.10claws93
1569 if configured font can't be loaded fall back to gtk
1570 default. (with thanks to Christoph)
1572 closes long-standing bug 15 'Crashes on startup'
1574 2003-03-06 [paul] 0.8.10claws92
1577 freeze text before autosave and thaw afterwards
1578 fixes bug 67 'autosave make re-rediting message crazy'
1580 2003-03-06 [christoph] 0.8.10claws91
1583 ignore address comment in dupe check for Cc-list
1585 (closes reopened bug 47 Replying to message strips name part of
1586 e-mail addresses of Cc: lines)
1588 2003-03-06 [paul] 0.8.10claws90
1591 remove reference to gtkxtext.h as its no longer in
1594 2003-03-06 [paul] 0.8.10claws89
1596 * sync with 0.8.10cvs25
1597 see ChangeLog 2003-03-06
1599 2003-03-06 [oliver] 0.8.10claws88
1604 2003-03-06 [oliver] 0.8.10claws87
1607 remove changes introduced inclaws74
1609 another attempt to sanely delete and update
1610 messages deleted in separate messageview
1612 2003-03-05 [christoph] 0.8.10claws86
1615 check if "From" matches any account's address if
1616 addressbook completion of addresses is disabled too
1618 (closes Bug 70 "Display recipient in from" doesn't check
1619 folder's default account)
1621 2003-03-05 [christoph] 0.8.10claws85
1624 * src/common/utils.[ch]
1625 don't strip address comments when building Cc lists
1627 (closes Bug 47 Replying to message strips name part of e-mail addresses
1631 fix return value of copy function
1633 2003-03-05 [christoph] 0.8.10claws84
1636 don't ask imap server for non rfc822 headers
1638 (closes bug 71 IMAP FETCH asks for FROM header field twice)
1641 destroy session on socket error to allow reconnecting
1643 2003-03-05 [christoph] 0.8.10claws83
1646 fix building with gnome when no prefix is set
1648 (closes bug 66 Gnome directory is set to NONE)
1650 2003-03-05 [paul] 0.8.10claws82
1652 * sync with 0.8.10cvs23
1653 see ChangeLog 2003-03-05
1655 2003-03-04 [christoph] 0.8.10claws81
1658 o fix moving and copying when folder returns 0 for new
1660 o remove some code for single message copy and move
1661 operations and use functions for multiple messages
1663 (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
1666 remove unused include
1668 2003-03-04 [paul] 0.8.10claws80
1671 list 'Compiled plugins'
1673 2003-03-03 [christoph] 0.8.10claws79
1676 have to multiply the percentage of the current fetch with
1677 the percentage that it has of the total fetch operation
1680 2003-03-03 [christoph] 0.8.10claws78
1683 fix calculation of expected lines for progress indicator
1685 2003-03-03 [christoph] 0.8.10claws77
1688 * src/common/utils.c
1689 fix segfault when opening the root news folder
1691 2003-03-03 [christoph] 0.8.10claws76
1693 * src/mainwindow.[ch]
1694 * src/common/Makefile.am
1695 * src/common/progressindicator.[ch]
1696 add UI independent progress indicator handling
1699 use new progress indicator for message info fetching
1701 * src/common/hooks.h
1704 2003-03-03 [oliver] 0.8.10claws75
1708 removed commented code
1710 2003-03-03 [oliver] 0.8.10claws74
1713 cleanups and refactoring
1715 compose_reply_mode reply & forwarding interface for
1718 act on messages marked for deletion in folderview_selected
1719 based on prefs_common.immediate_exec since a message might
1720 have been deleted by messageview in a folder we are changing
1721 to (does anybody understand what I'm on about ?)
1723 2003-03-03 [oliver] 0.8.10claws73
1725 * src/messageview.[ch]
1727 - messageview_delete: delete message shown in messagview
1728 - messageview_update_view: update messageview to currently
1729 selected summaryview message
1730 - add separate messageview to msgview_list in order to update
1731 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1732 * src/summaryview.[ch]
1733 summary_get_selection returns a list of selected msgs
1736 toolbar reply refactoring
1738 2003-03-03 [paul] 0.8.10claws72
1740 * sync with 0.8.10cvs21
1741 see ChangeLog 2003-03-03
1743 2003-03-02 [christoph] 0.8.10claws71
1745 * src/common/passcrypt.c
1748 2003-03-02 [christoph] 0.8.10claws70
1751 * src/prefs_account.c
1752 * src/prefs_gtk.[ch]
1753 * src/common/.cvsignore
1754 * src/common/Makefile.am
1755 * src/common/passcrypt.c ** NEW **
1756 * src/common/passcrypt.h.in ** NEW **
1757 Implement password encryption in config files
1758 using unix encrypt and setkey functions. The crypt
1759 key can be set as a configure parameter. Old
1760 passwords will be converted if they do not begin
1763 2003-03-02 [paul] 0.8.10claws69
1765 * src/prefs_account.c
1768 2003-03-01 [thorsten] 0.8.10claws68
1776 corrected format strings
1779 (fix compile errors with GNU gettext-0.11.5)
1781 2003-03-01 [oliver] 0.8.10claws67
1784 menu callbacks call toolbar_menu_reply
1786 2003-03-01 [oliver] 0.8.10claws66
1790 menu callbacks call toolbar_menu_reply
1792 callbacks from menu handled by toolbar_menu_reply
1794 2003-03-01 [paul] 0.8.10claws65
1797 revert commit 0.8.10claws54 - breaks editing of
1801 update Bulgarian translation, submitted by
1804 2003-02-28 [christoph] 0.8.10claws64
1810 * src/gtkxtext.h ** REMOVE **
1816 * src/prefs_common.c
1817 * src/prefs_matcher.c
1818 * src/procheader.[ch]
1821 * src/common/ssl_certificate.c
1822 * src/gtk/colorlabel.c
1825 o remove code obsoleted by new cache and folder system rework
1827 2003-02-28 [oliver] 0.8.10claws63
1830 * fix bug where reply in Messageview replied to
1831 Message displayed in summaryview
1832 (reportedd via ML by chinatinte at gmx dot ch)
1833 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1834 didn't work in separate MessageView Toolbar
1835 (wondering if anybody uses this at all ?)
1836 * src/summaryview.[ch]
1837 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1838 (generalize reply and forward code);
1840 remove focus_in event which updated summaryview to messageview
1842 2003-02-28 [paul] 0.8.10claws62
1845 add the --check option
1846 Patch submitted by Ricardo Mones Lastra
1848 2003-02-28 [paul] 0.8.10claws61
1850 * src/prefs_account.c
1851 re-order 'Signature' items
1853 2003-02-28 [paul] 0.8.10claws60
1855 * sync with 0.8.10cvs20
1856 see ChangeLog 2003-02-28
1858 2003-02-28 [paul] 0.8.10claws59
1861 update to reflect recent movement of files
1863 2003-02-28 [paul] 0.8.10claws58
1865 * sync with 0.8.10cvs19
1866 see ChangeLog 2003-02-28
1868 2003-02-27 [martin] 0.8.10claws57
1870 * src/prefs_matcher.c
1871 fix segfault in prefs_matcher_ok() when the
1872 last entry is deleted and prevents that the
1873 message "entry not saved" comes up after deleting
1876 2003-02-27 [martin] 0.8.10claws56
1878 * src/prefs_filtering.c
1879 fix segfault in prefs_filtering_ok() when the
1880 last entry is deleted and prevents that the
1881 message "entry not saved" comes up after deleting
1884 2003-02-27 [paul] 0.8.10claws55
1886 * sync with 0.8.10cvs18
1887 see ChangeLog 2003-02-27
1889 2003-02-27 [paul] 0.8.10claws54
1892 fix bug where the address book crashes with
1894 Patch [687729] submitted by David Frager
1895 <dbfrager@users.sourceforge.net>
1897 2003-02-25 [christoph] 0.8.10claws53
1900 * src/colorlabel.[ch] ** REMOVE **
1901 * src/gtk/Makefile.am
1902 * src/gtk/colorlabel.[ch] ** NEW **
1903 move colorlabel files to gtk directory
1905 * src/esmtp.[ch] ** REMOVE **
1906 has been merged into smtp.[ch] in 0.7.5
1908 2003-02-25 [christoph] 0.8.10claws52
1911 * src/about.[ch] ** REMOVE **
1912 * src/gtk/Makefile.am
1913 * src/gtk/about.[ch] ** NEW **
1914 move about files to gtk directory
1916 2003-02-25 [christoph] 0.8.10claws51
1919 some code optimization of folder scanning code
1921 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1923 2003-02-25 [christoph] 0.8.10claws50
1926 * src/common/sylpheed.c
1927 add command line parameter parsing to common code
1929 2003-02-24 [christoph]
1933 fix gnome prefix problems, the configure script now removed
1934 `gnome-config --prefix` from `gnome-config --datadir`
1935 and adds $(prefix} instead
1937 (closes Bug 24 Makefile does not respect prefix when installing
1940 2003-02-24 [christoph] 0.8.10claws49
1943 check for valid session before trying to authenticate
1945 (closes Bug 60 crash if "authenticate on logon" is activated
1946 and newsserver-hostname is not valid)
1948 2003-02-24 [melvin] 0.8.10claws48
1950 * src/prefs_actions.c
1951 Make sure all user's input is sent to the action and then
1954 2003-02-23 [alfons] 0.8.10claws46
1957 also wait cursor when deleting files
1961 * tools/freshmeat_search.pl
1962 tools/google_search.pl
1963 scripts should now work for any browser/browser command line
1965 2003-02-22 [christoph] 0.8.10claws45
1968 fix IMAP flag setting, IMAP flag is not handled correctly
1969 anymore by the folder system and information about the
1970 folder should not be saved in the MsgInfo (in my opinion)
1972 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1974 2003-02-22 [christoph] 0.8.10claws44
1977 fix spelling of "label" ;-)
1979 2003-02-22 [thorsten] 0.8.10claws43
1982 src/prefs_common.[ch]
1984 do not use description as attachment name
1986 2003-02-22 [alfons] 0.8.10claws42
1989 freeze/thaw folder item updates when changing color labels,
1990 and put a wait cursors on
1992 2003-02-22 [thorsten] 0.8.10claws41
1995 save-all fixes: crash if invoked on multipart container,
1996 mimeinfo access, pathseparators, error dialog
1998 2003-02-21 [alfons] 0.8.10claws40
2003 2003-02-21 [colin] 0.8.10claws39
2008 2003-02-21 [colin] 0.8.10claws38
2011 Freeze/thaw folderItem updates when filtering messages
2012 via Tools/Filter messages
2014 2003-02-21 [paul] 0.8.10claws37
2017 revert commit 0.8.10claws26, there are ulterior motives
2018 for users to set a Reply-To header when posting to
2021 2003-02-21 [paul] 0.8.10claws36
2023 * sync with 0.8.10cvs17
2024 see ChangeLog 2003-02-21
2026 2003-02-20 [christoph] 0.8.10claws35
2029 IMAP UID fetch speedup using SEARCH
2031 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2034 fix problem with UIDs in IMAP UID cache that no longer existed
2036 2003-02-20 [christoph] 0.8.10claws34
2041 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2043 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2046 Rewrite imap_cmd_gen_recv use sock_getline instead
2047 of sock_gets to avoid problems with too long reply
2050 2003-02-20 [colin] 0.8.10claws33
2052 * src/prefs_account.c
2055 2003-02-20 [colin] 0.8.10claws32
2058 Remove useless '&& !to_sender'
2063 change my e-mail address
2065 2003-02-19 [colin] 0.8.10claws31
2067 * src/prefs_common.c
2068 X11 style colors for every configurable color
2070 2003-02-19 [alfons] 0.8.10claws30
2072 * src/prefs_gtk.[ch]
2073 * src/prefs_common.c
2074 for color_new accept both plain integers and X11 style color
2075 names (as found in /usr/lib/X11/rgb.txt)
2077 2003-02-19 [paul] 0.8.10claws29
2080 add tooltips to online/offline button and account selector
2083 2003-02-19 [paul] 0.8.10claws28
2087 src/prefs_account.[ch]
2088 src/prefs_common.[ch]
2089 move 'Maximum number of articles to download' to
2091 clean up account prefs gui a little by hiding entries
2092 rather then greying out entries
2094 2003-02-19 [hiro] 0.8.10claws27
2096 * src/common/utils.c
2097 fix bug #54 'yesterdays date is displayed in the message
2100 2003-02-19 [paul] 0.8.10claws26
2103 fix bug reported in Feature Request [688596]
2104 'Reply-to header in news'
2106 2003-02-18 [paul] 0.8.10claws25
2109 add a 'List all keys' button to key selection dialog
2111 2003-02-18 [colin] 0.8.10claws24
2113 * src/stock_pixmap.c
2116 2003-02-18 [colin] 0.8.10claws23
2118 * src/common/smtp.[ch]
2120 Try to starttls if it seems to be the only
2121 way to authenticate a user
2123 2003-02-18 [paul] 0.8.10claws22
2127 src/stock_pixmap.[ch]
2128 src/pixmaps/drafts_close.xpm ** NEW FILE **
2129 src/pixmaps/drafts_open.xpm ** NEW FILE **
2130 as a Drafts folder is a special folder allow it to have
2131 its own unique icons
2133 2003-02-18 [colin] 0.8.10claws21
2136 Fix port selection when using starttls
2138 2003-02-18 [paul] 0.8.10claws20
2141 src/prefs_common.[ch]
2142 make blue the default new mail colour
2144 2003-02-18 [paul] 0.8.10claws19
2146 * sync with 0.8.10cvs14
2147 see ChangeLog 2003-02-18
2149 2003-02-17 [jens] 0.8.10claws18
2152 fixed a compile problem with gcc 3.3
2153 works on 2.95.3 too (testet on PPC as it is big endian)
2155 2003-02-17 [paul] 0.8.10claws17
2157 * sync with 0.8.10cvs13
2158 see ChangeLog 2003-02-17
2160 2003-02-17 [paul] 0.8.10claws16
2162 * sync with 0.8.10cvs12
2163 see ChangeLog 2003-02-17
2165 2003-02-16 [match] 0.8.10claws15
2168 Eliminates reloading of address data when items
2169 deleted or added. Applied submitted by
2170 Luke Plant <lukeplant@softhome.net>
2172 2003-02-16 [paul] 0.8.10claws14
2175 when a 'protocol error' is encountered disconnect from
2176 the server. This means that the user can carry on viewing
2177 other articles and doesn't have to either wait until the
2178 server timesout or quit sylpheed.
2179 Fixes bug #53 'Unable to read messages in newsgroups,
2180 displayed message doesn't change'
2182 2003-02-15 [christoph] 0.8.10claws13
2185 fix bug that stopped scanning of folders when an
2186 IMAP folder was empty
2188 (closes bug 46 stop scan messages in folders after empty folder)
2194 tools/freshmeat_search.pl ** NEW FILE **
2195 tools/google_search.pl ** NEW FILE **
2196 Add 2 Actions scripts which search freshmeat/google
2197 for the selected text using the browser configured
2200 Note: These scripts are very dependent on the format of the
2201 browser command and may not work on every occasion. Testing
2204 2003-02-14 [alfons] 0.8.10claws12
2207 fix breakage because of uninitialized account pointer.
2210 2003-02-14 [paul] 0.8.10claws11
2213 src/prefs_account.[ch]
2214 src/prefs_common.[ch]
2215 move signature settings to Account Prefs
2217 2003-02-14 [paul] 0.8.10claws10
2219 * sync with 0.8.10cvs11
2220 see ChangeLog 2003-02-14
2222 2003-02-13 [thorsten] 0.8.10claws9
2225 revert news progressbar (GUI separation)
2227 2003-02-13 [paul] 0.8.10claws8
2230 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2233 2003-02-13 [paul] 0.8.10claws7
2237 fix 'Follow-up and Reply-to' so that it creates a reply to
2238 the newsgroup and the sender. If the message has the keyword
2239 'poster' in the Followup-To header, all replies go to the
2240 sender, re: RFC 1036, Section 2.2.3
2241 rename all instances of 'ignore_replyto' to 'to_sender', both
2242 were previously used, now we use just one.
2244 2003-02-13 [paul] 0.8.10claws6
2246 * sync with 0.8.10cvs9
2247 see ChangeLog 2003-02-13
2249 2003-02-13 [paul] 0.8.10claws5
2252 show which plugins are configured in the configure
2255 2003-02-12 [thorsten] 0.8.10claws4
2258 show progress while fetching news headers
2260 2003-02-12 [christoph] 0.8.10claws3
2263 * src/plugins/Makefile.am
2264 use AM_CONDITIONAL to enable plugins, automake correctly
2265 manages this when creating distdir
2267 2003-02-12 [christoph] 0.8.10claws2
2269 * ac/spamassassin.m4
2270 * src/plugins/spamassassin/Makefile.am
2271 fix building SpamAssassin plugin without OpenSSL
2273 2003-02-12 [paul] 0.8.10claws1
2277 src/plugins/Makefile.am
2278 fix failure of 'make release'
2280 2003-02-12 [paul] 0.8.10claws
2282 * 0.8.10claws released
2284 2003-02-12 [paul] 0.8.9claws56
2291 updated translations by George Danchev, Ricardo Mones Lastra,
2292 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2295 Allow the building of RPMs by a regular user. Submitted
2298 2003-02-11 [alfons] 0.8.9claws55
2301 don't use pixmaps for label color rect but draw rectangles
2302 so we can respect the color map of palette based visuals
2303 (fixes the long time crashes on Suns - thanks to Andreas
2304 Engel and Steve O'Hara-Smith for testing)
2306 2003-02-11 [christoph] 0.8.9claws54
2308 * src/matcher_parser_parse.y
2309 correct bug where filering rules of not existing folders in
2310 matcherrc were added to global filtering
2312 (closes Debian Bug #180253 - Directory's filter-rules are merged with
2313 main filter-rules after removing directory, http://bugs.debian.org/180253)
2315 2003-02-11 [paul] 0.8.9claws53
2317 * sync with 0.8.10cvs7
2318 see ChangeLog 2003-02-09
2320 2003-02-11 [melvin] 0.8.9claws52
2323 Updated French tranlsations
2325 2003-02-10 [paul] 0.8.9claws51
2328 correct --enable-openssl
2329 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2331 2003-02-09 [martin] 0.8.9claws50
2333 * src/prefs_matcher.c
2334 fix segfault in prefs_matcher_substitute_cb() when
2337 2003-02-09 [paul] 0.8.9claws49
2340 fix bug where a newsgroup folder's processing rules were
2341 merged with the global filtering rules when the newsgroup
2342 folder was deleted, causing some seriously bad results,
2343 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2345 2003-02-08 [melvin] 0.8.9claws48
2348 Corrected and modified an alert message.
2350 2003-02-07 [paul] 0.8.9claws47
2353 fix bug where both an 'Account properties' window and a
2354 'Folder properties' window were opened when clicking on
2355 'Properties' in an NNTP or IMAP folder's popup menu.
2357 2003-02-07 [paul] 0.8.9claws46
2359 * sync with 0.8.10cvs6
2360 see ChangeLog 2003-02-06
2362 2003-02-06 [christoph] 0.8.9claws45
2365 freeze folder updates while importing mbox files
2366 (closes bug 43 importing mbox took hours)
2368 Patch submitted by Jens Rantil <jens.rantil@telia.com>
2370 2003-02-06 [thorsten] 0.8.9claws44
2373 Updated german translations
2375 2003-02-06 [thorsten] 0.8.9claws43
2378 use guint for message numbers (fix count in grouplist dialog)
2380 2003-02-05 [paul] 0.8.9claws42
2382 * sync with 0.8.10cvs2
2383 see ChangeLog 2003-02-05
2385 2003-02-04 [colin] 0.8.9claws41
2387 * src/prefs_common.[ch]
2390 Add an option to disable threading by subject
2392 2003-02-04 [christoph] 0.8.9claws40
2395 only abort fetching mails from multiple accounts when the
2396 error is fatal and does not allow to check any more accounts
2397 (currently only disk full error)
2399 (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2400 receive mails for other accouts)
2402 2003-02-04 [christoph] 0.8.9claws39
2405 first add the new message to the cache, then
2406 send the update notification
2408 (closes bug 39 after sending message folderview doesnt get updated)
2410 2003-02-04 [colin] 0.8.9claws38
2413 _really_ fix this Connecting... status
2415 2003-02-04 [paul] 0.8.9claws37
2418 see ChangeLog 2003-02-04
2420 2003-02-04 [paul] 0.8.9claws36
2422 * sync with 0.8.9cvs6
2423 see ChangeLog 2003-02-03
2425 2003-02-04 [paul] 0.8.9claws35
2428 updated by André Filipe de Assunção e Brito
2429 <bedecko@netsite.com.br>
2431 2003-02-03 [thorsten] 0.8.9claws34
2434 Updated german translations
2436 2003-02-02 [paul] 0.8.9claws33
2439 updated by Ricardo Mones Lastra
2441 2003-02-02 [thorsten] 0.8.9claws32
2444 Fix mh_get_msginfo() segfault if file is inaccessible
2446 2003-01-31 [colin] 0.8.9claws31
2449 Fix last commit's bug
2451 2003-01-31 [colin] 0.8.9claws30
2454 Missing a change for gpg-signed messages
2456 2003-01-31 [paul] 0.8.9claws29
2458 * src/pixmaps/gpg_signed.xpm ** NEW FILE **
2460 src/stock_pixmap.[ch]
2462 indicate GnuPG signed messages by displaying an icon
2463 in the Attachment column.
2465 2003-01-31 [paul] 0.8.9claws28
2467 * sync with 0.8.9cvs4
2468 see ChangeLog 2003-01-31
2470 2003-01-31 [alfons] 0.8.9claws27
2473 tune URI parser to accept mailto URLs with a '?'
2474 (patch from Ruslan Balkin)
2476 2003-01-31 [colin] 0.8.9claws26
2479 Fix a leak introduced in claws24
2481 2003-01-31 [colin] 0.8.9claws25
2484 Freeze/Thaw folder updates when deleting dups
2486 2003-01-31 [colin] 0.8.9claws24
2491 little speed improvements
2493 2003-01-31 [colin] 0.8.9claws23
2496 Fix segfault when forwarding nothing
2497 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2499 2003-01-30 [paul] 0.8.9claws22
2501 * sync with 0.8.9cvs3
2502 see ChangeLog 2003-01-30
2504 2003-01-30 [paul] 0.8.9claws21
2506 * sync with 0.8.9cvs2
2507 see ChangeLog 2003-01-30
2509 2003-01-29 [paul] 0.8.9claws20
2511 * sync with 0.8.9cvs1
2512 see ChangeLog 2003-01-29
2514 2003-01-28 [paul] 0.8.9claws19
2517 update to reflect changes.
2518 thanks to Ricardo Mones Lastra
2520 2003-01-27 [christoph] 0.8.9claws18
2523 * ac/spamassassin.m4
2524 * src/plugins/spamassassin/README
2525 * src/plugins/spamassassin/libspamc.[ch]
2526 * src/plugins/spamassassin/utils.[ch]
2527 updated to latest libspamc
2529 2003-01-27 [christoph] 0.8.9claws17
2532 fix wrong use of procheader_get_header_fields
2534 2003-01-27 [christoph] 0.8.9claws16
2537 * src/prefs_account.[ch]
2538 * src/common/nntp.[ch]
2539 allow to force authentication for NNTP servers
2541 Patch submitted by Florian Mickler <dmk@d-labs.de>
2543 2003-01-26 [paul] 0.8.9claws15
2546 speed up of marking messages as read
2547 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2549 2003-01-26 [christoph] 0.8.9claws14
2552 * src/mgutils.[ch] ** REMOVE **
2553 * src/xml.[ch] ** REMOVE **
2554 * src/xmlprops.[ch] ** REMOVE **
2555 * src/common/Makefile.am
2556 * src/common/mgutils.[ch] ** NEW **
2557 * src/common/xml.[ch] ** NEW **
2558 * src/common/xmlprops.[ch] ** NEW **
2559 move xml files to common directory
2561 2003-01-26 [christoph] 0.8.9claws13
2563 * src/plugins/spamassassin/spamassassin_gtk.c
2564 only set gtk entry text if string is available
2566 2003-01-26 [melvin] 0.8.9claws12
2568 * src/description_window.c
2569 Allow resizing of the window
2570 Allow automatic horizontal scroll bar
2571 Do not vertically expand and fill
2573 2003-01-26 [christoph] 0.8.9claws11
2576 * src/gtkutils.[ch] ** REMOVE **
2577 * src/common/sylpheed.c
2578 * src/gtk/Makefile.am
2579 * src/gtk/description_window.c
2580 * src/gtk/gtkutils.[ch] ** NEW **
2581 * src/gtk/prefswindow.c
2582 move gtkutils to gtk directory
2584 2003-01-26 [paul] 0.8.9claws10
2587 rename summary_unread_clicked() to summary_status_clicked()
2589 2003-01-26 [melvin] 0.8.9claws9
2591 * src/prefs_actions.c
2592 Cosmetical changes to the help text
2594 2003-01-26 [paul] 0.8.9claws8
2599 src/prefs_sumamry_column.c
2601 rename the 'Unread' column to 'Status'
2603 2003-01-25 [match] 0.8.9claws7
2606 removed reference to LDAP constants. removed error2string.
2607 included functions to support LDAP dynamic queries.
2609 moved LDAP constants here.
2613 removed references to LDAP constants and references to
2616 2003-01-25 [paul] 0.8.9claws6
2619 summary_thread_build(), summary_thread_init(): remove
2620 unneeded reference to summaryview->folder_item
2622 2003-01-25 [christoph] 0.8.9claws5
2624 * src/gtk/description_window.c
2625 o allow description texts to expand over multiple columns
2626 o translate all columns
2627 * src/prefs_actions.c
2628 change syntax description to use new multi column feature
2630 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2632 2003-01-25 [match] 0.8.9claws4
2635 fixed bug with Quoted-Printable
2637 2003-01-25 [paul] 0.8.9claws3
2640 src/summaryview.[ch]
2641 implement per-folder collapsed/expanded threads setting
2643 * src/prefs_common.c
2644 remove global collapsed/expanded threads option
2646 2003-01-25 [christoph] 0.8.9claws2
2649 add pluginwindow and prefswindow
2651 make send respond correctly to messages that could be added
2652 to the queue folder, but the UID of the message is unknown
2655 don't return guessed UIDs in imap_add_msg anymore. We return
2656 0 to tell the folder system it was appened but the UID is
2657 unknown. Folder system now get's the UID by scaning the folder
2658 and searching the cache for the Message-ID
2659 (closes bug #29 Messages queued, but not sent)
2661 2003-01-25 [paul] 0.8.9claws1
2664 conv_encode_header(): fix bug when long headers with 8-bit
2665 characters are used, so that the encoded words are wrapped.
2666 If the space in the original text falls on the wrap boundary,
2668 Patch by Sergey Vlasov.
2671 fix bug where a change to the sorting method or thread view
2672 of a folder's messages is lost if simpify-subject is set and
2674 Patch by Luke Plant.
2676 2003-01-24 [paul] 0.8.9claws
2678 * sylpheed-0.8.9claws released
2682 remove reference to 'INSTALL.jp'
2684 2003-01-23 [paul] 0.8.8claws128
2690 updated translations. submitted by Ricardo Mones Lastra,
2691 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2693 2003-01-23 [colin] 0.8.8claws127
2696 Fix drafted and queued news articles re-edition
2698 2003-01-23 [melvin] 0.8.8claws126
2701 Updated French translations
2703 2003-01-23 [colin] 0.8.8claws125
2706 Fix "Connecting to..." status message
2708 2003-01-22 [paul] 0.8.8claws124
2711 updated by George Danchev
2714 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2717 2003-01-21 [paul] 0.8.8claws123
2720 updated by George Danchev
2726 don't translate 'Separator'
2728 * src/plugins/spamassassin/Makefile.am
2729 add aspell to CPPFLAGS
2731 * src/plugins/spamassassin/spamassassin.c
2732 src/plugins/spamassassin/spamassassin_gtk.c
2733 set correct default for spamassassin_receive_spam
2734 slightly re-word descriptions and some
2737 2003-01-19 [alfons] 0.8.8claws122
2740 mimeview_save_as(): we might as well show the file name for
2741 the single case "Save As" too
2743 2003-01-19 [alfons] 0.8.8claws121
2746 change bug tracker URL to bugzilla URL
2748 2003-01-19 [alfons] 0.8.8claws120
2751 mimeview_save_all(): display name of file before overwriting;
2752 continue saving all, even when one overwrite was cancelled
2754 2003-01-19 [christoph] 0.8.8claws119
2758 fix wrong usage of procmsg_find_children in summaryview
2759 by using procmsg_update_unread_children instead of
2760 summaryview_update_unread_children
2762 2003-01-19 [christoph] 0.8.8claws118
2765 fix infinite loop in procmsg_find_children
2766 (closes bug #25 sylpheed crashes on delete.)
2768 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2770 2003-01-19 [paul] 0.8.8claws117
2773 updated by Ivan Francolin Martinez
2775 2003-01-18 [melvin] 0.8.8claws116
2777 * src/prefs_actions.c
2778 Removed syntax limitation of only one '&' at the end of command.
2779 Now actions that contain '>/dev/null 2>&1' are possible.
2781 2003-01-18 [melvin] 0.8.8claws115
2783 * src/prefs_actions.c
2784 Actions IO dialog: when the action ends
2785 the "Close" button now has focus and [Escape] closes the
2788 2003-01-18 [christoph] 0.8.8claws114
2791 o add debug output when MsgInfos are really freed
2792 o free GSLists in procmsg_find_children and
2793 procmsg_update_unread_children
2795 2003-01-18 [christoph] 0.8.8claws113
2798 reorder Configuration menu
2800 2003-01-18 [christoph] 0.8.8claws112
2803 fix applying templates to forwarded messages
2805 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2807 2003-01-17 [christoph] 0.8.8claws111
2810 destroy folder items, when a folder item is removed
2812 2003-01-17 [christoph] 0.8.8claws110
2815 fix wrong folder stats update when ignored message is
2818 2003-01-17 [colin] 0.8.8claws109
2822 Quicksearch bugfixes:
2823 - hide help button at startup if not extended
2824 - switch to extended when looking for replies
2828 * sync with 0.8.9 release
2830 2003-01-17 [paul] 0.8.8claws108
2832 * sync with 0.8.8cvs11
2833 see ChangeLog 2003-01-17
2835 2003-01-16 [colin] 0.8.8claws107
2838 Changed encryption test to re-ask passphrase
2839 if an encrypted message hasn't been decrypted
2842 2003-01-16 [christoph] 0.8.8claws106
2845 * src/prefs_toolbar.c
2846 * src/gtk/prefswindow.h
2847 * src/plugins/spamassassin/spamassassin_gtk.c
2848 remove page destroy function that is not used anymore
2850 2003-01-16 [paul] 0.8.8claws105
2852 * sync with 0.8.8cvs9
2853 see ChangeLog 2002-01-16
2855 2003-01-16 [colin] 0.8.8claws104
2858 Fix bug with autosaved drafts for IMAP, when draft
2859 folder is specified - fixes bugzilla bug #20
2861 2003-01-15 [paul] 0.8.8claws103
2865 store folder and message-id of message forwarding
2866 in queue header and set forward flag after sending
2868 2003-01-15 [paul] 0.8.8claws102
2870 * sync with 0.8.8cvs8
2871 see ChangeLog 2002-01-15
2873 2003-01-15 [colin] 0.8.8claws101
2876 Fix linking with GNU libiconv
2878 2003-01-15 [darko] 0.8.8claws100
2881 fix crash when importing pine address book
2882 entry with an empty name (reported by DY
2883 <dybulk at tri8.net>)
2885 2003-01-14 [paul] 0.8.8claws99
2887 * configure.in ** REMOVED **
2888 configure.ac ** NEW FILE **
2889 rename configure.in to configure.ac, as it is now
2892 2003-01-14 [melvin] 0.8.8claws98
2895 folderview_check_new(): More precise function description
2897 2003-01-14 [melvin] 0.8.8claws97
2900 folderview_check_new(): return the number of new messages
2903 inc_account_mail(): Disable counting of new messages for IMAP
2904 and NNTP until bug [19] and [14] are fixed.
2906 2003-01-14 [paul] 0.8.8claws96
2908 * sync with 0.8.8cvs6
2909 see ChangeLog 2003-01-14
2911 2003-01-13 [alfons] 0.8.8claws95
2914 tune email address validation (c. 0.8.8claws89): if . is
2915 just one char away from @, the address is invalid too
2916 (correctly rejects addresses like foo@.com)
2918 2003-01-13 [paul] 0.8.8claws94
2922 fixes to the Message View toolbar and menu:
2923 fix non-functioning Forward button
2924 make Reply button consider default_reply_list
2925 remove 'Follow-up...' menu entry
2926 add 'Forward' and 'Redirect' menu entries
2928 2003-01-13 [melvin] 0.8.8claws93
2931 Fixed typo that could make new messages count incorrect.
2933 2003-01-13 [melvin] 0.8.8claws92
2935 * src/folderview.[ch]
2936 folderview_check_new(): return the number of new messages.
2938 Should fix bug [14] where new mail notification worked
2939 incorrectly with IMAP accounts.
2940 inc_spool_account(): return number of new msgs, or -1 on error
2941 inc_all_spool(): return number of new msgs
2943 2003-01-13 [melvin] 0.8.8claws91
2945 * src/prefs_actions.c
2948 2003-01-12 [thorsten] 0.8.8claws90
2950 * src/common/prefs.c
2951 close file before rename
2953 2003-01-12 [alfons] 0.8.8claws89
2956 add Christian Mertes
2957 * src/common/utils.[ch]
2958 g_stricase_hash(), g_stricase_equal(): functions for
2959 case insensitive hash tables
2961 use top level domain names to validate email address, based
2962 on a patch by Christian Mertes (thanks!), but changed
2963 implementation to use a hash table
2965 2003-01-12 [paul] 0.8.8claws88
2968 updated by George Danchev
2970 2003-01-12 [alfons] 0.8.8claws87
2973 delete / execute performance: use new style folder update
2975 2003-01-12 [paul] 0.8.8claws86
2977 * sync with 0.8.8cvs5
2978 see ChangeLog 2003-01-13 (!)
2980 2003-01-12 [alfons] 0.8.8claws85
2983 * src/matcher_parser_parse.y
2984 prepare change_score filtering action
2986 give up const-correctness on functions that call non-const-correct functions;
2987 several casts to gpointer in g_free();
2990 2003-01-12 [christoph] 0.8.8claws84
2995 * src/gtk/prefswindow.[ch]
2996 * src/plugins/spamassassin/spamassassin_gtk.c
2997 changed the call of the widget create function
2998 for PrefsPages, because sometimes the widget
2999 create function needs a widget that already has
3000 been attached to a window (to create GDK pixmaps
3001 for exmaple). So we simply pass the GtkWindow as
3002 the second parameter now.
3006 * src/prefs_toolbar.[ch]
3007 rewrite Toolbar Preferences using the new
3010 2003-01-11 [alfons] 0.8.8claws83
3013 fix crash when adding sender to addressbook because status bar
3014 isn't there (the status bar doesn't seem to be used though,
3015 but I'll let Match decide what to do with it)
3017 2003-01-11 [colin] 0.8.8claws82
3021 Two useless changes reversed
3023 2003-01-11 [colin] 0.8.8claws81
3027 Add mainwindow_get_mainwindow()
3030 Add alertpanel_error_log()
3037 Network errors get a View Log button
3039 2003-01-10 [alfons] 0.8.8claws80
3041 * src/prefs_toolbar.c
3043 use the translatable string for "Separator" as file name for
3044 separator toolbar items (probably make this uppercase?)
3046 2003-01-10 [alfons] 0.8.8claws79
3048 * src/prefs_toolbar.c
3049 put right A_SEPARATOR description string in "displayed
3050 toolbar items list" so manually added separators are
3051 saved correctly (bug #10, "Adding a separator to the main
3052 toolbar fails, entry in xml file is wrong")
3054 2003-01-10 [christoph] 0.8.8claws78
3058 o use CAPABILITY to check if NAMESPACE is available
3060 2003-01-10 [christoph] 0.8.8claws77
3063 apply UIDPLUS IMAP extension support patch
3065 Patch submitted by Simon 'corecode' Schubert
3067 2003-01-10 [paul] 0.8.8claws76
3070 a sync from main which fixes the news account folders'
3073 2003-01-10 [christoph] 0.8.8claws75
3076 don't accept 0 as a valid uid returned by copy and move
3077 functions. 0 means the message was copied or moved but the
3078 new uid could not be fetched. It is not an error condition
3079 for the copy or move operation.
3081 2003-01-10 [paul] 0.8.8claws74
3083 * src/prefs_filtering.c
3084 change English used in Alert when entry is not
3087 * sync with 0.8.8cvs4
3088 see ChangeLog 2003-01-10
3090 2003-01-10 [darko] 0.8.8claws73
3093 fix crash when importing address book entry
3094 without a valid address
3096 2003-01-09 [alfons] 0.8.8claws72
3099 filtering performance: use new style folder update
3101 2003-01-09 [christoph] 0.8.8claws71
3105 fix wrong selecting of mime encoding type, when
3106 opening property dialog of attachments in the
3107 compose window. 7bit was always selected and that
3108 destoryed files with 8bit data.
3109 (closes bug #9 Sylpheed-claws destroys attachments when
3110 changing MIME-types)
3112 2003-01-09 [paul] 0.8.8claws70
3114 * sync with 0.8.8cvs3
3115 see ChangeLog 2003-01-09
3117 2003-01-08 [alfons] 0.8.8claws69
3120 apply patch by Kim Schulz to fix build breakage
3121 because of missing variable
3123 2003-01-08 [paul] 0.8.8claws68
3125 * sync with 0.8.8cvs2
3126 see ChangeLog 2002-01-08
3128 2003-01-08 [paul] 0.8.8claws67
3131 updated by Alessandro Maestri
3134 when using 'Add sender to addressbook' allow
3135 name to be edited and remarks to be entered
3136 Patch submitted by Luke Plant
3138 2003-01-08 [darko] 0.8.8claws66
3140 * README.claws, src/summaryview.c
3141 fix description for marked messages
3146 tools/launch_phoenix ** NEW FILE **
3147 add script that enables using Phoenix as the default
3149 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3151 * tools/OOo2sylpheed.pl
3152 remove full path to sylpheed executable, just 'sylpheed'
3156 add launch_phoenix informtion and re-arrange and compress
3159 2003-01-07 [christoph] 0.8.8claws65
3162 fix update for source folder when moving messages
3165 use function to set to_folder for message infos and
3166 automatically update the op_count for old and new
3169 2003-01-07 [melvin] 0.8.8claws64
3171 * src/prefs_actions.c
3172 Fixed bug where an '%p' Action on a displayed image crashed
3174 Code clean up (get rid of duplicated code and removed unnecessary
3177 2003-01-07 [christoph] 0.8.8claws63
3187 * src/prefs_folder_item.c
3191 o remove all folder update triggering from the UI code. The folder
3192 system should know much better when a folder needs an update.
3193 o to prevent multiple updates in a row the folder updates can be
3194 frozen for some time.
3196 Note: - Please verify that no updates are missing
3197 - Check where freeze/thaws should be added
3199 2003-01-07 [christoph] 0.8.8claws62
3201 * src/prefs_actions.c
3202 don't translate empty strings
3204 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3206 2003-01-06 [christoph] 0.8.8claws61
3208 * src/prefs_actions.c
3209 mark strings for gettext
3210 * src/prefs_matcher.c
3211 use new description window for Execute action and
3212 match condition in Filtering
3214 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3216 2003-01-06 [alfons] 0.8.8claws60
3218 keep myself inspired to re-organize matcher part 8;
3219 yes, more to come (I need to move out the descriptive
3220 text for actions to matcher.c, or at least make it not
3221 depend on the wicked ordering)
3223 * src/prefs_matcher.c
3224 add documentation so others may comprehend the
3225 UI part of the conditions
3227 2003-01-06 [christoph] 0.8.8claws59
3229 * src/prefs_actions.c
3230 use new description window for syntax help
3231 * src/gtk/description_window.c
3232 fix display of descriptions with column count != 2
3234 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3236 2003-01-06 [christoph] 0.8.8claws58
3239 * src/summaryview.[ch]
3240 * src/gtk/Makefile.am
3241 * src/gtk/description_window.[ch] ** NEW **
3242 use a generic window to display syntax descriptions
3243 currently used in quote_fmt and summaryview (new description
3244 for extended quick search)
3246 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3248 2003-01-06 [paul] 0.8.8claws57
3250 * sync with 0.8.8cvs1
3251 see ChangeLog 2003-01-06
3253 2003-01-06 [christoph] 0.8.8claws56
3256 * src/prefs_gtk.[ch]
3257 * src/gtk/prefswindow.[ch]
3258 * src/plugins/spamassassin/spamassassin_gtk.c
3259 o remove page management from prefswindow, pages
3260 will be an argument to prefswindow_open
3261 o prefswindow_open gets a datapointer that is
3262 passed to the widget_create function to allow
3263 creation of prefswindow for specific items
3265 2003-01-06 [colin] 0.8.8claws55
3268 We don't want regexp in the reply-finder,
3269 because MIDs can contain !,$,. and so on
3271 2003-01-06 [jens] 0.8.8claws54
3274 fixed a wrong free in jpilot_read_db_files
3276 2003-01-06 [alfons] 0.8.8claws53
3278 re-organize matcher part 8; more to come
3281 matcherprop_to_string(): put g_free()s before the
3282 switch-case break to fix memleaks
3284 2003-01-06 [colin] 0.8.8claws52
3287 cleanup & reply-finder now displays the first
3290 2003-01-05 [alfons] 0.8.8claws51
3292 re-organize matcher part 7; more to come
3295 fixes for constant correctness;
3298 2003-01-05 [alfons] 0.8.8claws50
3300 re-organize matcher part 6; more to come
3303 fixes for constant correctness;
3306 fix for constant correctness
3308 2003-01-05 [colin] 0.8.8claws49
3311 Add account_get_reply_account function
3313 Use account_get_reply_account function
3315 Basic reply-finder - click on the replied
3316 icon gets you to the outbox using quick-search
3318 2003-01-05 [paul] 0.8.8claws48
3320 * src/prefs_common.c
3321 small change to English
3323 * src/prefs_filtering.c
3324 prefs_filtering_action_select(): improve logic and uniformity
3327 2003-01-05 [alfons] 0.8.8claws47
3329 fine tune solution to focus problems (bug #7)
3332 mainwindow_focus_in_event(): remove grab event check
3334 summary_button_pressed(): move selection on right-click
3335 too. we can't possibly move the selection back after
3336 canceling a dialog, because gtk's incomplete focus
3337 management. whether this is a good solution, only time
3340 2003-01-05 [christoph] 0.8.8claws46
3343 fix crash when no imap connection could be established
3345 2003-01-05 [paul] 0.8.8claws45
3350 fix bug 605957 'shortcuts in popup-menu'
3351 make user-defined shortcuts work
3352 show shortcuts that are already defined
3354 Patch submitted by Luke Plant
3356 2003-01-05 [alfons] 0.8.8claws44
3359 focus_in_event handler should not select summary view row
3360 when another window (menu, dialog) grabbed for events
3361 (bug #7, "[0.8.8claws42] Message summary focus")
3363 2003-01-04 [christoph] 0.8.8claws43
3366 update save folder after adding the sent message
3367 (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3369 2003-01-02 [christoph] 0.8.8claws42
3371 * src/common/plugin.c
3372 fix unloading of all plugins and unload
3373 plugins in reverse order
3375 * src/gtk/pluginwindow.c
3376 implement function of load and unload button
3378 * src/gtk/prefswindow.c
3379 * src/gtk/prefswindow.h
3380 rename register function and add new unregister
3383 * src/plugins/spamassassin/spamassassin_gtk.c
3384 unregister prefs page and update for changes in
3385 src/gtk/prefswindow.c
3387 2003-01-02 [paul] 0.8.8claws41
3390 updated by Ricardo Mones Lastra
3395 fixes and improvements by Urke MMI
3397 2003-01-02 [thorsten] 0.8.8claws40
3400 fixed wrong return value
3402 2003-01-02 [thorsten] 0.8.8claws39
3405 fixed printing wrong variable
3407 2003-01-02 [thorsten] 0.8.8claws38
3410 fixed acessing members of freed pfile struct
3412 2003-01-02 [thorsten] 0.8.8claws37
3415 detect loops across several messages
3416 as suggested by Christoph Hohmann
3418 2003-01-01 [match] 0.8.8claws36
3421 fixed another memory leak.
3423 2003-01-01 [match] 0.8.8claws35
3426 fixed memory leaks. applied Doxygen comments.
3428 2003-01-01 [thorsten] 0.8.8claws34
3431 inhibit endless loop if msg references itself
3432 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3434 2003-01-01 [christoph] 0.8.8claws33
3437 * src/gtk/Makefile.am
3438 * src/gtk/pluginwindow.c ** NEW **
3439 * src/gtk/pluginwindow.h ** NEW **
3442 * src/plugins/demo/demo.c
3443 * src/plugins/spamassassin/spamassassin.c
3444 * src/plugins/spamassassin/spamassassin_gtk.c
3445 write better plugin descriptions
3447 2002-12-31 [christoph] 0.8.8claws32
3449 * src/gtk/prefswindow.c
3450 * src/plugins/spamassassin/spamassassin_gtk.c
3451 some small improvements to GTK code
3453 2002-12-31 [christoph] 0.8.8claws31
3455 * src/plugins/spamassassin/spamassassin_gtk.c
3456 enable folder select button
3458 2002-12-31 [christoph] 0.8.8claws30
3461 * src/gtk/Makefile.am
3462 * src/gtk/prefswindow.c ** NEW **
3463 * src/gtk/prefswindow.h ** NEW **
3464 add new prefs window
3466 * src/common/plugin.c
3467 don't try to load empty config lines
3469 * src/plugins/spamassassin/Makefile.am
3470 * src/plugins/spamassassin/spamassassin.c
3471 * src/plugins/spamassassin/spamassassin.h ** NEW **
3472 * src/plugins/spamassassin/spamassassin_gtk.c ** NEW **
3473 GTK config for SpamAssassin Plugin using
3474 the new prefs window
3476 2002-12-31 [paul] 0.8.8claws29
3479 remove obsolete entry 'src/menu.c'
3481 2002-12-31 [alfons] 0.8.8claws28
3484 * src/matcher_parser_parse.y
3485 * src/prefs_matcher.c
3486 add "ignore_thread" and "~ignore_thread" condition so it's
3487 possible to make the actions / scoring operate on the ignore
3490 2002-12-31 [christoph] 0.8.8claws27
3496 * src/prefs_account.c
3497 * src/prefs_actions.c
3498 * src/prefs_customheader.c
3499 * src/prefs_display_header.c
3504 * src/common/prefs.[ch]
3505 extend prefs file handling for reading and automatic handling
3506 of blocks. When reading prefs_set_block_label will automatically
3507 move on to the block. When writing it will copy all other blocks
3510 * src/common/plugin.c
3511 Now loading plugin filenames from [Plugins] block in
3514 2002-12-30 [christoph] 0.8.8claws26
3516 * src/common/hooks.[ch]
3517 return abort status to caller of hooks_invoke
3520 invoke message filtering hook and stop
3521 default handling when filter returns abort
3523 * src/common/plugin.[ch]
3524 * src/plugins/demo/demo.c
3525 modify plugin loader, because resolving symbols for strings
3526 does not work correctly
3529 * ac/spamassassin.m4 ** NEW **
3530 * src/plugins/spamassassin/.cvsignore ** NEW **
3531 * src/plugins/spamassassin/Makefile.am ** NEW **
3532 * src/plugins/spamassassin/README ** NEW **
3533 * src/plugins/spamassassin/libspamc.[ch] ** NEW **
3534 * src/plugins/spamassassin/spamassassin.c ** NEW **
3535 * src/plugins/spamassassin/utils.[ch] ** NEW **
3536 add spamassassin plugin, see src/plugins/spamassassin/README
3539 2002-12-29 [alfons] 0.8.8claws25
3542 when moving focus from a message view to the main
3543 window, don't forget to select the summary node
3544 of the displayed message. should fix "[ 659103 ]
3545 focus-follows-mouse confuses sylpheed"
3547 2002-12-29 [christoph] 0.8.8claws24
3550 * src/stringtable.[ch] ** REMOVE **
3551 * src/common/Makefile.am
3552 * src/common/stringtable.[ch] ** NEW **
3553 move stringtable files to common directory
3555 2002-12-29 [christoph] 0.8.8claws23
3558 * src/menu.[ch] ** REMOVE **
3559 * src/gtk/Makefile.am
3560 * src/gtk/menu.[ch] ** NEW **
3561 move menu files to gtk directory
3563 2002-12-29 [match] 0.8.8claws22
3567 moved UI specific code out of LDAP code into addressbook
3568 UI code. fixed memory leak.
3570 2002-12-29 [christoph] 0.8.8claws21
3573 only check for IGNORED parent message when message is
3576 2002-12-29 [alfons] 0.8.8claws20
3579 set gtksctree's anchor correct (immediate execute
3580 changes the tree's layout, and anchor points at
3581 the incorrect row). fixes "[ 657233 ] multiple msg
3582 delete sometimes off by 1".
3583 we probably have to look for more tree layout /
3586 2002-12-29 [paul] 0.8.8claws19
3589 fix bug [ 659054 ] incorrect sorting of 'From' column
3590 when using 'display sender using address book'
3591 thanks to Alfons and Luke Plant
3593 2002-12-29 [christoph] 0.8.8claws18
3597 check parent messages for IGNORE THREAD flag, when adding,
3598 moving or copying messages to a folder
3600 2002-12-27 [alfons] 0.8.8claws17
3602 re-organize matcher part 5; more to come
3605 hash keywords in matchparser_tab
3607 2002-12-27 [alfons] 0.8.8claws16
3609 re-organize matcher part 4; more to come
3611 * src/matcher_parser.h
3612 * src/matcher_parser_lex.l
3613 * src/matcher_parser_parse.y
3616 2002-12-27 [alfons] 0.8.8claws15
3618 re-organize matcher part 3; more to come
3623 2002-12-27 [alfons] 0.8.8claws14
3625 re-organize matcher part 2; more to come but this should
3626 work. cc me if there are any regressions.
3629 add prototype for get_matchparser_tab_id()
3630 * src/matcher_parser_lex.l
3631 look up keywords using matchparser_tab_id();
3633 2002-12-27 [alfons] 0.8.8claws12
3635 re-organize matcher part 1
3638 map yacc generated constants to sylpheed matcher constants
3640 add function to find a matcher constant from a string
3642 2002-12-27 [christoph] 0.8.8claws11
3645 MENUITEM_ADD casts the 4th argument from integer to pointer
3646 so it probably should not be a pointer, this means we
3647 should use account id for it and not the account's pointer
3649 2002-12-27 [paul] 0.8.8claws10
3652 remove unneeded 'GtkWidget *vbox'
3655 further sync with 0.8.8 - make sort
3656 by recipient work as expected
3661 2002-12-27 [paul] 0.8.8claws9
3664 updated by Ivan F. Martinez
3666 2002-12-27 [darko] 0.8.8claws8
3668 * src/common/utils.c
3669 added locked pattern to extended search
3671 2002-12-27 [alfons] 0.8.8claws7
3673 * src/prefs_matcher.[ch]
3676 2002-12-26 [alfons] 0.8.8claws6
3679 * src/matcher_parser_lex.l
3680 * src/matcher_parser_parse.y
3681 * src/prefs_matcher.c
3682 allow color label as a condition in the matcher
3684 2002-12-26 [oliver] 0.8.8claws5
3687 enable Addressbook for Main and Messageview
3688 * src/prefs_actions.c
3689 enable actions in Messageview
3691 2002-12-26 [christoph] 0.8.8claws4
3693 * src/common/plugin.c
3694 add a little debug output
3696 * src/plugins/demo/Makefile.am
3697 better use of automake
3699 2002-12-26 [christoph] 0.8.8claws3
3702 * src/common/Makefile.am
3705 2002-12-26 [christoph] 0.8.8claws2
3708 sort configure checks into common / gtk / plugins
3714 * src/common/sylpheed.[ch]
3715 added now sylpheed_done function for shutdown
3716 * src/common/Makefile.am
3717 * src/common/plugin.[ch] ** NEW **
3718 plugin loader and unloader
3719 * src/plugins/.cvsignore ** NEW **
3720 * src/plugins/Makefile.am ** NEW **
3722 * src/plugins/demo/.cvsignore ** NEW **
3723 * src/plugins/demo/Makefile.am ** NEW **
3724 * src/plugins/demo/demo.c ** NEW **