1 2006-03-18 [colin] 2.0.0cvs154
6 2006-03-18 [colin] 2.0.0cvs153
9 Make sure we hide the preview if we didn't get
12 2006-03-18 [colin] 2.0.0cvs152
15 Set cursor to watch for execution (fixes lack
16 of watch-cursor when dnd'ing hundreds of mails)
18 Check that mime type is 'image/*' before updating
19 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
21 2006-03-18 [colin] 2.0.0cvs151
26 Put a watch cursor in textview too when the mainwindow's
29 2006-03-18 [colin] 2.0.0cvs150
32 Change wrong asserts to simple tests
34 2006-03-17 [colin] 2.0.0cvs149
38 * src/prefs_msg_colors.c
41 * src/gtk/colorlabel.c
42 * src/gtk/colorlabel.h
43 Add a color label menu in the main menubar
44 Add (fixed) accels Ctrl-{0-7} to change the color
45 They have to be fixed because the menu's dynamic,
46 the items are complex widgets, hence we can't use
50 2006-03-17 [wwp] 2.0.0cvs148
53 rollback few lines from my previous commit (those lines come from
54 a pending patch, accidentally commited, even if neutral as they are
57 2006-03-17 [wwp] 2.0.0cvs147
60 fix a compilation warning (wrong return type, introduced w/ cvs143), and
61 applied code style/indentation to the modified function.
63 2006-03-17 [wwp] 2.0.0cvs146
67 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
73 2006-03-17 [paul] 2.0.0cvs145
76 addressbook_read_file() was called twice
80 2006-03-16 [colin] 2.0.0cvs144
84 And the last one, in source window.
86 2006-03-16 [colin] 2.0.0cvs143
90 Fix the same stuff in compose
92 2006-03-16 [colin] 2.0.0cvs142
95 Complete the previous messageview crash fix
97 2006-03-16 [colin] 2.0.0cvs141
102 Fix POSTPROCESSING hook
103 Patch by H. Merijn Brand
107 Parse Content-Location
112 Don't crash when a top-level MessageView has
113 been closed on us. Same problematic than
114 yesterday's quicksearch issue.
116 2006-03-15 [colin] 2.0.0cvs140
118 * src/gtk/quicksearch.c
119 Fix a bitchy race we didn't think about when we
120 added quicksearch cancellation:
121 If the search is not on cached fields, for example
122 body_part matchcase "stuff"
123 the matcher code has to get the whole message. If
124 we're on IMAP, that can be slow, and in order to
125 be non-blocking, the IMAP code idle loop processes
126 gtk events too. So it is possible to cancel a
127 quicksearch while the matcher is getting the mail's
128 body. After matcher got its body, it will start to
129 iterate over the matcher list that the Quicksearch's
130 clear_search_cb() just freed via prepare_matcher().
132 The fix consists of guarding the matcherlist_match()
133 call with a boolean 'matching'. If we reset the
134 quicksearch while matching is TRUE, we don't free
135 the matcherlist anymore like we did, but we set
136 another new flag, deferred_free, to TRUE. Then,
137 in quicksearch_match(), just after returning from
138 matcherlist_match() and unsetting the matching flag,
139 we check the deferred_free flag and do the
140 prepare_matcher() (which does the matcherlist_free)
141 for real, so we free the matcherlist once it's not
143 As all of this runs via the glib main loop, we
144 luckily don't need a mutex.
146 Also, show progress while searching.
149 2006-03-14 [colin] 2.0.0cvs139
152 Make alertpanel_is_open non-static
154 2006-03-14 [colin] 2.0.0cvs138
156 * src/prefs_spelling.c
157 Cleanups - Fabien Vantard
159 2006-03-14 [wwp] 2.0.0cvs137
162 code style normalization (curly braces, indentation).
164 2006-03-14 [wwp] 2.0.0cvs137
167 code style (braces, indentation)
169 2006-03-12 [paul] 2.0.0cvs136
172 trans_hdr defaults to FALSE to be RFC-savvy
173 * src/prefs_summaries.c
174 add a tooltip to the trans_hdr option
177 2006-03-12 [paul] 2.0.0cvs135
179 * src/prefs_matcher.c
180 give a little more width to the combos
181 * src/prefs_display_header.c
183 translate headers if prefs_common.trans_hdr
186 Patches by Pawel Pekala
188 2006-03-12 [paul] 2.0.0cvs134
190 * src/plugins/clamav/clamav_plugin.c
191 * src/plugins/dillo_viewer/dillo_viewer.c
192 * src/plugins/pgpcore/plugin.c
193 * src/plugins/pgpinline/plugin.c
194 * src/plugins/pgpmime/plugin.c
195 * src/plugins/spamassassin/spamassassin.c
196 update/add to descriptions
197 * src/plugins/spamassassin/spamassassin_gtk.c
198 fixes to the english, remove superfluous
199 tooltips, clean up a little
201 2006-03-12 [paul] 2.0.0cvs133
204 fix Bug 924, 'Account combo box shows up wrong
205 if & is in account name'
207 2006-03-11 [colin] 2.0.0cvs132
210 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
211 messed up shift-selection because is slows down
212 moving around summaryview. thanks -users
214 2006-03-10 [colin] 2.0.0cvs131
216 * src/plugins/spamassassin/spamassassin_gtk.c
217 Put back Paul's engrish fixes
219 2006-03-10 [colin] 2.0.0cvs130
221 * src/plugins/spamassassin/spamassassin.c
222 * src/plugins/spamassassin/spamassassin.h
223 * src/plugins/spamassassin/spamassassin_gtk.c
224 Cleanup SA prefs page (more)
225 Patch by Fabien Vantard
227 2006-03-10 [paul] 2.0.0cvs129
229 * src/prefs_msg_colors.c
230 * src/prefs_spelling.c
233 2006-03-09 [mones] 2.0.0cvs128
238 2006-03-09 [wwp] 2.0.0cvs127
241 revert accidental commit (requirement for libetpan 0.43), this time
244 2006-03-09 [wwp] 2.0.0cvs125
247 revert accidental commit (requirement for libetpan 0.43)
249 2006-03-09 [paul] 2.0.0cvs126
251 * src/prefs_receive.c
253 replace 'incorporation' with 'receiving'
254 * src/plugins/clamav/clamav_plugin_gtk.c
255 * src/plugins/spamassassin/spamassassin_gtk.c
256 improve widget sensitivity
257 fix a bit his engrish
259 2006-03-09 [wwp] 2.0.0cvs125
265 remember some more windows' sizes (add to addressbook and
268 2006-03-09 [paul] 2.0.0cvs124
270 * src/plugins/pgpcore/prefs_gpg.c
271 normalise construction of dialogue
273 2006-03-09 [paul] 2.0.0cvs123
275 * src/plugins/trayicon/Makefile.am
278 2006-03-08 [colin] 2.0.0cvs122
280 * src/plugins/trayicon/Makefile.am
281 Fix build in separate dir
282 Patch by Bamanzi <bamanzi@gmail.com>
284 2006-03-08 [colin] 2.0.0cvs121
287 Batch move and copies from summaryview with delayed execution
290 2006-03-07 [paul] 2.0.0cvs120
293 fix highlighting of URIs containing "()"
294 Patch by Pawel Pekala
296 2006-03-07 [paul] 2.0.0cvs119
301 immediately do alphabetical resort when
302 changing a folder's name
303 Patch by Pawel Pekala
305 2006-03-07 [paul] 2.0.0cvs118
309 when unsubscribing a newsgroup, remove the
310 folder and msgs in .sylpheed-claws/newscache
311 Patch by Pawel Pekala <c0rn@gazeta.pl>
313 2006-03-07 [paul] 2.0.0cvs117
316 fix wrong Fake URL Warning
319 2006-03-07 [colin] 2.0.0cvs116
322 Return immediately when password dialog was
324 * src/gtk/inputdialog.c
325 Allow empty strings for passwords
328 2006-03-06 [colin] 2.0.0cvs115
331 Prevent double-timeouts when connection fails
337 2006-03-06 [colin] 2.0.0cvs114
340 Refresh session during potentially long
343 2006-03-06 [wwp] 2.0.0cvs113
345 * src/prefs_msg_colors.h
346 forgot that one (custom color labels).
348 2006-03-06 [wwp] 2.0.0cvs112
352 * src/prefs_msg_colors.c
355 * src/gtk/colorlabel.c
356 * src/gtk/colorlabel.h
357 colors in messages list are now customizable. Color values and names can
358 be changed in "Configuration/Preferences/Display/Colors/Color labels".
359 Thanks to Paul and Colin for their help with this longstanding patch!
361 2006-03-06 [wwp] 2.0.0cvs111
364 don't crash if (x)face is bad.
366 2006-03-05 [paul] 2.0.0cvs110
371 * src/common/Makefile.am
373 * src/etpan/imap-thread.c
375 * src/plugins/clamav/Makefile.am
376 * src/plugins/demo/Makefile.am
377 * src/plugins/dillo_viewer/Makefile.am
378 * src/plugins/pgpcore/Makefile.am
379 * src/plugins/pgpcore/passphrase.c
380 * src/plugins/pgpinline/Makefile.am
381 * src/plugins/pgpmime/Makefile.am
382 * src/plugins/spamassassin/Makefile.am
383 * src/plugins/trayicon/Makefile.am
384 fix builiding on cygwin
385 Patch by Ralgh Young <bamanzi@gmail.com>
387 2006-03-04 [wwp] 2.0.0cvs109
389 * manual/keyboard.xml
390 fix mixed up/down keys.
392 2006-03-04 [wwp] 2.0.0cvs108
396 updated links to SpamAssassin.
398 2006-03-04 [wwp] 2.0.0cvs107
401 * src/plugins/spamassassin/README
402 updated SpamAssassin plugin docs to reflect new functional additions
403 (also fix/update/documents few technical stuff more, see the README).
405 2006-03-04 [wwp] 2.0.0cvs106
407 * src/prefs_message.c
408 normalized capitalization of message-prefs paths.
410 2006-03-04 [wwp] 2.0.0cvs105
412 * manual/advanced.xml
415 2006-03-03 [colin] 2.0.0cvs104
417 * src/plugins/clamav/clamav_plugin_gtk.c
418 Rework prefs page, patch by Fabien
420 2006-03-03 [colin] 2.0.0cvs103
422 * src/plugins/clamav/clamav_plugin.c
423 Set error on all errors
425 2006-03-03 [colin] 2.0.0cvs102
427 * src/common/plugin.c
428 Initialize error to avoid crashing when a plugin fails
429 without setting error
431 2006-03-02 [wwp] 2.0.0cvs101
434 fixed linker flags for libetpan support on Cygwin
435 (thanks to H.Merijn Brand).
437 2006-03-02 [wwp] 2.0.0cvs100
440 fix some AB error messages: one for punctuation and
441 one wrongly duplicate (thanks, maxbritov).
443 2006-03-02 [wwp] 2.0.0cvs99
445 * src/plugins/spamassassin/spamassassin.c
446 make sync calls to sa-learn/spamc to prevent
447 system (whatever local or client/server) overload.
449 2006-03-02 [colin] 2.0.0cvs98
452 Put the spam icon in the status column instead of the
455 2006-03-01 [colin] 2.0.0cvs97
457 * src/plugins/spamassassin/spamassassin.c
458 Fix segfault (g_file_set_contents fails for some
459 reason and err==0x2f. Can't find out why with
460 valgrind, using working function :-)
462 2006-03-01 [colin] 2.0.0cvs96
465 Offline overriding: let 'No' be cached only 3 seconds
467 2006-03-01 [colin] 2.0.0cvs95
473 * src/folder_item_prefs.c
482 * src/prefs_msg_colors.c
489 * src/simple-gettext.c
495 * src/common/ssl_certificate.c
498 * src/gtk/gtksctree.c
499 * src/gtk/gtkshruler.c
500 * src/plugins/trayicon/trayicon.c
501 #if 0 goes to /dev/null
503 2006-03-01 [colin] 2.0.0cvs94
511 * src/plugins/spamassassin/spamassassin.c
512 Allow to add information in the "working offline"
515 2006-03-01 [wwp] 2.0.0cvs93
517 * src/plugins/spamassassin/spamassassin.c
518 fixed spamc invocation: use a tricky temporary mini shell wrapper
519 'cause it seems that calling `spamc ... < inputfile` with
520 g_spawn_(a)sync simply.. erm doesn't work :-).
522 2006-03-01 [wwp] 2.0.0cvs92
526 simplify the adding of spam/ham button to the messageview toolbar
527 (it gets more clear now that the same button will be "Mark as spam"
528 or "Mark as ham" according to the current message status,
531 2006-03-01 [wwp] 2.0.0cvs91
537 * src/plugins/spamassassin/spamassassin.c
538 * src/plugins/spamassassin/spamassassin.h
539 make learner callbacks return a status (0 for ok),
540 handle it in main code to avoid setting flags when learning failed,
541 don't learn on TCP if offline in spamassassin,
546 2006-03-01 [wwp] 2.0.0cvs90
549 some work around the compose window's account menu,
550 patch by Fabien Vantard.
552 2006-03-01 [wwp] 2.0.0cvs89
554 * src/plugins/spamassassin/spamassassin.c
555 fixed bad logics, was using spamc in local mode and sa-learn
556 in remote mode (thanks, Colin).
558 2006-03-01 [wwp] 2.0.0cvs88
560 * src/plugins/spamassassin/spamassassin.c
561 * src/plugins/spamassassin/spamassassin.h
562 * src/plugins/spamassassin/spamassassin_gtk.c
563 made processing of emails w/ sa-plugin an option (default is TRUE),
564 fixed Engrish some tooltips, capitalization of some debug messages
565 and warnings. The spamassassin plugin now provides two separate
566 services: process emails upon incorporation and spamd training.
567 Both services (un)register independently but use some common
568 plugin settings (transport settings, spam storage location).
570 2006-02-28 [wwp] 2.0.0cvs87
572 * src/plugins/spamassassin/spamassassin.c
573 fix async flag to spamc cmdline execution (batch exec should
576 2006-02-27 [wwp] 2.0.0cvs86
578 * src/plugins/spamassassin/spamassassin.c
579 * src/plugins/spamassassin/spamassassin.h
580 * src/plugins/spamassassin/spamassassin_gtk.c
581 - added the ability to learn a remote spamassassin server (spamd),
583 - added the spamassassin option 'username', that applies to all
584 spamassassin operations (filtering, learning, local or remote).
585 The default username is the current unix user (if left blank
586 from gtk prefs or config file).
587 - commented out some unused code (notebook widget), removed unused
589 - make more widgets sensitive to the transport type.
591 2006-02-27 [colin] 2.0.0cvs85
593 * src/plugins/spamassassin/spamassassin.c
594 Fix sa-learn call when offline
596 2006-02-27 [colin] 2.0.0cvs84
604 * src/prefs_toolbar.c
611 * src/pixmaps/ham_btn.xpm
612 * src/pixmaps/spam.xpm
613 * src/pixmaps/spam_btn.xpm
614 * src/plugins/spamassassin/spamassassin.c
615 Add button in toolbar for spam learning
616 Fix a few bugs from the last related commit
617 Revert 1.9.6cvs23 which messed up shift-selection
619 2006-02-24 [colin] 2.0.0cvs83
624 * src/plugins/spamassassin/spamassassin.c
625 * src/plugins/spamassassin/spamassassin.h
626 * src/plugins/spamassassin/spamassassin_gtk.c
627 Unregister learner when spamassassin is either
630 2006-02-24 [colin] 2.0.0cvs82
641 * src/gtk/icon_legend.c
642 * src/pixmaps/spam.xpm ** NEW FILE **
643 * src/plugins/spamassassin/spamassassin.c
644 * src/plugins/spamassassin/spamassassin_gtk.c
645 Add spam learning interface (Mark/Mark as
648 2006-02-24 [wwp] 2.0.0cvs81
653 hide compose window when sending message in batch mode
654 (filtering: forward and redirect). Also fixed a wrong
655 value returned when sending failed, neutral anyway.
658 2006-02-24 [wwp] 2.0.0cvs80
661 use GTK+'s stock quit button. Patch by Fabien Vantard.
663 2006-02-24 [paul] 2.0.0cvs79
668 fix bug 916, 'newsgroup unsubscribe segmentation fault'
671 2006-02-23 [colin] 2.0.0cvs78
674 Change OK to Close in alertpanel with View log
675 button; add accel to View log. Patch by Fabien
678 2006-02-23 [wwp] 2.0.0cvs77
681 silly me, there were much more tests to perform, since toolbars can
682 really have down to 1 element only.
684 2006-02-23 [wwp] 2.0.0cvs76
687 fixed indentation from my previous commit. Fallback to VISUAL if
688 EDITOR is not set (and to vi, at last resort).
690 2006-02-23 [wwp] 2.0.0cvs75
693 improved error detection (Colin, me).
695 2006-02-23 [wwp] 2.0.0cvs74
697 * src/prefs_toolbar.c
698 simplify and fix prefs/toolbars layouting. Combos' contents can
699 now be really displayed.
701 2006-02-23 [wwp] 2.0.0cvs73
702 simplifies and fix prefs/toolbars layouting. Combos' contents can now
705 2006-02-22 [wwp] 2.0.0cvs72
708 fix a typo in my previous commit (sorry!).
710 2006-02-22 [wwp] 2.0.0cvs71
712 * src/prefs_toolbar.c
713 fix a crash when adding separators to toolbars,
714 also fix some separator item information.
716 2006-02-22 [wwp] 2.0.0cvs70
719 fix a crash when redirecting (for instance) when compose window's
720 toolbar contents has been customized (when some buttons have been
723 2006-02-21 [wwp] 2.0.0cvs69
726 * src/gtk/pluginwindow.c
727 * src/plugins/pgpcore/prefs_gpg.c
728 fix some compilation warnings (feat. remains of removed code).
730 2006-02-21 [wwp] 2.0.0cvs68
733 fix two compilation issues, thanks to Stephan Sachse.
735 2006-02-20 [colin] 2.0.0cvs67
738 Don't reselect displayed mail on refocus
739 This fixes actions misbehaving
741 2006-02-20 [wwp] 2.0.0cvs66
744 * src/gtk/gtksctree.c
745 * src/gtk/gtkshruler.c
746 changed more runtime typecast checks.
748 2006-02-20 [wwp] 2.0.0cvs65
750 * src/summary_search.c
751 find all - summaryview refresh issue fixed, thanks to Colin.
753 2006-02-20 [wwp] 2.0.0cvs64
756 better runtime typecast checks.
758 2006-02-20 [wwp] 2.0.0cvs63
760 * src/summary_search.c
761 enhancements to the summary search:
762 - add the ability to stop the running search
763 (upon ESC-key press, new Stop button or when Clear button is pressed)
764 - don't search if no criteria (From/To/Subject/Body) is set
765 - ensure that a busy mouse pointer is always shown when searching,
766 show it even a bit earlier
768 2006-02-19 [colin] 2.0.0cvs62
772 * src/etpan/imap-thread.c
773 * src/etpan/imap-thread.h
774 (Future) IMAP speed improvement on sending
775 Will require a libetpan update
777 * src/gtk/quicksearch.c
778 Make quicksearch clearable while running.
780 2006-02-17 [colin] 2.0.0cvs61
783 * src/etpan/imap-thread.c
784 * src/etpan/imap-thread.h
785 Check for IMAP certificates
786 ** Requires libetpan-0.42-cvs4
787 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
789 2006-02-17 [colin] 2.0.0cvs60
794 * src/prefs_message.c
795 Add pref to display HTML-only mails with plugin,
796 if possible (defaulting to FALSE of course).
798 2006-02-16 [colin] 2.0.0cvs59
801 * src/common/plugin.c
802 * src/common/plugin.h
803 * src/gtk/pluginwindow.c
804 Keep track of requested (but unloaded) plugins
807 2006-02-16 [wwp] 2.0.0cvs58
809 * src/gtk/gtkaspell.c
810 * src/gtk/gtkaspell.h
811 * src/prefs_spelling.c
815 implemented new optional spellchecker behaviour: re-check message when
816 dictionary got changed (from compose-window/context-menu/Change dictionary).
818 2006-02-16 [wwp] 2.0.0cvs57
820 * src/quote_fmt_parse.y
821 pclose popen'ed pipe.
823 2006-02-15 [colin] 2.0.0cvs56
827 Let MimeViewers know which MimeView they
830 Swap From/To columns in Sent/Queue/Drafts
832 * src/etpan/imap-thread.c
833 Use mailstream_low_tls_open() for STARTTLS
834 instead of mailstream_low_ssl_open()
835 ** REQUIRES libetpan 0.42cvs3 **
837 2006-02-15 [wwp] 2.0.0cvs55
841 * src/message_search.c
842 * src/message_search.h
846 added the ability to Find text in the compose window (and a bit
847 of code factorization).
849 2006-02-15 [wwp] 2.0.0cvs54
852 yet another one file was missing (fix for some widgets' sensitivity).
855 2006-02-15 [wwp] 2.0.0cvs53
858 oops forgot that file (fix for some widgets' sensitivity).
860 2006-02-15 [wwp] 2.0.0cvs52
862 * src/summary_search.c
863 implemented advanced summary search options (added the ability
864 to use matcher conditions in an advanced search mode).
866 2006-02-15 [wwp] 2.0.0cvs51
868 * src/plugins/pgpcore/prefs_gpg.c
869 * src/prefs_account.c
870 fix some widget sensitivity, mostly around some labels in
873 2006-02-15 [paul] 2.0.0cvs50
875 * manual/advanced.xml
876 improve Templates info
879 2006-02-14 [colin] 2.0.0cvs49
881 * src/pixmaps/address_book.xpm
882 * src/pixmaps/preferences.xpm
883 * src/pixmaps/properties.xpm
884 Fix pixmap size - patch by Fabien Vantard
886 2006-02-13 [colin] 2.0.0cvs48
889 Add missing fclose()s on error
893 Fix temp files not being deleted on windows
894 Patches by Thomas Gilgin
896 2006-02-13 [colin] 2.0.0cvs47
901 2006-02-13 [wwp] 2.0.0cvs46
903 * src/plugins/pgpcore/prefs_gpg.c
904 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
906 2006-02-12 [colin] 2.0.0cvs45
911 Fix "stuff" when quitting
913 2006-02-12 [wwp] 2.0.0cvs44
916 fix typos in debug messages.
918 2006-02-11 [colin] 2.0.0cvs43
921 don't allow drag/drop from ourself
923 2006-02-10 [wwp] 2.0.0cvs42
930 renamed html_ prefixed functions and data structures to avoid
931 namespace clashes w/ other software (gtkhtml2 for instance).
935 2006-02-09 [colin] 2.0.0cvs41
938 Fix shitty logic messed up. Thanks Ticho for the hint!
940 2006-02-09 [wwp] 2.0.0cvs40
944 * src/prefs_account.c
947 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
948 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
949 Browse buttons in accounts prefs.
951 2006-02-09 [colin] 2.0.0cvs39
954 Check for pointer before using its members
955 * src/gtk/gtksourceprintjob.c
958 2006-02-09 [wwp] 2.0.0cvs38
961 fix few compiler warnings (type mismatch).
963 2006-02-09 [paul] 2.0.0cvs37
966 updated by Fabien Vantard
968 2006-02-08 [colin] 2.0.0cvs36
972 * src/common/plugin.c
973 allow windows and linux configurations to coexist
974 patch by Thomas Gilgin
976 2006-02-08 [colin] 2.0.0cvs35
981 * src/matcher_parser_parse.y
982 * src/prefs_filtering_action.c
983 * src/prefs_matcher.c
984 Add the "Ignore thread" filtering
987 2006-02-08 [colin] 2.0.0cvs34
992 Fix bug #905 (damaged attachment)
993 text files with raw \0's aren't really text files
996 2006-02-08 [colin] 2.0.0cvs33
999 Fix crasher introduced yesterday
1001 2006-02-08 [wwp] 2.0.0cvs32
1005 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
1007 2006-02-08 [wwp] 2.0.0cvs31
1009 * src/prefs_template.c
1010 templates enhancement: allow address completion for Cc and Bcc fields
1011 (it was currently possible for the To field only)
1013 2006-02-08 [colin] 2.0.0cvs30
1016 Don't unblock if not blocked
1019 2006-02-07 [colin] 2.0.0cvs29
1022 Forgot to refresh summaryview
1024 2006-02-07 [colin] 2.0.0cvs28
1027 Freeze/thaw message list and folder list while
1028 processing %as{} actions
1030 Fix auto-wrap disabling after a middle-click
1033 2006-02-07 [paul] 2.0.0cvs27
1036 fix freeing of uninitialised pointers
1039 2006-02-06 [colin] 2.0.0cvs26
1042 Use g_slist_prepend in potentially big list
1044 2006-02-06 [colin] 2.0.0cvs25
1047 Completely skip processing if it doesn't
1050 2006-02-06 [colin] 2.0.0cvs24
1054 Batch filtering in summaryview (from Tools menu)
1055 and pre/post//-processing too
1057 2006-02-06 [colin] 2.0.0cvs23
1061 Use a special field for batch filtering instead
1062 of stepping on deferred execution's toes
1064 2006-02-06 [colin] 2.0.0cvs22
1071 Fix filtering via menus and actions
1073 2006-02-06 [colin] 2.0.0cvs21
1076 Put the added file directly to cache if possible (will work
1084 Move and copy filtered messages by batches instead of one
1085 by one - faster on IMAP
1087 Add a function that'll possibly be useful later
1089 2006-02-06 [colin] 2.0.0cvs20
1092 Use internal mime-type instead of text/plain for d'n'd
1094 Allow attaching files from mimeview's icon list via d'n'd
1097 Use internal mime-type instead of text/plain for d'n'd
1098 Don't try to selected opened folder if none is
1099 Factorize d'n'd from other apps code
1102 * src/gtk/gtkutils.c
1103 * src/gtk/gtkutils.h
1104 Factorize Face/X-Face stuff
1106 Fix d'n'd to other apps
1107 * src/prefs_message.c
1108 Let the XFace pref be usable without libcompface as it also
1111 Fix d'n'd to other apps
1112 Factorize d'n'd from other apps code
1114 2006-02-06 [wwp] 2.0.0cvs19
1117 Italian translation fixes by Andrea Spadaccini (no more confusion
1118 between filtering and processing, and few changes in the About
1122 2006-02-06 [mones] 2.0.0cvs18
1124 * src/gtk/icon_legend.c
1125 Improved descriptions allowing better translations
1127 2006-02-05 [colin] 2.0.0cvs17
1130 Add the f*cking missing expunge that caused imap_fetch_env
1131 to fail after an add_msgs ! :-///
1132 * src/etpan/imap-thread.c
1136 2006-02-05 [colin] 2.0.0cvs16
1138 * src/common/utils.c
1139 Don't check for return-path (or we can't put
1140 back non-sent mails)
1142 2006-02-05 [colin] 2.0.0cvs15
1145 Don't try to display Face header in textview
1146 when teh headerview's active
1148 2006-02-05 [colin] 2.0.0cvs14
1150 * tools/tbird2syl.py
1152 Add script to import Thunderbird mails
1154 2006-02-05 [colin] 2.0.0cvs13
1161 Show Face headers - patch partially by Klaus Flittner
1163 2006-02-05 [colin] 2.0.0cvs12
1167 * src/common/utils.c
1168 * src/common/utils.h
1169 Let dnd work from mime icons to summaryview
1170 and to folderview too
1171 Add a crude test to avoid trying to add files
1172 drag'n'dropped when they're not mails
1174 2006-02-04 [colin] 2.0.0cvs11
1180 2006-02-04 [colin] 2.0.0cvs10
1187 Added various drag and drop capas:
1189 summaryview other apps
1190 mimeview icons other apps
1191 other apps summaryview
1192 other apps folderview
1194 This shouldn't have broken the existing:
1196 summaryview folderview
1197 folderview folderview
1198 summaryview compose's attachments
1202 2006-02-02 [paul] 2.0.0cvs9
1205 move global option 'Set displayed columns...' out
1206 of folder option grouping.
1207 fix sensitivity of 'harvest addresses'
1210 2006-02-01 [colin] 2.0.0cvs8
1213 Revert the alertpanel patch, it sucks (intrusive
1214 and gets in the way of "open")
1216 2006-02-01 [colin] 2.0.0cvs7
1219 * src/prefs_account.c
1220 * src/prefs_common.c
1222 * src/common/utils.c
1223 * src/common/utils.h
1224 Add ability to edit the signature file
1225 from the account preferences, and use
1226 a default for the text editor.
1227 Patch by Fabien Vantard
1229 2006-02-01 [colin] 2.0.0cvs6
1232 Try to get mime type by extension if it is
1233 application/octet-stream
1234 Display a window with possible choices when
1235 encountering unknown mime types
1239 Allow multiple selection in filtered filesel
1240 (patch by Fabien Vantard)
1241 * src/gtk/pluginwindow.c
1242 Use it (patch by Fabien Vantard)
1244 2006-02-01 [paul] 2.0.0cvs5
1247 fix crash on creating jpilot address book
1248 Thanks to Colin - FOR_STABLE
1249 * src/prefs_summaries.c
1250 * src/prefs_wrapping.c
1251 * src/gtk/icon_legend.c
1252 * src/gtk/quicksearch.c
1253 string fixes and additions
1255 2006-02-01 [paul] 2.0.0cvs4
1261 add Arabic encoding option
1262 Patch submitted by Mohammed Sameer <msameer@users.sf.net>
1264 2006-01-31 [colin] 2.0.0cvs3
1266 * src/plugins/pgpcore/passphrase.c
1267 Convert passphrase to locale encoding
1269 Fix drafting on IMAP. Crappy bug sneaked in
1273 2006-01-30 [paul] 2.0.0cvs2
1275 * src/gtk/icon_legend.c
1276 show the new entries
1278 2006-01-30 [colin] 2.0.0cvs1
1281 Check for the file to be present before
1282 enabling the menu - FOR_STABLE
1283 * src/gtk/icon_legend.c
1284 Add folders icons (not all of them, there
1285 are too much, but the most intriguing ones)
1287 2006-01-30 [paul] 2.0.0
1289 version 2.0.0 released
1291 2006-01-30 [paul] 1.9.100cvs200
1296 * manual/starting.xml
1297 * manual/sylpheed-claws-manual.xml
1300 2006-01-29 [mones] 1.9.100cvs199
1302 * manual/account.xml
1303 * manual/advanced.xml
1304 * manual/glossary.xml
1305 Some typos fixed, added LDIF term to glossary
1307 Fixed leading plus symbol
1309 2006-01-29 [paul] 1.9.100cvs198
1313 updated by Tommi Pirinen and Andrej Kacian
1315 2006-01-29 [paul] 1.9.100cvs197
1320 2006-01-29 [paul] 1.9.100cvs196
1325 * tools/claws.i18n.status.pl
1326 nl translation updated by Tim Dijkstra
1328 2006-01-29 [paul] 1.9.100cvs195
1332 updated by Aleksandar Urosevic and Anders Troback
1334 2006-01-28 [colin] 1.9.100cvs194
1336 * src/gtk/gtksourceprintjob.c
1337 Don't fiddle with PangoLayout when we
1340 2006-01-28 [paul] 1.9.100cvs193
1346 * tools/claws.i18n.status.pl
1347 updated translations submitted by Stavros Giannouris
1350 2006-01-27 [colin] 1.9.100cvs192
1353 * src/gtk/gtksourceprintjob.c
1355 (libgnomeprint only, of course)
1357 2006-01-27 [paul] 1.9.100cvs191
1361 updated by Fabien Vantard and Andrea Spadaccini
1363 2006-01-26 [colin] 1.9.100cvs190
1365 * manual/Makefile.am
1367 Make building the manual optional
1370 2006-01-26 [paul] 1.9.100cvs189
1372 * manual/glossary.xml
1373 * manual/plugins.xml
1378 2006-01-26 [paul] 1.9.100cvs188
1380 * src/prefs_display_header.c
1381 * src/prefs_folder_column.c
1382 * src/prefs_msg_colors.c
1383 * src/prefs_summaries.c
1384 * src/prefs_summary_column.c
1387 2006-01-25 [colin] 1.9.100cvs187
1390 Don't allow moving/copying mails between
1391 queue/drafts and non-queue/drafts folders
1392 Fixes bug #897 (message header is resetted
1393 if one is copied to Drafts)
1395 2006-01-25 [colin] 1.9.100cvs186
1399 Fix subscribed folders not found
1401 Don't try to encode as original mail's charset
1404 2006-01-25 [paul] 1.9.100cvs185
1413 updates submitted by Stephan Sachse, Emilian Nowak
1414 and Quar, Frederico Goncalves Guimaraes, and
1416 Fix Bug 896, 'PT_BR locale broken'.
1420 2006-01-24 [mones] 1.9.100cvs184
1422 * manual/glossary.xml
1423 All current terms finished. Reviewers welcome ;-)
1424 * manual/keyboard.xml
1425 Fixed column width for pdf output.
1429 2006-01-24 [paul] 1.9.100cvs183
1431 * manual/glossary.xml
1433 * manual/dist/html/Makefile.am
1434 * manual/dist/pdf/Makefile.am
1435 * manual/dist/ps/Makefile.am
1436 * manual/dist/txt/Makefile.am
1440 2006-01-24 [mones] 1.9.100cvs182
1442 * manual/glossary.xml
1443 Nearly finished, some terms missing.
1445 2006-01-23 [paul] 1.9.100cvs181
1447 * manual/dist/html/Makefile.am
1448 * manual/dist/pdf/Makefile.am
1449 * manual/dist/ps/Makefile.am
1450 * manual/dist/txt/Makefile.am
1455 2006-01-22 [colin] 1.9.100cvs180
1458 * src/gtk/gtkaspell.c
1459 Don't deselect stuff before right-clicking, with aspell.
1460 (This prevented right-click Copy, for example).
1463 2006-01-22 [paul] 1.9.100cvs179
1465 * src/summary_search.c
1466 don't fix the widget size as it causes problems
1468 Thanks to Emilian Nowak
1470 2006-01-21 [paul] 1.9.100cvs178
1472 * src/prefs_themes.c
1473 fix broken underlining of label text
1474 with some translations
1476 2006-01-21 [colin] 1.9.100cvs177
1479 In French "Composition" puts the Compose toolbar's prefs in the wrong place
1481 2006-01-20 [colin] 1.9.100cvs176
1486 * manual/dist/html/.cvsignore
1487 * manual/dist/html/Makefile.am
1488 * manual/dist/pdf/.cvsignore
1489 * manual/dist/pdf/Makefile.am
1490 * manual/dist/ps/.cvsignore
1491 * manual/dist/ps/Makefile.am
1492 * manual/dist/txt/.cvsignore
1493 * manual/dist/txt/Makefile.am
1496 2006-01-20 [paul] 1.9.100cvs175
1498 * manual/handling.xml
1499 make Filtering and Searching entries easier to find
1500 * manual/keyboard.xml
1501 add the remaining default keybinds
1502 * src/prefs_summaries.c
1503 update the default keybinds
1505 2006-01-20 [paul] 1.9.100cvs174
1517 replace 'e-mail' with 'email'
1518 * src/summary_search.c
1519 add mnemonic to "Find all" button
1521 2006-01-20 [wwp] 1.9.100cvs173
1525 touched mbox import/export buttons for HIG-compliance
1527 2006-01-19 [paul] 1.9.100cvs172
1529 * manual/account.xml
1530 * manual/addrbook.xml
1531 * manual/advanced.xml
1533 * manual/handling.xml
1535 * manual/plugins.xml
1536 * manual/starting.xml
1539 2006-01-19 [paul] 1.9.100cvs171
1542 allow use of trash button while receiving
1545 2006-01-19 [wwp] 1.9.100cvs170
1547 * src/gtk/quicksearch.c
1549 force text color to black when yellow background is set
1551 2006-01-19 [colin] 1.9.100cvs169
1553 * src/plugins/trayicon/trayicon.c
1554 Gray out Get Mail when already getting mail
1556 2006-01-18 [paul] 1.9.100cvs168
1559 give widget yellow background was To is
1560 set via folder prefs
1561 * src/gtk/quicksearch.c
1562 give widget yellow background when quick
1566 2006-01-18 [paul] 1.9.100cvs167
1568 * doc/man/sylpheed-claws.1
1569 add --subscribe option
1571 2006-01-18 [paul] 1.9.100cvs166
1573 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1574 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1575 use %U instead of %F (%F is broken for user installed
1578 2006-01-18 [colin] 1.9.100cvs165
1581 Default to Yes in "No more * messages" dialogs
1583 2006-01-17 [colin] 1.9.100cvs164
1586 Possibly fix an invalid iterator causing
1589 2006-01-17 [colin] 1.9.100cvs163
1592 Fix crash when the image disappears under the
1595 2006-01-16 [colin] 1.9.100cvs162
1598 Fix reenabling autowrap
1600 2006-01-16 [colin] 1.9.100cvs161
1603 reset quote_len before getting quote_str
1605 2006-01-16 [colin] 1.9.100cvs160
1612 Fix bug #883 (default inbox does not track folder move)
1614 2006-01-16 [colin] 1.9.100cvs159
1617 * src/plugins/pgpcore/passphrase.c
1620 2006-01-16 [paul] 1.9.100cvs158
1622 * src/prefs_actions.c
1623 * src/prefs_filtering_action.c
1624 * src/prefs_matcher.c
1626 * src/gtk/description_window.c
1627 * src/gtk/description_window.h
1628 * src/gtk/quicksearch.c
1629 description window cleanups
1631 2006-01-15 [colin] 1.9.100cvs157
1634 * src/prefs_filtering.c
1637 2006-01-15 [colin] 1.9.100cvs156
1641 Same for "Empty trash"
1643 2006-01-15 [colin] 1.9.100cvs155
1646 Override offline dialog had Yes by default
1648 2006-01-15 [colin] 1.9.100cvs154
1651 Delete selected messages? previously had Yes the default
1653 2006-01-15 [colin] 1.9.100cvs153
1658 Check if a mailbox is loaded after all
1661 2006-01-15 [colin] 1.9.100cvs152
1664 Don't start wizard when there are unloaded folders (will help
1665 people with only mbox or maildir mailboxes)
1667 2006-01-14 [colin] 1.9.100cvs151
1675 More HIG compliance and fixes
1677 2006-01-14 [colin] 1.9.100cvs150
1679 * src/prefs_filtering_action.c
1681 Two forgotten button order changes
1683 2006-01-14 [colin] 1.9.100cvs149
1693 * src/prefs_actions.c
1694 * src/prefs_customheader.c
1695 * src/prefs_filtering.c
1696 * src/prefs_matcher.c
1697 * src/prefs_template.c
1702 All deletion confirmations are now "Cancel, Delete"
1703 instead of "No, Yes"
1704 Clarified most of the other "No, Yes" to
1705 "Cancel, Descriptive_action"
1706 Rechanged the "Entry not saved" alerts to have
1707 "Close, Continue editing"
1712 * 2.0.0-rc4 released
1714 2006-01-14 [paul] 1.9.100cvs148
1729 * src/grouplistdialog.c
1736 * src/message_search.c
1741 * src/prefs_actions.c
1742 * src/prefs_customheader.c
1743 * src/prefs_filtering.c
1744 * src/prefs_matcher.c
1745 * src/prefs_template.c
1746 * src/prefs_themes.c
1748 * src/summary_search.c
1752 * src/gtk/foldersort.c
1753 * src/gtk/gtkaspell.c
1754 * src/gtk/inputdialog.c
1755 * src/gtk/prefswindow.c
1756 * src/plugins/pgpcore/select-keys.c
1757 * src/plugins/trayicon/trayicon.c
1758 HIG compliant button order
1760 2006-01-14 [mones] 1.9.100cvs147
1765 2006-01-13 [paul] 1.9.100cvs146
1770 add Joshua M. Kwan to contributors list
1772 2006-01-13 [colin] 1.9.100cvs145
1774 * src/gtk/quicksearch.c
1775 Don't refocus quick search after executing (Esc or Enter)
1776 Allows to '/'search something then move up/down in
1777 summaryview, and to Esc a search and be back in the
1780 2006-01-13 [paul] 1.9.100cvs144
1782 * src/plugins/pgpinline/pgpinline.c
1783 support Content-Type 'application/pgp'
1784 patch by Joshua M. Kwan <joshuak@users.sf.net>
1786 2006-01-13 [paul] 1.9.100cvs143
1788 * manual/account.xml
1789 make mention of partial retrieval
1792 2006-01-13 [paul] 1.9.100cvs142
1833 * src/customheader.c
1834 * src/customheader.h
1835 * src/displayheader.c
1836 * src/displayheader.h
1847 * src/editldap_basedn.c
1848 * src/editldap_basedn.h
1864 * src/folder_item_prefs.c
1865 * src/folder_item_prefs.h
1872 * src/grouplistdialog.c
1873 * src/grouplistdialog.h
1877 * src/image_viewer.c
1878 * src/image_viewer.h
1914 * src/message_search.c
1915 * src/message_search.h
1932 * src/partial_download.c
1933 * src/partial_download.h
1938 * src/prefs_account.c
1939 * src/prefs_account.h
1940 * src/prefs_actions.c
1941 * src/prefs_actions.h
1942 * src/prefs_common.c
1943 * src/prefs_common.h
1944 * src/prefs_compose_writing.c
1945 * src/prefs_compose_writing.h
1946 * src/prefs_customheader.c
1947 * src/prefs_customheader.h
1948 * src/prefs_display_header.c
1949 * src/prefs_display_header.h
1950 * src/prefs_filtering.c
1951 * src/prefs_filtering.h
1952 * src/prefs_filtering_action.c
1953 * src/prefs_filtering_action.h
1954 * src/prefs_folder_column.c
1955 * src/prefs_folder_column.h
1956 * src/prefs_folder_item.c
1957 * src/prefs_folder_item.h
1962 * src/prefs_image_viewer.c
1963 * src/prefs_image_viewer.h
1964 * src/prefs_matcher.c
1965 * src/prefs_matcher.h
1966 * src/prefs_message.c
1967 * src/prefs_msg_colors.c
1968 * src/prefs_msg_colors.h
1971 * src/prefs_receive.c
1973 * src/prefs_spelling.c
1974 * src/prefs_spelling.h
1975 * src/prefs_summaries.c
1976 * src/prefs_summaries.h
1977 * src/prefs_summary_column.c
1978 * src/prefs_summary_column.h
1979 * src/prefs_template.c
1980 * src/prefs_template.h
1981 * src/prefs_themes.c
1982 * src/prefs_themes.h
1983 * src/prefs_toolbar.c
1984 * src/prefs_toolbar.h
1985 * src/prefs_wrapping.c
1986 * src/prefs_wrapping.h
1996 * src/quote_fmt_parse.y
1999 * src/remotefolder.c
2000 * src/remotefolder.h
2001 * src/send_message.c
2002 * src/send_message.h
2005 * src/sourcewindow.c
2006 * src/sourcewindow.h
2011 * src/stock_pixmap.c
2012 * src/stock_pixmap.h
2013 * src/summary_search.c
2014 * src/summary_search.h
2031 * src/common/base64.c
2032 * src/common/base64.h
2034 * src/common/hooks.c
2035 * src/common/hooks.h
2038 * src/common/mgutils.c
2039 * src/common/mgutils.h
2042 * src/common/passcrypt.c
2043 * src/common/passcrypt.h.in
2044 * src/common/plugin.c
2045 * src/common/plugin.h
2046 * src/common/prefs.c
2047 * src/common/prefs.h
2048 * src/common/progressindicator.c
2049 * src/common/progressindicator.h
2050 * src/common/quoted-printable.c
2051 * src/common/quoted-printable.h
2052 * src/common/session.c
2053 * src/common/session.h
2056 * src/common/socket.c
2057 * src/common/socket.h
2060 * src/common/ssl_certificate.c
2061 * src/common/ssl_certificate.h
2062 * src/common/stringtable.c
2063 * src/common/stringtable.h
2064 * src/common/sylpheed.c
2065 * src/common/sylpheed.h
2066 * src/common/template.c
2067 * src/common/template.h
2068 * src/common/timing.h
2069 * src/common/utils.c
2070 * src/common/utils.h
2071 * src/common/version.h.in
2074 * src/common/xmlprops.c
2075 * src/common/xmlprops.h
2076 * src/gtk/colorlabel.c
2077 * src/gtk/colorsel.c
2078 * src/gtk/colorsel.h
2079 * src/gtk/description_window.c
2080 * src/gtk/description_window.h
2083 * src/gtk/foldersort.c
2084 * src/gtk/foldersort.h
2085 * src/gtk/gtkutils.c
2086 * src/gtk/gtkutils.h
2087 * src/gtk/inputdialog.c
2088 * src/gtk/inputdialog.h
2089 * src/gtk/logwindow.c
2090 * src/gtk/logwindow.h
2091 * src/gtk/manage_window.c
2092 * src/gtk/manage_window.h
2095 * src/gtk/pluginwindow.c
2096 * src/gtk/pluginwindow.h
2097 * src/gtk/prefswindow.c
2098 * src/gtk/prefswindow.h
2099 * src/gtk/progressdialog.c
2100 * src/gtk/progressdialog.h
2101 * src/gtk/sslcertwindow.c
2102 * src/gtk/sslcertwindow.h
2103 * src/plugins/clamav/clamav_plugin.c
2104 * src/plugins/clamav/clamav_plugin.h
2105 * src/plugins/clamav/clamav_plugin_gtk.c
2106 * src/plugins/demo/demo.c
2107 * src/plugins/dillo_viewer/dillo_prefs.c
2108 * src/plugins/dillo_viewer/dillo_prefs.h
2109 * src/plugins/dillo_viewer/dillo_viewer.c
2110 * src/plugins/pgpcore/passphrase.c
2111 * src/plugins/pgpcore/passphrase.h
2112 * src/plugins/pgpcore/plugin.c
2113 * src/plugins/pgpcore/select-keys.c
2114 * src/plugins/pgpcore/select-keys.h
2115 * src/plugins/pgpcore/sgpgme.c
2116 * src/plugins/pgpcore/sgpgme.h
2117 * src/plugins/pgpinline/pgpinline.c
2118 * src/plugins/pgpinline/pgpinline.h
2119 * src/plugins/pgpinline/plugin.c
2120 * src/plugins/pgpmime/pgpmime.c
2121 * src/plugins/pgpmime/pgpmime.h
2122 * src/plugins/pgpmime/plugin.c
2123 * src/plugins/spamassassin/spamassassin.c
2124 * src/plugins/spamassassin/spamassassin.h
2125 * src/plugins/spamassassin/spamassassin_gtk.c
2126 * src/plugins/trayicon/trayicon.c
2127 update copyright header
2129 2006-01-13 [paul] 1.9.100cvs141
2135 * src/prefs_account.c
2136 * src/prefs_display_header.c
2137 * src/prefs_receive.c
2139 * src/prefs_summaries.c
2140 * src/prefs_themes.c
2141 * src/prefs_toolbar.c
2145 2006-01-12 [colin] 1.9.100cvs140
2150 Add --subscribe option
2151 Let sylpheed-claws email@domain.com equivalent to --compose
2152 Let sylpheed-claws proto://blah.com equivalent to --subscribe
2154 2006-01-12 [paul] 1.9.100cvs139
2157 append 'Change folder order' label with '...'
2158 * src/prefs_actions.c
2159 allow reordering of actions list by dnd
2160 * src/gtk/foldersort.c
2161 make the dialog nicer
2163 2006-01-11 [colin] 1.9.100cvs138
2166 Allow templates without text
2168 2006-01-11 [paul] 1.9.100cvs137
2171 * tools/filter_conv_new.pl
2173 also check .sylpheed for filter.xml
2174 be a bit informative to the user
2176 2006-01-11 [colin] 1.9.100cvs136
2179 Fix bug #888 (2.0.0rc3 not displaying image in message view)
2181 2006-01-10 [paul] 1.9.100cvs135
2184 * tools/filter_conv_new.pl
2185 add script to convert new style Sylpheed
2186 filter rules (Sylpheed >= 0.9.99) to
2187 Claws filtering rules
2189 2006-01-10 [colin] 1.9.100cvs134
2192 Fix broken line joins in certain conditions
2193 (between two quoted lines: <enter><enter><up>
2194 <type a wrapped sentence><go in the first line>
2195 <insert more text><watch as line joining failed>)
2197 2006-01-10 [paul] 1.9.100cvs133
2200 don't report success in error dialog
2202 * src/common/utils.c
2203 include some trailing punctuations as URI
2206 2006-01-10 [paul] 1.9.100cvs132
2209 fix incompatible pointer type
2212 2006-01-10 [paul] 1.9.100cvs131
2215 change Subject in window title
2218 2006-01-09 [colin] 1.9.100cvs130
2227 Fix possible crashes on exit and in addressbook
2229 2006-01-09 [paul] 1.9.100cvs129
2231 * src/prefs_msg_colors.c
2232 some cleanups that I forgot last time
2234 2006-01-09 [paul] 1.9.100cvs128
2238 * src/prefs_msg_colors.c
2239 add previously hidden option, color_new, to
2241 move the page to Display/
2244 2006-01-09 [wwp] 1.9.100cvs127
2246 * src/prefs_themes.c
2247 made the prefs/display/themes layouts spacing less condensed
2248 (and so they match other prefs/pages' look).
2250 2006-01-09 [paul] 1.9.100cvs126
2253 * src/prefs_common.c
2254 * src/prefs_common.h
2255 * src/prefs_wrapping.c
2256 remove 'wrap at send' option
2258 2006-01-06 [colin] 1.9.100cvs125
2261 Just make completely sure we don't insert "manual line breaks"
2266 * 2.0.0-rc3 released
2268 2006-01-04 [paul] 1.9.100cvs124
2271 fix bug 882, 'quick scroll in folder list
2272 displays wrong folder contents'
2274 2006-01-04 [paul] 1.9.100cvs123
2276 * src/plugins/pgpmime/pgpmime.c
2277 better debug information when signing
2278 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2280 2006-01-03 [colin] 1.9.100cvs122
2283 We need to recheck for gpgme 1.0.0 after checking
2284 for 1.1.1, because if 1.1.1 isn't available,
2285 GPGME_LIBS and friends are blanked out by the
2288 2006-01-03 [colin] 1.9.100cvs121
2290 * src/common/prefs.c
2291 Windows unlink-before rename fix
2292 * src/plugins/pgpcore/sgpgme.c
2293 Add support for PKA info if available
2294 Both patches by Werner Koch
2296 2006-01-03 [paul] 1.9.100cvs120
2299 fix bug 884, 'Send receipt' button visible in queue
2302 2006-01-02 [colin] 1.9.100cvs119
2306 Fix autosave on IMAP and more generally try to
2307 return the correct ID on a newly added IMAP message
2309 2006-01-02 [paul] 1.9.100cvs118
2311 * manual/keyboard.xml
2314 2006-01-01 [paul] 1.9.100cvs117
2319 2005-12-30 [colin] 1.9.100cvs116
2321 * manual/advanced.xml
2322 Explain Pre/Post-processing differences.
2324 2005-12-30 [colin] 1.9.100cvs115
2327 Implement copy_msgs for a little optimization
2329 Finish yesterday's fix
2331 2005-12-29 [colin] 1.9.100cvs114
2334 Fix occasional failure in fetching a mail over
2337 2005-12-29 [colin] 1.9.100cvs113
2340 Don't remove a draft when sending it, if it is
2343 2005-12-28 [colin] 1.9.100cvs112
2348 2005-12-28 [wwp] 1.9.100cvs111
2350 * doc/faq/.cvsignore
2351 * doc/faq/de/.cvsignore
2352 * doc/faq/en/.cvsignore
2353 * doc/faq/es/.cvsignore
2354 * doc/faq/fr/.cvsignore
2355 * doc/faq/it/.cvsignore
2356 * doc/manual/.cvsignore
2357 * doc/manual/de/.cvsignore
2358 * doc/manual/en/.cvsignore
2359 * doc/manual/es/.cvsignore
2360 * doc/manual/fr/.cvsignore
2361 * doc/manual/ja/.cvsignore
2362 * src/plugins/mathml_viewer/.cvsignore
2363 rollback revival of those files (my bad, sorry for the noise).
2365 2005-12-28 [wwp] 1.9.100cvs110
2368 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
2370 2005-12-28 [wwp] 1.9.100cvs109
2372 * doc/faq/.cvsignore
2373 * doc/faq/de/.cvsignore
2374 * doc/faq/en/.cvsignore
2375 * doc/faq/es/.cvsignore
2376 * doc/faq/fr/.cvsignore
2377 * doc/faq/it/.cvsignore
2378 * doc/manual/.cvsignore
2379 * doc/manual/de/.cvsignore
2380 * doc/manual/en/.cvsignore
2381 * doc/manual/es/.cvsignore
2382 * doc/manual/fr/.cvsignore
2383 * doc/manual/ja/.cvsignore
2384 * src/plugins/mathml_viewer/.cvsignore
2386 more files to ignore.
2388 2005-12-24 [colin] 1.9.100cvs108
2394 2005-12-24 [colin] 1.9.100cvs107
2397 Allow NULL src_msginfo in
2398 procmsg_msginfo_new_from_mimeinfo
2400 2005-12-23 [paul] 1.9.100cvs106
2402 * src/plugins/pgpinline/mypgpcore.def
2403 add this forgotten file
2405 2005-12-23 [colin] 1.9.100cvs105
2410 2005-12-23 [colin] 1.9.100cvs104
2415 * src/common/plugin.c
2416 * src/common/socket.c
2417 * src/common/socket.h
2418 * src/common/utils.c
2419 * src/common/utils.h
2420 * src/gtk/pluginwindow.c
2421 * src/plugins/pgpcore/plugin.def
2422 * src/plugins/pgpcore/sylpheed.def
2423 * src/plugins/pgpinline/Makefile.am
2424 * src/plugins/pgpinline/plugin.def
2425 * src/plugins/pgpinline/sylpheed.def
2426 * src/plugins/pgpmime/plugin.def
2427 * src/plugins/pgpmime/sylpheed.def
2428 Various w32 fixes by Werner Koch
2430 2005-12-22 [paul] 1.9.100cvs103
2433 don't offer IMAP as 'server type' if
2434 libetpan isn't built in
2436 2005-12-22 [paul] 1.9.100cvs102
2443 support GTK_TOOLBAR_BOTH_HORIZ (text
2444 next to icon) Patch by Marien Zwart
2445 marienz@users.sf.net
2446 Also reword the text
2448 2005-12-21 [colin] 1.9.100cvs101
2453 Fix missing section and explicit the exception better
2455 Prevent mail from being lost without notice when an
2456 SMTP error happens on trying to send an unmodified
2458 * src/send_message.c
2460 Fix password remembering when wrong, and add return
2461 value checks where they should have been
2462 * src/plugins/pgpcore/sylpheed.def
2463 * src/plugins/pgpinline/sylpheed.def
2464 * src/plugins/pgpmime/sylpheed.def
2465 Add a few symbols needed
2467 2005-12-21 [paul] 1.9.100cvs100
2472 * m4/inttypes-pri.m4
2482 2005-12-21 [paul] 1.9.100cvs99
2487 2005-12-20 [paul] 1.9.100cvs98
2490 updated by Anders Trobäck
2492 2005-12-20 [colin] 1.9.100cvs97
2498 * config/config.rpath
2499 * config/mkinstalldirs
2507 * m4/printf-posix.m4
2551 * src/send_message.c
2552 * src/common/Makefile.am
2553 * src/common/fnmatch.c
2554 * src/common/fnmatch.h
2555 * src/common/fnmatch_loop.c
2557 * src/common/plugin.c
2559 * src/common/socket.c
2560 * src/common/string_match.c
2561 * src/common/sylpheed.c
2562 * src/common/utils.c
2563 * src/common/utils.h
2564 * src/common/w32_dirent.c
2565 * src/common/w32_reg.c
2566 * src/common/w32_signal.c
2567 * src/common/w32_stat.c
2568 * src/common/w32_stdio.c
2569 * src/common/w32_stdlib.c
2570 * src/common/w32_string.c
2571 * src/common/w32_time.c
2572 * src/common/w32_unistd.c
2573 * src/common/w32_wait.c
2574 * src/common/w32lib.h
2575 * src/etpan/Makefile.am
2576 * src/gtk/Makefile.am
2577 * src/plugins/clamav/Makefile.am
2578 * src/plugins/demo/Makefile.am
2579 * src/plugins/dillo_viewer/Makefile.am
2580 * src/plugins/pgpcore/Makefile.am
2581 * src/plugins/pgpcore/passphrase.c
2582 * src/plugins/pgpcore/plugin.def
2583 * src/plugins/pgpcore/sgpgme.c
2584 * src/plugins/pgpcore/sylpheed.def
2585 * src/plugins/pgpcore/version.rc
2586 * src/plugins/pgpinline/Makefile.am
2587 * src/plugins/pgpinline/plugin.def
2588 * src/plugins/pgpinline/sylpheed.def
2589 * src/plugins/pgpinline/version.rc
2590 * src/plugins/pgpmime/Makefile.am
2591 * src/plugins/pgpmime/mypgpcore.def
2592 * src/plugins/pgpmime/plugin.def
2593 * src/plugins/pgpmime/sylpheed.def
2594 * src/plugins/pgpmime/version.rc
2595 * src/plugins/spamassassin/Makefile.am
2596 Very little ;-) patch from Werner Koch, providing
2597 infrastructure for cross-compiling to Win32
2599 2005-12-20 [paul] 1.9.100cvs96
2607 add a combo to the Get All button, allowing
2608 quick retrieval from any account
2609 Patch by Fabien Vantard, slightly modified
2612 i18n fix. Patch by Fabien Vantard
2614 2005-12-19 [colin] 1.9.100cvs95
2618 Don't automatically join lines when they've
2619 been separated by the user and not automatically
2621 2005-12-19 [paul] 1.9.100cvs94
2623 * src/gtk/pluginwindow.c
2625 Patch by Fabien Vantard
2627 2005-12-15 [paul] 1.9.100cvs93
2629 * src/common/plugin.c
2630 * src/common/plugin.h
2631 * src/gtk/pluginwindow.c
2632 * src/plugins/clamav/clamav_plugin.c
2633 * src/plugins/demo/demo.c
2634 * src/plugins/dillo_viewer/dillo_viewer.c
2635 * src/plugins/pgpcore/plugin.c
2636 * src/plugins/pgpinline/plugin.c
2637 * src/plugins/pgpmime/plugin.c
2638 * src/plugins/spamassassin/spamassassin.c
2639 * src/plugins/trayicon/trayicon.c
2640 add plugin_version()
2642 2005-12-15 [colin] 1.9.100cvs92
2645 Further fix bug #875
2647 2005-12-15 [paul] 1.9.100cvs91
2650 fix attach_load_dir getting set to
2651 PLUGINDIR on plugin load
2653 2005-12-14 [mones] 1.9.100cvs90
2656 * manual/keyboard.xml
2657 Initial draft and some shortcuts added
2662 2005-12-14 [colin] 1.9.100cvs89
2667 * src/gtk/gtkaspell.c
2669 * src/prefs_folder_item.c
2670 Fix recursive prefs apply
2673 2005-12-14 [colin] 1.9.100cvs88
2676 Fix bug #875 (Freeze On Inline Forward of
2679 2005-12-13 [colin] 1.9.100cvs87
2682 Uniq-ify and sort the mimetypes list
2683 Patch by Fabien Vantard
2685 2005-12-13 [colin] 1.9.100cvs86
2688 * src/etpan/imap-thread.c
2689 Fix leaks (patch by Hoa)
2691 * src/common/plugin.c
2696 * 2.0.0-rc2 released
2698 2005-12-12 [colin] 1.9.100cvs85
2703 2005-12-12 [wwp] 1.9.100cvs84
2705 * src/gtk/icon_legend.c
2706 fix misbehaviour and crash when closing the legend window
2707 using the Esc key (patch by Fabien Vantard).
2709 2005-12-12 [paul] 1.9.100cvs83
2713 * src/prefs_actions.c
2714 * src/prefs_filtering.c
2715 * src/prefs_matcher.c
2716 * src/prefs_spelling.glade ** REMOVED **
2717 * src/prefs_template.c
2718 * src/gtk/foldersort.glade ** REMOVED **
2719 * src/gtk/pluginwindow.c
2720 * src/gtk/pluginwindow.glade ** REMOVED **
2721 * src/plugins/spamassassin/spamassassin_gtk.glade ** REMOVED **
2724 2005-12-11 [paul] 1.9.100cvs82
2727 fix attach_load_dir crasher (double free)
2729 2005-12-09 [paul] 1.9.100cvs81
2733 * src/gtk/Makefile.am
2734 * src/gtk/icon_legend.c
2735 * src/gtk/icon_legend.h
2740 2005-12-09 [paul] 1.9.100cvs80
2742 * src/plugins/pgpcore/passphrase.c
2743 wrap the label in the dialog
2745 2005-12-09 [colin] 1.9.100cvs79
2747 * src/plugins/pgpcore/sgpgme.c
2748 Display (untrusted) on not trusted signatures
2749 Patch by Michal Èihaø <michal@cihar.com>
2750 Closes bug #867 (Report also key trust)
2752 2005-12-09 [colin] 1.9.100cvs78
2754 * src/common/plugin.c
2755 Update licence check, following Eben Moglen's advice
2757 2005-12-08 [colin] 1.9.100cvs77
2760 Fix the occasionnal item->cache != NULL
2763 2005-12-08 [colin] 1.9.100cvs76
2766 * src/plugins/pgpcore/sgpgme.c
2767 Print key id when unable to check it
2768 Closes bug #866 (Show key id when missing)
2770 2005-12-08 [paul] 1.9.100cvs75
2772 * src/prefs_common.c
2773 * src/prefs_common.h
2775 remember load attachment dir
2777 2005-12-07 [colin] 1.9.100cvs74
2779 * src/prefs_toolbar.c
2780 Gtk fixes, patch by Fabien Vantard
2782 2005-12-07 [colin] 1.9.100cvs73
2787 Fix bug #839 (Quoted text isn't colored after
2788 executing an action)
2789 * src/common/plugin.c
2790 Require plugins to declare their licence in plugin_licence()
2791 Refuse to load non-GPL plugins as they'd be illegal (as
2792 derived works of Sylpheed-Claws, they must be GPL).
2793 * src/plugins/clamav/clamav_plugin.c
2794 * src/plugins/demo/demo.c
2795 * src/plugins/dillo_viewer/dillo_viewer.c
2796 * src/plugins/pgpcore/plugin.c
2797 * src/plugins/pgpinline/plugin.c
2798 * src/plugins/pgpmime/plugin.c
2799 * src/plugins/spamassassin/spamassassin.c
2800 * src/plugins/trayicon/trayicon.c
2801 Add plugin_licence()
2803 2005-12-07 [paul] 1.9.100cvs72
2810 clean up after local FAQ removal and
2811 temporary manual removal
2813 2005-12-06 [colin] 1.9.100cvs71
2817 * doc/faq/.cvsignore
2818 * doc/faq/Makefile.am
2819 * doc/faq/de/.cvsignore
2820 * doc/faq/de/Makefile.am
2821 * doc/faq/de/sylpheed-faq-1.html
2822 * doc/faq/de/sylpheed-faq-2.html
2823 * doc/faq/de/sylpheed-faq-3.html
2824 * doc/faq/de/sylpheed-faq.html
2825 * doc/faq/en/.cvsignore
2826 * doc/faq/en/Makefile.am
2827 * doc/faq/en/sylpheed-faq-1.html
2828 * doc/faq/en/sylpheed-faq-2.html
2829 * doc/faq/en/sylpheed-faq-3.html
2830 * doc/faq/en/sylpheed-faq-4.html
2831 * doc/faq/en/sylpheed-faq.html
2832 * doc/faq/es/.cvsignore
2833 * doc/faq/es/Makefile.am
2834 * doc/faq/es/sylpheed-faq-1.html
2835 * doc/faq/es/sylpheed-faq-2.html
2836 * doc/faq/es/sylpheed-faq-3.html
2837 * doc/faq/es/sylpheed-faq-4.html
2838 * doc/faq/es/sylpheed-faq.html
2839 * doc/faq/fr/.cvsignore
2840 * doc/faq/fr/Makefile.am
2841 * doc/faq/fr/sylpheed-faq-1.html
2842 * doc/faq/fr/sylpheed-faq-2.html
2843 * doc/faq/fr/sylpheed-faq-3.html
2844 * doc/faq/fr/sylpheed-faq.html
2845 * doc/faq/it/.cvsignore
2846 * doc/faq/it/Makefile.am
2847 * doc/faq/it/sylpheed-faq-1.html
2848 * doc/faq/it/sylpheed-faq-2.html
2849 * doc/faq/it/sylpheed-faq-3.html
2850 * doc/faq/it/sylpheed-faq.html
2851 * doc/manual/.cvsignore
2852 * doc/manual/Makefile.am
2853 * doc/manual/de/.cvsignore
2854 * doc/manual/de/Makefile.am
2855 * doc/manual/de/sylpheed-1.html
2856 * doc/manual/de/sylpheed-10.html
2857 * doc/manual/de/sylpheed-11.html
2858 * doc/manual/de/sylpheed-12.html
2859 * doc/manual/de/sylpheed-13.html
2860 * doc/manual/de/sylpheed-14.html
2861 * doc/manual/de/sylpheed-15.html
2862 * doc/manual/de/sylpheed-16.html
2863 * doc/manual/de/sylpheed-17.html
2864 * doc/manual/de/sylpheed-18.html
2865 * doc/manual/de/sylpheed-19.html
2866 * doc/manual/de/sylpheed-2.html
2867 * doc/manual/de/sylpheed-20.html
2868 * doc/manual/de/sylpheed-3.html
2869 * doc/manual/de/sylpheed-4.html
2870 * doc/manual/de/sylpheed-5.html
2871 * doc/manual/de/sylpheed-6.html
2872 * doc/manual/de/sylpheed-7.html
2873 * doc/manual/de/sylpheed-8.html
2874 * doc/manual/de/sylpheed-9.html
2875 * doc/manual/de/sylpheed.html
2876 * doc/manual/en/.cvsignore
2877 * doc/manual/en/Makefile.am
2878 * doc/manual/en/sylpheed-1.html
2879 * doc/manual/en/sylpheed-10.html
2880 * doc/manual/en/sylpheed-11.html
2881 * doc/manual/en/sylpheed-12.html
2882 * doc/manual/en/sylpheed-13.html
2883 * doc/manual/en/sylpheed-14.html
2884 * doc/manual/en/sylpheed-15.html
2885 * doc/manual/en/sylpheed-16.html
2886 * doc/manual/en/sylpheed-17.html
2887 * doc/manual/en/sylpheed-18.html
2888 * doc/manual/en/sylpheed-19.html
2889 * doc/manual/en/sylpheed-2.html
2890 * doc/manual/en/sylpheed-20.html
2891 * doc/manual/en/sylpheed-21.html
2892 * doc/manual/en/sylpheed-22.html
2893 * doc/manual/en/sylpheed-3.html
2894 * doc/manual/en/sylpheed-4.html
2895 * doc/manual/en/sylpheed-5.html
2896 * doc/manual/en/sylpheed-6.html
2897 * doc/manual/en/sylpheed-7.html
2898 * doc/manual/en/sylpheed-8.html
2899 * doc/manual/en/sylpheed-9.html
2900 * doc/manual/en/sylpheed.html
2901 * doc/manual/es/.cvsignore
2902 * doc/manual/es/Makefile.am
2903 * doc/manual/es/sylpheed-1.html
2904 * doc/manual/es/sylpheed-10.html
2905 * doc/manual/es/sylpheed-11.html
2906 * doc/manual/es/sylpheed-12.html
2907 * doc/manual/es/sylpheed-13.html
2908 * doc/manual/es/sylpheed-14.html
2909 * doc/manual/es/sylpheed-15.html
2910 * doc/manual/es/sylpheed-16.html
2911 * doc/manual/es/sylpheed-17.html
2912 * doc/manual/es/sylpheed-18.html
2913 * doc/manual/es/sylpheed-19.html
2914 * doc/manual/es/sylpheed-2.html
2915 * doc/manual/es/sylpheed-20.html
2916 * doc/manual/es/sylpheed-3.html
2917 * doc/manual/es/sylpheed-4.html
2918 * doc/manual/es/sylpheed-5.html
2919 * doc/manual/es/sylpheed-6.html
2920 * doc/manual/es/sylpheed-7.html
2921 * doc/manual/es/sylpheed-8.html
2922 * doc/manual/es/sylpheed-9.html
2923 * doc/manual/es/sylpheed.html
2924 * doc/manual/fr/.cvsignore
2925 * doc/manual/fr/Makefile.am
2926 * doc/manual/fr/sylpheed-1.html
2927 * doc/manual/fr/sylpheed-10.html
2928 * doc/manual/fr/sylpheed-11.html
2929 * doc/manual/fr/sylpheed-12.html
2930 * doc/manual/fr/sylpheed-13.html
2931 * doc/manual/fr/sylpheed-14.html
2932 * doc/manual/fr/sylpheed-15.html
2933 * doc/manual/fr/sylpheed-16.html
2934 * doc/manual/fr/sylpheed-17.html
2935 * doc/manual/fr/sylpheed-18.html
2936 * doc/manual/fr/sylpheed-19.html
2937 * doc/manual/fr/sylpheed-2.html
2938 * doc/manual/fr/sylpheed-20.html
2939 * doc/manual/fr/sylpheed-3.html
2940 * doc/manual/fr/sylpheed-4.html
2941 * doc/manual/fr/sylpheed-5.html
2942 * doc/manual/fr/sylpheed-6.html
2943 * doc/manual/fr/sylpheed-7.html
2944 * doc/manual/fr/sylpheed-8.html
2945 * doc/manual/fr/sylpheed-9.html
2946 * doc/manual/fr/sylpheed.html
2947 * doc/manual/ja/.cvsignore
2948 * doc/manual/ja/Makefile.am
2949 * doc/manual/ja/sylpheed-1.html
2950 * doc/manual/ja/sylpheed-10.html
2951 * doc/manual/ja/sylpheed-11.html
2952 * doc/manual/ja/sylpheed-12.html
2953 * doc/manual/ja/sylpheed-13.html
2954 * doc/manual/ja/sylpheed-14.html
2955 * doc/manual/ja/sylpheed-15.html
2956 * doc/manual/ja/sylpheed-16.html
2957 * doc/manual/ja/sylpheed-17.html
2958 * doc/manual/ja/sylpheed-18.html
2959 * doc/manual/ja/sylpheed-19.html
2960 * doc/manual/ja/sylpheed-2.html
2961 * doc/manual/ja/sylpheed-20.html
2962 * doc/manual/ja/sylpheed-3.html
2963 * doc/manual/ja/sylpheed-4.html
2964 * doc/manual/ja/sylpheed-5.html
2965 * doc/manual/ja/sylpheed-6.html
2966 * doc/manual/ja/sylpheed-7.html
2967 * doc/manual/ja/sylpheed-8.html
2968 * doc/manual/ja/sylpheed-9.html
2969 * doc/manual/ja/sylpheed.html
2970 * doc/manual/ja/sylpheed.sgml
2972 Remove outdated manual and faq. Noisy, eh?
2974 2005-12-06 [colin] 1.9.100cvs70
2977 * src/quote_fmt_parse.y
2980 Allow %X to position cursor at 0
2981 (no %X = before signature)
2982 Fix paste as quotation putting the cursor at 0
2983 Fix undo offsets when pasting
2984 Insert the quote_fmt at once instead of line
2986 Fix [Edited] when starting to reply/forward
2988 2005-12-06 [paul] 1.9.100cvs69
2990 * src/plugins/clamav/clamav_plugin_gtk.c
2992 * src/plugins/spamassassin/spamassassin_gtk.c
2993 rework spamassassin_create_widget_func()
2995 2005-12-05 [colin] 1.9.100cvs68
2998 Fix make release ;-)
3000 2005-12-05 [colin] 1.9.100cvs67
3004 Fix cursor positioning (not obeying %X)
3006 2005-12-05 [paul] 1.9.100cvs66
3008 * src/plugins/dillo_viewer/dillo_prefs.c
3009 fix compilation warning
3011 2005-12-05 [paul] 1.9.100cvs65
3013 * src/prefs_spelling.c
3014 * src/plugins/trayicon/trayicon.c
3015 cleanups - remove unused stuff
3017 2005-12-05 [paul] 1.9.100cvs64
3020 * manual/plugins.xml
3021 remove info about removed mathml_viewer plugin
3023 2005-12-05 [paul] 1.9.100cvs63
3026 * src/plugins/Makefile.am
3027 * src/plugins/mathml_viewer/.cvsignore
3028 * src/plugins/mathml_viewer/Makefile.am
3029 * src/plugins/mathml_viewer/mathml_viewer.c
3030 remove unmaintained mathml_viewer plugin
3032 2005-12-05 [paul] 1.9.100cvs62
3035 obey prefs_common.always_show_msg when
3039 2005-12-05 [paul] 1.9.100cvs61
3042 * src/prefs_account.c
3043 * src/prefs_filtering.c
3045 * src/prefs_spelling.c
3046 * src/prefs_toolbar.c
3048 * src/gtk/gtkutils.c
3049 * src/gtk/quicksearch.c
3050 * src/plugins/dillo_viewer/dillo_prefs.c
3053 2005-12-04 [paul] 1.9.100cvs60
3056 * src/prefs_account.c
3057 * src/prefs_account.h
3058 allow a Local account to specify a
3060 (closes bug 843 'Inbox cannot be changed for local
3063 2005-12-04 [colin] 1.9.100cvs59
3065 * src/plugins/trayicon/trayicon.c
3066 Remove Get, rename Get All to Get Mail in order to
3067 be consistent with the default main toolbar
3069 2005-12-03 [colin] 1.9.100cvs58
3072 * manual/sylpheed-claws-manual.xml
3075 2005-12-03 [paul] 1.9.100cvs57
3080 new (partially complete) Swedish translation
3081 by Anders Troback <sylpheed@troback.com>
3083 2005-12-02 [paul] 1.9.100cvs56
3086 libetpan 0.41 required
3088 2005-12-02 [paul] 1.9.100cvs55
3090 * src/plugins/clamav/clamav_plugin.c
3091 * src/plugins/clamav/clamav_plugin.h
3092 * src/plugins/clamav/clamav_plugin_gtk.c
3093 * src/plugins/spamassassin/spamassassin.c
3094 * src/plugins/spamassassin/spamassassin.h
3095 * src/plugins/spamassassin/spamassassin_gtk.c
3096 unregister prefs pages on unloading, thus
3098 (thanks to Colin for the hint)
3100 2005-12-02 [wwp] 1.9.100cvs54
3103 * src/quote_fmt_parse.y
3104 fix misuse of gboolean*, use gboolean instead
3105 (thanks to Paul, Colin, for pointing out that scaring one)
3107 2005-12-02 [paul] 1.9.100cvs53
3109 * src/plugins/clamav/clamav_plugin.c
3110 int no --> unsigned int no
3111 * src/plugins/clamav/clamav_plugin_gtk.c
3114 2005-12-02 [wwp] 1.9.100cvs52
3117 * src/prefs_template.c
3119 * src/quote_fmt_parse.y
3120 prevent from executing |f and |p templates commands when
3121 adding or replacing templates in prefs (avoids annoying and
3122 potentially dangerous behaviours)
3124 2005-12-02 [paul] 1.9.100cvs51
3126 * src/prefs_common.c
3127 allow translation of some default values
3128 Patch by Fabien Vantard
3130 2005-12-02 [paul] 1.9.100cvs50
3134 * src/prefs_common.c
3135 * src/prefs_common.h
3136 * src/prefs_message.c
3138 remove obsolete 'convert_mb_alnum' option
3141 remove unused 'about_textview_visibility_notify'
3143 2005-12-02 [paul] 1.9.100cvs49
3145 * src/prefs_account.c
3146 * src/prefs_compose_writing.c
3149 * src/prefs_image_viewer.c
3150 * src/prefs_message.c
3152 * src/prefs_receive.c
3154 * src/prefs_spelling.c
3155 * src/prefs_summaries.c
3156 * src/prefs_wrapping.c
3157 * src/plugins/dillo_viewer/dillo_prefs.c
3158 * src/plugins/pgpcore/prefs_gpg.c
3159 several cleanups to the prefs dialogs
3160 (slightly modified) patch by Fabien Vantard
3162 2005-12-02 [paul] 1.9.100cvs48
3166 * src/send_message.c
3167 fix crash on send when connection fails
3171 2005-12-01 [colin] 1.9.100cvs47
3174 Translate … to "..."
3176 2005-11-30 [colin] 1.9.100cvs46
3180 Optimize back yesterday's fix.
3182 2005-11-30 [paul] 1.9.100cvs45
3187 written by Colin, edited by me
3189 2005-11-29 [colin] 1.9.100cvs44
3192 Skip headers unconditionnaly in match_body if the
3193 rule is not message or ~message
3195 2005-11-29 [colin] 1.9.100cvs43
3198 Fix body_part and such, not skipping headers
3199 if the matchcriteria wasn't the first in the rule
3201 2005-11-29 [colin] 1.9.100cvs42
3204 Add Windows-1252 (Closes bug #863, windows-1252 encoding
3205 option missing from message view window)
3206 Fix double text D'n'D with gtk-2.8
3208 Fix ~message, ~headers_part, ~body_part rules
3210 Add Windows-1252 (Closes bug #863)
3212 * src/gtk/gtkaspell.c
3213 Properly destroy accels in all menus
3215 2005-11-29 [mones] 1.9.100cvs41
3220 2005-11-27 [colin] 1.9.100cvs40
3223 "/Remove mailbox" -> "/Remove mailbox..."
3225 2005-11-27 [paul] 1.9.100cvs39
3230 updated by new maintainer, Stephan Sachse
3232 2005-11-27 [paul] 1.9.100cvs38
3235 written by Colin, edited by me
3237 2005-11-27 [paul] 1.9.100cvs37
3239 * src/prefs_common.c
3240 * src/prefs_common.h
3241 * src/prefs_receive.c
3242 * src/prefs_summaries.c
3243 move 'go to inbox after receiving new mail'
3244 option from display/sumamaries to mail
3245 handling/receive, and rework prefs_summaries
3248 2005-11-25 [martin] 1.9.100cvs36
3251 fixed windows-1252 translation;
3252 translated some new and fuzzy strings
3254 2005-11-25 [paul] 1.9.100cvs35
3256 * src/plugins/clamav/clamav_plugin.c
3257 complete the update done in cvs34
3259 2005-11-25 [paul] 1.9.100cvs34
3261 * src/plugins/clamav/clamav_plugin.c
3262 reflect upstream changes
3264 2005-11-25 [paul] 1.9.100cvs33
3267 * manual/plugins.xml
3268 * manual/sylpheed-claws-manual.xml
3269 written/updated by Colin, edited by me
3270 * tools/acroread2sylpheed.pl
3273 2005-11-24 [colin] 1.9.100cvs32
3276 Fix bug #856 (reediting messages forgets Request
3279 2005-11-24 [paul] 1.9.100cvs31
3281 * manual/addrbook.xml
3282 * manual/starting.xml
3283 written by Colin, proofread, edited, adapted by me
3284 * manual/advanced.xml
3285 add some Actions examples
3287 use a Save button instead of a Close button
3289 indicate mandatory fields
3293 2005-11-23 [colin] 1.9.100cvs30
3296 Rename menu item, fix possible crash after
3299 Allow searching for '*' in ldap
3301 Fix "Browse Entry" (did anyone use it?)
3303 Add guards for mandatory information
3305 2005-11-23 [paul] 1.9.100cvs29
3307 * manual/advanced.xml
3308 corrections to the English
3310 2005-11-23 [colin] 1.9.100cvs28
3313 Fix possible crash at exit. After the call to
3314 gtk_container_remove(), the Viewer's widget has no
3315 more parent so gtk+ automatically frees it and its
3316 sons. If destroy_viewer() then try to access it,
3319 2005-11-22 [colin] 1.9.100cvs27
3322 * src/gtk/gtkaspell.c
3323 Fix right-clicking on a misspelled word
3324 Fix More... in suggestions menu
3326 2005-11-22 [wwp] 1.9.100cvs26
3328 * src/prefs_template.c
3329 templates works: re-sort templates list when adding or replacing,
3330 prevent from adding or replacing when the template name is empty
3332 2005-11-21 [colin] 1.9.100cvs25
3335 Fix some addressbook suckage (dnd, select all)
3337 * src/gtk/gtkaspell.c
3338 * src/gtk/gtkaspell.h
3339 Make the spellchecker menu work with the
3340 GtkTextView one instead of overriding it
3342 2005-11-20 [paul] 1.9.100cvs24
3344 * manual/handling.xml
3345 proofread and corrected
3347 2005-11-20 [paul] 1.9.100cvs23
3350 generate html as one file
3351 * manual/advanced.xml
3352 fix output generation
3353 reformat hidden options list
3354 * manual/manual.xml ** REMOVED **
3355 * manual/sylpheed-claws-manual.xml ** ADDED **
3358 2005-11-18 [colin] 1.9.100cvs22
3360 * src/prefs_account.c
3361 Fix layout in news and mbox accounts
3362 * manual/account.xml
3363 * manual/advanced.xml
3364 New contents for Paul to check :)
3366 2005-11-18 [wwp] 1.9.100cvs21
3368 * src/gtk/quicksearch.c
3369 don't update extended quicksearch buttons twice
3371 2005-11-18 [paul] 1.9.100cvs20
3374 complete 1.9.100cvs19
3376 2005-11-18 [paul] 1.9.100cvs19
3379 cosmetic improvements
3381 also list text/* attachments
3383 2005-11-18 [colin] 1.9.100cvs18
3386 Use column 0 instead of -1 in
3387 gtk_ctree_node_moveto, in a naive
3388 hope it'll fix the gtk-related crashes
3390 2005-11-18 [colin] 1.9.100cvs17
3392 * src/gtk/inputdialog.c
3393 Fix icon staying the first one
3395 2005-11-17 [wwp] 1.9.100cvs16
3396 fix possible problem showing some quicksearch buttons, and a bad
3397 call to g_return_if_fail in a function that returns a value (both
3398 fixes by Fabien Vantard)
3400 2005-11-15 [wwp] 1.9.100cvs15
3402 * src/gtk/quicksearch.c
3403 added a tooltip to that obscure ... quicksearch button
3405 2005-11-15 [wwp] 1.9.100cvs14
3407 * src/gtk/quicksearch.c
3408 add a quicksearch helper to filtering expression users: the ... button
3409 raises the condition expr window. condition expressions set up w/ this
3410 window are used by the quicksearch if the user closes it pressing OK.
3412 2005-11-14 [paul] 1.9.100cvs13
3414 * src/plugins/clamav/clamav_plugin.c
3415 * src/plugins/spamassassin/spamassassin.c
3416 change plugin type following recent merging
3418 2005-11-14 [wwp] 1.9.100cvs12
3421 prevent from crashing when copying/moving message(s) from and
3424 2005-11-14 [paul] 1.9.100cvs11
3426 * src/plugins/clamav/Makefile.am
3427 * src/plugins/clamav/clamav_plugin.c
3428 * src/plugins/clamav/clamav_plugin.h
3429 * src/plugins/clamav/clamav_plugin_gtk.c
3430 also merge clamav and clamav_gtk plugins
3432 2005-11-13 [colin] 1.9.100cvs10
3435 * src/plugins/spamassassin/Makefile.am
3436 * src/plugins/spamassassin/spamassassin.c
3437 * src/plugins/spamassassin/spamassassin.h
3438 * src/plugins/spamassassin/spamassassin_gtk.c
3439 Merge spamassassin and spamassassin_gtk plugins,
3440 and build it by default.
3442 2005-11-12 [colin] 1.9.100cvs9
3444 * src/etpan/imap-thread.c
3447 2005-11-12 [colin] 1.9.100cvs8
3450 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
3452 2005-11-10 [colin] 1.9.100cvs7
3455 Fix bug #845 (sylpheed-claws 1.9.99+ start in
3458 2005-11-10 [wwp] 1.9.100cvs6
3460 * src/gtk/description_window.c
3461 fix a crash when closing description windows using the WM's [X] button
3463 2005-11-09 [colin] 1.9.100cvs5
3466 Update libetpan call to follow upstream
3467 (yes, this requires libetpan-0.40cvs3)
3469 2005-11-08 [colin] 1.9.100cvs4
3473 * src/common/utils.c
3474 * src/common/utils.h
3475 Enhance the email parser
3477 2005-11-08 [colin] 1.9.100cvs3
3480 Fix what looks like an off-by-one (fixes
3481 attachments from the Bat)
3483 2005-11-08 [wwp] 1.9.100cvs2
3486 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
3488 2005-11-08 [wwp] 1.9.100cvs1
3491 allow exiting Sylpheed-Claws from command-line
3493 2005-11-08 [paul] 1.9.100
3497 2005-11-07 [colin] 1.9.99cvs17
3501 Fix import of base-64 encoded items
3503 2005-11-07 [colin] 1.9.99cvs16
3505 * src/send_message.c
3506 Fix bug #314 (Queue does not empty under certain
3509 2005-11-07 [paul] 1.9.99cvs15
3513 fix buffer overflows
3516 2005-11-07 [paul] 1.9.99cvs14
3518 * doc/man/Makefile.am
3519 * doc/man/sylpheed-claws.1 ** ADDED **
3520 * doc/man/sylpheed.1 ** DELETED **
3521 rename and update the man file
3523 2005-11-06 [colin] 1.9.99cvs13
3526 Fix ldif_get_line() that returned empty strings
3527 (Didn't understand why). Also fix a possible
3530 2005-11-06 [wwp] 1.9.99cvs12
3534 * src/gtk/gtkutils.c
3535 * src/gtk/gtkutils.h
3536 fix a compilation warning,
3537 make links sensitive in the about dialog
3539 2005-11-04 [wwp] 1.9.99cvs11
3542 don't wrap or translate URIs, and a bit text format cleanup
3544 2005-11-04 [wwp] 1.9.99cvs10
3547 better textview tagging implementation (no more use of marks for
3550 2005-11-02 [colin] 1.9.99cvs9
3555 2005-11-02 [colin] 1.9.99cvs8
3558 Require libetpan-0.40 due to upstream fix
3560 Tell libetpan not to call SSL_Library_Init,
3561 as we do it ourselves.
3563 2005-11-02 [colin] 1.9.99cvs7
3566 Add missing files (thanks to Fabien Vantard)
3568 2005-11-02 [colin] 1.9.99cvs6
3571 Fix totals when read messages are hidden or quicksearch
3575 * src/common/ssl_certificate.c
3576 * src/common/ssl_certificate.h
3577 * src/gtk/sslcertwindow.c
3578 * src/gtk/sslcertwindow.h
3579 Fix copyright on my stuff
3581 2005-11-02 [wwp] 1.9.99cvs5
3583 * src/prefs_themes.c
3584 fix directory name checking (theme installation/removal),
3585 made related error a bit more verbose
3587 2005-11-02 [colin] 1.9.99cvs4
3590 Fix typo (probably fixes bug #841 (Sort by the From
3593 2005-11-02 [paul] 1.9.99cvs3
3597 updated by SungHyun Nam, Geir Helland
3599 fix typo in welcome message. spotted by
3602 2005-11-01 [colin] 1.9.99cvs2
3605 Fix replying to ml wen confirming subscription
3611 Make key check non blocking
3613 2005-10-31 [paul] 1.9.99cvs1
3615 * tools/claws.i18n.status.pl
3616 updated for ChangeLog
3618 2005-10-31 [paul] 1.9.99
3622 2005-10-31 [paul] 1.9.15cvs131
3626 * ChangeLog.claws ** REMOVED **
3627 * ChangeLog-gtk2.claws ** REMOVED **
3628 * ChangeLog.gtk1 ** ADDED **
3633 * README.claws ** REMOVED **
3634 * README.jp ** REMOVED **
3635 * RELEASE_NOTES ** ADDED **
3636 * RELEASE_NOTES.claws ** REMOVED **
3639 * sylpheed.spec.in ** REMOVED **
3640 tidy up and update the default docs:
3641 ChangeLog.claws is renamed ChangeLog.gtk1
3642 ChangeLog-gtk2.claws is renamed ChangeLog
3643 README.claws is renamed README
3644 RELEASE_NOTES.claws is renamed RELEASE_NOTES
3646 2005-10-31 [paul] 1.9.15cvs130
3651 2005-10-31 [paul] 1.9.15cvs129
3662 updated by Miquel Oliete, Stephan Sachse and
3663 Thomas Gilgin, me, Fabien Vantard, Andrea
3664 Spadaccini, Frederico Goncalves Guimaraes,
3665 Andrej Kacian, Aleksandar Urosevic, and
3668 2005-10-31 [mones] 1.9.15cvs128
3674 Updated for release.
3676 2005-10-30 [colin] 1.9.15cvs127
3679 Place cursor before rewrapping (fixes cursor
3680 pos if quotation gets rewrapped)
3682 2005-10-29 [paul] 1.9.15cvs126
3690 corrections to text items
3692 2005-10-28 [colin] 1.9.15cvs125
3695 Make "hit 'C' to check sig" work from extern
3698 2005-10-27 [colin] 1.9.15cvs124
3701 Add a hack to avoid segfaulting when hammering
3704 2005-10-27 [wwp] 1.9.15cvs123
3706 * src/prefs_themes.c
3707 sort list of themes names in themes prefs
3709 2005-10-27 [paul] 1.9.15cvs122
3712 * src/prefs_account.c
3713 fix building on Solaris
3716 2005-10-27 [wwp] 1.9.15cvs121
3719 * src/gtk/gtksctree.c
3720 speed up unselecting messages in summary view (thanks to Colin)
3722 2005-10-27 [paul] 1.9.15cvs120
3725 fix a compilation warning
3727 fix updating of 'n items selected' count
3730 2005-10-27 [martin] 1.9.15cvs119
3733 ignore actions with a leading '/' in the action menu name
3734 fixes a crash on menu creation
3735 * src/prefs_actions.c
3736 do not allow a leading '/' in the action menu name
3738 2005-10-27 [paul] 1.9.15cvs118
3741 fix compilation warning
3743 2005-10-27 [paul] 1.9.15cvs117
3746 add #if HAVE_LOCALE_H
3748 2005-10-27 [paul] 1.9.15cvs116
3750 * src/plugins/clamav/clamav_plugin.c
3751 * src/plugins/dillo_viewer/dillo_viewer.c
3752 * src/plugins/mathml_viewer/mathml_viewer.c
3753 * src/plugins/pgpcore/plugin.c
3754 * src/plugins/pgpinline/plugin.c
3755 * src/plugins/pgpmime/plugin.c
3756 * src/plugins/spamassassin/spamassassin.c
3757 * src/plugins/trayicon/trayicon.c
3758 plugin_init() : make error messages more
3761 2005-10-26 [wwp] 1.9.15cvs115
3763 * src/prefs_matcher.c
3764 enlarge boolean op widget width a bit (wasn't always showing text contents)
3766 2005-10-26 [wwp] 1.9.15cvs114
3769 * src/gtk/gtksctree.c
3770 * src/plugins/spamassassin/libspamc.c
3771 * src/plugins/spamassassin/spamassassin.c
3772 fix some compilation warnings more
3774 2005-10-26 [mones] 1.9.15cvs113
3779 2005-10-26 [paul] 1.9.15cvs112
3781 * src/prefs_message.c
3782 give all display_xface stuff the
3783 #if HAVE_LIBCOMPFACE treatment, thus
3785 (Thanks to Wolfgang Enderlein)
3787 2005-10-26 [colin] 1.9.15cvs111
3793 Remove context menu items that should not be there
3798 Don't show the mainwindow too soon
3800 2005-10-26 [wwp] 1.9.15cvs110
3805 fix uninitialized pointers in the folder updating hook
3808 2005-10-25 [mones] 1.9.15cvs109
3811 General information subsection completed.
3812 Removed archaic references.
3815 * manual/dtd/manual.dsl
3816 Added customization stylesheet for getting paragraphs
3817 fully justified in PDF output (as suggested by Colin).
3819 2005-10-25 [colin] 1.9.15cvs108
3824 2005-10-25 [colin] 1.9.15cvs107
3828 Fix leak (xml_get_element() allocates memory)
3830 Fix leak + dead code (shame!)
3834 2005-10-25 [colin] 1.9.15cvs106
3837 Fix encoding issue in Save all and in
3838 overwrite-confirmation alertpanel
3840 2005-10-25 [colin] 1.9.15cvs105
3842 * src/common/socket.c
3843 Fix a leak - Thanks to Christopher Aillon
3844 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
3846 2005-10-25 [paul] 1.9.15cvs104
3849 Always guess servers from the right-hand
3850 email part and guess username from the
3851 left-hand part. (Thanks to Colin)
3852 add an X-Face to the welcome message