1 2006-10-17 [colin] 2.5.5cvs11
3 * src/plugins/pgpcore/sgpgme.c
6 2006-10-17 [colin] 2.5.5cvs10
8 * src/plugins/pgpcore/pgp_viewer.c
11 2006-10-17 [colin] 2.5.5cvs9
14 Fix a typo (thanks to Fabien)
16 2006-10-16 [colin] 2.5.5cvs8
19 Fix problem with quote-folding when emails
20 don't convert cleanly to UTF-8
22 2006-10-14 [colin] 2.5.5cvs7
24 * src/prefs_template.c
25 Reset fields when reopening
28 2006-10-13 [paul] 2.5.5cvs6
32 make 'respect_flowed_format' a hidden
33 option, and add a manual entry for it
36 2006-10-12 [colin] 2.5.5cvs5
39 Revert part of 2.5.2cvs21:
40 Don't optimise by reusing the
41 last iconv converter if possible:
42 it seems slightly broken in a
43 very hard way to reproduce
45 2006-10-12 [colin] 2.5.5cvs4
51 Fix bug 1035, 'Incorrect handling
52 of flowed lines'. We now optionnaly
53 handle this format (preference is in
54 Message View/Text options section)
56 2006-10-12 [colin] 2.5.5cvs3
60 * src/plugins/pgpcore/pgp_viewer.c
61 * src/plugins/pgpcore/sgpgme.c
62 Don't try to import without asking
64 2006-10-12 [colin] 2.5.5cvs2
67 Fix bug 1036, 'Forwarding a mutlipart
68 mail with a "text/html" block to ms
69 outlook users leeds to freeze of
70 outlook'. Poor outlook users...
72 2006-10-12 [paul] 2.5.5cvs1
77 Update version number following
80 2006-10-11 [paul] 2.5.4cvs1
85 Update version number following
88 2006-10-11 [paul] 2.5.3cvs32
91 fix bug 1032, 'Segmentation fault when showing
92 message' (bug in quote folding)
95 2006-10-10 [colin] 2.5.3cvs31
98 Rephrase english a bit
100 2006-10-10 [colin] 2.5.3cvs30
102 * src/prefs_compose_writing.c
103 Stop making the page larger than the window
105 2006-10-10 [wwp] 2.5.3cvs29
108 * src/prefs_template.c
111 * src/quote_fmt_lex.l
112 * src/quote_fmt_parse.y
113 Extend the quote parser a bit: allow to get access to
114 basic (composing) account info.
116 2006-10-10 [colin] 2.5.3cvs28
119 Fix this \t problem in subject
121 2006-10-09 [colin] 2.5.3cvs27
125 Prepare cache a bit later
126 If section already exists, skip the new one
127 (as previously); avoid writing the same block
128 twice - if we find a second block with the
130 * src/plugins/pgpcore/pgp_viewer.c
131 Set cursor to busy when retrieving a key
132 * src/plugins/pgpcore/sgpgme.c
133 allow 5 seconds for gpg to export the key
136 2006-10-09 [colin] 2.5.3cvs26
141 Check for existence of fgets_unlocked
144 2006-10-09 [paul] 2.5.3cvs25
146 * src/prefs_summaries.c
147 replace strftime() with fast_strftime() and in
148 the consequence fix the bug in the display of
149 AM/PM in the 'Example' string
151 2006-10-09 [ticho] 2.5.3cvs24
154 Updated (and fixed up somewhat) Slovak translation.
156 2006-10-08 [colin] 2.5.3cvs23
158 * src/prefs_folder_item.c
159 Explain why prefs in the top-level folder
160 aren't retained, but are still useful
162 2006-10-08 [colin] 2.5.3cvs22
165 Don't cache anything if caching fails
167 2006-10-08 [colin] 2.5.3cvs21
170 always include gi18n.h
172 2006-10-07 [colin] 2.5.3cvs20
174 * src/plugins/pgpcore/pgp_viewer.c
175 Kill gpg after 5 seconds wait
177 2006-10-07 [colin] 2.5.3cvs19
179 * src/plugins/pgpcore/pgp_viewer.c
180 * src/plugins/pgpcore/pgp_viewer.h
183 2006-10-07 [colin] 2.5.3cvs18
185 * src/plugins/pgpcore/pgp_viewer.c
186 * src/plugins/pgpcore/pgp_viewer.h
187 Actually add the files to CVS
189 2006-10-07 [colin] 2.5.3cvs17
191 * src/plugins/pgpcore/sgpgme.c
192 Be sure not to crash on 'application/pgp-signature' that
193 are not application/pgp-signatures
195 2006-10-07 [colin] 2.5.3cvs16
199 Make a bit more of the API available
200 * src/plugins/pgpcore/Makefile.am
201 * src/plugins/pgpcore/plugin.c
202 * src/plugins/pgpcore/sgpgme.c
203 Add basic key import/export
205 2006-10-07 [colin] 2.5.3cvs15
209 * src/prefs_account.c
211 Warn users *everywhere* if libetpan's not
214 2006-10-06 [mones] 2.5.3cvs14
218 updated by Stephan Sachse and me
220 2006-10-06 [colin] 2.5.3cvs13
223 * src/common/sylpheed.c
224 Don't load common plugins if --exit is passed
227 Implement a cache to avoid reading the same
228 files over and over again at startup
230 2006-10-06 [colin] 2.5.3cvs12
233 * src/gtk/quicksearch.c
234 Update display every 5k mails on fast searches
236 2006-10-06 [colin] 2.5.3cvs11
239 Don't do quote folding on HTML or ERTF.
240 May fix the Cygwin issues if they were
241 happening with HTML mails?
243 2006-10-05 [colin] 2.5.3cvs10
248 2006-10-05 [colin] 2.5.3cvs9
251 Use unlocked_stdio here too
253 2006-10-05 [colin] 2.5.3cvs8
256 Fix go to next * after preferences apply
258 Do the fd lock/unlock ourselves instead of
259 letting the libc do it at each write
261 2006-10-05 [colin] 2.5.3cvs7
264 Faster division, thanks to Jean Diraison
266 2006-10-05 [paul] 2.5.3cvs6
269 fix building with --disable-nls
271 2006-10-04 [colin] 2.5.3cvs5
276 2006-10-04 [wwp] 2.5.3cvs4
278 * src/prefs_folder_item.c
279 Fine-tune layouts in folder item prefs. Suggested by
280 Fabien Vantard <fzzzzz@gmail.com>.
282 2006-10-04 [wwp] 2.5.3cvs3
284 * src/prefs_folder_item.c
285 Kill the clandestine passengers. You didn't see anything.
287 2006-10-04 [wwp] 2.5.3cvs2
289 * src/prefs_folder_item.c
290 Add a way to test the subject simplify regexp in
291 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
292 w/ few layout changes.
294 2006-20-04 [paul] 2.5.3cvs1
299 Update version number following
302 2006-10-04 [colin] 2.5.2cvs42
307 Provide a way for folder classes to set their sort
310 2006-10-03 [colin] 2.5.2cvs41
313 Don't use strlen() to know if the
316 2006-10-03 [colin] 2.5.2cvs40
319 Fix "check for new folders" with accentued folders
321 2006-10-03 [ticho] 2.5.2cvs39
327 Colin's fix for "copy" filtering rules.
329 2006-10-02 [colin] 2.5.2cvs38
332 Fix for double-click too
334 2006-10-02 [colin] 2.5.2cvs37
337 correct fix for cvs36
339 2006-10-02 [colin] 2.5.2cvs36
342 Fix 'goto next unread' after collapsing/expanding
345 2006-10-02 [colin] 2.5.2cvs35
348 Fix double freeze/thaw
356 2006-10-02 [colin] 2.5.2cvs34
359 Time mh_write_sequences() - it's fast
361 Init a variable to shut up gcc
363 2006-10-01 [colin] 2.5.2cvs33
369 Add helper mh_set_mtime(), and set mtime to stat()'s result
370 Add fsync but disable it, it's slow as hell
372 2006-10-01 [colin] 2.5.2cvs32
376 fflush() caches and mh_sequences before
379 2006-10-01 [colin] 2.5.2cvs31
382 Don't ftruncate when not using mmap
384 2006-09-30 [colin] 2.5.2cvs30
387 Write folder list *after* saving caches
389 2006-09-30 [colin] 2.5.2cvs29
393 Debug forced mtime changes
395 2006-09-30 [colin] 2.5.2cvs28
399 Remove useless debug_print()s (code
402 2006-09-30 [colin] 2.5.2cvs27
405 Do stuff faster when writing mh_sequences
407 2006-09-30 [colin] 2.5.2cvs26
410 Don't let the writing of .mh_sequences, which
411 can change the folder's mtime, let us think
414 2006-09-30 [colin] 2.5.2cvs25
417 Move a debug_print where it belongs
420 Don't mess with a huge slow subject
421 table if we're not threading by
424 2006-09-30 [colin] 2.5.2cvs24
427 Reenable mmaped reads (*not* writes!)
429 Don't destroy and recreate hashtables just
432 Remove useless reply prefixes (it's case
435 2006-09-30 [wwp] 2.5.2cvs23
438 Fixed a minor bug in date value extraction, added a switch
439 to replace non RFC-compliant Date: value, added a switch
440 to use strict RFC matching patterns for dates.
442 2006-09-29 [colin] 2.5.2cvs22
444 * src/matcher_parser.h
445 * src/matcher_parser_parse.y
446 * src/prefs_filtering.c
448 * src/summary_search.c
450 * src/gtk/quicksearch.c
451 * src/gtk/quicksearch.h
452 Optimise searches by setting different
453 refresh intervals (depending if the
454 search is fast or not)
456 2006-09-29 [colin] 2.5.2cvs21
459 Optimise by reusing the last iconv converter
462 Optimise a bit (the foldable quotes feature
463 still has an awful O(n^2) algo
465 2006-09-29 [colin] 2.5.2cvs20
467 * src/gtk/gtksctree.c
468 * src/gtk/gtksctree.h
469 Optimise de-selection via up/down or
472 2006-09-28 [colin] 2.5.2cvs19
479 * src/summary_search.c
481 Avoid using summaryview->ctree directly
483 2006-09-28 [colin] 2.5.2cvs18
487 Add helpers to freeze/thaw/grab_focus
488 Factorize calls to freeze/thaw/grab_focus
491 2006-09-28 [colin] 2.5.2cvs17
494 More guards for the session management
496 2006-09-28 [colin] 2.5.2cvs16
499 * src/gtk/gtksctree.c
500 * src/gtk/gtksctree.h
501 Make expanding not recursive in folderview
503 2006-09-28 [colin] 2.5.2cvs15
506 If nothing is selected in the list (right part)
507 and a group is selected in the tree (left part),
510 2006-09-28 [colin] 2.5.2cvs14
515 2006-09-28 [ticho] 2.5.2cvs13
524 Small i18n string optimization.
527 * src/common/session.c
529 * src/common/ssl_certificate.c
531 Use "Couldn't" instead of "Can't" in UI messages,
534 2006-09-28 [colin] 2.5.2cvs12
537 Possibly fix link errors
539 2006-09-27 [wwp] 2.5.2cvs11
542 * doc/man/sylpheed-claws.1
547 Updated authors info (me, myself and I).
549 2006-09-27 [colin] 2.5.2cvs10
552 Remove useless printf
554 2006-09-27 [wwp] 2.5.2cvs9
561 * src/gtk/progressdialog.c
562 remember more windows' sizes (send dialog, received dialog,
563 edit group in addressbook).
565 2006-09-27 [colin] 2.5.2cvs8
570 Use libSM to communicate with the session
571 manager, so that we can know when the
572 session ends, save our caches, and draft
575 2006-09-27 [colin] 2.5.2cvs7
579 o Allow Book and Group creation from the tree's
581 o Do not actually delete the contacts when
582 deleting groups from the tree (duh!)
584 2006-09-27 [colin] 2.5.2cvs6
591 o Allow passing an email address to
592 compose_new_with_folderitem
594 o Use current folderitem when clicking
595 on a TextView mailto: link
596 o Fix a possible leak in TextView
598 2006-09-27 [colin] 2.5.2cvs5
601 Use UTF-8 chars to replace HTML entities
603 2006-09-27 [colin] 2.5.2cvs4
606 * src/prefs_account.c
608 Fix bug #1024 (Array index out of
609 range in sylpheed-claws-2.5.2)
610 Patch by Ales Nosek <anosek@suse.cz>
612 2006-09-27 [colin] 2.5.2cvs3
617 2006-09-27 [colin] 2.5.2cvs2
621 Allow completing with comma (in certain cases: vCalendar
622 for example doesn't support that)
623 Patch by Fabien Vantard
625 2006-09-26 [colin] 2.5.2cvs1
637 * src/prefs_filtering_action.c
638 * src/prefs_folder_item.c
639 * src/prefs_template.c
642 * src/pixmaps/addr_one.xpm
643 * src/pixmaps/addr_two.xpm
644 Add auto-completion on groups
646 2006-09-26 [colin] 2.5.2
653 2006-09-26 [colin] 2.5.1cvs5
658 2006-09-26 [colin] 2.5.1cvs4
661 Revert cvs1 (useless as the message is printed
664 2006-09-26 [colin] 2.5.1cvs3
666 * src/partial_download.c
667 Fix crasher found by Alexsandar Urosevic
669 2006-09-26 [colin] 2.5.1cvs2
672 Fix bug #1023 (Sylpheed deletes too much messages)
674 2006-09-26 [ticho] 2.5.1cvs1
677 Make use of gettext's multiple plurals for statusbar
680 2006-09-25 [paul] 2.5.1
687 2006-09-25 [colin] 2.5.0cvs3
689 * src/plugins/bogofilter/bogofilter.c
690 * src/plugins/clamav/clamav_plugin.c
691 * src/plugins/spamassassin/spamassassin.c
692 BogoFilter, Spamassassin: Fix double hook registering after
694 Spamassassin, Clamav: Just set the mails to move instead of
695 doing the move - caller will move the things at once.
697 2006-09-25 [colin] 2.5.0cvs2
700 * src/etpan/imap-thread.c
701 Use UID SEARCH ALL instead of UID 1:*
702 (braindead servers can't figure out that's
705 2006-09-25 [wwp] 2.5.0cvs1
707 * src/message_search.c
708 Added the ability to stop a running search (in message body).
710 2006-09-25 [paul] 2.5.0
717 2006-09-25 [paul] 2.4.0cvs214
728 updated by Tim, Stephan Sachse, Flammie Pirinen,
729 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
730 Ticho, Aleksander Urosevic, Ralgh Young
732 2006-09-24 [mones] 2.4.0cvs213
737 2006-09-23 [colin] 2.4.0cvs212
739 * src/gtk/inputdialog.c
740 Fix [ ] remember this appearing in normal
741 input dialogs after it's been used by
749 * src/common/timing.h
750 Enable timings in debug mode and make it
753 2006-09-22 [colin] 2.4.0cvs211
760 2006-09-22 [colin] 2.4.0cvs210
763 Let's see if bug #1022 is fixed
765 2006-09-21 [colin] 2.4.0cvs209
768 * src/common/plugin.c
769 Prepare infra to load predefined plugins when
770 no configuration existed. Don't actually load
771 anything yet (feat. freeze)
773 2006-09-21 [wwp] 2.4.0cvs208
776 Partial sync w/ 2.4.0cvs72:
777 wrap file and minor updates.
779 2006-09-21 [wwp] 2.4.0cvs207
782 several fixes and enhancements. A new --force switch has been
783 added to prevent overriding by default Date: header when
786 2006-09-21 [paul] 2.4.0cvs206
789 add Chinese UTF8 Re prefix
791 2006-09-21 [wwp] 2.4.0cvs205
794 Fics alfabettical order.
796 2006-09-21 [wwp] 2.4.0cvs204
800 Added an action tool to fix missing Date field in emails.
801 Updated Makefile.am to reflect those last two additions.
803 2006-09-21 [wwp] 2.4.0cvs203
806 Added a action tool to open uuencoded docs w/
807 OpenOffice (based on uudec method).
809 2006-09-21 [colin] 2.4.0cvs202
813 Workaround possible GTK crash: remove selection
814 clipboard before destroying widget, or GTK+-2.10
815 dies. Thanks to Hiro.
817 2006-09-20 [colin] 2.4.0cvs201
820 Fix free-after-use in some cases (when
821 procmime_encode_content() frees mimeinfo->data.mem
822 and turns it to a temp file)
824 2006-09-20 [colin] 2.4.0cvs200
828 * src/gtk/gtksctree.c
829 * src/gtk/gtksctree.h
830 Add tooltips in the folderview and summaryview
831 (Doesn't break string freeze as they already
834 Put the spam button in the default configuration
835 if compiled with bogo plugin too
837 2006-09-19 [colin] 2.4.0cvs199
841 Update folder name label on folder rename
842 * src/prefs_matcher.c
843 * src/gtk/logwindow.h
847 2006-09-19 [wwp] 2.4.0cvs198
849 * src/summary_search.c
850 fix can't click forward/backward buttons in the
853 2006-09-18 [paul] 2.4.0cvs197
856 add missing bracket, capitalise the A of
859 2006-09-18 [paul] 2.4.0cvs196
862 fix bug 1012 'crashed upon sending mail
866 2006-09-16 [colin] 2.4.0cvs195
869 Fix "real-time" sorting by freezing/thawing
871 2006-09-16 [colin] 2.4.0cvs194
874 Fix the anti-spam entry a bit
876 2006-09-16 [colin] 2.4.0cvs193
879 Make sure reviewers have no excuse when stating
880 Sylpheed-Claws doesn't have antispam capabilities.
882 2006-09-16 [colin] 2.4.0cvs192
885 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
886 as if the SIGPIPE comes from etpan's thread we could
887 trigger a GUI update from this thread.
889 2006-09-16 [colin] 2.4.0cvs191
892 Init all members of the struct
894 2006-09-16 [paul] 2.4.0cvs190
897 improvements to the English
899 2006-09-15 [colin] 2.4.0cvs189
904 2006-09-14 [colin] 2.4.0cvs188
906 * src/common/socket.c
907 * src/common/socket.h
909 * src/common/ssl_certificate.c
910 * src/common/ssl_certificate.h
911 * src/etpan/imap-thread.c
912 the get_fqdn() call done to get canonical name when
913 checking an SSL certificate is blocking, which is
914 sad as we just did a non-blocking lookup to connect.
915 Fix that by letting the fqdn available to the SockInfo,
916 and use that in ssl_certificate_check(). For IMAP,
917 we don't do it as the lookup's done by libetpan, but
918 it's less annoying as IMAP connections as much more
919 rare than POP3 connections.
921 2006-09-14 [paul] 2.4.0cvs187
923 * manual/advanced.xml
924 improvements to the English,
925 properly place the new hidden options
926 within the alphabetical order
927 * src/gtk/pluginwindow.c
928 improvements to the English
930 2006-09-14 [colin] 2.4.0cvs186
934 * src/gtk/gtksctree.c
935 * manual/advanced.xml
936 New hidden pref, stripes_color_offset, to change
937 the value added/substracted to normal bgcolor to
938 create the stripes in summaries
940 2006-09-13 [colin] 2.4.0cvs185
947 Fix misc. printing issues:
948 - Bad font for linkified headers
949 - Different font if the mail was displayed or not
950 - Factorize the thing
952 2006-09-13 [colin] 2.4.0cvs184
954 * src/common/ssl_certificate.c
955 Only get FQDN once when checking certificate
957 2006-09-13 [colin] 2.4.0cvs183
960 * src/gtk/pluginwindow.c
961 Misc. GUI fixes by Fabien
963 2006-09-13 [wwp] 2.4.0cvs182
968 get rid of unused wide-char functions.
970 2006-09-13 [wwp] 2.4.0cvs181
972 * src/plugins/pgpinline/sylpheed.def
974 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
975 add privacy_reset_error to the .def file,
976 do not fork for an external textviewer.
978 2006-09-13 [wwp] 2.4.0cvs180
981 fix broken font entry in prefs (patch issued by the gpg4win team,
982 probably by Marcus Brinkmann <marcus@g10code.de>).
984 2006-09-13 [colin] 2.4.0cvs179
987 Fix a warning in summaryview.c
991 Add missing Mark/* elements in the
994 2006-09-12 [colin] 2.4.0cvs178
996 * src/prefs_actions.c
997 * src/prefs_filtering_action.c
998 * src/prefs_matcher.c
999 Use (New) instead of New everywhere
1001 2006-09-12 [wwp] 2.4.0cvs177
1003 * manual/fr/addrbook.xml
1004 * manual/fr/handling.xml
1005 updated some quotes in the fr manual to match the fr translation.
1007 2006-09-12 [wwp] 2.4.0cvs176
1009 * src/prefs_matcher.c
1010 don't store translated string elements in matcher expressions.
1011 Also fixed a misused of Q_().
1013 2006-09-11 [wwp] 2.4.0cvs175
1015 * src/plugins//bogofilter/bogofilter.c
1016 * src/plugins//clamav/clamav_plugin.c
1017 * src/plugins//demo/demo.c
1018 * src/plugins//dillo_viewer/dillo_viewer.c
1019 * src/plugins//pgpcore/plugin.c
1020 * src/plugins//pgpinline/plugin.c
1021 * src/plugins//pgpmime/plugin.c
1022 * src/plugins//spamassassin/spamassassin.c
1023 gettext-ize more strings (mostly plugin error messages).
1025 2006-09-11 [colin] 2.4.0cvs174
1028 Make maximum buffer size bigger to avoid
1029 truncating translated messages. Patch by
1032 2006-09-11 [colin] 2.4.0cvs173
1034 * src/etpan/imap-thread.c
1035 Fix compilation on OpenBSD, thanks to
1038 2006-09-10 [wwp] 2.4.0cvs172
1040 * manual/account.xml
1041 * manual/addrbook.xml
1042 * manual/handling.xml
1043 * manual/es/handling.xml
1044 * manual/fr/account.xml
1045 * manual/fr/addrbook.xml
1046 * manual/fr/handling.xml
1047 documented addressbook matching (condition configuration):
1049 documented per-account filtering rules (handling/filtering
1050 section, account section):
1051 account.xml, handling.xml, en fr
1052 slightly updated the handling/searching section to tell few
1053 words about the extended search ability:
1055 added missing <quote></quotes> to Quick Search:
1056 handling.xml, en fr es
1057 fixed a typo (auomatically):
1059 changes revisited by Paul.
1061 2006-09-10 [paul] 2.4.0cvs171
1063 * src/prefs_actions.c
1064 * src/prefs_filtering.c
1065 * src/prefs_template.c
1066 adjustments to the gui
1067 Patch by Fabien Vantard (slightly modified)
1069 2006-09-10 [colin] 2.4.0cvs170
1072 Check folderitem/summaryview consistency
1073 (basically automates Update summary). Fixes
1074 #1011 (wrong (negative) count on unread
1077 2006-09-10 [colin] 2.4.0cvs169
1079 * src/gtk/gtksctree.c
1080 Fix recursive expansion via mouse
1081 * src/plugins/bogofilter/bogofilter.c
1082 Use normal filtering way of moving
1083 messages (batching), possibly fixing
1084 bug #1015 (Bogofilter plugin doubles
1087 2006-09-09 [wwp] 2.4.0cvs168
1089 * src/prefs_filtering.c
1090 better place for this fix.
1092 2006-09-09 [wwp] 2.4.0cvs167
1094 * src/prefs_filtering.c
1095 fix a minor bug when the enabled status of a filtering/processing
1096 rule always got set to TRUE when replacing this rule. That still
1097 make sense when adding a new rule, but now when replacing, we
1098 don't override the value of 'enabled'.
1099 Also renamed the func prefs_filtering_list_view_get_rule_name()
1100 to prefs_filtering_list_view_get_info() as this function not only
1101 returns the name, but also the account_id and the enabled status.
1103 2006-09-09 [mones] 2.4.0cvs166
1105 * manual/glossary.xml
1106 * manual/plugins.xml
1107 Minor format corrections
1109 Fix misplaced NO WARRANTY section
1110 * manual/es/advanced.xml
1112 * manual/es/glossary.xml
1114 * manual/es/handling.xml
1115 * manual/es/plugins.xml
1116 * manual/es/starting.xml
1117 Incorporate changes from English version
1121 Fix address, (add translation credits in es version)
1125 2006-09-09 [wwp] 2.4.0cvs165
1127 * src/prefs_filtering.c
1128 fix a crash when opening filtering prefs, if matcherrc file contains
1129 broken data (non-existing account id, which is theoretically not
1132 2006-09-08 [colin] 2.4.0cvs164
1135 Wrong assert, make it an if()
1136 * src/gtk/gtksctree.c
1137 Fix bug #1013 (expand selected thread
1138 tree) - expanding is now recursive
1140 2006-09-07 [wwp] 2.4.0cvs163
1142 * src/prefs_matcher.c
1143 make better sentences about addressbook matching in the
1144 matcher prefs. This should make translators' work easier
1147 2006-09-07 [wwp] 2.4.0cvs162
1149 * src/prefs_filtering.c
1150 code simplification (get rid of dup var. assignment).
1152 2006-09-07 [wwp] 2.4.0cvs161
1155 use GTK_STOCK icons when possible, patch by Fabien Vantard
1158 2006-09-07 [paul] 2.4.0cvs160
1161 fix compilation warnings
1164 2006-09-07 [paul] 2.4.0cvs159
1167 select the mimepart icon when
1171 2006-09-06 [paul] 2.4.0cvs158
1173 * src/prefs_filtering.c
1174 fix labels and table element spacing
1175 Patch by Fabien Vantard
1181 2006-09-06 [paul] 2.4.0cvs157
1183 * manual/es/advanced.xml
1186 2006-09-06 [wwp] 2.4.0cvs156
1189 fix an dup launch issue when iconified, thanks to Colin.
1191 2006-09-06 [wwp] 2.4.0cvs155
1193 * src/gtk//gtksctree.h
1194 oops, forgot that one!
1196 2006-09-06 [wwp] 2.4.0cvs154
1198 * manual/pl/advanced.xml
1199 * manual/advanced.xml
1200 * manual/es/advanced.xml
1201 * manual/fr/advanced.xml
1202 * src/prefs_customheader.c
1203 * src/prefs_filtering_action.c
1205 * src/prefs_summaries.c
1206 * src/prefs_filtering.c
1209 * src/prefs_summary_column.c
1211 * src/prefs_actions.c
1212 * src/prefs_folder_column.c
1214 * src/prefs_template.c
1215 * src/prefs_display_header.c
1216 * src/prefs_common.h
1217 * src/prefs_matcher.c
1218 * src/prefs_common.c
1219 * src/prefs_toolbar.c
1222 * src/gtk/gtksctree.c
1223 * src/gtk/pluginwindow.c
1224 * src/gtk/progressdialog.c
1225 * src/gtk/prefswindow.c
1226 renamed hidden option enable_rules_hint to use_stripes_everywhere
1227 to make its meaning more obvious (all versions of the manual reflect
1229 added an extra hidden option use_stripes_in_summary to allow
1230 discarding these stripes in mainwindow's folder and message lists;
1231 en and fr manuals only are OK towards this.
1233 2006-09-06 [colin] 2.4.0cvs153
1236 Hide Sylpheed-Claws' internal queue headers
1237 when showing all headers. They'll be present
1238 only in Source window.
1240 2006-09-05 [colin] 2.4.0cvs152
1242 * src/plugins/trayicon/trayicon.c
1243 Fix crash at exit - we have to disconnect
1245 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1246 Update eggtrayicon - patch adapted from a
1247 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
1250 2006-09-05 [colin] 2.4.0cvs151
1253 * src/gtk/logwindow.c
1254 Fix race condition when something writes
1255 to the log too soon during init. Thanks
1258 2006-09-05 [colin] 2.4.0cvs150
1261 Don't select part on right-click either
1263 2006-09-05 [paul] 2.4.0cvs149
1266 completion of previous commit
1269 2006-09-05 [colin] 2.4.0cvs148
1272 Don't force selection on middle-click, just open
1274 2006-09-04 [colin] 2.4.0cvs147
1277 Looks like gtk_notebook_set_current_page()
1278 sometimes steals focus, and this annoys us
1279 in MimeViewers as it renders navigation
1280 keys useless. Take back focus after switching
1283 2006-09-04 [colin] 2.4.0cvs146
1286 Set stop_loading when clicking on Next
1287 during load. Don't add a callback to
1288 avoid over-complicating things.
1290 2006-09-04 [colin] 2.4.0cvs145
1294 Fix multiple loads in separate messageview
1296 2006-09-04 [colin] 2.4.0cvs144
1299 Let navigation keys be handled during
1302 2006-09-04 [colin] 2.4.0cvs143
1308 Make loading of huge mails (lots of text and/or
1309 images) cancellable, so the GUI doesn't block
1311 2006-09-04 [colin] 2.4.0cvs142
1313 * src/plugins/trayicon/trayicon.c
1314 Fix annoyance when removing a folder with
1315 unread mails: trayicon didn't update
1317 2006-09-04 [paul] 2.4.0cvs141
1319 * src/gtk/icon_legend.c
1320 straighten up columns
1321 Patch by Fabien Vantard
1323 2006-09-04 [wwp] 2.4.0cvs140
1325 * src/prefs_filtering.c
1326 fix new line's account name in filtering prefs:
1327 was "All", is now "(New)".
1329 2006-09-04 [paul] 2.4.0cvs139
1331 * tools/make.themes.project
1332 use "AUTOMAKE_OPTIONS = dist-bzip2"
1333 instead of homebrewed "make release"
1335 2006-09-03 [colin] 2.4.0cvs138
1338 Fix bug #1007 (Wrong folder highlighted)
1340 2006-09-03 [colin] 2.4.0cvs137
1343 Don't set Newsgroup: header to a mail folder
1346 2006-09-03 [paul] 2.4.0cvs136
1349 * src/prefs_spelling.c
1352 2006-09-03 [paul] 2.4.0cvs135
1354 * src/prefs_summaries.c
1355 correct menu item text in prefs_keybind_apply_clicked()
1357 2006-09-03 [paul] 2.4.0cvs134
1359 * manual/advanced.xml
1360 some improvements to the descriptions
1365 fix menu sensitivity issues
1366 * src/prefs_message.c
1367 drop the useless word 'short'
1369 add the word 'lines' indicating log length
1370 is a measure of lines
1372 fix compilation warnings
1374 2006-09-02 [colin] 2.4.0cvs133
1377 Display a special return-receipt message
1378 if the message is from the user
1380 Fix missing freeze of the list when marking
1381 all read and unthreading for exec. Thanks
1384 2006-09-02 [paul] 2.4.0cvs132
1387 * src/prefs_message.c
1391 2006-09-02 [wwp] 2.4.0cvs131
1393 * src/prefs_filtering.c
1394 added an account name column to the filtering rules
1397 2006-09-02 [colin] 2.4.0cvs130
1399 * src/gtk/logwindow.c
1400 * src/gtk/logwindow.h
1401 Block scrolling if we're not at the end
1404 2006-09-02 [colin] 2.4.0cvs129
1407 Make sure account-specific rules can't
1408 be used in {pre-,post-,}processing
1410 * src/gtk/logwindow.c
1411 * src/gtk/logwindow.h
1412 Jump to last error when clicking on the
1415 2006-09-02 [colin] 2.4.0cvs128
1425 Let proc_mbox know its account, for
1426 account-specific rules
1428 2006-09-01 [colin] 2.4.0cvs127
1431 Don't uselessly use iconv to convert from
1437 Fix certain log cases, disable warning icon
1438 for now, the correct way to display it when
1439 necessary and only when necessary is probably
1440 to do it manually rather than use error logs
1441 * src/etpan/imap-thread.c
1442 Clean up UID logging a bit
1443 * src/gtk/logwindow.c
1444 * src/gtk/logwindow.h
1445 Make logging faster when the window's closed
1447 2006-09-01 [wwp] 2.4.0cvs126
1449 * manual/fr/account.xml
1450 reflect changes to the ref. manual (parts of cvs72):
1451 fix tabnames and quotes.
1453 2006-09-01 [wwp] 2.4.0cvs125
1455 * manual/fr/plugins.xml
1456 reflect changes to the reference manual (cvs42):
1457 update IRC channel info.
1459 2006-09-01 [wwp] 2.4.0cvs124
1462 use CVSEDITOR env. var. if set, according to `man cvs`.
1464 2006-09-01 [wwp] 2.4.0cvs123
1466 * manual/advanced.xml
1467 better sentence again (thanks to Paul).
1469 2006-09-01 [wwp] 2.4.0cvs122
1471 * manual/advanced.xml
1472 fix definition of toolbar_detachable and rework a bit the one of
1473 enable_dotted_lines.
1475 2006-09-01 [mones] 2.4.0cvs121
1477 * manual/advanced.xml
1478 Document enable_dotted_lines
1480 2006-09-01 [paul] 2.4.0cvs120
1487 obey the 'When entering folder...' option
1488 when using the /View/Go to/... menu items
1491 2006-08-31 [colin] 2.4.0cvs119
1494 Revert 2.4.0cvs116, wrong fix.
1496 2006-08-31 [colin] 2.4.0cvs118
1498 * src/gtk/gtksctree.c
1499 Better state the various copyrights
1501 2006-08-31 [colin] 2.4.0cvs117
1503 * src/prefs_common.c
1504 fix enable_dotted_lines
1506 2006-08-31 [colin] 2.4.0cvs116
1509 Use pref "Always open on select" when going
1510 to next unread folder
1511 * src/gtk/gtksctree.c
1512 Fix link failure to _gtk_clist_create_cell_layout
1513 on certain computers. (Why not mine, I wonder)
1515 2006-08-31 [colin] 2.4.0cvs115
1519 * src/plugins/bogofilter/bogofilter.c
1520 * src/plugins/spamassassin/spamassassin.c
1521 Requalify some "errors" to warnings
1525 Add an icon in the statusbar to notify
1527 * src/gtk/gtksctree.c
1530 Make the GtkSCTree look more modern by
1531 alternating background lines
1532 * src/prefs_common.c
1533 * src/prefs_common.h
1534 Add a pref to let people have the old
1538 2006-08-30 [colin] 2.4.0cvs114
1542 Provide a way to filter a list of
1543 messages in an optimised manner, and
1544 add a list-filtering hook
1548 Use the list filtering
1549 * src/plugins/bogofilter/bogofilter.c
1550 Use the list-filtering hook
1551 Use -b (bulk) mode for more speed
1552 when learning and filtering
1553 * src/etpan/imap-thread.c
1554 Make log output shorter in UID SEARCH
1557 2006-08-30 [colin] 2.4.0cvs113
1559 * src/plugins/bogofilter/bogofilter.c
1560 Really fast mass learning - thanks to David
1561 Relson for the options explanations :)
1563 2006-08-30 [colin] 2.4.0cvs112
1566 Fix compilation on FreeBSD. Thanks
1569 2006-08-29 [colin] 2.4.0cvs111
1572 Handle "popup_menu" signal (for popping the
1573 menu via the keyboard)
1578 * src/gtk/gtkutils.c
1579 * src/gtk/gtkutils.h
1580 Factorize scrolling code, and add an API
1581 for MimeViewers to handle scroll orders
1583 2006-08-29 [wwp] 2.4.0cvs110
1585 * src/plugins//bogofilter/bogofilter.c
1586 * src/plugins//spamassassin/spamassassin.c
1587 make the bogofilter/spamassassin filtering error dialogs at
1588 incorporation obey to the "don't popup error dialog on
1589 receive error" option. If disabled, feed the log window w/
1596 2006-08-29 [paul] 2.4.0cvs109
1599 remove 'make release', it's not needed
1600 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1602 2006-08-29 [paul] 2.4.0cvs108
1605 * src/summary_search.c
1606 * src/gtk/progressdialog.c
1607 * src/plugins/pgpcore/passphrase.c
1608 replace deprecated gtk_window_set_policy()
1610 2006-08-29 [colin] 2.4.0cvs107
1613 Fix data loss when copy fails during a move:
1614 only use fast remove_msgs if everything was
1615 copied OK; else use slow remove_msg on the
1616 mails that got copied only.
1618 2006-08-28 [paul] 2.4.0cvs106
1621 revert change in 2.4.0cvs104, it breaks
1624 2006-08-28 [paul] 2.4.0cvs105
1626 * src/plugins/spamassassin/spamassassin.c
1629 2006-08-28 [paul] 2.4.0cvs104
1632 fix data loss when moving to another
1634 * src/prefs_spelling.c
1636 * src/gtk/pluginwindow.c
1637 improve the layout of the dialog text
1640 2006-08-28 [paul] 2.4.0cvs103
1642 * src/plugins/bogofilter/bogofilter.c
1643 * src/plugins/bogofilter/bogofilter_gtk.c
1644 fix english up a bit, innit
1646 2006-08-28 [paul] 2.4.0cvs102
1651 require autoconf 2.60, enabling building
1652 with gettext 0.15 (gettext 0.14.x build still
1653 possible). Replace Makefiles with versions
1655 Remove configure options --with-localedir and
1656 --with-mandir. The options that are provided
1657 directly by autoconf 2.60 can be used instead:
1658 --mandir --localedir
1660 2006-08-27 [colin] 2.4.0cvs101
1662 * src/plugins/bogofilter/Makefile.am
1663 Fix make dist (no README)
1665 2006-08-27 [colin] 2.4.0cvs100
1668 Don't use F_UNKNOWN folders for any default
1670 * src/plugins/bogofilter/bogofilter.c
1671 * src/plugins/bogofilter/bogofilter.h
1672 * src/plugins/bogofilter/bogofilter_gtk.c
1673 Add an option to specify the path to bogofilter
1674 Use single-quotes to be able to learn in folders
1675 with spaces in their names
1676 Verify learning status
1678 2006-08-27 [colin] 2.4.0cvs99
1681 * manual/plugins.xml
1682 Document Bogofilter plugin
1684 2006-08-27 [colin] 2.4.0cvs98
1690 When possible, copy the queued mail to sent folder
1691 instead of re-adding. Much faster on IMAP.
1693 2006-08-27 [colin] 2.4.0cvs97
1696 Disable mmaped caches - huge metadata loss
1697 here after a power failure.
1699 Add quicksearch timing
1700 * src/common/plugin.c
1701 * src/common/plugin.h
1702 Implement an interface to tell what plugins
1703 provide. Prevent loading of similar plugins.
1704 * src/plugins/clamav/clamav_plugin.c
1705 * src/plugins/demo/demo.c
1706 * src/plugins/dillo_viewer/dillo_viewer.c
1707 * src/plugins/pgpcore/plugin.c
1708 * src/plugins/pgpinline/pgpinline.c
1709 * src/plugins/pgpmime/pgpmime.c
1710 * src/plugins/spamassassin/spamassassin.c
1711 * src/plugins/trayicon/trayicon.c
1712 Implement plugin_provides()
1714 2006-08-27 [colin] 2.4.0cvs96
1717 * src/plugins/Makefile.am
1718 * src/plugins/bogofilter/.cvsignore
1719 * src/plugins/bogofilter/Makefile.am
1720 * src/plugins/bogofilter/bogofilter.c
1721 * src/plugins/bogofilter/bogofilter.h
1722 * src/plugins/bogofilter/bogofilter_gtk.c
1723 New Bogofilter plugin, provides filtering and
1724 learning. Spamassassin will go to extra plugins.
1726 2006-08-26 [mones] 2.4.0cvs95
1728 * manual/handling.xml
1729 Fix subfolder path in the example (thanks to Paul)
1731 2006-08-26 [mones] 2.4.0cvs94
1733 * manual/glossary.xml
1734 2.2. + add ISP to the glossary
1735 7.5. + Add UIDL to glossary
1736 7.7. + Add TCP to glossary
1737 * manual/handling.xml
1738 7.1. + Mentions GNU/Linux distribution, what about the non...
1739 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1740 7.3. + Mentions .bashrc, what about the non-bash ones?
1741 7.4. = Use appropriate quotation for commands
1742 7.6. = change "" to <quote></quote>
1743 * manual/plugins.xml
1744 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends
1745 * manual/starting.xml
1746 2.1. + local mbox file: some examples of mbox file locations...
1747 Also reformatted files requiring it
1749 2006-08-26 [wwp] 2.4.0cvs93
1751 * src/summary_search.c
1752 disable find buttons while summary search is running.
1754 2006-08-25 [colin] 2.4.0cvs92
1761 Speed up MH moving, and add progressbar
1764 Write cache files using mmap() too
1766 2006-08-25 [wwp] 2.4.0cvs91
1769 switch spam<->ham button when a message has been marked as spam or ham
1770 and is still selected. Thanks to Colin.
1772 2006-08-25 [paul] 2.4.0cvs90
1775 * src/stock_pixmap.c
1776 * src/stock_pixmap.h
1778 * src/gtk/icon_legend.c
1779 * src/pixmaps/copied.xpm
1780 * src/pixmaps/moved.xpm
1781 add icons for delayed execution marked for
1782 copying, marked for moving
1784 2006-08-25 [mones] 2.4.0cvs89
1786 * manual/glossary.xml
1787 Fix the other glossary items:
1788 5.1. = Inmmediate execution -> <quote>immediate execution...
1789 5.2. = Fix MBOX capitalization -> Mbox
1790 5.3. + Improve Plugins def. w/ tech. ref.
1791 5.4. = Quotation -> replace '>' by <quote>></quote>
1792 5.5. - SMTP Server. -> remove dot
1796 2006-08-25 [mones] 2.4.0cvs88
1799 Reformatted, changed email address
1800 * manual/glossary.xml
1801 Reformatted, fixed MANUAL-TODO items:
1802 8.2. + add ROT-13 to glossary
1803 8.4. + add URL to glossary
1804 * manual/es/advanced.xml
1807 2006-08-25 [paul] 2.4.0cvs87
1809 * src/gtk/icon_legend.c
1810 add 'marked for deletion' icon
1811 arrange icons by containing column
1812 wrap long label text
1814 2006-08-25 [colin] 2.4.0cvs86
1816 * src/common/utils.c
1817 * src/common/utils.h
1818 Add the sc_g_*list_bigger functions in
1819 a place everyone can use it
1821 Only freeze/thaw the list when working
1822 on the selection, if it's bigger than 1
1823 * src/gtk/gtksctree.c
1824 Only freeze/thaw the list when unselec-
1825 ting 'all' if ('all' != 1)
1826 This avoids some flickering
1828 2006-08-24 [colin] 2.4.0cvs85
1831 Fix strange list selection
1832 Fix random seg (Invalid read of freed memory)
1834 2006-08-24 [colin] 2.4.0cvs84
1837 * src/gtk/inputdialog.c
1838 * src/plugins/pgpcore/passphrase.c
1839 Revert minimal width patch of 2.4.0cvs67,
1840 as it is also a maximal width. Use
1841 gtk_window_set_default_size instead.
1843 2006-08-24 [colin] 2.4.0cvs83
1846 Write cache/mark to temp files before
1847 overwriting old ones (avoids metadata
1848 loss if writing the new files fail).
1849 Use mmap() to read cache/mark file, as
1850 this makes cache reading faster. Dis-
1851 abled for big-endian machines until it
1852 can be tested. (Big-endian users: set
1853 msgcache_use_mmap = TRUE in the relevant
1856 Move rarely used fields of MsgInfo in
1857 another structure, which will only be
1858 allocated if needed. Face, X-Face,
1859 Return receipt headers and List-*
1860 headers are moved. Mails having none
1861 of these occupy 52 bytes less with
1862 this patch, which makes 2.5MB of RAM
1863 saved on a 50k folder).
1867 * src/partial_download.c
1871 Follow this structure change.
1873 2006-08-24 [wwp] 2.4.0cvs82
1875 * manual/es/.cvsignore
1876 * manual/es/dist/.cvsignore
1877 * manual/es/dist/html/.cvsignore
1878 * manual/es/dist/pdf/.cvsignore
1879 * manual/es/dist/ps/.cvsignore
1880 * manual/es/dist/txt/.cvsignore
1881 more (generated) files to ignore.
1883 2006-08-24 [colin] 2.4.0cvs81
1887 Fix possible problems with local delivery. Check the folder doesn't
1888 need scan before setting its mtime when saving cache (which can be
1889 done long after the folder's been modified by an external process);
1890 Check that the stored item's mtime didn't change in mh functions.
1892 2006-08-24 [mones] 2.4.0cvs80
1894 * manual/advanced.xml
1895 Rewrapping, some fixes and MANUAL-TODO items:
1896 8.1. = change "" to <quote></quote>
1897 8.3. = quote menu items
1898 8.5. - deploying -> new user ... ideally a new user (redundant)
1900 2006-08-23 [colin] 2.4.0cvs79
1902 * src/gtk/gtksctree.c
1903 When selecting or deselecting range, only
1904 freeze/thaw when selection is bigger than 10
1906 2006-08-23 [colin] 2.4.0cvs78
1911 * src/plugins/dillo_viewer/dillo_viewer.c
1912 Provide an API for MimeViewer plugins to
1913 return a text selection for replying
1915 2006-08-23 [colin] 2.4.0cvs77
1917 * src/image_viewer.c
1919 Use gtk_pixbuf_new_from_file_at_scale(), which
1920 is faster than getting the pixbuf then resizing
1923 2006-08-23 [colin] 2.4.0cvs76
1926 UTF-8 should be sent Quoted-printable
1928 2006-08-22 [colin] 2.4.0cvs75
1931 Check if scan is required before touching
1932 the folder (or it'll be required every time)
1934 2006-08-22 [colin] 2.4.0cvs74
1937 Require libetpan 0.46 (crasher fix when built
1940 2006-08-22 [colin] 2.4.0cvs73
1943 Set folder's mtime after writing its
1948 Don't do useless stuff if we don't
1951 Add some timing, don't deselect prior
1952 to selecting (gtksctree does it itself),
1953 remove crash avoidance hacks as it's been
1954 properly fixed since a while
1955 * src/common/utils.c
1956 Optimize to_human_readable(): _() is slow,
1957 do it only once, and avoid %f format for KB
1958 (the most common in a summaryview)
1959 * src/gtk/gtksctree.c
1960 Don't uselessly freeze/thaw (fixes flicker
1961 on next unread and friends), reduce number
1962 of g_list_nth/g_list_position where possible
1963 * src/gtk/gtkutils.c
1964 * src/gtk/gtkutils.h
1965 Reduce number of g_list_nth/g_list_position
1967 All of this makes loading as 70k folder 2.1
1968 seconds instead of 3.2 (with hot FS caches).
1969 (1.3 seconds without Date and Size columns...)
1971 2006-08-22 [paul] 2.4.0cvs72
1973 wrap documents and do some items from mones' MANUAL-TODO:
1975 * manual/account.xml
1976 4.1. = fix tabname references to <quote>tabname</quote>
1977 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1979 1.1. = mentioned options don't match UI
1980 Add information about the 'Never send Return Receipts'
1982 * manual/handling.xml
1983 6.2. = Mentions Extended symbols button, but now is
1985 6.3. = Mentions ... button, which is now Edit
1987 2006-08-22 [colin] 2.4.0cvs71
1989 * src/gtk/pluginwindow.c
1990 Fix layout in verbose translations (such
1993 2006-08-22 [paul] 2.4.0cvs70
1995 * manual/Makefile.am
1996 build manuals in alphabetical order
1998 * src/prefs_themes.c
1999 replace/remove deprecated symbols
2000 * src/gtk/gtkutils.c
2002 * src/gtk/pluginwindow.c
2003 replace deprecated symbol
2004 replace label text and move it
2005 * src/plugins/pgpcore/prefs_gpg.c
2006 move the 'Generate...' button out of the
2007 Sign Key frame, replace the English used
2008 * src/plugins/pgpcore/sgpgme.c
2009 fixes to the English
2011 2006-08-21 [colin] 2.4.0cvs69
2013 * src/plugins/trayicon/trayicon.c
2014 Add more strings for translation; patch
2017 2006-08-21 [colin] 2.4.0cvs68
2020 fix replied flag not set after drafting
2022 fix body quicksearch in non-encoded bodies
2025 Get rid of the g_malloc workaround for
2026 corrupted caches, use g_try_malloc
2028 2006-08-21 [colin] 2.4.0cvs67
2031 * src/gtk/inputdialog.c
2032 * src/plugins/pgpcore/passphrase.c
2033 Set minimal width to 375
2035 Fix switching to offline, asking if it
2036 should be overriden for synchronising
2038 Don't offer to remember command on Open
2039 with for text parts, as the browser or
2040 text editor command isn't changed from
2043 2006-08-20 [paul] 2.4.0cvs66
2047 fix plural form errors. revealed by stricter
2048 checking of gettext 0.15
2050 2006-08-18 [paul] 2.4.0cvs65
2052 * src/stock_pixmap.c
2053 fix the fix of 2.4.0cvs64
2056 2006-08-18 [paul] 2.4.0cvs64
2058 * src/stock_pixmap.c
2062 2006-08-18 [paul] 2.4.0cvs63
2066 fix occasional IMAP bug where large msgs
2067 were left in the queue folder after sending
2070 2006-08-18 [paul] 2.4.0cvs62
2073 freeze the summaryview while quicksearch results
2075 (fixes bug 456 'current message is hidden when the
2076 view is refreshed and extended search is "unread
2080 add missing #include "inputdialog.h"
2081 * src/common/utils.h
2082 add missing mailcap_update_default() and improve
2085 2006-08-17 [colin] 2.4.0cvs61
2087 * src/plugins/pgpcore/select-keys.c
2090 2006-08-17 [colin] 2.4.0cvs60
2093 Don't continue queuing if Cancel is clicked
2096 2006-08-17 [colin] 2.4.0cvs59
2098 * src/plugins/pgpcore/select-keys.c
2099 When encrypting, if only one key matches and it
2100 matches exactly, automatically use it.
2102 2006-08-17 [colin] 2.4.0cvs58
2105 * src/prefs_common.c
2106 * src/prefs_common.h
2107 * src/prefs_ext_prog.c
2109 Fix issues with previous patch (text/html)
2110 Remove outdated prefs
2112 2006-08-17 [colin] 2.4.0cvs57
2115 Add View Log button on auth error
2117 Fix encrypted mail marked as new when
2118 saved in normal folders
2119 * src/plugins/pgpinline/pgpinline.c
2120 Fix encrypt bug on IMAP
2122 * src/common/utils.c
2123 * src/common/utils.h
2124 * src/gtk/inputdialog.c
2125 * src/gtk/inputdialog.h
2126 Get rid of metamail stuff, simplify
2127 opening, and allow remembering of user's
2128 choices (by updating ~/.mailcap). There's
2129 still to drop "Audio player" and "Image
2130 viewer" preferences.
2132 2006-08-17 [mones] 2.4.0cvs56
2134 * manual/es/sylpheed-claws-manual.xml
2137 2006-08-17 [mones] 2.4.0cvs55
2140 * manual/Makefile.am
2141 * manual/es/Makefile.am
2142 * manual/es/account.xml
2144 * manual/es/addrbook.xml
2145 * manual/es/advanced.xml
2147 * manual/es/glossary.xml
2149 * manual/es/handling.xml
2150 * manual/es/intro.xml
2151 * manual/es/keyboard.xml
2152 * manual/es/plugins.xml
2153 * manual/es/starting.xml
2154 * manual/es/sylpheed-claws-manual.xml
2155 * manual/es/dist/Makefile.am
2156 * manual/es/dist/html/Makefile.am
2157 * manual/es/dist/pdf/Makefile.am
2158 * manual/es/dist/ps/Makefile.am
2159 * manual/es/dist/txt/Makefile.am
2160 Spanish translation for the manual
2162 2006-08-16 [colin] 2.4.0cvs54
2167 Fix send button sensitivity at startup
2168 Set send menu sensitivity (patch by Fabien)
2170 Enable closing with esc (patch by Fabien)
2171 * src/gtk/foldersort.c
2172 Enable closing with esc (patch by Fabien)
2174 Optimisation (no need to copy to tempfile to
2175 "decode" 7bit and 8bit)
2177 Fix cruft in swap_from case
2179 Fix missing last line in some mail cases
2180 (Fixes debian #381872)
2181 * src/plugins/pgpcore/prefs_gpg.c
2182 * src/plugins/pgpcore/sgpgme.c
2183 * src/plugins/pgpcore/sgpgme.h
2184 Don't show "no key found" when user explicitely
2185 wants to create a key
2187 2006-08-16 [paul] 2.4.0cvs53
2193 * src/prefs_account.c
2194 * src/prefs_message.c
2195 * src/gtk/gtkutils.c
2196 bump up minimum required versions of GTK+ and
2199 2006-08-16 [paul] 2.4.0cvs52
2202 workaround GTK+ Bug 351600 - 'Can't re-click
2203 on button after sensitivity update'
2204 http://bugzilla.gnome.org/show_bug.cgi?id=351600
2207 2006-08-15 [colin] 2.4.0cvs51
2209 * src/plugins/pgpcore/prefs_gpg.c
2210 Set options sensitivity according to
2212 * src/plugins/pgpcore/sgpgme.c
2213 Allow to create key with no passphrase
2215 2006-08-14 [cleroy] 2.4.0cvs50
2217 * src/gtk/pluginwindow.c
2218 New layout (maybe to be changed?)
2219 * src/gtk/gtkutils.c
2220 Fix a bit label_window
2221 * src/plugins/pgpcore/passphrase.c
2222 * src/plugins/pgpcore/passphrase.h
2223 * src/plugins/pgpcore/plugin.c
2224 * src/plugins/pgpcore/prefs_gpg.c
2225 * src/plugins/pgpcore/prefs_gpg.h
2226 * src/plugins/pgpcore/sgpgme.c
2227 * src/plugins/pgpcore/sgpgme.h
2228 Allow to create a PGP private key via the GUI
2230 2006-08-14 [wwp] 2.4.0cvs49
2232 * src/addressbook_foldersel.c
2233 fix strict ISO C90 compliance.
2235 2006-08-14 [paul] 2.4.0cvs48
2237 * src/gtk/prefswindow.c
2238 re-set scrolled window on opening
2245 2006-08-14 [paul] 2.4.0cvs47
2247 * src/prefs_display_header.c
2248 re-enable user-defined Displayed Headers
2250 2006-08-14 [paul] 2.4.0cvs46
2252 * src/prefs_account.c
2255 2006-08-13 [colin] 2.4.0cvs45
2257 * src/common/utils.c
2258 Fix "a" in quote when the original message is empty,
2259 by using \0 instead of 'a' to test writability of
2262 2006-08-13 [wwp] 2.4.0cvs44
2264 * src/plugins/spamassassin/spamassassin.c
2265 fix capitalization of "SpamAssassin" in some debug, log and
2268 2006-08-13 [paul] 2.4.0cvs43
2271 fix overlapping widgets
2272 * src/prefs_account.c
2273 fix translation of protocol_names[]
2274 fix label disappearing off the edge of the
2277 2006-08-12 [paul] 2.4.0cvs42
2279 * manual/plugins.xml
2280 update IRC channel info before it gets forgotten
2283 2006-08-11 [colin] 2.4.0cvs41
2292 Grey out the Send button if
2293 - Queue folders are empty, or
2294 - We're sending already
2296 2006-08-11 [wwp] 2.4.0cvs40
2299 fix a logic issue when quitting while a compose window is
2300 still open, thanks to Colin.
2302 2006-08-10 [colin] 2.4.0cvs39
2305 Fix default font size setting after wizard run
2307 * src/etpan/imap-thread.c
2308 * src/etpan/imap-thread.h
2309 Fix bug #999 (Timing out on TSL cert validation
2310 dialog makes ugly things happen). Also, STARTTLS
2311 unconditionnaly if initial capabilities contain
2312 LOGINDISABLED and STARTTLS.
2314 2006-08-09 [colin] 2.4.0cvs38
2318 Fix Tools/Actions sensitivity when there are
2321 2006-08-09 [colin] 2.4.0cvs37
2323 * src/prefs_filtering.c
2324 Warning fix, patch by Paul
2326 * src/prefs_actions.c
2327 * src/prefs_filtering_action.c
2328 * src/prefs_matcher.c
2329 Uniformisation of "Info ..." to "Info..." (for
2330 old gtk), patch by Fabien
2331 * src/plugins/clamav/clamav_plugin_gtk.c
2332 Sensitivity fix by Fabien
2334 2006-08-09 [colin] 2.4.0cvs36
2338 Add a function to know whether we're exiting
2339 * src/plugins/trayicon/trayicon.c
2340 If exiting, don't do anything. Faster, and
2341 avoids gtk_main_iteration reentracy causing
2344 2006-08-09 [colin] 2.4.0cvs35
2349 Fix lack of part selection when automatically
2350 jumping to a specific part
2352 Little optimisation in cache reading
2354 2006-08-09 [colin] 2.4.0cvs34
2357 Fix crash setting the priority on reedit
2358 (Accessing compose before creating it!)
2360 2006-08-08 [colin] 2.4.0cvs33
2363 Fix bug #998 (last attachment is not accessible)
2364 Bad RFC interpretation on multipart close-delimiters
2367 * src/gtk/gtkvscrollbutton.c
2368 * src/gtk/gtkvscrollbutton.h
2369 Make attachments list wheel-scrollable
2371 2006-08-07 [colin] 2.4.0cvs32
2373 * src/gtk/gtkaspell.c
2374 Fix bug #973 (Unicode punctation characters
2375 are not recognized as separators by the
2376 spell checker); fix unsigned stuff
2378 2006-08-07 [colin] 2.4.0cvs31
2381 Fix bug #956 (DnD text with accents in compose
2382 text entry); fix gccc's signed/unsigned fuss
2384 2006-08-06 [colin] 2.4.0cvs30
2387 Fix bug #979 (Plugin crashes when exiting
2388 sylpheed-claws) : handle exit request only
2391 2006-08-05 [colin] 2.4.0cvs29
2394 Just make sure we have a msgid.
2396 2006-08-05 [colin] 2.4.0cvs28
2400 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2401 by reimplementing it
2403 Fix bug when hiding quotes with level > 3 and quote
2406 2006-08-04 [colin] 2.4.0cvs27
2411 Fix a bit replace-by-pasting undo
2414 Fix Fold quotes menu synchro in
2415 mainwindow when it changes in
2418 Fix right-click on quotes blocks
2419 * src/common/utils.c
2420 Verify that the file created by
2421 my_tmpfile() is writable. Fixes
2422 bug #988 (very specific filesystem
2424 * src/plugins/pgpcore/sgpgme.c
2425 Fix file descriptor leak
2426 * src/plugins/spamassassin/spamassassin.c
2427 Warn once if spamd isn't reachable
2429 2006-08-04 [colin] 2.4.0cvs26
2432 i18n context patch by Fabien
2434 2006-08-03 [colin] 2.4.0cvs25
2438 Rename "Hide quotes" to "Fold quotes"
2440 Don't use hand cursor on quotes. "all
2441 the bonuses of the feature and none of
2442 unwelcome side-effects"
2444 2006-08-03 [colin] 2.4.0cvs24
2447 * sylpheed-claws.desktop
2449 Bring the desktop file to XDG compliance
2450 Patch by Charles A. Edwards
2452 2006-08-03 [colin] 2.4.0cvs23
2455 Fix links offset when they are preceded
2456 by accentued chars (g_utf8_strlen!)
2458 Fix wrong status when starting offline
2461 2006-08-03 [wwp] 2.4.0cvs22
2463 * src/prefs_common.h
2464 ask what to do w/ filtering rules that belong to an account when
2465 applying filtering rules manually from the main window (skip,
2466 apply regardless of the account, use current account). This dialog
2467 can be skipped and the last reply used.
2470 2006-08-03 [wwp] 2.4.0cvs21
2474 * src/prefs_common.c
2479 ask what to do w/ filtering rules that belong to an account when
2480 applying filtering rules manually from the main window (skip,
2481 apply regardless of the account, use current account). This dialog
2482 can be skipped and the last reply used.
2485 2006-08-03 [colin] 2.4.0cvs20
2488 Optimize previous patch
2490 2006-08-03 [cleroy] 2.4.0cvs19
2493 Fix quotes getting toggled back when the
2494 mail has an even number of text parts
2496 2006-08-02 [colin] 2.4.0cvs18
2499 Add Hide quotes menu
2501 2006-08-02 [colin] 2.4.0cvs17
2504 * src/prefs_common.c
2508 Allow per-level quote hiding,
2509 Allow toggling quotes by double-clicking them
2510 Rename RemoteURI to ClickableText to reflect
2511 the fact it's used for a variety of things
2513 2006-08-02 [wwp] 2.4.0cvs16
2516 fix "View/Hide quotes" menu item status initialization.
2518 2006-08-02 [wwp] 2.4.0cvs15
2520 * src/matcher_parser_parse.y
2521 remove a debug trace.
2523 2006-08-02 [paul] 2.4.0cvs14
2525 * src/plugins/pgpcore/passphrase.c
2526 don't set initial dialog size
2529 2006-08-02 [paul] 2.4.0cvs13
2532 remove the rogue '/' character
2534 2006-08-02 [paul] 2.4.0cvs12
2537 allow buttons to resize as necessary
2539 2006-08-01 [wwp] 2.4.0cvs11
2542 fix strict ISO C90 compliance.
2544 2006-08-01 [wwp] 2.4.0cvs10
2547 updated update-po tool to work w/ context-dependent translations.
2548 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2550 2006-08-01 [wwp] 2.4.0cvs9
2553 * src/prefs_filtering.c
2554 * src/prefs_matcher.c
2555 allow context-dependent translations for "All",
2556 patch by Fabien Vantard <fzzzzz@gmail.com>.
2558 2006-07-31 [colin] 2.4.0cvs8
2562 Add Rafal to authors
2564 2006-07-31 [colin] 2.4.0cvs7
2569 * src/prefs_common.c
2570 * src/prefs_common.h
2572 Add 'View/Hide quotes'. Patch based on a patch
2575 2006-07-31 [colin] 2.4.0cvs6
2578 Fix problem with "> stuff >" actions
2580 2006-07-31 [paul] 2.4.0cvs5
2583 updated by Geir Helland
2585 2006-07-31 [wwp] 2.4.0cvs4
2590 add "View/Go to/Parent message" and "View/Go to/Last read message",
2593 2006-07-31 [wwp] 2.4.0cvs3
2600 * src/addressbook_foldersel.c
2601 * src/addressbook_foldersel.h
2606 * src/matcher_parser_lex.l
2607 * src/matcher_parser_parse.y
2608 * src/prefs_common.c
2609 * src/prefs_common.h
2610 * src/prefs_filtering.c
2611 * src/prefs_matcher.c
2612 * src/prefs_matcher.h
2614 introduce filtering against the address book. It's now possible to add
2615 matched conditions to determine if any email address in a message matches
2616 or doesn't match any or all books or folders in the address book.
2618 2006-07-31 [wwp] 2.4.0cvs2
2628 * src/matcher_parser_lex.l
2629 * src/matcher_parser_parse.y
2631 * src/prefs_filtering.c
2632 * src/prefs_filtering.h
2636 introduce per-account filtering rules. Each filtering rule can now be assigned
2637 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2638 when applying filtering rules manually, as all rules will apply - even the ones
2639 assigned to an account. This issue will be addressed soon.
2643 2006-07-31 [wwp] 2.4.0cvs1
2646 make more strings translatable.
2648 2006-07-31 [paul] 2.4.0
2652 2006-07-31 [paul] 2.3.1cvs91
2655 updated by Miquel Oliete
2657 2006-07-31 [paul] 2.3.1cvs90
2667 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2668 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2669 Aleksandar Urosevic, and Ralgh Young
2671 2006-07-31 [paul] 2.3.1cvs89
2677 Fix a race condition when, after an SC crash, rescanning
2678 folders took more than 0.5 seconds
2681 2006-07-31 [paul] 2.3.1cvs88
2684 don't translate separator strings
2686 2006-07-30 [mones] 2.3.1cvs87
2688 * doc/man/sylpheed-claws.1
2689 Fixed non-ASCII chars in Hoa's name
2693 2006-07-27 [colin] 2.3.1cvs86
2696 Don't include the leading \n in links
2699 2006-07-25 [colin] 2.3.1cvs85
2702 * src/common/socket.h
2703 * src/etpan/imap-thread.c
2704 Refresh resolvers before connecting
2705 to IMAP servers, and after switching
2706 to online. Thanks to Paul.
2710 * 2.4.0-rc4 released
2712 2006-07-17 [colin] 2.3.1cvs84
2715 Show connection attempt in statusbar before
2716 connecting (previously first message was
2717 "Retrieving messages from ..." after the
2718 connection succeeded.
2720 2006-07-16 [wwp] 2.3.1cvs83
2722 * sylpheed-claws.ico
2723 Added .ico file (windows multi-size icon file, generated).
2725 2006-07-12 [wwp] 2.3.1cvs82
2728 remove Message/Re-edit menu entry from messageview window,
2729 as sent/draft/queued messages are opened in compose window when
2730 re-edited and it's not possible to re-edit other msgs.
2732 2006-07-12 [paul] 2.3.1cvs81
2737 check online state before resetting
2738 mailcheck timer. Useful if some program
2739 verifies connection state and updates
2741 Patch by Leonid Evdokimov <darkk@users.sf.net>
2743 2006-07-12 [paul] 2.3.1cvs80
2745 * sylpheed-claws-128x128.png
2746 * sylpheed-claws-64x64.png
2747 * sylpheed-claws.png
2750 * src/prefs_toolbar.c
2751 * src/stock_pixmap.c
2752 * src/stock_pixmap.h
2755 * src/gtk/gtkutils.c
2756 * src/pixmaps/sylpheed-claws.xpm ** ADDED **
2757 * src/pixmaps/sylpheed-claws_icon.xpm ** ADDED **
2758 * src/pixmaps/sylpheed-claws_logo.xpm ** ADDED **
2759 * src/pixmaps/sylpheed.xpm ** REMOVED **
2760 * src/pixmaps/sylpheed_icon.xpm ** REMOVED **
2761 * src/pixmaps/sylpheed_logo.xpm ** REMOVED **
2762 updated and renamed logo/icon files and related
2763 logo by Jesper Schultz
2765 2006-07-11 [paul] 2.3.1cvs79
2768 fix the labels a smidgin
2770 2006-07-09 [colin] 2.3.1cvs78
2773 Show errors in textviewer's command
2774 Patch by H. Merijn Brand
2776 2006-07-09 [colin] 2.3.1cvs77
2779 Save FMID in drafts too
2781 2006-07-08 [colin] 2.3.1cvs76
2784 Svae RMID in drafted mails too
2785 Save quote_fmt vars for whole mails,
2786 don't reset at each quote_fmt_init:
2787 allows to use the same |i{var} in
2788 various template fields
2789 * src/prefs_template.c
2791 * src/quote_fmt_parse.y
2794 2006-07-08 [colin] 2.3.1cvs75
2797 Fix highlighting of attached parts URIs
2799 2006-07-08 [colin] 2.3.1cvs74
2802 Prevent bug #981 (sc 2.3.1 segfaults with
2803 gtk+ 2.10) from being reported again:
2804 if Sylpheed-Claws has been compiled against
2805 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0,
2806 of if Sylpheed-Claws has been compiled against
2807 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2810 2006-07-07 [colin] 2.3.1cvs73
2812 * src/prefs_actions.c
2815 2006-07-07 [colin] 2.3.1cvs72
2817 * src/prefs_actions.c
2818 Fix compile on gtk < 2.8. argh :)
2820 2006-07-07 [paul] 2.3.1cvs71
2825 2006-07-07 [colin] 2.3.1cvs70
2829 * src/quote_fmt_lex.l
2830 * src/quote_fmt_parse.y
2831 Add |i{var}, a way to insert user-entered
2836 * 2.4.0-rc3 released
2838 2006-07-07 [colin] 2.3.1cvs69
2841 Don't consider inboxes of UNKNOWN folder
2842 classes to be useable as default inboxes
2844 2006-07-07 [paul] 2.3.1cvs68
2847 add missing #include <errno.h>
2848 Thanks to René J. Blokland
2850 2006-07-07 [paul] 2.3.1cvs67
2853 Return now Closes dialog
2857 add contextual menu to mime parts listed
2860 * src/common/utils.c
2861 reversal: ' is a valid character in URLs
2863 2006-07-06 [colin] 2.3.1cvs66
2865 * src/remotefolder.h
2866 Forgotten in previous commit
2868 2006-07-06 [colin] 2.3.1cvs65
2871 Set summary update flag whenever
2874 * src/prefs_account.c
2875 * src/common/utils.h
2876 * src/etpan/imap-thread.c
2877 Fix warnings, thanks to Fabien and
2880 2006-07-06 [wwp] 2.3.1cvs64
2882 * src/gtk/gtkutils.c
2883 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2885 2006-07-06 [wwp] 2.3.1cvs63
2894 * src/message_search.c
2895 * src/prefs_actions.c
2896 * src/prefs_filtering.c
2897 * src/prefs_filtering.h
2898 * src/prefs_template.c
2899 * src/summary_search.c
2901 * src/gtk/gtkutils.c
2902 * src/gtk/gtkutils.h
2903 * src/gtk/pluginwindow.c
2904 add help buttons to some dialogs. Clicking such buttons opens a
2905 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2907 2006-07-06 [paul] 2.3.1cvs62
2910 fix attachments contextual menu
2913 2006-07-05 [colin] 2.3.1cvs61
2917 Handle sftp:// links
2919 2006-07-05 [paul] 2.3.1cvs60
2922 grab save button by default
2925 2006-07-05 [wwp] 2.3.1cvs59
2928 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2930 2006-07-04 [colin] 2.3.1cvs58
2934 Use left click to select, middle click to open
2936 * src/common/utils.c
2939 2006-07-04 [colin] 2.3.1cvs57
2943 Warning fixes, thanks to Fabien
2945 2006-07-04 [colin] 2.3.1cvs56
2950 Allow parts to be selected via their text label
2953 2006-07-04 [colin] 2.3.1cvs55
2956 Feedback when closing (for big folders)
2957 * src/prefs_actions.c
2958 * src/prefs_filtering.c
2959 * src/prefs_matcher.c
2960 * src/prefs_template.c
2961 Fix default button when closing without
2964 2006-07-04 [colin] 2.3.1cvs54
2967 Delete local file on deletion
2969 2006-07-03 [colin] 2.3.1cvs53
2973 Don't freeze when rescanning after crash
2975 2006-07-03 [wwp] 2.3.1cvs52
2980 * src/plugins/pgpinline/pgpinline.c
2981 * src/plugins/pgpmime/pgpmime.c
2982 don't report an error when the user cancels the passphrase dialog.
2984 2006-07-02 [colin] 2.3.1cvs51
2987 Open message when crossing folders with Space,
2988 goto next unread and friends
2990 2006-07-01 [colin] 2.3.1cvs50
2992 * src/prefs_account.c
2993 Typographic rules varying from language
2994 to language (in french "Protocole :"),
2995 we have to do that :)
2997 2006-07-01 [ticho] 2.3.1cvs49
2999 * src/prefs_account.c
3000 Only use one temporary gchar* variable in
3001 prefs_account_protocol_set_optmenu().
3003 2006-07-01 [ticho] 2.3.1cvs48
3005 * src/prefs_account.c
3006 * src/prefs_account.h
3007 Use GtkLabel for existing account protocol name.
3008 Created an array for protocol names and populate the
3009 combobox from it in a for() cycle.
3011 2006-06-30 [colin] 2.3.1cvs47
3014 Block undo when changing signature (by changing
3017 2006-06-30 [paul] 2.3.1cvs46
3019 * src/send_message.c
3020 when editing From in the Compose window, use that address
3021 in the Return-Path: header
3024 2006-06-30 [colin] 2.3.1cvs45
3027 Fix signature replacement:
3028 - when no newline before separator
3031 2006-06-29 [colin] 2.3.1cvs44
3037 Let 'View/Go to/Next marked' work like
3038 Next new & Next unread: across folders
3039 Change the select_on_entry pref to do
3040 what we want when changing folder
3041 * src/common/utils.c
3042 Fix single-quoted links
3044 2006-06-29 [colin] 2.3.1cvs43
3046 * src/gtk/gtkaspell.c
3047 "Sylpheed" and "Sylpheed-Claws" do exist !
3049 2006-06-29 [colin] 2.3.1cvs42
3052 Forgot to remove debug
3054 2006-06-29 [colin] 2.3.1cvs41
3059 Disconnect from IMAP servers when going
3060 offline. Fixes bug #978 (going to offline-mode
3061 won't close connections)
3063 2006-06-29 [colin] 2.3.1cvs40
3066 Fix transient setting on failing plugins
3068 * src/plugins/pgpcore/sgpgme.c
3069 Only warn for OpenPGP. Most people don't
3072 2006-06-29 [colin] 2.3.1cvs39
3075 Fix Spelling menu (discrepancy between context menu
3076 and top menu when folder's dictionary isn't the
3078 * src/plugins/pgpcore/sgpgme.c
3079 More error reporting about why gpgme can fail
3081 2006-06-29 [wwp] 2.3.1cvs38
3084 honor the display-header-pane setting even when the message view
3085 is a separate window.
3087 2006-06-29 [wwp] 2.3.1cvs37
3089 * src/prefs_actions.c
3090 forgot to commit that one (use of GTK_STOCK_INFO).
3092 2006-06-29 [colin] 2.3.1cvs36
3095 Better handling of login errors (ask the password
3096 again once), alert in case of error. Fix three
3097 signedness warnings.
3099 2006-06-28 [wwp] 2.3.1cvs35
3101 * src/prefs_template.c
3102 * src/prefs_matcher.c
3103 * src/prefs_filtering_action.c
3105 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
3106 patch by Fabien Vantard, slightly modified.
3112 2006-06-28 [colin] 2.3.1cvs34
3114 * src/prefs_account.c
3115 Fix bug #977 (Can't add or edit imap accounts)
3117 2006-06-28 [colin] 2.3.1cvs33
3122 2006-06-28 [colin] 2.3.1cvs32
3125 Save named inlined attachments with "Save all"
3128 * src/common/plugin.c
3129 * src/common/plugin.h
3130 * src/common/sylpheed.c
3131 * src/common/utils.c
3132 * src/plugins/pgpcore/sylpheed.def
3133 * src/plugins/pgpinline/sylpheed.def
3134 * src/plugins/pgpmime/sylpheed.def
3135 Win32 compatibility patch, by
3138 2006-06-28 [wwp] 2.3.1cvs31
3141 * src/prefs_folder_item.c
3142 less compilation warnings (thanks to Fabien Vantard), less typos.
3144 2006-06-28 [paul] 2.3.1cvs30
3146 * src/gtk/gtkutils.c
3147 gtk_combo_box_set_focus_on_click() is only
3148 available since gtk 2.6.0
3150 2006-06-28 [paul] 2.3.1cvs29
3152 * src/prefs_ext_prog.c
3153 fix engrish and add a tooltip for the
3154 'command for 'Display as text' option
3160 2006-06-28 [paul] 2.3.1cvs28
3164 include textviewer.pl in releases
3166 2006-06-28 [paul] 2.3.1cvs27
3168 * src/prefs_ext_prog.c
3169 hide Print command option if libgnomeprint
3172 2006-06-27 [colin] 2.3.1cvs26
3175 Fix Esc handling in insert/attach dialog
3176 Don't show this dialog if dragging something
3177 else than text/uri-list
3178 Thanks to Fabien Vantard
3179 * tools/textviewer.pl
3180 Filter script to display stuff as text
3183 2006-06-27 [wwp] 2.3.1cvs25
3186 use the exact product name (message view title), patch
3189 2006-06-27 [ticho] 2.3.1cvs24
3191 * src/prefs_account.c
3192 * src/prefs_common.c
3193 * src/prefs_common.h
3194 * src/prefs_ext_prog.c
3196 Add a preference (Preferences/External programs)
3197 to allow "Display as text" to be done via a script
3198 (patch by H.Merijn Brand).
3199 Use GtkComboBox for protocol selection in account
3201 Only include current choice for existing accounts, and
3202 insensitivize the combobox.
3204 2006-06-27 [paul] 2.3.1cvs23
3207 fix crasher introduced in cvs21.
3210 2006-06-26 [colin] 2.3.1cvs22
3213 Fix double-frees when leaving folders
3214 after exporting to mbox
3216 2006-06-26 [colin] 2.3.1cvs21
3219 More feedback (and optimisation)
3221 * src/common/utils.c
3222 Fix case when looking for mail addresses
3223 * src/gtk/gtkutils.c
3224 Extra check for (X-)Face
3226 2006-06-25 [ticho] 2.3.1cvs20
3230 * src/gtk/gtkutils.c
3231 * src/gtk/gtkutils.h
3232 Added second argument to gtkut_sc_combobox_create() to
3233 control focus-on-click for the widget.
3234 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
3236 2006-06-25 [ticho] 2.3.1cvs19
3239 * src/gtk/Makefile.am
3240 * src/gtk/combobox.c
3241 * src/gtk/combobox.h
3242 * src/gtk/gtkutils.c
3243 * src/gtk/gtkutils.h
3244 Use GtkComboBox instead of deprecated GtkOptionMenu
3245 for account selector in compose window and for encoding
3246 selector in attachment properties.
3247 Also factorise working with the new GtkComboBox somewhat.
3249 2006-06-24 [paul] 2.3.1cvs18
3251 * src/prefs_common.c
3252 use the correct default value
3254 2006-06-24 [paul] 2.3.1cvs17
3257 * src/prefs_common.c
3258 * src/prefs_common.h
3259 * src/prefs_compose_writing.c
3260 enable setting of default action when
3261 dnd'ing files in the compose window.
3262 (Collaborative effort with wwp)
3264 2006-06-23 [wwp] 2.3.1cvs16
3267 i18n fix (thanks to Fabien Vantard)
3269 2006-06-22 [colin] 2.3.1cvs15
3271 * src/prefs_customheader.c
3272 Don't use filters in custom headers' file
3273 selector. Remember, extensions mean nothing :)
3275 2006-06-22 [paul] 2.3.1cvs14
3278 allow setting of man directory location
3280 2006-06-22 [colin] 2.3.1cvs13
3283 Add 'View/Go to/Next unread folder'.
3286 2006-06-22 [colin] 2.3.1cvs12
3288 * src/common/utils.c
3289 Add some subject prefixes
3290 Patch by Bjorn T Johansen <btj@havleik.no>
3292 2006-06-22 [colin] 2.3.1cvs11
3294 * manual/advanced.xml
3295 Forgotten hidden pref
3297 2006-06-21 [paul] 2.3.1cvs10
3299 * src/prefs_account.c
3300 complete the removal of 'Add date header' option
3302 2006-06-21 [paul] 2.3.1cvs9
3306 * src/prefs_account.c
3307 * src/prefs_account.h
3308 remove option to add date header - always
3310 * src/etpan/imap-thread.c
3311 fix warnings (Thanks to Colin)
3313 2006-06-21 [wwp] 2.3.1cvs8
3316 set the attachment flag when inline text part are (file)named. This is more convenient
3317 when receiving (for instance) inline source files or patches sent using thunderbird.
3319 2006-06-21 [paul] 2.3.1cvs7
3322 fix off-by-one count of current msg in
3323 statusbar filtering progressbar
3325 2006-06-21 [paul] 2.3.1cvs6
3328 Show attachment icon even if the part is 'inline'
3329 if the following conditions are met:
3330 - content-type != 'text/plain'
3331 - content-type != '*/pgp-signature'
3332 - either 'name' or 'filename' parameter is not NULL
3336 2006-06-21 [paul] 2.3.1cvs5
3339 * src/prefs_common.c
3340 * src/prefs_common.h
3342 add an option to 'Never send Return
3346 2006-06-20 [mones] 2.3.1cvs4
3351 typo fixed (space after comma)
3352 * tools/make.themes.project
3353 remove exec mode from tarball files
3355 2006-06-20 [colin] 2.3.1cvs3
3360 Better fix for \n's in headers (don't
3361 break Received: and others)
3363 2006-06-20 [paul] 2.3.1cvs2
3367 improve legibility of phishing attempt
3370 2006-06-20 [paul] 2.3.1cvs1
3375 Update version number following
3378 2006-06-20 [colin] 2.3.0cvs26
3381 When dragging a file to the text of the compose
3382 window, ask whether we want to insert or attach
3383 (I know lots of people who do that to attach)
3385 2006-06-20 [colin] 2.3.0cvs25
3387 * src/etpan/imap-thread.c
3388 Fix threshold (the append command is often > 32 bytes)
3390 2006-06-19 [colin] 2.3.0cvs24
3393 * src/etpan/imap-thread.c
3394 Workaround Rockliffe IMAP server bug: replace
3395 "x UID SEARCH (ANSWERED UID 1:*)" with
3396 "x UID SEARCH ANSWERED"
3397 (Rockliffe doesn't handle the parenthesis)
3399 2006-06-19 [colin] 2.3.0cvs23
3403 * src/etpan/imap-thread.c
3404 Probably fix bug #972 (Freezes when adding
3405 an attachment to the message)
3407 Modernize Firefox cmd
3410 2006-06-18 [colin] 2.3.0cvs22
3412 * src/prefs_customheader.c
3413 Only allow correct filenames for various
3416 2006-06-18 [colin] 2.3.0cvs21
3418 * src/prefs_customheader.c
3419 Add a 'From File...' button in custom headers prefs, which
3420 try to do the right thing:
3421 for normal headers, use file as plaintext,
3422 for X-Face, calls compface,
3423 for Face, encode to b64.
3425 2006-06-17 [colin] 2.3.0cvs20
3430 2006-06-16 [colin] 2.3.0cvs19
3433 Recursive quicksearch: show message list
3434 in current folder, *then* search children
3437 2006-06-16 [colin] 2.3.0cvs18
3440 Instead of ignoring SIGPIPE, save caches
3441 when getting one. Will fix the fact that
3442 hot caches are out-of-date when logging
3445 * src/prefs_compose_writing.c
3446 Only save text (not attachments) when
3447 auto-saving to drafts
3449 Always replace \n, \r and \t with spaces
3451 * manual/dist/html/Makefile.am
3452 * manual/dist/pdf/Makefile.am
3453 * manual/dist/ps/Makefile.am
3454 * manual/dist/txt/Makefile.am
3455 * manual/fr/dist/html/Makefile.am
3456 * manual/fr/dist/pdf/Makefile.am
3457 * manual/fr/dist/ps/Makefile.am
3458 * manual/fr/dist/txt/Makefile.am
3459 * manual/pl/dist/html/Makefile.am
3460 * manual/pl/dist/pdf/Makefile.am
3461 * manual/pl/dist/ps/Makefile.am
3462 * manual/pl/dist/txt/Makefile.am
3463 Fix make clean removing pregenerated manuals
3466 2006-06-16 [colin] 2.3.0cvs17
3468 * src/plugins/pgpcore/sgpgme.c
3469 * src/plugins/pgpmime/pgpmime.c
3470 * src/plugins/pgpinline/pgpinline.c
3471 Better error reporting in setup_signers.
3472 Don't fallback to default key if specified
3474 Don't allow signing if more than one secret
3475 key matches the one specified in prefs.
3477 2006-06-15 [colin] 2.3.0cvs16
3480 Add "Send queue" in the folder's contextual
3488 * src/plugins/pgpcore/passphrase.c
3489 * src/plugins/pgpcore/sgpgme.c
3490 * src/plugins/pgpinline/pgpinline.c
3491 * src/plugins/pgpmime/pgpmime.c
3492 Better error reporting
3494 Probably fix bug #971 (2.2.3 cannot read mail
3498 2006-06-15 [mones] 2.3.0cvs15
3500 * tools/make.themes.project
3501 creates the themes project from the web page
3503 2006-06-15 [colin] 2.3.0cvs14
3506 Better fix (avoid losing the folder if scan_tree
3509 2006-06-15 [cleroy] 2.3.0cvs13
3512 Probably fix Bug #969 (crash on rebuilding
3515 2006-06-14 [colin] 2.3.0cvs12
3517 * manual/dtd/manual.xsl
3518 * manual/sylpheed-claws-manual.xml
3519 * manual/fr/sylpheed-claws-manual.xml
3520 * manual/pl/sylpheed-claws-manual.xml
3521 Insert pagebreaks between sections
3523 2006-06-14 [paul] 2.3.0cvs11
3526 better fix than 2.3.0cvs10
3528 2006-06-14 [paul] 2.3.0cvs10
3531 fix setting of PACKAGE_DATA_DIR with newer autoconf
3532 (backwards compatible)
3534 2006-06-13 [colin] 2.3.0cvs9
3537 Fix sending of return receipt with the new queue folders
3539 2006-06-13 [wwp] 2.3.0cvs8
3541 * src/quote_fmt_lex.l
3542 fix wrong tokens returned in quote_fmt lexer, query not().
3544 2006-06-13 [wwp] 2.3.0cvs7
3547 * src/prefs_folder_item.c
3548 allow changing folder type even when folder is not a top-level one,
3551 2006-06-12 [colin] 2.3.0cvs6
3554 Fix double-ask of "Do you want to mark all
3557 2006-06-12 [colin] 2.3.0cvs5
3568 * src/prefs_folder_item.c
3573 * src/send_message.c
3576 Apply bug #964's patch (Queue and drafts aren't normal)
3577 The Drafts and Queue folder now contain RFC-822 files,
3578 allowing to move and copy mails from and to these
3579 folders. Moving from Drafts to Queue will prepare the
3580 mail for sending (PGP signature, encryption, etc).
3581 This patch also rework sending errors handling to try
3583 Also, allow redefining folder types via the GUI
3584 (Folder type in its Properties)
3586 2006-06-12 [colin] 2.3.0cvs4
3589 * src/prefs_common.c
3590 * src/prefs_common.h
3592 Allow to define a specific print font - patch
3593 by Bernhard Walle <bernhard.walle@gmx.de>
3595 * manual/advanced.xml
3596 * manual/fr/advanced.xml
3597 Add a hidden pref to allow deletion without
3600 2006-06-12 [wwp] 2.3.0cvs3
3603 more files to ignore.
3605 2006-06-12 [wwp] 2.3.0cvs2
3608 * src/quote_fmt_lex.l
3609 * src/quote_fmt_parse.y
3610 extend the quote_fmt parser (templates and quotes):
3611 - allow limited sub-expressions in |p{} and |f{} expressions,
3612 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3613 - implemented/fixed missing implementation of query_references and show_references,
3614 - completed, fixed contents and format of the symbols help dialog,
3615 - fix some compilation warnings.
3617 2006-06-12 [wwp] 2.3.0cvs1
3619 * manual/advanced.xml
3620 * manual/fr/advanced.xml
3621 updates in the "templates" section of the manual (eng/fr):
3622 - be more precise (both versions)
3623 - completed to match the english reference (fr version)
3624 - touchups (both versions)
3626 2006-06-12 [paul] 2.3.0
3630 2006-06-12 [paul] 2.2.3cvs14
3641 updated by Miquel Oliete, Tim, Stephan Sachse,
3642 Stavros Giannouris, Fabien Vantard, Andrea
3643 Spadaccini, Frederico Goncalves Guimaraes,
3644 Aleksandar Urosevic, and Ralgh Young
3646 2006-06-12 [colin] 2.2.3cvs13
3651 2006-06-11 [colin] 2.2.3cvs12
3654 Verify that g_malloc() succeeded
3656 2006-06-11 [colin] 2.2.3cvs11
3659 Add Face header to welcome mail
3661 2006-06-10 [colin] 2.2.3cvs10
3664 Revert previous (Forgot it changes the
3665 margin on the whole mail)
3667 2006-06-10 [colin] 2.2.3cvs9
3670 Don't overlap long headers under (X-)Face
3672 2006-06-10 [mones] 2.2.3cvs8
3675 allow generation of manual on systems lacking saxon binary
3676 but with java and the saxon library installed
3681 2006-06-09 [colin] 2.2.3cvs7
3684 Fix leak when using Display Sender using Addressbook
3686 2006-06-09 [colin] 2.2.3cvs6
3695 2006-06-09 [paul] 2.2.3cvs5
3699 * tools/claws.i18n.status.pl
3700 updated with new info
3702 2006-06-09 [paul] 2.2.3cvs4
3707 add wwp to authors list
3709 update mine and Colin's addresses
3711 2006-06-08 [colin] 2.2.3cvs3
3713 * src/etpan/imap-thread.c
3714 Fix leak on SSL cert check
3716 2006-06-08 [colin] 2.2.3cvs2
3718 * src/common/utils.c
3721 2006-06-08 [paul] 2.2.3cvs1
3724 Update version number following
3727 2006-06-07 [colin] 2.2.2cvs3
3730 Fix catching cache read errors (guint instead of gint)
3731 Prevent malloc'ing more than 8MB (means cache corruption)
3733 2006-06-07 [paul] 2.2.2cvs2
3740 * src/common/utils.c
3741 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3743 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3746 2006-06-06 [paul] 2.2.2cvs1
3749 Update version number following
3752 2006-06-06 [paul] 2.2.1cvs6
3755 fix implicit declaration of
3757 Patch by Fabien Vantard
3759 2006-06-06 [paul] 2.2.1cvs5
3762 fix age_greater and age_lower so that they
3763 mean what say and not '...or equal to'
3766 2006-06-06 [paul] 2.2.1cvs4
3769 * src/common/utils.c
3773 2006-06-05 [wwp] 2.2.1cvs3
3775 * manual/fr/account.xml
3776 minor language fixes (thanks to Fabien Vantard).
3778 2006-06-05 [colin] 2.2.1cvs2
3780 * src/prefs_folder_item.c
3782 Allow recursive setting of properties
3785 Don't freeze on 'test' filtering rule
3787 2006-06-05 [colin] 2.2.1cvs1
3790 Update version number following
3793 2006-06-04 [wwp] 2.2.0cvs82
3795 * manual/glossary.xml
3796 * manual/account.xml
3797 * manual/fr/glossary.xml
3798 * manual/fr/account.xml
3799 added glossary section and references/links related to the Face custom header.
3801 2006-06-04 [colin] 2.2.0cvs81