1 2006-09-25 [paul] 2.5.1
8 2006-09-25 [colin] 2.5.0cvs3
10 * src/plugins/bogofilter/bogofilter.c
11 * src/plugins/clamav/clamav_plugin.c
12 * src/plugins/spamassassin/spamassassin.c
13 BogoFilter, Spamassassin: Fix double hook registering after
15 Spamassassin, Clamav: Just set the mails to move instead of
16 doing the move - caller will move the things at once.
18 2006-09-25 [colin] 2.5.0cvs2
21 * src/etpan/imap-thread.c
22 Use UID SEARCH ALL instead of UID 1:*
23 (braindead servers can't figure out that's
26 2006-09-25 [wwp] 2.5.0cvs1
28 * src/message_search.c
29 Added the ability to stop a running search (in message body).
31 2006-09-25 [paul] 2.5.0
38 2006-09-25 [paul] 2.4.0cvs214
49 updated by Tim, Stephan Sachse, Flammie Pirinen,
50 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
51 Ticho, Aleksander Urosevic, Ralgh Young
53 2006-09-24 [mones] 2.4.0cvs213
58 2006-09-23 [colin] 2.4.0cvs212
60 * src/gtk/inputdialog.c
61 Fix [ ] remember this appearing in normal
62 input dialogs after it's been used by
71 Enable timings in debug mode and make it
74 2006-09-22 [colin] 2.4.0cvs211
81 2006-09-22 [colin] 2.4.0cvs210
84 Let's see if bug #1022 is fixed
86 2006-09-21 [colin] 2.4.0cvs209
90 Prepare infra to load predefined plugins when
91 no configuration existed. Don't actually load
92 anything yet (feat. freeze)
94 2006-09-21 [wwp] 2.4.0cvs208
97 Partial sync w/ 2.4.0cvs72:
98 wrap file and minor updates.
100 2006-09-21 [wwp] 2.4.0cvs207
103 several fixes and enhancements. A new --force switch has been
104 added to prevent overriding by default Date: header when
107 2006-09-21 [paul] 2.4.0cvs206
110 add Chinese UTF8 Re prefix
112 2006-09-21 [wwp] 2.4.0cvs205
115 Fics alfabettical order.
117 2006-09-21 [wwp] 2.4.0cvs204
121 Added an action tool to fix missing Date field in emails.
122 Updated Makefile.am to reflect those last two additions.
124 2006-09-21 [wwp] 2.4.0cvs203
127 Added a action tool to open uuencoded docs w/
128 OpenOffice (based on uudec method).
130 2006-09-21 [colin] 2.4.0cvs202
134 Workaround possible GTK crash: remove selection
135 clipboard before destroying widget, or GTK+-2.10
136 dies. Thanks to Hiro.
138 2006-09-20 [colin] 2.4.0cvs201
141 Fix free-after-use in some cases (when
142 procmime_encode_content() frees mimeinfo->data.mem
143 and turns it to a temp file)
145 2006-09-20 [colin] 2.4.0cvs200
149 * src/gtk/gtksctree.c
150 * src/gtk/gtksctree.h
151 Add tooltips in the folderview and summaryview
152 (Doesn't break string freeze as they already
155 Put the spam button in the default configuration
156 if compiled with bogo plugin too
158 2006-09-19 [colin] 2.4.0cvs199
162 Update folder name label on folder rename
163 * src/prefs_matcher.c
164 * src/gtk/logwindow.h
168 2006-09-19 [wwp] 2.4.0cvs198
170 * src/summary_search.c
171 fix can't click forward/backward buttons in the
174 2006-09-18 [paul] 2.4.0cvs197
177 add missing bracket, capitalise the A of
180 2006-09-18 [paul] 2.4.0cvs196
183 fix bug 1012 'crashed upon sending mail
187 2006-09-16 [colin] 2.4.0cvs195
190 Fix "real-time" sorting by freezing/thawing
192 2006-09-16 [colin] 2.4.0cvs194
195 Fix the anti-spam entry a bit
197 2006-09-16 [colin] 2.4.0cvs193
200 Make sure reviewers have no excuse when stating
201 Sylpheed-Claws doesn't have antispam capabilities.
203 2006-09-16 [colin] 2.4.0cvs192
206 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
207 as if the SIGPIPE comes from etpan's thread we could
208 trigger a GUI update from this thread.
210 2006-09-16 [colin] 2.4.0cvs191
213 Init all members of the struct
215 2006-09-16 [paul] 2.4.0cvs190
218 improvements to the English
220 2006-09-15 [colin] 2.4.0cvs189
225 2006-09-14 [colin] 2.4.0cvs188
227 * src/common/socket.c
228 * src/common/socket.h
230 * src/common/ssl_certificate.c
231 * src/common/ssl_certificate.h
232 * src/etpan/imap-thread.c
233 the get_fqdn() call done to get canonical name when
234 checking an SSL certificate is blocking, which is
235 sad as we just did a non-blocking lookup to connect.
236 Fix that by letting the fqdn available to the SockInfo,
237 and use that in ssl_certificate_check(). For IMAP,
238 we don't do it as the lookup's done by libetpan, but
239 it's less annoying as IMAP connections as much more
240 rare than POP3 connections.
242 2006-09-14 [paul] 2.4.0cvs187
244 * manual/advanced.xml
245 improvements to the English,
246 properly place the new hidden options
247 within the alphabetical order
248 * src/gtk/pluginwindow.c
249 improvements to the English
251 2006-09-14 [colin] 2.4.0cvs186
255 * src/gtk/gtksctree.c
256 * manual/advanced.xml
257 New hidden pref, stripes_color_offset, to change
258 the value added/substracted to normal bgcolor to
259 create the stripes in summaries
261 2006-09-13 [colin] 2.4.0cvs185
268 Fix misc. printing issues:
269 - Bad font for linkified headers
270 - Different font if the mail was displayed or not
271 - Factorize the thing
273 2006-09-13 [colin] 2.4.0cvs184
275 * src/common/ssl_certificate.c
276 Only get FQDN once when checking certificate
278 2006-09-13 [colin] 2.4.0cvs183
281 * src/gtk/pluginwindow.c
282 Misc. GUI fixes by Fabien
284 2006-09-13 [wwp] 2.4.0cvs182
289 get rid of unused wide-char functions.
291 2006-09-13 [wwp] 2.4.0cvs181
293 * src/plugins/pgpinline/sylpheed.def
295 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
296 add privacy_reset_error to the .def file,
297 do not fork for an external textviewer.
299 2006-09-13 [wwp] 2.4.0cvs180
302 fix broken font entry in prefs (patch issued by the gpg4win team,
303 probably by Marcus Brinkmann <marcus@g10code.de>).
305 2006-09-13 [colin] 2.4.0cvs179
308 Fix a warning in summaryview.c
312 Add missing Mark/* elements in the
315 2006-09-12 [colin] 2.4.0cvs178
317 * src/prefs_actions.c
318 * src/prefs_filtering_action.c
319 * src/prefs_matcher.c
320 Use (New) instead of New everywhere
322 2006-09-12 [wwp] 2.4.0cvs177
324 * manual/fr/addrbook.xml
325 * manual/fr/handling.xml
326 updated some quotes in the fr manual to match the fr translation.
328 2006-09-12 [wwp] 2.4.0cvs176
330 * src/prefs_matcher.c
331 don't store translated string elements in matcher expressions.
332 Also fixed a misused of Q_().
334 2006-09-11 [wwp] 2.4.0cvs175
336 * src/plugins//bogofilter/bogofilter.c
337 * src/plugins//clamav/clamav_plugin.c
338 * src/plugins//demo/demo.c
339 * src/plugins//dillo_viewer/dillo_viewer.c
340 * src/plugins//pgpcore/plugin.c
341 * src/plugins//pgpinline/plugin.c
342 * src/plugins//pgpmime/plugin.c
343 * src/plugins//spamassassin/spamassassin.c
344 gettext-ize more strings (mostly plugin error messages).
346 2006-09-11 [colin] 2.4.0cvs174
349 Make maximum buffer size bigger to avoid
350 truncating translated messages. Patch by
353 2006-09-11 [colin] 2.4.0cvs173
355 * src/etpan/imap-thread.c
356 Fix compilation on OpenBSD, thanks to
359 2006-09-10 [wwp] 2.4.0cvs172
362 * manual/addrbook.xml
363 * manual/handling.xml
364 * manual/es/handling.xml
365 * manual/fr/account.xml
366 * manual/fr/addrbook.xml
367 * manual/fr/handling.xml
368 documented addressbook matching (condition configuration):
370 documented per-account filtering rules (handling/filtering
371 section, account section):
372 account.xml, handling.xml, en fr
373 slightly updated the handling/searching section to tell few
374 words about the extended search ability:
376 added missing <quote></quotes> to Quick Search:
377 handling.xml, en fr es
378 fixed a typo (auomatically):
380 changes revisited by Paul.
382 2006-09-10 [paul] 2.4.0cvs171
384 * src/prefs_actions.c
385 * src/prefs_filtering.c
386 * src/prefs_template.c
387 adjustments to the gui
388 Patch by Fabien Vantard (slightly modified)
390 2006-09-10 [colin] 2.4.0cvs170
393 Check folderitem/summaryview consistency
394 (basically automates Update summary). Fixes
395 #1011 (wrong (negative) count on unread
398 2006-09-10 [colin] 2.4.0cvs169
400 * src/gtk/gtksctree.c
401 Fix recursive expansion via mouse
402 * src/plugins/bogofilter/bogofilter.c
403 Use normal filtering way of moving
404 messages (batching), possibly fixing
405 bug #1015 (Bogofilter plugin doubles
408 2006-09-09 [wwp] 2.4.0cvs168
410 * src/prefs_filtering.c
411 better place for this fix.
413 2006-09-09 [wwp] 2.4.0cvs167
415 * src/prefs_filtering.c
416 fix a minor bug when the enabled status of a filtering/processing
417 rule always got set to TRUE when replacing this rule. That still
418 make sense when adding a new rule, but now when replacing, we
419 don't override the value of 'enabled'.
420 Also renamed the func prefs_filtering_list_view_get_rule_name()
421 to prefs_filtering_list_view_get_info() as this function not only
422 returns the name, but also the account_id and the enabled status.
424 2006-09-09 [mones] 2.4.0cvs166
426 * manual/glossary.xml
428 Minor format corrections
430 Fix misplaced NO WARRANTY section
431 * manual/es/advanced.xml
433 * manual/es/glossary.xml
435 * manual/es/handling.xml
436 * manual/es/plugins.xml
437 * manual/es/starting.xml
438 Incorporate changes from English version
442 Fix address, (add translation credits in es version)
446 2006-09-09 [wwp] 2.4.0cvs165
448 * src/prefs_filtering.c
449 fix a crash when opening filtering prefs, if matcherrc file contains
450 broken data (non-existing account id, which is theoretically not
453 2006-09-08 [colin] 2.4.0cvs164
456 Wrong assert, make it an if()
457 * src/gtk/gtksctree.c
458 Fix bug #1013 (expand selected thread
459 tree) - expanding is now recursive
461 2006-09-07 [wwp] 2.4.0cvs163
463 * src/prefs_matcher.c
464 make better sentences about addressbook matching in the
465 matcher prefs. This should make translators' work easier
468 2006-09-07 [wwp] 2.4.0cvs162
470 * src/prefs_filtering.c
471 code simplification (get rid of dup var. assignment).
473 2006-09-07 [wwp] 2.4.0cvs161
476 use GTK_STOCK icons when possible, patch by Fabien Vantard
479 2006-09-07 [paul] 2.4.0cvs160
482 fix compilation warnings
485 2006-09-07 [paul] 2.4.0cvs159
488 select the mimepart icon when
492 2006-09-06 [paul] 2.4.0cvs158
494 * src/prefs_filtering.c
495 fix labels and table element spacing
496 Patch by Fabien Vantard
502 2006-09-06 [paul] 2.4.0cvs157
504 * manual/es/advanced.xml
507 2006-09-06 [wwp] 2.4.0cvs156
510 fix an dup launch issue when iconified, thanks to Colin.
512 2006-09-06 [wwp] 2.4.0cvs155
514 * src/gtk//gtksctree.h
515 oops, forgot that one!
517 2006-09-06 [wwp] 2.4.0cvs154
519 * manual/pl/advanced.xml
520 * manual/advanced.xml
521 * manual/es/advanced.xml
522 * manual/fr/advanced.xml
523 * src/prefs_customheader.c
524 * src/prefs_filtering_action.c
526 * src/prefs_summaries.c
527 * src/prefs_filtering.c
530 * src/prefs_summary_column.c
532 * src/prefs_actions.c
533 * src/prefs_folder_column.c
535 * src/prefs_template.c
536 * src/prefs_display_header.c
538 * src/prefs_matcher.c
540 * src/prefs_toolbar.c
543 * src/gtk/gtksctree.c
544 * src/gtk/pluginwindow.c
545 * src/gtk/progressdialog.c
546 * src/gtk/prefswindow.c
547 renamed hidden option enable_rules_hint to use_stripes_everywhere
548 to make its meaning more obvious (all versions of the manual reflect
550 added an extra hidden option use_stripes_in_summary to allow
551 discarding these stripes in mainwindow's folder and message lists;
552 en and fr manuals only are OK towards this.
554 2006-09-06 [colin] 2.4.0cvs153
557 Hide Sylpheed-Claws' internal queue headers
558 when showing all headers. They'll be present
559 only in Source window.
561 2006-09-05 [colin] 2.4.0cvs152
563 * src/plugins/trayicon/trayicon.c
564 Fix crash at exit - we have to disconnect
566 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
567 Update eggtrayicon - patch adapted from a
568 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
571 2006-09-05 [colin] 2.4.0cvs151
574 * src/gtk/logwindow.c
575 Fix race condition when something writes
576 to the log too soon during init. Thanks
579 2006-09-05 [colin] 2.4.0cvs150
582 Don't select part on right-click either
584 2006-09-05 [paul] 2.4.0cvs149
587 completion of previous commit
590 2006-09-05 [colin] 2.4.0cvs148
593 Don't force selection on middle-click, just open
595 2006-09-04 [colin] 2.4.0cvs147
598 Looks like gtk_notebook_set_current_page()
599 sometimes steals focus, and this annoys us
600 in MimeViewers as it renders navigation
601 keys useless. Take back focus after switching
604 2006-09-04 [colin] 2.4.0cvs146
607 Set stop_loading when clicking on Next
608 during load. Don't add a callback to
609 avoid over-complicating things.
611 2006-09-04 [colin] 2.4.0cvs145
615 Fix multiple loads in separate messageview
617 2006-09-04 [colin] 2.4.0cvs144
620 Let navigation keys be handled during
623 2006-09-04 [colin] 2.4.0cvs143
629 Make loading of huge mails (lots of text and/or
630 images) cancellable, so the GUI doesn't block
632 2006-09-04 [colin] 2.4.0cvs142
634 * src/plugins/trayicon/trayicon.c
635 Fix annoyance when removing a folder with
636 unread mails: trayicon didn't update
638 2006-09-04 [paul] 2.4.0cvs141
640 * src/gtk/icon_legend.c
641 straighten up columns
642 Patch by Fabien Vantard
644 2006-09-04 [wwp] 2.4.0cvs140
646 * src/prefs_filtering.c
647 fix new line's account name in filtering prefs:
648 was "All", is now "(New)".
650 2006-09-04 [paul] 2.4.0cvs139
652 * tools/make.themes.project
653 use "AUTOMAKE_OPTIONS = dist-bzip2"
654 instead of homebrewed "make release"
656 2006-09-03 [colin] 2.4.0cvs138
659 Fix bug #1007 (Wrong folder highlighted)
661 2006-09-03 [colin] 2.4.0cvs137
664 Don't set Newsgroup: header to a mail folder
667 2006-09-03 [paul] 2.4.0cvs136
670 * src/prefs_spelling.c
673 2006-09-03 [paul] 2.4.0cvs135
675 * src/prefs_summaries.c
676 correct menu item text in prefs_keybind_apply_clicked()
678 2006-09-03 [paul] 2.4.0cvs134
680 * manual/advanced.xml
681 some improvements to the descriptions
686 fix menu sensitivity issues
687 * src/prefs_message.c
688 drop the useless word 'short'
690 add the word 'lines' indicating log length
691 is a measure of lines
693 fix compilation warnings
695 2006-09-02 [colin] 2.4.0cvs133
698 Display a special return-receipt message
699 if the message is from the user
701 Fix missing freeze of the list when marking
702 all read and unthreading for exec. Thanks
705 2006-09-02 [paul] 2.4.0cvs132
708 * src/prefs_message.c
712 2006-09-02 [wwp] 2.4.0cvs131
714 * src/prefs_filtering.c
715 added an account name column to the filtering rules
718 2006-09-02 [colin] 2.4.0cvs130
720 * src/gtk/logwindow.c
721 * src/gtk/logwindow.h
722 Block scrolling if we're not at the end
725 2006-09-02 [colin] 2.4.0cvs129
728 Make sure account-specific rules can't
729 be used in {pre-,post-,}processing
731 * src/gtk/logwindow.c
732 * src/gtk/logwindow.h
733 Jump to last error when clicking on the
736 2006-09-02 [colin] 2.4.0cvs128
746 Let proc_mbox know its account, for
747 account-specific rules
749 2006-09-01 [colin] 2.4.0cvs127
752 Don't uselessly use iconv to convert from
758 Fix certain log cases, disable warning icon
759 for now, the correct way to display it when
760 necessary and only when necessary is probably
761 to do it manually rather than use error logs
762 * src/etpan/imap-thread.c
763 Clean up UID logging a bit
764 * src/gtk/logwindow.c
765 * src/gtk/logwindow.h
766 Make logging faster when the window's closed
768 2006-09-01 [wwp] 2.4.0cvs126
770 * manual/fr/account.xml
771 reflect changes to the ref. manual (parts of cvs72):
772 fix tabnames and quotes.
774 2006-09-01 [wwp] 2.4.0cvs125
776 * manual/fr/plugins.xml
777 reflect changes to the reference manual (cvs42):
778 update IRC channel info.
780 2006-09-01 [wwp] 2.4.0cvs124
783 use CVSEDITOR env. var. if set, according to `man cvs`.
785 2006-09-01 [wwp] 2.4.0cvs123
787 * manual/advanced.xml
788 better sentence again (thanks to Paul).
790 2006-09-01 [wwp] 2.4.0cvs122
792 * manual/advanced.xml
793 fix definition of toolbar_detachable and rework a bit the one of
796 2006-09-01 [mones] 2.4.0cvs121
798 * manual/advanced.xml
799 Document enable_dotted_lines
801 2006-09-01 [paul] 2.4.0cvs120
808 obey the 'When entering folder...' option
809 when using the /View/Go to/... menu items
812 2006-08-31 [colin] 2.4.0cvs119
815 Revert 2.4.0cvs116, wrong fix.
817 2006-08-31 [colin] 2.4.0cvs118
819 * src/gtk/gtksctree.c
820 Better state the various copyrights
822 2006-08-31 [colin] 2.4.0cvs117
825 fix enable_dotted_lines
827 2006-08-31 [colin] 2.4.0cvs116
830 Use pref "Always open on select" when going
831 to next unread folder
832 * src/gtk/gtksctree.c
833 Fix link failure to _gtk_clist_create_cell_layout
834 on certain computers. (Why not mine, I wonder)
836 2006-08-31 [colin] 2.4.0cvs115
840 * src/plugins/bogofilter/bogofilter.c
841 * src/plugins/spamassassin/spamassassin.c
842 Requalify some "errors" to warnings
846 Add an icon in the statusbar to notify
848 * src/gtk/gtksctree.c
851 Make the GtkSCTree look more modern by
852 alternating background lines
855 Add a pref to let people have the old
859 2006-08-30 [colin] 2.4.0cvs114
863 Provide a way to filter a list of
864 messages in an optimised manner, and
865 add a list-filtering hook
869 Use the list filtering
870 * src/plugins/bogofilter/bogofilter.c
871 Use the list-filtering hook
872 Use -b (bulk) mode for more speed
873 when learning and filtering
874 * src/etpan/imap-thread.c
875 Make log output shorter in UID SEARCH
878 2006-08-30 [colin] 2.4.0cvs113
880 * src/plugins/bogofilter/bogofilter.c
881 Really fast mass learning - thanks to David
882 Relson for the options explanations :)
884 2006-08-30 [colin] 2.4.0cvs112
887 Fix compilation on FreeBSD. Thanks
890 2006-08-29 [colin] 2.4.0cvs111
893 Handle "popup_menu" signal (for popping the
894 menu via the keyboard)
901 Factorize scrolling code, and add an API
902 for MimeViewers to handle scroll orders
904 2006-08-29 [wwp] 2.4.0cvs110
906 * src/plugins//bogofilter/bogofilter.c
907 * src/plugins//spamassassin/spamassassin.c
908 make the bogofilter/spamassassin filtering error dialogs at
909 incorporation obey to the "don't popup error dialog on
910 receive error" option. If disabled, feed the log window w/
917 2006-08-29 [paul] 2.4.0cvs109
920 remove 'make release', it's not needed
921 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
923 2006-08-29 [paul] 2.4.0cvs108
926 * src/summary_search.c
927 * src/gtk/progressdialog.c
928 * src/plugins/pgpcore/passphrase.c
929 replace deprecated gtk_window_set_policy()
931 2006-08-29 [colin] 2.4.0cvs107
934 Fix data loss when copy fails during a move:
935 only use fast remove_msgs if everything was
936 copied OK; else use slow remove_msg on the
937 mails that got copied only.
939 2006-08-28 [paul] 2.4.0cvs106
942 revert change in 2.4.0cvs104, it breaks
945 2006-08-28 [paul] 2.4.0cvs105
947 * src/plugins/spamassassin/spamassassin.c
950 2006-08-28 [paul] 2.4.0cvs104
953 fix data loss when moving to another
955 * src/prefs_spelling.c
957 * src/gtk/pluginwindow.c
958 improve the layout of the dialog text
961 2006-08-28 [paul] 2.4.0cvs103
963 * src/plugins/bogofilter/bogofilter.c
964 * src/plugins/bogofilter/bogofilter_gtk.c
965 fix english up a bit, innit
967 2006-08-28 [paul] 2.4.0cvs102
972 require autoconf 2.60, enabling building
973 with gettext 0.15 (gettext 0.14.x build still
974 possible). Replace Makefiles with versions
976 Remove configure options --with-localedir and
977 --with-mandir. The options that are provided
978 directly by autoconf 2.60 can be used instead:
981 2006-08-27 [colin] 2.4.0cvs101
983 * src/plugins/bogofilter/Makefile.am
984 Fix make dist (no README)
986 2006-08-27 [colin] 2.4.0cvs100
989 Don't use F_UNKNOWN folders for any default
991 * src/plugins/bogofilter/bogofilter.c
992 * src/plugins/bogofilter/bogofilter.h
993 * src/plugins/bogofilter/bogofilter_gtk.c
994 Add an option to specify the path to bogofilter
995 Use single-quotes to be able to learn in folders
996 with spaces in their names
997 Verify learning status
999 2006-08-27 [colin] 2.4.0cvs99
1002 * manual/plugins.xml
1003 Document Bogofilter plugin
1005 2006-08-27 [colin] 2.4.0cvs98
1011 When possible, copy the queued mail to sent folder
1012 instead of re-adding. Much faster on IMAP.
1014 2006-08-27 [colin] 2.4.0cvs97
1017 Disable mmaped caches - huge metadata loss
1018 here after a power failure.
1020 Add quicksearch timing
1021 * src/common/plugin.c
1022 * src/common/plugin.h
1023 Implement an interface to tell what plugins
1024 provide. Prevent loading of similar plugins.
1025 * src/plugins/clamav/clamav_plugin.c
1026 * src/plugins/demo/demo.c
1027 * src/plugins/dillo_viewer/dillo_viewer.c
1028 * src/plugins/pgpcore/plugin.c
1029 * src/plugins/pgpinline/pgpinline.c
1030 * src/plugins/pgpmime/pgpmime.c
1031 * src/plugins/spamassassin/spamassassin.c
1032 * src/plugins/trayicon/trayicon.c
1033 Implement plugin_provides()
1035 2006-08-27 [colin] 2.4.0cvs96
1038 * src/plugins/Makefile.am
1039 * src/plugins/bogofilter/.cvsignore
1040 * src/plugins/bogofilter/Makefile.am
1041 * src/plugins/bogofilter/bogofilter.c
1042 * src/plugins/bogofilter/bogofilter.h
1043 * src/plugins/bogofilter/bogofilter_gtk.c
1044 New Bogofilter plugin, provides filtering and
1045 learning. Spamassassin will go to extra plugins.
1047 2006-08-26 [mones] 2.4.0cvs95
1049 * manual/handling.xml
1050 Fix subfolder path in the example (thanks to Paul)
1052 2006-08-26 [mones] 2.4.0cvs94
1054 * manual/glossary.xml
1055 2.2. + add ISP to the glossary
1056 7.5. + Add UIDL to glossary
1057 7.7. + Add TCP to glossary
1058 * manual/handling.xml
1059 7.1. + Mentions GNU/Linux distribution, what about the non...
1060 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1061 7.3. + Mentions .bashrc, what about the non-bash ones?
1062 7.4. = Use appropriate quotation for commands
1063 7.6. = change "" to <quote></quote>
1064 * manual/plugins.xml
1065 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends
1066 * manual/starting.xml
1067 2.1. + local mbox file: some examples of mbox file locations...
1068 Also reformatted files requiring it
1070 2006-08-26 [wwp] 2.4.0cvs93
1072 * src/summary_search.c
1073 disable find buttons while summary search is running.
1075 2006-08-25 [colin] 2.4.0cvs92
1082 Speed up MH moving, and add progressbar
1085 Write cache files using mmap() too
1087 2006-08-25 [wwp] 2.4.0cvs91
1090 switch spam<->ham button when a message has been marked as spam or ham
1091 and is still selected. Thanks to Colin.
1093 2006-08-25 [paul] 2.4.0cvs90
1096 * src/stock_pixmap.c
1097 * src/stock_pixmap.h
1099 * src/gtk/icon_legend.c
1100 * src/pixmaps/copied.xpm
1101 * src/pixmaps/moved.xpm
1102 add icons for delayed execution marked for
1103 copying, marked for moving
1105 2006-08-25 [mones] 2.4.0cvs89
1107 * manual/glossary.xml
1108 Fix the other glossary items:
1109 5.1. = Inmmediate execution -> <quote>immediate execution...
1110 5.2. = Fix MBOX capitalization -> Mbox
1111 5.3. + Improve Plugins def. w/ tech. ref.
1112 5.4. = Quotation -> replace '>' by <quote>></quote>
1113 5.5. - SMTP Server. -> remove dot
1117 2006-08-25 [mones] 2.4.0cvs88
1120 Reformatted, changed email address
1121 * manual/glossary.xml
1122 Reformatted, fixed MANUAL-TODO items:
1123 8.2. + add ROT-13 to glossary
1124 8.4. + add URL to glossary
1125 * manual/es/advanced.xml
1128 2006-08-25 [paul] 2.4.0cvs87
1130 * src/gtk/icon_legend.c
1131 add 'marked for deletion' icon
1132 arrange icons by containing column
1133 wrap long label text
1135 2006-08-25 [colin] 2.4.0cvs86
1137 * src/common/utils.c
1138 * src/common/utils.h
1139 Add the sc_g_*list_bigger functions in
1140 a place everyone can use it
1142 Only freeze/thaw the list when working
1143 on the selection, if it's bigger than 1
1144 * src/gtk/gtksctree.c
1145 Only freeze/thaw the list when unselec-
1146 ting 'all' if ('all' != 1)
1147 This avoids some flickering
1149 2006-08-24 [colin] 2.4.0cvs85
1152 Fix strange list selection
1153 Fix random seg (Invalid read of freed memory)
1155 2006-08-24 [colin] 2.4.0cvs84
1158 * src/gtk/inputdialog.c
1159 * src/plugins/pgpcore/passphrase.c
1160 Revert minimal width patch of 2.4.0cvs67,
1161 as it is also a maximal width. Use
1162 gtk_window_set_default_size instead.
1164 2006-08-24 [colin] 2.4.0cvs83
1167 Write cache/mark to temp files before
1168 overwriting old ones (avoids metadata
1169 loss if writing the new files fail).
1170 Use mmap() to read cache/mark file, as
1171 this makes cache reading faster. Dis-
1172 abled for big-endian machines until it
1173 can be tested. (Big-endian users: set
1174 msgcache_use_mmap = TRUE in the relevant
1177 Move rarely used fields of MsgInfo in
1178 another structure, which will only be
1179 allocated if needed. Face, X-Face,
1180 Return receipt headers and List-*
1181 headers are moved. Mails having none
1182 of these occupy 52 bytes less with
1183 this patch, which makes 2.5MB of RAM
1184 saved on a 50k folder).
1188 * src/partial_download.c
1192 Follow this structure change.
1194 2006-08-24 [wwp] 2.4.0cvs82
1196 * manual/es/.cvsignore
1197 * manual/es/dist/.cvsignore
1198 * manual/es/dist/html/.cvsignore
1199 * manual/es/dist/pdf/.cvsignore
1200 * manual/es/dist/ps/.cvsignore
1201 * manual/es/dist/txt/.cvsignore
1202 more (generated) files to ignore.
1204 2006-08-24 [colin] 2.4.0cvs81
1208 Fix possible problems with local delivery. Check the folder doesn't
1209 need scan before setting its mtime when saving cache (which can be
1210 done long after the folder's been modified by an external process);
1211 Check that the stored item's mtime didn't change in mh functions.
1213 2006-08-24 [mones] 2.4.0cvs80
1215 * manual/advanced.xml
1216 Rewrapping, some fixes and MANUAL-TODO items:
1217 8.1. = change "" to <quote></quote>
1218 8.3. = quote menu items
1219 8.5. - deploying -> new user ... ideally a new user (redundant)
1221 2006-08-23 [colin] 2.4.0cvs79
1223 * src/gtk/gtksctree.c
1224 When selecting or deselecting range, only
1225 freeze/thaw when selection is bigger than 10
1227 2006-08-23 [colin] 2.4.0cvs78
1232 * src/plugins/dillo_viewer/dillo_viewer.c
1233 Provide an API for MimeViewer plugins to
1234 return a text selection for replying
1236 2006-08-23 [colin] 2.4.0cvs77
1238 * src/image_viewer.c
1240 Use gtk_pixbuf_new_from_file_at_scale(), which
1241 is faster than getting the pixbuf then resizing
1244 2006-08-23 [colin] 2.4.0cvs76
1247 UTF-8 should be sent Quoted-printable
1249 2006-08-22 [colin] 2.4.0cvs75
1252 Check if scan is required before touching
1253 the folder (or it'll be required every time)
1255 2006-08-22 [colin] 2.4.0cvs74
1258 Require libetpan 0.46 (crasher fix when built
1261 2006-08-22 [colin] 2.4.0cvs73
1264 Set folder's mtime after writing its
1269 Don't do useless stuff if we don't
1272 Add some timing, don't deselect prior
1273 to selecting (gtksctree does it itself),
1274 remove crash avoidance hacks as it's been
1275 properly fixed since a while
1276 * src/common/utils.c
1277 Optimize to_human_readable(): _() is slow,
1278 do it only once, and avoid %f format for KB
1279 (the most common in a summaryview)
1280 * src/gtk/gtksctree.c
1281 Don't uselessly freeze/thaw (fixes flicker
1282 on next unread and friends), reduce number
1283 of g_list_nth/g_list_position where possible
1284 * src/gtk/gtkutils.c
1285 * src/gtk/gtkutils.h
1286 Reduce number of g_list_nth/g_list_position
1288 All of this makes loading as 70k folder 2.1
1289 seconds instead of 3.2 (with hot FS caches).
1290 (1.3 seconds without Date and Size columns...)
1292 2006-08-22 [paul] 2.4.0cvs72
1294 wrap documents and do some items from mones' MANUAL-TODO:
1296 * manual/account.xml
1297 4.1. = fix tabname references to <quote>tabname</quote>
1298 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1300 1.1. = mentioned options don't match UI
1301 Add information about the 'Never send Return Receipts'
1303 * manual/handling.xml
1304 6.2. = Mentions Extended symbols button, but now is
1306 6.3. = Mentions ... button, which is now Edit
1308 2006-08-22 [colin] 2.4.0cvs71
1310 * src/gtk/pluginwindow.c
1311 Fix layout in verbose translations (such
1314 2006-08-22 [paul] 2.4.0cvs70
1316 * manual/Makefile.am
1317 build manuals in alphabetical order
1319 * src/prefs_themes.c
1320 replace/remove deprecated symbols
1321 * src/gtk/gtkutils.c
1323 * src/gtk/pluginwindow.c
1324 replace deprecated symbol
1325 replace label text and move it
1326 * src/plugins/pgpcore/prefs_gpg.c
1327 move the 'Generate...' button out of the
1328 Sign Key frame, replace the English used
1329 * src/plugins/pgpcore/sgpgme.c
1330 fixes to the English
1332 2006-08-21 [colin] 2.4.0cvs69
1334 * src/plugins/trayicon/trayicon.c
1335 Add more strings for translation; patch
1338 2006-08-21 [colin] 2.4.0cvs68
1341 fix replied flag not set after drafting
1343 fix body quicksearch in non-encoded bodies
1346 Get rid of the g_malloc workaround for
1347 corrupted caches, use g_try_malloc
1349 2006-08-21 [colin] 2.4.0cvs67
1352 * src/gtk/inputdialog.c
1353 * src/plugins/pgpcore/passphrase.c
1354 Set minimal width to 375
1356 Fix switching to offline, asking if it
1357 should be overriden for synchronising
1359 Don't offer to remember command on Open
1360 with for text parts, as the browser or
1361 text editor command isn't changed from
1364 2006-08-20 [paul] 2.4.0cvs66
1368 fix plural form errors. revealed by stricter
1369 checking of gettext 0.15
1371 2006-08-18 [paul] 2.4.0cvs65
1373 * src/stock_pixmap.c
1374 fix the fix of 2.4.0cvs64
1377 2006-08-18 [paul] 2.4.0cvs64
1379 * src/stock_pixmap.c
1383 2006-08-18 [paul] 2.4.0cvs63
1387 fix occasional IMAP bug where large msgs
1388 were left in the queue folder after sending
1391 2006-08-18 [paul] 2.4.0cvs62
1394 freeze the summaryview while quicksearch results
1396 (fixes bug 456 'current message is hidden when the
1397 view is refreshed and extended search is "unread
1401 add missing #include "inputdialog.h"
1402 * src/common/utils.h
1403 add missing mailcap_update_default() and improve
1406 2006-08-17 [colin] 2.4.0cvs61
1408 * src/plugins/pgpcore/select-keys.c
1411 2006-08-17 [colin] 2.4.0cvs60
1414 Don't continue queuing if Cancel is clicked
1417 2006-08-17 [colin] 2.4.0cvs59
1419 * src/plugins/pgpcore/select-keys.c
1420 When encrypting, if only one key matches and it
1421 matches exactly, automatically use it.
1423 2006-08-17 [colin] 2.4.0cvs58
1426 * src/prefs_common.c
1427 * src/prefs_common.h
1428 * src/prefs_ext_prog.c
1430 Fix issues with previous patch (text/html)
1431 Remove outdated prefs
1433 2006-08-17 [colin] 2.4.0cvs57
1436 Add View Log button on auth error
1438 Fix encrypted mail marked as new when
1439 saved in normal folders
1440 * src/plugins/pgpinline/pgpinline.c
1441 Fix encrypt bug on IMAP
1443 * src/common/utils.c
1444 * src/common/utils.h
1445 * src/gtk/inputdialog.c
1446 * src/gtk/inputdialog.h
1447 Get rid of metamail stuff, simplify
1448 opening, and allow remembering of user's
1449 choices (by updating ~/.mailcap). There's
1450 still to drop "Audio player" and "Image
1451 viewer" preferences.
1453 2006-08-17 [mones] 2.4.0cvs56
1455 * manual/es/sylpheed-claws-manual.xml
1458 2006-08-17 [mones] 2.4.0cvs55
1461 * manual/Makefile.am
1462 * manual/es/Makefile.am
1463 * manual/es/account.xml
1465 * manual/es/addrbook.xml
1466 * manual/es/advanced.xml
1468 * manual/es/glossary.xml
1470 * manual/es/handling.xml
1471 * manual/es/intro.xml
1472 * manual/es/keyboard.xml
1473 * manual/es/plugins.xml
1474 * manual/es/starting.xml
1475 * manual/es/sylpheed-claws-manual.xml
1476 * manual/es/dist/Makefile.am
1477 * manual/es/dist/html/Makefile.am
1478 * manual/es/dist/pdf/Makefile.am
1479 * manual/es/dist/ps/Makefile.am
1480 * manual/es/dist/txt/Makefile.am
1481 Spanish translation for the manual
1483 2006-08-16 [colin] 2.4.0cvs54
1488 Fix send button sensitivity at startup
1489 Set send menu sensitivity (patch by Fabien)
1491 Enable closing with esc (patch by Fabien)
1492 * src/gtk/foldersort.c
1493 Enable closing with esc (patch by Fabien)
1495 Optimisation (no need to copy to tempfile to
1496 "decode" 7bit and 8bit)
1498 Fix cruft in swap_from case
1500 Fix missing last line in some mail cases
1501 (Fixes debian #381872)
1502 * src/plugins/pgpcore/prefs_gpg.c
1503 * src/plugins/pgpcore/sgpgme.c
1504 * src/plugins/pgpcore/sgpgme.h
1505 Don't show "no key found" when user explicitely
1506 wants to create a key
1508 2006-08-16 [paul] 2.4.0cvs53
1514 * src/prefs_account.c
1515 * src/prefs_message.c
1516 * src/gtk/gtkutils.c
1517 bump up minimum required versions of GTK+ and
1520 2006-08-16 [paul] 2.4.0cvs52
1523 workaround GTK+ Bug 351600 - 'Can't re-click
1524 on button after sensitivity update'
1525 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1528 2006-08-15 [colin] 2.4.0cvs51
1530 * src/plugins/pgpcore/prefs_gpg.c
1531 Set options sensitivity according to
1533 * src/plugins/pgpcore/sgpgme.c
1534 Allow to create key with no passphrase
1536 2006-08-14 [cleroy] 2.4.0cvs50
1538 * src/gtk/pluginwindow.c
1539 New layout (maybe to be changed?)
1540 * src/gtk/gtkutils.c
1541 Fix a bit label_window
1542 * src/plugins/pgpcore/passphrase.c
1543 * src/plugins/pgpcore/passphrase.h
1544 * src/plugins/pgpcore/plugin.c
1545 * src/plugins/pgpcore/prefs_gpg.c
1546 * src/plugins/pgpcore/prefs_gpg.h
1547 * src/plugins/pgpcore/sgpgme.c
1548 * src/plugins/pgpcore/sgpgme.h
1549 Allow to create a PGP private key via the GUI
1551 2006-08-14 [wwp] 2.4.0cvs49
1553 * src/addressbook_foldersel.c
1554 fix strict ISO C90 compliance.
1556 2006-08-14 [paul] 2.4.0cvs48
1558 * src/gtk/prefswindow.c
1559 re-set scrolled window on opening
1566 2006-08-14 [paul] 2.4.0cvs47
1568 * src/prefs_display_header.c
1569 re-enable user-defined Displayed Headers
1571 2006-08-14 [paul] 2.4.0cvs46
1573 * src/prefs_account.c
1576 2006-08-13 [colin] 2.4.0cvs45
1578 * src/common/utils.c
1579 Fix "a" in quote when the original message is empty,
1580 by using \0 instead of 'a' to test writability of
1583 2006-08-13 [wwp] 2.4.0cvs44
1585 * src/plugins/spamassassin/spamassassin.c
1586 fix capitalization of "SpamAssassin" in some debug, log and
1589 2006-08-13 [paul] 2.4.0cvs43
1592 fix overlapping widgets
1593 * src/prefs_account.c
1594 fix translation of protocol_names[]
1595 fix label disappearing off the edge of the
1598 2006-08-12 [paul] 2.4.0cvs42
1600 * manual/plugins.xml
1601 update IRC channel info before it gets forgotten
1604 2006-08-11 [colin] 2.4.0cvs41
1613 Grey out the Send button if
1614 - Queue folders are empty, or
1615 - We're sending already
1617 2006-08-11 [wwp] 2.4.0cvs40
1620 fix a logic issue when quitting while a compose window is
1621 still open, thanks to Colin.
1623 2006-08-10 [colin] 2.4.0cvs39
1626 Fix default font size setting after wizard run
1628 * src/etpan/imap-thread.c
1629 * src/etpan/imap-thread.h
1630 Fix bug #999 (Timing out on TSL cert validation
1631 dialog makes ugly things happen). Also, STARTTLS
1632 unconditionnaly if initial capabilities contain
1633 LOGINDISABLED and STARTTLS.
1635 2006-08-09 [colin] 2.4.0cvs38
1639 Fix Tools/Actions sensitivity when there are
1642 2006-08-09 [colin] 2.4.0cvs37
1644 * src/prefs_filtering.c
1645 Warning fix, patch by Paul
1647 * src/prefs_actions.c
1648 * src/prefs_filtering_action.c
1649 * src/prefs_matcher.c
1650 Uniformisation of "Info ..." to "Info..." (for
1651 old gtk), patch by Fabien
1652 * src/plugins/clamav/clamav_plugin_gtk.c
1653 Sensitivity fix by Fabien
1655 2006-08-09 [colin] 2.4.0cvs36
1659 Add a function to know whether we're exiting
1660 * src/plugins/trayicon/trayicon.c
1661 If exiting, don't do anything. Faster, and
1662 avoids gtk_main_iteration reentracy causing
1665 2006-08-09 [colin] 2.4.0cvs35
1670 Fix lack of part selection when automatically
1671 jumping to a specific part
1673 Little optimisation in cache reading
1675 2006-08-09 [colin] 2.4.0cvs34
1678 Fix crash setting the priority on reedit
1679 (Accessing compose before creating it!)
1681 2006-08-08 [colin] 2.4.0cvs33
1684 Fix bug #998 (last attachment is not accessible)
1685 Bad RFC interpretation on multipart close-delimiters
1688 * src/gtk/gtkvscrollbutton.c
1689 * src/gtk/gtkvscrollbutton.h
1690 Make attachments list wheel-scrollable
1692 2006-08-07 [colin] 2.4.0cvs32
1694 * src/gtk/gtkaspell.c
1695 Fix bug #973 (Unicode punctation characters
1696 are not recognized as separators by the
1697 spell checker); fix unsigned stuff
1699 2006-08-07 [colin] 2.4.0cvs31
1702 Fix bug #956 (DnD text with accents in compose
1703 text entry); fix gccc's signed/unsigned fuss
1705 2006-08-06 [colin] 2.4.0cvs30
1708 Fix bug #979 (Plugin crashes when exiting
1709 sylpheed-claws) : handle exit request only
1712 2006-08-05 [colin] 2.4.0cvs29
1715 Just make sure we have a msgid.
1717 2006-08-05 [colin] 2.4.0cvs28
1721 Fix bug #995 ("Mark cross-posted as read" doesn't work)
1722 by reimplementing it
1724 Fix bug when hiding quotes with level > 3 and quote
1727 2006-08-04 [colin] 2.4.0cvs27
1732 Fix a bit replace-by-pasting undo
1735 Fix Fold quotes menu synchro in
1736 mainwindow when it changes in
1739 Fix right-click on quotes blocks
1740 * src/common/utils.c
1741 Verify that the file created by
1742 my_tmpfile() is writable. Fixes
1743 bug #988 (very specific filesystem
1745 * src/plugins/pgpcore/sgpgme.c
1746 Fix file descriptor leak
1747 * src/plugins/spamassassin/spamassassin.c
1748 Warn once if spamd isn't reachable
1750 2006-08-04 [colin] 2.4.0cvs26
1753 i18n context patch by Fabien
1755 2006-08-03 [colin] 2.4.0cvs25
1759 Rename "Hide quotes" to "Fold quotes"
1761 Don't use hand cursor on quotes. "all
1762 the bonuses of the feature and none of
1763 unwelcome side-effects"
1765 2006-08-03 [colin] 2.4.0cvs24
1768 * sylpheed-claws.desktop
1770 Bring the desktop file to XDG compliance
1771 Patch by Charles A. Edwards
1773 2006-08-03 [colin] 2.4.0cvs23
1776 Fix links offset when they are preceded
1777 by accentued chars (g_utf8_strlen!)
1779 Fix wrong status when starting offline
1782 2006-08-03 [wwp] 2.4.0cvs22
1784 * src/prefs_common.h
1785 ask what to do w/ filtering rules that belong to an account when
1786 applying filtering rules manually from the main window (skip,
1787 apply regardless of the account, use current account). This dialog
1788 can be skipped and the last reply used.
1791 2006-08-03 [wwp] 2.4.0cvs21
1795 * src/prefs_common.c
1800 ask what to do w/ filtering rules that belong to an account when
1801 applying filtering rules manually from the main window (skip,
1802 apply regardless of the account, use current account). This dialog
1803 can be skipped and the last reply used.
1806 2006-08-03 [colin] 2.4.0cvs20
1809 Optimize previous patch
1811 2006-08-03 [cleroy] 2.4.0cvs19
1814 Fix quotes getting toggled back when the
1815 mail has an even number of text parts
1817 2006-08-02 [colin] 2.4.0cvs18
1820 Add Hide quotes menu
1822 2006-08-02 [colin] 2.4.0cvs17
1825 * src/prefs_common.c
1829 Allow per-level quote hiding,
1830 Allow toggling quotes by double-clicking them
1831 Rename RemoteURI to ClickableText to reflect
1832 the fact it's used for a variety of things
1834 2006-08-02 [wwp] 2.4.0cvs16
1837 fix "View/Hide quotes" menu item status initialization.
1839 2006-08-02 [wwp] 2.4.0cvs15
1841 * src/matcher_parser_parse.y
1842 remove a debug trace.
1844 2006-08-02 [paul] 2.4.0cvs14
1846 * src/plugins/pgpcore/passphrase.c
1847 don't set initial dialog size
1850 2006-08-02 [paul] 2.4.0cvs13
1853 remove the rogue '/' character
1855 2006-08-02 [paul] 2.4.0cvs12
1858 allow buttons to resize as necessary
1860 2006-08-01 [wwp] 2.4.0cvs11
1863 fix strict ISO C90 compliance.
1865 2006-08-01 [wwp] 2.4.0cvs10
1868 updated update-po tool to work w/ context-dependent translations.
1869 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1871 2006-08-01 [wwp] 2.4.0cvs9
1874 * src/prefs_filtering.c
1875 * src/prefs_matcher.c
1876 allow context-dependent translations for "All",
1877 patch by Fabien Vantard <fzzzzz@gmail.com>.
1879 2006-07-31 [colin] 2.4.0cvs8
1883 Add Rafal to authors
1885 2006-07-31 [colin] 2.4.0cvs7
1890 * src/prefs_common.c
1891 * src/prefs_common.h
1893 Add 'View/Hide quotes'. Patch based on a patch
1896 2006-07-31 [colin] 2.4.0cvs6
1899 Fix problem with "> stuff >" actions
1901 2006-07-31 [paul] 2.4.0cvs5
1904 updated by Geir Helland
1906 2006-07-31 [wwp] 2.4.0cvs4
1911 add "View/Go to/Parent message" and "View/Go to/Last read message",
1914 2006-07-31 [wwp] 2.4.0cvs3
1921 * src/addressbook_foldersel.c
1922 * src/addressbook_foldersel.h
1927 * src/matcher_parser_lex.l
1928 * src/matcher_parser_parse.y
1929 * src/prefs_common.c
1930 * src/prefs_common.h
1931 * src/prefs_filtering.c
1932 * src/prefs_matcher.c
1933 * src/prefs_matcher.h
1935 introduce filtering against the address book. It's now possible to add
1936 matched conditions to determine if any email address in a message matches
1937 or doesn't match any or all books or folders in the address book.
1939 2006-07-31 [wwp] 2.4.0cvs2
1949 * src/matcher_parser_lex.l
1950 * src/matcher_parser_parse.y
1952 * src/prefs_filtering.c
1953 * src/prefs_filtering.h
1957 introduce per-account filtering rules. Each filtering rule can now be assigned
1958 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1959 when applying filtering rules manually, as all rules will apply - even the ones
1960 assigned to an account. This issue will be addressed soon.
1964 2006-07-31 [wwp] 2.4.0cvs1
1967 make more strings translatable.
1969 2006-07-31 [paul] 2.4.0
1973 2006-07-31 [paul] 2.3.1cvs91
1976 updated by Miquel Oliete
1978 2006-07-31 [paul] 2.3.1cvs90
1988 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1989 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1990 Aleksandar Urosevic, and Ralgh Young
1992 2006-07-31 [paul] 2.3.1cvs89
1998 Fix a race condition when, after an SC crash, rescanning
1999 folders took more than 0.5 seconds
2002 2006-07-31 [paul] 2.3.1cvs88
2005 don't translate separator strings
2007 2006-07-30 [mones] 2.3.1cvs87
2009 * doc/man/sylpheed-claws.1
2010 Fixed non-ASCII chars in Hoa's name
2014 2006-07-27 [colin] 2.3.1cvs86
2017 Don't include the leading \n in links
2020 2006-07-25 [colin] 2.3.1cvs85
2023 * src/common/socket.h
2024 * src/etpan/imap-thread.c
2025 Refresh resolvers before connecting
2026 to IMAP servers, and after switching
2027 to online. Thanks to Paul.
2031 * 2.4.0-rc4 released
2033 2006-07-17 [colin] 2.3.1cvs84
2036 Show connection attempt in statusbar before
2037 connecting (previously first message was
2038 "Retrieving messages from ..." after the
2039 connection succeeded.
2041 2006-07-16 [wwp] 2.3.1cvs83
2043 * sylpheed-claws.ico
2044 Added .ico file (windows multi-size icon file, generated).
2046 2006-07-12 [wwp] 2.3.1cvs82
2049 remove Message/Re-edit menu entry from messageview window,
2050 as sent/draft/queued messages are opened in compose window when
2051 re-edited and it's not possible to re-edit other msgs.
2053 2006-07-12 [paul] 2.3.1cvs81
2058 check online state before resetting
2059 mailcheck timer. Useful if some program
2060 verifies connection state and updates
2062 Patch by Leonid Evdokimov <darkk@users.sf.net>
2064 2006-07-12 [paul] 2.3.1cvs80
2066 * sylpheed-claws-128x128.png
2067 * sylpheed-claws-64x64.png
2068 * sylpheed-claws.png
2071 * src/prefs_toolbar.c
2072 * src/stock_pixmap.c
2073 * src/stock_pixmap.h
2076 * src/gtk/gtkutils.c
2077 * src/pixmaps/sylpheed-claws.xpm ** ADDED **
2078 * src/pixmaps/sylpheed-claws_icon.xpm ** ADDED **
2079 * src/pixmaps/sylpheed-claws_logo.xpm ** ADDED **
2080 * src/pixmaps/sylpheed.xpm ** REMOVED **
2081 * src/pixmaps/sylpheed_icon.xpm ** REMOVED **
2082 * src/pixmaps/sylpheed_logo.xpm ** REMOVED **
2083 updated and renamed logo/icon files and related
2084 logo by Jesper Schultz
2086 2006-07-11 [paul] 2.3.1cvs79
2089 fix the labels a smidgin
2091 2006-07-09 [colin] 2.3.1cvs78
2094 Show errors in textviewer's command
2095 Patch by H. Merijn Brand
2097 2006-07-09 [colin] 2.3.1cvs77
2100 Save FMID in drafts too
2102 2006-07-08 [colin] 2.3.1cvs76
2105 Svae RMID in drafted mails too
2106 Save quote_fmt vars for whole mails,
2107 don't reset at each quote_fmt_init:
2108 allows to use the same |i{var} in
2109 various template fields
2110 * src/prefs_template.c
2112 * src/quote_fmt_parse.y
2115 2006-07-08 [colin] 2.3.1cvs75
2118 Fix highlighting of attached parts URIs
2120 2006-07-08 [colin] 2.3.1cvs74
2123 Prevent bug #981 (sc 2.3.1 segfaults with
2124 gtk+ 2.10) from being reported again:
2125 if Sylpheed-Claws has been compiled against
2126 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0,
2127 of if Sylpheed-Claws has been compiled against
2128 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2131 2006-07-07 [colin] 2.3.1cvs73
2133 * src/prefs_actions.c
2136 2006-07-07 [colin] 2.3.1cvs72
2138 * src/prefs_actions.c
2139 Fix compile on gtk < 2.8. argh :)
2141 2006-07-07 [paul] 2.3.1cvs71
2146 2006-07-07 [colin] 2.3.1cvs70
2150 * src/quote_fmt_lex.l
2151 * src/quote_fmt_parse.y
2152 Add |i{var}, a way to insert user-entered
2157 * 2.4.0-rc3 released
2159 2006-07-07 [colin] 2.3.1cvs69
2162 Don't consider inboxes of UNKNOWN folder
2163 classes to be useable as default inboxes
2165 2006-07-07 [paul] 2.3.1cvs68
2168 add missing #include <errno.h>
2169 Thanks to René J. Blokland
2171 2006-07-07 [paul] 2.3.1cvs67
2174 Return now Closes dialog
2178 add contextual menu to mime parts listed
2181 * src/common/utils.c
2182 reversal: ' is a valid character in URLs
2184 2006-07-06 [colin] 2.3.1cvs66
2186 * src/remotefolder.h
2187 Forgotten in previous commit
2189 2006-07-06 [colin] 2.3.1cvs65
2192 Set summary update flag whenever
2195 * src/prefs_account.c
2196 * src/common/utils.h
2197 * src/etpan/imap-thread.c
2198 Fix warnings, thanks to Fabien and
2201 2006-07-06 [wwp] 2.3.1cvs64
2203 * src/gtk/gtkutils.c
2204 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2206 2006-07-06 [wwp] 2.3.1cvs63
2215 * src/message_search.c
2216 * src/prefs_actions.c
2217 * src/prefs_filtering.c
2218 * src/prefs_filtering.h
2219 * src/prefs_template.c
2220 * src/summary_search.c
2222 * src/gtk/gtkutils.c
2223 * src/gtk/gtkutils.h
2224 * src/gtk/pluginwindow.c
2225 add help buttons to some dialogs. Clicking such buttons opens a
2226 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2228 2006-07-06 [paul] 2.3.1cvs62
2231 fix attachments contextual menu
2234 2006-07-05 [colin] 2.3.1cvs61
2238 Handle sftp:// links
2240 2006-07-05 [paul] 2.3.1cvs60
2243 grab save button by default
2246 2006-07-05 [wwp] 2.3.1cvs59
2249 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2251 2006-07-04 [colin] 2.3.1cvs58
2255 Use left click to select, middle click to open
2257 * src/common/utils.c
2260 2006-07-04 [colin] 2.3.1cvs57
2264 Warning fixes, thanks to Fabien
2266 2006-07-04 [colin] 2.3.1cvs56
2271 Allow parts to be selected via their text label
2274 2006-07-04 [colin] 2.3.1cvs55
2277 Feedback when closing (for big folders)
2278 * src/prefs_actions.c
2279 * src/prefs_filtering.c
2280 * src/prefs_matcher.c
2281 * src/prefs_template.c
2282 Fix default button when closing without
2285 2006-07-04 [colin] 2.3.1cvs54
2288 Delete local file on deletion
2290 2006-07-03 [colin] 2.3.1cvs53
2294 Don't freeze when rescanning after crash
2296 2006-07-03 [wwp] 2.3.1cvs52
2301 * src/plugins/pgpinline/pgpinline.c
2302 * src/plugins/pgpmime/pgpmime.c
2303 don't report an error when the user cancels the passphrase dialog.
2305 2006-07-02 [colin] 2.3.1cvs51
2308 Open message when crossing folders with Space,
2309 goto next unread and friends
2311 2006-07-01 [colin] 2.3.1cvs50
2313 * src/prefs_account.c
2314 Typographic rules varying from language
2315 to language (in french "Protocole :"),
2316 we have to do that :)
2318 2006-07-01 [ticho] 2.3.1cvs49
2320 * src/prefs_account.c
2321 Only use one temporary gchar* variable in
2322 prefs_account_protocol_set_optmenu().
2324 2006-07-01 [ticho] 2.3.1cvs48
2326 * src/prefs_account.c
2327 * src/prefs_account.h
2328 Use GtkLabel for existing account protocol name.
2329 Created an array for protocol names and populate the
2330 combobox from it in a for() cycle.
2332 2006-06-30 [colin] 2.3.1cvs47
2335 Block undo when changing signature (by changing
2338 2006-06-30 [paul] 2.3.1cvs46
2340 * src/send_message.c
2341 when editing From in the Compose window, use that address
2342 in the Return-Path: header
2345 2006-06-30 [colin] 2.3.1cvs45
2348 Fix signature replacement:
2349 - when no newline before separator
2352 2006-06-29 [colin] 2.3.1cvs44
2358 Let 'View/Go to/Next marked' work like
2359 Next new & Next unread: across folders
2360 Change the select_on_entry pref to do
2361 what we want when changing folder
2362 * src/common/utils.c
2363 Fix single-quoted links
2365 2006-06-29 [colin] 2.3.1cvs43
2367 * src/gtk/gtkaspell.c
2368 "Sylpheed" and "Sylpheed-Claws" do exist !
2370 2006-06-29 [colin] 2.3.1cvs42
2373 Forgot to remove debug
2375 2006-06-29 [colin] 2.3.1cvs41
2380 Disconnect from IMAP servers when going
2381 offline. Fixes bug #978 (going to offline-mode
2382 won't close connections)
2384 2006-06-29 [colin] 2.3.1cvs40
2387 Fix transient setting on failing plugins
2389 * src/plugins/pgpcore/sgpgme.c
2390 Only warn for OpenPGP. Most people don't
2393 2006-06-29 [colin] 2.3.1cvs39
2396 Fix Spelling menu (discrepancy between context menu
2397 and top menu when folder's dictionary isn't the
2399 * src/plugins/pgpcore/sgpgme.c
2400 More error reporting about why gpgme can fail
2402 2006-06-29 [wwp] 2.3.1cvs38
2405 honor the display-header-pane setting even when the message view
2406 is a separate window.
2408 2006-06-29 [wwp] 2.3.1cvs37
2410 * src/prefs_actions.c
2411 forgot to commit that one (use of GTK_STOCK_INFO).
2413 2006-06-29 [colin] 2.3.1cvs36
2416 Better handling of login errors (ask the password
2417 again once), alert in case of error. Fix three
2418 signedness warnings.
2420 2006-06-28 [wwp] 2.3.1cvs35
2422 * src/prefs_template.c
2423 * src/prefs_matcher.c
2424 * src/prefs_filtering_action.c
2426 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2427 patch by Fabien Vantard, slightly modified.
2433 2006-06-28 [colin] 2.3.1cvs34
2435 * src/prefs_account.c
2436 Fix bug #977 (Can't add or edit imap accounts)
2438 2006-06-28 [colin] 2.3.1cvs33
2443 2006-06-28 [colin] 2.3.1cvs32
2446 Save named inlined attachments with "Save all"
2449 * src/common/plugin.c
2450 * src/common/plugin.h
2451 * src/common/sylpheed.c
2452 * src/common/utils.c
2453 * src/plugins/pgpcore/sylpheed.def
2454 * src/plugins/pgpinline/sylpheed.def
2455 * src/plugins/pgpmime/sylpheed.def
2456 Win32 compatibility patch, by
2459 2006-06-28 [wwp] 2.3.1cvs31
2462 * src/prefs_folder_item.c
2463 less compilation warnings (thanks to Fabien Vantard), less typos.
2465 2006-06-28 [paul] 2.3.1cvs30
2467 * src/gtk/gtkutils.c
2468 gtk_combo_box_set_focus_on_click() is only
2469 available since gtk 2.6.0
2471 2006-06-28 [paul] 2.3.1cvs29
2473 * src/prefs_ext_prog.c
2474 fix engrish and add a tooltip for the
2475 'command for 'Display as text' option
2481 2006-06-28 [paul] 2.3.1cvs28
2485 include textviewer.pl in releases
2487 2006-06-28 [paul] 2.3.1cvs27
2489 * src/prefs_ext_prog.c
2490 hide Print command option if libgnomeprint
2493 2006-06-27 [colin] 2.3.1cvs26
2496 Fix Esc handling in insert/attach dialog
2497 Don't show this dialog if dragging something
2498 else than text/uri-list
2499 Thanks to Fabien Vantard
2500 * tools/textviewer.pl
2501 Filter script to display stuff as text
2504 2006-06-27 [wwp] 2.3.1cvs25
2507 use the exact product name (message view title), patch
2510 2006-06-27 [ticho] 2.3.1cvs24
2512 * src/prefs_account.c
2513 * src/prefs_common.c
2514 * src/prefs_common.h
2515 * src/prefs_ext_prog.c
2517 Add a preference (Preferences/External programs)
2518 to allow "Display as text" to be done via a script
2519 (patch by H.Merijn Brand).
2520 Use GtkComboBox for protocol selection in account
2522 Only include current choice for existing accounts, and
2523 insensitivize the combobox.
2525 2006-06-27 [paul] 2.3.1cvs23
2528 fix crasher introduced in cvs21.
2531 2006-06-26 [colin] 2.3.1cvs22
2534 Fix double-frees when leaving folders
2535 after exporting to mbox
2537 2006-06-26 [colin] 2.3.1cvs21
2540 More feedback (and optimisation)
2542 * src/common/utils.c
2543 Fix case when looking for mail addresses
2544 * src/gtk/gtkutils.c
2545 Extra check for (X-)Face
2547 2006-06-25 [ticho] 2.3.1cvs20
2551 * src/gtk/gtkutils.c
2552 * src/gtk/gtkutils.h
2553 Added second argument to gtkut_sc_combobox_create() to
2554 control focus-on-click for the widget.
2555 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2557 2006-06-25 [ticho] 2.3.1cvs19
2560 * src/gtk/Makefile.am
2561 * src/gtk/combobox.c
2562 * src/gtk/combobox.h
2563 * src/gtk/gtkutils.c
2564 * src/gtk/gtkutils.h
2565 Use GtkComboBox instead of deprecated GtkOptionMenu
2566 for account selector in compose window and for encoding
2567 selector in attachment properties.
2568 Also factorise working with the new GtkComboBox somewhat.
2570 2006-06-24 [paul] 2.3.1cvs18
2572 * src/prefs_common.c
2573 use the correct default value
2575 2006-06-24 [paul] 2.3.1cvs17
2578 * src/prefs_common.c
2579 * src/prefs_common.h
2580 * src/prefs_compose_writing.c
2581 enable setting of default action when
2582 dnd'ing files in the compose window.
2583 (Collaborative effort with wwp)
2585 2006-06-23 [wwp] 2.3.1cvs16
2588 i18n fix (thanks to Fabien Vantard)
2590 2006-06-22 [colin] 2.3.1cvs15
2592 * src/prefs_customheader.c
2593 Don't use filters in custom headers' file
2594 selector. Remember, extensions mean nothing :)
2596 2006-06-22 [paul] 2.3.1cvs14
2599 allow setting of man directory location
2601 2006-06-22 [colin] 2.3.1cvs13
2604 Add 'View/Go to/Next unread folder'.
2607 2006-06-22 [colin] 2.3.1cvs12
2609 * src/common/utils.c
2610 Add some subject prefixes
2611 Patch by Bjorn T Johansen <btj@havleik.no>
2613 2006-06-22 [colin] 2.3.1cvs11
2615 * manual/advanced.xml
2616 Forgotten hidden pref
2618 2006-06-21 [paul] 2.3.1cvs10
2620 * src/prefs_account.c
2621 complete the removal of 'Add date header' option
2623 2006-06-21 [paul] 2.3.1cvs9
2627 * src/prefs_account.c
2628 * src/prefs_account.h
2629 remove option to add date header - always
2631 * src/etpan/imap-thread.c
2632 fix warnings (Thanks to Colin)
2634 2006-06-21 [wwp] 2.3.1cvs8
2637 set the attachment flag when inline text part are (file)named. This is more convenient
2638 when receiving (for instance) inline source files or patches sent using thunderbird.
2640 2006-06-21 [paul] 2.3.1cvs7
2643 fix off-by-one count of current msg in
2644 statusbar filtering progressbar
2646 2006-06-21 [paul] 2.3.1cvs6
2649 Show attachment icon even if the part is 'inline'
2650 if the following conditions are met:
2651 - content-type != 'text/plain'
2652 - content-type != '*/pgp-signature'
2653 - either 'name' or 'filename' parameter is not NULL
2657 2006-06-21 [paul] 2.3.1cvs5
2660 * src/prefs_common.c
2661 * src/prefs_common.h
2663 add an option to 'Never send Return
2667 2006-06-20 [mones] 2.3.1cvs4
2672 typo fixed (space after comma)
2673 * tools/make.themes.project
2674 remove exec mode from tarball files
2676 2006-06-20 [colin] 2.3.1cvs3
2681 Better fix for \n's in headers (don't
2682 break Received: and others)
2684 2006-06-20 [paul] 2.3.1cvs2
2688 improve legibility of phishing attempt
2691 2006-06-20 [paul] 2.3.1cvs1
2696 Update version number following
2699 2006-06-20 [colin] 2.3.0cvs26
2702 When dragging a file to the text of the compose
2703 window, ask whether we want to insert or attach
2704 (I know lots of people who do that to attach)
2706 2006-06-20 [colin] 2.3.0cvs25
2708 * src/etpan/imap-thread.c
2709 Fix threshold (the append command is often > 32 bytes)
2711 2006-06-19 [colin] 2.3.0cvs24
2714 * src/etpan/imap-thread.c
2715 Workaround Rockliffe IMAP server bug: replace
2716 "x UID SEARCH (ANSWERED UID 1:*)" with
2717 "x UID SEARCH ANSWERED"
2718 (Rockliffe doesn't handle the parenthesis)
2720 2006-06-19 [colin] 2.3.0cvs23
2724 * src/etpan/imap-thread.c
2725 Probably fix bug #972 (Freezes when adding
2726 an attachment to the message)
2728 Modernize Firefox cmd
2731 2006-06-18 [colin] 2.3.0cvs22
2733 * src/prefs_customheader.c
2734 Only allow correct filenames for various
2737 2006-06-18 [colin] 2.3.0cvs21
2739 * src/prefs_customheader.c
2740 Add a 'From File...' button in custom headers prefs, which
2741 try to do the right thing:
2742 for normal headers, use file as plaintext,
2743 for X-Face, calls compface,
2744 for Face, encode to b64.
2746 2006-06-17 [colin] 2.3.0cvs20
2751 2006-06-16 [colin] 2.3.0cvs19
2754 Recursive quicksearch: show message list
2755 in current folder, *then* search children
2758 2006-06-16 [colin] 2.3.0cvs18
2761 Instead of ignoring SIGPIPE, save caches
2762 when getting one. Will fix the fact that
2763 hot caches are out-of-date when logging
2766 * src/prefs_compose_writing.c
2767 Only save text (not attachments) when
2768 auto-saving to drafts
2770 Always replace \n, \r and \t with spaces
2772 * manual/dist/html/Makefile.am
2773 * manual/dist/pdf/Makefile.am
2774 * manual/dist/ps/Makefile.am
2775 * manual/dist/txt/Makefile.am
2776 * manual/fr/dist/html/Makefile.am
2777 * manual/fr/dist/pdf/Makefile.am
2778 * manual/fr/dist/ps/Makefile.am
2779 * manual/fr/dist/txt/Makefile.am
2780 * manual/pl/dist/html/Makefile.am
2781 * manual/pl/dist/pdf/Makefile.am
2782 * manual/pl/dist/ps/Makefile.am
2783 * manual/pl/dist/txt/Makefile.am
2784 Fix make clean removing pregenerated manuals
2787 2006-06-16 [colin] 2.3.0cvs17
2789 * src/plugins/pgpcore/sgpgme.c
2790 * src/plugins/pgpmime/pgpmime.c
2791 * src/plugins/pgpinline/pgpinline.c
2792 Better error reporting in setup_signers.
2793 Don't fallback to default key if specified
2795 Don't allow signing if more than one secret
2796 key matches the one specified in prefs.
2798 2006-06-15 [colin] 2.3.0cvs16
2801 Add "Send queue" in the folder's contextual
2809 * src/plugins/pgpcore/passphrase.c
2810 * src/plugins/pgpcore/sgpgme.c
2811 * src/plugins/pgpinline/pgpinline.c
2812 * src/plugins/pgpmime/pgpmime.c
2813 Better error reporting
2815 Probably fix bug #971 (2.2.3 cannot read mail
2819 2006-06-15 [mones] 2.3.0cvs15
2821 * tools/make.themes.project
2822 creates the themes project from the web page
2824 2006-06-15 [colin] 2.3.0cvs14
2827 Better fix (avoid losing the folder if scan_tree
2830 2006-06-15 [cleroy] 2.3.0cvs13
2833 Probably fix Bug #969 (crash on rebuilding
2836 2006-06-14 [colin] 2.3.0cvs12
2838 * manual/dtd/manual.xsl
2839 * manual/sylpheed-claws-manual.xml
2840 * manual/fr/sylpheed-claws-manual.xml
2841 * manual/pl/sylpheed-claws-manual.xml
2842 Insert pagebreaks between sections
2844 2006-06-14 [paul] 2.3.0cvs11
2847 better fix than 2.3.0cvs10
2849 2006-06-14 [paul] 2.3.0cvs10
2852 fix setting of PACKAGE_DATA_DIR with newer autoconf
2853 (backwards compatible)
2855 2006-06-13 [colin] 2.3.0cvs9
2858 Fix sending of return receipt with the new queue folders
2860 2006-06-13 [wwp] 2.3.0cvs8
2862 * src/quote_fmt_lex.l
2863 fix wrong tokens returned in quote_fmt lexer, query not().
2865 2006-06-13 [wwp] 2.3.0cvs7
2868 * src/prefs_folder_item.c
2869 allow changing folder type even when folder is not a top-level one,
2872 2006-06-12 [colin] 2.3.0cvs6
2875 Fix double-ask of "Do you want to mark all
2878 2006-06-12 [colin] 2.3.0cvs5
2889 * src/prefs_folder_item.c
2894 * src/send_message.c
2897 Apply bug #964's patch (Queue and drafts aren't normal)
2898 The Drafts and Queue folder now contain RFC-822 files,
2899 allowing to move and copy mails from and to these
2900 folders. Moving from Drafts to Queue will prepare the
2901 mail for sending (PGP signature, encryption, etc).
2902 This patch also rework sending errors handling to try
2904 Also, allow redefining folder types via the GUI
2905 (Folder type in its Properties)
2907 2006-06-12 [colin] 2.3.0cvs4
2910 * src/prefs_common.c
2911 * src/prefs_common.h
2913 Allow to define a specific print font - patch
2914 by Bernhard Walle <bernhard.walle@gmx.de>
2916 * manual/advanced.xml
2917 * manual/fr/advanced.xml
2918 Add a hidden pref to allow deletion without
2921 2006-06-12 [wwp] 2.3.0cvs3
2924 more files to ignore.
2926 2006-06-12 [wwp] 2.3.0cvs2
2929 * src/quote_fmt_lex.l
2930 * src/quote_fmt_parse.y
2931 extend the quote_fmt parser (templates and quotes):
2932 - allow limited sub-expressions in |p{} and |f{} expressions,
2933 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
2934 - implemented/fixed missing implementation of query_references and show_references,
2935 - completed, fixed contents and format of the symbols help dialog,
2936 - fix some compilation warnings.
2938 2006-06-12 [wwp] 2.3.0cvs1
2940 * manual/advanced.xml
2941 * manual/fr/advanced.xml
2942 updates in the "templates" section of the manual (eng/fr):
2943 - be more precise (both versions)
2944 - completed to match the english reference (fr version)
2945 - touchups (both versions)
2947 2006-06-12 [paul] 2.3.0
2951 2006-06-12 [paul] 2.2.3cvs14
2962 updated by Miquel Oliete, Tim, Stephan Sachse,
2963 Stavros Giannouris, Fabien Vantard, Andrea
2964 Spadaccini, Frederico Goncalves Guimaraes,
2965 Aleksandar Urosevic, and Ralgh Young
2967 2006-06-12 [colin] 2.2.3cvs13
2972 2006-06-11 [colin] 2.2.3cvs12
2975 Verify that g_malloc() succeeded
2977 2006-06-11 [colin] 2.2.3cvs11
2980 Add Face header to welcome mail
2982 2006-06-10 [colin] 2.2.3cvs10
2985 Revert previous (Forgot it changes the
2986 margin on the whole mail)
2988 2006-06-10 [colin] 2.2.3cvs9
2991 Don't overlap long headers under (X-)Face
2993 2006-06-10 [mones] 2.2.3cvs8
2996 allow generation of manual on systems lacking saxon binary
2997 but with java and the saxon library installed
3002 2006-06-09 [colin] 2.2.3cvs7
3005 Fix leak when using Display Sender using Addressbook
3007 2006-06-09 [colin] 2.2.3cvs6
3016 2006-06-09 [paul] 2.2.3cvs5
3020 * tools/claws.i18n.status.pl
3021 updated with new info
3023 2006-06-09 [paul] 2.2.3cvs4
3028 add wwp to authors list
3030 update mine and Colin's addresses
3032 2006-06-08 [colin] 2.2.3cvs3
3034 * src/etpan/imap-thread.c
3035 Fix leak on SSL cert check
3037 2006-06-08 [colin] 2.2.3cvs2
3039 * src/common/utils.c
3042 2006-06-08 [paul] 2.2.3cvs1
3045 Update version number following
3048 2006-06-07 [colin] 2.2.2cvs3
3051 Fix catching cache read errors (guint instead of gint)
3052 Prevent malloc'ing more than 8MB (means cache corruption)
3054 2006-06-07 [paul] 2.2.2cvs2
3061 * src/common/utils.c
3062 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3064 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3067 2006-06-06 [paul] 2.2.2cvs1
3070 Update version number following
3073 2006-06-06 [paul] 2.2.1cvs6
3076 fix implicit declaration of
3078 Patch by Fabien Vantard
3080 2006-06-06 [paul] 2.2.1cvs5
3083 fix age_greater and age_lower so that they
3084 mean what say and not '...or equal to'
3087 2006-06-06 [paul] 2.2.1cvs4
3090 * src/common/utils.c
3094 2006-06-05 [wwp] 2.2.1cvs3
3096 * manual/fr/account.xml
3097 minor language fixes (thanks to Fabien Vantard).
3099 2006-06-05 [colin] 2.2.1cvs2
3101 * src/prefs_folder_item.c
3103 Allow recursive setting of properties
3106 Don't freeze on 'test' filtering rule
3108 2006-06-05 [colin] 2.2.1cvs1
3111 Update version number following
3114 2006-06-04 [wwp] 2.2.0cvs82
3116 * manual/glossary.xml
3117 * manual/account.xml
3118 * manual/fr/glossary.xml
3119 * manual/fr/account.xml
3120 added glossary section and references/links related to the Face custom header.
3122 2006-06-04 [colin] 2.2.0cvs81
3125 Skip to next message on move with no
3128 2006-06-04 [wwp] 2.2.0cvs80
3131 added sanity checks, exit when needed.
3133 2006-06-03 [paul] 2.2.0cvs79
3135 * src/prefs_receive.c
3136 page name is now 'Receiving'
3138 page name is now 'Sending'
3140 2006-06-03 [colin] 2.2.0cvs78
3142 * src/plugins/spamassassin/spamassassin_gtk.c
3143 Autoswitch to Localhost if transport was previously
3144 disabled. Else people had to check [] Enable, then
3145 *reselect* transport.
3147 2006-06-03 [colin] 2.2.0cvs77
3149 * src/plugins/pgpinline/pgpinline.c
3150 * src/plugins/pgpmime/pgpmime.c
3151 Check that gpg_data_release_and_get_mem
3152 didn't fail (now, why this happens...)
3154 2006-06-03 [colin] 2.2.0cvs76
3157 Fix bug #962 (Manual and/or UI should
3158 warn about incompatible locking
3161 2006-06-02 [cleroy] 2.2.0cvs75
3169 2006-06-02 [colin] 2.2.0cvs74
3172 On exit, free caches after writing them
3173 Shuts up some valgrind false positives
3175 * src/send_message.c
3176 Fix races when reusing existing SMTP connections
3177 Fix inexistant session timeout
3179 Display alertpanel after all queues have
3180 been processed, not after each
3182 2006-06-02 [wwp] 2.2.0cvs73
3184 * manual/fr/glossary.xml
3187 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3189 2006-06-02 [wwp] 2.2.0cvs72
3192 * manual/dist/pdf/Makefile.am
3193 * manual/dtd/manual.xsl
3194 * manual/fr/dist/pdf/Makefile.am
3195 * manual/pl/dist/pdf/Makefile.am
3196 we changed the procedure to generate the .pdf version of the manual.
3197 The procedure is more modern and the .pdf we get now has a valid index.
3198 Here are the new pre-requisites:
3200 - JRE 1.x (1.4 here): there must be one from your distro
3201 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3202 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3203 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3205 See my posts for further info about the installation of this toolchain:
3207 Date: Fri, 19 May 2006 19:40:06 +0200
3208 From: wwp <subscript@free.fr>
3209 To: sylpheed-claws-devel@lists.sourceforge.net
3210 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3214 Date: Wed, 24 May 2006 12:58:49 +0200
3215 From: wwp <subscript@free.fr>
3216 To: sylpheed-claws-devel@lists.sourceforge.net
3217 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3219 2006-06-01 [colin] 2.2.0cvs71
3222 Better guards against IMAP races
3224 * src/prefs_common.c
3225 * src/prefs_common.h
3226 * src/common/ssl_certificate.c
3227 * src/etpan/imap-thread.c
3228 * src/etpan/imap-thread.h
3229 * src/gtk/sslcertwindow.c
3230 New hidden option ssl_skip_cert_check to
3231 avoid dups of bug #959 (libetpan linked
3232 against gnutls and gnutls buggy on 64bit)
3233 Present expired warning only once per
3235 * manual/advanced.xml
3236 * manual/fr/advanced.xml
3239 2006-06-01 [wwp] 2.2.0cvs70
3242 fix for bug #961 (return receipt dialog
3243 complains incorrectly about return-path
3244 email adress being different), thanks
3247 2006-05-31 [cleroy] 2.2.0cvs69
3250 Guard against NULLs, although this
3251 should never be an issue
3253 2006-05-31 [colin] 2.2.0cvs68
3258 Don't remove caches when destroying folder, it
3259 could (should) be done at exit
3261 free processing cache after incorporation
3262 * src/etpan/imap-thread.c
3263 Maybe fix bug #959 (Crash on moving to emails
3264 to a imap account per ssl with a expired
3267 2006-05-30 [colin] 2.2.0cvs67
3270 Put back event flush when displaying message
3271 It avoids reading a bunch of messages just
3272 by hitting shift-n for too long ;)
3274 2006-05-29 [colin] 2.2.0cvs66
3277 Remove useless g_warnings
3279 2006-05-29 [colin] 2.2.0cvs65
3282 Fix g_slist_append()s for performance
3284 2006-05-29 [colin] 2.2.0cvs64
3287 * src/common/utils.c
3288 Fix extraneous tab at start of addresses
3290 Fix warnings (thanks to Fabien)
3291 Fix crash at exit when composing messages
3294 Fix progress bar when deleting expired mails
3297 * src/gtk/gtksctree.c
3298 Fix re-sorting slowness
3300 2006-05-29 [paul] 2.2.0cvs63
3303 fetch full message when moving mails
3304 from another mailbox, (fixed data loss
3305 when filtering from IMAP to MH, introduced
3309 2006-05-29 [mones] 2.2.0cvs62
3311 * src/gtk/gtksctree.c
3312 Unselect faster (patch by Colin)
3314 2006-05-26 [colin] 2.2.0cvs61
3317 Unplug MSGINFO_UPDATE callback on delete too.
3319 2006-05-26 [colin] 2.2.0cvs60
3322 Fix bold in folder selection window with glib2.10
3325 2006-05-26 [colin] 2.2.0cvs59
3328 Convert date only if necessary (and don't
3329 try to convert from utf8 to utf8, too)
3331 Only set column's text if the column's
3334 2006-05-26 [colin] 2.2.0cvs58
3337 * src/gtk/gtkutils.c
3340 2006-05-26 [colin] 2.2.0cvs57
3343 Make summaryview selectable as long as
3344 no message has focus
3346 Faster deletion (by implementing mh_remove_msgs)
3347 Faster copy (avoid using mh_fetch_msg just to get
3349 Faster move (using move_file instead of copy_file
3351 No progressbar if total number of mails to cp/mv
3354 Fix removal from subject_table when mail gets moved
3355 Faster deletion (g_slist_prepend instead of append)
3356 * src/gtk/gtksctree.c
3359 2006-05-25 [colin] 2.2.0cvs56
3361 * src/common/ssl_certificate.c
3362 Fix leak in expired cert check
3364 2006-05-25 [colin] 2.2.0cvs55
3367 Disable flags syncing on .mh_sequences - it
3368 is buggy and marks mails read under unknown
3373 * 2.3.0-rc4 released
3375 2006-05-24 [colin] 2.2.0cvs54
3377 attention cvs users: if you manage to crash
3378 Sylpheed-Claws while moving, copying or deleting
3379 mails, we *are* interested in stack traces and
3380 valgrind logs. It looks stable, but one never
3384 Add progressbar for cache updates
3386 Optimize Mark all read in the current
3389 Add progressbar for copy/move
3391 Optimize O(n^2) in copy/move
3393 * src/gtk/gtksctree.c
3394 Optimize O(n^2) algos
3395 * src/common/timing.h
3396 Display ms instead of us
3398 2006-05-24 [wwp] 2.2.0cvs53
3400 * manual/fr/advanced.xml
3401 updates to the French manual.
3403 2006-05-24 [wwp] 2.2.0cvs52
3405 * src/common/utils.c
3406 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3408 2006-05-24 [wwp] 2.2.0cvs51
3411 fixed "mark all read" in MH folders (thanks to Colin).
3413 2006-05-24 [paul] 2.2.0cvs50
3415 * doc/man/sylpheed-claws.1
3416 updated the man page
3418 2006-05-23 [colin] 2.2.0cvs49
3426 * src/send_message.c
3428 * src/gtk/sslcertwindow.c
3429 alertpanel fixes, by Fabien
3431 2006-05-23 [colin] 2.2.0cvs48
3437 * src/gtk/gtksctree.c
3438 * src/gtk/gtksctree.h
3440 Fix slow loading problem, which was caused by the
3441 use of some gtk_ctree funcs and their use of
3442 g_list_position while gtk_ctree_(un)link'ing.
3443 Reap more functions from gtkctree.c to be sure we
3444 use our (fast) version instead of theirs.
3446 Fix copy of unread mails
3449 2006-05-22 [wwp] 2.2.0cvs47
3451 * manual/fr/advanced.xml
3454 2006-05-22 [colin] 2.2.0cvs46
3457 Fix possible infinite loop. 'copy' is not a
3458 final action, so when encountering a 'copy',
3459 we have to check if a previous one was set
3460 and do it. In the same way, if we encounter
3461 a 'move' we have to perform a possibly
3462 pending 'copy'. This will slow down filtering
3463 on IMAP if move+copy or multiple copy actions
3464 are to be done, but handling it via the batch
3465 would be really too convoluted.
3467 2006-05-22 [wwp] 2.2.0cvs45
3469 * manual/fr/advanced.xml
3471 * manual/fr/glossary.xml
3472 * manual/fr/handling.xml
3473 * manual/fr/intro.xml
3474 * manual/fr/plugins.xml
3475 * manual/fr/sylpheed-claws-manual.xml
3476 sync w/ the english manual: updates URIs, documented mailing-list
3477 support, better explanation about the enabled/disabled feature
3478 in filtering/processing rules by Paul.
3480 2006-05-21 [colin] 2.2.0cvs44
3483 Don't expand after building threads, but during
3485 2006-05-21 [colin] 2.2.0cvs43
3489 More timing possibilities... For next time I have
3490 to find out how the hell some 3GHz computer takes
3491 one minute to open a 30k folder...
3493 2006-05-21 [colin] 2.2.0cvs42
3495 * manual/pl/advanced.xml
3497 * manual/pl/glossary.xml
3498 * manual/pl/handling.xml
3499 * manual/pl/intro.xml
3500 * manual/pl/plugins.xml
3501 * manual/pl/sylpheed-claws-manual.xml
3502 Polish manual updated by Pawel
3506 * 2.3.0-rc3 released
3508 2006-05-20 [colin] 2.2.0cvs41
3512 - remove cache of moved messages from original folder
3513 - apply new flags to messages even if they aren't appliable
3518 * 2.3.0-rc2 released
3520 2006-05-19 [colin] 2.2.0cvs40
3523 Don't issue SELECT in imap_change_flags
3524 before having checked that we indeed have
3525 some flags to change. MSG_POSTFILTERED for
3526 example can't be used on IMAP.
3527 Fixes bug #955 (copying messages between
3528 imap folders is extremely slow), which was
3531 2006-05-19 [colin] 2.2.0cvs39
3536 Try to fix bug #830 (Some unread messages
3537 get marked read in IMAP inbox):
3538 - Prevent scanning a folder if it's being
3540 - Postpone opening via the GUI of a folder
3544 2006-05-19 [wwp] 2.2.0cvs38
3546 * manual/advanced.xml
3547 fix English+typo (thanks to Paul).
3549 2006-05-19 [wwp] 2.2.0cvs37
3551 * manual/advanced.xml
3552 * manual/fr/advanced.xml
3553 * src/gtk/logwindow.c
3554 * src/prefs_common.c
3555 * src/prefs_common.h
3556 added hidden prefs to allow customization of colors used in
3557 protocol log window (useful for dark gtk+ themes).
3559 2006-05-19 [wwp] 2.2.0cvs36
3562 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3564 2006-05-19 [paul] 2.2.0cvs35
3567 make Reply-To fully clickable
3568 * src/gtk/logwindow.c
3569 more colouring (SMTP ESMTP)
3570 Both patches by Pawel Pekala
3572 2006-05-19 [cleroy] 2.2.0cvs34
3575 Don't update flags from current folder
3576 Probably fixes bug #935 (Read Messages
3577 Revert to Being Marked as Unread)
3579 2006-05-18 [colin] 2.2.0cvs33
3587 Allow replying to multiple emails
3590 * src/etpan/imap-thread.c
3593 2006-05-18 [paul] 2.2.0cvs32
3596 keep Mailing-List menu refreshed
3599 2006-05-18 [paul] 2.2.0cvs31
3601 * manual/advanced.xml
3603 * manual/glossary.xml
3604 * manual/handling.xml
3606 * manual/plugins.xml
3607 * manual/sylpheed-claws-manual.xml
3609 add info about mailing-list support
3614 * src/plugins/dillo_viewer/README
3617 2006-05-17 [wwp] 2.2.0cvs30
3619 * manual/handling.xml
3620 * manual/fr/handling.xml
3621 documented the ability to enabled/disable filtering/processing rules.
3623 2006-05-17 [colin] 2.2.0cvs29
3626 Don't initialize g_thread subsystem if it's
3627 already done (thanks to Hiro)
3629 Fix saving of parts when there name can't be
3630 converted from UTF-8.
3632 2006-05-17 [paul] 2.2.0cvs28
3635 fix config.status warning with autoconf 2.60
3637 2006-05-17 [paul] 2.2.0cvs27
3642 2006-05-17 [wwp] 2.2.0cvs26
3645 fix useless and potentially dangerous buffer walking (thanks to Colin).
3647 2006-05-17 [wwp] 2.2.0cvs25
3649 * src/plugins/demo/demo.c
3650 updated product name in plugin demo (many plugins need to be
3651 sync'ed w/ that change).
3653 2006-05-17 [colin] 2.2.0cvs24
3658 2006-05-16 [colin] 2.2.0cvs23
3661 Stupid me hit again. Fix cvs22.
3663 2006-05-16 [colin] 2.2.0cvs22
3666 Fix bug #922 (sylpheed-claws crashed after
3667 pushing on Inbox folder)
3669 2006-05-16 [colin] 2.2.0cvs21
3672 Make From header be copy/paste/select-able
3674 2006-05-16 [wwp] 2.2.0cvs20
3679 * src/etpan/imap-thread.c
3680 fix some compiler warnings (thanks to Colin).
3682 2006-05-16 [wwp] 2.2.0cvs19
3690 * src/send_message.c
3692 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
3694 2006-05-15 [colin] 2.2.0cvs18
3697 Fix automatic rule creation with List-Post
3699 2006-05-15 [paul] 2.2.0cvs17
3701 * tools/filter_conv_new.pl
3702 updated for rule enabling/disabling
3703 claws version >= 2.3.x required
3705 2006-05-15 [cleroy] 2.2.0cvs16
3710 2006-05-15 [cleroy] 2.2.0cvs15
3715 2006-05-15 [wwp] 2.2.0cvs14
3717 * manual/pl/.cvsignore
3718 ignore generated files.
3720 2006-05-14 [wwp] 2.3.0-rc1
3722 * 2.3.0-rc1 released
3724 2006-05-13 [wwp] 2.2.0cvs13
3729 * src/matcher_parser_lex.l
3730 * src/matcher_parser_parse.y
3731 * src/prefs_filtering.c
3732 new feature: provide the ability to disable filtering and processing
3733 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
3736 2006-05-13 [colin] 2.2.0cvs12
3739 Remove useless if (a) b; else b;
3742 2006-05-13 [wwp] 2.2.0cvs11
3750 no more silent failures (or at least less ones) when importing
3751 or exporting from/to mbox. Also start importing/exporting if
3752 the necessary info is set.
3754 2006-05-13 [wwp] 2.2.0cvs10
3757 restored up-to-date release notes.
3759 2006-05-13 [paul] 2.2.0cvs9
3763 updated by Tim Dijkstra and Pavlo Bohmat
3765 2006-05-12 [colin] 2.2.0cvs8
3767 * src/gtk/quicksearch.c
3768 Add "k" as shortcut for "colorlabel". Patch
3769 by ath42@users.sf.net.
3771 2006-05-12 [paul] 2.2.0cvs7
3773 * src/prefs_common.h
3774 * src/prefs_summaries.c
3776 when entering a folder also allow
3777 going directly to first Marked message
3779 2006-05-12 [paul] 2.2.0cvs6
3782 always obey 'confirm before marking all
3785 2006-05-12 [paul] 2.2.0cvs5