1 2003-03-15 [melvin] 0.8.11claws14
3 * src/plugins/dillo_viewer/.cvsignore ** NEW **
4 * src/plugins/dillo_viewer/Makefile.am ** NEW **
5 * src/plugins/dillo_viewer/dillo_viewer.c ** NEW **
6 Added a html mail viewer plugin that uses Dillo v0.7.0 or
7 newer (http://dillo.auriga.wearlab.de/).
9 2003-03-15 [christoph] 0.8.11claws13
12 don't query imap folder for attributes because we already
13 for them from imap_status
16 add support for plugable MimeViewers (unloading Viewers
19 * src/plugins/Makefile.am
20 * src/plugins/mathml_viewer/.cvsignore ** NEW **
21 * src/plugins/mathml_viewer/Makefile.am ** NEW **
22 * src/plugins/mathml_viewer/mathml_viewer.c ** NEW **
23 add MathML Viewer (Content-Type text/mathml) using GtkMathView
24 widget from http://helm.cs.unibo.it/mml-widget/
26 2003-03-14 [christoph] 0.8.11claws12
29 o error return code's should better be negative
30 o replace printf with debug_print
33 improve IMAP folder scan by checking UID-NEXT
36 remove check that are unnecessary in my opinion
38 2003-03-13 [christoph] 0.8.11claws11
49 use a common function to get a displayable name
52 2003-03-13 [paul] 0.8.11claws10
56 tools/multiwebsearch.conf ** NEW FILE **
57 tools/multiwebsearch.pl ** NEW FILE **
58 add multiwebsearch Actions script
60 2003-03-13 [colin] 0.8.11claws9
63 Remove leading emtpy lines from quoted text
66 2003-03-13 [melvin] 0.8.11claws8
71 Added Cancel and OK buttons
74 2003-03-13 [christoph] 0.8.11claws7
84 replace more folder type stuff with folder class stuff
86 2003-03-13 [melvin] 0.8.11claws6
90 %u: user provided argument
91 %h: user provided argument (hidden on input)
92 %s: current text selection in the message view
94 2003-03-13 [paul] 0.8.11claws5
96 * sync with 0.8.11cvs5
97 see ChangeLog 2003-03-11, 2003-03-12
99 2003-03-12 [christoph] 0.8.11claws4
102 use folder class idstr when writing folderlist.xml
107 replace folder type checks with folder class checks
109 2003-03-12 [christoph] 0.8.11claws3
114 * src/mbox_folder.[ch]
117 o create a list of known folder classes in the folder system
118 o use folder class id strings for folder item identifiers
120 2003-03-12 [christoph] 0.8.11claws2
123 fix imap uid validity check
125 2003-03-12 [christoph] 0.8.11claws1
136 * src/prefs_scoring.c
140 initial restructuring of folder system, seperating
141 folders and folder classes
143 2003-03-12 [paul] 0.8.11claws
147 2003-03-12 [christoph]
149 * src/gtk/prefswindow.c
150 fix translation of "Page Index"
152 2003-03-12 [paul] 0.8.10claws110
154 a sync from 0.8.11cvs4 before the release
157 subject_compare_for_sort(): allow null strings (fixes
160 2003-03-11 [paul] 0.8.10claws109
163 update Spanish translation, submitted by
166 2003-03-11 [melvin] 0.8.10claws108
169 Updated French translations
171 2003-03-11 [paul] 0.8.10claws107
173 * manual/en/Makefile.am
175 update English manual, add a new page
176 updated by Francois Barriere <fbarriere@atmel.fr>
181 update Bulgarian, Italian, and Serbian translations
182 submitted by George Danchev, Alessandro Maestri, and
185 2003-03-10 [paul] 0.8.10claws106
188 src/gtk/prefswindow.c
189 make some strings translatable
191 2003-03-10 [darko] 0.8.10claws105
194 code cleanup to make Hiro happy
196 2003-03-10 [paul] 0.8.10claws104
198 * sync with 0.8.11cvs2
199 see ChangeLog 2003-03-10
201 2003-03-09 [melvin] 0.8.10claws103
204 textview_set_font(): fix for message display in
205 UTF-8 locales (thanks to Sergey Vlasov).
206 (was unintentionnaly reverted in 0.8.6claws6)
208 2003-03-08 [darko] 0.8.10claws102
211 fix infinite loop in wrapping as reported
213 obsoletes patch #696482
215 2003-03-08 [christoph] 0.8.10claws101
218 add workaround for IMAP servers that do not
219 support the "UID SEARCH UID" command
221 2003-03-07 [christoph] 0.8.10claws100
223 * src/plugins/spamassassin/spamassassin.[ch]
224 * src/plugins/spamassassin/spamassassin_gtk.c
227 2003-03-07 [paul] 0.8.10claws99
230 updated Spanish translation, submitted by
233 2003-03-07 [christoph] 0.8.10claws98
236 fix in 0.8.10claws94 was wrong
237 local delivery does not require escaping, remove escaping
238 code to make signatures of mails with "." lines valid
240 NOTE: requires that sendmail is executed with "-i" option,
241 what is the default now, but has to be changed in all
244 2003-03-07 [paul] 0.8.10claws97
246 * sync with 0.8.11 release
247 see ChangeLog 2003-03-07
249 2003-03-06 [paul] 0.8.10claws96
252 revert commit 0.8.10claws92
254 2003-03-06 [paul] 0.8.10claws95
257 fix (solaris) bug 73, 'Crash when selecting top-level folder'
260 fix bug 74, 'Crash opening editor window with pseudo-color
263 Patches submitted by Kevin Vigor <kevin@vigor.nu>
265 2003-03-06 [christoph] 0.8.10claws94
268 fix rfc2821 (4.5.2) violation in SMTP data sending,
269 all lines starting with a period get an extra period
271 (found by Simon 'corecode' Schubert)
273 2003-03-06 [paul] 0.8.10claws93
276 if configured font can't be loaded fall back to gtk
277 default. (with thanks to Christoph)
279 closes long-standing bug 15 'Crashes on startup'
281 2003-03-06 [paul] 0.8.10claws92
284 freeze text before autosave and thaw afterwards
285 fixes bug 67 'autosave make re-rediting message crazy'
287 2003-03-06 [christoph] 0.8.10claws91
290 ignore address comment in dupe check for Cc-list
292 (closes reopened bug 47 Replying to message strips name part of
293 e-mail addresses of Cc: lines)
295 2003-03-06 [paul] 0.8.10claws90
298 remove reference to gtkxtext.h as its no longer in
301 2003-03-06 [paul] 0.8.10claws89
303 * sync with 0.8.10cvs25
304 see ChangeLog 2003-03-06
306 2003-03-06 [oliver] 0.8.10claws88
311 2003-03-06 [oliver] 0.8.10claws87
314 remove changes introduced inclaws74
316 another attempt to sanely delete and update
317 messages deleted in separate messageview
319 2003-03-05 [christoph] 0.8.10claws86
322 check if "From" matches any account's address if
323 addressbook completion of addresses is disabled too
325 (closes Bug 70 "Display recipient in from" doesn't check
326 folder's default account)
328 2003-03-05 [christoph] 0.8.10claws85
331 * src/common/utils.[ch]
332 don't strip address comments when building Cc lists
334 (closes Bug 47 Replying to message strips name part of e-mail addresses
338 fix return value of copy function
340 2003-03-05 [christoph] 0.8.10claws84
343 don't ask imap server for non rfc822 headers
345 (closes bug 71 IMAP FETCH asks for FROM header field twice)
348 destroy session on socket error to allow reconnecting
350 2003-03-05 [christoph] 0.8.10claws83
353 fix building with gnome when no prefix is set
355 (closes bug 66 Gnome directory is set to NONE)
357 2003-03-05 [paul] 0.8.10claws82
359 * sync with 0.8.10cvs23
360 see ChangeLog 2003-03-05
362 2003-03-04 [christoph] 0.8.10claws81
365 o fix moving and copying when folder returns 0 for new
367 o remove some code for single message copy and move
368 operations and use functions for multiple messages
370 (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
373 remove unused include
375 2003-03-04 [paul] 0.8.10claws80
378 list 'Compiled plugins'
380 2003-03-03 [christoph] 0.8.10claws79
383 have to multiply the percentage of the current fetch with
384 the percentage that it has of the total fetch operation
387 2003-03-03 [christoph] 0.8.10claws78
390 fix calculation of expected lines for progress indicator
392 2003-03-03 [christoph] 0.8.10claws77
396 fix segfault when opening the root news folder
398 2003-03-03 [christoph] 0.8.10claws76
400 * src/mainwindow.[ch]
401 * src/common/Makefile.am
402 * src/common/progressindicator.[ch]
403 add UI independent progress indicator handling
406 use new progress indicator for message info fetching
411 2003-03-03 [oliver] 0.8.10claws75
415 removed commented code
417 2003-03-03 [oliver] 0.8.10claws74
420 cleanups and refactoring
422 compose_reply_mode reply & forwarding interface for
425 act on messages marked for deletion in folderview_selected
426 based on prefs_common.immediate_exec since a message might
427 have been deleted by messageview in a folder we are changing
428 to (does anybody understand what I'm on about ?)
430 2003-03-03 [oliver] 0.8.10claws73
432 * src/messageview.[ch]
434 - messageview_delete: delete message shown in messagview
435 - messageview_update_view: update messageview to currently
436 selected summaryview message
437 - add separate messageview to msgview_list in order to update
438 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
439 * src/summaryview.[ch]
440 summary_get_selection returns a list of selected msgs
443 toolbar reply refactoring
445 2003-03-03 [paul] 0.8.10claws72
447 * sync with 0.8.10cvs21
448 see ChangeLog 2003-03-03
450 2003-03-02 [christoph] 0.8.10claws71
452 * src/common/passcrypt.c
455 2003-03-02 [christoph] 0.8.10claws70
458 * src/prefs_account.c
460 * src/common/.cvsignore
461 * src/common/Makefile.am
462 * src/common/passcrypt.c ** NEW **
463 * src/common/passcrypt.h.in ** NEW **
464 Implement password encryption in config files
465 using unix encrypt and setkey functions. The crypt
466 key can be set as a configure parameter. Old
467 passwords will be converted if they do not begin
470 2003-03-02 [paul] 0.8.10claws69
472 * src/prefs_account.c
475 2003-03-01 [thorsten] 0.8.10claws68
483 corrected format strings
486 (fix compile errors with GNU gettext-0.11.5)
488 2003-03-01 [oliver] 0.8.10claws67
491 menu callbacks call toolbar_menu_reply
493 2003-03-01 [oliver] 0.8.10claws66
497 menu callbacks call toolbar_menu_reply
499 callbacks from menu handled by toolbar_menu_reply
501 2003-03-01 [paul] 0.8.10claws65
504 revert commit 0.8.10claws54 - breaks editing of
508 update Bulgarian translation, submitted by
511 2003-02-28 [christoph] 0.8.10claws64
517 * src/gtkxtext.h ** REMOVE **
524 * src/prefs_matcher.c
525 * src/procheader.[ch]
528 * src/common/ssl_certificate.c
529 * src/gtk/colorlabel.c
532 o remove code obsoleted by new cache and folder system rework
534 2003-02-28 [oliver] 0.8.10claws63
537 * fix bug where reply in Messageview replied to
538 Message displayed in summaryview
539 (reportedd via ML by chinatinte at gmx dot ch)
540 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
541 didn't work in separate MessageView Toolbar
542 (wondering if anybody uses this at all ?)
543 * src/summaryview.[ch]
544 use toolbar.c's toolbar_reply instead of summary_reply (removed)
545 (generalize reply and forward code);
547 remove focus_in event which updated summaryview to messageview
549 2003-02-28 [paul] 0.8.10claws62
552 add the --check option
553 Patch submitted by Ricardo Mones Lastra
555 2003-02-28 [paul] 0.8.10claws61
557 * src/prefs_account.c
558 re-order 'Signature' items
560 2003-02-28 [paul] 0.8.10claws60
562 * sync with 0.8.10cvs20
563 see ChangeLog 2003-02-28
565 2003-02-28 [paul] 0.8.10claws59
568 update to reflect recent movement of files
570 2003-02-28 [paul] 0.8.10claws58
572 * sync with 0.8.10cvs19
573 see ChangeLog 2003-02-28
575 2003-02-27 [martin] 0.8.10claws57
577 * src/prefs_matcher.c
578 fix segfault in prefs_matcher_ok() when the
579 last entry is deleted and prevents that the
580 message "entry not saved" comes up after deleting
583 2003-02-27 [martin] 0.8.10claws56
585 * src/prefs_filtering.c
586 fix segfault in prefs_filtering_ok() when the
587 last entry is deleted and prevents that the
588 message "entry not saved" comes up after deleting
591 2003-02-27 [paul] 0.8.10claws55
593 * sync with 0.8.10cvs18
594 see ChangeLog 2003-02-27
596 2003-02-27 [paul] 0.8.10claws54
599 fix bug where the address book crashes with
601 Patch [687729] submitted by David Frager
602 <dbfrager@users.sourceforge.net>
604 2003-02-25 [christoph] 0.8.10claws53
607 * src/colorlabel.[ch] ** REMOVE **
608 * src/gtk/Makefile.am
609 * src/gtk/colorlabel.[ch] ** NEW **
610 move colorlabel files to gtk directory
612 * src/esmtp.[ch] ** REMOVE **
613 has been merged into smtp.[ch] in 0.7.5
615 2003-02-25 [christoph] 0.8.10claws52
618 * src/about.[ch] ** REMOVE **
619 * src/gtk/Makefile.am
620 * src/gtk/about.[ch] ** NEW **
621 move about files to gtk directory
623 2003-02-25 [christoph] 0.8.10claws51
626 some code optimization of folder scanning code
628 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
630 2003-02-25 [christoph] 0.8.10claws50
633 * src/common/sylpheed.c
634 add command line parameter parsing to common code
636 2003-02-24 [christoph]
640 fix gnome prefix problems, the configure script now removed
641 `gnome-config --prefix` from `gnome-config --datadir`
642 and adds $(prefix} instead
644 (closes Bug 24 Makefile does not respect prefix when installing
647 2003-02-24 [christoph] 0.8.10claws49
650 check for valid session before trying to authenticate
652 (closes Bug 60 crash if "authenticate on logon" is activated
653 and newsserver-hostname is not valid)
655 2003-02-24 [melvin] 0.8.10claws48
657 * src/prefs_actions.c
658 Make sure all user's input is sent to the action and then
661 2003-02-23 [alfons] 0.8.10claws46
664 also wait cursor when deleting files
668 * tools/freshmeat_search.pl
669 tools/google_search.pl
670 scripts should now work for any browser/browser command line
672 2003-02-22 [christoph] 0.8.10claws45
675 fix IMAP flag setting, IMAP flag is not handled correctly
676 anymore by the folder system and information about the
677 folder should not be saved in the MsgInfo (in my opinion)
679 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
681 2003-02-22 [christoph] 0.8.10claws44
684 fix spelling of "label" ;-)
686 2003-02-22 [thorsten] 0.8.10claws43
689 src/prefs_common.[ch]
691 do not use description as attachment name
693 2003-02-22 [alfons] 0.8.10claws42
696 freeze/thaw folder item updates when changing color labels,
697 and put a wait cursors on
699 2003-02-22 [thorsten] 0.8.10claws41
702 save-all fixes: crash if invoked on multipart container,
703 mimeinfo access, pathseparators, error dialog
705 2003-02-21 [alfons] 0.8.10claws40
710 2003-02-21 [colin] 0.8.10claws39
715 2003-02-21 [colin] 0.8.10claws38
718 Freeze/thaw folderItem updates when filtering messages
719 via Tools/Filter messages
721 2003-02-21 [paul] 0.8.10claws37
724 revert commit 0.8.10claws26, there are ulterior motives
725 for users to set a Reply-To header when posting to
728 2003-02-21 [paul] 0.8.10claws36
730 * sync with 0.8.10cvs17
731 see ChangeLog 2003-02-21
733 2003-02-20 [christoph] 0.8.10claws35
736 IMAP UID fetch speedup using SEARCH
738 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
741 fix problem with UIDs in IMAP UID cache that no longer existed
743 2003-02-20 [christoph] 0.8.10claws34
748 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
750 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
753 Rewrite imap_cmd_gen_recv use sock_getline instead
754 of sock_gets to avoid problems with too long reply
757 2003-02-20 [colin] 0.8.10claws33
759 * src/prefs_account.c
762 2003-02-20 [colin] 0.8.10claws32
765 Remove useless '&& !to_sender'
770 change my e-mail address
772 2003-02-19 [colin] 0.8.10claws31
775 X11 style colors for every configurable color
777 2003-02-19 [alfons] 0.8.10claws30
781 for color_new accept both plain integers and X11 style color
782 names (as found in /usr/lib/X11/rgb.txt)
784 2003-02-19 [paul] 0.8.10claws29
787 add tooltips to online/offline button and account selector
790 2003-02-19 [paul] 0.8.10claws28
794 src/prefs_account.[ch]
795 src/prefs_common.[ch]
796 move 'Maximum number of articles to download' to
798 clean up account prefs gui a little by hiding entries
799 rather then greying out entries
801 2003-02-19 [hiro] 0.8.10claws27
804 fix bug #54 'yesterdays date is displayed in the message
807 2003-02-19 [paul] 0.8.10claws26
810 fix bug reported in Feature Request [688596]
811 'Reply-to header in news'
813 2003-02-18 [paul] 0.8.10claws25
816 add a 'List all keys' button to key selection dialog
818 2003-02-18 [colin] 0.8.10claws24
823 2003-02-18 [colin] 0.8.10claws23
825 * src/common/smtp.[ch]
827 Try to starttls if it seems to be the only
828 way to authenticate a user
830 2003-02-18 [paul] 0.8.10claws22
834 src/stock_pixmap.[ch]
835 src/pixmaps/drafts_close.xpm ** NEW FILE **
836 src/pixmaps/drafts_open.xpm ** NEW FILE **
837 as a Drafts folder is a special folder allow it to have
840 2003-02-18 [colin] 0.8.10claws21
843 Fix port selection when using starttls
845 2003-02-18 [paul] 0.8.10claws20
848 src/prefs_common.[ch]
849 make blue the default new mail colour
851 2003-02-18 [paul] 0.8.10claws19
853 * sync with 0.8.10cvs14
854 see ChangeLog 2003-02-18
856 2003-02-17 [jens] 0.8.10claws18
859 fixed a compile problem with gcc 3.3
860 works on 2.95.3 too (testet on PPC as it is big endian)
862 2003-02-17 [paul] 0.8.10claws17
864 * sync with 0.8.10cvs13
865 see ChangeLog 2003-02-17
867 2003-02-17 [paul] 0.8.10claws16
869 * sync with 0.8.10cvs12
870 see ChangeLog 2003-02-17
872 2003-02-16 [match] 0.8.10claws15
875 Eliminates reloading of address data when items
876 deleted or added. Applied submitted by
877 Luke Plant <lukeplant@softhome.net>
879 2003-02-16 [paul] 0.8.10claws14
882 when a 'protocol error' is encountered disconnect from
883 the server. This means that the user can carry on viewing
884 other articles and doesn't have to either wait until the
885 server timesout or quit sylpheed.
886 Fixes bug #53 'Unable to read messages in newsgroups,
887 displayed message doesn't change'
889 2003-02-15 [christoph] 0.8.10claws13
892 fix bug that stopped scanning of folders when an
893 IMAP folder was empty
895 (closes bug 46 stop scan messages in folders after empty folder)
901 tools/freshmeat_search.pl ** NEW FILE **
902 tools/google_search.pl ** NEW FILE **
903 Add 2 Actions scripts which search freshmeat/google
904 for the selected text using the browser configured
907 Note: These scripts are very dependent on the format of the
908 browser command and may not work on every occasion. Testing
911 2003-02-14 [alfons] 0.8.10claws12
914 fix breakage because of uninitialized account pointer.
917 2003-02-14 [paul] 0.8.10claws11
920 src/prefs_account.[ch]
921 src/prefs_common.[ch]
922 move signature settings to Account Prefs
924 2003-02-14 [paul] 0.8.10claws10
926 * sync with 0.8.10cvs11
927 see ChangeLog 2003-02-14
929 2003-02-13 [thorsten] 0.8.10claws9
932 revert news progressbar (GUI separation)
934 2003-02-13 [paul] 0.8.10claws8
937 make replies behave correctly, re: RFC 1036, Section 2.2.3,
940 2003-02-13 [paul] 0.8.10claws7
944 fix 'Follow-up and Reply-to' so that it creates a reply to
945 the newsgroup and the sender. If the message has the keyword
946 'poster' in the Followup-To header, all replies go to the
947 sender, re: RFC 1036, Section 2.2.3
948 rename all instances of 'ignore_replyto' to 'to_sender', both
949 were previously used, now we use just one.
951 2003-02-13 [paul] 0.8.10claws6
953 * sync with 0.8.10cvs9
954 see ChangeLog 2003-02-13
956 2003-02-13 [paul] 0.8.10claws5
959 show which plugins are configured in the configure
962 2003-02-12 [thorsten] 0.8.10claws4
965 show progress while fetching news headers
967 2003-02-12 [christoph] 0.8.10claws3
970 * src/plugins/Makefile.am
971 use AM_CONDITIONAL to enable plugins, automake correctly
972 manages this when creating distdir
974 2003-02-12 [christoph] 0.8.10claws2
977 * src/plugins/spamassassin/Makefile.am
978 fix building SpamAssassin plugin without OpenSSL
980 2003-02-12 [paul] 0.8.10claws1
984 src/plugins/Makefile.am
985 fix failure of 'make release'
987 2003-02-12 [paul] 0.8.10claws
989 * 0.8.10claws released
991 2003-02-12 [paul] 0.8.9claws56
998 updated translations by George Danchev, Ricardo Mones Lastra,
999 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1002 Allow the building of RPMs by a regular user. Submitted
1005 2003-02-11 [alfons] 0.8.9claws55
1008 don't use pixmaps for label color rect but draw rectangles
1009 so we can respect the color map of palette based visuals
1010 (fixes the long time crashes on Suns - thanks to Andreas
1011 Engel and Steve O'Hara-Smith for testing)
1013 2003-02-11 [christoph] 0.8.9claws54
1015 * src/matcher_parser_parse.y
1016 correct bug where filering rules of not existing folders in
1017 matcherrc were added to global filtering
1019 (closes Debian Bug #180253 - Directory's filter-rules are merged with
1020 main filter-rules after removing directory, http://bugs.debian.org/180253)
1022 2003-02-11 [paul] 0.8.9claws53
1024 * sync with 0.8.10cvs7
1025 see ChangeLog 2003-02-09
1027 2003-02-11 [melvin] 0.8.9claws52
1030 Updated French tranlsations
1032 2003-02-10 [paul] 0.8.9claws51
1035 correct --enable-openssl
1036 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1038 2003-02-09 [martin] 0.8.9claws50
1040 * src/prefs_matcher.c
1041 fix segfault in prefs_matcher_substitute_cb() when
1044 2003-02-09 [paul] 0.8.9claws49
1047 fix bug where a newsgroup folder's processing rules were
1048 merged with the global filtering rules when the newsgroup
1049 folder was deleted, causing some seriously bad results,
1050 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1052 2003-02-08 [melvin] 0.8.9claws48
1055 Corrected and modified an alert message.
1057 2003-02-07 [paul] 0.8.9claws47
1060 fix bug where both an 'Account properties' window and a
1061 'Folder properties' window were opened when clicking on
1062 'Properties' in an NNTP or IMAP folder's popup menu.
1064 2003-02-07 [paul] 0.8.9claws46
1066 * sync with 0.8.10cvs6
1067 see ChangeLog 2003-02-06
1069 2003-02-06 [christoph] 0.8.9claws45
1072 freeze folder updates while importing mbox files
1073 (closes bug 43 importing mbox took hours)
1075 Patch submitted by Jens Rantil <jens.rantil@telia.com>
1077 2003-02-06 [thorsten] 0.8.9claws44
1080 Updated german translations
1082 2003-02-06 [thorsten] 0.8.9claws43
1085 use guint for message numbers (fix count in grouplist dialog)
1087 2003-02-05 [paul] 0.8.9claws42
1089 * sync with 0.8.10cvs2
1090 see ChangeLog 2003-02-05
1092 2003-02-04 [colin] 0.8.9claws41
1094 * src/prefs_common.[ch]
1097 Add an option to disable threading by subject
1099 2003-02-04 [christoph] 0.8.9claws40
1102 only abort fetching mails from multiple accounts when the
1103 error is fatal and does not allow to check any more accounts
1104 (currently only disk full error)
1106 (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1107 receive mails for other accouts)
1109 2003-02-04 [christoph] 0.8.9claws39
1112 first add the new message to the cache, then
1113 send the update notification
1115 (closes bug 39 after sending message folderview doesnt get updated)
1117 2003-02-04 [colin] 0.8.9claws38
1120 _really_ fix this Connecting... status
1122 2003-02-04 [paul] 0.8.9claws37
1125 see ChangeLog 2003-02-04
1127 2003-02-04 [paul] 0.8.9claws36
1129 * sync with 0.8.9cvs6
1130 see ChangeLog 2003-02-03
1132 2003-02-04 [paul] 0.8.9claws35
1135 updated by André Filipe de Assunção e Brito
1136 <bedecko@netsite.com.br>
1138 2003-02-03 [thorsten] 0.8.9claws34
1141 Updated german translations
1143 2003-02-02 [paul] 0.8.9claws33
1146 updated by Ricardo Mones Lastra
1148 2003-02-02 [thorsten] 0.8.9claws32
1151 Fix mh_get_msginfo() segfault if file is inaccessible
1153 2003-01-31 [colin] 0.8.9claws31
1156 Fix last commit's bug
1158 2003-01-31 [colin] 0.8.9claws30
1161 Missing a change for gpg-signed messages
1163 2003-01-31 [paul] 0.8.9claws29
1165 * src/pixmaps/gpg_signed.xpm ** NEW FILE **
1167 src/stock_pixmap.[ch]
1169 indicate GnuPG signed messages by displaying an icon
1170 in the Attachment column.
1172 2003-01-31 [paul] 0.8.9claws28
1174 * sync with 0.8.9cvs4
1175 see ChangeLog 2003-01-31
1177 2003-01-31 [alfons] 0.8.9claws27
1180 tune URI parser to accept mailto URLs with a '?'
1181 (patch from Ruslan Balkin)
1183 2003-01-31 [colin] 0.8.9claws26
1186 Fix a leak introduced in claws24
1188 2003-01-31 [colin] 0.8.9claws25
1191 Freeze/Thaw folder updates when deleting dups
1193 2003-01-31 [colin] 0.8.9claws24
1198 little speed improvements
1200 2003-01-31 [colin] 0.8.9claws23
1203 Fix segfault when forwarding nothing
1204 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1206 2003-01-30 [paul] 0.8.9claws22
1208 * sync with 0.8.9cvs3
1209 see ChangeLog 2003-01-30
1211 2003-01-30 [paul] 0.8.9claws21
1213 * sync with 0.8.9cvs2
1214 see ChangeLog 2003-01-30
1216 2003-01-29 [paul] 0.8.9claws20
1218 * sync with 0.8.9cvs1
1219 see ChangeLog 2003-01-29
1221 2003-01-28 [paul] 0.8.9claws19
1224 update to reflect changes.
1225 thanks to Ricardo Mones Lastra
1227 2003-01-27 [christoph] 0.8.9claws18
1230 * ac/spamassassin.m4
1231 * src/plugins/spamassassin/README
1232 * src/plugins/spamassassin/libspamc.[ch]
1233 * src/plugins/spamassassin/utils.[ch]
1234 updated to latest libspamc
1236 2003-01-27 [christoph] 0.8.9claws17
1239 fix wrong use of procheader_get_header_fields
1241 2003-01-27 [christoph] 0.8.9claws16
1244 * src/prefs_account.[ch]
1245 * src/common/nntp.[ch]
1246 allow to force authentication for NNTP servers
1248 Patch submitted by Florian Mickler <dmk@d-labs.de>
1250 2003-01-26 [paul] 0.8.9claws15
1253 speed up of marking messages as read
1254 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1256 2003-01-26 [christoph] 0.8.9claws14
1259 * src/mgutils.[ch] ** REMOVE **
1260 * src/xml.[ch] ** REMOVE **
1261 * src/xmlprops.[ch] ** REMOVE **
1262 * src/common/Makefile.am
1263 * src/common/mgutils.[ch] ** NEW **
1264 * src/common/xml.[ch] ** NEW **
1265 * src/common/xmlprops.[ch] ** NEW **
1266 move xml files to common directory
1268 2003-01-26 [christoph] 0.8.9claws13
1270 * src/plugins/spamassassin/spamassassin_gtk.c
1271 only set gtk entry text if string is available
1273 2003-01-26 [melvin] 0.8.9claws12
1275 * src/description_window.c
1276 Allow resizing of the window
1277 Allow automatic horizontal scroll bar
1278 Do not vertically expand and fill
1280 2003-01-26 [christoph] 0.8.9claws11
1283 * src/gtkutils.[ch] ** REMOVE **
1284 * src/common/sylpheed.c
1285 * src/gtk/Makefile.am
1286 * src/gtk/description_window.c
1287 * src/gtk/gtkutils.[ch] ** NEW **
1288 * src/gtk/prefswindow.c
1289 move gtkutils to gtk directory
1291 2003-01-26 [paul] 0.8.9claws10
1294 rename summary_unread_clicked() to summary_status_clicked()
1296 2003-01-26 [melvin] 0.8.9claws9
1298 * src/prefs_actions.c
1299 Cosmetical changes to the help text
1301 2003-01-26 [paul] 0.8.9claws8
1306 src/prefs_sumamry_column.c
1308 rename the 'Unread' column to 'Status'
1310 2003-01-25 [match] 0.8.9claws7
1313 removed reference to LDAP constants. removed error2string.
1314 included functions to support LDAP dynamic queries.
1316 moved LDAP constants here.
1320 removed references to LDAP constants and references to
1323 2003-01-25 [paul] 0.8.9claws6
1326 summary_thread_build(), summary_thread_init(): remove
1327 unneeded reference to summaryview->folder_item
1329 2003-01-25 [christoph] 0.8.9claws5
1331 * src/gtk/description_window.c
1332 o allow description texts to expand over multiple columns
1333 o translate all columns
1334 * src/prefs_actions.c
1335 change syntax description to use new multi column feature
1337 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1339 2003-01-25 [match] 0.8.9claws4
1342 fixed bug with Quoted-Printable
1344 2003-01-25 [paul] 0.8.9claws3
1347 src/summaryview.[ch]
1348 implement per-folder collapsed/expanded threads setting
1350 * src/prefs_common.c
1351 remove global collapsed/expanded threads option
1353 2003-01-25 [christoph] 0.8.9claws2
1356 add pluginwindow and prefswindow
1358 make send respond correctly to messages that could be added
1359 to the queue folder, but the UID of the message is unknown
1362 don't return guessed UIDs in imap_add_msg anymore. We return
1363 0 to tell the folder system it was appened but the UID is
1364 unknown. Folder system now get's the UID by scaning the folder
1365 and searching the cache for the Message-ID
1366 (closes bug #29 Messages queued, but not sent)
1368 2003-01-25 [paul] 0.8.9claws1
1371 conv_encode_header(): fix bug when long headers with 8-bit
1372 characters are used, so that the encoded words are wrapped.
1373 If the space in the original text falls on the wrap boundary,
1375 Patch by Sergey Vlasov.
1378 fix bug where a change to the sorting method or thread view
1379 of a folder's messages is lost if simpify-subject is set and
1381 Patch by Luke Plant.
1383 2003-01-24 [paul] 0.8.9claws
1385 * sylpheed-0.8.9claws released
1389 remove reference to 'INSTALL.jp'
1391 2003-01-23 [paul] 0.8.8claws128
1397 updated translations. submitted by Ricardo Mones Lastra,
1398 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1400 2003-01-23 [colin] 0.8.8claws127
1403 Fix drafted and queued news articles re-edition
1405 2003-01-23 [melvin] 0.8.8claws126
1408 Updated French translations
1410 2003-01-23 [colin] 0.8.8claws125
1413 Fix "Connecting to..." status message
1415 2003-01-22 [paul] 0.8.8claws124
1418 updated by George Danchev
1421 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1424 2003-01-21 [paul] 0.8.8claws123
1427 updated by George Danchev
1433 don't translate 'Separator'
1435 * src/plugins/spamassassin/Makefile.am
1436 add aspell to CPPFLAGS
1438 * src/plugins/spamassassin/spamassassin.c
1439 src/plugins/spamassassin/spamassassin_gtk.c
1440 set correct default for spamassassin_receive_spam
1441 slightly re-word descriptions and some
1444 2003-01-19 [alfons] 0.8.8claws122
1447 mimeview_save_as(): we might as well show the file name for
1448 the single case "Save As" too
1450 2003-01-19 [alfons] 0.8.8claws121
1453 change bug tracker URL to bugzilla URL
1455 2003-01-19 [alfons] 0.8.8claws120
1458 mimeview_save_all(): display name of file before overwriting;
1459 continue saving all, even when one overwrite was cancelled
1461 2003-01-19 [christoph] 0.8.8claws119
1465 fix wrong usage of procmsg_find_children in summaryview
1466 by using procmsg_update_unread_children instead of
1467 summaryview_update_unread_children
1469 2003-01-19 [christoph] 0.8.8claws118
1472 fix infinite loop in procmsg_find_children
1473 (closes bug #25 sylpheed crashes on delete.)
1475 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1477 2003-01-19 [paul] 0.8.8claws117
1480 updated by Ivan Francolin Martinez
1482 2003-01-18 [melvin] 0.8.8claws116
1484 * src/prefs_actions.c
1485 Removed syntax limitation of only one '&' at the end of command.
1486 Now actions that contain '>/dev/null 2>&1' are possible.
1488 2003-01-18 [melvin] 0.8.8claws115
1490 * src/prefs_actions.c
1491 Actions IO dialog: when the action ends
1492 the "Close" button now has focus and [Escape] closes the
1495 2003-01-18 [christoph] 0.8.8claws114
1498 o add debug output when MsgInfos are really freed
1499 o free GSLists in procmsg_find_children and
1500 procmsg_update_unread_children
1502 2003-01-18 [christoph] 0.8.8claws113
1505 reorder Configuration menu
1507 2003-01-18 [christoph] 0.8.8claws112
1510 fix applying templates to forwarded messages
1512 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1514 2003-01-17 [christoph] 0.8.8claws111
1517 destroy folder items, when a folder item is removed
1519 2003-01-17 [christoph] 0.8.8claws110
1522 fix wrong folder stats update when ignored message is
1525 2003-01-17 [colin] 0.8.8claws109
1529 Quicksearch bugfixes:
1530 - hide help button at startup if not extended
1531 - switch to extended when looking for replies
1535 * sync with 0.8.9 release
1537 2003-01-17 [paul] 0.8.8claws108
1539 * sync with 0.8.8cvs11
1540 see ChangeLog 2003-01-17
1542 2003-01-16 [colin] 0.8.8claws107
1545 Changed encryption test to re-ask passphrase
1546 if an encrypted message hasn't been decrypted
1549 2003-01-16 [christoph] 0.8.8claws106
1552 * src/prefs_toolbar.c
1553 * src/gtk/prefswindow.h
1554 * src/plugins/spamassassin/spamassassin_gtk.c
1555 remove page destroy function that is not used anymore
1557 2003-01-16 [paul] 0.8.8claws105
1559 * sync with 0.8.8cvs9
1560 see ChangeLog 2002-01-16
1562 2003-01-16 [colin] 0.8.8claws104
1565 Fix bug with autosaved drafts for IMAP, when draft
1566 folder is specified - fixes bugzilla bug #20
1568 2003-01-15 [paul] 0.8.8claws103
1572 store folder and message-id of message forwarding
1573 in queue header and set forward flag after sending
1575 2003-01-15 [paul] 0.8.8claws102
1577 * sync with 0.8.8cvs8
1578 see ChangeLog 2002-01-15
1580 2003-01-15 [colin] 0.8.8claws101
1583 Fix linking with GNU libiconv
1585 2003-01-15 [darko] 0.8.8claws100
1588 fix crash when importing pine address book
1589 entry with an empty name (reported by DY
1590 <dybulk at tri8.net>)
1592 2003-01-14 [paul] 0.8.8claws99
1594 * configure.in ** REMOVED **
1595 configure.ac ** NEW FILE **
1596 rename configure.in to configure.ac, as it is now
1599 2003-01-14 [melvin] 0.8.8claws98
1602 folderview_check_new(): More precise function description
1604 2003-01-14 [melvin] 0.8.8claws97
1607 folderview_check_new(): return the number of new messages
1610 inc_account_mail(): Disable counting of new messages for IMAP
1611 and NNTP until bug [19] and [14] are fixed.
1613 2003-01-14 [paul] 0.8.8claws96
1615 * sync with 0.8.8cvs6
1616 see ChangeLog 2003-01-14
1618 2003-01-13 [alfons] 0.8.8claws95
1621 tune email address validation (c. 0.8.8claws89): if . is
1622 just one char away from @, the address is invalid too
1623 (correctly rejects addresses like foo@.com)
1625 2003-01-13 [paul] 0.8.8claws94
1629 fixes to the Message View toolbar and menu:
1630 fix non-functioning Forward button
1631 make Reply button consider default_reply_list
1632 remove 'Follow-up...' menu entry
1633 add 'Forward' and 'Redirect' menu entries
1635 2003-01-13 [melvin] 0.8.8claws93
1638 Fixed typo that could make new messages count incorrect.
1640 2003-01-13 [melvin] 0.8.8claws92
1642 * src/folderview.[ch]
1643 folderview_check_new(): return the number of new messages.
1645 Should fix bug [14] where new mail notification worked
1646 incorrectly with IMAP accounts.
1647 inc_spool_account(): return number of new msgs, or -1 on error
1648 inc_all_spool(): return number of new msgs
1650 2003-01-13 [melvin] 0.8.8claws91
1652 * src/prefs_actions.c
1655 2003-01-12 [thorsten] 0.8.8claws90
1657 * src/common/prefs.c
1658 close file before rename
1660 2003-01-12 [alfons] 0.8.8claws89
1663 add Christian Mertes
1664 * src/common/utils.[ch]
1665 g_stricase_hash(), g_stricase_equal(): functions for
1666 case insensitive hash tables
1668 use top level domain names to validate email address, based
1669 on a patch by Christian Mertes (thanks!), but changed
1670 implementation to use a hash table
1672 2003-01-12 [paul] 0.8.8claws88
1675 updated by George Danchev
1677 2003-01-12 [alfons] 0.8.8claws87
1680 delete / execute performance: use new style folder update
1682 2003-01-12 [paul] 0.8.8claws86
1684 * sync with 0.8.8cvs5
1685 see ChangeLog 2003-01-13 (!)
1687 2003-01-12 [alfons] 0.8.8claws85
1690 * src/matcher_parser_parse.y
1691 prepare change_score filtering action
1693 give up const-correctness on functions that call non-const-correct functions;
1694 several casts to gpointer in g_free();
1697 2003-01-12 [christoph] 0.8.8claws84
1702 * src/gtk/prefswindow.[ch]
1703 * src/plugins/spamassassin/spamassassin_gtk.c
1704 changed the call of the widget create function
1705 for PrefsPages, because sometimes the widget
1706 create function needs a widget that already has
1707 been attached to a window (to create GDK pixmaps
1708 for exmaple). So we simply pass the GtkWindow as
1709 the second parameter now.
1713 * src/prefs_toolbar.[ch]
1714 rewrite Toolbar Preferences using the new
1717 2003-01-11 [alfons] 0.8.8claws83
1720 fix crash when adding sender to addressbook because status bar
1721 isn't there (the status bar doesn't seem to be used though,
1722 but I'll let Match decide what to do with it)
1724 2003-01-11 [colin] 0.8.8claws82
1728 Two useless changes reversed
1730 2003-01-11 [colin] 0.8.8claws81
1734 Add mainwindow_get_mainwindow()
1737 Add alertpanel_error_log()
1744 Network errors get a View Log button
1746 2003-01-10 [alfons] 0.8.8claws80
1748 * src/prefs_toolbar.c
1750 use the translatable string for "Separator" as file name for
1751 separator toolbar items (probably make this uppercase?)
1753 2003-01-10 [alfons] 0.8.8claws79
1755 * src/prefs_toolbar.c
1756 put right A_SEPARATOR description string in "displayed
1757 toolbar items list" so manually added separators are
1758 saved correctly (bug #10, "Adding a separator to the main
1759 toolbar fails, entry in xml file is wrong")
1761 2003-01-10 [christoph] 0.8.8claws78
1765 o use CAPABILITY to check if NAMESPACE is available
1767 2003-01-10 [christoph] 0.8.8claws77
1770 apply UIDPLUS IMAP extension support patch
1772 Patch submitted by Simon 'corecode' Schubert
1774 2003-01-10 [paul] 0.8.8claws76
1777 a sync from main which fixes the news account folders'
1780 2003-01-10 [christoph] 0.8.8claws75
1783 don't accept 0 as a valid uid returned by copy and move
1784 functions. 0 means the message was copied or moved but the
1785 new uid could not be fetched. It is not an error condition
1786 for the copy or move operation.
1788 2003-01-10 [paul] 0.8.8claws74
1790 * src/prefs_filtering.c
1791 change English used in Alert when entry is not
1794 * sync with 0.8.8cvs4
1795 see ChangeLog 2003-01-10
1797 2003-01-10 [darko] 0.8.8claws73
1800 fix crash when importing address book entry
1801 without a valid address
1803 2003-01-09 [alfons] 0.8.8claws72
1806 filtering performance: use new style folder update
1808 2003-01-09 [christoph] 0.8.8claws71
1812 fix wrong selecting of mime encoding type, when
1813 opening property dialog of attachments in the
1814 compose window. 7bit was always selected and that
1815 destoryed files with 8bit data.
1816 (closes bug #9 Sylpheed-claws destroys attachments when
1817 changing MIME-types)
1819 2003-01-09 [paul] 0.8.8claws70
1821 * sync with 0.8.8cvs3
1822 see ChangeLog 2003-01-09
1824 2003-01-08 [alfons] 0.8.8claws69
1827 apply patch by Kim Schulz to fix build breakage
1828 because of missing variable
1830 2003-01-08 [paul] 0.8.8claws68
1832 * sync with 0.8.8cvs2
1833 see ChangeLog 2002-01-08
1835 2003-01-08 [paul] 0.8.8claws67
1838 updated by Alessandro Maestri
1841 when using 'Add sender to addressbook' allow
1842 name to be edited and remarks to be entered
1843 Patch submitted by Luke Plant
1845 2003-01-08 [darko] 0.8.8claws66
1847 * README.claws, src/summaryview.c
1848 fix description for marked messages
1853 tools/launch_phoenix ** NEW FILE **
1854 add script that enables using Phoenix as the default
1856 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
1858 * tools/OOo2sylpheed.pl
1859 remove full path to sylpheed executable, just 'sylpheed'
1863 add launch_phoenix informtion and re-arrange and compress
1866 2003-01-07 [christoph] 0.8.8claws65
1869 fix update for source folder when moving messages
1872 use function to set to_folder for message infos and
1873 automatically update the op_count for old and new
1876 2003-01-07 [melvin] 0.8.8claws64
1878 * src/prefs_actions.c
1879 Fixed bug where an '%p' Action on a displayed image crashed
1881 Code clean up (get rid of duplicated code and removed unnecessary
1884 2003-01-07 [christoph] 0.8.8claws63
1894 * src/prefs_folder_item.c
1898 o remove all folder update triggering from the UI code. The folder
1899 system should know much better when a folder needs an update.
1900 o to prevent multiple updates in a row the folder updates can be
1901 frozen for some time.
1903 Note: - Please verify that no updates are missing
1904 - Check where freeze/thaws should be added
1906 2003-01-07 [christoph] 0.8.8claws62
1908 * src/prefs_actions.c
1909 don't translate empty strings
1911 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1913 2003-01-06 [christoph] 0.8.8claws61
1915 * src/prefs_actions.c
1916 mark strings for gettext
1917 * src/prefs_matcher.c
1918 use new description window for Execute action and
1919 match condition in Filtering
1921 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1923 2003-01-06 [alfons] 0.8.8claws60
1925 keep myself inspired to re-organize matcher part 8;
1926 yes, more to come (I need to move out the descriptive
1927 text for actions to matcher.c, or at least make it not
1928 depend on the wicked ordering)
1930 * src/prefs_matcher.c
1931 add documentation so others may comprehend the
1932 UI part of the conditions
1934 2003-01-06 [christoph] 0.8.8claws59
1936 * src/prefs_actions.c
1937 use new description window for syntax help
1938 * src/gtk/description_window.c
1939 fix display of descriptions with column count != 2
1941 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1943 2003-01-06 [christoph] 0.8.8claws58
1946 * src/summaryview.[ch]
1947 * src/gtk/Makefile.am
1948 * src/gtk/description_window.[ch] ** NEW **
1949 use a generic window to display syntax descriptions
1950 currently used in quote_fmt and summaryview (new description
1951 for extended quick search)
1953 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1955 2003-01-06 [paul] 0.8.8claws57
1957 * sync with 0.8.8cvs1
1958 see ChangeLog 2003-01-06
1960 2003-01-06 [christoph] 0.8.8claws56
1963 * src/prefs_gtk.[ch]
1964 * src/gtk/prefswindow.[ch]
1965 * src/plugins/spamassassin/spamassassin_gtk.c
1966 o remove page management from prefswindow, pages
1967 will be an argument to prefswindow_open
1968 o prefswindow_open gets a datapointer that is
1969 passed to the widget_create function to allow
1970 creation of prefswindow for specific items
1972 2003-01-06 [colin] 0.8.8claws55
1975 We don't want regexp in the reply-finder,
1976 because MIDs can contain !,$,. and so on
1978 2003-01-06 [jens] 0.8.8claws54
1981 fixed a wrong free in jpilot_read_db_files
1983 2003-01-06 [alfons] 0.8.8claws53
1985 re-organize matcher part 8; more to come
1988 matcherprop_to_string(): put g_free()s before the
1989 switch-case break to fix memleaks
1991 2003-01-06 [colin] 0.8.8claws52
1994 cleanup & reply-finder now displays the first
1997 2003-01-05 [alfons] 0.8.8claws51
1999 re-organize matcher part 7; more to come
2002 fixes for constant correctness;
2005 2003-01-05 [alfons] 0.8.8claws50
2007 re-organize matcher part 6; more to come
2010 fixes for constant correctness;
2013 fix for constant correctness
2015 2003-01-05 [colin] 0.8.8claws49
2018 Add account_get_reply_account function
2020 Use account_get_reply_account function
2022 Basic reply-finder - click on the replied
2023 icon gets you to the outbox using quick-search
2025 2003-01-05 [paul] 0.8.8claws48
2027 * src/prefs_common.c
2028 small change to English
2030 * src/prefs_filtering.c
2031 prefs_filtering_action_select(): improve logic and uniformity
2034 2003-01-05 [alfons] 0.8.8claws47
2036 fine tune solution to focus problems (bug #7)
2039 mainwindow_focus_in_event(): remove grab event check
2041 summary_button_pressed(): move selection on right-click
2042 too. we can't possibly move the selection back after
2043 canceling a dialog, because gtk's incomplete focus
2044 management. whether this is a good solution, only time
2047 2003-01-05 [christoph] 0.8.8claws46
2050 fix crash when no imap connection could be established
2052 2003-01-05 [paul] 0.8.8claws45
2057 fix bug 605957 'shortcuts in popup-menu'
2058 make user-defined shortcuts work
2059 show shortcuts that are already defined
2061 Patch submitted by Luke Plant
2063 2003-01-05 [alfons] 0.8.8claws44
2066 focus_in_event handler should not select summary view row
2067 when another window (menu, dialog) grabbed for events
2068 (bug #7, "[0.8.8claws42] Message summary focus")
2070 2003-01-04 [christoph] 0.8.8claws43
2073 update save folder after adding the sent message
2074 (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2076 2003-01-02 [christoph] 0.8.8claws42
2078 * src/common/plugin.c
2079 fix unloading of all plugins and unload
2080 plugins in reverse order
2082 * src/gtk/pluginwindow.c
2083 implement function of load and unload button
2085 * src/gtk/prefswindow.c
2086 * src/gtk/prefswindow.h
2087 rename register function and add new unregister
2090 * src/plugins/spamassassin/spamassassin_gtk.c
2091 unregister prefs page and update for changes in
2092 src/gtk/prefswindow.c
2094 2003-01-02 [paul] 0.8.8claws41
2097 updated by Ricardo Mones Lastra
2102 fixes and improvements by Urke MMI
2104 2003-01-02 [thorsten] 0.8.8claws40
2107 fixed wrong return value
2109 2003-01-02 [thorsten] 0.8.8claws39
2112 fixed printing wrong variable
2114 2003-01-02 [thorsten] 0.8.8claws38
2117 fixed acessing members of freed pfile struct
2119 2003-01-02 [thorsten] 0.8.8claws37
2122 detect loops across several messages
2123 as suggested by Christoph Hohmann
2125 2003-01-01 [match] 0.8.8claws36
2128 fixed another memory leak.
2130 2003-01-01 [match] 0.8.8claws35
2133 fixed memory leaks. applied Doxygen comments.
2135 2003-01-01 [thorsten] 0.8.8claws34
2138 inhibit endless loop if msg references itself
2139 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2141 2003-01-01 [christoph] 0.8.8claws33
2144 * src/gtk/Makefile.am
2145 * src/gtk/pluginwindow.c ** NEW **
2146 * src/gtk/pluginwindow.h ** NEW **
2149 * src/plugins/demo/demo.c
2150 * src/plugins/spamassassin/spamassassin.c
2151 * src/plugins/spamassassin/spamassassin_gtk.c
2152 write better plugin descriptions
2154 2002-12-31 [christoph] 0.8.8claws32
2156 * src/gtk/prefswindow.c
2157 * src/plugins/spamassassin/spamassassin_gtk.c
2158 some small improvements to GTK code
2160 2002-12-31 [christoph] 0.8.8claws31
2162 * src/plugins/spamassassin/spamassassin_gtk.c
2163 enable folder select button
2165 2002-12-31 [christoph] 0.8.8claws30
2168 * src/gtk/Makefile.am
2169 * src/gtk/prefswindow.c ** NEW **
2170 * src/gtk/prefswindow.h ** NEW **
2171 add new prefs window
2173 * src/common/plugin.c
2174 don't try to load empty config lines
2176 * src/plugins/spamassassin/Makefile.am
2177 * src/plugins/spamassassin/spamassassin.c
2178 * src/plugins/spamassassin/spamassassin.h ** NEW **
2179 * src/plugins/spamassassin/spamassassin_gtk.c ** NEW **
2180 GTK config for SpamAssassin Plugin using
2181 the new prefs window
2183 2002-12-31 [paul] 0.8.8claws29
2186 remove obsolete entry 'src/menu.c'
2188 2002-12-31 [alfons] 0.8.8claws28
2191 * src/matcher_parser_parse.y
2192 * src/prefs_matcher.c
2193 add "ignore_thread" and "~ignore_thread" condition so it's
2194 possible to make the actions / scoring operate on the ignore
2197 2002-12-31 [christoph] 0.8.8claws27
2203 * src/prefs_account.c
2204 * src/prefs_actions.c
2205 * src/prefs_customheader.c
2206 * src/prefs_display_header.c
2211 * src/common/prefs.[ch]
2212 extend prefs file handling for reading and automatic handling
2213 of blocks. When reading prefs_set_block_label will automatically
2214 move on to the block. When writing it will copy all other blocks
2217 * src/common/plugin.c
2218 Now loading plugin filenames from [Plugins] block in
2221 2002-12-30 [christoph] 0.8.8claws26
2223 * src/common/hooks.[ch]
2224 return abort status to caller of hooks_invoke
2227 invoke message filtering hook and stop
2228 default handling when filter returns abort
2230 * src/common/plugin.[ch]
2231 * src/plugins/demo/demo.c
2232 modify plugin loader, because resolving symbols for strings
2233 does not work correctly
2236 * ac/spamassassin.m4 ** NEW **
2237 * src/plugins/spamassassin/.cvsignore ** NEW **
2238 * src/plugins/spamassassin/Makefile.am ** NEW **
2239 * src/plugins/spamassassin/README ** NEW **
2240 * src/plugins/spamassassin/libspamc.[ch] ** NEW **
2241 * src/plugins/spamassassin/spamassassin.c ** NEW **
2242 * src/plugins/spamassassin/utils.[ch] ** NEW **
2243 add spamassassin plugin, see src/plugins/spamassassin/README
2246 2002-12-29 [alfons] 0.8.8claws25
2249 when moving focus from a message view to the main
2250 window, don't forget to select the summary node
2251 of the displayed message. should fix "[ 659103 ]
2252 focus-follows-mouse confuses sylpheed"
2254 2002-12-29 [christoph] 0.8.8claws24
2257 * src/stringtable.[ch] ** REMOVE **
2258 * src/common/Makefile.am
2259 * src/common/stringtable.[ch] ** NEW **
2260 move stringtable files to common directory
2262 2002-12-29 [christoph] 0.8.8claws23
2265 * src/menu.[ch] ** REMOVE **
2266 * src/gtk/Makefile.am
2267 * src/gtk/menu.[ch] ** NEW **
2268 move menu files to gtk directory
2270 2002-12-29 [match] 0.8.8claws22
2274 moved UI specific code out of LDAP code into addressbook
2275 UI code. fixed memory leak.
2277 2002-12-29 [christoph] 0.8.8claws21
2280 only check for IGNORED parent message when message is
2283 2002-12-29 [alfons] 0.8.8claws20
2286 set gtksctree's anchor correct (immediate execute
2287 changes the tree's layout, and anchor points at
2288 the incorrect row). fixes "[ 657233 ] multiple msg
2289 delete sometimes off by 1".
2290 we probably have to look for more tree layout /
2293 2002-12-29 [paul] 0.8.8claws19
2296 fix bug [ 659054 ] incorrect sorting of 'From' column
2297 when using 'display sender using address book'
2298 thanks to Alfons and Luke Plant
2300 2002-12-29 [christoph] 0.8.8claws18
2304 check parent messages for IGNORE THREAD flag, when adding,
2305 moving or copying messages to a folder
2307 2002-12-27 [alfons] 0.8.8claws17
2309 re-organize matcher part 5; more to come
2312 hash keywords in matchparser_tab
2314 2002-12-27 [alfons] 0.8.8claws16
2316 re-organize matcher part 4; more to come
2318 * src/matcher_parser.h
2319 * src/matcher_parser_lex.l
2320 * src/matcher_parser_parse.y
2323 2002-12-27 [alfons] 0.8.8claws15
2325 re-organize matcher part 3; more to come
2330 2002-12-27 [alfons] 0.8.8claws14
2332 re-organize matcher part 2; more to come but this should
2333 work. cc me if there are any regressions.
2336 add prototype for get_matchparser_tab_id()
2337 * src/matcher_parser_lex.l
2338 look up keywords using matchparser_tab_id();
2340 2002-12-27 [alfons] 0.8.8claws12
2342 re-organize matcher part 1
2345 map yacc generated constants to sylpheed matcher constants
2347 add function to find a matcher constant from a string
2349 2002-12-27 [christoph] 0.8.8claws11
2352 MENUITEM_ADD casts the 4th argument from integer to pointer
2353 so it probably should not be a pointer, this means we
2354 should use account id for it and not the account's pointer
2356 2002-12-27 [paul] 0.8.8claws10
2359 remove unneeded 'GtkWidget *vbox'
2362 further sync with 0.8.8 - make sort
2363 by recipient work as expected
2368 2002-12-27 [paul] 0.8.8claws9
2371 updated by Ivan F. Martinez
2373 2002-12-27 [darko] 0.8.8claws8
2375 * src/common/utils.c
2376 added locked pattern to extended search
2378 2002-12-27 [alfons] 0.8.8claws7
2380 * src/prefs_matcher.[ch]
2383 2002-12-26 [alfons] 0.8.8claws6
2386 * src/matcher_parser_lex.l
2387 * src/matcher_parser_parse.y
2388 * src/prefs_matcher.c
2389 allow color label as a condition in the matcher
2391 2002-12-26 [oliver] 0.8.8claws5
2394 enable Addressbook for Main and Messageview
2395 * src/prefs_actions.c
2396 enable actions in Messageview
2398 2002-12-26 [christoph] 0.8.8claws4
2400 * src/common/plugin.c
2401 add a little debug output
2403 * src/plugins/demo/Makefile.am
2404 better use of automake
2406 2002-12-26 [christoph] 0.8.8claws3
2409 * src/common/Makefile.am
2412 2002-12-26 [christoph] 0.8.8claws2
2415 sort configure checks into common / gtk / plugins
2421 * src/common/sylpheed.[ch]
2422 added now sylpheed_done function for shutdown
2423 * src/common/Makefile.am
2424 * src/common/plugin.[ch] ** NEW **
2425 plugin loader and unloader
2426 * src/plugins/.cvsignore ** NEW **
2427 * src/plugins/Makefile.am ** NEW **
2429 * src/plugins/demo/.cvsignore ** NEW **
2430 * src/plugins/demo/Makefile.am ** NEW **
2431 * src/plugins/demo/demo.c ** NEW **
2432 small demo plugin that installs a logtext hook and
2433 outputs the log text to stdout
2435 2002-12-26 [paul] 0.8.8claws1
2438 updated by Ricardo Mones Lastra
2440 2002-12-26 [paul] 0.8.8claws
2442 * 0.8.8claws released
2444 2002-12-26 [paul] 0.8.7claws12
2447 updated by George Danchev
2449 2002-12-26 [paul] 0.8.7claws11
2452 remove unneeded 'src/prefs.c' entry
2454 2002-12-26 [paul] 0.8.7claws10
2458 sync with 0.8.8 release
2463 partial sync with 0.8.8 release
2466 2002-12-25 [alfons] 0.8.7claws9
2469 * src/matcher_parser_lex.l
2470 * src/matcher_parser_parse.y
2471 * src/prefs_matcher.c
2472 add locked flag to possible filtering / matcher
2473 conditions (also a good example what should be
2474 done to add a simple boolean condition)
2476 2002-12-25 [christoph] 0.8.7claws8
2486 * src/prefs.[ch] ** REMOVE **
2487 * src/prefs_account.c
2488 * src/prefs_actions.c
2489 * src/prefs_common.c
2490 * src/prefs_customheader.c
2491 * src/prefs_display_header.c
2492 * src/prefs_filtering.c
2493 * src/prefs_folder_item.c
2494 * src/prefs_gtk.[ch] ** NEW **
2495 * src/prefs_matcher.c
2496 * src/prefs_scoring.c
2497 * src/prefs_summary_column.c
2499 * src/selective_download.c
2501 * src/common/Makefile.am
2502 * src/common/prefs.[ch] ** NEW **
2503 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2505 2002-12-24 [alfons] 0.8.7claws7
2508 summary_thread_build(): fix real cause of the crash mentioned in
2509 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2510 this way we get meaningful ctree nodes
2512 2002-12-24 [oliver] 0.8.7claws6
2514 * src/mainwindow.[ch]
2515 * src/messageview.[ch]
2519 changes to use updated toolbar handling
2521 2002-12-24 [oliver] 0.8.7claws5
2524 generic toolbar handling
2525 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2526 * src/prefs_toolbar.[ch]
2529 2002-12-24 [oliver] 0.8.7claws4
2531 * src/stock_pixmap.[ch]
2532 move SYLPHEED_LOGO to end of list in order
2533 to remove it from Custom Toolbar`s Icon View
2535 2002-12-24 [alfons] 0.8.7claws3
2538 summary_thread_build(): fix crash because of focus != selection
2539 after threading. when deleting the selection, gtk tries but fails
2540 to find the correct focusable element. we now force the selection
2541 to be focused. this should solve the infamous bug reported by
2542 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages").
2543 a test case is available.
2545 2002-12-24 [darko] 0.8.7claws2
2548 don't crash when unmarking message with unread children
2550 2002-12-23 [christoph] 0.8.7claws1
2553 * src/common/Makefile.am
2554 update Makefiles for moved intl.h, version.h and defs.h
2556 rewrite imap_session_get to avoid duplicate code
2558 2002-12-23 [paul] 0.8.7claws
2560 * Santa-Claws released
2564 squeeze in updated Hungarian and Russian translations.
2565 Submitted by Gál Zoltán and Ruslan N. Balkin
2567 2002-12-23 [paul] 0.8.6claws129
2570 updated by Witold Wladyslaw Wojciech Wilk
2572 2002-12-23 [paul] 0.8.6claws128
2574 * src/quote_fmt_parse.y
2575 fix typo and add licence header
2577 2002-12-23 [paul] 0.8.6claws127
2582 2002-12-23 [paul] 0.8.6claws126
2585 updated translation, submitted by Alessandro Maestri
2587 2002-12-23 [paul] 0.8.6claws125
2589 * src/quote_fmt_parse.y
2590 fix signature-stripping on replies bug. match
2591 '-- \n' and not '-- '.
2593 2002-12-22 [paul] 0.8.6claws124
2598 updated translations. submitted by George Danchev,
2599 Ricardo Mones Lastra, and Urke MMI respectively
2601 2002-12-21 [paul] 0.8.6claws123
2606 2002-12-21 [paul] 0.8.6claws122
2609 fix bug [643638] where if a person is in one or more
2610 addressbook groups editing that person's email
2611 address results in removal from those groups.
2612 Patch submitted by Luke Plant.
2614 2002-12-20 [christoph] 0.8.6claws121
2616 * src/common/utils.c
2618 reimplement expand_search_string using GString to
2619 prevent crashs caused by miscalculated string
2620 lengths reported by Paul
2622 2002-12-20 [christoph] 0.8.6claws120
2625 don't use "changed" to check if op_count has to be changed as it
2626 is also set when the message has unread children
2627 (closes bug [ 653221 ] crash while deleting duplicates)
2629 2002-12-20 [paul] 0.8.6claws119
2631 * sync with 0.8.6cvs27
2632 see ChangeLog 2002-12-20
2634 2002-12-20 [paul] 0.8.6claws118
2636 * sync with 0.8.6cvs26
2637 see ChangeLog 2002-12-19 and 2002-12-20
2639 2002-12-19 [alfons] 0.8.6claws117
2642 fix incorrect parsing of email addresses, submitted by
2643 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate
2644 name display if it contains @".
2646 2002-12-18 [paul] 0.8.6claws116
2648 * sync with 0.8.6cvs23
2649 see ChangeLog 2002-12-18
2651 2002-12-18 [paul] 0.8.6claws115
2658 sync with 0.8.6cvs22.
2659 see ChangeLog 2002-12-17 and 2002-12-18
2661 2002-12-17 [christoph] 0.8.6claws114
2664 o don't create a session if imap greeting fails
2665 o don't close socket when authentication fails
2666 this is done by imap_session_destroy
2668 2002-12-17 [thorsten] 0.8.6claws113
2672 tools/google_msgid.pl ** NEW FILE **
2673 Added "search for message-id" script and doc
2675 2002-12-17 [thorsten] 0.8.6claws112
2678 Updated hungarian translation
2679 (updated by Gal Zoltan)
2681 2002-12-16 [christoph] 0.8.6claws111
2684 remove stupid addressbook dump to debug output
2686 fix memory leak found by Hiro
2688 2002-12-14 [paul] 0.8.6claws110
2691 fix menubar sensitivity on send
2693 * src/prefs_filtering.c
2694 * src/prefs_matcher.c
2695 * src/prefs_scoring.c
2698 * src/common/quoted-printable.h
2701 2002-12-13 [christoph] 0.8.6claws109
2704 * src/manage_window.[ch] ** REMOVE **
2705 * src/gtk/Makefile.am
2706 * src/gtk/manage_window.[ch] ** NEW **
2707 move manage_window files to gtk directory
2709 2002-12-13 [christoph] 0.8.6claws108
2712 * src/gtkshruler.[ch] ** REMOVE **
2713 * src/gtk/Makefile.am
2714 * src/gtk/gtkshruler.[ch] ** NEW **
2715 move gtkshruler files to gtk directory
2717 2002-12-13 [christoph] 0.8.6claws107
2721 * src/gtkstext.[ch] ** REMOVE **
2724 * src/gtk/gtkstext.[ch] ** NEW **
2725 * src/gtk/Makefile.am
2726 o move stext functions to gtkstext.c to remove
2727 dependency of gtkutils
2728 o move gtkstext files to gtk directory
2730 * src/gtk/Makefile.am
2731 * src/gtk/sslcertwindow.[ch]
2732 UI stuff can always depend on common code so
2733 it's ok to add ../common to include path
2735 2002-12-13 [colin] 0.8.6claws106
2738 Disconnect sighandlers for mainwindow when
2739 quicksearch has the focus
2741 * src/mainwindow.[ch]
2742 Make key_pressed callback public, to be able
2745 2002-12-13 [christoph] 0.8.6claws105
2748 create .mh_sequences file in new MH folders
2749 (closes feature request [ 523162 ] MH folders should
2750 get a .mh_sequences)
2752 2002-12-13 [colin] 0.8.6claws104
2755 Better handling of quicksearch show/hide
2756 (basically the button stays under the mouse
2759 2002-12-13 [paul] 0.8.6claws103
2761 * sync with 0.8.6cvs17
2762 see ChangeLog 2002-12-13
2764 2002-12-13 [paul] 0.8.6claws102
2767 updated by Ricardo Mones Lastra
2769 2002-12-11 [colin] 0.8.6claws101
2772 remove statusbar stuff
2774 set statusbar verbosity when moving folders
2776 2002-12-11 [colin] 0.8.6claws100
2777 * src/prefs_filtering.c
2778 * src/prefs_matcher.c
2779 * src/prefs_scoring.c
2782 2002-12-11 [colin] 0.8.6claws99
2784 * src/prefs_common.[ch]
2785 Add summary_quicksearch_type
2787 Save last used quicksearch type
2789 2002-12-11 [jens] 0.8.6claws98
2790 * src/prefs_filtering.c
2791 * src/prefs_matcher.c
2792 * src/prefs_scoring.c
2793 added dialog for incomplete rules in scoring, filtering and
2794 matcher to ask wheather really close
2796 2002-12-11 [colin] 0.8.6claws97
2799 Fix folder dnd statusbar logging
2801 2002-12-10 [christoph] 0.8.6claws96
2811 * src/statusbar.[ch]
2812 * src/common/hooks.c
2813 * src/common/log.[ch]
2814 o handle verbose logging in statusbar directly in statusbar code
2815 and common code does not need any knowledge about a statusbar
2816 o remove direct calls to statusbar_(puts|pop)_all functions
2818 2002-12-10 [jens] 0.8.6claws95
2821 removed gettext from g_warnings
2827 2002-12-10 [colin] 0.8.6claws94
2830 finish crash dialog fix
2832 2002-12-10 [colin] 0.8.6claws93
2835 "Fix" "sylpheed already running" instead of
2836 crash dialog appearing after a crash
2838 2002-12-10 [colin] 0.8.6claws92
2841 add src/gtk/sslcertwindow.c
2843 2002-12-10 [paul] 0.8.6claws91
2846 updated to reflect recent changes
2847 submitted by Alessandro Maestri
2849 2002-12-09 [christoph] 0.8.6claws90
2852 * src/smtp.[ch] ** REMOVE **
2853 * src/common/Makefile.am
2854 * src/common/smtp.[ch] ** NEW **
2855 move smtp files to common directory
2857 2002-12-09 [christoph] 0.8.6claws89
2860 * src/session.[ch] ** REMOVE **
2861 * src/common/Makefile.am
2862 * src/common/session.[ch] ** NEW **
2863 move session files to common directory
2865 2002-12-09 [paul] 0.8.6claws88
2868 fix bug [649746] edit accounts: move account reverted
2869 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
2871 2002-12-09 [colin] 0.8.6claws87
2873 * src/ssl_certificate.c
2876 2002-12-09 [colin] 0.8.6claws86
2879 Try to open the cert.pem database and
2880 issue a warning if it isn't there
2882 2002-12-09 [colin] 0.8.6claws85
2884 * src/common/ssl_certificate.c
2885 * src/gtk/sslcertwindow.c
2888 2002-12-09 [colin] 0.8.6claws84
2890 * src/ssl_certificate.[ch] ** REMOVED **
2891 * src/common/ssl_certificate.[ch] ** NEW **
2893 * src/common/Makefile.am
2894 Moved ssl_certificate.[ch] to common
2896 Put back needed include
2897 * src/gtk/sslcertwindow.[ch]
2898 Changed ssl_certificate.h include
2900 2002-12-09 [colin] 0.8.6claws83
2902 * src/gtk/sslcertwindow.[ch]
2903 Implement hook for certificate acception
2904 * src/ssl_certificate.[ch]
2905 Implement hook for certificate acception
2907 Reenable certificate acception check
2909 Register sslcertwindow's hook
2911 2002-12-08 [christoph] 0.8.6claws82
2918 * src/common/utils.c
2919 o add missing includes
2922 * src/common/.cvsignore
2923 * src/common/version.h ** REMOVE **
2924 remove autogenerated file
2926 2002-12-08 [paul] 0.8.6claws81
2929 put back needed include
2931 2002-12-08 [colin] 0.8.6claws80
2933 * src/gtk/sslcertwindow.c
2934 Cleaner popups when asking
2935 * src/ssl_certificate.c
2936 * src/prefs_common.[ch]
2937 remove ssl certificate pref
2938 put back needed include
2940 put back needed include
2942 2002-12-08 [christoph] 0.8.6claws79
2948 only abort hook invokation if required data is missing not
2949 if our own data pointer is NULL, update hookfunction for
2952 2002-12-08 [paul] 0.8.6claws78
2970 * src/sourcewindow.c
2973 clean up: remove unneccesary includes
2975 2002-12-08 [christoph] 0.8.6claws77
2980 * src/common/hooks.[ch]
2981 hook functions now have a gboolean return value, if a hook
2982 returns TRUE it will stop executing of any more hooks in
2983 the same hooklist for this invokation
2985 2002-12-08 [colin] 0.8.6claws76
2988 put back argv0 for CRASH_DIALOG
2990 2002-12-08 [christoph] 0.8.6claws75
3003 * src/prefs_account.[ch]
3004 * src/prefs_common.[ch]
3007 * src/ssl_certificate.[ch]
3008 * src/ssl_manager.[ch]
3009 * src/common/Makefile.am
3011 * src/common/nntp.[ch]
3012 * src/common/socket.[ch]
3013 * src/common/ssl.[ch]
3014 * src/gtk/sslcertwindow.[ch]
3016 use new autoconf script to detect OpenSSL with extra parameters
3017 to specify the location of libs and includes, also remove USE_SSL
3020 * src/common/sylpheed.[ch]
3021 * src/common/version.h.in
3022 start seperation of common code initialization seperated from gui
3025 The function that is called when a color label changes
3026 should not change the color lable again
3028 2002-12-08 [colin] 0.8.6claws74
3030 * src/gtk/sslcertwindow.c
3033 2002-12-08 [colin] 0.8.6claws73
3037 Register a hook for statusbar_puts_all
3039 invoke statusbar_puts_all's hook
3041 2002-12-08 [colin] 0.8.6claws72
3043 * src/ssl_certificate.c
3044 Put back a badly-removed include
3046 2002-12-08 [colin] 0.8.6claws71
3048 * src/gtk/sslcertwindow.[ch] ** NEW **
3049 new certificate presentation
3050 * src/gtk/Makefile.am
3052 * src/ssl_certificate.[ch]
3053 gtk cleanup, made utility functions public
3055 use new cert presentation
3057 2002-12-07 [christoph] 0.8.6claws70
3060 * src/nntp.[ch] ** REMOVE **
3061 * src/common/Makefile.am
3062 * src/common/nntp.[ch] ** NEW **
3063 move nntp files to common directory
3065 2002-12-07 [christoph] 0.8.6claws69
3069 implement msginfo update callback using sylpheed's new
3070 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3072 2002-12-06 [christoph] 0.8.6claws68
3075 This patch changes the 'Edit Group Details' dialog to
3076 allow extended selections in either pane, so that
3077 addresses can be added or removed from a group more
3078 quickly and easily. (it actually is a net decrease in
3079 file size, as some unnecessary functions have been
3081 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3083 2002-12-06 [christoph] 0.8.6claws67
3086 * src/template.[ch] ** REMOVE **
3087 * src/common/Makefile.am
3088 * src/common/template.[ch] ** NEW **
3089 move template files to common directory
3092 add missing log.h include
3094 2002-12-06 [melvin] 0.8.6claws66
3096 * src/prefs_actions.c
3097 Added the trailing ">" syntax to insert command's output
3098 without replacing old text (in contrast to trailing "|").
3100 2002-12-05 [colin] 0.8.6claws65
3102 * src/common/utils.c
3103 Don't modify original search_string or it'll change
3104 the next iterations in the for()
3106 2002-12-05 [darko] 0.8.6claws64
3108 * src/common/utils.c
3109 proper check for filtering commands, found by Colin
3111 2002-12-05 [darko] 0.8.6claws63
3113 * src/common/utils.c
3114 check proper string for NULL pointer, found by Colin
3116 2002-12-05 [darko] 0.8.6claws62
3118 * src/common/utils.[ch]
3119 expand_search_string(): new function
3120 converts Mutt-like patterns to Sylpheed's
3123 use expand_search_string() to allow Mutt-like
3124 patterns in extended search
3126 document extended option in quick search
3128 2002-12-05 [paul] 0.8.6claws61
3130 * sync with 0.8.6cvs16
3131 see ChangeLog 2002-12-05
3136 2002-12-04 [christoph] 0.8.6claws60
3139 put imap authentication code into a new function and
3140 remove it from imap_session_new that will allow to
3141 send other commands before authentication
3143 2002-12-04 [christoph] 0.8.6claws59
3146 use already existing method to prevent unneeded IMAP
3147 folder selects. Set imap_select parameters to NULL
3148 in some functions if the values are not required.
3151 remove no longer required include
3153 2002-12-04 [paul] 0.8.6claws58
3156 updated by Ricardo Mones Lastra
3159 po/hu.po ** NEW FILE **
3160 initial Hungarian translation, submitted
3161 by Gál Zoltán <galzoli@hu.inter.net>
3163 2002-12-03 [christoph] 0.8.6claws57
3166 * src/gtksctree.[ch] ** REMOVE **
3167 * src/gtk/Makefile.am
3168 * src/gtk/gtksctree.[ch] ** NEW **
3169 move gtksctree files to gtk directory
3171 2002-12-03 [christoph] 0.8.6claws56
3174 * src/md5.[ch] ** REMOVE **
3175 * srm/common/Makefile.am
3176 * src/common/md5.[ch] ** NEW **
3177 move md5 files to common directory
3180 remove not required #include
3182 2002-12-03 [sergey] 0.8.6claws55
3186 gtkut_window_popup(): new function.
3188 main_window_popup(): use gtkut_window_popup() to raise
3189 window without changing its position.
3190 (see sylpheed-main ML message [sylpheed:17247])
3192 2002-12-03 [sergey] 0.8.6claws54
3195 send_message_local(): removed first-dot escaping
3196 (SMTP-only, not needed for sending through pipe)
3198 2002-12-03 [paul] 0.8.6claws53
3201 update to reflect recent changes (thanks
3202 to Ricardo Mones Lastra)
3204 * tools/filter_conv.pl
3205 fix problem with quoted strings. Patch submitted
3206 by Luke Plant <lukeplant@softhome.net>
3208 2002-12-03 [paul] 0.8.6claws52
3210 * sync with 0.8.6cvs15
3211 see ChangeLog 2002-12-03
3213 2002-12-02 [christoph] 0.8.6claws51
3215 * src/logwindow.[ch]
3216 * src/common/log.[ch]
3217 implement logging using a hook function
3221 define hooklist name in header file to avoid
3222 errors caused by wrong spelling of hooklist names
3227 2002-12-02 [christoph] 0.8.6claws50
3229 * src/common/Makefile.am
3230 add src/common/hooks.[ch]
3232 * src/common/hooks.[ch]
3233 implement a simple hook system using glib's hook functions
3237 use new hook system for folder item updates
3239 2002-12-02 [christoph] 0.8.6claws49
3241 * doc-src/ui_seperation.txt ** NEW **
3242 information for ui seperation
3245 remove files that were moved to common
3246 include common directory by default for the header files
3249 * src/common/socket.c
3250 * src/automaton.[ch]
3251 implement automaton using g_io_*-functions instead of
3252 gdk_input_add to make it ui independent
3262 remove common/ prefix because directory is now in
3270 * src/prefs_common.c
3281 * src/ssl_certificate.c
3282 add log.h header file for logging functions
3285 * src/common/utils.c
3288 o move debug_mode to common/utils.c
3289 o add functions to set and get debug_mode
3291 * src/defs.h ** REMOVE **
3292 * src/intl.h ** REMOVE **
3293 * src/socket.[ch] ** REMOVE **
3294 * src/ssl.[ch] ** REMOVE **
3295 * src/utils.[ch] ** REMOVE **
3296 replaced by new files in src/common/
3298 * src/common/Makefile.am
3299 add new files in src/common/
3301 * src/common/defs.h ** NEW **
3302 * src/common/intl.h ** NEW **
3303 * src/common/log.[ch] ** NEW **
3304 * src/common/socket.[ch] ** NEW **
3305 * src/common/ssl.[ch] ** NEW **
3306 * src/common/utils.[ch] ** NEW **
3307 replacement for files in src/
3309 2002-12-02 [colin] 0.8.6claws48
3312 Scroll folderview if necessary during dnd
3314 2002-12-02 [colin] 0.8.6claws47
3317 Add check to verify a move is within a single mailbox
3319 Add specific error string for this check
3321 2002-12-02 [colin] 0.8.6claws46
3324 Add a test to folder moving, remove a statusbar_print
3326 Add Move folder... context-menu item
3327 Factorize folder moving code
3328 Enable folder DND for mbox
3330 2002-12-01 [christoph] 0.8.6claws45
3333 remove conf.aspelltest if the version check fails
3335 2002-11-30 [christoph] 0.8.6claws44
3338 run libtoolize --force in autogen to create missing
3341 2002-11-30 [christoph] 0.8.6claws43
3347 * src/uuencode.[ch] ** REMOVED **
3348 * src/common/Makefile.am
3349 * src/common/uuencode.[ch] ** NEW **
3350 move uuen/decoder to common directory
3352 2002-11-30 [christoph] 0.8.6claws42
3355 * src/base64.[ch] ** REMOVED **
3364 * src/common/Makefile.am
3365 * src/common/base64.[ch] ** NEW **
3366 move base64 en/decoder to common directory
3368 2002-11-30 [christoph] 0.8.6claws41
3370 * src/common ** NEW **
3371 new directory for UI independent code
3373 new directory for GTK frontend
3374 * src/common/.cvsignore ** NEW **
3375 * src/gtk/.cvsignore ** NEW **
3377 * src/common/Makefile.am ** NEW **
3378 * src/gtk/Makefile.am ** NEW **
3379 automake files to build new seperated stuff
3381 the binary will currently still be build with the
3382 files in src, so we include the code from the
3383 subdirs for now after building the libs there
3385 2002-11-30 [paul] 0.8.6claws40
3388 fix bug [642731] 'Wrong selected account with drafted mail'
3390 2002-11-29 [oliver] 0.8.6claws39
3393 o update summaryview when switching between different
3396 o check if messageview holds already removed msg
3400 2002-11-29 [oliver] 0.8.6claws38
3403 remove not needed variables and includes
3404 make messageview stay opened and move to next when msgs are deleted
3406 2002-11-29 [oliver] 0.8.6claws37
3409 disable compose button (messageview toolbar) by default
3410 deleted msgs are moved to trash
3412 2002-11-29 [melvin] 0.8.6claws36
3415 Increased minimal gpgme version to 0.3.10 (Zombies out)
3416 and to detect signatures expirations (gpgme 0.3.6)
3419 Use non obsolescent function for Gpgme engine checking.
3422 Inform about expired signatures or signatures which key
3423 has expired. Expiration date is displayed.
3426 Inform about expired signatures or signatures which key
3429 2002-11-28 [paul] 0.8.6claws35
3432 re-instate 'Check for new messages' in Newsgroup
3433 folders right-click menu, after a suggestion from
3434 Tim Mann <timmann@users.sourceforge.net>
3437 after a crash check only local folders for new
3440 2002-11-28 [paul] 0.8.6claws34
3443 apply patch that fixes the checking of GTK with XIM
3444 support on different OSs, such as FreeBSD. Patch
3445 submitted by Topia <topia@users.sourceforge.net>
3447 2002-11-28 [paul] 0.8.6claws33
3452 more changes to the English
3454 2002-11-28 [paul] 0.8.6claws32
3456 * sync with 0.8.6cvs13
3457 see ChangeLog 2002-11-28 (no sync needed
3460 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws31
3462 * src/mainwindow.[ch]
3463 add patch by Ivan F. Martinez introducing messageview Toolbar
3464 some changes and committed by oliver
3466 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws30
3468 * src/messageview.[ch]
3469 add patch by Ivan F. Martinez introducing messageview Toolbar
3470 some changes and committed by oliver
3472 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws29
3475 add patch by Ivan F. Martinez introducing messageview Toolbar
3476 some changes and committed by oliver
3478 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws28
3481 add patch by Ivan F. Martinez introducing messageview Toolbar
3482 some changes and committed by oliver
3484 2002-11-28 [oliver] 0.8.6claws27
3486 * src/prefs_toolbar.[ch]
3487 getting ready for messageview toolbar
3488 free mem allocated by gettext
3489 change prefs_toolbar to prefs_toolbar_open
3491 2002-11-28 [thorsten] 0.8.6claws26
3493 * src/imageview.[ch]
3494 cleaned up conflicting declarations of
3495 imageview_show_image()
3497 2002-11-28 [paul] 0.8.6claws25
3499 * src/grouplistdialog.c
3501 src/prefs_summary_column.c
3502 a few more improvements to the English
3504 2002-11-28 [colin] 0.8.6claws24
3507 A few updates to command-line parameters
3509 2002-11-28 [colin] 0.8.6claws23
3511 * src/prefs_filtering.c
3512 Fix problems with prefs_filtering_delete_path:
3513 a) if the first rule is removed, original pointers
3514 weren't updated (leading to segfaults)
3515 b) it was always global_processing updated in case
3516 of removed path was parent of rule path
3518 2002-11-27 [paul] 0.8.6claws22
3524 src/prefs_customheader.c
3525 src/prefs_display_header.c
3526 src/prefs_filtering.c
3527 src/prefs_folder_item.c
3530 src/prefs_summary_column.c
3531 src/prefs_template.c
3533 improve the English in the GUI
3535 2002-11-27 [colin] 0.8.6claws21
3538 Fix processing renaming problems happening after
3541 2002-11-27 [colin] 0.8.6claws20
3544 recursive move now deletes src each subfolder after
3547 Use identifier instead of path during dnd (enables
3550 2002-11-27 [paul] 0.8.6claws19
3553 apply patch that does command-line processing
3554 BEFORE gtk_init, allowing claws to run from
3555 shell-scripts in non-X environment (e.g. crontab
3556 or ip-up, ip-down scripts). Patch submitted by
3557 Ruslan N. Balkin <baron@dartel.ru>
3560 updated by Alessandro Maestri
3562 2002-11-27 [paul] 0.8.6claws18
3564 * sync with 0.8.6cvs12
3566 Differences are that main uses a 'Receive dialog'
3567 frame on the Interface tab, whereas claws groups all
3568 the dialogs together in a 'Dialogs' frame.
3570 2002-11-27 [colin] 0.8.6claws17
3572 * src/prefs_matcher.c
3573 Fix Execute criteria's NOT flag
3576 2002-11-26 [christoph] 0.8.6claws16
3579 rewrite the ssl code a little bit, only use one
3580 SSL context, set default certificates' file/path
3582 2002-11-26 [thorsten] 0.8.6claws15
3585 default-reply-to didn't work for ml-reply
3587 2002-11-26 [melvin] 0.8.6claws14
3589 * src/prefs_actions.c
3590 Made pipe-actions ignore short headers in message view
3591 Made trailing-pipe-actions write in the message view with
3592 the same font as the original message
3594 2002-11-26 [paul] 0.8.6claws13
3597 this time commit the correct file
3599 2002-11-26 [paul] 0.8.6claws12
3601 * sync with 0.8.6cvs11
3602 src/quote_fmt_parse.y
3607 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
3609 compose_reedit(): add check for 'X-Sylpheed-Account-Id:'
3612 see ChangeLog 2002-11-25 and 2002-11-26
3614 2002-11-26 [colin] 0.8.6claws11
3617 Fix collapsed folder not auto-expanding during
3618 mail dnd, if it was the source folder.
3620 2002-11-25 [colin] 0.8.6claws10
3622 * src/folderview.[ch]
3623 Variable renaming and cleaning (slist of nodes
3624 to be re-collapsed is stored in FolderView)
3626 2002-11-25 [paul] 0.8.6claws9
3628 * src/prefs_common.[ch]
3629 fix breakage caused by last commit
3631 2002-11-25 [paul] 0.8.6claws8
3633 * sync with 0.8.6cvs4
3634 see ChangeLog 2002-11-21
3636 2002-11-25 [paul] 0.8.6claws7
3638 * sync with 0.8.6cvs4
3639 see ChangeLog 2002-11-20
3641 2002-11-25 [paul] 0.8.6claws6
3643 * sync with 0.8.6cvs3
3644 see ChangeLog 2002-11-18
3646 2002-11-25 [colin] 0.8.6claws5
3649 Add gtkut_ctree_node_is_parent()
3651 Spring-loaded folders
3653 2002-11-25 [colin] 0.8.6claws4
3656 Add slist_concat_unique(), function to merge
3657 two GSList filtering dups
3659 * src/summaryview.[ch]
3662 Add detection/update/display of unread answers
3665 Add procmsg_find_children()
3666 Add procmsg_msg_has_marked_parent()
3668 2002-11-25 [colin] 0.8.6claws3
3670 * src/ssl_certificate.[ch]
3671 Allow checking a certificate without a DNS
3673 Allow to forget a cert (by deleting it)
3674 Make ssl_certificate_destroy_public
3675 * src/ssl_manager.[ch] ** NEW FILES **
3676 Gui to manage (display/remove) certificates
3677 * src/prefs_common.[ch]
3678 Add a pref to allow silent acceptation of
3679 trusted certificates or not (based on the
3680 "I want to know what's going on" principle)
3682 Add SSL manager in Tools menu
3684 Add the new files to the build
3686 Add ssl_manager.c to translations
3688 2002-11-25 [colin] 0.8.6claws2
3690 * src/summaryview.[ch]
3691 Add S_SEARCH_EXTENDED to the quick search, which
3692 allows to search using filtering syntax.
3694 2002-11-25 [colin] 0.8.6claws1
3697 Deletion of duplicates now prefer deleting
3698 the unread dup (fixes feature-request 638989).
3700 2002-11-24 [paul] 0.8.6claws