1 2006-03-01 [colin] 2.0.0cvs96
4 Offline overriding: let 'No' be cached only 3 seconds
6 2006-03-01 [colin] 2.0.0cvs95
12 * src/folder_item_prefs.c
21 * src/prefs_msg_colors.c
28 * src/simple-gettext.c
34 * src/common/ssl_certificate.c
38 * src/gtk/gtkshruler.c
39 * src/plugins/trayicon/trayicon.c
40 #if 0 goes to /dev/null
42 2006-03-01 [colin] 2.0.0cvs94
50 * src/plugins/spamassassin/spamassassin.c
51 Allow to add information in the "working offline"
54 2006-03-01 [wwp] 2.0.0cvs93
56 * src/plugins/spamassassin/spamassassin.c
57 fixed spamc invocation: use a tricky temporary mini shell wrapper
58 'cause it seems that calling `spamc ... < inputfile` with
59 g_spawn_(a)sync simply.. erm doesn't work :-).
61 2006-03-01 [wwp] 2.0.0cvs92
65 simplify the adding of spam/ham button to the messageview toolbar
66 (it gets more clear now that the same button will be "Mark as spam"
67 or "Mark as ham" according to the current message status,
70 2006-03-01 [wwp] 2.0.0cvs91
76 * src/plugins/spamassassin/spamassassin.c
77 * src/plugins/spamassassin/spamassassin.h
78 make learner callbacks return a status (0 for ok),
79 handle it in main code to avoid setting flags when learning failed,
80 don't learn on TCP if offline in spamassassin,
85 2006-03-01 [wwp] 2.0.0cvs90
88 some work around the compose window's account menu,
89 patch by Fabien Vantard.
91 2006-03-01 [wwp] 2.0.0cvs89
93 * src/plugins/spamassassin/spamassassin.c
94 fixed bad logics, was using spamc in local mode and sa-learn
95 in remote mode (thanks, Colin).
97 2006-03-01 [wwp] 2.0.0cvs88
99 * src/plugins/spamassassin/spamassassin.c
100 * src/plugins/spamassassin/spamassassin.h
101 * src/plugins/spamassassin/spamassassin_gtk.c
102 made processing of emails w/ sa-plugin an option (default is TRUE),
103 fixed Engrish some tooltips, capitalization of some debug messages
104 and warnings. The spamassassin plugin now provides two separate
105 services: process emails upon incorporation and spamd training.
106 Both services (un)register independently but use some common
107 plugin settings (transport settings, spam storage location).
109 2006-02-28 [wwp] 2.0.0cvs87
111 * src/plugins/spamassassin/spamassassin.c
112 fix async flag to spamc cmdline execution (batch exec should
115 2006-02-27 [wwp] 2.0.0cvs86
117 * src/plugins/spamassassin/spamassassin.c
118 * src/plugins/spamassassin/spamassassin.h
119 * src/plugins/spamassassin/spamassassin_gtk.c
120 - added the ability to learn a remote spamassassin server (spamd),
122 - added the spamassassin option 'username', that applies to all
123 spamassassin operations (filtering, learning, local or remote).
124 The default username is the current unix user (if left blank
125 from gtk prefs or config file).
126 - commented out some unused code (notebook widget), removed unused
128 - make more widgets sensitive to the transport type.
130 2006-02-27 [colin] 2.0.0cvs85
132 * src/plugins/spamassassin/spamassassin.c
133 Fix sa-learn call when offline
135 2006-02-27 [colin] 2.0.0cvs84
143 * src/prefs_toolbar.c
150 * src/pixmaps/ham_btn.xpm
151 * src/pixmaps/spam.xpm
152 * src/pixmaps/spam_btn.xpm
153 * src/plugins/spamassassin/spamassassin.c
154 Add button in toolbar for spam learning
155 Fix a few bugs from the last related commit
156 Revert 1.9.6cvs23 which messed up shift-selection
158 2006-02-24 [colin] 2.0.0cvs83
163 * src/plugins/spamassassin/spamassassin.c
164 * src/plugins/spamassassin/spamassassin.h
165 * src/plugins/spamassassin/spamassassin_gtk.c
166 Unregister learner when spamassassin is either
169 2006-02-24 [colin] 2.0.0cvs82
180 * src/gtk/icon_legend.c
181 * src/pixmaps/spam.xpm ** NEW FILE **
182 * src/plugins/spamassassin/spamassassin.c
183 * src/plugins/spamassassin/spamassassin_gtk.c
184 Add spam learning interface (Mark/Mark as
187 2006-02-24 [wwp] 2.0.0cvs81
192 hide compose window when sending message in batch mode
193 (filtering: forward and redirect). Also fixed a wrong
194 value returned when sending failed, neutral anyway.
197 2006-02-24 [wwp] 2.0.0cvs80
200 use GTK+'s stock quit button. Patch by Fabien Vantard.
202 2006-02-24 [paul] 2.0.0cvs79
207 fix bug 916, 'newsgroup unsubscribe segmentation fault'
210 2006-02-23 [colin] 2.0.0cvs78
213 Change OK to Close in alertpanel with View log
214 button; add accel to View log. Patch by Fabien
217 2006-02-23 [wwp] 2.0.0cvs77
220 silly me, there were much more tests to perform, since toolbars can
221 really have down to 1 element only.
223 2006-02-23 [wwp] 2.0.0cvs76
226 fixed indentation from my previous commit. Fallback to VISUAL if
227 EDITOR is not set (and to vi, at last resort).
229 2006-02-23 [wwp] 2.0.0cvs75
232 improved error detection (Colin, me).
234 2006-02-23 [wwp] 2.0.0cvs74
236 * src/prefs_toolbar.c
237 simplify and fix prefs/toolbars layouting. Combos' contents can
238 now be really displayed.
240 2006-02-23 [wwp] 2.0.0cvs73
241 simplifies and fix prefs/toolbars layouting. Combos' contents can now
244 2006-02-22 [wwp] 2.0.0cvs72
247 fix a typo in my previous commit (sorry!).
249 2006-02-22 [wwp] 2.0.0cvs71
251 * src/prefs_toolbar.c
252 fix a crash when adding separators to toolbars,
253 also fix some separator item information.
255 2006-02-22 [wwp] 2.0.0cvs70
258 fix a crash when redirecting (for instance) when compose window's
259 toolbar contents has been customized (when some buttons have been
262 2006-02-21 [wwp] 2.0.0cvs69
265 * src/gtk/pluginwindow.c
266 * src/plugins/pgpcore/prefs_gpg.c
267 fix some compilation warnings (feat. remains of removed code).
269 2006-02-21 [wwp] 2.0.0cvs68
272 fix two compilation issues, thanks to Stephan Sachse.
274 2006-02-20 [colin] 2.0.0cvs67
277 Don't reselect displayed mail on refocus
278 This fixes actions misbehaving
280 2006-02-20 [wwp] 2.0.0cvs66
283 * src/gtk/gtksctree.c
284 * src/gtk/gtkshruler.c
285 changed more runtime typecast checks.
287 2006-02-20 [wwp] 2.0.0cvs65
289 * src/summary_search.c
290 find all - summaryview refresh issue fixed, thanks to Colin.
292 2006-02-20 [wwp] 2.0.0cvs64
295 better runtime typecast checks.
297 2006-02-20 [wwp] 2.0.0cvs63
299 * src/summary_search.c
300 enhancements to the summary search:
301 - add the ability to stop the running search
302 (upon ESC-key press, new Stop button or when Clear button is pressed)
303 - don't search if no criteria (From/To/Subject/Body) is set
304 - ensure that a busy mouse pointer is always shown when searching,
305 show it even a bit earlier
307 2006-02-19 [colin] 2.0.0cvs62
311 * src/etpan/imap-thread.c
312 * src/etpan/imap-thread.h
313 (Future) IMAP speed improvement on sending
314 Will require a libetpan update
316 * src/gtk/quicksearch.c
317 Make quicksearch clearable while running.
319 2006-02-17 [colin] 2.0.0cvs61
322 * src/etpan/imap-thread.c
323 * src/etpan/imap-thread.h
324 Check for IMAP certificates
325 ** Requires libetpan-0.42-cvs4
326 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
328 2006-02-17 [colin] 2.0.0cvs60
333 * src/prefs_message.c
334 Add pref to display HTML-only mails with plugin,
335 if possible (defaulting to FALSE of course).
337 2006-02-16 [colin] 2.0.0cvs59
340 * src/common/plugin.c
341 * src/common/plugin.h
342 * src/gtk/pluginwindow.c
343 Keep track of requested (but unloaded) plugins
346 2006-02-16 [wwp] 2.0.0cvs58
348 * src/gtk/gtkaspell.c
349 * src/gtk/gtkaspell.h
350 * src/prefs_spelling.c
354 implemented new optional spellchecker behaviour: re-check message when
355 dictionary got changed (from compose-window/context-menu/Change dictionary).
357 2006-02-16 [wwp] 2.0.0cvs57
359 * src/quote_fmt_parse.y
360 pclose popen'ed pipe.
362 2006-02-15 [colin] 2.0.0cvs56
366 Let MimeViewers know which MimeView they
369 Swap From/To columns in Sent/Queue/Drafts
371 * src/etpan/imap-thread.c
372 Use mailstream_low_tls_open() for STARTTLS
373 instead of mailstream_low_ssl_open()
374 ** REQUIRES libetpan 0.42cvs3 **
376 2006-02-15 [wwp] 2.0.0cvs55
380 * src/message_search.c
381 * src/message_search.h
385 added the ability to Find text in the compose window (and a bit
386 of code factorization).
388 2006-02-15 [wwp] 2.0.0cvs54
391 yet another one file was missing (fix for some widgets' sensitivity).
394 2006-02-15 [wwp] 2.0.0cvs53
397 oops forgot that file (fix for some widgets' sensitivity).
399 2006-02-15 [wwp] 2.0.0cvs52
401 * src/summary_search.c
402 implemented advanced summary search options (added the ability
403 to use matcher conditions in an advanced search mode).
405 2006-02-15 [wwp] 2.0.0cvs51
407 * src/plugins/pgpcore/prefs_gpg.c
408 * src/prefs_account.c
409 fix some widget sensitivity, mostly around some labels in
412 2006-02-15 [paul] 2.0.0cvs50
414 * manual/advanced.xml
415 improve Templates info
418 2006-02-14 [colin] 2.0.0cvs49
420 * src/pixmaps/address_book.xpm
421 * src/pixmaps/preferences.xpm
422 * src/pixmaps/properties.xpm
423 Fix pixmap size - patch by Fabien Vantard
425 2006-02-13 [colin] 2.0.0cvs48
428 Add missing fclose()s on error
432 Fix temp files not being deleted on windows
433 Patches by Thomas Gilgin
435 2006-02-13 [colin] 2.0.0cvs47
440 2006-02-13 [wwp] 2.0.0cvs46
442 * src/plugins/pgpcore/prefs_gpg.c
443 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
445 2006-02-12 [colin] 2.0.0cvs45
450 Fix "stuff" when quitting
452 2006-02-12 [wwp] 2.0.0cvs44
455 fix typos in debug messages.
457 2006-02-11 [colin] 2.0.0cvs43
460 don't allow drag/drop from ourself
462 2006-02-10 [wwp] 2.0.0cvs42
469 renamed html_ prefixed functions and data structures to avoid
470 namespace clashes w/ other software (gtkhtml2 for instance).
474 2006-02-09 [colin] 2.0.0cvs41
477 Fix shitty logic messed up. Thanks Ticho for the hint!
479 2006-02-09 [wwp] 2.0.0cvs40
483 * src/prefs_account.c
486 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
487 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
488 Browse buttons in accounts prefs.
490 2006-02-09 [colin] 2.0.0cvs39
493 Check for pointer before using its members
494 * src/gtk/gtksourceprintjob.c
497 2006-02-09 [wwp] 2.0.0cvs38
500 fix few compiler warnings (type mismatch).
502 2006-02-09 [paul] 2.0.0cvs37
505 updated by Fabien Vantard
507 2006-02-08 [colin] 2.0.0cvs36
511 * src/common/plugin.c
512 allow windows and linux configurations to coexist
513 patch by Thomas Gilgin
515 2006-02-08 [colin] 2.0.0cvs35
520 * src/matcher_parser_parse.y
521 * src/prefs_filtering_action.c
522 * src/prefs_matcher.c
523 Add the "Ignore thread" filtering
526 2006-02-08 [colin] 2.0.0cvs34
531 Fix bug #905 (damaged attachment)
532 text files with raw \0's aren't really text files
535 2006-02-08 [colin] 2.0.0cvs33
538 Fix crasher introduced yesterday
540 2006-02-08 [wwp] 2.0.0cvs32
544 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
546 2006-02-08 [wwp] 2.0.0cvs31
548 * src/prefs_template.c
549 templates enhancement: allow address completion for Cc and Bcc fields
550 (it was currently possible for the To field only)
552 2006-02-08 [colin] 2.0.0cvs30
555 Don't unblock if not blocked
558 2006-02-07 [colin] 2.0.0cvs29
561 Forgot to refresh summaryview
563 2006-02-07 [colin] 2.0.0cvs28
566 Freeze/thaw message list and folder list while
567 processing %as{} actions
569 Fix auto-wrap disabling after a middle-click
572 2006-02-07 [paul] 2.0.0cvs27
575 fix freeing of uninitialised pointers
578 2006-02-06 [colin] 2.0.0cvs26
581 Use g_slist_prepend in potentially big list
583 2006-02-06 [colin] 2.0.0cvs25
586 Completely skip processing if it doesn't
589 2006-02-06 [colin] 2.0.0cvs24
593 Batch filtering in summaryview (from Tools menu)
594 and pre/post//-processing too
596 2006-02-06 [colin] 2.0.0cvs23
600 Use a special field for batch filtering instead
601 of stepping on deferred execution's toes
603 2006-02-06 [colin] 2.0.0cvs22
610 Fix filtering via menus and actions
612 2006-02-06 [colin] 2.0.0cvs21
615 Put the added file directly to cache if possible (will work
623 Move and copy filtered messages by batches instead of one
624 by one - faster on IMAP
626 Add a function that'll possibly be useful later
628 2006-02-06 [colin] 2.0.0cvs20
631 Use internal mime-type instead of text/plain for d'n'd
633 Allow attaching files from mimeview's icon list via d'n'd
636 Use internal mime-type instead of text/plain for d'n'd
637 Don't try to selected opened folder if none is
638 Factorize d'n'd from other apps code
643 Factorize Face/X-Face stuff
645 Fix d'n'd to other apps
646 * src/prefs_message.c
647 Let the XFace pref be usable without libcompface as it also
650 Fix d'n'd to other apps
651 Factorize d'n'd from other apps code
653 2006-02-06 [wwp] 2.0.0cvs19
656 Italian translation fixes by Andrea Spadaccini (no more confusion
657 between filtering and processing, and few changes in the About
661 2006-02-06 [mones] 2.0.0cvs18
663 * src/gtk/icon_legend.c
664 Improved descriptions allowing better translations
666 2006-02-05 [colin] 2.0.0cvs17
669 Add the f*cking missing expunge that caused imap_fetch_env
670 to fail after an add_msgs ! :-///
671 * src/etpan/imap-thread.c
675 2006-02-05 [colin] 2.0.0cvs16
678 Don't check for return-path (or we can't put
681 2006-02-05 [colin] 2.0.0cvs15
684 Don't try to display Face header in textview
685 when teh headerview's active
687 2006-02-05 [colin] 2.0.0cvs14
691 Add script to import Thunderbird mails
693 2006-02-05 [colin] 2.0.0cvs13
700 Show Face headers - patch partially by Klaus Flittner
702 2006-02-05 [colin] 2.0.0cvs12
708 Let dnd work from mime icons to summaryview
709 and to folderview too
710 Add a crude test to avoid trying to add files
711 drag'n'dropped when they're not mails
713 2006-02-04 [colin] 2.0.0cvs11
719 2006-02-04 [colin] 2.0.0cvs10
726 Added various drag and drop capas:
728 summaryview other apps
729 mimeview icons other apps
730 other apps summaryview
731 other apps folderview
733 This shouldn't have broken the existing:
735 summaryview folderview
736 folderview folderview
737 summaryview compose's attachments
741 2006-02-02 [paul] 2.0.0cvs9
744 move global option 'Set displayed columns...' out
745 of folder option grouping.
746 fix sensitivity of 'harvest addresses'
749 2006-02-01 [colin] 2.0.0cvs8
752 Revert the alertpanel patch, it sucks (intrusive
753 and gets in the way of "open")
755 2006-02-01 [colin] 2.0.0cvs7
758 * src/prefs_account.c
763 Add ability to edit the signature file
764 from the account preferences, and use
765 a default for the text editor.
766 Patch by Fabien Vantard
768 2006-02-01 [colin] 2.0.0cvs6
771 Try to get mime type by extension if it is
772 application/octet-stream
773 Display a window with possible choices when
774 encountering unknown mime types
778 Allow multiple selection in filtered filesel
779 (patch by Fabien Vantard)
780 * src/gtk/pluginwindow.c
781 Use it (patch by Fabien Vantard)
783 2006-02-01 [paul] 2.0.0cvs5
786 fix crash on creating jpilot address book
787 Thanks to Colin - FOR_STABLE
788 * src/prefs_summaries.c
789 * src/prefs_wrapping.c
790 * src/gtk/icon_legend.c
791 * src/gtk/quicksearch.c
792 string fixes and additions
794 2006-02-01 [paul] 2.0.0cvs4
800 add Arabic encoding option
801 Patch submitted by Mohammed Sameer <msameer@users.sf.net>
803 2006-01-31 [colin] 2.0.0cvs3
805 * src/plugins/pgpcore/passphrase.c
806 Convert passphrase to locale encoding
808 Fix drafting on IMAP. Crappy bug sneaked in
812 2006-01-30 [paul] 2.0.0cvs2
814 * src/gtk/icon_legend.c
817 2006-01-30 [colin] 2.0.0cvs1
820 Check for the file to be present before
821 enabling the menu - FOR_STABLE
822 * src/gtk/icon_legend.c
823 Add folders icons (not all of them, there
824 are too much, but the most intriguing ones)
826 2006-01-30 [paul] 2.0.0
828 version 2.0.0 released
830 2006-01-30 [paul] 1.9.100cvs200
835 * manual/starting.xml
836 * manual/sylpheed-claws-manual.xml
839 2006-01-29 [mones] 1.9.100cvs199
842 * manual/advanced.xml
843 * manual/glossary.xml
844 Some typos fixed, added LDIF term to glossary
846 Fixed leading plus symbol
848 2006-01-29 [paul] 1.9.100cvs198
852 updated by Tommi Pirinen and Andrej Kacian
854 2006-01-29 [paul] 1.9.100cvs197
859 2006-01-29 [paul] 1.9.100cvs196
864 * tools/claws.i18n.status.pl
865 nl translation updated by Tim Dijkstra
867 2006-01-29 [paul] 1.9.100cvs195
871 updated by Aleksandar Urosevic and Anders Troback
873 2006-01-28 [colin] 1.9.100cvs194
875 * src/gtk/gtksourceprintjob.c
876 Don't fiddle with PangoLayout when we
879 2006-01-28 [paul] 1.9.100cvs193
885 * tools/claws.i18n.status.pl
886 updated translations submitted by Stavros Giannouris
889 2006-01-27 [colin] 1.9.100cvs192
892 * src/gtk/gtksourceprintjob.c
894 (libgnomeprint only, of course)
896 2006-01-27 [paul] 1.9.100cvs191
900 updated by Fabien Vantard and Andrea Spadaccini
902 2006-01-26 [colin] 1.9.100cvs190
906 Make building the manual optional
909 2006-01-26 [paul] 1.9.100cvs189
911 * manual/glossary.xml
917 2006-01-26 [paul] 1.9.100cvs188
919 * src/prefs_display_header.c
920 * src/prefs_folder_column.c
921 * src/prefs_msg_colors.c
922 * src/prefs_summaries.c
923 * src/prefs_summary_column.c
926 2006-01-25 [colin] 1.9.100cvs187
929 Don't allow moving/copying mails between
930 queue/drafts and non-queue/drafts folders
931 Fixes bug #897 (message header is resetted
932 if one is copied to Drafts)
934 2006-01-25 [colin] 1.9.100cvs186
938 Fix subscribed folders not found
940 Don't try to encode as original mail's charset
943 2006-01-25 [paul] 1.9.100cvs185
952 updates submitted by Stephan Sachse, Emilian Nowak
953 and Quar, Frederico Goncalves Guimaraes, and
955 Fix Bug 896, 'PT_BR locale broken'.
959 2006-01-24 [mones] 1.9.100cvs184
961 * manual/glossary.xml
962 All current terms finished. Reviewers welcome ;-)
963 * manual/keyboard.xml
964 Fixed column width for pdf output.
968 2006-01-24 [paul] 1.9.100cvs183
970 * manual/glossary.xml
972 * manual/dist/html/Makefile.am
973 * manual/dist/pdf/Makefile.am
974 * manual/dist/ps/Makefile.am
975 * manual/dist/txt/Makefile.am
979 2006-01-24 [mones] 1.9.100cvs182
981 * manual/glossary.xml
982 Nearly finished, some terms missing.
984 2006-01-23 [paul] 1.9.100cvs181
986 * manual/dist/html/Makefile.am
987 * manual/dist/pdf/Makefile.am
988 * manual/dist/ps/Makefile.am
989 * manual/dist/txt/Makefile.am
994 2006-01-22 [colin] 1.9.100cvs180
997 * src/gtk/gtkaspell.c
998 Don't deselect stuff before right-clicking, with aspell.
999 (This prevented right-click Copy, for example).
1002 2006-01-22 [paul] 1.9.100cvs179
1004 * src/summary_search.c
1005 don't fix the widget size as it causes problems
1007 Thanks to Emilian Nowak
1009 2006-01-21 [paul] 1.9.100cvs178
1011 * src/prefs_themes.c
1012 fix broken underlining of label text
1013 with some translations
1015 2006-01-21 [colin] 1.9.100cvs177
1018 In French "Composition" puts the Compose toolbar's prefs in the wrong place
1020 2006-01-20 [colin] 1.9.100cvs176
1025 * manual/dist/html/.cvsignore
1026 * manual/dist/html/Makefile.am
1027 * manual/dist/pdf/.cvsignore
1028 * manual/dist/pdf/Makefile.am
1029 * manual/dist/ps/.cvsignore
1030 * manual/dist/ps/Makefile.am
1031 * manual/dist/txt/.cvsignore
1032 * manual/dist/txt/Makefile.am
1035 2006-01-20 [paul] 1.9.100cvs175
1037 * manual/handling.xml
1038 make Filtering and Searching entries easier to find
1039 * manual/keyboard.xml
1040 add the remaining default keybinds
1041 * src/prefs_summaries.c
1042 update the default keybinds
1044 2006-01-20 [paul] 1.9.100cvs174
1056 replace 'e-mail' with 'email'
1057 * src/summary_search.c
1058 add mnemonic to "Find all" button
1060 2006-01-20 [wwp] 1.9.100cvs173
1064 touched mbox import/export buttons for HIG-compliance
1066 2006-01-19 [paul] 1.9.100cvs172
1068 * manual/account.xml
1069 * manual/addrbook.xml
1070 * manual/advanced.xml
1072 * manual/handling.xml
1074 * manual/plugins.xml
1075 * manual/starting.xml
1078 2006-01-19 [paul] 1.9.100cvs171
1081 allow use of trash button while receiving
1084 2006-01-19 [wwp] 1.9.100cvs170
1086 * src/gtk/quicksearch.c
1088 force text color to black when yellow background is set
1090 2006-01-19 [colin] 1.9.100cvs169
1092 * src/plugins/trayicon/trayicon.c
1093 Gray out Get Mail when already getting mail
1095 2006-01-18 [paul] 1.9.100cvs168
1098 give widget yellow background was To is
1099 set via folder prefs
1100 * src/gtk/quicksearch.c
1101 give widget yellow background when quick
1105 2006-01-18 [paul] 1.9.100cvs167
1107 * doc/man/sylpheed-claws.1
1108 add --subscribe option
1110 2006-01-18 [paul] 1.9.100cvs166
1112 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1113 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1114 use %U instead of %F (%F is broken for user installed
1117 2006-01-18 [colin] 1.9.100cvs165
1120 Default to Yes in "No more * messages" dialogs
1122 2006-01-17 [colin] 1.9.100cvs164
1125 Possibly fix an invalid iterator causing
1128 2006-01-17 [colin] 1.9.100cvs163
1131 Fix crash when the image disappears under the
1134 2006-01-16 [colin] 1.9.100cvs162
1137 Fix reenabling autowrap
1139 2006-01-16 [colin] 1.9.100cvs161
1142 reset quote_len before getting quote_str
1144 2006-01-16 [colin] 1.9.100cvs160
1151 Fix bug #883 (default inbox does not track folder move)
1153 2006-01-16 [colin] 1.9.100cvs159
1156 * src/plugins/pgpcore/passphrase.c
1159 2006-01-16 [paul] 1.9.100cvs158
1161 * src/prefs_actions.c
1162 * src/prefs_filtering_action.c
1163 * src/prefs_matcher.c
1165 * src/gtk/description_window.c
1166 * src/gtk/description_window.h
1167 * src/gtk/quicksearch.c
1168 description window cleanups
1170 2006-01-15 [colin] 1.9.100cvs157
1173 * src/prefs_filtering.c
1176 2006-01-15 [colin] 1.9.100cvs156
1180 Same for "Empty trash"
1182 2006-01-15 [colin] 1.9.100cvs155
1185 Override offline dialog had Yes by default
1187 2006-01-15 [colin] 1.9.100cvs154
1190 Delete selected messages? previously had Yes the default
1192 2006-01-15 [colin] 1.9.100cvs153
1197 Check if a mailbox is loaded after all
1200 2006-01-15 [colin] 1.9.100cvs152
1203 Don't start wizard when there are unloaded folders (will help
1204 people with only mbox or maildir mailboxes)
1206 2006-01-14 [colin] 1.9.100cvs151
1214 More HIG compliance and fixes
1216 2006-01-14 [colin] 1.9.100cvs150
1218 * src/prefs_filtering_action.c
1220 Two forgotten button order changes
1222 2006-01-14 [colin] 1.9.100cvs149
1232 * src/prefs_actions.c
1233 * src/prefs_customheader.c
1234 * src/prefs_filtering.c
1235 * src/prefs_matcher.c
1236 * src/prefs_template.c
1241 All deletion confirmations are now "Cancel, Delete"
1242 instead of "No, Yes"
1243 Clarified most of the other "No, Yes" to
1244 "Cancel, Descriptive_action"
1245 Rechanged the "Entry not saved" alerts to have
1246 "Close, Continue editing"
1251 * 2.0.0-rc4 released
1253 2006-01-14 [paul] 1.9.100cvs148
1268 * src/grouplistdialog.c
1275 * src/message_search.c
1280 * src/prefs_actions.c
1281 * src/prefs_customheader.c
1282 * src/prefs_filtering.c
1283 * src/prefs_matcher.c
1284 * src/prefs_template.c
1285 * src/prefs_themes.c
1287 * src/summary_search.c
1291 * src/gtk/foldersort.c
1292 * src/gtk/gtkaspell.c
1293 * src/gtk/inputdialog.c
1294 * src/gtk/prefswindow.c
1295 * src/plugins/pgpcore/select-keys.c
1296 * src/plugins/trayicon/trayicon.c
1297 HIG compliant button order
1299 2006-01-14 [mones] 1.9.100cvs147
1304 2006-01-13 [paul] 1.9.100cvs146
1309 add Joshua M. Kwan to contributors list
1311 2006-01-13 [colin] 1.9.100cvs145
1313 * src/gtk/quicksearch.c
1314 Don't refocus quick search after executing (Esc or Enter)
1315 Allows to '/'search something then move up/down in
1316 summaryview, and to Esc a search and be back in the
1319 2006-01-13 [paul] 1.9.100cvs144
1321 * src/plugins/pgpinline/pgpinline.c
1322 support Content-Type 'application/pgp'
1323 patch by Joshua M. Kwan <joshuak@users.sf.net>
1325 2006-01-13 [paul] 1.9.100cvs143
1327 * manual/account.xml
1328 make mention of partial retrieval
1331 2006-01-13 [paul] 1.9.100cvs142
1372 * src/customheader.c
1373 * src/customheader.h
1374 * src/displayheader.c
1375 * src/displayheader.h
1386 * src/editldap_basedn.c
1387 * src/editldap_basedn.h
1403 * src/folder_item_prefs.c
1404 * src/folder_item_prefs.h
1411 * src/grouplistdialog.c
1412 * src/grouplistdialog.h
1416 * src/image_viewer.c
1417 * src/image_viewer.h
1453 * src/message_search.c
1454 * src/message_search.h
1471 * src/partial_download.c
1472 * src/partial_download.h
1477 * src/prefs_account.c
1478 * src/prefs_account.h
1479 * src/prefs_actions.c
1480 * src/prefs_actions.h
1481 * src/prefs_common.c
1482 * src/prefs_common.h
1483 * src/prefs_compose_writing.c
1484 * src/prefs_compose_writing.h
1485 * src/prefs_customheader.c
1486 * src/prefs_customheader.h
1487 * src/prefs_display_header.c
1488 * src/prefs_display_header.h
1489 * src/prefs_filtering.c
1490 * src/prefs_filtering.h
1491 * src/prefs_filtering_action.c
1492 * src/prefs_filtering_action.h
1493 * src/prefs_folder_column.c
1494 * src/prefs_folder_column.h
1495 * src/prefs_folder_item.c
1496 * src/prefs_folder_item.h
1501 * src/prefs_image_viewer.c
1502 * src/prefs_image_viewer.h
1503 * src/prefs_matcher.c
1504 * src/prefs_matcher.h
1505 * src/prefs_message.c
1506 * src/prefs_msg_colors.c
1507 * src/prefs_msg_colors.h
1510 * src/prefs_receive.c
1512 * src/prefs_spelling.c
1513 * src/prefs_spelling.h
1514 * src/prefs_summaries.c
1515 * src/prefs_summaries.h
1516 * src/prefs_summary_column.c
1517 * src/prefs_summary_column.h
1518 * src/prefs_template.c
1519 * src/prefs_template.h
1520 * src/prefs_themes.c
1521 * src/prefs_themes.h
1522 * src/prefs_toolbar.c
1523 * src/prefs_toolbar.h
1524 * src/prefs_wrapping.c
1525 * src/prefs_wrapping.h
1535 * src/quote_fmt_parse.y
1538 * src/remotefolder.c
1539 * src/remotefolder.h
1540 * src/send_message.c
1541 * src/send_message.h
1544 * src/sourcewindow.c
1545 * src/sourcewindow.h
1550 * src/stock_pixmap.c
1551 * src/stock_pixmap.h
1552 * src/summary_search.c
1553 * src/summary_search.h
1570 * src/common/base64.c
1571 * src/common/base64.h
1573 * src/common/hooks.c
1574 * src/common/hooks.h
1577 * src/common/mgutils.c
1578 * src/common/mgutils.h
1581 * src/common/passcrypt.c
1582 * src/common/passcrypt.h.in
1583 * src/common/plugin.c
1584 * src/common/plugin.h
1585 * src/common/prefs.c
1586 * src/common/prefs.h
1587 * src/common/progressindicator.c
1588 * src/common/progressindicator.h
1589 * src/common/quoted-printable.c
1590 * src/common/quoted-printable.h
1591 * src/common/session.c
1592 * src/common/session.h
1595 * src/common/socket.c
1596 * src/common/socket.h
1599 * src/common/ssl_certificate.c
1600 * src/common/ssl_certificate.h
1601 * src/common/stringtable.c
1602 * src/common/stringtable.h
1603 * src/common/sylpheed.c
1604 * src/common/sylpheed.h
1605 * src/common/template.c
1606 * src/common/template.h
1607 * src/common/timing.h
1608 * src/common/utils.c
1609 * src/common/utils.h
1610 * src/common/version.h.in
1613 * src/common/xmlprops.c
1614 * src/common/xmlprops.h
1615 * src/gtk/colorlabel.c
1616 * src/gtk/colorsel.c
1617 * src/gtk/colorsel.h
1618 * src/gtk/description_window.c
1619 * src/gtk/description_window.h
1622 * src/gtk/foldersort.c
1623 * src/gtk/foldersort.h
1624 * src/gtk/gtkutils.c
1625 * src/gtk/gtkutils.h
1626 * src/gtk/inputdialog.c
1627 * src/gtk/inputdialog.h
1628 * src/gtk/logwindow.c
1629 * src/gtk/logwindow.h
1630 * src/gtk/manage_window.c
1631 * src/gtk/manage_window.h
1634 * src/gtk/pluginwindow.c
1635 * src/gtk/pluginwindow.h
1636 * src/gtk/prefswindow.c
1637 * src/gtk/prefswindow.h
1638 * src/gtk/progressdialog.c
1639 * src/gtk/progressdialog.h
1640 * src/gtk/sslcertwindow.c
1641 * src/gtk/sslcertwindow.h
1642 * src/plugins/clamav/clamav_plugin.c
1643 * src/plugins/clamav/clamav_plugin.h
1644 * src/plugins/clamav/clamav_plugin_gtk.c
1645 * src/plugins/demo/demo.c
1646 * src/plugins/dillo_viewer/dillo_prefs.c
1647 * src/plugins/dillo_viewer/dillo_prefs.h
1648 * src/plugins/dillo_viewer/dillo_viewer.c
1649 * src/plugins/pgpcore/passphrase.c
1650 * src/plugins/pgpcore/passphrase.h
1651 * src/plugins/pgpcore/plugin.c
1652 * src/plugins/pgpcore/select-keys.c
1653 * src/plugins/pgpcore/select-keys.h
1654 * src/plugins/pgpcore/sgpgme.c
1655 * src/plugins/pgpcore/sgpgme.h
1656 * src/plugins/pgpinline/pgpinline.c
1657 * src/plugins/pgpinline/pgpinline.h
1658 * src/plugins/pgpinline/plugin.c
1659 * src/plugins/pgpmime/pgpmime.c
1660 * src/plugins/pgpmime/pgpmime.h
1661 * src/plugins/pgpmime/plugin.c
1662 * src/plugins/spamassassin/spamassassin.c
1663 * src/plugins/spamassassin/spamassassin.h
1664 * src/plugins/spamassassin/spamassassin_gtk.c
1665 * src/plugins/trayicon/trayicon.c
1666 update copyright header
1668 2006-01-13 [paul] 1.9.100cvs141
1674 * src/prefs_account.c
1675 * src/prefs_display_header.c
1676 * src/prefs_receive.c
1678 * src/prefs_summaries.c
1679 * src/prefs_themes.c
1680 * src/prefs_toolbar.c
1684 2006-01-12 [colin] 1.9.100cvs140
1689 Add --subscribe option
1690 Let sylpheed-claws email@domain.com equivalent to --compose
1691 Let sylpheed-claws proto://blah.com equivalent to --subscribe
1693 2006-01-12 [paul] 1.9.100cvs139
1696 append 'Change folder order' label with '...'
1697 * src/prefs_actions.c
1698 allow reordering of actions list by dnd
1699 * src/gtk/foldersort.c
1700 make the dialog nicer
1702 2006-01-11 [colin] 1.9.100cvs138
1705 Allow templates without text
1707 2006-01-11 [paul] 1.9.100cvs137
1710 * tools/filter_conv_new.pl
1712 also check .sylpheed for filter.xml
1713 be a bit informative to the user
1715 2006-01-11 [colin] 1.9.100cvs136
1718 Fix bug #888 (2.0.0rc3 not displaying image in message view)
1720 2006-01-10 [paul] 1.9.100cvs135
1723 * tools/filter_conv_new.pl
1724 add script to convert new style Sylpheed
1725 filter rules (Sylpheed >= 0.9.99) to
1726 Claws filtering rules
1728 2006-01-10 [colin] 1.9.100cvs134
1731 Fix broken line joins in certain conditions
1732 (between two quoted lines: <enter><enter><up>
1733 <type a wrapped sentence><go in the first line>
1734 <insert more text><watch as line joining failed>)
1736 2006-01-10 [paul] 1.9.100cvs133
1739 don't report success in error dialog
1741 * src/common/utils.c
1742 include some trailing punctuations as URI
1745 2006-01-10 [paul] 1.9.100cvs132
1748 fix incompatible pointer type
1751 2006-01-10 [paul] 1.9.100cvs131
1754 change Subject in window title
1757 2006-01-09 [colin] 1.9.100cvs130
1766 Fix possible crashes on exit and in addressbook
1768 2006-01-09 [paul] 1.9.100cvs129
1770 * src/prefs_msg_colors.c
1771 some cleanups that I forgot last time
1773 2006-01-09 [paul] 1.9.100cvs128
1777 * src/prefs_msg_colors.c
1778 add previously hidden option, color_new, to
1780 move the page to Display/
1783 2006-01-09 [wwp] 1.9.100cvs127
1785 * src/prefs_themes.c
1786 made the prefs/display/themes layouts spacing less condensed
1787 (and so they match other prefs/pages' look).
1789 2006-01-09 [paul] 1.9.100cvs126
1792 * src/prefs_common.c
1793 * src/prefs_common.h
1794 * src/prefs_wrapping.c
1795 remove 'wrap at send' option
1797 2006-01-06 [colin] 1.9.100cvs125
1800 Just make completely sure we don't insert "manual line breaks"
1805 * 2.0.0-rc3 released
1807 2006-01-04 [paul] 1.9.100cvs124
1810 fix bug 882, 'quick scroll in folder list
1811 displays wrong folder contents'
1813 2006-01-04 [paul] 1.9.100cvs123
1815 * src/plugins/pgpmime/pgpmime.c
1816 better debug information when signing
1817 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1819 2006-01-03 [colin] 1.9.100cvs122
1822 We need to recheck for gpgme 1.0.0 after checking
1823 for 1.1.1, because if 1.1.1 isn't available,
1824 GPGME_LIBS and friends are blanked out by the
1827 2006-01-03 [colin] 1.9.100cvs121
1829 * src/common/prefs.c
1830 Windows unlink-before rename fix
1831 * src/plugins/pgpcore/sgpgme.c
1832 Add support for PKA info if available
1833 Both patches by Werner Koch
1835 2006-01-03 [paul] 1.9.100cvs120
1838 fix bug 884, 'Send receipt' button visible in queue
1841 2006-01-02 [colin] 1.9.100cvs119
1845 Fix autosave on IMAP and more generally try to
1846 return the correct ID on a newly added IMAP message
1848 2006-01-02 [paul] 1.9.100cvs118
1850 * manual/keyboard.xml
1853 2006-01-01 [paul] 1.9.100cvs117
1858 2005-12-30 [colin] 1.9.100cvs116
1860 * manual/advanced.xml
1861 Explain Pre/Post-processing differences.
1863 2005-12-30 [colin] 1.9.100cvs115
1866 Implement copy_msgs for a little optimization
1868 Finish yesterday's fix
1870 2005-12-29 [colin] 1.9.100cvs114
1873 Fix occasional failure in fetching a mail over
1876 2005-12-29 [colin] 1.9.100cvs113
1879 Don't remove a draft when sending it, if it is
1882 2005-12-28 [colin] 1.9.100cvs112
1887 2005-12-28 [wwp] 1.9.100cvs111
1889 * doc/faq/.cvsignore
1890 * doc/faq/de/.cvsignore
1891 * doc/faq/en/.cvsignore
1892 * doc/faq/es/.cvsignore
1893 * doc/faq/fr/.cvsignore
1894 * doc/faq/it/.cvsignore
1895 * doc/manual/.cvsignore
1896 * doc/manual/de/.cvsignore
1897 * doc/manual/en/.cvsignore
1898 * doc/manual/es/.cvsignore
1899 * doc/manual/fr/.cvsignore
1900 * doc/manual/ja/.cvsignore
1901 * src/plugins/mathml_viewer/.cvsignore
1902 rollback revival of those files (my bad, sorry for the noise).
1904 2005-12-28 [wwp] 1.9.100cvs110
1907 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
1909 2005-12-28 [wwp] 1.9.100cvs109
1911 * doc/faq/.cvsignore
1912 * doc/faq/de/.cvsignore
1913 * doc/faq/en/.cvsignore
1914 * doc/faq/es/.cvsignore
1915 * doc/faq/fr/.cvsignore
1916 * doc/faq/it/.cvsignore
1917 * doc/manual/.cvsignore
1918 * doc/manual/de/.cvsignore
1919 * doc/manual/en/.cvsignore
1920 * doc/manual/es/.cvsignore
1921 * doc/manual/fr/.cvsignore
1922 * doc/manual/ja/.cvsignore
1923 * src/plugins/mathml_viewer/.cvsignore
1925 more files to ignore.
1927 2005-12-24 [colin] 1.9.100cvs108
1933 2005-12-24 [colin] 1.9.100cvs107
1936 Allow NULL src_msginfo in
1937 procmsg_msginfo_new_from_mimeinfo
1939 2005-12-23 [paul] 1.9.100cvs106
1941 * src/plugins/pgpinline/mypgpcore.def
1942 add this forgotten file
1944 2005-12-23 [colin] 1.9.100cvs105
1949 2005-12-23 [colin] 1.9.100cvs104
1954 * src/common/plugin.c
1955 * src/common/socket.c
1956 * src/common/socket.h
1957 * src/common/utils.c
1958 * src/common/utils.h
1959 * src/gtk/pluginwindow.c
1960 * src/plugins/pgpcore/plugin.def
1961 * src/plugins/pgpcore/sylpheed.def
1962 * src/plugins/pgpinline/Makefile.am
1963 * src/plugins/pgpinline/plugin.def
1964 * src/plugins/pgpinline/sylpheed.def
1965 * src/plugins/pgpmime/plugin.def
1966 * src/plugins/pgpmime/sylpheed.def
1967 Various w32 fixes by Werner Koch
1969 2005-12-22 [paul] 1.9.100cvs103
1972 don't offer IMAP as 'server type' if
1973 libetpan isn't built in
1975 2005-12-22 [paul] 1.9.100cvs102
1982 support GTK_TOOLBAR_BOTH_HORIZ (text
1983 next to icon) Patch by Marien Zwart
1984 marienz@users.sf.net
1985 Also reword the text
1987 2005-12-21 [colin] 1.9.100cvs101
1992 Fix missing section and explicit the exception better
1994 Prevent mail from being lost without notice when an
1995 SMTP error happens on trying to send an unmodified
1997 * src/send_message.c
1999 Fix password remembering when wrong, and add return
2000 value checks where they should have been
2001 * src/plugins/pgpcore/sylpheed.def
2002 * src/plugins/pgpinline/sylpheed.def
2003 * src/plugins/pgpmime/sylpheed.def
2004 Add a few symbols needed
2006 2005-12-21 [paul] 1.9.100cvs100
2011 * m4/inttypes-pri.m4
2021 2005-12-21 [paul] 1.9.100cvs99
2026 2005-12-20 [paul] 1.9.100cvs98
2029 updated by Anders Trobäck
2031 2005-12-20 [colin] 1.9.100cvs97
2037 * config/config.rpath
2038 * config/mkinstalldirs
2046 * m4/printf-posix.m4
2090 * src/send_message.c
2091 * src/common/Makefile.am
2092 * src/common/fnmatch.c
2093 * src/common/fnmatch.h
2094 * src/common/fnmatch_loop.c
2096 * src/common/plugin.c
2098 * src/common/socket.c
2099 * src/common/string_match.c
2100 * src/common/sylpheed.c
2101 * src/common/utils.c
2102 * src/common/utils.h
2103 * src/common/w32_dirent.c
2104 * src/common/w32_reg.c
2105 * src/common/w32_signal.c
2106 * src/common/w32_stat.c
2107 * src/common/w32_stdio.c
2108 * src/common/w32_stdlib.c
2109 * src/common/w32_string.c
2110 * src/common/w32_time.c
2111 * src/common/w32_unistd.c
2112 * src/common/w32_wait.c
2113 * src/common/w32lib.h
2114 * src/etpan/Makefile.am
2115 * src/gtk/Makefile.am
2116 * src/plugins/clamav/Makefile.am
2117 * src/plugins/demo/Makefile.am
2118 * src/plugins/dillo_viewer/Makefile.am
2119 * src/plugins/pgpcore/Makefile.am
2120 * src/plugins/pgpcore/passphrase.c
2121 * src/plugins/pgpcore/plugin.def
2122 * src/plugins/pgpcore/sgpgme.c
2123 * src/plugins/pgpcore/sylpheed.def
2124 * src/plugins/pgpcore/version.rc
2125 * src/plugins/pgpinline/Makefile.am
2126 * src/plugins/pgpinline/plugin.def
2127 * src/plugins/pgpinline/sylpheed.def
2128 * src/plugins/pgpinline/version.rc
2129 * src/plugins/pgpmime/Makefile.am
2130 * src/plugins/pgpmime/mypgpcore.def
2131 * src/plugins/pgpmime/plugin.def
2132 * src/plugins/pgpmime/sylpheed.def
2133 * src/plugins/pgpmime/version.rc
2134 * src/plugins/spamassassin/Makefile.am
2135 Very little ;-) patch from Werner Koch, providing
2136 infrastructure for cross-compiling to Win32
2138 2005-12-20 [paul] 1.9.100cvs96
2146 add a combo to the Get All button, allowing
2147 quick retrieval from any account
2148 Patch by Fabien Vantard, slightly modified
2151 i18n fix. Patch by Fabien Vantard
2153 2005-12-19 [colin] 1.9.100cvs95
2157 Don't automatically join lines when they've
2158 been separated by the user and not automatically
2160 2005-12-19 [paul] 1.9.100cvs94
2162 * src/gtk/pluginwindow.c
2164 Patch by Fabien Vantard
2166 2005-12-15 [paul] 1.9.100cvs93
2168 * src/common/plugin.c
2169 * src/common/plugin.h
2170 * src/gtk/pluginwindow.c
2171 * src/plugins/clamav/clamav_plugin.c
2172 * src/plugins/demo/demo.c
2173 * src/plugins/dillo_viewer/dillo_viewer.c
2174 * src/plugins/pgpcore/plugin.c
2175 * src/plugins/pgpinline/plugin.c
2176 * src/plugins/pgpmime/plugin.c
2177 * src/plugins/spamassassin/spamassassin.c
2178 * src/plugins/trayicon/trayicon.c
2179 add plugin_version()
2181 2005-12-15 [colin] 1.9.100cvs92
2184 Further fix bug #875
2186 2005-12-15 [paul] 1.9.100cvs91
2189 fix attach_load_dir getting set to
2190 PLUGINDIR on plugin load
2192 2005-12-14 [mones] 1.9.100cvs90
2195 * manual/keyboard.xml
2196 Initial draft and some shortcuts added
2201 2005-12-14 [colin] 1.9.100cvs89
2206 * src/gtk/gtkaspell.c
2208 * src/prefs_folder_item.c
2209 Fix recursive prefs apply
2212 2005-12-14 [colin] 1.9.100cvs88
2215 Fix bug #875 (Freeze On Inline Forward of
2218 2005-12-13 [colin] 1.9.100cvs87
2221 Uniq-ify and sort the mimetypes list
2222 Patch by Fabien Vantard
2224 2005-12-13 [colin] 1.9.100cvs86
2227 * src/etpan/imap-thread.c
2228 Fix leaks (patch by Hoa)
2230 * src/common/plugin.c
2235 * 2.0.0-rc2 released
2237 2005-12-12 [colin] 1.9.100cvs85
2242 2005-12-12 [wwp] 1.9.100cvs84
2244 * src/gtk/icon_legend.c
2245 fix misbehaviour and crash when closing the legend window
2246 using the Esc key (patch by Fabien Vantard).
2248 2005-12-12 [paul] 1.9.100cvs83
2252 * src/prefs_actions.c
2253 * src/prefs_filtering.c
2254 * src/prefs_matcher.c
2255 * src/prefs_spelling.glade ** REMOVED **
2256 * src/prefs_template.c
2257 * src/gtk/foldersort.glade ** REMOVED **
2258 * src/gtk/pluginwindow.c
2259 * src/gtk/pluginwindow.glade ** REMOVED **
2260 * src/plugins/spamassassin/spamassassin_gtk.glade ** REMOVED **
2263 2005-12-11 [paul] 1.9.100cvs82
2266 fix attach_load_dir crasher (double free)
2268 2005-12-09 [paul] 1.9.100cvs81
2272 * src/gtk/Makefile.am
2273 * src/gtk/icon_legend.c
2274 * src/gtk/icon_legend.h
2279 2005-12-09 [paul] 1.9.100cvs80
2281 * src/plugins/pgpcore/passphrase.c
2282 wrap the label in the dialog
2284 2005-12-09 [colin] 1.9.100cvs79
2286 * src/plugins/pgpcore/sgpgme.c
2287 Display (untrusted) on not trusted signatures
2288 Patch by Michal Èihaø <michal@cihar.com>
2289 Closes bug #867 (Report also key trust)
2291 2005-12-09 [colin] 1.9.100cvs78
2293 * src/common/plugin.c
2294 Update licence check, following Eben Moglen's advice
2296 2005-12-08 [colin] 1.9.100cvs77
2299 Fix the occasionnal item->cache != NULL
2302 2005-12-08 [colin] 1.9.100cvs76
2305 * src/plugins/pgpcore/sgpgme.c
2306 Print key id when unable to check it
2307 Closes bug #866 (Show key id when missing)
2309 2005-12-08 [paul] 1.9.100cvs75
2311 * src/prefs_common.c
2312 * src/prefs_common.h
2314 remember load attachment dir
2316 2005-12-07 [colin] 1.9.100cvs74
2318 * src/prefs_toolbar.c
2319 Gtk fixes, patch by Fabien Vantard
2321 2005-12-07 [colin] 1.9.100cvs73
2326 Fix bug #839 (Quoted text isn't colored after
2327 executing an action)
2328 * src/common/plugin.c
2329 Require plugins to declare their licence in plugin_licence()
2330 Refuse to load non-GPL plugins as they'd be illegal (as
2331 derived works of Sylpheed-Claws, they must be GPL).
2332 * src/plugins/clamav/clamav_plugin.c
2333 * src/plugins/demo/demo.c
2334 * src/plugins/dillo_viewer/dillo_viewer.c
2335 * src/plugins/pgpcore/plugin.c
2336 * src/plugins/pgpinline/plugin.c
2337 * src/plugins/pgpmime/plugin.c
2338 * src/plugins/spamassassin/spamassassin.c
2339 * src/plugins/trayicon/trayicon.c
2340 Add plugin_licence()
2342 2005-12-07 [paul] 1.9.100cvs72
2349 clean up after local FAQ removal and
2350 temporary manual removal
2352 2005-12-06 [colin] 1.9.100cvs71
2356 * doc/faq/.cvsignore
2357 * doc/faq/Makefile.am
2358 * doc/faq/de/.cvsignore
2359 * doc/faq/de/Makefile.am
2360 * doc/faq/de/sylpheed-faq-1.html
2361 * doc/faq/de/sylpheed-faq-2.html
2362 * doc/faq/de/sylpheed-faq-3.html
2363 * doc/faq/de/sylpheed-faq.html
2364 * doc/faq/en/.cvsignore
2365 * doc/faq/en/Makefile.am
2366 * doc/faq/en/sylpheed-faq-1.html
2367 * doc/faq/en/sylpheed-faq-2.html
2368 * doc/faq/en/sylpheed-faq-3.html
2369 * doc/faq/en/sylpheed-faq-4.html
2370 * doc/faq/en/sylpheed-faq.html
2371 * doc/faq/es/.cvsignore
2372 * doc/faq/es/Makefile.am
2373 * doc/faq/es/sylpheed-faq-1.html
2374 * doc/faq/es/sylpheed-faq-2.html
2375 * doc/faq/es/sylpheed-faq-3.html
2376 * doc/faq/es/sylpheed-faq-4.html
2377 * doc/faq/es/sylpheed-faq.html
2378 * doc/faq/fr/.cvsignore
2379 * doc/faq/fr/Makefile.am
2380 * doc/faq/fr/sylpheed-faq-1.html
2381 * doc/faq/fr/sylpheed-faq-2.html
2382 * doc/faq/fr/sylpheed-faq-3.html
2383 * doc/faq/fr/sylpheed-faq.html
2384 * doc/faq/it/.cvsignore
2385 * doc/faq/it/Makefile.am
2386 * doc/faq/it/sylpheed-faq-1.html
2387 * doc/faq/it/sylpheed-faq-2.html
2388 * doc/faq/it/sylpheed-faq-3.html
2389 * doc/faq/it/sylpheed-faq.html
2390 * doc/manual/.cvsignore
2391 * doc/manual/Makefile.am
2392 * doc/manual/de/.cvsignore
2393 * doc/manual/de/Makefile.am
2394 * doc/manual/de/sylpheed-1.html
2395 * doc/manual/de/sylpheed-10.html
2396 * doc/manual/de/sylpheed-11.html
2397 * doc/manual/de/sylpheed-12.html
2398 * doc/manual/de/sylpheed-13.html
2399 * doc/manual/de/sylpheed-14.html
2400 * doc/manual/de/sylpheed-15.html
2401 * doc/manual/de/sylpheed-16.html
2402 * doc/manual/de/sylpheed-17.html
2403 * doc/manual/de/sylpheed-18.html
2404 * doc/manual/de/sylpheed-19.html
2405 * doc/manual/de/sylpheed-2.html
2406 * doc/manual/de/sylpheed-20.html
2407 * doc/manual/de/sylpheed-3.html
2408 * doc/manual/de/sylpheed-4.html
2409 * doc/manual/de/sylpheed-5.html
2410 * doc/manual/de/sylpheed-6.html
2411 * doc/manual/de/sylpheed-7.html
2412 * doc/manual/de/sylpheed-8.html
2413 * doc/manual/de/sylpheed-9.html
2414 * doc/manual/de/sylpheed.html
2415 * doc/manual/en/.cvsignore
2416 * doc/manual/en/Makefile.am
2417 * doc/manual/en/sylpheed-1.html
2418 * doc/manual/en/sylpheed-10.html
2419 * doc/manual/en/sylpheed-11.html
2420 * doc/manual/en/sylpheed-12.html
2421 * doc/manual/en/sylpheed-13.html
2422 * doc/manual/en/sylpheed-14.html
2423 * doc/manual/en/sylpheed-15.html
2424 * doc/manual/en/sylpheed-16.html
2425 * doc/manual/en/sylpheed-17.html
2426 * doc/manual/en/sylpheed-18.html
2427 * doc/manual/en/sylpheed-19.html
2428 * doc/manual/en/sylpheed-2.html
2429 * doc/manual/en/sylpheed-20.html
2430 * doc/manual/en/sylpheed-21.html
2431 * doc/manual/en/sylpheed-22.html
2432 * doc/manual/en/sylpheed-3.html
2433 * doc/manual/en/sylpheed-4.html
2434 * doc/manual/en/sylpheed-5.html
2435 * doc/manual/en/sylpheed-6.html
2436 * doc/manual/en/sylpheed-7.html
2437 * doc/manual/en/sylpheed-8.html
2438 * doc/manual/en/sylpheed-9.html
2439 * doc/manual/en/sylpheed.html
2440 * doc/manual/es/.cvsignore
2441 * doc/manual/es/Makefile.am
2442 * doc/manual/es/sylpheed-1.html
2443 * doc/manual/es/sylpheed-10.html
2444 * doc/manual/es/sylpheed-11.html
2445 * doc/manual/es/sylpheed-12.html
2446 * doc/manual/es/sylpheed-13.html
2447 * doc/manual/es/sylpheed-14.html
2448 * doc/manual/es/sylpheed-15.html
2449 * doc/manual/es/sylpheed-16.html
2450 * doc/manual/es/sylpheed-17.html
2451 * doc/manual/es/sylpheed-18.html
2452 * doc/manual/es/sylpheed-19.html
2453 * doc/manual/es/sylpheed-2.html
2454 * doc/manual/es/sylpheed-20.html
2455 * doc/manual/es/sylpheed-3.html
2456 * doc/manual/es/sylpheed-4.html
2457 * doc/manual/es/sylpheed-5.html
2458 * doc/manual/es/sylpheed-6.html
2459 * doc/manual/es/sylpheed-7.html
2460 * doc/manual/es/sylpheed-8.html
2461 * doc/manual/es/sylpheed-9.html
2462 * doc/manual/es/sylpheed.html
2463 * doc/manual/fr/.cvsignore
2464 * doc/manual/fr/Makefile.am
2465 * doc/manual/fr/sylpheed-1.html
2466 * doc/manual/fr/sylpheed-10.html
2467 * doc/manual/fr/sylpheed-11.html
2468 * doc/manual/fr/sylpheed-12.html
2469 * doc/manual/fr/sylpheed-13.html
2470 * doc/manual/fr/sylpheed-14.html
2471 * doc/manual/fr/sylpheed-15.html
2472 * doc/manual/fr/sylpheed-16.html
2473 * doc/manual/fr/sylpheed-17.html
2474 * doc/manual/fr/sylpheed-18.html
2475 * doc/manual/fr/sylpheed-19.html
2476 * doc/manual/fr/sylpheed-2.html
2477 * doc/manual/fr/sylpheed-20.html
2478 * doc/manual/fr/sylpheed-3.html
2479 * doc/manual/fr/sylpheed-4.html
2480 * doc/manual/fr/sylpheed-5.html
2481 * doc/manual/fr/sylpheed-6.html
2482 * doc/manual/fr/sylpheed-7.html
2483 * doc/manual/fr/sylpheed-8.html
2484 * doc/manual/fr/sylpheed-9.html
2485 * doc/manual/fr/sylpheed.html
2486 * doc/manual/ja/.cvsignore
2487 * doc/manual/ja/Makefile.am
2488 * doc/manual/ja/sylpheed-1.html
2489 * doc/manual/ja/sylpheed-10.html
2490 * doc/manual/ja/sylpheed-11.html
2491 * doc/manual/ja/sylpheed-12.html
2492 * doc/manual/ja/sylpheed-13.html
2493 * doc/manual/ja/sylpheed-14.html
2494 * doc/manual/ja/sylpheed-15.html
2495 * doc/manual/ja/sylpheed-16.html
2496 * doc/manual/ja/sylpheed-17.html
2497 * doc/manual/ja/sylpheed-18.html
2498 * doc/manual/ja/sylpheed-19.html
2499 * doc/manual/ja/sylpheed-2.html
2500 * doc/manual/ja/sylpheed-20.html
2501 * doc/manual/ja/sylpheed-3.html
2502 * doc/manual/ja/sylpheed-4.html
2503 * doc/manual/ja/sylpheed-5.html
2504 * doc/manual/ja/sylpheed-6.html
2505 * doc/manual/ja/sylpheed-7.html
2506 * doc/manual/ja/sylpheed-8.html
2507 * doc/manual/ja/sylpheed-9.html
2508 * doc/manual/ja/sylpheed.html
2509 * doc/manual/ja/sylpheed.sgml
2511 Remove outdated manual and faq. Noisy, eh?
2513 2005-12-06 [colin] 1.9.100cvs70
2516 * src/quote_fmt_parse.y
2519 Allow %X to position cursor at 0
2520 (no %X = before signature)
2521 Fix paste as quotation putting the cursor at 0
2522 Fix undo offsets when pasting
2523 Insert the quote_fmt at once instead of line
2525 Fix [Edited] when starting to reply/forward
2527 2005-12-06 [paul] 1.9.100cvs69
2529 * src/plugins/clamav/clamav_plugin_gtk.c
2531 * src/plugins/spamassassin/spamassassin_gtk.c
2532 rework spamassassin_create_widget_func()
2534 2005-12-05 [colin] 1.9.100cvs68
2537 Fix make release ;-)
2539 2005-12-05 [colin] 1.9.100cvs67
2543 Fix cursor positioning (not obeying %X)
2545 2005-12-05 [paul] 1.9.100cvs66
2547 * src/plugins/dillo_viewer/dillo_prefs.c
2548 fix compilation warning
2550 2005-12-05 [paul] 1.9.100cvs65
2552 * src/prefs_spelling.c
2553 * src/plugins/trayicon/trayicon.c
2554 cleanups - remove unused stuff
2556 2005-12-05 [paul] 1.9.100cvs64
2559 * manual/plugins.xml
2560 remove info about removed mathml_viewer plugin
2562 2005-12-05 [paul] 1.9.100cvs63
2565 * src/plugins/Makefile.am
2566 * src/plugins/mathml_viewer/.cvsignore
2567 * src/plugins/mathml_viewer/Makefile.am
2568 * src/plugins/mathml_viewer/mathml_viewer.c
2569 remove unmaintained mathml_viewer plugin
2571 2005-12-05 [paul] 1.9.100cvs62
2574 obey prefs_common.always_show_msg when
2578 2005-12-05 [paul] 1.9.100cvs61
2581 * src/prefs_account.c
2582 * src/prefs_filtering.c
2584 * src/prefs_spelling.c
2585 * src/prefs_toolbar.c
2587 * src/gtk/gtkutils.c
2588 * src/gtk/quicksearch.c
2589 * src/plugins/dillo_viewer/dillo_prefs.c
2592 2005-12-04 [paul] 1.9.100cvs60
2595 * src/prefs_account.c
2596 * src/prefs_account.h
2597 allow a Local account to specify a
2599 (closes bug 843 'Inbox cannot be changed for local
2602 2005-12-04 [colin] 1.9.100cvs59
2604 * src/plugins/trayicon/trayicon.c
2605 Remove Get, rename Get All to Get Mail in order to
2606 be consistent with the default main toolbar
2608 2005-12-03 [colin] 1.9.100cvs58
2611 * manual/sylpheed-claws-manual.xml
2614 2005-12-03 [paul] 1.9.100cvs57
2619 new (partially complete) Swedish translation
2620 by Anders Troback <sylpheed@troback.com>
2622 2005-12-02 [paul] 1.9.100cvs56
2625 libetpan 0.41 required
2627 2005-12-02 [paul] 1.9.100cvs55
2629 * src/plugins/clamav/clamav_plugin.c
2630 * src/plugins/clamav/clamav_plugin.h
2631 * src/plugins/clamav/clamav_plugin_gtk.c
2632 * src/plugins/spamassassin/spamassassin.c
2633 * src/plugins/spamassassin/spamassassin.h
2634 * src/plugins/spamassassin/spamassassin_gtk.c
2635 unregister prefs pages on unloading, thus
2637 (thanks to Colin for the hint)
2639 2005-12-02 [wwp] 1.9.100cvs54
2642 * src/quote_fmt_parse.y
2643 fix misuse of gboolean*, use gboolean instead
2644 (thanks to Paul, Colin, for pointing out that scaring one)
2646 2005-12-02 [paul] 1.9.100cvs53
2648 * src/plugins/clamav/clamav_plugin.c
2649 int no --> unsigned int no
2650 * src/plugins/clamav/clamav_plugin_gtk.c
2653 2005-12-02 [wwp] 1.9.100cvs52
2656 * src/prefs_template.c
2658 * src/quote_fmt_parse.y
2659 prevent from executing |f and |p templates commands when
2660 adding or replacing templates in prefs (avoids annoying and
2661 potentially dangerous behaviours)
2663 2005-12-02 [paul] 1.9.100cvs51
2665 * src/prefs_common.c
2666 allow translation of some default values
2667 Patch by Fabien Vantard
2669 2005-12-02 [paul] 1.9.100cvs50
2673 * src/prefs_common.c
2674 * src/prefs_common.h
2675 * src/prefs_message.c
2677 remove obsolete 'convert_mb_alnum' option
2680 remove unused 'about_textview_visibility_notify'
2682 2005-12-02 [paul] 1.9.100cvs49
2684 * src/prefs_account.c
2685 * src/prefs_compose_writing.c
2688 * src/prefs_image_viewer.c
2689 * src/prefs_message.c
2691 * src/prefs_receive.c
2693 * src/prefs_spelling.c
2694 * src/prefs_summaries.c
2695 * src/prefs_wrapping.c
2696 * src/plugins/dillo_viewer/dillo_prefs.c
2697 * src/plugins/pgpcore/prefs_gpg.c
2698 several cleanups to the prefs dialogs
2699 (slightly modified) patch by Fabien Vantard
2701 2005-12-02 [paul] 1.9.100cvs48
2705 * src/send_message.c
2706 fix crash on send when connection fails
2710 2005-12-01 [colin] 1.9.100cvs47
2713 Translate … to "..."
2715 2005-11-30 [colin] 1.9.100cvs46
2719 Optimize back yesterday's fix.
2721 2005-11-30 [paul] 1.9.100cvs45
2726 written by Colin, edited by me
2728 2005-11-29 [colin] 1.9.100cvs44
2731 Skip headers unconditionnaly in match_body if the
2732 rule is not message or ~message
2734 2005-11-29 [colin] 1.9.100cvs43
2737 Fix body_part and such, not skipping headers
2738 if the matchcriteria wasn't the first in the rule
2740 2005-11-29 [colin] 1.9.100cvs42
2743 Add Windows-1252 (Closes bug #863, windows-1252 encoding
2744 option missing from message view window)
2745 Fix double text D'n'D with gtk-2.8
2747 Fix ~message, ~headers_part, ~body_part rules
2749 Add Windows-1252 (Closes bug #863)
2751 * src/gtk/gtkaspell.c
2752 Properly destroy accels in all menus
2754 2005-11-29 [mones] 1.9.100cvs41
2759 2005-11-27 [colin] 1.9.100cvs40
2762 "/Remove mailbox" -> "/Remove mailbox..."
2764 2005-11-27 [paul] 1.9.100cvs39
2769 updated by new maintainer, Stephan Sachse
2771 2005-11-27 [paul] 1.9.100cvs38
2774 written by Colin, edited by me
2776 2005-11-27 [paul] 1.9.100cvs37
2778 * src/prefs_common.c
2779 * src/prefs_common.h
2780 * src/prefs_receive.c
2781 * src/prefs_summaries.c
2782 move 'go to inbox after receiving new mail'
2783 option from display/sumamaries to mail
2784 handling/receive, and rework prefs_summaries
2787 2005-11-25 [martin] 1.9.100cvs36
2790 fixed windows-1252 translation;
2791 translated some new and fuzzy strings
2793 2005-11-25 [paul] 1.9.100cvs35
2795 * src/plugins/clamav/clamav_plugin.c
2796 complete the update done in cvs34
2798 2005-11-25 [paul] 1.9.100cvs34
2800 * src/plugins/clamav/clamav_plugin.c
2801 reflect upstream changes
2803 2005-11-25 [paul] 1.9.100cvs33
2806 * manual/plugins.xml
2807 * manual/sylpheed-claws-manual.xml
2808 written/updated by Colin, edited by me
2809 * tools/acroread2sylpheed.pl
2812 2005-11-24 [colin] 1.9.100cvs32
2815 Fix bug #856 (reediting messages forgets Request
2818 2005-11-24 [paul] 1.9.100cvs31
2820 * manual/addrbook.xml
2821 * manual/starting.xml
2822 written by Colin, proofread, edited, adapted by me
2823 * manual/advanced.xml
2824 add some Actions examples
2826 use a Save button instead of a Close button
2828 indicate mandatory fields
2832 2005-11-23 [colin] 1.9.100cvs30
2835 Rename menu item, fix possible crash after
2838 Allow searching for '*' in ldap
2840 Fix "Browse Entry" (did anyone use it?)
2842 Add guards for mandatory information
2844 2005-11-23 [paul] 1.9.100cvs29
2846 * manual/advanced.xml
2847 corrections to the English
2849 2005-11-23 [colin] 1.9.100cvs28
2852 Fix possible crash at exit. After the call to
2853 gtk_container_remove(), the Viewer's widget has no
2854 more parent so gtk+ automatically frees it and its
2855 sons. If destroy_viewer() then try to access it,
2858 2005-11-22 [colin] 1.9.100cvs27
2861 * src/gtk/gtkaspell.c
2862 Fix right-clicking on a misspelled word
2863 Fix More... in suggestions menu
2865 2005-11-22 [wwp] 1.9.100cvs26
2867 * src/prefs_template.c
2868 templates works: re-sort templates list when adding or replacing,
2869 prevent from adding or replacing when the template name is empty
2871 2005-11-21 [colin] 1.9.100cvs25
2874 Fix some addressbook suckage (dnd, select all)
2876 * src/gtk/gtkaspell.c
2877 * src/gtk/gtkaspell.h
2878 Make the spellchecker menu work with the
2879 GtkTextView one instead of overriding it
2881 2005-11-20 [paul] 1.9.100cvs24
2883 * manual/handling.xml
2884 proofread and corrected
2886 2005-11-20 [paul] 1.9.100cvs23
2889 generate html as one file
2890 * manual/advanced.xml
2891 fix output generation
2892 reformat hidden options list
2893 * manual/manual.xml ** REMOVED **
2894 * manual/sylpheed-claws-manual.xml ** ADDED **
2897 2005-11-18 [colin] 1.9.100cvs22
2899 * src/prefs_account.c
2900 Fix layout in news and mbox accounts
2901 * manual/account.xml
2902 * manual/advanced.xml
2903 New contents for Paul to check :)
2905 2005-11-18 [wwp] 1.9.100cvs21
2907 * src/gtk/quicksearch.c
2908 don't update extended quicksearch buttons twice
2910 2005-11-18 [paul] 1.9.100cvs20
2913 complete 1.9.100cvs19
2915 2005-11-18 [paul] 1.9.100cvs19
2918 cosmetic improvements
2920 also list text/* attachments
2922 2005-11-18 [colin] 1.9.100cvs18
2925 Use column 0 instead of -1 in
2926 gtk_ctree_node_moveto, in a naive
2927 hope it'll fix the gtk-related crashes
2929 2005-11-18 [colin] 1.9.100cvs17
2931 * src/gtk/inputdialog.c
2932 Fix icon staying the first one
2934 2005-11-17 [wwp] 1.9.100cvs16
2935 fix possible problem showing some quicksearch buttons, and a bad
2936 call to g_return_if_fail in a function that returns a value (both
2937 fixes by Fabien Vantard)
2939 2005-11-15 [wwp] 1.9.100cvs15
2941 * src/gtk/quicksearch.c
2942 added a tooltip to that obscure ... quicksearch button
2944 2005-11-15 [wwp] 1.9.100cvs14
2946 * src/gtk/quicksearch.c
2947 add a quicksearch helper to filtering expression users: the ... button
2948 raises the condition expr window. condition expressions set up w/ this
2949 window are used by the quicksearch if the user closes it pressing OK.
2951 2005-11-14 [paul] 1.9.100cvs13
2953 * src/plugins/clamav/clamav_plugin.c
2954 * src/plugins/spamassassin/spamassassin.c
2955 change plugin type following recent merging
2957 2005-11-14 [wwp] 1.9.100cvs12
2960 prevent from crashing when copying/moving message(s) from and
2963 2005-11-14 [paul] 1.9.100cvs11
2965 * src/plugins/clamav/Makefile.am
2966 * src/plugins/clamav/clamav_plugin.c
2967 * src/plugins/clamav/clamav_plugin.h
2968 * src/plugins/clamav/clamav_plugin_gtk.c
2969 also merge clamav and clamav_gtk plugins
2971 2005-11-13 [colin] 1.9.100cvs10
2974 * src/plugins/spamassassin/Makefile.am
2975 * src/plugins/spamassassin/spamassassin.c
2976 * src/plugins/spamassassin/spamassassin.h
2977 * src/plugins/spamassassin/spamassassin_gtk.c
2978 Merge spamassassin and spamassassin_gtk plugins,
2979 and build it by default.
2981 2005-11-12 [colin] 1.9.100cvs9
2983 * src/etpan/imap-thread.c
2986 2005-11-12 [colin] 1.9.100cvs8
2989 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
2991 2005-11-10 [colin] 1.9.100cvs7
2994 Fix bug #845 (sylpheed-claws 1.9.99+ start in
2997 2005-11-10 [wwp] 1.9.100cvs6
2999 * src/gtk/description_window.c
3000 fix a crash when closing description windows using the WM's [X] button
3002 2005-11-09 [colin] 1.9.100cvs5
3005 Update libetpan call to follow upstream
3006 (yes, this requires libetpan-0.40cvs3)
3008 2005-11-08 [colin] 1.9.100cvs4
3012 * src/common/utils.c
3013 * src/common/utils.h
3014 Enhance the email parser
3016 2005-11-08 [colin] 1.9.100cvs3
3019 Fix what looks like an off-by-one (fixes
3020 attachments from the Bat)
3022 2005-11-08 [wwp] 1.9.100cvs2
3025 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
3027 2005-11-08 [wwp] 1.9.100cvs1
3030 allow exiting Sylpheed-Claws from command-line
3032 2005-11-08 [paul] 1.9.100
3036 2005-11-07 [colin] 1.9.99cvs17
3040 Fix import of base-64 encoded items
3042 2005-11-07 [colin] 1.9.99cvs16
3044 * src/send_message.c
3045 Fix bug #314 (Queue does not empty under certain
3048 2005-11-07 [paul] 1.9.99cvs15
3052 fix buffer overflows
3055 2005-11-07 [paul] 1.9.99cvs14
3057 * doc/man/Makefile.am
3058 * doc/man/sylpheed-claws.1 ** ADDED **
3059 * doc/man/sylpheed.1 ** DELETED **
3060 rename and update the man file
3062 2005-11-06 [colin] 1.9.99cvs13
3065 Fix ldif_get_line() that returned empty strings
3066 (Didn't understand why). Also fix a possible
3069 2005-11-06 [wwp] 1.9.99cvs12
3073 * src/gtk/gtkutils.c
3074 * src/gtk/gtkutils.h
3075 fix a compilation warning,
3076 make links sensitive in the about dialog
3078 2005-11-04 [wwp] 1.9.99cvs11
3081 don't wrap or translate URIs, and a bit text format cleanup
3083 2005-11-04 [wwp] 1.9.99cvs10
3086 better textview tagging implementation (no more use of marks for
3089 2005-11-02 [colin] 1.9.99cvs9
3094 2005-11-02 [colin] 1.9.99cvs8
3097 Require libetpan-0.40 due to upstream fix
3099 Tell libetpan not to call SSL_Library_Init,
3100 as we do it ourselves.
3102 2005-11-02 [colin] 1.9.99cvs7
3105 Add missing files (thanks to Fabien Vantard)
3107 2005-11-02 [colin] 1.9.99cvs6
3110 Fix totals when read messages are hidden or quicksearch
3114 * src/common/ssl_certificate.c
3115 * src/common/ssl_certificate.h
3116 * src/gtk/sslcertwindow.c
3117 * src/gtk/sslcertwindow.h
3118 Fix copyright on my stuff
3120 2005-11-02 [wwp] 1.9.99cvs5
3122 * src/prefs_themes.c
3123 fix directory name checking (theme installation/removal),
3124 made related error a bit more verbose
3126 2005-11-02 [colin] 1.9.99cvs4
3129 Fix typo (probably fixes bug #841 (Sort by the From
3132 2005-11-02 [paul] 1.9.99cvs3
3136 updated by SungHyun Nam, Geir Helland
3138 fix typo in welcome message. spotted by
3141 2005-11-01 [colin] 1.9.99cvs2
3144 Fix replying to ml wen confirming subscription
3150 Make key check non blocking
3152 2005-10-31 [paul] 1.9.99cvs1
3154 * tools/claws.i18n.status.pl
3155 updated for ChangeLog
3157 2005-10-31 [paul] 1.9.99
3161 2005-10-31 [paul] 1.9.15cvs131
3165 * ChangeLog.claws ** REMOVED **
3166 * ChangeLog-gtk2.claws ** REMOVED **
3167 * ChangeLog.gtk1 ** ADDED **
3172 * README.claws ** REMOVED **
3173 * README.jp ** REMOVED **
3174 * RELEASE_NOTES ** ADDED **
3175 * RELEASE_NOTES.claws ** REMOVED **
3178 * sylpheed.spec.in ** REMOVED **
3179 tidy up and update the default docs:
3180 ChangeLog.claws is renamed ChangeLog.gtk1
3181 ChangeLog-gtk2.claws is renamed ChangeLog
3182 README.claws is renamed README
3183 RELEASE_NOTES.claws is renamed RELEASE_NOTES
3185 2005-10-31 [paul] 1.9.15cvs130
3190 2005-10-31 [paul] 1.9.15cvs129
3201 updated by Miquel Oliete, Stephan Sachse and
3202 Thomas Gilgin, me, Fabien Vantard, Andrea
3203 Spadaccini, Frederico Goncalves Guimaraes,
3204 Andrej Kacian, Aleksandar Urosevic, and
3207 2005-10-31 [mones] 1.9.15cvs128
3213 Updated for release.
3215 2005-10-30 [colin] 1.9.15cvs127
3218 Place cursor before rewrapping (fixes cursor
3219 pos if quotation gets rewrapped)
3221 2005-10-29 [paul] 1.9.15cvs126
3229 corrections to text items
3231 2005-10-28 [colin] 1.9.15cvs125
3234 Make "hit 'C' to check sig" work from extern
3237 2005-10-27 [colin] 1.9.15cvs124
3240 Add a hack to avoid segfaulting when hammering
3243 2005-10-27 [wwp] 1.9.15cvs123
3245 * src/prefs_themes.c
3246 sort list of themes names in themes prefs
3248 2005-10-27 [paul] 1.9.15cvs122
3251 * src/prefs_account.c
3252 fix building on Solaris
3255 2005-10-27 [wwp] 1.9.15cvs121
3258 * src/gtk/gtksctree.c
3259 speed up unselecting messages in summary view (thanks to Colin)
3261 2005-10-27 [paul] 1.9.15cvs120
3264 fix a compilation warning
3266 fix updating of 'n items selected' count
3269 2005-10-27 [martin] 1.9.15cvs119
3272 ignore actions with a leading '/' in the action menu name
3273 fixes a crash on menu creation
3274 * src/prefs_actions.c
3275 do not allow a leading '/' in the action menu name
3277 2005-10-27 [paul] 1.9.15cvs118
3280 fix compilation warning
3282 2005-10-27 [paul] 1.9.15cvs117
3285 add #if HAVE_LOCALE_H
3287 2005-10-27 [paul] 1.9.15cvs116
3289 * src/plugins/clamav/clamav_plugin.c
3290 * src/plugins/dillo_viewer/dillo_viewer.c
3291 * src/plugins/mathml_viewer/mathml_viewer.c
3292 * src/plugins/pgpcore/plugin.c
3293 * src/plugins/pgpinline/plugin.c
3294 * src/plugins/pgpmime/plugin.c
3295 * src/plugins/spamassassin/spamassassin.c
3296 * src/plugins/trayicon/trayicon.c
3297 plugin_init() : make error messages more
3300 2005-10-26 [wwp] 1.9.15cvs115
3302 * src/prefs_matcher.c
3303 enlarge boolean op widget width a bit (wasn't always showing text contents)
3305 2005-10-26 [wwp] 1.9.15cvs114
3308 * src/gtk/gtksctree.c
3309 * src/plugins/spamassassin/libspamc.c
3310 * src/plugins/spamassassin/spamassassin.c
3311 fix some compilation warnings more
3313 2005-10-26 [mones] 1.9.15cvs113
3318 2005-10-26 [paul] 1.9.15cvs112
3320 * src/prefs_message.c
3321 give all display_xface stuff the
3322 #if HAVE_LIBCOMPFACE treatment, thus
3324 (Thanks to Wolfgang Enderlein)
3326 2005-10-26 [colin] 1.9.15cvs111
3332 Remove context menu items that should not be there
3337 Don't show the mainwindow too soon
3339 2005-10-26 [wwp] 1.9.15cvs110
3344 fix uninitialized pointers in the folder updating hook
3347 2005-10-25 [mones] 1.9.15cvs109
3350 General information subsection completed.
3351 Removed archaic references.
3354 * manual/dtd/manual.dsl
3355 Added customization stylesheet for getting paragraphs
3356 fully justified in PDF output (as suggested by Colin).
3358 2005-10-25 [colin] 1.9.15cvs108
3363 2005-10-25 [colin] 1.9.15cvs107
3367 Fix leak (xml_get_element() allocates memory)
3369 Fix leak + dead code (shame!)
3373 2005-10-25 [colin] 1.9.15cvs106
3376 Fix encoding issue in Save all and in
3377 overwrite-confirmation alertpanel
3379 2005-10-25 [colin] 1.9.15cvs105
3381 * src/common/socket.c
3382 Fix a leak - Thanks to Christopher Aillon
3383 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
3385 2005-10-25 [paul] 1.9.15cvs104
3388 Always guess servers from the right-hand
3389 email part and guess username from the
3390 left-hand part. (Thanks to Colin)
3391 add an X-Face to the welcome message
3393 2005-10-25 [paul] 1.9.15cvs103
3395 * manual/handling.xml
3396 written by Colin, edited by me
3398 2005-10-25 [wwp] 1.9.15cvs102
3401 * src/grouplistdialog.c
3404 fix some compilation warnings
3410 2005-10-24 [paul] 1.9.15cvs101
3415 2005-10-24 [paul] 1.9.15cvs100
3417 * src/pixmaps/offline.xpm
3418 * src/pixmaps/online.xpm
3419 replace with last default versions
3421 2005-10-24 [colin] 1.9.15cvs99
3424 Fix bug when moving a folder
3427 "Delete folder" pops up a window, so it
3428 should be suffixed with "..."
3429 * src/plugins/pgpcore/sgpgme.c
3432 2005-10-24 [mones] 1.9.15cvs98
3435 * manual/account.xml
3437 * manual/addrbook.xml
3438 * manual/advanced.xml
3440 * manual/glossary.xml
3442 * manual/handling.xml
3444 * manual/keyboard.xml
3446 * manual/plugins.xml
3447 * manual/starting.xml
3448 * manual/dtd/sdocbook.dtd
3449 Initial manual structure and some content.
3451 2005-10-23 [wwp] 1.9.15cvs97
3456 2005-10-23 [wwp] 1.9.15cvs96
3460 rework of the about window (main work by Paul), also featuring a few
3461 fixes for typos and duplicate names
3463 2005-10-23 [wwp] 1.9.15cvs95
3466 Ignore the right binary name (sylpheed-claws now)
3468 2005-10-23 [paul] 1.9.15cvs94
3471 when using Folder Pref 'Default To for
3472 replies' make the entry in the Compose
3474 Patch by Fabien Vantard
3476 2005-10-22 [colin] 1.9.15cvs93
3481 2005-10-22 [colin] 1.9.15cvs92
3484 try to convert using locale (apart utf8) if necessary
3486 2005-10-22 [colin] 1.9.15cvs91
3488 * src/pixmaps/new.xpm
3489 * src/pixmaps/unread.xpm
3490 Make the unread envelope blue again and
3491 saturate the new one a bit more.
3493 2005-10-22 [colin] 1.9.15cvs90
3496 When replying to a mail sent by one of our accounts,
3497 use the original list of recipients. Let 'Reply All'
3498 and 'Reply to sender' work like previously.
3500 2005-10-21 [colin] 1.9.15cvs89
3502 * src/prefs_filtering.c
3503 Clear fields after add and replace
3505 Display xface differently (better)
3506 * src/plugins/pgpinline/pgpinline.c
3507 Fix crappy encodings/recodings
3509 2005-10-21 [paul] 1.9.15cvs88
3512 * src/prefs_folder_item.c
3514 fix news folder Folder Properties
3517 update folderview after Themes change
3518 keep selected folder selected
3521 2005-10-21 [paul] 1.9.15cvs87
3524 * tools/OOo2sylpheed.pl
3526 * tools/README.sylprint
3527 * tools/asus_mailled.sh ** REMOVED **
3528 * tools/filter_conv.pl
3529 * tools/freshmeat_search.pl
3530 * tools/google_search.pl
3531 * tools/gpg-sign-syl ** REMOVED **
3532 * tools/kmail2sylpheed.pl
3533 * tools/kmail2sylpheed_v2.pl
3534 * tools/multiwebsearch.pl
3535 * tools/nautilus2sylpheed.sh
3536 * tools/newscache_clean.pl
3537 * tools/outlook2sylpheed.pl
3538 * tools/sylpheed-switcher ** REMOVED **
3542 * tools/vcard2xml.py
3543 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3544 update default config dir
3545 update binary name (thanks to Fabien Vantard)
3546 remove obsolete scripts
3548 2005-10-21 [colin] 1.9.15cvs86
3551 Fix possible leak and units. Based on a patch by
3554 2005-10-20 [colin] 1.9.15cvs85
3557 Clear xface when clearing textview
3559 2005-10-20 [colin] 1.9.15cvs84
3565 * src/prefs_common.c
3566 * src/prefs_common.h
3567 * src/prefs_message.c
3571 * src/common/utils.c
3572 * src/common/utils.h
3573 * src/gtk/gtkutils.c
3574 * src/gtk/gtkutils.h
3575 Migrate config to .sylpheed-claws (Automatically)
3576 Add a way to get the Xface in the TextView
3578 2005-10-20 [colin] 1.9.15cvs83
3580 * src/gtk/Makefile.am
3583 Make the about dialog *grooovy*
3585 2005-10-20 [colin] 1.9.15cvs82
3588 Use "Open with" on double click if no command
3591 2005-10-20 [colin] 1.9.15cvs81
3594 * src/etpan/imap-thread.c
3597 2005-10-20 [paul] 1.9.15cvs80
3600 don't show clipkey icon if the only
3601 attachment is the signature
3604 2005-10-20 [paul] 1.9.15cvs79
3607 * src/plugins/pgpmime/pgpmime.c
3608 name the PGP/MIME signature 'signature.asc'
3609 Patch by Andrew Nelson <freeandy@gmail.com>
3611 2005-10-19 [colin] 1.9.15cvs78
3613 * src/plugins/pgpmime/pgpmime.c
3614 Oops, no need to double-check though
3616 2005-10-19 [colin] 1.9.15cvs77
3618 * src/plugins/pgpinline/pgpinline.c
3619 * src/plugins/pgpmime/pgpmime.c
3620 Check that my_tmpfile() doesn't
3623 2005-10-19 [colin] 1.9.15cvs76
3625 * src/common/utils.c
3626 Use shorter mime boundaries to avoid having
3627 MTAs rewrapping our headers, breaking the
3628 PGP signature in the process
3630 * src/plugins/pgpmime/pgpmime.c
3631 Check for boundary uniqueness to be sure
3632 it won't happen, instead of hoping for the
3635 2005-10-19 [colin] 1.9.15cvs75
3637 * sylpheed-claws.desktop
3640 Ship a sylpheed-claws binary instead
3641 of a sylpheed one. Change the socket
3644 Update folder only if it changed
3646 Fix i18n in welcome mail, patch by
3653 2005-10-19 [paul] 1.9.15cvs74
3657 fix summaryview update
3660 2005-10-18 [colin] 1.9.15cvs73
3662 * src/plugins/pgpcore/passphrase.c
3663 Don't XGrabServer, and try a bit more to
3664 sync everything before grabbing mouse/keyboard
3666 2005-10-18 [colin] 1.9.15cvs72
3672 * src/grouplistdialog.c
3674 * src/stock_pixmap.c
3675 * src/stock_pixmap.h
3677 * src/gtk/gtksctree.c
3678 * src/gtk/gtksctree.h
3679 * src/pixmaps/empty.xpm
3680 Implement a wrapper call for gtk_ctree_set_node_info
3681 and gtk_ctree_insert_node, that uses a 1x1 transparent
3682 pixmap instead of a NULL one. This works around some
3683 memory problems deep inside gtk, revealed by valgrind,
3684 and fixes bug #834 (Pressing CTRl-D on a message marked
3685 as locked crashes sylpheed.), as well as, probably,
3686 wwp's 4th dimension problems that happen in gtk_ctree_*.
3688 2005-10-17 [colin] 1.9.15cvs71
3691 Provide visual feedback when checking
3694 2005-10-17 [colin] 1.9.15cvs70
3697 Keep the folder list frozen while checking caches...
3699 2005-10-17 [colin] 1.9.15cvs69
3702 Fi bug #833 (Autocompleting from addressbook
3703 fails with extended chars)
3705 Fix 'adding messages' staying in statusbar
3708 2005-10-17 [wwp] 1.9.15cvs68
3711 Fix buttons' layout resizing when window size changes
3713 2005-10-17 [wwp] 1.9.15cvs67
3716 * src/prefs_account.c
3717 * src/prefs_common.c
3718 * src/prefs_common.h
3719 * src/prefs_folder_item.c
3721 * src/gtk/logwindow.c
3722 * src/gtk/pluginwindow.c
3723 * src/gtk/prefswindow.c
3724 * src/gtk/prefswindow.h
3725 Remember yet more window sizes (log, prefs, folder prefs, accounts)
3727 2005-10-17 [paul] 1.9.15cvs66
3730 fix missing libetpan message
3735 * src/prefs_themes.c
3737 add some new URI defines, change some
3740 make welcome message translatable
3741 small improvements to english
3746 2005-10-17 [paul] 1.9.15cvs65
3751 2005-10-16 [mones] 1.9.15cvs64
3760 2005-10-16 [colin] 1.9.15cvs63
3765 2005-10-16 [colin] 1.9.15cvs62
3770 Real welcome mail text, thanks Paul
3772 2005-10-16 [colin] 1.9.15cvs61
3778 * src/prefs_themes.c
3779 * src/prefs_toolbar.c
3780 * src/plugins/demo/demo.c
3781 * src/plugins/trayicon/trayicon.c
3782 s/Sylpheed/Sylpheed-Claws/
3784 2005-10-16 [colin] 1.9.15cvs60
3787 Add a welcome email in the first empty mailbox
3788 * src/prefs_common.c
3789 Change one more default
3791 2005-10-16 [colin] 1.9.15cvs59
3796 2005-10-16 [colin] 1.9.15cvs58
3799 * src/prefs_common.c
3800 Change some defaults
3802 2005-10-16 [colin] 1.9.15cvs57
3805 * src/prefs_common.c
3806 Change some defaults
3808 2005-10-16 [colin] 1.9.15cvs56
3811 By default, initialize fonts to have
3812 the same size as normal GtkWidgets
3814 2005-10-16 [colin] 1.9.15cvs55
3817 Fix message a bit more
3819 2005-10-16 [colin] 1.9.15cvs54
3822 Second attempt at flicker fixing
3824 2005-10-16 [colin] 1.9.15cvs53
3829 2005-10-16 [wwp] 1.9.15cvs52
3833 * src/prefs_common.c
3834 * src/prefs_common.h
3835 Remember window sizes (address book)
3837 2005-10-16 [wwp] 1.9.15cvs51
3839 * src/plugins/clamav/clamav_plugin_gtk.c
3840 * src/plugins/spamassassin/spamassassin_gtk.c
3841 Fix compilation warnings (missing #include).
3843 2005-10-16 [colin] 1.9.15cvs50
3848 Make 'c' check signature, and forward
3849 c, l, y, t from summaryview to mimeview
3851 2005-10-16 [colin] 1.9.15cvs49
3854 Put border around buttons
3857 Rework menus (Patch based on a patch
3860 2005-10-15 [wwp] 1.9.15cvs48
3872 * src/prefs_account.c
3873 * src/prefs_spelling.c
3874 * src/gtk/gtkutils.c
3875 * src/gtk/gtkutils.h
3876 * src/plugins/clamav/clamav_plugin_gtk.c
3877 * src/plugins/spamassassin/spamassassin_gtk.c
3878 use nicer browse-for-file/dir buttons than the "..." ones,
3879 code factorizing more.
3881 2005-10-14 [colin] 1.9.15cvs47
3884 set relief on the account switcher so that people see it
3885 grey out Create processing rules when no message is selected
3886 * src/prefs_filtering.c
3887 ask before closing if the rule has not been modified, even if
3889 * src/prefs_matcher.c
3890 fix sensitivity when entering the dialog
3891 * src/gtk/inputdialog.c
3892 display a better icon on password ask
3893 * src/plugins/pgpcore/passphrase.c
3894 make the dialog look better
3896 2005-10-14 [paul] 1.9.15cvs46
3899 indicate presense of marked msgs in
3900 unexpanded subfolders
3902 2005-10-14 [paul] 1.9.15cvs45
3904 * src/prefs_actions.c
3905 * src/prefs_common.c
3906 * src/prefs_common.h
3907 * src/prefs_filtering_action.c
3908 * src/prefs_matcher.c
3909 * src/prefs_template.c
3910 remember window sizes
3911 fix Info button size
3915 2005-10-13 [colin] 1.9.15cvs44
3920 Add a tooltip on the icon (optional)
3921 Get rid of the signature buttons and only
3922 use the icon+tooltip
3924 2005-10-13 [colin] 1.9.15cvs43
3928 Add hand cursor for hovering over icon
3930 2005-10-13 [colin] 1.9.15cvs42
3933 Fix crash when quicksearch's hidden
3936 2005-10-13 [colin] 1.9.15cvs41
3939 Set subject when forwarding multiple mails
3940 Check that other recipient than the default Cc or Bcc
3941 have been set before sending.
3943 2005-10-13 [colin] 1.9.15cvs40
3947 Introduce locking, but don't use it yet
3949 2005-10-13 [colin] 1.9.15cvs39
3951 * src/gtk/quicksearch.c
3952 Reset quicksearch when hiding it
3953 Make sticky a real pref
3955 2005-10-13 [colin] 1.9.15cvs38
3960 2005-10-13 [colin] 1.9.15cvs37
3965 * src/plugins/pgpcore/sgpgme.c
3966 Make privacy icon clickable
3967 Move Trust field in Full info
3968 When trust is less than full, don't display
3971 2005-10-13 [colin] 1.9.15cvs36
3976 Revert speed hack which is dangerous in fact
3979 2005-10-13 [colin] 1.9.15cvs35
3981 * src/folder_item_prefs.c
3982 Fix pref corruption on folder move. Patch
3985 2005-10-13 [paul] 1.9.15cvs34
3989 fix typos in g_warnings
3990 * src/prefs_account.c
3991 add a file selector for Signature file
3995 2005-10-12 [colin] 1.9.15cvs33
3998 Provide a quick way to go back from a
3999 signature's full info to the email part
4001 2005-10-12 [colin] 1.9.15cvs32
4004 Remove old hack of encoding signed mails with base64.
4005 QP works equally well.
4007 2005-10-12 [colin] 1.9.15cvs31
4010 Replace deprecated GtkText with GtkTextView
4012 Fix a logic bug about counts in imap_select
4013 (previously un-triggered)
4017 Allow local deletion of news posts
4019 Show GPG noticeview on the message/rfc822 part
4020 in addition to the text/plain one
4021 * src/prefs_image_viewer.c
4022 src/plugins/pgpcore/prefs_gpg.c
4023 Polish (set the label as part of the checkbox)
4025 Don't sit there doing nothing after destroying
4026 the window - return err
4028 2005-10-11 [colin] 1.9.15cvs30
4031 Apply processing rules before showing folders.
4032 Early folder show (before flags sync) will only
4033 be done when there are no processing rules (nor
4036 Fix stuff related to mail subdir, creation and
4039 Don't allow creation of folders in NoInferior
4040 folders, as it won't work
4042 2005-10-10 [colin] 1.9.15cvs29
4045 Reselect "None" Privacy system when selecting an
4046 account with no privacy system defined
4048 2005-10-10 [colin] 1.9.15cvs28
4051 Add Windows-1252 encoding
4052 * src/prefs_common.c
4053 Rework some defaults:
4054 - autosave to draft by default
4055 - don't show header pane (it's already in the textview)
4056 - Select first new or unread mail on entry
4057 - Assume 'Yes' to change folder when there's no more
4059 * src/prefs_matcher.c
4060 Fix a gtk assertion failure
4061 * src/gtk/colorlabel.c
4062 Workaround bad repainting on selection
4064 Freeze/thaw (a bit faster on ssh -X)
4066 Get rid of StrdupConverter that just adds an
4068 * src/etpan/imap_thread.c
4071 2005-10-10 [colin] 1.9.15cvs27
4075 Fix compile on gtk 2.4. Patch by wwp
4077 2005-10-09 [colin] 1.9.15cvs26
4082 Clarify forward menus. Patch by wwp
4084 2005-10-09 [colin] 1.9.15cvs25
4088 Fix bug #829 (Non-working "Encrypt message by
4089 default when replying to an encrypted message")
4091 2005-10-08 [colin] 1.9.15cvs24
4094 Fix bug #827 ("Welcome" setup wizard after a
4095 permission error gives up & forgets itself.)
4097 2005-10-08 [colin] 1.9.15cvs23
4100 Fix bug #828 (Ignoring headers with spaces around = sign)
4102 2005-10-08 [colin] 1.9.15cvs22
4107 2005-10-08 [colin] 1.9.15cvs21
4111 Add a processing_pending indicator, set on
4112 folder_item_open and cleared after
4113 folder_item_process_open
4116 wrap procmsg_msginfo_*_flags, and in the
4117 wrapper check that there's no folder processing
4118 pending. If there is, defer the flags change until
4119 processing is done to avoid stepping over each
4121 Freeze during processing, but not during scanning.
4123 2005-10-07 [colin] 1.9.15cvs20
4125 * src/plugins/pgpcore/passphrase.c
4126 Fix bug #826 (X-Server hangs when
4127 right-clicking a PGP encrypted message)
4129 2005-10-07 [paul] 1.9.15cvs19
4132 fix compose_entries[]
4133 patch by Fabien Vantard
4135 2005-10-06 [colin] 1.9.15cvs18
4137 * src/pixmaps/address.xpm
4138 * src/pixmaps/address_book.xpm
4139 * src/pixmaps/book.xpm
4140 * src/pixmaps/check_spelling.xpm
4141 * src/pixmaps/checkbox_off.xpm
4142 * src/pixmaps/checkbox_on.xpm
4143 * src/pixmaps/close.xpm
4144 * src/pixmaps/complete.xpm
4145 * src/pixmaps/continue.xpm
4146 * src/pixmaps/deleted.xpm
4147 * src/pixmaps/down_arrow.xpm
4148 * src/pixmaps/exec.xpm
4149 * src/pixmaps/forwarded.xpm
4150 * src/pixmaps/group.xpm
4151 * src/pixmaps/ignorethread.xpm
4152 * src/pixmaps/interface.xpm
4153 * src/pixmaps/jpilot.xpm
4154 * src/pixmaps/ldap.xpm
4155 * src/pixmaps/linewrap.xpm
4156 * src/pixmaps/linewrapcurrent.xpm
4157 * src/pixmaps/mail.xpm
4158 * src/pixmaps/mail_attach.xpm
4159 * src/pixmaps/mail_compose.xpm
4160 * src/pixmaps/mail_forward.xpm
4161 * src/pixmaps/mail_receive.xpm
4162 * src/pixmaps/mail_receive_all.xpm
4163 * src/pixmaps/mail_reply.xpm
4164 * src/pixmaps/mail_reply_to_all.xpm
4165 * src/pixmaps/mail_reply_to_author.xpm
4166 * src/pixmaps/mail_send.xpm
4167 * src/pixmaps/mail_send_queue.xpm
4168 * src/pixmaps/mime_application.xpm
4169 * src/pixmaps/mime_audio.xpm
4170 * src/pixmaps/mime_image.xpm
4171 * src/pixmaps/mime_message.xpm
4172 * src/pixmaps/mime_text_enriched.xpm
4173 * src/pixmaps/mime_text_html.xpm
4174 * src/pixmaps/mime_text_plain.xpm
4175 * src/pixmaps/mime_unknown.xpm
4176 * src/pixmaps/new.xpm
4177 * src/pixmaps/news_compose.xpm
4178 * src/pixmaps/offline.xpm
4179 * src/pixmaps/online.xpm
4180 * src/pixmaps/paste.xpm
4181 * src/pixmaps/preferences.xpm
4182 * src/pixmaps/privacy_emblem_encrypted.xpm
4183 * src/pixmaps/privacy_expired.xpm
4184 * src/pixmaps/privacy_failed.xpm
4185 * src/pixmaps/privacy_passed.xpm
4186 * src/pixmaps/privacy_signed.xpm
4187 * src/pixmaps/privacy_unknown.xpm
4188 * src/pixmaps/privacy_warn.xpm
4189 * src/pixmaps/properties.xpm
4190 * src/pixmaps/replied.xpm
4191 * src/pixmaps/search.xpm
4192 * src/pixmaps/unread.xpm
4193 * src/pixmaps/up_arrow.xpm
4194 * src/pixmaps/vcard.xpm
4195 Modernize internal theme, with icons from the
4196 Gnomaws theme. Keep some of the old ones where
4199 2005-10-06 [colin] 1.9.15cvs17
4202 Little optimisations + bugfix
4204 Remove default useless items - useless being defined
4205 by the default relevant prefs
4207 include config.h to make gettext work
4208 * src/prefs_themes.c
4209 Fix selection of current theme in prefs
4211 2005-10-06 [colin] 1.9.15cvs16
4213 * src/prefs_common.c
4214 * src/prefs_common.h
4215 * src/prefs_summaries.c
4217 Add a warning dialog on Mark all read
4218 (with pref to get rid of it)
4220 2005-10-06 [paul] 1.9.15cvs15
4224 updated by Geir Helland and Frederico
4227 2005-10-05 [colin] 1.9.15cvs14
4237 add a way to rescan without rebuilding
4238 make moving a bit faster (less folders changes)
4239 don't lock the tree on Get
4241 Don't re-delete deleted messages before expunging
4243 Set batch mode when deleting mails
4245 2005-10-05 [paul] 1.9.15cvs13
4249 fix disabled Execute menu item
4251 match the change in 1.9.15cvs10: use Compose
4252 instead of News by default
4254 2005-10-04 [colin] 1.9.15cvs12
4257 When replying to an ML post with Reply-To set
4258 to the poster's email, honor it (as before),
4259 but also honor our user's request to reply to
4260 the mailing list: set the ML address in the To
4261 field and the Reply-To address in the Cc:
4264 2005-10-04 [colin] 1.9.15cvs11
4266 * src/plugins/trayicon/trayicon.c
4267 Finish cosmetic change - thanks to wwp
4269 2005-10-04 [colin] 1.9.15cvs10
4272 Use Compose instead of Email by default.
4275 2005-10-04 [colin] 1.9.15cvs9
4281 * src/etpan/imap-thread.c
4282 * src/etpan/imap-thread.h
4283 Try to make IMAP faster, by simplifying SEARCH
4284 commands, avoiding sending two STATUS in a row,
4285 and deferring flags sync and processing just
4286 after displaying the folder.
4287 This will update the SummaryView in certain
4288 cases (new mails not already fetched, flags
4289 changed from another client) but in a non-
4292 2005-10-04 [colin] 1.9.15cvs8
4294 * src/plugins/trayicon/trayicon.c
4295 Relabel "Offline" to "Work offline"
4297 2005-10-04 [colin] 1.9.15cvs7
4302 Fix mbox import/export buglets
4304 * src/plugins/trayicon/trayicon.c
4308 2005-10-04 [colin] 1.9.15cvs6
4313 Better fix (don't break mark all read) for cvs2
4315 2005-10-03 [colin] 1.9.15cvs5
4318 Use a sane sort by default
4320 2005-10-03 [colin] 1.9.15cvs4
4323 Add a 'Only once' button for overriding offline mode
4324 * src/prefs_account.c
4326 Add Local mbox to the wizard
4327 Add IMAP subdir to the wizard (or the wizard is useless
4328 for such accounts, or even worse than useless)
4329 Move IMAP subdir from Advanced to Receive tab, as it's
4332 2005-10-03 [colin] 1.9.15cvs3
4334 * src/send_message.c
4335 Forgot this one in cvs1
4337 2005-10-03 [colin] 1.9.15cvs2
4340 Faster close when leaving a folder with lots
4341 of new mails. Idea by David Relson.
4343 2005-10-03 [colin] 1.9.15cvs1
4352 * src/gtk/sslcertwindow.c
4353 * src/plugins/trayicon/trayicon.c
4354 Add accels to every AlertPanel. Patch by Fabien
4357 2005-10-03 [paul] 1.9.15
4361 2005-10-03 [paul] 1.9.14cvs68
4371 updated by Miquel Oliete, Thomas Gilgin, Ricardo
4372 Mones Lastra, Tommi Pirinen, Fabien vantard,
4373 Andrej Kacian, Aleksander Urosevic, Yang Guilong
4375 2005-10-03 [paul] 1.9.14cvs67
4377 * src/send_message.c
4378 prevent hang on Cancel
4381 2005-10-03 [paul] 1.9.14cvs66
4384 fix crash in IMAP caused by discrepancy
4385 between check_at_startup and offline mode
4388 2005-10-01 [paul] 1.9.14cvs65
4393 2005-10-01 [paul] 1.9.14cvs64
4396 synchronise import_mbox() and export_mbox()
4398 proc_mbox(): add alert if file cannot be opened
4399 export_list_to_mbox(): test if dest file exists,
4400 prompt user to overwrite if it does. add alert
4401 if file cannot be created
4406 2005-09-30 [paul] 1.9.14cvs63
4409 Fix sensitivity of a menu
4411 Respect hidden pref for mails with no encoding
4413 Fix memory corruption
4414 * src/plugins/pgpcore/sgpgme.c
4415 Fix segfault on incomplete sigs, and display
4420 2005-09-30 [colin] 1.9.14cvs62
4422 * src/partial_download.c
4423 Little logic fix in almost-dead code
4425 Fix partial download when there's no new mail
4427 2005-09-29 [paul] 1.9.14cvs61
4429 * src/plugins/pgpinline/pgpinline.c
4430 fix bug 819, 'crash accessing sign message'
4433 2005-09-28 [martin] 1.9.14cvs60
4435 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4436 fix bug #790 (Crash when restarting window manager (fluxbox))
4438 2005-09-28 [paul] 1.9.14cvs59
4440 * src/gtk/gtkaspell.c
4443 2005-09-27 [colin] 1.9.14cvs58
4445 * src/plugins/pgpcore/sgpgme.c
4446 Report error when there's one, instead of
4447 "Signature unchecked"
4449 2005-09-27 [colin] 1.9.14cvs57
4452 Fix bug #816 (Weird quotation with spaces)
4454 2005-09-27 [colin] 1.9.14cvs56
4459 Put subject in compose's title
4460 Fix Automatic encoding so that it's really automatic:
4461 first try default locale's charset, then charset of the replied mail,
4463 Fix encoding of headers (must be in strict mode too)
4465 2005-09-26 [colin] 1.9.14cvs55
4467 * src/gtk/gtkaspell.c
4468 Fix previous patch - don't color the space,
4471 2005-09-26 [colin] 1.9.14cvs54
4473 * src/gtk/gtkaspell.c
4474 Unmark space if possible
4476 2005-09-26 [colin] 1.9.14cvs53
4479 log_error instead of alertpanel according to the pref
4480 * src/etpan/imap-thread.c
4481 Print connect status, copy only necessary size to
4483 * src/plugins/pgpmime/pgpmime.c
4484 Handle S/Mime signatures (verification only). Patch based
4485 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
4487 2005-09-26 [paul] 1.9.14cvs52
4489 * src/common/passcrypt.c
4490 this 'workaround' not necessary on NetBSD.
4491 Thanks to Daniel Gustafson
4497 2005-09-26 [paul] 1.9.14cvs51
4500 Skip currently selected message when
4501 looking for next new or unread message
4502 in current folder. Patch by Colin
4503 * src/common/passcrypt.c
4504 eliminate warnings on *BSD. Patch by
4507 2005-09-26 [colin] 1.9.14cvs50
4510 Call postfiltering hook anyway
4512 2005-09-22 [colin] 1.9.14cvs49
4516 Add a strict mode that doesn't replace with _
4519 Use strict conversion while sending
4520 Fix race when drafting while sending (happens
4522 Fix d'n'd of messages from summaryview
4523 * src/prefs_common.c
4524 * src/prefs_common.h
4525 add hidden utf8_instead_of_locale_for_broken_mail
4526 pref for people that preferred the default charset
4527 to be utf8 for broken mails
4528 * src/quote_fmt_parse.y
4529 fix bug #815 (No quote insert if "From:" fied
4530 contained Russian letters)
4532 Fix d'n'd of messages to compose
4534 2005-09-22 [paul] 1.9.14cvs48
4537 fix bug where attachments Name entry
4538 would display Path instead
4540 2005-09-21 [paul] 1.9.14cvs47
4545 * config/config.rpath
4546 * doc/manual/en/sylpheed-20.html
4547 * doc/manual/es/sylpheed-20.html