1 2003-03-16 [christoph] 0.8.11claws18
4 * src/plugins/dillo_viewer/dillo_viewer.c
5 * src/plugins/mathml_viewer/mathml_viewer.c
6 make unregistering of MimeViewerFactorys possible
8 2003-03-16 [alfons] 0.8.11claws17
13 2003-03-16 [melvin] 0.8.11claws16
15 * src/plugins/dillo_viewer.c
16 Fixed bug where it was not possible to view more than
17 one text/html attachment per message (bug discovered
18 by Christoph Hohmann).
20 2003-03-15 [melvin] 0.8.11claws15
23 Fixed compilation warnings.
25 2003-03-15 [melvin] 0.8.11claws14
27 * src/plugins/Makefile.am
28 * src/plugins/dillo_viewer/.cvsignore ** NEW **
29 * src/plugins/dillo_viewer/Makefile.am ** NEW **
30 * src/plugins/dillo_viewer/dillo_viewer.c ** NEW **
31 Added a html mail viewer plugin that uses Dillo v0.7.0 or
32 newer (http://dillo.auriga.wearlab.de/).
34 2003-03-15 [christoph] 0.8.11claws13
37 don't query imap folder for attributes because we already
38 for them from imap_status
41 add support for plugable MimeViewers (unloading Viewers
44 * src/plugins/Makefile.am
45 * src/plugins/mathml_viewer/.cvsignore ** NEW **
46 * src/plugins/mathml_viewer/Makefile.am ** NEW **
47 * src/plugins/mathml_viewer/mathml_viewer.c ** NEW **
48 add MathML Viewer (Content-Type text/mathml) using GtkMathView
49 widget from http://helm.cs.unibo.it/mml-widget/
51 2003-03-14 [christoph] 0.8.11claws12
54 o error return code's should better be negative
55 o replace printf with debug_print
58 improve IMAP folder scan by checking UID-NEXT
61 remove check that are unnecessary in my opinion
63 2003-03-13 [christoph] 0.8.11claws11
74 use a common function to get a displayable name
77 2003-03-13 [paul] 0.8.11claws10
81 tools/multiwebsearch.conf ** NEW FILE **
82 tools/multiwebsearch.pl ** NEW FILE **
83 add multiwebsearch Actions script
85 2003-03-13 [colin] 0.8.11claws9
88 Remove leading emtpy lines from quoted text
91 2003-03-13 [melvin] 0.8.11claws8
96 Added Cancel and OK buttons
99 2003-03-13 [christoph] 0.8.11claws7
109 replace more folder type stuff with folder class stuff
111 2003-03-13 [melvin] 0.8.11claws6
113 * src/prefs_actions.c
115 %u: user provided argument
116 %h: user provided argument (hidden on input)
117 %s: current text selection in the message view
119 2003-03-13 [paul] 0.8.11claws5
121 * sync with 0.8.11cvs5
122 see ChangeLog 2003-03-11, 2003-03-12
124 2003-03-12 [christoph] 0.8.11claws4
127 use folder class idstr when writing folderlist.xml
132 replace folder type checks with folder class checks
134 2003-03-12 [christoph] 0.8.11claws3
139 * src/mbox_folder.[ch]
142 o create a list of known folder classes in the folder system
143 o use folder class id strings for folder item identifiers
145 2003-03-12 [christoph] 0.8.11claws2
148 fix imap uid validity check
150 2003-03-12 [christoph] 0.8.11claws1
161 * src/prefs_scoring.c
165 initial restructuring of folder system, seperating
166 folders and folder classes
168 2003-03-12 [paul] 0.8.11claws
172 2003-03-12 [christoph]
174 * src/gtk/prefswindow.c
175 fix translation of "Page Index"
177 2003-03-12 [paul] 0.8.10claws110
179 a sync from 0.8.11cvs4 before the release
182 subject_compare_for_sort(): allow null strings (fixes
185 2003-03-11 [paul] 0.8.10claws109
188 update Spanish translation, submitted by
191 2003-03-11 [melvin] 0.8.10claws108
194 Updated French translations
196 2003-03-11 [paul] 0.8.10claws107
198 * manual/en/Makefile.am
200 update English manual, add a new page
201 updated by Francois Barriere <fbarriere@atmel.fr>
206 update Bulgarian, Italian, and Serbian translations
207 submitted by George Danchev, Alessandro Maestri, and
210 2003-03-10 [paul] 0.8.10claws106
213 src/gtk/prefswindow.c
214 make some strings translatable
216 2003-03-10 [darko] 0.8.10claws105
219 code cleanup to make Hiro happy
221 2003-03-10 [paul] 0.8.10claws104
223 * sync with 0.8.11cvs2
224 see ChangeLog 2003-03-10
226 2003-03-09 [melvin] 0.8.10claws103
229 textview_set_font(): fix for message display in
230 UTF-8 locales (thanks to Sergey Vlasov).
231 (was unintentionnaly reverted in 0.8.6claws6)
233 2003-03-08 [darko] 0.8.10claws102
236 fix infinite loop in wrapping as reported
238 obsoletes patch #696482
240 2003-03-08 [christoph] 0.8.10claws101
243 add workaround for IMAP servers that do not
244 support the "UID SEARCH UID" command
246 2003-03-07 [christoph] 0.8.10claws100
248 * src/plugins/spamassassin/spamassassin.[ch]
249 * src/plugins/spamassassin/spamassassin_gtk.c
252 2003-03-07 [paul] 0.8.10claws99
255 updated Spanish translation, submitted by
258 2003-03-07 [christoph] 0.8.10claws98
261 fix in 0.8.10claws94 was wrong
262 local delivery does not require escaping, remove escaping
263 code to make signatures of mails with "." lines valid
265 NOTE: requires that sendmail is executed with "-i" option,
266 what is the default now, but has to be changed in all
269 2003-03-07 [paul] 0.8.10claws97
271 * sync with 0.8.11 release
272 see ChangeLog 2003-03-07
274 2003-03-06 [paul] 0.8.10claws96
277 revert commit 0.8.10claws92
279 2003-03-06 [paul] 0.8.10claws95
282 fix (solaris) bug 73, 'Crash when selecting top-level folder'
285 fix bug 74, 'Crash opening editor window with pseudo-color
288 Patches submitted by Kevin Vigor <kevin@vigor.nu>
290 2003-03-06 [christoph] 0.8.10claws94
293 fix rfc2821 (4.5.2) violation in SMTP data sending,
294 all lines starting with a period get an extra period
296 (found by Simon 'corecode' Schubert)
298 2003-03-06 [paul] 0.8.10claws93
301 if configured font can't be loaded fall back to gtk
302 default. (with thanks to Christoph)
304 closes long-standing bug 15 'Crashes on startup'
306 2003-03-06 [paul] 0.8.10claws92
309 freeze text before autosave and thaw afterwards
310 fixes bug 67 'autosave make re-rediting message crazy'
312 2003-03-06 [christoph] 0.8.10claws91
315 ignore address comment in dupe check for Cc-list
317 (closes reopened bug 47 Replying to message strips name part of
318 e-mail addresses of Cc: lines)
320 2003-03-06 [paul] 0.8.10claws90
323 remove reference to gtkxtext.h as its no longer in
326 2003-03-06 [paul] 0.8.10claws89
328 * sync with 0.8.10cvs25
329 see ChangeLog 2003-03-06
331 2003-03-06 [oliver] 0.8.10claws88
336 2003-03-06 [oliver] 0.8.10claws87
339 remove changes introduced inclaws74
341 another attempt to sanely delete and update
342 messages deleted in separate messageview
344 2003-03-05 [christoph] 0.8.10claws86
347 check if "From" matches any account's address if
348 addressbook completion of addresses is disabled too
350 (closes Bug 70 "Display recipient in from" doesn't check
351 folder's default account)
353 2003-03-05 [christoph] 0.8.10claws85
356 * src/common/utils.[ch]
357 don't strip address comments when building Cc lists
359 (closes Bug 47 Replying to message strips name part of e-mail addresses
363 fix return value of copy function
365 2003-03-05 [christoph] 0.8.10claws84
368 don't ask imap server for non rfc822 headers
370 (closes bug 71 IMAP FETCH asks for FROM header field twice)
373 destroy session on socket error to allow reconnecting
375 2003-03-05 [christoph] 0.8.10claws83
378 fix building with gnome when no prefix is set
380 (closes bug 66 Gnome directory is set to NONE)
382 2003-03-05 [paul] 0.8.10claws82
384 * sync with 0.8.10cvs23
385 see ChangeLog 2003-03-05
387 2003-03-04 [christoph] 0.8.10claws81
390 o fix moving and copying when folder returns 0 for new
392 o remove some code for single message copy and move
393 operations and use functions for multiple messages
395 (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
398 remove unused include
400 2003-03-04 [paul] 0.8.10claws80
403 list 'Compiled plugins'
405 2003-03-03 [christoph] 0.8.10claws79
408 have to multiply the percentage of the current fetch with
409 the percentage that it has of the total fetch operation
412 2003-03-03 [christoph] 0.8.10claws78
415 fix calculation of expected lines for progress indicator
417 2003-03-03 [christoph] 0.8.10claws77
421 fix segfault when opening the root news folder
423 2003-03-03 [christoph] 0.8.10claws76
425 * src/mainwindow.[ch]
426 * src/common/Makefile.am
427 * src/common/progressindicator.[ch]
428 add UI independent progress indicator handling
431 use new progress indicator for message info fetching
436 2003-03-03 [oliver] 0.8.10claws75
440 removed commented code
442 2003-03-03 [oliver] 0.8.10claws74
445 cleanups and refactoring
447 compose_reply_mode reply & forwarding interface for
450 act on messages marked for deletion in folderview_selected
451 based on prefs_common.immediate_exec since a message might
452 have been deleted by messageview in a folder we are changing
453 to (does anybody understand what I'm on about ?)
455 2003-03-03 [oliver] 0.8.10claws73
457 * src/messageview.[ch]
459 - messageview_delete: delete message shown in messagview
460 - messageview_update_view: update messageview to currently
461 selected summaryview message
462 - add separate messageview to msgview_list in order to update
463 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
464 * src/summaryview.[ch]
465 summary_get_selection returns a list of selected msgs
468 toolbar reply refactoring
470 2003-03-03 [paul] 0.8.10claws72
472 * sync with 0.8.10cvs21
473 see ChangeLog 2003-03-03
475 2003-03-02 [christoph] 0.8.10claws71
477 * src/common/passcrypt.c
480 2003-03-02 [christoph] 0.8.10claws70
483 * src/prefs_account.c
485 * src/common/.cvsignore
486 * src/common/Makefile.am
487 * src/common/passcrypt.c ** NEW **
488 * src/common/passcrypt.h.in ** NEW **
489 Implement password encryption in config files
490 using unix encrypt and setkey functions. The crypt
491 key can be set as a configure parameter. Old
492 passwords will be converted if they do not begin
495 2003-03-02 [paul] 0.8.10claws69
497 * src/prefs_account.c
500 2003-03-01 [thorsten] 0.8.10claws68
508 corrected format strings
511 (fix compile errors with GNU gettext-0.11.5)
513 2003-03-01 [oliver] 0.8.10claws67
516 menu callbacks call toolbar_menu_reply
518 2003-03-01 [oliver] 0.8.10claws66
522 menu callbacks call toolbar_menu_reply
524 callbacks from menu handled by toolbar_menu_reply
526 2003-03-01 [paul] 0.8.10claws65
529 revert commit 0.8.10claws54 - breaks editing of
533 update Bulgarian translation, submitted by
536 2003-02-28 [christoph] 0.8.10claws64
542 * src/gtkxtext.h ** REMOVE **
549 * src/prefs_matcher.c
550 * src/procheader.[ch]
553 * src/common/ssl_certificate.c
554 * src/gtk/colorlabel.c
557 o remove code obsoleted by new cache and folder system rework
559 2003-02-28 [oliver] 0.8.10claws63
562 * fix bug where reply in Messageview replied to
563 Message displayed in summaryview
564 (reportedd via ML by chinatinte at gmx dot ch)
565 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
566 didn't work in separate MessageView Toolbar
567 (wondering if anybody uses this at all ?)
568 * src/summaryview.[ch]
569 use toolbar.c's toolbar_reply instead of summary_reply (removed)
570 (generalize reply and forward code);
572 remove focus_in event which updated summaryview to messageview
574 2003-02-28 [paul] 0.8.10claws62
577 add the --check option
578 Patch submitted by Ricardo Mones Lastra
580 2003-02-28 [paul] 0.8.10claws61
582 * src/prefs_account.c
583 re-order 'Signature' items
585 2003-02-28 [paul] 0.8.10claws60
587 * sync with 0.8.10cvs20
588 see ChangeLog 2003-02-28
590 2003-02-28 [paul] 0.8.10claws59
593 update to reflect recent movement of files
595 2003-02-28 [paul] 0.8.10claws58
597 * sync with 0.8.10cvs19
598 see ChangeLog 2003-02-28
600 2003-02-27 [martin] 0.8.10claws57
602 * src/prefs_matcher.c
603 fix segfault in prefs_matcher_ok() when the
604 last entry is deleted and prevents that the
605 message "entry not saved" comes up after deleting
608 2003-02-27 [martin] 0.8.10claws56
610 * src/prefs_filtering.c
611 fix segfault in prefs_filtering_ok() when the
612 last entry is deleted and prevents that the
613 message "entry not saved" comes up after deleting
616 2003-02-27 [paul] 0.8.10claws55
618 * sync with 0.8.10cvs18
619 see ChangeLog 2003-02-27
621 2003-02-27 [paul] 0.8.10claws54
624 fix bug where the address book crashes with
626 Patch [687729] submitted by David Frager
627 <dbfrager@users.sourceforge.net>
629 2003-02-25 [christoph] 0.8.10claws53
632 * src/colorlabel.[ch] ** REMOVE **
633 * src/gtk/Makefile.am
634 * src/gtk/colorlabel.[ch] ** NEW **
635 move colorlabel files to gtk directory
637 * src/esmtp.[ch] ** REMOVE **
638 has been merged into smtp.[ch] in 0.7.5
640 2003-02-25 [christoph] 0.8.10claws52
643 * src/about.[ch] ** REMOVE **
644 * src/gtk/Makefile.am
645 * src/gtk/about.[ch] ** NEW **
646 move about files to gtk directory
648 2003-02-25 [christoph] 0.8.10claws51
651 some code optimization of folder scanning code
653 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
655 2003-02-25 [christoph] 0.8.10claws50
658 * src/common/sylpheed.c
659 add command line parameter parsing to common code
661 2003-02-24 [christoph]
665 fix gnome prefix problems, the configure script now removed
666 `gnome-config --prefix` from `gnome-config --datadir`
667 and adds $(prefix} instead
669 (closes Bug 24 Makefile does not respect prefix when installing
672 2003-02-24 [christoph] 0.8.10claws49
675 check for valid session before trying to authenticate
677 (closes Bug 60 crash if "authenticate on logon" is activated
678 and newsserver-hostname is not valid)
680 2003-02-24 [melvin] 0.8.10claws48
682 * src/prefs_actions.c
683 Make sure all user's input is sent to the action and then
686 2003-02-23 [alfons] 0.8.10claws46
689 also wait cursor when deleting files
693 * tools/freshmeat_search.pl
694 tools/google_search.pl
695 scripts should now work for any browser/browser command line
697 2003-02-22 [christoph] 0.8.10claws45
700 fix IMAP flag setting, IMAP flag is not handled correctly
701 anymore by the folder system and information about the
702 folder should not be saved in the MsgInfo (in my opinion)
704 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
706 2003-02-22 [christoph] 0.8.10claws44
709 fix spelling of "label" ;-)
711 2003-02-22 [thorsten] 0.8.10claws43
714 src/prefs_common.[ch]
716 do not use description as attachment name
718 2003-02-22 [alfons] 0.8.10claws42
721 freeze/thaw folder item updates when changing color labels,
722 and put a wait cursors on
724 2003-02-22 [thorsten] 0.8.10claws41
727 save-all fixes: crash if invoked on multipart container,
728 mimeinfo access, pathseparators, error dialog
730 2003-02-21 [alfons] 0.8.10claws40
735 2003-02-21 [colin] 0.8.10claws39
740 2003-02-21 [colin] 0.8.10claws38
743 Freeze/thaw folderItem updates when filtering messages
744 via Tools/Filter messages
746 2003-02-21 [paul] 0.8.10claws37
749 revert commit 0.8.10claws26, there are ulterior motives
750 for users to set a Reply-To header when posting to
753 2003-02-21 [paul] 0.8.10claws36
755 * sync with 0.8.10cvs17
756 see ChangeLog 2003-02-21
758 2003-02-20 [christoph] 0.8.10claws35
761 IMAP UID fetch speedup using SEARCH
763 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
766 fix problem with UIDs in IMAP UID cache that no longer existed
768 2003-02-20 [christoph] 0.8.10claws34
773 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
775 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
778 Rewrite imap_cmd_gen_recv use sock_getline instead
779 of sock_gets to avoid problems with too long reply
782 2003-02-20 [colin] 0.8.10claws33
784 * src/prefs_account.c
787 2003-02-20 [colin] 0.8.10claws32
790 Remove useless '&& !to_sender'
795 change my e-mail address
797 2003-02-19 [colin] 0.8.10claws31
800 X11 style colors for every configurable color
802 2003-02-19 [alfons] 0.8.10claws30
806 for color_new accept both plain integers and X11 style color
807 names (as found in /usr/lib/X11/rgb.txt)
809 2003-02-19 [paul] 0.8.10claws29
812 add tooltips to online/offline button and account selector
815 2003-02-19 [paul] 0.8.10claws28
819 src/prefs_account.[ch]
820 src/prefs_common.[ch]
821 move 'Maximum number of articles to download' to
823 clean up account prefs gui a little by hiding entries
824 rather then greying out entries
826 2003-02-19 [hiro] 0.8.10claws27
829 fix bug #54 'yesterdays date is displayed in the message
832 2003-02-19 [paul] 0.8.10claws26
835 fix bug reported in Feature Request [688596]
836 'Reply-to header in news'
838 2003-02-18 [paul] 0.8.10claws25
841 add a 'List all keys' button to key selection dialog
843 2003-02-18 [colin] 0.8.10claws24
848 2003-02-18 [colin] 0.8.10claws23
850 * src/common/smtp.[ch]
852 Try to starttls if it seems to be the only
853 way to authenticate a user
855 2003-02-18 [paul] 0.8.10claws22
859 src/stock_pixmap.[ch]
860 src/pixmaps/drafts_close.xpm ** NEW FILE **
861 src/pixmaps/drafts_open.xpm ** NEW FILE **
862 as a Drafts folder is a special folder allow it to have
865 2003-02-18 [colin] 0.8.10claws21
868 Fix port selection when using starttls
870 2003-02-18 [paul] 0.8.10claws20
873 src/prefs_common.[ch]
874 make blue the default new mail colour
876 2003-02-18 [paul] 0.8.10claws19
878 * sync with 0.8.10cvs14
879 see ChangeLog 2003-02-18
881 2003-02-17 [jens] 0.8.10claws18
884 fixed a compile problem with gcc 3.3
885 works on 2.95.3 too (testet on PPC as it is big endian)
887 2003-02-17 [paul] 0.8.10claws17
889 * sync with 0.8.10cvs13
890 see ChangeLog 2003-02-17
892 2003-02-17 [paul] 0.8.10claws16
894 * sync with 0.8.10cvs12
895 see ChangeLog 2003-02-17
897 2003-02-16 [match] 0.8.10claws15
900 Eliminates reloading of address data when items
901 deleted or added. Applied submitted by
902 Luke Plant <lukeplant@softhome.net>
904 2003-02-16 [paul] 0.8.10claws14
907 when a 'protocol error' is encountered disconnect from
908 the server. This means that the user can carry on viewing
909 other articles and doesn't have to either wait until the
910 server timesout or quit sylpheed.
911 Fixes bug #53 'Unable to read messages in newsgroups,
912 displayed message doesn't change'
914 2003-02-15 [christoph] 0.8.10claws13
917 fix bug that stopped scanning of folders when an
918 IMAP folder was empty
920 (closes bug 46 stop scan messages in folders after empty folder)
926 tools/freshmeat_search.pl ** NEW FILE **
927 tools/google_search.pl ** NEW FILE **
928 Add 2 Actions scripts which search freshmeat/google
929 for the selected text using the browser configured
932 Note: These scripts are very dependent on the format of the
933 browser command and may not work on every occasion. Testing
936 2003-02-14 [alfons] 0.8.10claws12
939 fix breakage because of uninitialized account pointer.
942 2003-02-14 [paul] 0.8.10claws11
945 src/prefs_account.[ch]
946 src/prefs_common.[ch]
947 move signature settings to Account Prefs
949 2003-02-14 [paul] 0.8.10claws10
951 * sync with 0.8.10cvs11
952 see ChangeLog 2003-02-14
954 2003-02-13 [thorsten] 0.8.10claws9
957 revert news progressbar (GUI separation)
959 2003-02-13 [paul] 0.8.10claws8
962 make replies behave correctly, re: RFC 1036, Section 2.2.3,
965 2003-02-13 [paul] 0.8.10claws7
969 fix 'Follow-up and Reply-to' so that it creates a reply to
970 the newsgroup and the sender. If the message has the keyword
971 'poster' in the Followup-To header, all replies go to the
972 sender, re: RFC 1036, Section 2.2.3
973 rename all instances of 'ignore_replyto' to 'to_sender', both
974 were previously used, now we use just one.
976 2003-02-13 [paul] 0.8.10claws6
978 * sync with 0.8.10cvs9
979 see ChangeLog 2003-02-13
981 2003-02-13 [paul] 0.8.10claws5
984 show which plugins are configured in the configure
987 2003-02-12 [thorsten] 0.8.10claws4
990 show progress while fetching news headers
992 2003-02-12 [christoph] 0.8.10claws3
995 * src/plugins/Makefile.am
996 use AM_CONDITIONAL to enable plugins, automake correctly
997 manages this when creating distdir
999 2003-02-12 [christoph] 0.8.10claws2
1001 * ac/spamassassin.m4
1002 * src/plugins/spamassassin/Makefile.am
1003 fix building SpamAssassin plugin without OpenSSL
1005 2003-02-12 [paul] 0.8.10claws1
1009 src/plugins/Makefile.am
1010 fix failure of 'make release'
1012 2003-02-12 [paul] 0.8.10claws
1014 * 0.8.10claws released
1016 2003-02-12 [paul] 0.8.9claws56
1023 updated translations by George Danchev, Ricardo Mones Lastra,
1024 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1027 Allow the building of RPMs by a regular user. Submitted
1030 2003-02-11 [alfons] 0.8.9claws55
1033 don't use pixmaps for label color rect but draw rectangles
1034 so we can respect the color map of palette based visuals
1035 (fixes the long time crashes on Suns - thanks to Andreas
1036 Engel and Steve O'Hara-Smith for testing)
1038 2003-02-11 [christoph] 0.8.9claws54
1040 * src/matcher_parser_parse.y
1041 correct bug where filering rules of not existing folders in
1042 matcherrc were added to global filtering
1044 (closes Debian Bug #180253 - Directory's filter-rules are merged with
1045 main filter-rules after removing directory, http://bugs.debian.org/180253)
1047 2003-02-11 [paul] 0.8.9claws53
1049 * sync with 0.8.10cvs7
1050 see ChangeLog 2003-02-09
1052 2003-02-11 [melvin] 0.8.9claws52
1055 Updated French tranlsations
1057 2003-02-10 [paul] 0.8.9claws51
1060 correct --enable-openssl
1061 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1063 2003-02-09 [martin] 0.8.9claws50
1065 * src/prefs_matcher.c
1066 fix segfault in prefs_matcher_substitute_cb() when
1069 2003-02-09 [paul] 0.8.9claws49
1072 fix bug where a newsgroup folder's processing rules were
1073 merged with the global filtering rules when the newsgroup
1074 folder was deleted, causing some seriously bad results,
1075 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1077 2003-02-08 [melvin] 0.8.9claws48
1080 Corrected and modified an alert message.
1082 2003-02-07 [paul] 0.8.9claws47
1085 fix bug where both an 'Account properties' window and a
1086 'Folder properties' window were opened when clicking on
1087 'Properties' in an NNTP or IMAP folder's popup menu.
1089 2003-02-07 [paul] 0.8.9claws46
1091 * sync with 0.8.10cvs6
1092 see ChangeLog 2003-02-06
1094 2003-02-06 [christoph] 0.8.9claws45
1097 freeze folder updates while importing mbox files
1098 (closes bug 43 importing mbox took hours)
1100 Patch submitted by Jens Rantil <jens.rantil@telia.com>
1102 2003-02-06 [thorsten] 0.8.9claws44
1105 Updated german translations
1107 2003-02-06 [thorsten] 0.8.9claws43
1110 use guint for message numbers (fix count in grouplist dialog)
1112 2003-02-05 [paul] 0.8.9claws42
1114 * sync with 0.8.10cvs2
1115 see ChangeLog 2003-02-05
1117 2003-02-04 [colin] 0.8.9claws41
1119 * src/prefs_common.[ch]
1122 Add an option to disable threading by subject
1124 2003-02-04 [christoph] 0.8.9claws40
1127 only abort fetching mails from multiple accounts when the
1128 error is fatal and does not allow to check any more accounts
1129 (currently only disk full error)
1131 (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1132 receive mails for other accouts)
1134 2003-02-04 [christoph] 0.8.9claws39
1137 first add the new message to the cache, then
1138 send the update notification
1140 (closes bug 39 after sending message folderview doesnt get updated)
1142 2003-02-04 [colin] 0.8.9claws38
1145 _really_ fix this Connecting... status
1147 2003-02-04 [paul] 0.8.9claws37
1150 see ChangeLog 2003-02-04
1152 2003-02-04 [paul] 0.8.9claws36
1154 * sync with 0.8.9cvs6
1155 see ChangeLog 2003-02-03
1157 2003-02-04 [paul] 0.8.9claws35
1160 updated by André Filipe de Assunção e Brito
1161 <bedecko@netsite.com.br>
1163 2003-02-03 [thorsten] 0.8.9claws34
1166 Updated german translations
1168 2003-02-02 [paul] 0.8.9claws33
1171 updated by Ricardo Mones Lastra
1173 2003-02-02 [thorsten] 0.8.9claws32
1176 Fix mh_get_msginfo() segfault if file is inaccessible
1178 2003-01-31 [colin] 0.8.9claws31
1181 Fix last commit's bug
1183 2003-01-31 [colin] 0.8.9claws30
1186 Missing a change for gpg-signed messages
1188 2003-01-31 [paul] 0.8.9claws29
1190 * src/pixmaps/gpg_signed.xpm ** NEW FILE **
1192 src/stock_pixmap.[ch]
1194 indicate GnuPG signed messages by displaying an icon
1195 in the Attachment column.
1197 2003-01-31 [paul] 0.8.9claws28
1199 * sync with 0.8.9cvs4
1200 see ChangeLog 2003-01-31
1202 2003-01-31 [alfons] 0.8.9claws27
1205 tune URI parser to accept mailto URLs with a '?'
1206 (patch from Ruslan Balkin)
1208 2003-01-31 [colin] 0.8.9claws26
1211 Fix a leak introduced in claws24
1213 2003-01-31 [colin] 0.8.9claws25
1216 Freeze/Thaw folder updates when deleting dups
1218 2003-01-31 [colin] 0.8.9claws24
1223 little speed improvements
1225 2003-01-31 [colin] 0.8.9claws23
1228 Fix segfault when forwarding nothing
1229 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1231 2003-01-30 [paul] 0.8.9claws22
1233 * sync with 0.8.9cvs3
1234 see ChangeLog 2003-01-30
1236 2003-01-30 [paul] 0.8.9claws21
1238 * sync with 0.8.9cvs2
1239 see ChangeLog 2003-01-30
1241 2003-01-29 [paul] 0.8.9claws20
1243 * sync with 0.8.9cvs1
1244 see ChangeLog 2003-01-29
1246 2003-01-28 [paul] 0.8.9claws19
1249 update to reflect changes.
1250 thanks to Ricardo Mones Lastra
1252 2003-01-27 [christoph] 0.8.9claws18
1255 * ac/spamassassin.m4
1256 * src/plugins/spamassassin/README
1257 * src/plugins/spamassassin/libspamc.[ch]
1258 * src/plugins/spamassassin/utils.[ch]
1259 updated to latest libspamc
1261 2003-01-27 [christoph] 0.8.9claws17
1264 fix wrong use of procheader_get_header_fields
1266 2003-01-27 [christoph] 0.8.9claws16
1269 * src/prefs_account.[ch]
1270 * src/common/nntp.[ch]
1271 allow to force authentication for NNTP servers
1273 Patch submitted by Florian Mickler <dmk@d-labs.de>
1275 2003-01-26 [paul] 0.8.9claws15
1278 speed up of marking messages as read
1279 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1281 2003-01-26 [christoph] 0.8.9claws14
1284 * src/mgutils.[ch] ** REMOVE **
1285 * src/xml.[ch] ** REMOVE **
1286 * src/xmlprops.[ch] ** REMOVE **
1287 * src/common/Makefile.am
1288 * src/common/mgutils.[ch] ** NEW **
1289 * src/common/xml.[ch] ** NEW **
1290 * src/common/xmlprops.[ch] ** NEW **
1291 move xml files to common directory
1293 2003-01-26 [christoph] 0.8.9claws13
1295 * src/plugins/spamassassin/spamassassin_gtk.c
1296 only set gtk entry text if string is available
1298 2003-01-26 [melvin] 0.8.9claws12
1300 * src/description_window.c
1301 Allow resizing of the window
1302 Allow automatic horizontal scroll bar
1303 Do not vertically expand and fill
1305 2003-01-26 [christoph] 0.8.9claws11
1308 * src/gtkutils.[ch] ** REMOVE **
1309 * src/common/sylpheed.c
1310 * src/gtk/Makefile.am
1311 * src/gtk/description_window.c
1312 * src/gtk/gtkutils.[ch] ** NEW **
1313 * src/gtk/prefswindow.c
1314 move gtkutils to gtk directory
1316 2003-01-26 [paul] 0.8.9claws10
1319 rename summary_unread_clicked() to summary_status_clicked()
1321 2003-01-26 [melvin] 0.8.9claws9
1323 * src/prefs_actions.c
1324 Cosmetical changes to the help text
1326 2003-01-26 [paul] 0.8.9claws8
1331 src/prefs_sumamry_column.c
1333 rename the 'Unread' column to 'Status'
1335 2003-01-25 [match] 0.8.9claws7
1338 removed reference to LDAP constants. removed error2string.
1339 included functions to support LDAP dynamic queries.
1341 moved LDAP constants here.
1345 removed references to LDAP constants and references to
1348 2003-01-25 [paul] 0.8.9claws6
1351 summary_thread_build(), summary_thread_init(): remove
1352 unneeded reference to summaryview->folder_item
1354 2003-01-25 [christoph] 0.8.9claws5
1356 * src/gtk/description_window.c
1357 o allow description texts to expand over multiple columns
1358 o translate all columns
1359 * src/prefs_actions.c
1360 change syntax description to use new multi column feature
1362 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1364 2003-01-25 [match] 0.8.9claws4
1367 fixed bug with Quoted-Printable
1369 2003-01-25 [paul] 0.8.9claws3
1372 src/summaryview.[ch]
1373 implement per-folder collapsed/expanded threads setting
1375 * src/prefs_common.c
1376 remove global collapsed/expanded threads option
1378 2003-01-25 [christoph] 0.8.9claws2
1381 add pluginwindow and prefswindow
1383 make send respond correctly to messages that could be added
1384 to the queue folder, but the UID of the message is unknown
1387 don't return guessed UIDs in imap_add_msg anymore. We return
1388 0 to tell the folder system it was appened but the UID is
1389 unknown. Folder system now get's the UID by scaning the folder
1390 and searching the cache for the Message-ID
1391 (closes bug #29 Messages queued, but not sent)
1393 2003-01-25 [paul] 0.8.9claws1
1396 conv_encode_header(): fix bug when long headers with 8-bit
1397 characters are used, so that the encoded words are wrapped.
1398 If the space in the original text falls on the wrap boundary,
1400 Patch by Sergey Vlasov.
1403 fix bug where a change to the sorting method or thread view
1404 of a folder's messages is lost if simpify-subject is set and
1406 Patch by Luke Plant.
1408 2003-01-24 [paul] 0.8.9claws
1410 * sylpheed-0.8.9claws released
1414 remove reference to 'INSTALL.jp'
1416 2003-01-23 [paul] 0.8.8claws128
1422 updated translations. submitted by Ricardo Mones Lastra,
1423 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1425 2003-01-23 [colin] 0.8.8claws127
1428 Fix drafted and queued news articles re-edition
1430 2003-01-23 [melvin] 0.8.8claws126
1433 Updated French translations
1435 2003-01-23 [colin] 0.8.8claws125
1438 Fix "Connecting to..." status message
1440 2003-01-22 [paul] 0.8.8claws124
1443 updated by George Danchev
1446 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1449 2003-01-21 [paul] 0.8.8claws123
1452 updated by George Danchev
1458 don't translate 'Separator'
1460 * src/plugins/spamassassin/Makefile.am
1461 add aspell to CPPFLAGS
1463 * src/plugins/spamassassin/spamassassin.c
1464 src/plugins/spamassassin/spamassassin_gtk.c
1465 set correct default for spamassassin_receive_spam
1466 slightly re-word descriptions and some
1469 2003-01-19 [alfons] 0.8.8claws122
1472 mimeview_save_as(): we might as well show the file name for
1473 the single case "Save As" too
1475 2003-01-19 [alfons] 0.8.8claws121
1478 change bug tracker URL to bugzilla URL
1480 2003-01-19 [alfons] 0.8.8claws120
1483 mimeview_save_all(): display name of file before overwriting;
1484 continue saving all, even when one overwrite was cancelled
1486 2003-01-19 [christoph] 0.8.8claws119
1490 fix wrong usage of procmsg_find_children in summaryview
1491 by using procmsg_update_unread_children instead of
1492 summaryview_update_unread_children
1494 2003-01-19 [christoph] 0.8.8claws118
1497 fix infinite loop in procmsg_find_children
1498 (closes bug #25 sylpheed crashes on delete.)
1500 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1502 2003-01-19 [paul] 0.8.8claws117
1505 updated by Ivan Francolin Martinez
1507 2003-01-18 [melvin] 0.8.8claws116
1509 * src/prefs_actions.c
1510 Removed syntax limitation of only one '&' at the end of command.
1511 Now actions that contain '>/dev/null 2>&1' are possible.
1513 2003-01-18 [melvin] 0.8.8claws115
1515 * src/prefs_actions.c
1516 Actions IO dialog: when the action ends
1517 the "Close" button now has focus and [Escape] closes the
1520 2003-01-18 [christoph] 0.8.8claws114
1523 o add debug output when MsgInfos are really freed
1524 o free GSLists in procmsg_find_children and
1525 procmsg_update_unread_children
1527 2003-01-18 [christoph] 0.8.8claws113
1530 reorder Configuration menu
1532 2003-01-18 [christoph] 0.8.8claws112
1535 fix applying templates to forwarded messages
1537 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1539 2003-01-17 [christoph] 0.8.8claws111
1542 destroy folder items, when a folder item is removed
1544 2003-01-17 [christoph] 0.8.8claws110
1547 fix wrong folder stats update when ignored message is
1550 2003-01-17 [colin] 0.8.8claws109
1554 Quicksearch bugfixes:
1555 - hide help button at startup if not extended
1556 - switch to extended when looking for replies
1560 * sync with 0.8.9 release
1562 2003-01-17 [paul] 0.8.8claws108
1564 * sync with 0.8.8cvs11
1565 see ChangeLog 2003-01-17
1567 2003-01-16 [colin] 0.8.8claws107
1570 Changed encryption test to re-ask passphrase
1571 if an encrypted message hasn't been decrypted
1574 2003-01-16 [christoph] 0.8.8claws106
1577 * src/prefs_toolbar.c
1578 * src/gtk/prefswindow.h
1579 * src/plugins/spamassassin/spamassassin_gtk.c
1580 remove page destroy function that is not used anymore
1582 2003-01-16 [paul] 0.8.8claws105
1584 * sync with 0.8.8cvs9
1585 see ChangeLog 2002-01-16
1587 2003-01-16 [colin] 0.8.8claws104
1590 Fix bug with autosaved drafts for IMAP, when draft
1591 folder is specified - fixes bugzilla bug #20
1593 2003-01-15 [paul] 0.8.8claws103
1597 store folder and message-id of message forwarding
1598 in queue header and set forward flag after sending
1600 2003-01-15 [paul] 0.8.8claws102
1602 * sync with 0.8.8cvs8
1603 see ChangeLog 2002-01-15
1605 2003-01-15 [colin] 0.8.8claws101
1608 Fix linking with GNU libiconv
1610 2003-01-15 [darko] 0.8.8claws100
1613 fix crash when importing pine address book
1614 entry with an empty name (reported by DY
1615 <dybulk at tri8.net>)
1617 2003-01-14 [paul] 0.8.8claws99
1619 * configure.in ** REMOVED **
1620 configure.ac ** NEW FILE **
1621 rename configure.in to configure.ac, as it is now
1624 2003-01-14 [melvin] 0.8.8claws98
1627 folderview_check_new(): More precise function description
1629 2003-01-14 [melvin] 0.8.8claws97
1632 folderview_check_new(): return the number of new messages
1635 inc_account_mail(): Disable counting of new messages for IMAP
1636 and NNTP until bug [19] and [14] are fixed.
1638 2003-01-14 [paul] 0.8.8claws96
1640 * sync with 0.8.8cvs6
1641 see ChangeLog 2003-01-14
1643 2003-01-13 [alfons] 0.8.8claws95
1646 tune email address validation (c. 0.8.8claws89): if . is
1647 just one char away from @, the address is invalid too
1648 (correctly rejects addresses like foo@.com)
1650 2003-01-13 [paul] 0.8.8claws94
1654 fixes to the Message View toolbar and menu:
1655 fix non-functioning Forward button
1656 make Reply button consider default_reply_list
1657 remove 'Follow-up...' menu entry
1658 add 'Forward' and 'Redirect' menu entries
1660 2003-01-13 [melvin] 0.8.8claws93
1663 Fixed typo that could make new messages count incorrect.
1665 2003-01-13 [melvin] 0.8.8claws92
1667 * src/folderview.[ch]
1668 folderview_check_new(): return the number of new messages.
1670 Should fix bug [14] where new mail notification worked
1671 incorrectly with IMAP accounts.
1672 inc_spool_account(): return number of new msgs, or -1 on error
1673 inc_all_spool(): return number of new msgs
1675 2003-01-13 [melvin] 0.8.8claws91
1677 * src/prefs_actions.c
1680 2003-01-12 [thorsten] 0.8.8claws90
1682 * src/common/prefs.c
1683 close file before rename
1685 2003-01-12 [alfons] 0.8.8claws89
1688 add Christian Mertes
1689 * src/common/utils.[ch]
1690 g_stricase_hash(), g_stricase_equal(): functions for
1691 case insensitive hash tables
1693 use top level domain names to validate email address, based
1694 on a patch by Christian Mertes (thanks!), but changed
1695 implementation to use a hash table
1697 2003-01-12 [paul] 0.8.8claws88
1700 updated by George Danchev
1702 2003-01-12 [alfons] 0.8.8claws87
1705 delete / execute performance: use new style folder update
1707 2003-01-12 [paul] 0.8.8claws86
1709 * sync with 0.8.8cvs5
1710 see ChangeLog 2003-01-13 (!)
1712 2003-01-12 [alfons] 0.8.8claws85
1715 * src/matcher_parser_parse.y
1716 prepare change_score filtering action
1718 give up const-correctness on functions that call non-const-correct functions;
1719 several casts to gpointer in g_free();
1722 2003-01-12 [christoph] 0.8.8claws84
1727 * src/gtk/prefswindow.[ch]
1728 * src/plugins/spamassassin/spamassassin_gtk.c
1729 changed the call of the widget create function
1730 for PrefsPages, because sometimes the widget
1731 create function needs a widget that already has
1732 been attached to a window (to create GDK pixmaps
1733 for exmaple). So we simply pass the GtkWindow as
1734 the second parameter now.
1738 * src/prefs_toolbar.[ch]
1739 rewrite Toolbar Preferences using the new
1742 2003-01-11 [alfons] 0.8.8claws83
1745 fix crash when adding sender to addressbook because status bar
1746 isn't there (the status bar doesn't seem to be used though,
1747 but I'll let Match decide what to do with it)
1749 2003-01-11 [colin] 0.8.8claws82
1753 Two useless changes reversed
1755 2003-01-11 [colin] 0.8.8claws81
1759 Add mainwindow_get_mainwindow()
1762 Add alertpanel_error_log()
1769 Network errors get a View Log button
1771 2003-01-10 [alfons] 0.8.8claws80
1773 * src/prefs_toolbar.c
1775 use the translatable string for "Separator" as file name for
1776 separator toolbar items (probably make this uppercase?)
1778 2003-01-10 [alfons] 0.8.8claws79
1780 * src/prefs_toolbar.c
1781 put right A_SEPARATOR description string in "displayed
1782 toolbar items list" so manually added separators are
1783 saved correctly (bug #10, "Adding a separator to the main
1784 toolbar fails, entry in xml file is wrong")
1786 2003-01-10 [christoph] 0.8.8claws78
1790 o use CAPABILITY to check if NAMESPACE is available
1792 2003-01-10 [christoph] 0.8.8claws77
1795 apply UIDPLUS IMAP extension support patch
1797 Patch submitted by Simon 'corecode' Schubert
1799 2003-01-10 [paul] 0.8.8claws76
1802 a sync from main which fixes the news account folders'
1805 2003-01-10 [christoph] 0.8.8claws75
1808 don't accept 0 as a valid uid returned by copy and move
1809 functions. 0 means the message was copied or moved but the
1810 new uid could not be fetched. It is not an error condition
1811 for the copy or move operation.
1813 2003-01-10 [paul] 0.8.8claws74
1815 * src/prefs_filtering.c
1816 change English used in Alert when entry is not
1819 * sync with 0.8.8cvs4
1820 see ChangeLog 2003-01-10
1822 2003-01-10 [darko] 0.8.8claws73
1825 fix crash when importing address book entry
1826 without a valid address
1828 2003-01-09 [alfons] 0.8.8claws72
1831 filtering performance: use new style folder update
1833 2003-01-09 [christoph] 0.8.8claws71
1837 fix wrong selecting of mime encoding type, when
1838 opening property dialog of attachments in the
1839 compose window. 7bit was always selected and that
1840 destoryed files with 8bit data.
1841 (closes bug #9 Sylpheed-claws destroys attachments when
1842 changing MIME-types)
1844 2003-01-09 [paul] 0.8.8claws70
1846 * sync with 0.8.8cvs3
1847 see ChangeLog 2003-01-09
1849 2003-01-08 [alfons] 0.8.8claws69
1852 apply patch by Kim Schulz to fix build breakage
1853 because of missing variable
1855 2003-01-08 [paul] 0.8.8claws68
1857 * sync with 0.8.8cvs2
1858 see ChangeLog 2002-01-08
1860 2003-01-08 [paul] 0.8.8claws67
1863 updated by Alessandro Maestri
1866 when using 'Add sender to addressbook' allow
1867 name to be edited and remarks to be entered
1868 Patch submitted by Luke Plant
1870 2003-01-08 [darko] 0.8.8claws66
1872 * README.claws, src/summaryview.c
1873 fix description for marked messages
1878 tools/launch_phoenix ** NEW FILE **
1879 add script that enables using Phoenix as the default
1881 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
1883 * tools/OOo2sylpheed.pl
1884 remove full path to sylpheed executable, just 'sylpheed'
1888 add launch_phoenix informtion and re-arrange and compress
1891 2003-01-07 [christoph] 0.8.8claws65
1894 fix update for source folder when moving messages
1897 use function to set to_folder for message infos and
1898 automatically update the op_count for old and new
1901 2003-01-07 [melvin] 0.8.8claws64
1903 * src/prefs_actions.c
1904 Fixed bug where an '%p' Action on a displayed image crashed
1906 Code clean up (get rid of duplicated code and removed unnecessary
1909 2003-01-07 [christoph] 0.8.8claws63
1919 * src/prefs_folder_item.c
1923 o remove all folder update triggering from the UI code. The folder
1924 system should know much better when a folder needs an update.
1925 o to prevent multiple updates in a row the folder updates can be
1926 frozen for some time.
1928 Note: - Please verify that no updates are missing
1929 - Check where freeze/thaws should be added
1931 2003-01-07 [christoph] 0.8.8claws62
1933 * src/prefs_actions.c
1934 don't translate empty strings
1936 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1938 2003-01-06 [christoph] 0.8.8claws61
1940 * src/prefs_actions.c
1941 mark strings for gettext
1942 * src/prefs_matcher.c
1943 use new description window for Execute action and
1944 match condition in Filtering
1946 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1948 2003-01-06 [alfons] 0.8.8claws60
1950 keep myself inspired to re-organize matcher part 8;
1951 yes, more to come (I need to move out the descriptive
1952 text for actions to matcher.c, or at least make it not
1953 depend on the wicked ordering)
1955 * src/prefs_matcher.c
1956 add documentation so others may comprehend the
1957 UI part of the conditions
1959 2003-01-06 [christoph] 0.8.8claws59
1961 * src/prefs_actions.c
1962 use new description window for syntax help
1963 * src/gtk/description_window.c
1964 fix display of descriptions with column count != 2
1966 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1968 2003-01-06 [christoph] 0.8.8claws58
1971 * src/summaryview.[ch]
1972 * src/gtk/Makefile.am
1973 * src/gtk/description_window.[ch] ** NEW **
1974 use a generic window to display syntax descriptions
1975 currently used in quote_fmt and summaryview (new description
1976 for extended quick search)
1978 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1980 2003-01-06 [paul] 0.8.8claws57
1982 * sync with 0.8.8cvs1
1983 see ChangeLog 2003-01-06
1985 2003-01-06 [christoph] 0.8.8claws56
1988 * src/prefs_gtk.[ch]
1989 * src/gtk/prefswindow.[ch]
1990 * src/plugins/spamassassin/spamassassin_gtk.c
1991 o remove page management from prefswindow, pages
1992 will be an argument to prefswindow_open
1993 o prefswindow_open gets a datapointer that is
1994 passed to the widget_create function to allow
1995 creation of prefswindow for specific items
1997 2003-01-06 [colin] 0.8.8claws55
2000 We don't want regexp in the reply-finder,
2001 because MIDs can contain !,$,. and so on
2003 2003-01-06 [jens] 0.8.8claws54
2006 fixed a wrong free in jpilot_read_db_files
2008 2003-01-06 [alfons] 0.8.8claws53
2010 re-organize matcher part 8; more to come
2013 matcherprop_to_string(): put g_free()s before the
2014 switch-case break to fix memleaks
2016 2003-01-06 [colin] 0.8.8claws52
2019 cleanup & reply-finder now displays the first
2022 2003-01-05 [alfons] 0.8.8claws51
2024 re-organize matcher part 7; more to come
2027 fixes for constant correctness;
2030 2003-01-05 [alfons] 0.8.8claws50
2032 re-organize matcher part 6; more to come
2035 fixes for constant correctness;
2038 fix for constant correctness
2040 2003-01-05 [colin] 0.8.8claws49
2043 Add account_get_reply_account function
2045 Use account_get_reply_account function
2047 Basic reply-finder - click on the replied
2048 icon gets you to the outbox using quick-search
2050 2003-01-05 [paul] 0.8.8claws48
2052 * src/prefs_common.c
2053 small change to English
2055 * src/prefs_filtering.c
2056 prefs_filtering_action_select(): improve logic and uniformity
2059 2003-01-05 [alfons] 0.8.8claws47
2061 fine tune solution to focus problems (bug #7)
2064 mainwindow_focus_in_event(): remove grab event check
2066 summary_button_pressed(): move selection on right-click
2067 too. we can't possibly move the selection back after
2068 canceling a dialog, because gtk's incomplete focus
2069 management. whether this is a good solution, only time
2072 2003-01-05 [christoph] 0.8.8claws46
2075 fix crash when no imap connection could be established
2077 2003-01-05 [paul] 0.8.8claws45
2082 fix bug 605957 'shortcuts in popup-menu'
2083 make user-defined shortcuts work
2084 show shortcuts that are already defined
2086 Patch submitted by Luke Plant
2088 2003-01-05 [alfons] 0.8.8claws44
2091 focus_in_event handler should not select summary view row
2092 when another window (menu, dialog) grabbed for events
2093 (bug #7, "[0.8.8claws42] Message summary focus")
2095 2003-01-04 [christoph] 0.8.8claws43
2098 update save folder after adding the sent message
2099 (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2101 2003-01-02 [christoph] 0.8.8claws42
2103 * src/common/plugin.c
2104 fix unloading of all plugins and unload
2105 plugins in reverse order
2107 * src/gtk/pluginwindow.c
2108 implement function of load and unload button
2110 * src/gtk/prefswindow.c
2111 * src/gtk/prefswindow.h
2112 rename register function and add new unregister
2115 * src/plugins/spamassassin/spamassassin_gtk.c
2116 unregister prefs page and update for changes in
2117 src/gtk/prefswindow.c
2119 2003-01-02 [paul] 0.8.8claws41
2122 updated by Ricardo Mones Lastra
2127 fixes and improvements by Urke MMI
2129 2003-01-02 [thorsten] 0.8.8claws40
2132 fixed wrong return value
2134 2003-01-02 [thorsten] 0.8.8claws39
2137 fixed printing wrong variable
2139 2003-01-02 [thorsten] 0.8.8claws38
2142 fixed acessing members of freed pfile struct
2144 2003-01-02 [thorsten] 0.8.8claws37
2147 detect loops across several messages
2148 as suggested by Christoph Hohmann
2150 2003-01-01 [match] 0.8.8claws36
2153 fixed another memory leak.
2155 2003-01-01 [match] 0.8.8claws35
2158 fixed memory leaks. applied Doxygen comments.
2160 2003-01-01 [thorsten] 0.8.8claws34
2163 inhibit endless loop if msg references itself
2164 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2166 2003-01-01 [christoph] 0.8.8claws33
2169 * src/gtk/Makefile.am
2170 * src/gtk/pluginwindow.c ** NEW **
2171 * src/gtk/pluginwindow.h ** NEW **
2174 * src/plugins/demo/demo.c
2175 * src/plugins/spamassassin/spamassassin.c
2176 * src/plugins/spamassassin/spamassassin_gtk.c
2177 write better plugin descriptions
2179 2002-12-31 [christoph] 0.8.8claws32
2181 * src/gtk/prefswindow.c
2182 * src/plugins/spamassassin/spamassassin_gtk.c
2183 some small improvements to GTK code
2185 2002-12-31 [christoph] 0.8.8claws31
2187 * src/plugins/spamassassin/spamassassin_gtk.c
2188 enable folder select button
2190 2002-12-31 [christoph] 0.8.8claws30
2193 * src/gtk/Makefile.am
2194 * src/gtk/prefswindow.c ** NEW **
2195 * src/gtk/prefswindow.h ** NEW **
2196 add new prefs window
2198 * src/common/plugin.c
2199 don't try to load empty config lines
2201 * src/plugins/spamassassin/Makefile.am
2202 * src/plugins/spamassassin/spamassassin.c
2203 * src/plugins/spamassassin/spamassassin.h ** NEW **
2204 * src/plugins/spamassassin/spamassassin_gtk.c ** NEW **
2205 GTK config for SpamAssassin Plugin using
2206 the new prefs window
2208 2002-12-31 [paul] 0.8.8claws29
2211 remove obsolete entry 'src/menu.c'
2213 2002-12-31 [alfons] 0.8.8claws28
2216 * src/matcher_parser_parse.y
2217 * src/prefs_matcher.c
2218 add "ignore_thread" and "~ignore_thread" condition so it's
2219 possible to make the actions / scoring operate on the ignore
2222 2002-12-31 [christoph] 0.8.8claws27
2228 * src/prefs_account.c
2229 * src/prefs_actions.c
2230 * src/prefs_customheader.c
2231 * src/prefs_display_header.c
2236 * src/common/prefs.[ch]
2237 extend prefs file handling for reading and automatic handling
2238 of blocks. When reading prefs_set_block_label will automatically
2239 move on to the block. When writing it will copy all other blocks
2242 * src/common/plugin.c
2243 Now loading plugin filenames from [Plugins] block in
2246 2002-12-30 [christoph] 0.8.8claws26
2248 * src/common/hooks.[ch]
2249 return abort status to caller of hooks_invoke
2252 invoke message filtering hook and stop
2253 default handling when filter returns abort
2255 * src/common/plugin.[ch]
2256 * src/plugins/demo/demo.c
2257 modify plugin loader, because resolving symbols for strings
2258 does not work correctly
2261 * ac/spamassassin.m4 ** NEW **
2262 * src/plugins/spamassassin/.cvsignore ** NEW **
2263 * src/plugins/spamassassin/Makefile.am ** NEW **
2264 * src/plugins/spamassassin/README ** NEW **
2265 * src/plugins/spamassassin/libspamc.[ch] ** NEW **
2266 * src/plugins/spamassassin/spamassassin.c ** NEW **
2267 * src/plugins/spamassassin/utils.[ch] ** NEW **
2268 add spamassassin plugin, see src/plugins/spamassassin/README
2271 2002-12-29 [alfons] 0.8.8claws25
2274 when moving focus from a message view to the main
2275 window, don't forget to select the summary node
2276 of the displayed message. should fix "[ 659103 ]
2277 focus-follows-mouse confuses sylpheed"
2279 2002-12-29 [christoph] 0.8.8claws24
2282 * src/stringtable.[ch] ** REMOVE **
2283 * src/common/Makefile.am
2284 * src/common/stringtable.[ch] ** NEW **
2285 move stringtable files to common directory
2287 2002-12-29 [christoph] 0.8.8claws23
2290 * src/menu.[ch] ** REMOVE **
2291 * src/gtk/Makefile.am
2292 * src/gtk/menu.[ch] ** NEW **
2293 move menu files to gtk directory
2295 2002-12-29 [match] 0.8.8claws22
2299 moved UI specific code out of LDAP code into addressbook
2300 UI code. fixed memory leak.
2302 2002-12-29 [christoph] 0.8.8claws21
2305 only check for IGNORED parent message when message is
2308 2002-12-29 [alfons] 0.8.8claws20
2311 set gtksctree's anchor correct (immediate execute
2312 changes the tree's layout, and anchor points at
2313 the incorrect row). fixes "[ 657233 ] multiple msg
2314 delete sometimes off by 1".
2315 we probably have to look for more tree layout /
2318 2002-12-29 [paul] 0.8.8claws19
2321 fix bug [ 659054 ] incorrect sorting of 'From' column
2322 when using 'display sender using address book'
2323 thanks to Alfons and Luke Plant
2325 2002-12-29 [christoph] 0.8.8claws18
2329 check parent messages for IGNORE THREAD flag, when adding,
2330 moving or copying messages to a folder
2332 2002-12-27 [alfons] 0.8.8claws17
2334 re-organize matcher part 5; more to come
2337 hash keywords in matchparser_tab
2339 2002-12-27 [alfons] 0.8.8claws16
2341 re-organize matcher part 4; more to come
2343 * src/matcher_parser.h
2344 * src/matcher_parser_lex.l
2345 * src/matcher_parser_parse.y
2348 2002-12-27 [alfons] 0.8.8claws15
2350 re-organize matcher part 3; more to come
2355 2002-12-27 [alfons] 0.8.8claws14
2357 re-organize matcher part 2; more to come but this should
2358 work. cc me if there are any regressions.
2361 add prototype for get_matchparser_tab_id()
2362 * src/matcher_parser_lex.l
2363 look up keywords using matchparser_tab_id();
2365 2002-12-27 [alfons] 0.8.8claws12
2367 re-organize matcher part 1
2370 map yacc generated constants to sylpheed matcher constants
2372 add function to find a matcher constant from a string
2374 2002-12-27 [christoph] 0.8.8claws11
2377 MENUITEM_ADD casts the 4th argument from integer to pointer
2378 so it probably should not be a pointer, this means we
2379 should use account id for it and not the account's pointer
2381 2002-12-27 [paul] 0.8.8claws10
2384 remove unneeded 'GtkWidget *vbox'
2387 further sync with 0.8.8 - make sort
2388 by recipient work as expected
2393 2002-12-27 [paul] 0.8.8claws9
2396 updated by Ivan F. Martinez
2398 2002-12-27 [darko] 0.8.8claws8
2400 * src/common/utils.c
2401 added locked pattern to extended search
2403 2002-12-27 [alfons] 0.8.8claws7
2405 * src/prefs_matcher.[ch]
2408 2002-12-26 [alfons] 0.8.8claws6
2411 * src/matcher_parser_lex.l
2412 * src/matcher_parser_parse.y
2413 * src/prefs_matcher.c
2414 allow color label as a condition in the matcher
2416 2002-12-26 [oliver] 0.8.8claws5
2419 enable Addressbook for Main and Messageview
2420 * src/prefs_actions.c
2421 enable actions in Messageview
2423 2002-12-26 [christoph] 0.8.8claws4
2425 * src/common/plugin.c
2426 add a little debug output
2428 * src/plugins/demo/Makefile.am
2429 better use of automake
2431 2002-12-26 [christoph] 0.8.8claws3
2434 * src/common/Makefile.am
2437 2002-12-26 [christoph] 0.8.8claws2
2440 sort configure checks into common / gtk / plugins
2446 * src/common/sylpheed.[ch]
2447 added now sylpheed_done function for shutdown
2448 * src/common/Makefile.am
2449 * src/common/plugin.[ch] ** NEW **
2450 plugin loader and unloader
2451 * src/plugins/.cvsignore ** NEW **
2452 * src/plugins/Makefile.am ** NEW **
2454 * src/plugins/demo/.cvsignore ** NEW **
2455 * src/plugins/demo/Makefile.am ** NEW **
2456 * src/plugins/demo/demo.c ** NEW **
2457 small demo plugin that installs a logtext hook and
2458 outputs the log text to stdout
2460 2002-12-26 [paul] 0.8.8claws1
2463 updated by Ricardo Mones Lastra
2465 2002-12-26 [paul] 0.8.8claws
2467 * 0.8.8claws released
2469 2002-12-26 [paul] 0.8.7claws12
2472 updated by George Danchev
2474 2002-12-26 [paul] 0.8.7claws11
2477 remove unneeded 'src/prefs.c' entry
2479 2002-12-26 [paul] 0.8.7claws10
2483 sync with 0.8.8 release
2488 partial sync with 0.8.8 release
2491 2002-12-25 [alfons] 0.8.7claws9
2494 * src/matcher_parser_lex.l
2495 * src/matcher_parser_parse.y
2496 * src/prefs_matcher.c
2497 add locked flag to possible filtering / matcher
2498 conditions (also a good example what should be
2499 done to add a simple boolean condition)
2501 2002-12-25 [christoph] 0.8.7claws8
2511 * src/prefs.[ch] ** REMOVE **
2512 * src/prefs_account.c
2513 * src/prefs_actions.c
2514 * src/prefs_common.c
2515 * src/prefs_customheader.c
2516 * src/prefs_display_header.c
2517 * src/prefs_filtering.c
2518 * src/prefs_folder_item.c
2519 * src/prefs_gtk.[ch] ** NEW **
2520 * src/prefs_matcher.c
2521 * src/prefs_scoring.c
2522 * src/prefs_summary_column.c
2524 * src/selective_download.c
2526 * src/common/Makefile.am
2527 * src/common/prefs.[ch] ** NEW **
2528 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2530 2002-12-24 [alfons] 0.8.7claws7
2533 summary_thread_build(): fix real cause of the crash mentioned in
2534 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2535 this way we get meaningful ctree nodes
2537 2002-12-24 [oliver] 0.8.7claws6
2539 * src/mainwindow.[ch]
2540 * src/messageview.[ch]
2544 changes to use updated toolbar handling
2546 2002-12-24 [oliver] 0.8.7claws5
2549 generic toolbar handling
2550 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2551 * src/prefs_toolbar.[ch]
2554 2002-12-24 [oliver] 0.8.7claws4
2556 * src/stock_pixmap.[ch]
2557 move SYLPHEED_LOGO to end of list in order
2558 to remove it from Custom Toolbar`s Icon View
2560 2002-12-24 [alfons] 0.8.7claws3
2563 summary_thread_build(): fix crash because of focus != selection
2564 after threading. when deleting the selection, gtk tries but fails
2565 to find the correct focusable element. we now force the selection
2566 to be focused. this should solve the infamous bug reported by
2567 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages").
2568 a test case is available.
2570 2002-12-24 [darko] 0.8.7claws2
2573 don't crash when unmarking message with unread children
2575 2002-12-23 [christoph] 0.8.7claws1
2578 * src/common/Makefile.am
2579 update Makefiles for moved intl.h, version.h and defs.h
2581 rewrite imap_session_get to avoid duplicate code
2583 2002-12-23 [paul] 0.8.7claws
2585 * Santa-Claws released
2589 squeeze in updated Hungarian and Russian translations.
2590 Submitted by Gál Zoltán and Ruslan N. Balkin
2592 2002-12-23 [paul] 0.8.6claws129
2595 updated by Witold Wladyslaw Wojciech Wilk
2597 2002-12-23 [paul] 0.8.6claws128
2599 * src/quote_fmt_parse.y
2600 fix typo and add licence header
2602 2002-12-23 [paul] 0.8.6claws127
2607 2002-12-23 [paul] 0.8.6claws126
2610 updated translation, submitted by Alessandro Maestri
2612 2002-12-23 [paul] 0.8.6claws125
2614 * src/quote_fmt_parse.y
2615 fix signature-stripping on replies bug. match
2616 '-- \n' and not '-- '.
2618 2002-12-22 [paul] 0.8.6claws124
2623 updated translations. submitted by George Danchev,
2624 Ricardo Mones Lastra, and Urke MMI respectively
2626 2002-12-21 [paul] 0.8.6claws123
2631 2002-12-21 [paul] 0.8.6claws122
2634 fix bug [643638] where if a person is in one or more
2635 addressbook groups editing that person's email
2636 address results in removal from those groups.
2637 Patch submitted by Luke Plant.
2639 2002-12-20 [christoph] 0.8.6claws121
2641 * src/common/utils.c
2643 reimplement expand_search_string using GString to
2644 prevent crashs caused by miscalculated string
2645 lengths reported by Paul
2647 2002-12-20 [christoph] 0.8.6claws120
2650 don't use "changed" to check if op_count has to be changed as it
2651 is also set when the message has unread children
2652 (closes bug [ 653221 ] crash while deleting duplicates)
2654 2002-12-20 [paul] 0.8.6claws119
2656 * sync with 0.8.6cvs27
2657 see ChangeLog 2002-12-20
2659 2002-12-20 [paul] 0.8.6claws118
2661 * sync with 0.8.6cvs26
2662 see ChangeLog 2002-12-19 and 2002-12-20
2664 2002-12-19 [alfons] 0.8.6claws117
2667 fix incorrect parsing of email addresses, submitted by
2668 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate
2669 name display if it contains @".
2671 2002-12-18 [paul] 0.8.6claws116
2673 * sync with 0.8.6cvs23
2674 see ChangeLog 2002-12-18
2676 2002-12-18 [paul] 0.8.6claws115
2683 sync with 0.8.6cvs22.
2684 see ChangeLog 2002-12-17 and 2002-12-18
2686 2002-12-17 [christoph] 0.8.6claws114
2689 o don't create a session if imap greeting fails
2690 o don't close socket when authentication fails
2691 this is done by imap_session_destroy
2693 2002-12-17 [thorsten] 0.8.6claws113
2697 tools/google_msgid.pl ** NEW FILE **
2698 Added "search for message-id" script and doc
2700 2002-12-17 [thorsten] 0.8.6claws112
2703 Updated hungarian translation
2704 (updated by Gal Zoltan)
2706 2002-12-16 [christoph] 0.8.6claws111
2709 remove stupid addressbook dump to debug output
2711 fix memory leak found by Hiro
2713 2002-12-14 [paul] 0.8.6claws110
2716 fix menubar sensitivity on send
2718 * src/prefs_filtering.c
2719 * src/prefs_matcher.c
2720 * src/prefs_scoring.c
2723 * src/common/quoted-printable.h
2726 2002-12-13 [christoph] 0.8.6claws109
2729 * src/manage_window.[ch] ** REMOVE **
2730 * src/gtk/Makefile.am
2731 * src/gtk/manage_window.[ch] ** NEW **
2732 move manage_window files to gtk directory
2734 2002-12-13 [christoph] 0.8.6claws108
2737 * src/gtkshruler.[ch] ** REMOVE **
2738 * src/gtk/Makefile.am
2739 * src/gtk/gtkshruler.[ch] ** NEW **
2740 move gtkshruler files to gtk directory
2742 2002-12-13 [christoph] 0.8.6claws107
2746 * src/gtkstext.[ch] ** REMOVE **
2749 * src/gtk/gtkstext.[ch] ** NEW **
2750 * src/gtk/Makefile.am
2751 o move stext functions to gtkstext.c to remove
2752 dependency of gtkutils
2753 o move gtkstext files to gtk directory
2755 * src/gtk/Makefile.am
2756 * src/gtk/sslcertwindow.[ch]
2757 UI stuff can always depend on common code so
2758 it's ok to add ../common to include path
2760 2002-12-13 [colin] 0.8.6claws106
2763 Disconnect sighandlers for mainwindow when
2764 quicksearch has the focus
2766 * src/mainwindow.[ch]
2767 Make key_pressed callback public, to be able
2770 2002-12-13 [christoph] 0.8.6claws105
2773 create .mh_sequences file in new MH folders
2774 (closes feature request [ 523162 ] MH folders should
2775 get a .mh_sequences)
2777 2002-12-13 [colin] 0.8.6claws104
2780 Better handling of quicksearch show/hide
2781 (basically the button stays under the mouse
2784 2002-12-13 [paul] 0.8.6claws103
2786 * sync with 0.8.6cvs17
2787 see ChangeLog 2002-12-13
2789 2002-12-13 [paul] 0.8.6claws102
2792 updated by Ricardo Mones Lastra
2794 2002-12-11 [colin] 0.8.6claws101
2797 remove statusbar stuff
2799 set statusbar verbosity when moving folders
2801 2002-12-11 [colin] 0.8.6claws100
2802 * src/prefs_filtering.c
2803 * src/prefs_matcher.c
2804 * src/prefs_scoring.c
2807 2002-12-11 [colin] 0.8.6claws99
2809 * src/prefs_common.[ch]
2810 Add summary_quicksearch_type
2812 Save last used quicksearch type
2814 2002-12-11 [jens] 0.8.6claws98
2815 * src/prefs_filtering.c
2816 * src/prefs_matcher.c
2817 * src/prefs_scoring.c
2818 added dialog for incomplete rules in scoring, filtering and
2819 matcher to ask wheather really close
2821 2002-12-11 [colin] 0.8.6claws97
2824 Fix folder dnd statusbar logging
2826 2002-12-10 [christoph] 0.8.6claws96
2836 * src/statusbar.[ch]
2837 * src/common/hooks.c
2838 * src/common/log.[ch]
2839 o handle verbose logging in statusbar directly in statusbar code
2840 and common code does not need any knowledge about a statusbar
2841 o remove direct calls to statusbar_(puts|pop)_all functions
2843 2002-12-10 [jens] 0.8.6claws95
2846 removed gettext from g_warnings
2852 2002-12-10 [colin] 0.8.6claws94
2855 finish crash dialog fix
2857 2002-12-10 [colin] 0.8.6claws93
2860 "Fix" "sylpheed already running" instead of
2861 crash dialog appearing after a crash
2863 2002-12-10 [colin] 0.8.6claws92
2866 add src/gtk/sslcertwindow.c
2868 2002-12-10 [paul] 0.8.6claws91
2871 updated to reflect recent changes
2872 submitted by Alessandro Maestri
2874 2002-12-09 [christoph] 0.8.6claws90
2877 * src/smtp.[ch] ** REMOVE **
2878 * src/common/Makefile.am
2879 * src/common/smtp.[ch] ** NEW **
2880 move smtp files to common directory
2882 2002-12-09 [christoph] 0.8.6claws89
2885 * src/session.[ch] ** REMOVE **
2886 * src/common/Makefile.am
2887 * src/common/session.[ch] ** NEW **
2888 move session files to common directory
2890 2002-12-09 [paul] 0.8.6claws88
2893 fix bug [649746] edit accounts: move account reverted
2894 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
2896 2002-12-09 [colin] 0.8.6claws87
2898 * src/ssl_certificate.c
2901 2002-12-09 [colin] 0.8.6claws86
2904 Try to open the cert.pem database and
2905 issue a warning if it isn't there
2907 2002-12-09 [colin] 0.8.6claws85
2909 * src/common/ssl_certificate.c
2910 * src/gtk/sslcertwindow.c
2913 2002-12-09 [colin] 0.8.6claws84
2915 * src/ssl_certificate.[ch] ** REMOVED **
2916 * src/common/ssl_certificate.[ch] ** NEW **
2918 * src/common/Makefile.am
2919 Moved ssl_certificate.[ch] to common
2921 Put back needed include
2922 * src/gtk/sslcertwindow.[ch]
2923 Changed ssl_certificate.h include
2925 2002-12-09 [colin] 0.8.6claws83
2927 * src/gtk/sslcertwindow.[ch]
2928 Implement hook for certificate acception
2929 * src/ssl_certificate.[ch]
2930 Implement hook for certificate acception
2932 Reenable certificate acception check
2934 Register sslcertwindow's hook
2936 2002-12-08 [christoph] 0.8.6claws82
2943 * src/common/utils.c
2944 o add missing includes
2947 * src/common/.cvsignore
2948 * src/common/version.h ** REMOVE **
2949 remove autogenerated file
2951 2002-12-08 [paul] 0.8.6claws81
2954 put back needed include
2956 2002-12-08 [colin] 0.8.6claws80
2958 * src/gtk/sslcertwindow.c
2959 Cleaner popups when asking
2960 * src/ssl_certificate.c
2961 * src/prefs_common.[ch]
2962 remove ssl certificate pref
2963 put back needed include
2965 put back needed include
2967 2002-12-08 [christoph] 0.8.6claws79
2973 only abort hook invokation if required data is missing not
2974 if our own data pointer is NULL, update hookfunction for
2977 2002-12-08 [paul] 0.8.6claws78
2995 * src/sourcewindow.c
2998 clean up: remove unneccesary includes
3000 2002-12-08 [christoph] 0.8.6claws77
3005 * src/common/hooks.[ch]
3006 hook functions now have a gboolean return value, if a hook
3007 returns TRUE it will stop executing of any more hooks in
3008 the same hooklist for this invokation
3010 2002-12-08 [colin] 0.8.6claws76
3013 put back argv0 for CRASH_DIALOG
3015 2002-12-08 [christoph] 0.8.6claws75
3028 * src/prefs_account.[ch]
3029 * src/prefs_common.[ch]
3032 * src/ssl_certificate.[ch]
3033 * src/ssl_manager.[ch]
3034 * src/common/Makefile.am
3036 * src/common/nntp.[ch]
3037 * src/common/socket.[ch]
3038 * src/common/ssl.[ch]
3039 * src/gtk/sslcertwindow.[ch]
3041 use new autoconf script to detect OpenSSL with extra parameters
3042 to specify the location of libs and includes, also remove USE_SSL
3045 * src/common/sylpheed.[ch]
3046 * src/common/version.h.in
3047 start seperation of common code initialization seperated from gui
3050 The function that is called when a color label changes
3051 should not change the color lable again
3053 2002-12-08 [colin] 0.8.6claws74
3055 * src/gtk/sslcertwindow.c
3058 2002-12-08 [colin] 0.8.6claws73
3062 Register a hook for statusbar_puts_all
3064 invoke statusbar_puts_all's hook
3066 2002-12-08 [colin] 0.8.6claws72
3068 * src/ssl_certificate.c
3069 Put back a badly-removed include
3071 2002-12-08 [colin] 0.8.6claws71
3073 * src/gtk/sslcertwindow.[ch] ** NEW **
3074 new certificate presentation
3075 * src/gtk/Makefile.am
3077 * src/ssl_certificate.[ch]
3078 gtk cleanup, made utility functions public
3080 use new cert presentation
3082 2002-12-07 [christoph] 0.8.6claws70
3085 * src/nntp.[ch] ** REMOVE **
3086 * src/common/Makefile.am
3087 * src/common/nntp.[ch] ** NEW **
3088 move nntp files to common directory
3090 2002-12-07 [christoph] 0.8.6claws69
3094 implement msginfo update callback using sylpheed's new
3095 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3097 2002-12-06 [christoph] 0.8.6claws68
3100 This patch changes the 'Edit Group Details' dialog to
3101 allow extended selections in either pane, so that
3102 addresses can be added or removed from a group more
3103 quickly and easily. (it actually is a net decrease in
3104 file size, as some unnecessary functions have been
3106 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3108 2002-12-06 [christoph] 0.8.6claws67
3111 * src/template.[ch] ** REMOVE **
3112 * src/common/Makefile.am
3113 * src/common/template.[ch] ** NEW **
3114 move template files to common directory
3117 add missing log.h include
3119 2002-12-06 [melvin] 0.8.6claws66
3121 * src/prefs_actions.c
3122 Added the trailing ">" syntax to insert command's output
3123 without replacing old text (in contrast to trailing "|").
3125 2002-12-05 [colin] 0.8.6claws65
3127 * src/common/utils.c
3128 Don't modify original search_string or it'll change
3129 the next iterations in the for()
3131 2002-12-05 [darko] 0.8.6claws64
3133 * src/common/utils.c
3134 proper check for filtering commands, found by Colin
3136 2002-12-05 [darko] 0.8.6claws63
3138 * src/common/utils.c
3139 check proper string for NULL pointer, found by Colin
3141 2002-12-05 [darko] 0.8.6claws62
3143 * src/common/utils.[ch]
3144 expand_search_string(): new function
3145 converts Mutt-like patterns to Sylpheed's
3148 use expand_search_string() to allow Mutt-like
3149 patterns in extended search
3151 document extended option in quick search
3153 2002-12-05 [paul] 0.8.6claws61
3155 * sync with 0.8.6cvs16
3156 see ChangeLog 2002-12-05
3161 2002-12-04 [christoph] 0.8.6claws60
3164 put imap authentication code into a new function and
3165 remove it from imap_session_new that will allow to
3166 send other commands before authentication
3168 2002-12-04 [christoph] 0.8.6claws59
3171 use already existing method to prevent unneeded IMAP
3172 folder selects. Set imap_select parameters to NULL
3173 in some functions if the values are not required.
3176 remove no longer required include
3178 2002-12-04 [paul] 0.8.6claws58
3181 updated by Ricardo Mones Lastra
3184 po/hu.po ** NEW FILE **
3185 initial Hungarian translation, submitted
3186 by Gál Zoltán <galzoli@hu.inter.net>
3188 2002-12-03 [christoph] 0.8.6claws57
3191 * src/gtksctree.[ch] ** REMOVE **
3192 * src/gtk/Makefile.am
3193 * src/gtk/gtksctree.[ch] ** NEW **
3194 move gtksctree files to gtk directory
3196 2002-12-03 [christoph] 0.8.6claws56
3199 * src/md5.[ch] ** REMOVE **
3200 * srm/common/Makefile.am
3201 * src/common/md5.[ch] ** NEW **
3202 move md5 files to common directory
3205 remove not required #include
3207 2002-12-03 [sergey] 0.8.6claws55
3211 gtkut_window_popup(): new function.
3213 main_window_popup(): use gtkut_window_popup() to raise
3214 window without changing its position.
3215 (see sylpheed-main ML message [sylpheed:17247])
3217 2002-12-03 [sergey] 0.8.6claws54
3220 send_message_local(): removed first-dot escaping
3221 (SMTP-only, not needed for sending through pipe)
3223 2002-12-03 [paul] 0.8.6claws53
3226 update to reflect recent changes (thanks
3227 to Ricardo Mones Lastra)
3229 * tools/filter_conv.pl
3230 fix problem with quoted strings. Patch submitted
3231 by Luke Plant <lukeplant@softhome.net>
3233 2002-12-03 [paul] 0.8.6claws52
3235 * sync with 0.8.6cvs15
3236 see ChangeLog 2002-12-03
3238 2002-12-02 [christoph] 0.8.6claws51
3240 * src/logwindow.[ch]
3241 * src/common/log.[ch]
3242 implement logging using a hook function
3246 define hooklist name in header file to avoid
3247 errors caused by wrong spelling of hooklist names
3252 2002-12-02 [christoph] 0.8.6claws50
3254 * src/common/Makefile.am
3255 add src/common/hooks.[ch]
3257 * src/common/hooks.[ch]
3258 implement a simple hook system using glib's hook functions
3262 use new hook system for folder item updates
3264 2002-12-02 [christoph] 0.8.6claws49
3266 * doc-src/ui_seperation.txt ** NEW **
3267 information for ui seperation
3270 remove files that were moved to common
3271 include common directory by default for the header files
3274 * src/common/socket.c
3275 * src/automaton.[ch]
3276 implement automaton using g_io_*-functions instead of
3277 gdk_input_add to make it ui independent
3287 remove common/ prefix because directory is now in
3295 * src/prefs_common.c
3306 * src/ssl_certificate.c
3307 add log.h header file for logging functions
3310 * src/common/utils.c
3313 o move debug_mode to common/utils.c
3314 o add functions to set and get debug_mode
3316 * src/defs.h ** REMOVE **
3317 * src/intl.h ** REMOVE **
3318 * src/socket.[ch] ** REMOVE **
3319 * src/ssl.[ch] ** REMOVE **
3320 * src/utils.[ch] ** REMOVE **
3321 replaced by new files in src/common/
3323 * src/common/Makefile.am
3324 add new files in src/common/
3326 * src/common/defs.h ** NEW **
3327 * src/common/intl.h ** NEW **
3328 * src/common/log.[ch] ** NEW **
3329 * src/common/socket.[ch] ** NEW **
3330 * src/common/ssl.[ch] ** NEW **
3331 * src/common/utils.[ch] ** NEW **
3332 replacement for files in src/
3334 2002-12-02 [colin] 0.8.6claws48
3337 Scroll folderview if necessary during dnd
3339 2002-12-02 [colin] 0.8.6claws47
3342 Add check to verify a move is within a single mailbox
3344 Add specific error string for this check
3346 2002-12-02 [colin] 0.8.6claws46
3349 Add a test to folder moving, remove a statusbar_print
3351 Add Move folder... context-menu item
3352 Factorize folder moving code
3353 Enable folder DND for mbox
3355 2002-12-01 [christoph] 0.8.6claws45
3358 remove conf.aspelltest if the version check fails
3360 2002-11-30 [christoph] 0.8.6claws44
3363 run libtoolize --force in autogen to create missing
3366 2002-11-30 [christoph] 0.8.6claws43
3372 * src/uuencode.[ch] ** REMOVED **
3373 * src/common/Makefile.am
3374 * src/common/uuencode.[ch] ** NEW **
3375 move uuen/decoder to common directory
3377 2002-11-30 [christoph] 0.8.6claws42
3380 * src/base64.[ch] ** REMOVED **
3389 * src/common/Makefile.am
3390 * src/common/base64.[ch] ** NEW **
3391 move base64 en/decoder to common directory
3393 2002-11-30 [christoph] 0.8.6claws41
3395 * src/common ** NEW **
3396 new directory for UI independent code
3398 new directory for GTK frontend
3399 * src/common/.cvsignore ** NEW **
3400 * src/gtk/.cvsignore ** NEW **
3402 * src/common/Makefile.am ** NEW **
3403 * src/gtk/Makefile.am ** NEW **
3404 automake files to build new seperated stuff
3406 the binary will currently still be build with the
3407 files in src, so we include the code from the
3408 subdirs for now after building the libs there
3410 2002-11-30 [paul] 0.8.6claws40
3413 fix bug [642731] 'Wrong selected account with drafted mail'
3415 2002-11-29 [oliver] 0.8.6claws39
3418 o update summaryview when switching between different
3421 o check if messageview holds already removed msg
3425 2002-11-29 [oliver] 0.8.6claws38
3428 remove not needed variables and includes
3429 make messageview stay opened and move to next when msgs are deleted
3431 2002-11-29 [oliver] 0.8.6claws37
3434 disable compose button (messageview toolbar) by default
3435 deleted msgs are moved to trash
3437 2002-11-29 [melvin] 0.8.6claws36
3440 Increased minimal gpgme version to 0.3.10 (Zombies out)
3441 and to detect signatures expirations (gpgme 0.3.6)
3444 Use non obsolescent function for Gpgme engine checking.
3447 Inform about expired signatures or signatures which key
3448 has expired. Expiration date is displayed.
3451 Inform about expired signatures or signatures which key
3454 2002-11-28 [paul] 0.8.6claws35
3457 re-instate 'Check for new messages' in Newsgroup
3458 folders right-click menu, after a suggestion from
3459 Tim Mann <timmann@users.sourceforge.net>
3462 after a crash check only local folders for new
3465 2002-11-28 [paul] 0.8.6claws34
3468 apply patch that fixes the checking of GTK with XIM
3469 support on different OSs, such as FreeBSD. Patch
3470 submitted by Topia <topia@users.sourceforge.net>
3472 2002-11-28 [paul] 0.8.6claws33
3477 more changes to the English
3479 2002-11-28 [paul] 0.8.6claws32
3481 * sync with 0.8.6cvs13
3482 see ChangeLog 2002-11-28 (no sync needed
3485 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws31
3487 * src/mainwindow.[ch]
3488 add patch by Ivan F. Martinez introducing messageview Toolbar
3489 some changes and committed by oliver
3491 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws30
3493 * src/messageview.[ch]
3494 add patch by Ivan F. Martinez introducing messageview Toolbar
3495 some changes and committed by oliver
3497 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws29
3500 add patch by Ivan F. Martinez introducing messageview Toolbar
3501 some changes and committed by oliver
3503 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws28
3506 add patch by Ivan F. Martinez introducing messageview Toolbar
3507 some changes and committed by oliver
3509 2002-11-28 [oliver] 0.8.6claws27
3511 * src/prefs_toolbar.[ch]
3512 getting ready for messageview toolbar
3513 free mem allocated by gettext
3514 change prefs_toolbar to prefs_toolbar_open
3516 2002-11-28 [thorsten] 0.8.6claws26
3518 * src/imageview.[ch]
3519 cleaned up conflicting declarations of
3520 imageview_show_image()
3522 2002-11-28 [paul] 0.8.6claws25
3524 * src/grouplistdialog.c
3526 src/prefs_summary_column.c
3527 a few more improvements to the English
3529 2002-11-28 [colin] 0.8.6claws24
3532 A few updates to command-line parameters
3534 2002-11-28 [colin] 0.8.6claws23
3536 * src/prefs_filtering.c
3537 Fix problems with prefs_filtering_delete_path:
3538 a) if the first rule is removed, original pointers
3539 weren't updated (leading to segfaults)
3540 b) it was always global_processing updated in case
3541 of removed path was parent of rule path
3543 2002-11-27 [paul] 0.8.6claws22
3549 src/prefs_customheader.c
3550 src/prefs_display_header.c
3551 src/prefs_filtering.c
3552 src/prefs_folder_item.c
3555 src/prefs_summary_column.c
3556 src/prefs_template.c
3558 improve the English in the GUI
3560 2002-11-27 [colin] 0.8.6claws21
3563 Fix processing renaming problems happening after
3566 2002-11-27 [colin] 0.8.6claws20
3569 recursive move now deletes src each subfolder after
3572 Use identifier instead of path during dnd (enables
3575 2002-11-27 [paul] 0.8.6claws19
3578 apply patch that does command-line processing
3579 BEFORE gtk_init, allowing claws to run from
3580 shell-scripts in non-X environment (e.g. crontab
3581 or ip-up, ip-down scripts). Patch submitted by
3582 Ruslan N. Balkin <baron@dartel.ru>
3585 updated by Alessandro Maestri
3587 2002-11-27 [paul] 0.8.6claws18
3589 * sync with 0.8.6cvs12
3591 Differences are that main uses a 'Receive dialog'
3592 frame on the Interface tab, whereas claws groups all
3593 the dialogs together in a 'Dialogs' frame.
3595 2002-11-27 [colin] 0.8.6claws17
3597 * src/prefs_matcher.c
3598 Fix Execute criteria's NOT flag
3601 2002-11-26 [christoph] 0.8.6claws16
3604 rewrite the ssl code a little bit, only use one
3605 SSL context, set default certificates' file/path
3607 2002-11-26 [thorsten] 0.8.6claws15
3610 default-reply-to didn't work for ml-reply
3612 2002-11-26 [melvin] 0.8.6claws14
3614 * src/prefs_actions.c
3615 Made pipe-actions ignore short headers in message view
3616 Made trailing-pipe-actions write in the message view with
3617 the same font as the original message
3619 2002-11-26 [paul] 0.8.6claws13
3622 this time commit the correct file
3624 2002-11-26 [paul] 0.8.6claws12
3626 * sync with 0.8.6cvs11
3627 src/quote_fmt_parse.y
3632 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
3634 compose_reedit(): add check for 'X-Sylpheed-Account-Id:'
3637 see ChangeLog 2002-11-25 and 2002-11-26
3639 2002-11-26 [colin] 0.8.6claws11
3642 Fix collapsed folder not auto-expanding during
3643 mail dnd, if it was the source folder.
3645 2002-11-25 [colin] 0.8.6claws10
3647 * src/folderview.[ch]
3648 Variable renaming and cleaning (slist of nodes
3649 to be re-collapsed is stored in FolderView)
3651 2002-11-25 [paul] 0.8.6claws9
3653 * src/prefs_common.[ch]
3654 fix breakage caused by last commit
3656 2002-11-25 [paul] 0.8.6claws8
3658 * sync with 0.8.6cvs4
3659 see ChangeLog 2002-11-21
3661 2002-11-25 [paul] 0.8.6claws7
3663 * sync with 0.8.6cvs4
3664 see ChangeLog 2002-11-20
3666 2002-11-25 [paul] 0.8.6claws6
3668 * sync with 0.8.6cvs3
3669 see ChangeLog 2002-11-18
3671 2002-11-25 [colin] 0.8.6claws5
3674 Add gtkut_ctree_node_is_parent()
3676 Spring-loaded folders
3678 2002-11-25 [colin] 0.8.6claws4
3681 Add slist_concat_unique(), function to merge
3682 two GSList filtering dups
3684 * src/summaryview.[ch]
3687 Add detection/update/display of unread answers
3690 Add procmsg_find_children()
3691 Add procmsg_msg_has_marked_parent()
3693 2002-11-25 [colin] 0.8.6claws3
3695 * src/ssl_certificate.[ch]
3696 Allow checking a certificate without a DNS
3698 Allow to forget a cert (by deleting it)
3699 Make ssl_certificate_destroy_public
3700 * src/ssl_manager.[ch] ** NEW FILES **
3701 Gui to manage (display/remove) certificates
3702 * src/prefs_common.[ch]
3703 Add a pref to allow silent acceptation of
3704 trusted certificates or not (based on the
3705 "I want to know what's going on" principle)