1 2006-03-18 [colin] 2.0.0cvs153
4 Make sure we hide the preview if we didn't get
7 2006-03-18 [colin] 2.0.0cvs152
10 Set cursor to watch for execution (fixes lack
11 of watch-cursor when dnd'ing hundreds of mails)
13 Check that mime type is 'image/*' before updating
14 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
16 2006-03-18 [colin] 2.0.0cvs151
21 Put a watch cursor in textview too when the mainwindow's
24 2006-03-18 [colin] 2.0.0cvs150
27 Change wrong asserts to simple tests
29 2006-03-17 [colin] 2.0.0cvs149
33 * src/prefs_msg_colors.c
36 * src/gtk/colorlabel.c
37 * src/gtk/colorlabel.h
38 Add a color label menu in the main menubar
39 Add (fixed) accels Ctrl-{0-7} to change the color
40 They have to be fixed because the menu's dynamic,
41 the items are complex widgets, hence we can't use
45 2006-03-17 [wwp] 2.0.0cvs148
48 rollback few lines from my previous commit (those lines come from
49 a pending patch, accidentally commited, even if neutral as they are
52 2006-03-17 [wwp] 2.0.0cvs147
55 fix a compilation warning (wrong return type, introduced w/ cvs143), and
56 applied code style/indentation to the modified function.
58 2006-03-17 [wwp] 2.0.0cvs146
62 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
68 2006-03-17 [paul] 2.0.0cvs145
71 addressbook_read_file() was called twice
75 2006-03-16 [colin] 2.0.0cvs144
79 And the last one, in source window.
81 2006-03-16 [colin] 2.0.0cvs143
85 Fix the same stuff in compose
87 2006-03-16 [colin] 2.0.0cvs142
90 Complete the previous messageview crash fix
92 2006-03-16 [colin] 2.0.0cvs141
97 Fix POSTPROCESSING hook
98 Patch by H. Merijn Brand
102 Parse Content-Location
107 Don't crash when a top-level MessageView has
108 been closed on us. Same problematic than
109 yesterday's quicksearch issue.
111 2006-03-15 [colin] 2.0.0cvs140
113 * src/gtk/quicksearch.c
114 Fix a bitchy race we didn't think about when we
115 added quicksearch cancellation:
116 If the search is not on cached fields, for example
117 body_part matchcase "stuff"
118 the matcher code has to get the whole message. If
119 we're on IMAP, that can be slow, and in order to
120 be non-blocking, the IMAP code idle loop processes
121 gtk events too. So it is possible to cancel a
122 quicksearch while the matcher is getting the mail's
123 body. After matcher got its body, it will start to
124 iterate over the matcher list that the Quicksearch's
125 clear_search_cb() just freed via prepare_matcher().
127 The fix consists of guarding the matcherlist_match()
128 call with a boolean 'matching'. If we reset the
129 quicksearch while matching is TRUE, we don't free
130 the matcherlist anymore like we did, but we set
131 another new flag, deferred_free, to TRUE. Then,
132 in quicksearch_match(), just after returning from
133 matcherlist_match() and unsetting the matching flag,
134 we check the deferred_free flag and do the
135 prepare_matcher() (which does the matcherlist_free)
136 for real, so we free the matcherlist once it's not
138 As all of this runs via the glib main loop, we
139 luckily don't need a mutex.
141 Also, show progress while searching.
144 2006-03-14 [colin] 2.0.0cvs139
147 Make alertpanel_is_open non-static
149 2006-03-14 [colin] 2.0.0cvs138
151 * src/prefs_spelling.c
152 Cleanups - Fabien Vantard
154 2006-03-14 [wwp] 2.0.0cvs137
157 code style normalization (curly braces, indentation).
159 2006-03-14 [wwp] 2.0.0cvs137
162 code style (braces, indentation)
164 2006-03-12 [paul] 2.0.0cvs136
167 trans_hdr defaults to FALSE to be RFC-savvy
168 * src/prefs_summaries.c
169 add a tooltip to the trans_hdr option
172 2006-03-12 [paul] 2.0.0cvs135
174 * src/prefs_matcher.c
175 give a little more width to the combos
176 * src/prefs_display_header.c
178 translate headers if prefs_common.trans_hdr
181 Patches by Pawel Pekala
183 2006-03-12 [paul] 2.0.0cvs134
185 * src/plugins/clamav/clamav_plugin.c
186 * src/plugins/dillo_viewer/dillo_viewer.c
187 * src/plugins/pgpcore/plugin.c
188 * src/plugins/pgpinline/plugin.c
189 * src/plugins/pgpmime/plugin.c
190 * src/plugins/spamassassin/spamassassin.c
191 update/add to descriptions
192 * src/plugins/spamassassin/spamassassin_gtk.c
193 fixes to the english, remove superfluous
194 tooltips, clean up a little
196 2006-03-12 [paul] 2.0.0cvs133
199 fix Bug 924, 'Account combo box shows up wrong
200 if & is in account name'
202 2006-03-11 [colin] 2.0.0cvs132
205 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
206 messed up shift-selection because is slows down
207 moving around summaryview. thanks -users
209 2006-03-10 [colin] 2.0.0cvs131
211 * src/plugins/spamassassin/spamassassin_gtk.c
212 Put back Paul's engrish fixes
214 2006-03-10 [colin] 2.0.0cvs130
216 * src/plugins/spamassassin/spamassassin.c
217 * src/plugins/spamassassin/spamassassin.h
218 * src/plugins/spamassassin/spamassassin_gtk.c
219 Cleanup SA prefs page (more)
220 Patch by Fabien Vantard
222 2006-03-10 [paul] 2.0.0cvs129
224 * src/prefs_msg_colors.c
225 * src/prefs_spelling.c
228 2006-03-09 [mones] 2.0.0cvs128
233 2006-03-09 [wwp] 2.0.0cvs127
236 revert accidental commit (requirement for libetpan 0.43), this time
239 2006-03-09 [wwp] 2.0.0cvs125
242 revert accidental commit (requirement for libetpan 0.43)
244 2006-03-09 [paul] 2.0.0cvs126
246 * src/prefs_receive.c
248 replace 'incorporation' with 'receiving'
249 * src/plugins/clamav/clamav_plugin_gtk.c
250 * src/plugins/spamassassin/spamassassin_gtk.c
251 improve widget sensitivity
252 fix a bit his engrish
254 2006-03-09 [wwp] 2.0.0cvs125
260 remember some more windows' sizes (add to addressbook and
263 2006-03-09 [paul] 2.0.0cvs124
265 * src/plugins/pgpcore/prefs_gpg.c
266 normalise construction of dialogue
268 2006-03-09 [paul] 2.0.0cvs123
270 * src/plugins/trayicon/Makefile.am
273 2006-03-08 [colin] 2.0.0cvs122
275 * src/plugins/trayicon/Makefile.am
276 Fix build in separate dir
277 Patch by Bamanzi <bamanzi@gmail.com>
279 2006-03-08 [colin] 2.0.0cvs121
282 Batch move and copies from summaryview with delayed execution
285 2006-03-07 [paul] 2.0.0cvs120
288 fix highlighting of URIs containing "()"
289 Patch by Pawel Pekala
291 2006-03-07 [paul] 2.0.0cvs119
296 immediately do alphabetical resort when
297 changing a folder's name
298 Patch by Pawel Pekala
300 2006-03-07 [paul] 2.0.0cvs118
304 when unsubscribing a newsgroup, remove the
305 folder and msgs in .sylpheed-claws/newscache
306 Patch by Pawel Pekala <c0rn@gazeta.pl>
308 2006-03-07 [paul] 2.0.0cvs117
311 fix wrong Fake URL Warning
314 2006-03-07 [colin] 2.0.0cvs116
317 Return immediately when password dialog was
319 * src/gtk/inputdialog.c
320 Allow empty strings for passwords
323 2006-03-06 [colin] 2.0.0cvs115
326 Prevent double-timeouts when connection fails
332 2006-03-06 [colin] 2.0.0cvs114
335 Refresh session during potentially long
338 2006-03-06 [wwp] 2.0.0cvs113
340 * src/prefs_msg_colors.h
341 forgot that one (custom color labels).
343 2006-03-06 [wwp] 2.0.0cvs112
347 * src/prefs_msg_colors.c
350 * src/gtk/colorlabel.c
351 * src/gtk/colorlabel.h
352 colors in messages list are now customizable. Color values and names can
353 be changed in "Configuration/Preferences/Display/Colors/Color labels".
354 Thanks to Paul and Colin for their help with this longstanding patch!
356 2006-03-06 [wwp] 2.0.0cvs111
359 don't crash if (x)face is bad.
361 2006-03-05 [paul] 2.0.0cvs110
366 * src/common/Makefile.am
368 * src/etpan/imap-thread.c
370 * src/plugins/clamav/Makefile.am
371 * src/plugins/demo/Makefile.am
372 * src/plugins/dillo_viewer/Makefile.am
373 * src/plugins/pgpcore/Makefile.am
374 * src/plugins/pgpcore/passphrase.c
375 * src/plugins/pgpinline/Makefile.am
376 * src/plugins/pgpmime/Makefile.am
377 * src/plugins/spamassassin/Makefile.am
378 * src/plugins/trayicon/Makefile.am
379 fix builiding on cygwin
380 Patch by Ralgh Young <bamanzi@gmail.com>
382 2006-03-04 [wwp] 2.0.0cvs109
384 * manual/keyboard.xml
385 fix mixed up/down keys.
387 2006-03-04 [wwp] 2.0.0cvs108
391 updated links to SpamAssassin.
393 2006-03-04 [wwp] 2.0.0cvs107
396 * src/plugins/spamassassin/README
397 updated SpamAssassin plugin docs to reflect new functional additions
398 (also fix/update/documents few technical stuff more, see the README).
400 2006-03-04 [wwp] 2.0.0cvs106
402 * src/prefs_message.c
403 normalized capitalization of message-prefs paths.
405 2006-03-04 [wwp] 2.0.0cvs105
407 * manual/advanced.xml
410 2006-03-03 [colin] 2.0.0cvs104
412 * src/plugins/clamav/clamav_plugin_gtk.c
413 Rework prefs page, patch by Fabien
415 2006-03-03 [colin] 2.0.0cvs103
417 * src/plugins/clamav/clamav_plugin.c
418 Set error on all errors
420 2006-03-03 [colin] 2.0.0cvs102
422 * src/common/plugin.c
423 Initialize error to avoid crashing when a plugin fails
424 without setting error
426 2006-03-02 [wwp] 2.0.0cvs101
429 fixed linker flags for libetpan support on Cygwin
430 (thanks to H.Merijn Brand).
432 2006-03-02 [wwp] 2.0.0cvs100
435 fix some AB error messages: one for punctuation and
436 one wrongly duplicate (thanks, maxbritov).
438 2006-03-02 [wwp] 2.0.0cvs99
440 * src/plugins/spamassassin/spamassassin.c
441 make sync calls to sa-learn/spamc to prevent
442 system (whatever local or client/server) overload.
444 2006-03-02 [colin] 2.0.0cvs98
447 Put the spam icon in the status column instead of the
450 2006-03-01 [colin] 2.0.0cvs97
452 * src/plugins/spamassassin/spamassassin.c
453 Fix segfault (g_file_set_contents fails for some
454 reason and err==0x2f. Can't find out why with
455 valgrind, using working function :-)
457 2006-03-01 [colin] 2.0.0cvs96
460 Offline overriding: let 'No' be cached only 3 seconds
462 2006-03-01 [colin] 2.0.0cvs95
468 * src/folder_item_prefs.c
477 * src/prefs_msg_colors.c
484 * src/simple-gettext.c
490 * src/common/ssl_certificate.c
493 * src/gtk/gtksctree.c
494 * src/gtk/gtkshruler.c
495 * src/plugins/trayicon/trayicon.c
496 #if 0 goes to /dev/null
498 2006-03-01 [colin] 2.0.0cvs94
506 * src/plugins/spamassassin/spamassassin.c
507 Allow to add information in the "working offline"
510 2006-03-01 [wwp] 2.0.0cvs93
512 * src/plugins/spamassassin/spamassassin.c
513 fixed spamc invocation: use a tricky temporary mini shell wrapper
514 'cause it seems that calling `spamc ... < inputfile` with
515 g_spawn_(a)sync simply.. erm doesn't work :-).
517 2006-03-01 [wwp] 2.0.0cvs92
521 simplify the adding of spam/ham button to the messageview toolbar
522 (it gets more clear now that the same button will be "Mark as spam"
523 or "Mark as ham" according to the current message status,
526 2006-03-01 [wwp] 2.0.0cvs91
532 * src/plugins/spamassassin/spamassassin.c
533 * src/plugins/spamassassin/spamassassin.h
534 make learner callbacks return a status (0 for ok),
535 handle it in main code to avoid setting flags when learning failed,
536 don't learn on TCP if offline in spamassassin,
541 2006-03-01 [wwp] 2.0.0cvs90
544 some work around the compose window's account menu,
545 patch by Fabien Vantard.
547 2006-03-01 [wwp] 2.0.0cvs89
549 * src/plugins/spamassassin/spamassassin.c
550 fixed bad logics, was using spamc in local mode and sa-learn
551 in remote mode (thanks, Colin).
553 2006-03-01 [wwp] 2.0.0cvs88
555 * src/plugins/spamassassin/spamassassin.c
556 * src/plugins/spamassassin/spamassassin.h
557 * src/plugins/spamassassin/spamassassin_gtk.c
558 made processing of emails w/ sa-plugin an option (default is TRUE),
559 fixed Engrish some tooltips, capitalization of some debug messages
560 and warnings. The spamassassin plugin now provides two separate
561 services: process emails upon incorporation and spamd training.
562 Both services (un)register independently but use some common
563 plugin settings (transport settings, spam storage location).
565 2006-02-28 [wwp] 2.0.0cvs87
567 * src/plugins/spamassassin/spamassassin.c
568 fix async flag to spamc cmdline execution (batch exec should
571 2006-02-27 [wwp] 2.0.0cvs86
573 * src/plugins/spamassassin/spamassassin.c
574 * src/plugins/spamassassin/spamassassin.h
575 * src/plugins/spamassassin/spamassassin_gtk.c
576 - added the ability to learn a remote spamassassin server (spamd),
578 - added the spamassassin option 'username', that applies to all
579 spamassassin operations (filtering, learning, local or remote).
580 The default username is the current unix user (if left blank
581 from gtk prefs or config file).
582 - commented out some unused code (notebook widget), removed unused
584 - make more widgets sensitive to the transport type.
586 2006-02-27 [colin] 2.0.0cvs85
588 * src/plugins/spamassassin/spamassassin.c
589 Fix sa-learn call when offline
591 2006-02-27 [colin] 2.0.0cvs84
599 * src/prefs_toolbar.c
606 * src/pixmaps/ham_btn.xpm
607 * src/pixmaps/spam.xpm
608 * src/pixmaps/spam_btn.xpm
609 * src/plugins/spamassassin/spamassassin.c
610 Add button in toolbar for spam learning
611 Fix a few bugs from the last related commit
612 Revert 1.9.6cvs23 which messed up shift-selection
614 2006-02-24 [colin] 2.0.0cvs83
619 * src/plugins/spamassassin/spamassassin.c
620 * src/plugins/spamassassin/spamassassin.h
621 * src/plugins/spamassassin/spamassassin_gtk.c
622 Unregister learner when spamassassin is either
625 2006-02-24 [colin] 2.0.0cvs82
636 * src/gtk/icon_legend.c
637 * src/pixmaps/spam.xpm ** NEW FILE **
638 * src/plugins/spamassassin/spamassassin.c
639 * src/plugins/spamassassin/spamassassin_gtk.c
640 Add spam learning interface (Mark/Mark as
643 2006-02-24 [wwp] 2.0.0cvs81
648 hide compose window when sending message in batch mode
649 (filtering: forward and redirect). Also fixed a wrong
650 value returned when sending failed, neutral anyway.
653 2006-02-24 [wwp] 2.0.0cvs80
656 use GTK+'s stock quit button. Patch by Fabien Vantard.
658 2006-02-24 [paul] 2.0.0cvs79
663 fix bug 916, 'newsgroup unsubscribe segmentation fault'
666 2006-02-23 [colin] 2.0.0cvs78
669 Change OK to Close in alertpanel with View log
670 button; add accel to View log. Patch by Fabien
673 2006-02-23 [wwp] 2.0.0cvs77
676 silly me, there were much more tests to perform, since toolbars can
677 really have down to 1 element only.
679 2006-02-23 [wwp] 2.0.0cvs76
682 fixed indentation from my previous commit. Fallback to VISUAL if
683 EDITOR is not set (and to vi, at last resort).
685 2006-02-23 [wwp] 2.0.0cvs75
688 improved error detection (Colin, me).
690 2006-02-23 [wwp] 2.0.0cvs74
692 * src/prefs_toolbar.c
693 simplify and fix prefs/toolbars layouting. Combos' contents can
694 now be really displayed.
696 2006-02-23 [wwp] 2.0.0cvs73
697 simplifies and fix prefs/toolbars layouting. Combos' contents can now
700 2006-02-22 [wwp] 2.0.0cvs72
703 fix a typo in my previous commit (sorry!).
705 2006-02-22 [wwp] 2.0.0cvs71
707 * src/prefs_toolbar.c
708 fix a crash when adding separators to toolbars,
709 also fix some separator item information.
711 2006-02-22 [wwp] 2.0.0cvs70
714 fix a crash when redirecting (for instance) when compose window's
715 toolbar contents has been customized (when some buttons have been
718 2006-02-21 [wwp] 2.0.0cvs69
721 * src/gtk/pluginwindow.c
722 * src/plugins/pgpcore/prefs_gpg.c
723 fix some compilation warnings (feat. remains of removed code).
725 2006-02-21 [wwp] 2.0.0cvs68
728 fix two compilation issues, thanks to Stephan Sachse.
730 2006-02-20 [colin] 2.0.0cvs67
733 Don't reselect displayed mail on refocus
734 This fixes actions misbehaving
736 2006-02-20 [wwp] 2.0.0cvs66
739 * src/gtk/gtksctree.c
740 * src/gtk/gtkshruler.c
741 changed more runtime typecast checks.
743 2006-02-20 [wwp] 2.0.0cvs65
745 * src/summary_search.c
746 find all - summaryview refresh issue fixed, thanks to Colin.
748 2006-02-20 [wwp] 2.0.0cvs64
751 better runtime typecast checks.
753 2006-02-20 [wwp] 2.0.0cvs63
755 * src/summary_search.c
756 enhancements to the summary search:
757 - add the ability to stop the running search
758 (upon ESC-key press, new Stop button or when Clear button is pressed)
759 - don't search if no criteria (From/To/Subject/Body) is set
760 - ensure that a busy mouse pointer is always shown when searching,
761 show it even a bit earlier
763 2006-02-19 [colin] 2.0.0cvs62
767 * src/etpan/imap-thread.c
768 * src/etpan/imap-thread.h
769 (Future) IMAP speed improvement on sending
770 Will require a libetpan update
772 * src/gtk/quicksearch.c
773 Make quicksearch clearable while running.
775 2006-02-17 [colin] 2.0.0cvs61
778 * src/etpan/imap-thread.c
779 * src/etpan/imap-thread.h
780 Check for IMAP certificates
781 ** Requires libetpan-0.42-cvs4
782 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
784 2006-02-17 [colin] 2.0.0cvs60
789 * src/prefs_message.c
790 Add pref to display HTML-only mails with plugin,
791 if possible (defaulting to FALSE of course).
793 2006-02-16 [colin] 2.0.0cvs59
796 * src/common/plugin.c
797 * src/common/plugin.h
798 * src/gtk/pluginwindow.c
799 Keep track of requested (but unloaded) plugins
802 2006-02-16 [wwp] 2.0.0cvs58
804 * src/gtk/gtkaspell.c
805 * src/gtk/gtkaspell.h
806 * src/prefs_spelling.c
810 implemented new optional spellchecker behaviour: re-check message when
811 dictionary got changed (from compose-window/context-menu/Change dictionary).
813 2006-02-16 [wwp] 2.0.0cvs57
815 * src/quote_fmt_parse.y
816 pclose popen'ed pipe.
818 2006-02-15 [colin] 2.0.0cvs56
822 Let MimeViewers know which MimeView they
825 Swap From/To columns in Sent/Queue/Drafts
827 * src/etpan/imap-thread.c
828 Use mailstream_low_tls_open() for STARTTLS
829 instead of mailstream_low_ssl_open()
830 ** REQUIRES libetpan 0.42cvs3 **
832 2006-02-15 [wwp] 2.0.0cvs55
836 * src/message_search.c
837 * src/message_search.h
841 added the ability to Find text in the compose window (and a bit
842 of code factorization).
844 2006-02-15 [wwp] 2.0.0cvs54
847 yet another one file was missing (fix for some widgets' sensitivity).
850 2006-02-15 [wwp] 2.0.0cvs53
853 oops forgot that file (fix for some widgets' sensitivity).
855 2006-02-15 [wwp] 2.0.0cvs52
857 * src/summary_search.c
858 implemented advanced summary search options (added the ability
859 to use matcher conditions in an advanced search mode).
861 2006-02-15 [wwp] 2.0.0cvs51
863 * src/plugins/pgpcore/prefs_gpg.c
864 * src/prefs_account.c
865 fix some widget sensitivity, mostly around some labels in
868 2006-02-15 [paul] 2.0.0cvs50
870 * manual/advanced.xml
871 improve Templates info
874 2006-02-14 [colin] 2.0.0cvs49
876 * src/pixmaps/address_book.xpm
877 * src/pixmaps/preferences.xpm
878 * src/pixmaps/properties.xpm
879 Fix pixmap size - patch by Fabien Vantard
881 2006-02-13 [colin] 2.0.0cvs48
884 Add missing fclose()s on error
888 Fix temp files not being deleted on windows
889 Patches by Thomas Gilgin
891 2006-02-13 [colin] 2.0.0cvs47
896 2006-02-13 [wwp] 2.0.0cvs46
898 * src/plugins/pgpcore/prefs_gpg.c
899 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
901 2006-02-12 [colin] 2.0.0cvs45
906 Fix "stuff" when quitting
908 2006-02-12 [wwp] 2.0.0cvs44
911 fix typos in debug messages.
913 2006-02-11 [colin] 2.0.0cvs43
916 don't allow drag/drop from ourself
918 2006-02-10 [wwp] 2.0.0cvs42
925 renamed html_ prefixed functions and data structures to avoid
926 namespace clashes w/ other software (gtkhtml2 for instance).
930 2006-02-09 [colin] 2.0.0cvs41
933 Fix shitty logic messed up. Thanks Ticho for the hint!
935 2006-02-09 [wwp] 2.0.0cvs40
939 * src/prefs_account.c
942 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
943 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
944 Browse buttons in accounts prefs.
946 2006-02-09 [colin] 2.0.0cvs39
949 Check for pointer before using its members
950 * src/gtk/gtksourceprintjob.c
953 2006-02-09 [wwp] 2.0.0cvs38
956 fix few compiler warnings (type mismatch).
958 2006-02-09 [paul] 2.0.0cvs37
961 updated by Fabien Vantard
963 2006-02-08 [colin] 2.0.0cvs36
967 * src/common/plugin.c
968 allow windows and linux configurations to coexist
969 patch by Thomas Gilgin
971 2006-02-08 [colin] 2.0.0cvs35
976 * src/matcher_parser_parse.y
977 * src/prefs_filtering_action.c
978 * src/prefs_matcher.c
979 Add the "Ignore thread" filtering
982 2006-02-08 [colin] 2.0.0cvs34
987 Fix bug #905 (damaged attachment)
988 text files with raw \0's aren't really text files
991 2006-02-08 [colin] 2.0.0cvs33
994 Fix crasher introduced yesterday
996 2006-02-08 [wwp] 2.0.0cvs32
1000 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
1002 2006-02-08 [wwp] 2.0.0cvs31
1004 * src/prefs_template.c
1005 templates enhancement: allow address completion for Cc and Bcc fields
1006 (it was currently possible for the To field only)
1008 2006-02-08 [colin] 2.0.0cvs30
1011 Don't unblock if not blocked
1014 2006-02-07 [colin] 2.0.0cvs29
1017 Forgot to refresh summaryview
1019 2006-02-07 [colin] 2.0.0cvs28
1022 Freeze/thaw message list and folder list while
1023 processing %as{} actions
1025 Fix auto-wrap disabling after a middle-click
1028 2006-02-07 [paul] 2.0.0cvs27
1031 fix freeing of uninitialised pointers
1034 2006-02-06 [colin] 2.0.0cvs26
1037 Use g_slist_prepend in potentially big list
1039 2006-02-06 [colin] 2.0.0cvs25
1042 Completely skip processing if it doesn't
1045 2006-02-06 [colin] 2.0.0cvs24
1049 Batch filtering in summaryview (from Tools menu)
1050 and pre/post//-processing too
1052 2006-02-06 [colin] 2.0.0cvs23
1056 Use a special field for batch filtering instead
1057 of stepping on deferred execution's toes
1059 2006-02-06 [colin] 2.0.0cvs22
1066 Fix filtering via menus and actions
1068 2006-02-06 [colin] 2.0.0cvs21
1071 Put the added file directly to cache if possible (will work
1079 Move and copy filtered messages by batches instead of one
1080 by one - faster on IMAP
1082 Add a function that'll possibly be useful later
1084 2006-02-06 [colin] 2.0.0cvs20
1087 Use internal mime-type instead of text/plain for d'n'd
1089 Allow attaching files from mimeview's icon list via d'n'd
1092 Use internal mime-type instead of text/plain for d'n'd
1093 Don't try to selected opened folder if none is
1094 Factorize d'n'd from other apps code
1097 * src/gtk/gtkutils.c
1098 * src/gtk/gtkutils.h
1099 Factorize Face/X-Face stuff
1101 Fix d'n'd to other apps
1102 * src/prefs_message.c
1103 Let the XFace pref be usable without libcompface as it also
1106 Fix d'n'd to other apps
1107 Factorize d'n'd from other apps code
1109 2006-02-06 [wwp] 2.0.0cvs19
1112 Italian translation fixes by Andrea Spadaccini (no more confusion
1113 between filtering and processing, and few changes in the About
1117 2006-02-06 [mones] 2.0.0cvs18
1119 * src/gtk/icon_legend.c
1120 Improved descriptions allowing better translations
1122 2006-02-05 [colin] 2.0.0cvs17
1125 Add the f*cking missing expunge that caused imap_fetch_env
1126 to fail after an add_msgs ! :-///
1127 * src/etpan/imap-thread.c
1131 2006-02-05 [colin] 2.0.0cvs16
1133 * src/common/utils.c
1134 Don't check for return-path (or we can't put
1135 back non-sent mails)
1137 2006-02-05 [colin] 2.0.0cvs15
1140 Don't try to display Face header in textview
1141 when teh headerview's active
1143 2006-02-05 [colin] 2.0.0cvs14
1145 * tools/tbird2syl.py
1147 Add script to import Thunderbird mails
1149 2006-02-05 [colin] 2.0.0cvs13
1156 Show Face headers - patch partially by Klaus Flittner
1158 2006-02-05 [colin] 2.0.0cvs12
1162 * src/common/utils.c
1163 * src/common/utils.h
1164 Let dnd work from mime icons to summaryview
1165 and to folderview too
1166 Add a crude test to avoid trying to add files
1167 drag'n'dropped when they're not mails
1169 2006-02-04 [colin] 2.0.0cvs11
1175 2006-02-04 [colin] 2.0.0cvs10
1182 Added various drag and drop capas:
1184 summaryview other apps
1185 mimeview icons other apps
1186 other apps summaryview
1187 other apps folderview
1189 This shouldn't have broken the existing:
1191 summaryview folderview
1192 folderview folderview
1193 summaryview compose's attachments
1197 2006-02-02 [paul] 2.0.0cvs9
1200 move global option 'Set displayed columns...' out
1201 of folder option grouping.
1202 fix sensitivity of 'harvest addresses'
1205 2006-02-01 [colin] 2.0.0cvs8
1208 Revert the alertpanel patch, it sucks (intrusive
1209 and gets in the way of "open")
1211 2006-02-01 [colin] 2.0.0cvs7
1214 * src/prefs_account.c
1215 * src/prefs_common.c
1217 * src/common/utils.c
1218 * src/common/utils.h
1219 Add ability to edit the signature file
1220 from the account preferences, and use
1221 a default for the text editor.
1222 Patch by Fabien Vantard
1224 2006-02-01 [colin] 2.0.0cvs6
1227 Try to get mime type by extension if it is
1228 application/octet-stream
1229 Display a window with possible choices when
1230 encountering unknown mime types
1234 Allow multiple selection in filtered filesel
1235 (patch by Fabien Vantard)
1236 * src/gtk/pluginwindow.c
1237 Use it (patch by Fabien Vantard)
1239 2006-02-01 [paul] 2.0.0cvs5
1242 fix crash on creating jpilot address book
1243 Thanks to Colin - FOR_STABLE
1244 * src/prefs_summaries.c
1245 * src/prefs_wrapping.c
1246 * src/gtk/icon_legend.c
1247 * src/gtk/quicksearch.c
1248 string fixes and additions
1250 2006-02-01 [paul] 2.0.0cvs4
1256 add Arabic encoding option
1257 Patch submitted by Mohammed Sameer <msameer@users.sf.net>
1259 2006-01-31 [colin] 2.0.0cvs3
1261 * src/plugins/pgpcore/passphrase.c
1262 Convert passphrase to locale encoding
1264 Fix drafting on IMAP. Crappy bug sneaked in
1268 2006-01-30 [paul] 2.0.0cvs2
1270 * src/gtk/icon_legend.c
1271 show the new entries
1273 2006-01-30 [colin] 2.0.0cvs1
1276 Check for the file to be present before
1277 enabling the menu - FOR_STABLE
1278 * src/gtk/icon_legend.c
1279 Add folders icons (not all of them, there
1280 are too much, but the most intriguing ones)
1282 2006-01-30 [paul] 2.0.0
1284 version 2.0.0 released
1286 2006-01-30 [paul] 1.9.100cvs200
1291 * manual/starting.xml
1292 * manual/sylpheed-claws-manual.xml
1295 2006-01-29 [mones] 1.9.100cvs199
1297 * manual/account.xml
1298 * manual/advanced.xml
1299 * manual/glossary.xml
1300 Some typos fixed, added LDIF term to glossary
1302 Fixed leading plus symbol
1304 2006-01-29 [paul] 1.9.100cvs198
1308 updated by Tommi Pirinen and Andrej Kacian
1310 2006-01-29 [paul] 1.9.100cvs197
1315 2006-01-29 [paul] 1.9.100cvs196
1320 * tools/claws.i18n.status.pl
1321 nl translation updated by Tim Dijkstra
1323 2006-01-29 [paul] 1.9.100cvs195
1327 updated by Aleksandar Urosevic and Anders Troback
1329 2006-01-28 [colin] 1.9.100cvs194
1331 * src/gtk/gtksourceprintjob.c
1332 Don't fiddle with PangoLayout when we
1335 2006-01-28 [paul] 1.9.100cvs193
1341 * tools/claws.i18n.status.pl
1342 updated translations submitted by Stavros Giannouris
1345 2006-01-27 [colin] 1.9.100cvs192
1348 * src/gtk/gtksourceprintjob.c
1350 (libgnomeprint only, of course)
1352 2006-01-27 [paul] 1.9.100cvs191
1356 updated by Fabien Vantard and Andrea Spadaccini
1358 2006-01-26 [colin] 1.9.100cvs190
1360 * manual/Makefile.am
1362 Make building the manual optional
1365 2006-01-26 [paul] 1.9.100cvs189
1367 * manual/glossary.xml
1368 * manual/plugins.xml
1373 2006-01-26 [paul] 1.9.100cvs188
1375 * src/prefs_display_header.c
1376 * src/prefs_folder_column.c
1377 * src/prefs_msg_colors.c
1378 * src/prefs_summaries.c
1379 * src/prefs_summary_column.c
1382 2006-01-25 [colin] 1.9.100cvs187
1385 Don't allow moving/copying mails between
1386 queue/drafts and non-queue/drafts folders
1387 Fixes bug #897 (message header is resetted
1388 if one is copied to Drafts)
1390 2006-01-25 [colin] 1.9.100cvs186
1394 Fix subscribed folders not found
1396 Don't try to encode as original mail's charset
1399 2006-01-25 [paul] 1.9.100cvs185
1408 updates submitted by Stephan Sachse, Emilian Nowak
1409 and Quar, Frederico Goncalves Guimaraes, and
1411 Fix Bug 896, 'PT_BR locale broken'.
1415 2006-01-24 [mones] 1.9.100cvs184
1417 * manual/glossary.xml
1418 All current terms finished. Reviewers welcome ;-)
1419 * manual/keyboard.xml
1420 Fixed column width for pdf output.
1424 2006-01-24 [paul] 1.9.100cvs183
1426 * manual/glossary.xml
1428 * manual/dist/html/Makefile.am
1429 * manual/dist/pdf/Makefile.am
1430 * manual/dist/ps/Makefile.am
1431 * manual/dist/txt/Makefile.am
1435 2006-01-24 [mones] 1.9.100cvs182
1437 * manual/glossary.xml
1438 Nearly finished, some terms missing.
1440 2006-01-23 [paul] 1.9.100cvs181
1442 * manual/dist/html/Makefile.am
1443 * manual/dist/pdf/Makefile.am
1444 * manual/dist/ps/Makefile.am
1445 * manual/dist/txt/Makefile.am
1450 2006-01-22 [colin] 1.9.100cvs180
1453 * src/gtk/gtkaspell.c
1454 Don't deselect stuff before right-clicking, with aspell.
1455 (This prevented right-click Copy, for example).
1458 2006-01-22 [paul] 1.9.100cvs179
1460 * src/summary_search.c
1461 don't fix the widget size as it causes problems
1463 Thanks to Emilian Nowak
1465 2006-01-21 [paul] 1.9.100cvs178
1467 * src/prefs_themes.c
1468 fix broken underlining of label text
1469 with some translations
1471 2006-01-21 [colin] 1.9.100cvs177
1474 In French "Composition" puts the Compose toolbar's prefs in the wrong place
1476 2006-01-20 [colin] 1.9.100cvs176
1481 * manual/dist/html/.cvsignore
1482 * manual/dist/html/Makefile.am
1483 * manual/dist/pdf/.cvsignore
1484 * manual/dist/pdf/Makefile.am
1485 * manual/dist/ps/.cvsignore
1486 * manual/dist/ps/Makefile.am
1487 * manual/dist/txt/.cvsignore
1488 * manual/dist/txt/Makefile.am
1491 2006-01-20 [paul] 1.9.100cvs175
1493 * manual/handling.xml
1494 make Filtering and Searching entries easier to find
1495 * manual/keyboard.xml
1496 add the remaining default keybinds
1497 * src/prefs_summaries.c
1498 update the default keybinds
1500 2006-01-20 [paul] 1.9.100cvs174
1512 replace 'e-mail' with 'email'
1513 * src/summary_search.c
1514 add mnemonic to "Find all" button
1516 2006-01-20 [wwp] 1.9.100cvs173
1520 touched mbox import/export buttons for HIG-compliance
1522 2006-01-19 [paul] 1.9.100cvs172
1524 * manual/account.xml
1525 * manual/addrbook.xml
1526 * manual/advanced.xml
1528 * manual/handling.xml
1530 * manual/plugins.xml
1531 * manual/starting.xml
1534 2006-01-19 [paul] 1.9.100cvs171
1537 allow use of trash button while receiving
1540 2006-01-19 [wwp] 1.9.100cvs170
1542 * src/gtk/quicksearch.c
1544 force text color to black when yellow background is set
1546 2006-01-19 [colin] 1.9.100cvs169
1548 * src/plugins/trayicon/trayicon.c
1549 Gray out Get Mail when already getting mail
1551 2006-01-18 [paul] 1.9.100cvs168
1554 give widget yellow background was To is
1555 set via folder prefs
1556 * src/gtk/quicksearch.c
1557 give widget yellow background when quick
1561 2006-01-18 [paul] 1.9.100cvs167
1563 * doc/man/sylpheed-claws.1
1564 add --subscribe option
1566 2006-01-18 [paul] 1.9.100cvs166
1568 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1569 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1570 use %U instead of %F (%F is broken for user installed
1573 2006-01-18 [colin] 1.9.100cvs165
1576 Default to Yes in "No more * messages" dialogs
1578 2006-01-17 [colin] 1.9.100cvs164
1581 Possibly fix an invalid iterator causing
1584 2006-01-17 [colin] 1.9.100cvs163
1587 Fix crash when the image disappears under the
1590 2006-01-16 [colin] 1.9.100cvs162
1593 Fix reenabling autowrap
1595 2006-01-16 [colin] 1.9.100cvs161
1598 reset quote_len before getting quote_str
1600 2006-01-16 [colin] 1.9.100cvs160
1607 Fix bug #883 (default inbox does not track folder move)
1609 2006-01-16 [colin] 1.9.100cvs159
1612 * src/plugins/pgpcore/passphrase.c
1615 2006-01-16 [paul] 1.9.100cvs158
1617 * src/prefs_actions.c
1618 * src/prefs_filtering_action.c
1619 * src/prefs_matcher.c
1621 * src/gtk/description_window.c
1622 * src/gtk/description_window.h
1623 * src/gtk/quicksearch.c
1624 description window cleanups
1626 2006-01-15 [colin] 1.9.100cvs157
1629 * src/prefs_filtering.c
1632 2006-01-15 [colin] 1.9.100cvs156
1636 Same for "Empty trash"
1638 2006-01-15 [colin] 1.9.100cvs155
1641 Override offline dialog had Yes by default
1643 2006-01-15 [colin] 1.9.100cvs154
1646 Delete selected messages? previously had Yes the default
1648 2006-01-15 [colin] 1.9.100cvs153
1653 Check if a mailbox is loaded after all
1656 2006-01-15 [colin] 1.9.100cvs152
1659 Don't start wizard when there are unloaded folders (will help
1660 people with only mbox or maildir mailboxes)
1662 2006-01-14 [colin] 1.9.100cvs151
1670 More HIG compliance and fixes
1672 2006-01-14 [colin] 1.9.100cvs150
1674 * src/prefs_filtering_action.c
1676 Two forgotten button order changes
1678 2006-01-14 [colin] 1.9.100cvs149
1688 * src/prefs_actions.c
1689 * src/prefs_customheader.c
1690 * src/prefs_filtering.c
1691 * src/prefs_matcher.c
1692 * src/prefs_template.c
1697 All deletion confirmations are now "Cancel, Delete"
1698 instead of "No, Yes"
1699 Clarified most of the other "No, Yes" to
1700 "Cancel, Descriptive_action"
1701 Rechanged the "Entry not saved" alerts to have
1702 "Close, Continue editing"
1707 * 2.0.0-rc4 released
1709 2006-01-14 [paul] 1.9.100cvs148
1724 * src/grouplistdialog.c
1731 * src/message_search.c
1736 * src/prefs_actions.c
1737 * src/prefs_customheader.c
1738 * src/prefs_filtering.c
1739 * src/prefs_matcher.c
1740 * src/prefs_template.c
1741 * src/prefs_themes.c
1743 * src/summary_search.c
1747 * src/gtk/foldersort.c
1748 * src/gtk/gtkaspell.c
1749 * src/gtk/inputdialog.c
1750 * src/gtk/prefswindow.c
1751 * src/plugins/pgpcore/select-keys.c
1752 * src/plugins/trayicon/trayicon.c
1753 HIG compliant button order
1755 2006-01-14 [mones] 1.9.100cvs147
1760 2006-01-13 [paul] 1.9.100cvs146
1765 add Joshua M. Kwan to contributors list
1767 2006-01-13 [colin] 1.9.100cvs145
1769 * src/gtk/quicksearch.c
1770 Don't refocus quick search after executing (Esc or Enter)
1771 Allows to '/'search something then move up/down in
1772 summaryview, and to Esc a search and be back in the
1775 2006-01-13 [paul] 1.9.100cvs144
1777 * src/plugins/pgpinline/pgpinline.c
1778 support Content-Type 'application/pgp'
1779 patch by Joshua M. Kwan <joshuak@users.sf.net>
1781 2006-01-13 [paul] 1.9.100cvs143
1783 * manual/account.xml
1784 make mention of partial retrieval
1787 2006-01-13 [paul] 1.9.100cvs142
1828 * src/customheader.c
1829 * src/customheader.h
1830 * src/displayheader.c
1831 * src/displayheader.h
1842 * src/editldap_basedn.c
1843 * src/editldap_basedn.h
1859 * src/folder_item_prefs.c
1860 * src/folder_item_prefs.h
1867 * src/grouplistdialog.c
1868 * src/grouplistdialog.h
1872 * src/image_viewer.c
1873 * src/image_viewer.h
1909 * src/message_search.c
1910 * src/message_search.h
1927 * src/partial_download.c
1928 * src/partial_download.h
1933 * src/prefs_account.c
1934 * src/prefs_account.h
1935 * src/prefs_actions.c
1936 * src/prefs_actions.h
1937 * src/prefs_common.c
1938 * src/prefs_common.h
1939 * src/prefs_compose_writing.c
1940 * src/prefs_compose_writing.h
1941 * src/prefs_customheader.c
1942 * src/prefs_customheader.h
1943 * src/prefs_display_header.c
1944 * src/prefs_display_header.h
1945 * src/prefs_filtering.c
1946 * src/prefs_filtering.h
1947 * src/prefs_filtering_action.c
1948 * src/prefs_filtering_action.h
1949 * src/prefs_folder_column.c
1950 * src/prefs_folder_column.h
1951 * src/prefs_folder_item.c
1952 * src/prefs_folder_item.h
1957 * src/prefs_image_viewer.c
1958 * src/prefs_image_viewer.h
1959 * src/prefs_matcher.c
1960 * src/prefs_matcher.h
1961 * src/prefs_message.c
1962 * src/prefs_msg_colors.c
1963 * src/prefs_msg_colors.h
1966 * src/prefs_receive.c
1968 * src/prefs_spelling.c
1969 * src/prefs_spelling.h
1970 * src/prefs_summaries.c
1971 * src/prefs_summaries.h
1972 * src/prefs_summary_column.c
1973 * src/prefs_summary_column.h
1974 * src/prefs_template.c
1975 * src/prefs_template.h
1976 * src/prefs_themes.c
1977 * src/prefs_themes.h
1978 * src/prefs_toolbar.c
1979 * src/prefs_toolbar.h
1980 * src/prefs_wrapping.c
1981 * src/prefs_wrapping.h
1991 * src/quote_fmt_parse.y
1994 * src/remotefolder.c
1995 * src/remotefolder.h
1996 * src/send_message.c
1997 * src/send_message.h
2000 * src/sourcewindow.c
2001 * src/sourcewindow.h
2006 * src/stock_pixmap.c
2007 * src/stock_pixmap.h
2008 * src/summary_search.c
2009 * src/summary_search.h
2026 * src/common/base64.c
2027 * src/common/base64.h
2029 * src/common/hooks.c
2030 * src/common/hooks.h
2033 * src/common/mgutils.c
2034 * src/common/mgutils.h
2037 * src/common/passcrypt.c
2038 * src/common/passcrypt.h.in
2039 * src/common/plugin.c
2040 * src/common/plugin.h
2041 * src/common/prefs.c
2042 * src/common/prefs.h
2043 * src/common/progressindicator.c
2044 * src/common/progressindicator.h
2045 * src/common/quoted-printable.c
2046 * src/common/quoted-printable.h
2047 * src/common/session.c
2048 * src/common/session.h
2051 * src/common/socket.c
2052 * src/common/socket.h
2055 * src/common/ssl_certificate.c
2056 * src/common/ssl_certificate.h
2057 * src/common/stringtable.c
2058 * src/common/stringtable.h
2059 * src/common/sylpheed.c
2060 * src/common/sylpheed.h
2061 * src/common/template.c
2062 * src/common/template.h
2063 * src/common/timing.h
2064 * src/common/utils.c
2065 * src/common/utils.h
2066 * src/common/version.h.in
2069 * src/common/xmlprops.c
2070 * src/common/xmlprops.h
2071 * src/gtk/colorlabel.c
2072 * src/gtk/colorsel.c
2073 * src/gtk/colorsel.h
2074 * src/gtk/description_window.c
2075 * src/gtk/description_window.h
2078 * src/gtk/foldersort.c
2079 * src/gtk/foldersort.h
2080 * src/gtk/gtkutils.c
2081 * src/gtk/gtkutils.h
2082 * src/gtk/inputdialog.c
2083 * src/gtk/inputdialog.h
2084 * src/gtk/logwindow.c
2085 * src/gtk/logwindow.h
2086 * src/gtk/manage_window.c
2087 * src/gtk/manage_window.h
2090 * src/gtk/pluginwindow.c
2091 * src/gtk/pluginwindow.h
2092 * src/gtk/prefswindow.c
2093 * src/gtk/prefswindow.h
2094 * src/gtk/progressdialog.c
2095 * src/gtk/progressdialog.h
2096 * src/gtk/sslcertwindow.c
2097 * src/gtk/sslcertwindow.h
2098 * src/plugins/clamav/clamav_plugin.c
2099 * src/plugins/clamav/clamav_plugin.h
2100 * src/plugins/clamav/clamav_plugin_gtk.c
2101 * src/plugins/demo/demo.c
2102 * src/plugins/dillo_viewer/dillo_prefs.c
2103 * src/plugins/dillo_viewer/dillo_prefs.h
2104 * src/plugins/dillo_viewer/dillo_viewer.c
2105 * src/plugins/pgpcore/passphrase.c
2106 * src/plugins/pgpcore/passphrase.h
2107 * src/plugins/pgpcore/plugin.c
2108 * src/plugins/pgpcore/select-keys.c
2109 * src/plugins/pgpcore/select-keys.h
2110 * src/plugins/pgpcore/sgpgme.c
2111 * src/plugins/pgpcore/sgpgme.h
2112 * src/plugins/pgpinline/pgpinline.c
2113 * src/plugins/pgpinline/pgpinline.h
2114 * src/plugins/pgpinline/plugin.c
2115 * src/plugins/pgpmime/pgpmime.c
2116 * src/plugins/pgpmime/pgpmime.h
2117 * src/plugins/pgpmime/plugin.c
2118 * src/plugins/spamassassin/spamassassin.c
2119 * src/plugins/spamassassin/spamassassin.h
2120 * src/plugins/spamassassin/spamassassin_gtk.c
2121 * src/plugins/trayicon/trayicon.c
2122 update copyright header
2124 2006-01-13 [paul] 1.9.100cvs141
2130 * src/prefs_account.c
2131 * src/prefs_display_header.c
2132 * src/prefs_receive.c
2134 * src/prefs_summaries.c
2135 * src/prefs_themes.c
2136 * src/prefs_toolbar.c
2140 2006-01-12 [colin] 1.9.100cvs140
2145 Add --subscribe option
2146 Let sylpheed-claws email@domain.com equivalent to --compose
2147 Let sylpheed-claws proto://blah.com equivalent to --subscribe
2149 2006-01-12 [paul] 1.9.100cvs139
2152 append 'Change folder order' label with '...'
2153 * src/prefs_actions.c
2154 allow reordering of actions list by dnd
2155 * src/gtk/foldersort.c
2156 make the dialog nicer
2158 2006-01-11 [colin] 1.9.100cvs138
2161 Allow templates without text
2163 2006-01-11 [paul] 1.9.100cvs137
2166 * tools/filter_conv_new.pl
2168 also check .sylpheed for filter.xml
2169 be a bit informative to the user
2171 2006-01-11 [colin] 1.9.100cvs136
2174 Fix bug #888 (2.0.0rc3 not displaying image in message view)
2176 2006-01-10 [paul] 1.9.100cvs135
2179 * tools/filter_conv_new.pl
2180 add script to convert new style Sylpheed
2181 filter rules (Sylpheed >= 0.9.99) to
2182 Claws filtering rules
2184 2006-01-10 [colin] 1.9.100cvs134
2187 Fix broken line joins in certain conditions
2188 (between two quoted lines: <enter><enter><up>
2189 <type a wrapped sentence><go in the first line>
2190 <insert more text><watch as line joining failed>)
2192 2006-01-10 [paul] 1.9.100cvs133
2195 don't report success in error dialog
2197 * src/common/utils.c
2198 include some trailing punctuations as URI
2201 2006-01-10 [paul] 1.9.100cvs132
2204 fix incompatible pointer type
2207 2006-01-10 [paul] 1.9.100cvs131
2210 change Subject in window title
2213 2006-01-09 [colin] 1.9.100cvs130
2222 Fix possible crashes on exit and in addressbook
2224 2006-01-09 [paul] 1.9.100cvs129
2226 * src/prefs_msg_colors.c
2227 some cleanups that I forgot last time
2229 2006-01-09 [paul] 1.9.100cvs128
2233 * src/prefs_msg_colors.c
2234 add previously hidden option, color_new, to
2236 move the page to Display/
2239 2006-01-09 [wwp] 1.9.100cvs127
2241 * src/prefs_themes.c
2242 made the prefs/display/themes layouts spacing less condensed
2243 (and so they match other prefs/pages' look).
2245 2006-01-09 [paul] 1.9.100cvs126
2248 * src/prefs_common.c
2249 * src/prefs_common.h
2250 * src/prefs_wrapping.c
2251 remove 'wrap at send' option
2253 2006-01-06 [colin] 1.9.100cvs125
2256 Just make completely sure we don't insert "manual line breaks"
2261 * 2.0.0-rc3 released
2263 2006-01-04 [paul] 1.9.100cvs124
2266 fix bug 882, 'quick scroll in folder list
2267 displays wrong folder contents'
2269 2006-01-04 [paul] 1.9.100cvs123
2271 * src/plugins/pgpmime/pgpmime.c
2272 better debug information when signing
2273 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2275 2006-01-03 [colin] 1.9.100cvs122
2278 We need to recheck for gpgme 1.0.0 after checking
2279 for 1.1.1, because if 1.1.1 isn't available,
2280 GPGME_LIBS and friends are blanked out by the
2283 2006-01-03 [colin] 1.9.100cvs121
2285 * src/common/prefs.c
2286 Windows unlink-before rename fix
2287 * src/plugins/pgpcore/sgpgme.c
2288 Add support for PKA info if available
2289 Both patches by Werner Koch
2291 2006-01-03 [paul] 1.9.100cvs120
2294 fix bug 884, 'Send receipt' button visible in queue
2297 2006-01-02 [colin] 1.9.100cvs119
2301 Fix autosave on IMAP and more generally try to
2302 return the correct ID on a newly added IMAP message
2304 2006-01-02 [paul] 1.9.100cvs118
2306 * manual/keyboard.xml
2309 2006-01-01 [paul] 1.9.100cvs117
2314 2005-12-30 [colin] 1.9.100cvs116
2316 * manual/advanced.xml
2317 Explain Pre/Post-processing differences.
2319 2005-12-30 [colin] 1.9.100cvs115
2322 Implement copy_msgs for a little optimization
2324 Finish yesterday's fix
2326 2005-12-29 [colin] 1.9.100cvs114
2329 Fix occasional failure in fetching a mail over
2332 2005-12-29 [colin] 1.9.100cvs113
2335 Don't remove a draft when sending it, if it is
2338 2005-12-28 [colin] 1.9.100cvs112
2343 2005-12-28 [wwp] 1.9.100cvs111
2345 * doc/faq/.cvsignore
2346 * doc/faq/de/.cvsignore
2347 * doc/faq/en/.cvsignore
2348 * doc/faq/es/.cvsignore
2349 * doc/faq/fr/.cvsignore
2350 * doc/faq/it/.cvsignore
2351 * doc/manual/.cvsignore
2352 * doc/manual/de/.cvsignore
2353 * doc/manual/en/.cvsignore
2354 * doc/manual/es/.cvsignore
2355 * doc/manual/fr/.cvsignore
2356 * doc/manual/ja/.cvsignore
2357 * src/plugins/mathml_viewer/.cvsignore
2358 rollback revival of those files (my bad, sorry for the noise).
2360 2005-12-28 [wwp] 1.9.100cvs110
2363 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
2365 2005-12-28 [wwp] 1.9.100cvs109
2367 * doc/faq/.cvsignore
2368 * doc/faq/de/.cvsignore
2369 * doc/faq/en/.cvsignore
2370 * doc/faq/es/.cvsignore
2371 * doc/faq/fr/.cvsignore
2372 * doc/faq/it/.cvsignore
2373 * doc/manual/.cvsignore
2374 * doc/manual/de/.cvsignore
2375 * doc/manual/en/.cvsignore
2376 * doc/manual/es/.cvsignore
2377 * doc/manual/fr/.cvsignore
2378 * doc/manual/ja/.cvsignore
2379 * src/plugins/mathml_viewer/.cvsignore
2381 more files to ignore.
2383 2005-12-24 [colin] 1.9.100cvs108
2389 2005-12-24 [colin] 1.9.100cvs107
2392 Allow NULL src_msginfo in
2393 procmsg_msginfo_new_from_mimeinfo
2395 2005-12-23 [paul] 1.9.100cvs106
2397 * src/plugins/pgpinline/mypgpcore.def
2398 add this forgotten file
2400 2005-12-23 [colin] 1.9.100cvs105
2405 2005-12-23 [colin] 1.9.100cvs104
2410 * src/common/plugin.c
2411 * src/common/socket.c
2412 * src/common/socket.h
2413 * src/common/utils.c
2414 * src/common/utils.h
2415 * src/gtk/pluginwindow.c
2416 * src/plugins/pgpcore/plugin.def
2417 * src/plugins/pgpcore/sylpheed.def
2418 * src/plugins/pgpinline/Makefile.am
2419 * src/plugins/pgpinline/plugin.def
2420 * src/plugins/pgpinline/sylpheed.def
2421 * src/plugins/pgpmime/plugin.def
2422 * src/plugins/pgpmime/sylpheed.def
2423 Various w32 fixes by Werner Koch
2425 2005-12-22 [paul] 1.9.100cvs103
2428 don't offer IMAP as 'server type' if
2429 libetpan isn't built in
2431 2005-12-22 [paul] 1.9.100cvs102
2438 support GTK_TOOLBAR_BOTH_HORIZ (text
2439 next to icon) Patch by Marien Zwart
2440 marienz@users.sf.net
2441 Also reword the text
2443 2005-12-21 [colin] 1.9.100cvs101
2448 Fix missing section and explicit the exception better
2450 Prevent mail from being lost without notice when an
2451 SMTP error happens on trying to send an unmodified
2453 * src/send_message.c
2455 Fix password remembering when wrong, and add return
2456 value checks where they should have been
2457 * src/plugins/pgpcore/sylpheed.def
2458 * src/plugins/pgpinline/sylpheed.def
2459 * src/plugins/pgpmime/sylpheed.def
2460 Add a few symbols needed
2462 2005-12-21 [paul] 1.9.100cvs100
2467 * m4/inttypes-pri.m4
2477 2005-12-21 [paul] 1.9.100cvs99
2482 2005-12-20 [paul] 1.9.100cvs98
2485 updated by Anders Trobäck
2487 2005-12-20 [colin] 1.9.100cvs97
2493 * config/config.rpath
2494 * config/mkinstalldirs
2502 * m4/printf-posix.m4
2546 * src/send_message.c
2547 * src/common/Makefile.am
2548 * src/common/fnmatch.c
2549 * src/common/fnmatch.h
2550 * src/common/fnmatch_loop.c
2552 * src/common/plugin.c
2554 * src/common/socket.c
2555 * src/common/string_match.c
2556 * src/common/sylpheed.c
2557 * src/common/utils.c
2558 * src/common/utils.h
2559 * src/common/w32_dirent.c
2560 * src/common/w32_reg.c
2561 * src/common/w32_signal.c
2562 * src/common/w32_stat.c
2563 * src/common/w32_stdio.c
2564 * src/common/w32_stdlib.c
2565 * src/common/w32_string.c
2566 * src/common/w32_time.c
2567 * src/common/w32_unistd.c
2568 * src/common/w32_wait.c
2569 * src/common/w32lib.h
2570 * src/etpan/Makefile.am
2571 * src/gtk/Makefile.am
2572 * src/plugins/clamav/Makefile.am
2573 * src/plugins/demo/Makefile.am
2574 * src/plugins/dillo_viewer/Makefile.am
2575 * src/plugins/pgpcore/Makefile.am
2576 * src/plugins/pgpcore/passphrase.c
2577 * src/plugins/pgpcore/plugin.def
2578 * src/plugins/pgpcore/sgpgme.c
2579 * src/plugins/pgpcore/sylpheed.def
2580 * src/plugins/pgpcore/version.rc
2581 * src/plugins/pgpinline/Makefile.am
2582 * src/plugins/pgpinline/plugin.def
2583 * src/plugins/pgpinline/sylpheed.def
2584 * src/plugins/pgpinline/version.rc
2585 * src/plugins/pgpmime/Makefile.am
2586 * src/plugins/pgpmime/mypgpcore.def
2587 * src/plugins/pgpmime/plugin.def
2588 * src/plugins/pgpmime/sylpheed.def
2589 * src/plugins/pgpmime/version.rc
2590 * src/plugins/spamassassin/Makefile.am
2591 Very little ;-) patch from Werner Koch, providing
2592 infrastructure for cross-compiling to Win32
2594 2005-12-20 [paul] 1.9.100cvs96
2602 add a combo to the Get All button, allowing
2603 quick retrieval from any account
2604 Patch by Fabien Vantard, slightly modified
2607 i18n fix. Patch by Fabien Vantard
2609 2005-12-19 [colin] 1.9.100cvs95
2613 Don't automatically join lines when they've
2614 been separated by the user and not automatically
2616 2005-12-19 [paul] 1.9.100cvs94
2618 * src/gtk/pluginwindow.c
2620 Patch by Fabien Vantard
2622 2005-12-15 [paul] 1.9.100cvs93
2624 * src/common/plugin.c
2625 * src/common/plugin.h
2626 * src/gtk/pluginwindow.c
2627 * src/plugins/clamav/clamav_plugin.c
2628 * src/plugins/demo/demo.c
2629 * src/plugins/dillo_viewer/dillo_viewer.c
2630 * src/plugins/pgpcore/plugin.c
2631 * src/plugins/pgpinline/plugin.c
2632 * src/plugins/pgpmime/plugin.c
2633 * src/plugins/spamassassin/spamassassin.c
2634 * src/plugins/trayicon/trayicon.c
2635 add plugin_version()
2637 2005-12-15 [colin] 1.9.100cvs92
2640 Further fix bug #875
2642 2005-12-15 [paul] 1.9.100cvs91
2645 fix attach_load_dir getting set to
2646 PLUGINDIR on plugin load
2648 2005-12-14 [mones] 1.9.100cvs90
2651 * manual/keyboard.xml
2652 Initial draft and some shortcuts added
2657 2005-12-14 [colin] 1.9.100cvs89
2662 * src/gtk/gtkaspell.c
2664 * src/prefs_folder_item.c
2665 Fix recursive prefs apply
2668 2005-12-14 [colin] 1.9.100cvs88
2671 Fix bug #875 (Freeze On Inline Forward of
2674 2005-12-13 [colin] 1.9.100cvs87
2677 Uniq-ify and sort the mimetypes list
2678 Patch by Fabien Vantard
2680 2005-12-13 [colin] 1.9.100cvs86
2683 * src/etpan/imap-thread.c
2684 Fix leaks (patch by Hoa)
2686 * src/common/plugin.c
2691 * 2.0.0-rc2 released
2693 2005-12-12 [colin] 1.9.100cvs85
2698 2005-12-12 [wwp] 1.9.100cvs84
2700 * src/gtk/icon_legend.c
2701 fix misbehaviour and crash when closing the legend window
2702 using the Esc key (patch by Fabien Vantard).
2704 2005-12-12 [paul] 1.9.100cvs83
2708 * src/prefs_actions.c
2709 * src/prefs_filtering.c
2710 * src/prefs_matcher.c
2711 * src/prefs_spelling.glade ** REMOVED **
2712 * src/prefs_template.c
2713 * src/gtk/foldersort.glade ** REMOVED **
2714 * src/gtk/pluginwindow.c
2715 * src/gtk/pluginwindow.glade ** REMOVED **
2716 * src/plugins/spamassassin/spamassassin_gtk.glade ** REMOVED **
2719 2005-12-11 [paul] 1.9.100cvs82
2722 fix attach_load_dir crasher (double free)
2724 2005-12-09 [paul] 1.9.100cvs81
2728 * src/gtk/Makefile.am
2729 * src/gtk/icon_legend.c
2730 * src/gtk/icon_legend.h
2735 2005-12-09 [paul] 1.9.100cvs80
2737 * src/plugins/pgpcore/passphrase.c
2738 wrap the label in the dialog
2740 2005-12-09 [colin] 1.9.100cvs79
2742 * src/plugins/pgpcore/sgpgme.c
2743 Display (untrusted) on not trusted signatures
2744 Patch by Michal Èihaø <michal@cihar.com>
2745 Closes bug #867 (Report also key trust)
2747 2005-12-09 [colin] 1.9.100cvs78
2749 * src/common/plugin.c
2750 Update licence check, following Eben Moglen's advice
2752 2005-12-08 [colin] 1.9.100cvs77
2755 Fix the occasionnal item->cache != NULL
2758 2005-12-08 [colin] 1.9.100cvs76
2761 * src/plugins/pgpcore/sgpgme.c
2762 Print key id when unable to check it
2763 Closes bug #866 (Show key id when missing)
2765 2005-12-08 [paul] 1.9.100cvs75
2767 * src/prefs_common.c
2768 * src/prefs_common.h
2770 remember load attachment dir
2772 2005-12-07 [colin] 1.9.100cvs74
2774 * src/prefs_toolbar.c
2775 Gtk fixes, patch by Fabien Vantard
2777 2005-12-07 [colin] 1.9.100cvs73
2782 Fix bug #839 (Quoted text isn't colored after
2783 executing an action)
2784 * src/common/plugin.c
2785 Require plugins to declare their licence in plugin_licence()
2786 Refuse to load non-GPL plugins as they'd be illegal (as
2787 derived works of Sylpheed-Claws, they must be GPL).
2788 * src/plugins/clamav/clamav_plugin.c
2789 * src/plugins/demo/demo.c
2790 * src/plugins/dillo_viewer/dillo_viewer.c
2791 * src/plugins/pgpcore/plugin.c
2792 * src/plugins/pgpinline/plugin.c
2793 * src/plugins/pgpmime/plugin.c
2794 * src/plugins/spamassassin/spamassassin.c
2795 * src/plugins/trayicon/trayicon.c
2796 Add plugin_licence()
2798 2005-12-07 [paul] 1.9.100cvs72
2805 clean up after local FAQ removal and
2806 temporary manual removal
2808 2005-12-06 [colin] 1.9.100cvs71
2812 * doc/faq/.cvsignore
2813 * doc/faq/Makefile.am
2814 * doc/faq/de/.cvsignore
2815 * doc/faq/de/Makefile.am
2816 * doc/faq/de/sylpheed-faq-1.html
2817 * doc/faq/de/sylpheed-faq-2.html
2818 * doc/faq/de/sylpheed-faq-3.html
2819 * doc/faq/de/sylpheed-faq.html
2820 * doc/faq/en/.cvsignore
2821 * doc/faq/en/Makefile.am
2822 * doc/faq/en/sylpheed-faq-1.html
2823 * doc/faq/en/sylpheed-faq-2.html
2824 * doc/faq/en/sylpheed-faq-3.html
2825 * doc/faq/en/sylpheed-faq-4.html
2826 * doc/faq/en/sylpheed-faq.html
2827 * doc/faq/es/.cvsignore
2828 * doc/faq/es/Makefile.am
2829 * doc/faq/es/sylpheed-faq-1.html
2830 * doc/faq/es/sylpheed-faq-2.html
2831 * doc/faq/es/sylpheed-faq-3.html
2832 * doc/faq/es/sylpheed-faq-4.html
2833 * doc/faq/es/sylpheed-faq.html
2834 * doc/faq/fr/.cvsignore
2835 * doc/faq/fr/Makefile.am
2836 * doc/faq/fr/sylpheed-faq-1.html
2837 * doc/faq/fr/sylpheed-faq-2.html
2838 * doc/faq/fr/sylpheed-faq-3.html
2839 * doc/faq/fr/sylpheed-faq.html
2840 * doc/faq/it/.cvsignore
2841 * doc/faq/it/Makefile.am
2842 * doc/faq/it/sylpheed-faq-1.html
2843 * doc/faq/it/sylpheed-faq-2.html
2844 * doc/faq/it/sylpheed-faq-3.html
2845 * doc/faq/it/sylpheed-faq.html
2846 * doc/manual/.cvsignore
2847 * doc/manual/Makefile.am
2848 * doc/manual/de/.cvsignore
2849 * doc/manual/de/Makefile.am
2850 * doc/manual/de/sylpheed-1.html
2851 * doc/manual/de/sylpheed-10.html
2852 * doc/manual/de/sylpheed-11.html
2853 * doc/manual/de/sylpheed-12.html
2854 * doc/manual/de/sylpheed-13.html
2855 * doc/manual/de/sylpheed-14.html
2856 * doc/manual/de/sylpheed-15.html
2857 * doc/manual/de/sylpheed-16.html
2858 * doc/manual/de/sylpheed-17.html
2859 * doc/manual/de/sylpheed-18.html
2860 * doc/manual/de/sylpheed-19.html
2861 * doc/manual/de/sylpheed-2.html
2862 * doc/manual/de/sylpheed-20.html
2863 * doc/manual/de/sylpheed-3.html
2864 * doc/manual/de/sylpheed-4.html
2865 * doc/manual/de/sylpheed-5.html
2866 * doc/manual/de/sylpheed-6.html
2867 * doc/manual/de/sylpheed-7.html
2868 * doc/manual/de/sylpheed-8.html
2869 * doc/manual/de/sylpheed-9.html
2870 * doc/manual/de/sylpheed.html
2871 * doc/manual/en/.cvsignore
2872 * doc/manual/en/Makefile.am
2873 * doc/manual/en/sylpheed-1.html
2874 * doc/manual/en/sylpheed-10.html
2875 * doc/manual/en/sylpheed-11.html
2876 * doc/manual/en/sylpheed-12.html
2877 * doc/manual/en/sylpheed-13.html
2878 * doc/manual/en/sylpheed-14.html
2879 * doc/manual/en/sylpheed-15.html
2880 * doc/manual/en/sylpheed-16.html
2881 * doc/manual/en/sylpheed-17.html
2882 * doc/manual/en/sylpheed-18.html
2883 * doc/manual/en/sylpheed-19.html
2884 * doc/manual/en/sylpheed-2.html
2885 * doc/manual/en/sylpheed-20.html
2886 * doc/manual/en/sylpheed-21.html
2887 * doc/manual/en/sylpheed-22.html
2888 * doc/manual/en/sylpheed-3.html
2889 * doc/manual/en/sylpheed-4.html
2890 * doc/manual/en/sylpheed-5.html
2891 * doc/manual/en/sylpheed-6.html
2892 * doc/manual/en/sylpheed-7.html
2893 * doc/manual/en/sylpheed-8.html
2894 * doc/manual/en/sylpheed-9.html
2895 * doc/manual/en/sylpheed.html
2896 * doc/manual/es/.cvsignore
2897 * doc/manual/es/Makefile.am
2898 * doc/manual/es/sylpheed-1.html
2899 * doc/manual/es/sylpheed-10.html
2900 * doc/manual/es/sylpheed-11.html
2901 * doc/manual/es/sylpheed-12.html
2902 * doc/manual/es/sylpheed-13.html
2903 * doc/manual/es/sylpheed-14.html
2904 * doc/manual/es/sylpheed-15.html
2905 * doc/manual/es/sylpheed-16.html
2906 * doc/manual/es/sylpheed-17.html
2907 * doc/manual/es/sylpheed-18.html
2908 * doc/manual/es/sylpheed-19.html
2909 * doc/manual/es/sylpheed-2.html
2910 * doc/manual/es/sylpheed-20.html
2911 * doc/manual/es/sylpheed-3.html
2912 * doc/manual/es/sylpheed-4.html
2913 * doc/manual/es/sylpheed-5.html
2914 * doc/manual/es/sylpheed-6.html
2915 * doc/manual/es/sylpheed-7.html
2916 * doc/manual/es/sylpheed-8.html
2917 * doc/manual/es/sylpheed-9.html
2918 * doc/manual/es/sylpheed.html
2919 * doc/manual/fr/.cvsignore
2920 * doc/manual/fr/Makefile.am
2921 * doc/manual/fr/sylpheed-1.html
2922 * doc/manual/fr/sylpheed-10.html
2923 * doc/manual/fr/sylpheed-11.html
2924 * doc/manual/fr/sylpheed-12.html
2925 * doc/manual/fr/sylpheed-13.html
2926 * doc/manual/fr/sylpheed-14.html
2927 * doc/manual/fr/sylpheed-15.html
2928 * doc/manual/fr/sylpheed-16.html
2929 * doc/manual/fr/sylpheed-17.html
2930 * doc/manual/fr/sylpheed-18.html
2931 * doc/manual/fr/sylpheed-19.html
2932 * doc/manual/fr/sylpheed-2.html
2933 * doc/manual/fr/sylpheed-20.html
2934 * doc/manual/fr/sylpheed-3.html
2935 * doc/manual/fr/sylpheed-4.html
2936 * doc/manual/fr/sylpheed-5.html
2937 * doc/manual/fr/sylpheed-6.html
2938 * doc/manual/fr/sylpheed-7.html
2939 * doc/manual/fr/sylpheed-8.html
2940 * doc/manual/fr/sylpheed-9.html
2941 * doc/manual/fr/sylpheed.html
2942 * doc/manual/ja/.cvsignore
2943 * doc/manual/ja/Makefile.am
2944 * doc/manual/ja/sylpheed-1.html
2945 * doc/manual/ja/sylpheed-10.html
2946 * doc/manual/ja/sylpheed-11.html
2947 * doc/manual/ja/sylpheed-12.html
2948 * doc/manual/ja/sylpheed-13.html
2949 * doc/manual/ja/sylpheed-14.html
2950 * doc/manual/ja/sylpheed-15.html
2951 * doc/manual/ja/sylpheed-16.html
2952 * doc/manual/ja/sylpheed-17.html
2953 * doc/manual/ja/sylpheed-18.html
2954 * doc/manual/ja/sylpheed-19.html
2955 * doc/manual/ja/sylpheed-2.html
2956 * doc/manual/ja/sylpheed-20.html
2957 * doc/manual/ja/sylpheed-3.html
2958 * doc/manual/ja/sylpheed-4.html
2959 * doc/manual/ja/sylpheed-5.html
2960 * doc/manual/ja/sylpheed-6.html
2961 * doc/manual/ja/sylpheed-7.html
2962 * doc/manual/ja/sylpheed-8.html
2963 * doc/manual/ja/sylpheed-9.html
2964 * doc/manual/ja/sylpheed.html
2965 * doc/manual/ja/sylpheed.sgml
2967 Remove outdated manual and faq. Noisy, eh?
2969 2005-12-06 [colin] 1.9.100cvs70
2972 * src/quote_fmt_parse.y
2975 Allow %X to position cursor at 0
2976 (no %X = before signature)
2977 Fix paste as quotation putting the cursor at 0
2978 Fix undo offsets when pasting
2979 Insert the quote_fmt at once instead of line
2981 Fix [Edited] when starting to reply/forward
2983 2005-12-06 [paul] 1.9.100cvs69
2985 * src/plugins/clamav/clamav_plugin_gtk.c
2987 * src/plugins/spamassassin/spamassassin_gtk.c
2988 rework spamassassin_create_widget_func()
2990 2005-12-05 [colin] 1.9.100cvs68
2993 Fix make release ;-)
2995 2005-12-05 [colin] 1.9.100cvs67
2999 Fix cursor positioning (not obeying %X)
3001 2005-12-05 [paul] 1.9.100cvs66
3003 * src/plugins/dillo_viewer/dillo_prefs.c
3004 fix compilation warning
3006 2005-12-05 [paul] 1.9.100cvs65
3008 * src/prefs_spelling.c
3009 * src/plugins/trayicon/trayicon.c
3010 cleanups - remove unused stuff
3012 2005-12-05 [paul] 1.9.100cvs64
3015 * manual/plugins.xml
3016 remove info about removed mathml_viewer plugin
3018 2005-12-05 [paul] 1.9.100cvs63
3021 * src/plugins/Makefile.am
3022 * src/plugins/mathml_viewer/.cvsignore
3023 * src/plugins/mathml_viewer/Makefile.am
3024 * src/plugins/mathml_viewer/mathml_viewer.c
3025 remove unmaintained mathml_viewer plugin
3027 2005-12-05 [paul] 1.9.100cvs62
3030 obey prefs_common.always_show_msg when
3034 2005-12-05 [paul] 1.9.100cvs61
3037 * src/prefs_account.c
3038 * src/prefs_filtering.c
3040 * src/prefs_spelling.c
3041 * src/prefs_toolbar.c
3043 * src/gtk/gtkutils.c
3044 * src/gtk/quicksearch.c
3045 * src/plugins/dillo_viewer/dillo_prefs.c
3048 2005-12-04 [paul] 1.9.100cvs60
3051 * src/prefs_account.c
3052 * src/prefs_account.h
3053 allow a Local account to specify a
3055 (closes bug 843 'Inbox cannot be changed for local
3058 2005-12-04 [colin] 1.9.100cvs59
3060 * src/plugins/trayicon/trayicon.c
3061 Remove Get, rename Get All to Get Mail in order to
3062 be consistent with the default main toolbar
3064 2005-12-03 [colin] 1.9.100cvs58
3067 * manual/sylpheed-claws-manual.xml
3070 2005-12-03 [paul] 1.9.100cvs57
3075 new (partially complete) Swedish translation
3076 by Anders Troback <sylpheed@troback.com>
3078 2005-12-02 [paul] 1.9.100cvs56
3081 libetpan 0.41 required
3083 2005-12-02 [paul] 1.9.100cvs55
3085 * src/plugins/clamav/clamav_plugin.c
3086 * src/plugins/clamav/clamav_plugin.h
3087 * src/plugins/clamav/clamav_plugin_gtk.c
3088 * src/plugins/spamassassin/spamassassin.c
3089 * src/plugins/spamassassin/spamassassin.h
3090 * src/plugins/spamassassin/spamassassin_gtk.c
3091 unregister prefs pages on unloading, thus
3093 (thanks to Colin for the hint)
3095 2005-12-02 [wwp] 1.9.100cvs54
3098 * src/quote_fmt_parse.y
3099 fix misuse of gboolean*, use gboolean instead
3100 (thanks to Paul, Colin, for pointing out that scaring one)
3102 2005-12-02 [paul] 1.9.100cvs53
3104 * src/plugins/clamav/clamav_plugin.c
3105 int no --> unsigned int no
3106 * src/plugins/clamav/clamav_plugin_gtk.c
3109 2005-12-02 [wwp] 1.9.100cvs52
3112 * src/prefs_template.c
3114 * src/quote_fmt_parse.y
3115 prevent from executing |f and |p templates commands when
3116 adding or replacing templates in prefs (avoids annoying and
3117 potentially dangerous behaviours)
3119 2005-12-02 [paul] 1.9.100cvs51
3121 * src/prefs_common.c
3122 allow translation of some default values
3123 Patch by Fabien Vantard
3125 2005-12-02 [paul] 1.9.100cvs50
3129 * src/prefs_common.c
3130 * src/prefs_common.h
3131 * src/prefs_message.c
3133 remove obsolete 'convert_mb_alnum' option
3136 remove unused 'about_textview_visibility_notify'
3138 2005-12-02 [paul] 1.9.100cvs49
3140 * src/prefs_account.c
3141 * src/prefs_compose_writing.c
3144 * src/prefs_image_viewer.c
3145 * src/prefs_message.c
3147 * src/prefs_receive.c
3149 * src/prefs_spelling.c
3150 * src/prefs_summaries.c
3151 * src/prefs_wrapping.c
3152 * src/plugins/dillo_viewer/dillo_prefs.c
3153 * src/plugins/pgpcore/prefs_gpg.c
3154 several cleanups to the prefs dialogs
3155 (slightly modified) patch by Fabien Vantard
3157 2005-12-02 [paul] 1.9.100cvs48
3161 * src/send_message.c
3162 fix crash on send when connection fails
3166 2005-12-01 [colin] 1.9.100cvs47
3169 Translate … to "..."
3171 2005-11-30 [colin] 1.9.100cvs46
3175 Optimize back yesterday's fix.
3177 2005-11-30 [paul] 1.9.100cvs45
3182 written by Colin, edited by me
3184 2005-11-29 [colin] 1.9.100cvs44
3187 Skip headers unconditionnaly in match_body if the
3188 rule is not message or ~message
3190 2005-11-29 [colin] 1.9.100cvs43
3193 Fix body_part and such, not skipping headers
3194 if the matchcriteria wasn't the first in the rule
3196 2005-11-29 [colin] 1.9.100cvs42
3199 Add Windows-1252 (Closes bug #863, windows-1252 encoding
3200 option missing from message view window)
3201 Fix double text D'n'D with gtk-2.8
3203 Fix ~message, ~headers_part, ~body_part rules
3205 Add Windows-1252 (Closes bug #863)
3207 * src/gtk/gtkaspell.c
3208 Properly destroy accels in all menus
3210 2005-11-29 [mones] 1.9.100cvs41
3215 2005-11-27 [colin] 1.9.100cvs40
3218 "/Remove mailbox" -> "/Remove mailbox..."
3220 2005-11-27 [paul] 1.9.100cvs39
3225 updated by new maintainer, Stephan Sachse
3227 2005-11-27 [paul] 1.9.100cvs38
3230 written by Colin, edited by me
3232 2005-11-27 [paul] 1.9.100cvs37
3234 * src/prefs_common.c
3235 * src/prefs_common.h
3236 * src/prefs_receive.c
3237 * src/prefs_summaries.c
3238 move 'go to inbox after receiving new mail'
3239 option from display/sumamaries to mail
3240 handling/receive, and rework prefs_summaries
3243 2005-11-25 [martin] 1.9.100cvs36
3246 fixed windows-1252 translation;
3247 translated some new and fuzzy strings
3249 2005-11-25 [paul] 1.9.100cvs35
3251 * src/plugins/clamav/clamav_plugin.c
3252 complete the update done in cvs34
3254 2005-11-25 [paul] 1.9.100cvs34
3256 * src/plugins/clamav/clamav_plugin.c
3257 reflect upstream changes
3259 2005-11-25 [paul] 1.9.100cvs33
3262 * manual/plugins.xml
3263 * manual/sylpheed-claws-manual.xml
3264 written/updated by Colin, edited by me
3265 * tools/acroread2sylpheed.pl
3268 2005-11-24 [colin] 1.9.100cvs32
3271 Fix bug #856 (reediting messages forgets Request
3274 2005-11-24 [paul] 1.9.100cvs31
3276 * manual/addrbook.xml
3277 * manual/starting.xml
3278 written by Colin, proofread, edited, adapted by me
3279 * manual/advanced.xml
3280 add some Actions examples
3282 use a Save button instead of a Close button
3284 indicate mandatory fields
3288 2005-11-23 [colin] 1.9.100cvs30
3291 Rename menu item, fix possible crash after
3294 Allow searching for '*' in ldap
3296 Fix "Browse Entry" (did anyone use it?)
3298 Add guards for mandatory information
3300 2005-11-23 [paul] 1.9.100cvs29
3302 * manual/advanced.xml
3303 corrections to the English
3305 2005-11-23 [colin] 1.9.100cvs28
3308 Fix possible crash at exit. After the call to
3309 gtk_container_remove(), the Viewer's widget has no
3310 more parent so gtk+ automatically frees it and its
3311 sons. If destroy_viewer() then try to access it,
3314 2005-11-22 [colin] 1.9.100cvs27
3317 * src/gtk/gtkaspell.c
3318 Fix right-clicking on a misspelled word
3319 Fix More... in suggestions menu
3321 2005-11-22 [wwp] 1.9.100cvs26
3323 * src/prefs_template.c
3324 templates works: re-sort templates list when adding or replacing,
3325 prevent from adding or replacing when the template name is empty
3327 2005-11-21 [colin] 1.9.100cvs25
3330 Fix some addressbook suckage (dnd, select all)
3332 * src/gtk/gtkaspell.c
3333 * src/gtk/gtkaspell.h
3334 Make the spellchecker menu work with the
3335 GtkTextView one instead of overriding it
3337 2005-11-20 [paul] 1.9.100cvs24
3339 * manual/handling.xml
3340 proofread and corrected
3342 2005-11-20 [paul] 1.9.100cvs23
3345 generate html as one file
3346 * manual/advanced.xml
3347 fix output generation
3348 reformat hidden options list
3349 * manual/manual.xml ** REMOVED **
3350 * manual/sylpheed-claws-manual.xml ** ADDED **
3353 2005-11-18 [colin] 1.9.100cvs22
3355 * src/prefs_account.c
3356 Fix layout in news and mbox accounts
3357 * manual/account.xml
3358 * manual/advanced.xml
3359 New contents for Paul to check :)
3361 2005-11-18 [wwp] 1.9.100cvs21
3363 * src/gtk/quicksearch.c
3364 don't update extended quicksearch buttons twice
3366 2005-11-18 [paul] 1.9.100cvs20
3369 complete 1.9.100cvs19
3371 2005-11-18 [paul] 1.9.100cvs19
3374 cosmetic improvements
3376 also list text/* attachments
3378 2005-11-18 [colin] 1.9.100cvs18
3381 Use column 0 instead of -1 in
3382 gtk_ctree_node_moveto, in a naive
3383 hope it'll fix the gtk-related crashes
3385 2005-11-18 [colin] 1.9.100cvs17
3387 * src/gtk/inputdialog.c
3388 Fix icon staying the first one
3390 2005-11-17 [wwp] 1.9.100cvs16
3391 fix possible problem showing some quicksearch buttons, and a bad
3392 call to g_return_if_fail in a function that returns a value (both
3393 fixes by Fabien Vantard)
3395 2005-11-15 [wwp] 1.9.100cvs15
3397 * src/gtk/quicksearch.c
3398 added a tooltip to that obscure ... quicksearch button
3400 2005-11-15 [wwp] 1.9.100cvs14
3402 * src/gtk/quicksearch.c
3403 add a quicksearch helper to filtering expression users: the ... button
3404 raises the condition expr window. condition expressions set up w/ this
3405 window are used by the quicksearch if the user closes it pressing OK.
3407 2005-11-14 [paul] 1.9.100cvs13
3409 * src/plugins/clamav/clamav_plugin.c
3410 * src/plugins/spamassassin/spamassassin.c
3411 change plugin type following recent merging
3413 2005-11-14 [wwp] 1.9.100cvs12
3416 prevent from crashing when copying/moving message(s) from and
3419 2005-11-14 [paul] 1.9.100cvs11
3421 * src/plugins/clamav/Makefile.am
3422 * src/plugins/clamav/clamav_plugin.c
3423 * src/plugins/clamav/clamav_plugin.h
3424 * src/plugins/clamav/clamav_plugin_gtk.c
3425 also merge clamav and clamav_gtk plugins
3427 2005-11-13 [colin] 1.9.100cvs10
3430 * src/plugins/spamassassin/Makefile.am
3431 * src/plugins/spamassassin/spamassassin.c
3432 * src/plugins/spamassassin/spamassassin.h
3433 * src/plugins/spamassassin/spamassassin_gtk.c
3434 Merge spamassassin and spamassassin_gtk plugins,
3435 and build it by default.
3437 2005-11-12 [colin] 1.9.100cvs9
3439 * src/etpan/imap-thread.c
3442 2005-11-12 [colin] 1.9.100cvs8
3445 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
3447 2005-11-10 [colin] 1.9.100cvs7
3450 Fix bug #845 (sylpheed-claws 1.9.99+ start in
3453 2005-11-10 [wwp] 1.9.100cvs6
3455 * src/gtk/description_window.c
3456 fix a crash when closing description windows using the WM's [X] button
3458 2005-11-09 [colin] 1.9.100cvs5
3461 Update libetpan call to follow upstream
3462 (yes, this requires libetpan-0.40cvs3)
3464 2005-11-08 [colin] 1.9.100cvs4
3468 * src/common/utils.c
3469 * src/common/utils.h
3470 Enhance the email parser
3472 2005-11-08 [colin] 1.9.100cvs3
3475 Fix what looks like an off-by-one (fixes
3476 attachments from the Bat)
3478 2005-11-08 [wwp] 1.9.100cvs2
3481 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
3483 2005-11-08 [wwp] 1.9.100cvs1
3486 allow exiting Sylpheed-Claws from command-line
3488 2005-11-08 [paul] 1.9.100
3492 2005-11-07 [colin] 1.9.99cvs17
3496 Fix import of base-64 encoded items
3498 2005-11-07 [colin] 1.9.99cvs16
3500 * src/send_message.c
3501 Fix bug #314 (Queue does not empty under certain
3504 2005-11-07 [paul] 1.9.99cvs15
3508 fix buffer overflows
3511 2005-11-07 [paul] 1.9.99cvs14
3513 * doc/man/Makefile.am
3514 * doc/man/sylpheed-claws.1 ** ADDED **
3515 * doc/man/sylpheed.1 ** DELETED **
3516 rename and update the man file
3518 2005-11-06 [colin] 1.9.99cvs13
3521 Fix ldif_get_line() that returned empty strings
3522 (Didn't understand why). Also fix a possible
3525 2005-11-06 [wwp] 1.9.99cvs12
3529 * src/gtk/gtkutils.c
3530 * src/gtk/gtkutils.h
3531 fix a compilation warning,
3532 make links sensitive in the about dialog
3534 2005-11-04 [wwp] 1.9.99cvs11
3537 don't wrap or translate URIs, and a bit text format cleanup
3539 2005-11-04 [wwp] 1.9.99cvs10
3542 better textview tagging implementation (no more use of marks for
3545 2005-11-02 [colin] 1.9.99cvs9
3550 2005-11-02 [colin] 1.9.99cvs8
3553 Require libetpan-0.40 due to upstream fix
3555 Tell libetpan not to call SSL_Library_Init,
3556 as we do it ourselves.
3558 2005-11-02 [colin] 1.9.99cvs7
3561 Add missing files (thanks to Fabien Vantard)
3563 2005-11-02 [colin] 1.9.99cvs6
3566 Fix totals when read messages are hidden or quicksearch
3570 * src/common/ssl_certificate.c
3571 * src/common/ssl_certificate.h
3572 * src/gtk/sslcertwindow.c
3573 * src/gtk/sslcertwindow.h
3574 Fix copyright on my stuff
3576 2005-11-02 [wwp] 1.9.99cvs5
3578 * src/prefs_themes.c
3579 fix directory name checking (theme installation/removal),
3580 made related error a bit more verbose
3582 2005-11-02 [colin] 1.9.99cvs4
3585 Fix typo (probably fixes bug #841 (Sort by the From
3588 2005-11-02 [paul] 1.9.99cvs3
3592 updated by SungHyun Nam, Geir Helland
3594 fix typo in welcome message. spotted by
3597 2005-11-01 [colin] 1.9.99cvs2
3600 Fix replying to ml wen confirming subscription
3606 Make key check non blocking
3608 2005-10-31 [paul] 1.9.99cvs1
3610 * tools/claws.i18n.status.pl
3611 updated for ChangeLog
3613 2005-10-31 [paul] 1.9.99
3617 2005-10-31 [paul] 1.9.15cvs131
3621 * ChangeLog.claws ** REMOVED **
3622 * ChangeLog-gtk2.claws ** REMOVED **
3623 * ChangeLog.gtk1 ** ADDED **
3628 * README.claws ** REMOVED **
3629 * README.jp ** REMOVED **
3630 * RELEASE_NOTES ** ADDED **
3631 * RELEASE_NOTES.claws ** REMOVED **
3634 * sylpheed.spec.in ** REMOVED **
3635 tidy up and update the default docs:
3636 ChangeLog.claws is renamed ChangeLog.gtk1
3637 ChangeLog-gtk2.claws is renamed ChangeLog
3638 README.claws is renamed README
3639 RELEASE_NOTES.claws is renamed RELEASE_NOTES
3641 2005-10-31 [paul] 1.9.15cvs130
3646 2005-10-31 [paul] 1.9.15cvs129
3657 updated by Miquel Oliete, Stephan Sachse and
3658 Thomas Gilgin, me, Fabien Vantard, Andrea
3659 Spadaccini, Frederico Goncalves Guimaraes,
3660 Andrej Kacian, Aleksandar Urosevic, and
3663 2005-10-31 [mones] 1.9.15cvs128
3669 Updated for release.
3671 2005-10-30 [colin] 1.9.15cvs127
3674 Place cursor before rewrapping (fixes cursor
3675 pos if quotation gets rewrapped)
3677 2005-10-29 [paul] 1.9.15cvs126
3685 corrections to text items
3687 2005-10-28 [colin] 1.9.15cvs125
3690 Make "hit 'C' to check sig" work from extern
3693 2005-10-27 [colin] 1.9.15cvs124
3696 Add a hack to avoid segfaulting when hammering
3699 2005-10-27 [wwp] 1.9.15cvs123
3701 * src/prefs_themes.c
3702 sort list of themes names in themes prefs
3704 2005-10-27 [paul] 1.9.15cvs122
3707 * src/prefs_account.c
3708 fix building on Solaris
3711 2005-10-27 [wwp] 1.9.15cvs121
3714 * src/gtk/gtksctree.c
3715 speed up unselecting messages in summary view (thanks to Colin)
3717 2005-10-27 [paul] 1.9.15cvs120
3720 fix a compilation warning
3722 fix updating of 'n items selected' count
3725 2005-10-27 [martin] 1.9.15cvs119
3728 ignore actions with a leading '/' in the action menu name
3729 fixes a crash on menu creation
3730 * src/prefs_actions.c
3731 do not allow a leading '/' in the action menu name
3733 2005-10-27 [paul] 1.9.15cvs118
3736 fix compilation warning
3738 2005-10-27 [paul] 1.9.15cvs117
3741 add #if HAVE_LOCALE_H
3743 2005-10-27 [paul] 1.9.15cvs116
3745 * src/plugins/clamav/clamav_plugin.c
3746 * src/plugins/dillo_viewer/dillo_viewer.c
3747 * src/plugins/mathml_viewer/mathml_viewer.c
3748 * src/plugins/pgpcore/plugin.c
3749 * src/plugins/pgpinline/plugin.c
3750 * src/plugins/pgpmime/plugin.c
3751 * src/plugins/spamassassin/spamassassin.c
3752 * src/plugins/trayicon/trayicon.c
3753 plugin_init() : make error messages more
3756 2005-10-26 [wwp] 1.9.15cvs115
3758 * src/prefs_matcher.c
3759 enlarge boolean op widget width a bit (wasn't always showing text contents)
3761 2005-10-26 [wwp] 1.9.15cvs114
3764 * src/gtk/gtksctree.c
3765 * src/plugins/spamassassin/libspamc.c
3766 * src/plugins/spamassassin/spamassassin.c
3767 fix some compilation warnings more
3769 2005-10-26 [mones] 1.9.15cvs113
3774 2005-10-26 [paul] 1.9.15cvs112
3776 * src/prefs_message.c
3777 give all display_xface stuff the
3778 #if HAVE_LIBCOMPFACE treatment, thus
3780 (Thanks to Wolfgang Enderlein)
3782 2005-10-26 [colin] 1.9.15cvs111
3788 Remove context menu items that should not be there
3793 Don't show the mainwindow too soon
3795 2005-10-26 [wwp] 1.9.15cvs110
3800 fix uninitialized pointers in the folder updating hook
3803 2005-10-25 [mones] 1.9.15cvs109
3806 General information subsection completed.
3807 Removed archaic references.
3810 * manual/dtd/manual.dsl
3811 Added customization stylesheet for getting paragraphs
3812 fully justified in PDF output (as suggested by Colin).
3814 2005-10-25 [colin] 1.9.15cvs108
3819 2005-10-25 [colin] 1.9.15cvs107
3823 Fix leak (xml_get_element() allocates memory)
3825 Fix leak + dead code (shame!)
3829 2005-10-25 [colin] 1.9.15cvs106
3832 Fix encoding issue in Save all and in
3833 overwrite-confirmation alertpanel
3835 2005-10-25 [colin] 1.9.15cvs105
3837 * src/common/socket.c
3838 Fix a leak - Thanks to Christopher Aillon
3839 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
3841 2005-10-25 [paul] 1.9.15cvs104
3844 Always guess servers from the right-hand
3845 email part and guess username from the
3846 left-hand part. (Thanks to Colin)
3847 add an X-Face to the welcome message
3849 2005-10-25 [paul] 1.9.15cvs103
3851 * manual/handling.xml
3852 written by Colin, edited by me