1 2006-03-01 [colin] 2.0.0cvs97
3 * src/plugins/spamassassin/spamassassin.c
4 Fix segfault (g_file_set_contents fails for some
5 reason and err==0x2f. Can't find out why with
6 valgrind, using working function :-)
8 2006-03-01 [colin] 2.0.0cvs96
11 Offline overriding: let 'No' be cached only 3 seconds
13 2006-03-01 [colin] 2.0.0cvs95
19 * src/folder_item_prefs.c
28 * src/prefs_msg_colors.c
35 * src/simple-gettext.c
41 * src/common/ssl_certificate.c
45 * src/gtk/gtkshruler.c
46 * src/plugins/trayicon/trayicon.c
47 #if 0 goes to /dev/null
49 2006-03-01 [colin] 2.0.0cvs94
57 * src/plugins/spamassassin/spamassassin.c
58 Allow to add information in the "working offline"
61 2006-03-01 [wwp] 2.0.0cvs93
63 * src/plugins/spamassassin/spamassassin.c
64 fixed spamc invocation: use a tricky temporary mini shell wrapper
65 'cause it seems that calling `spamc ... < inputfile` with
66 g_spawn_(a)sync simply.. erm doesn't work :-).
68 2006-03-01 [wwp] 2.0.0cvs92
72 simplify the adding of spam/ham button to the messageview toolbar
73 (it gets more clear now that the same button will be "Mark as spam"
74 or "Mark as ham" according to the current message status,
77 2006-03-01 [wwp] 2.0.0cvs91
83 * src/plugins/spamassassin/spamassassin.c
84 * src/plugins/spamassassin/spamassassin.h
85 make learner callbacks return a status (0 for ok),
86 handle it in main code to avoid setting flags when learning failed,
87 don't learn on TCP if offline in spamassassin,
92 2006-03-01 [wwp] 2.0.0cvs90
95 some work around the compose window's account menu,
96 patch by Fabien Vantard.
98 2006-03-01 [wwp] 2.0.0cvs89
100 * src/plugins/spamassassin/spamassassin.c
101 fixed bad logics, was using spamc in local mode and sa-learn
102 in remote mode (thanks, Colin).
104 2006-03-01 [wwp] 2.0.0cvs88
106 * src/plugins/spamassassin/spamassassin.c
107 * src/plugins/spamassassin/spamassassin.h
108 * src/plugins/spamassassin/spamassassin_gtk.c
109 made processing of emails w/ sa-plugin an option (default is TRUE),
110 fixed Engrish some tooltips, capitalization of some debug messages
111 and warnings. The spamassassin plugin now provides two separate
112 services: process emails upon incorporation and spamd training.
113 Both services (un)register independently but use some common
114 plugin settings (transport settings, spam storage location).
116 2006-02-28 [wwp] 2.0.0cvs87
118 * src/plugins/spamassassin/spamassassin.c
119 fix async flag to spamc cmdline execution (batch exec should
122 2006-02-27 [wwp] 2.0.0cvs86
124 * src/plugins/spamassassin/spamassassin.c
125 * src/plugins/spamassassin/spamassassin.h
126 * src/plugins/spamassassin/spamassassin_gtk.c
127 - added the ability to learn a remote spamassassin server (spamd),
129 - added the spamassassin option 'username', that applies to all
130 spamassassin operations (filtering, learning, local or remote).
131 The default username is the current unix user (if left blank
132 from gtk prefs or config file).
133 - commented out some unused code (notebook widget), removed unused
135 - make more widgets sensitive to the transport type.
137 2006-02-27 [colin] 2.0.0cvs85
139 * src/plugins/spamassassin/spamassassin.c
140 Fix sa-learn call when offline
142 2006-02-27 [colin] 2.0.0cvs84
150 * src/prefs_toolbar.c
157 * src/pixmaps/ham_btn.xpm
158 * src/pixmaps/spam.xpm
159 * src/pixmaps/spam_btn.xpm
160 * src/plugins/spamassassin/spamassassin.c
161 Add button in toolbar for spam learning
162 Fix a few bugs from the last related commit
163 Revert 1.9.6cvs23 which messed up shift-selection
165 2006-02-24 [colin] 2.0.0cvs83
170 * src/plugins/spamassassin/spamassassin.c
171 * src/plugins/spamassassin/spamassassin.h
172 * src/plugins/spamassassin/spamassassin_gtk.c
173 Unregister learner when spamassassin is either
176 2006-02-24 [colin] 2.0.0cvs82
187 * src/gtk/icon_legend.c
188 * src/pixmaps/spam.xpm ** NEW FILE **
189 * src/plugins/spamassassin/spamassassin.c
190 * src/plugins/spamassassin/spamassassin_gtk.c
191 Add spam learning interface (Mark/Mark as
194 2006-02-24 [wwp] 2.0.0cvs81
199 hide compose window when sending message in batch mode
200 (filtering: forward and redirect). Also fixed a wrong
201 value returned when sending failed, neutral anyway.
204 2006-02-24 [wwp] 2.0.0cvs80
207 use GTK+'s stock quit button. Patch by Fabien Vantard.
209 2006-02-24 [paul] 2.0.0cvs79
214 fix bug 916, 'newsgroup unsubscribe segmentation fault'
217 2006-02-23 [colin] 2.0.0cvs78
220 Change OK to Close in alertpanel with View log
221 button; add accel to View log. Patch by Fabien
224 2006-02-23 [wwp] 2.0.0cvs77
227 silly me, there were much more tests to perform, since toolbars can
228 really have down to 1 element only.
230 2006-02-23 [wwp] 2.0.0cvs76
233 fixed indentation from my previous commit. Fallback to VISUAL if
234 EDITOR is not set (and to vi, at last resort).
236 2006-02-23 [wwp] 2.0.0cvs75
239 improved error detection (Colin, me).
241 2006-02-23 [wwp] 2.0.0cvs74
243 * src/prefs_toolbar.c
244 simplify and fix prefs/toolbars layouting. Combos' contents can
245 now be really displayed.
247 2006-02-23 [wwp] 2.0.0cvs73
248 simplifies and fix prefs/toolbars layouting. Combos' contents can now
251 2006-02-22 [wwp] 2.0.0cvs72
254 fix a typo in my previous commit (sorry!).
256 2006-02-22 [wwp] 2.0.0cvs71
258 * src/prefs_toolbar.c
259 fix a crash when adding separators to toolbars,
260 also fix some separator item information.
262 2006-02-22 [wwp] 2.0.0cvs70
265 fix a crash when redirecting (for instance) when compose window's
266 toolbar contents has been customized (when some buttons have been
269 2006-02-21 [wwp] 2.0.0cvs69
272 * src/gtk/pluginwindow.c
273 * src/plugins/pgpcore/prefs_gpg.c
274 fix some compilation warnings (feat. remains of removed code).
276 2006-02-21 [wwp] 2.0.0cvs68
279 fix two compilation issues, thanks to Stephan Sachse.
281 2006-02-20 [colin] 2.0.0cvs67
284 Don't reselect displayed mail on refocus
285 This fixes actions misbehaving
287 2006-02-20 [wwp] 2.0.0cvs66
290 * src/gtk/gtksctree.c
291 * src/gtk/gtkshruler.c
292 changed more runtime typecast checks.
294 2006-02-20 [wwp] 2.0.0cvs65
296 * src/summary_search.c
297 find all - summaryview refresh issue fixed, thanks to Colin.
299 2006-02-20 [wwp] 2.0.0cvs64
302 better runtime typecast checks.
304 2006-02-20 [wwp] 2.0.0cvs63
306 * src/summary_search.c
307 enhancements to the summary search:
308 - add the ability to stop the running search
309 (upon ESC-key press, new Stop button or when Clear button is pressed)
310 - don't search if no criteria (From/To/Subject/Body) is set
311 - ensure that a busy mouse pointer is always shown when searching,
312 show it even a bit earlier
314 2006-02-19 [colin] 2.0.0cvs62
318 * src/etpan/imap-thread.c
319 * src/etpan/imap-thread.h
320 (Future) IMAP speed improvement on sending
321 Will require a libetpan update
323 * src/gtk/quicksearch.c
324 Make quicksearch clearable while running.
326 2006-02-17 [colin] 2.0.0cvs61
329 * src/etpan/imap-thread.c
330 * src/etpan/imap-thread.h
331 Check for IMAP certificates
332 ** Requires libetpan-0.42-cvs4
333 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
335 2006-02-17 [colin] 2.0.0cvs60
340 * src/prefs_message.c
341 Add pref to display HTML-only mails with plugin,
342 if possible (defaulting to FALSE of course).
344 2006-02-16 [colin] 2.0.0cvs59
347 * src/common/plugin.c
348 * src/common/plugin.h
349 * src/gtk/pluginwindow.c
350 Keep track of requested (but unloaded) plugins
353 2006-02-16 [wwp] 2.0.0cvs58
355 * src/gtk/gtkaspell.c
356 * src/gtk/gtkaspell.h
357 * src/prefs_spelling.c
361 implemented new optional spellchecker behaviour: re-check message when
362 dictionary got changed (from compose-window/context-menu/Change dictionary).
364 2006-02-16 [wwp] 2.0.0cvs57
366 * src/quote_fmt_parse.y
367 pclose popen'ed pipe.
369 2006-02-15 [colin] 2.0.0cvs56
373 Let MimeViewers know which MimeView they
376 Swap From/To columns in Sent/Queue/Drafts
378 * src/etpan/imap-thread.c
379 Use mailstream_low_tls_open() for STARTTLS
380 instead of mailstream_low_ssl_open()
381 ** REQUIRES libetpan 0.42cvs3 **
383 2006-02-15 [wwp] 2.0.0cvs55
387 * src/message_search.c
388 * src/message_search.h
392 added the ability to Find text in the compose window (and a bit
393 of code factorization).
395 2006-02-15 [wwp] 2.0.0cvs54
398 yet another one file was missing (fix for some widgets' sensitivity).
401 2006-02-15 [wwp] 2.0.0cvs53
404 oops forgot that file (fix for some widgets' sensitivity).
406 2006-02-15 [wwp] 2.0.0cvs52
408 * src/summary_search.c
409 implemented advanced summary search options (added the ability
410 to use matcher conditions in an advanced search mode).
412 2006-02-15 [wwp] 2.0.0cvs51
414 * src/plugins/pgpcore/prefs_gpg.c
415 * src/prefs_account.c
416 fix some widget sensitivity, mostly around some labels in
419 2006-02-15 [paul] 2.0.0cvs50
421 * manual/advanced.xml
422 improve Templates info
425 2006-02-14 [colin] 2.0.0cvs49
427 * src/pixmaps/address_book.xpm
428 * src/pixmaps/preferences.xpm
429 * src/pixmaps/properties.xpm
430 Fix pixmap size - patch by Fabien Vantard
432 2006-02-13 [colin] 2.0.0cvs48
435 Add missing fclose()s on error
439 Fix temp files not being deleted on windows
440 Patches by Thomas Gilgin
442 2006-02-13 [colin] 2.0.0cvs47
447 2006-02-13 [wwp] 2.0.0cvs46
449 * src/plugins/pgpcore/prefs_gpg.c
450 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
452 2006-02-12 [colin] 2.0.0cvs45
457 Fix "stuff" when quitting
459 2006-02-12 [wwp] 2.0.0cvs44
462 fix typos in debug messages.
464 2006-02-11 [colin] 2.0.0cvs43
467 don't allow drag/drop from ourself
469 2006-02-10 [wwp] 2.0.0cvs42
476 renamed html_ prefixed functions and data structures to avoid
477 namespace clashes w/ other software (gtkhtml2 for instance).
481 2006-02-09 [colin] 2.0.0cvs41
484 Fix shitty logic messed up. Thanks Ticho for the hint!
486 2006-02-09 [wwp] 2.0.0cvs40
490 * src/prefs_account.c
493 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
494 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
495 Browse buttons in accounts prefs.
497 2006-02-09 [colin] 2.0.0cvs39
500 Check for pointer before using its members
501 * src/gtk/gtksourceprintjob.c
504 2006-02-09 [wwp] 2.0.0cvs38
507 fix few compiler warnings (type mismatch).
509 2006-02-09 [paul] 2.0.0cvs37
512 updated by Fabien Vantard
514 2006-02-08 [colin] 2.0.0cvs36
518 * src/common/plugin.c
519 allow windows and linux configurations to coexist
520 patch by Thomas Gilgin
522 2006-02-08 [colin] 2.0.0cvs35
527 * src/matcher_parser_parse.y
528 * src/prefs_filtering_action.c
529 * src/prefs_matcher.c
530 Add the "Ignore thread" filtering
533 2006-02-08 [colin] 2.0.0cvs34
538 Fix bug #905 (damaged attachment)
539 text files with raw \0's aren't really text files
542 2006-02-08 [colin] 2.0.0cvs33
545 Fix crasher introduced yesterday
547 2006-02-08 [wwp] 2.0.0cvs32
551 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
553 2006-02-08 [wwp] 2.0.0cvs31
555 * src/prefs_template.c
556 templates enhancement: allow address completion for Cc and Bcc fields
557 (it was currently possible for the To field only)
559 2006-02-08 [colin] 2.0.0cvs30
562 Don't unblock if not blocked
565 2006-02-07 [colin] 2.0.0cvs29
568 Forgot to refresh summaryview
570 2006-02-07 [colin] 2.0.0cvs28
573 Freeze/thaw message list and folder list while
574 processing %as{} actions
576 Fix auto-wrap disabling after a middle-click
579 2006-02-07 [paul] 2.0.0cvs27
582 fix freeing of uninitialised pointers
585 2006-02-06 [colin] 2.0.0cvs26
588 Use g_slist_prepend in potentially big list
590 2006-02-06 [colin] 2.0.0cvs25
593 Completely skip processing if it doesn't
596 2006-02-06 [colin] 2.0.0cvs24
600 Batch filtering in summaryview (from Tools menu)
601 and pre/post//-processing too
603 2006-02-06 [colin] 2.0.0cvs23
607 Use a special field for batch filtering instead
608 of stepping on deferred execution's toes
610 2006-02-06 [colin] 2.0.0cvs22
617 Fix filtering via menus and actions
619 2006-02-06 [colin] 2.0.0cvs21
622 Put the added file directly to cache if possible (will work
630 Move and copy filtered messages by batches instead of one
631 by one - faster on IMAP
633 Add a function that'll possibly be useful later
635 2006-02-06 [colin] 2.0.0cvs20
638 Use internal mime-type instead of text/plain for d'n'd
640 Allow attaching files from mimeview's icon list via d'n'd
643 Use internal mime-type instead of text/plain for d'n'd
644 Don't try to selected opened folder if none is
645 Factorize d'n'd from other apps code
650 Factorize Face/X-Face stuff
652 Fix d'n'd to other apps
653 * src/prefs_message.c
654 Let the XFace pref be usable without libcompface as it also
657 Fix d'n'd to other apps
658 Factorize d'n'd from other apps code
660 2006-02-06 [wwp] 2.0.0cvs19
663 Italian translation fixes by Andrea Spadaccini (no more confusion
664 between filtering and processing, and few changes in the About
668 2006-02-06 [mones] 2.0.0cvs18
670 * src/gtk/icon_legend.c
671 Improved descriptions allowing better translations
673 2006-02-05 [colin] 2.0.0cvs17
676 Add the f*cking missing expunge that caused imap_fetch_env
677 to fail after an add_msgs ! :-///
678 * src/etpan/imap-thread.c
682 2006-02-05 [colin] 2.0.0cvs16
685 Don't check for return-path (or we can't put
688 2006-02-05 [colin] 2.0.0cvs15
691 Don't try to display Face header in textview
692 when teh headerview's active
694 2006-02-05 [colin] 2.0.0cvs14
698 Add script to import Thunderbird mails
700 2006-02-05 [colin] 2.0.0cvs13
707 Show Face headers - patch partially by Klaus Flittner
709 2006-02-05 [colin] 2.0.0cvs12
715 Let dnd work from mime icons to summaryview
716 and to folderview too
717 Add a crude test to avoid trying to add files
718 drag'n'dropped when they're not mails
720 2006-02-04 [colin] 2.0.0cvs11
726 2006-02-04 [colin] 2.0.0cvs10
733 Added various drag and drop capas:
735 summaryview other apps
736 mimeview icons other apps
737 other apps summaryview
738 other apps folderview
740 This shouldn't have broken the existing:
742 summaryview folderview
743 folderview folderview
744 summaryview compose's attachments
748 2006-02-02 [paul] 2.0.0cvs9
751 move global option 'Set displayed columns...' out
752 of folder option grouping.
753 fix sensitivity of 'harvest addresses'
756 2006-02-01 [colin] 2.0.0cvs8
759 Revert the alertpanel patch, it sucks (intrusive
760 and gets in the way of "open")
762 2006-02-01 [colin] 2.0.0cvs7
765 * src/prefs_account.c
770 Add ability to edit the signature file
771 from the account preferences, and use
772 a default for the text editor.
773 Patch by Fabien Vantard
775 2006-02-01 [colin] 2.0.0cvs6
778 Try to get mime type by extension if it is
779 application/octet-stream
780 Display a window with possible choices when
781 encountering unknown mime types
785 Allow multiple selection in filtered filesel
786 (patch by Fabien Vantard)
787 * src/gtk/pluginwindow.c
788 Use it (patch by Fabien Vantard)
790 2006-02-01 [paul] 2.0.0cvs5
793 fix crash on creating jpilot address book
794 Thanks to Colin - FOR_STABLE
795 * src/prefs_summaries.c
796 * src/prefs_wrapping.c
797 * src/gtk/icon_legend.c
798 * src/gtk/quicksearch.c
799 string fixes and additions
801 2006-02-01 [paul] 2.0.0cvs4
807 add Arabic encoding option
808 Patch submitted by Mohammed Sameer <msameer@users.sf.net>
810 2006-01-31 [colin] 2.0.0cvs3
812 * src/plugins/pgpcore/passphrase.c
813 Convert passphrase to locale encoding
815 Fix drafting on IMAP. Crappy bug sneaked in
819 2006-01-30 [paul] 2.0.0cvs2
821 * src/gtk/icon_legend.c
824 2006-01-30 [colin] 2.0.0cvs1
827 Check for the file to be present before
828 enabling the menu - FOR_STABLE
829 * src/gtk/icon_legend.c
830 Add folders icons (not all of them, there
831 are too much, but the most intriguing ones)
833 2006-01-30 [paul] 2.0.0
835 version 2.0.0 released
837 2006-01-30 [paul] 1.9.100cvs200
842 * manual/starting.xml
843 * manual/sylpheed-claws-manual.xml
846 2006-01-29 [mones] 1.9.100cvs199
849 * manual/advanced.xml
850 * manual/glossary.xml
851 Some typos fixed, added LDIF term to glossary
853 Fixed leading plus symbol
855 2006-01-29 [paul] 1.9.100cvs198
859 updated by Tommi Pirinen and Andrej Kacian
861 2006-01-29 [paul] 1.9.100cvs197
866 2006-01-29 [paul] 1.9.100cvs196
871 * tools/claws.i18n.status.pl
872 nl translation updated by Tim Dijkstra
874 2006-01-29 [paul] 1.9.100cvs195
878 updated by Aleksandar Urosevic and Anders Troback
880 2006-01-28 [colin] 1.9.100cvs194
882 * src/gtk/gtksourceprintjob.c
883 Don't fiddle with PangoLayout when we
886 2006-01-28 [paul] 1.9.100cvs193
892 * tools/claws.i18n.status.pl
893 updated translations submitted by Stavros Giannouris
896 2006-01-27 [colin] 1.9.100cvs192
899 * src/gtk/gtksourceprintjob.c
901 (libgnomeprint only, of course)
903 2006-01-27 [paul] 1.9.100cvs191
907 updated by Fabien Vantard and Andrea Spadaccini
909 2006-01-26 [colin] 1.9.100cvs190
913 Make building the manual optional
916 2006-01-26 [paul] 1.9.100cvs189
918 * manual/glossary.xml
924 2006-01-26 [paul] 1.9.100cvs188
926 * src/prefs_display_header.c
927 * src/prefs_folder_column.c
928 * src/prefs_msg_colors.c
929 * src/prefs_summaries.c
930 * src/prefs_summary_column.c
933 2006-01-25 [colin] 1.9.100cvs187
936 Don't allow moving/copying mails between
937 queue/drafts and non-queue/drafts folders
938 Fixes bug #897 (message header is resetted
939 if one is copied to Drafts)
941 2006-01-25 [colin] 1.9.100cvs186
945 Fix subscribed folders not found
947 Don't try to encode as original mail's charset
950 2006-01-25 [paul] 1.9.100cvs185
959 updates submitted by Stephan Sachse, Emilian Nowak
960 and Quar, Frederico Goncalves Guimaraes, and
962 Fix Bug 896, 'PT_BR locale broken'.
966 2006-01-24 [mones] 1.9.100cvs184
968 * manual/glossary.xml
969 All current terms finished. Reviewers welcome ;-)
970 * manual/keyboard.xml
971 Fixed column width for pdf output.
975 2006-01-24 [paul] 1.9.100cvs183
977 * manual/glossary.xml
979 * manual/dist/html/Makefile.am
980 * manual/dist/pdf/Makefile.am
981 * manual/dist/ps/Makefile.am
982 * manual/dist/txt/Makefile.am
986 2006-01-24 [mones] 1.9.100cvs182
988 * manual/glossary.xml
989 Nearly finished, some terms missing.
991 2006-01-23 [paul] 1.9.100cvs181
993 * manual/dist/html/Makefile.am
994 * manual/dist/pdf/Makefile.am
995 * manual/dist/ps/Makefile.am
996 * manual/dist/txt/Makefile.am
1001 2006-01-22 [colin] 1.9.100cvs180
1004 * src/gtk/gtkaspell.c
1005 Don't deselect stuff before right-clicking, with aspell.
1006 (This prevented right-click Copy, for example).
1009 2006-01-22 [paul] 1.9.100cvs179
1011 * src/summary_search.c
1012 don't fix the widget size as it causes problems
1014 Thanks to Emilian Nowak
1016 2006-01-21 [paul] 1.9.100cvs178
1018 * src/prefs_themes.c
1019 fix broken underlining of label text
1020 with some translations
1022 2006-01-21 [colin] 1.9.100cvs177
1025 In French "Composition" puts the Compose toolbar's prefs in the wrong place
1027 2006-01-20 [colin] 1.9.100cvs176
1032 * manual/dist/html/.cvsignore
1033 * manual/dist/html/Makefile.am
1034 * manual/dist/pdf/.cvsignore
1035 * manual/dist/pdf/Makefile.am
1036 * manual/dist/ps/.cvsignore
1037 * manual/dist/ps/Makefile.am
1038 * manual/dist/txt/.cvsignore
1039 * manual/dist/txt/Makefile.am
1042 2006-01-20 [paul] 1.9.100cvs175
1044 * manual/handling.xml
1045 make Filtering and Searching entries easier to find
1046 * manual/keyboard.xml
1047 add the remaining default keybinds
1048 * src/prefs_summaries.c
1049 update the default keybinds
1051 2006-01-20 [paul] 1.9.100cvs174
1063 replace 'e-mail' with 'email'
1064 * src/summary_search.c
1065 add mnemonic to "Find all" button
1067 2006-01-20 [wwp] 1.9.100cvs173
1071 touched mbox import/export buttons for HIG-compliance
1073 2006-01-19 [paul] 1.9.100cvs172
1075 * manual/account.xml
1076 * manual/addrbook.xml
1077 * manual/advanced.xml
1079 * manual/handling.xml
1081 * manual/plugins.xml
1082 * manual/starting.xml
1085 2006-01-19 [paul] 1.9.100cvs171
1088 allow use of trash button while receiving
1091 2006-01-19 [wwp] 1.9.100cvs170
1093 * src/gtk/quicksearch.c
1095 force text color to black when yellow background is set
1097 2006-01-19 [colin] 1.9.100cvs169
1099 * src/plugins/trayicon/trayicon.c
1100 Gray out Get Mail when already getting mail
1102 2006-01-18 [paul] 1.9.100cvs168
1105 give widget yellow background was To is
1106 set via folder prefs
1107 * src/gtk/quicksearch.c
1108 give widget yellow background when quick
1112 2006-01-18 [paul] 1.9.100cvs167
1114 * doc/man/sylpheed-claws.1
1115 add --subscribe option
1117 2006-01-18 [paul] 1.9.100cvs166
1119 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1120 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1121 use %U instead of %F (%F is broken for user installed
1124 2006-01-18 [colin] 1.9.100cvs165
1127 Default to Yes in "No more * messages" dialogs
1129 2006-01-17 [colin] 1.9.100cvs164
1132 Possibly fix an invalid iterator causing
1135 2006-01-17 [colin] 1.9.100cvs163
1138 Fix crash when the image disappears under the
1141 2006-01-16 [colin] 1.9.100cvs162
1144 Fix reenabling autowrap
1146 2006-01-16 [colin] 1.9.100cvs161
1149 reset quote_len before getting quote_str
1151 2006-01-16 [colin] 1.9.100cvs160
1158 Fix bug #883 (default inbox does not track folder move)
1160 2006-01-16 [colin] 1.9.100cvs159
1163 * src/plugins/pgpcore/passphrase.c
1166 2006-01-16 [paul] 1.9.100cvs158
1168 * src/prefs_actions.c
1169 * src/prefs_filtering_action.c
1170 * src/prefs_matcher.c
1172 * src/gtk/description_window.c
1173 * src/gtk/description_window.h
1174 * src/gtk/quicksearch.c
1175 description window cleanups
1177 2006-01-15 [colin] 1.9.100cvs157
1180 * src/prefs_filtering.c
1183 2006-01-15 [colin] 1.9.100cvs156
1187 Same for "Empty trash"
1189 2006-01-15 [colin] 1.9.100cvs155
1192 Override offline dialog had Yes by default
1194 2006-01-15 [colin] 1.9.100cvs154
1197 Delete selected messages? previously had Yes the default
1199 2006-01-15 [colin] 1.9.100cvs153
1204 Check if a mailbox is loaded after all
1207 2006-01-15 [colin] 1.9.100cvs152
1210 Don't start wizard when there are unloaded folders (will help
1211 people with only mbox or maildir mailboxes)
1213 2006-01-14 [colin] 1.9.100cvs151
1221 More HIG compliance and fixes
1223 2006-01-14 [colin] 1.9.100cvs150
1225 * src/prefs_filtering_action.c
1227 Two forgotten button order changes
1229 2006-01-14 [colin] 1.9.100cvs149
1239 * src/prefs_actions.c
1240 * src/prefs_customheader.c
1241 * src/prefs_filtering.c
1242 * src/prefs_matcher.c
1243 * src/prefs_template.c
1248 All deletion confirmations are now "Cancel, Delete"
1249 instead of "No, Yes"
1250 Clarified most of the other "No, Yes" to
1251 "Cancel, Descriptive_action"
1252 Rechanged the "Entry not saved" alerts to have
1253 "Close, Continue editing"
1258 * 2.0.0-rc4 released
1260 2006-01-14 [paul] 1.9.100cvs148
1275 * src/grouplistdialog.c
1282 * src/message_search.c
1287 * src/prefs_actions.c
1288 * src/prefs_customheader.c
1289 * src/prefs_filtering.c
1290 * src/prefs_matcher.c
1291 * src/prefs_template.c
1292 * src/prefs_themes.c
1294 * src/summary_search.c
1298 * src/gtk/foldersort.c
1299 * src/gtk/gtkaspell.c
1300 * src/gtk/inputdialog.c
1301 * src/gtk/prefswindow.c
1302 * src/plugins/pgpcore/select-keys.c
1303 * src/plugins/trayicon/trayicon.c
1304 HIG compliant button order
1306 2006-01-14 [mones] 1.9.100cvs147
1311 2006-01-13 [paul] 1.9.100cvs146
1316 add Joshua M. Kwan to contributors list
1318 2006-01-13 [colin] 1.9.100cvs145
1320 * src/gtk/quicksearch.c
1321 Don't refocus quick search after executing (Esc or Enter)
1322 Allows to '/'search something then move up/down in
1323 summaryview, and to Esc a search and be back in the
1326 2006-01-13 [paul] 1.9.100cvs144
1328 * src/plugins/pgpinline/pgpinline.c
1329 support Content-Type 'application/pgp'
1330 patch by Joshua M. Kwan <joshuak@users.sf.net>
1332 2006-01-13 [paul] 1.9.100cvs143
1334 * manual/account.xml
1335 make mention of partial retrieval
1338 2006-01-13 [paul] 1.9.100cvs142
1379 * src/customheader.c
1380 * src/customheader.h
1381 * src/displayheader.c
1382 * src/displayheader.h
1393 * src/editldap_basedn.c
1394 * src/editldap_basedn.h
1410 * src/folder_item_prefs.c
1411 * src/folder_item_prefs.h
1418 * src/grouplistdialog.c
1419 * src/grouplistdialog.h
1423 * src/image_viewer.c
1424 * src/image_viewer.h
1460 * src/message_search.c
1461 * src/message_search.h
1478 * src/partial_download.c
1479 * src/partial_download.h
1484 * src/prefs_account.c
1485 * src/prefs_account.h
1486 * src/prefs_actions.c
1487 * src/prefs_actions.h
1488 * src/prefs_common.c
1489 * src/prefs_common.h
1490 * src/prefs_compose_writing.c
1491 * src/prefs_compose_writing.h
1492 * src/prefs_customheader.c
1493 * src/prefs_customheader.h
1494 * src/prefs_display_header.c
1495 * src/prefs_display_header.h
1496 * src/prefs_filtering.c
1497 * src/prefs_filtering.h
1498 * src/prefs_filtering_action.c
1499 * src/prefs_filtering_action.h
1500 * src/prefs_folder_column.c
1501 * src/prefs_folder_column.h
1502 * src/prefs_folder_item.c
1503 * src/prefs_folder_item.h
1508 * src/prefs_image_viewer.c
1509 * src/prefs_image_viewer.h
1510 * src/prefs_matcher.c
1511 * src/prefs_matcher.h
1512 * src/prefs_message.c
1513 * src/prefs_msg_colors.c
1514 * src/prefs_msg_colors.h
1517 * src/prefs_receive.c
1519 * src/prefs_spelling.c
1520 * src/prefs_spelling.h
1521 * src/prefs_summaries.c
1522 * src/prefs_summaries.h
1523 * src/prefs_summary_column.c
1524 * src/prefs_summary_column.h
1525 * src/prefs_template.c
1526 * src/prefs_template.h
1527 * src/prefs_themes.c
1528 * src/prefs_themes.h
1529 * src/prefs_toolbar.c
1530 * src/prefs_toolbar.h
1531 * src/prefs_wrapping.c
1532 * src/prefs_wrapping.h
1542 * src/quote_fmt_parse.y
1545 * src/remotefolder.c
1546 * src/remotefolder.h
1547 * src/send_message.c
1548 * src/send_message.h
1551 * src/sourcewindow.c
1552 * src/sourcewindow.h
1557 * src/stock_pixmap.c
1558 * src/stock_pixmap.h
1559 * src/summary_search.c
1560 * src/summary_search.h
1577 * src/common/base64.c
1578 * src/common/base64.h
1580 * src/common/hooks.c
1581 * src/common/hooks.h
1584 * src/common/mgutils.c
1585 * src/common/mgutils.h
1588 * src/common/passcrypt.c
1589 * src/common/passcrypt.h.in
1590 * src/common/plugin.c
1591 * src/common/plugin.h
1592 * src/common/prefs.c
1593 * src/common/prefs.h
1594 * src/common/progressindicator.c
1595 * src/common/progressindicator.h
1596 * src/common/quoted-printable.c
1597 * src/common/quoted-printable.h
1598 * src/common/session.c
1599 * src/common/session.h
1602 * src/common/socket.c
1603 * src/common/socket.h
1606 * src/common/ssl_certificate.c
1607 * src/common/ssl_certificate.h
1608 * src/common/stringtable.c
1609 * src/common/stringtable.h
1610 * src/common/sylpheed.c
1611 * src/common/sylpheed.h
1612 * src/common/template.c
1613 * src/common/template.h
1614 * src/common/timing.h
1615 * src/common/utils.c
1616 * src/common/utils.h
1617 * src/common/version.h.in
1620 * src/common/xmlprops.c
1621 * src/common/xmlprops.h
1622 * src/gtk/colorlabel.c
1623 * src/gtk/colorsel.c
1624 * src/gtk/colorsel.h
1625 * src/gtk/description_window.c
1626 * src/gtk/description_window.h
1629 * src/gtk/foldersort.c
1630 * src/gtk/foldersort.h
1631 * src/gtk/gtkutils.c
1632 * src/gtk/gtkutils.h
1633 * src/gtk/inputdialog.c
1634 * src/gtk/inputdialog.h
1635 * src/gtk/logwindow.c
1636 * src/gtk/logwindow.h
1637 * src/gtk/manage_window.c
1638 * src/gtk/manage_window.h
1641 * src/gtk/pluginwindow.c
1642 * src/gtk/pluginwindow.h
1643 * src/gtk/prefswindow.c
1644 * src/gtk/prefswindow.h
1645 * src/gtk/progressdialog.c
1646 * src/gtk/progressdialog.h
1647 * src/gtk/sslcertwindow.c
1648 * src/gtk/sslcertwindow.h
1649 * src/plugins/clamav/clamav_plugin.c
1650 * src/plugins/clamav/clamav_plugin.h
1651 * src/plugins/clamav/clamav_plugin_gtk.c
1652 * src/plugins/demo/demo.c
1653 * src/plugins/dillo_viewer/dillo_prefs.c
1654 * src/plugins/dillo_viewer/dillo_prefs.h
1655 * src/plugins/dillo_viewer/dillo_viewer.c
1656 * src/plugins/pgpcore/passphrase.c
1657 * src/plugins/pgpcore/passphrase.h
1658 * src/plugins/pgpcore/plugin.c
1659 * src/plugins/pgpcore/select-keys.c
1660 * src/plugins/pgpcore/select-keys.h
1661 * src/plugins/pgpcore/sgpgme.c
1662 * src/plugins/pgpcore/sgpgme.h
1663 * src/plugins/pgpinline/pgpinline.c
1664 * src/plugins/pgpinline/pgpinline.h
1665 * src/plugins/pgpinline/plugin.c
1666 * src/plugins/pgpmime/pgpmime.c
1667 * src/plugins/pgpmime/pgpmime.h
1668 * src/plugins/pgpmime/plugin.c
1669 * src/plugins/spamassassin/spamassassin.c
1670 * src/plugins/spamassassin/spamassassin.h
1671 * src/plugins/spamassassin/spamassassin_gtk.c
1672 * src/plugins/trayicon/trayicon.c
1673 update copyright header
1675 2006-01-13 [paul] 1.9.100cvs141
1681 * src/prefs_account.c
1682 * src/prefs_display_header.c
1683 * src/prefs_receive.c
1685 * src/prefs_summaries.c
1686 * src/prefs_themes.c
1687 * src/prefs_toolbar.c
1691 2006-01-12 [colin] 1.9.100cvs140
1696 Add --subscribe option
1697 Let sylpheed-claws email@domain.com equivalent to --compose
1698 Let sylpheed-claws proto://blah.com equivalent to --subscribe
1700 2006-01-12 [paul] 1.9.100cvs139
1703 append 'Change folder order' label with '...'
1704 * src/prefs_actions.c
1705 allow reordering of actions list by dnd
1706 * src/gtk/foldersort.c
1707 make the dialog nicer
1709 2006-01-11 [colin] 1.9.100cvs138
1712 Allow templates without text
1714 2006-01-11 [paul] 1.9.100cvs137
1717 * tools/filter_conv_new.pl
1719 also check .sylpheed for filter.xml
1720 be a bit informative to the user
1722 2006-01-11 [colin] 1.9.100cvs136
1725 Fix bug #888 (2.0.0rc3 not displaying image in message view)
1727 2006-01-10 [paul] 1.9.100cvs135
1730 * tools/filter_conv_new.pl
1731 add script to convert new style Sylpheed
1732 filter rules (Sylpheed >= 0.9.99) to
1733 Claws filtering rules
1735 2006-01-10 [colin] 1.9.100cvs134
1738 Fix broken line joins in certain conditions
1739 (between two quoted lines: <enter><enter><up>
1740 <type a wrapped sentence><go in the first line>
1741 <insert more text><watch as line joining failed>)
1743 2006-01-10 [paul] 1.9.100cvs133
1746 don't report success in error dialog
1748 * src/common/utils.c
1749 include some trailing punctuations as URI
1752 2006-01-10 [paul] 1.9.100cvs132
1755 fix incompatible pointer type
1758 2006-01-10 [paul] 1.9.100cvs131
1761 change Subject in window title
1764 2006-01-09 [colin] 1.9.100cvs130
1773 Fix possible crashes on exit and in addressbook
1775 2006-01-09 [paul] 1.9.100cvs129
1777 * src/prefs_msg_colors.c
1778 some cleanups that I forgot last time
1780 2006-01-09 [paul] 1.9.100cvs128
1784 * src/prefs_msg_colors.c
1785 add previously hidden option, color_new, to
1787 move the page to Display/
1790 2006-01-09 [wwp] 1.9.100cvs127
1792 * src/prefs_themes.c
1793 made the prefs/display/themes layouts spacing less condensed
1794 (and so they match other prefs/pages' look).
1796 2006-01-09 [paul] 1.9.100cvs126
1799 * src/prefs_common.c
1800 * src/prefs_common.h
1801 * src/prefs_wrapping.c
1802 remove 'wrap at send' option
1804 2006-01-06 [colin] 1.9.100cvs125
1807 Just make completely sure we don't insert "manual line breaks"
1812 * 2.0.0-rc3 released
1814 2006-01-04 [paul] 1.9.100cvs124
1817 fix bug 882, 'quick scroll in folder list
1818 displays wrong folder contents'
1820 2006-01-04 [paul] 1.9.100cvs123
1822 * src/plugins/pgpmime/pgpmime.c
1823 better debug information when signing
1824 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1826 2006-01-03 [colin] 1.9.100cvs122
1829 We need to recheck for gpgme 1.0.0 after checking
1830 for 1.1.1, because if 1.1.1 isn't available,
1831 GPGME_LIBS and friends are blanked out by the
1834 2006-01-03 [colin] 1.9.100cvs121
1836 * src/common/prefs.c
1837 Windows unlink-before rename fix
1838 * src/plugins/pgpcore/sgpgme.c
1839 Add support for PKA info if available
1840 Both patches by Werner Koch
1842 2006-01-03 [paul] 1.9.100cvs120
1845 fix bug 884, 'Send receipt' button visible in queue
1848 2006-01-02 [colin] 1.9.100cvs119
1852 Fix autosave on IMAP and more generally try to
1853 return the correct ID on a newly added IMAP message
1855 2006-01-02 [paul] 1.9.100cvs118
1857 * manual/keyboard.xml
1860 2006-01-01 [paul] 1.9.100cvs117
1865 2005-12-30 [colin] 1.9.100cvs116
1867 * manual/advanced.xml
1868 Explain Pre/Post-processing differences.
1870 2005-12-30 [colin] 1.9.100cvs115
1873 Implement copy_msgs for a little optimization
1875 Finish yesterday's fix
1877 2005-12-29 [colin] 1.9.100cvs114
1880 Fix occasional failure in fetching a mail over
1883 2005-12-29 [colin] 1.9.100cvs113
1886 Don't remove a draft when sending it, if it is
1889 2005-12-28 [colin] 1.9.100cvs112
1894 2005-12-28 [wwp] 1.9.100cvs111
1896 * doc/faq/.cvsignore
1897 * doc/faq/de/.cvsignore
1898 * doc/faq/en/.cvsignore
1899 * doc/faq/es/.cvsignore
1900 * doc/faq/fr/.cvsignore
1901 * doc/faq/it/.cvsignore
1902 * doc/manual/.cvsignore
1903 * doc/manual/de/.cvsignore
1904 * doc/manual/en/.cvsignore
1905 * doc/manual/es/.cvsignore
1906 * doc/manual/fr/.cvsignore
1907 * doc/manual/ja/.cvsignore
1908 * src/plugins/mathml_viewer/.cvsignore
1909 rollback revival of those files (my bad, sorry for the noise).
1911 2005-12-28 [wwp] 1.9.100cvs110
1914 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
1916 2005-12-28 [wwp] 1.9.100cvs109
1918 * doc/faq/.cvsignore
1919 * doc/faq/de/.cvsignore
1920 * doc/faq/en/.cvsignore
1921 * doc/faq/es/.cvsignore
1922 * doc/faq/fr/.cvsignore
1923 * doc/faq/it/.cvsignore
1924 * doc/manual/.cvsignore
1925 * doc/manual/de/.cvsignore
1926 * doc/manual/en/.cvsignore
1927 * doc/manual/es/.cvsignore
1928 * doc/manual/fr/.cvsignore
1929 * doc/manual/ja/.cvsignore
1930 * src/plugins/mathml_viewer/.cvsignore
1932 more files to ignore.
1934 2005-12-24 [colin] 1.9.100cvs108
1940 2005-12-24 [colin] 1.9.100cvs107
1943 Allow NULL src_msginfo in
1944 procmsg_msginfo_new_from_mimeinfo
1946 2005-12-23 [paul] 1.9.100cvs106
1948 * src/plugins/pgpinline/mypgpcore.def
1949 add this forgotten file
1951 2005-12-23 [colin] 1.9.100cvs105
1956 2005-12-23 [colin] 1.9.100cvs104
1961 * src/common/plugin.c
1962 * src/common/socket.c
1963 * src/common/socket.h
1964 * src/common/utils.c
1965 * src/common/utils.h
1966 * src/gtk/pluginwindow.c
1967 * src/plugins/pgpcore/plugin.def
1968 * src/plugins/pgpcore/sylpheed.def
1969 * src/plugins/pgpinline/Makefile.am
1970 * src/plugins/pgpinline/plugin.def
1971 * src/plugins/pgpinline/sylpheed.def
1972 * src/plugins/pgpmime/plugin.def
1973 * src/plugins/pgpmime/sylpheed.def
1974 Various w32 fixes by Werner Koch
1976 2005-12-22 [paul] 1.9.100cvs103
1979 don't offer IMAP as 'server type' if
1980 libetpan isn't built in
1982 2005-12-22 [paul] 1.9.100cvs102
1989 support GTK_TOOLBAR_BOTH_HORIZ (text
1990 next to icon) Patch by Marien Zwart
1991 marienz@users.sf.net
1992 Also reword the text
1994 2005-12-21 [colin] 1.9.100cvs101
1999 Fix missing section and explicit the exception better
2001 Prevent mail from being lost without notice when an
2002 SMTP error happens on trying to send an unmodified
2004 * src/send_message.c
2006 Fix password remembering when wrong, and add return
2007 value checks where they should have been
2008 * src/plugins/pgpcore/sylpheed.def
2009 * src/plugins/pgpinline/sylpheed.def
2010 * src/plugins/pgpmime/sylpheed.def
2011 Add a few symbols needed
2013 2005-12-21 [paul] 1.9.100cvs100
2018 * m4/inttypes-pri.m4
2028 2005-12-21 [paul] 1.9.100cvs99
2033 2005-12-20 [paul] 1.9.100cvs98
2036 updated by Anders Trobäck
2038 2005-12-20 [colin] 1.9.100cvs97
2044 * config/config.rpath
2045 * config/mkinstalldirs
2053 * m4/printf-posix.m4
2097 * src/send_message.c
2098 * src/common/Makefile.am
2099 * src/common/fnmatch.c
2100 * src/common/fnmatch.h
2101 * src/common/fnmatch_loop.c
2103 * src/common/plugin.c
2105 * src/common/socket.c
2106 * src/common/string_match.c
2107 * src/common/sylpheed.c
2108 * src/common/utils.c
2109 * src/common/utils.h
2110 * src/common/w32_dirent.c
2111 * src/common/w32_reg.c
2112 * src/common/w32_signal.c
2113 * src/common/w32_stat.c
2114 * src/common/w32_stdio.c
2115 * src/common/w32_stdlib.c
2116 * src/common/w32_string.c
2117 * src/common/w32_time.c
2118 * src/common/w32_unistd.c
2119 * src/common/w32_wait.c
2120 * src/common/w32lib.h
2121 * src/etpan/Makefile.am
2122 * src/gtk/Makefile.am
2123 * src/plugins/clamav/Makefile.am
2124 * src/plugins/demo/Makefile.am
2125 * src/plugins/dillo_viewer/Makefile.am
2126 * src/plugins/pgpcore/Makefile.am
2127 * src/plugins/pgpcore/passphrase.c
2128 * src/plugins/pgpcore/plugin.def
2129 * src/plugins/pgpcore/sgpgme.c
2130 * src/plugins/pgpcore/sylpheed.def
2131 * src/plugins/pgpcore/version.rc
2132 * src/plugins/pgpinline/Makefile.am
2133 * src/plugins/pgpinline/plugin.def
2134 * src/plugins/pgpinline/sylpheed.def
2135 * src/plugins/pgpinline/version.rc
2136 * src/plugins/pgpmime/Makefile.am
2137 * src/plugins/pgpmime/mypgpcore.def
2138 * src/plugins/pgpmime/plugin.def
2139 * src/plugins/pgpmime/sylpheed.def
2140 * src/plugins/pgpmime/version.rc
2141 * src/plugins/spamassassin/Makefile.am
2142 Very little ;-) patch from Werner Koch, providing
2143 infrastructure for cross-compiling to Win32
2145 2005-12-20 [paul] 1.9.100cvs96
2153 add a combo to the Get All button, allowing
2154 quick retrieval from any account
2155 Patch by Fabien Vantard, slightly modified
2158 i18n fix. Patch by Fabien Vantard
2160 2005-12-19 [colin] 1.9.100cvs95
2164 Don't automatically join lines when they've
2165 been separated by the user and not automatically
2167 2005-12-19 [paul] 1.9.100cvs94
2169 * src/gtk/pluginwindow.c
2171 Patch by Fabien Vantard
2173 2005-12-15 [paul] 1.9.100cvs93
2175 * src/common/plugin.c
2176 * src/common/plugin.h
2177 * src/gtk/pluginwindow.c
2178 * src/plugins/clamav/clamav_plugin.c
2179 * src/plugins/demo/demo.c
2180 * src/plugins/dillo_viewer/dillo_viewer.c
2181 * src/plugins/pgpcore/plugin.c
2182 * src/plugins/pgpinline/plugin.c
2183 * src/plugins/pgpmime/plugin.c
2184 * src/plugins/spamassassin/spamassassin.c
2185 * src/plugins/trayicon/trayicon.c
2186 add plugin_version()
2188 2005-12-15 [colin] 1.9.100cvs92
2191 Further fix bug #875
2193 2005-12-15 [paul] 1.9.100cvs91
2196 fix attach_load_dir getting set to
2197 PLUGINDIR on plugin load
2199 2005-12-14 [mones] 1.9.100cvs90
2202 * manual/keyboard.xml
2203 Initial draft and some shortcuts added
2208 2005-12-14 [colin] 1.9.100cvs89
2213 * src/gtk/gtkaspell.c
2215 * src/prefs_folder_item.c
2216 Fix recursive prefs apply
2219 2005-12-14 [colin] 1.9.100cvs88
2222 Fix bug #875 (Freeze On Inline Forward of
2225 2005-12-13 [colin] 1.9.100cvs87
2228 Uniq-ify and sort the mimetypes list
2229 Patch by Fabien Vantard
2231 2005-12-13 [colin] 1.9.100cvs86
2234 * src/etpan/imap-thread.c
2235 Fix leaks (patch by Hoa)
2237 * src/common/plugin.c
2242 * 2.0.0-rc2 released
2244 2005-12-12 [colin] 1.9.100cvs85
2249 2005-12-12 [wwp] 1.9.100cvs84
2251 * src/gtk/icon_legend.c
2252 fix misbehaviour and crash when closing the legend window
2253 using the Esc key (patch by Fabien Vantard).
2255 2005-12-12 [paul] 1.9.100cvs83
2259 * src/prefs_actions.c
2260 * src/prefs_filtering.c
2261 * src/prefs_matcher.c
2262 * src/prefs_spelling.glade ** REMOVED **
2263 * src/prefs_template.c
2264 * src/gtk/foldersort.glade ** REMOVED **
2265 * src/gtk/pluginwindow.c
2266 * src/gtk/pluginwindow.glade ** REMOVED **
2267 * src/plugins/spamassassin/spamassassin_gtk.glade ** REMOVED **
2270 2005-12-11 [paul] 1.9.100cvs82
2273 fix attach_load_dir crasher (double free)
2275 2005-12-09 [paul] 1.9.100cvs81
2279 * src/gtk/Makefile.am
2280 * src/gtk/icon_legend.c
2281 * src/gtk/icon_legend.h
2286 2005-12-09 [paul] 1.9.100cvs80
2288 * src/plugins/pgpcore/passphrase.c
2289 wrap the label in the dialog
2291 2005-12-09 [colin] 1.9.100cvs79
2293 * src/plugins/pgpcore/sgpgme.c
2294 Display (untrusted) on not trusted signatures
2295 Patch by Michal Èihaø <michal@cihar.com>
2296 Closes bug #867 (Report also key trust)
2298 2005-12-09 [colin] 1.9.100cvs78
2300 * src/common/plugin.c
2301 Update licence check, following Eben Moglen's advice
2303 2005-12-08 [colin] 1.9.100cvs77
2306 Fix the occasionnal item->cache != NULL
2309 2005-12-08 [colin] 1.9.100cvs76
2312 * src/plugins/pgpcore/sgpgme.c
2313 Print key id when unable to check it
2314 Closes bug #866 (Show key id when missing)
2316 2005-12-08 [paul] 1.9.100cvs75
2318 * src/prefs_common.c
2319 * src/prefs_common.h
2321 remember load attachment dir
2323 2005-12-07 [colin] 1.9.100cvs74
2325 * src/prefs_toolbar.c
2326 Gtk fixes, patch by Fabien Vantard
2328 2005-12-07 [colin] 1.9.100cvs73
2333 Fix bug #839 (Quoted text isn't colored after
2334 executing an action)
2335 * src/common/plugin.c
2336 Require plugins to declare their licence in plugin_licence()
2337 Refuse to load non-GPL plugins as they'd be illegal (as
2338 derived works of Sylpheed-Claws, they must be GPL).
2339 * src/plugins/clamav/clamav_plugin.c
2340 * src/plugins/demo/demo.c
2341 * src/plugins/dillo_viewer/dillo_viewer.c
2342 * src/plugins/pgpcore/plugin.c
2343 * src/plugins/pgpinline/plugin.c
2344 * src/plugins/pgpmime/plugin.c
2345 * src/plugins/spamassassin/spamassassin.c
2346 * src/plugins/trayicon/trayicon.c
2347 Add plugin_licence()
2349 2005-12-07 [paul] 1.9.100cvs72
2356 clean up after local FAQ removal and
2357 temporary manual removal
2359 2005-12-06 [colin] 1.9.100cvs71
2363 * doc/faq/.cvsignore
2364 * doc/faq/Makefile.am
2365 * doc/faq/de/.cvsignore
2366 * doc/faq/de/Makefile.am
2367 * doc/faq/de/sylpheed-faq-1.html
2368 * doc/faq/de/sylpheed-faq-2.html
2369 * doc/faq/de/sylpheed-faq-3.html
2370 * doc/faq/de/sylpheed-faq.html
2371 * doc/faq/en/.cvsignore
2372 * doc/faq/en/Makefile.am
2373 * doc/faq/en/sylpheed-faq-1.html
2374 * doc/faq/en/sylpheed-faq-2.html
2375 * doc/faq/en/sylpheed-faq-3.html
2376 * doc/faq/en/sylpheed-faq-4.html
2377 * doc/faq/en/sylpheed-faq.html
2378 * doc/faq/es/.cvsignore
2379 * doc/faq/es/Makefile.am
2380 * doc/faq/es/sylpheed-faq-1.html
2381 * doc/faq/es/sylpheed-faq-2.html
2382 * doc/faq/es/sylpheed-faq-3.html
2383 * doc/faq/es/sylpheed-faq-4.html
2384 * doc/faq/es/sylpheed-faq.html
2385 * doc/faq/fr/.cvsignore
2386 * doc/faq/fr/Makefile.am
2387 * doc/faq/fr/sylpheed-faq-1.html
2388 * doc/faq/fr/sylpheed-faq-2.html
2389 * doc/faq/fr/sylpheed-faq-3.html
2390 * doc/faq/fr/sylpheed-faq.html
2391 * doc/faq/it/.cvsignore
2392 * doc/faq/it/Makefile.am
2393 * doc/faq/it/sylpheed-faq-1.html
2394 * doc/faq/it/sylpheed-faq-2.html
2395 * doc/faq/it/sylpheed-faq-3.html
2396 * doc/faq/it/sylpheed-faq.html
2397 * doc/manual/.cvsignore
2398 * doc/manual/Makefile.am
2399 * doc/manual/de/.cvsignore
2400 * doc/manual/de/Makefile.am
2401 * doc/manual/de/sylpheed-1.html
2402 * doc/manual/de/sylpheed-10.html
2403 * doc/manual/de/sylpheed-11.html
2404 * doc/manual/de/sylpheed-12.html
2405 * doc/manual/de/sylpheed-13.html
2406 * doc/manual/de/sylpheed-14.html
2407 * doc/manual/de/sylpheed-15.html
2408 * doc/manual/de/sylpheed-16.html
2409 * doc/manual/de/sylpheed-17.html
2410 * doc/manual/de/sylpheed-18.html
2411 * doc/manual/de/sylpheed-19.html
2412 * doc/manual/de/sylpheed-2.html
2413 * doc/manual/de/sylpheed-20.html
2414 * doc/manual/de/sylpheed-3.html
2415 * doc/manual/de/sylpheed-4.html
2416 * doc/manual/de/sylpheed-5.html
2417 * doc/manual/de/sylpheed-6.html
2418 * doc/manual/de/sylpheed-7.html
2419 * doc/manual/de/sylpheed-8.html
2420 * doc/manual/de/sylpheed-9.html
2421 * doc/manual/de/sylpheed.html
2422 * doc/manual/en/.cvsignore
2423 * doc/manual/en/Makefile.am
2424 * doc/manual/en/sylpheed-1.html
2425 * doc/manual/en/sylpheed-10.html
2426 * doc/manual/en/sylpheed-11.html
2427 * doc/manual/en/sylpheed-12.html
2428 * doc/manual/en/sylpheed-13.html
2429 * doc/manual/en/sylpheed-14.html
2430 * doc/manual/en/sylpheed-15.html
2431 * doc/manual/en/sylpheed-16.html
2432 * doc/manual/en/sylpheed-17.html
2433 * doc/manual/en/sylpheed-18.html
2434 * doc/manual/en/sylpheed-19.html
2435 * doc/manual/en/sylpheed-2.html
2436 * doc/manual/en/sylpheed-20.html
2437 * doc/manual/en/sylpheed-21.html
2438 * doc/manual/en/sylpheed-22.html
2439 * doc/manual/en/sylpheed-3.html
2440 * doc/manual/en/sylpheed-4.html
2441 * doc/manual/en/sylpheed-5.html
2442 * doc/manual/en/sylpheed-6.html
2443 * doc/manual/en/sylpheed-7.html
2444 * doc/manual/en/sylpheed-8.html
2445 * doc/manual/en/sylpheed-9.html
2446 * doc/manual/en/sylpheed.html
2447 * doc/manual/es/.cvsignore
2448 * doc/manual/es/Makefile.am
2449 * doc/manual/es/sylpheed-1.html
2450 * doc/manual/es/sylpheed-10.html
2451 * doc/manual/es/sylpheed-11.html
2452 * doc/manual/es/sylpheed-12.html
2453 * doc/manual/es/sylpheed-13.html
2454 * doc/manual/es/sylpheed-14.html
2455 * doc/manual/es/sylpheed-15.html
2456 * doc/manual/es/sylpheed-16.html
2457 * doc/manual/es/sylpheed-17.html
2458 * doc/manual/es/sylpheed-18.html
2459 * doc/manual/es/sylpheed-19.html
2460 * doc/manual/es/sylpheed-2.html
2461 * doc/manual/es/sylpheed-20.html
2462 * doc/manual/es/sylpheed-3.html
2463 * doc/manual/es/sylpheed-4.html
2464 * doc/manual/es/sylpheed-5.html
2465 * doc/manual/es/sylpheed-6.html
2466 * doc/manual/es/sylpheed-7.html
2467 * doc/manual/es/sylpheed-8.html
2468 * doc/manual/es/sylpheed-9.html
2469 * doc/manual/es/sylpheed.html
2470 * doc/manual/fr/.cvsignore
2471 * doc/manual/fr/Makefile.am
2472 * doc/manual/fr/sylpheed-1.html
2473 * doc/manual/fr/sylpheed-10.html
2474 * doc/manual/fr/sylpheed-11.html
2475 * doc/manual/fr/sylpheed-12.html
2476 * doc/manual/fr/sylpheed-13.html
2477 * doc/manual/fr/sylpheed-14.html
2478 * doc/manual/fr/sylpheed-15.html
2479 * doc/manual/fr/sylpheed-16.html
2480 * doc/manual/fr/sylpheed-17.html
2481 * doc/manual/fr/sylpheed-18.html
2482 * doc/manual/fr/sylpheed-19.html
2483 * doc/manual/fr/sylpheed-2.html
2484 * doc/manual/fr/sylpheed-20.html
2485 * doc/manual/fr/sylpheed-3.html
2486 * doc/manual/fr/sylpheed-4.html
2487 * doc/manual/fr/sylpheed-5.html
2488 * doc/manual/fr/sylpheed-6.html
2489 * doc/manual/fr/sylpheed-7.html
2490 * doc/manual/fr/sylpheed-8.html
2491 * doc/manual/fr/sylpheed-9.html
2492 * doc/manual/fr/sylpheed.html
2493 * doc/manual/ja/.cvsignore
2494 * doc/manual/ja/Makefile.am
2495 * doc/manual/ja/sylpheed-1.html
2496 * doc/manual/ja/sylpheed-10.html
2497 * doc/manual/ja/sylpheed-11.html
2498 * doc/manual/ja/sylpheed-12.html
2499 * doc/manual/ja/sylpheed-13.html
2500 * doc/manual/ja/sylpheed-14.html
2501 * doc/manual/ja/sylpheed-15.html
2502 * doc/manual/ja/sylpheed-16.html
2503 * doc/manual/ja/sylpheed-17.html
2504 * doc/manual/ja/sylpheed-18.html
2505 * doc/manual/ja/sylpheed-19.html
2506 * doc/manual/ja/sylpheed-2.html
2507 * doc/manual/ja/sylpheed-20.html
2508 * doc/manual/ja/sylpheed-3.html
2509 * doc/manual/ja/sylpheed-4.html
2510 * doc/manual/ja/sylpheed-5.html
2511 * doc/manual/ja/sylpheed-6.html
2512 * doc/manual/ja/sylpheed-7.html
2513 * doc/manual/ja/sylpheed-8.html
2514 * doc/manual/ja/sylpheed-9.html
2515 * doc/manual/ja/sylpheed.html
2516 * doc/manual/ja/sylpheed.sgml
2518 Remove outdated manual and faq. Noisy, eh?
2520 2005-12-06 [colin] 1.9.100cvs70
2523 * src/quote_fmt_parse.y
2526 Allow %X to position cursor at 0
2527 (no %X = before signature)
2528 Fix paste as quotation putting the cursor at 0
2529 Fix undo offsets when pasting
2530 Insert the quote_fmt at once instead of line
2532 Fix [Edited] when starting to reply/forward
2534 2005-12-06 [paul] 1.9.100cvs69
2536 * src/plugins/clamav/clamav_plugin_gtk.c
2538 * src/plugins/spamassassin/spamassassin_gtk.c
2539 rework spamassassin_create_widget_func()
2541 2005-12-05 [colin] 1.9.100cvs68
2544 Fix make release ;-)
2546 2005-12-05 [colin] 1.9.100cvs67
2550 Fix cursor positioning (not obeying %X)
2552 2005-12-05 [paul] 1.9.100cvs66
2554 * src/plugins/dillo_viewer/dillo_prefs.c
2555 fix compilation warning
2557 2005-12-05 [paul] 1.9.100cvs65
2559 * src/prefs_spelling.c
2560 * src/plugins/trayicon/trayicon.c
2561 cleanups - remove unused stuff
2563 2005-12-05 [paul] 1.9.100cvs64
2566 * manual/plugins.xml
2567 remove info about removed mathml_viewer plugin
2569 2005-12-05 [paul] 1.9.100cvs63
2572 * src/plugins/Makefile.am
2573 * src/plugins/mathml_viewer/.cvsignore
2574 * src/plugins/mathml_viewer/Makefile.am
2575 * src/plugins/mathml_viewer/mathml_viewer.c
2576 remove unmaintained mathml_viewer plugin
2578 2005-12-05 [paul] 1.9.100cvs62
2581 obey prefs_common.always_show_msg when
2585 2005-12-05 [paul] 1.9.100cvs61
2588 * src/prefs_account.c
2589 * src/prefs_filtering.c
2591 * src/prefs_spelling.c
2592 * src/prefs_toolbar.c
2594 * src/gtk/gtkutils.c
2595 * src/gtk/quicksearch.c
2596 * src/plugins/dillo_viewer/dillo_prefs.c
2599 2005-12-04 [paul] 1.9.100cvs60
2602 * src/prefs_account.c
2603 * src/prefs_account.h
2604 allow a Local account to specify a
2606 (closes bug 843 'Inbox cannot be changed for local
2609 2005-12-04 [colin] 1.9.100cvs59
2611 * src/plugins/trayicon/trayicon.c
2612 Remove Get, rename Get All to Get Mail in order to
2613 be consistent with the default main toolbar
2615 2005-12-03 [colin] 1.9.100cvs58
2618 * manual/sylpheed-claws-manual.xml
2621 2005-12-03 [paul] 1.9.100cvs57
2626 new (partially complete) Swedish translation
2627 by Anders Troback <sylpheed@troback.com>
2629 2005-12-02 [paul] 1.9.100cvs56
2632 libetpan 0.41 required
2634 2005-12-02 [paul] 1.9.100cvs55
2636 * src/plugins/clamav/clamav_plugin.c
2637 * src/plugins/clamav/clamav_plugin.h
2638 * src/plugins/clamav/clamav_plugin_gtk.c
2639 * src/plugins/spamassassin/spamassassin.c
2640 * src/plugins/spamassassin/spamassassin.h
2641 * src/plugins/spamassassin/spamassassin_gtk.c
2642 unregister prefs pages on unloading, thus
2644 (thanks to Colin for the hint)
2646 2005-12-02 [wwp] 1.9.100cvs54
2649 * src/quote_fmt_parse.y
2650 fix misuse of gboolean*, use gboolean instead
2651 (thanks to Paul, Colin, for pointing out that scaring one)
2653 2005-12-02 [paul] 1.9.100cvs53
2655 * src/plugins/clamav/clamav_plugin.c
2656 int no --> unsigned int no
2657 * src/plugins/clamav/clamav_plugin_gtk.c
2660 2005-12-02 [wwp] 1.9.100cvs52
2663 * src/prefs_template.c
2665 * src/quote_fmt_parse.y
2666 prevent from executing |f and |p templates commands when
2667 adding or replacing templates in prefs (avoids annoying and
2668 potentially dangerous behaviours)
2670 2005-12-02 [paul] 1.9.100cvs51
2672 * src/prefs_common.c
2673 allow translation of some default values
2674 Patch by Fabien Vantard
2676 2005-12-02 [paul] 1.9.100cvs50
2680 * src/prefs_common.c
2681 * src/prefs_common.h
2682 * src/prefs_message.c
2684 remove obsolete 'convert_mb_alnum' option
2687 remove unused 'about_textview_visibility_notify'
2689 2005-12-02 [paul] 1.9.100cvs49
2691 * src/prefs_account.c
2692 * src/prefs_compose_writing.c
2695 * src/prefs_image_viewer.c
2696 * src/prefs_message.c
2698 * src/prefs_receive.c
2700 * src/prefs_spelling.c
2701 * src/prefs_summaries.c
2702 * src/prefs_wrapping.c
2703 * src/plugins/dillo_viewer/dillo_prefs.c
2704 * src/plugins/pgpcore/prefs_gpg.c
2705 several cleanups to the prefs dialogs
2706 (slightly modified) patch by Fabien Vantard
2708 2005-12-02 [paul] 1.9.100cvs48
2712 * src/send_message.c
2713 fix crash on send when connection fails
2717 2005-12-01 [colin] 1.9.100cvs47
2720 Translate … to "..."
2722 2005-11-30 [colin] 1.9.100cvs46
2726 Optimize back yesterday's fix.
2728 2005-11-30 [paul] 1.9.100cvs45
2733 written by Colin, edited by me
2735 2005-11-29 [colin] 1.9.100cvs44
2738 Skip headers unconditionnaly in match_body if the
2739 rule is not message or ~message
2741 2005-11-29 [colin] 1.9.100cvs43
2744 Fix body_part and such, not skipping headers
2745 if the matchcriteria wasn't the first in the rule
2747 2005-11-29 [colin] 1.9.100cvs42
2750 Add Windows-1252 (Closes bug #863, windows-1252 encoding
2751 option missing from message view window)
2752 Fix double text D'n'D with gtk-2.8
2754 Fix ~message, ~headers_part, ~body_part rules
2756 Add Windows-1252 (Closes bug #863)
2758 * src/gtk/gtkaspell.c
2759 Properly destroy accels in all menus
2761 2005-11-29 [mones] 1.9.100cvs41
2766 2005-11-27 [colin] 1.9.100cvs40
2769 "/Remove mailbox" -> "/Remove mailbox..."
2771 2005-11-27 [paul] 1.9.100cvs39
2776 updated by new maintainer, Stephan Sachse
2778 2005-11-27 [paul] 1.9.100cvs38
2781 written by Colin, edited by me
2783 2005-11-27 [paul] 1.9.100cvs37
2785 * src/prefs_common.c
2786 * src/prefs_common.h
2787 * src/prefs_receive.c
2788 * src/prefs_summaries.c
2789 move 'go to inbox after receiving new mail'
2790 option from display/sumamaries to mail
2791 handling/receive, and rework prefs_summaries
2794 2005-11-25 [martin] 1.9.100cvs36
2797 fixed windows-1252 translation;
2798 translated some new and fuzzy strings
2800 2005-11-25 [paul] 1.9.100cvs35
2802 * src/plugins/clamav/clamav_plugin.c
2803 complete the update done in cvs34
2805 2005-11-25 [paul] 1.9.100cvs34
2807 * src/plugins/clamav/clamav_plugin.c
2808 reflect upstream changes
2810 2005-11-25 [paul] 1.9.100cvs33
2813 * manual/plugins.xml
2814 * manual/sylpheed-claws-manual.xml
2815 written/updated by Colin, edited by me
2816 * tools/acroread2sylpheed.pl
2819 2005-11-24 [colin] 1.9.100cvs32
2822 Fix bug #856 (reediting messages forgets Request
2825 2005-11-24 [paul] 1.9.100cvs31
2827 * manual/addrbook.xml
2828 * manual/starting.xml
2829 written by Colin, proofread, edited, adapted by me
2830 * manual/advanced.xml
2831 add some Actions examples
2833 use a Save button instead of a Close button
2835 indicate mandatory fields
2839 2005-11-23 [colin] 1.9.100cvs30
2842 Rename menu item, fix possible crash after
2845 Allow searching for '*' in ldap
2847 Fix "Browse Entry" (did anyone use it?)
2849 Add guards for mandatory information
2851 2005-11-23 [paul] 1.9.100cvs29
2853 * manual/advanced.xml
2854 corrections to the English
2856 2005-11-23 [colin] 1.9.100cvs28
2859 Fix possible crash at exit. After the call to
2860 gtk_container_remove(), the Viewer's widget has no
2861 more parent so gtk+ automatically frees it and its
2862 sons. If destroy_viewer() then try to access it,
2865 2005-11-22 [colin] 1.9.100cvs27
2868 * src/gtk/gtkaspell.c
2869 Fix right-clicking on a misspelled word
2870 Fix More... in suggestions menu
2872 2005-11-22 [wwp] 1.9.100cvs26
2874 * src/prefs_template.c
2875 templates works: re-sort templates list when adding or replacing,
2876 prevent from adding or replacing when the template name is empty
2878 2005-11-21 [colin] 1.9.100cvs25
2881 Fix some addressbook suckage (dnd, select all)
2883 * src/gtk/gtkaspell.c
2884 * src/gtk/gtkaspell.h
2885 Make the spellchecker menu work with the
2886 GtkTextView one instead of overriding it
2888 2005-11-20 [paul] 1.9.100cvs24
2890 * manual/handling.xml
2891 proofread and corrected
2893 2005-11-20 [paul] 1.9.100cvs23
2896 generate html as one file
2897 * manual/advanced.xml
2898 fix output generation
2899 reformat hidden options list
2900 * manual/manual.xml ** REMOVED **
2901 * manual/sylpheed-claws-manual.xml ** ADDED **
2904 2005-11-18 [colin] 1.9.100cvs22
2906 * src/prefs_account.c
2907 Fix layout in news and mbox accounts
2908 * manual/account.xml
2909 * manual/advanced.xml
2910 New contents for Paul to check :)
2912 2005-11-18 [wwp] 1.9.100cvs21
2914 * src/gtk/quicksearch.c
2915 don't update extended quicksearch buttons twice
2917 2005-11-18 [paul] 1.9.100cvs20
2920 complete 1.9.100cvs19
2922 2005-11-18 [paul] 1.9.100cvs19
2925 cosmetic improvements
2927 also list text/* attachments
2929 2005-11-18 [colin] 1.9.100cvs18
2932 Use column 0 instead of -1 in
2933 gtk_ctree_node_moveto, in a naive
2934 hope it'll fix the gtk-related crashes
2936 2005-11-18 [colin] 1.9.100cvs17
2938 * src/gtk/inputdialog.c
2939 Fix icon staying the first one
2941 2005-11-17 [wwp] 1.9.100cvs16
2942 fix possible problem showing some quicksearch buttons, and a bad
2943 call to g_return_if_fail in a function that returns a value (both
2944 fixes by Fabien Vantard)
2946 2005-11-15 [wwp] 1.9.100cvs15
2948 * src/gtk/quicksearch.c
2949 added a tooltip to that obscure ... quicksearch button
2951 2005-11-15 [wwp] 1.9.100cvs14
2953 * src/gtk/quicksearch.c
2954 add a quicksearch helper to filtering expression users: the ... button
2955 raises the condition expr window. condition expressions set up w/ this
2956 window are used by the quicksearch if the user closes it pressing OK.
2958 2005-11-14 [paul] 1.9.100cvs13
2960 * src/plugins/clamav/clamav_plugin.c
2961 * src/plugins/spamassassin/spamassassin.c
2962 change plugin type following recent merging
2964 2005-11-14 [wwp] 1.9.100cvs12
2967 prevent from crashing when copying/moving message(s) from and
2970 2005-11-14 [paul] 1.9.100cvs11
2972 * src/plugins/clamav/Makefile.am
2973 * src/plugins/clamav/clamav_plugin.c
2974 * src/plugins/clamav/clamav_plugin.h
2975 * src/plugins/clamav/clamav_plugin_gtk.c
2976 also merge clamav and clamav_gtk plugins
2978 2005-11-13 [colin] 1.9.100cvs10
2981 * src/plugins/spamassassin/Makefile.am
2982 * src/plugins/spamassassin/spamassassin.c
2983 * src/plugins/spamassassin/spamassassin.h
2984 * src/plugins/spamassassin/spamassassin_gtk.c
2985 Merge spamassassin and spamassassin_gtk plugins,
2986 and build it by default.
2988 2005-11-12 [colin] 1.9.100cvs9
2990 * src/etpan/imap-thread.c
2993 2005-11-12 [colin] 1.9.100cvs8
2996 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
2998 2005-11-10 [colin] 1.9.100cvs7
3001 Fix bug #845 (sylpheed-claws 1.9.99+ start in
3004 2005-11-10 [wwp] 1.9.100cvs6
3006 * src/gtk/description_window.c
3007 fix a crash when closing description windows using the WM's [X] button
3009 2005-11-09 [colin] 1.9.100cvs5
3012 Update libetpan call to follow upstream
3013 (yes, this requires libetpan-0.40cvs3)
3015 2005-11-08 [colin] 1.9.100cvs4
3019 * src/common/utils.c
3020 * src/common/utils.h
3021 Enhance the email parser
3023 2005-11-08 [colin] 1.9.100cvs3
3026 Fix what looks like an off-by-one (fixes
3027 attachments from the Bat)
3029 2005-11-08 [wwp] 1.9.100cvs2
3032 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
3034 2005-11-08 [wwp] 1.9.100cvs1
3037 allow exiting Sylpheed-Claws from command-line
3039 2005-11-08 [paul] 1.9.100
3043 2005-11-07 [colin] 1.9.99cvs17
3047 Fix import of base-64 encoded items
3049 2005-11-07 [colin] 1.9.99cvs16
3051 * src/send_message.c
3052 Fix bug #314 (Queue does not empty under certain
3055 2005-11-07 [paul] 1.9.99cvs15
3059 fix buffer overflows
3062 2005-11-07 [paul] 1.9.99cvs14
3064 * doc/man/Makefile.am
3065 * doc/man/sylpheed-claws.1 ** ADDED **
3066 * doc/man/sylpheed.1 ** DELETED **
3067 rename and update the man file
3069 2005-11-06 [colin] 1.9.99cvs13
3072 Fix ldif_get_line() that returned empty strings
3073 (Didn't understand why). Also fix a possible
3076 2005-11-06 [wwp] 1.9.99cvs12
3080 * src/gtk/gtkutils.c
3081 * src/gtk/gtkutils.h
3082 fix a compilation warning,
3083 make links sensitive in the about dialog
3085 2005-11-04 [wwp] 1.9.99cvs11
3088 don't wrap or translate URIs, and a bit text format cleanup
3090 2005-11-04 [wwp] 1.9.99cvs10
3093 better textview tagging implementation (no more use of marks for
3096 2005-11-02 [colin] 1.9.99cvs9
3101 2005-11-02 [colin] 1.9.99cvs8
3104 Require libetpan-0.40 due to upstream fix
3106 Tell libetpan not to call SSL_Library_Init,
3107 as we do it ourselves.
3109 2005-11-02 [colin] 1.9.99cvs7
3112 Add missing files (thanks to Fabien Vantard)
3114 2005-11-02 [colin] 1.9.99cvs6
3117 Fix totals when read messages are hidden or quicksearch
3121 * src/common/ssl_certificate.c
3122 * src/common/ssl_certificate.h
3123 * src/gtk/sslcertwindow.c
3124 * src/gtk/sslcertwindow.h
3125 Fix copyright on my stuff
3127 2005-11-02 [wwp] 1.9.99cvs5
3129 * src/prefs_themes.c
3130 fix directory name checking (theme installation/removal),
3131 made related error a bit more verbose
3133 2005-11-02 [colin] 1.9.99cvs4
3136 Fix typo (probably fixes bug #841 (Sort by the From
3139 2005-11-02 [paul] 1.9.99cvs3
3143 updated by SungHyun Nam, Geir Helland
3145 fix typo in welcome message. spotted by
3148 2005-11-01 [colin] 1.9.99cvs2
3151 Fix replying to ml wen confirming subscription
3157 Make key check non blocking
3159 2005-10-31 [paul] 1.9.99cvs1
3161 * tools/claws.i18n.status.pl
3162 updated for ChangeLog
3164 2005-10-31 [paul] 1.9.99
3168 2005-10-31 [paul] 1.9.15cvs131
3172 * ChangeLog.claws ** REMOVED **
3173 * ChangeLog-gtk2.claws ** REMOVED **
3174 * ChangeLog.gtk1 ** ADDED **
3179 * README.claws ** REMOVED **
3180 * README.jp ** REMOVED **
3181 * RELEASE_NOTES ** ADDED **
3182 * RELEASE_NOTES.claws ** REMOVED **
3185 * sylpheed.spec.in ** REMOVED **
3186 tidy up and update the default docs:
3187 ChangeLog.claws is renamed ChangeLog.gtk1
3188 ChangeLog-gtk2.claws is renamed ChangeLog
3189 README.claws is renamed README
3190 RELEASE_NOTES.claws is renamed RELEASE_NOTES
3192 2005-10-31 [paul] 1.9.15cvs130
3197 2005-10-31 [paul] 1.9.15cvs129
3208 updated by Miquel Oliete, Stephan Sachse and
3209 Thomas Gilgin, me, Fabien Vantard, Andrea
3210 Spadaccini, Frederico Goncalves Guimaraes,
3211 Andrej Kacian, Aleksandar Urosevic, and
3214 2005-10-31 [mones] 1.9.15cvs128
3220 Updated for release.
3222 2005-10-30 [colin] 1.9.15cvs127
3225 Place cursor before rewrapping (fixes cursor
3226 pos if quotation gets rewrapped)
3228 2005-10-29 [paul] 1.9.15cvs126
3236 corrections to text items
3238 2005-10-28 [colin] 1.9.15cvs125
3241 Make "hit 'C' to check sig" work from extern
3244 2005-10-27 [colin] 1.9.15cvs124
3247 Add a hack to avoid segfaulting when hammering
3250 2005-10-27 [wwp] 1.9.15cvs123
3252 * src/prefs_themes.c
3253 sort list of themes names in themes prefs
3255 2005-10-27 [paul] 1.9.15cvs122
3258 * src/prefs_account.c
3259 fix building on Solaris
3262 2005-10-27 [wwp] 1.9.15cvs121
3265 * src/gtk/gtksctree.c
3266 speed up unselecting messages in summary view (thanks to Colin)
3268 2005-10-27 [paul] 1.9.15cvs120
3271 fix a compilation warning
3273 fix updating of 'n items selected' count
3276 2005-10-27 [martin] 1.9.15cvs119
3279 ignore actions with a leading '/' in the action menu name
3280 fixes a crash on menu creation
3281 * src/prefs_actions.c
3282 do not allow a leading '/' in the action menu name
3284 2005-10-27 [paul] 1.9.15cvs118
3287 fix compilation warning
3289 2005-10-27 [paul] 1.9.15cvs117
3292 add #if HAVE_LOCALE_H
3294 2005-10-27 [paul] 1.9.15cvs116
3296 * src/plugins/clamav/clamav_plugin.c
3297 * src/plugins/dillo_viewer/dillo_viewer.c
3298 * src/plugins/mathml_viewer/mathml_viewer.c
3299 * src/plugins/pgpcore/plugin.c
3300 * src/plugins/pgpinline/plugin.c
3301 * src/plugins/pgpmime/plugin.c
3302 * src/plugins/spamassassin/spamassassin.c
3303 * src/plugins/trayicon/trayicon.c
3304 plugin_init() : make error messages more
3307 2005-10-26 [wwp] 1.9.15cvs115
3309 * src/prefs_matcher.c
3310 enlarge boolean op widget width a bit (wasn't always showing text contents)
3312 2005-10-26 [wwp] 1.9.15cvs114
3315 * src/gtk/gtksctree.c
3316 * src/plugins/spamassassin/libspamc.c
3317 * src/plugins/spamassassin/spamassassin.c
3318 fix some compilation warnings more
3320 2005-10-26 [mones] 1.9.15cvs113
3325 2005-10-26 [paul] 1.9.15cvs112
3327 * src/prefs_message.c
3328 give all display_xface stuff the
3329 #if HAVE_LIBCOMPFACE treatment, thus
3331 (Thanks to Wolfgang Enderlein)
3333 2005-10-26 [colin] 1.9.15cvs111
3339 Remove context menu items that should not be there
3344 Don't show the mainwindow too soon
3346 2005-10-26 [wwp] 1.9.15cvs110
3351 fix uninitialized pointers in the folder updating hook
3354 2005-10-25 [mones] 1.9.15cvs109
3357 General information subsection completed.
3358 Removed archaic references.
3361 * manual/dtd/manual.dsl
3362 Added customization stylesheet for getting paragraphs
3363 fully justified in PDF output (as suggested by Colin).
3365 2005-10-25 [colin] 1.9.15cvs108
3370 2005-10-25 [colin] 1.9.15cvs107
3374 Fix leak (xml_get_element() allocates memory)
3376 Fix leak + dead code (shame!)
3380 2005-10-25 [colin] 1.9.15cvs106
3383 Fix encoding issue in Save all and in
3384 overwrite-confirmation alertpanel
3386 2005-10-25 [colin] 1.9.15cvs105
3388 * src/common/socket.c
3389 Fix a leak - Thanks to Christopher Aillon
3390 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
3392 2005-10-25 [paul] 1.9.15cvs104
3395 Always guess servers from the right-hand
3396 email part and guess username from the
3397 left-hand part. (Thanks to Colin)
3398 add an X-Face to the welcome message
3400 2005-10-25 [paul] 1.9.15cvs103
3402 * manual/handling.xml
3403 written by Colin, edited by me
3405 2005-10-25 [wwp] 1.9.15cvs102
3408 * src/grouplistdialog.c
3411 fix some compilation warnings
3417 2005-10-24 [paul] 1.9.15cvs101
3422 2005-10-24 [paul] 1.9.15cvs100
3424 * src/pixmaps/offline.xpm
3425 * src/pixmaps/online.xpm
3426 replace with last default versions
3428 2005-10-24 [colin] 1.9.15cvs99
3431 Fix bug when moving a folder
3434 "Delete folder" pops up a window, so it
3435 should be suffixed with "..."
3436 * src/plugins/pgpcore/sgpgme.c
3439 2005-10-24 [mones] 1.9.15cvs98
3442 * manual/account.xml
3444 * manual/addrbook.xml
3445 * manual/advanced.xml
3447 * manual/glossary.xml
3449 * manual/handling.xml
3451 * manual/keyboard.xml
3453 * manual/plugins.xml
3454 * manual/starting.xml
3455 * manual/dtd/sdocbook.dtd
3456 Initial manual structure and some content.
3458 2005-10-23 [wwp] 1.9.15cvs97
3463 2005-10-23 [wwp] 1.9.15cvs96
3467 rework of the about window (main work by Paul), also featuring a few
3468 fixes for typos and duplicate names
3470 2005-10-23 [wwp] 1.9.15cvs95
3473 Ignore the right binary name (sylpheed-claws now)
3475 2005-10-23 [paul] 1.9.15cvs94
3478 when using Folder Pref 'Default To for
3479 replies' make the entry in the Compose
3481 Patch by Fabien Vantard
3483 2005-10-22 [colin] 1.9.15cvs93
3488 2005-10-22 [colin] 1.9.15cvs92
3491 try to convert using locale (apart utf8) if necessary
3493 2005-10-22 [colin] 1.9.15cvs91
3495 * src/pixmaps/new.xpm
3496 * src/pixmaps/unread.xpm
3497 Make the unread envelope blue again and
3498 saturate the new one a bit more.
3500 2005-10-22 [colin] 1.9.15cvs90
3503 When replying to a mail sent by one of our accounts,
3504 use the original list of recipients. Let 'Reply All'
3505 and 'Reply to sender' work like previously.
3507 2005-10-21 [colin] 1.9.15cvs89
3509 * src/prefs_filtering.c
3510 Clear fields after add and replace
3512 Display xface differently (better)
3513 * src/plugins/pgpinline/pgpinline.c
3514 Fix crappy encodings/recodings
3516 2005-10-21 [paul] 1.9.15cvs88
3519 * src/prefs_folder_item.c
3521 fix news folder Folder Properties
3524 update folderview after Themes change
3525 keep selected folder selected
3528 2005-10-21 [paul] 1.9.15cvs87
3531 * tools/OOo2sylpheed.pl
3533 * tools/README.sylprint
3534 * tools/asus_mailled.sh ** REMOVED **
3535 * tools/filter_conv.pl
3536 * tools/freshmeat_search.pl
3537 * tools/google_search.pl
3538 * tools/gpg-sign-syl ** REMOVED **
3539 * tools/kmail2sylpheed.pl
3540 * tools/kmail2sylpheed_v2.pl
3541 * tools/multiwebsearch.pl
3542 * tools/nautilus2sylpheed.sh
3543 * tools/newscache_clean.pl
3544 * tools/outlook2sylpheed.pl
3545 * tools/sylpheed-switcher ** REMOVED **
3549 * tools/vcard2xml.py
3550 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3551 update default config dir
3552 update binary name (thanks to Fabien Vantard)
3553 remove obsolete scripts
3555 2005-10-21 [colin] 1.9.15cvs86
3558 Fix possible leak and units. Based on a patch by
3561 2005-10-20 [colin] 1.9.15cvs85
3564 Clear xface when clearing textview
3566 2005-10-20 [colin] 1.9.15cvs84
3572 * src/prefs_common.c
3573 * src/prefs_common.h
3574 * src/prefs_message.c
3578 * src/common/utils.c
3579 * src/common/utils.h
3580 * src/gtk/gtkutils.c
3581 * src/gtk/gtkutils.h
3582 Migrate config to .sylpheed-claws (Automatically)
3583 Add a way to get the Xface in the TextView
3585 2005-10-20 [colin] 1.9.15cvs83
3587 * src/gtk/Makefile.am
3590 Make the about dialog *grooovy*
3592 2005-10-20 [colin] 1.9.15cvs82
3595 Use "Open with" on double click if no command
3598 2005-10-20 [colin] 1.9.15cvs81
3601 * src/etpan/imap-thread.c
3604 2005-10-20 [paul] 1.9.15cvs80
3607 don't show clipkey icon if the only
3608 attachment is the signature
3611 2005-10-20 [paul] 1.9.15cvs79
3614 * src/plugins/pgpmime/pgpmime.c
3615 name the PGP/MIME signature 'signature.asc'
3616 Patch by Andrew Nelson <freeandy@gmail.com>
3618 2005-10-19 [colin] 1.9.15cvs78
3620 * src/plugins/pgpmime/pgpmime.c
3621 Oops, no need to double-check though
3623 2005-10-19 [colin] 1.9.15cvs77
3625 * src/plugins/pgpinline/pgpinline.c
3626 * src/plugins/pgpmime/pgpmime.c
3627 Check that my_tmpfile() doesn't
3630 2005-10-19 [colin] 1.9.15cvs76
3632 * src/common/utils.c
3633 Use shorter mime boundaries to avoid having
3634 MTAs rewrapping our headers, breaking the
3635 PGP signature in the process
3637 * src/plugins/pgpmime/pgpmime.c
3638 Check for boundary uniqueness to be sure
3639 it won't happen, instead of hoping for the
3642 2005-10-19 [colin] 1.9.15cvs75
3644 * sylpheed-claws.desktop
3647 Ship a sylpheed-claws binary instead
3648 of a sylpheed one. Change the socket
3651 Update folder only if it changed
3653 Fix i18n in welcome mail, patch by
3660 2005-10-19 [paul] 1.9.15cvs74
3664 fix summaryview update
3667 2005-10-18 [colin] 1.9.15cvs73
3669 * src/plugins/pgpcore/passphrase.c
3670 Don't XGrabServer, and try a bit more to
3671 sync everything before grabbing mouse/keyboard
3673 2005-10-18 [colin] 1.9.15cvs72
3679 * src/grouplistdialog.c
3681 * src/stock_pixmap.c
3682 * src/stock_pixmap.h
3684 * src/gtk/gtksctree.c
3685 * src/gtk/gtksctree.h
3686 * src/pixmaps/empty.xpm
3687 Implement a wrapper call for gtk_ctree_set_node_info
3688 and gtk_ctree_insert_node, that uses a 1x1 transparent
3689 pixmap instead of a NULL one. This works around some
3690 memory problems deep inside gtk, revealed by valgrind,
3691 and fixes bug #834 (Pressing CTRl-D on a message marked
3692 as locked crashes sylpheed.), as well as, probably,
3693 wwp's 4th dimension problems that happen in gtk_ctree_*.
3695 2005-10-17 [colin] 1.9.15cvs71
3698 Provide visual feedback when checking
3701 2005-10-17 [colin] 1.9.15cvs70
3704 Keep the folder list frozen while checking caches...
3706 2005-10-17 [colin] 1.9.15cvs69
3709 Fi bug #833 (Autocompleting from addressbook
3710 fails with extended chars)
3712 Fix 'adding messages' staying in statusbar
3715 2005-10-17 [wwp] 1.9.15cvs68
3718 Fix buttons' layout resizing when window size changes
3720 2005-10-17 [wwp] 1.9.15cvs67
3723 * src/prefs_account.c
3724 * src/prefs_common.c
3725 * src/prefs_common.h
3726 * src/prefs_folder_item.c
3728 * src/gtk/logwindow.c
3729 * src/gtk/pluginwindow.c
3730 * src/gtk/prefswindow.c
3731 * src/gtk/prefswindow.h
3732 Remember yet more window sizes (log, prefs, folder prefs, accounts)
3734 2005-10-17 [paul] 1.9.15cvs66
3737 fix missing libetpan message
3742 * src/prefs_themes.c
3744 add some new URI defines, change some
3747 make welcome message translatable
3748 small improvements to english
3753 2005-10-17 [paul] 1.9.15cvs65
3758 2005-10-16 [mones] 1.9.15cvs64
3767 2005-10-16 [colin] 1.9.15cvs63
3772 2005-10-16 [colin] 1.9.15cvs62
3777 Real welcome mail text, thanks Paul
3779 2005-10-16 [colin] 1.9.15cvs61
3785 * src/prefs_themes.c
3786 * src/prefs_toolbar.c
3787 * src/plugins/demo/demo.c
3788 * src/plugins/trayicon/trayicon.c
3789 s/Sylpheed/Sylpheed-Claws/
3791 2005-10-16 [colin] 1.9.15cvs60
3794 Add a welcome email in the first empty mailbox
3795 * src/prefs_common.c
3796 Change one more default
3798 2005-10-16 [colin] 1.9.15cvs59
3803 2005-10-16 [colin] 1.9.15cvs58
3806 * src/prefs_common.c
3807 Change some defaults
3809 2005-10-16 [colin] 1.9.15cvs57
3812 * src/prefs_common.c
3813 Change some defaults
3815 2005-10-16 [colin] 1.9.15cvs56
3818 By default, initialize fonts to have
3819 the same size as normal GtkWidgets
3821 2005-10-16 [colin] 1.9.15cvs55
3824 Fix message a bit more
3826 2005-10-16 [colin] 1.9.15cvs54
3829 Second attempt at flicker fixing
3831 2005-10-16 [colin] 1.9.15cvs53
3836 2005-10-16 [wwp] 1.9.15cvs52
3840 * src/prefs_common.c
3841 * src/prefs_common.h
3842 Remember window sizes (address book)
3844 2005-10-16 [wwp] 1.9.15cvs51
3846 * src/plugins/clamav/clamav_plugin_gtk.c
3847 * src/plugins/spamassassin/spamassassin_gtk.c
3848 Fix compilation warnings (missing #include).
3850 2005-10-16 [colin] 1.9.15cvs50
3855 Make 'c' check signature, and forward
3856 c, l, y, t from summaryview to mimeview
3858 2005-10-16 [colin] 1.9.15cvs49