1 2006-11-02 [colin] 2.5.6cvs19
6 * src/etpan/imap-thread.c
7 Add GSSAPI support - fixes Debian bug #383274
9 2006-11-01 [colin] 2.5.6cvs18
12 Handle libpisock12 support. Probably
13 fixes bug 1046, 'jpilot AddressDB.pdb
16 2006-11-01 [colin] 2.5.6cvs17
19 debug_print() folderutils_mark_all_read()
21 2006-11-01 [colin] 2.5.6cvs16
24 Add missed files to the Apache exception
26 2006-10-31 [colin] 2.5.6cvs15
30 Add a copy_private_data() func to FolderClasses
31 Doesn't break the feature freeze, because we
32 won't use it (right now) in the core.
34 2006-10-31 [colin] 2.5.6cvs14
37 Allow linking with the Apache licensed files in
38 src/plugins/spamassassin. Hopefully fixes
39 bug 1048, 'Spamassassin plugin license problem'
41 2006-10-31 [wwp] 2.5.6cvs13
44 fix and optimize trimming of leading linefeeds in body loop.
46 2006-10-31 [colin] 2.5.6cvs12
48 * src/etpan/imap-thread.c
50 Make really sure to have NULL sets in case
53 2006-10-30 [wwp] 2.5.6cvs11
58 fix broken storage of quote format template when it contains \-escape
59 sequences. The application of such sequences is also fixed now (\t
60 in quote format will be a real tab instead of a 't', for instance).
62 2006-10-27 [colin] 2.5.6cvs10
65 Probably fix bug 1045, 'sylpheed-claws
66 doesn't remove the mail from the IMAP
67 Queue folder after sending'. From
70 2006-10-27 [colin] 2.5.6cvs9
73 Require libetpan-0.48. I'm so annoying,
76 2006-10-27 [colin] 2.5.6cvs8
80 Probably fix bug 1044, 'sylpheed-claws
81 segfaults while moving mails' - Fix relation
82 usage when moving to an IMAP mailbox from another
85 2006-10-26 [paul] 2.5.6cvs7
88 add libSM to compiled-in features
91 2006-10-24 [colin] 2.5.6cvs6
95 Fix crash when printing emails with an
98 2006-10-24 [mones] 2.5.6cvs5
100 * manual/es/advanced.xml
101 Synchronize hidden option respect_flowed_format
105 2006-10-21 [paul] 2.5.6cvs4
108 * src/plugins/pgpcore/pgp_viewer.c
109 * src/plugins/pgpcore/sgpgme.c
111 Thanks to Michael Hughes
112 <Sylpheed-Claws_user@thehugheslogcabin.net>
114 2006-10-20 [colin] 2.5.6cvs3
117 Bump up libetpan requirement
118 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
121 Add convenience get_file_mtime()
123 * src/etpan/imap-thread.c
124 * src/etpan/imap-thread.h
125 Implement UIDPLUS support if the server
126 supports it - faster sending in this case
128 2006-10-19 [colin] 2.5.6cvs2
130 * src/gtk/quicksearch.c
131 Fix emptying in type-ahead+extended mode
134 Add a hook for offline state change
135 * src/plugins/trayicon/trayicon.c
136 Use it to display offline icons
137 * src/plugins/trayicon/Makefile.am
138 * src/plugins/trayicon/newmail.offline.xpm
139 * src/plugins/trayicon/newmarkedmail.offline.xpm
140 * src/plugins/trayicon/nomail.offline.xpm
141 * src/plugins/trayicon/unreadmail.offline.xpm
142 * src/plugins/trayicon/unreadmarkedmail.offline.xpm
145 2006-10-12 [paul] 2.5.6cvs1
150 Update version number following
153 2006-10-19 [colin] 2.5.5cvs18
155 * manual/handling.xml
156 Add type-ahead search
158 2006-10-18 [colin] 2.5.5cvs17
160 * src/gtk/quicksearch.c
161 Remove "save to history only if there's
162 no syntax error", it breaks for some
163 reason which I'll investigate later.
165 2006-10-18 [colin] 2.5.5cvs16
170 * src/gtk/quicksearch.c
171 * src/gtk/quicksearch.h
172 Add a type-ahead option for fast searches
173 Patch by Fabien Vantard
175 2006-10-18 [colin] 2.5.5cvs15
179 Add Options/Reply mode/ menu to be able to
180 change the recipients of a reply on the fly
182 2006-10-18 [colin] 2.5.5cvs14
185 Fix redirecting of our own sent mails
187 2006-10-17 [wwp] 2.5.5cvs13
190 Fix duplicate error messages when sending, and missing
191 newline in such error messages.
193 2006-10-17 [colin] 2.5.5cvs12
196 Compare addresses case-insensitive
198 2006-10-17 [colin] 2.5.5cvs11
200 * src/plugins/pgpcore/sgpgme.c
203 2006-10-17 [colin] 2.5.5cvs10
205 * src/plugins/pgpcore/pgp_viewer.c
208 2006-10-17 [colin] 2.5.5cvs9
211 Fix a typo (thanks to Fabien)
213 2006-10-16 [colin] 2.5.5cvs8
216 Fix problem with quote-folding when emails
217 don't convert cleanly to UTF-8
219 2006-10-14 [colin] 2.5.5cvs7
221 * src/prefs_template.c
222 Reset fields when reopening
225 2006-10-13 [paul] 2.5.5cvs6
227 * manual/advanced.xml
228 * src/prefs_message.c
229 make 'respect_flowed_format' a hidden
230 option, and add a manual entry for it
233 2006-10-12 [colin] 2.5.5cvs5
236 Revert part of 2.5.2cvs21:
237 Don't optimise by reusing the
238 last iconv converter if possible:
239 it seems slightly broken in a
240 very hard way to reproduce
242 2006-10-12 [colin] 2.5.5cvs4
246 * src/prefs_message.c
248 Fix bug 1035, 'Incorrect handling
249 of flowed lines'. We now optionnaly
250 handle this format (preference is in
251 Message View/Text options section)
253 2006-10-12 [colin] 2.5.5cvs3
257 * src/plugins/pgpcore/pgp_viewer.c
258 * src/plugins/pgpcore/sgpgme.c
259 Don't try to import without asking
261 2006-10-12 [colin] 2.5.5cvs2
264 Fix bug 1036, 'Forwarding a mutlipart
265 mail with a "text/html" block to ms
266 outlook users leeds to freeze of
267 outlook'. Poor outlook users...
269 2006-10-12 [paul] 2.5.5cvs1
274 Update version number following
277 2006-10-11 [paul] 2.5.4cvs1
282 Update version number following
285 2006-10-11 [paul] 2.5.3cvs32
288 fix bug 1032, 'Segmentation fault when showing
289 message' (bug in quote folding)
292 2006-10-10 [colin] 2.5.3cvs31
295 Rephrase english a bit
297 2006-10-10 [colin] 2.5.3cvs30
299 * src/prefs_compose_writing.c
300 Stop making the page larger than the window
302 2006-10-10 [wwp] 2.5.3cvs29
305 * src/prefs_template.c
308 * src/quote_fmt_lex.l
309 * src/quote_fmt_parse.y
310 Extend the quote parser a bit: allow to get access to
311 basic (composing) account info.
313 2006-10-10 [colin] 2.5.3cvs28
316 Fix this \t problem in subject
318 2006-10-09 [colin] 2.5.3cvs27
322 Prepare cache a bit later
323 If section already exists, skip the new one
324 (as previously); avoid writing the same block
325 twice - if we find a second block with the
327 * src/plugins/pgpcore/pgp_viewer.c
328 Set cursor to busy when retrieving a key
329 * src/plugins/pgpcore/sgpgme.c
330 allow 5 seconds for gpg to export the key
333 2006-10-09 [colin] 2.5.3cvs26
338 Check for existence of fgets_unlocked
341 2006-10-09 [paul] 2.5.3cvs25
343 * src/prefs_summaries.c
344 replace strftime() with fast_strftime() and in
345 the consequence fix the bug in the display of
346 AM/PM in the 'Example' string
348 2006-10-09 [ticho] 2.5.3cvs24
351 Updated (and fixed up somewhat) Slovak translation.
353 2006-10-08 [colin] 2.5.3cvs23
355 * src/prefs_folder_item.c
356 Explain why prefs in the top-level folder
357 aren't retained, but are still useful
359 2006-10-08 [colin] 2.5.3cvs22
362 Don't cache anything if caching fails
364 2006-10-08 [colin] 2.5.3cvs21
367 always include gi18n.h
369 2006-10-07 [colin] 2.5.3cvs20
371 * src/plugins/pgpcore/pgp_viewer.c
372 Kill gpg after 5 seconds wait
374 2006-10-07 [colin] 2.5.3cvs19
376 * src/plugins/pgpcore/pgp_viewer.c
377 * src/plugins/pgpcore/pgp_viewer.h
380 2006-10-07 [colin] 2.5.3cvs18
382 * src/plugins/pgpcore/pgp_viewer.c
383 * src/plugins/pgpcore/pgp_viewer.h
384 Actually add the files to CVS
386 2006-10-07 [colin] 2.5.3cvs17
388 * src/plugins/pgpcore/sgpgme.c
389 Be sure not to crash on 'application/pgp-signature' that
390 are not application/pgp-signatures
392 2006-10-07 [colin] 2.5.3cvs16
396 Make a bit more of the API available
397 * src/plugins/pgpcore/Makefile.am
398 * src/plugins/pgpcore/plugin.c
399 * src/plugins/pgpcore/sgpgme.c
400 Add basic key import/export
402 2006-10-07 [colin] 2.5.3cvs15
406 * src/prefs_account.c
408 Warn users *everywhere* if libetpan's not
411 2006-10-06 [mones] 2.5.3cvs14
415 updated by Stephan Sachse and me
417 2006-10-06 [colin] 2.5.3cvs13
420 * src/common/sylpheed.c
421 Don't load common plugins if --exit is passed
424 Implement a cache to avoid reading the same
425 files over and over again at startup
427 2006-10-06 [colin] 2.5.3cvs12
430 * src/gtk/quicksearch.c
431 Update display every 5k mails on fast searches
433 2006-10-06 [colin] 2.5.3cvs11
436 Don't do quote folding on HTML or ERTF.
437 May fix the Cygwin issues if they were
438 happening with HTML mails?
440 2006-10-05 [colin] 2.5.3cvs10
445 2006-10-05 [colin] 2.5.3cvs9
448 Use unlocked_stdio here too
450 2006-10-05 [colin] 2.5.3cvs8
453 Fix go to next * after preferences apply
455 Do the fd lock/unlock ourselves instead of
456 letting the libc do it at each write
458 2006-10-05 [colin] 2.5.3cvs7
461 Faster division, thanks to Jean Diraison
463 2006-10-05 [paul] 2.5.3cvs6
466 fix building with --disable-nls
468 2006-10-04 [colin] 2.5.3cvs5
473 2006-10-04 [wwp] 2.5.3cvs4
475 * src/prefs_folder_item.c
476 Fine-tune layouts in folder item prefs. Suggested by
477 Fabien Vantard <fzzzzz@gmail.com>.
479 2006-10-04 [wwp] 2.5.3cvs3
481 * src/prefs_folder_item.c
482 Kill the clandestine passengers. You didn't see anything.
484 2006-10-04 [wwp] 2.5.3cvs2
486 * src/prefs_folder_item.c
487 Add a way to test the subject simplify regexp in
488 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
489 w/ few layout changes.
491 2006-20-04 [paul] 2.5.3cvs1
496 Update version number following
499 2006-10-04 [colin] 2.5.2cvs42
504 Provide a way for folder classes to set their sort
507 2006-10-03 [colin] 2.5.2cvs41
510 Don't use strlen() to know if the
513 2006-10-03 [colin] 2.5.2cvs40
516 Fix "check for new folders" with accentued folders
518 2006-10-03 [ticho] 2.5.2cvs39
524 Colin's fix for "copy" filtering rules.
526 2006-10-02 [colin] 2.5.2cvs38
529 Fix for double-click too
531 2006-10-02 [colin] 2.5.2cvs37
534 correct fix for cvs36
536 2006-10-02 [colin] 2.5.2cvs36
539 Fix 'goto next unread' after collapsing/expanding
542 2006-10-02 [colin] 2.5.2cvs35
545 Fix double freeze/thaw
553 2006-10-02 [colin] 2.5.2cvs34
556 Time mh_write_sequences() - it's fast
558 Init a variable to shut up gcc
560 2006-10-01 [colin] 2.5.2cvs33
566 Add helper mh_set_mtime(), and set mtime to stat()'s result
567 Add fsync but disable it, it's slow as hell
569 2006-10-01 [colin] 2.5.2cvs32
573 fflush() caches and mh_sequences before
576 2006-10-01 [colin] 2.5.2cvs31
579 Don't ftruncate when not using mmap
581 2006-09-30 [colin] 2.5.2cvs30
584 Write folder list *after* saving caches
586 2006-09-30 [colin] 2.5.2cvs29
590 Debug forced mtime changes
592 2006-09-30 [colin] 2.5.2cvs28
596 Remove useless debug_print()s (code
599 2006-09-30 [colin] 2.5.2cvs27
602 Do stuff faster when writing mh_sequences
604 2006-09-30 [colin] 2.5.2cvs26
607 Don't let the writing of .mh_sequences, which
608 can change the folder's mtime, let us think
611 2006-09-30 [colin] 2.5.2cvs25
614 Move a debug_print where it belongs
617 Don't mess with a huge slow subject
618 table if we're not threading by
621 2006-09-30 [colin] 2.5.2cvs24
624 Reenable mmaped reads (*not* writes!)
626 Don't destroy and recreate hashtables just
629 Remove useless reply prefixes (it's case
632 2006-09-30 [wwp] 2.5.2cvs23
635 Fixed a minor bug in date value extraction, added a switch
636 to replace non RFC-compliant Date: value, added a switch
637 to use strict RFC matching patterns for dates.
639 2006-09-29 [colin] 2.5.2cvs22
641 * src/matcher_parser.h
642 * src/matcher_parser_parse.y
643 * src/prefs_filtering.c
645 * src/summary_search.c
647 * src/gtk/quicksearch.c
648 * src/gtk/quicksearch.h
649 Optimise searches by setting different
650 refresh intervals (depending if the
651 search is fast or not)
653 2006-09-29 [colin] 2.5.2cvs21
656 Optimise by reusing the last iconv converter
659 Optimise a bit (the foldable quotes feature
660 still has an awful O(n^2) algo
662 2006-09-29 [colin] 2.5.2cvs20
664 * src/gtk/gtksctree.c
665 * src/gtk/gtksctree.h
666 Optimise de-selection via up/down or
669 2006-09-28 [colin] 2.5.2cvs19
676 * src/summary_search.c
678 Avoid using summaryview->ctree directly
680 2006-09-28 [colin] 2.5.2cvs18
684 Add helpers to freeze/thaw/grab_focus
685 Factorize calls to freeze/thaw/grab_focus
688 2006-09-28 [colin] 2.5.2cvs17
691 More guards for the session management
693 2006-09-28 [colin] 2.5.2cvs16
696 * src/gtk/gtksctree.c
697 * src/gtk/gtksctree.h
698 Make expanding not recursive in folderview
700 2006-09-28 [colin] 2.5.2cvs15
703 If nothing is selected in the list (right part)
704 and a group is selected in the tree (left part),
707 2006-09-28 [colin] 2.5.2cvs14
712 2006-09-28 [ticho] 2.5.2cvs13
721 Small i18n string optimization.
724 * src/common/session.c
726 * src/common/ssl_certificate.c
728 Use "Couldn't" instead of "Can't" in UI messages,
731 2006-09-28 [colin] 2.5.2cvs12
734 Possibly fix link errors
736 2006-09-27 [wwp] 2.5.2cvs11
739 * doc/man/sylpheed-claws.1
744 Updated authors info (me, myself and I).
746 2006-09-27 [colin] 2.5.2cvs10
749 Remove useless printf
751 2006-09-27 [wwp] 2.5.2cvs9
758 * src/gtk/progressdialog.c
759 remember more windows' sizes (send dialog, received dialog,
760 edit group in addressbook).
762 2006-09-27 [colin] 2.5.2cvs8
767 Use libSM to communicate with the session
768 manager, so that we can know when the
769 session ends, save our caches, and draft
772 2006-09-27 [colin] 2.5.2cvs7
776 o Allow Book and Group creation from the tree's
778 o Do not actually delete the contacts when
779 deleting groups from the tree (duh!)
781 2006-09-27 [colin] 2.5.2cvs6
788 o Allow passing an email address to
789 compose_new_with_folderitem
791 o Use current folderitem when clicking
792 on a TextView mailto: link
793 o Fix a possible leak in TextView
795 2006-09-27 [colin] 2.5.2cvs5
798 Use UTF-8 chars to replace HTML entities
800 2006-09-27 [colin] 2.5.2cvs4
803 * src/prefs_account.c
805 Fix bug #1024 (Array index out of
806 range in sylpheed-claws-2.5.2)
807 Patch by Ales Nosek <anosek@suse.cz>
809 2006-09-27 [colin] 2.5.2cvs3
814 2006-09-27 [colin] 2.5.2cvs2
818 Allow completing with comma (in certain cases: vCalendar
819 for example doesn't support that)
820 Patch by Fabien Vantard
822 2006-09-26 [colin] 2.5.2cvs1
834 * src/prefs_filtering_action.c
835 * src/prefs_folder_item.c
836 * src/prefs_template.c
839 * src/pixmaps/addr_one.xpm
840 * src/pixmaps/addr_two.xpm
841 Add auto-completion on groups
843 2006-09-26 [colin] 2.5.2
850 2006-09-26 [colin] 2.5.1cvs5
855 2006-09-26 [colin] 2.5.1cvs4
858 Revert cvs1 (useless as the message is printed
861 2006-09-26 [colin] 2.5.1cvs3
863 * src/partial_download.c
864 Fix crasher found by Alexsandar Urosevic
866 2006-09-26 [colin] 2.5.1cvs2
869 Fix bug #1023 (Sylpheed deletes too much messages)
871 2006-09-26 [ticho] 2.5.1cvs1
874 Make use of gettext's multiple plurals for statusbar
877 2006-09-25 [paul] 2.5.1
884 2006-09-25 [colin] 2.5.0cvs3
886 * src/plugins/bogofilter/bogofilter.c
887 * src/plugins/clamav/clamav_plugin.c
888 * src/plugins/spamassassin/spamassassin.c
889 BogoFilter, Spamassassin: Fix double hook registering after
891 Spamassassin, Clamav: Just set the mails to move instead of
892 doing the move - caller will move the things at once.
894 2006-09-25 [colin] 2.5.0cvs2
897 * src/etpan/imap-thread.c
898 Use UID SEARCH ALL instead of UID 1:*
899 (braindead servers can't figure out that's
902 2006-09-25 [wwp] 2.5.0cvs1
904 * src/message_search.c
905 Added the ability to stop a running search (in message body).
907 2006-09-25 [paul] 2.5.0
914 2006-09-25 [paul] 2.4.0cvs214
925 updated by Tim, Stephan Sachse, Flammie Pirinen,
926 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
927 Ticho, Aleksander Urosevic, Ralgh Young
929 2006-09-24 [mones] 2.4.0cvs213
934 2006-09-23 [colin] 2.4.0cvs212
936 * src/gtk/inputdialog.c
937 Fix [ ] remember this appearing in normal
938 input dialogs after it's been used by
946 * src/common/timing.h
947 Enable timings in debug mode and make it
950 2006-09-22 [colin] 2.4.0cvs211
957 2006-09-22 [colin] 2.4.0cvs210
960 Let's see if bug #1022 is fixed
962 2006-09-21 [colin] 2.4.0cvs209
965 * src/common/plugin.c
966 Prepare infra to load predefined plugins when
967 no configuration existed. Don't actually load
968 anything yet (feat. freeze)
970 2006-09-21 [wwp] 2.4.0cvs208
973 Partial sync w/ 2.4.0cvs72:
974 wrap file and minor updates.
976 2006-09-21 [wwp] 2.4.0cvs207
979 several fixes and enhancements. A new --force switch has been
980 added to prevent overriding by default Date: header when
983 2006-09-21 [paul] 2.4.0cvs206
986 add Chinese UTF8 Re prefix
988 2006-09-21 [wwp] 2.4.0cvs205
991 Fics alfabettical order.
993 2006-09-21 [wwp] 2.4.0cvs204
997 Added an action tool to fix missing Date field in emails.
998 Updated Makefile.am to reflect those last two additions.
1000 2006-09-21 [wwp] 2.4.0cvs203
1003 Added a action tool to open uuencoded docs w/
1004 OpenOffice (based on uudec method).
1006 2006-09-21 [colin] 2.4.0cvs202
1010 Workaround possible GTK crash: remove selection
1011 clipboard before destroying widget, or GTK+-2.10
1012 dies. Thanks to Hiro.
1014 2006-09-20 [colin] 2.4.0cvs201
1017 Fix free-after-use in some cases (when
1018 procmime_encode_content() frees mimeinfo->data.mem
1019 and turns it to a temp file)
1021 2006-09-20 [colin] 2.4.0cvs200
1025 * src/gtk/gtksctree.c
1026 * src/gtk/gtksctree.h
1027 Add tooltips in the folderview and summaryview
1028 (Doesn't break string freeze as they already
1031 Put the spam button in the default configuration
1032 if compiled with bogo plugin too
1034 2006-09-19 [colin] 2.4.0cvs199
1038 Update folder name label on folder rename
1039 * src/prefs_matcher.c
1040 * src/gtk/logwindow.h
1044 2006-09-19 [wwp] 2.4.0cvs198
1046 * src/summary_search.c
1047 fix can't click forward/backward buttons in the
1050 2006-09-18 [paul] 2.4.0cvs197
1053 add missing bracket, capitalise the A of
1056 2006-09-18 [paul] 2.4.0cvs196
1059 fix bug 1012 'crashed upon sending mail
1060 from compose window'
1063 2006-09-16 [colin] 2.4.0cvs195
1066 Fix "real-time" sorting by freezing/thawing
1068 2006-09-16 [colin] 2.4.0cvs194
1071 Fix the anti-spam entry a bit
1073 2006-09-16 [colin] 2.4.0cvs193
1076 Make sure reviewers have no excuse when stating
1077 Sylpheed-Claws doesn't have antispam capabilities.
1079 2006-09-16 [colin] 2.4.0cvs192
1082 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
1083 as if the SIGPIPE comes from etpan's thread we could
1084 trigger a GUI update from this thread.
1086 2006-09-16 [colin] 2.4.0cvs191
1089 Init all members of the struct
1091 2006-09-16 [paul] 2.4.0cvs190
1094 improvements to the English
1096 2006-09-15 [colin] 2.4.0cvs189
1101 2006-09-14 [colin] 2.4.0cvs188
1103 * src/common/socket.c
1104 * src/common/socket.h
1106 * src/common/ssl_certificate.c
1107 * src/common/ssl_certificate.h
1108 * src/etpan/imap-thread.c
1109 the get_fqdn() call done to get canonical name when
1110 checking an SSL certificate is blocking, which is
1111 sad as we just did a non-blocking lookup to connect.
1112 Fix that by letting the fqdn available to the SockInfo,
1113 and use that in ssl_certificate_check(). For IMAP,
1114 we don't do it as the lookup's done by libetpan, but
1115 it's less annoying as IMAP connections as much more
1116 rare than POP3 connections.
1118 2006-09-14 [paul] 2.4.0cvs187
1120 * manual/advanced.xml
1121 improvements to the English,
1122 properly place the new hidden options
1123 within the alphabetical order
1124 * src/gtk/pluginwindow.c
1125 improvements to the English
1127 2006-09-14 [colin] 2.4.0cvs186
1129 * src/prefs_common.c
1130 * src/prefs_common.h
1131 * src/gtk/gtksctree.c
1132 * manual/advanced.xml
1133 New hidden pref, stripes_color_offset, to change
1134 the value added/substracted to normal bgcolor to
1135 create the stripes in summaries
1137 2006-09-13 [colin] 2.4.0cvs185
1144 Fix misc. printing issues:
1145 - Bad font for linkified headers
1146 - Different font if the mail was displayed or not
1147 - Factorize the thing
1149 2006-09-13 [colin] 2.4.0cvs184
1151 * src/common/ssl_certificate.c
1152 Only get FQDN once when checking certificate
1154 2006-09-13 [colin] 2.4.0cvs183
1157 * src/gtk/pluginwindow.c
1158 Misc. GUI fixes by Fabien
1160 2006-09-13 [wwp] 2.4.0cvs182
1163 * src/common/utils.h
1164 * src/common/utils.c
1165 get rid of unused wide-char functions.
1167 2006-09-13 [wwp] 2.4.0cvs181
1169 * src/plugins/pgpinline/sylpheed.def
1171 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
1172 add privacy_reset_error to the .def file,
1173 do not fork for an external textviewer.
1175 2006-09-13 [wwp] 2.4.0cvs180
1177 * src/prefs_common.c
1178 fix broken font entry in prefs (patch issued by the gpg4win team,
1179 probably by Marcus Brinkmann <marcus@g10code.de>).
1181 2006-09-13 [colin] 2.4.0cvs179
1184 Fix a warning in summaryview.c
1188 Add missing Mark/* elements in the
1191 2006-09-12 [colin] 2.4.0cvs178
1193 * src/prefs_actions.c
1194 * src/prefs_filtering_action.c
1195 * src/prefs_matcher.c
1196 Use (New) instead of New everywhere
1198 2006-09-12 [wwp] 2.4.0cvs177
1200 * manual/fr/addrbook.xml
1201 * manual/fr/handling.xml
1202 updated some quotes in the fr manual to match the fr translation.
1204 2006-09-12 [wwp] 2.4.0cvs176
1206 * src/prefs_matcher.c
1207 don't store translated string elements in matcher expressions.
1208 Also fixed a misused of Q_().
1210 2006-09-11 [wwp] 2.4.0cvs175
1212 * src/plugins//bogofilter/bogofilter.c
1213 * src/plugins//clamav/clamav_plugin.c
1214 * src/plugins//demo/demo.c
1215 * src/plugins//dillo_viewer/dillo_viewer.c
1216 * src/plugins//pgpcore/plugin.c
1217 * src/plugins//pgpinline/plugin.c
1218 * src/plugins//pgpmime/plugin.c
1219 * src/plugins//spamassassin/spamassassin.c
1220 gettext-ize more strings (mostly plugin error messages).
1222 2006-09-11 [colin] 2.4.0cvs174
1225 Make maximum buffer size bigger to avoid
1226 truncating translated messages. Patch by
1229 2006-09-11 [colin] 2.4.0cvs173
1231 * src/etpan/imap-thread.c
1232 Fix compilation on OpenBSD, thanks to
1235 2006-09-10 [wwp] 2.4.0cvs172
1237 * manual/account.xml
1238 * manual/addrbook.xml
1239 * manual/handling.xml
1240 * manual/es/handling.xml
1241 * manual/fr/account.xml
1242 * manual/fr/addrbook.xml
1243 * manual/fr/handling.xml
1244 documented addressbook matching (condition configuration):
1246 documented per-account filtering rules (handling/filtering
1247 section, account section):
1248 account.xml, handling.xml, en fr
1249 slightly updated the handling/searching section to tell few
1250 words about the extended search ability:
1252 added missing <quote></quotes> to Quick Search:
1253 handling.xml, en fr es
1254 fixed a typo (auomatically):
1256 changes revisited by Paul.
1258 2006-09-10 [paul] 2.4.0cvs171
1260 * src/prefs_actions.c
1261 * src/prefs_filtering.c
1262 * src/prefs_template.c
1263 adjustments to the gui
1264 Patch by Fabien Vantard (slightly modified)
1266 2006-09-10 [colin] 2.4.0cvs170
1269 Check folderitem/summaryview consistency
1270 (basically automates Update summary). Fixes
1271 #1011 (wrong (negative) count on unread
1274 2006-09-10 [colin] 2.4.0cvs169
1276 * src/gtk/gtksctree.c
1277 Fix recursive expansion via mouse
1278 * src/plugins/bogofilter/bogofilter.c
1279 Use normal filtering way of moving
1280 messages (batching), possibly fixing
1281 bug #1015 (Bogofilter plugin doubles
1284 2006-09-09 [wwp] 2.4.0cvs168
1286 * src/prefs_filtering.c
1287 better place for this fix.
1289 2006-09-09 [wwp] 2.4.0cvs167
1291 * src/prefs_filtering.c
1292 fix a minor bug when the enabled status of a filtering/processing
1293 rule always got set to TRUE when replacing this rule. That still
1294 make sense when adding a new rule, but now when replacing, we
1295 don't override the value of 'enabled'.
1296 Also renamed the func prefs_filtering_list_view_get_rule_name()
1297 to prefs_filtering_list_view_get_info() as this function not only
1298 returns the name, but also the account_id and the enabled status.
1300 2006-09-09 [mones] 2.4.0cvs166
1302 * manual/glossary.xml
1303 * manual/plugins.xml
1304 Minor format corrections
1306 Fix misplaced NO WARRANTY section
1307 * manual/es/advanced.xml
1309 * manual/es/glossary.xml
1311 * manual/es/handling.xml
1312 * manual/es/plugins.xml
1313 * manual/es/starting.xml
1314 Incorporate changes from English version
1318 Fix address, (add translation credits in es version)
1322 2006-09-09 [wwp] 2.4.0cvs165
1324 * src/prefs_filtering.c
1325 fix a crash when opening filtering prefs, if matcherrc file contains
1326 broken data (non-existing account id, which is theoretically not
1329 2006-09-08 [colin] 2.4.0cvs164
1332 Wrong assert, make it an if()
1333 * src/gtk/gtksctree.c
1334 Fix bug #1013 (expand selected thread
1335 tree) - expanding is now recursive
1337 2006-09-07 [wwp] 2.4.0cvs163
1339 * src/prefs_matcher.c
1340 make better sentences about addressbook matching in the
1341 matcher prefs. This should make translators' work easier
1344 2006-09-07 [wwp] 2.4.0cvs162
1346 * src/prefs_filtering.c
1347 code simplification (get rid of dup var. assignment).
1349 2006-09-07 [wwp] 2.4.0cvs161
1352 use GTK_STOCK icons when possible, patch by Fabien Vantard
1355 2006-09-07 [paul] 2.4.0cvs160
1358 fix compilation warnings
1361 2006-09-07 [paul] 2.4.0cvs159
1364 select the mimepart icon when
1368 2006-09-06 [paul] 2.4.0cvs158
1370 * src/prefs_filtering.c
1371 fix labels and table element spacing
1372 Patch by Fabien Vantard
1378 2006-09-06 [paul] 2.4.0cvs157
1380 * manual/es/advanced.xml
1383 2006-09-06 [wwp] 2.4.0cvs156
1386 fix an dup launch issue when iconified, thanks to Colin.
1388 2006-09-06 [wwp] 2.4.0cvs155
1390 * src/gtk//gtksctree.h
1391 oops, forgot that one!
1393 2006-09-06 [wwp] 2.4.0cvs154
1395 * manual/pl/advanced.xml
1396 * manual/advanced.xml
1397 * manual/es/advanced.xml
1398 * manual/fr/advanced.xml
1399 * src/prefs_customheader.c
1400 * src/prefs_filtering_action.c
1402 * src/prefs_summaries.c
1403 * src/prefs_filtering.c
1406 * src/prefs_summary_column.c
1408 * src/prefs_actions.c
1409 * src/prefs_folder_column.c
1411 * src/prefs_template.c
1412 * src/prefs_display_header.c
1413 * src/prefs_common.h
1414 * src/prefs_matcher.c
1415 * src/prefs_common.c
1416 * src/prefs_toolbar.c
1419 * src/gtk/gtksctree.c
1420 * src/gtk/pluginwindow.c
1421 * src/gtk/progressdialog.c
1422 * src/gtk/prefswindow.c
1423 renamed hidden option enable_rules_hint to use_stripes_everywhere
1424 to make its meaning more obvious (all versions of the manual reflect
1426 added an extra hidden option use_stripes_in_summary to allow
1427 discarding these stripes in mainwindow's folder and message lists;
1428 en and fr manuals only are OK towards this.
1430 2006-09-06 [colin] 2.4.0cvs153
1433 Hide Sylpheed-Claws' internal queue headers
1434 when showing all headers. They'll be present
1435 only in Source window.
1437 2006-09-05 [colin] 2.4.0cvs152
1439 * src/plugins/trayicon/trayicon.c
1440 Fix crash at exit - we have to disconnect
1442 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1443 Update eggtrayicon - patch adapted from a
1444 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
1447 2006-09-05 [colin] 2.4.0cvs151
1450 * src/gtk/logwindow.c
1451 Fix race condition when something writes
1452 to the log too soon during init. Thanks
1455 2006-09-05 [colin] 2.4.0cvs150
1458 Don't select part on right-click either
1460 2006-09-05 [paul] 2.4.0cvs149
1463 completion of previous commit
1466 2006-09-05 [colin] 2.4.0cvs148
1469 Don't force selection on middle-click, just open
1471 2006-09-04 [colin] 2.4.0cvs147
1474 Looks like gtk_notebook_set_current_page()
1475 sometimes steals focus, and this annoys us
1476 in MimeViewers as it renders navigation
1477 keys useless. Take back focus after switching
1480 2006-09-04 [colin] 2.4.0cvs146
1483 Set stop_loading when clicking on Next
1484 during load. Don't add a callback to
1485 avoid over-complicating things.
1487 2006-09-04 [colin] 2.4.0cvs145
1491 Fix multiple loads in separate messageview
1493 2006-09-04 [colin] 2.4.0cvs144
1496 Let navigation keys be handled during
1499 2006-09-04 [colin] 2.4.0cvs143
1505 Make loading of huge mails (lots of text and/or
1506 images) cancellable, so the GUI doesn't block
1508 2006-09-04 [colin] 2.4.0cvs142
1510 * src/plugins/trayicon/trayicon.c
1511 Fix annoyance when removing a folder with
1512 unread mails: trayicon didn't update
1514 2006-09-04 [paul] 2.4.0cvs141
1516 * src/gtk/icon_legend.c
1517 straighten up columns
1518 Patch by Fabien Vantard
1520 2006-09-04 [wwp] 2.4.0cvs140
1522 * src/prefs_filtering.c
1523 fix new line's account name in filtering prefs:
1524 was "All", is now "(New)".
1526 2006-09-04 [paul] 2.4.0cvs139
1528 * tools/make.themes.project
1529 use "AUTOMAKE_OPTIONS = dist-bzip2"
1530 instead of homebrewed "make release"
1532 2006-09-03 [colin] 2.4.0cvs138
1535 Fix bug #1007 (Wrong folder highlighted)
1537 2006-09-03 [colin] 2.4.0cvs137
1540 Don't set Newsgroup: header to a mail folder
1543 2006-09-03 [paul] 2.4.0cvs136
1546 * src/prefs_spelling.c
1549 2006-09-03 [paul] 2.4.0cvs135
1551 * src/prefs_summaries.c
1552 correct menu item text in prefs_keybind_apply_clicked()
1554 2006-09-03 [paul] 2.4.0cvs134
1556 * manual/advanced.xml
1557 some improvements to the descriptions
1562 fix menu sensitivity issues
1563 * src/prefs_message.c
1564 drop the useless word 'short'
1566 add the word 'lines' indicating log length
1567 is a measure of lines
1569 fix compilation warnings
1571 2006-09-02 [colin] 2.4.0cvs133
1574 Display a special return-receipt message
1575 if the message is from the user
1577 Fix missing freeze of the list when marking
1578 all read and unthreading for exec. Thanks
1581 2006-09-02 [paul] 2.4.0cvs132
1584 * src/prefs_message.c
1588 2006-09-02 [wwp] 2.4.0cvs131
1590 * src/prefs_filtering.c
1591 added an account name column to the filtering rules
1594 2006-09-02 [colin] 2.4.0cvs130
1596 * src/gtk/logwindow.c
1597 * src/gtk/logwindow.h
1598 Block scrolling if we're not at the end
1601 2006-09-02 [colin] 2.4.0cvs129
1604 Make sure account-specific rules can't
1605 be used in {pre-,post-,}processing
1607 * src/gtk/logwindow.c
1608 * src/gtk/logwindow.h
1609 Jump to last error when clicking on the
1612 2006-09-02 [colin] 2.4.0cvs128
1622 Let proc_mbox know its account, for
1623 account-specific rules
1625 2006-09-01 [colin] 2.4.0cvs127
1628 Don't uselessly use iconv to convert from
1634 Fix certain log cases, disable warning icon
1635 for now, the correct way to display it when
1636 necessary and only when necessary is probably
1637 to do it manually rather than use error logs
1638 * src/etpan/imap-thread.c
1639 Clean up UID logging a bit
1640 * src/gtk/logwindow.c
1641 * src/gtk/logwindow.h
1642 Make logging faster when the window's closed
1644 2006-09-01 [wwp] 2.4.0cvs126
1646 * manual/fr/account.xml
1647 reflect changes to the ref. manual (parts of cvs72):
1648 fix tabnames and quotes.
1650 2006-09-01 [wwp] 2.4.0cvs125
1652 * manual/fr/plugins.xml
1653 reflect changes to the reference manual (cvs42):
1654 update IRC channel info.
1656 2006-09-01 [wwp] 2.4.0cvs124
1659 use CVSEDITOR env. var. if set, according to `man cvs`.
1661 2006-09-01 [wwp] 2.4.0cvs123
1663 * manual/advanced.xml
1664 better sentence again (thanks to Paul).
1666 2006-09-01 [wwp] 2.4.0cvs122
1668 * manual/advanced.xml
1669 fix definition of toolbar_detachable and rework a bit the one of
1670 enable_dotted_lines.
1672 2006-09-01 [mones] 2.4.0cvs121
1674 * manual/advanced.xml
1675 Document enable_dotted_lines
1677 2006-09-01 [paul] 2.4.0cvs120
1684 obey the 'When entering folder...' option
1685 when using the /View/Go to/... menu items
1688 2006-08-31 [colin] 2.4.0cvs119
1691 Revert 2.4.0cvs116, wrong fix.
1693 2006-08-31 [colin] 2.4.0cvs118
1695 * src/gtk/gtksctree.c
1696 Better state the various copyrights
1698 2006-08-31 [colin] 2.4.0cvs117
1700 * src/prefs_common.c
1701 fix enable_dotted_lines
1703 2006-08-31 [colin] 2.4.0cvs116
1706 Use pref "Always open on select" when going
1707 to next unread folder
1708 * src/gtk/gtksctree.c
1709 Fix link failure to _gtk_clist_create_cell_layout
1710 on certain computers. (Why not mine, I wonder)
1712 2006-08-31 [colin] 2.4.0cvs115
1716 * src/plugins/bogofilter/bogofilter.c
1717 * src/plugins/spamassassin/spamassassin.c
1718 Requalify some "errors" to warnings
1722 Add an icon in the statusbar to notify
1724 * src/gtk/gtksctree.c
1727 Make the GtkSCTree look more modern by
1728 alternating background lines
1729 * src/prefs_common.c
1730 * src/prefs_common.h
1731 Add a pref to let people have the old
1735 2006-08-30 [colin] 2.4.0cvs114
1739 Provide a way to filter a list of
1740 messages in an optimised manner, and
1741 add a list-filtering hook
1745 Use the list filtering
1746 * src/plugins/bogofilter/bogofilter.c
1747 Use the list-filtering hook
1748 Use -b (bulk) mode for more speed
1749 when learning and filtering
1750 * src/etpan/imap-thread.c
1751 Make log output shorter in UID SEARCH
1754 2006-08-30 [colin] 2.4.0cvs113
1756 * src/plugins/bogofilter/bogofilter.c
1757 Really fast mass learning - thanks to David
1758 Relson for the options explanations :)
1760 2006-08-30 [colin] 2.4.0cvs112
1763 Fix compilation on FreeBSD. Thanks
1766 2006-08-29 [colin] 2.4.0cvs111
1769 Handle "popup_menu" signal (for popping the
1770 menu via the keyboard)
1775 * src/gtk/gtkutils.c
1776 * src/gtk/gtkutils.h
1777 Factorize scrolling code, and add an API
1778 for MimeViewers to handle scroll orders
1780 2006-08-29 [wwp] 2.4.0cvs110
1782 * src/plugins//bogofilter/bogofilter.c
1783 * src/plugins//spamassassin/spamassassin.c
1784 make the bogofilter/spamassassin filtering error dialogs at
1785 incorporation obey to the "don't popup error dialog on
1786 receive error" option. If disabled, feed the log window w/
1793 2006-08-29 [paul] 2.4.0cvs109
1796 remove 'make release', it's not needed
1797 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1799 2006-08-29 [paul] 2.4.0cvs108
1802 * src/summary_search.c
1803 * src/gtk/progressdialog.c
1804 * src/plugins/pgpcore/passphrase.c
1805 replace deprecated gtk_window_set_policy()
1807 2006-08-29 [colin] 2.4.0cvs107
1810 Fix data loss when copy fails during a move:
1811 only use fast remove_msgs if everything was
1812 copied OK; else use slow remove_msg on the
1813 mails that got copied only.
1815 2006-08-28 [paul] 2.4.0cvs106
1818 revert change in 2.4.0cvs104, it breaks
1821 2006-08-28 [paul] 2.4.0cvs105
1823 * src/plugins/spamassassin/spamassassin.c
1826 2006-08-28 [paul] 2.4.0cvs104
1829 fix data loss when moving to another
1831 * src/prefs_spelling.c
1833 * src/gtk/pluginwindow.c
1834 improve the layout of the dialog text
1837 2006-08-28 [paul] 2.4.0cvs103
1839 * src/plugins/bogofilter/bogofilter.c
1840 * src/plugins/bogofilter/bogofilter_gtk.c
1841 fix english up a bit, innit
1843 2006-08-28 [paul] 2.4.0cvs102
1848 require autoconf 2.60, enabling building
1849 with gettext 0.15 (gettext 0.14.x build still
1850 possible). Replace Makefiles with versions
1852 Remove configure options --with-localedir and
1853 --with-mandir. The options that are provided
1854 directly by autoconf 2.60 can be used instead:
1855 --mandir --localedir
1857 2006-08-27 [colin] 2.4.0cvs101
1859 * src/plugins/bogofilter/Makefile.am
1860 Fix make dist (no README)
1862 2006-08-27 [colin] 2.4.0cvs100
1865 Don't use F_UNKNOWN folders for any default
1867 * src/plugins/bogofilter/bogofilter.c
1868 * src/plugins/bogofilter/bogofilter.h
1869 * src/plugins/bogofilter/bogofilter_gtk.c
1870 Add an option to specify the path to bogofilter
1871 Use single-quotes to be able to learn in folders
1872 with spaces in their names
1873 Verify learning status
1875 2006-08-27 [colin] 2.4.0cvs99
1878 * manual/plugins.xml
1879 Document Bogofilter plugin
1881 2006-08-27 [colin] 2.4.0cvs98
1887 When possible, copy the queued mail to sent folder
1888 instead of re-adding. Much faster on IMAP.
1890 2006-08-27 [colin] 2.4.0cvs97
1893 Disable mmaped caches - huge metadata loss
1894 here after a power failure.
1896 Add quicksearch timing
1897 * src/common/plugin.c
1898 * src/common/plugin.h
1899 Implement an interface to tell what plugins
1900 provide. Prevent loading of similar plugins.
1901 * src/plugins/clamav/clamav_plugin.c
1902 * src/plugins/demo/demo.c
1903 * src/plugins/dillo_viewer/dillo_viewer.c
1904 * src/plugins/pgpcore/plugin.c
1905 * src/plugins/pgpinline/pgpinline.c
1906 * src/plugins/pgpmime/pgpmime.c
1907 * src/plugins/spamassassin/spamassassin.c
1908 * src/plugins/trayicon/trayicon.c
1909 Implement plugin_provides()
1911 2006-08-27 [colin] 2.4.0cvs96
1914 * src/plugins/Makefile.am
1915 * src/plugins/bogofilter/.cvsignore
1916 * src/plugins/bogofilter/Makefile.am
1917 * src/plugins/bogofilter/bogofilter.c
1918 * src/plugins/bogofilter/bogofilter.h
1919 * src/plugins/bogofilter/bogofilter_gtk.c
1920 New Bogofilter plugin, provides filtering and
1921 learning. Spamassassin will go to extra plugins.
1923 2006-08-26 [mones] 2.4.0cvs95
1925 * manual/handling.xml
1926 Fix subfolder path in the example (thanks to Paul)
1928 2006-08-26 [mones] 2.4.0cvs94
1930 * manual/glossary.xml
1931 2.2. + add ISP to the glossary
1932 7.5. + Add UIDL to glossary
1933 7.7. + Add TCP to glossary
1934 * manual/handling.xml
1935 7.1. + Mentions GNU/Linux distribution, what about the non...
1936 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1937 7.3. + Mentions .bashrc, what about the non-bash ones?
1938 7.4. = Use appropriate quotation for commands
1939 7.6. = change "" to <quote></quote>
1940 * manual/plugins.xml
1941 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends
1942 * manual/starting.xml
1943 2.1. + local mbox file: some examples of mbox file locations...
1944 Also reformatted files requiring it
1946 2006-08-26 [wwp] 2.4.0cvs93
1948 * src/summary_search.c
1949 disable find buttons while summary search is running.
1951 2006-08-25 [colin] 2.4.0cvs92
1958 Speed up MH moving, and add progressbar
1961 Write cache files using mmap() too
1963 2006-08-25 [wwp] 2.4.0cvs91
1966 switch spam<->ham button when a message has been marked as spam or ham
1967 and is still selected. Thanks to Colin.
1969 2006-08-25 [paul] 2.4.0cvs90
1972 * src/stock_pixmap.c
1973 * src/stock_pixmap.h
1975 * src/gtk/icon_legend.c
1976 * src/pixmaps/copied.xpm
1977 * src/pixmaps/moved.xpm
1978 add icons for delayed execution marked for
1979 copying, marked for moving
1981 2006-08-25 [mones] 2.4.0cvs89
1983 * manual/glossary.xml
1984 Fix the other glossary items:
1985 5.1. = Inmmediate execution -> <quote>immediate execution...
1986 5.2. = Fix MBOX capitalization -> Mbox
1987 5.3. + Improve Plugins def. w/ tech. ref.
1988 5.4. = Quotation -> replace '>' by <quote>></quote>
1989 5.5. - SMTP Server. -> remove dot
1993 2006-08-25 [mones] 2.4.0cvs88
1996 Reformatted, changed email address
1997 * manual/glossary.xml
1998 Reformatted, fixed MANUAL-TODO items:
1999 8.2. + add ROT-13 to glossary
2000 8.4. + add URL to glossary
2001 * manual/es/advanced.xml
2004 2006-08-25 [paul] 2.4.0cvs87
2006 * src/gtk/icon_legend.c
2007 add 'marked for deletion' icon
2008 arrange icons by containing column
2009 wrap long label text
2011 2006-08-25 [colin] 2.4.0cvs86
2013 * src/common/utils.c
2014 * src/common/utils.h
2015 Add the sc_g_*list_bigger functions in
2016 a place everyone can use it
2018 Only freeze/thaw the list when working
2019 on the selection, if it's bigger than 1
2020 * src/gtk/gtksctree.c
2021 Only freeze/thaw the list when unselec-
2022 ting 'all' if ('all' != 1)
2023 This avoids some flickering
2025 2006-08-24 [colin] 2.4.0cvs85
2028 Fix strange list selection
2029 Fix random seg (Invalid read of freed memory)
2031 2006-08-24 [colin] 2.4.0cvs84
2034 * src/gtk/inputdialog.c
2035 * src/plugins/pgpcore/passphrase.c
2036 Revert minimal width patch of 2.4.0cvs67,
2037 as it is also a maximal width. Use
2038 gtk_window_set_default_size instead.
2040 2006-08-24 [colin] 2.4.0cvs83
2043 Write cache/mark to temp files before
2044 overwriting old ones (avoids metadata
2045 loss if writing the new files fail).
2046 Use mmap() to read cache/mark file, as
2047 this makes cache reading faster. Dis-
2048 abled for big-endian machines until it
2049 can be tested. (Big-endian users: set
2050 msgcache_use_mmap = TRUE in the relevant
2053 Move rarely used fields of MsgInfo in
2054 another structure, which will only be
2055 allocated if needed. Face, X-Face,
2056 Return receipt headers and List-*
2057 headers are moved. Mails having none
2058 of these occupy 52 bytes less with
2059 this patch, which makes 2.5MB of RAM
2060 saved on a 50k folder).
2064 * src/partial_download.c
2068 Follow this structure change.
2070 2006-08-24 [wwp] 2.4.0cvs82
2072 * manual/es/.cvsignore
2073 * manual/es/dist/.cvsignore
2074 * manual/es/dist/html/.cvsignore
2075 * manual/es/dist/pdf/.cvsignore
2076 * manual/es/dist/ps/.cvsignore
2077 * manual/es/dist/txt/.cvsignore
2078 more (generated) files to ignore.
2080 2006-08-24 [colin] 2.4.0cvs81
2084 Fix possible problems with local delivery. Check the folder doesn't
2085 need scan before setting its mtime when saving cache (which can be
2086 done long after the folder's been modified by an external process);
2087 Check that the stored item's mtime didn't change in mh functions.
2089 2006-08-24 [mones] 2.4.0cvs80
2091 * manual/advanced.xml
2092 Rewrapping, some fixes and MANUAL-TODO items:
2093 8.1. = change "" to <quote></quote>
2094 8.3. = quote menu items
2095 8.5. - deploying -> new user ... ideally a new user (redundant)
2097 2006-08-23 [colin] 2.4.0cvs79
2099 * src/gtk/gtksctree.c
2100 When selecting or deselecting range, only
2101 freeze/thaw when selection is bigger than 10
2103 2006-08-23 [colin] 2.4.0cvs78
2108 * src/plugins/dillo_viewer/dillo_viewer.c
2109 Provide an API for MimeViewer plugins to
2110 return a text selection for replying
2112 2006-08-23 [colin] 2.4.0cvs77
2114 * src/image_viewer.c
2116 Use gtk_pixbuf_new_from_file_at_scale(), which
2117 is faster than getting the pixbuf then resizing
2120 2006-08-23 [colin] 2.4.0cvs76
2123 UTF-8 should be sent Quoted-printable
2125 2006-08-22 [colin] 2.4.0cvs75
2128 Check if scan is required before touching
2129 the folder (or it'll be required every time)
2131 2006-08-22 [colin] 2.4.0cvs74
2134 Require libetpan 0.46 (crasher fix when built
2137 2006-08-22 [colin] 2.4.0cvs73
2140 Set folder's mtime after writing its
2145 Don't do useless stuff if we don't
2148 Add some timing, don't deselect prior
2149 to selecting (gtksctree does it itself),
2150 remove crash avoidance hacks as it's been
2151 properly fixed since a while
2152 * src/common/utils.c
2153 Optimize to_human_readable(): _() is slow,
2154 do it only once, and avoid %f format for KB
2155 (the most common in a summaryview)
2156 * src/gtk/gtksctree.c
2157 Don't uselessly freeze/thaw (fixes flicker
2158 on next unread and friends), reduce number
2159 of g_list_nth/g_list_position where possible
2160 * src/gtk/gtkutils.c
2161 * src/gtk/gtkutils.h
2162 Reduce number of g_list_nth/g_list_position
2164 All of this makes loading as 70k folder 2.1
2165 seconds instead of 3.2 (with hot FS caches).
2166 (1.3 seconds without Date and Size columns...)
2168 2006-08-22 [paul] 2.4.0cvs72
2170 wrap documents and do some items from mones' MANUAL-TODO:
2172 * manual/account.xml
2173 4.1. = fix tabname references to <quote>tabname</quote>
2174 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
2176 1.1. = mentioned options don't match UI
2177 Add information about the 'Never send Return Receipts'
2179 * manual/handling.xml
2180 6.2. = Mentions Extended symbols button, but now is
2182 6.3. = Mentions ... button, which is now Edit
2184 2006-08-22 [colin] 2.4.0cvs71
2186 * src/gtk/pluginwindow.c
2187 Fix layout in verbose translations (such
2190 2006-08-22 [paul] 2.4.0cvs70
2192 * manual/Makefile.am
2193 build manuals in alphabetical order
2195 * src/prefs_themes.c
2196 replace/remove deprecated symbols
2197 * src/gtk/gtkutils.c
2199 * src/gtk/pluginwindow.c
2200 replace deprecated symbol
2201 replace label text and move it
2202 * src/plugins/pgpcore/prefs_gpg.c
2203 move the 'Generate...' button out of the
2204 Sign Key frame, replace the English used
2205 * src/plugins/pgpcore/sgpgme.c
2206 fixes to the English
2208 2006-08-21 [colin] 2.4.0cvs69
2210 * src/plugins/trayicon/trayicon.c
2211 Add more strings for translation; patch
2214 2006-08-21 [colin] 2.4.0cvs68
2217 fix replied flag not set after drafting
2219 fix body quicksearch in non-encoded bodies
2222 Get rid of the g_malloc workaround for
2223 corrupted caches, use g_try_malloc
2225 2006-08-21 [colin] 2.4.0cvs67
2228 * src/gtk/inputdialog.c
2229 * src/plugins/pgpcore/passphrase.c
2230 Set minimal width to 375
2232 Fix switching to offline, asking if it
2233 should be overriden for synchronising
2235 Don't offer to remember command on Open
2236 with for text parts, as the browser or
2237 text editor command isn't changed from
2240 2006-08-20 [paul] 2.4.0cvs66
2244 fix plural form errors. revealed by stricter
2245 checking of gettext 0.15
2247 2006-08-18 [paul] 2.4.0cvs65
2249 * src/stock_pixmap.c
2250 fix the fix of 2.4.0cvs64
2253 2006-08-18 [paul] 2.4.0cvs64
2255 * src/stock_pixmap.c
2259 2006-08-18 [paul] 2.4.0cvs63
2263 fix occasional IMAP bug where large msgs
2264 were left in the queue folder after sending
2267 2006-08-18 [paul] 2.4.0cvs62
2270 freeze the summaryview while quicksearch results
2272 (fixes bug 456 'current message is hidden when the
2273 view is refreshed and extended search is "unread
2277 add missing #include "inputdialog.h"
2278 * src/common/utils.h
2279 add missing mailcap_update_default() and improve
2282 2006-08-17 [colin] 2.4.0cvs61
2284 * src/plugins/pgpcore/select-keys.c
2287 2006-08-17 [colin] 2.4.0cvs60
2290 Don't continue queuing if Cancel is clicked
2293 2006-08-17 [colin] 2.4.0cvs59
2295 * src/plugins/pgpcore/select-keys.c
2296 When encrypting, if only one key matches and it
2297 matches exactly, automatically use it.
2299 2006-08-17 [colin] 2.4.0cvs58
2302 * src/prefs_common.c
2303 * src/prefs_common.h
2304 * src/prefs_ext_prog.c
2306 Fix issues with previous patch (text/html)
2307 Remove outdated prefs
2309 2006-08-17 [colin] 2.4.0cvs57
2312 Add View Log button on auth error
2314 Fix encrypted mail marked as new when
2315 saved in normal folders
2316 * src/plugins/pgpinline/pgpinline.c
2317 Fix encrypt bug on IMAP
2319 * src/common/utils.c
2320 * src/common/utils.h
2321 * src/gtk/inputdialog.c
2322 * src/gtk/inputdialog.h
2323 Get rid of metamail stuff, simplify
2324 opening, and allow remembering of user's
2325 choices (by updating ~/.mailcap). There's
2326 still to drop "Audio player" and "Image
2327 viewer" preferences.
2329 2006-08-17 [mones] 2.4.0cvs56
2331 * manual/es/sylpheed-claws-manual.xml
2334 2006-08-17 [mones] 2.4.0cvs55
2337 * manual/Makefile.am
2338 * manual/es/Makefile.am
2339 * manual/es/account.xml
2341 * manual/es/addrbook.xml
2342 * manual/es/advanced.xml
2344 * manual/es/glossary.xml
2346 * manual/es/handling.xml
2347 * manual/es/intro.xml
2348 * manual/es/keyboard.xml
2349 * manual/es/plugins.xml
2350 * manual/es/starting.xml
2351 * manual/es/sylpheed-claws-manual.xml
2352 * manual/es/dist/Makefile.am
2353 * manual/es/dist/html/Makefile.am
2354 * manual/es/dist/pdf/Makefile.am
2355 * manual/es/dist/ps/Makefile.am
2356 * manual/es/dist/txt/Makefile.am
2357 Spanish translation for the manual
2359 2006-08-16 [colin] 2.4.0cvs54
2364 Fix send button sensitivity at startup
2365 Set send menu sensitivity (patch by Fabien)
2367 Enable closing with esc (patch by Fabien)
2368 * src/gtk/foldersort.c
2369 Enable closing with esc (patch by Fabien)
2371 Optimisation (no need to copy to tempfile to
2372 "decode" 7bit and 8bit)
2374 Fix cruft in swap_from case
2376 Fix missing last line in some mail cases
2377 (Fixes debian #381872)
2378 * src/plugins/pgpcore/prefs_gpg.c
2379 * src/plugins/pgpcore/sgpgme.c
2380 * src/plugins/pgpcore/sgpgme.h
2381 Don't show "no key found" when user explicitely
2382 wants to create a key
2384 2006-08-16 [paul] 2.4.0cvs53
2390 * src/prefs_account.c
2391 * src/prefs_message.c
2392 * src/gtk/gtkutils.c
2393 bump up minimum required versions of GTK+ and
2396 2006-08-16 [paul] 2.4.0cvs52
2399 workaround GTK+ Bug 351600 - 'Can't re-click
2400 on button after sensitivity update'
2401 http://bugzilla.gnome.org/show_bug.cgi?id=351600
2404 2006-08-15 [colin] 2.4.0cvs51
2406 * src/plugins/pgpcore/prefs_gpg.c
2407 Set options sensitivity according to
2409 * src/plugins/pgpcore/sgpgme.c
2410 Allow to create key with no passphrase
2412 2006-08-14 [cleroy] 2.4.0cvs50
2414 * src/gtk/pluginwindow.c
2415 New layout (maybe to be changed?)
2416 * src/gtk/gtkutils.c
2417 Fix a bit label_window
2418 * src/plugins/pgpcore/passphrase.c
2419 * src/plugins/pgpcore/passphrase.h
2420 * src/plugins/pgpcore/plugin.c
2421 * src/plugins/pgpcore/prefs_gpg.c
2422 * src/plugins/pgpcore/prefs_gpg.h
2423 * src/plugins/pgpcore/sgpgme.c
2424 * src/plugins/pgpcore/sgpgme.h
2425 Allow to create a PGP private key via the GUI
2427 2006-08-14 [wwp] 2.4.0cvs49
2429 * src/addressbook_foldersel.c
2430 fix strict ISO C90 compliance.
2432 2006-08-14 [paul] 2.4.0cvs48
2434 * src/gtk/prefswindow.c
2435 re-set scrolled window on opening
2442 2006-08-14 [paul] 2.4.0cvs47
2444 * src/prefs_display_header.c
2445 re-enable user-defined Displayed Headers
2447 2006-08-14 [paul] 2.4.0cvs46
2449 * src/prefs_account.c
2452 2006-08-13 [colin] 2.4.0cvs45
2454 * src/common/utils.c
2455 Fix "a" in quote when the original message is empty,
2456 by using \0 instead of 'a' to test writability of
2459 2006-08-13 [wwp] 2.4.0cvs44
2461 * src/plugins/spamassassin/spamassassin.c
2462 fix capitalization of "SpamAssassin" in some debug, log and
2465 2006-08-13 [paul] 2.4.0cvs43
2468 fix overlapping widgets
2469 * src/prefs_account.c
2470 fix translation of protocol_names[]
2471 fix label disappearing off the edge of the
2474 2006-08-12 [paul] 2.4.0cvs42
2476 * manual/plugins.xml
2477 update IRC channel info before it gets forgotten
2480 2006-08-11 [colin] 2.4.0cvs41
2489 Grey out the Send button if
2490 - Queue folders are empty, or
2491 - We're sending already
2493 2006-08-11 [wwp] 2.4.0cvs40
2496 fix a logic issue when quitting while a compose window is
2497 still open, thanks to Colin.
2499 2006-08-10 [colin] 2.4.0cvs39
2502 Fix default font size setting after wizard run
2504 * src/etpan/imap-thread.c
2505 * src/etpan/imap-thread.h
2506 Fix bug #999 (Timing out on TSL cert validation
2507 dialog makes ugly things happen). Also, STARTTLS
2508 unconditionnaly if initial capabilities contain
2509 LOGINDISABLED and STARTTLS.
2511 2006-08-09 [colin] 2.4.0cvs38
2515 Fix Tools/Actions sensitivity when there are
2518 2006-08-09 [colin] 2.4.0cvs37
2520 * src/prefs_filtering.c
2521 Warning fix, patch by Paul
2523 * src/prefs_actions.c
2524 * src/prefs_filtering_action.c
2525 * src/prefs_matcher.c
2526 Uniformisation of "Info ..." to "Info..." (for
2527 old gtk), patch by Fabien
2528 * src/plugins/clamav/clamav_plugin_gtk.c
2529 Sensitivity fix by Fabien
2531 2006-08-09 [colin] 2.4.0cvs36
2535 Add a function to know whether we're exiting
2536 * src/plugins/trayicon/trayicon.c
2537 If exiting, don't do anything. Faster, and
2538 avoids gtk_main_iteration reentracy causing
2541 2006-08-09 [colin] 2.4.0cvs35
2546 Fix lack of part selection when automatically
2547 jumping to a specific part
2549 Little optimisation in cache reading
2551 2006-08-09 [colin] 2.4.0cvs34
2554 Fix crash setting the priority on reedit
2555 (Accessing compose before creating it!)
2557 2006-08-08 [colin] 2.4.0cvs33
2560 Fix bug #998 (last attachment is not accessible)
2561 Bad RFC interpretation on multipart close-delimiters
2564 * src/gtk/gtkvscrollbutton.c
2565 * src/gtk/gtkvscrollbutton.h
2566 Make attachments list wheel-scrollable
2568 2006-08-07 [colin] 2.4.0cvs32
2570 * src/gtk/gtkaspell.c
2571 Fix bug #973 (Unicode punctation characters
2572 are not recognized as separators by the
2573 spell checker); fix unsigned stuff
2575 2006-08-07 [colin] 2.4.0cvs31
2578 Fix bug #956 (DnD text with accents in compose
2579 text entry); fix gccc's signed/unsigned fuss
2581 2006-08-06 [colin] 2.4.0cvs30
2584 Fix bug #979 (Plugin crashes when exiting
2585 sylpheed-claws) : handle exit request only
2588 2006-08-05 [colin] 2.4.0cvs29
2591 Just make sure we have a msgid.
2593 2006-08-05 [colin] 2.4.0cvs28
2597 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2598 by reimplementing it
2600 Fix bug when hiding quotes with level > 3 and quote
2603 2006-08-04 [colin] 2.4.0cvs27
2608 Fix a bit replace-by-pasting undo
2611 Fix Fold quotes menu synchro in
2612 mainwindow when it changes in
2615 Fix right-click on quotes blocks
2616 * src/common/utils.c
2617 Verify that the file created by
2618 my_tmpfile() is writable. Fixes
2619 bug #988 (very specific filesystem
2621 * src/plugins/pgpcore/sgpgme.c
2622 Fix file descriptor leak
2623 * src/plugins/spamassassin/spamassassin.c
2624 Warn once if spamd isn't reachable
2626 2006-08-04 [colin] 2.4.0cvs26
2629 i18n context patch by Fabien
2631 2006-08-03 [colin] 2.4.0cvs25
2635 Rename "Hide quotes" to "Fold quotes"
2637 Don't use hand cursor on quotes. "all
2638 the bonuses of the feature and none of
2639 unwelcome side-effects"
2641 2006-08-03 [colin] 2.4.0cvs24
2644 * sylpheed-claws.desktop
2646 Bring the desktop file to XDG compliance
2647 Patch by Charles A. Edwards
2649 2006-08-03 [colin] 2.4.0cvs23
2652 Fix links offset when they are preceded
2653 by accentued chars (g_utf8_strlen!)
2655 Fix wrong status when starting offline
2658 2006-08-03 [wwp] 2.4.0cvs22
2660 * src/prefs_common.h
2661 ask what to do w/ filtering rules that belong to an account when
2662 applying filtering rules manually from the main window (skip,
2663 apply regardless of the account, use current account). This dialog
2664 can be skipped and the last reply used.
2667 2006-08-03 [wwp] 2.4.0cvs21
2671 * src/prefs_common.c
2676 ask what to do w/ filtering rules that belong to an account when
2677 applying filtering rules manually from the main window (skip,
2678 apply regardless of the account, use current account). This dialog
2679 can be skipped and the last reply used.
2682 2006-08-03 [colin] 2.4.0cvs20
2685 Optimize previous patch
2687 2006-08-03 [cleroy] 2.4.0cvs19
2690 Fix quotes getting toggled back when the
2691 mail has an even number of text parts
2693 2006-08-02 [colin] 2.4.0cvs18
2696 Add Hide quotes menu
2698 2006-08-02 [colin] 2.4.0cvs17
2701 * src/prefs_common.c
2705 Allow per-level quote hiding,
2706 Allow toggling quotes by double-clicking them
2707 Rename RemoteURI to ClickableText to reflect
2708 the fact it's used for a variety of things
2710 2006-08-02 [wwp] 2.4.0cvs16
2713 fix "View/Hide quotes" menu item status initialization.
2715 2006-08-02 [wwp] 2.4.0cvs15
2717 * src/matcher_parser_parse.y
2718 remove a debug trace.
2720 2006-08-02 [paul] 2.4.0cvs14
2722 * src/plugins/pgpcore/passphrase.c
2723 don't set initial dialog size
2726 2006-08-02 [paul] 2.4.0cvs13
2729 remove the rogue '/' character
2731 2006-08-02 [paul] 2.4.0cvs12
2734 allow buttons to resize as necessary
2736 2006-08-01 [wwp] 2.4.0cvs11
2739 fix strict ISO C90 compliance.
2741 2006-08-01 [wwp] 2.4.0cvs10
2744 updated update-po tool to work w/ context-dependent translations.
2745 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2747 2006-08-01 [wwp] 2.4.0cvs9
2750 * src/prefs_filtering.c
2751 * src/prefs_matcher.c
2752 allow context-dependent translations for "All",
2753 patch by Fabien Vantard <fzzzzz@gmail.com>.
2755 2006-07-31 [colin] 2.4.0cvs8
2759 Add Rafal to authors
2761 2006-07-31 [colin] 2.4.0cvs7
2766 * src/prefs_common.c
2767 * src/prefs_common.h
2769 Add 'View/Hide quotes'. Patch based on a patch
2772 2006-07-31 [colin] 2.4.0cvs6
2775 Fix problem with "> stuff >" actions
2777 2006-07-31 [paul] 2.4.0cvs5
2780 updated by Geir Helland
2782 2006-07-31 [wwp] 2.4.0cvs4
2787 add "View/Go to/Parent message" and "View/Go to/Last read message",
2790 2006-07-31 [wwp] 2.4.0cvs3
2797 * src/addressbook_foldersel.c
2798 * src/addressbook_foldersel.h
2803 * src/matcher_parser_lex.l
2804 * src/matcher_parser_parse.y
2805 * src/prefs_common.c
2806 * src/prefs_common.h
2807 * src/prefs_filtering.c
2808 * src/prefs_matcher.c
2809 * src/prefs_matcher.h
2811 introduce filtering against the address book. It's now possible to add
2812 matched conditions to determine if any email address in a message matches
2813 or doesn't match any or all books or folders in the address book.
2815 2006-07-31 [wwp] 2.4.0cvs2
2825 * src/matcher_parser_lex.l
2826 * src/matcher_parser_parse.y
2828 * src/prefs_filtering.c
2829 * src/prefs_filtering.h
2833 introduce per-account filtering rules. Each filtering rule can now be assigned
2834 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2835 when applying filtering rules manually, as all rules will apply - even the ones
2836 assigned to an account. This issue will be addressed soon.
2840 2006-07-31 [wwp] 2.4.0cvs1
2843 make more strings translatable.
2845 2006-07-31 [paul] 2.4.0
2849 2006-07-31 [paul] 2.3.1cvs91
2852 updated by Miquel Oliete
2854 2006-07-31 [paul] 2.3.1cvs90
2864 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2865 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2866 Aleksandar Urosevic, and Ralgh Young
2868 2006-07-31 [paul] 2.3.1cvs89
2874 Fix a race condition when, after an SC crash, rescanning
2875 folders took more than 0.5 seconds
2878 2006-07-31 [paul] 2.3.1cvs88
2881 don't translate separator strings
2883 2006-07-30 [mones] 2.3.1cvs87
2885 * doc/man/sylpheed-claws.1
2886 Fixed non-ASCII chars in Hoa's name
2890 2006-07-27 [colin] 2.3.1cvs86
2893 Don't include the leading \n in links
2896 2006-07-25 [colin] 2.3.1cvs85
2899 * src/common/socket.h
2900 * src/etpan/imap-thread.c
2901 Refresh resolvers before connecting
2902 to IMAP servers, and after switching
2903 to online. Thanks to Paul.
2907 * 2.4.0-rc4 released
2909 2006-07-17 [colin] 2.3.1cvs84
2912 Show connection attempt in statusbar before
2913 connecting (previously first message was
2914 "Retrieving messages from ..." after the
2915 connection succeeded.
2917 2006-07-16 [wwp] 2.3.1cvs83
2919 * sylpheed-claws.ico
2920 Added .ico file (windows multi-size icon file, generated).
2922 2006-07-12 [wwp] 2.3.1cvs82
2925 remove Message/Re-edit menu entry from messageview window,
2926 as sent/draft/queued messages are opened in compose window when
2927 re-edited and it's not possible to re-edit other msgs.
2929 2006-07-12 [paul] 2.3.1cvs81
2934 check online state before resetting
2935 mailcheck timer. Useful if some program
2936 verifies connection state and updates
2938 Patch by Leonid Evdokimov <darkk@users.sf.net>
2940 2006-07-12 [paul] 2.3.1cvs80
2942 * sylpheed-claws-128x128.png
2943 * sylpheed-claws-64x64.png
2944 * sylpheed-claws.png
2947 * src/prefs_toolbar.c
2948 * src/stock_pixmap.c
2949 * src/stock_pixmap.h
2952 * src/gtk/gtkutils.c
2953 * src/pixmaps/sylpheed-claws.xpm ** ADDED **
2954 * src/pixmaps/sylpheed-claws_icon.xpm ** ADDED **
2955 * src/pixmaps/sylpheed-claws_logo.xpm ** ADDED **
2956 * src/pixmaps/sylpheed.xpm ** REMOVED **
2957 * src/pixmaps/sylpheed_icon.xpm ** REMOVED **
2958 * src/pixmaps/sylpheed_logo.xpm ** REMOVED **
2959 updated and renamed logo/icon files and related
2960 logo by Jesper Schultz
2962 2006-07-11 [paul] 2.3.1cvs79
2965 fix the labels a smidgin
2967 2006-07-09 [colin] 2.3.1cvs78
2970 Show errors in textviewer's command
2971 Patch by H. Merijn Brand
2973 2006-07-09 [colin] 2.3.1cvs77
2976 Save FMID in drafts too
2978 2006-07-08 [colin] 2.3.1cvs76
2981 Svae RMID in drafted mails too
2982 Save quote_fmt vars for whole mails,
2983 don't reset at each quote_fmt_init:
2984 allows to use the same |i{var} in
2985 various template fields
2986 * src/prefs_template.c
2988 * src/quote_fmt_parse.y
2991 2006-07-08 [colin] 2.3.1cvs75
2994 Fix highlighting of attached parts URIs
2996 2006-07-08 [colin] 2.3.1cvs74
2999 Prevent bug #981 (sc 2.3.1 segfaults with
3000 gtk+ 2.10) from being reported again:
3001 if Sylpheed-Claws has been compiled against
3002 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0,
3003 of if Sylpheed-Claws has been compiled against
3004 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
3007 2006-07-07 [colin] 2.3.1cvs73
3009 * src/prefs_actions.c
3012 2006-07-07 [colin] 2.3.1cvs72
3014 * src/prefs_actions.c
3015 Fix compile on gtk < 2.8. argh :)
3017 2006-07-07 [paul] 2.3.1cvs71
3022 2006-07-07 [colin] 2.3.1cvs70
3026 * src/quote_fmt_lex.l
3027 * src/quote_fmt_parse.y
3028 Add |i{var}, a way to insert user-entered
3033 * 2.4.0-rc3 released
3035 2006-07-07 [colin] 2.3.1cvs69
3038 Don't consider inboxes of UNKNOWN folder
3039 classes to be useable as default inboxes
3041 2006-07-07 [paul] 2.3.1cvs68
3044 add missing #include <errno.h>
3045 Thanks to René J. Blokland
3047 2006-07-07 [paul] 2.3.1cvs67
3050 Return now Closes dialog
3054 add contextual menu to mime parts listed
3057 * src/common/utils.c
3058 reversal: ' is a valid character in URLs
3060 2006-07-06 [colin] 2.3.1cvs66
3062 * src/remotefolder.h
3063 Forgotten in previous commit
3065 2006-07-06 [colin] 2.3.1cvs65
3068 Set summary update flag whenever
3071 * src/prefs_account.c
3072 * src/common/utils.h
3073 * src/etpan/imap-thread.c
3074 Fix warnings, thanks to Fabien and
3077 2006-07-06 [wwp] 2.3.1cvs64
3079 * src/gtk/gtkutils.c
3080 GTK_STOCK_HELP exists in GTK+ 2.4.x.
3082 2006-07-06 [wwp] 2.3.1cvs63
3091 * src/message_search.c
3092 * src/prefs_actions.c
3093 * src/prefs_filtering.c
3094 * src/prefs_filtering.h
3095 * src/prefs_template.c
3096 * src/summary_search.c
3098 * src/gtk/gtkutils.c
3099 * src/gtk/gtkutils.h
3100 * src/gtk/pluginwindow.c
3101 add help buttons to some dialogs. Clicking such buttons opens a
3102 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
3104 2006-07-06 [paul] 2.3.1cvs62
3107 fix attachments contextual menu
3110 2006-07-05 [colin] 2.3.1cvs61
3114 Handle sftp:// links
3116 2006-07-05 [paul] 2.3.1cvs60
3119 grab save button by default
3122 2006-07-05 [wwp] 2.3.1cvs59
3125 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
3127 2006-07-04 [colin] 2.3.1cvs58
3131 Use left click to select, middle click to open
3133 * src/common/utils.c
3136 2006-07-04 [colin] 2.3.1cvs57
3140 Warning fixes, thanks to Fabien
3142 2006-07-04 [colin] 2.3.1cvs56
3147 Allow parts to be selected via their text label
3150 2006-07-04 [colin] 2.3.1cvs55
3153 Feedback when closing (for big folders)
3154 * src/prefs_actions.c
3155 * src/prefs_filtering.c
3156 * src/prefs_matcher.c
3157 * src/prefs_template.c
3158 Fix default button when closing without
3161 2006-07-04 [colin] 2.3.1cvs54
3164 Delete local file on deletion
3166 2006-07-03 [colin] 2.3.1cvs53
3170 Don't freeze when rescanning after crash
3172 2006-07-03 [wwp] 2.3.1cvs52
3177 * src/plugins/pgpinline/pgpinline.c
3178 * src/plugins/pgpmime/pgpmime.c
3179 don't report an error when the user cancels the passphrase dialog.
3181 2006-07-02 [colin] 2.3.1cvs51
3184 Open message when crossing folders with Space,
3185 goto next unread and friends
3187 2006-07-01 [colin] 2.3.1cvs50
3189 * src/prefs_account.c
3190 Typographic rules varying from language
3191 to language (in french "Protocole :"),
3192 we have to do that :)
3194 2006-07-01 [ticho] 2.3.1cvs49
3196 * src/prefs_account.c
3197 Only use one temporary gchar* variable in
3198 prefs_account_protocol_set_optmenu().
3200 2006-07-01 [ticho] 2.3.1cvs48
3202 * src/prefs_account.c
3203 * src/prefs_account.h
3204 Use GtkLabel for existing account protocol name.
3205 Created an array for protocol names and populate the
3206 combobox from it in a for() cycle.
3208 2006-06-30 [colin] 2.3.1cvs47
3211 Block undo when changing signature (by changing
3214 2006-06-30 [paul] 2.3.1cvs46
3216 * src/send_message.c
3217 when editing From in the Compose window, use that address
3218 in the Return-Path: header
3221 2006-06-30 [colin] 2.3.1cvs45
3224 Fix signature replacement:
3225 - when no newline before separator
3228 2006-06-29 [colin] 2.3.1cvs44
3234 Let 'View/Go to/Next marked' work like
3235 Next new & Next unread: across folders
3236 Change the select_on_entry pref to do
3237 what we want when changing folder
3238 * src/common/utils.c
3239 Fix single-quoted links
3241 2006-06-29 [colin] 2.3.1cvs43
3243 * src/gtk/gtkaspell.c
3244 "Sylpheed" and "Sylpheed-Claws" do exist !
3246 2006-06-29 [colin] 2.3.1cvs42
3249 Forgot to remove debug
3251 2006-06-29 [colin] 2.3.1cvs41
3256 Disconnect from IMAP servers when going
3257 offline. Fixes bug #978 (going to offline-mode
3258 won't close connections)
3260 2006-06-29 [colin] 2.3.1cvs40
3263 Fix transient setting on failing plugins
3265 * src/plugins/pgpcore/sgpgme.c
3266 Only warn for OpenPGP. Most people don't
3269 2006-06-29 [colin] 2.3.1cvs39
3272 Fix Spelling menu (discrepancy between context menu
3273 and top menu when folder's dictionary isn't the
3275 * src/plugins/pgpcore/sgpgme.c
3276 More error reporting about why gpgme can fail
3278 2006-06-29 [wwp] 2.3.1cvs38
3281 honor the display-header-pane setting even when the message view
3282 is a separate window.
3284 2006-06-29 [wwp] 2.3.1cvs37
3286 * src/prefs_actions.c
3287 forgot to commit that one (use of GTK_STOCK_INFO).
3289 2006-06-29 [colin] 2.3.1cvs36
3292 Better handling of login errors (ask the password
3293 again once), alert in case of error. Fix three
3294 signedness warnings.
3296 2006-06-28 [wwp] 2.3.1cvs35
3298 * src/prefs_template.c
3299 * src/prefs_matcher.c
3300 * src/prefs_filtering_action.c
3302 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
3303 patch by Fabien Vantard, slightly modified.
3309 2006-06-28 [colin] 2.3.1cvs34
3311 * src/prefs_account.c
3312 Fix bug #977 (Can't add or edit imap accounts)
3314 2006-06-28 [colin] 2.3.1cvs33
3319 2006-06-28 [colin] 2.3.1cvs32
3322 Save named inlined attachments with "Save all"
3325 * src/common/plugin.c
3326 * src/common/plugin.h
3327 * src/common/sylpheed.c
3328 * src/common/utils.c
3329 * src/plugins/pgpcore/sylpheed.def
3330 * src/plugins/pgpinline/sylpheed.def
3331 * src/plugins/pgpmime/sylpheed.def
3332 Win32 compatibility patch, by
3335 2006-06-28 [wwp] 2.3.1cvs31
3338 * src/prefs_folder_item.c
3339 less compilation warnings (thanks to Fabien Vantard), less typos.
3341 2006-06-28 [paul] 2.3.1cvs30
3343 * src/gtk/gtkutils.c
3344 gtk_combo_box_set_focus_on_click() is only
3345 available since gtk 2.6.0
3347 2006-06-28 [paul] 2.3.1cvs29
3349 * src/prefs_ext_prog.c
3350 fix engrish and add a tooltip for the
3351 'command for 'Display as text' option
3357 2006-06-28 [paul] 2.3.1cvs28
3361 include textviewer.pl in releases
3363 2006-06-28 [paul] 2.3.1cvs27
3365 * src/prefs_ext_prog.c
3366 hide Print command option if libgnomeprint
3369 2006-06-27 [colin] 2.3.1cvs26
3372 Fix Esc handling in insert/attach dialog
3373 Don't show this dialog if dragging something
3374 else than text/uri-list
3375 Thanks to Fabien Vantard
3376 * tools/textviewer.pl
3377 Filter script to display stuff as text
3380 2006-06-27 [wwp] 2.3.1cvs25
3383 use the exact product name (message view title), patch
3386 2006-06-27 [ticho] 2.3.1cvs24
3388 * src/prefs_account.c
3389 * src/prefs_common.c
3390 * src/prefs_common.h
3391 * src/prefs_ext_prog.c
3393 Add a preference (Preferences/External programs)
3394 to allow "Display as text" to be done via a script
3395 (patch by H.Merijn Brand).
3396 Use GtkComboBox for protocol selection in account
3398 Only include current choice for existing accounts, and
3399 insensitivize the combobox.
3401 2006-06-27 [paul] 2.3.1cvs23
3404 fix crasher introduced in cvs21.
3407 2006-06-26 [colin] 2.3.1cvs22
3410 Fix double-frees when leaving folders
3411 after exporting to mbox
3413 2006-06-26 [colin] 2.3.1cvs21
3416 More feedback (and optimisation)
3418 * src/common/utils.c
3419 Fix case when looking for mail addresses
3420 * src/gtk/gtkutils.c
3421 Extra check for (X-)Face
3423 2006-06-25 [ticho] 2.3.1cvs20
3427 * src/gtk/gtkutils.c
3428 * src/gtk/gtkutils.h
3429 Added second argument to gtkut_sc_combobox_create() to
3430 control focus-on-click for the widget.
3431 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
3433 2006-06-25 [ticho] 2.3.1cvs19
3436 * src/gtk/Makefile.am
3437 * src/gtk/combobox.c
3438 * src/gtk/combobox.h
3439 * src/gtk/gtkutils.c
3440 * src/gtk/gtkutils.h
3441 Use GtkComboBox instead of deprecated GtkOptionMenu
3442 for account selector in compose window and for encoding
3443 selector in attachment properties.
3444 Also factorise working with the new GtkComboBox somewhat.
3446 2006-06-24 [paul] 2.3.1cvs18
3448 * src/prefs_common.c
3449 use the correct default value
3451 2006-06-24 [paul] 2.3.1cvs17
3454 * src/prefs_common.c
3455 * src/prefs_common.h
3456 * src/prefs_compose_writing.c
3457 enable setting of default action when
3458 dnd'ing files in the compose window.
3459 (Collaborative effort with wwp)
3461 2006-06-23 [wwp] 2.3.1cvs16
3464 i18n fix (thanks to Fabien Vantard)
3466 2006-06-22 [colin] 2.3.1cvs15
3468 * src/prefs_customheader.c
3469 Don't use filters in custom headers' file
3470 selector. Remember, extensions mean nothing :)
3472 2006-06-22 [paul] 2.3.1cvs14
3475 allow setting of man directory location
3477 2006-06-22 [colin] 2.3.1cvs13
3480 Add 'View/Go to/Next unread folder'.
3483 2006-06-22 [colin] 2.3.1cvs12
3485 * src/common/utils.c
3486 Add some subject prefixes
3487 Patch by Bjorn T Johansen <btj@havleik.no>
3489 2006-06-22 [colin] 2.3.1cvs11
3491 * manual/advanced.xml
3492 Forgotten hidden pref
3494 2006-06-21 [paul] 2.3.1cvs10
3496 * src/prefs_account.c
3497 complete the removal of 'Add date header' option
3499 2006-06-21 [paul] 2.3.1cvs9
3503 * src/prefs_account.c
3504 * src/prefs_account.h
3505 remove option to add date header - always
3507 * src/etpan/imap-thread.c
3508 fix warnings (Thanks to Colin)
3510 2006-06-21 [wwp] 2.3.1cvs8
3513 set the attachment flag when inline text part are (file)named. This is more convenient
3514 when receiving (for instance) inline source files or patches sent using thunderbird.
3516 2006-06-21 [paul] 2.3.1cvs7
3519 fix off-by-one count of current msg in
3520 statusbar filtering progressbar
3522 2006-06-21 [paul] 2.3.1cvs6
3525 Show attachment icon even if the part is 'inline'
3526 if the following conditions are met:
3527 - content-type != 'text/plain'
3528 - content-type != '*/pgp-signature'
3529 - either 'name' or 'filename' parameter is not NULL
3533 2006-06-21 [paul] 2.3.1cvs5
3536 * src/prefs_common.c
3537 * src/prefs_common.h
3539 add an option to 'Never send Return
3543 2006-06-20 [mones] 2.3.1cvs4
3548 typo fixed (space after comma)
3549 * tools/make.themes.project
3550 remove exec mode from tarball files
3552 2006-06-20 [colin] 2.3.1cvs3
3557 Better fix for \n's in headers (don't
3558 break Received: and others)
3560 2006-06-20 [paul] 2.3.1cvs2
3564 improve legibility of phishing attempt
3567 2006-06-20 [paul] 2.3.1cvs1
3572 Update version number following
3575 2006-06-20 [colin] 2.3.0cvs26
3578 When dragging a file to the text of the compose
3579 window, ask whether we want to insert or attach
3580 (I know lots of people who do that to attach)
3582 2006-06-20 [colin] 2.3.0cvs25
3584 * src/etpan/imap-thread.c
3585 Fix threshold (the append command is often > 32 bytes)
3587 2006-06-19 [colin] 2.3.0cvs24
3590 * src/etpan/imap-thread.c
3591 Workaround Rockliffe IMAP server bug: replace
3592 "x UID SEARCH (ANSWERED UID 1:*)" with
3593 "x UID SEARCH ANSWERED"
3594 (Rockliffe doesn't handle the parenthesis)
3596 2006-06-19 [colin] 2.3.0cvs23
3600 * src/etpan/imap-thread.c
3601 Probably fix bug #972 (Freezes when adding
3602 an attachment to the message)
3604 Modernize Firefox cmd
3607 2006-06-18 [colin] 2.3.0cvs22
3609 * src/prefs_customheader.c
3610 Only allow correct filenames for various
3613 2006-06-18 [colin] 2.3.0cvs21
3615 * src/prefs_customheader.c
3616 Add a 'From File...' button in custom headers prefs, which
3617 try to do the right thing:
3618 for normal headers, use file as plaintext,
3619 for X-Face, calls compface,
3620 for Face, encode to b64.
3622 2006-06-17 [colin] 2.3.0cvs20
3627 2006-06-16 [colin] 2.3.0cvs19
3630 Recursive quicksearch: show message list
3631 in current folder, *then* search children
3634 2006-06-16 [colin] 2.3.0cvs18
3637 Instead of ignoring SIGPIPE, save caches
3638 when getting one. Will fix the fact that
3639 hot caches are out-of-date when logging
3642 * src/prefs_compose_writing.c
3643 Only save text (not attachments) when
3644 auto-saving to drafts
3646 Always replace \n, \r and \t with spaces
3648 * manual/dist/html/Makefile.am
3649 * manual/dist/pdf/Makefile.am
3650 * manual/dist/ps/Makefile.am
3651 * manual/dist/txt/Makefile.am
3652 * manual/fr/dist/html/Makefile.am
3653 * manual/fr/dist/pdf/Makefile.am
3654 * manual/fr/dist/ps/Makefile.am
3655 * manual/fr/dist/txt/Makefile.am
3656 * manual/pl/dist/html/Makefile.am
3657 * manual/pl/dist/pdf/Makefile.am
3658 * manual/pl/dist/ps/Makefile.am
3659 * manual/pl/dist/txt/Makefile.am
3660 Fix make clean removing pregenerated manuals
3663 2006-06-16 [colin] 2.3.0cvs17
3665 * src/plugins/pgpcore/sgpgme.c
3666 * src/plugins/pgpmime/pgpmime.c
3667 * src/plugins/pgpinline/pgpinline.c
3668 Better error reporting in setup_signers.
3669 Don't fallback to default key if specified
3671 Don't allow signing if more than one secret
3672 key matches the one specified in prefs.
3674 2006-06-15 [colin] 2.3.0cvs16
3677 Add "Send queue" in the folder's contextual
3685 * src/plugins/pgpcore/passphrase.c
3686 * src/plugins/pgpcore/sgpgme.c
3687 * src/plugins/pgpinline/pgpinline.c
3688 * src/plugins/pgpmime/pgpmime.c
3689 Better error reporting
3691 Probably fix bug #971 (2.2.3 cannot read mail
3695 2006-06-15 [mones] 2.3.0cvs15
3697 * tools/make.themes.project
3698 creates the themes project from the web page
3700 2006-06-15 [colin] 2.3.0cvs14
3703 Better fix (avoid losing the folder if scan_tree
3706 2006-06-15 [cleroy] 2.3.0cvs13
3709 Probably fix Bug #969 (crash on rebuilding
3712 2006-06-14 [colin] 2.3.0cvs12
3714 * manual/dtd/manual.xsl
3715 * manual/sylpheed-claws-manual.xml
3716 * manual/fr/sylpheed-claws-manual.xml
3717 * manual/pl/sylpheed-claws-manual.xml
3718 Insert pagebreaks between sections
3720 2006-06-14 [paul] 2.3.0cvs11
3723 better fix than 2.3.0cvs10
3725 2006-06-14 [paul] 2.3.0cvs10
3728 fix setting of PACKAGE_DATA_DIR with newer autoconf
3729 (backwards compatible)
3731 2006-06-13 [colin] 2.3.0cvs9
3734 Fix sending of return receipt with the new queue folders
3736 2006-06-13 [wwp] 2.3.0cvs8
3738 * src/quote_fmt_lex.l
3739 fix wrong tokens returned in quote_fmt lexer, query not().
3741 2006-06-13 [wwp] 2.3.0cvs7
3744 * src/prefs_folder_item.c
3745 allow changing folder type even when folder is not a top-level one,
3748 2006-06-12 [colin] 2.3.0cvs6
3751 Fix double-ask of "Do you want to mark all
3754 2006-06-12 [colin] 2.3.0cvs5
3765 * src/prefs_folder_item.c
3770 * src/send_message.c
3773 Apply bug #964's patch (Queue and drafts aren't normal)
3774 The Drafts and Queue folder now contain RFC-822 files,
3775 allowing to move and copy mails from and to these
3776 folders. Moving from Drafts to Queue will prepare the
3777 mail for sending (PGP signature, encryption, etc).
3778 This patch also rework sending errors handling to try
3780 Also, allow redefining folder types via the GUI
3781 (Folder type in its Properties)
3783 2006-06-12 [colin] 2.3.0cvs4
3786 * src/prefs_common.c
3787 * src/prefs_common.h
3789 Allow to define a specific print font - patch
3790 by Bernhard Walle <bernhard.walle@gmx.de>
3792 * manual/advanced.xml
3793 * manual/fr/advanced.xml
3794 Add a hidden pref to allow deletion without
3797 2006-06-12 [wwp] 2.3.0cvs3