1 2006-03-06 [colin] 2.0.0cvs115
4 Prevent double-timeouts when connection fails
10 2006-03-06 [colin] 2.0.0cvs114
13 Refresh session during potentially long
16 2006-03-06 [wwp] 2.0.0cvs113
18 * src/prefs_msg_colors.h
19 forgot that one (custom color labels).
21 2006-03-06 [wwp] 2.0.0cvs112
25 * src/prefs_msg_colors.c
28 * src/gtk/colorlabel.c
29 * src/gtk/colorlabel.h
30 colors in messages list are now customizable. Color values and names can
31 be changed in "Configuration/Preferences/Display/Colors/Color labels".
32 Thanks to Paul and Colin for their help with this longstanding patch!
34 2006-03-06 [wwp] 2.0.0cvs111
37 don't crash if (x)face is bad.
39 2006-03-05 [paul] 2.0.0cvs110
44 * src/common/Makefile.am
46 * src/etpan/imap-thread.c
48 * src/plugins/clamav/Makefile.am
49 * src/plugins/demo/Makefile.am
50 * src/plugins/dillo_viewer/Makefile.am
51 * src/plugins/pgpcore/Makefile.am
52 * src/plugins/pgpcore/passphrase.c
53 * src/plugins/pgpinline/Makefile.am
54 * src/plugins/pgpmime/Makefile.am
55 * src/plugins/spamassassin/Makefile.am
56 * src/plugins/trayicon/Makefile.am
57 fix builiding on cygwin
58 Patch by Ralgh Young <bamanzi@gmail.com>
60 2006-03-04 [wwp] 2.0.0cvs109
63 fix mixed up/down keys.
65 2006-03-04 [wwp] 2.0.0cvs108
69 updated links to SpamAssassin.
71 2006-03-04 [wwp] 2.0.0cvs107
74 * src/plugins/spamassassin/README
75 updated SpamAssassin plugin docs to reflect new functional additions
76 (also fix/update/documents few technical stuff more, see the README).
78 2006-03-04 [wwp] 2.0.0cvs106
81 normalized capitalization of message-prefs paths.
83 2006-03-04 [wwp] 2.0.0cvs105
88 2006-03-03 [colin] 2.0.0cvs104
90 * src/plugins/clamav/clamav_plugin_gtk.c
91 Rework prefs page, patch by Fabien
93 2006-03-03 [colin] 2.0.0cvs103
95 * src/plugins/clamav/clamav_plugin.c
96 Set error on all errors
98 2006-03-03 [colin] 2.0.0cvs102
100 * src/common/plugin.c
101 Initialize error to avoid crashing when a plugin fails
102 without setting error
104 2006-03-02 [wwp] 2.0.0cvs101
107 fixed linker flags for libetpan support on Cygwin
108 (thanks to H.Merijn Brand).
110 2006-03-02 [wwp] 2.0.0cvs100
113 fix some AB error messages: one for punctuation and
114 one wrongly duplicate (thanks, maxbritov).
116 2006-03-02 [wwp] 2.0.0cvs99
118 * src/plugins/spamassassin/spamassassin.c
119 make sync calls to sa-learn/spamc to prevent
120 system (whatever local or client/server) overload.
122 2006-03-02 [colin] 2.0.0cvs98
125 Put the spam icon in the status column instead of the
128 2006-03-01 [colin] 2.0.0cvs97
130 * src/plugins/spamassassin/spamassassin.c
131 Fix segfault (g_file_set_contents fails for some
132 reason and err==0x2f. Can't find out why with
133 valgrind, using working function :-)
135 2006-03-01 [colin] 2.0.0cvs96
138 Offline overriding: let 'No' be cached only 3 seconds
140 2006-03-01 [colin] 2.0.0cvs95
146 * src/folder_item_prefs.c
155 * src/prefs_msg_colors.c
162 * src/simple-gettext.c
168 * src/common/ssl_certificate.c
171 * src/gtk/gtksctree.c
172 * src/gtk/gtkshruler.c
173 * src/plugins/trayicon/trayicon.c
174 #if 0 goes to /dev/null
176 2006-03-01 [colin] 2.0.0cvs94
184 * src/plugins/spamassassin/spamassassin.c
185 Allow to add information in the "working offline"
188 2006-03-01 [wwp] 2.0.0cvs93
190 * src/plugins/spamassassin/spamassassin.c
191 fixed spamc invocation: use a tricky temporary mini shell wrapper
192 'cause it seems that calling `spamc ... < inputfile` with
193 g_spawn_(a)sync simply.. erm doesn't work :-).
195 2006-03-01 [wwp] 2.0.0cvs92
199 simplify the adding of spam/ham button to the messageview toolbar
200 (it gets more clear now that the same button will be "Mark as spam"
201 or "Mark as ham" according to the current message status,
204 2006-03-01 [wwp] 2.0.0cvs91
210 * src/plugins/spamassassin/spamassassin.c
211 * src/plugins/spamassassin/spamassassin.h
212 make learner callbacks return a status (0 for ok),
213 handle it in main code to avoid setting flags when learning failed,
214 don't learn on TCP if offline in spamassassin,
219 2006-03-01 [wwp] 2.0.0cvs90
222 some work around the compose window's account menu,
223 patch by Fabien Vantard.
225 2006-03-01 [wwp] 2.0.0cvs89
227 * src/plugins/spamassassin/spamassassin.c
228 fixed bad logics, was using spamc in local mode and sa-learn
229 in remote mode (thanks, Colin).
231 2006-03-01 [wwp] 2.0.0cvs88
233 * src/plugins/spamassassin/spamassassin.c
234 * src/plugins/spamassassin/spamassassin.h
235 * src/plugins/spamassassin/spamassassin_gtk.c
236 made processing of emails w/ sa-plugin an option (default is TRUE),
237 fixed Engrish some tooltips, capitalization of some debug messages
238 and warnings. The spamassassin plugin now provides two separate
239 services: process emails upon incorporation and spamd training.
240 Both services (un)register independently but use some common
241 plugin settings (transport settings, spam storage location).
243 2006-02-28 [wwp] 2.0.0cvs87
245 * src/plugins/spamassassin/spamassassin.c
246 fix async flag to spamc cmdline execution (batch exec should
249 2006-02-27 [wwp] 2.0.0cvs86
251 * src/plugins/spamassassin/spamassassin.c
252 * src/plugins/spamassassin/spamassassin.h
253 * src/plugins/spamassassin/spamassassin_gtk.c
254 - added the ability to learn a remote spamassassin server (spamd),
256 - added the spamassassin option 'username', that applies to all
257 spamassassin operations (filtering, learning, local or remote).
258 The default username is the current unix user (if left blank
259 from gtk prefs or config file).
260 - commented out some unused code (notebook widget), removed unused
262 - make more widgets sensitive to the transport type.
264 2006-02-27 [colin] 2.0.0cvs85
266 * src/plugins/spamassassin/spamassassin.c
267 Fix sa-learn call when offline
269 2006-02-27 [colin] 2.0.0cvs84
277 * src/prefs_toolbar.c
284 * src/pixmaps/ham_btn.xpm
285 * src/pixmaps/spam.xpm
286 * src/pixmaps/spam_btn.xpm
287 * src/plugins/spamassassin/spamassassin.c
288 Add button in toolbar for spam learning
289 Fix a few bugs from the last related commit
290 Revert 1.9.6cvs23 which messed up shift-selection
292 2006-02-24 [colin] 2.0.0cvs83
297 * src/plugins/spamassassin/spamassassin.c
298 * src/plugins/spamassassin/spamassassin.h
299 * src/plugins/spamassassin/spamassassin_gtk.c
300 Unregister learner when spamassassin is either
303 2006-02-24 [colin] 2.0.0cvs82
314 * src/gtk/icon_legend.c
315 * src/pixmaps/spam.xpm ** NEW FILE **
316 * src/plugins/spamassassin/spamassassin.c
317 * src/plugins/spamassassin/spamassassin_gtk.c
318 Add spam learning interface (Mark/Mark as
321 2006-02-24 [wwp] 2.0.0cvs81
326 hide compose window when sending message in batch mode
327 (filtering: forward and redirect). Also fixed a wrong
328 value returned when sending failed, neutral anyway.
331 2006-02-24 [wwp] 2.0.0cvs80
334 use GTK+'s stock quit button. Patch by Fabien Vantard.
336 2006-02-24 [paul] 2.0.0cvs79
341 fix bug 916, 'newsgroup unsubscribe segmentation fault'
344 2006-02-23 [colin] 2.0.0cvs78
347 Change OK to Close in alertpanel with View log
348 button; add accel to View log. Patch by Fabien
351 2006-02-23 [wwp] 2.0.0cvs77
354 silly me, there were much more tests to perform, since toolbars can
355 really have down to 1 element only.
357 2006-02-23 [wwp] 2.0.0cvs76
360 fixed indentation from my previous commit. Fallback to VISUAL if
361 EDITOR is not set (and to vi, at last resort).
363 2006-02-23 [wwp] 2.0.0cvs75
366 improved error detection (Colin, me).
368 2006-02-23 [wwp] 2.0.0cvs74
370 * src/prefs_toolbar.c
371 simplify and fix prefs/toolbars layouting. Combos' contents can
372 now be really displayed.
374 2006-02-23 [wwp] 2.0.0cvs73
375 simplifies and fix prefs/toolbars layouting. Combos' contents can now
378 2006-02-22 [wwp] 2.0.0cvs72
381 fix a typo in my previous commit (sorry!).
383 2006-02-22 [wwp] 2.0.0cvs71
385 * src/prefs_toolbar.c
386 fix a crash when adding separators to toolbars,
387 also fix some separator item information.
389 2006-02-22 [wwp] 2.0.0cvs70
392 fix a crash when redirecting (for instance) when compose window's
393 toolbar contents has been customized (when some buttons have been
396 2006-02-21 [wwp] 2.0.0cvs69
399 * src/gtk/pluginwindow.c
400 * src/plugins/pgpcore/prefs_gpg.c
401 fix some compilation warnings (feat. remains of removed code).
403 2006-02-21 [wwp] 2.0.0cvs68
406 fix two compilation issues, thanks to Stephan Sachse.
408 2006-02-20 [colin] 2.0.0cvs67
411 Don't reselect displayed mail on refocus
412 This fixes actions misbehaving
414 2006-02-20 [wwp] 2.0.0cvs66
417 * src/gtk/gtksctree.c
418 * src/gtk/gtkshruler.c
419 changed more runtime typecast checks.
421 2006-02-20 [wwp] 2.0.0cvs65
423 * src/summary_search.c
424 find all - summaryview refresh issue fixed, thanks to Colin.
426 2006-02-20 [wwp] 2.0.0cvs64
429 better runtime typecast checks.
431 2006-02-20 [wwp] 2.0.0cvs63
433 * src/summary_search.c
434 enhancements to the summary search:
435 - add the ability to stop the running search
436 (upon ESC-key press, new Stop button or when Clear button is pressed)
437 - don't search if no criteria (From/To/Subject/Body) is set
438 - ensure that a busy mouse pointer is always shown when searching,
439 show it even a bit earlier
441 2006-02-19 [colin] 2.0.0cvs62
445 * src/etpan/imap-thread.c
446 * src/etpan/imap-thread.h
447 (Future) IMAP speed improvement on sending
448 Will require a libetpan update
450 * src/gtk/quicksearch.c
451 Make quicksearch clearable while running.
453 2006-02-17 [colin] 2.0.0cvs61
456 * src/etpan/imap-thread.c
457 * src/etpan/imap-thread.h
458 Check for IMAP certificates
459 ** Requires libetpan-0.42-cvs4
460 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
462 2006-02-17 [colin] 2.0.0cvs60
467 * src/prefs_message.c
468 Add pref to display HTML-only mails with plugin,
469 if possible (defaulting to FALSE of course).
471 2006-02-16 [colin] 2.0.0cvs59
474 * src/common/plugin.c
475 * src/common/plugin.h
476 * src/gtk/pluginwindow.c
477 Keep track of requested (but unloaded) plugins
480 2006-02-16 [wwp] 2.0.0cvs58
482 * src/gtk/gtkaspell.c
483 * src/gtk/gtkaspell.h
484 * src/prefs_spelling.c
488 implemented new optional spellchecker behaviour: re-check message when
489 dictionary got changed (from compose-window/context-menu/Change dictionary).
491 2006-02-16 [wwp] 2.0.0cvs57
493 * src/quote_fmt_parse.y
494 pclose popen'ed pipe.
496 2006-02-15 [colin] 2.0.0cvs56
500 Let MimeViewers know which MimeView they
503 Swap From/To columns in Sent/Queue/Drafts
505 * src/etpan/imap-thread.c
506 Use mailstream_low_tls_open() for STARTTLS
507 instead of mailstream_low_ssl_open()
508 ** REQUIRES libetpan 0.42cvs3 **
510 2006-02-15 [wwp] 2.0.0cvs55
514 * src/message_search.c
515 * src/message_search.h
519 added the ability to Find text in the compose window (and a bit
520 of code factorization).
522 2006-02-15 [wwp] 2.0.0cvs54
525 yet another one file was missing (fix for some widgets' sensitivity).
528 2006-02-15 [wwp] 2.0.0cvs53
531 oops forgot that file (fix for some widgets' sensitivity).
533 2006-02-15 [wwp] 2.0.0cvs52
535 * src/summary_search.c
536 implemented advanced summary search options (added the ability
537 to use matcher conditions in an advanced search mode).
539 2006-02-15 [wwp] 2.0.0cvs51
541 * src/plugins/pgpcore/prefs_gpg.c
542 * src/prefs_account.c
543 fix some widget sensitivity, mostly around some labels in
546 2006-02-15 [paul] 2.0.0cvs50
548 * manual/advanced.xml
549 improve Templates info
552 2006-02-14 [colin] 2.0.0cvs49
554 * src/pixmaps/address_book.xpm
555 * src/pixmaps/preferences.xpm
556 * src/pixmaps/properties.xpm
557 Fix pixmap size - patch by Fabien Vantard
559 2006-02-13 [colin] 2.0.0cvs48
562 Add missing fclose()s on error
566 Fix temp files not being deleted on windows
567 Patches by Thomas Gilgin
569 2006-02-13 [colin] 2.0.0cvs47
574 2006-02-13 [wwp] 2.0.0cvs46
576 * src/plugins/pgpcore/prefs_gpg.c
577 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
579 2006-02-12 [colin] 2.0.0cvs45
584 Fix "stuff" when quitting
586 2006-02-12 [wwp] 2.0.0cvs44
589 fix typos in debug messages.
591 2006-02-11 [colin] 2.0.0cvs43
594 don't allow drag/drop from ourself
596 2006-02-10 [wwp] 2.0.0cvs42
603 renamed html_ prefixed functions and data structures to avoid
604 namespace clashes w/ other software (gtkhtml2 for instance).
608 2006-02-09 [colin] 2.0.0cvs41
611 Fix shitty logic messed up. Thanks Ticho for the hint!
613 2006-02-09 [wwp] 2.0.0cvs40
617 * src/prefs_account.c
620 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
621 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
622 Browse buttons in accounts prefs.
624 2006-02-09 [colin] 2.0.0cvs39
627 Check for pointer before using its members
628 * src/gtk/gtksourceprintjob.c
631 2006-02-09 [wwp] 2.0.0cvs38
634 fix few compiler warnings (type mismatch).
636 2006-02-09 [paul] 2.0.0cvs37
639 updated by Fabien Vantard
641 2006-02-08 [colin] 2.0.0cvs36
645 * src/common/plugin.c
646 allow windows and linux configurations to coexist
647 patch by Thomas Gilgin
649 2006-02-08 [colin] 2.0.0cvs35
654 * src/matcher_parser_parse.y
655 * src/prefs_filtering_action.c
656 * src/prefs_matcher.c
657 Add the "Ignore thread" filtering
660 2006-02-08 [colin] 2.0.0cvs34
665 Fix bug #905 (damaged attachment)
666 text files with raw \0's aren't really text files
669 2006-02-08 [colin] 2.0.0cvs33
672 Fix crasher introduced yesterday
674 2006-02-08 [wwp] 2.0.0cvs32
678 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
680 2006-02-08 [wwp] 2.0.0cvs31
682 * src/prefs_template.c
683 templates enhancement: allow address completion for Cc and Bcc fields
684 (it was currently possible for the To field only)
686 2006-02-08 [colin] 2.0.0cvs30
689 Don't unblock if not blocked
692 2006-02-07 [colin] 2.0.0cvs29
695 Forgot to refresh summaryview
697 2006-02-07 [colin] 2.0.0cvs28
700 Freeze/thaw message list and folder list while
701 processing %as{} actions
703 Fix auto-wrap disabling after a middle-click
706 2006-02-07 [paul] 2.0.0cvs27
709 fix freeing of uninitialised pointers
712 2006-02-06 [colin] 2.0.0cvs26
715 Use g_slist_prepend in potentially big list
717 2006-02-06 [colin] 2.0.0cvs25
720 Completely skip processing if it doesn't
723 2006-02-06 [colin] 2.0.0cvs24
727 Batch filtering in summaryview (from Tools menu)
728 and pre/post//-processing too
730 2006-02-06 [colin] 2.0.0cvs23
734 Use a special field for batch filtering instead
735 of stepping on deferred execution's toes
737 2006-02-06 [colin] 2.0.0cvs22
744 Fix filtering via menus and actions
746 2006-02-06 [colin] 2.0.0cvs21
749 Put the added file directly to cache if possible (will work
757 Move and copy filtered messages by batches instead of one
758 by one - faster on IMAP
760 Add a function that'll possibly be useful later
762 2006-02-06 [colin] 2.0.0cvs20
765 Use internal mime-type instead of text/plain for d'n'd
767 Allow attaching files from mimeview's icon list via d'n'd
770 Use internal mime-type instead of text/plain for d'n'd
771 Don't try to selected opened folder if none is
772 Factorize d'n'd from other apps code
777 Factorize Face/X-Face stuff
779 Fix d'n'd to other apps
780 * src/prefs_message.c
781 Let the XFace pref be usable without libcompface as it also
784 Fix d'n'd to other apps
785 Factorize d'n'd from other apps code
787 2006-02-06 [wwp] 2.0.0cvs19
790 Italian translation fixes by Andrea Spadaccini (no more confusion
791 between filtering and processing, and few changes in the About
795 2006-02-06 [mones] 2.0.0cvs18
797 * src/gtk/icon_legend.c
798 Improved descriptions allowing better translations
800 2006-02-05 [colin] 2.0.0cvs17
803 Add the f*cking missing expunge that caused imap_fetch_env
804 to fail after an add_msgs ! :-///
805 * src/etpan/imap-thread.c
809 2006-02-05 [colin] 2.0.0cvs16
812 Don't check for return-path (or we can't put
815 2006-02-05 [colin] 2.0.0cvs15
818 Don't try to display Face header in textview
819 when teh headerview's active
821 2006-02-05 [colin] 2.0.0cvs14
825 Add script to import Thunderbird mails
827 2006-02-05 [colin] 2.0.0cvs13
834 Show Face headers - patch partially by Klaus Flittner
836 2006-02-05 [colin] 2.0.0cvs12
842 Let dnd work from mime icons to summaryview
843 and to folderview too
844 Add a crude test to avoid trying to add files
845 drag'n'dropped when they're not mails
847 2006-02-04 [colin] 2.0.0cvs11
853 2006-02-04 [colin] 2.0.0cvs10
860 Added various drag and drop capas:
862 summaryview other apps
863 mimeview icons other apps
864 other apps summaryview
865 other apps folderview
867 This shouldn't have broken the existing:
869 summaryview folderview
870 folderview folderview
871 summaryview compose's attachments
875 2006-02-02 [paul] 2.0.0cvs9
878 move global option 'Set displayed columns...' out
879 of folder option grouping.
880 fix sensitivity of 'harvest addresses'
883 2006-02-01 [colin] 2.0.0cvs8
886 Revert the alertpanel patch, it sucks (intrusive
887 and gets in the way of "open")
889 2006-02-01 [colin] 2.0.0cvs7
892 * src/prefs_account.c
897 Add ability to edit the signature file
898 from the account preferences, and use
899 a default for the text editor.
900 Patch by Fabien Vantard
902 2006-02-01 [colin] 2.0.0cvs6
905 Try to get mime type by extension if it is
906 application/octet-stream
907 Display a window with possible choices when
908 encountering unknown mime types
912 Allow multiple selection in filtered filesel
913 (patch by Fabien Vantard)
914 * src/gtk/pluginwindow.c
915 Use it (patch by Fabien Vantard)
917 2006-02-01 [paul] 2.0.0cvs5
920 fix crash on creating jpilot address book
921 Thanks to Colin - FOR_STABLE
922 * src/prefs_summaries.c
923 * src/prefs_wrapping.c
924 * src/gtk/icon_legend.c
925 * src/gtk/quicksearch.c
926 string fixes and additions
928 2006-02-01 [paul] 2.0.0cvs4
934 add Arabic encoding option
935 Patch submitted by Mohammed Sameer <msameer@users.sf.net>
937 2006-01-31 [colin] 2.0.0cvs3
939 * src/plugins/pgpcore/passphrase.c
940 Convert passphrase to locale encoding
942 Fix drafting on IMAP. Crappy bug sneaked in
946 2006-01-30 [paul] 2.0.0cvs2
948 * src/gtk/icon_legend.c
951 2006-01-30 [colin] 2.0.0cvs1
954 Check for the file to be present before
955 enabling the menu - FOR_STABLE
956 * src/gtk/icon_legend.c
957 Add folders icons (not all of them, there
958 are too much, but the most intriguing ones)
960 2006-01-30 [paul] 2.0.0
962 version 2.0.0 released
964 2006-01-30 [paul] 1.9.100cvs200
969 * manual/starting.xml
970 * manual/sylpheed-claws-manual.xml
973 2006-01-29 [mones] 1.9.100cvs199
976 * manual/advanced.xml
977 * manual/glossary.xml
978 Some typos fixed, added LDIF term to glossary
980 Fixed leading plus symbol
982 2006-01-29 [paul] 1.9.100cvs198
986 updated by Tommi Pirinen and Andrej Kacian
988 2006-01-29 [paul] 1.9.100cvs197
993 2006-01-29 [paul] 1.9.100cvs196
998 * tools/claws.i18n.status.pl
999 nl translation updated by Tim Dijkstra
1001 2006-01-29 [paul] 1.9.100cvs195
1005 updated by Aleksandar Urosevic and Anders Troback
1007 2006-01-28 [colin] 1.9.100cvs194
1009 * src/gtk/gtksourceprintjob.c
1010 Don't fiddle with PangoLayout when we
1013 2006-01-28 [paul] 1.9.100cvs193
1019 * tools/claws.i18n.status.pl
1020 updated translations submitted by Stavros Giannouris
1023 2006-01-27 [colin] 1.9.100cvs192
1026 * src/gtk/gtksourceprintjob.c
1028 (libgnomeprint only, of course)
1030 2006-01-27 [paul] 1.9.100cvs191
1034 updated by Fabien Vantard and Andrea Spadaccini
1036 2006-01-26 [colin] 1.9.100cvs190
1038 * manual/Makefile.am
1040 Make building the manual optional
1043 2006-01-26 [paul] 1.9.100cvs189
1045 * manual/glossary.xml
1046 * manual/plugins.xml
1051 2006-01-26 [paul] 1.9.100cvs188
1053 * src/prefs_display_header.c
1054 * src/prefs_folder_column.c
1055 * src/prefs_msg_colors.c
1056 * src/prefs_summaries.c
1057 * src/prefs_summary_column.c
1060 2006-01-25 [colin] 1.9.100cvs187
1063 Don't allow moving/copying mails between
1064 queue/drafts and non-queue/drafts folders
1065 Fixes bug #897 (message header is resetted
1066 if one is copied to Drafts)
1068 2006-01-25 [colin] 1.9.100cvs186
1072 Fix subscribed folders not found
1074 Don't try to encode as original mail's charset
1077 2006-01-25 [paul] 1.9.100cvs185
1086 updates submitted by Stephan Sachse, Emilian Nowak
1087 and Quar, Frederico Goncalves Guimaraes, and
1089 Fix Bug 896, 'PT_BR locale broken'.
1093 2006-01-24 [mones] 1.9.100cvs184
1095 * manual/glossary.xml
1096 All current terms finished. Reviewers welcome ;-)
1097 * manual/keyboard.xml
1098 Fixed column width for pdf output.
1102 2006-01-24 [paul] 1.9.100cvs183
1104 * manual/glossary.xml
1106 * manual/dist/html/Makefile.am
1107 * manual/dist/pdf/Makefile.am
1108 * manual/dist/ps/Makefile.am
1109 * manual/dist/txt/Makefile.am
1113 2006-01-24 [mones] 1.9.100cvs182
1115 * manual/glossary.xml
1116 Nearly finished, some terms missing.
1118 2006-01-23 [paul] 1.9.100cvs181
1120 * manual/dist/html/Makefile.am
1121 * manual/dist/pdf/Makefile.am
1122 * manual/dist/ps/Makefile.am
1123 * manual/dist/txt/Makefile.am
1128 2006-01-22 [colin] 1.9.100cvs180
1131 * src/gtk/gtkaspell.c
1132 Don't deselect stuff before right-clicking, with aspell.
1133 (This prevented right-click Copy, for example).
1136 2006-01-22 [paul] 1.9.100cvs179
1138 * src/summary_search.c
1139 don't fix the widget size as it causes problems
1141 Thanks to Emilian Nowak
1143 2006-01-21 [paul] 1.9.100cvs178
1145 * src/prefs_themes.c
1146 fix broken underlining of label text
1147 with some translations
1149 2006-01-21 [colin] 1.9.100cvs177
1152 In French "Composition" puts the Compose toolbar's prefs in the wrong place
1154 2006-01-20 [colin] 1.9.100cvs176
1159 * manual/dist/html/.cvsignore
1160 * manual/dist/html/Makefile.am
1161 * manual/dist/pdf/.cvsignore
1162 * manual/dist/pdf/Makefile.am
1163 * manual/dist/ps/.cvsignore
1164 * manual/dist/ps/Makefile.am
1165 * manual/dist/txt/.cvsignore
1166 * manual/dist/txt/Makefile.am
1169 2006-01-20 [paul] 1.9.100cvs175
1171 * manual/handling.xml
1172 make Filtering and Searching entries easier to find
1173 * manual/keyboard.xml
1174 add the remaining default keybinds
1175 * src/prefs_summaries.c
1176 update the default keybinds
1178 2006-01-20 [paul] 1.9.100cvs174
1190 replace 'e-mail' with 'email'
1191 * src/summary_search.c
1192 add mnemonic to "Find all" button
1194 2006-01-20 [wwp] 1.9.100cvs173
1198 touched mbox import/export buttons for HIG-compliance
1200 2006-01-19 [paul] 1.9.100cvs172
1202 * manual/account.xml
1203 * manual/addrbook.xml
1204 * manual/advanced.xml
1206 * manual/handling.xml
1208 * manual/plugins.xml
1209 * manual/starting.xml
1212 2006-01-19 [paul] 1.9.100cvs171
1215 allow use of trash button while receiving
1218 2006-01-19 [wwp] 1.9.100cvs170
1220 * src/gtk/quicksearch.c
1222 force text color to black when yellow background is set
1224 2006-01-19 [colin] 1.9.100cvs169
1226 * src/plugins/trayicon/trayicon.c
1227 Gray out Get Mail when already getting mail
1229 2006-01-18 [paul] 1.9.100cvs168
1232 give widget yellow background was To is
1233 set via folder prefs
1234 * src/gtk/quicksearch.c
1235 give widget yellow background when quick
1239 2006-01-18 [paul] 1.9.100cvs167
1241 * doc/man/sylpheed-claws.1
1242 add --subscribe option
1244 2006-01-18 [paul] 1.9.100cvs166
1246 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1247 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1248 use %U instead of %F (%F is broken for user installed
1251 2006-01-18 [colin] 1.9.100cvs165
1254 Default to Yes in "No more * messages" dialogs
1256 2006-01-17 [colin] 1.9.100cvs164
1259 Possibly fix an invalid iterator causing
1262 2006-01-17 [colin] 1.9.100cvs163
1265 Fix crash when the image disappears under the
1268 2006-01-16 [colin] 1.9.100cvs162
1271 Fix reenabling autowrap
1273 2006-01-16 [colin] 1.9.100cvs161
1276 reset quote_len before getting quote_str
1278 2006-01-16 [colin] 1.9.100cvs160
1285 Fix bug #883 (default inbox does not track folder move)
1287 2006-01-16 [colin] 1.9.100cvs159
1290 * src/plugins/pgpcore/passphrase.c
1293 2006-01-16 [paul] 1.9.100cvs158
1295 * src/prefs_actions.c
1296 * src/prefs_filtering_action.c
1297 * src/prefs_matcher.c
1299 * src/gtk/description_window.c
1300 * src/gtk/description_window.h
1301 * src/gtk/quicksearch.c
1302 description window cleanups
1304 2006-01-15 [colin] 1.9.100cvs157
1307 * src/prefs_filtering.c
1310 2006-01-15 [colin] 1.9.100cvs156
1314 Same for "Empty trash"
1316 2006-01-15 [colin] 1.9.100cvs155
1319 Override offline dialog had Yes by default
1321 2006-01-15 [colin] 1.9.100cvs154
1324 Delete selected messages? previously had Yes the default
1326 2006-01-15 [colin] 1.9.100cvs153
1331 Check if a mailbox is loaded after all
1334 2006-01-15 [colin] 1.9.100cvs152
1337 Don't start wizard when there are unloaded folders (will help
1338 people with only mbox or maildir mailboxes)
1340 2006-01-14 [colin] 1.9.100cvs151
1348 More HIG compliance and fixes
1350 2006-01-14 [colin] 1.9.100cvs150
1352 * src/prefs_filtering_action.c
1354 Two forgotten button order changes
1356 2006-01-14 [colin] 1.9.100cvs149
1366 * src/prefs_actions.c
1367 * src/prefs_customheader.c
1368 * src/prefs_filtering.c
1369 * src/prefs_matcher.c
1370 * src/prefs_template.c
1375 All deletion confirmations are now "Cancel, Delete"
1376 instead of "No, Yes"
1377 Clarified most of the other "No, Yes" to
1378 "Cancel, Descriptive_action"
1379 Rechanged the "Entry not saved" alerts to have
1380 "Close, Continue editing"
1385 * 2.0.0-rc4 released
1387 2006-01-14 [paul] 1.9.100cvs148
1402 * src/grouplistdialog.c
1409 * src/message_search.c
1414 * src/prefs_actions.c
1415 * src/prefs_customheader.c
1416 * src/prefs_filtering.c
1417 * src/prefs_matcher.c
1418 * src/prefs_template.c
1419 * src/prefs_themes.c
1421 * src/summary_search.c
1425 * src/gtk/foldersort.c
1426 * src/gtk/gtkaspell.c
1427 * src/gtk/inputdialog.c
1428 * src/gtk/prefswindow.c
1429 * src/plugins/pgpcore/select-keys.c
1430 * src/plugins/trayicon/trayicon.c
1431 HIG compliant button order
1433 2006-01-14 [mones] 1.9.100cvs147
1438 2006-01-13 [paul] 1.9.100cvs146
1443 add Joshua M. Kwan to contributors list
1445 2006-01-13 [colin] 1.9.100cvs145
1447 * src/gtk/quicksearch.c
1448 Don't refocus quick search after executing (Esc or Enter)
1449 Allows to '/'search something then move up/down in
1450 summaryview, and to Esc a search and be back in the
1453 2006-01-13 [paul] 1.9.100cvs144
1455 * src/plugins/pgpinline/pgpinline.c
1456 support Content-Type 'application/pgp'
1457 patch by Joshua M. Kwan <joshuak@users.sf.net>
1459 2006-01-13 [paul] 1.9.100cvs143
1461 * manual/account.xml
1462 make mention of partial retrieval
1465 2006-01-13 [paul] 1.9.100cvs142
1506 * src/customheader.c
1507 * src/customheader.h
1508 * src/displayheader.c
1509 * src/displayheader.h
1520 * src/editldap_basedn.c
1521 * src/editldap_basedn.h
1537 * src/folder_item_prefs.c
1538 * src/folder_item_prefs.h
1545 * src/grouplistdialog.c
1546 * src/grouplistdialog.h
1550 * src/image_viewer.c
1551 * src/image_viewer.h
1587 * src/message_search.c
1588 * src/message_search.h
1605 * src/partial_download.c
1606 * src/partial_download.h
1611 * src/prefs_account.c
1612 * src/prefs_account.h
1613 * src/prefs_actions.c
1614 * src/prefs_actions.h
1615 * src/prefs_common.c
1616 * src/prefs_common.h
1617 * src/prefs_compose_writing.c
1618 * src/prefs_compose_writing.h
1619 * src/prefs_customheader.c
1620 * src/prefs_customheader.h
1621 * src/prefs_display_header.c
1622 * src/prefs_display_header.h
1623 * src/prefs_filtering.c
1624 * src/prefs_filtering.h
1625 * src/prefs_filtering_action.c
1626 * src/prefs_filtering_action.h
1627 * src/prefs_folder_column.c
1628 * src/prefs_folder_column.h
1629 * src/prefs_folder_item.c
1630 * src/prefs_folder_item.h
1635 * src/prefs_image_viewer.c
1636 * src/prefs_image_viewer.h
1637 * src/prefs_matcher.c
1638 * src/prefs_matcher.h
1639 * src/prefs_message.c
1640 * src/prefs_msg_colors.c
1641 * src/prefs_msg_colors.h
1644 * src/prefs_receive.c
1646 * src/prefs_spelling.c
1647 * src/prefs_spelling.h
1648 * src/prefs_summaries.c
1649 * src/prefs_summaries.h
1650 * src/prefs_summary_column.c
1651 * src/prefs_summary_column.h
1652 * src/prefs_template.c
1653 * src/prefs_template.h
1654 * src/prefs_themes.c
1655 * src/prefs_themes.h
1656 * src/prefs_toolbar.c
1657 * src/prefs_toolbar.h
1658 * src/prefs_wrapping.c
1659 * src/prefs_wrapping.h
1669 * src/quote_fmt_parse.y
1672 * src/remotefolder.c
1673 * src/remotefolder.h
1674 * src/send_message.c
1675 * src/send_message.h
1678 * src/sourcewindow.c
1679 * src/sourcewindow.h
1684 * src/stock_pixmap.c
1685 * src/stock_pixmap.h
1686 * src/summary_search.c
1687 * src/summary_search.h
1704 * src/common/base64.c
1705 * src/common/base64.h
1707 * src/common/hooks.c
1708 * src/common/hooks.h
1711 * src/common/mgutils.c
1712 * src/common/mgutils.h
1715 * src/common/passcrypt.c
1716 * src/common/passcrypt.h.in
1717 * src/common/plugin.c
1718 * src/common/plugin.h
1719 * src/common/prefs.c
1720 * src/common/prefs.h
1721 * src/common/progressindicator.c
1722 * src/common/progressindicator.h
1723 * src/common/quoted-printable.c
1724 * src/common/quoted-printable.h
1725 * src/common/session.c
1726 * src/common/session.h
1729 * src/common/socket.c
1730 * src/common/socket.h
1733 * src/common/ssl_certificate.c
1734 * src/common/ssl_certificate.h
1735 * src/common/stringtable.c
1736 * src/common/stringtable.h
1737 * src/common/sylpheed.c
1738 * src/common/sylpheed.h
1739 * src/common/template.c
1740 * src/common/template.h
1741 * src/common/timing.h
1742 * src/common/utils.c
1743 * src/common/utils.h
1744 * src/common/version.h.in
1747 * src/common/xmlprops.c
1748 * src/common/xmlprops.h
1749 * src/gtk/colorlabel.c
1750 * src/gtk/colorsel.c
1751 * src/gtk/colorsel.h
1752 * src/gtk/description_window.c
1753 * src/gtk/description_window.h
1756 * src/gtk/foldersort.c
1757 * src/gtk/foldersort.h
1758 * src/gtk/gtkutils.c
1759 * src/gtk/gtkutils.h
1760 * src/gtk/inputdialog.c
1761 * src/gtk/inputdialog.h
1762 * src/gtk/logwindow.c
1763 * src/gtk/logwindow.h
1764 * src/gtk/manage_window.c
1765 * src/gtk/manage_window.h
1768 * src/gtk/pluginwindow.c
1769 * src/gtk/pluginwindow.h
1770 * src/gtk/prefswindow.c
1771 * src/gtk/prefswindow.h
1772 * src/gtk/progressdialog.c
1773 * src/gtk/progressdialog.h
1774 * src/gtk/sslcertwindow.c
1775 * src/gtk/sslcertwindow.h
1776 * src/plugins/clamav/clamav_plugin.c
1777 * src/plugins/clamav/clamav_plugin.h
1778 * src/plugins/clamav/clamav_plugin_gtk.c
1779 * src/plugins/demo/demo.c
1780 * src/plugins/dillo_viewer/dillo_prefs.c
1781 * src/plugins/dillo_viewer/dillo_prefs.h
1782 * src/plugins/dillo_viewer/dillo_viewer.c
1783 * src/plugins/pgpcore/passphrase.c
1784 * src/plugins/pgpcore/passphrase.h
1785 * src/plugins/pgpcore/plugin.c
1786 * src/plugins/pgpcore/select-keys.c
1787 * src/plugins/pgpcore/select-keys.h
1788 * src/plugins/pgpcore/sgpgme.c
1789 * src/plugins/pgpcore/sgpgme.h
1790 * src/plugins/pgpinline/pgpinline.c
1791 * src/plugins/pgpinline/pgpinline.h
1792 * src/plugins/pgpinline/plugin.c
1793 * src/plugins/pgpmime/pgpmime.c
1794 * src/plugins/pgpmime/pgpmime.h
1795 * src/plugins/pgpmime/plugin.c
1796 * src/plugins/spamassassin/spamassassin.c
1797 * src/plugins/spamassassin/spamassassin.h
1798 * src/plugins/spamassassin/spamassassin_gtk.c
1799 * src/plugins/trayicon/trayicon.c
1800 update copyright header
1802 2006-01-13 [paul] 1.9.100cvs141
1808 * src/prefs_account.c
1809 * src/prefs_display_header.c
1810 * src/prefs_receive.c
1812 * src/prefs_summaries.c
1813 * src/prefs_themes.c
1814 * src/prefs_toolbar.c
1818 2006-01-12 [colin] 1.9.100cvs140
1823 Add --subscribe option
1824 Let sylpheed-claws email@domain.com equivalent to --compose
1825 Let sylpheed-claws proto://blah.com equivalent to --subscribe
1827 2006-01-12 [paul] 1.9.100cvs139
1830 append 'Change folder order' label with '...'
1831 * src/prefs_actions.c
1832 allow reordering of actions list by dnd
1833 * src/gtk/foldersort.c
1834 make the dialog nicer
1836 2006-01-11 [colin] 1.9.100cvs138
1839 Allow templates without text
1841 2006-01-11 [paul] 1.9.100cvs137
1844 * tools/filter_conv_new.pl
1846 also check .sylpheed for filter.xml
1847 be a bit informative to the user
1849 2006-01-11 [colin] 1.9.100cvs136
1852 Fix bug #888 (2.0.0rc3 not displaying image in message view)
1854 2006-01-10 [paul] 1.9.100cvs135
1857 * tools/filter_conv_new.pl
1858 add script to convert new style Sylpheed
1859 filter rules (Sylpheed >= 0.9.99) to
1860 Claws filtering rules
1862 2006-01-10 [colin] 1.9.100cvs134
1865 Fix broken line joins in certain conditions
1866 (between two quoted lines: <enter><enter><up>
1867 <type a wrapped sentence><go in the first line>
1868 <insert more text><watch as line joining failed>)
1870 2006-01-10 [paul] 1.9.100cvs133
1873 don't report success in error dialog
1875 * src/common/utils.c
1876 include some trailing punctuations as URI
1879 2006-01-10 [paul] 1.9.100cvs132
1882 fix incompatible pointer type
1885 2006-01-10 [paul] 1.9.100cvs131
1888 change Subject in window title
1891 2006-01-09 [colin] 1.9.100cvs130
1900 Fix possible crashes on exit and in addressbook
1902 2006-01-09 [paul] 1.9.100cvs129
1904 * src/prefs_msg_colors.c
1905 some cleanups that I forgot last time
1907 2006-01-09 [paul] 1.9.100cvs128
1911 * src/prefs_msg_colors.c
1912 add previously hidden option, color_new, to
1914 move the page to Display/
1917 2006-01-09 [wwp] 1.9.100cvs127
1919 * src/prefs_themes.c
1920 made the prefs/display/themes layouts spacing less condensed
1921 (and so they match other prefs/pages' look).
1923 2006-01-09 [paul] 1.9.100cvs126
1926 * src/prefs_common.c
1927 * src/prefs_common.h
1928 * src/prefs_wrapping.c
1929 remove 'wrap at send' option
1931 2006-01-06 [colin] 1.9.100cvs125
1934 Just make completely sure we don't insert "manual line breaks"
1939 * 2.0.0-rc3 released
1941 2006-01-04 [paul] 1.9.100cvs124
1944 fix bug 882, 'quick scroll in folder list
1945 displays wrong folder contents'
1947 2006-01-04 [paul] 1.9.100cvs123
1949 * src/plugins/pgpmime/pgpmime.c
1950 better debug information when signing
1951 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1953 2006-01-03 [colin] 1.9.100cvs122
1956 We need to recheck for gpgme 1.0.0 after checking
1957 for 1.1.1, because if 1.1.1 isn't available,
1958 GPGME_LIBS and friends are blanked out by the
1961 2006-01-03 [colin] 1.9.100cvs121
1963 * src/common/prefs.c
1964 Windows unlink-before rename fix
1965 * src/plugins/pgpcore/sgpgme.c
1966 Add support for PKA info if available
1967 Both patches by Werner Koch
1969 2006-01-03 [paul] 1.9.100cvs120
1972 fix bug 884, 'Send receipt' button visible in queue
1975 2006-01-02 [colin] 1.9.100cvs119
1979 Fix autosave on IMAP and more generally try to
1980 return the correct ID on a newly added IMAP message
1982 2006-01-02 [paul] 1.9.100cvs118
1984 * manual/keyboard.xml
1987 2006-01-01 [paul] 1.9.100cvs117
1992 2005-12-30 [colin] 1.9.100cvs116
1994 * manual/advanced.xml
1995 Explain Pre/Post-processing differences.
1997 2005-12-30 [colin] 1.9.100cvs115
2000 Implement copy_msgs for a little optimization
2002 Finish yesterday's fix
2004 2005-12-29 [colin] 1.9.100cvs114
2007 Fix occasional failure in fetching a mail over
2010 2005-12-29 [colin] 1.9.100cvs113
2013 Don't remove a draft when sending it, if it is
2016 2005-12-28 [colin] 1.9.100cvs112
2021 2005-12-28 [wwp] 1.9.100cvs111
2023 * doc/faq/.cvsignore
2024 * doc/faq/de/.cvsignore
2025 * doc/faq/en/.cvsignore
2026 * doc/faq/es/.cvsignore
2027 * doc/faq/fr/.cvsignore
2028 * doc/faq/it/.cvsignore
2029 * doc/manual/.cvsignore
2030 * doc/manual/de/.cvsignore
2031 * doc/manual/en/.cvsignore
2032 * doc/manual/es/.cvsignore
2033 * doc/manual/fr/.cvsignore
2034 * doc/manual/ja/.cvsignore
2035 * src/plugins/mathml_viewer/.cvsignore
2036 rollback revival of those files (my bad, sorry for the noise).
2038 2005-12-28 [wwp] 1.9.100cvs110
2041 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
2043 2005-12-28 [wwp] 1.9.100cvs109
2045 * doc/faq/.cvsignore
2046 * doc/faq/de/.cvsignore
2047 * doc/faq/en/.cvsignore
2048 * doc/faq/es/.cvsignore
2049 * doc/faq/fr/.cvsignore
2050 * doc/faq/it/.cvsignore
2051 * doc/manual/.cvsignore
2052 * doc/manual/de/.cvsignore
2053 * doc/manual/en/.cvsignore
2054 * doc/manual/es/.cvsignore
2055 * doc/manual/fr/.cvsignore
2056 * doc/manual/ja/.cvsignore
2057 * src/plugins/mathml_viewer/.cvsignore
2059 more files to ignore.
2061 2005-12-24 [colin] 1.9.100cvs108
2067 2005-12-24 [colin] 1.9.100cvs107
2070 Allow NULL src_msginfo in
2071 procmsg_msginfo_new_from_mimeinfo
2073 2005-12-23 [paul] 1.9.100cvs106
2075 * src/plugins/pgpinline/mypgpcore.def
2076 add this forgotten file
2078 2005-12-23 [colin] 1.9.100cvs105
2083 2005-12-23 [colin] 1.9.100cvs104
2088 * src/common/plugin.c
2089 * src/common/socket.c
2090 * src/common/socket.h
2091 * src/common/utils.c
2092 * src/common/utils.h
2093 * src/gtk/pluginwindow.c
2094 * src/plugins/pgpcore/plugin.def
2095 * src/plugins/pgpcore/sylpheed.def
2096 * src/plugins/pgpinline/Makefile.am
2097 * src/plugins/pgpinline/plugin.def
2098 * src/plugins/pgpinline/sylpheed.def
2099 * src/plugins/pgpmime/plugin.def
2100 * src/plugins/pgpmime/sylpheed.def
2101 Various w32 fixes by Werner Koch
2103 2005-12-22 [paul] 1.9.100cvs103
2106 don't offer IMAP as 'server type' if
2107 libetpan isn't built in
2109 2005-12-22 [paul] 1.9.100cvs102
2116 support GTK_TOOLBAR_BOTH_HORIZ (text
2117 next to icon) Patch by Marien Zwart
2118 marienz@users.sf.net
2119 Also reword the text
2121 2005-12-21 [colin] 1.9.100cvs101
2126 Fix missing section and explicit the exception better
2128 Prevent mail from being lost without notice when an
2129 SMTP error happens on trying to send an unmodified
2131 * src/send_message.c
2133 Fix password remembering when wrong, and add return
2134 value checks where they should have been
2135 * src/plugins/pgpcore/sylpheed.def
2136 * src/plugins/pgpinline/sylpheed.def
2137 * src/plugins/pgpmime/sylpheed.def
2138 Add a few symbols needed
2140 2005-12-21 [paul] 1.9.100cvs100
2145 * m4/inttypes-pri.m4
2155 2005-12-21 [paul] 1.9.100cvs99
2160 2005-12-20 [paul] 1.9.100cvs98
2163 updated by Anders Trobäck
2165 2005-12-20 [colin] 1.9.100cvs97
2171 * config/config.rpath
2172 * config/mkinstalldirs
2180 * m4/printf-posix.m4
2224 * src/send_message.c
2225 * src/common/Makefile.am
2226 * src/common/fnmatch.c
2227 * src/common/fnmatch.h
2228 * src/common/fnmatch_loop.c
2230 * src/common/plugin.c
2232 * src/common/socket.c
2233 * src/common/string_match.c
2234 * src/common/sylpheed.c
2235 * src/common/utils.c
2236 * src/common/utils.h
2237 * src/common/w32_dirent.c
2238 * src/common/w32_reg.c
2239 * src/common/w32_signal.c
2240 * src/common/w32_stat.c
2241 * src/common/w32_stdio.c
2242 * src/common/w32_stdlib.c
2243 * src/common/w32_string.c
2244 * src/common/w32_time.c
2245 * src/common/w32_unistd.c
2246 * src/common/w32_wait.c
2247 * src/common/w32lib.h
2248 * src/etpan/Makefile.am
2249 * src/gtk/Makefile.am
2250 * src/plugins/clamav/Makefile.am
2251 * src/plugins/demo/Makefile.am
2252 * src/plugins/dillo_viewer/Makefile.am
2253 * src/plugins/pgpcore/Makefile.am
2254 * src/plugins/pgpcore/passphrase.c
2255 * src/plugins/pgpcore/plugin.def
2256 * src/plugins/pgpcore/sgpgme.c
2257 * src/plugins/pgpcore/sylpheed.def
2258 * src/plugins/pgpcore/version.rc
2259 * src/plugins/pgpinline/Makefile.am
2260 * src/plugins/pgpinline/plugin.def
2261 * src/plugins/pgpinline/sylpheed.def
2262 * src/plugins/pgpinline/version.rc
2263 * src/plugins/pgpmime/Makefile.am
2264 * src/plugins/pgpmime/mypgpcore.def
2265 * src/plugins/pgpmime/plugin.def
2266 * src/plugins/pgpmime/sylpheed.def
2267 * src/plugins/pgpmime/version.rc
2268 * src/plugins/spamassassin/Makefile.am
2269 Very little ;-) patch from Werner Koch, providing
2270 infrastructure for cross-compiling to Win32
2272 2005-12-20 [paul] 1.9.100cvs96
2280 add a combo to the Get All button, allowing
2281 quick retrieval from any account
2282 Patch by Fabien Vantard, slightly modified
2285 i18n fix. Patch by Fabien Vantard
2287 2005-12-19 [colin] 1.9.100cvs95
2291 Don't automatically join lines when they've
2292 been separated by the user and not automatically
2294 2005-12-19 [paul] 1.9.100cvs94
2296 * src/gtk/pluginwindow.c
2298 Patch by Fabien Vantard
2300 2005-12-15 [paul] 1.9.100cvs93
2302 * src/common/plugin.c
2303 * src/common/plugin.h
2304 * src/gtk/pluginwindow.c
2305 * src/plugins/clamav/clamav_plugin.c
2306 * src/plugins/demo/demo.c
2307 * src/plugins/dillo_viewer/dillo_viewer.c
2308 * src/plugins/pgpcore/plugin.c
2309 * src/plugins/pgpinline/plugin.c
2310 * src/plugins/pgpmime/plugin.c
2311 * src/plugins/spamassassin/spamassassin.c
2312 * src/plugins/trayicon/trayicon.c
2313 add plugin_version()
2315 2005-12-15 [colin] 1.9.100cvs92
2318 Further fix bug #875
2320 2005-12-15 [paul] 1.9.100cvs91
2323 fix attach_load_dir getting set to
2324 PLUGINDIR on plugin load
2326 2005-12-14 [mones] 1.9.100cvs90
2329 * manual/keyboard.xml
2330 Initial draft and some shortcuts added
2335 2005-12-14 [colin] 1.9.100cvs89
2340 * src/gtk/gtkaspell.c
2342 * src/prefs_folder_item.c
2343 Fix recursive prefs apply
2346 2005-12-14 [colin] 1.9.100cvs88
2349 Fix bug #875 (Freeze On Inline Forward of
2352 2005-12-13 [colin] 1.9.100cvs87
2355 Uniq-ify and sort the mimetypes list
2356 Patch by Fabien Vantard
2358 2005-12-13 [colin] 1.9.100cvs86
2361 * src/etpan/imap-thread.c
2362 Fix leaks (patch by Hoa)
2364 * src/common/plugin.c
2369 * 2.0.0-rc2 released
2371 2005-12-12 [colin] 1.9.100cvs85
2376 2005-12-12 [wwp] 1.9.100cvs84
2378 * src/gtk/icon_legend.c
2379 fix misbehaviour and crash when closing the legend window
2380 using the Esc key (patch by Fabien Vantard).
2382 2005-12-12 [paul] 1.9.100cvs83
2386 * src/prefs_actions.c
2387 * src/prefs_filtering.c
2388 * src/prefs_matcher.c
2389 * src/prefs_spelling.glade ** REMOVED **
2390 * src/prefs_template.c
2391 * src/gtk/foldersort.glade ** REMOVED **
2392 * src/gtk/pluginwindow.c
2393 * src/gtk/pluginwindow.glade ** REMOVED **
2394 * src/plugins/spamassassin/spamassassin_gtk.glade ** REMOVED **
2397 2005-12-11 [paul] 1.9.100cvs82
2400 fix attach_load_dir crasher (double free)
2402 2005-12-09 [paul] 1.9.100cvs81
2406 * src/gtk/Makefile.am
2407 * src/gtk/icon_legend.c
2408 * src/gtk/icon_legend.h
2413 2005-12-09 [paul] 1.9.100cvs80
2415 * src/plugins/pgpcore/passphrase.c
2416 wrap the label in the dialog
2418 2005-12-09 [colin] 1.9.100cvs79
2420 * src/plugins/pgpcore/sgpgme.c
2421 Display (untrusted) on not trusted signatures
2422 Patch by Michal Èihaø <michal@cihar.com>
2423 Closes bug #867 (Report also key trust)
2425 2005-12-09 [colin] 1.9.100cvs78
2427 * src/common/plugin.c
2428 Update licence check, following Eben Moglen's advice
2430 2005-12-08 [colin] 1.9.100cvs77
2433 Fix the occasionnal item->cache != NULL
2436 2005-12-08 [colin] 1.9.100cvs76
2439 * src/plugins/pgpcore/sgpgme.c
2440 Print key id when unable to check it
2441 Closes bug #866 (Show key id when missing)
2443 2005-12-08 [paul] 1.9.100cvs75
2445 * src/prefs_common.c
2446 * src/prefs_common.h
2448 remember load attachment dir
2450 2005-12-07 [colin] 1.9.100cvs74
2452 * src/prefs_toolbar.c
2453 Gtk fixes, patch by Fabien Vantard
2455 2005-12-07 [colin] 1.9.100cvs73
2460 Fix bug #839 (Quoted text isn't colored after
2461 executing an action)
2462 * src/common/plugin.c
2463 Require plugins to declare their licence in plugin_licence()
2464 Refuse to load non-GPL plugins as they'd be illegal (as
2465 derived works of Sylpheed-Claws, they must be GPL).
2466 * src/plugins/clamav/clamav_plugin.c
2467 * src/plugins/demo/demo.c
2468 * src/plugins/dillo_viewer/dillo_viewer.c
2469 * src/plugins/pgpcore/plugin.c
2470 * src/plugins/pgpinline/plugin.c
2471 * src/plugins/pgpmime/plugin.c
2472 * src/plugins/spamassassin/spamassassin.c
2473 * src/plugins/trayicon/trayicon.c
2474 Add plugin_licence()
2476 2005-12-07 [paul] 1.9.100cvs72
2483 clean up after local FAQ removal and
2484 temporary manual removal
2486 2005-12-06 [colin] 1.9.100cvs71
2490 * doc/faq/.cvsignore
2491 * doc/faq/Makefile.am
2492 * doc/faq/de/.cvsignore
2493 * doc/faq/de/Makefile.am
2494 * doc/faq/de/sylpheed-faq-1.html
2495 * doc/faq/de/sylpheed-faq-2.html
2496 * doc/faq/de/sylpheed-faq-3.html
2497 * doc/faq/de/sylpheed-faq.html
2498 * doc/faq/en/.cvsignore
2499 * doc/faq/en/Makefile.am
2500 * doc/faq/en/sylpheed-faq-1.html
2501 * doc/faq/en/sylpheed-faq-2.html
2502 * doc/faq/en/sylpheed-faq-3.html
2503 * doc/faq/en/sylpheed-faq-4.html
2504 * doc/faq/en/sylpheed-faq.html
2505 * doc/faq/es/.cvsignore
2506 * doc/faq/es/Makefile.am
2507 * doc/faq/es/sylpheed-faq-1.html
2508 * doc/faq/es/sylpheed-faq-2.html
2509 * doc/faq/es/sylpheed-faq-3.html
2510 * doc/faq/es/sylpheed-faq-4.html
2511 * doc/faq/es/sylpheed-faq.html
2512 * doc/faq/fr/.cvsignore
2513 * doc/faq/fr/Makefile.am
2514 * doc/faq/fr/sylpheed-faq-1.html
2515 * doc/faq/fr/sylpheed-faq-2.html
2516 * doc/faq/fr/sylpheed-faq-3.html
2517 * doc/faq/fr/sylpheed-faq.html
2518 * doc/faq/it/.cvsignore
2519 * doc/faq/it/Makefile.am
2520 * doc/faq/it/sylpheed-faq-1.html
2521 * doc/faq/it/sylpheed-faq-2.html
2522 * doc/faq/it/sylpheed-faq-3.html
2523 * doc/faq/it/sylpheed-faq.html
2524 * doc/manual/.cvsignore
2525 * doc/manual/Makefile.am
2526 * doc/manual/de/.cvsignore
2527 * doc/manual/de/Makefile.am
2528 * doc/manual/de/sylpheed-1.html
2529 * doc/manual/de/sylpheed-10.html
2530 * doc/manual/de/sylpheed-11.html
2531 * doc/manual/de/sylpheed-12.html
2532 * doc/manual/de/sylpheed-13.html
2533 * doc/manual/de/sylpheed-14.html
2534 * doc/manual/de/sylpheed-15.html
2535 * doc/manual/de/sylpheed-16.html
2536 * doc/manual/de/sylpheed-17.html
2537 * doc/manual/de/sylpheed-18.html
2538 * doc/manual/de/sylpheed-19.html
2539 * doc/manual/de/sylpheed-2.html
2540 * doc/manual/de/sylpheed-20.html
2541 * doc/manual/de/sylpheed-3.html
2542 * doc/manual/de/sylpheed-4.html
2543 * doc/manual/de/sylpheed-5.html
2544 * doc/manual/de/sylpheed-6.html
2545 * doc/manual/de/sylpheed-7.html
2546 * doc/manual/de/sylpheed-8.html
2547 * doc/manual/de/sylpheed-9.html
2548 * doc/manual/de/sylpheed.html
2549 * doc/manual/en/.cvsignore
2550 * doc/manual/en/Makefile.am
2551 * doc/manual/en/sylpheed-1.html
2552 * doc/manual/en/sylpheed-10.html
2553 * doc/manual/en/sylpheed-11.html
2554 * doc/manual/en/sylpheed-12.html
2555 * doc/manual/en/sylpheed-13.html
2556 * doc/manual/en/sylpheed-14.html
2557 * doc/manual/en/sylpheed-15.html
2558 * doc/manual/en/sylpheed-16.html
2559 * doc/manual/en/sylpheed-17.html
2560 * doc/manual/en/sylpheed-18.html
2561 * doc/manual/en/sylpheed-19.html
2562 * doc/manual/en/sylpheed-2.html
2563 * doc/manual/en/sylpheed-20.html
2564 * doc/manual/en/sylpheed-21.html
2565 * doc/manual/en/sylpheed-22.html
2566 * doc/manual/en/sylpheed-3.html
2567 * doc/manual/en/sylpheed-4.html
2568 * doc/manual/en/sylpheed-5.html
2569 * doc/manual/en/sylpheed-6.html
2570 * doc/manual/en/sylpheed-7.html
2571 * doc/manual/en/sylpheed-8.html
2572 * doc/manual/en/sylpheed-9.html
2573 * doc/manual/en/sylpheed.html
2574 * doc/manual/es/.cvsignore
2575 * doc/manual/es/Makefile.am
2576 * doc/manual/es/sylpheed-1.html
2577 * doc/manual/es/sylpheed-10.html
2578 * doc/manual/es/sylpheed-11.html
2579 * doc/manual/es/sylpheed-12.html
2580 * doc/manual/es/sylpheed-13.html
2581 * doc/manual/es/sylpheed-14.html
2582 * doc/manual/es/sylpheed-15.html
2583 * doc/manual/es/sylpheed-16.html
2584 * doc/manual/es/sylpheed-17.html
2585 * doc/manual/es/sylpheed-18.html
2586 * doc/manual/es/sylpheed-19.html
2587 * doc/manual/es/sylpheed-2.html
2588 * doc/manual/es/sylpheed-20.html
2589 * doc/manual/es/sylpheed-3.html
2590 * doc/manual/es/sylpheed-4.html
2591 * doc/manual/es/sylpheed-5.html
2592 * doc/manual/es/sylpheed-6.html
2593 * doc/manual/es/sylpheed-7.html
2594 * doc/manual/es/sylpheed-8.html
2595 * doc/manual/es/sylpheed-9.html
2596 * doc/manual/es/sylpheed.html
2597 * doc/manual/fr/.cvsignore
2598 * doc/manual/fr/Makefile.am
2599 * doc/manual/fr/sylpheed-1.html
2600 * doc/manual/fr/sylpheed-10.html
2601 * doc/manual/fr/sylpheed-11.html
2602 * doc/manual/fr/sylpheed-12.html
2603 * doc/manual/fr/sylpheed-13.html
2604 * doc/manual/fr/sylpheed-14.html
2605 * doc/manual/fr/sylpheed-15.html
2606 * doc/manual/fr/sylpheed-16.html
2607 * doc/manual/fr/sylpheed-17.html
2608 * doc/manual/fr/sylpheed-18.html
2609 * doc/manual/fr/sylpheed-19.html
2610 * doc/manual/fr/sylpheed-2.html
2611 * doc/manual/fr/sylpheed-20.html
2612 * doc/manual/fr/sylpheed-3.html
2613 * doc/manual/fr/sylpheed-4.html
2614 * doc/manual/fr/sylpheed-5.html
2615 * doc/manual/fr/sylpheed-6.html
2616 * doc/manual/fr/sylpheed-7.html
2617 * doc/manual/fr/sylpheed-8.html
2618 * doc/manual/fr/sylpheed-9.html
2619 * doc/manual/fr/sylpheed.html
2620 * doc/manual/ja/.cvsignore
2621 * doc/manual/ja/Makefile.am
2622 * doc/manual/ja/sylpheed-1.html
2623 * doc/manual/ja/sylpheed-10.html
2624 * doc/manual/ja/sylpheed-11.html
2625 * doc/manual/ja/sylpheed-12.html
2626 * doc/manual/ja/sylpheed-13.html
2627 * doc/manual/ja/sylpheed-14.html
2628 * doc/manual/ja/sylpheed-15.html
2629 * doc/manual/ja/sylpheed-16.html
2630 * doc/manual/ja/sylpheed-17.html
2631 * doc/manual/ja/sylpheed-18.html
2632 * doc/manual/ja/sylpheed-19.html
2633 * doc/manual/ja/sylpheed-2.html
2634 * doc/manual/ja/sylpheed-20.html
2635 * doc/manual/ja/sylpheed-3.html
2636 * doc/manual/ja/sylpheed-4.html
2637 * doc/manual/ja/sylpheed-5.html
2638 * doc/manual/ja/sylpheed-6.html
2639 * doc/manual/ja/sylpheed-7.html
2640 * doc/manual/ja/sylpheed-8.html
2641 * doc/manual/ja/sylpheed-9.html
2642 * doc/manual/ja/sylpheed.html
2643 * doc/manual/ja/sylpheed.sgml
2645 Remove outdated manual and faq. Noisy, eh?
2647 2005-12-06 [colin] 1.9.100cvs70
2650 * src/quote_fmt_parse.y
2653 Allow %X to position cursor at 0
2654 (no %X = before signature)
2655 Fix paste as quotation putting the cursor at 0
2656 Fix undo offsets when pasting
2657 Insert the quote_fmt at once instead of line
2659 Fix [Edited] when starting to reply/forward
2661 2005-12-06 [paul] 1.9.100cvs69
2663 * src/plugins/clamav/clamav_plugin_gtk.c
2665 * src/plugins/spamassassin/spamassassin_gtk.c
2666 rework spamassassin_create_widget_func()
2668 2005-12-05 [colin] 1.9.100cvs68
2671 Fix make release ;-)
2673 2005-12-05 [colin] 1.9.100cvs67
2677 Fix cursor positioning (not obeying %X)
2679 2005-12-05 [paul] 1.9.100cvs66
2681 * src/plugins/dillo_viewer/dillo_prefs.c
2682 fix compilation warning
2684 2005-12-05 [paul] 1.9.100cvs65
2686 * src/prefs_spelling.c
2687 * src/plugins/trayicon/trayicon.c
2688 cleanups - remove unused stuff
2690 2005-12-05 [paul] 1.9.100cvs64
2693 * manual/plugins.xml
2694 remove info about removed mathml_viewer plugin
2696 2005-12-05 [paul] 1.9.100cvs63
2699 * src/plugins/Makefile.am
2700 * src/plugins/mathml_viewer/.cvsignore
2701 * src/plugins/mathml_viewer/Makefile.am
2702 * src/plugins/mathml_viewer/mathml_viewer.c
2703 remove unmaintained mathml_viewer plugin
2705 2005-12-05 [paul] 1.9.100cvs62
2708 obey prefs_common.always_show_msg when
2712 2005-12-05 [paul] 1.9.100cvs61
2715 * src/prefs_account.c
2716 * src/prefs_filtering.c
2718 * src/prefs_spelling.c
2719 * src/prefs_toolbar.c
2721 * src/gtk/gtkutils.c
2722 * src/gtk/quicksearch.c
2723 * src/plugins/dillo_viewer/dillo_prefs.c
2726 2005-12-04 [paul] 1.9.100cvs60
2729 * src/prefs_account.c
2730 * src/prefs_account.h
2731 allow a Local account to specify a
2733 (closes bug 843 'Inbox cannot be changed for local
2736 2005-12-04 [colin] 1.9.100cvs59
2738 * src/plugins/trayicon/trayicon.c
2739 Remove Get, rename Get All to Get Mail in order to
2740 be consistent with the default main toolbar
2742 2005-12-03 [colin] 1.9.100cvs58
2745 * manual/sylpheed-claws-manual.xml
2748 2005-12-03 [paul] 1.9.100cvs57
2753 new (partially complete) Swedish translation
2754 by Anders Troback <sylpheed@troback.com>
2756 2005-12-02 [paul] 1.9.100cvs56
2759 libetpan 0.41 required
2761 2005-12-02 [paul] 1.9.100cvs55
2763 * src/plugins/clamav/clamav_plugin.c
2764 * src/plugins/clamav/clamav_plugin.h
2765 * src/plugins/clamav/clamav_plugin_gtk.c
2766 * src/plugins/spamassassin/spamassassin.c
2767 * src/plugins/spamassassin/spamassassin.h
2768 * src/plugins/spamassassin/spamassassin_gtk.c
2769 unregister prefs pages on unloading, thus
2771 (thanks to Colin for the hint)
2773 2005-12-02 [wwp] 1.9.100cvs54
2776 * src/quote_fmt_parse.y
2777 fix misuse of gboolean*, use gboolean instead
2778 (thanks to Paul, Colin, for pointing out that scaring one)
2780 2005-12-02 [paul] 1.9.100cvs53
2782 * src/plugins/clamav/clamav_plugin.c
2783 int no --> unsigned int no
2784 * src/plugins/clamav/clamav_plugin_gtk.c
2787 2005-12-02 [wwp] 1.9.100cvs52
2790 * src/prefs_template.c
2792 * src/quote_fmt_parse.y
2793 prevent from executing |f and |p templates commands when
2794 adding or replacing templates in prefs (avoids annoying and
2795 potentially dangerous behaviours)
2797 2005-12-02 [paul] 1.9.100cvs51
2799 * src/prefs_common.c
2800 allow translation of some default values
2801 Patch by Fabien Vantard
2803 2005-12-02 [paul] 1.9.100cvs50
2807 * src/prefs_common.c
2808 * src/prefs_common.h
2809 * src/prefs_message.c
2811 remove obsolete 'convert_mb_alnum' option
2814 remove unused 'about_textview_visibility_notify'
2816 2005-12-02 [paul] 1.9.100cvs49
2818 * src/prefs_account.c
2819 * src/prefs_compose_writing.c
2822 * src/prefs_image_viewer.c
2823 * src/prefs_message.c
2825 * src/prefs_receive.c
2827 * src/prefs_spelling.c
2828 * src/prefs_summaries.c
2829 * src/prefs_wrapping.c
2830 * src/plugins/dillo_viewer/dillo_prefs.c
2831 * src/plugins/pgpcore/prefs_gpg.c
2832 several cleanups to the prefs dialogs
2833 (slightly modified) patch by Fabien Vantard
2835 2005-12-02 [paul] 1.9.100cvs48
2839 * src/send_message.c
2840 fix crash on send when connection fails
2844 2005-12-01 [colin] 1.9.100cvs47
2847 Translate … to "..."
2849 2005-11-30 [colin] 1.9.100cvs46
2853 Optimize back yesterday's fix.
2855 2005-11-30 [paul] 1.9.100cvs45
2860 written by Colin, edited by me
2862 2005-11-29 [colin] 1.9.100cvs44
2865 Skip headers unconditionnaly in match_body if the
2866 rule is not message or ~message
2868 2005-11-29 [colin] 1.9.100cvs43
2871 Fix body_part and such, not skipping headers
2872 if the matchcriteria wasn't the first in the rule
2874 2005-11-29 [colin] 1.9.100cvs42
2877 Add Windows-1252 (Closes bug #863, windows-1252 encoding
2878 option missing from message view window)
2879 Fix double text D'n'D with gtk-2.8
2881 Fix ~message, ~headers_part, ~body_part rules
2883 Add Windows-1252 (Closes bug #863)
2885 * src/gtk/gtkaspell.c
2886 Properly destroy accels in all menus
2888 2005-11-29 [mones] 1.9.100cvs41
2893 2005-11-27 [colin] 1.9.100cvs40
2896 "/Remove mailbox" -> "/Remove mailbox..."
2898 2005-11-27 [paul] 1.9.100cvs39
2903 updated by new maintainer, Stephan Sachse
2905 2005-11-27 [paul] 1.9.100cvs38
2908 written by Colin, edited by me
2910 2005-11-27 [paul] 1.9.100cvs37
2912 * src/prefs_common.c
2913 * src/prefs_common.h
2914 * src/prefs_receive.c
2915 * src/prefs_summaries.c
2916 move 'go to inbox after receiving new mail'
2917 option from display/sumamaries to mail
2918 handling/receive, and rework prefs_summaries
2921 2005-11-25 [martin] 1.9.100cvs36
2924 fixed windows-1252 translation;
2925 translated some new and fuzzy strings
2927 2005-11-25 [paul] 1.9.100cvs35
2929 * src/plugins/clamav/clamav_plugin.c
2930 complete the update done in cvs34
2932 2005-11-25 [paul] 1.9.100cvs34
2934 * src/plugins/clamav/clamav_plugin.c
2935 reflect upstream changes
2937 2005-11-25 [paul] 1.9.100cvs33
2940 * manual/plugins.xml
2941 * manual/sylpheed-claws-manual.xml
2942 written/updated by Colin, edited by me
2943 * tools/acroread2sylpheed.pl
2946 2005-11-24 [colin] 1.9.100cvs32
2949 Fix bug #856 (reediting messages forgets Request
2952 2005-11-24 [paul] 1.9.100cvs31
2954 * manual/addrbook.xml
2955 * manual/starting.xml
2956 written by Colin, proofread, edited, adapted by me
2957 * manual/advanced.xml
2958 add some Actions examples
2960 use a Save button instead of a Close button
2962 indicate mandatory fields
2966 2005-11-23 [colin] 1.9.100cvs30
2969 Rename menu item, fix possible crash after
2972 Allow searching for '*' in ldap
2974 Fix "Browse Entry" (did anyone use it?)
2976 Add guards for mandatory information
2978 2005-11-23 [paul] 1.9.100cvs29
2980 * manual/advanced.xml
2981 corrections to the English
2983 2005-11-23 [colin] 1.9.100cvs28
2986 Fix possible crash at exit. After the call to
2987 gtk_container_remove(), the Viewer's widget has no
2988 more parent so gtk+ automatically frees it and its
2989 sons. If destroy_viewer() then try to access it,
2992 2005-11-22 [colin] 1.9.100cvs27
2995 * src/gtk/gtkaspell.c
2996 Fix right-clicking on a misspelled word
2997 Fix More... in suggestions menu
2999 2005-11-22 [wwp] 1.9.100cvs26
3001 * src/prefs_template.c
3002 templates works: re-sort templates list when adding or replacing,
3003 prevent from adding or replacing when the template name is empty
3005 2005-11-21 [colin] 1.9.100cvs25
3008 Fix some addressbook suckage (dnd, select all)
3010 * src/gtk/gtkaspell.c
3011 * src/gtk/gtkaspell.h
3012 Make the spellchecker menu work with the
3013 GtkTextView one instead of overriding it
3015 2005-11-20 [paul] 1.9.100cvs24
3017 * manual/handling.xml
3018 proofread and corrected
3020 2005-11-20 [paul] 1.9.100cvs23
3023 generate html as one file
3024 * manual/advanced.xml
3025 fix output generation
3026 reformat hidden options list
3027 * manual/manual.xml ** REMOVED **
3028 * manual/sylpheed-claws-manual.xml ** ADDED **
3031 2005-11-18 [colin] 1.9.100cvs22
3033 * src/prefs_account.c
3034 Fix layout in news and mbox accounts
3035 * manual/account.xml
3036 * manual/advanced.xml
3037 New contents for Paul to check :)
3039 2005-11-18 [wwp] 1.9.100cvs21
3041 * src/gtk/quicksearch.c
3042 don't update extended quicksearch buttons twice
3044 2005-11-18 [paul] 1.9.100cvs20
3047 complete 1.9.100cvs19
3049 2005-11-18 [paul] 1.9.100cvs19
3052 cosmetic improvements
3054 also list text/* attachments
3056 2005-11-18 [colin] 1.9.100cvs18
3059 Use column 0 instead of -1 in
3060 gtk_ctree_node_moveto, in a naive
3061 hope it'll fix the gtk-related crashes
3063 2005-11-18 [colin] 1.9.100cvs17
3065 * src/gtk/inputdialog.c
3066 Fix icon staying the first one
3068 2005-11-17 [wwp] 1.9.100cvs16
3069 fix possible problem showing some quicksearch buttons, and a bad
3070 call to g_return_if_fail in a function that returns a value (both
3071 fixes by Fabien Vantard)
3073 2005-11-15 [wwp] 1.9.100cvs15
3075 * src/gtk/quicksearch.c
3076 added a tooltip to that obscure ... quicksearch button
3078 2005-11-15 [wwp] 1.9.100cvs14
3080 * src/gtk/quicksearch.c
3081 add a quicksearch helper to filtering expression users: the ... button
3082 raises the condition expr window. condition expressions set up w/ this
3083 window are used by the quicksearch if the user closes it pressing OK.
3085 2005-11-14 [paul] 1.9.100cvs13
3087 * src/plugins/clamav/clamav_plugin.c
3088 * src/plugins/spamassassin/spamassassin.c
3089 change plugin type following recent merging
3091 2005-11-14 [wwp] 1.9.100cvs12
3094 prevent from crashing when copying/moving message(s) from and
3097 2005-11-14 [paul] 1.9.100cvs11
3099 * src/plugins/clamav/Makefile.am
3100 * src/plugins/clamav/clamav_plugin.c
3101 * src/plugins/clamav/clamav_plugin.h
3102 * src/plugins/clamav/clamav_plugin_gtk.c
3103 also merge clamav and clamav_gtk plugins
3105 2005-11-13 [colin] 1.9.100cvs10
3108 * src/plugins/spamassassin/Makefile.am
3109 * src/plugins/spamassassin/spamassassin.c
3110 * src/plugins/spamassassin/spamassassin.h
3111 * src/plugins/spamassassin/spamassassin_gtk.c
3112 Merge spamassassin and spamassassin_gtk plugins,
3113 and build it by default.
3115 2005-11-12 [colin] 1.9.100cvs9
3117 * src/etpan/imap-thread.c
3120 2005-11-12 [colin] 1.9.100cvs8
3123 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
3125 2005-11-10 [colin] 1.9.100cvs7
3128 Fix bug #845 (sylpheed-claws 1.9.99+ start in
3131 2005-11-10 [wwp] 1.9.100cvs6
3133 * src/gtk/description_window.c
3134 fix a crash when closing description windows using the WM's [X] button
3136 2005-11-09 [colin] 1.9.100cvs5
3139 Update libetpan call to follow upstream
3140 (yes, this requires libetpan-0.40cvs3)
3142 2005-11-08 [colin] 1.9.100cvs4
3146 * src/common/utils.c
3147 * src/common/utils.h
3148 Enhance the email parser
3150 2005-11-08 [colin] 1.9.100cvs3
3153 Fix what looks like an off-by-one (fixes
3154 attachments from the Bat)
3156 2005-11-08 [wwp] 1.9.100cvs2
3159 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
3161 2005-11-08 [wwp] 1.9.100cvs1
3164 allow exiting Sylpheed-Claws from command-line
3166 2005-11-08 [paul] 1.9.100
3170 2005-11-07 [colin] 1.9.99cvs17
3174 Fix import of base-64 encoded items
3176 2005-11-07 [colin] 1.9.99cvs16
3178 * src/send_message.c
3179 Fix bug #314 (Queue does not empty under certain
3182 2005-11-07 [paul] 1.9.99cvs15
3186 fix buffer overflows
3189 2005-11-07 [paul] 1.9.99cvs14
3191 * doc/man/Makefile.am
3192 * doc/man/sylpheed-claws.1 ** ADDED **
3193 * doc/man/sylpheed.1 ** DELETED **
3194 rename and update the man file
3196 2005-11-06 [colin] 1.9.99cvs13
3199 Fix ldif_get_line() that returned empty strings
3200 (Didn't understand why). Also fix a possible
3203 2005-11-06 [wwp] 1.9.99cvs12
3207 * src/gtk/gtkutils.c
3208 * src/gtk/gtkutils.h
3209 fix a compilation warning,
3210 make links sensitive in the about dialog
3212 2005-11-04 [wwp] 1.9.99cvs11
3215 don't wrap or translate URIs, and a bit text format cleanup
3217 2005-11-04 [wwp] 1.9.99cvs10
3220 better textview tagging implementation (no more use of marks for
3223 2005-11-02 [colin] 1.9.99cvs9
3228 2005-11-02 [colin] 1.9.99cvs8
3231 Require libetpan-0.40 due to upstream fix
3233 Tell libetpan not to call SSL_Library_Init,
3234 as we do it ourselves.
3236 2005-11-02 [colin] 1.9.99cvs7
3239 Add missing files (thanks to Fabien Vantard)
3241 2005-11-02 [colin] 1.9.99cvs6
3244 Fix totals when read messages are hidden or quicksearch
3248 * src/common/ssl_certificate.c
3249 * src/common/ssl_certificate.h
3250 * src/gtk/sslcertwindow.c
3251 * src/gtk/sslcertwindow.h
3252 Fix copyright on my stuff
3254 2005-11-02 [wwp] 1.9.99cvs5
3256 * src/prefs_themes.c
3257 fix directory name checking (theme installation/removal),
3258 made related error a bit more verbose
3260 2005-11-02 [colin] 1.9.99cvs4
3263 Fix typo (probably fixes bug #841 (Sort by the From
3266 2005-11-02 [paul] 1.9.99cvs3
3270 updated by SungHyun Nam, Geir Helland
3272 fix typo in welcome message. spotted by
3275 2005-11-01 [colin] 1.9.99cvs2
3278 Fix replying to ml wen confirming subscription
3284 Make key check non blocking
3286 2005-10-31 [paul] 1.9.99cvs1
3288 * tools/claws.i18n.status.pl
3289 updated for ChangeLog
3291 2005-10-31 [paul] 1.9.99
3295 2005-10-31 [paul] 1.9.15cvs131
3299 * ChangeLog.claws ** REMOVED **
3300 * ChangeLog-gtk2.claws ** REMOVED **
3301 * ChangeLog.gtk1 ** ADDED **
3306 * README.claws ** REMOVED **
3307 * README.jp ** REMOVED **
3308 * RELEASE_NOTES ** ADDED **
3309 * RELEASE_NOTES.claws ** REMOVED **
3312 * sylpheed.spec.in ** REMOVED **
3313 tidy up and update the default docs:
3314 ChangeLog.claws is renamed ChangeLog.gtk1
3315 ChangeLog-gtk2.claws is renamed ChangeLog
3316 README.claws is renamed README
3317 RELEASE_NOTES.claws is renamed RELEASE_NOTES
3319 2005-10-31 [paul] 1.9.15cvs130
3324 2005-10-31 [paul] 1.9.15cvs129
3335 updated by Miquel Oliete, Stephan Sachse and
3336 Thomas Gilgin, me, Fabien Vantard, Andrea
3337 Spadaccini, Frederico Goncalves Guimaraes,
3338 Andrej Kacian, Aleksandar Urosevic, and
3341 2005-10-31 [mones] 1.9.15cvs128
3347 Updated for release.
3349 2005-10-30 [colin] 1.9.15cvs127
3352 Place cursor before rewrapping (fixes cursor
3353 pos if quotation gets rewrapped)
3355 2005-10-29 [paul] 1.9.15cvs126
3363 corrections to text items
3365 2005-10-28 [colin] 1.9.15cvs125
3368 Make "hit 'C' to check sig" work from extern
3371 2005-10-27 [colin] 1.9.15cvs124
3374 Add a hack to avoid segfaulting when hammering
3377 2005-10-27 [wwp] 1.9.15cvs123
3379 * src/prefs_themes.c
3380 sort list of themes names in themes prefs
3382 2005-10-27 [paul] 1.9.15cvs122
3385 * src/prefs_account.c
3386 fix building on Solaris
3389 2005-10-27 [wwp] 1.9.15cvs121
3392 * src/gtk/gtksctree.c
3393 speed up unselecting messages in summary view (thanks to Colin)
3395 2005-10-27 [paul] 1.9.15cvs120
3398 fix a compilation warning
3400 fix updating of 'n items selected' count
3403 2005-10-27 [martin] 1.9.15cvs119
3406 ignore actions with a leading '/' in the action menu name
3407 fixes a crash on menu creation
3408 * src/prefs_actions.c
3409 do not allow a leading '/' in the action menu name
3411 2005-10-27 [paul] 1.9.15cvs118
3414 fix compilation warning
3416 2005-10-27 [paul] 1.9.15cvs117
3419 add #if HAVE_LOCALE_H
3421 2005-10-27 [paul] 1.9.15cvs116
3423 * src/plugins/clamav/clamav_plugin.c
3424 * src/plugins/dillo_viewer/dillo_viewer.c
3425 * src/plugins/mathml_viewer/mathml_viewer.c
3426 * src/plugins/pgpcore/plugin.c
3427 * src/plugins/pgpinline/plugin.c
3428 * src/plugins/pgpmime/plugin.c
3429 * src/plugins/spamassassin/spamassassin.c
3430 * src/plugins/trayicon/trayicon.c
3431 plugin_init() : make error messages more
3434 2005-10-26 [wwp] 1.9.15cvs115
3436 * src/prefs_matcher.c
3437 enlarge boolean op widget width a bit (wasn't always showing text contents)
3439 2005-10-26 [wwp] 1.9.15cvs114
3442 * src/gtk/gtksctree.c
3443 * src/plugins/spamassassin/libspamc.c
3444 * src/plugins/spamassassin/spamassassin.c
3445 fix some compilation warnings more
3447 2005-10-26 [mones] 1.9.15cvs113
3452 2005-10-26 [paul] 1.9.15cvs112
3454 * src/prefs_message.c
3455 give all display_xface stuff the
3456 #if HAVE_LIBCOMPFACE treatment, thus
3458 (Thanks to Wolfgang Enderlein)
3460 2005-10-26 [colin] 1.9.15cvs111
3466 Remove context menu items that should not be there
3471 Don't show the mainwindow too soon
3473 2005-10-26 [wwp] 1.9.15cvs110
3478 fix uninitialized pointers in the folder updating hook
3481 2005-10-25 [mones] 1.9.15cvs109
3484 General information subsection completed.
3485 Removed archaic references.
3488 * manual/dtd/manual.dsl
3489 Added customization stylesheet for getting paragraphs
3490 fully justified in PDF output (as suggested by Colin).
3492 2005-10-25 [colin] 1.9.15cvs108
3497 2005-10-25 [colin] 1.9.15cvs107
3501 Fix leak (xml_get_element() allocates memory)
3503 Fix leak + dead code (shame!)
3507 2005-10-25 [colin] 1.9.15cvs106
3510 Fix encoding issue in Save all and in
3511 overwrite-confirmation alertpanel
3513 2005-10-25 [colin] 1.9.15cvs105
3515 * src/common/socket.c
3516 Fix a leak - Thanks to Christopher Aillon
3517 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
3519 2005-10-25 [paul] 1.9.15cvs104
3522 Always guess servers from the right-hand
3523 email part and guess username from the
3524 left-hand part. (Thanks to Colin)
3525 add an X-Face to the welcome message
3527 2005-10-25 [paul] 1.9.15cvs103
3529 * manual/handling.xml
3530 written by Colin, edited by me
3532 2005-10-25 [wwp] 1.9.15cvs102
3535 * src/grouplistdialog.c
3538 fix some compilation warnings
3544 2005-10-24 [paul] 1.9.15cvs101
3549 2005-10-24 [paul] 1.9.15cvs100
3551 * src/pixmaps/offline.xpm
3552 * src/pixmaps/online.xpm
3553 replace with last default versions
3555 2005-10-24 [colin] 1.9.15cvs99
3558 Fix bug when moving a folder
3561 "Delete folder" pops up a window, so it
3562 should be suffixed with "..."
3563 * src/plugins/pgpcore/sgpgme.c
3566 2005-10-24 [mones] 1.9.15cvs98
3569 * manual/account.xml
3571 * manual/addrbook.xml
3572 * manual/advanced.xml
3574 * manual/glossary.xml
3576 * manual/handling.xml
3578 * manual/keyboard.xml
3580 * manual/plugins.xml
3581 * manual/starting.xml
3582 * manual/dtd/sdocbook.dtd
3583 Initial manual structure and some content.
3585 2005-10-23 [wwp] 1.9.15cvs97
3590 2005-10-23 [wwp] 1.9.15cvs96
3594 rework of the about window (main work by Paul), also featuring a few
3595 fixes for typos and duplicate names
3597 2005-10-23 [wwp] 1.9.15cvs95
3600 Ignore the right binary name (sylpheed-claws now)
3602 2005-10-23 [paul] 1.9.15cvs94
3605 when using Folder Pref 'Default To for
3606 replies' make the entry in the Compose
3608 Patch by Fabien Vantard
3610 2005-10-22 [colin] 1.9.15cvs93
3615 2005-10-22 [colin] 1.9.15cvs92
3618 try to convert using locale (apart utf8) if necessary
3620 2005-10-22 [colin] 1.9.15cvs91
3622 * src/pixmaps/new.xpm
3623 * src/pixmaps/unread.xpm
3624 Make the unread envelope blue again and
3625 saturate the new one a bit more.
3627 2005-10-22 [colin] 1.9.15cvs90
3630 When replying to a mail sent by one of our accounts,
3631 use the original list of recipients. Let 'Reply All'
3632 and 'Reply to sender' work like previously.
3634 2005-10-21 [colin] 1.9.15cvs89
3636 * src/prefs_filtering.c
3637 Clear fields after add and replace
3639 Display xface differently (better)
3640 * src/plugins/pgpinline/pgpinline.c
3641 Fix crappy encodings/recodings
3643 2005-10-21 [paul] 1.9.15cvs88
3646 * src/prefs_folder_item.c
3648 fix news folder Folder Properties
3651 update folderview after Themes change
3652 keep selected folder selected
3655 2005-10-21 [paul] 1.9.15cvs87
3658 * tools/OOo2sylpheed.pl
3660 * tools/README.sylprint
3661 * tools/asus_mailled.sh ** REMOVED **
3662 * tools/filter_conv.pl
3663 * tools/freshmeat_search.pl
3664 * tools/google_search.pl
3665 * tools/gpg-sign-syl ** REMOVED **
3666 * tools/kmail2sylpheed.pl
3667 * tools/kmail2sylpheed_v2.pl
3668 * tools/multiwebsearch.pl
3669 * tools/nautilus2sylpheed.sh
3670 * tools/newscache_clean.pl
3671 * tools/outlook2sylpheed.pl
3672 * tools/sylpheed-switcher ** REMOVED **
3676 * tools/vcard2xml.py
3677 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3678 update default config dir
3679 update binary name (thanks to Fabien Vantard)
3680 remove obsolete scripts
3682 2005-10-21 [colin] 1.9.15cvs86
3685 Fix possible leak and units. Based on a patch by
3688 2005-10-20 [colin] 1.9.15cvs85
3691 Clear xface when clearing textview
3693 2005-10-20 [colin] 1.9.15cvs84
3699 * src/prefs_common.c
3700 * src/prefs_common.h
3701 * src/prefs_message.c
3705 * src/common/utils.c
3706 * src/common/utils.h
3707 * src/gtk/gtkutils.c
3708 * src/gtk/gtkutils.h
3709 Migrate config to .sylpheed-claws (Automatically)
3710 Add a way to get the Xface in the TextView
3712 2005-10-20 [colin] 1.9.15cvs83
3714 * src/gtk/Makefile.am
3717 Make the about dialog *grooovy*
3719 2005-10-20 [colin] 1.9.15cvs82
3722 Use "Open with" on double click if no command
3725 2005-10-20 [colin] 1.9.15cvs81
3728 * src/etpan/imap-thread.c
3731 2005-10-20 [paul] 1.9.15cvs80
3734 don't show clipkey icon if the only
3735 attachment is the signature
3738 2005-10-20 [paul] 1.9.15cvs79
3741 * src/plugins/pgpmime/pgpmime.c
3742 name the PGP/MIME signature 'signature.asc'
3743 Patch by Andrew Nelson <freeandy@gmail.com>
3745 2005-10-19 [colin] 1.9.15cvs78
3747 * src/plugins/pgpmime/pgpmime.c
3748 Oops, no need to double-check though
3750 2005-10-19 [colin] 1.9.15cvs77
3752 * src/plugins/pgpinline/pgpinline.c
3753 * src/plugins/pgpmime/pgpmime.c
3754 Check that my_tmpfile() doesn't
3757 2005-10-19 [colin] 1.9.15cvs76
3759 * src/common/utils.c
3760 Use shorter mime boundaries to avoid having
3761 MTAs rewrapping our headers, breaking the
3762 PGP signature in the process
3764 * src/plugins/pgpmime/pgpmime.c
3765 Check for boundary uniqueness to be sure
3766 it won't happen, instead of hoping for the
3769 2005-10-19 [colin] 1.9.15cvs75
3771 * sylpheed-claws.desktop
3774 Ship a sylpheed-claws binary instead
3775 of a sylpheed one. Change the socket
3778 Update folder only if it changed
3780 Fix i18n in welcome mail, patch by
3787 2005-10-19 [paul] 1.9.15cvs74
3791 fix summaryview update
3794 2005-10-18 [colin] 1.9.15cvs73
3796 * src/plugins/pgpcore/passphrase.c
3797 Don't XGrabServer, and try a bit more to
3798 sync everything before grabbing mouse/keyboard
3800 2005-10-18 [colin] 1.9.15cvs72
3806 * src/grouplistdialog.c
3808 * src/stock_pixmap.c
3809 * src/stock_pixmap.h
3811 * src/gtk/gtksctree.c
3812 * src/gtk/gtksctree.h
3813 * src/pixmaps/empty.xpm
3814 Implement a wrapper call for gtk_ctree_set_node_info
3815 and gtk_ctree_insert_node, that uses a 1x1 transparent
3816 pixmap instead of a NULL one. This works around some
3817 memory problems deep inside gtk, revealed by valgrind,
3818 and fixes bug #834 (Pressing CTRl-D on a message marked
3819 as locked crashes sylpheed.), as well as, probably,
3820 wwp's 4th dimension problems that happen in gtk_ctree_*.
3822 2005-10-17 [colin] 1.9.15cvs71
3825 Provide visual feedback when checking
3828 2005-10-17 [colin] 1.9.15cvs70
3831 Keep the folder list frozen while checking caches...
3833 2005-10-17 [colin] 1.9.15cvs69
3836 Fi bug #833 (Autocompleting from addressbook
3837 fails with extended chars)
3839 Fix 'adding messages' staying in statusbar
3842 2005-10-17 [wwp] 1.9.15cvs68
3845 Fix buttons' layout resizing when window size changes
3847 2005-10-17 [wwp] 1.9.15cvs67
3850 * src/prefs_account.c
3851 * src/prefs_common.c
3852 * src/prefs_common.h
3853 * src/prefs_folder_item.c
3855 * src/gtk/logwindow.c