1 2006-03-03 [colin] 2.0.0cvs104
3 * src/plugins/clamav/clamav_plugin_gtk.c
4 Rework prefs page, patch by Fabien
6 2006-03-03 [colin] 2.0.0cvs103
8 * src/plugins/clamav/clamav_plugin.c
9 Set error on all errors
11 2006-03-03 [colin] 2.0.0cvs102
14 Initialize error to avoid crashing when a plugin fails
17 2006-03-02 [wwp] 2.0.0cvs101
20 fixed linker flags for libetpan support on Cygwin
21 (thanks to H.Merijn Brand).
23 2006-03-02 [wwp] 2.0.0cvs100
26 fix some AB error messages: one for punctuation and
27 one wrongly duplicate (thanks, maxbritov).
29 2006-03-02 [wwp] 2.0.0cvs99
31 * src/plugins/spamassassin/spamassassin.c
32 make sync calls to sa-learn/spamc to prevent
33 system (whatever local or client/server) overload.
35 2006-03-02 [colin] 2.0.0cvs98
38 Put the spam icon in the status column instead of the
41 2006-03-01 [colin] 2.0.0cvs97
43 * src/plugins/spamassassin/spamassassin.c
44 Fix segfault (g_file_set_contents fails for some
45 reason and err==0x2f. Can't find out why with
46 valgrind, using working function :-)
48 2006-03-01 [colin] 2.0.0cvs96
51 Offline overriding: let 'No' be cached only 3 seconds
53 2006-03-01 [colin] 2.0.0cvs95
59 * src/folder_item_prefs.c
68 * src/prefs_msg_colors.c
75 * src/simple-gettext.c
81 * src/common/ssl_certificate.c
85 * src/gtk/gtkshruler.c
86 * src/plugins/trayicon/trayicon.c
87 #if 0 goes to /dev/null
89 2006-03-01 [colin] 2.0.0cvs94
97 * src/plugins/spamassassin/spamassassin.c
98 Allow to add information in the "working offline"
101 2006-03-01 [wwp] 2.0.0cvs93
103 * src/plugins/spamassassin/spamassassin.c
104 fixed spamc invocation: use a tricky temporary mini shell wrapper
105 'cause it seems that calling `spamc ... < inputfile` with
106 g_spawn_(a)sync simply.. erm doesn't work :-).
108 2006-03-01 [wwp] 2.0.0cvs92
112 simplify the adding of spam/ham button to the messageview toolbar
113 (it gets more clear now that the same button will be "Mark as spam"
114 or "Mark as ham" according to the current message status,
117 2006-03-01 [wwp] 2.0.0cvs91
123 * src/plugins/spamassassin/spamassassin.c
124 * src/plugins/spamassassin/spamassassin.h
125 make learner callbacks return a status (0 for ok),
126 handle it in main code to avoid setting flags when learning failed,
127 don't learn on TCP if offline in spamassassin,
132 2006-03-01 [wwp] 2.0.0cvs90
135 some work around the compose window's account menu,
136 patch by Fabien Vantard.
138 2006-03-01 [wwp] 2.0.0cvs89
140 * src/plugins/spamassassin/spamassassin.c
141 fixed bad logics, was using spamc in local mode and sa-learn
142 in remote mode (thanks, Colin).
144 2006-03-01 [wwp] 2.0.0cvs88
146 * src/plugins/spamassassin/spamassassin.c
147 * src/plugins/spamassassin/spamassassin.h
148 * src/plugins/spamassassin/spamassassin_gtk.c
149 made processing of emails w/ sa-plugin an option (default is TRUE),
150 fixed Engrish some tooltips, capitalization of some debug messages
151 and warnings. The spamassassin plugin now provides two separate
152 services: process emails upon incorporation and spamd training.
153 Both services (un)register independently but use some common
154 plugin settings (transport settings, spam storage location).
156 2006-02-28 [wwp] 2.0.0cvs87
158 * src/plugins/spamassassin/spamassassin.c
159 fix async flag to spamc cmdline execution (batch exec should
162 2006-02-27 [wwp] 2.0.0cvs86
164 * src/plugins/spamassassin/spamassassin.c
165 * src/plugins/spamassassin/spamassassin.h
166 * src/plugins/spamassassin/spamassassin_gtk.c
167 - added the ability to learn a remote spamassassin server (spamd),
169 - added the spamassassin option 'username', that applies to all
170 spamassassin operations (filtering, learning, local or remote).
171 The default username is the current unix user (if left blank
172 from gtk prefs or config file).
173 - commented out some unused code (notebook widget), removed unused
175 - make more widgets sensitive to the transport type.
177 2006-02-27 [colin] 2.0.0cvs85
179 * src/plugins/spamassassin/spamassassin.c
180 Fix sa-learn call when offline
182 2006-02-27 [colin] 2.0.0cvs84
190 * src/prefs_toolbar.c
197 * src/pixmaps/ham_btn.xpm
198 * src/pixmaps/spam.xpm
199 * src/pixmaps/spam_btn.xpm
200 * src/plugins/spamassassin/spamassassin.c
201 Add button in toolbar for spam learning
202 Fix a few bugs from the last related commit
203 Revert 1.9.6cvs23 which messed up shift-selection
205 2006-02-24 [colin] 2.0.0cvs83
210 * src/plugins/spamassassin/spamassassin.c
211 * src/plugins/spamassassin/spamassassin.h
212 * src/plugins/spamassassin/spamassassin_gtk.c
213 Unregister learner when spamassassin is either
216 2006-02-24 [colin] 2.0.0cvs82
227 * src/gtk/icon_legend.c
228 * src/pixmaps/spam.xpm ** NEW FILE **
229 * src/plugins/spamassassin/spamassassin.c
230 * src/plugins/spamassassin/spamassassin_gtk.c
231 Add spam learning interface (Mark/Mark as
234 2006-02-24 [wwp] 2.0.0cvs81
239 hide compose window when sending message in batch mode
240 (filtering: forward and redirect). Also fixed a wrong
241 value returned when sending failed, neutral anyway.
244 2006-02-24 [wwp] 2.0.0cvs80
247 use GTK+'s stock quit button. Patch by Fabien Vantard.
249 2006-02-24 [paul] 2.0.0cvs79
254 fix bug 916, 'newsgroup unsubscribe segmentation fault'
257 2006-02-23 [colin] 2.0.0cvs78
260 Change OK to Close in alertpanel with View log
261 button; add accel to View log. Patch by Fabien
264 2006-02-23 [wwp] 2.0.0cvs77
267 silly me, there were much more tests to perform, since toolbars can
268 really have down to 1 element only.
270 2006-02-23 [wwp] 2.0.0cvs76
273 fixed indentation from my previous commit. Fallback to VISUAL if
274 EDITOR is not set (and to vi, at last resort).
276 2006-02-23 [wwp] 2.0.0cvs75
279 improved error detection (Colin, me).
281 2006-02-23 [wwp] 2.0.0cvs74
283 * src/prefs_toolbar.c
284 simplify and fix prefs/toolbars layouting. Combos' contents can
285 now be really displayed.
287 2006-02-23 [wwp] 2.0.0cvs73
288 simplifies and fix prefs/toolbars layouting. Combos' contents can now
291 2006-02-22 [wwp] 2.0.0cvs72
294 fix a typo in my previous commit (sorry!).
296 2006-02-22 [wwp] 2.0.0cvs71
298 * src/prefs_toolbar.c
299 fix a crash when adding separators to toolbars,
300 also fix some separator item information.
302 2006-02-22 [wwp] 2.0.0cvs70
305 fix a crash when redirecting (for instance) when compose window's
306 toolbar contents has been customized (when some buttons have been
309 2006-02-21 [wwp] 2.0.0cvs69
312 * src/gtk/pluginwindow.c
313 * src/plugins/pgpcore/prefs_gpg.c
314 fix some compilation warnings (feat. remains of removed code).
316 2006-02-21 [wwp] 2.0.0cvs68
319 fix two compilation issues, thanks to Stephan Sachse.
321 2006-02-20 [colin] 2.0.0cvs67
324 Don't reselect displayed mail on refocus
325 This fixes actions misbehaving
327 2006-02-20 [wwp] 2.0.0cvs66
330 * src/gtk/gtksctree.c
331 * src/gtk/gtkshruler.c
332 changed more runtime typecast checks.
334 2006-02-20 [wwp] 2.0.0cvs65
336 * src/summary_search.c
337 find all - summaryview refresh issue fixed, thanks to Colin.
339 2006-02-20 [wwp] 2.0.0cvs64
342 better runtime typecast checks.
344 2006-02-20 [wwp] 2.0.0cvs63
346 * src/summary_search.c
347 enhancements to the summary search:
348 - add the ability to stop the running search
349 (upon ESC-key press, new Stop button or when Clear button is pressed)
350 - don't search if no criteria (From/To/Subject/Body) is set
351 - ensure that a busy mouse pointer is always shown when searching,
352 show it even a bit earlier
354 2006-02-19 [colin] 2.0.0cvs62
358 * src/etpan/imap-thread.c
359 * src/etpan/imap-thread.h
360 (Future) IMAP speed improvement on sending
361 Will require a libetpan update
363 * src/gtk/quicksearch.c
364 Make quicksearch clearable while running.
366 2006-02-17 [colin] 2.0.0cvs61
369 * src/etpan/imap-thread.c
370 * src/etpan/imap-thread.h
371 Check for IMAP certificates
372 ** Requires libetpan-0.42-cvs4
373 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
375 2006-02-17 [colin] 2.0.0cvs60
380 * src/prefs_message.c
381 Add pref to display HTML-only mails with plugin,
382 if possible (defaulting to FALSE of course).
384 2006-02-16 [colin] 2.0.0cvs59
387 * src/common/plugin.c
388 * src/common/plugin.h
389 * src/gtk/pluginwindow.c
390 Keep track of requested (but unloaded) plugins
393 2006-02-16 [wwp] 2.0.0cvs58
395 * src/gtk/gtkaspell.c
396 * src/gtk/gtkaspell.h
397 * src/prefs_spelling.c
401 implemented new optional spellchecker behaviour: re-check message when
402 dictionary got changed (from compose-window/context-menu/Change dictionary).
404 2006-02-16 [wwp] 2.0.0cvs57
406 * src/quote_fmt_parse.y
407 pclose popen'ed pipe.
409 2006-02-15 [colin] 2.0.0cvs56
413 Let MimeViewers know which MimeView they
416 Swap From/To columns in Sent/Queue/Drafts
418 * src/etpan/imap-thread.c
419 Use mailstream_low_tls_open() for STARTTLS
420 instead of mailstream_low_ssl_open()
421 ** REQUIRES libetpan 0.42cvs3 **
423 2006-02-15 [wwp] 2.0.0cvs55
427 * src/message_search.c
428 * src/message_search.h
432 added the ability to Find text in the compose window (and a bit
433 of code factorization).
435 2006-02-15 [wwp] 2.0.0cvs54
438 yet another one file was missing (fix for some widgets' sensitivity).
441 2006-02-15 [wwp] 2.0.0cvs53
444 oops forgot that file (fix for some widgets' sensitivity).
446 2006-02-15 [wwp] 2.0.0cvs52
448 * src/summary_search.c
449 implemented advanced summary search options (added the ability
450 to use matcher conditions in an advanced search mode).
452 2006-02-15 [wwp] 2.0.0cvs51
454 * src/plugins/pgpcore/prefs_gpg.c
455 * src/prefs_account.c
456 fix some widget sensitivity, mostly around some labels in
459 2006-02-15 [paul] 2.0.0cvs50
461 * manual/advanced.xml
462 improve Templates info
465 2006-02-14 [colin] 2.0.0cvs49
467 * src/pixmaps/address_book.xpm
468 * src/pixmaps/preferences.xpm
469 * src/pixmaps/properties.xpm
470 Fix pixmap size - patch by Fabien Vantard
472 2006-02-13 [colin] 2.0.0cvs48
475 Add missing fclose()s on error
479 Fix temp files not being deleted on windows
480 Patches by Thomas Gilgin
482 2006-02-13 [colin] 2.0.0cvs47
487 2006-02-13 [wwp] 2.0.0cvs46
489 * src/plugins/pgpcore/prefs_gpg.c
490 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
492 2006-02-12 [colin] 2.0.0cvs45
497 Fix "stuff" when quitting
499 2006-02-12 [wwp] 2.0.0cvs44
502 fix typos in debug messages.
504 2006-02-11 [colin] 2.0.0cvs43
507 don't allow drag/drop from ourself
509 2006-02-10 [wwp] 2.0.0cvs42
516 renamed html_ prefixed functions and data structures to avoid
517 namespace clashes w/ other software (gtkhtml2 for instance).
521 2006-02-09 [colin] 2.0.0cvs41
524 Fix shitty logic messed up. Thanks Ticho for the hint!
526 2006-02-09 [wwp] 2.0.0cvs40
530 * src/prefs_account.c
533 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
534 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
535 Browse buttons in accounts prefs.
537 2006-02-09 [colin] 2.0.0cvs39
540 Check for pointer before using its members
541 * src/gtk/gtksourceprintjob.c
544 2006-02-09 [wwp] 2.0.0cvs38
547 fix few compiler warnings (type mismatch).
549 2006-02-09 [paul] 2.0.0cvs37
552 updated by Fabien Vantard
554 2006-02-08 [colin] 2.0.0cvs36
558 * src/common/plugin.c
559 allow windows and linux configurations to coexist
560 patch by Thomas Gilgin
562 2006-02-08 [colin] 2.0.0cvs35
567 * src/matcher_parser_parse.y
568 * src/prefs_filtering_action.c
569 * src/prefs_matcher.c
570 Add the "Ignore thread" filtering
573 2006-02-08 [colin] 2.0.0cvs34
578 Fix bug #905 (damaged attachment)
579 text files with raw \0's aren't really text files
582 2006-02-08 [colin] 2.0.0cvs33
585 Fix crasher introduced yesterday
587 2006-02-08 [wwp] 2.0.0cvs32
591 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
593 2006-02-08 [wwp] 2.0.0cvs31
595 * src/prefs_template.c
596 templates enhancement: allow address completion for Cc and Bcc fields
597 (it was currently possible for the To field only)
599 2006-02-08 [colin] 2.0.0cvs30
602 Don't unblock if not blocked
605 2006-02-07 [colin] 2.0.0cvs29
608 Forgot to refresh summaryview
610 2006-02-07 [colin] 2.0.0cvs28
613 Freeze/thaw message list and folder list while
614 processing %as{} actions
616 Fix auto-wrap disabling after a middle-click
619 2006-02-07 [paul] 2.0.0cvs27
622 fix freeing of uninitialised pointers
625 2006-02-06 [colin] 2.0.0cvs26
628 Use g_slist_prepend in potentially big list
630 2006-02-06 [colin] 2.0.0cvs25
633 Completely skip processing if it doesn't
636 2006-02-06 [colin] 2.0.0cvs24
640 Batch filtering in summaryview (from Tools menu)
641 and pre/post//-processing too
643 2006-02-06 [colin] 2.0.0cvs23
647 Use a special field for batch filtering instead
648 of stepping on deferred execution's toes
650 2006-02-06 [colin] 2.0.0cvs22
657 Fix filtering via menus and actions
659 2006-02-06 [colin] 2.0.0cvs21
662 Put the added file directly to cache if possible (will work
670 Move and copy filtered messages by batches instead of one
671 by one - faster on IMAP
673 Add a function that'll possibly be useful later
675 2006-02-06 [colin] 2.0.0cvs20
678 Use internal mime-type instead of text/plain for d'n'd
680 Allow attaching files from mimeview's icon list via d'n'd
683 Use internal mime-type instead of text/plain for d'n'd
684 Don't try to selected opened folder if none is
685 Factorize d'n'd from other apps code
690 Factorize Face/X-Face stuff
692 Fix d'n'd to other apps
693 * src/prefs_message.c
694 Let the XFace pref be usable without libcompface as it also
697 Fix d'n'd to other apps
698 Factorize d'n'd from other apps code
700 2006-02-06 [wwp] 2.0.0cvs19
703 Italian translation fixes by Andrea Spadaccini (no more confusion
704 between filtering and processing, and few changes in the About
708 2006-02-06 [mones] 2.0.0cvs18
710 * src/gtk/icon_legend.c
711 Improved descriptions allowing better translations
713 2006-02-05 [colin] 2.0.0cvs17
716 Add the f*cking missing expunge that caused imap_fetch_env
717 to fail after an add_msgs ! :-///
718 * src/etpan/imap-thread.c
722 2006-02-05 [colin] 2.0.0cvs16
725 Don't check for return-path (or we can't put
728 2006-02-05 [colin] 2.0.0cvs15
731 Don't try to display Face header in textview
732 when teh headerview's active
734 2006-02-05 [colin] 2.0.0cvs14
738 Add script to import Thunderbird mails
740 2006-02-05 [colin] 2.0.0cvs13
747 Show Face headers - patch partially by Klaus Flittner
749 2006-02-05 [colin] 2.0.0cvs12
755 Let dnd work from mime icons to summaryview
756 and to folderview too
757 Add a crude test to avoid trying to add files
758 drag'n'dropped when they're not mails
760 2006-02-04 [colin] 2.0.0cvs11
766 2006-02-04 [colin] 2.0.0cvs10
773 Added various drag and drop capas:
775 summaryview other apps
776 mimeview icons other apps
777 other apps summaryview
778 other apps folderview
780 This shouldn't have broken the existing:
782 summaryview folderview
783 folderview folderview
784 summaryview compose's attachments
788 2006-02-02 [paul] 2.0.0cvs9
791 move global option 'Set displayed columns...' out
792 of folder option grouping.
793 fix sensitivity of 'harvest addresses'
796 2006-02-01 [colin] 2.0.0cvs8
799 Revert the alertpanel patch, it sucks (intrusive
800 and gets in the way of "open")
802 2006-02-01 [colin] 2.0.0cvs7
805 * src/prefs_account.c
810 Add ability to edit the signature file
811 from the account preferences, and use
812 a default for the text editor.
813 Patch by Fabien Vantard
815 2006-02-01 [colin] 2.0.0cvs6
818 Try to get mime type by extension if it is
819 application/octet-stream
820 Display a window with possible choices when
821 encountering unknown mime types
825 Allow multiple selection in filtered filesel
826 (patch by Fabien Vantard)
827 * src/gtk/pluginwindow.c
828 Use it (patch by Fabien Vantard)
830 2006-02-01 [paul] 2.0.0cvs5
833 fix crash on creating jpilot address book
834 Thanks to Colin - FOR_STABLE
835 * src/prefs_summaries.c
836 * src/prefs_wrapping.c
837 * src/gtk/icon_legend.c
838 * src/gtk/quicksearch.c
839 string fixes and additions
841 2006-02-01 [paul] 2.0.0cvs4
847 add Arabic encoding option
848 Patch submitted by Mohammed Sameer <msameer@users.sf.net>
850 2006-01-31 [colin] 2.0.0cvs3
852 * src/plugins/pgpcore/passphrase.c
853 Convert passphrase to locale encoding
855 Fix drafting on IMAP. Crappy bug sneaked in
859 2006-01-30 [paul] 2.0.0cvs2
861 * src/gtk/icon_legend.c
864 2006-01-30 [colin] 2.0.0cvs1
867 Check for the file to be present before
868 enabling the menu - FOR_STABLE
869 * src/gtk/icon_legend.c
870 Add folders icons (not all of them, there
871 are too much, but the most intriguing ones)
873 2006-01-30 [paul] 2.0.0
875 version 2.0.0 released
877 2006-01-30 [paul] 1.9.100cvs200
882 * manual/starting.xml
883 * manual/sylpheed-claws-manual.xml
886 2006-01-29 [mones] 1.9.100cvs199
889 * manual/advanced.xml
890 * manual/glossary.xml
891 Some typos fixed, added LDIF term to glossary
893 Fixed leading plus symbol
895 2006-01-29 [paul] 1.9.100cvs198
899 updated by Tommi Pirinen and Andrej Kacian
901 2006-01-29 [paul] 1.9.100cvs197
906 2006-01-29 [paul] 1.9.100cvs196
911 * tools/claws.i18n.status.pl
912 nl translation updated by Tim Dijkstra
914 2006-01-29 [paul] 1.9.100cvs195
918 updated by Aleksandar Urosevic and Anders Troback
920 2006-01-28 [colin] 1.9.100cvs194
922 * src/gtk/gtksourceprintjob.c
923 Don't fiddle with PangoLayout when we
926 2006-01-28 [paul] 1.9.100cvs193
932 * tools/claws.i18n.status.pl
933 updated translations submitted by Stavros Giannouris
936 2006-01-27 [colin] 1.9.100cvs192
939 * src/gtk/gtksourceprintjob.c
941 (libgnomeprint only, of course)
943 2006-01-27 [paul] 1.9.100cvs191
947 updated by Fabien Vantard and Andrea Spadaccini
949 2006-01-26 [colin] 1.9.100cvs190
953 Make building the manual optional
956 2006-01-26 [paul] 1.9.100cvs189
958 * manual/glossary.xml
964 2006-01-26 [paul] 1.9.100cvs188
966 * src/prefs_display_header.c
967 * src/prefs_folder_column.c
968 * src/prefs_msg_colors.c
969 * src/prefs_summaries.c
970 * src/prefs_summary_column.c
973 2006-01-25 [colin] 1.9.100cvs187
976 Don't allow moving/copying mails between
977 queue/drafts and non-queue/drafts folders
978 Fixes bug #897 (message header is resetted
979 if one is copied to Drafts)
981 2006-01-25 [colin] 1.9.100cvs186
985 Fix subscribed folders not found
987 Don't try to encode as original mail's charset
990 2006-01-25 [paul] 1.9.100cvs185
999 updates submitted by Stephan Sachse, Emilian Nowak
1000 and Quar, Frederico Goncalves Guimaraes, and
1002 Fix Bug 896, 'PT_BR locale broken'.
1006 2006-01-24 [mones] 1.9.100cvs184
1008 * manual/glossary.xml
1009 All current terms finished. Reviewers welcome ;-)
1010 * manual/keyboard.xml
1011 Fixed column width for pdf output.
1015 2006-01-24 [paul] 1.9.100cvs183
1017 * manual/glossary.xml
1019 * manual/dist/html/Makefile.am
1020 * manual/dist/pdf/Makefile.am
1021 * manual/dist/ps/Makefile.am
1022 * manual/dist/txt/Makefile.am
1026 2006-01-24 [mones] 1.9.100cvs182
1028 * manual/glossary.xml
1029 Nearly finished, some terms missing.
1031 2006-01-23 [paul] 1.9.100cvs181
1033 * manual/dist/html/Makefile.am
1034 * manual/dist/pdf/Makefile.am
1035 * manual/dist/ps/Makefile.am
1036 * manual/dist/txt/Makefile.am
1041 2006-01-22 [colin] 1.9.100cvs180
1044 * src/gtk/gtkaspell.c
1045 Don't deselect stuff before right-clicking, with aspell.
1046 (This prevented right-click Copy, for example).
1049 2006-01-22 [paul] 1.9.100cvs179
1051 * src/summary_search.c
1052 don't fix the widget size as it causes problems
1054 Thanks to Emilian Nowak
1056 2006-01-21 [paul] 1.9.100cvs178
1058 * src/prefs_themes.c
1059 fix broken underlining of label text
1060 with some translations
1062 2006-01-21 [colin] 1.9.100cvs177
1065 In French "Composition" puts the Compose toolbar's prefs in the wrong place
1067 2006-01-20 [colin] 1.9.100cvs176
1072 * manual/dist/html/.cvsignore
1073 * manual/dist/html/Makefile.am
1074 * manual/dist/pdf/.cvsignore
1075 * manual/dist/pdf/Makefile.am
1076 * manual/dist/ps/.cvsignore
1077 * manual/dist/ps/Makefile.am
1078 * manual/dist/txt/.cvsignore
1079 * manual/dist/txt/Makefile.am
1082 2006-01-20 [paul] 1.9.100cvs175
1084 * manual/handling.xml
1085 make Filtering and Searching entries easier to find
1086 * manual/keyboard.xml
1087 add the remaining default keybinds
1088 * src/prefs_summaries.c
1089 update the default keybinds
1091 2006-01-20 [paul] 1.9.100cvs174
1103 replace 'e-mail' with 'email'
1104 * src/summary_search.c
1105 add mnemonic to "Find all" button
1107 2006-01-20 [wwp] 1.9.100cvs173
1111 touched mbox import/export buttons for HIG-compliance
1113 2006-01-19 [paul] 1.9.100cvs172
1115 * manual/account.xml
1116 * manual/addrbook.xml
1117 * manual/advanced.xml
1119 * manual/handling.xml
1121 * manual/plugins.xml
1122 * manual/starting.xml
1125 2006-01-19 [paul] 1.9.100cvs171
1128 allow use of trash button while receiving
1131 2006-01-19 [wwp] 1.9.100cvs170
1133 * src/gtk/quicksearch.c
1135 force text color to black when yellow background is set
1137 2006-01-19 [colin] 1.9.100cvs169
1139 * src/plugins/trayicon/trayicon.c
1140 Gray out Get Mail when already getting mail
1142 2006-01-18 [paul] 1.9.100cvs168
1145 give widget yellow background was To is
1146 set via folder prefs
1147 * src/gtk/quicksearch.c
1148 give widget yellow background when quick
1152 2006-01-18 [paul] 1.9.100cvs167
1154 * doc/man/sylpheed-claws.1
1155 add --subscribe option
1157 2006-01-18 [paul] 1.9.100cvs166
1159 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1160 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1161 use %U instead of %F (%F is broken for user installed
1164 2006-01-18 [colin] 1.9.100cvs165
1167 Default to Yes in "No more * messages" dialogs
1169 2006-01-17 [colin] 1.9.100cvs164
1172 Possibly fix an invalid iterator causing
1175 2006-01-17 [colin] 1.9.100cvs163
1178 Fix crash when the image disappears under the
1181 2006-01-16 [colin] 1.9.100cvs162
1184 Fix reenabling autowrap
1186 2006-01-16 [colin] 1.9.100cvs161
1189 reset quote_len before getting quote_str
1191 2006-01-16 [colin] 1.9.100cvs160
1198 Fix bug #883 (default inbox does not track folder move)
1200 2006-01-16 [colin] 1.9.100cvs159
1203 * src/plugins/pgpcore/passphrase.c
1206 2006-01-16 [paul] 1.9.100cvs158
1208 * src/prefs_actions.c
1209 * src/prefs_filtering_action.c
1210 * src/prefs_matcher.c
1212 * src/gtk/description_window.c
1213 * src/gtk/description_window.h
1214 * src/gtk/quicksearch.c
1215 description window cleanups
1217 2006-01-15 [colin] 1.9.100cvs157
1220 * src/prefs_filtering.c
1223 2006-01-15 [colin] 1.9.100cvs156
1227 Same for "Empty trash"
1229 2006-01-15 [colin] 1.9.100cvs155
1232 Override offline dialog had Yes by default
1234 2006-01-15 [colin] 1.9.100cvs154
1237 Delete selected messages? previously had Yes the default
1239 2006-01-15 [colin] 1.9.100cvs153
1244 Check if a mailbox is loaded after all
1247 2006-01-15 [colin] 1.9.100cvs152
1250 Don't start wizard when there are unloaded folders (will help
1251 people with only mbox or maildir mailboxes)
1253 2006-01-14 [colin] 1.9.100cvs151
1261 More HIG compliance and fixes
1263 2006-01-14 [colin] 1.9.100cvs150
1265 * src/prefs_filtering_action.c
1267 Two forgotten button order changes
1269 2006-01-14 [colin] 1.9.100cvs149
1279 * src/prefs_actions.c
1280 * src/prefs_customheader.c
1281 * src/prefs_filtering.c
1282 * src/prefs_matcher.c
1283 * src/prefs_template.c
1288 All deletion confirmations are now "Cancel, Delete"
1289 instead of "No, Yes"
1290 Clarified most of the other "No, Yes" to
1291 "Cancel, Descriptive_action"
1292 Rechanged the "Entry not saved" alerts to have
1293 "Close, Continue editing"
1298 * 2.0.0-rc4 released
1300 2006-01-14 [paul] 1.9.100cvs148
1315 * src/grouplistdialog.c
1322 * src/message_search.c
1327 * src/prefs_actions.c
1328 * src/prefs_customheader.c
1329 * src/prefs_filtering.c
1330 * src/prefs_matcher.c
1331 * src/prefs_template.c
1332 * src/prefs_themes.c
1334 * src/summary_search.c
1338 * src/gtk/foldersort.c
1339 * src/gtk/gtkaspell.c
1340 * src/gtk/inputdialog.c
1341 * src/gtk/prefswindow.c
1342 * src/plugins/pgpcore/select-keys.c
1343 * src/plugins/trayicon/trayicon.c
1344 HIG compliant button order
1346 2006-01-14 [mones] 1.9.100cvs147
1351 2006-01-13 [paul] 1.9.100cvs146
1356 add Joshua M. Kwan to contributors list
1358 2006-01-13 [colin] 1.9.100cvs145
1360 * src/gtk/quicksearch.c
1361 Don't refocus quick search after executing (Esc or Enter)
1362 Allows to '/'search something then move up/down in
1363 summaryview, and to Esc a search and be back in the
1366 2006-01-13 [paul] 1.9.100cvs144
1368 * src/plugins/pgpinline/pgpinline.c
1369 support Content-Type 'application/pgp'
1370 patch by Joshua M. Kwan <joshuak@users.sf.net>
1372 2006-01-13 [paul] 1.9.100cvs143
1374 * manual/account.xml
1375 make mention of partial retrieval
1378 2006-01-13 [paul] 1.9.100cvs142
1419 * src/customheader.c
1420 * src/customheader.h
1421 * src/displayheader.c
1422 * src/displayheader.h
1433 * src/editldap_basedn.c
1434 * src/editldap_basedn.h
1450 * src/folder_item_prefs.c
1451 * src/folder_item_prefs.h
1458 * src/grouplistdialog.c
1459 * src/grouplistdialog.h
1463 * src/image_viewer.c
1464 * src/image_viewer.h
1500 * src/message_search.c
1501 * src/message_search.h
1518 * src/partial_download.c
1519 * src/partial_download.h
1524 * src/prefs_account.c
1525 * src/prefs_account.h
1526 * src/prefs_actions.c
1527 * src/prefs_actions.h
1528 * src/prefs_common.c
1529 * src/prefs_common.h
1530 * src/prefs_compose_writing.c
1531 * src/prefs_compose_writing.h
1532 * src/prefs_customheader.c
1533 * src/prefs_customheader.h
1534 * src/prefs_display_header.c
1535 * src/prefs_display_header.h
1536 * src/prefs_filtering.c
1537 * src/prefs_filtering.h
1538 * src/prefs_filtering_action.c
1539 * src/prefs_filtering_action.h
1540 * src/prefs_folder_column.c
1541 * src/prefs_folder_column.h
1542 * src/prefs_folder_item.c
1543 * src/prefs_folder_item.h
1548 * src/prefs_image_viewer.c
1549 * src/prefs_image_viewer.h
1550 * src/prefs_matcher.c
1551 * src/prefs_matcher.h
1552 * src/prefs_message.c
1553 * src/prefs_msg_colors.c
1554 * src/prefs_msg_colors.h
1557 * src/prefs_receive.c
1559 * src/prefs_spelling.c
1560 * src/prefs_spelling.h
1561 * src/prefs_summaries.c
1562 * src/prefs_summaries.h
1563 * src/prefs_summary_column.c
1564 * src/prefs_summary_column.h
1565 * src/prefs_template.c
1566 * src/prefs_template.h
1567 * src/prefs_themes.c
1568 * src/prefs_themes.h
1569 * src/prefs_toolbar.c
1570 * src/prefs_toolbar.h
1571 * src/prefs_wrapping.c
1572 * src/prefs_wrapping.h
1582 * src/quote_fmt_parse.y
1585 * src/remotefolder.c
1586 * src/remotefolder.h
1587 * src/send_message.c
1588 * src/send_message.h
1591 * src/sourcewindow.c
1592 * src/sourcewindow.h
1597 * src/stock_pixmap.c
1598 * src/stock_pixmap.h
1599 * src/summary_search.c
1600 * src/summary_search.h
1617 * src/common/base64.c
1618 * src/common/base64.h
1620 * src/common/hooks.c
1621 * src/common/hooks.h
1624 * src/common/mgutils.c
1625 * src/common/mgutils.h
1628 * src/common/passcrypt.c
1629 * src/common/passcrypt.h.in
1630 * src/common/plugin.c
1631 * src/common/plugin.h
1632 * src/common/prefs.c
1633 * src/common/prefs.h
1634 * src/common/progressindicator.c
1635 * src/common/progressindicator.h
1636 * src/common/quoted-printable.c
1637 * src/common/quoted-printable.h
1638 * src/common/session.c
1639 * src/common/session.h
1642 * src/common/socket.c
1643 * src/common/socket.h
1646 * src/common/ssl_certificate.c
1647 * src/common/ssl_certificate.h
1648 * src/common/stringtable.c
1649 * src/common/stringtable.h
1650 * src/common/sylpheed.c
1651 * src/common/sylpheed.h
1652 * src/common/template.c
1653 * src/common/template.h
1654 * src/common/timing.h
1655 * src/common/utils.c
1656 * src/common/utils.h
1657 * src/common/version.h.in
1660 * src/common/xmlprops.c
1661 * src/common/xmlprops.h
1662 * src/gtk/colorlabel.c
1663 * src/gtk/colorsel.c
1664 * src/gtk/colorsel.h
1665 * src/gtk/description_window.c
1666 * src/gtk/description_window.h
1669 * src/gtk/foldersort.c
1670 * src/gtk/foldersort.h
1671 * src/gtk/gtkutils.c
1672 * src/gtk/gtkutils.h
1673 * src/gtk/inputdialog.c
1674 * src/gtk/inputdialog.h
1675 * src/gtk/logwindow.c
1676 * src/gtk/logwindow.h
1677 * src/gtk/manage_window.c
1678 * src/gtk/manage_window.h
1681 * src/gtk/pluginwindow.c
1682 * src/gtk/pluginwindow.h
1683 * src/gtk/prefswindow.c
1684 * src/gtk/prefswindow.h
1685 * src/gtk/progressdialog.c
1686 * src/gtk/progressdialog.h
1687 * src/gtk/sslcertwindow.c
1688 * src/gtk/sslcertwindow.h
1689 * src/plugins/clamav/clamav_plugin.c
1690 * src/plugins/clamav/clamav_plugin.h
1691 * src/plugins/clamav/clamav_plugin_gtk.c
1692 * src/plugins/demo/demo.c
1693 * src/plugins/dillo_viewer/dillo_prefs.c
1694 * src/plugins/dillo_viewer/dillo_prefs.h
1695 * src/plugins/dillo_viewer/dillo_viewer.c
1696 * src/plugins/pgpcore/passphrase.c
1697 * src/plugins/pgpcore/passphrase.h
1698 * src/plugins/pgpcore/plugin.c
1699 * src/plugins/pgpcore/select-keys.c
1700 * src/plugins/pgpcore/select-keys.h
1701 * src/plugins/pgpcore/sgpgme.c
1702 * src/plugins/pgpcore/sgpgme.h
1703 * src/plugins/pgpinline/pgpinline.c
1704 * src/plugins/pgpinline/pgpinline.h
1705 * src/plugins/pgpinline/plugin.c
1706 * src/plugins/pgpmime/pgpmime.c
1707 * src/plugins/pgpmime/pgpmime.h
1708 * src/plugins/pgpmime/plugin.c
1709 * src/plugins/spamassassin/spamassassin.c
1710 * src/plugins/spamassassin/spamassassin.h
1711 * src/plugins/spamassassin/spamassassin_gtk.c
1712 * src/plugins/trayicon/trayicon.c
1713 update copyright header
1715 2006-01-13 [paul] 1.9.100cvs141
1721 * src/prefs_account.c
1722 * src/prefs_display_header.c
1723 * src/prefs_receive.c
1725 * src/prefs_summaries.c
1726 * src/prefs_themes.c
1727 * src/prefs_toolbar.c
1731 2006-01-12 [colin] 1.9.100cvs140
1736 Add --subscribe option
1737 Let sylpheed-claws email@domain.com equivalent to --compose
1738 Let sylpheed-claws proto://blah.com equivalent to --subscribe
1740 2006-01-12 [paul] 1.9.100cvs139
1743 append 'Change folder order' label with '...'
1744 * src/prefs_actions.c
1745 allow reordering of actions list by dnd
1746 * src/gtk/foldersort.c
1747 make the dialog nicer
1749 2006-01-11 [colin] 1.9.100cvs138
1752 Allow templates without text
1754 2006-01-11 [paul] 1.9.100cvs137
1757 * tools/filter_conv_new.pl
1759 also check .sylpheed for filter.xml
1760 be a bit informative to the user
1762 2006-01-11 [colin] 1.9.100cvs136
1765 Fix bug #888 (2.0.0rc3 not displaying image in message view)
1767 2006-01-10 [paul] 1.9.100cvs135
1770 * tools/filter_conv_new.pl
1771 add script to convert new style Sylpheed
1772 filter rules (Sylpheed >= 0.9.99) to
1773 Claws filtering rules
1775 2006-01-10 [colin] 1.9.100cvs134
1778 Fix broken line joins in certain conditions
1779 (between two quoted lines: <enter><enter><up>
1780 <type a wrapped sentence><go in the first line>
1781 <insert more text><watch as line joining failed>)
1783 2006-01-10 [paul] 1.9.100cvs133
1786 don't report success in error dialog
1788 * src/common/utils.c
1789 include some trailing punctuations as URI
1792 2006-01-10 [paul] 1.9.100cvs132
1795 fix incompatible pointer type
1798 2006-01-10 [paul] 1.9.100cvs131
1801 change Subject in window title
1804 2006-01-09 [colin] 1.9.100cvs130
1813 Fix possible crashes on exit and in addressbook
1815 2006-01-09 [paul] 1.9.100cvs129
1817 * src/prefs_msg_colors.c
1818 some cleanups that I forgot last time
1820 2006-01-09 [paul] 1.9.100cvs128
1824 * src/prefs_msg_colors.c
1825 add previously hidden option, color_new, to
1827 move the page to Display/
1830 2006-01-09 [wwp] 1.9.100cvs127
1832 * src/prefs_themes.c
1833 made the prefs/display/themes layouts spacing less condensed
1834 (and so they match other prefs/pages' look).
1836 2006-01-09 [paul] 1.9.100cvs126
1839 * src/prefs_common.c
1840 * src/prefs_common.h
1841 * src/prefs_wrapping.c
1842 remove 'wrap at send' option
1844 2006-01-06 [colin] 1.9.100cvs125
1847 Just make completely sure we don't insert "manual line breaks"
1852 * 2.0.0-rc3 released
1854 2006-01-04 [paul] 1.9.100cvs124
1857 fix bug 882, 'quick scroll in folder list
1858 displays wrong folder contents'
1860 2006-01-04 [paul] 1.9.100cvs123
1862 * src/plugins/pgpmime/pgpmime.c
1863 better debug information when signing
1864 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1866 2006-01-03 [colin] 1.9.100cvs122
1869 We need to recheck for gpgme 1.0.0 after checking
1870 for 1.1.1, because if 1.1.1 isn't available,
1871 GPGME_LIBS and friends are blanked out by the
1874 2006-01-03 [colin] 1.9.100cvs121
1876 * src/common/prefs.c
1877 Windows unlink-before rename fix
1878 * src/plugins/pgpcore/sgpgme.c
1879 Add support for PKA info if available
1880 Both patches by Werner Koch
1882 2006-01-03 [paul] 1.9.100cvs120
1885 fix bug 884, 'Send receipt' button visible in queue
1888 2006-01-02 [colin] 1.9.100cvs119
1892 Fix autosave on IMAP and more generally try to
1893 return the correct ID on a newly added IMAP message
1895 2006-01-02 [paul] 1.9.100cvs118
1897 * manual/keyboard.xml
1900 2006-01-01 [paul] 1.9.100cvs117
1905 2005-12-30 [colin] 1.9.100cvs116
1907 * manual/advanced.xml
1908 Explain Pre/Post-processing differences.
1910 2005-12-30 [colin] 1.9.100cvs115
1913 Implement copy_msgs for a little optimization
1915 Finish yesterday's fix
1917 2005-12-29 [colin] 1.9.100cvs114
1920 Fix occasional failure in fetching a mail over
1923 2005-12-29 [colin] 1.9.100cvs113
1926 Don't remove a draft when sending it, if it is
1929 2005-12-28 [colin] 1.9.100cvs112
1934 2005-12-28 [wwp] 1.9.100cvs111
1936 * doc/faq/.cvsignore
1937 * doc/faq/de/.cvsignore
1938 * doc/faq/en/.cvsignore
1939 * doc/faq/es/.cvsignore
1940 * doc/faq/fr/.cvsignore
1941 * doc/faq/it/.cvsignore
1942 * doc/manual/.cvsignore
1943 * doc/manual/de/.cvsignore
1944 * doc/manual/en/.cvsignore
1945 * doc/manual/es/.cvsignore
1946 * doc/manual/fr/.cvsignore
1947 * doc/manual/ja/.cvsignore
1948 * src/plugins/mathml_viewer/.cvsignore
1949 rollback revival of those files (my bad, sorry for the noise).
1951 2005-12-28 [wwp] 1.9.100cvs110
1954 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
1956 2005-12-28 [wwp] 1.9.100cvs109
1958 * doc/faq/.cvsignore
1959 * doc/faq/de/.cvsignore
1960 * doc/faq/en/.cvsignore
1961 * doc/faq/es/.cvsignore
1962 * doc/faq/fr/.cvsignore
1963 * doc/faq/it/.cvsignore
1964 * doc/manual/.cvsignore
1965 * doc/manual/de/.cvsignore
1966 * doc/manual/en/.cvsignore
1967 * doc/manual/es/.cvsignore
1968 * doc/manual/fr/.cvsignore
1969 * doc/manual/ja/.cvsignore
1970 * src/plugins/mathml_viewer/.cvsignore
1972 more files to ignore.
1974 2005-12-24 [colin] 1.9.100cvs108
1980 2005-12-24 [colin] 1.9.100cvs107
1983 Allow NULL src_msginfo in
1984 procmsg_msginfo_new_from_mimeinfo
1986 2005-12-23 [paul] 1.9.100cvs106
1988 * src/plugins/pgpinline/mypgpcore.def
1989 add this forgotten file
1991 2005-12-23 [colin] 1.9.100cvs105
1996 2005-12-23 [colin] 1.9.100cvs104
2001 * src/common/plugin.c
2002 * src/common/socket.c
2003 * src/common/socket.h
2004 * src/common/utils.c
2005 * src/common/utils.h
2006 * src/gtk/pluginwindow.c
2007 * src/plugins/pgpcore/plugin.def
2008 * src/plugins/pgpcore/sylpheed.def
2009 * src/plugins/pgpinline/Makefile.am
2010 * src/plugins/pgpinline/plugin.def
2011 * src/plugins/pgpinline/sylpheed.def
2012 * src/plugins/pgpmime/plugin.def
2013 * src/plugins/pgpmime/sylpheed.def
2014 Various w32 fixes by Werner Koch
2016 2005-12-22 [paul] 1.9.100cvs103
2019 don't offer IMAP as 'server type' if
2020 libetpan isn't built in
2022 2005-12-22 [paul] 1.9.100cvs102
2029 support GTK_TOOLBAR_BOTH_HORIZ (text
2030 next to icon) Patch by Marien Zwart
2031 marienz@users.sf.net
2032 Also reword the text
2034 2005-12-21 [colin] 1.9.100cvs101
2039 Fix missing section and explicit the exception better
2041 Prevent mail from being lost without notice when an
2042 SMTP error happens on trying to send an unmodified
2044 * src/send_message.c
2046 Fix password remembering when wrong, and add return
2047 value checks where they should have been
2048 * src/plugins/pgpcore/sylpheed.def
2049 * src/plugins/pgpinline/sylpheed.def
2050 * src/plugins/pgpmime/sylpheed.def
2051 Add a few symbols needed
2053 2005-12-21 [paul] 1.9.100cvs100
2058 * m4/inttypes-pri.m4
2068 2005-12-21 [paul] 1.9.100cvs99
2073 2005-12-20 [paul] 1.9.100cvs98
2076 updated by Anders Trobäck
2078 2005-12-20 [colin] 1.9.100cvs97
2084 * config/config.rpath
2085 * config/mkinstalldirs
2093 * m4/printf-posix.m4
2137 * src/send_message.c
2138 * src/common/Makefile.am
2139 * src/common/fnmatch.c
2140 * src/common/fnmatch.h
2141 * src/common/fnmatch_loop.c
2143 * src/common/plugin.c
2145 * src/common/socket.c
2146 * src/common/string_match.c
2147 * src/common/sylpheed.c
2148 * src/common/utils.c
2149 * src/common/utils.h
2150 * src/common/w32_dirent.c
2151 * src/common/w32_reg.c
2152 * src/common/w32_signal.c
2153 * src/common/w32_stat.c
2154 * src/common/w32_stdio.c
2155 * src/common/w32_stdlib.c
2156 * src/common/w32_string.c
2157 * src/common/w32_time.c
2158 * src/common/w32_unistd.c
2159 * src/common/w32_wait.c
2160 * src/common/w32lib.h
2161 * src/etpan/Makefile.am
2162 * src/gtk/Makefile.am
2163 * src/plugins/clamav/Makefile.am
2164 * src/plugins/demo/Makefile.am
2165 * src/plugins/dillo_viewer/Makefile.am
2166 * src/plugins/pgpcore/Makefile.am
2167 * src/plugins/pgpcore/passphrase.c
2168 * src/plugins/pgpcore/plugin.def
2169 * src/plugins/pgpcore/sgpgme.c
2170 * src/plugins/pgpcore/sylpheed.def
2171 * src/plugins/pgpcore/version.rc
2172 * src/plugins/pgpinline/Makefile.am
2173 * src/plugins/pgpinline/plugin.def
2174 * src/plugins/pgpinline/sylpheed.def
2175 * src/plugins/pgpinline/version.rc
2176 * src/plugins/pgpmime/Makefile.am
2177 * src/plugins/pgpmime/mypgpcore.def
2178 * src/plugins/pgpmime/plugin.def
2179 * src/plugins/pgpmime/sylpheed.def
2180 * src/plugins/pgpmime/version.rc
2181 * src/plugins/spamassassin/Makefile.am
2182 Very little ;-) patch from Werner Koch, providing
2183 infrastructure for cross-compiling to Win32
2185 2005-12-20 [paul] 1.9.100cvs96
2193 add a combo to the Get All button, allowing
2194 quick retrieval from any account
2195 Patch by Fabien Vantard, slightly modified
2198 i18n fix. Patch by Fabien Vantard
2200 2005-12-19 [colin] 1.9.100cvs95
2204 Don't automatically join lines when they've
2205 been separated by the user and not automatically
2207 2005-12-19 [paul] 1.9.100cvs94
2209 * src/gtk/pluginwindow.c
2211 Patch by Fabien Vantard
2213 2005-12-15 [paul] 1.9.100cvs93
2215 * src/common/plugin.c
2216 * src/common/plugin.h
2217 * src/gtk/pluginwindow.c
2218 * src/plugins/clamav/clamav_plugin.c
2219 * src/plugins/demo/demo.c
2220 * src/plugins/dillo_viewer/dillo_viewer.c
2221 * src/plugins/pgpcore/plugin.c
2222 * src/plugins/pgpinline/plugin.c
2223 * src/plugins/pgpmime/plugin.c
2224 * src/plugins/spamassassin/spamassassin.c
2225 * src/plugins/trayicon/trayicon.c
2226 add plugin_version()
2228 2005-12-15 [colin] 1.9.100cvs92
2231 Further fix bug #875
2233 2005-12-15 [paul] 1.9.100cvs91
2236 fix attach_load_dir getting set to
2237 PLUGINDIR on plugin load
2239 2005-12-14 [mones] 1.9.100cvs90
2242 * manual/keyboard.xml
2243 Initial draft and some shortcuts added
2248 2005-12-14 [colin] 1.9.100cvs89
2253 * src/gtk/gtkaspell.c
2255 * src/prefs_folder_item.c
2256 Fix recursive prefs apply
2259 2005-12-14 [colin] 1.9.100cvs88
2262 Fix bug #875 (Freeze On Inline Forward of
2265 2005-12-13 [colin] 1.9.100cvs87
2268 Uniq-ify and sort the mimetypes list
2269 Patch by Fabien Vantard
2271 2005-12-13 [colin] 1.9.100cvs86
2274 * src/etpan/imap-thread.c
2275 Fix leaks (patch by Hoa)
2277 * src/common/plugin.c
2282 * 2.0.0-rc2 released
2284 2005-12-12 [colin] 1.9.100cvs85
2289 2005-12-12 [wwp] 1.9.100cvs84
2291 * src/gtk/icon_legend.c
2292 fix misbehaviour and crash when closing the legend window
2293 using the Esc key (patch by Fabien Vantard).
2295 2005-12-12 [paul] 1.9.100cvs83
2299 * src/prefs_actions.c
2300 * src/prefs_filtering.c
2301 * src/prefs_matcher.c
2302 * src/prefs_spelling.glade ** REMOVED **
2303 * src/prefs_template.c
2304 * src/gtk/foldersort.glade ** REMOVED **
2305 * src/gtk/pluginwindow.c
2306 * src/gtk/pluginwindow.glade ** REMOVED **
2307 * src/plugins/spamassassin/spamassassin_gtk.glade ** REMOVED **
2310 2005-12-11 [paul] 1.9.100cvs82
2313 fix attach_load_dir crasher (double free)
2315 2005-12-09 [paul] 1.9.100cvs81
2319 * src/gtk/Makefile.am
2320 * src/gtk/icon_legend.c
2321 * src/gtk/icon_legend.h
2326 2005-12-09 [paul] 1.9.100cvs80
2328 * src/plugins/pgpcore/passphrase.c
2329 wrap the label in the dialog
2331 2005-12-09 [colin] 1.9.100cvs79
2333 * src/plugins/pgpcore/sgpgme.c
2334 Display (untrusted) on not trusted signatures
2335 Patch by Michal Èihaø <michal@cihar.com>
2336 Closes bug #867 (Report also key trust)
2338 2005-12-09 [colin] 1.9.100cvs78
2340 * src/common/plugin.c
2341 Update licence check, following Eben Moglen's advice
2343 2005-12-08 [colin] 1.9.100cvs77
2346 Fix the occasionnal item->cache != NULL
2349 2005-12-08 [colin] 1.9.100cvs76
2352 * src/plugins/pgpcore/sgpgme.c
2353 Print key id when unable to check it
2354 Closes bug #866 (Show key id when missing)
2356 2005-12-08 [paul] 1.9.100cvs75
2358 * src/prefs_common.c
2359 * src/prefs_common.h
2361 remember load attachment dir
2363 2005-12-07 [colin] 1.9.100cvs74
2365 * src/prefs_toolbar.c
2366 Gtk fixes, patch by Fabien Vantard
2368 2005-12-07 [colin] 1.9.100cvs73
2373 Fix bug #839 (Quoted text isn't colored after
2374 executing an action)
2375 * src/common/plugin.c
2376 Require plugins to declare their licence in plugin_licence()
2377 Refuse to load non-GPL plugins as they'd be illegal (as
2378 derived works of Sylpheed-Claws, they must be GPL).
2379 * src/plugins/clamav/clamav_plugin.c
2380 * src/plugins/demo/demo.c
2381 * src/plugins/dillo_viewer/dillo_viewer.c
2382 * src/plugins/pgpcore/plugin.c
2383 * src/plugins/pgpinline/plugin.c
2384 * src/plugins/pgpmime/plugin.c
2385 * src/plugins/spamassassin/spamassassin.c
2386 * src/plugins/trayicon/trayicon.c
2387 Add plugin_licence()
2389 2005-12-07 [paul] 1.9.100cvs72
2396 clean up after local FAQ removal and
2397 temporary manual removal
2399 2005-12-06 [colin] 1.9.100cvs71
2403 * doc/faq/.cvsignore
2404 * doc/faq/Makefile.am
2405 * doc/faq/de/.cvsignore
2406 * doc/faq/de/Makefile.am
2407 * doc/faq/de/sylpheed-faq-1.html
2408 * doc/faq/de/sylpheed-faq-2.html
2409 * doc/faq/de/sylpheed-faq-3.html
2410 * doc/faq/de/sylpheed-faq.html
2411 * doc/faq/en/.cvsignore
2412 * doc/faq/en/Makefile.am
2413 * doc/faq/en/sylpheed-faq-1.html
2414 * doc/faq/en/sylpheed-faq-2.html
2415 * doc/faq/en/sylpheed-faq-3.html
2416 * doc/faq/en/sylpheed-faq-4.html
2417 * doc/faq/en/sylpheed-faq.html
2418 * doc/faq/es/.cvsignore
2419 * doc/faq/es/Makefile.am
2420 * doc/faq/es/sylpheed-faq-1.html
2421 * doc/faq/es/sylpheed-faq-2.html
2422 * doc/faq/es/sylpheed-faq-3.html
2423 * doc/faq/es/sylpheed-faq-4.html
2424 * doc/faq/es/sylpheed-faq.html
2425 * doc/faq/fr/.cvsignore
2426 * doc/faq/fr/Makefile.am
2427 * doc/faq/fr/sylpheed-faq-1.html
2428 * doc/faq/fr/sylpheed-faq-2.html
2429 * doc/faq/fr/sylpheed-faq-3.html
2430 * doc/faq/fr/sylpheed-faq.html
2431 * doc/faq/it/.cvsignore
2432 * doc/faq/it/Makefile.am
2433 * doc/faq/it/sylpheed-faq-1.html
2434 * doc/faq/it/sylpheed-faq-2.html
2435 * doc/faq/it/sylpheed-faq-3.html
2436 * doc/faq/it/sylpheed-faq.html
2437 * doc/manual/.cvsignore
2438 * doc/manual/Makefile.am
2439 * doc/manual/de/.cvsignore
2440 * doc/manual/de/Makefile.am
2441 * doc/manual/de/sylpheed-1.html
2442 * doc/manual/de/sylpheed-10.html
2443 * doc/manual/de/sylpheed-11.html
2444 * doc/manual/de/sylpheed-12.html
2445 * doc/manual/de/sylpheed-13.html
2446 * doc/manual/de/sylpheed-14.html
2447 * doc/manual/de/sylpheed-15.html
2448 * doc/manual/de/sylpheed-16.html
2449 * doc/manual/de/sylpheed-17.html
2450 * doc/manual/de/sylpheed-18.html
2451 * doc/manual/de/sylpheed-19.html
2452 * doc/manual/de/sylpheed-2.html
2453 * doc/manual/de/sylpheed-20.html
2454 * doc/manual/de/sylpheed-3.html
2455 * doc/manual/de/sylpheed-4.html
2456 * doc/manual/de/sylpheed-5.html
2457 * doc/manual/de/sylpheed-6.html
2458 * doc/manual/de/sylpheed-7.html
2459 * doc/manual/de/sylpheed-8.html
2460 * doc/manual/de/sylpheed-9.html
2461 * doc/manual/de/sylpheed.html
2462 * doc/manual/en/.cvsignore
2463 * doc/manual/en/Makefile.am
2464 * doc/manual/en/sylpheed-1.html
2465 * doc/manual/en/sylpheed-10.html
2466 * doc/manual/en/sylpheed-11.html
2467 * doc/manual/en/sylpheed-12.html
2468 * doc/manual/en/sylpheed-13.html
2469 * doc/manual/en/sylpheed-14.html
2470 * doc/manual/en/sylpheed-15.html
2471 * doc/manual/en/sylpheed-16.html
2472 * doc/manual/en/sylpheed-17.html
2473 * doc/manual/en/sylpheed-18.html
2474 * doc/manual/en/sylpheed-19.html
2475 * doc/manual/en/sylpheed-2.html
2476 * doc/manual/en/sylpheed-20.html
2477 * doc/manual/en/sylpheed-21.html
2478 * doc/manual/en/sylpheed-22.html
2479 * doc/manual/en/sylpheed-3.html
2480 * doc/manual/en/sylpheed-4.html
2481 * doc/manual/en/sylpheed-5.html
2482 * doc/manual/en/sylpheed-6.html
2483 * doc/manual/en/sylpheed-7.html
2484 * doc/manual/en/sylpheed-8.html
2485 * doc/manual/en/sylpheed-9.html
2486 * doc/manual/en/sylpheed.html
2487 * doc/manual/es/.cvsignore
2488 * doc/manual/es/Makefile.am
2489 * doc/manual/es/sylpheed-1.html
2490 * doc/manual/es/sylpheed-10.html
2491 * doc/manual/es/sylpheed-11.html
2492 * doc/manual/es/sylpheed-12.html
2493 * doc/manual/es/sylpheed-13.html
2494 * doc/manual/es/sylpheed-14.html
2495 * doc/manual/es/sylpheed-15.html
2496 * doc/manual/es/sylpheed-16.html
2497 * doc/manual/es/sylpheed-17.html
2498 * doc/manual/es/sylpheed-18.html
2499 * doc/manual/es/sylpheed-19.html
2500 * doc/manual/es/sylpheed-2.html
2501 * doc/manual/es/sylpheed-20.html
2502 * doc/manual/es/sylpheed-3.html
2503 * doc/manual/es/sylpheed-4.html
2504 * doc/manual/es/sylpheed-5.html
2505 * doc/manual/es/sylpheed-6.html
2506 * doc/manual/es/sylpheed-7.html
2507 * doc/manual/es/sylpheed-8.html
2508 * doc/manual/es/sylpheed-9.html
2509 * doc/manual/es/sylpheed.html
2510 * doc/manual/fr/.cvsignore
2511 * doc/manual/fr/Makefile.am
2512 * doc/manual/fr/sylpheed-1.html
2513 * doc/manual/fr/sylpheed-10.html
2514 * doc/manual/fr/sylpheed-11.html
2515 * doc/manual/fr/sylpheed-12.html
2516 * doc/manual/fr/sylpheed-13.html
2517 * doc/manual/fr/sylpheed-14.html
2518 * doc/manual/fr/sylpheed-15.html
2519 * doc/manual/fr/sylpheed-16.html
2520 * doc/manual/fr/sylpheed-17.html
2521 * doc/manual/fr/sylpheed-18.html
2522 * doc/manual/fr/sylpheed-19.html
2523 * doc/manual/fr/sylpheed-2.html
2524 * doc/manual/fr/sylpheed-20.html
2525 * doc/manual/fr/sylpheed-3.html
2526 * doc/manual/fr/sylpheed-4.html
2527 * doc/manual/fr/sylpheed-5.html
2528 * doc/manual/fr/sylpheed-6.html
2529 * doc/manual/fr/sylpheed-7.html
2530 * doc/manual/fr/sylpheed-8.html
2531 * doc/manual/fr/sylpheed-9.html
2532 * doc/manual/fr/sylpheed.html
2533 * doc/manual/ja/.cvsignore
2534 * doc/manual/ja/Makefile.am
2535 * doc/manual/ja/sylpheed-1.html
2536 * doc/manual/ja/sylpheed-10.html
2537 * doc/manual/ja/sylpheed-11.html
2538 * doc/manual/ja/sylpheed-12.html
2539 * doc/manual/ja/sylpheed-13.html
2540 * doc/manual/ja/sylpheed-14.html
2541 * doc/manual/ja/sylpheed-15.html
2542 * doc/manual/ja/sylpheed-16.html
2543 * doc/manual/ja/sylpheed-17.html
2544 * doc/manual/ja/sylpheed-18.html
2545 * doc/manual/ja/sylpheed-19.html
2546 * doc/manual/ja/sylpheed-2.html
2547 * doc/manual/ja/sylpheed-20.html
2548 * doc/manual/ja/sylpheed-3.html
2549 * doc/manual/ja/sylpheed-4.html
2550 * doc/manual/ja/sylpheed-5.html
2551 * doc/manual/ja/sylpheed-6.html
2552 * doc/manual/ja/sylpheed-7.html
2553 * doc/manual/ja/sylpheed-8.html
2554 * doc/manual/ja/sylpheed-9.html
2555 * doc/manual/ja/sylpheed.html
2556 * doc/manual/ja/sylpheed.sgml
2558 Remove outdated manual and faq. Noisy, eh?
2560 2005-12-06 [colin] 1.9.100cvs70
2563 * src/quote_fmt_parse.y
2566 Allow %X to position cursor at 0
2567 (no %X = before signature)
2568 Fix paste as quotation putting the cursor at 0
2569 Fix undo offsets when pasting
2570 Insert the quote_fmt at once instead of line
2572 Fix [Edited] when starting to reply/forward
2574 2005-12-06 [paul] 1.9.100cvs69
2576 * src/plugins/clamav/clamav_plugin_gtk.c
2578 * src/plugins/spamassassin/spamassassin_gtk.c
2579 rework spamassassin_create_widget_func()
2581 2005-12-05 [colin] 1.9.100cvs68
2584 Fix make release ;-)
2586 2005-12-05 [colin] 1.9.100cvs67
2590 Fix cursor positioning (not obeying %X)
2592 2005-12-05 [paul] 1.9.100cvs66
2594 * src/plugins/dillo_viewer/dillo_prefs.c
2595 fix compilation warning
2597 2005-12-05 [paul] 1.9.100cvs65
2599 * src/prefs_spelling.c
2600 * src/plugins/trayicon/trayicon.c
2601 cleanups - remove unused stuff
2603 2005-12-05 [paul] 1.9.100cvs64
2606 * manual/plugins.xml
2607 remove info about removed mathml_viewer plugin
2609 2005-12-05 [paul] 1.9.100cvs63
2612 * src/plugins/Makefile.am
2613 * src/plugins/mathml_viewer/.cvsignore
2614 * src/plugins/mathml_viewer/Makefile.am
2615 * src/plugins/mathml_viewer/mathml_viewer.c
2616 remove unmaintained mathml_viewer plugin
2618 2005-12-05 [paul] 1.9.100cvs62
2621 obey prefs_common.always_show_msg when
2625 2005-12-05 [paul] 1.9.100cvs61
2628 * src/prefs_account.c
2629 * src/prefs_filtering.c
2631 * src/prefs_spelling.c
2632 * src/prefs_toolbar.c
2634 * src/gtk/gtkutils.c
2635 * src/gtk/quicksearch.c
2636 * src/plugins/dillo_viewer/dillo_prefs.c
2639 2005-12-04 [paul] 1.9.100cvs60
2642 * src/prefs_account.c
2643 * src/prefs_account.h
2644 allow a Local account to specify a
2646 (closes bug 843 'Inbox cannot be changed for local
2649 2005-12-04 [colin] 1.9.100cvs59
2651 * src/plugins/trayicon/trayicon.c
2652 Remove Get, rename Get All to Get Mail in order to
2653 be consistent with the default main toolbar
2655 2005-12-03 [colin] 1.9.100cvs58
2658 * manual/sylpheed-claws-manual.xml
2661 2005-12-03 [paul] 1.9.100cvs57
2666 new (partially complete) Swedish translation
2667 by Anders Troback <sylpheed@troback.com>
2669 2005-12-02 [paul] 1.9.100cvs56
2672 libetpan 0.41 required
2674 2005-12-02 [paul] 1.9.100cvs55
2676 * src/plugins/clamav/clamav_plugin.c
2677 * src/plugins/clamav/clamav_plugin.h
2678 * src/plugins/clamav/clamav_plugin_gtk.c
2679 * src/plugins/spamassassin/spamassassin.c
2680 * src/plugins/spamassassin/spamassassin.h
2681 * src/plugins/spamassassin/spamassassin_gtk.c
2682 unregister prefs pages on unloading, thus
2684 (thanks to Colin for the hint)
2686 2005-12-02 [wwp] 1.9.100cvs54
2689 * src/quote_fmt_parse.y
2690 fix misuse of gboolean*, use gboolean instead
2691 (thanks to Paul, Colin, for pointing out that scaring one)
2693 2005-12-02 [paul] 1.9.100cvs53
2695 * src/plugins/clamav/clamav_plugin.c
2696 int no --> unsigned int no
2697 * src/plugins/clamav/clamav_plugin_gtk.c
2700 2005-12-02 [wwp] 1.9.100cvs52
2703 * src/prefs_template.c
2705 * src/quote_fmt_parse.y
2706 prevent from executing |f and |p templates commands when
2707 adding or replacing templates in prefs (avoids annoying and
2708 potentially dangerous behaviours)
2710 2005-12-02 [paul] 1.9.100cvs51
2712 * src/prefs_common.c
2713 allow translation of some default values
2714 Patch by Fabien Vantard
2716 2005-12-02 [paul] 1.9.100cvs50
2720 * src/prefs_common.c
2721 * src/prefs_common.h
2722 * src/prefs_message.c
2724 remove obsolete 'convert_mb_alnum' option
2727 remove unused 'about_textview_visibility_notify'
2729 2005-12-02 [paul] 1.9.100cvs49
2731 * src/prefs_account.c
2732 * src/prefs_compose_writing.c
2735 * src/prefs_image_viewer.c
2736 * src/prefs_message.c
2738 * src/prefs_receive.c
2740 * src/prefs_spelling.c
2741 * src/prefs_summaries.c
2742 * src/prefs_wrapping.c
2743 * src/plugins/dillo_viewer/dillo_prefs.c
2744 * src/plugins/pgpcore/prefs_gpg.c
2745 several cleanups to the prefs dialogs
2746 (slightly modified) patch by Fabien Vantard
2748 2005-12-02 [paul] 1.9.100cvs48
2752 * src/send_message.c
2753 fix crash on send when connection fails
2757 2005-12-01 [colin] 1.9.100cvs47
2760 Translate … to "..."
2762 2005-11-30 [colin] 1.9.100cvs46
2766 Optimize back yesterday's fix.
2768 2005-11-30 [paul] 1.9.100cvs45
2773 written by Colin, edited by me
2775 2005-11-29 [colin] 1.9.100cvs44
2778 Skip headers unconditionnaly in match_body if the
2779 rule is not message or ~message
2781 2005-11-29 [colin] 1.9.100cvs43
2784 Fix body_part and such, not skipping headers
2785 if the matchcriteria wasn't the first in the rule
2787 2005-11-29 [colin] 1.9.100cvs42
2790 Add Windows-1252 (Closes bug #863, windows-1252 encoding
2791 option missing from message view window)
2792 Fix double text D'n'D with gtk-2.8
2794 Fix ~message, ~headers_part, ~body_part rules
2796 Add Windows-1252 (Closes bug #863)
2798 * src/gtk/gtkaspell.c
2799 Properly destroy accels in all menus
2801 2005-11-29 [mones] 1.9.100cvs41
2806 2005-11-27 [colin] 1.9.100cvs40
2809 "/Remove mailbox" -> "/Remove mailbox..."
2811 2005-11-27 [paul] 1.9.100cvs39
2816 updated by new maintainer, Stephan Sachse
2818 2005-11-27 [paul] 1.9.100cvs38
2821 written by Colin, edited by me
2823 2005-11-27 [paul] 1.9.100cvs37
2825 * src/prefs_common.c
2826 * src/prefs_common.h
2827 * src/prefs_receive.c
2828 * src/prefs_summaries.c
2829 move 'go to inbox after receiving new mail'
2830 option from display/sumamaries to mail
2831 handling/receive, and rework prefs_summaries
2834 2005-11-25 [martin] 1.9.100cvs36
2837 fixed windows-1252 translation;
2838 translated some new and fuzzy strings
2840 2005-11-25 [paul] 1.9.100cvs35
2842 * src/plugins/clamav/clamav_plugin.c
2843 complete the update done in cvs34
2845 2005-11-25 [paul] 1.9.100cvs34
2847 * src/plugins/clamav/clamav_plugin.c
2848 reflect upstream changes
2850 2005-11-25 [paul] 1.9.100cvs33
2853 * manual/plugins.xml
2854 * manual/sylpheed-claws-manual.xml
2855 written/updated by Colin, edited by me
2856 * tools/acroread2sylpheed.pl
2859 2005-11-24 [colin] 1.9.100cvs32
2862 Fix bug #856 (reediting messages forgets Request
2865 2005-11-24 [paul] 1.9.100cvs31
2867 * manual/addrbook.xml
2868 * manual/starting.xml
2869 written by Colin, proofread, edited, adapted by me
2870 * manual/advanced.xml
2871 add some Actions examples
2873 use a Save button instead of a Close button
2875 indicate mandatory fields
2879 2005-11-23 [colin] 1.9.100cvs30
2882 Rename menu item, fix possible crash after
2885 Allow searching for '*' in ldap
2887 Fix "Browse Entry" (did anyone use it?)
2889 Add guards for mandatory information
2891 2005-11-23 [paul] 1.9.100cvs29
2893 * manual/advanced.xml
2894 corrections to the English
2896 2005-11-23 [colin] 1.9.100cvs28
2899 Fix possible crash at exit. After the call to
2900 gtk_container_remove(), the Viewer's widget has no
2901 more parent so gtk+ automatically frees it and its
2902 sons. If destroy_viewer() then try to access it,
2905 2005-11-22 [colin] 1.9.100cvs27
2908 * src/gtk/gtkaspell.c
2909 Fix right-clicking on a misspelled word
2910 Fix More... in suggestions menu
2912 2005-11-22 [wwp] 1.9.100cvs26
2914 * src/prefs_template.c
2915 templates works: re-sort templates list when adding or replacing,
2916 prevent from adding or replacing when the template name is empty
2918 2005-11-21 [colin] 1.9.100cvs25
2921 Fix some addressbook suckage (dnd, select all)
2923 * src/gtk/gtkaspell.c
2924 * src/gtk/gtkaspell.h
2925 Make the spellchecker menu work with the
2926 GtkTextView one instead of overriding it
2928 2005-11-20 [paul] 1.9.100cvs24
2930 * manual/handling.xml
2931 proofread and corrected
2933 2005-11-20 [paul] 1.9.100cvs23
2936 generate html as one file
2937 * manual/advanced.xml
2938 fix output generation
2939 reformat hidden options list
2940 * manual/manual.xml ** REMOVED **
2941 * manual/sylpheed-claws-manual.xml ** ADDED **
2944 2005-11-18 [colin] 1.9.100cvs22
2946 * src/prefs_account.c
2947 Fix layout in news and mbox accounts
2948 * manual/account.xml
2949 * manual/advanced.xml
2950 New contents for Paul to check :)
2952 2005-11-18 [wwp] 1.9.100cvs21
2954 * src/gtk/quicksearch.c
2955 don't update extended quicksearch buttons twice
2957 2005-11-18 [paul] 1.9.100cvs20
2960 complete 1.9.100cvs19
2962 2005-11-18 [paul] 1.9.100cvs19
2965 cosmetic improvements
2967 also list text/* attachments
2969 2005-11-18 [colin] 1.9.100cvs18
2972 Use column 0 instead of -1 in
2973 gtk_ctree_node_moveto, in a naive
2974 hope it'll fix the gtk-related crashes
2976 2005-11-18 [colin] 1.9.100cvs17
2978 * src/gtk/inputdialog.c
2979 Fix icon staying the first one
2981 2005-11-17 [wwp] 1.9.100cvs16
2982 fix possible problem showing some quicksearch buttons, and a bad
2983 call to g_return_if_fail in a function that returns a value (both
2984 fixes by Fabien Vantard)
2986 2005-11-15 [wwp] 1.9.100cvs15
2988 * src/gtk/quicksearch.c
2989 added a tooltip to that obscure ... quicksearch button
2991 2005-11-15 [wwp] 1.9.100cvs14
2993 * src/gtk/quicksearch.c
2994 add a quicksearch helper to filtering expression users: the ... button
2995 raises the condition expr window. condition expressions set up w/ this
2996 window are used by the quicksearch if the user closes it pressing OK.
2998 2005-11-14 [paul] 1.9.100cvs13
3000 * src/plugins/clamav/clamav_plugin.c
3001 * src/plugins/spamassassin/spamassassin.c
3002 change plugin type following recent merging
3004 2005-11-14 [wwp] 1.9.100cvs12
3007 prevent from crashing when copying/moving message(s) from and
3010 2005-11-14 [paul] 1.9.100cvs11
3012 * src/plugins/clamav/Makefile.am
3013 * src/plugins/clamav/clamav_plugin.c
3014 * src/plugins/clamav/clamav_plugin.h
3015 * src/plugins/clamav/clamav_plugin_gtk.c
3016 also merge clamav and clamav_gtk plugins
3018 2005-11-13 [colin] 1.9.100cvs10
3021 * src/plugins/spamassassin/Makefile.am
3022 * src/plugins/spamassassin/spamassassin.c
3023 * src/plugins/spamassassin/spamassassin.h
3024 * src/plugins/spamassassin/spamassassin_gtk.c
3025 Merge spamassassin and spamassassin_gtk plugins,
3026 and build it by default.
3028 2005-11-12 [colin] 1.9.100cvs9
3030 * src/etpan/imap-thread.c
3033 2005-11-12 [colin] 1.9.100cvs8
3036 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
3038 2005-11-10 [colin] 1.9.100cvs7
3041 Fix bug #845 (sylpheed-claws 1.9.99+ start in
3044 2005-11-10 [wwp] 1.9.100cvs6
3046 * src/gtk/description_window.c
3047 fix a crash when closing description windows using the WM's [X] button
3049 2005-11-09 [colin] 1.9.100cvs5
3052 Update libetpan call to follow upstream
3053 (yes, this requires libetpan-0.40cvs3)
3055 2005-11-08 [colin] 1.9.100cvs4
3059 * src/common/utils.c
3060 * src/common/utils.h
3061 Enhance the email parser
3063 2005-11-08 [colin] 1.9.100cvs3
3066 Fix what looks like an off-by-one (fixes
3067 attachments from the Bat)
3069 2005-11-08 [wwp] 1.9.100cvs2
3072 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
3074 2005-11-08 [wwp] 1.9.100cvs1
3077 allow exiting Sylpheed-Claws from command-line
3079 2005-11-08 [paul] 1.9.100
3083 2005-11-07 [colin] 1.9.99cvs17
3087 Fix import of base-64 encoded items
3089 2005-11-07 [colin] 1.9.99cvs16
3091 * src/send_message.c
3092 Fix bug #314 (Queue does not empty under certain
3095 2005-11-07 [paul] 1.9.99cvs15
3099 fix buffer overflows
3102 2005-11-07 [paul] 1.9.99cvs14
3104 * doc/man/Makefile.am
3105 * doc/man/sylpheed-claws.1 ** ADDED **
3106 * doc/man/sylpheed.1 ** DELETED **
3107 rename and update the man file
3109 2005-11-06 [colin] 1.9.99cvs13
3112 Fix ldif_get_line() that returned empty strings
3113 (Didn't understand why). Also fix a possible
3116 2005-11-06 [wwp] 1.9.99cvs12
3120 * src/gtk/gtkutils.c
3121 * src/gtk/gtkutils.h
3122 fix a compilation warning,
3123 make links sensitive in the about dialog
3125 2005-11-04 [wwp] 1.9.99cvs11
3128 don't wrap or translate URIs, and a bit text format cleanup
3130 2005-11-04 [wwp] 1.9.99cvs10
3133 better textview tagging implementation (no more use of marks for
3136 2005-11-02 [colin] 1.9.99cvs9
3141 2005-11-02 [colin] 1.9.99cvs8
3144 Require libetpan-0.40 due to upstream fix
3146 Tell libetpan not to call SSL_Library_Init,
3147 as we do it ourselves.
3149 2005-11-02 [colin] 1.9.99cvs7
3152 Add missing files (thanks to Fabien Vantard)
3154 2005-11-02 [colin] 1.9.99cvs6
3157 Fix totals when read messages are hidden or quicksearch
3161 * src/common/ssl_certificate.c
3162 * src/common/ssl_certificate.h
3163 * src/gtk/sslcertwindow.c
3164 * src/gtk/sslcertwindow.h
3165 Fix copyright on my stuff
3167 2005-11-02 [wwp] 1.9.99cvs5
3169 * src/prefs_themes.c
3170 fix directory name checking (theme installation/removal),
3171 made related error a bit more verbose
3173 2005-11-02 [colin] 1.9.99cvs4
3176 Fix typo (probably fixes bug #841 (Sort by the From
3179 2005-11-02 [paul] 1.9.99cvs3
3183 updated by SungHyun Nam, Geir Helland
3185 fix typo in welcome message. spotted by
3188 2005-11-01 [colin] 1.9.99cvs2
3191 Fix replying to ml wen confirming subscription
3197 Make key check non blocking
3199 2005-10-31 [paul] 1.9.99cvs1
3201 * tools/claws.i18n.status.pl
3202 updated for ChangeLog
3204 2005-10-31 [paul] 1.9.99
3208 2005-10-31 [paul] 1.9.15cvs131
3212 * ChangeLog.claws ** REMOVED **
3213 * ChangeLog-gtk2.claws ** REMOVED **
3214 * ChangeLog.gtk1 ** ADDED **
3219 * README.claws ** REMOVED **
3220 * README.jp ** REMOVED **
3221 * RELEASE_NOTES ** ADDED **
3222 * RELEASE_NOTES.claws ** REMOVED **
3225 * sylpheed.spec.in ** REMOVED **
3226 tidy up and update the default docs:
3227 ChangeLog.claws is renamed ChangeLog.gtk1
3228 ChangeLog-gtk2.claws is renamed ChangeLog
3229 README.claws is renamed README
3230 RELEASE_NOTES.claws is renamed RELEASE_NOTES
3232 2005-10-31 [paul] 1.9.15cvs130
3237 2005-10-31 [paul] 1.9.15cvs129
3248 updated by Miquel Oliete, Stephan Sachse and
3249 Thomas Gilgin, me, Fabien Vantard, Andrea
3250 Spadaccini, Frederico Goncalves Guimaraes,
3251 Andrej Kacian, Aleksandar Urosevic, and
3254 2005-10-31 [mones] 1.9.15cvs128
3260 Updated for release.
3262 2005-10-30 [colin] 1.9.15cvs127
3265 Place cursor before rewrapping (fixes cursor
3266 pos if quotation gets rewrapped)
3268 2005-10-29 [paul] 1.9.15cvs126
3276 corrections to text items
3278 2005-10-28 [colin] 1.9.15cvs125
3281 Make "hit 'C' to check sig" work from extern
3284 2005-10-27 [colin] 1.9.15cvs124
3287 Add a hack to avoid segfaulting when hammering
3290 2005-10-27 [wwp] 1.9.15cvs123
3292 * src/prefs_themes.c
3293 sort list of themes names in themes prefs
3295 2005-10-27 [paul] 1.9.15cvs122
3298 * src/prefs_account.c
3299 fix building on Solaris
3302 2005-10-27 [wwp] 1.9.15cvs121
3305 * src/gtk/gtksctree.c
3306 speed up unselecting messages in summary view (thanks to Colin)
3308 2005-10-27 [paul] 1.9.15cvs120
3311 fix a compilation warning
3313 fix updating of 'n items selected' count
3316 2005-10-27 [martin] 1.9.15cvs119
3319 ignore actions with a leading '/' in the action menu name
3320 fixes a crash on menu creation
3321 * src/prefs_actions.c
3322 do not allow a leading '/' in the action menu name
3324 2005-10-27 [paul] 1.9.15cvs118
3327 fix compilation warning
3329 2005-10-27 [paul] 1.9.15cvs117
3332 add #if HAVE_LOCALE_H
3334 2005-10-27 [paul] 1.9.15cvs116
3336 * src/plugins/clamav/clamav_plugin.c
3337 * src/plugins/dillo_viewer/dillo_viewer.c
3338 * src/plugins/mathml_viewer/mathml_viewer.c
3339 * src/plugins/pgpcore/plugin.c
3340 * src/plugins/pgpinline/plugin.c
3341 * src/plugins/pgpmime/plugin.c
3342 * src/plugins/spamassassin/spamassassin.c
3343 * src/plugins/trayicon/trayicon.c
3344 plugin_init() : make error messages more
3347 2005-10-26 [wwp] 1.9.15cvs115
3349 * src/prefs_matcher.c
3350 enlarge boolean op widget width a bit (wasn't always showing text contents)
3352 2005-10-26 [wwp] 1.9.15cvs114
3355 * src/gtk/gtksctree.c
3356 * src/plugins/spamassassin/libspamc.c
3357 * src/plugins/spamassassin/spamassassin.c
3358 fix some compilation warnings more
3360 2005-10-26 [mones] 1.9.15cvs113
3365 2005-10-26 [paul] 1.9.15cvs112
3367 * src/prefs_message.c
3368 give all display_xface stuff the
3369 #if HAVE_LIBCOMPFACE treatment, thus
3371 (Thanks to Wolfgang Enderlein)
3373 2005-10-26 [colin] 1.9.15cvs111
3379 Remove context menu items that should not be there
3384 Don't show the mainwindow too soon
3386 2005-10-26 [wwp] 1.9.15cvs110
3391 fix uninitialized pointers in the folder updating hook
3394 2005-10-25 [mones] 1.9.15cvs109
3397 General information subsection completed.
3398 Removed archaic references.
3401 * manual/dtd/manual.dsl
3402 Added customization stylesheet for getting paragraphs
3403 fully justified in PDF output (as suggested by Colin).
3405 2005-10-25 [colin] 1.9.15cvs108
3410 2005-10-25 [colin] 1.9.15cvs107
3414 Fix leak (xml_get_element() allocates memory)
3416 Fix leak + dead code (shame!)
3420 2005-10-25 [colin] 1.9.15cvs106
3423 Fix encoding issue in Save all and in
3424 overwrite-confirmation alertpanel
3426 2005-10-25 [colin] 1.9.15cvs105
3428 * src/common/socket.c
3429 Fix a leak - Thanks to Christopher Aillon
3430 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
3432 2005-10-25 [paul] 1.9.15cvs104
3435 Always guess servers from the right-hand
3436 email part and guess username from the
3437 left-hand part. (Thanks to Colin)
3438 add an X-Face to the welcome message
3440 2005-10-25 [paul] 1.9.15cvs103
3442 * manual/handling.xml
3443 written by Colin, edited by me
3445 2005-10-25 [wwp] 1.9.15cvs102
3448 * src/grouplistdialog.c
3451 fix some compilation warnings
3457 2005-10-24 [paul] 1.9.15cvs101
3462 2005-10-24 [paul] 1.9.15cvs100
3464 * src/pixmaps/offline.xpm
3465 * src/pixmaps/online.xpm
3466 replace with last default versions
3468 2005-10-24 [colin] 1.9.15cvs99
3471 Fix bug when moving a folder
3474 "Delete folder" pops up a window, so it
3475 should be suffixed with "..."
3476 * src/plugins/pgpcore/sgpgme.c
3479 2005-10-24 [mones] 1.9.15cvs98
3482 * manual/account.xml
3484 * manual/addrbook.xml
3485 * manual/advanced.xml
3487 * manual/glossary.xml
3489 * manual/handling.xml
3491 * manual/keyboard.xml
3493 * manual/plugins.xml
3494 * manual/starting.xml
3495 * manual/dtd/sdocbook.dtd
3496 Initial manual structure and some content.
3498 2005-10-23 [wwp] 1.9.15cvs97
3503 2005-10-23 [wwp] 1.9.15cvs96
3507 rework of the about window (main work by Paul), also featuring a few
3508 fixes for typos and duplicate names
3510 2005-10-23 [wwp] 1.9.15cvs95
3513 Ignore the right binary name (sylpheed-claws now)
3515 2005-10-23 [paul] 1.9.15cvs94
3518 when using Folder Pref 'Default To for
3519 replies' make the entry in the Compose
3521 Patch by Fabien Vantard
3523 2005-10-22 [colin] 1.9.15cvs93
3528 2005-10-22 [colin] 1.9.15cvs92
3531 try to convert using locale (apart utf8) if necessary
3533 2005-10-22 [colin] 1.9.15cvs91
3535 * src/pixmaps/new.xpm
3536 * src/pixmaps/unread.xpm
3537 Make the unread envelope blue again and
3538 saturate the new one a bit more.
3540 2005-10-22 [colin] 1.9.15cvs90
3543 When replying to a mail sent by one of our accounts,
3544 use the original list of recipients. Let 'Reply All'
3545 and 'Reply to sender' work like previously.
3547 2005-10-21 [colin] 1.9.15cvs89
3549 * src/prefs_filtering.c
3550 Clear fields after add and replace
3552 Display xface differently (better)
3553 * src/plugins/pgpinline/pgpinline.c
3554 Fix crappy encodings/recodings
3556 2005-10-21 [paul] 1.9.15cvs88
3559 * src/prefs_folder_item.c
3561 fix news folder Folder Properties
3564 update folderview after Themes change
3565 keep selected folder selected
3568 2005-10-21 [paul] 1.9.15cvs87
3571 * tools/OOo2sylpheed.pl
3573 * tools/README.sylprint
3574 * tools/asus_mailled.sh ** REMOVED **
3575 * tools/filter_conv.pl
3576 * tools/freshmeat_search.pl
3577 * tools/google_search.pl
3578 * tools/gpg-sign-syl ** REMOVED **
3579 * tools/kmail2sylpheed.pl
3580 * tools/kmail2sylpheed_v2.pl
3581 * tools/multiwebsearch.pl
3582 * tools/nautilus2sylpheed.sh
3583 * tools/newscache_clean.pl
3584 * tools/outlook2sylpheed.pl
3585 * tools/sylpheed-switcher ** REMOVED **
3589 * tools/vcard2xml.py
3590 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3591 update default config dir
3592 update binary name (thanks to Fabien Vantard)
3593 remove obsolete scripts
3595 2005-10-21 [colin] 1.9.15cvs86
3598 Fix possible leak and units. Based on a patch by
3601 2005-10-20 [colin] 1.9.15cvs85
3604 Clear xface when clearing textview
3606 2005-10-20 [colin] 1.9.15cvs84
3612 * src/prefs_common.c
3613 * src/prefs_common.h
3614 * src/prefs_message.c
3618 * src/common/utils.c
3619 * src/common/utils.h
3620 * src/gtk/gtkutils.c
3621 * src/gtk/gtkutils.h
3622 Migrate config to .sylpheed-claws (Automatically)
3623 Add a way to get the Xface in the TextView
3625 2005-10-20 [colin] 1.9.15cvs83
3627 * src/gtk/Makefile.am
3630 Make the about dialog *grooovy*
3632 2005-10-20 [colin] 1.9.15cvs82
3635 Use "Open with" on double click if no command
3638 2005-10-20 [colin] 1.9.15cvs81
3641 * src/etpan/imap-thread.c
3644 2005-10-20 [paul] 1.9.15cvs80
3647 don't show clipkey icon if the only
3648 attachment is the signature
3651 2005-10-20 [paul] 1.9.15cvs79
3654 * src/plugins/pgpmime/pgpmime.c
3655 name the PGP/MIME signature 'signature.asc'
3656 Patch by Andrew Nelson <freeandy@gmail.com>
3658 2005-10-19 [colin] 1.9.15cvs78
3660 * src/plugins/pgpmime/pgpmime.c
3661 Oops, no need to double-check though
3663 2005-10-19 [colin] 1.9.15cvs77
3665 * src/plugins/pgpinline/pgpinline.c
3666 * src/plugins/pgpmime/pgpmime.c
3667 Check that my_tmpfile() doesn't
3670 2005-10-19 [colin] 1.9.15cvs76
3672 * src/common/utils.c
3673 Use shorter mime boundaries to avoid having
3674 MTAs rewrapping our headers, breaking the
3675 PGP signature in the process
3677 * src/plugins/pgpmime/pgpmime.c
3678 Check for boundary uniqueness to be sure
3679 it won't happen, instead of hoping for the
3682 2005-10-19 [colin] 1.9.15cvs75
3684 * sylpheed-claws.desktop
3687 Ship a sylpheed-claws binary instead
3688 of a sylpheed one. Change the socket
3691 Update folder only if it changed
3693 Fix i18n in welcome mail, patch by
3700 2005-10-19 [paul] 1.9.15cvs74
3704 fix summaryview update
3707 2005-10-18 [colin] 1.9.15cvs73
3709 * src/plugins/pgpcore/passphrase.c
3710 Don't XGrabServer, and try a bit more to
3711 sync everything before grabbing mouse/keyboard
3713 2005-10-18 [colin] 1.9.15cvs72
3719 * src/grouplistdialog.c
3721 * src/stock_pixmap.c
3722 * src/stock_pixmap.h
3724 * src/gtk/gtksctree.c
3725 * src/gtk/gtksctree.h
3726 * src/pixmaps/empty.xpm
3727 Implement a wrapper call for gtk_ctree_set_node_info
3728 and gtk_ctree_insert_node, that uses a 1x1 transparent
3729 pixmap instead of a NULL one. This works around some
3730 memory problems deep inside gtk, revealed by valgrind,
3731 and fixes bug #834 (Pressing CTRl-D on a message marked
3732 as locked crashes sylpheed.), as well as, probably,
3733 wwp's 4th dimension problems that happen in gtk_ctree_*.
3735 2005-10-17 [colin] 1.9.15cvs71
3738 Provide visual feedback when checking
3741 2005-10-17 [colin] 1.9.15cvs70
3744 Keep the folder list frozen while checking caches...
3746 2005-10-17 [colin] 1.9.15cvs69
3749 Fi bug #833 (Autocompleting from addressbook
3750 fails with extended chars)
3752 Fix 'adding messages' staying in statusbar
3755 2005-10-17 [wwp] 1.9.15cvs68
3758 Fix buttons' layout resizing when window size changes
3760 2005-10-17 [wwp] 1.9.15cvs67
3763 * src/prefs_account.c
3764 * src/prefs_common.c
3765 * src/prefs_common.h
3766 * src/prefs_folder_item.c
3768 * src/gtk/logwindow.c
3769 * src/gtk/pluginwindow.c
3770 * src/gtk/prefswindow.c
3771 * src/gtk/prefswindow.h
3772 Remember yet more window sizes (log, prefs, folder prefs, accounts)
3774 2005-10-17 [paul] 1.9.15cvs66
3777 fix missing libetpan message
3782 * src/prefs_themes.c
3784 add some new URI defines, change some
3787 make welcome message translatable
3788 small improvements to english
3793 2005-10-17 [paul] 1.9.15cvs65
3798 2005-10-16 [mones] 1.9.15cvs64
3807 2005-10-16 [colin] 1.9.15cvs63
3812 2005-10-16 [colin] 1.9.15cvs62
3817 Real welcome mail text, thanks Paul
3819 2005-10-16 [colin] 1.9.15cvs61
3825 * src/prefs_themes.c
3826 * src/prefs_toolbar.c
3827 * src/plugins/demo/demo.c
3828 * src/plugins/trayicon/trayicon.c
3829 s/Sylpheed/Sylpheed-Claws/
3831 2005-10-16 [colin] 1.9.15cvs60
3834 Add a welcome email in the first empty mailbox
3835 * src/prefs_common.c
3836 Change one more default
3838 2005-10-16 [colin] 1.9.15cvs59
3843 2005-10-16 [colin] 1.9.15cvs58
3846 * src/prefs_common.c
3847 Change some defaults
3849 2005-10-16 [colin] 1.9.15cvs57
3852 * src/prefs_common.c
3853 Change some defaults
3855 2005-10-16 [colin] 1.9.15cvs56