1 2003-03-15 [christoph] 0.8.11claws13
4 don't query imap folder for attributes because we already
5 for them from imap_status
8 add support for plugable MimeViewers (unloading Viewers
11 * src/plugins/Makefile.am
12 * src/plugins/mathml_viewer/.cvsignore ** NEW **
13 * src/plugins/mathml_viewer/Makefile.am ** NEW **
14 * src/plugins/mathml_viewer/mathml_viewer.c ** NEW **
15 add MathML Viewer (Content-Type text/mathml) using GtkMathView
16 widget from http://helm.cs.unibo.it/mml-widget/
18 2003-03-14 [christoph] 0.8.11claws12
21 o error return code's should better be negative
22 o replace printf with debug_print
25 improve IMAP folder scan by checking UID-NEXT
28 remove check that are unnecessary in my opinion
30 2003-03-13 [christoph] 0.8.11claws11
41 use a common function to get a displayable name
44 2003-03-13 [paul] 0.8.11claws10
48 tools/multiwebsearch.conf ** NEW FILE **
49 tools/multiwebsearch.pl ** NEW FILE **
50 add multiwebsearch Actions script
52 2003-03-13 [colin] 0.8.11claws9
55 Remove leading emtpy lines from quoted text
58 2003-03-13 [melvin] 0.8.11claws8
63 Added Cancel and OK buttons
66 2003-03-13 [christoph] 0.8.11claws7
76 replace more folder type stuff with folder class stuff
78 2003-03-13 [melvin] 0.8.11claws6
82 %u: user provided argument
83 %h: user provided argument (hidden on input)
84 %s: current text selection in the message view
86 2003-03-13 [paul] 0.8.11claws5
88 * sync with 0.8.11cvs5
89 see ChangeLog 2003-03-11, 2003-03-12
91 2003-03-12 [christoph] 0.8.11claws4
94 use folder class idstr when writing folderlist.xml
99 replace folder type checks with folder class checks
101 2003-03-12 [christoph] 0.8.11claws3
106 * src/mbox_folder.[ch]
109 o create a list of known folder classes in the folder system
110 o use folder class id strings for folder item identifiers
112 2003-03-12 [christoph] 0.8.11claws2
115 fix imap uid validity check
117 2003-03-12 [christoph] 0.8.11claws1
128 * src/prefs_scoring.c
132 initial restructuring of folder system, seperating
133 folders and folder classes
135 2003-03-12 [paul] 0.8.11claws
139 2003-03-12 [christoph]
141 * src/gtk/prefswindow.c
142 fix translation of "Page Index"
144 2003-03-12 [paul] 0.8.10claws110
146 a sync from 0.8.11cvs4 before the release
149 subject_compare_for_sort(): allow null strings (fixes
152 2003-03-11 [paul] 0.8.10claws109
155 update Spanish translation, submitted by
158 2003-03-11 [melvin] 0.8.10claws108
161 Updated French translations
163 2003-03-11 [paul] 0.8.10claws107
165 * manual/en/Makefile.am
167 update English manual, add a new page
168 updated by Francois Barriere <fbarriere@atmel.fr>
173 update Bulgarian, Italian, and Serbian translations
174 submitted by George Danchev, Alessandro Maestri, and
177 2003-03-10 [paul] 0.8.10claws106
180 src/gtk/prefswindow.c
181 make some strings translatable
183 2003-03-10 [darko] 0.8.10claws105
186 code cleanup to make Hiro happy
188 2003-03-10 [paul] 0.8.10claws104
190 * sync with 0.8.11cvs2
191 see ChangeLog 2003-03-10
193 2003-03-09 [melvin] 0.8.10claws103
196 textview_set_font(): fix for message display in
197 UTF-8 locales (thanks to Sergey Vlasov).
198 (was unintentionnaly reverted in 0.8.6claws6)
200 2003-03-08 [darko] 0.8.10claws102
203 fix infinite loop in wrapping as reported
205 obsoletes patch #696482
207 2003-03-08 [christoph] 0.8.10claws101
210 add workaround for IMAP servers that do not
211 support the "UID SEARCH UID" command
213 2003-03-07 [christoph] 0.8.10claws100
215 * src/plugins/spamassassin/spamassassin.[ch]
216 * src/plugins/spamassassin/spamassassin_gtk.c
219 2003-03-07 [paul] 0.8.10claws99
222 updated Spanish translation, submitted by
225 2003-03-07 [christoph] 0.8.10claws98
228 fix in 0.8.10claws94 was wrong
229 local delivery does not require escaping, remove escaping
230 code to make signatures of mails with "." lines valid
232 NOTE: requires that sendmail is executed with "-i" option,
233 what is the default now, but has to be changed in all
236 2003-03-07 [paul] 0.8.10claws97
238 * sync with 0.8.11 release
239 see ChangeLog 2003-03-07
241 2003-03-06 [paul] 0.8.10claws96
244 revert commit 0.8.10claws92
246 2003-03-06 [paul] 0.8.10claws95
249 fix (solaris) bug 73, 'Crash when selecting top-level folder'
252 fix bug 74, 'Crash opening editor window with pseudo-color
255 Patches submitted by Kevin Vigor <kevin@vigor.nu>
257 2003-03-06 [christoph] 0.8.10claws94
260 fix rfc2821 (4.5.2) violation in SMTP data sending,
261 all lines starting with a period get an extra period
263 (found by Simon 'corecode' Schubert)
265 2003-03-06 [paul] 0.8.10claws93
268 if configured font can't be loaded fall back to gtk
269 default. (with thanks to Christoph)
271 closes long-standing bug 15 'Crashes on startup'
273 2003-03-06 [paul] 0.8.10claws92
276 freeze text before autosave and thaw afterwards
277 fixes bug 67 'autosave make re-rediting message crazy'
279 2003-03-06 [christoph] 0.8.10claws91
282 ignore address comment in dupe check for Cc-list
284 (closes reopened bug 47 Replying to message strips name part of
285 e-mail addresses of Cc: lines)
287 2003-03-06 [paul] 0.8.10claws90
290 remove reference to gtkxtext.h as its no longer in
293 2003-03-06 [paul] 0.8.10claws89
295 * sync with 0.8.10cvs25
296 see ChangeLog 2003-03-06
298 2003-03-06 [oliver] 0.8.10claws88
303 2003-03-06 [oliver] 0.8.10claws87
306 remove changes introduced inclaws74
308 another attempt to sanely delete and update
309 messages deleted in separate messageview
311 2003-03-05 [christoph] 0.8.10claws86
314 check if "From" matches any account's address if
315 addressbook completion of addresses is disabled too
317 (closes Bug 70 "Display recipient in from" doesn't check
318 folder's default account)
320 2003-03-05 [christoph] 0.8.10claws85
323 * src/common/utils.[ch]
324 don't strip address comments when building Cc lists
326 (closes Bug 47 Replying to message strips name part of e-mail addresses
330 fix return value of copy function
332 2003-03-05 [christoph] 0.8.10claws84
335 don't ask imap server for non rfc822 headers
337 (closes bug 71 IMAP FETCH asks for FROM header field twice)
340 destroy session on socket error to allow reconnecting
342 2003-03-05 [christoph] 0.8.10claws83
345 fix building with gnome when no prefix is set
347 (closes bug 66 Gnome directory is set to NONE)
349 2003-03-05 [paul] 0.8.10claws82
351 * sync with 0.8.10cvs23
352 see ChangeLog 2003-03-05
354 2003-03-04 [christoph] 0.8.10claws81
357 o fix moving and copying when folder returns 0 for new
359 o remove some code for single message copy and move
360 operations and use functions for multiple messages
362 (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
365 remove unused include
367 2003-03-04 [paul] 0.8.10claws80
370 list 'Compiled plugins'
372 2003-03-03 [christoph] 0.8.10claws79
375 have to multiply the percentage of the current fetch with
376 the percentage that it has of the total fetch operation
379 2003-03-03 [christoph] 0.8.10claws78
382 fix calculation of expected lines for progress indicator
384 2003-03-03 [christoph] 0.8.10claws77
388 fix segfault when opening the root news folder
390 2003-03-03 [christoph] 0.8.10claws76
392 * src/mainwindow.[ch]
393 * src/common/Makefile.am
394 * src/common/progressindicator.[ch]
395 add UI independent progress indicator handling
398 use new progress indicator for message info fetching
403 2003-03-03 [oliver] 0.8.10claws75
407 removed commented code
409 2003-03-03 [oliver] 0.8.10claws74
412 cleanups and refactoring
414 compose_reply_mode reply & forwarding interface for
417 act on messages marked for deletion in folderview_selected
418 based on prefs_common.immediate_exec since a message might
419 have been deleted by messageview in a folder we are changing
420 to (does anybody understand what I'm on about ?)
422 2003-03-03 [oliver] 0.8.10claws73
424 * src/messageview.[ch]
426 - messageview_delete: delete message shown in messagview
427 - messageview_update_view: update messageview to currently
428 selected summaryview message
429 - add separate messageview to msgview_list in order to update
430 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
431 * src/summaryview.[ch]
432 summary_get_selection returns a list of selected msgs
435 toolbar reply refactoring
437 2003-03-03 [paul] 0.8.10claws72
439 * sync with 0.8.10cvs21
440 see ChangeLog 2003-03-03
442 2003-03-02 [christoph] 0.8.10claws71
444 * src/common/passcrypt.c
447 2003-03-02 [christoph] 0.8.10claws70
450 * src/prefs_account.c
452 * src/common/.cvsignore
453 * src/common/Makefile.am
454 * src/common/passcrypt.c ** NEW **
455 * src/common/passcrypt.h.in ** NEW **
456 Implement password encryption in config files
457 using unix encrypt and setkey functions. The crypt
458 key can be set as a configure parameter. Old
459 passwords will be converted if they do not begin
462 2003-03-02 [paul] 0.8.10claws69
464 * src/prefs_account.c
467 2003-03-01 [thorsten] 0.8.10claws68
475 corrected format strings
478 (fix compile errors with GNU gettext-0.11.5)
480 2003-03-01 [oliver] 0.8.10claws67
483 menu callbacks call toolbar_menu_reply
485 2003-03-01 [oliver] 0.8.10claws66
489 menu callbacks call toolbar_menu_reply
491 callbacks from menu handled by toolbar_menu_reply
493 2003-03-01 [paul] 0.8.10claws65
496 revert commit 0.8.10claws54 - breaks editing of
500 update Bulgarian translation, submitted by
503 2003-02-28 [christoph] 0.8.10claws64
509 * src/gtkxtext.h ** REMOVE **
516 * src/prefs_matcher.c
517 * src/procheader.[ch]
520 * src/common/ssl_certificate.c
521 * src/gtk/colorlabel.c
524 o remove code obsoleted by new cache and folder system rework
526 2003-02-28 [oliver] 0.8.10claws63
529 * fix bug where reply in Messageview replied to
530 Message displayed in summaryview
531 (reportedd via ML by chinatinte at gmx dot ch)
532 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
533 didn't work in separate MessageView Toolbar
534 (wondering if anybody uses this at all ?)
535 * src/summaryview.[ch]
536 use toolbar.c's toolbar_reply instead of summary_reply (removed)
537 (generalize reply and forward code);
539 remove focus_in event which updated summaryview to messageview
541 2003-02-28 [paul] 0.8.10claws62
544 add the --check option
545 Patch submitted by Ricardo Mones Lastra
547 2003-02-28 [paul] 0.8.10claws61
549 * src/prefs_account.c
550 re-order 'Signature' items
552 2003-02-28 [paul] 0.8.10claws60
554 * sync with 0.8.10cvs20
555 see ChangeLog 2003-02-28
557 2003-02-28 [paul] 0.8.10claws59
560 update to reflect recent movement of files
562 2003-02-28 [paul] 0.8.10claws58
564 * sync with 0.8.10cvs19
565 see ChangeLog 2003-02-28
567 2003-02-27 [martin] 0.8.10claws57
569 * src/prefs_matcher.c
570 fix segfault in prefs_matcher_ok() when the
571 last entry is deleted and prevents that the
572 message "entry not saved" comes up after deleting
575 2003-02-27 [martin] 0.8.10claws56
577 * src/prefs_filtering.c
578 fix segfault in prefs_filtering_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 [paul] 0.8.10claws55
585 * sync with 0.8.10cvs18
586 see ChangeLog 2003-02-27
588 2003-02-27 [paul] 0.8.10claws54
591 fix bug where the address book crashes with
593 Patch [687729] submitted by David Frager
594 <dbfrager@users.sourceforge.net>
596 2003-02-25 [christoph] 0.8.10claws53
599 * src/colorlabel.[ch] ** REMOVE **
600 * src/gtk/Makefile.am
601 * src/gtk/colorlabel.[ch] ** NEW **
602 move colorlabel files to gtk directory
604 * src/esmtp.[ch] ** REMOVE **
605 has been merged into smtp.[ch] in 0.7.5
607 2003-02-25 [christoph] 0.8.10claws52
610 * src/about.[ch] ** REMOVE **
611 * src/gtk/Makefile.am
612 * src/gtk/about.[ch] ** NEW **
613 move about files to gtk directory
615 2003-02-25 [christoph] 0.8.10claws51
618 some code optimization of folder scanning code
620 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
622 2003-02-25 [christoph] 0.8.10claws50
625 * src/common/sylpheed.c
626 add command line parameter parsing to common code
628 2003-02-24 [christoph]
632 fix gnome prefix problems, the configure script now removed
633 `gnome-config --prefix` from `gnome-config --datadir`
634 and adds $(prefix} instead
636 (closes Bug 24 Makefile does not respect prefix when installing
639 2003-02-24 [christoph] 0.8.10claws49
642 check for valid session before trying to authenticate
644 (closes Bug 60 crash if "authenticate on logon" is activated
645 and newsserver-hostname is not valid)
647 2003-02-24 [melvin] 0.8.10claws48
649 * src/prefs_actions.c
650 Make sure all user's input is sent to the action and then
653 2003-02-23 [alfons] 0.8.10claws46
656 also wait cursor when deleting files
660 * tools/freshmeat_search.pl
661 tools/google_search.pl
662 scripts should now work for any browser/browser command line
664 2003-02-22 [christoph] 0.8.10claws45
667 fix IMAP flag setting, IMAP flag is not handled correctly
668 anymore by the folder system and information about the
669 folder should not be saved in the MsgInfo (in my opinion)
671 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
673 2003-02-22 [christoph] 0.8.10claws44
676 fix spelling of "label" ;-)
678 2003-02-22 [thorsten] 0.8.10claws43
681 src/prefs_common.[ch]
683 do not use description as attachment name
685 2003-02-22 [alfons] 0.8.10claws42
688 freeze/thaw folder item updates when changing color labels,
689 and put a wait cursors on
691 2003-02-22 [thorsten] 0.8.10claws41
694 save-all fixes: crash if invoked on multipart container,
695 mimeinfo access, pathseparators, error dialog
697 2003-02-21 [alfons] 0.8.10claws40
702 2003-02-21 [colin] 0.8.10claws39
707 2003-02-21 [colin] 0.8.10claws38
710 Freeze/thaw folderItem updates when filtering messages
711 via Tools/Filter messages
713 2003-02-21 [paul] 0.8.10claws37
716 revert commit 0.8.10claws26, there are ulterior motives
717 for users to set a Reply-To header when posting to
720 2003-02-21 [paul] 0.8.10claws36
722 * sync with 0.8.10cvs17
723 see ChangeLog 2003-02-21
725 2003-02-20 [christoph] 0.8.10claws35
728 IMAP UID fetch speedup using SEARCH
730 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
733 fix problem with UIDs in IMAP UID cache that no longer existed
735 2003-02-20 [christoph] 0.8.10claws34
740 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
742 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
745 Rewrite imap_cmd_gen_recv use sock_getline instead
746 of sock_gets to avoid problems with too long reply
749 2003-02-20 [colin] 0.8.10claws33
751 * src/prefs_account.c
754 2003-02-20 [colin] 0.8.10claws32
757 Remove useless '&& !to_sender'
762 change my e-mail address
764 2003-02-19 [colin] 0.8.10claws31
767 X11 style colors for every configurable color
769 2003-02-19 [alfons] 0.8.10claws30
773 for color_new accept both plain integers and X11 style color
774 names (as found in /usr/lib/X11/rgb.txt)
776 2003-02-19 [paul] 0.8.10claws29
779 add tooltips to online/offline button and account selector
782 2003-02-19 [paul] 0.8.10claws28
786 src/prefs_account.[ch]
787 src/prefs_common.[ch]
788 move 'Maximum number of articles to download' to
790 clean up account prefs gui a little by hiding entries
791 rather then greying out entries
793 2003-02-19 [hiro] 0.8.10claws27
796 fix bug #54 'yesterdays date is displayed in the message
799 2003-02-19 [paul] 0.8.10claws26
802 fix bug reported in Feature Request [688596]
803 'Reply-to header in news'
805 2003-02-18 [paul] 0.8.10claws25
808 add a 'List all keys' button to key selection dialog
810 2003-02-18 [colin] 0.8.10claws24
815 2003-02-18 [colin] 0.8.10claws23
817 * src/common/smtp.[ch]
819 Try to starttls if it seems to be the only
820 way to authenticate a user
822 2003-02-18 [paul] 0.8.10claws22
826 src/stock_pixmap.[ch]
827 src/pixmaps/drafts_close.xpm ** NEW FILE **
828 src/pixmaps/drafts_open.xpm ** NEW FILE **
829 as a Drafts folder is a special folder allow it to have
832 2003-02-18 [colin] 0.8.10claws21
835 Fix port selection when using starttls
837 2003-02-18 [paul] 0.8.10claws20
840 src/prefs_common.[ch]
841 make blue the default new mail colour
843 2003-02-18 [paul] 0.8.10claws19
845 * sync with 0.8.10cvs14
846 see ChangeLog 2003-02-18
848 2003-02-17 [jens] 0.8.10claws18
851 fixed a compile problem with gcc 3.3
852 works on 2.95.3 too (testet on PPC as it is big endian)
854 2003-02-17 [paul] 0.8.10claws17
856 * sync with 0.8.10cvs13
857 see ChangeLog 2003-02-17
859 2003-02-17 [paul] 0.8.10claws16
861 * sync with 0.8.10cvs12
862 see ChangeLog 2003-02-17
864 2003-02-16 [match] 0.8.10claws15
867 Eliminates reloading of address data when items
868 deleted or added. Applied submitted by
869 Luke Plant <lukeplant@softhome.net>
871 2003-02-16 [paul] 0.8.10claws14
874 when a 'protocol error' is encountered disconnect from
875 the server. This means that the user can carry on viewing
876 other articles and doesn't have to either wait until the
877 server timesout or quit sylpheed.
878 Fixes bug #53 'Unable to read messages in newsgroups,
879 displayed message doesn't change'
881 2003-02-15 [christoph] 0.8.10claws13
884 fix bug that stopped scanning of folders when an
885 IMAP folder was empty
887 (closes bug 46 stop scan messages in folders after empty folder)
893 tools/freshmeat_search.pl ** NEW FILE **
894 tools/google_search.pl ** NEW FILE **
895 Add 2 Actions scripts which search freshmeat/google
896 for the selected text using the browser configured
899 Note: These scripts are very dependent on the format of the
900 browser command and may not work on every occasion. Testing
903 2003-02-14 [alfons] 0.8.10claws12
906 fix breakage because of uninitialized account pointer.
909 2003-02-14 [paul] 0.8.10claws11
912 src/prefs_account.[ch]
913 src/prefs_common.[ch]
914 move signature settings to Account Prefs
916 2003-02-14 [paul] 0.8.10claws10
918 * sync with 0.8.10cvs11
919 see ChangeLog 2003-02-14
921 2003-02-13 [thorsten] 0.8.10claws9
924 revert news progressbar (GUI separation)
926 2003-02-13 [paul] 0.8.10claws8
929 make replies behave correctly, re: RFC 1036, Section 2.2.3,
932 2003-02-13 [paul] 0.8.10claws7
936 fix 'Follow-up and Reply-to' so that it creates a reply to
937 the newsgroup and the sender. If the message has the keyword
938 'poster' in the Followup-To header, all replies go to the
939 sender, re: RFC 1036, Section 2.2.3
940 rename all instances of 'ignore_replyto' to 'to_sender', both
941 were previously used, now we use just one.
943 2003-02-13 [paul] 0.8.10claws6
945 * sync with 0.8.10cvs9
946 see ChangeLog 2003-02-13
948 2003-02-13 [paul] 0.8.10claws5
951 show which plugins are configured in the configure
954 2003-02-12 [thorsten] 0.8.10claws4
957 show progress while fetching news headers
959 2003-02-12 [christoph] 0.8.10claws3
962 * src/plugins/Makefile.am
963 use AM_CONDITIONAL to enable plugins, automake correctly
964 manages this when creating distdir
966 2003-02-12 [christoph] 0.8.10claws2
969 * src/plugins/spamassassin/Makefile.am
970 fix building SpamAssassin plugin without OpenSSL
972 2003-02-12 [paul] 0.8.10claws1
976 src/plugins/Makefile.am
977 fix failure of 'make release'
979 2003-02-12 [paul] 0.8.10claws
981 * 0.8.10claws released
983 2003-02-12 [paul] 0.8.9claws56
990 updated translations by George Danchev, Ricardo Mones Lastra,
991 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
994 Allow the building of RPMs by a regular user. Submitted
997 2003-02-11 [alfons] 0.8.9claws55
1000 don't use pixmaps for label color rect but draw rectangles
1001 so we can respect the color map of palette based visuals
1002 (fixes the long time crashes on Suns - thanks to Andreas
1003 Engel and Steve O'Hara-Smith for testing)
1005 2003-02-11 [christoph] 0.8.9claws54
1007 * src/matcher_parser_parse.y
1008 correct bug where filering rules of not existing folders in
1009 matcherrc were added to global filtering
1011 (closes Debian Bug #180253 - Directory's filter-rules are merged with
1012 main filter-rules after removing directory, http://bugs.debian.org/180253)
1014 2003-02-11 [paul] 0.8.9claws53
1016 * sync with 0.8.10cvs7
1017 see ChangeLog 2003-02-09
1019 2003-02-11 [melvin] 0.8.9claws52
1022 Updated French tranlsations
1024 2003-02-10 [paul] 0.8.9claws51
1027 correct --enable-openssl
1028 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1030 2003-02-09 [martin] 0.8.9claws50
1032 * src/prefs_matcher.c
1033 fix segfault in prefs_matcher_substitute_cb() when
1036 2003-02-09 [paul] 0.8.9claws49
1039 fix bug where a newsgroup folder's processing rules were
1040 merged with the global filtering rules when the newsgroup
1041 folder was deleted, causing some seriously bad results,
1042 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1044 2003-02-08 [melvin] 0.8.9claws48
1047 Corrected and modified an alert message.
1049 2003-02-07 [paul] 0.8.9claws47
1052 fix bug where both an 'Account properties' window and a
1053 'Folder properties' window were opened when clicking on
1054 'Properties' in an NNTP or IMAP folder's popup menu.
1056 2003-02-07 [paul] 0.8.9claws46
1058 * sync with 0.8.10cvs6
1059 see ChangeLog 2003-02-06
1061 2003-02-06 [christoph] 0.8.9claws45
1064 freeze folder updates while importing mbox files
1065 (closes bug 43 importing mbox took hours)
1067 Patch submitted by Jens Rantil <jens.rantil@telia.com>
1069 2003-02-06 [thorsten] 0.8.9claws44
1072 Updated german translations
1074 2003-02-06 [thorsten] 0.8.9claws43
1077 use guint for message numbers (fix count in grouplist dialog)
1079 2003-02-05 [paul] 0.8.9claws42
1081 * sync with 0.8.10cvs2
1082 see ChangeLog 2003-02-05
1084 2003-02-04 [colin] 0.8.9claws41
1086 * src/prefs_common.[ch]
1089 Add an option to disable threading by subject
1091 2003-02-04 [christoph] 0.8.9claws40
1094 only abort fetching mails from multiple accounts when the
1095 error is fatal and does not allow to check any more accounts
1096 (currently only disk full error)
1098 (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1099 receive mails for other accouts)
1101 2003-02-04 [christoph] 0.8.9claws39
1104 first add the new message to the cache, then
1105 send the update notification
1107 (closes bug 39 after sending message folderview doesnt get updated)
1109 2003-02-04 [colin] 0.8.9claws38
1112 _really_ fix this Connecting... status
1114 2003-02-04 [paul] 0.8.9claws37
1117 see ChangeLog 2003-02-04
1119 2003-02-04 [paul] 0.8.9claws36
1121 * sync with 0.8.9cvs6
1122 see ChangeLog 2003-02-03
1124 2003-02-04 [paul] 0.8.9claws35
1127 updated by André Filipe de Assunção e Brito
1128 <bedecko@netsite.com.br>
1130 2003-02-03 [thorsten] 0.8.9claws34
1133 Updated german translations
1135 2003-02-02 [paul] 0.8.9claws33
1138 updated by Ricardo Mones Lastra
1140 2003-02-02 [thorsten] 0.8.9claws32
1143 Fix mh_get_msginfo() segfault if file is inaccessible
1145 2003-01-31 [colin] 0.8.9claws31
1148 Fix last commit's bug
1150 2003-01-31 [colin] 0.8.9claws30
1153 Missing a change for gpg-signed messages
1155 2003-01-31 [paul] 0.8.9claws29
1157 * src/pixmaps/gpg_signed.xpm ** NEW FILE **
1159 src/stock_pixmap.[ch]
1161 indicate GnuPG signed messages by displaying an icon
1162 in the Attachment column.
1164 2003-01-31 [paul] 0.8.9claws28
1166 * sync with 0.8.9cvs4
1167 see ChangeLog 2003-01-31
1169 2003-01-31 [alfons] 0.8.9claws27
1172 tune URI parser to accept mailto URLs with a '?'
1173 (patch from Ruslan Balkin)
1175 2003-01-31 [colin] 0.8.9claws26
1178 Fix a leak introduced in claws24
1180 2003-01-31 [colin] 0.8.9claws25
1183 Freeze/Thaw folder updates when deleting dups
1185 2003-01-31 [colin] 0.8.9claws24
1190 little speed improvements
1192 2003-01-31 [colin] 0.8.9claws23
1195 Fix segfault when forwarding nothing
1196 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1198 2003-01-30 [paul] 0.8.9claws22
1200 * sync with 0.8.9cvs3
1201 see ChangeLog 2003-01-30
1203 2003-01-30 [paul] 0.8.9claws21
1205 * sync with 0.8.9cvs2
1206 see ChangeLog 2003-01-30
1208 2003-01-29 [paul] 0.8.9claws20
1210 * sync with 0.8.9cvs1
1211 see ChangeLog 2003-01-29
1213 2003-01-28 [paul] 0.8.9claws19
1216 update to reflect changes.
1217 thanks to Ricardo Mones Lastra
1219 2003-01-27 [christoph] 0.8.9claws18
1222 * ac/spamassassin.m4
1223 * src/plugins/spamassassin/README
1224 * src/plugins/spamassassin/libspamc.[ch]
1225 * src/plugins/spamassassin/utils.[ch]
1226 updated to latest libspamc
1228 2003-01-27 [christoph] 0.8.9claws17
1231 fix wrong use of procheader_get_header_fields
1233 2003-01-27 [christoph] 0.8.9claws16
1236 * src/prefs_account.[ch]
1237 * src/common/nntp.[ch]
1238 allow to force authentication for NNTP servers
1240 Patch submitted by Florian Mickler <dmk@d-labs.de>
1242 2003-01-26 [paul] 0.8.9claws15
1245 speed up of marking messages as read
1246 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1248 2003-01-26 [christoph] 0.8.9claws14
1251 * src/mgutils.[ch] ** REMOVE **
1252 * src/xml.[ch] ** REMOVE **
1253 * src/xmlprops.[ch] ** REMOVE **
1254 * src/common/Makefile.am
1255 * src/common/mgutils.[ch] ** NEW **
1256 * src/common/xml.[ch] ** NEW **
1257 * src/common/xmlprops.[ch] ** NEW **
1258 move xml files to common directory
1260 2003-01-26 [christoph] 0.8.9claws13
1262 * src/plugins/spamassassin/spamassassin_gtk.c
1263 only set gtk entry text if string is available
1265 2003-01-26 [melvin] 0.8.9claws12
1267 * src/description_window.c
1268 Allow resizing of the window
1269 Allow automatic horizontal scroll bar
1270 Do not vertically expand and fill
1272 2003-01-26 [christoph] 0.8.9claws11
1275 * src/gtkutils.[ch] ** REMOVE **
1276 * src/common/sylpheed.c
1277 * src/gtk/Makefile.am
1278 * src/gtk/description_window.c
1279 * src/gtk/gtkutils.[ch] ** NEW **
1280 * src/gtk/prefswindow.c
1281 move gtkutils to gtk directory
1283 2003-01-26 [paul] 0.8.9claws10
1286 rename summary_unread_clicked() to summary_status_clicked()
1288 2003-01-26 [melvin] 0.8.9claws9
1290 * src/prefs_actions.c
1291 Cosmetical changes to the help text
1293 2003-01-26 [paul] 0.8.9claws8
1298 src/prefs_sumamry_column.c
1300 rename the 'Unread' column to 'Status'
1302 2003-01-25 [match] 0.8.9claws7
1305 removed reference to LDAP constants. removed error2string.
1306 included functions to support LDAP dynamic queries.
1308 moved LDAP constants here.
1312 removed references to LDAP constants and references to
1315 2003-01-25 [paul] 0.8.9claws6
1318 summary_thread_build(), summary_thread_init(): remove
1319 unneeded reference to summaryview->folder_item
1321 2003-01-25 [christoph] 0.8.9claws5
1323 * src/gtk/description_window.c
1324 o allow description texts to expand over multiple columns
1325 o translate all columns
1326 * src/prefs_actions.c
1327 change syntax description to use new multi column feature
1329 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1331 2003-01-25 [match] 0.8.9claws4
1334 fixed bug with Quoted-Printable
1336 2003-01-25 [paul] 0.8.9claws3
1339 src/summaryview.[ch]
1340 implement per-folder collapsed/expanded threads setting
1342 * src/prefs_common.c
1343 remove global collapsed/expanded threads option
1345 2003-01-25 [christoph] 0.8.9claws2
1348 add pluginwindow and prefswindow
1350 make send respond correctly to messages that could be added
1351 to the queue folder, but the UID of the message is unknown
1354 don't return guessed UIDs in imap_add_msg anymore. We return
1355 0 to tell the folder system it was appened but the UID is
1356 unknown. Folder system now get's the UID by scaning the folder
1357 and searching the cache for the Message-ID
1358 (closes bug #29 Messages queued, but not sent)
1360 2003-01-25 [paul] 0.8.9claws1
1363 conv_encode_header(): fix bug when long headers with 8-bit
1364 characters are used, so that the encoded words are wrapped.
1365 If the space in the original text falls on the wrap boundary,
1367 Patch by Sergey Vlasov.
1370 fix bug where a change to the sorting method or thread view
1371 of a folder's messages is lost if simpify-subject is set and
1373 Patch by Luke Plant.
1375 2003-01-24 [paul] 0.8.9claws
1377 * sylpheed-0.8.9claws released
1381 remove reference to 'INSTALL.jp'
1383 2003-01-23 [paul] 0.8.8claws128
1389 updated translations. submitted by Ricardo Mones Lastra,
1390 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1392 2003-01-23 [colin] 0.8.8claws127
1395 Fix drafted and queued news articles re-edition
1397 2003-01-23 [melvin] 0.8.8claws126
1400 Updated French translations
1402 2003-01-23 [colin] 0.8.8claws125
1405 Fix "Connecting to..." status message
1407 2003-01-22 [paul] 0.8.8claws124
1410 updated by George Danchev
1413 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1416 2003-01-21 [paul] 0.8.8claws123
1419 updated by George Danchev
1425 don't translate 'Separator'
1427 * src/plugins/spamassassin/Makefile.am
1428 add aspell to CPPFLAGS
1430 * src/plugins/spamassassin/spamassassin.c
1431 src/plugins/spamassassin/spamassassin_gtk.c
1432 set correct default for spamassassin_receive_spam
1433 slightly re-word descriptions and some
1436 2003-01-19 [alfons] 0.8.8claws122
1439 mimeview_save_as(): we might as well show the file name for
1440 the single case "Save As" too
1442 2003-01-19 [alfons] 0.8.8claws121
1445 change bug tracker URL to bugzilla URL
1447 2003-01-19 [alfons] 0.8.8claws120
1450 mimeview_save_all(): display name of file before overwriting;
1451 continue saving all, even when one overwrite was cancelled
1453 2003-01-19 [christoph] 0.8.8claws119
1457 fix wrong usage of procmsg_find_children in summaryview
1458 by using procmsg_update_unread_children instead of
1459 summaryview_update_unread_children
1461 2003-01-19 [christoph] 0.8.8claws118
1464 fix infinite loop in procmsg_find_children
1465 (closes bug #25 sylpheed crashes on delete.)
1467 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1469 2003-01-19 [paul] 0.8.8claws117
1472 updated by Ivan Francolin Martinez
1474 2003-01-18 [melvin] 0.8.8claws116
1476 * src/prefs_actions.c
1477 Removed syntax limitation of only one '&' at the end of command.
1478 Now actions that contain '>/dev/null 2>&1' are possible.
1480 2003-01-18 [melvin] 0.8.8claws115
1482 * src/prefs_actions.c
1483 Actions IO dialog: when the action ends
1484 the "Close" button now has focus and [Escape] closes the
1487 2003-01-18 [christoph] 0.8.8claws114
1490 o add debug output when MsgInfos are really freed
1491 o free GSLists in procmsg_find_children and
1492 procmsg_update_unread_children
1494 2003-01-18 [christoph] 0.8.8claws113
1497 reorder Configuration menu
1499 2003-01-18 [christoph] 0.8.8claws112
1502 fix applying templates to forwarded messages
1504 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1506 2003-01-17 [christoph] 0.8.8claws111
1509 destroy folder items, when a folder item is removed
1511 2003-01-17 [christoph] 0.8.8claws110
1514 fix wrong folder stats update when ignored message is
1517 2003-01-17 [colin] 0.8.8claws109
1521 Quicksearch bugfixes:
1522 - hide help button at startup if not extended
1523 - switch to extended when looking for replies
1527 * sync with 0.8.9 release
1529 2003-01-17 [paul] 0.8.8claws108
1531 * sync with 0.8.8cvs11
1532 see ChangeLog 2003-01-17
1534 2003-01-16 [colin] 0.8.8claws107
1537 Changed encryption test to re-ask passphrase
1538 if an encrypted message hasn't been decrypted
1541 2003-01-16 [christoph] 0.8.8claws106
1544 * src/prefs_toolbar.c
1545 * src/gtk/prefswindow.h
1546 * src/plugins/spamassassin/spamassassin_gtk.c
1547 remove page destroy function that is not used anymore
1549 2003-01-16 [paul] 0.8.8claws105
1551 * sync with 0.8.8cvs9
1552 see ChangeLog 2002-01-16
1554 2003-01-16 [colin] 0.8.8claws104
1557 Fix bug with autosaved drafts for IMAP, when draft
1558 folder is specified - fixes bugzilla bug #20
1560 2003-01-15 [paul] 0.8.8claws103
1564 store folder and message-id of message forwarding
1565 in queue header and set forward flag after sending
1567 2003-01-15 [paul] 0.8.8claws102
1569 * sync with 0.8.8cvs8
1570 see ChangeLog 2002-01-15
1572 2003-01-15 [colin] 0.8.8claws101
1575 Fix linking with GNU libiconv
1577 2003-01-15 [darko] 0.8.8claws100
1580 fix crash when importing pine address book
1581 entry with an empty name (reported by DY
1582 <dybulk at tri8.net>)
1584 2003-01-14 [paul] 0.8.8claws99
1586 * configure.in ** REMOVED **
1587 configure.ac ** NEW FILE **
1588 rename configure.in to configure.ac, as it is now
1591 2003-01-14 [melvin] 0.8.8claws98
1594 folderview_check_new(): More precise function description
1596 2003-01-14 [melvin] 0.8.8claws97
1599 folderview_check_new(): return the number of new messages
1602 inc_account_mail(): Disable counting of new messages for IMAP
1603 and NNTP until bug [19] and [14] are fixed.
1605 2003-01-14 [paul] 0.8.8claws96
1607 * sync with 0.8.8cvs6
1608 see ChangeLog 2003-01-14
1610 2003-01-13 [alfons] 0.8.8claws95
1613 tune email address validation (c. 0.8.8claws89): if . is
1614 just one char away from @, the address is invalid too
1615 (correctly rejects addresses like foo@.com)
1617 2003-01-13 [paul] 0.8.8claws94
1621 fixes to the Message View toolbar and menu:
1622 fix non-functioning Forward button
1623 make Reply button consider default_reply_list
1624 remove 'Follow-up...' menu entry
1625 add 'Forward' and 'Redirect' menu entries
1627 2003-01-13 [melvin] 0.8.8claws93
1630 Fixed typo that could make new messages count incorrect.
1632 2003-01-13 [melvin] 0.8.8claws92
1634 * src/folderview.[ch]
1635 folderview_check_new(): return the number of new messages.
1637 Should fix bug [14] where new mail notification worked
1638 incorrectly with IMAP accounts.
1639 inc_spool_account(): return number of new msgs, or -1 on error
1640 inc_all_spool(): return number of new msgs
1642 2003-01-13 [melvin] 0.8.8claws91
1644 * src/prefs_actions.c
1647 2003-01-12 [thorsten] 0.8.8claws90
1649 * src/common/prefs.c
1650 close file before rename
1652 2003-01-12 [alfons] 0.8.8claws89
1655 add Christian Mertes
1656 * src/common/utils.[ch]
1657 g_stricase_hash(), g_stricase_equal(): functions for
1658 case insensitive hash tables
1660 use top level domain names to validate email address, based
1661 on a patch by Christian Mertes (thanks!), but changed
1662 implementation to use a hash table
1664 2003-01-12 [paul] 0.8.8claws88
1667 updated by George Danchev
1669 2003-01-12 [alfons] 0.8.8claws87
1672 delete / execute performance: use new style folder update
1674 2003-01-12 [paul] 0.8.8claws86
1676 * sync with 0.8.8cvs5
1677 see ChangeLog 2003-01-13 (!)
1679 2003-01-12 [alfons] 0.8.8claws85
1682 * src/matcher_parser_parse.y
1683 prepare change_score filtering action
1685 give up const-correctness on functions that call non-const-correct functions;
1686 several casts to gpointer in g_free();
1689 2003-01-12 [christoph] 0.8.8claws84
1694 * src/gtk/prefswindow.[ch]
1695 * src/plugins/spamassassin/spamassassin_gtk.c
1696 changed the call of the widget create function
1697 for PrefsPages, because sometimes the widget
1698 create function needs a widget that already has
1699 been attached to a window (to create GDK pixmaps
1700 for exmaple). So we simply pass the GtkWindow as
1701 the second parameter now.
1705 * src/prefs_toolbar.[ch]
1706 rewrite Toolbar Preferences using the new
1709 2003-01-11 [alfons] 0.8.8claws83
1712 fix crash when adding sender to addressbook because status bar
1713 isn't there (the status bar doesn't seem to be used though,
1714 but I'll let Match decide what to do with it)
1716 2003-01-11 [colin] 0.8.8claws82
1720 Two useless changes reversed
1722 2003-01-11 [colin] 0.8.8claws81
1726 Add mainwindow_get_mainwindow()
1729 Add alertpanel_error_log()
1736 Network errors get a View Log button
1738 2003-01-10 [alfons] 0.8.8claws80
1740 * src/prefs_toolbar.c
1742 use the translatable string for "Separator" as file name for
1743 separator toolbar items (probably make this uppercase?)
1745 2003-01-10 [alfons] 0.8.8claws79
1747 * src/prefs_toolbar.c
1748 put right A_SEPARATOR description string in "displayed
1749 toolbar items list" so manually added separators are
1750 saved correctly (bug #10, "Adding a separator to the main
1751 toolbar fails, entry in xml file is wrong")
1753 2003-01-10 [christoph] 0.8.8claws78
1757 o use CAPABILITY to check if NAMESPACE is available
1759 2003-01-10 [christoph] 0.8.8claws77
1762 apply UIDPLUS IMAP extension support patch
1764 Patch submitted by Simon 'corecode' Schubert
1766 2003-01-10 [paul] 0.8.8claws76
1769 a sync from main which fixes the news account folders'
1772 2003-01-10 [christoph] 0.8.8claws75
1775 don't accept 0 as a valid uid returned by copy and move
1776 functions. 0 means the message was copied or moved but the
1777 new uid could not be fetched. It is not an error condition
1778 for the copy or move operation.
1780 2003-01-10 [paul] 0.8.8claws74
1782 * src/prefs_filtering.c
1783 change English used in Alert when entry is not
1786 * sync with 0.8.8cvs4
1787 see ChangeLog 2003-01-10
1789 2003-01-10 [darko] 0.8.8claws73
1792 fix crash when importing address book entry
1793 without a valid address
1795 2003-01-09 [alfons] 0.8.8claws72
1798 filtering performance: use new style folder update
1800 2003-01-09 [christoph] 0.8.8claws71
1804 fix wrong selecting of mime encoding type, when
1805 opening property dialog of attachments in the
1806 compose window. 7bit was always selected and that
1807 destoryed files with 8bit data.
1808 (closes bug #9 Sylpheed-claws destroys attachments when
1809 changing MIME-types)
1811 2003-01-09 [paul] 0.8.8claws70
1813 * sync with 0.8.8cvs3
1814 see ChangeLog 2003-01-09
1816 2003-01-08 [alfons] 0.8.8claws69
1819 apply patch by Kim Schulz to fix build breakage
1820 because of missing variable
1822 2003-01-08 [paul] 0.8.8claws68
1824 * sync with 0.8.8cvs2
1825 see ChangeLog 2002-01-08
1827 2003-01-08 [paul] 0.8.8claws67
1830 updated by Alessandro Maestri
1833 when using 'Add sender to addressbook' allow
1834 name to be edited and remarks to be entered
1835 Patch submitted by Luke Plant
1837 2003-01-08 [darko] 0.8.8claws66
1839 * README.claws, src/summaryview.c
1840 fix description for marked messages
1845 tools/launch_phoenix ** NEW FILE **
1846 add script that enables using Phoenix as the default
1848 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
1850 * tools/OOo2sylpheed.pl
1851 remove full path to sylpheed executable, just 'sylpheed'
1855 add launch_phoenix informtion and re-arrange and compress
1858 2003-01-07 [christoph] 0.8.8claws65
1861 fix update for source folder when moving messages
1864 use function to set to_folder for message infos and
1865 automatically update the op_count for old and new
1868 2003-01-07 [melvin] 0.8.8claws64
1870 * src/prefs_actions.c
1871 Fixed bug where an '%p' Action on a displayed image crashed
1873 Code clean up (get rid of duplicated code and removed unnecessary
1876 2003-01-07 [christoph] 0.8.8claws63
1886 * src/prefs_folder_item.c
1890 o remove all folder update triggering from the UI code. The folder
1891 system should know much better when a folder needs an update.
1892 o to prevent multiple updates in a row the folder updates can be
1893 frozen for some time.
1895 Note: - Please verify that no updates are missing
1896 - Check where freeze/thaws should be added
1898 2003-01-07 [christoph] 0.8.8claws62
1900 * src/prefs_actions.c
1901 don't translate empty strings
1903 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1905 2003-01-06 [christoph] 0.8.8claws61
1907 * src/prefs_actions.c
1908 mark strings for gettext
1909 * src/prefs_matcher.c
1910 use new description window for Execute action and
1911 match condition in Filtering
1913 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1915 2003-01-06 [alfons] 0.8.8claws60
1917 keep myself inspired to re-organize matcher part 8;
1918 yes, more to come (I need to move out the descriptive
1919 text for actions to matcher.c, or at least make it not
1920 depend on the wicked ordering)
1922 * src/prefs_matcher.c
1923 add documentation so others may comprehend the
1924 UI part of the conditions
1926 2003-01-06 [christoph] 0.8.8claws59
1928 * src/prefs_actions.c
1929 use new description window for syntax help
1930 * src/gtk/description_window.c
1931 fix display of descriptions with column count != 2
1933 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1935 2003-01-06 [christoph] 0.8.8claws58
1938 * src/summaryview.[ch]
1939 * src/gtk/Makefile.am
1940 * src/gtk/description_window.[ch] ** NEW **
1941 use a generic window to display syntax descriptions
1942 currently used in quote_fmt and summaryview (new description
1943 for extended quick search)
1945 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1947 2003-01-06 [paul] 0.8.8claws57
1949 * sync with 0.8.8cvs1
1950 see ChangeLog 2003-01-06
1952 2003-01-06 [christoph] 0.8.8claws56
1955 * src/prefs_gtk.[ch]
1956 * src/gtk/prefswindow.[ch]
1957 * src/plugins/spamassassin/spamassassin_gtk.c
1958 o remove page management from prefswindow, pages
1959 will be an argument to prefswindow_open
1960 o prefswindow_open gets a datapointer that is
1961 passed to the widget_create function to allow
1962 creation of prefswindow for specific items
1964 2003-01-06 [colin] 0.8.8claws55
1967 We don't want regexp in the reply-finder,
1968 because MIDs can contain !,$,. and so on
1970 2003-01-06 [jens] 0.8.8claws54
1973 fixed a wrong free in jpilot_read_db_files
1975 2003-01-06 [alfons] 0.8.8claws53
1977 re-organize matcher part 8; more to come
1980 matcherprop_to_string(): put g_free()s before the
1981 switch-case break to fix memleaks
1983 2003-01-06 [colin] 0.8.8claws52
1986 cleanup & reply-finder now displays the first
1989 2003-01-05 [alfons] 0.8.8claws51
1991 re-organize matcher part 7; more to come
1994 fixes for constant correctness;
1997 2003-01-05 [alfons] 0.8.8claws50
1999 re-organize matcher part 6; more to come
2002 fixes for constant correctness;
2005 fix for constant correctness
2007 2003-01-05 [colin] 0.8.8claws49
2010 Add account_get_reply_account function
2012 Use account_get_reply_account function
2014 Basic reply-finder - click on the replied
2015 icon gets you to the outbox using quick-search
2017 2003-01-05 [paul] 0.8.8claws48
2019 * src/prefs_common.c
2020 small change to English
2022 * src/prefs_filtering.c
2023 prefs_filtering_action_select(): improve logic and uniformity
2026 2003-01-05 [alfons] 0.8.8claws47
2028 fine tune solution to focus problems (bug #7)
2031 mainwindow_focus_in_event(): remove grab event check
2033 summary_button_pressed(): move selection on right-click
2034 too. we can't possibly move the selection back after
2035 canceling a dialog, because gtk's incomplete focus
2036 management. whether this is a good solution, only time
2039 2003-01-05 [christoph] 0.8.8claws46
2042 fix crash when no imap connection could be established
2044 2003-01-05 [paul] 0.8.8claws45
2049 fix bug 605957 'shortcuts in popup-menu'
2050 make user-defined shortcuts work
2051 show shortcuts that are already defined
2053 Patch submitted by Luke Plant
2055 2003-01-05 [alfons] 0.8.8claws44
2058 focus_in_event handler should not select summary view row
2059 when another window (menu, dialog) grabbed for events
2060 (bug #7, "[0.8.8claws42] Message summary focus")
2062 2003-01-04 [christoph] 0.8.8claws43
2065 update save folder after adding the sent message
2066 (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2068 2003-01-02 [christoph] 0.8.8claws42
2070 * src/common/plugin.c
2071 fix unloading of all plugins and unload
2072 plugins in reverse order
2074 * src/gtk/pluginwindow.c
2075 implement function of load and unload button
2077 * src/gtk/prefswindow.c
2078 * src/gtk/prefswindow.h
2079 rename register function and add new unregister
2082 * src/plugins/spamassassin/spamassassin_gtk.c
2083 unregister prefs page and update for changes in
2084 src/gtk/prefswindow.c
2086 2003-01-02 [paul] 0.8.8claws41
2089 updated by Ricardo Mones Lastra
2094 fixes and improvements by Urke MMI
2096 2003-01-02 [thorsten] 0.8.8claws40
2099 fixed wrong return value
2101 2003-01-02 [thorsten] 0.8.8claws39
2104 fixed printing wrong variable
2106 2003-01-02 [thorsten] 0.8.8claws38
2109 fixed acessing members of freed pfile struct
2111 2003-01-02 [thorsten] 0.8.8claws37
2114 detect loops across several messages
2115 as suggested by Christoph Hohmann
2117 2003-01-01 [match] 0.8.8claws36
2120 fixed another memory leak.
2122 2003-01-01 [match] 0.8.8claws35
2125 fixed memory leaks. applied Doxygen comments.
2127 2003-01-01 [thorsten] 0.8.8claws34
2130 inhibit endless loop if msg references itself
2131 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2133 2003-01-01 [christoph] 0.8.8claws33
2136 * src/gtk/Makefile.am
2137 * src/gtk/pluginwindow.c ** NEW **
2138 * src/gtk/pluginwindow.h ** NEW **
2141 * src/plugins/demo/demo.c
2142 * src/plugins/spamassassin/spamassassin.c
2143 * src/plugins/spamassassin/spamassassin_gtk.c
2144 write better plugin descriptions
2146 2002-12-31 [christoph] 0.8.8claws32
2148 * src/gtk/prefswindow.c
2149 * src/plugins/spamassassin/spamassassin_gtk.c
2150 some small improvements to GTK code
2152 2002-12-31 [christoph] 0.8.8claws31
2154 * src/plugins/spamassassin/spamassassin_gtk.c
2155 enable folder select button
2157 2002-12-31 [christoph] 0.8.8claws30
2160 * src/gtk/Makefile.am
2161 * src/gtk/prefswindow.c ** NEW **
2162 * src/gtk/prefswindow.h ** NEW **
2163 add new prefs window
2165 * src/common/plugin.c
2166 don't try to load empty config lines
2168 * src/plugins/spamassassin/Makefile.am
2169 * src/plugins/spamassassin/spamassassin.c
2170 * src/plugins/spamassassin/spamassassin.h ** NEW **
2171 * src/plugins/spamassassin/spamassassin_gtk.c ** NEW **
2172 GTK config for SpamAssassin Plugin using
2173 the new prefs window
2175 2002-12-31 [paul] 0.8.8claws29
2178 remove obsolete entry 'src/menu.c'
2180 2002-12-31 [alfons] 0.8.8claws28
2183 * src/matcher_parser_parse.y
2184 * src/prefs_matcher.c
2185 add "ignore_thread" and "~ignore_thread" condition so it's
2186 possible to make the actions / scoring operate on the ignore
2189 2002-12-31 [christoph] 0.8.8claws27
2195 * src/prefs_account.c
2196 * src/prefs_actions.c
2197 * src/prefs_customheader.c
2198 * src/prefs_display_header.c
2203 * src/common/prefs.[ch]
2204 extend prefs file handling for reading and automatic handling
2205 of blocks. When reading prefs_set_block_label will automatically
2206 move on to the block. When writing it will copy all other blocks
2209 * src/common/plugin.c
2210 Now loading plugin filenames from [Plugins] block in
2213 2002-12-30 [christoph] 0.8.8claws26
2215 * src/common/hooks.[ch]
2216 return abort status to caller of hooks_invoke
2219 invoke message filtering hook and stop
2220 default handling when filter returns abort
2222 * src/common/plugin.[ch]
2223 * src/plugins/demo/demo.c
2224 modify plugin loader, because resolving symbols for strings
2225 does not work correctly
2228 * ac/spamassassin.m4 ** NEW **
2229 * src/plugins/spamassassin/.cvsignore ** NEW **
2230 * src/plugins/spamassassin/Makefile.am ** NEW **
2231 * src/plugins/spamassassin/README ** NEW **
2232 * src/plugins/spamassassin/libspamc.[ch] ** NEW **
2233 * src/plugins/spamassassin/spamassassin.c ** NEW **
2234 * src/plugins/spamassassin/utils.[ch] ** NEW **
2235 add spamassassin plugin, see src/plugins/spamassassin/README
2238 2002-12-29 [alfons] 0.8.8claws25
2241 when moving focus from a message view to the main
2242 window, don't forget to select the summary node
2243 of the displayed message. should fix "[ 659103 ]
2244 focus-follows-mouse confuses sylpheed"
2246 2002-12-29 [christoph] 0.8.8claws24
2249 * src/stringtable.[ch] ** REMOVE **
2250 * src/common/Makefile.am
2251 * src/common/stringtable.[ch] ** NEW **
2252 move stringtable files to common directory
2254 2002-12-29 [christoph] 0.8.8claws23
2257 * src/menu.[ch] ** REMOVE **
2258 * src/gtk/Makefile.am
2259 * src/gtk/menu.[ch] ** NEW **
2260 move menu files to gtk directory
2262 2002-12-29 [match] 0.8.8claws22
2266 moved UI specific code out of LDAP code into addressbook
2267 UI code. fixed memory leak.
2269 2002-12-29 [christoph] 0.8.8claws21
2272 only check for IGNORED parent message when message is
2275 2002-12-29 [alfons] 0.8.8claws20
2278 set gtksctree's anchor correct (immediate execute
2279 changes the tree's layout, and anchor points at
2280 the incorrect row). fixes "[ 657233 ] multiple msg
2281 delete sometimes off by 1".
2282 we probably have to look for more tree layout /
2285 2002-12-29 [paul] 0.8.8claws19
2288 fix bug [ 659054 ] incorrect sorting of 'From' column
2289 when using 'display sender using address book'
2290 thanks to Alfons and Luke Plant
2292 2002-12-29 [christoph] 0.8.8claws18
2296 check parent messages for IGNORE THREAD flag, when adding,
2297 moving or copying messages to a folder
2299 2002-12-27 [alfons] 0.8.8claws17
2301 re-organize matcher part 5; more to come
2304 hash keywords in matchparser_tab
2306 2002-12-27 [alfons] 0.8.8claws16
2308 re-organize matcher part 4; more to come
2310 * src/matcher_parser.h
2311 * src/matcher_parser_lex.l
2312 * src/matcher_parser_parse.y
2315 2002-12-27 [alfons] 0.8.8claws15
2317 re-organize matcher part 3; more to come
2322 2002-12-27 [alfons] 0.8.8claws14
2324 re-organize matcher part 2; more to come but this should
2325 work. cc me if there are any regressions.
2328 add prototype for get_matchparser_tab_id()
2329 * src/matcher_parser_lex.l
2330 look up keywords using matchparser_tab_id();
2332 2002-12-27 [alfons] 0.8.8claws12
2334 re-organize matcher part 1
2337 map yacc generated constants to sylpheed matcher constants
2339 add function to find a matcher constant from a string
2341 2002-12-27 [christoph] 0.8.8claws11
2344 MENUITEM_ADD casts the 4th argument from integer to pointer
2345 so it probably should not be a pointer, this means we
2346 should use account id for it and not the account's pointer
2348 2002-12-27 [paul] 0.8.8claws10
2351 remove unneeded 'GtkWidget *vbox'
2354 further sync with 0.8.8 - make sort
2355 by recipient work as expected
2360 2002-12-27 [paul] 0.8.8claws9
2363 updated by Ivan F. Martinez
2365 2002-12-27 [darko] 0.8.8claws8
2367 * src/common/utils.c
2368 added locked pattern to extended search
2370 2002-12-27 [alfons] 0.8.8claws7
2372 * src/prefs_matcher.[ch]
2375 2002-12-26 [alfons] 0.8.8claws6
2378 * src/matcher_parser_lex.l
2379 * src/matcher_parser_parse.y
2380 * src/prefs_matcher.c
2381 allow color label as a condition in the matcher
2383 2002-12-26 [oliver] 0.8.8claws5
2386 enable Addressbook for Main and Messageview
2387 * src/prefs_actions.c
2388 enable actions in Messageview
2390 2002-12-26 [christoph] 0.8.8claws4
2392 * src/common/plugin.c
2393 add a little debug output
2395 * src/plugins/demo/Makefile.am
2396 better use of automake
2398 2002-12-26 [christoph] 0.8.8claws3
2401 * src/common/Makefile.am
2404 2002-12-26 [christoph] 0.8.8claws2
2407 sort configure checks into common / gtk / plugins
2413 * src/common/sylpheed.[ch]
2414 added now sylpheed_done function for shutdown
2415 * src/common/Makefile.am
2416 * src/common/plugin.[ch] ** NEW **
2417 plugin loader and unloader
2418 * src/plugins/.cvsignore ** NEW **
2419 * src/plugins/Makefile.am ** NEW **
2421 * src/plugins/demo/.cvsignore ** NEW **
2422 * src/plugins/demo/Makefile.am ** NEW **
2423 * src/plugins/demo/demo.c ** NEW **
2424 small demo plugin that installs a logtext hook and
2425 outputs the log text to stdout
2427 2002-12-26 [paul] 0.8.8claws1
2430 updated by Ricardo Mones Lastra
2432 2002-12-26 [paul] 0.8.8claws
2434 * 0.8.8claws released
2436 2002-12-26 [paul] 0.8.7claws12
2439 updated by George Danchev
2441 2002-12-26 [paul] 0.8.7claws11
2444 remove unneeded 'src/prefs.c' entry
2446 2002-12-26 [paul] 0.8.7claws10
2450 sync with 0.8.8 release
2455 partial sync with 0.8.8 release
2458 2002-12-25 [alfons] 0.8.7claws9
2461 * src/matcher_parser_lex.l
2462 * src/matcher_parser_parse.y
2463 * src/prefs_matcher.c
2464 add locked flag to possible filtering / matcher
2465 conditions (also a good example what should be
2466 done to add a simple boolean condition)
2468 2002-12-25 [christoph] 0.8.7claws8
2478 * src/prefs.[ch] ** REMOVE **
2479 * src/prefs_account.c
2480 * src/prefs_actions.c
2481 * src/prefs_common.c
2482 * src/prefs_customheader.c
2483 * src/prefs_display_header.c
2484 * src/prefs_filtering.c
2485 * src/prefs_folder_item.c
2486 * src/prefs_gtk.[ch] ** NEW **
2487 * src/prefs_matcher.c
2488 * src/prefs_scoring.c
2489 * src/prefs_summary_column.c
2491 * src/selective_download.c
2493 * src/common/Makefile.am
2494 * src/common/prefs.[ch] ** NEW **
2495 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2497 2002-12-24 [alfons] 0.8.7claws7
2500 summary_thread_build(): fix real cause of the crash mentioned in
2501 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2502 this way we get meaningful ctree nodes
2504 2002-12-24 [oliver] 0.8.7claws6
2506 * src/mainwindow.[ch]
2507 * src/messageview.[ch]
2511 changes to use updated toolbar handling
2513 2002-12-24 [oliver] 0.8.7claws5
2516 generic toolbar handling
2517 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2518 * src/prefs_toolbar.[ch]
2521 2002-12-24 [oliver] 0.8.7claws4
2523 * src/stock_pixmap.[ch]
2524 move SYLPHEED_LOGO to end of list in order
2525 to remove it from Custom Toolbar`s Icon View
2527 2002-12-24 [alfons] 0.8.7claws3
2530 summary_thread_build(): fix crash because of focus != selection
2531 after threading. when deleting the selection, gtk tries but fails
2532 to find the correct focusable element. we now force the selection
2533 to be focused. this should solve the infamous bug reported by
2534 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages").
2535 a test case is available.
2537 2002-12-24 [darko] 0.8.7claws2
2540 don't crash when unmarking message with unread children
2542 2002-12-23 [christoph] 0.8.7claws1
2545 * src/common/Makefile.am
2546 update Makefiles for moved intl.h, version.h and defs.h
2548 rewrite imap_session_get to avoid duplicate code
2550 2002-12-23 [paul] 0.8.7claws
2552 * Santa-Claws released
2556 squeeze in updated Hungarian and Russian translations.
2557 Submitted by Gál Zoltán and Ruslan N. Balkin
2559 2002-12-23 [paul] 0.8.6claws129
2562 updated by Witold Wladyslaw Wojciech Wilk
2564 2002-12-23 [paul] 0.8.6claws128
2566 * src/quote_fmt_parse.y
2567 fix typo and add licence header
2569 2002-12-23 [paul] 0.8.6claws127
2574 2002-12-23 [paul] 0.8.6claws126
2577 updated translation, submitted by Alessandro Maestri
2579 2002-12-23 [paul] 0.8.6claws125
2581 * src/quote_fmt_parse.y
2582 fix signature-stripping on replies bug. match
2583 '-- \n' and not '-- '.
2585 2002-12-22 [paul] 0.8.6claws124
2590 updated translations. submitted by George Danchev,
2591 Ricardo Mones Lastra, and Urke MMI respectively
2593 2002-12-21 [paul] 0.8.6claws123
2598 2002-12-21 [paul] 0.8.6claws122
2601 fix bug [643638] where if a person is in one or more
2602 addressbook groups editing that person's email
2603 address results in removal from those groups.
2604 Patch submitted by Luke Plant.
2606 2002-12-20 [christoph] 0.8.6claws121
2608 * src/common/utils.c
2610 reimplement expand_search_string using GString to
2611 prevent crashs caused by miscalculated string
2612 lengths reported by Paul
2614 2002-12-20 [christoph] 0.8.6claws120
2617 don't use "changed" to check if op_count has to be changed as it
2618 is also set when the message has unread children
2619 (closes bug [ 653221 ] crash while deleting duplicates)
2621 2002-12-20 [paul] 0.8.6claws119
2623 * sync with 0.8.6cvs27
2624 see ChangeLog 2002-12-20
2626 2002-12-20 [paul] 0.8.6claws118
2628 * sync with 0.8.6cvs26
2629 see ChangeLog 2002-12-19 and 2002-12-20
2631 2002-12-19 [alfons] 0.8.6claws117
2634 fix incorrect parsing of email addresses, submitted by
2635 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate
2636 name display if it contains @".
2638 2002-12-18 [paul] 0.8.6claws116
2640 * sync with 0.8.6cvs23
2641 see ChangeLog 2002-12-18
2643 2002-12-18 [paul] 0.8.6claws115
2650 sync with 0.8.6cvs22.
2651 see ChangeLog 2002-12-17 and 2002-12-18
2653 2002-12-17 [christoph] 0.8.6claws114
2656 o don't create a session if imap greeting fails
2657 o don't close socket when authentication fails
2658 this is done by imap_session_destroy
2660 2002-12-17 [thorsten] 0.8.6claws113
2664 tools/google_msgid.pl ** NEW FILE **
2665 Added "search for message-id" script and doc
2667 2002-12-17 [thorsten] 0.8.6claws112
2670 Updated hungarian translation
2671 (updated by Gal Zoltan)
2673 2002-12-16 [christoph] 0.8.6claws111
2676 remove stupid addressbook dump to debug output
2678 fix memory leak found by Hiro
2680 2002-12-14 [paul] 0.8.6claws110
2683 fix menubar sensitivity on send
2685 * src/prefs_filtering.c
2686 * src/prefs_matcher.c
2687 * src/prefs_scoring.c
2690 * src/common/quoted-printable.h
2693 2002-12-13 [christoph] 0.8.6claws109
2696 * src/manage_window.[ch] ** REMOVE **
2697 * src/gtk/Makefile.am
2698 * src/gtk/manage_window.[ch] ** NEW **
2699 move manage_window files to gtk directory
2701 2002-12-13 [christoph] 0.8.6claws108
2704 * src/gtkshruler.[ch] ** REMOVE **
2705 * src/gtk/Makefile.am
2706 * src/gtk/gtkshruler.[ch] ** NEW **
2707 move gtkshruler files to gtk directory
2709 2002-12-13 [christoph] 0.8.6claws107
2713 * src/gtkstext.[ch] ** REMOVE **
2716 * src/gtk/gtkstext.[ch] ** NEW **
2717 * src/gtk/Makefile.am
2718 o move stext functions to gtkstext.c to remove
2719 dependency of gtkutils
2720 o move gtkstext files to gtk directory
2722 * src/gtk/Makefile.am
2723 * src/gtk/sslcertwindow.[ch]
2724 UI stuff can always depend on common code so
2725 it's ok to add ../common to include path
2727 2002-12-13 [colin] 0.8.6claws106
2730 Disconnect sighandlers for mainwindow when
2731 quicksearch has the focus
2733 * src/mainwindow.[ch]
2734 Make key_pressed callback public, to be able
2737 2002-12-13 [christoph] 0.8.6claws105
2740 create .mh_sequences file in new MH folders
2741 (closes feature request [ 523162 ] MH folders should
2742 get a .mh_sequences)
2744 2002-12-13 [colin] 0.8.6claws104
2747 Better handling of quicksearch show/hide
2748 (basically the button stays under the mouse
2751 2002-12-13 [paul] 0.8.6claws103
2753 * sync with 0.8.6cvs17
2754 see ChangeLog 2002-12-13
2756 2002-12-13 [paul] 0.8.6claws102
2759 updated by Ricardo Mones Lastra
2761 2002-12-11 [colin] 0.8.6claws101
2764 remove statusbar stuff
2766 set statusbar verbosity when moving folders
2768 2002-12-11 [colin] 0.8.6claws100
2769 * src/prefs_filtering.c
2770 * src/prefs_matcher.c
2771 * src/prefs_scoring.c
2774 2002-12-11 [colin] 0.8.6claws99
2776 * src/prefs_common.[ch]
2777 Add summary_quicksearch_type
2779 Save last used quicksearch type
2781 2002-12-11 [jens] 0.8.6claws98
2782 * src/prefs_filtering.c
2783 * src/prefs_matcher.c
2784 * src/prefs_scoring.c
2785 added dialog for incomplete rules in scoring, filtering and
2786 matcher to ask wheather really close
2788 2002-12-11 [colin] 0.8.6claws97
2791 Fix folder dnd statusbar logging
2793 2002-12-10 [christoph] 0.8.6claws96
2803 * src/statusbar.[ch]
2804 * src/common/hooks.c
2805 * src/common/log.[ch]
2806 o handle verbose logging in statusbar directly in statusbar code
2807 and common code does not need any knowledge about a statusbar
2808 o remove direct calls to statusbar_(puts|pop)_all functions
2810 2002-12-10 [jens] 0.8.6claws95
2813 removed gettext from g_warnings
2819 2002-12-10 [colin] 0.8.6claws94
2822 finish crash dialog fix
2824 2002-12-10 [colin] 0.8.6claws93
2827 "Fix" "sylpheed already running" instead of
2828 crash dialog appearing after a crash
2830 2002-12-10 [colin] 0.8.6claws92
2833 add src/gtk/sslcertwindow.c
2835 2002-12-10 [paul] 0.8.6claws91
2838 updated to reflect recent changes
2839 submitted by Alessandro Maestri
2841 2002-12-09 [christoph] 0.8.6claws90
2844 * src/smtp.[ch] ** REMOVE **
2845 * src/common/Makefile.am
2846 * src/common/smtp.[ch] ** NEW **
2847 move smtp files to common directory
2849 2002-12-09 [christoph] 0.8.6claws89
2852 * src/session.[ch] ** REMOVE **
2853 * src/common/Makefile.am
2854 * src/common/session.[ch] ** NEW **
2855 move session files to common directory
2857 2002-12-09 [paul] 0.8.6claws88
2860 fix bug [649746] edit accounts: move account reverted
2861 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
2863 2002-12-09 [colin] 0.8.6claws87
2865 * src/ssl_certificate.c
2868 2002-12-09 [colin] 0.8.6claws86
2871 Try to open the cert.pem database and
2872 issue a warning if it isn't there
2874 2002-12-09 [colin] 0.8.6claws85
2876 * src/common/ssl_certificate.c
2877 * src/gtk/sslcertwindow.c
2880 2002-12-09 [colin] 0.8.6claws84
2882 * src/ssl_certificate.[ch] ** REMOVED **
2883 * src/common/ssl_certificate.[ch] ** NEW **
2885 * src/common/Makefile.am
2886 Moved ssl_certificate.[ch] to common
2888 Put back needed include
2889 * src/gtk/sslcertwindow.[ch]
2890 Changed ssl_certificate.h include
2892 2002-12-09 [colin] 0.8.6claws83
2894 * src/gtk/sslcertwindow.[ch]
2895 Implement hook for certificate acception
2896 * src/ssl_certificate.[ch]
2897 Implement hook for certificate acception
2899 Reenable certificate acception check
2901 Register sslcertwindow's hook
2903 2002-12-08 [christoph] 0.8.6claws82
2910 * src/common/utils.c
2911 o add missing includes
2914 * src/common/.cvsignore
2915 * src/common/version.h ** REMOVE **
2916 remove autogenerated file
2918 2002-12-08 [paul] 0.8.6claws81
2921 put back needed include
2923 2002-12-08 [colin] 0.8.6claws80
2925 * src/gtk/sslcertwindow.c
2926 Cleaner popups when asking
2927 * src/ssl_certificate.c
2928 * src/prefs_common.[ch]
2929 remove ssl certificate pref
2930 put back needed include
2932 put back needed include
2934 2002-12-08 [christoph] 0.8.6claws79
2940 only abort hook invokation if required data is missing not
2941 if our own data pointer is NULL, update hookfunction for
2944 2002-12-08 [paul] 0.8.6claws78
2962 * src/sourcewindow.c
2965 clean up: remove unneccesary includes
2967 2002-12-08 [christoph] 0.8.6claws77
2972 * src/common/hooks.[ch]
2973 hook functions now have a gboolean return value, if a hook
2974 returns TRUE it will stop executing of any more hooks in
2975 the same hooklist for this invokation
2977 2002-12-08 [colin] 0.8.6claws76
2980 put back argv0 for CRASH_DIALOG
2982 2002-12-08 [christoph] 0.8.6claws75
2995 * src/prefs_account.[ch]
2996 * src/prefs_common.[ch]
2999 * src/ssl_certificate.[ch]
3000 * src/ssl_manager.[ch]
3001 * src/common/Makefile.am
3003 * src/common/nntp.[ch]
3004 * src/common/socket.[ch]
3005 * src/common/ssl.[ch]
3006 * src/gtk/sslcertwindow.[ch]
3008 use new autoconf script to detect OpenSSL with extra parameters
3009 to specify the location of libs and includes, also remove USE_SSL
3012 * src/common/sylpheed.[ch]
3013 * src/common/version.h.in
3014 start seperation of common code initialization seperated from gui
3017 The function that is called when a color label changes
3018 should not change the color lable again
3020 2002-12-08 [colin] 0.8.6claws74
3022 * src/gtk/sslcertwindow.c
3025 2002-12-08 [colin] 0.8.6claws73
3029 Register a hook for statusbar_puts_all
3031 invoke statusbar_puts_all's hook
3033 2002-12-08 [colin] 0.8.6claws72
3035 * src/ssl_certificate.c
3036 Put back a badly-removed include
3038 2002-12-08 [colin] 0.8.6claws71
3040 * src/gtk/sslcertwindow.[ch] ** NEW **
3041 new certificate presentation
3042 * src/gtk/Makefile.am
3044 * src/ssl_certificate.[ch]
3045 gtk cleanup, made utility functions public
3047 use new cert presentation
3049 2002-12-07 [christoph] 0.8.6claws70
3052 * src/nntp.[ch] ** REMOVE **
3053 * src/common/Makefile.am
3054 * src/common/nntp.[ch] ** NEW **
3055 move nntp files to common directory
3057 2002-12-07 [christoph] 0.8.6claws69
3061 implement msginfo update callback using sylpheed's new
3062 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3064 2002-12-06 [christoph] 0.8.6claws68
3067 This patch changes the 'Edit Group Details' dialog to
3068 allow extended selections in either pane, so that
3069 addresses can be added or removed from a group more
3070 quickly and easily. (it actually is a net decrease in
3071 file size, as some unnecessary functions have been
3073 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3075 2002-12-06 [christoph] 0.8.6claws67
3078 * src/template.[ch] ** REMOVE **
3079 * src/common/Makefile.am
3080 * src/common/template.[ch] ** NEW **
3081 move template files to common directory
3084 add missing log.h include
3086 2002-12-06 [melvin] 0.8.6claws66
3088 * src/prefs_actions.c
3089 Added the trailing ">" syntax to insert command's output
3090 without replacing old text (in contrast to trailing "|").
3092 2002-12-05 [colin] 0.8.6claws65
3094 * src/common/utils.c
3095 Don't modify original search_string or it'll change
3096 the next iterations in the for()
3098 2002-12-05 [darko] 0.8.6claws64
3100 * src/common/utils.c
3101 proper check for filtering commands, found by Colin
3103 2002-12-05 [darko] 0.8.6claws63
3105 * src/common/utils.c
3106 check proper string for NULL pointer, found by Colin
3108 2002-12-05 [darko] 0.8.6claws62
3110 * src/common/utils.[ch]
3111 expand_search_string(): new function
3112 converts Mutt-like patterns to Sylpheed's
3115 use expand_search_string() to allow Mutt-like
3116 patterns in extended search
3118 document extended option in quick search
3120 2002-12-05 [paul] 0.8.6claws61
3122 * sync with 0.8.6cvs16
3123 see ChangeLog 2002-12-05
3128 2002-12-04 [christoph] 0.8.6claws60
3131 put imap authentication code into a new function and
3132 remove it from imap_session_new that will allow to
3133 send other commands before authentication
3135 2002-12-04 [christoph] 0.8.6claws59
3138 use already existing method to prevent unneeded IMAP
3139 folder selects. Set imap_select parameters to NULL
3140 in some functions if the values are not required.
3143 remove no longer required include
3145 2002-12-04 [paul] 0.8.6claws58
3148 updated by Ricardo Mones Lastra
3151 po/hu.po ** NEW FILE **
3152 initial Hungarian translation, submitted
3153 by Gál Zoltán <galzoli@hu.inter.net>
3155 2002-12-03 [christoph] 0.8.6claws57
3158 * src/gtksctree.[ch] ** REMOVE **
3159 * src/gtk/Makefile.am
3160 * src/gtk/gtksctree.[ch] ** NEW **
3161 move gtksctree files to gtk directory
3163 2002-12-03 [christoph] 0.8.6claws56
3166 * src/md5.[ch] ** REMOVE **
3167 * srm/common/Makefile.am
3168 * src/common/md5.[ch] ** NEW **
3169 move md5 files to common directory
3172 remove not required #include
3174 2002-12-03 [sergey] 0.8.6claws55
3178 gtkut_window_popup(): new function.
3180 main_window_popup(): use gtkut_window_popup() to raise
3181 window without changing its position.
3182 (see sylpheed-main ML message [sylpheed:17247])
3184 2002-12-03 [sergey] 0.8.6claws54
3187 send_message_local(): removed first-dot escaping
3188 (SMTP-only, not needed for sending through pipe)
3190 2002-12-03 [paul] 0.8.6claws53
3193 update to reflect recent changes (thanks
3194 to Ricardo Mones Lastra)
3196 * tools/filter_conv.pl
3197 fix problem with quoted strings. Patch submitted
3198 by Luke Plant <lukeplant@softhome.net>
3200 2002-12-03 [paul] 0.8.6claws52
3202 * sync with 0.8.6cvs15
3203 see ChangeLog 2002-12-03
3205 2002-12-02 [christoph] 0.8.6claws51
3207 * src/logwindow.[ch]
3208 * src/common/log.[ch]
3209 implement logging using a hook function
3213 define hooklist name in header file to avoid
3214 errors caused by wrong spelling of hooklist names
3219 2002-12-02 [christoph] 0.8.6claws50
3221 * src/common/Makefile.am
3222 add src/common/hooks.[ch]
3224 * src/common/hooks.[ch]
3225 implement a simple hook system using glib's hook functions
3229 use new hook system for folder item updates
3231 2002-12-02 [christoph] 0.8.6claws49
3233 * doc-src/ui_seperation.txt ** NEW **
3234 information for ui seperation
3237 remove files that were moved to common
3238 include common directory by default for the header files
3241 * src/common/socket.c
3242 * src/automaton.[ch]
3243 implement automaton using g_io_*-functions instead of
3244 gdk_input_add to make it ui independent
3254 remove common/ prefix because directory is now in
3262 * src/prefs_common.c
3273 * src/ssl_certificate.c
3274 add log.h header file for logging functions
3277 * src/common/utils.c
3280 o move debug_mode to common/utils.c
3281 o add functions to set and get debug_mode
3283 * src/defs.h ** REMOVE **
3284 * src/intl.h ** REMOVE **
3285 * src/socket.[ch] ** REMOVE **
3286 * src/ssl.[ch] ** REMOVE **
3287 * src/utils.[ch] ** REMOVE **
3288 replaced by new files in src/common/
3290 * src/common/Makefile.am
3291 add new files in src/common/
3293 * src/common/defs.h ** NEW **
3294 * src/common/intl.h ** NEW **
3295 * src/common/log.[ch] ** NEW **
3296 * src/common/socket.[ch] ** NEW **
3297 * src/common/ssl.[ch] ** NEW **
3298 * src/common/utils.[ch] ** NEW **
3299 replacement for files in src/
3301 2002-12-02 [colin] 0.8.6claws48
3304 Scroll folderview if necessary during dnd
3306 2002-12-02 [colin] 0.8.6claws47
3309 Add check to verify a move is within a single mailbox
3311 Add specific error string for this check
3313 2002-12-02 [colin] 0.8.6claws46
3316 Add a test to folder moving, remove a statusbar_print
3318 Add Move folder... context-menu item
3319 Factorize folder moving code
3320 Enable folder DND for mbox
3322 2002-12-01 [christoph] 0.8.6claws45
3325 remove conf.aspelltest if the version check fails
3327 2002-11-30 [christoph] 0.8.6claws44
3330 run libtoolize --force in autogen to create missing
3333 2002-11-30 [christoph] 0.8.6claws43
3339 * src/uuencode.[ch] ** REMOVED **
3340 * src/common/Makefile.am
3341 * src/common/uuencode.[ch] ** NEW **
3342 move uuen/decoder to common directory
3344 2002-11-30 [christoph] 0.8.6claws42
3347 * src/base64.[ch] ** REMOVED **
3356 * src/common/Makefile.am
3357 * src/common/base64.[ch] ** NEW **
3358 move base64 en/decoder to common directory
3360 2002-11-30 [christoph] 0.8.6claws41
3362 * src/common ** NEW **
3363 new directory for UI independent code
3365 new directory for GTK frontend
3366 * src/common/.cvsignore ** NEW **
3367 * src/gtk/.cvsignore ** NEW **
3369 * src/common/Makefile.am ** NEW **
3370 * src/gtk/Makefile.am ** NEW **
3371 automake files to build new seperated stuff
3373 the binary will currently still be build with the
3374 files in src, so we include the code from the
3375 subdirs for now after building the libs there
3377 2002-11-30 [paul] 0.8.6claws40
3380 fix bug [642731] 'Wrong selected account with drafted mail'
3382 2002-11-29 [oliver] 0.8.6claws39
3385 o update summaryview when switching between different
3388 o check if messageview holds already removed msg
3392 2002-11-29 [oliver] 0.8.6claws38
3395 remove not needed variables and includes
3396 make messageview stay opened and move to next when msgs are deleted
3398 2002-11-29 [oliver] 0.8.6claws37
3401 disable compose button (messageview toolbar) by default
3402 deleted msgs are moved to trash
3404 2002-11-29 [melvin] 0.8.6claws36
3407 Increased minimal gpgme version to 0.3.10 (Zombies out)
3408 and to detect signatures expirations (gpgme 0.3.6)
3411 Use non obsolescent function for Gpgme engine checking.
3414 Inform about expired signatures or signatures which key
3415 has expired. Expiration date is displayed.
3418 Inform about expired signatures or signatures which key
3421 2002-11-28 [paul] 0.8.6claws35
3424 re-instate 'Check for new messages' in Newsgroup
3425 folders right-click menu, after a suggestion from
3426 Tim Mann <timmann@users.sourceforge.net>
3429 after a crash check only local folders for new
3432 2002-11-28 [paul] 0.8.6claws34
3435 apply patch that fixes the checking of GTK with XIM
3436 support on different OSs, such as FreeBSD. Patch
3437 submitted by Topia <topia@users.sourceforge.net>
3439 2002-11-28 [paul] 0.8.6claws33
3444 more changes to the English
3446 2002-11-28 [paul] 0.8.6claws32
3448 * sync with 0.8.6cvs13
3449 see ChangeLog 2002-11-28 (no sync needed
3452 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws31
3454 * src/mainwindow.[ch]
3455 add patch by Ivan F. Martinez introducing messageview Toolbar
3456 some changes and committed by oliver
3458 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws30
3460 * src/messageview.[ch]
3461 add patch by Ivan F. Martinez introducing messageview Toolbar
3462 some changes and committed by oliver
3464 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws29
3467 add patch by Ivan F. Martinez introducing messageview Toolbar
3468 some changes and committed by oliver
3470 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws28
3473 add patch by Ivan F. Martinez introducing messageview Toolbar
3474 some changes and committed by oliver
3476 2002-11-28 [oliver] 0.8.6claws27
3478 * src/prefs_toolbar.[ch]
3479 getting ready for messageview toolbar
3480 free mem allocated by gettext
3481 change prefs_toolbar to prefs_toolbar_open
3483 2002-11-28 [thorsten] 0.8.6claws26
3485 * src/imageview.[ch]
3486 cleaned up conflicting declarations of
3487 imageview_show_image()
3489 2002-11-28 [paul] 0.8.6claws25
3491 * src/grouplistdialog.c
3493 src/prefs_summary_column.c
3494 a few more improvements to the English
3496 2002-11-28 [colin] 0.8.6claws24
3499 A few updates to command-line parameters
3501 2002-11-28 [colin] 0.8.6claws23
3503 * src/prefs_filtering.c
3504 Fix problems with prefs_filtering_delete_path:
3505 a) if the first rule is removed, original pointers
3506 weren't updated (leading to segfaults)
3507 b) it was always global_processing updated in case
3508 of removed path was parent of rule path
3510 2002-11-27 [paul] 0.8.6claws22
3516 src/prefs_customheader.c
3517 src/prefs_display_header.c
3518 src/prefs_filtering.c
3519 src/prefs_folder_item.c
3522 src/prefs_summary_column.c
3523 src/prefs_template.c
3525 improve the English in the GUI
3527 2002-11-27 [colin] 0.8.6claws21
3530 Fix processing renaming problems happening after
3533 2002-11-27 [colin] 0.8.6claws20
3536 recursive move now deletes src each subfolder after
3539 Use identifier instead of path during dnd (enables
3542 2002-11-27 [paul] 0.8.6claws19
3545 apply patch that does command-line processing
3546 BEFORE gtk_init, allowing claws to run from
3547 shell-scripts in non-X environment (e.g. crontab
3548 or ip-up, ip-down scripts). Patch submitted by
3549 Ruslan N. Balkin <baron@dartel.ru>
3552 updated by Alessandro Maestri
3554 2002-11-27 [paul] 0.8.6claws18
3556 * sync with 0.8.6cvs12
3558 Differences are that main uses a 'Receive dialog'
3559 frame on the Interface tab, whereas claws groups all
3560 the dialogs together in a 'Dialogs' frame.
3562 2002-11-27 [colin] 0.8.6claws17
3564 * src/prefs_matcher.c
3565 Fix Execute criteria's NOT flag
3568 2002-11-26 [christoph] 0.8.6claws16
3571 rewrite the ssl code a little bit, only use one
3572 SSL context, set default certificates' file/path
3574 2002-11-26 [thorsten] 0.8.6claws15
3577 default-reply-to didn't work for ml-reply
3579 2002-11-26 [melvin] 0.8.6claws14
3581 * src/prefs_actions.c
3582 Made pipe-actions ignore short headers in message view
3583 Made trailing-pipe-actions write in the message view with
3584 the same font as the original message
3586 2002-11-26 [paul] 0.8.6claws13
3589 this time commit the correct file
3591 2002-11-26 [paul] 0.8.6claws12
3593 * sync with 0.8.6cvs11
3594 src/quote_fmt_parse.y
3599 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
3601 compose_reedit(): add check for 'X-Sylpheed-Account-Id:'
3604 see ChangeLog 2002-11-25 and 2002-11-26
3606 2002-11-26 [colin] 0.8.6claws11
3609 Fix collapsed folder not auto-expanding during
3610 mail dnd, if it was the source folder.
3612 2002-11-25 [colin] 0.8.6claws10
3614 * src/folderview.[ch]
3615 Variable renaming and cleaning (slist of nodes
3616 to be re-collapsed is stored in FolderView)
3618 2002-11-25 [paul] 0.8.6claws9
3620 * src/prefs_common.[ch]
3621 fix breakage caused by last commit
3623 2002-11-25 [paul] 0.8.6claws8
3625 * sync with 0.8.6cvs4
3626 see ChangeLog 2002-11-21
3628 2002-11-25 [paul] 0.8.6claws7
3630 * sync with 0.8.6cvs4
3631 see ChangeLog 2002-11-20
3633 2002-11-25 [paul] 0.8.6claws6
3635 * sync with 0.8.6cvs3
3636 see ChangeLog 2002-11-18
3638 2002-11-25 [colin] 0.8.6claws5
3641 Add gtkut_ctree_node_is_parent()
3643 Spring-loaded folders
3645 2002-11-25 [colin] 0.8.6claws4
3648 Add slist_concat_unique(), function to merge
3649 two GSList filtering dups
3651 * src/summaryview.[ch]
3654 Add detection/update/display of unread answers
3657 Add procmsg_find_children()
3658 Add procmsg_msg_has_marked_parent()
3660 2002-11-25 [colin] 0.8.6claws3
3662 * src/ssl_certificate.[ch]
3663 Allow checking a certificate without a DNS
3665 Allow to forget a cert (by deleting it)
3666 Make ssl_certificate_destroy_public
3667 * src/ssl_manager.[ch] ** NEW FILES **
3668 Gui to manage (display/remove) certificates
3669 * src/prefs_common.[ch]
3670 Add a pref to allow silent acceptation of
3671 trusted certificates or not (based on the
3672 "I want to know what's going on" principle)
3674 Add SSL manager in Tools menu
3676 Add the new files to the build
3678 Add ssl_manager.c to translations
3680 2002-11-25 [colin] 0.8.6claws2
3682 * src/summaryview.[ch]
3683 Add S_SEARCH_EXTENDED to the quick search, which
3684 allows to search using filtering syntax.
3686 2002-11-25 [colin] 0.8.6claws1
3689 Deletion of duplicates now prefer deleting
3690 the unread dup (fixes feature-request 638989).
3692 2002-11-24 [paul] 0.8.6claws
3698 updated by Ricardo Mones Lastra,
3699 Witold Wladyslaw Wojciech Wilk,
3700 Ruslan N. Balkin, and Urke MMI
3703 2002-11-24 [paul] 0.8.5claws182
3706 updated by George Danchev
3708 2002-11-23 [alfons] 0.8.5claws181
3711 tiny memory leak found by browsing Dimitar's
3714 2002-11-23 [paul] 0.8.5claws180
3717 updated by Alessandro Maestri
3719 2002-11-22 [christoph] 0.8.5claws179
3723 * src/prefs_filtering.c
3727 2002-11-22 [alfons] 0.8.5claws178
3730 summary_execute_delete_func(): if message is deleted, make
3731 sure to also remove its entry in the subject hash table.
3732 fixes a corner case bug.
3734 2002-11-22 [paul] 0.8.5claws177
3737 add 'autom4te.cache'
3739 * ltconfig ** REMOVED **
3742 2002-11-22 [paul] 0.8.5claws176
3745 textview_set_font(): fix for message display in
3746 UTF-8 locales (thanks to Sergey Vlasov).
3749 add new team members and contributors
3752 2002-11-21 [colin] 0.8.5claws175
3755 Add procmsg_remove_special_headers()
3757 Use procmsg_remove_special_headers() for
3760 2002-11-21 [colin] 0.8.5claws174
3763 Fix moving/copying from queue/draft folders
3766 2002-11-21 [christoph] 0.8.5claws173
3772 * src/matcher_parser_lex.[hl]
3774 * src/mbox_folder.[ch]
3775 * src/prefs_filtering.c
3777 * src/quote_fmt_lex.l
3779 fix all warnings except the warnings in lex and yacc files
3781 2002-11-20 [christoph] 0.8.5claws172
3784 fix MsgInfo retrieval for IMAP draft and queue folders
3785 (closes bug [ 619558 ] Draft saving on IMAP box issue)
3787 2002-11-19 [christoph] 0.8.5claws171
3790 fix segfault, when draft saving does not get
3791 the MsgInfo of the new message
3792 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
3794 2002-11-19 [christoph] 0.8.5claws170
3797 add parameter check for flag setting function
3798 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
3800 2002-11-18 [paul] 0.8.5claws169
3803 more sensitivity fixes to redirect mode:
3804 * disable toolbar draft button
3805 * allow only Address book in the Tools menu
3806 * disable editing of message by the spell
3809 2002-11-18 [paul] 0.8.5claws168
3812 fix sensitivity of menu items in compose_redirect():
3813 allow only the necessary items
3815 2002-11-18 [paul] 0.8.5claws167
3818 fix bug [ 603259 ] 'attachment got lost on bounce'
3820 2002-11-18 [paul] 0.8.5claws166
3823 updated by Ruslan N. Balkin <baron@dartel.ru>
3825 2002-11-18 [colin] 0.8.5claws165
3829 Remove old filtering stuff
3832 2002-11-17 [oliver] 0.8.5claws164
3835 remove not needed typedef
3837 2002-11-17 [oliver] 0.8.5claws163
3840 make toolbar's on click events translatable
3842 2002-11-15 [colin] 0.8.5claws162
3845 Revert too-soon integration of a feature
3847 2002-11-15 [christoph] 0.8.5claws161
3850 use main's implementation of imap_get_msginfo
3852 2002-11-15 [christoph] 0.8.5claws160
3862 replace claws' fetch_msginfo with main's get_msginfo
3863 (use main's implementation where possible)
3865 2002-11-15 [colin] 0.8.5claws159
3867 * src/ssl_certificate.c
3870 2002-11-16 [melvin] 0.8.5claws158
3873 Updated French translations.
3875 2002-11-16 [colin] 0.8.5claws157
3877 * src/ssl_certificate.c
3878 Check for missing parts in the certificates
3880 2002-11-15 [colin] 0.8.5claws156
3883 Preventive fix (missing check) found by
3889 sync with 0.8.6 release
3891 2002-11-15 [colin] 0.8.5claws155
3895 Fix error handling of folder_item_move_to()
3898 2002-11-15 [colin] 0.8.5claws154
3902 folder_item_move_to() sets an error message instead
3903 of having GUI stuff in folder.c
3905 2002-11-15 [colin] 0.8.5claws153
3908 Implemented a callback for MsgInfo updates,
3909 heavily copy/pasted from Christoph's folder
3911 * src/summaryview.[ch]
3912 Register summary_update_msg as callback
3914 2002-11-14 [colin] 0.8.5claws152
3917 Update the FolderItem after sending (fixes 617593)
3919 2002-11-14 [christoph] 0.8.5claws151
3922 fix wrong position of NULL pointer check found
3925 2002-11-14 [christoph] 0.8.5claws150
3928 fix segfault when deleting messages from IMAP folders
3929 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
3931 2002-11-14 [colin] 0.8.5claws149
3934 Forwarding was also ignoring the folder's default account.
3936 2002-11-14 [colin] 0.8.5claws148
3939 Fix sent folder not set to folder properties when
3942 2002-11-14 [thorsten] 0.8.5claws147
3945 inc_start(): Files were not moved from .processing to inbox,
3946 if no global processing rule existed
3948 2002-11-14 [colin] 0.8.5claws146
3950 * src/ssl_certificate
3953 2002-11-14 [paul] 0.8.5claws145
3956 updated by Alessandro Maestri
3958 2002-11-13 [alfons] 0.8.5claws144
3961 folder_item_close(): only mark messages unread
3962 when a folder has new messages
3964 2002-11-13 [keith] 0.8.5claws143
3967 Fix problem moving or copying between
3970 2002-11-13 [colin] 0.8.5claws142
3972 * src/matcher_parser_parse.y
3973 Fix rule problem when " don't match
3975 2002-11-13 [christoph] 0.8.5claws141
3979 moved cache saving to folder_item_close
3980 the folderview should not have to deal with
3983 2002-11-13 [christoph] 0.8.5claws140
3986 moved setting of important score to
3987 summary_set_prefs_from_folderitem
3989 2002-11-13 [colin] 0.8.5claws139
3991 * src/matcher_parser_parse.y
3992 Fix a segfault in the parser (happening when
3993 a good expression had been tested and a bad
3996 2002-11-13 [paul] 0.8.5claws138
3998 * sync with 0.8.5cvs24
3999 see ChangeLog 2002-11-13
4002 updated by Fabio Jr. Beneditto
4004 2002-11-13 [colin] 0.8.5claws137
4009 Revert last commit, problem
4011 2002-11-13 [colin] 0.8.5claws136
4014 Remove duplicated code
4016 Bumped CACHE_VERSION and MARK_VERSION
4018 Network endian for cache and mark files
4020 2002-11-12 [colin] 0.8.5claws135
4023 Fix the "socket error" dialog which disappeared
4025 2002-11-12 [colin] 0.8.5claws134
4028 Reverse last commit which had performance
4029 problems, but still reverse the list
4031 2002-11-12 [colin] 0.8.5claws133
4036 2002-11-12 [melvin] 0.8.5claws132
4039 Added a check for a NULL prefs_common.dictionary
4041 2002-11-12 [colin] 0.8.5claws131
4043 * src/ssl_certificate.[ch]
4046 2002-11-12 [colin] 0.8.5claws130
4048 * src/ssl_certificate.[ch]
4049 Take connection port into account for
4050 checking certificates (a single hostname
4051 could have multiple servers with multiple
4054 Pass the port to ssl_certificate_check
4056 2002-11-12 [paul] 0.8.5claws129
4059 fix a typo in last commit
4061 2002-11-12 [paul] 0.8.5claws128
4063 * sync with 0.8.5cvs23
4064 see ChangeLog entry 2002-11-12
4066 2002-11-11 [colin] 0.8.5claws127
4068 * src/ssl_certificate.c
4070 Don't popup, instead log error, if the
4071 corresponding pref is checked
4072 * src/ssl_certificate.h
4073 include <openssl/objects/h>
4075 2002-11-11 [colin] 0.8.5claws126
4077 * src/ssl_certificate.h
4080 2002-11-11 [colin] 0.8.5claws125
4082 * src/ssl_certificate.c
4085 2002-11-11 [colin] 0.8.5claws124
4089 * src/ssl_certificate.[ch]
4090 Cleaned a bit (better use of SSL API)
4091 (This will cause non-recognition of saved
4092 certificates of claws12[23]...)
4094 2002-11-11 [paul] 0.8.5claws123
4097 updated by Ricardo Mones Lastra
4099 2002-11-11 [colin] 0.8.5claws122
4104 2002-11-11 [colin] 0.8.5claws121
4106 * src/ssl_certificate.[ch] ** NEW FILES **
4108 Check SSL certificates presented to us
4110 Add ssl_certificate.[ch]
4112 Add ssl_certificate.c
4114 2002-11-11 [paul] 0.8.5claws120
4116 * sync with 0.8.5cvs22
4117 see ChangeLog 2002-11-11
4119 2002-11-11 [paul] 0.8.5claws119
4121 * sync with 0.8.5cvs21
4122 see ChangeLog 2002-11-11
4124 2002-11-10 [jens] 0.8.5claws118
4128 corrected some typing
4130 updated german translation
4132 cleaned up specfile and adjusted it for claws
4134 2002-11-10 [colin] 0.8.5claws117
4137 a STATUSBAR_PUSH/POP fix
4139 2002-11-10 [colin] 0.8.5claws116
4141 * src/prefs_folder_item.c
4142 Fix hanging after opening folder properties
4144 2002-11-10 [hoa] 0.8.5claws115
4146 * src/matcher_parser_lex.l
4147 * src/matcher_parser_parse.y
4148 config file for scoring and filtering is no more trashed
4149 when there is a syntax error in a filtering rule when
4150 editing it in a dialog.
4152 2002-11-09 [colin] 0.8.5claws114
4155 Added missing initialisation of folder->destroy()
4157 2002-11-09 [colin] 0.8.5claws113
4161 Fix the status bar messages
4163 2002-11-09 [colin] 0.8.5claws112
4166 Fix hangs after folder dnd, happening after
4169 2002-11-09 [christoph] 0.8.5claws111
4172 just changed order of calls (reverse order of
4175 lock inc when checking only one account, otherwise
4176 inc all could be executed at the same time
4178 2002-11-09 [christoph] 0.8.5claws110
4181 better unlock the mouse cursor before calling
4182 summary_show because it changes the cursor too
4184 2002-11-09 [christoph] 0.8.5claws109
4188 add functions to open and close a folder
4189 o opending will execute scanning for remote folders
4191 o closing will unset new flag for messages
4193 2002-11-09 [colin] 0.8.5claws108
4196 Add a call to prefs_matcher_write_config to
4197 avoid non-leaf folders filtering settings to be
4200 2002-11-09 [paul] 0.8.5claws107
4202 * src/prefs_account.c
4205 2002-11-09 [colin] 0.8.5claws106
4210 2002-11-09 [colin] 0.8.5claws105
4213 Fix prefs_filtering deletion for MH folders (same
4215 * src/prefs_filtering.c
4216 Fix prefs_filtering renaming and deletion for
4217 folder-based processing rules.
4219 2002-11-09 [christoph] 0.8.5claws104
4223 * src/folderview.[ch]
4229 * src/prefs_folder_item.c
4232 implement a callback system for folder item updates
4234 2002-11-09 [colin] 0.8.5claws103
4237 Fix prefs_filtering renaming for MH folders (we
4238 shouldn't rename by path as another folder could
4239 have the same hierarchy).
4241 2002-11-09 [colin] 0.8.5claws102
4244 Fix a leak found by Christoph, use better variable
4247 2002-11-09 [colin] 0.8.5claws101
4250 One more fix for processing rules
4252 2002-11-08 [colin] 0.8.5claws100
4255 Don't copy the compiled regexp (will be reevaluated)
4257 Lock folderview while moving
4259 Provide info on what's happening to the user
4261 2002-11-08 [colin] 0.8.5claws99
4264 Fix folder reordering after a move if parent is
4267 Add function to copy a ScoringProp
4268 * src/prefs_folder_item.c
4269 Copy scoring rules when copying a folder prefs
4271 2002-11-08 [colin] 0.8.5claws98
4274 Fixes in case of failure
4275 * src/filtering.[ch]
4276 Add function to duplicate a FilteringProp
4278 Add function to duplicate a MatcherProp
4279 * src/prefs_folder_item.c
4280 Save folder's processing rules when copying
4283 2002-11-08 [colin] 0.8.5claws97
4288 Change a printf to debug_print
4290 2002-11-08 [colin] 0.8.5claws96
4294 Fix segfaults, call me stupido
4297 2002-11-08 [colin] 0.8.5claws95
4300 Added forgotten prefs to save when moving folders
4302 2002-11-08 [colin] 0.8.5claws94
4305 Fixes to folder DND (prefs copy)
4307 Optimization for folder DND (don't rescan whole tree)
4308 Added folderview_create_folder_node() for this
4309 optimization, so de-duped a bit the code
4310 * src/prefs_folder_item.[ch]
4311 Added prefs_folder_item_copy_prefs()
4313 2002-11-08 [paul] 0.8.5claws93
4315 * src/prefs_account.c
4317 tools/kmail2sylpheed_v2.pl
4320 2002-11-08 [paul] 0.8.5claws92
4323 src/prefs_account.[ch]
4324 remove account options 'clearsign' and 'ascii_armored',
4325 replace with 'default_gnupg_mode' to prevent mixed-mode
4328 2002-11-08 [paul] 0.8.5claws91
4331 re-implement GnuPG 'on-the-fly' mode selection,
4334 2002-11-08 [colin] 0.8.5claws90
4337 src/prefs_folder_item.c
4338 Change "Property" to "Properties"
4340 2002-11-07 [colin] 0.8.5claws89
4344 Allow folder dropping to a root folder
4346 2002-11-07 [paul] 0.8.5claws88
4351 2002-11-07 [paul] 0.8.5claws87
4354 fix reply-to-list bug. closes bug report
4355 "[633382] reply-to-list broken in recent cvs"
4357 2002-11-07 [paul] 0.8.5claws86
4360 add a forgotten '#if USE_GPGME ... #endif'
4362 2002-11-07 [paul] 0.8.5claws85
4364 * sync with 0.8.5cvs20
4365 see ChangeLog 2002-11-07
4367 2002-11-07 [colin] 0.8.5claws84
4370 Change folder_item_move_to to return the newly
4373 Select the new folderitem after moving.
4375 2002-11-07 [colin] 0.8.5claws83
4377 * src/prefs_filtering.c
4378 Fix rule rewriting when moving a leaf folder to a
4381 2002-11-07 [colin] 0.8.5claws82
4383 * src/prefs_filtering.c
4386 2002-11-07 [colin] 0.8.5claws81
4389 Add folder_item_move_to() function to move a
4390 folderitem into another one (updates matcher etc)
4392 Add folder drag'n drop (context menu to come)
4393 [Should be dataloss free, but Please backup before
4396 2002-11-06 [colin] 0.8.5claws80
4399 mh_create_folder() returns NULL if can't create
4402 2002-11-06 [paul] 0.8.5claws79
4405 allow 'on-the-fly' changing of the type of encryption
4406 and/or signing used (mime/ascii) via the compose window
4408 2002-11-06 [paul] 0.8.5claws78
4410 * sync with 0.8.5cvs19
4411 see ChangeLog 2002-11-06 for src/account.c:
4412 account_get_special_folder()
4414 2002-11-05 [alfons] 0.8.5claws77