1 2003-03-18 [christoph] 0.8.11claws27
4 fix imap using a tunnel command
8 2003-03-18 [christoph] 0.8.11claws26
13 rewrite flag handling for folders
15 2003-03-18 [christoph] 0.8.11claws25
20 unset NEW and UNREAD flags when message is ignored, to make
21 sure messages don't show up as unread on other IMAP clients,
22 because the IGNORE_THREAD flag can not be syncronized through
25 2003-03-17 [christoph] 0.8.11claws24
28 don't use recursion to fetch uids when the number of messages
29 does not match. Moved code into subfunction that is used
30 again when needed, to prevent an endless loop.
32 2003-03-17 [thorsten] 0.8.11claws23
35 export imageview_get_resized_size() (for plugins)
36 * src/prefs_common.[ch]
37 added prefs_common_get() (for plugins)
39 2003-03-17 [christoph] 0.8.11claws22
42 o remove UID guessing from copy code
43 o support UIDPLUS extension for APPEND command
45 2003-03-17 [paul] 0.8.11claws21
48 remove 'Compiled-plugins' section.
50 * src/plugins/dillo_viewer/dillo_viewer.c
51 slight change to description text
53 2003-03-16 [match] 0.8.11claws20
54 * src/ldapserver.[ch] ** NEW **
55 * src/ldapctrl.[ch] ** NEW **
56 * src/ldapquery.[ch] ** NEW **
57 * src/ldaputil.[ch] ** NEW **
58 * src/addrcindex.[ch] ** NEW **
59 * src/addrquery.h ** NEW **
64 * src/addressbook.[ch]
69 * src/editldap_basedn.c
73 included dynamic LDAP queries. improved address
76 2003-03-16 [paul] 0.8.11claws19
78 * tools/multiwebsearch.pl
81 2003-03-16 [christoph] 0.8.11claws18
84 * src/plugins/dillo_viewer/dillo_viewer.c
85 * src/plugins/mathml_viewer/mathml_viewer.c
86 make unregistering of MimeViewerFactorys possible
88 2003-03-16 [alfons] 0.8.11claws17
93 2003-03-16 [melvin] 0.8.11claws16
95 * src/plugins/dillo_viewer.c
96 Fixed bug where it was not possible to view more than
97 one text/html attachment per message (bug discovered
98 by Christoph Hohmann).
100 2003-03-15 [melvin] 0.8.11claws15
102 * src/prefs_actions.c
103 Fixed compilation warnings.
105 2003-03-15 [melvin] 0.8.11claws14
107 * src/plugins/Makefile.am
108 * src/plugins/dillo_viewer/.cvsignore ** NEW **
109 * src/plugins/dillo_viewer/Makefile.am ** NEW **
110 * src/plugins/dillo_viewer/dillo_viewer.c ** NEW **
111 Added a html mail viewer plugin that uses Dillo v0.7.0 or
112 newer (http://dillo.auriga.wearlab.de/).
114 2003-03-15 [christoph] 0.8.11claws13
117 don't query imap folder for attributes because we already
118 for them from imap_status
121 add support for plugable MimeViewers (unloading Viewers
124 * src/plugins/Makefile.am
125 * src/plugins/mathml_viewer/.cvsignore ** NEW **
126 * src/plugins/mathml_viewer/Makefile.am ** NEW **
127 * src/plugins/mathml_viewer/mathml_viewer.c ** NEW **
128 add MathML Viewer (Content-Type text/mathml) using GtkMathView
129 widget from http://helm.cs.unibo.it/mml-widget/
131 2003-03-14 [christoph] 0.8.11claws12
134 o error return code's should better be negative
135 o replace printf with debug_print
138 improve IMAP folder scan by checking UID-NEXT
141 remove check that are unnecessary in my opinion
143 2003-03-13 [christoph] 0.8.11claws11
152 * src/prefs_scoring.c
154 use a common function to get a displayable name
157 2003-03-13 [paul] 0.8.11claws10
161 tools/multiwebsearch.conf ** NEW FILE **
162 tools/multiwebsearch.pl ** NEW FILE **
163 add multiwebsearch Actions script
165 2003-03-13 [colin] 0.8.11claws9
168 Remove leading emtpy lines from quoted text
171 2003-03-13 [melvin] 0.8.11claws8
173 * src/prefs_actions.c
176 Added Cancel and OK buttons
179 2003-03-13 [christoph] 0.8.11claws7
189 replace more folder type stuff with folder class stuff
191 2003-03-13 [melvin] 0.8.11claws6
193 * src/prefs_actions.c
195 %u: user provided argument
196 %h: user provided argument (hidden on input)
197 %s: current text selection in the message view
199 2003-03-13 [paul] 0.8.11claws5
201 * sync with 0.8.11cvs5
202 see ChangeLog 2003-03-11, 2003-03-12
204 2003-03-12 [christoph] 0.8.11claws4
207 use folder class idstr when writing folderlist.xml
212 replace folder type checks with folder class checks
214 2003-03-12 [christoph] 0.8.11claws3
219 * src/mbox_folder.[ch]
222 o create a list of known folder classes in the folder system
223 o use folder class id strings for folder item identifiers
225 2003-03-12 [christoph] 0.8.11claws2
228 fix imap uid validity check
230 2003-03-12 [christoph] 0.8.11claws1
241 * src/prefs_scoring.c
245 initial restructuring of folder system, seperating
246 folders and folder classes
248 2003-03-12 [paul] 0.8.11claws
252 2003-03-12 [christoph]
254 * src/gtk/prefswindow.c
255 fix translation of "Page Index"
257 2003-03-12 [paul] 0.8.10claws110
259 a sync from 0.8.11cvs4 before the release
262 subject_compare_for_sort(): allow null strings (fixes
265 2003-03-11 [paul] 0.8.10claws109
268 update Spanish translation, submitted by
271 2003-03-11 [melvin] 0.8.10claws108
274 Updated French translations
276 2003-03-11 [paul] 0.8.10claws107
278 * manual/en/Makefile.am
280 update English manual, add a new page
281 updated by Francois Barriere <fbarriere@atmel.fr>
286 update Bulgarian, Italian, and Serbian translations
287 submitted by George Danchev, Alessandro Maestri, and
290 2003-03-10 [paul] 0.8.10claws106
293 src/gtk/prefswindow.c
294 make some strings translatable
296 2003-03-10 [darko] 0.8.10claws105
299 code cleanup to make Hiro happy
301 2003-03-10 [paul] 0.8.10claws104
303 * sync with 0.8.11cvs2
304 see ChangeLog 2003-03-10
306 2003-03-09 [melvin] 0.8.10claws103
309 textview_set_font(): fix for message display in
310 UTF-8 locales (thanks to Sergey Vlasov).
311 (was unintentionnaly reverted in 0.8.6claws6)
313 2003-03-08 [darko] 0.8.10claws102
316 fix infinite loop in wrapping as reported
318 obsoletes patch #696482
320 2003-03-08 [christoph] 0.8.10claws101
323 add workaround for IMAP servers that do not
324 support the "UID SEARCH UID" command
326 2003-03-07 [christoph] 0.8.10claws100
328 * src/plugins/spamassassin/spamassassin.[ch]
329 * src/plugins/spamassassin/spamassassin_gtk.c
332 2003-03-07 [paul] 0.8.10claws99
335 updated Spanish translation, submitted by
338 2003-03-07 [christoph] 0.8.10claws98
341 fix in 0.8.10claws94 was wrong
342 local delivery does not require escaping, remove escaping
343 code to make signatures of mails with "." lines valid
345 NOTE: requires that sendmail is executed with "-i" option,
346 what is the default now, but has to be changed in all
349 2003-03-07 [paul] 0.8.10claws97
351 * sync with 0.8.11 release
352 see ChangeLog 2003-03-07
354 2003-03-06 [paul] 0.8.10claws96
357 revert commit 0.8.10claws92
359 2003-03-06 [paul] 0.8.10claws95
362 fix (solaris) bug 73, 'Crash when selecting top-level folder'
365 fix bug 74, 'Crash opening editor window with pseudo-color
368 Patches submitted by Kevin Vigor <kevin@vigor.nu>
370 2003-03-06 [christoph] 0.8.10claws94
373 fix rfc2821 (4.5.2) violation in SMTP data sending,
374 all lines starting with a period get an extra period
376 (found by Simon 'corecode' Schubert)
378 2003-03-06 [paul] 0.8.10claws93
381 if configured font can't be loaded fall back to gtk
382 default. (with thanks to Christoph)
384 closes long-standing bug 15 'Crashes on startup'
386 2003-03-06 [paul] 0.8.10claws92
389 freeze text before autosave and thaw afterwards
390 fixes bug 67 'autosave make re-rediting message crazy'
392 2003-03-06 [christoph] 0.8.10claws91
395 ignore address comment in dupe check for Cc-list
397 (closes reopened bug 47 Replying to message strips name part of
398 e-mail addresses of Cc: lines)
400 2003-03-06 [paul] 0.8.10claws90
403 remove reference to gtkxtext.h as its no longer in
406 2003-03-06 [paul] 0.8.10claws89
408 * sync with 0.8.10cvs25
409 see ChangeLog 2003-03-06
411 2003-03-06 [oliver] 0.8.10claws88
416 2003-03-06 [oliver] 0.8.10claws87
419 remove changes introduced inclaws74
421 another attempt to sanely delete and update
422 messages deleted in separate messageview
424 2003-03-05 [christoph] 0.8.10claws86
427 check if "From" matches any account's address if
428 addressbook completion of addresses is disabled too
430 (closes Bug 70 "Display recipient in from" doesn't check
431 folder's default account)
433 2003-03-05 [christoph] 0.8.10claws85
436 * src/common/utils.[ch]
437 don't strip address comments when building Cc lists
439 (closes Bug 47 Replying to message strips name part of e-mail addresses
443 fix return value of copy function
445 2003-03-05 [christoph] 0.8.10claws84
448 don't ask imap server for non rfc822 headers
450 (closes bug 71 IMAP FETCH asks for FROM header field twice)
453 destroy session on socket error to allow reconnecting
455 2003-03-05 [christoph] 0.8.10claws83
458 fix building with gnome when no prefix is set
460 (closes bug 66 Gnome directory is set to NONE)
462 2003-03-05 [paul] 0.8.10claws82
464 * sync with 0.8.10cvs23
465 see ChangeLog 2003-03-05
467 2003-03-04 [christoph] 0.8.10claws81
470 o fix moving and copying when folder returns 0 for new
472 o remove some code for single message copy and move
473 operations and use functions for multiple messages
475 (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
478 remove unused include
480 2003-03-04 [paul] 0.8.10claws80
483 list 'Compiled plugins'
485 2003-03-03 [christoph] 0.8.10claws79
488 have to multiply the percentage of the current fetch with
489 the percentage that it has of the total fetch operation
492 2003-03-03 [christoph] 0.8.10claws78
495 fix calculation of expected lines for progress indicator
497 2003-03-03 [christoph] 0.8.10claws77
501 fix segfault when opening the root news folder
503 2003-03-03 [christoph] 0.8.10claws76
505 * src/mainwindow.[ch]
506 * src/common/Makefile.am
507 * src/common/progressindicator.[ch]
508 add UI independent progress indicator handling
511 use new progress indicator for message info fetching
516 2003-03-03 [oliver] 0.8.10claws75
520 removed commented code
522 2003-03-03 [oliver] 0.8.10claws74
525 cleanups and refactoring
527 compose_reply_mode reply & forwarding interface for
530 act on messages marked for deletion in folderview_selected
531 based on prefs_common.immediate_exec since a message might
532 have been deleted by messageview in a folder we are changing
533 to (does anybody understand what I'm on about ?)
535 2003-03-03 [oliver] 0.8.10claws73
537 * src/messageview.[ch]
539 - messageview_delete: delete message shown in messagview
540 - messageview_update_view: update messageview to currently
541 selected summaryview message
542 - add separate messageview to msgview_list in order to update
543 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
544 * src/summaryview.[ch]
545 summary_get_selection returns a list of selected msgs
548 toolbar reply refactoring
550 2003-03-03 [paul] 0.8.10claws72
552 * sync with 0.8.10cvs21
553 see ChangeLog 2003-03-03
555 2003-03-02 [christoph] 0.8.10claws71
557 * src/common/passcrypt.c
560 2003-03-02 [christoph] 0.8.10claws70
563 * src/prefs_account.c
565 * src/common/.cvsignore
566 * src/common/Makefile.am
567 * src/common/passcrypt.c ** NEW **
568 * src/common/passcrypt.h.in ** NEW **
569 Implement password encryption in config files
570 using unix encrypt and setkey functions. The crypt
571 key can be set as a configure parameter. Old
572 passwords will be converted if they do not begin
575 2003-03-02 [paul] 0.8.10claws69
577 * src/prefs_account.c
580 2003-03-01 [thorsten] 0.8.10claws68
588 corrected format strings
591 (fix compile errors with GNU gettext-0.11.5)
593 2003-03-01 [oliver] 0.8.10claws67
596 menu callbacks call toolbar_menu_reply
598 2003-03-01 [oliver] 0.8.10claws66
602 menu callbacks call toolbar_menu_reply
604 callbacks from menu handled by toolbar_menu_reply
606 2003-03-01 [paul] 0.8.10claws65
609 revert commit 0.8.10claws54 - breaks editing of
613 update Bulgarian translation, submitted by
616 2003-02-28 [christoph] 0.8.10claws64
622 * src/gtkxtext.h ** REMOVE **
629 * src/prefs_matcher.c
630 * src/procheader.[ch]
633 * src/common/ssl_certificate.c
634 * src/gtk/colorlabel.c
637 o remove code obsoleted by new cache and folder system rework
639 2003-02-28 [oliver] 0.8.10claws63
642 * fix bug where reply in Messageview replied to
643 Message displayed in summaryview
644 (reportedd via ML by chinatinte at gmx dot ch)
645 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
646 didn't work in separate MessageView Toolbar
647 (wondering if anybody uses this at all ?)
648 * src/summaryview.[ch]
649 use toolbar.c's toolbar_reply instead of summary_reply (removed)
650 (generalize reply and forward code);
652 remove focus_in event which updated summaryview to messageview
654 2003-02-28 [paul] 0.8.10claws62
657 add the --check option
658 Patch submitted by Ricardo Mones Lastra
660 2003-02-28 [paul] 0.8.10claws61
662 * src/prefs_account.c
663 re-order 'Signature' items
665 2003-02-28 [paul] 0.8.10claws60
667 * sync with 0.8.10cvs20
668 see ChangeLog 2003-02-28
670 2003-02-28 [paul] 0.8.10claws59
673 update to reflect recent movement of files
675 2003-02-28 [paul] 0.8.10claws58
677 * sync with 0.8.10cvs19
678 see ChangeLog 2003-02-28
680 2003-02-27 [martin] 0.8.10claws57
682 * src/prefs_matcher.c
683 fix segfault in prefs_matcher_ok() when the
684 last entry is deleted and prevents that the
685 message "entry not saved" comes up after deleting
688 2003-02-27 [martin] 0.8.10claws56
690 * src/prefs_filtering.c
691 fix segfault in prefs_filtering_ok() when the
692 last entry is deleted and prevents that the
693 message "entry not saved" comes up after deleting
696 2003-02-27 [paul] 0.8.10claws55
698 * sync with 0.8.10cvs18
699 see ChangeLog 2003-02-27
701 2003-02-27 [paul] 0.8.10claws54
704 fix bug where the address book crashes with
706 Patch [687729] submitted by David Frager
707 <dbfrager@users.sourceforge.net>
709 2003-02-25 [christoph] 0.8.10claws53
712 * src/colorlabel.[ch] ** REMOVE **
713 * src/gtk/Makefile.am
714 * src/gtk/colorlabel.[ch] ** NEW **
715 move colorlabel files to gtk directory
717 * src/esmtp.[ch] ** REMOVE **
718 has been merged into smtp.[ch] in 0.7.5
720 2003-02-25 [christoph] 0.8.10claws52
723 * src/about.[ch] ** REMOVE **
724 * src/gtk/Makefile.am
725 * src/gtk/about.[ch] ** NEW **
726 move about files to gtk directory
728 2003-02-25 [christoph] 0.8.10claws51
731 some code optimization of folder scanning code
733 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
735 2003-02-25 [christoph] 0.8.10claws50
738 * src/common/sylpheed.c
739 add command line parameter parsing to common code
741 2003-02-24 [christoph]
745 fix gnome prefix problems, the configure script now removed
746 `gnome-config --prefix` from `gnome-config --datadir`
747 and adds $(prefix} instead
749 (closes Bug 24 Makefile does not respect prefix when installing
752 2003-02-24 [christoph] 0.8.10claws49
755 check for valid session before trying to authenticate
757 (closes Bug 60 crash if "authenticate on logon" is activated
758 and newsserver-hostname is not valid)
760 2003-02-24 [melvin] 0.8.10claws48
762 * src/prefs_actions.c
763 Make sure all user's input is sent to the action and then
766 2003-02-23 [alfons] 0.8.10claws46
769 also wait cursor when deleting files
773 * tools/freshmeat_search.pl
774 tools/google_search.pl
775 scripts should now work for any browser/browser command line
777 2003-02-22 [christoph] 0.8.10claws45
780 fix IMAP flag setting, IMAP flag is not handled correctly
781 anymore by the folder system and information about the
782 folder should not be saved in the MsgInfo (in my opinion)
784 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
786 2003-02-22 [christoph] 0.8.10claws44
789 fix spelling of "label" ;-)
791 2003-02-22 [thorsten] 0.8.10claws43
794 src/prefs_common.[ch]
796 do not use description as attachment name
798 2003-02-22 [alfons] 0.8.10claws42
801 freeze/thaw folder item updates when changing color labels,
802 and put a wait cursors on
804 2003-02-22 [thorsten] 0.8.10claws41
807 save-all fixes: crash if invoked on multipart container,
808 mimeinfo access, pathseparators, error dialog
810 2003-02-21 [alfons] 0.8.10claws40
815 2003-02-21 [colin] 0.8.10claws39
820 2003-02-21 [colin] 0.8.10claws38
823 Freeze/thaw folderItem updates when filtering messages
824 via Tools/Filter messages
826 2003-02-21 [paul] 0.8.10claws37
829 revert commit 0.8.10claws26, there are ulterior motives
830 for users to set a Reply-To header when posting to
833 2003-02-21 [paul] 0.8.10claws36
835 * sync with 0.8.10cvs17
836 see ChangeLog 2003-02-21
838 2003-02-20 [christoph] 0.8.10claws35
841 IMAP UID fetch speedup using SEARCH
843 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
846 fix problem with UIDs in IMAP UID cache that no longer existed
848 2003-02-20 [christoph] 0.8.10claws34
853 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
855 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
858 Rewrite imap_cmd_gen_recv use sock_getline instead
859 of sock_gets to avoid problems with too long reply
862 2003-02-20 [colin] 0.8.10claws33
864 * src/prefs_account.c
867 2003-02-20 [colin] 0.8.10claws32
870 Remove useless '&& !to_sender'
875 change my e-mail address
877 2003-02-19 [colin] 0.8.10claws31
880 X11 style colors for every configurable color
882 2003-02-19 [alfons] 0.8.10claws30
886 for color_new accept both plain integers and X11 style color
887 names (as found in /usr/lib/X11/rgb.txt)
889 2003-02-19 [paul] 0.8.10claws29
892 add tooltips to online/offline button and account selector
895 2003-02-19 [paul] 0.8.10claws28
899 src/prefs_account.[ch]
900 src/prefs_common.[ch]
901 move 'Maximum number of articles to download' to
903 clean up account prefs gui a little by hiding entries
904 rather then greying out entries
906 2003-02-19 [hiro] 0.8.10claws27
909 fix bug #54 'yesterdays date is displayed in the message
912 2003-02-19 [paul] 0.8.10claws26
915 fix bug reported in Feature Request [688596]
916 'Reply-to header in news'
918 2003-02-18 [paul] 0.8.10claws25
921 add a 'List all keys' button to key selection dialog
923 2003-02-18 [colin] 0.8.10claws24
928 2003-02-18 [colin] 0.8.10claws23
930 * src/common/smtp.[ch]
932 Try to starttls if it seems to be the only
933 way to authenticate a user
935 2003-02-18 [paul] 0.8.10claws22
939 src/stock_pixmap.[ch]
940 src/pixmaps/drafts_close.xpm ** NEW FILE **
941 src/pixmaps/drafts_open.xpm ** NEW FILE **
942 as a Drafts folder is a special folder allow it to have
945 2003-02-18 [colin] 0.8.10claws21
948 Fix port selection when using starttls
950 2003-02-18 [paul] 0.8.10claws20
953 src/prefs_common.[ch]
954 make blue the default new mail colour
956 2003-02-18 [paul] 0.8.10claws19
958 * sync with 0.8.10cvs14
959 see ChangeLog 2003-02-18
961 2003-02-17 [jens] 0.8.10claws18
964 fixed a compile problem with gcc 3.3
965 works on 2.95.3 too (testet on PPC as it is big endian)
967 2003-02-17 [paul] 0.8.10claws17
969 * sync with 0.8.10cvs13
970 see ChangeLog 2003-02-17
972 2003-02-17 [paul] 0.8.10claws16
974 * sync with 0.8.10cvs12
975 see ChangeLog 2003-02-17
977 2003-02-16 [match] 0.8.10claws15
980 Eliminates reloading of address data when items
981 deleted or added. Applied submitted by
982 Luke Plant <lukeplant@softhome.net>
984 2003-02-16 [paul] 0.8.10claws14
987 when a 'protocol error' is encountered disconnect from
988 the server. This means that the user can carry on viewing
989 other articles and doesn't have to either wait until the
990 server timesout or quit sylpheed.
991 Fixes bug #53 'Unable to read messages in newsgroups,
992 displayed message doesn't change'
994 2003-02-15 [christoph] 0.8.10claws13
997 fix bug that stopped scanning of folders when an
998 IMAP folder was empty
1000 (closes bug 46 stop scan messages in folders after empty folder)
1006 tools/freshmeat_search.pl ** NEW FILE **
1007 tools/google_search.pl ** NEW FILE **
1008 Add 2 Actions scripts which search freshmeat/google
1009 for the selected text using the browser configured
1012 Note: These scripts are very dependent on the format of the
1013 browser command and may not work on every occasion. Testing
1016 2003-02-14 [alfons] 0.8.10claws12
1019 fix breakage because of uninitialized account pointer.
1022 2003-02-14 [paul] 0.8.10claws11
1025 src/prefs_account.[ch]
1026 src/prefs_common.[ch]
1027 move signature settings to Account Prefs
1029 2003-02-14 [paul] 0.8.10claws10
1031 * sync with 0.8.10cvs11
1032 see ChangeLog 2003-02-14
1034 2003-02-13 [thorsten] 0.8.10claws9
1037 revert news progressbar (GUI separation)
1039 2003-02-13 [paul] 0.8.10claws8
1042 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1045 2003-02-13 [paul] 0.8.10claws7
1049 fix 'Follow-up and Reply-to' so that it creates a reply to
1050 the newsgroup and the sender. If the message has the keyword
1051 'poster' in the Followup-To header, all replies go to the
1052 sender, re: RFC 1036, Section 2.2.3
1053 rename all instances of 'ignore_replyto' to 'to_sender', both
1054 were previously used, now we use just one.
1056 2003-02-13 [paul] 0.8.10claws6
1058 * sync with 0.8.10cvs9
1059 see ChangeLog 2003-02-13
1061 2003-02-13 [paul] 0.8.10claws5
1064 show which plugins are configured in the configure
1067 2003-02-12 [thorsten] 0.8.10claws4
1070 show progress while fetching news headers
1072 2003-02-12 [christoph] 0.8.10claws3
1075 * src/plugins/Makefile.am
1076 use AM_CONDITIONAL to enable plugins, automake correctly
1077 manages this when creating distdir
1079 2003-02-12 [christoph] 0.8.10claws2
1081 * ac/spamassassin.m4
1082 * src/plugins/spamassassin/Makefile.am
1083 fix building SpamAssassin plugin without OpenSSL
1085 2003-02-12 [paul] 0.8.10claws1
1089 src/plugins/Makefile.am
1090 fix failure of 'make release'
1092 2003-02-12 [paul] 0.8.10claws
1094 * 0.8.10claws released
1096 2003-02-12 [paul] 0.8.9claws56
1103 updated translations by George Danchev, Ricardo Mones Lastra,
1104 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1107 Allow the building of RPMs by a regular user. Submitted
1110 2003-02-11 [alfons] 0.8.9claws55
1113 don't use pixmaps for label color rect but draw rectangles
1114 so we can respect the color map of palette based visuals
1115 (fixes the long time crashes on Suns - thanks to Andreas
1116 Engel and Steve O'Hara-Smith for testing)
1118 2003-02-11 [christoph] 0.8.9claws54
1120 * src/matcher_parser_parse.y
1121 correct bug where filering rules of not existing folders in
1122 matcherrc were added to global filtering
1124 (closes Debian Bug #180253 - Directory's filter-rules are merged with
1125 main filter-rules after removing directory, http://bugs.debian.org/180253)
1127 2003-02-11 [paul] 0.8.9claws53
1129 * sync with 0.8.10cvs7
1130 see ChangeLog 2003-02-09
1132 2003-02-11 [melvin] 0.8.9claws52
1135 Updated French tranlsations
1137 2003-02-10 [paul] 0.8.9claws51
1140 correct --enable-openssl
1141 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1143 2003-02-09 [martin] 0.8.9claws50
1145 * src/prefs_matcher.c
1146 fix segfault in prefs_matcher_substitute_cb() when
1149 2003-02-09 [paul] 0.8.9claws49
1152 fix bug where a newsgroup folder's processing rules were
1153 merged with the global filtering rules when the newsgroup
1154 folder was deleted, causing some seriously bad results,
1155 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1157 2003-02-08 [melvin] 0.8.9claws48
1160 Corrected and modified an alert message.
1162 2003-02-07 [paul] 0.8.9claws47
1165 fix bug where both an 'Account properties' window and a
1166 'Folder properties' window were opened when clicking on
1167 'Properties' in an NNTP or IMAP folder's popup menu.
1169 2003-02-07 [paul] 0.8.9claws46
1171 * sync with 0.8.10cvs6
1172 see ChangeLog 2003-02-06
1174 2003-02-06 [christoph] 0.8.9claws45
1177 freeze folder updates while importing mbox files
1178 (closes bug 43 importing mbox took hours)
1180 Patch submitted by Jens Rantil <jens.rantil@telia.com>
1182 2003-02-06 [thorsten] 0.8.9claws44
1185 Updated german translations
1187 2003-02-06 [thorsten] 0.8.9claws43
1190 use guint for message numbers (fix count in grouplist dialog)
1192 2003-02-05 [paul] 0.8.9claws42
1194 * sync with 0.8.10cvs2
1195 see ChangeLog 2003-02-05
1197 2003-02-04 [colin] 0.8.9claws41
1199 * src/prefs_common.[ch]
1202 Add an option to disable threading by subject
1204 2003-02-04 [christoph] 0.8.9claws40
1207 only abort fetching mails from multiple accounts when the
1208 error is fatal and does not allow to check any more accounts
1209 (currently only disk full error)
1211 (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1212 receive mails for other accouts)
1214 2003-02-04 [christoph] 0.8.9claws39
1217 first add the new message to the cache, then
1218 send the update notification
1220 (closes bug 39 after sending message folderview doesnt get updated)
1222 2003-02-04 [colin] 0.8.9claws38
1225 _really_ fix this Connecting... status
1227 2003-02-04 [paul] 0.8.9claws37
1230 see ChangeLog 2003-02-04
1232 2003-02-04 [paul] 0.8.9claws36
1234 * sync with 0.8.9cvs6
1235 see ChangeLog 2003-02-03
1237 2003-02-04 [paul] 0.8.9claws35
1240 updated by André Filipe de Assunção e Brito
1241 <bedecko@netsite.com.br>
1243 2003-02-03 [thorsten] 0.8.9claws34
1246 Updated german translations
1248 2003-02-02 [paul] 0.8.9claws33
1251 updated by Ricardo Mones Lastra
1253 2003-02-02 [thorsten] 0.8.9claws32
1256 Fix mh_get_msginfo() segfault if file is inaccessible
1258 2003-01-31 [colin] 0.8.9claws31
1261 Fix last commit's bug
1263 2003-01-31 [colin] 0.8.9claws30
1266 Missing a change for gpg-signed messages
1268 2003-01-31 [paul] 0.8.9claws29
1270 * src/pixmaps/gpg_signed.xpm ** NEW FILE **
1272 src/stock_pixmap.[ch]
1274 indicate GnuPG signed messages by displaying an icon
1275 in the Attachment column.
1277 2003-01-31 [paul] 0.8.9claws28
1279 * sync with 0.8.9cvs4
1280 see ChangeLog 2003-01-31
1282 2003-01-31 [alfons] 0.8.9claws27
1285 tune URI parser to accept mailto URLs with a '?'
1286 (patch from Ruslan Balkin)
1288 2003-01-31 [colin] 0.8.9claws26
1291 Fix a leak introduced in claws24
1293 2003-01-31 [colin] 0.8.9claws25
1296 Freeze/Thaw folder updates when deleting dups
1298 2003-01-31 [colin] 0.8.9claws24
1303 little speed improvements
1305 2003-01-31 [colin] 0.8.9claws23
1308 Fix segfault when forwarding nothing
1309 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1311 2003-01-30 [paul] 0.8.9claws22
1313 * sync with 0.8.9cvs3
1314 see ChangeLog 2003-01-30
1316 2003-01-30 [paul] 0.8.9claws21
1318 * sync with 0.8.9cvs2
1319 see ChangeLog 2003-01-30
1321 2003-01-29 [paul] 0.8.9claws20
1323 * sync with 0.8.9cvs1
1324 see ChangeLog 2003-01-29
1326 2003-01-28 [paul] 0.8.9claws19
1329 update to reflect changes.
1330 thanks to Ricardo Mones Lastra
1332 2003-01-27 [christoph] 0.8.9claws18
1335 * ac/spamassassin.m4
1336 * src/plugins/spamassassin/README
1337 * src/plugins/spamassassin/libspamc.[ch]
1338 * src/plugins/spamassassin/utils.[ch]
1339 updated to latest libspamc
1341 2003-01-27 [christoph] 0.8.9claws17
1344 fix wrong use of procheader_get_header_fields
1346 2003-01-27 [christoph] 0.8.9claws16
1349 * src/prefs_account.[ch]
1350 * src/common/nntp.[ch]
1351 allow to force authentication for NNTP servers
1353 Patch submitted by Florian Mickler <dmk@d-labs.de>
1355 2003-01-26 [paul] 0.8.9claws15
1358 speed up of marking messages as read
1359 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1361 2003-01-26 [christoph] 0.8.9claws14
1364 * src/mgutils.[ch] ** REMOVE **
1365 * src/xml.[ch] ** REMOVE **
1366 * src/xmlprops.[ch] ** REMOVE **
1367 * src/common/Makefile.am
1368 * src/common/mgutils.[ch] ** NEW **
1369 * src/common/xml.[ch] ** NEW **
1370 * src/common/xmlprops.[ch] ** NEW **
1371 move xml files to common directory
1373 2003-01-26 [christoph] 0.8.9claws13
1375 * src/plugins/spamassassin/spamassassin_gtk.c
1376 only set gtk entry text if string is available
1378 2003-01-26 [melvin] 0.8.9claws12
1380 * src/description_window.c
1381 Allow resizing of the window
1382 Allow automatic horizontal scroll bar
1383 Do not vertically expand and fill
1385 2003-01-26 [christoph] 0.8.9claws11
1388 * src/gtkutils.[ch] ** REMOVE **
1389 * src/common/sylpheed.c
1390 * src/gtk/Makefile.am
1391 * src/gtk/description_window.c
1392 * src/gtk/gtkutils.[ch] ** NEW **
1393 * src/gtk/prefswindow.c
1394 move gtkutils to gtk directory
1396 2003-01-26 [paul] 0.8.9claws10
1399 rename summary_unread_clicked() to summary_status_clicked()
1401 2003-01-26 [melvin] 0.8.9claws9
1403 * src/prefs_actions.c
1404 Cosmetical changes to the help text
1406 2003-01-26 [paul] 0.8.9claws8
1411 src/prefs_sumamry_column.c
1413 rename the 'Unread' column to 'Status'
1415 2003-01-25 [match] 0.8.9claws7
1418 removed reference to LDAP constants. removed error2string.
1419 included functions to support LDAP dynamic queries.
1421 moved LDAP constants here.
1425 removed references to LDAP constants and references to
1428 2003-01-25 [paul] 0.8.9claws6
1431 summary_thread_build(), summary_thread_init(): remove
1432 unneeded reference to summaryview->folder_item
1434 2003-01-25 [christoph] 0.8.9claws5
1436 * src/gtk/description_window.c
1437 o allow description texts to expand over multiple columns
1438 o translate all columns
1439 * src/prefs_actions.c
1440 change syntax description to use new multi column feature
1442 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1444 2003-01-25 [match] 0.8.9claws4
1447 fixed bug with Quoted-Printable
1449 2003-01-25 [paul] 0.8.9claws3
1452 src/summaryview.[ch]
1453 implement per-folder collapsed/expanded threads setting
1455 * src/prefs_common.c
1456 remove global collapsed/expanded threads option
1458 2003-01-25 [christoph] 0.8.9claws2
1461 add pluginwindow and prefswindow
1463 make send respond correctly to messages that could be added
1464 to the queue folder, but the UID of the message is unknown
1467 don't return guessed UIDs in imap_add_msg anymore. We return
1468 0 to tell the folder system it was appened but the UID is
1469 unknown. Folder system now get's the UID by scaning the folder
1470 and searching the cache for the Message-ID
1471 (closes bug #29 Messages queued, but not sent)
1473 2003-01-25 [paul] 0.8.9claws1
1476 conv_encode_header(): fix bug when long headers with 8-bit
1477 characters are used, so that the encoded words are wrapped.
1478 If the space in the original text falls on the wrap boundary,
1480 Patch by Sergey Vlasov.
1483 fix bug where a change to the sorting method or thread view
1484 of a folder's messages is lost if simpify-subject is set and
1486 Patch by Luke Plant.
1488 2003-01-24 [paul] 0.8.9claws
1490 * sylpheed-0.8.9claws released
1494 remove reference to 'INSTALL.jp'
1496 2003-01-23 [paul] 0.8.8claws128
1502 updated translations. submitted by Ricardo Mones Lastra,
1503 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1505 2003-01-23 [colin] 0.8.8claws127
1508 Fix drafted and queued news articles re-edition
1510 2003-01-23 [melvin] 0.8.8claws126
1513 Updated French translations
1515 2003-01-23 [colin] 0.8.8claws125
1518 Fix "Connecting to..." status message
1520 2003-01-22 [paul] 0.8.8claws124
1523 updated by George Danchev
1526 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1529 2003-01-21 [paul] 0.8.8claws123
1532 updated by George Danchev
1538 don't translate 'Separator'
1540 * src/plugins/spamassassin/Makefile.am
1541 add aspell to CPPFLAGS
1543 * src/plugins/spamassassin/spamassassin.c
1544 src/plugins/spamassassin/spamassassin_gtk.c
1545 set correct default for spamassassin_receive_spam
1546 slightly re-word descriptions and some
1549 2003-01-19 [alfons] 0.8.8claws122
1552 mimeview_save_as(): we might as well show the file name for
1553 the single case "Save As" too
1555 2003-01-19 [alfons] 0.8.8claws121
1558 change bug tracker URL to bugzilla URL
1560 2003-01-19 [alfons] 0.8.8claws120
1563 mimeview_save_all(): display name of file before overwriting;
1564 continue saving all, even when one overwrite was cancelled
1566 2003-01-19 [christoph] 0.8.8claws119
1570 fix wrong usage of procmsg_find_children in summaryview
1571 by using procmsg_update_unread_children instead of
1572 summaryview_update_unread_children
1574 2003-01-19 [christoph] 0.8.8claws118
1577 fix infinite loop in procmsg_find_children
1578 (closes bug #25 sylpheed crashes on delete.)
1580 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1582 2003-01-19 [paul] 0.8.8claws117
1585 updated by Ivan Francolin Martinez
1587 2003-01-18 [melvin] 0.8.8claws116
1589 * src/prefs_actions.c
1590 Removed syntax limitation of only one '&' at the end of command.
1591 Now actions that contain '>/dev/null 2>&1' are possible.
1593 2003-01-18 [melvin] 0.8.8claws115
1595 * src/prefs_actions.c
1596 Actions IO dialog: when the action ends
1597 the "Close" button now has focus and [Escape] closes the
1600 2003-01-18 [christoph] 0.8.8claws114
1603 o add debug output when MsgInfos are really freed
1604 o free GSLists in procmsg_find_children and
1605 procmsg_update_unread_children
1607 2003-01-18 [christoph] 0.8.8claws113
1610 reorder Configuration menu
1612 2003-01-18 [christoph] 0.8.8claws112
1615 fix applying templates to forwarded messages
1617 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1619 2003-01-17 [christoph] 0.8.8claws111
1622 destroy folder items, when a folder item is removed
1624 2003-01-17 [christoph] 0.8.8claws110
1627 fix wrong folder stats update when ignored message is
1630 2003-01-17 [colin] 0.8.8claws109
1634 Quicksearch bugfixes:
1635 - hide help button at startup if not extended
1636 - switch to extended when looking for replies
1640 * sync with 0.8.9 release
1642 2003-01-17 [paul] 0.8.8claws108
1644 * sync with 0.8.8cvs11
1645 see ChangeLog 2003-01-17
1647 2003-01-16 [colin] 0.8.8claws107
1650 Changed encryption test to re-ask passphrase
1651 if an encrypted message hasn't been decrypted
1654 2003-01-16 [christoph] 0.8.8claws106
1657 * src/prefs_toolbar.c
1658 * src/gtk/prefswindow.h
1659 * src/plugins/spamassassin/spamassassin_gtk.c
1660 remove page destroy function that is not used anymore
1662 2003-01-16 [paul] 0.8.8claws105
1664 * sync with 0.8.8cvs9
1665 see ChangeLog 2002-01-16
1667 2003-01-16 [colin] 0.8.8claws104
1670 Fix bug with autosaved drafts for IMAP, when draft
1671 folder is specified - fixes bugzilla bug #20
1673 2003-01-15 [paul] 0.8.8claws103
1677 store folder and message-id of message forwarding
1678 in queue header and set forward flag after sending
1680 2003-01-15 [paul] 0.8.8claws102
1682 * sync with 0.8.8cvs8
1683 see ChangeLog 2002-01-15
1685 2003-01-15 [colin] 0.8.8claws101
1688 Fix linking with GNU libiconv
1690 2003-01-15 [darko] 0.8.8claws100
1693 fix crash when importing pine address book
1694 entry with an empty name (reported by DY
1695 <dybulk at tri8.net>)
1697 2003-01-14 [paul] 0.8.8claws99
1699 * configure.in ** REMOVED **
1700 configure.ac ** NEW FILE **
1701 rename configure.in to configure.ac, as it is now
1704 2003-01-14 [melvin] 0.8.8claws98
1707 folderview_check_new(): More precise function description
1709 2003-01-14 [melvin] 0.8.8claws97
1712 folderview_check_new(): return the number of new messages
1715 inc_account_mail(): Disable counting of new messages for IMAP
1716 and NNTP until bug [19] and [14] are fixed.
1718 2003-01-14 [paul] 0.8.8claws96
1720 * sync with 0.8.8cvs6
1721 see ChangeLog 2003-01-14
1723 2003-01-13 [alfons] 0.8.8claws95
1726 tune email address validation (c. 0.8.8claws89): if . is
1727 just one char away from @, the address is invalid too
1728 (correctly rejects addresses like foo@.com)
1730 2003-01-13 [paul] 0.8.8claws94
1734 fixes to the Message View toolbar and menu:
1735 fix non-functioning Forward button
1736 make Reply button consider default_reply_list
1737 remove 'Follow-up...' menu entry
1738 add 'Forward' and 'Redirect' menu entries
1740 2003-01-13 [melvin] 0.8.8claws93
1743 Fixed typo that could make new messages count incorrect.
1745 2003-01-13 [melvin] 0.8.8claws92
1747 * src/folderview.[ch]
1748 folderview_check_new(): return the number of new messages.
1750 Should fix bug [14] where new mail notification worked
1751 incorrectly with IMAP accounts.
1752 inc_spool_account(): return number of new msgs, or -1 on error
1753 inc_all_spool(): return number of new msgs
1755 2003-01-13 [melvin] 0.8.8claws91
1757 * src/prefs_actions.c
1760 2003-01-12 [thorsten] 0.8.8claws90
1762 * src/common/prefs.c
1763 close file before rename
1765 2003-01-12 [alfons] 0.8.8claws89
1768 add Christian Mertes
1769 * src/common/utils.[ch]
1770 g_stricase_hash(), g_stricase_equal(): functions for
1771 case insensitive hash tables
1773 use top level domain names to validate email address, based
1774 on a patch by Christian Mertes (thanks!), but changed
1775 implementation to use a hash table
1777 2003-01-12 [paul] 0.8.8claws88
1780 updated by George Danchev
1782 2003-01-12 [alfons] 0.8.8claws87
1785 delete / execute performance: use new style folder update
1787 2003-01-12 [paul] 0.8.8claws86
1789 * sync with 0.8.8cvs5
1790 see ChangeLog 2003-01-13 (!)
1792 2003-01-12 [alfons] 0.8.8claws85
1795 * src/matcher_parser_parse.y
1796 prepare change_score filtering action
1798 give up const-correctness on functions that call non-const-correct functions;
1799 several casts to gpointer in g_free();
1802 2003-01-12 [christoph] 0.8.8claws84
1807 * src/gtk/prefswindow.[ch]
1808 * src/plugins/spamassassin/spamassassin_gtk.c
1809 changed the call of the widget create function
1810 for PrefsPages, because sometimes the widget
1811 create function needs a widget that already has
1812 been attached to a window (to create GDK pixmaps
1813 for exmaple). So we simply pass the GtkWindow as
1814 the second parameter now.
1818 * src/prefs_toolbar.[ch]
1819 rewrite Toolbar Preferences using the new
1822 2003-01-11 [alfons] 0.8.8claws83
1825 fix crash when adding sender to addressbook because status bar
1826 isn't there (the status bar doesn't seem to be used though,
1827 but I'll let Match decide what to do with it)
1829 2003-01-11 [colin] 0.8.8claws82
1833 Two useless changes reversed
1835 2003-01-11 [colin] 0.8.8claws81
1839 Add mainwindow_get_mainwindow()
1842 Add alertpanel_error_log()
1849 Network errors get a View Log button
1851 2003-01-10 [alfons] 0.8.8claws80
1853 * src/prefs_toolbar.c
1855 use the translatable string for "Separator" as file name for
1856 separator toolbar items (probably make this uppercase?)
1858 2003-01-10 [alfons] 0.8.8claws79
1860 * src/prefs_toolbar.c
1861 put right A_SEPARATOR description string in "displayed
1862 toolbar items list" so manually added separators are
1863 saved correctly (bug #10, "Adding a separator to the main
1864 toolbar fails, entry in xml file is wrong")
1866 2003-01-10 [christoph] 0.8.8claws78
1870 o use CAPABILITY to check if NAMESPACE is available
1872 2003-01-10 [christoph] 0.8.8claws77
1875 apply UIDPLUS IMAP extension support patch
1877 Patch submitted by Simon 'corecode' Schubert
1879 2003-01-10 [paul] 0.8.8claws76
1882 a sync from main which fixes the news account folders'
1885 2003-01-10 [christoph] 0.8.8claws75
1888 don't accept 0 as a valid uid returned by copy and move
1889 functions. 0 means the message was copied or moved but the
1890 new uid could not be fetched. It is not an error condition
1891 for the copy or move operation.
1893 2003-01-10 [paul] 0.8.8claws74
1895 * src/prefs_filtering.c
1896 change English used in Alert when entry is not
1899 * sync with 0.8.8cvs4
1900 see ChangeLog 2003-01-10
1902 2003-01-10 [darko] 0.8.8claws73
1905 fix crash when importing address book entry
1906 without a valid address
1908 2003-01-09 [alfons] 0.8.8claws72
1911 filtering performance: use new style folder update
1913 2003-01-09 [christoph] 0.8.8claws71
1917 fix wrong selecting of mime encoding type, when
1918 opening property dialog of attachments in the
1919 compose window. 7bit was always selected and that
1920 destoryed files with 8bit data.
1921 (closes bug #9 Sylpheed-claws destroys attachments when
1922 changing MIME-types)
1924 2003-01-09 [paul] 0.8.8claws70
1926 * sync with 0.8.8cvs3
1927 see ChangeLog 2003-01-09
1929 2003-01-08 [alfons] 0.8.8claws69
1932 apply patch by Kim Schulz to fix build breakage
1933 because of missing variable
1935 2003-01-08 [paul] 0.8.8claws68
1937 * sync with 0.8.8cvs2
1938 see ChangeLog 2002-01-08
1940 2003-01-08 [paul] 0.8.8claws67
1943 updated by Alessandro Maestri
1946 when using 'Add sender to addressbook' allow
1947 name to be edited and remarks to be entered
1948 Patch submitted by Luke Plant
1950 2003-01-08 [darko] 0.8.8claws66
1952 * README.claws, src/summaryview.c
1953 fix description for marked messages
1958 tools/launch_phoenix ** NEW FILE **
1959 add script that enables using Phoenix as the default
1961 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
1963 * tools/OOo2sylpheed.pl
1964 remove full path to sylpheed executable, just 'sylpheed'
1968 add launch_phoenix informtion and re-arrange and compress
1971 2003-01-07 [christoph] 0.8.8claws65
1974 fix update for source folder when moving messages
1977 use function to set to_folder for message infos and
1978 automatically update the op_count for old and new
1981 2003-01-07 [melvin] 0.8.8claws64
1983 * src/prefs_actions.c
1984 Fixed bug where an '%p' Action on a displayed image crashed
1986 Code clean up (get rid of duplicated code and removed unnecessary
1989 2003-01-07 [christoph] 0.8.8claws63
1999 * src/prefs_folder_item.c
2003 o remove all folder update triggering from the UI code. The folder
2004 system should know much better when a folder needs an update.
2005 o to prevent multiple updates in a row the folder updates can be
2006 frozen for some time.
2008 Note: - Please verify that no updates are missing
2009 - Check where freeze/thaws should be added
2011 2003-01-07 [christoph] 0.8.8claws62
2013 * src/prefs_actions.c
2014 don't translate empty strings
2016 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2018 2003-01-06 [christoph] 0.8.8claws61
2020 * src/prefs_actions.c
2021 mark strings for gettext
2022 * src/prefs_matcher.c
2023 use new description window for Execute action and
2024 match condition in Filtering
2026 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2028 2003-01-06 [alfons] 0.8.8claws60
2030 keep myself inspired to re-organize matcher part 8;
2031 yes, more to come (I need to move out the descriptive
2032 text for actions to matcher.c, or at least make it not
2033 depend on the wicked ordering)
2035 * src/prefs_matcher.c
2036 add documentation so others may comprehend the
2037 UI part of the conditions
2039 2003-01-06 [christoph] 0.8.8claws59
2041 * src/prefs_actions.c
2042 use new description window for syntax help
2043 * src/gtk/description_window.c
2044 fix display of descriptions with column count != 2
2046 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2048 2003-01-06 [christoph] 0.8.8claws58
2051 * src/summaryview.[ch]
2052 * src/gtk/Makefile.am
2053 * src/gtk/description_window.[ch] ** NEW **
2054 use a generic window to display syntax descriptions
2055 currently used in quote_fmt and summaryview (new description
2056 for extended quick search)
2058 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2060 2003-01-06 [paul] 0.8.8claws57
2062 * sync with 0.8.8cvs1
2063 see ChangeLog 2003-01-06
2065 2003-01-06 [christoph] 0.8.8claws56
2068 * src/prefs_gtk.[ch]
2069 * src/gtk/prefswindow.[ch]
2070 * src/plugins/spamassassin/spamassassin_gtk.c
2071 o remove page management from prefswindow, pages
2072 will be an argument to prefswindow_open
2073 o prefswindow_open gets a datapointer that is
2074 passed to the widget_create function to allow
2075 creation of prefswindow for specific items
2077 2003-01-06 [colin] 0.8.8claws55
2080 We don't want regexp in the reply-finder,
2081 because MIDs can contain !,$,. and so on
2083 2003-01-06 [jens] 0.8.8claws54
2086 fixed a wrong free in jpilot_read_db_files
2088 2003-01-06 [alfons] 0.8.8claws53
2090 re-organize matcher part 8; more to come
2093 matcherprop_to_string(): put g_free()s before the
2094 switch-case break to fix memleaks
2096 2003-01-06 [colin] 0.8.8claws52
2099 cleanup & reply-finder now displays the first
2102 2003-01-05 [alfons] 0.8.8claws51
2104 re-organize matcher part 7; more to come
2107 fixes for constant correctness;
2110 2003-01-05 [alfons] 0.8.8claws50
2112 re-organize matcher part 6; more to come
2115 fixes for constant correctness;
2118 fix for constant correctness
2120 2003-01-05 [colin] 0.8.8claws49
2123 Add account_get_reply_account function
2125 Use account_get_reply_account function
2127 Basic reply-finder - click on the replied
2128 icon gets you to the outbox using quick-search
2130 2003-01-05 [paul] 0.8.8claws48
2132 * src/prefs_common.c
2133 small change to English
2135 * src/prefs_filtering.c
2136 prefs_filtering_action_select(): improve logic and uniformity
2139 2003-01-05 [alfons] 0.8.8claws47
2141 fine tune solution to focus problems (bug #7)
2144 mainwindow_focus_in_event(): remove grab event check
2146 summary_button_pressed(): move selection on right-click
2147 too. we can't possibly move the selection back after
2148 canceling a dialog, because gtk's incomplete focus
2149 management. whether this is a good solution, only time
2152 2003-01-05 [christoph] 0.8.8claws46
2155 fix crash when no imap connection could be established
2157 2003-01-05 [paul] 0.8.8claws45
2162 fix bug 605957 'shortcuts in popup-menu'
2163 make user-defined shortcuts work
2164 show shortcuts that are already defined
2166 Patch submitted by Luke Plant
2168 2003-01-05 [alfons] 0.8.8claws44
2171 focus_in_event handler should not select summary view row
2172 when another window (menu, dialog) grabbed for events
2173 (bug #7, "[0.8.8claws42] Message summary focus")
2175 2003-01-04 [christoph] 0.8.8claws43
2178 update save folder after adding the sent message
2179 (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2181 2003-01-02 [christoph] 0.8.8claws42
2183 * src/common/plugin.c
2184 fix unloading of all plugins and unload
2185 plugins in reverse order
2187 * src/gtk/pluginwindow.c
2188 implement function of load and unload button
2190 * src/gtk/prefswindow.c
2191 * src/gtk/prefswindow.h
2192 rename register function and add new unregister
2195 * src/plugins/spamassassin/spamassassin_gtk.c
2196 unregister prefs page and update for changes in
2197 src/gtk/prefswindow.c
2199 2003-01-02 [paul] 0.8.8claws41
2202 updated by Ricardo Mones Lastra
2207 fixes and improvements by Urke MMI
2209 2003-01-02 [thorsten] 0.8.8claws40
2212 fixed wrong return value
2214 2003-01-02 [thorsten] 0.8.8claws39
2217 fixed printing wrong variable
2219 2003-01-02 [thorsten] 0.8.8claws38
2222 fixed acessing members of freed pfile struct
2224 2003-01-02 [thorsten] 0.8.8claws37
2227 detect loops across several messages
2228 as suggested by Christoph Hohmann
2230 2003-01-01 [match] 0.8.8claws36
2233 fixed another memory leak.
2235 2003-01-01 [match] 0.8.8claws35
2238 fixed memory leaks. applied Doxygen comments.
2240 2003-01-01 [thorsten] 0.8.8claws34
2243 inhibit endless loop if msg references itself
2244 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2246 2003-01-01 [christoph] 0.8.8claws33
2249 * src/gtk/Makefile.am
2250 * src/gtk/pluginwindow.c ** NEW **
2251 * src/gtk/pluginwindow.h ** NEW **
2254 * src/plugins/demo/demo.c
2255 * src/plugins/spamassassin/spamassassin.c
2256 * src/plugins/spamassassin/spamassassin_gtk.c
2257 write better plugin descriptions
2259 2002-12-31 [christoph] 0.8.8claws32
2261 * src/gtk/prefswindow.c
2262 * src/plugins/spamassassin/spamassassin_gtk.c
2263 some small improvements to GTK code
2265 2002-12-31 [christoph] 0.8.8claws31
2267 * src/plugins/spamassassin/spamassassin_gtk.c
2268 enable folder select button
2270 2002-12-31 [christoph] 0.8.8claws30
2273 * src/gtk/Makefile.am
2274 * src/gtk/prefswindow.c ** NEW **
2275 * src/gtk/prefswindow.h ** NEW **
2276 add new prefs window
2278 * src/common/plugin.c
2279 don't try to load empty config lines
2281 * src/plugins/spamassassin/Makefile.am
2282 * src/plugins/spamassassin/spamassassin.c
2283 * src/plugins/spamassassin/spamassassin.h ** NEW **
2284 * src/plugins/spamassassin/spamassassin_gtk.c ** NEW **
2285 GTK config for SpamAssassin Plugin using
2286 the new prefs window
2288 2002-12-31 [paul] 0.8.8claws29
2291 remove obsolete entry 'src/menu.c'
2293 2002-12-31 [alfons] 0.8.8claws28
2296 * src/matcher_parser_parse.y
2297 * src/prefs_matcher.c
2298 add "ignore_thread" and "~ignore_thread" condition so it's
2299 possible to make the actions / scoring operate on the ignore
2302 2002-12-31 [christoph] 0.8.8claws27
2308 * src/prefs_account.c
2309 * src/prefs_actions.c
2310 * src/prefs_customheader.c
2311 * src/prefs_display_header.c
2316 * src/common/prefs.[ch]
2317 extend prefs file handling for reading and automatic handling
2318 of blocks. When reading prefs_set_block_label will automatically
2319 move on to the block. When writing it will copy all other blocks
2322 * src/common/plugin.c
2323 Now loading plugin filenames from [Plugins] block in
2326 2002-12-30 [christoph] 0.8.8claws26
2328 * src/common/hooks.[ch]
2329 return abort status to caller of hooks_invoke
2332 invoke message filtering hook and stop
2333 default handling when filter returns abort
2335 * src/common/plugin.[ch]
2336 * src/plugins/demo/demo.c
2337 modify plugin loader, because resolving symbols for strings
2338 does not work correctly
2341 * ac/spamassassin.m4 ** NEW **
2342 * src/plugins/spamassassin/.cvsignore ** NEW **
2343 * src/plugins/spamassassin/Makefile.am ** NEW **
2344 * src/plugins/spamassassin/README ** NEW **
2345 * src/plugins/spamassassin/libspamc.[ch] ** NEW **
2346 * src/plugins/spamassassin/spamassassin.c ** NEW **
2347 * src/plugins/spamassassin/utils.[ch] ** NEW **
2348 add spamassassin plugin, see src/plugins/spamassassin/README
2351 2002-12-29 [alfons] 0.8.8claws25
2354 when moving focus from a message view to the main
2355 window, don't forget to select the summary node
2356 of the displayed message. should fix "[ 659103 ]
2357 focus-follows-mouse confuses sylpheed"
2359 2002-12-29 [christoph] 0.8.8claws24
2362 * src/stringtable.[ch] ** REMOVE **
2363 * src/common/Makefile.am
2364 * src/common/stringtable.[ch] ** NEW **
2365 move stringtable files to common directory
2367 2002-12-29 [christoph] 0.8.8claws23
2370 * src/menu.[ch] ** REMOVE **
2371 * src/gtk/Makefile.am
2372 * src/gtk/menu.[ch] ** NEW **
2373 move menu files to gtk directory
2375 2002-12-29 [match] 0.8.8claws22
2379 moved UI specific code out of LDAP code into addressbook
2380 UI code. fixed memory leak.
2382 2002-12-29 [christoph] 0.8.8claws21
2385 only check for IGNORED parent message when message is
2388 2002-12-29 [alfons] 0.8.8claws20
2391 set gtksctree's anchor correct (immediate execute
2392 changes the tree's layout, and anchor points at
2393 the incorrect row). fixes "[ 657233 ] multiple msg
2394 delete sometimes off by 1".
2395 we probably have to look for more tree layout /
2398 2002-12-29 [paul] 0.8.8claws19
2401 fix bug [ 659054 ] incorrect sorting of 'From' column
2402 when using 'display sender using address book'
2403 thanks to Alfons and Luke Plant
2405 2002-12-29 [christoph] 0.8.8claws18
2409 check parent messages for IGNORE THREAD flag, when adding,
2410 moving or copying messages to a folder
2412 2002-12-27 [alfons] 0.8.8claws17
2414 re-organize matcher part 5; more to come
2417 hash keywords in matchparser_tab
2419 2002-12-27 [alfons] 0.8.8claws16
2421 re-organize matcher part 4; more to come
2423 * src/matcher_parser.h
2424 * src/matcher_parser_lex.l
2425 * src/matcher_parser_parse.y
2428 2002-12-27 [alfons] 0.8.8claws15
2430 re-organize matcher part 3; more to come
2435 2002-12-27 [alfons] 0.8.8claws14
2437 re-organize matcher part 2; more to come but this should
2438 work. cc me if there are any regressions.
2441 add prototype for get_matchparser_tab_id()
2442 * src/matcher_parser_lex.l
2443 look up keywords using matchparser_tab_id();
2445 2002-12-27 [alfons] 0.8.8claws12
2447 re-organize matcher part 1
2450 map yacc generated constants to sylpheed matcher constants
2452 add function to find a matcher constant from a string
2454 2002-12-27 [christoph] 0.8.8claws11
2457 MENUITEM_ADD casts the 4th argument from integer to pointer
2458 so it probably should not be a pointer, this means we
2459 should use account id for it and not the account's pointer
2461 2002-12-27 [paul] 0.8.8claws10
2464 remove unneeded 'GtkWidget *vbox'
2467 further sync with 0.8.8 - make sort
2468 by recipient work as expected
2473 2002-12-27 [paul] 0.8.8claws9
2476 updated by Ivan F. Martinez
2478 2002-12-27 [darko] 0.8.8claws8
2480 * src/common/utils.c
2481 added locked pattern to extended search
2483 2002-12-27 [alfons] 0.8.8claws7
2485 * src/prefs_matcher.[ch]
2488 2002-12-26 [alfons] 0.8.8claws6
2491 * src/matcher_parser_lex.l
2492 * src/matcher_parser_parse.y
2493 * src/prefs_matcher.c
2494 allow color label as a condition in the matcher
2496 2002-12-26 [oliver] 0.8.8claws5
2499 enable Addressbook for Main and Messageview
2500 * src/prefs_actions.c
2501 enable actions in Messageview
2503 2002-12-26 [christoph] 0.8.8claws4
2505 * src/common/plugin.c
2506 add a little debug output
2508 * src/plugins/demo/Makefile.am
2509 better use of automake
2511 2002-12-26 [christoph] 0.8.8claws3
2514 * src/common/Makefile.am
2517 2002-12-26 [christoph] 0.8.8claws2
2520 sort configure checks into common / gtk / plugins
2526 * src/common/sylpheed.[ch]
2527 added now sylpheed_done function for shutdown
2528 * src/common/Makefile.am
2529 * src/common/plugin.[ch] ** NEW **
2530 plugin loader and unloader
2531 * src/plugins/.cvsignore ** NEW **
2532 * src/plugins/Makefile.am ** NEW **
2534 * src/plugins/demo/.cvsignore ** NEW **
2535 * src/plugins/demo/Makefile.am ** NEW **
2536 * src/plugins/demo/demo.c ** NEW **
2537 small demo plugin that installs a logtext hook and
2538 outputs the log text to stdout
2540 2002-12-26 [paul] 0.8.8claws1
2543 updated by Ricardo Mones Lastra
2545 2002-12-26 [paul] 0.8.8claws
2547 * 0.8.8claws released
2549 2002-12-26 [paul] 0.8.7claws12
2552 updated by George Danchev
2554 2002-12-26 [paul] 0.8.7claws11
2557 remove unneeded 'src/prefs.c' entry
2559 2002-12-26 [paul] 0.8.7claws10
2563 sync with 0.8.8 release
2568 partial sync with 0.8.8 release
2571 2002-12-25 [alfons] 0.8.7claws9
2574 * src/matcher_parser_lex.l
2575 * src/matcher_parser_parse.y
2576 * src/prefs_matcher.c
2577 add locked flag to possible filtering / matcher
2578 conditions (also a good example what should be
2579 done to add a simple boolean condition)
2581 2002-12-25 [christoph] 0.8.7claws8
2591 * src/prefs.[ch] ** REMOVE **
2592 * src/prefs_account.c
2593 * src/prefs_actions.c
2594 * src/prefs_common.c
2595 * src/prefs_customheader.c
2596 * src/prefs_display_header.c
2597 * src/prefs_filtering.c
2598 * src/prefs_folder_item.c
2599 * src/prefs_gtk.[ch] ** NEW **
2600 * src/prefs_matcher.c
2601 * src/prefs_scoring.c
2602 * src/prefs_summary_column.c
2604 * src/selective_download.c
2606 * src/common/Makefile.am
2607 * src/common/prefs.[ch] ** NEW **
2608 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2610 2002-12-24 [alfons] 0.8.7claws7
2613 summary_thread_build(): fix real cause of the crash mentioned in
2614 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2615 this way we get meaningful ctree nodes
2617 2002-12-24 [oliver] 0.8.7claws6
2619 * src/mainwindow.[ch]
2620 * src/messageview.[ch]
2624 changes to use updated toolbar handling
2626 2002-12-24 [oliver] 0.8.7claws5
2629 generic toolbar handling
2630 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2631 * src/prefs_toolbar.[ch]
2634 2002-12-24 [oliver] 0.8.7claws4
2636 * src/stock_pixmap.[ch]
2637 move SYLPHEED_LOGO to end of list in order
2638 to remove it from Custom Toolbar`s Icon View
2640 2002-12-24 [alfons] 0.8.7claws3
2643 summary_thread_build(): fix crash because of focus != selection
2644 after threading. when deleting the selection, gtk tries but fails
2645 to find the correct focusable element. we now force the selection
2646 to be focused. this should solve the infamous bug reported by
2647 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages").
2648 a test case is available.
2650 2002-12-24 [darko] 0.8.7claws2
2653 don't crash when unmarking message with unread children
2655 2002-12-23 [christoph] 0.8.7claws1
2658 * src/common/Makefile.am
2659 update Makefiles for moved intl.h, version.h and defs.h
2661 rewrite imap_session_get to avoid duplicate code
2663 2002-12-23 [paul] 0.8.7claws
2665 * Santa-Claws released
2669 squeeze in updated Hungarian and Russian translations.
2670 Submitted by Gál Zoltán and Ruslan N. Balkin
2672 2002-12-23 [paul] 0.8.6claws129
2675 updated by Witold Wladyslaw Wojciech Wilk
2677 2002-12-23 [paul] 0.8.6claws128
2679 * src/quote_fmt_parse.y
2680 fix typo and add licence header
2682 2002-12-23 [paul] 0.8.6claws127
2687 2002-12-23 [paul] 0.8.6claws126
2690 updated translation, submitted by Alessandro Maestri
2692 2002-12-23 [paul] 0.8.6claws125
2694 * src/quote_fmt_parse.y
2695 fix signature-stripping on replies bug. match
2696 '-- \n' and not '-- '.
2698 2002-12-22 [paul] 0.8.6claws124
2703 updated translations. submitted by George Danchev,
2704 Ricardo Mones Lastra, and Urke MMI respectively
2706 2002-12-21 [paul] 0.8.6claws123
2711 2002-12-21 [paul] 0.8.6claws122
2714 fix bug [643638] where if a person is in one or more
2715 addressbook groups editing that person's email
2716 address results in removal from those groups.
2717 Patch submitted by Luke Plant.
2719 2002-12-20 [christoph] 0.8.6claws121
2721 * src/common/utils.c
2723 reimplement expand_search_string using GString to
2724 prevent crashs caused by miscalculated string
2725 lengths reported by Paul
2727 2002-12-20 [christoph] 0.8.6claws120
2730 don't use "changed" to check if op_count has to be changed as it
2731 is also set when the message has unread children
2732 (closes bug [ 653221 ] crash while deleting duplicates)
2734 2002-12-20 [paul] 0.8.6claws119
2736 * sync with 0.8.6cvs27
2737 see ChangeLog 2002-12-20
2739 2002-12-20 [paul] 0.8.6claws118
2741 * sync with 0.8.6cvs26
2742 see ChangeLog 2002-12-19 and 2002-12-20
2744 2002-12-19 [alfons] 0.8.6claws117
2747 fix incorrect parsing of email addresses, submitted by
2748 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate
2749 name display if it contains @".
2751 2002-12-18 [paul] 0.8.6claws116
2753 * sync with 0.8.6cvs23
2754 see ChangeLog 2002-12-18
2756 2002-12-18 [paul] 0.8.6claws115
2763 sync with 0.8.6cvs22.
2764 see ChangeLog 2002-12-17 and 2002-12-18
2766 2002-12-17 [christoph] 0.8.6claws114
2769 o don't create a session if imap greeting fails
2770 o don't close socket when authentication fails
2771 this is done by imap_session_destroy
2773 2002-12-17 [thorsten] 0.8.6claws113
2777 tools/google_msgid.pl ** NEW FILE **
2778 Added "search for message-id" script and doc
2780 2002-12-17 [thorsten] 0.8.6claws112
2783 Updated hungarian translation
2784 (updated by Gal Zoltan)
2786 2002-12-16 [christoph] 0.8.6claws111
2789 remove stupid addressbook dump to debug output
2791 fix memory leak found by Hiro
2793 2002-12-14 [paul] 0.8.6claws110
2796 fix menubar sensitivity on send
2798 * src/prefs_filtering.c
2799 * src/prefs_matcher.c
2800 * src/prefs_scoring.c
2803 * src/common/quoted-printable.h
2806 2002-12-13 [christoph] 0.8.6claws109
2809 * src/manage_window.[ch] ** REMOVE **
2810 * src/gtk/Makefile.am
2811 * src/gtk/manage_window.[ch] ** NEW **
2812 move manage_window files to gtk directory
2814 2002-12-13 [christoph] 0.8.6claws108
2817 * src/gtkshruler.[ch] ** REMOVE **
2818 * src/gtk/Makefile.am
2819 * src/gtk/gtkshruler.[ch] ** NEW **
2820 move gtkshruler files to gtk directory
2822 2002-12-13 [christoph] 0.8.6claws107
2826 * src/gtkstext.[ch] ** REMOVE **
2829 * src/gtk/gtkstext.[ch] ** NEW **
2830 * src/gtk/Makefile.am
2831 o move stext functions to gtkstext.c to remove
2832 dependency of gtkutils
2833 o move gtkstext files to gtk directory
2835 * src/gtk/Makefile.am
2836 * src/gtk/sslcertwindow.[ch]
2837 UI stuff can always depend on common code so
2838 it's ok to add ../common to include path
2840 2002-12-13 [colin] 0.8.6claws106
2843 Disconnect sighandlers for mainwindow when
2844 quicksearch has the focus
2846 * src/mainwindow.[ch]
2847 Make key_pressed callback public, to be able
2850 2002-12-13 [christoph] 0.8.6claws105
2853 create .mh_sequences file in new MH folders
2854 (closes feature request [ 523162 ] MH folders should
2855 get a .mh_sequences)
2857 2002-12-13 [colin] 0.8.6claws104
2860 Better handling of quicksearch show/hide
2861 (basically the button stays under the mouse
2864 2002-12-13 [paul] 0.8.6claws103
2866 * sync with 0.8.6cvs17
2867 see ChangeLog 2002-12-13
2869 2002-12-13 [paul] 0.8.6claws102
2872 updated by Ricardo Mones Lastra
2874 2002-12-11 [colin] 0.8.6claws101
2877 remove statusbar stuff
2879 set statusbar verbosity when moving folders
2881 2002-12-11 [colin] 0.8.6claws100
2882 * src/prefs_filtering.c
2883 * src/prefs_matcher.c
2884 * src/prefs_scoring.c
2887 2002-12-11 [colin] 0.8.6claws99
2889 * src/prefs_common.[ch]
2890 Add summary_quicksearch_type
2892 Save last used quicksearch type
2894 2002-12-11 [jens] 0.8.6claws98
2895 * src/prefs_filtering.c
2896 * src/prefs_matcher.c
2897 * src/prefs_scoring.c
2898 added dialog for incomplete rules in scoring, filtering and
2899 matcher to ask wheather really close
2901 2002-12-11 [colin] 0.8.6claws97
2904 Fix folder dnd statusbar logging
2906 2002-12-10 [christoph] 0.8.6claws96
2916 * src/statusbar.[ch]
2917 * src/common/hooks.c
2918 * src/common/log.[ch]
2919 o handle verbose logging in statusbar directly in statusbar code
2920 and common code does not need any knowledge about a statusbar
2921 o remove direct calls to statusbar_(puts|pop)_all functions
2923 2002-12-10 [jens] 0.8.6claws95
2926 removed gettext from g_warnings
2932 2002-12-10 [colin] 0.8.6claws94
2935 finish crash dialog fix
2937 2002-12-10 [colin] 0.8.6claws93
2940 "Fix" "sylpheed already running" instead of
2941 crash dialog appearing after a crash
2943 2002-12-10 [colin] 0.8.6claws92
2946 add src/gtk/sslcertwindow.c
2948 2002-12-10 [paul] 0.8.6claws91
2951 updated to reflect recent changes
2952 submitted by Alessandro Maestri
2954 2002-12-09 [christoph] 0.8.6claws90
2957 * src/smtp.[ch] ** REMOVE **
2958 * src/common/Makefile.am
2959 * src/common/smtp.[ch] ** NEW **
2960 move smtp files to common directory
2962 2002-12-09 [christoph] 0.8.6claws89
2965 * src/session.[ch] ** REMOVE **
2966 * src/common/Makefile.am
2967 * src/common/session.[ch] ** NEW **
2968 move session files to common directory
2970 2002-12-09 [paul] 0.8.6claws88
2973 fix bug [649746] edit accounts: move account reverted
2974 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
2976 2002-12-09 [colin] 0.8.6claws87
2978 * src/ssl_certificate.c
2981 2002-12-09 [colin] 0.8.6claws86
2984 Try to open the cert.pem database and
2985 issue a warning if it isn't there
2987 2002-12-09 [colin] 0.8.6claws85
2989 * src/common/ssl_certificate.c
2990 * src/gtk/sslcertwindow.c
2993 2002-12-09 [colin] 0.8.6claws84
2995 * src/ssl_certificate.[ch] ** REMOVED **
2996 * src/common/ssl_certificate.[ch] ** NEW **
2998 * src/common/Makefile.am
2999 Moved ssl_certificate.[ch] to common
3001 Put back needed include
3002 * src/gtk/sslcertwindow.[ch]
3003 Changed ssl_certificate.h include
3005 2002-12-09 [colin] 0.8.6claws83
3007 * src/gtk/sslcertwindow.[ch]
3008 Implement hook for certificate acception
3009 * src/ssl_certificate.[ch]
3010 Implement hook for certificate acception
3012 Reenable certificate acception check
3014 Register sslcertwindow's hook
3016 2002-12-08 [christoph] 0.8.6claws82
3023 * src/common/utils.c
3024 o add missing includes
3027 * src/common/.cvsignore
3028 * src/common/version.h ** REMOVE **
3029 remove autogenerated file
3031 2002-12-08 [paul] 0.8.6claws81
3034 put back needed include
3036 2002-12-08 [colin] 0.8.6claws80
3038 * src/gtk/sslcertwindow.c
3039 Cleaner popups when asking
3040 * src/ssl_certificate.c
3041 * src/prefs_common.[ch]
3042 remove ssl certificate pref
3043 put back needed include
3045 put back needed include
3047 2002-12-08 [christoph] 0.8.6claws79
3053 only abort hook invokation if required data is missing not
3054 if our own data pointer is NULL, update hookfunction for
3057 2002-12-08 [paul] 0.8.6claws78
3075 * src/sourcewindow.c
3078 clean up: remove unneccesary includes
3080 2002-12-08 [christoph] 0.8.6claws77
3085 * src/common/hooks.[ch]
3086 hook functions now have a gboolean return value, if a hook
3087 returns TRUE it will stop executing of any more hooks in
3088 the same hooklist for this invokation
3090 2002-12-08 [colin] 0.8.6claws76
3093 put back argv0 for CRASH_DIALOG
3095 2002-12-08 [christoph] 0.8.6claws75
3108 * src/prefs_account.[ch]
3109 * src/prefs_common.[ch]
3112 * src/ssl_certificate.[ch]
3113 * src/ssl_manager.[ch]
3114 * src/common/Makefile.am
3116 * src/common/nntp.[ch]
3117 * src/common/socket.[ch]
3118 * src/common/ssl.[ch]
3119 * src/gtk/sslcertwindow.[ch]
3121 use new autoconf script to detect OpenSSL with extra parameters
3122 to specify the location of libs and includes, also remove USE_SSL
3125 * src/common/sylpheed.[ch]
3126 * src/common/version.h.in
3127 start seperation of common code initialization seperated from gui
3130 The function that is called when a color label changes
3131 should not change the color lable again
3133 2002-12-08 [colin] 0.8.6claws74
3135 * src/gtk/sslcertwindow.c
3138 2002-12-08 [colin] 0.8.6claws73
3142 Register a hook for statusbar_puts_all
3144 invoke statusbar_puts_all's hook
3146 2002-12-08 [colin] 0.8.6claws72
3148 * src/ssl_certificate.c
3149 Put back a badly-removed include
3151 2002-12-08 [colin] 0.8.6claws71
3153 * src/gtk/sslcertwindow.[ch] ** NEW **
3154 new certificate presentation
3155 * src/gtk/Makefile.am
3157 * src/ssl_certificate.[ch]
3158 gtk cleanup, made utility functions public
3160 use new cert presentation
3162 2002-12-07 [christoph] 0.8.6claws70
3165 * src/nntp.[ch] ** REMOVE **
3166 * src/common/Makefile.am
3167 * src/common/nntp.[ch] ** NEW **
3168 move nntp files to common directory
3170 2002-12-07 [christoph] 0.8.6claws69
3174 implement msginfo update callback using sylpheed's new
3175 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3177 2002-12-06 [christoph] 0.8.6claws68
3180 This patch changes the 'Edit Group Details' dialog to
3181 allow extended selections in either pane, so that
3182 addresses can be added or removed from a group more
3183 quickly and easily. (it actually is a net decrease in
3184 file size, as some unnecessary functions have been
3186 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3188 2002-12-06 [christoph] 0.8.6claws67
3191 * src/template.[ch] ** REMOVE **
3192 * src/common/Makefile.am
3193 * src/common/template.[ch] ** NEW **
3194 move template files to common directory
3197 add missing log.h include
3199 2002-12-06 [melvin] 0.8.6claws66
3201 * src/prefs_actions.c
3202 Added the trailing ">" syntax to insert command's output
3203 without replacing old text (in contrast to trailing "|").
3205 2002-12-05 [colin] 0.8.6claws65
3207 * src/common/utils.c
3208 Don't modify original search_string or it'll change
3209 the next iterations in the for()
3211 2002-12-05 [darko] 0.8.6claws64
3213 * src/common/utils.c
3214 proper check for filtering commands, found by Colin
3216 2002-12-05 [darko] 0.8.6claws63
3218 * src/common/utils.c
3219 check proper string for NULL pointer, found by Colin
3221 2002-12-05 [darko] 0.8.6claws62
3223 * src/common/utils.[ch]
3224 expand_search_string(): new function
3225 converts Mutt-like patterns to Sylpheed's
3228 use expand_search_string() to allow Mutt-like
3229 patterns in extended search
3231 document extended option in quick search
3233 2002-12-05 [paul] 0.8.6claws61
3235 * sync with 0.8.6cvs16
3236 see ChangeLog 2002-12-05
3241 2002-12-04 [christoph] 0.8.6claws60
3244 put imap authentication code into a new function and
3245 remove it from imap_session_new that will allow to
3246 send other commands before authentication
3248 2002-12-04 [christoph] 0.8.6claws59
3251 use already existing method to prevent unneeded IMAP
3252 folder selects. Set imap_select parameters to NULL
3253 in some functions if the values are not required.
3256 remove no longer required include
3258 2002-12-04 [paul] 0.8.6claws58
3261 updated by Ricardo Mones Lastra
3264 po/hu.po ** NEW FILE **
3265 initial Hungarian translation, submitted
3266 by Gál Zoltán <galzoli@hu.inter.net>
3268 2002-12-03 [christoph] 0.8.6claws57
3271 * src/gtksctree.[ch] ** REMOVE **
3272 * src/gtk/Makefile.am
3273 * src/gtk/gtksctree.[ch] ** NEW **
3274 move gtksctree files to gtk directory
3276 2002-12-03 [christoph] 0.8.6claws56
3279 * src/md5.[ch] ** REMOVE **
3280 * srm/common/Makefile.am
3281 * src/common/md5.[ch] ** NEW **
3282 move md5 files to common directory
3285 remove not required #include
3287 2002-12-03 [sergey] 0.8.6claws55
3291 gtkut_window_popup(): new function.
3293 main_window_popup(): use gtkut_window_popup() to raise
3294 window without changing its position.
3295 (see sylpheed-main ML message [sylpheed:17247])
3297 2002-12-03 [sergey] 0.8.6claws54
3300 send_message_local(): removed first-dot escaping
3301 (SMTP-only, not needed for sending through pipe)
3303 2002-12-03 [paul] 0.8.6claws53
3306 update to reflect recent changes (thanks
3307 to Ricardo Mones Lastra)
3309 * tools/filter_conv.pl
3310 fix problem with quoted strings. Patch submitted
3311 by Luke Plant <lukeplant@softhome.net>
3313 2002-12-03 [paul] 0.8.6claws52
3315 * sync with 0.8.6cvs15
3316 see ChangeLog 2002-12-03
3318 2002-12-02 [christoph] 0.8.6claws51
3320 * src/logwindow.[ch]
3321 * src/common/log.[ch]
3322 implement logging using a hook function
3326 define hooklist name in header file to avoid
3327 errors caused by wrong spelling of hooklist names
3332 2002-12-02 [christoph] 0.8.6claws50
3334 * src/common/Makefile.am
3335 add src/common/hooks.[ch]
3337 * src/common/hooks.[ch]
3338 implement a simple hook system using glib's hook functions
3342 use new hook system for folder item updates
3344 2002-12-02 [christoph] 0.8.6claws49
3346 * doc-src/ui_seperation.txt ** NEW **
3347 information for ui seperation
3350 remove files that were moved to common
3351 include common directory by default for the header files
3354 * src/common/socket.c
3355 * src/automaton.[ch]
3356 implement automaton using g_io_*-functions instead of
3357 gdk_input_add to make it ui independent
3367 remove common/ prefix because directory is now in
3375 * src/prefs_common.c
3386 * src/ssl_certificate.c
3387 add log.h header file for logging functions
3390 * src/common/utils.c
3393 o move debug_mode to common/utils.c
3394 o add functions to set and get debug_mode
3396 * src/defs.h ** REMOVE **
3397 * src/intl.h ** REMOVE **
3398 * src/socket.[ch] ** REMOVE **
3399 * src/ssl.[ch] ** REMOVE **
3400 * src/utils.[ch] ** REMOVE **
3401 replaced by new files in src/common/
3403 * src/common/Makefile.am
3404 add new files in src/common/
3406 * src/common/defs.h ** NEW **
3407 * src/common/intl.h ** NEW **
3408 * src/common/log.[ch] ** NEW **
3409 * src/common/socket.[ch] ** NEW **
3410 * src/common/ssl.[ch] ** NEW **
3411 * src/common/utils.[ch] ** NEW **
3412 replacement for files in src/
3414 2002-12-02 [colin] 0.8.6claws48
3417 Scroll folderview if necessary during dnd
3419 2002-12-02 [colin] 0.8.6claws47
3422 Add check to verify a move is within a single mailbox
3424 Add specific error string for this check
3426 2002-12-02 [colin] 0.8.6claws46
3429 Add a test to folder moving, remove a statusbar_print
3431 Add Move folder... context-menu item
3432 Factorize folder moving code
3433 Enable folder DND for mbox
3435 2002-12-01 [christoph] 0.8.6claws45
3438 remove conf.aspelltest if the version check fails
3440 2002-11-30 [christoph] 0.8.6claws44
3443 run libtoolize --force in autogen to create missing
3446 2002-11-30 [christoph] 0.8.6claws43
3452 * src/uuencode.[ch] ** REMOVED **
3453 * src/common/Makefile.am
3454 * src/common/uuencode.[ch] ** NEW **
3455 move uuen/decoder to common directory
3457 2002-11-30 [christoph] 0.8.6claws42
3460 * src/base64.[ch] ** REMOVED **
3469 * src/common/Makefile.am
3470 * src/common/base64.[ch] ** NEW **
3471 move base64 en/decoder to common directory
3473 2002-11-30 [christoph] 0.8.6claws41
3475 * src/common ** NEW **
3476 new directory for UI independent code
3478 new directory for GTK frontend
3479 * src/common/.cvsignore ** NEW **
3480 * src/gtk/.cvsignore ** NEW **
3482 * src/common/Makefile.am ** NEW **
3483 * src/gtk/Makefile.am ** NEW **
3484 automake files to build new seperated stuff
3486 the binary will currently still be build with the
3487 files in src, so we include the code from the
3488 subdirs for now after building the libs there
3490 2002-11-30 [paul] 0.8.6claws40
3493 fix bug [642731] 'Wrong selected account with drafted mail'
3495 2002-11-29 [oliver] 0.8.6claws39
3498 o update summaryview when switching between different
3501 o check if messageview holds already removed msg
3505 2002-11-29 [oliver] 0.8.6claws38
3508 remove not needed variables and includes
3509 make messageview stay opened and move to next when msgs are deleted
3511 2002-11-29 [oliver] 0.8.6claws37
3514 disable compose button (messageview toolbar) by default
3515 deleted msgs are moved to trash
3517 2002-11-29 [melvin] 0.8.6claws36
3520 Increased minimal gpgme version to 0.3.10 (Zombies out)
3521 and to detect signatures expirations (gpgme 0.3.6)
3524 Use non obsolescent function for Gpgme engine checking.
3527 Inform about expired signatures or signatures which key
3528 has expired. Expiration date is displayed.
3531 Inform about expired signatures or signatures which key
3534 2002-11-28 [paul] 0.8.6claws35
3537 re-instate 'Check for new messages' in Newsgroup
3538 folders right-click menu, after a suggestion from
3539 Tim Mann <timmann@users.sourceforge.net>
3542 after a crash check only local folders for new
3545 2002-11-28 [paul] 0.8.6claws34
3548 apply patch that fixes the checking of GTK with XIM
3549 support on different OSs, such as FreeBSD. Patch
3550 submitted by Topia <topia@users.sourceforge.net>
3552 2002-11-28 [paul] 0.8.6claws33
3557 more changes to the English
3559 2002-11-28 [paul] 0.8.6claws32
3561 * sync with 0.8.6cvs13
3562 see ChangeLog 2002-11-28 (no sync needed
3565 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws31
3567 * src/mainwindow.[ch]
3568 add patch by Ivan F. Martinez introducing messageview Toolbar
3569 some changes and committed by oliver
3571 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws30
3573 * src/messageview.[ch]
3574 add patch by Ivan F. Martinez introducing messageview Toolbar
3575 some changes and committed by oliver
3577 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws29
3580 add patch by Ivan F. Martinez introducing messageview Toolbar
3581 some changes and committed by oliver
3583 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws28
3586 add patch by Ivan F. Martinez introducing messageview Toolbar
3587 some changes and committed by oliver
3589 2002-11-28 [oliver] 0.8.6claws27
3591 * src/prefs_toolbar.[ch]
3592 getting ready for messageview toolbar
3593 free mem allocated by gettext
3594 change prefs_toolbar to prefs_toolbar_open
3596 2002-11-28 [thorsten] 0.8.6claws26
3598 * src/imageview.[ch]
3599 cleaned up conflicting declarations of
3600 imageview_show_image()
3602 2002-11-28 [paul] 0.8.6claws25
3604 * src/grouplistdialog.c
3606 src/prefs_summary_column.c
3607 a few more improvements to the English
3609 2002-11-28 [colin] 0.8.6claws24
3612 A few updates to command-line parameters
3614 2002-11-28 [colin] 0.8.6claws23
3616 * src/prefs_filtering.c
3617 Fix problems with prefs_filtering_delete_path:
3618 a) if the first rule is removed, original pointers
3619 weren't updated (leading to segfaults)
3620 b) it was always global_processing updated in case
3621 of removed path was parent of rule path
3623 2002-11-27 [paul] 0.8.6claws22
3629 src/prefs_customheader.c
3630 src/prefs_display_header.c
3631 src/prefs_filtering.c
3632 src/prefs_folder_item.c
3635 src/prefs_summary_column.c
3636 src/prefs_template.c
3638 improve the English in the GUI
3640 2002-11-27 [colin] 0.8.6claws21
3643 Fix processing renaming problems happening after
3646 2002-11-27 [colin] 0.8.6claws20
3649 recursive move now deletes src each subfolder after
3652 Use identifier instead of path during dnd (enables
3655 2002-11-27 [paul] 0.8.6claws19
3658 apply patch that does command-line processing
3659 BEFORE gtk_init, allowing claws to run from
3660 shell-scripts in non-X environment (e.g. crontab
3661 or ip-up, ip-down scripts). Patch submitted by
3662 Ruslan N. Balkin <baron@dartel.ru>
3665 updated by Alessandro Maestri
3667 2002-11-27 [paul] 0.8.6claws18
3669 * sync with 0.8.6cvs12
3671 Differences are that main uses a 'Receive dialog'
3672 frame on the Interface tab, whereas claws groups all
3673 the dialogs together in a 'Dialogs' frame.
3675 2002-11-27 [colin] 0.8.6claws17
3677 * src/prefs_matcher.c
3678 Fix Execute criteria's NOT flag
3681 2002-11-26 [christoph] 0.8.6claws16
3684 rewrite the ssl code a little bit, only use one
3685 SSL context, set default certificates' file/path
3687 2002-11-26 [thorsten] 0.8.6claws15
3690 default-reply-to didn't work for ml-reply
3692 2002-11-26 [melvin] 0.8.6claws14
3694 * src/prefs_actions.c
3695 Made pipe-actions ignore short headers in message view
3696 Made trailing-pipe-actions write in the message view with
3697 the same font as the original message
3699 2002-11-26 [paul] 0.8.6claws13
3702 this time commit the correct file
3704 2002-11-26 [paul] 0.8.6claws12
3706 * sync with 0.8.6cvs11
3707 src/quote_fmt_parse.y