1 2006-02-23 [wwp] 2.0.0cvs77
4 silly me, there were much more tests to perform, since toolbars can
5 really have down to 1 element only.
7 2006-02-23 [wwp] 2.0.0cvs76
10 fixed indentation from my previous commit. Fallback to VISUAL if
11 EDITOR is not set (and to vi, at last resort).
13 2006-02-23 [wwp] 2.0.0cvs75
16 improved error detection (Colin, me).
18 2006-02-23 [wwp] 2.0.0cvs74
21 simplify and fix prefs/toolbars layouting. Combos' contents can
22 now be really displayed.
24 2006-02-23 [wwp] 2.0.0cvs73
25 simplifies and fix prefs/toolbars layouting. Combos' contents can now
28 2006-02-22 [wwp] 2.0.0cvs72
31 fix a typo in my previous commit (sorry!).
33 2006-02-22 [wwp] 2.0.0cvs71
36 fix a crash when adding separators to toolbars,
37 also fix some separator item information.
39 2006-02-22 [wwp] 2.0.0cvs70
42 fix a crash when redirecting (for instance) when compose window's
43 toolbar contents has been customized (when some buttons have been
46 2006-02-21 [wwp] 2.0.0cvs69
49 * src/gtk/pluginwindow.c
50 * src/plugins/pgpcore/prefs_gpg.c
51 fix some compilation warnings (feat. remains of removed code).
53 2006-02-21 [wwp] 2.0.0cvs68
56 fix two compilation issues, thanks to Stephan Sachse.
58 2006-02-20 [colin] 2.0.0cvs67
61 Don't reselect displayed mail on refocus
62 This fixes actions misbehaving
64 2006-02-20 [wwp] 2.0.0cvs66
68 * src/gtk/gtkshruler.c
69 changed more runtime typecast checks.
71 2006-02-20 [wwp] 2.0.0cvs65
73 * src/summary_search.c
74 find all - summaryview refresh issue fixed, thanks to Colin.
76 2006-02-20 [wwp] 2.0.0cvs64
79 better runtime typecast checks.
81 2006-02-20 [wwp] 2.0.0cvs63
83 * src/summary_search.c
84 enhancements to the summary search:
85 - add the ability to stop the running search
86 (upon ESC-key press, new Stop button or when Clear button is pressed)
87 - don't search if no criteria (From/To/Subject/Body) is set
88 - ensure that a busy mouse pointer is always shown when searching,
89 show it even a bit earlier
91 2006-02-19 [colin] 2.0.0cvs62
95 * src/etpan/imap-thread.c
96 * src/etpan/imap-thread.h
97 (Future) IMAP speed improvement on sending
98 Will require a libetpan update
100 * src/gtk/quicksearch.c
101 Make quicksearch clearable while running.
103 2006-02-17 [colin] 2.0.0cvs61
106 * src/etpan/imap-thread.c
107 * src/etpan/imap-thread.h
108 Check for IMAP certificates
109 ** Requires libetpan-0.42-cvs4
110 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
112 2006-02-17 [cleroy] 2.0.0cvs60
117 * src/prefs_message.c
118 Add pref to display HTML-only mails with plugin,
119 if possible (defaulting to FALSE of course).
121 2006-02-16 [cleroy] 2.0.0cvs59
124 * src/common/plugin.c
125 * src/common/plugin.h
126 * src/gtk/pluginwindow.c
127 Keep track of requested (but unloaded) plugins
130 2006-02-16 [wwp] 2.0.0cvs58
132 * src/gtk/gtkaspell.c
133 * src/gtk/gtkaspell.h
134 * src/prefs_spelling.c
138 implemented new optional spellchecker behaviour: re-check message when
139 dictionary got changed (from compose-window/context-menu/Change dictionary).
141 2006-02-16 [wwp] 2.0.0cvs57
143 * src/quote_fmt_parse.y
144 pclose popen'ed pipe.
146 2006-02-15 [colin] 2.0.0cvs56
150 Let MimeViewers know which MimeView they
153 Swap From/To columns in Sent/Queue/Drafts
155 * src/etpan/imap-thread.c
156 Use mailstream_low_tls_open() for STARTTLS
157 instead of mailstream_low_ssl_open()
158 ** REQUIRES libetpan 0.42cvs3 **
160 2006-02-15 [wwp] 2.0.0cvs55
164 * src/message_search.c
165 * src/message_search.h
169 added the ability to Find text in the compose window (and a bit
170 of code factorization).
172 2006-02-15 [wwp] 2.0.0cvs54
175 yet another one file was missing (fix for some widgets' sensitivity).
178 2006-02-15 [wwp] 2.0.0cvs53
181 oops forgot that file (fix for some widgets' sensitivity).
183 2006-02-15 [wwp] 2.0.0cvs52
185 * src/summary_search.c
186 implemented advanced summary search options (added the ability
187 to use matcher conditions in an advanced search mode).
189 2006-02-15 [wwp] 2.0.0cvs51
191 * src/plugins/pgpcore/prefs_gpg.c
192 * src/prefs_account.c
193 fix some widget sensitivity, mostly around some labels in
196 2006-02-15 [paul] 2.0.0cvs50
198 * manual/advanced.xml
199 improve Templates info
202 2006-02-14 [colin] 2.0.0cvs49
204 * src/pixmaps/address_book.xpm
205 * src/pixmaps/preferences.xpm
206 * src/pixmaps/properties.xpm
207 Fix pixmap size - patch by Fabien Vantard
209 2006-02-13 [colin] 2.0.0cvs48
212 Add missing fclose()s on error
216 Fix temp files not being deleted on windows
217 Patches by Thomas Gilgin
219 2006-02-13 [cleroy] 2.0.0cvs47
224 2006-02-13 [wwp] 2.0.0cvs46
226 * src/plugins/pgpcore/prefs_gpg.c
227 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
229 2006-02-12 [colin] 2.0.0cvs45
234 Fix "stuff" when quitting
236 2006-02-12 [wwp] 2.0.0cvs44
239 fix typos in debug messages.
241 2006-02-11 [colin] 2.0.0cvs43
244 don't allow drag/drop from ourself
246 2006-02-10 [wwp] 2.0.0cvs42
253 renamed html_ prefixed functions and data structures to avoid
254 namespace clashes w/ other software (gtkhtml2 for instance).
258 2006-02-09 [colin] 2.0.0cvs41
261 Fix shitty logic messed up. Thanks Ticho for the hint!
263 2006-02-09 [wwp] 2.0.0cvs40
267 * src/prefs_account.c
270 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
271 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
272 Browse buttons in accounts prefs.
274 2006-02-09 [colin] 2.0.0cvs39
277 Check for pointer before using its members
278 * src/gtk/gtksourceprintjob.c
281 2006-02-09 [wwp] 2.0.0cvs38
284 fix few compiler warnings (type mismatch).
286 2006-02-09 [paul] 2.0.0cvs37
289 updated by Fabien Vantard
291 2006-02-08 [colin] 2.0.0cvs36
295 * src/common/plugin.c
296 allow windows and linux configurations to coexist
297 patch by Thomas Gilgin
299 2006-02-08 [colin] 2.0.0cvs35
304 * src/matcher_parser_parse.y
305 * src/prefs_filtering_action.c
306 * src/prefs_matcher.c
307 Add the "Ignore thread" filtering
310 2006-02-08 [colin] 2.0.0cvs34
315 Fix bug #905 (damaged attachment)
316 text files with raw \0's aren't really text files
319 2006-02-08 [colin] 2.0.0cvs33
322 Fix crasher introduced yesterday
324 2006-02-08 [wwp] 2.0.0cvs32
328 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
330 2006-02-08 [wwp] 2.0.0cvs31
332 * src/prefs_template.c
333 templates enhancement: allow address completion for Cc and Bcc fields
334 (it was currently possible for the To field only)
336 2006-02-08 [colin] 2.0.0cvs30
339 Don't unblock if not blocked
342 2006-02-07 [colin] 2.0.0cvs29
345 Forgot to refresh summaryview
347 2006-02-07 [colin] 2.0.0cvs28
350 Freeze/thaw message list and folder list while
351 processing %as{} actions
353 Fix auto-wrap disabling after a middle-click
356 2006-02-07 [paul] 2.0.0cvs27
359 fix freeing of uninitialised pointers
362 2006-02-06 [colin] 2.0.0cvs26
365 Use g_slist_prepend in potentially big list
367 2006-02-06 [colin] 2.0.0cvs25
370 Completely skip processing if it doesn't
373 2006-02-06 [colin] 2.0.0cvs24
377 Batch filtering in summaryview (from Tools menu)
378 and pre/post//-processing too
380 2006-02-06 [colin] 2.0.0cvs23
384 Use a special field for batch filtering instead
385 of stepping on deferred execution's toes
387 2006-02-06 [colin] 2.0.0cvs22
394 Fix filtering via menus and actions
396 2006-02-06 [colin] 2.0.0cvs21
399 Put the added file directly to cache if possible (will work
407 Move and copy filtered messages by batches instead of one
408 by one - faster on IMAP
410 Add a function that'll possibly be useful later
412 2006-02-06 [colin] 2.0.0cvs20
415 Use internal mime-type instead of text/plain for d'n'd
417 Allow attaching files from mimeview's icon list via d'n'd
420 Use internal mime-type instead of text/plain for d'n'd
421 Don't try to selected opened folder if none is
422 Factorize d'n'd from other apps code
427 Factorize Face/X-Face stuff
429 Fix d'n'd to other apps
430 * src/prefs_message.c
431 Let the XFace pref be usable without libcompface as it also
434 Fix d'n'd to other apps
435 Factorize d'n'd from other apps code
437 2006-02-06 [wwp] 2.0.0cvs19
440 Italian translation fixes by Andrea Spadaccini (no more confusion
441 between filtering and processing, and few changes in the About
445 2006-02-06 [mones] 2.0.0cvs18
447 * src/gtk/icon_legend.c
448 Improved descriptions allowing better translations
450 2006-02-05 [colin] 2.0.0cvs17
453 Add the f*cking missing expunge that caused imap_fetch_env
454 to fail after an add_msgs ! :-///
455 * src/etpan/imap-thread.c
459 2006-02-05 [colin] 2.0.0cvs16
462 Don't check for return-path (or we can't put
465 2006-02-05 [colin] 2.0.0cvs15
468 Don't try to display Face header in textview
469 when teh headerview's active
471 2006-02-05 [colin] 2.0.0cvs14
475 Add script to import Thunderbird mails
477 2006-02-05 [colin] 2.0.0cvs13
484 Show Face headers - patch partially by Klaus Flittner
486 2006-02-05 [colin] 2.0.0cvs12
492 Let dnd work from mime icons to summaryview
493 and to folderview too
494 Add a crude test to avoid trying to add files
495 drag'n'dropped when they're not mails
497 2006-02-04 [colin] 2.0.0cvs11
503 2006-02-04 [colin] 2.0.0cvs10
510 Added various drag and drop capas:
512 summaryview other apps
513 mimeview icons other apps
514 other apps summaryview
515 other apps folderview
517 This shouldn't have broken the existing:
519 summaryview folderview
520 folderview folderview
521 summaryview compose's attachments
525 2006-02-02 [paul] 2.0.0cvs9
528 move global option 'Set displayed columns...' out
529 of folder option grouping.
530 fix sensitivity of 'harvest addresses'
533 2006-02-01 [colin] 2.0.0cvs8
536 Revert the alertpanel patch, it sucks (intrusive
537 and gets in the way of "open")
539 2006-02-01 [colin] 2.0.0cvs7
542 * src/prefs_account.c
547 Add ability to edit the signature file
548 from the account preferences, and use
549 a default for the text editor.
550 Patch by Fabien Vantard
552 2006-02-01 [colin] 2.0.0cvs6
555 Try to get mime type by extension if it is
556 application/octet-stream
557 Display a window with possible choices when
558 encountering unknown mime types
562 Allow multiple selection in filtered filesel
563 (patch by Fabien Vantard)
564 * src/gtk/pluginwindow.c
565 Use it (patch by Fabien Vantard)
567 2006-02-01 [paul] 2.0.0cvs5
570 fix crash on creating jpilot address book
571 Thanks to Colin - FOR_STABLE
572 * src/prefs_summaries.c
573 * src/prefs_wrapping.c
574 * src/gtk/icon_legend.c
575 * src/gtk/quicksearch.c
576 string fixes and additions
578 2006-02-01 [paul] 2.0.0cvs4
584 add Arabic encoding option
585 Patch submitted by Mohammed Sameer <msameer@users.sf.net>
587 2006-01-31 [cleroy] 2.0.0cvs3
589 * src/plugins/pgpcore/passphrase.c
590 Convert passphrase to locale encoding
592 Fix drafting on IMAP. Crappy bug sneaked in
596 2006-01-30 [paul] 2.0.0cvs2
598 * src/gtk/icon_legend.c
601 2006-01-30 [colin] 2.0.0cvs1
604 Check for the file to be present before
605 enabling the menu - FOR_STABLE
606 * src/gtk/icon_legend.c
607 Add folders icons (not all of them, there
608 are too much, but the most intriguing ones)
610 2006-01-30 [paul] 2.0.0
612 version 2.0.0 released
614 2006-01-30 [paul] 1.9.100cvs200
619 * manual/starting.xml
620 * manual/sylpheed-claws-manual.xml
623 2006-01-29 [mones] 1.9.100cvs199
626 * manual/advanced.xml
627 * manual/glossary.xml
628 Some typos fixed, added LDIF term to glossary
630 Fixed leading plus symbol
632 2006-01-29 [paul] 1.9.100cvs198
636 updated by Tommi Pirinen and Andrej Kacian
638 2006-01-29 [paul] 1.9.100cvs197
643 2006-01-29 [paul] 1.9.100cvs196
648 * tools/claws.i18n.status.pl
649 nl translation updated by Tim Dijkstra
651 2006-01-29 [paul] 1.9.100cvs195
655 updated by Aleksandar Urosevic and Anders Troback
657 2006-01-28 [colin] 1.9.100cvs194
659 * src/gtk/gtksourceprintjob.c
660 Don't fiddle with PangoLayout when we
663 2006-01-28 [paul] 1.9.100cvs193
669 * tools/claws.i18n.status.pl
670 updated translations submitted by Stavros Giannouris
673 2006-01-27 [cleroy] 1.9.100cvs192
676 * src/gtk/gtksourceprintjob.c
678 (libgnomeprint only, of course)
680 2006-01-27 [paul] 1.9.100cvs191
684 updated by Fabien Vantard and Andrea Spadaccini
686 2006-01-26 [colin] 1.9.100cvs190
690 Make building the manual optional
693 2006-01-26 [paul] 1.9.100cvs189
695 * manual/glossary.xml
701 2006-01-26 [paul] 1.9.100cvs188
703 * src/prefs_display_header.c
704 * src/prefs_folder_column.c
705 * src/prefs_msg_colors.c
706 * src/prefs_summaries.c
707 * src/prefs_summary_column.c
710 2006-01-25 [colin] 1.9.100cvs187
713 Don't allow moving/copying mails between
714 queue/drafts and non-queue/drafts folders
715 Fixes bug #897 (message header is resetted
716 if one is copied to Drafts)
718 2006-01-25 [colin] 1.9.100cvs186
722 Fix subscribed folders not found
724 Don't try to encode as original mail's charset
727 2006-01-25 [paul] 1.9.100cvs185
736 updates submitted by Stephan Sachse, Emilian Nowak
737 and Quar, Frederico Goncalves Guimaraes, and
739 Fix Bug 896, 'PT_BR locale broken'.
743 2006-01-24 [mones] 1.9.100cvs184
745 * manual/glossary.xml
746 All current terms finished. Reviewers welcome ;-)
747 * manual/keyboard.xml
748 Fixed column width for pdf output.
752 2006-01-24 [paul] 1.9.100cvs183
754 * manual/glossary.xml
756 * manual/dist/html/Makefile.am
757 * manual/dist/pdf/Makefile.am
758 * manual/dist/ps/Makefile.am
759 * manual/dist/txt/Makefile.am
763 2006-01-24 [mones] 1.9.100cvs182
765 * manual/glossary.xml
766 Nearly finished, some terms missing.
768 2006-01-23 [paul] 1.9.100cvs181
770 * manual/dist/html/Makefile.am
771 * manual/dist/pdf/Makefile.am
772 * manual/dist/ps/Makefile.am
773 * manual/dist/txt/Makefile.am
778 2006-01-22 [colin] 1.9.100cvs180
781 * src/gtk/gtkaspell.c
782 Don't deselect stuff before right-clicking, with aspell.
783 (This prevented right-click Copy, for example).
786 2006-01-22 [paul] 1.9.100cvs179
788 * src/summary_search.c
789 don't fix the widget size as it causes problems
791 Thanks to Emilian Nowak
793 2006-01-21 [paul] 1.9.100cvs178
796 fix broken underlining of label text
797 with some translations
799 2006-01-21 [colin] 1.9.100cvs177
802 In French "Composition" puts the Compose toolbar's prefs in the wrong place
804 2006-01-20 [colin] 1.9.100cvs176
809 * manual/dist/html/.cvsignore
810 * manual/dist/html/Makefile.am
811 * manual/dist/pdf/.cvsignore
812 * manual/dist/pdf/Makefile.am
813 * manual/dist/ps/.cvsignore
814 * manual/dist/ps/Makefile.am
815 * manual/dist/txt/.cvsignore
816 * manual/dist/txt/Makefile.am
819 2006-01-20 [paul] 1.9.100cvs175
821 * manual/handling.xml
822 make Filtering and Searching entries easier to find
823 * manual/keyboard.xml
824 add the remaining default keybinds
825 * src/prefs_summaries.c
826 update the default keybinds
828 2006-01-20 [paul] 1.9.100cvs174
840 replace 'e-mail' with 'email'
841 * src/summary_search.c
842 add mnemonic to "Find all" button
844 2006-01-20 [wwp] 1.9.100cvs173
848 touched mbox import/export buttons for HIG-compliance
850 2006-01-19 [paul] 1.9.100cvs172
853 * manual/addrbook.xml
854 * manual/advanced.xml
856 * manual/handling.xml
859 * manual/starting.xml
862 2006-01-19 [paul] 1.9.100cvs171
865 allow use of trash button while receiving
868 2006-01-19 [wwp] 1.9.100cvs170
870 * src/gtk/quicksearch.c
872 force text color to black when yellow background is set
874 2006-01-19 [colin] 1.9.100cvs169
876 * src/plugins/trayicon/trayicon.c
877 Gray out Get Mail when already getting mail
879 2006-01-18 [paul] 1.9.100cvs168
882 give widget yellow background was To is
884 * src/gtk/quicksearch.c
885 give widget yellow background when quick
889 2006-01-18 [paul] 1.9.100cvs167
891 * doc/man/sylpheed-claws.1
892 add --subscribe option
894 2006-01-18 [paul] 1.9.100cvs166
896 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
897 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
898 use %U instead of %F (%F is broken for user installed
901 2006-01-18 [colin] 1.9.100cvs165
904 Default to Yes in "No more * messages" dialogs
906 2006-01-17 [colin] 1.9.100cvs164
909 Possibly fix an invalid iterator causing
912 2006-01-17 [colin] 1.9.100cvs163
915 Fix crash when the image disappears under the
918 2006-01-16 [colin] 1.9.100cvs162
921 Fix reenabling autowrap
923 2006-01-16 [colin] 1.9.100cvs161
926 reset quote_len before getting quote_str
928 2006-01-16 [colin] 1.9.100cvs160
935 Fix bug #883 (default inbox does not track folder move)
937 2006-01-16 [colin] 1.9.100cvs159
940 * src/plugins/pgpcore/passphrase.c
943 2006-01-16 [paul] 1.9.100cvs158
945 * src/prefs_actions.c
946 * src/prefs_filtering_action.c
947 * src/prefs_matcher.c
949 * src/gtk/description_window.c
950 * src/gtk/description_window.h
951 * src/gtk/quicksearch.c
952 description window cleanups
954 2006-01-15 [colin] 1.9.100cvs157
957 * src/prefs_filtering.c
960 2006-01-15 [colin] 1.9.100cvs156
964 Same for "Empty trash"
966 2006-01-15 [colin] 1.9.100cvs155
969 Override offline dialog had Yes by default
971 2006-01-15 [colin] 1.9.100cvs154
974 Delete selected messages? previously had Yes the default
976 2006-01-15 [colin] 1.9.100cvs153
981 Check if a mailbox is loaded after all
984 2006-01-15 [colin] 1.9.100cvs152
987 Don't start wizard when there are unloaded folders (will help
988 people with only mbox or maildir mailboxes)
990 2006-01-14 [colin] 1.9.100cvs151
998 More HIG compliance and fixes
1000 2006-01-14 [colin] 1.9.100cvs150
1002 * src/prefs_filtering_action.c
1004 Two forgotten button order changes
1006 2006-01-14 [colin] 1.9.100cvs149
1016 * src/prefs_actions.c
1017 * src/prefs_customheader.c
1018 * src/prefs_filtering.c
1019 * src/prefs_matcher.c
1020 * src/prefs_template.c
1025 All deletion confirmations are now "Cancel, Delete"
1026 instead of "No, Yes"
1027 Clarified most of the other "No, Yes" to
1028 "Cancel, Descriptive_action"
1029 Rechanged the "Entry not saved" alerts to have
1030 "Close, Continue editing"
1035 * 2.0.0-rc4 released
1037 2006-01-14 [paul] 1.9.100cvs148
1052 * src/grouplistdialog.c
1059 * src/message_search.c
1064 * src/prefs_actions.c
1065 * src/prefs_customheader.c
1066 * src/prefs_filtering.c
1067 * src/prefs_matcher.c
1068 * src/prefs_template.c
1069 * src/prefs_themes.c
1071 * src/summary_search.c
1075 * src/gtk/foldersort.c
1076 * src/gtk/gtkaspell.c
1077 * src/gtk/inputdialog.c
1078 * src/gtk/prefswindow.c
1079 * src/plugins/pgpcore/select-keys.c
1080 * src/plugins/trayicon/trayicon.c
1081 HIG compliant button order
1083 2006-01-14 [mones] 1.9.100cvs147
1088 2006-01-13 [paul] 1.9.100cvs146
1093 add Joshua M. Kwan to contributors list
1095 2006-01-13 [colin] 1.9.100cvs145
1097 * src/gtk/quicksearch.c
1098 Don't refocus quick search after executing (Esc or Enter)
1099 Allows to '/'search something then move up/down in
1100 summaryview, and to Esc a search and be back in the
1103 2006-01-13 [paul] 1.9.100cvs144
1105 * src/plugins/pgpinline/pgpinline.c
1106 support Content-Type 'application/pgp'
1107 patch by Joshua M. Kwan <joshuak@users.sf.net>
1109 2006-01-13 [paul] 1.9.100cvs143
1111 * manual/account.xml
1112 make mention of partial retrieval
1115 2006-01-13 [paul] 1.9.100cvs142
1156 * src/customheader.c
1157 * src/customheader.h
1158 * src/displayheader.c
1159 * src/displayheader.h
1170 * src/editldap_basedn.c
1171 * src/editldap_basedn.h
1187 * src/folder_item_prefs.c
1188 * src/folder_item_prefs.h
1195 * src/grouplistdialog.c
1196 * src/grouplistdialog.h
1200 * src/image_viewer.c
1201 * src/image_viewer.h
1237 * src/message_search.c
1238 * src/message_search.h
1255 * src/partial_download.c
1256 * src/partial_download.h
1261 * src/prefs_account.c
1262 * src/prefs_account.h
1263 * src/prefs_actions.c
1264 * src/prefs_actions.h
1265 * src/prefs_common.c
1266 * src/prefs_common.h
1267 * src/prefs_compose_writing.c
1268 * src/prefs_compose_writing.h
1269 * src/prefs_customheader.c
1270 * src/prefs_customheader.h
1271 * src/prefs_display_header.c
1272 * src/prefs_display_header.h
1273 * src/prefs_filtering.c
1274 * src/prefs_filtering.h
1275 * src/prefs_filtering_action.c
1276 * src/prefs_filtering_action.h
1277 * src/prefs_folder_column.c
1278 * src/prefs_folder_column.h
1279 * src/prefs_folder_item.c
1280 * src/prefs_folder_item.h
1285 * src/prefs_image_viewer.c
1286 * src/prefs_image_viewer.h
1287 * src/prefs_matcher.c
1288 * src/prefs_matcher.h
1289 * src/prefs_message.c
1290 * src/prefs_msg_colors.c
1291 * src/prefs_msg_colors.h
1294 * src/prefs_receive.c
1296 * src/prefs_spelling.c
1297 * src/prefs_spelling.h
1298 * src/prefs_summaries.c
1299 * src/prefs_summaries.h
1300 * src/prefs_summary_column.c
1301 * src/prefs_summary_column.h
1302 * src/prefs_template.c
1303 * src/prefs_template.h
1304 * src/prefs_themes.c
1305 * src/prefs_themes.h
1306 * src/prefs_toolbar.c
1307 * src/prefs_toolbar.h
1308 * src/prefs_wrapping.c
1309 * src/prefs_wrapping.h
1319 * src/quote_fmt_parse.y
1322 * src/remotefolder.c
1323 * src/remotefolder.h
1324 * src/send_message.c
1325 * src/send_message.h
1328 * src/sourcewindow.c
1329 * src/sourcewindow.h
1334 * src/stock_pixmap.c
1335 * src/stock_pixmap.h
1336 * src/summary_search.c
1337 * src/summary_search.h
1354 * src/common/base64.c
1355 * src/common/base64.h
1357 * src/common/hooks.c
1358 * src/common/hooks.h
1361 * src/common/mgutils.c
1362 * src/common/mgutils.h
1365 * src/common/passcrypt.c
1366 * src/common/passcrypt.h.in
1367 * src/common/plugin.c
1368 * src/common/plugin.h
1369 * src/common/prefs.c
1370 * src/common/prefs.h
1371 * src/common/progressindicator.c
1372 * src/common/progressindicator.h
1373 * src/common/quoted-printable.c
1374 * src/common/quoted-printable.h
1375 * src/common/session.c
1376 * src/common/session.h
1379 * src/common/socket.c
1380 * src/common/socket.h
1383 * src/common/ssl_certificate.c
1384 * src/common/ssl_certificate.h
1385 * src/common/stringtable.c
1386 * src/common/stringtable.h
1387 * src/common/sylpheed.c
1388 * src/common/sylpheed.h
1389 * src/common/template.c
1390 * src/common/template.h
1391 * src/common/timing.h
1392 * src/common/utils.c
1393 * src/common/utils.h
1394 * src/common/version.h.in
1397 * src/common/xmlprops.c
1398 * src/common/xmlprops.h
1399 * src/gtk/colorlabel.c
1400 * src/gtk/colorsel.c
1401 * src/gtk/colorsel.h
1402 * src/gtk/description_window.c
1403 * src/gtk/description_window.h
1406 * src/gtk/foldersort.c
1407 * src/gtk/foldersort.h
1408 * src/gtk/gtkutils.c
1409 * src/gtk/gtkutils.h
1410 * src/gtk/inputdialog.c
1411 * src/gtk/inputdialog.h
1412 * src/gtk/logwindow.c
1413 * src/gtk/logwindow.h
1414 * src/gtk/manage_window.c
1415 * src/gtk/manage_window.h
1418 * src/gtk/pluginwindow.c
1419 * src/gtk/pluginwindow.h
1420 * src/gtk/prefswindow.c
1421 * src/gtk/prefswindow.h
1422 * src/gtk/progressdialog.c
1423 * src/gtk/progressdialog.h
1424 * src/gtk/sslcertwindow.c
1425 * src/gtk/sslcertwindow.h
1426 * src/plugins/clamav/clamav_plugin.c
1427 * src/plugins/clamav/clamav_plugin.h
1428 * src/plugins/clamav/clamav_plugin_gtk.c
1429 * src/plugins/demo/demo.c
1430 * src/plugins/dillo_viewer/dillo_prefs.c
1431 * src/plugins/dillo_viewer/dillo_prefs.h
1432 * src/plugins/dillo_viewer/dillo_viewer.c
1433 * src/plugins/pgpcore/passphrase.c
1434 * src/plugins/pgpcore/passphrase.h
1435 * src/plugins/pgpcore/plugin.c
1436 * src/plugins/pgpcore/select-keys.c
1437 * src/plugins/pgpcore/select-keys.h
1438 * src/plugins/pgpcore/sgpgme.c
1439 * src/plugins/pgpcore/sgpgme.h
1440 * src/plugins/pgpinline/pgpinline.c
1441 * src/plugins/pgpinline/pgpinline.h
1442 * src/plugins/pgpinline/plugin.c
1443 * src/plugins/pgpmime/pgpmime.c
1444 * src/plugins/pgpmime/pgpmime.h
1445 * src/plugins/pgpmime/plugin.c
1446 * src/plugins/spamassassin/spamassassin.c
1447 * src/plugins/spamassassin/spamassassin.h
1448 * src/plugins/spamassassin/spamassassin_gtk.c
1449 * src/plugins/trayicon/trayicon.c
1450 update copyright header
1452 2006-01-13 [paul] 1.9.100cvs141
1458 * src/prefs_account.c
1459 * src/prefs_display_header.c
1460 * src/prefs_receive.c
1462 * src/prefs_summaries.c
1463 * src/prefs_themes.c
1464 * src/prefs_toolbar.c
1468 2006-01-12 [colin] 1.9.100cvs140
1473 Add --subscribe option
1474 Let sylpheed-claws email@domain.com equivalent to --compose
1475 Let sylpheed-claws proto://blah.com equivalent to --subscribe
1477 2006-01-12 [paul] 1.9.100cvs139
1480 append 'Change folder order' label with '...'
1481 * src/prefs_actions.c
1482 allow reordering of actions list by dnd
1483 * src/gtk/foldersort.c
1484 make the dialog nicer
1486 2006-01-11 [colin] 1.9.100cvs138
1489 Allow templates without text
1491 2006-01-11 [paul] 1.9.100cvs137
1494 * tools/filter_conv_new.pl
1496 also check .sylpheed for filter.xml
1497 be a bit informative to the user
1499 2006-01-11 [colin] 1.9.100cvs136
1502 Fix bug #888 (2.0.0rc3 not displaying image in message view)
1504 2006-01-10 [paul] 1.9.100cvs135
1507 * tools/filter_conv_new.pl
1508 add script to convert new style Sylpheed
1509 filter rules (Sylpheed >= 0.9.99) to
1510 Claws filtering rules
1512 2006-01-10 [colin] 1.9.100cvs134
1515 Fix broken line joins in certain conditions
1516 (between two quoted lines: <enter><enter><up>
1517 <type a wrapped sentence><go in the first line>
1518 <insert more text><watch as line joining failed>)
1520 2006-01-10 [paul] 1.9.100cvs133
1523 don't report success in error dialog
1525 * src/common/utils.c
1526 include some trailing punctuations as URI
1529 2006-01-10 [paul] 1.9.100cvs132
1532 fix incompatible pointer type
1535 2006-01-10 [paul] 1.9.100cvs131
1538 change Subject in window title
1541 2006-01-09 [colin] 1.9.100cvs130
1550 Fix possible crashes on exit and in addressbook
1552 2006-01-09 [paul] 1.9.100cvs129
1554 * src/prefs_msg_colors.c
1555 some cleanups that I forgot last time
1557 2006-01-09 [paul] 1.9.100cvs128
1561 * src/prefs_msg_colors.c
1562 add previously hidden option, color_new, to
1564 move the page to Display/
1567 2006-01-09 [wwp] 1.9.100cvs127
1569 * src/prefs_themes.c
1570 made the prefs/display/themes layouts spacing less condensed
1571 (and so they match other prefs/pages' look).
1573 2006-01-09 [paul] 1.9.100cvs126
1576 * src/prefs_common.c
1577 * src/prefs_common.h
1578 * src/prefs_wrapping.c
1579 remove 'wrap at send' option
1581 2006-01-06 [colin] 1.9.100cvs125
1584 Just make completely sure we don't insert "manual line breaks"
1589 * 2.0.0-rc3 released
1591 2006-01-04 [paul] 1.9.100cvs124
1594 fix bug 882, 'quick scroll in folder list
1595 displays wrong folder contents'
1597 2006-01-04 [paul] 1.9.100cvs123
1599 * src/plugins/pgpmime/pgpmime.c
1600 better debug information when signing
1601 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1603 2006-01-03 [colin] 1.9.100cvs122
1606 We need to recheck for gpgme 1.0.0 after checking
1607 for 1.1.1, because if 1.1.1 isn't available,
1608 GPGME_LIBS and friends are blanked out by the
1611 2006-01-03 [colin] 1.9.100cvs121
1613 * src/common/prefs.c
1614 Windows unlink-before rename fix
1615 * src/plugins/pgpcore/sgpgme.c
1616 Add support for PKA info if available
1617 Both patches by Werner Koch
1619 2006-01-03 [paul] 1.9.100cvs120
1622 fix bug 884, 'Send receipt' button visible in queue
1625 2006-01-02 [colin] 1.9.100cvs119
1629 Fix autosave on IMAP and more generally try to
1630 return the correct ID on a newly added IMAP message
1632 2006-01-02 [paul] 1.9.100cvs118
1634 * manual/keyboard.xml
1637 2006-01-01 [paul] 1.9.100cvs117
1642 2005-12-30 [colin] 1.9.100cvs116
1644 * manual/advanced.xml
1645 Explain Pre/Post-processing differences.
1647 2005-12-30 [colin] 1.9.100cvs115
1650 Implement copy_msgs for a little optimization
1652 Finish yesterday's fix
1654 2005-12-29 [colin] 1.9.100cvs114
1657 Fix occasional failure in fetching a mail over
1660 2005-12-29 [colin] 1.9.100cvs113
1663 Don't remove a draft when sending it, if it is
1666 2005-12-28 [colin] 1.9.100cvs112
1671 2005-12-28 [wwp] 1.9.100cvs111
1673 * doc/faq/.cvsignore
1674 * doc/faq/de/.cvsignore
1675 * doc/faq/en/.cvsignore
1676 * doc/faq/es/.cvsignore
1677 * doc/faq/fr/.cvsignore
1678 * doc/faq/it/.cvsignore
1679 * doc/manual/.cvsignore
1680 * doc/manual/de/.cvsignore
1681 * doc/manual/en/.cvsignore
1682 * doc/manual/es/.cvsignore
1683 * doc/manual/fr/.cvsignore
1684 * doc/manual/ja/.cvsignore
1685 * src/plugins/mathml_viewer/.cvsignore
1686 rollback revival of those files (my bad, sorry for the noise).
1688 2005-12-28 [wwp] 1.9.100cvs110
1691 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
1693 2005-12-28 [wwp] 1.9.100cvs109
1695 * doc/faq/.cvsignore
1696 * doc/faq/de/.cvsignore
1697 * doc/faq/en/.cvsignore
1698 * doc/faq/es/.cvsignore
1699 * doc/faq/fr/.cvsignore
1700 * doc/faq/it/.cvsignore
1701 * doc/manual/.cvsignore
1702 * doc/manual/de/.cvsignore
1703 * doc/manual/en/.cvsignore
1704 * doc/manual/es/.cvsignore
1705 * doc/manual/fr/.cvsignore
1706 * doc/manual/ja/.cvsignore
1707 * src/plugins/mathml_viewer/.cvsignore
1709 more files to ignore.
1711 2005-12-24 [colin] 1.9.100cvs108
1717 2005-12-24 [colin] 1.9.100cvs107
1720 Allow NULL src_msginfo in
1721 procmsg_msginfo_new_from_mimeinfo
1723 2005-12-23 [paul] 1.9.100cvs106
1725 * src/plugins/pgpinline/mypgpcore.def
1726 add this forgotten file
1728 2005-12-23 [colin] 1.9.100cvs105
1733 2005-12-23 [colin] 1.9.100cvs104
1738 * src/common/plugin.c
1739 * src/common/socket.c
1740 * src/common/socket.h
1741 * src/common/utils.c
1742 * src/common/utils.h
1743 * src/gtk/pluginwindow.c
1744 * src/plugins/pgpcore/plugin.def
1745 * src/plugins/pgpcore/sylpheed.def
1746 * src/plugins/pgpinline/Makefile.am
1747 * src/plugins/pgpinline/plugin.def
1748 * src/plugins/pgpinline/sylpheed.def
1749 * src/plugins/pgpmime/plugin.def
1750 * src/plugins/pgpmime/sylpheed.def
1751 Various w32 fixes by Werner Koch
1753 2005-12-22 [paul] 1.9.100cvs103
1756 don't offer IMAP as 'server type' if
1757 libetpan isn't built in
1759 2005-12-22 [paul] 1.9.100cvs102
1766 support GTK_TOOLBAR_BOTH_HORIZ (text
1767 next to icon) Patch by Marien Zwart
1768 marienz@users.sf.net
1769 Also reword the text
1771 2005-12-21 [colin] 1.9.100cvs101
1776 Fix missing section and explicit the exception better
1778 Prevent mail from being lost without notice when an
1779 SMTP error happens on trying to send an unmodified
1781 * src/send_message.c
1783 Fix password remembering when wrong, and add return
1784 value checks where they should have been
1785 * src/plugins/pgpcore/sylpheed.def
1786 * src/plugins/pgpinline/sylpheed.def
1787 * src/plugins/pgpmime/sylpheed.def
1788 Add a few symbols needed
1790 2005-12-21 [paul] 1.9.100cvs100
1795 * m4/inttypes-pri.m4
1805 2005-12-21 [paul] 1.9.100cvs99
1810 2005-12-20 [paul] 1.9.100cvs98
1813 updated by Anders Trobäck
1815 2005-12-20 [colin] 1.9.100cvs97
1821 * config/config.rpath
1822 * config/mkinstalldirs
1830 * m4/printf-posix.m4
1874 * src/send_message.c
1875 * src/common/Makefile.am
1876 * src/common/fnmatch.c
1877 * src/common/fnmatch.h
1878 * src/common/fnmatch_loop.c
1880 * src/common/plugin.c
1882 * src/common/socket.c
1883 * src/common/string_match.c
1884 * src/common/sylpheed.c
1885 * src/common/utils.c
1886 * src/common/utils.h
1887 * src/common/w32_dirent.c
1888 * src/common/w32_reg.c
1889 * src/common/w32_signal.c
1890 * src/common/w32_stat.c
1891 * src/common/w32_stdio.c
1892 * src/common/w32_stdlib.c
1893 * src/common/w32_string.c
1894 * src/common/w32_time.c
1895 * src/common/w32_unistd.c
1896 * src/common/w32_wait.c
1897 * src/common/w32lib.h
1898 * src/etpan/Makefile.am
1899 * src/gtk/Makefile.am
1900 * src/plugins/clamav/Makefile.am
1901 * src/plugins/demo/Makefile.am
1902 * src/plugins/dillo_viewer/Makefile.am
1903 * src/plugins/pgpcore/Makefile.am
1904 * src/plugins/pgpcore/passphrase.c
1905 * src/plugins/pgpcore/plugin.def
1906 * src/plugins/pgpcore/sgpgme.c
1907 * src/plugins/pgpcore/sylpheed.def
1908 * src/plugins/pgpcore/version.rc
1909 * src/plugins/pgpinline/Makefile.am
1910 * src/plugins/pgpinline/plugin.def
1911 * src/plugins/pgpinline/sylpheed.def
1912 * src/plugins/pgpinline/version.rc
1913 * src/plugins/pgpmime/Makefile.am
1914 * src/plugins/pgpmime/mypgpcore.def
1915 * src/plugins/pgpmime/plugin.def
1916 * src/plugins/pgpmime/sylpheed.def
1917 * src/plugins/pgpmime/version.rc
1918 * src/plugins/spamassassin/Makefile.am
1919 Very little ;-) patch from Werner Koch, providing
1920 infrastructure for cross-compiling to Win32
1922 2005-12-20 [paul] 1.9.100cvs96
1930 add a combo to the Get All button, allowing
1931 quick retrieval from any account
1932 Patch by Fabien Vantard, slightly modified
1935 i18n fix. Patch by Fabien Vantard
1937 2005-12-19 [colin] 1.9.100cvs95
1941 Don't automatically join lines when they've
1942 been separated by the user and not automatically
1944 2005-12-19 [paul] 1.9.100cvs94
1946 * src/gtk/pluginwindow.c
1948 Patch by Fabien Vantard
1950 2005-12-15 [paul] 1.9.100cvs93
1952 * src/common/plugin.c
1953 * src/common/plugin.h
1954 * src/gtk/pluginwindow.c
1955 * src/plugins/clamav/clamav_plugin.c
1956 * src/plugins/demo/demo.c
1957 * src/plugins/dillo_viewer/dillo_viewer.c
1958 * src/plugins/pgpcore/plugin.c
1959 * src/plugins/pgpinline/plugin.c
1960 * src/plugins/pgpmime/plugin.c
1961 * src/plugins/spamassassin/spamassassin.c
1962 * src/plugins/trayicon/trayicon.c
1963 add plugin_version()
1965 2005-12-15 [colin] 1.9.100cvs92
1968 Further fix bug #875
1970 2005-12-15 [paul] 1.9.100cvs91
1973 fix attach_load_dir getting set to
1974 PLUGINDIR on plugin load
1976 2005-12-14 [mones] 1.9.100cvs90
1979 * manual/keyboard.xml
1980 Initial draft and some shortcuts added
1985 2005-12-14 [colin] 1.9.100cvs89
1990 * src/gtk/gtkaspell.c
1992 * src/prefs_folder_item.c
1993 Fix recursive prefs apply
1996 2005-12-14 [colin] 1.9.100cvs88
1999 Fix bug #875 (Freeze On Inline Forward of
2002 2005-12-13 [colin] 1.9.100cvs87
2005 Uniq-ify and sort the mimetypes list
2006 Patch by Fabien Vantard
2008 2005-12-13 [colin] 1.9.100cvs86
2011 * src/etpan/imap-thread.c
2012 Fix leaks (patch by Hoa)
2014 * src/common/plugin.c
2019 * 2.0.0-rc2 released
2021 2005-12-12 [colin] 1.9.100cvs85
2026 2005-12-12 [wwp] 1.9.100cvs84
2028 * src/gtk/icon_legend.c
2029 fix misbehaviour and crash when closing the legend window
2030 using the Esc key (patch by Fabien Vantard).
2032 2005-12-12 [paul] 1.9.100cvs83
2036 * src/prefs_actions.c
2037 * src/prefs_filtering.c
2038 * src/prefs_matcher.c
2039 * src/prefs_spelling.glade ** REMOVED **
2040 * src/prefs_template.c
2041 * src/gtk/foldersort.glade ** REMOVED **
2042 * src/gtk/pluginwindow.c
2043 * src/gtk/pluginwindow.glade ** REMOVED **
2044 * src/plugins/spamassassin/spamassassin_gtk.glade ** REMOVED **
2047 2005-12-11 [paul] 1.9.100cvs82
2050 fix attach_load_dir crasher (double free)
2052 2005-12-09 [paul] 1.9.100cvs81
2056 * src/gtk/Makefile.am
2057 * src/gtk/icon_legend.c
2058 * src/gtk/icon_legend.h
2063 2005-12-09 [paul] 1.9.100cvs80
2065 * src/plugins/pgpcore/passphrase.c
2066 wrap the label in the dialog
2068 2005-12-09 [colin] 1.9.100cvs79
2070 * src/plugins/pgpcore/sgpgme.c
2071 Display (untrusted) on not trusted signatures
2072 Patch by Michal Èihaø <michal@cihar.com>
2073 Closes bug #867 (Report also key trust)
2075 2005-12-09 [colin] 1.9.100cvs78
2077 * src/common/plugin.c
2078 Update licence check, following Eben Moglen's advice
2080 2005-12-08 [colin] 1.9.100cvs77
2083 Fix the occasionnal item->cache != NULL
2086 2005-12-08 [colin] 1.9.100cvs76
2089 * src/plugins/pgpcore/sgpgme.c
2090 Print key id when unable to check it
2091 Closes bug #866 (Show key id when missing)
2093 2005-12-08 [paul] 1.9.100cvs75
2095 * src/prefs_common.c
2096 * src/prefs_common.h
2098 remember load attachment dir
2100 2005-12-07 [colin] 1.9.100cvs74
2102 * src/prefs_toolbar.c
2103 Gtk fixes, patch by Fabien Vantard
2105 2005-12-07 [colin] 1.9.100cvs73
2110 Fix bug #839 (Quoted text isn't colored after
2111 executing an action)
2112 * src/common/plugin.c
2113 Require plugins to declare their licence in plugin_licence()
2114 Refuse to load non-GPL plugins as they'd be illegal (as
2115 derived works of Sylpheed-Claws, they must be GPL).
2116 * src/plugins/clamav/clamav_plugin.c
2117 * src/plugins/demo/demo.c
2118 * src/plugins/dillo_viewer/dillo_viewer.c
2119 * src/plugins/pgpcore/plugin.c
2120 * src/plugins/pgpinline/plugin.c
2121 * src/plugins/pgpmime/plugin.c
2122 * src/plugins/spamassassin/spamassassin.c
2123 * src/plugins/trayicon/trayicon.c
2124 Add plugin_licence()
2126 2005-12-07 [paul] 1.9.100cvs72
2133 clean up after local FAQ removal and
2134 temporary manual removal
2136 2005-12-06 [colin] 1.9.100cvs71
2140 * doc/faq/.cvsignore
2141 * doc/faq/Makefile.am
2142 * doc/faq/de/.cvsignore
2143 * doc/faq/de/Makefile.am
2144 * doc/faq/de/sylpheed-faq-1.html
2145 * doc/faq/de/sylpheed-faq-2.html
2146 * doc/faq/de/sylpheed-faq-3.html
2147 * doc/faq/de/sylpheed-faq.html
2148 * doc/faq/en/.cvsignore
2149 * doc/faq/en/Makefile.am
2150 * doc/faq/en/sylpheed-faq-1.html
2151 * doc/faq/en/sylpheed-faq-2.html
2152 * doc/faq/en/sylpheed-faq-3.html
2153 * doc/faq/en/sylpheed-faq-4.html
2154 * doc/faq/en/sylpheed-faq.html
2155 * doc/faq/es/.cvsignore
2156 * doc/faq/es/Makefile.am
2157 * doc/faq/es/sylpheed-faq-1.html
2158 * doc/faq/es/sylpheed-faq-2.html
2159 * doc/faq/es/sylpheed-faq-3.html
2160 * doc/faq/es/sylpheed-faq-4.html
2161 * doc/faq/es/sylpheed-faq.html
2162 * doc/faq/fr/.cvsignore
2163 * doc/faq/fr/Makefile.am
2164 * doc/faq/fr/sylpheed-faq-1.html
2165 * doc/faq/fr/sylpheed-faq-2.html
2166 * doc/faq/fr/sylpheed-faq-3.html
2167 * doc/faq/fr/sylpheed-faq.html
2168 * doc/faq/it/.cvsignore
2169 * doc/faq/it/Makefile.am
2170 * doc/faq/it/sylpheed-faq-1.html
2171 * doc/faq/it/sylpheed-faq-2.html
2172 * doc/faq/it/sylpheed-faq-3.html
2173 * doc/faq/it/sylpheed-faq.html
2174 * doc/manual/.cvsignore
2175 * doc/manual/Makefile.am
2176 * doc/manual/de/.cvsignore
2177 * doc/manual/de/Makefile.am
2178 * doc/manual/de/sylpheed-1.html
2179 * doc/manual/de/sylpheed-10.html
2180 * doc/manual/de/sylpheed-11.html
2181 * doc/manual/de/sylpheed-12.html
2182 * doc/manual/de/sylpheed-13.html
2183 * doc/manual/de/sylpheed-14.html
2184 * doc/manual/de/sylpheed-15.html
2185 * doc/manual/de/sylpheed-16.html
2186 * doc/manual/de/sylpheed-17.html
2187 * doc/manual/de/sylpheed-18.html
2188 * doc/manual/de/sylpheed-19.html
2189 * doc/manual/de/sylpheed-2.html
2190 * doc/manual/de/sylpheed-20.html
2191 * doc/manual/de/sylpheed-3.html
2192 * doc/manual/de/sylpheed-4.html
2193 * doc/manual/de/sylpheed-5.html
2194 * doc/manual/de/sylpheed-6.html
2195 * doc/manual/de/sylpheed-7.html
2196 * doc/manual/de/sylpheed-8.html
2197 * doc/manual/de/sylpheed-9.html
2198 * doc/manual/de/sylpheed.html
2199 * doc/manual/en/.cvsignore
2200 * doc/manual/en/Makefile.am
2201 * doc/manual/en/sylpheed-1.html
2202 * doc/manual/en/sylpheed-10.html
2203 * doc/manual/en/sylpheed-11.html
2204 * doc/manual/en/sylpheed-12.html
2205 * doc/manual/en/sylpheed-13.html
2206 * doc/manual/en/sylpheed-14.html
2207 * doc/manual/en/sylpheed-15.html
2208 * doc/manual/en/sylpheed-16.html
2209 * doc/manual/en/sylpheed-17.html
2210 * doc/manual/en/sylpheed-18.html
2211 * doc/manual/en/sylpheed-19.html
2212 * doc/manual/en/sylpheed-2.html
2213 * doc/manual/en/sylpheed-20.html
2214 * doc/manual/en/sylpheed-21.html
2215 * doc/manual/en/sylpheed-22.html
2216 * doc/manual/en/sylpheed-3.html
2217 * doc/manual/en/sylpheed-4.html
2218 * doc/manual/en/sylpheed-5.html
2219 * doc/manual/en/sylpheed-6.html
2220 * doc/manual/en/sylpheed-7.html
2221 * doc/manual/en/sylpheed-8.html
2222 * doc/manual/en/sylpheed-9.html
2223 * doc/manual/en/sylpheed.html
2224 * doc/manual/es/.cvsignore
2225 * doc/manual/es/Makefile.am
2226 * doc/manual/es/sylpheed-1.html
2227 * doc/manual/es/sylpheed-10.html
2228 * doc/manual/es/sylpheed-11.html
2229 * doc/manual/es/sylpheed-12.html
2230 * doc/manual/es/sylpheed-13.html
2231 * doc/manual/es/sylpheed-14.html
2232 * doc/manual/es/sylpheed-15.html
2233 * doc/manual/es/sylpheed-16.html
2234 * doc/manual/es/sylpheed-17.html
2235 * doc/manual/es/sylpheed-18.html
2236 * doc/manual/es/sylpheed-19.html
2237 * doc/manual/es/sylpheed-2.html
2238 * doc/manual/es/sylpheed-20.html
2239 * doc/manual/es/sylpheed-3.html
2240 * doc/manual/es/sylpheed-4.html
2241 * doc/manual/es/sylpheed-5.html
2242 * doc/manual/es/sylpheed-6.html
2243 * doc/manual/es/sylpheed-7.html
2244 * doc/manual/es/sylpheed-8.html
2245 * doc/manual/es/sylpheed-9.html
2246 * doc/manual/es/sylpheed.html
2247 * doc/manual/fr/.cvsignore
2248 * doc/manual/fr/Makefile.am
2249 * doc/manual/fr/sylpheed-1.html
2250 * doc/manual/fr/sylpheed-10.html
2251 * doc/manual/fr/sylpheed-11.html
2252 * doc/manual/fr/sylpheed-12.html
2253 * doc/manual/fr/sylpheed-13.html
2254 * doc/manual/fr/sylpheed-14.html
2255 * doc/manual/fr/sylpheed-15.html
2256 * doc/manual/fr/sylpheed-16.html
2257 * doc/manual/fr/sylpheed-17.html
2258 * doc/manual/fr/sylpheed-18.html
2259 * doc/manual/fr/sylpheed-19.html
2260 * doc/manual/fr/sylpheed-2.html
2261 * doc/manual/fr/sylpheed-20.html
2262 * doc/manual/fr/sylpheed-3.html
2263 * doc/manual/fr/sylpheed-4.html
2264 * doc/manual/fr/sylpheed-5.html
2265 * doc/manual/fr/sylpheed-6.html
2266 * doc/manual/fr/sylpheed-7.html
2267 * doc/manual/fr/sylpheed-8.html
2268 * doc/manual/fr/sylpheed-9.html
2269 * doc/manual/fr/sylpheed.html
2270 * doc/manual/ja/.cvsignore
2271 * doc/manual/ja/Makefile.am
2272 * doc/manual/ja/sylpheed-1.html
2273 * doc/manual/ja/sylpheed-10.html
2274 * doc/manual/ja/sylpheed-11.html
2275 * doc/manual/ja/sylpheed-12.html
2276 * doc/manual/ja/sylpheed-13.html
2277 * doc/manual/ja/sylpheed-14.html
2278 * doc/manual/ja/sylpheed-15.html
2279 * doc/manual/ja/sylpheed-16.html
2280 * doc/manual/ja/sylpheed-17.html
2281 * doc/manual/ja/sylpheed-18.html
2282 * doc/manual/ja/sylpheed-19.html
2283 * doc/manual/ja/sylpheed-2.html
2284 * doc/manual/ja/sylpheed-20.html
2285 * doc/manual/ja/sylpheed-3.html
2286 * doc/manual/ja/sylpheed-4.html
2287 * doc/manual/ja/sylpheed-5.html
2288 * doc/manual/ja/sylpheed-6.html
2289 * doc/manual/ja/sylpheed-7.html
2290 * doc/manual/ja/sylpheed-8.html
2291 * doc/manual/ja/sylpheed-9.html
2292 * doc/manual/ja/sylpheed.html
2293 * doc/manual/ja/sylpheed.sgml
2295 Remove outdated manual and faq. Noisy, eh?
2297 2005-12-06 [colin] 1.9.100cvs70
2300 * src/quote_fmt_parse.y
2303 Allow %X to position cursor at 0
2304 (no %X = before signature)
2305 Fix paste as quotation putting the cursor at 0
2306 Fix undo offsets when pasting
2307 Insert the quote_fmt at once instead of line
2309 Fix [Edited] when starting to reply/forward
2311 2005-12-06 [paul] 1.9.100cvs69
2313 * src/plugins/clamav/clamav_plugin_gtk.c
2315 * src/plugins/spamassassin/spamassassin_gtk.c
2316 rework spamassassin_create_widget_func()
2318 2005-12-05 [colin] 1.9.100cvs68
2321 Fix make release ;-)
2323 2005-12-05 [colin] 1.9.100cvs67
2327 Fix cursor positioning (not obeying %X)
2329 2005-12-05 [paul] 1.9.100cvs66
2331 * src/plugins/dillo_viewer/dillo_prefs.c
2332 fix compilation warning
2334 2005-12-05 [paul] 1.9.100cvs65
2336 * src/prefs_spelling.c
2337 * src/plugins/trayicon/trayicon.c
2338 cleanups - remove unused stuff
2340 2005-12-05 [paul] 1.9.100cvs64
2343 * manual/plugins.xml
2344 remove info about removed mathml_viewer plugin
2346 2005-12-05 [paul] 1.9.100cvs63
2349 * src/plugins/Makefile.am
2350 * src/plugins/mathml_viewer/.cvsignore
2351 * src/plugins/mathml_viewer/Makefile.am
2352 * src/plugins/mathml_viewer/mathml_viewer.c
2353 remove unmaintained mathml_viewer plugin
2355 2005-12-05 [paul] 1.9.100cvs62
2358 obey prefs_common.always_show_msg when
2362 2005-12-05 [paul] 1.9.100cvs61
2365 * src/prefs_account.c
2366 * src/prefs_filtering.c
2368 * src/prefs_spelling.c
2369 * src/prefs_toolbar.c
2371 * src/gtk/gtkutils.c
2372 * src/gtk/quicksearch.c
2373 * src/plugins/dillo_viewer/dillo_prefs.c
2376 2005-12-04 [paul] 1.9.100cvs60
2379 * src/prefs_account.c
2380 * src/prefs_account.h
2381 allow a Local account to specify a
2383 (closes bug 843 'Inbox cannot be changed for local
2386 2005-12-04 [colin] 1.9.100cvs59
2388 * src/plugins/trayicon/trayicon.c
2389 Remove Get, rename Get All to Get Mail in order to
2390 be consistent with the default main toolbar
2392 2005-12-03 [colin] 1.9.100cvs58
2395 * manual/sylpheed-claws-manual.xml
2398 2005-12-03 [paul] 1.9.100cvs57
2403 new (partially complete) Swedish translation
2404 by Anders Troback <sylpheed@troback.com>
2406 2005-12-02 [paul] 1.9.100cvs56
2409 libetpan 0.41 required
2411 2005-12-02 [paul] 1.9.100cvs55
2413 * src/plugins/clamav/clamav_plugin.c
2414 * src/plugins/clamav/clamav_plugin.h
2415 * src/plugins/clamav/clamav_plugin_gtk.c
2416 * src/plugins/spamassassin/spamassassin.c
2417 * src/plugins/spamassassin/spamassassin.h
2418 * src/plugins/spamassassin/spamassassin_gtk.c
2419 unregister prefs pages on unloading, thus
2421 (thanks to Colin for the hint)
2423 2005-12-02 [wwp] 1.9.100cvs54
2426 * src/quote_fmt_parse.y
2427 fix misuse of gboolean*, use gboolean instead
2428 (thanks to Paul, Colin, for pointing out that scaring one)
2430 2005-12-02 [paul] 1.9.100cvs53
2432 * src/plugins/clamav/clamav_plugin.c
2433 int no --> unsigned int no
2434 * src/plugins/clamav/clamav_plugin_gtk.c
2437 2005-12-02 [wwp] 1.9.100cvs52
2440 * src/prefs_template.c
2442 * src/quote_fmt_parse.y
2443 prevent from executing |f and |p templates commands when
2444 adding or replacing templates in prefs (avoids annoying and
2445 potentially dangerous behaviours)
2447 2005-12-02 [paul] 1.9.100cvs51
2449 * src/prefs_common.c
2450 allow translation of some default values
2451 Patch by Fabien Vantard
2453 2005-12-02 [paul] 1.9.100cvs50
2457 * src/prefs_common.c
2458 * src/prefs_common.h
2459 * src/prefs_message.c
2461 remove obsolete 'convert_mb_alnum' option
2464 remove unused 'about_textview_visibility_notify'
2466 2005-12-02 [paul] 1.9.100cvs49
2468 * src/prefs_account.c
2469 * src/prefs_compose_writing.c
2472 * src/prefs_image_viewer.c
2473 * src/prefs_message.c
2475 * src/prefs_receive.c
2477 * src/prefs_spelling.c
2478 * src/prefs_summaries.c
2479 * src/prefs_wrapping.c
2480 * src/plugins/dillo_viewer/dillo_prefs.c
2481 * src/plugins/pgpcore/prefs_gpg.c
2482 several cleanups to the prefs dialogs
2483 (slightly modified) patch by Fabien Vantard
2485 2005-12-02 [paul] 1.9.100cvs48
2489 * src/send_message.c
2490 fix crash on send when connection fails
2494 2005-12-01 [colin] 1.9.100cvs47
2497 Translate … to "..."
2499 2005-11-30 [colin] 1.9.100cvs46
2503 Optimize back yesterday's fix.
2505 2005-11-30 [paul] 1.9.100cvs45
2510 written by Colin, edited by me
2512 2005-11-29 [colin] 1.9.100cvs44
2515 Skip headers unconditionnaly in match_body if the
2516 rule is not message or ~message
2518 2005-11-29 [colin] 1.9.100cvs43
2521 Fix body_part and such, not skipping headers
2522 if the matchcriteria wasn't the first in the rule
2524 2005-11-29 [colin] 1.9.100cvs42
2527 Add Windows-1252 (Closes bug #863, windows-1252 encoding
2528 option missing from message view window)
2529 Fix double text D'n'D with gtk-2.8
2531 Fix ~message, ~headers_part, ~body_part rules
2533 Add Windows-1252 (Closes bug #863)
2535 * src/gtk/gtkaspell.c
2536 Properly destroy accels in all menus
2538 2005-11-29 [mones] 1.9.100cvs41
2543 2005-11-27 [colin] 1.9.100cvs40
2546 "/Remove mailbox" -> "/Remove mailbox..."
2548 2005-11-27 [paul] 1.9.100cvs39
2553 updated by new maintainer, Stephan Sachse
2555 2005-11-27 [paul] 1.9.100cvs38
2558 written by Colin, edited by me
2560 2005-11-27 [paul] 1.9.100cvs37
2562 * src/prefs_common.c
2563 * src/prefs_common.h
2564 * src/prefs_receive.c
2565 * src/prefs_summaries.c
2566 move 'go to inbox after receiving new mail'
2567 option from display/sumamaries to mail
2568 handling/receive, and rework prefs_summaries
2571 2005-11-25 [martin] 1.9.100cvs36
2574 fixed windows-1252 translation;
2575 translated some new and fuzzy strings
2577 2005-11-25 [paul] 1.9.100cvs35
2579 * src/plugins/clamav/clamav_plugin.c
2580 complete the update done in cvs34
2582 2005-11-25 [paul] 1.9.100cvs34
2584 * src/plugins/clamav/clamav_plugin.c
2585 reflect upstream changes
2587 2005-11-25 [paul] 1.9.100cvs33
2590 * manual/plugins.xml
2591 * manual/sylpheed-claws-manual.xml
2592 written/updated by Colin, edited by me
2593 * tools/acroread2sylpheed.pl
2596 2005-11-24 [colin] 1.9.100cvs32
2599 Fix bug #856 (reediting messages forgets Request
2602 2005-11-24 [paul] 1.9.100cvs31
2604 * manual/addrbook.xml
2605 * manual/starting.xml
2606 written by Colin, proofread, edited, adapted by me
2607 * manual/advanced.xml
2608 add some Actions examples
2610 use a Save button instead of a Close button
2612 indicate mandatory fields
2616 2005-11-23 [colin] 1.9.100cvs30
2619 Rename menu item, fix possible crash after
2622 Allow searching for '*' in ldap
2624 Fix "Browse Entry" (did anyone use it?)
2626 Add guards for mandatory information
2628 2005-11-23 [paul] 1.9.100cvs29
2630 * manual/advanced.xml
2631 corrections to the English
2633 2005-11-23 [colin] 1.9.100cvs28
2636 Fix possible crash at exit. After the call to
2637 gtk_container_remove(), the Viewer's widget has no
2638 more parent so gtk+ automatically frees it and its
2639 sons. If destroy_viewer() then try to access it,
2642 2005-11-22 [colin] 1.9.100cvs27
2645 * src/gtk/gtkaspell.c
2646 Fix right-clicking on a misspelled word
2647 Fix More... in suggestions menu
2649 2005-11-22 [wwp] 1.9.100cvs26
2651 * src/prefs_template.c
2652 templates works: re-sort templates list when adding or replacing,
2653 prevent from adding or replacing when the template name is empty
2655 2005-11-21 [colin] 1.9.100cvs25
2658 Fix some addressbook suckage (dnd, select all)
2660 * src/gtk/gtkaspell.c
2661 * src/gtk/gtkaspell.h
2662 Make the spellchecker menu work with the
2663 GtkTextView one instead of overriding it
2665 2005-11-20 [paul] 1.9.100cvs24
2667 * manual/handling.xml
2668 proofread and corrected
2670 2005-11-20 [paul] 1.9.100cvs23
2673 generate html as one file
2674 * manual/advanced.xml
2675 fix output generation
2676 reformat hidden options list
2677 * manual/manual.xml ** REMOVED **
2678 * manual/sylpheed-claws-manual.xml ** ADDED **
2681 2005-11-18 [colin] 1.9.100cvs22
2683 * src/prefs_account.c
2684 Fix layout in news and mbox accounts
2685 * manual/account.xml
2686 * manual/advanced.xml
2687 New contents for Paul to check :)
2689 2005-11-18 [wwp] 1.9.100cvs21
2691 * src/gtk/quicksearch.c
2692 don't update extended quicksearch buttons twice
2694 2005-11-18 [paul] 1.9.100cvs20
2697 complete 1.9.100cvs19
2699 2005-11-18 [paul] 1.9.100cvs19
2702 cosmetic improvements
2704 also list text/* attachments
2706 2005-11-18 [colin] 1.9.100cvs18
2709 Use column 0 instead of -1 in
2710 gtk_ctree_node_moveto, in a naive
2711 hope it'll fix the gtk-related crashes
2713 2005-11-18 [colin] 1.9.100cvs17
2715 * src/gtk/inputdialog.c
2716 Fix icon staying the first one
2718 2005-11-17 [wwp] 1.9.100cvs16
2719 fix possible problem showing some quicksearch buttons, and a bad
2720 call to g_return_if_fail in a function that returns a value (both
2721 fixes by Fabien Vantard)
2723 2005-11-15 [wwp] 1.9.100cvs15
2725 * src/gtk/quicksearch.c
2726 added a tooltip to that obscure ... quicksearch button
2728 2005-11-15 [wwp] 1.9.100cvs14
2730 * src/gtk/quicksearch.c
2731 add a quicksearch helper to filtering expression users: the ... button
2732 raises the condition expr window. condition expressions set up w/ this
2733 window are used by the quicksearch if the user closes it pressing OK.
2735 2005-11-14 [paul] 1.9.100cvs13
2737 * src/plugins/clamav/clamav_plugin.c
2738 * src/plugins/spamassassin/spamassassin.c
2739 change plugin type following recent merging
2741 2005-11-14 [wwp] 1.9.100cvs12
2744 prevent from crashing when copying/moving message(s) from and
2747 2005-11-14 [paul] 1.9.100cvs11
2749 * src/plugins/clamav/Makefile.am
2750 * src/plugins/clamav/clamav_plugin.c
2751 * src/plugins/clamav/clamav_plugin.h
2752 * src/plugins/clamav/clamav_plugin_gtk.c
2753 also merge clamav and clamav_gtk plugins
2755 2005-11-13 [colin] 1.9.100cvs10
2758 * src/plugins/spamassassin/Makefile.am
2759 * src/plugins/spamassassin/spamassassin.c
2760 * src/plugins/spamassassin/spamassassin.h
2761 * src/plugins/spamassassin/spamassassin_gtk.c
2762 Merge spamassassin and spamassassin_gtk plugins,
2763 and build it by default.
2765 2005-11-12 [colin] 1.9.100cvs9
2767 * src/etpan/imap-thread.c
2770 2005-11-12 [colin] 1.9.100cvs8
2773 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
2775 2005-11-10 [colin] 1.9.100cvs7
2778 Fix bug #845 (sylpheed-claws 1.9.99+ start in
2781 2005-11-10 [wwp] 1.9.100cvs6
2783 * src/gtk/description_window.c
2784 fix a crash when closing description windows using the WM's [X] button
2786 2005-11-09 [colin] 1.9.100cvs5
2789 Update libetpan call to follow upstream
2790 (yes, this requires libetpan-0.40cvs3)
2792 2005-11-08 [colin] 1.9.100cvs4
2796 * src/common/utils.c
2797 * src/common/utils.h
2798 Enhance the email parser
2800 2005-11-08 [colin] 1.9.100cvs3
2803 Fix what looks like an off-by-one (fixes
2804 attachments from the Bat)
2806 2005-11-08 [wwp] 1.9.100cvs2
2809 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
2811 2005-11-08 [wwp] 1.9.100cvs1
2814 allow exiting Sylpheed-Claws from command-line
2816 2005-11-08 [paul] 1.9.100
2820 2005-11-07 [colin] 1.9.99cvs17
2824 Fix import of base-64 encoded items
2826 2005-11-07 [colin] 1.9.99cvs16
2828 * src/send_message.c
2829 Fix bug #314 (Queue does not empty under certain
2832 2005-11-07 [paul] 1.9.99cvs15
2836 fix buffer overflows
2839 2005-11-07 [paul] 1.9.99cvs14
2841 * doc/man/Makefile.am
2842 * doc/man/sylpheed-claws.1 ** ADDED **
2843 * doc/man/sylpheed.1 ** DELETED **
2844 rename and update the man file
2846 2005-11-06 [colin] 1.9.99cvs13
2849 Fix ldif_get_line() that returned empty strings
2850 (Didn't understand why). Also fix a possible
2853 2005-11-06 [wwp] 1.9.99cvs12
2857 * src/gtk/gtkutils.c
2858 * src/gtk/gtkutils.h
2859 fix a compilation warning,
2860 make links sensitive in the about dialog
2862 2005-11-04 [wwp] 1.9.99cvs11
2865 don't wrap or translate URIs, and a bit text format cleanup
2867 2005-11-04 [wwp] 1.9.99cvs10
2870 better textview tagging implementation (no more use of marks for
2873 2005-11-02 [colin] 1.9.99cvs9
2878 2005-11-02 [colin] 1.9.99cvs8
2881 Require libetpan-0.40 due to upstream fix
2883 Tell libetpan not to call SSL_Library_Init,
2884 as we do it ourselves.
2886 2005-11-02 [colin] 1.9.99cvs7
2889 Add missing files (thanks to Fabien Vantard)
2891 2005-11-02 [colin] 1.9.99cvs6
2894 Fix totals when read messages are hidden or quicksearch
2898 * src/common/ssl_certificate.c
2899 * src/common/ssl_certificate.h
2900 * src/gtk/sslcertwindow.c
2901 * src/gtk/sslcertwindow.h
2902 Fix copyright on my stuff
2904 2005-11-02 [wwp] 1.9.99cvs5
2906 * src/prefs_themes.c
2907 fix directory name checking (theme installation/removal),
2908 made related error a bit more verbose
2910 2005-11-02 [colin] 1.9.99cvs4
2913 Fix typo (probably fixes bug #841 (Sort by the From
2916 2005-11-02 [paul] 1.9.99cvs3
2920 updated by SungHyun Nam, Geir Helland
2922 fix typo in welcome message. spotted by
2925 2005-11-01 [colin] 1.9.99cvs2
2928 Fix replying to ml wen confirming subscription
2934 Make key check non blocking
2936 2005-10-31 [paul] 1.9.99cvs1
2938 * tools/claws.i18n.status.pl
2939 updated for ChangeLog
2941 2005-10-31 [paul] 1.9.99
2945 2005-10-31 [paul] 1.9.15cvs131
2949 * ChangeLog.claws ** REMOVED **
2950 * ChangeLog-gtk2.claws ** REMOVED **
2951 * ChangeLog.gtk1 ** ADDED **
2956 * README.claws ** REMOVED **
2957 * README.jp ** REMOVED **
2958 * RELEASE_NOTES ** ADDED **
2959 * RELEASE_NOTES.claws ** REMOVED **
2962 * sylpheed.spec.in ** REMOVED **
2963 tidy up and update the default docs:
2964 ChangeLog.claws is renamed ChangeLog.gtk1
2965 ChangeLog-gtk2.claws is renamed ChangeLog
2966 README.claws is renamed README
2967 RELEASE_NOTES.claws is renamed RELEASE_NOTES
2969 2005-10-31 [paul] 1.9.15cvs130
2974 2005-10-31 [paul] 1.9.15cvs129
2985 updated by Miquel Oliete, Stephan Sachse and
2986 Thomas Gilgin, me, Fabien Vantard, Andrea
2987 Spadaccini, Frederico Goncalves Guimaraes,
2988 Andrej Kacian, Aleksandar Urosevic, and
2991 2005-10-31 [mones] 1.9.15cvs128
2997 Updated for release.
2999 2005-10-30 [colin] 1.9.15cvs127
3002 Place cursor before rewrapping (fixes cursor
3003 pos if quotation gets rewrapped)
3005 2005-10-29 [paul] 1.9.15cvs126
3013 corrections to text items
3015 2005-10-28 [colin] 1.9.15cvs125
3018 Make "hit 'C' to check sig" work from extern
3021 2005-10-27 [colin] 1.9.15cvs124
3024 Add a hack to avoid segfaulting when hammering
3027 2005-10-27 [wwp] 1.9.15cvs123
3029 * src/prefs_themes.c
3030 sort list of themes names in themes prefs
3032 2005-10-27 [paul] 1.9.15cvs122
3035 * src/prefs_account.c
3036 fix building on Solaris
3039 2005-10-27 [wwp] 1.9.15cvs121
3042 * src/gtk/gtksctree.c
3043 speed up unselecting messages in summary view (thanks to Colin)
3045 2005-10-27 [paul] 1.9.15cvs120
3048 fix a compilation warning
3050 fix updating of 'n items selected' count
3053 2005-10-27 [martin] 1.9.15cvs119
3056 ignore actions with a leading '/' in the action menu name
3057 fixes a crash on menu creation
3058 * src/prefs_actions.c
3059 do not allow a leading '/' in the action menu name
3061 2005-10-27 [paul] 1.9.15cvs118
3064 fix compilation warning
3066 2005-10-27 [paul] 1.9.15cvs117
3069 add #if HAVE_LOCALE_H
3071 2005-10-27 [paul] 1.9.15cvs116
3073 * src/plugins/clamav/clamav_plugin.c
3074 * src/plugins/dillo_viewer/dillo_viewer.c
3075 * src/plugins/mathml_viewer/mathml_viewer.c
3076 * src/plugins/pgpcore/plugin.c
3077 * src/plugins/pgpinline/plugin.c
3078 * src/plugins/pgpmime/plugin.c
3079 * src/plugins/spamassassin/spamassassin.c
3080 * src/plugins/trayicon/trayicon.c
3081 plugin_init() : make error messages more
3084 2005-10-26 [wwp] 1.9.15cvs115
3086 * src/prefs_matcher.c
3087 enlarge boolean op widget width a bit (wasn't always showing text contents)
3089 2005-10-26 [wwp] 1.9.15cvs114
3092 * src/gtk/gtksctree.c
3093 * src/plugins/spamassassin/libspamc.c
3094 * src/plugins/spamassassin/spamassassin.c
3095 fix some compilation warnings more
3097 2005-10-26 [mones] 1.9.15cvs113
3102 2005-10-26 [paul] 1.9.15cvs112
3104 * src/prefs_message.c
3105 give all display_xface stuff the
3106 #if HAVE_LIBCOMPFACE treatment, thus
3108 (Thanks to Wolfgang Enderlein)
3110 2005-10-26 [colin] 1.9.15cvs111
3116 Remove context menu items that should not be there
3121 Don't show the mainwindow too soon
3123 2005-10-26 [wwp] 1.9.15cvs110
3128 fix uninitialized pointers in the folder updating hook
3131 2005-10-25 [mones] 1.9.15cvs109
3134 General information subsection completed.
3135 Removed archaic references.
3138 * manual/dtd/manual.dsl
3139 Added customization stylesheet for getting paragraphs
3140 fully justified in PDF output (as suggested by Colin).
3142 2005-10-25 [colin] 1.9.15cvs108
3147 2005-10-25 [colin] 1.9.15cvs107
3151 Fix leak (xml_get_element() allocates memory)
3153 Fix leak + dead code (shame!)
3157 2005-10-25 [colin] 1.9.15cvs106
3160 Fix encoding issue in Save all and in
3161 overwrite-confirmation alertpanel
3163 2005-10-25 [colin] 1.9.15cvs105
3165 * src/common/socket.c
3166 Fix a leak - Thanks to Christopher Aillon
3167 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
3169 2005-10-25 [paul] 1.9.15cvs104
3172 Always guess servers from the right-hand
3173 email part and guess username from the
3174 left-hand part. (Thanks to Colin)
3175 add an X-Face to the welcome message
3177 2005-10-25 [paul] 1.9.15cvs103
3179 * manual/handling.xml
3180 written by Colin, edited by me
3182 2005-10-25 [wwp] 1.9.15cvs102
3185 * src/grouplistdialog.c
3188 fix some compilation warnings
3194 2005-10-24 [paul] 1.9.15cvs101
3199 2005-10-24 [paul] 1.9.15cvs100
3201 * src/pixmaps/offline.xpm
3202 * src/pixmaps/online.xpm
3203 replace with last default versions
3205 2005-10-24 [colin] 1.9.15cvs99
3208 Fix bug when moving a folder
3211 "Delete folder" pops up a window, so it
3212 should be suffixed with "..."
3213 * src/plugins/pgpcore/sgpgme.c
3216 2005-10-24 [mones] 1.9.15cvs98
3219 * manual/account.xml
3221 * manual/addrbook.xml
3222 * manual/advanced.xml
3224 * manual/glossary.xml
3226 * manual/handling.xml
3228 * manual/keyboard.xml
3230 * manual/plugins.xml
3231 * manual/starting.xml
3232 * manual/dtd/sdocbook.dtd
3233 Initial manual structure and some content.
3235 2005-10-23 [wwp] 1.9.15cvs97
3240 2005-10-23 [wwp] 1.9.15cvs96
3244 rework of the about window (main work by Paul), also featuring a few
3245 fixes for typos and duplicate names
3247 2005-10-23 [wwp] 1.9.15cvs95
3250 Ignore the right binary name (sylpheed-claws now)
3252 2005-10-23 [paul] 1.9.15cvs94
3255 when using Folder Pref 'Default To for
3256 replies' make the entry in the Compose
3258 Patch by Fabien Vantard
3260 2005-10-22 [colin] 1.9.15cvs93
3265 2005-10-22 [colin] 1.9.15cvs92
3268 try to convert using locale (apart utf8) if necessary
3270 2005-10-22 [colin] 1.9.15cvs91
3272 * src/pixmaps/new.xpm
3273 * src/pixmaps/unread.xpm
3274 Make the unread envelope blue again and
3275 saturate the new one a bit more.
3277 2005-10-22 [colin] 1.9.15cvs90
3280 When replying to a mail sent by one of our accounts,
3281 use the original list of recipients. Let 'Reply All'
3282 and 'Reply to sender' work like previously.
3284 2005-10-21 [colin] 1.9.15cvs89
3286 * src/prefs_filtering.c
3287 Clear fields after add and replace
3289 Display xface differently (better)
3290 * src/plugins/pgpinline/pgpinline.c
3291 Fix crappy encodings/recodings
3293 2005-10-21 [paul] 1.9.15cvs88
3296 * src/prefs_folder_item.c
3298 fix news folder Folder Properties
3301 update folderview after Themes change
3302 keep selected folder selected
3305 2005-10-21 [paul] 1.9.15cvs87
3308 * tools/OOo2sylpheed.pl
3310 * tools/README.sylprint
3311 * tools/asus_mailled.sh ** REMOVED **
3312 * tools/filter_conv.pl
3313 * tools/freshmeat_search.pl
3314 * tools/google_search.pl
3315 * tools/gpg-sign-syl ** REMOVED **
3316 * tools/kmail2sylpheed.pl
3317 * tools/kmail2sylpheed_v2.pl
3318 * tools/multiwebsearch.pl
3319 * tools/nautilus2sylpheed.sh
3320 * tools/newscache_clean.pl
3321 * tools/outlook2sylpheed.pl
3322 * tools/sylpheed-switcher ** REMOVED **
3326 * tools/vcard2xml.py
3327 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3328 update default config dir
3329 update binary name (thanks to Fabien Vantard)
3330 remove obsolete scripts
3332 2005-10-21 [colin] 1.9.15cvs86
3335 Fix possible leak and units. Based on a patch by
3338 2005-10-20 [colin] 1.9.15cvs85
3341 Clear xface when clearing textview
3343 2005-10-20 [colin] 1.9.15cvs84
3349 * src/prefs_common.c
3350 * src/prefs_common.h
3351 * src/prefs_message.c
3355 * src/common/utils.c
3356 * src/common/utils.h
3357 * src/gtk/gtkutils.c
3358 * src/gtk/gtkutils.h
3359 Migrate config to .sylpheed-claws (Automatically)
3360 Add a way to get the Xface in the TextView
3362 2005-10-20 [colin] 1.9.15cvs83
3364 * src/gtk/Makefile.am
3367 Make the about dialog *grooovy*
3369 2005-10-20 [colin] 1.9.15cvs82
3372 Use "Open with" on double click if no command
3375 2005-10-20 [colin] 1.9.15cvs81
3378 * src/etpan/imap-thread.c
3381 2005-10-20 [paul] 1.9.15cvs80
3384 don't show clipkey icon if the only
3385 attachment is the signature
3388 2005-10-20 [paul] 1.9.15cvs79
3391 * src/plugins/pgpmime/pgpmime.c
3392 name the PGP/MIME signature 'signature.asc'
3393 Patch by Andrew Nelson <freeandy@gmail.com>
3395 2005-10-19 [colin] 1.9.15cvs78
3397 * src/plugins/pgpmime/pgpmime.c
3398 Oops, no need to double-check though
3400 2005-10-19 [colin] 1.9.15cvs77
3402 * src/plugins/pgpinline/pgpinline.c
3403 * src/plugins/pgpmime/pgpmime.c
3404 Check that my_tmpfile() doesn't
3407 2005-10-19 [colin] 1.9.15cvs76
3409 * src/common/utils.c
3410 Use shorter mime boundaries to avoid having
3411 MTAs rewrapping our headers, breaking the
3412 PGP signature in the process
3414 * src/plugins/pgpmime/pgpmime.c
3415 Check for boundary uniqueness to be sure
3416 it won't happen, instead of hoping for the
3419 2005-10-19 [colin] 1.9.15cvs75
3421 * sylpheed-claws.desktop
3424 Ship a sylpheed-claws binary instead
3425 of a sylpheed one. Change the socket
3428 Update folder only if it changed
3430 Fix i18n in welcome mail, patch by
3437 2005-10-19 [paul] 1.9.15cvs74
3441 fix summaryview update
3444 2005-10-18 [colin] 1.9.15cvs73
3446 * src/plugins/pgpcore/passphrase.c
3447 Don't XGrabServer, and try a bit more to
3448 sync everything before grabbing mouse/keyboard
3450 2005-10-18 [colin] 1.9.15cvs72
3456 * src/grouplistdialog.c
3458 * src/stock_pixmap.c
3459 * src/stock_pixmap.h
3461 * src/gtk/gtksctree.c
3462 * src/gtk/gtksctree.h
3463 * src/pixmaps/empty.xpm
3464 Implement a wrapper call for gtk_ctree_set_node_info
3465 and gtk_ctree_insert_node, that uses a 1x1 transparent
3466 pixmap instead of a NULL one. This works around some
3467 memory problems deep inside gtk, revealed by valgrind,
3468 and fixes bug #834 (Pressing CTRl-D on a message marked
3469 as locked crashes sylpheed.), as well as, probably,
3470 wwp's 4th dimension problems that happen in gtk_ctree_*.
3472 2005-10-17 [colin] 1.9.15cvs71
3475 Provide visual feedback when checking
3478 2005-10-17 [colin] 1.9.15cvs70
3481 Keep the folder list frozen while checking caches...
3483 2005-10-17 [colin] 1.9.15cvs69
3486 Fi bug #833 (Autocompleting from addressbook
3487 fails with extended chars)
3489 Fix 'adding messages' staying in statusbar
3492 2005-10-17 [wwp] 1.9.15cvs68
3495 Fix buttons' layout resizing when window size changes
3497 2005-10-17 [wwp] 1.9.15cvs67
3500 * src/prefs_account.c
3501 * src/prefs_common.c
3502 * src/prefs_common.h
3503 * src/prefs_folder_item.c
3505 * src/gtk/logwindow.c
3506 * src/gtk/pluginwindow.c
3507 * src/gtk/prefswindow.c
3508 * src/gtk/prefswindow.h
3509 Remember yet more window sizes (log, prefs, folder prefs, accounts)
3511 2005-10-17 [paul] 1.9.15cvs66
3514 fix missing libetpan message
3519 * src/prefs_themes.c
3521 add some new URI defines, change some
3524 make welcome message translatable
3525 small improvements to english
3530 2005-10-17 [paul] 1.9.15cvs65
3535 2005-10-16 [mones] 1.9.15cvs64
3544 2005-10-16 [colin] 1.9.15cvs63
3549 2005-10-16 [colin] 1.9.15cvs62
3554 Real welcome mail text, thanks Paul
3556 2005-10-16 [colin] 1.9.15cvs61
3562 * src/prefs_themes.c
3563 * src/prefs_toolbar.c
3564 * src/plugins/demo/demo.c
3565 * src/plugins/trayicon/trayicon.c
3566 s/Sylpheed/Sylpheed-Claws/
3568 2005-10-16 [colin] 1.9.15cvs60
3571 Add a welcome email in the first empty mailbox
3572 * src/prefs_common.c
3573 Change one more default
3575 2005-10-16 [colin] 1.9.15cvs59
3580 2005-10-16 [colin] 1.9.15cvs58
3583 * src/prefs_common.c
3584 Change some defaults
3586 2005-10-16 [colin] 1.9.15cvs57
3589 * src/prefs_common.c
3590 Change some defaults
3592 2005-10-16 [colin] 1.9.15cvs56
3595 By default, initialize fonts to have
3596 the same size as normal GtkWidgets
3598 2005-10-16 [colin] 1.9.15cvs55
3601 Fix message a bit more
3603 2005-10-16 [colin] 1.9.15cvs54
3606 Second attempt at flicker fixing
3608 2005-10-16 [colin] 1.9.15cvs53
3613 2005-10-16 [wwp] 1.9.15cvs52
3617 * src/prefs_common.c
3618 * src/prefs_common.h
3619 Remember window sizes (address book)
3621 2005-10-16 [wwp] 1.9.15cvs51
3623 * src/plugins/clamav/clamav_plugin_gtk.c
3624 * src/plugins/spamassassin/spamassassin_gtk.c
3625 Fix compilation warnings (missing #include).
3627 2005-10-16 [colin] 1.9.15cvs50
3632 Make 'c' check signature, and forward
3633 c, l, y, t from summaryview to mimeview
3635 2005-10-16 [colin] 1.9.15cvs49
3638 Put border around buttons
3641 Rework menus (Patch based on a patch
3644 2005-10-15 [wwp] 1.9.15cvs48
3656 * src/prefs_account.c
3657 * src/prefs_spelling.c
3658 * src/gtk/gtkutils.c
3659 * src/gtk/gtkutils.h
3660 * src/plugins/clamav/clamav_plugin_gtk.c
3661 * src/plugins/spamassassin/spamassassin_gtk.c
3662 use nicer browse-for-file/dir buttons than the "..." ones,
3663 code factorizing more.
3665 2005-10-14 [colin] 1.9.15cvs47
3668 set relief on the account switcher so that people see it
3669 grey out Create processing rules when no message is selected
3670 * src/prefs_filtering.c
3671 ask before closing if the rule has not been modified, even if
3673 * src/prefs_matcher.c
3674 fix sensitivity when entering the dialog
3675 * src/gtk/inputdialog.c
3676 display a better icon on password ask
3677 * src/plugins/pgpcore/passphrase.c
3678 make the dialog look better
3680 2005-10-14 [paul] 1.9.15cvs46
3683 indicate presense of marked msgs in
3684 unexpanded subfolders
3686 2005-10-14 [paul] 1.9.15cvs45
3688 * src/prefs_actions.c
3689 * src/prefs_common.c
3690 * src/prefs_common.h
3691 * src/prefs_filtering_action.c
3692 * src/prefs_matcher.c
3693 * src/prefs_template.c
3694 remember window sizes
3695 fix Info button size
3699 2005-10-13 [colin] 1.9.15cvs44
3704 Add a tooltip on the icon (optional)
3705 Get rid of the signature buttons and only
3706 use the icon+tooltip
3708 2005-10-13 [colin] 1.9.15cvs43
3712 Add hand cursor for hovering over icon
3714 2005-10-13 [colin] 1.9.15cvs42
3717 Fix crash when quicksearch's hidden
3720 2005-10-13 [colin] 1.9.15cvs41
3723 Set subject when forwarding multiple mails
3724 Check that other recipient than the default Cc or Bcc
3725 have been set before sending.
3727 2005-10-13 [colin] 1.9.15cvs40
3731 Introduce locking, but don't use it yet
3733 2005-10-13 [colin] 1.9.15cvs39
3735 * src/gtk/quicksearch.c
3736 Reset quicksearch when hiding it
3737 Make sticky a real pref
3739 2005-10-13 [colin] 1.9.15cvs38
3744 2005-10-13 [colin] 1.9.15cvs37
3749 * src/plugins/pgpcore/sgpgme.c
3750 Make privacy icon clickable
3751 Move Trust field in Full info
3752 When trust is less than full, don't display
3755 2005-10-13 [colin] 1.9.15cvs36
3760 Revert speed hack which is dangerous in fact
3763 2005-10-13 [colin] 1.9.15cvs35
3765 * src/folder_item_prefs.c
3766 Fix pref corruption on folder move. Patch
3769 2005-10-13 [paul] 1.9.15cvs34
3773 fix typos in g_warnings
3774 * src/prefs_account.c
3775 add a file selector for Signature file
3779 2005-10-12 [colin] 1.9.15cvs33
3782 Provide a quick way to go back from a
3783 signature's full info to the email part
3785 2005-10-12 [colin] 1.9.15cvs32
3788 Remove old hack of encoding signed mails with base64.
3789 QP works equally well.
3791 2005-10-12 [colin] 1.9.15cvs31
3794 Replace deprecated GtkText with GtkTextView
3796 Fix a logic bug about counts in imap_select
3797 (previously un-triggered)
3801 Allow local deletion of news posts
3803 Show GPG noticeview on the message/rfc822 part
3804 in addition to the text/plain one
3805 * src/prefs_image_viewer.c
3806 src/plugins/pgpcore/prefs_gpg.c
3807 Polish (set the label as part of the checkbox)
3809 Don't sit there doing nothing after destroying
3810 the window - return err
3812 2005-10-11 [colin] 1.9.15cvs30
3815 Apply processing rules before showing folders.
3816 Early folder show (before flags sync) will only
3817 be done when there are no processing rules (nor
3820 Fix stuff related to mail subdir, creation and
3823 Don't allow creation of folders in NoInferior
3824 folders, as it won't work
3826 2005-10-10 [colin] 1.9.15cvs29
3829 Reselect "None" Privacy system when selecting an
3830 account with no privacy system defined
3832 2005-10-10 [colin] 1.9.15cvs28
3835 Add Windows-1252 encoding
3836 * src/prefs_common.c
3837 Rework some defaults:
3838 - autosave to draft by default
3839 - don't show header pane (it's already in the textview)
3840 - Select first new or unread mail on entry
3841 - Assume 'Yes' to change folder when there's no more
3843 * src/prefs_matcher.c
3844 Fix a gtk assertion failure
3845 * src/gtk/colorlabel.c
3846 Workaround bad repainting on selection
3848 Freeze/thaw (a bit faster on ssh -X)
3850 Get rid of StrdupConverter that just adds an
3852 * src/etpan/imap_thread.c
3855 2005-10-10 [colin] 1.9.15cvs27
3859 Fix compile on gtk 2.4. Patch by wwp
3861 2005-10-09 [colin] 1.9.15cvs26
3866 Clarify forward menus. Patch by wwp
3868 2005-10-09 [colin] 1.9.15cvs25
3872 Fix bug #829 (Non-working "Encrypt message by
3873 default when replying to an encrypted message")
3875 2005-10-08 [colin] 1.9.15cvs24
3878 Fix bug #827 ("Welcome" setup wizard after a
3879 permission error gives up & forgets itself.)
3881 2005-10-08 [colin] 1.9.15cvs23
3884 Fix bug #828 (Ignoring headers with spaces around = sign)
3886 2005-10-08 [colin] 1.9.15cvs22
3891 2005-10-08 [colin] 1.9.15cvs21
3895 Add a processing_pending indicator, set on
3896 folder_item_open and cleared after
3897 folder_item_process_open
3900 wrap procmsg_msginfo_*_flags, and in the
3901 wrapper check that there's no folder processing
3902 pending. If there is, defer the flags change until
3903 processing is done to avoid stepping over each
3905 Freeze during processing, but not during scanning.
3907 2005-10-07 [colin] 1.9.15cvs20
3909 * src/plugins/pgpcore/passphrase.c
3910 Fix bug #826 (X-Server hangs when
3911 right-clicking a PGP encrypted message)
3913 2005-10-07 [paul] 1.9.15cvs19
3916 fix compose_entries[]
3917 patch by Fabien Vantard
3919 2005-10-06 [colin] 1.9.15cvs18
3921 * src/pixmaps/address.xpm
3922 * src/pixmaps/address_book.xpm
3923 * src/pixmaps/book.xpm
3924 * src/pixmaps/check_spelling.xpm
3925 * src/pixmaps/checkbox_off.xpm
3926 * src/pixmaps/checkbox_on.xpm
3927 * src/pixmaps/close.xpm
3928 * src/pixmaps/complete.xpm
3929 * src/pixmaps/continue.xpm
3930 * src/pixmaps/deleted.xpm
3931 * src/pixmaps/down_arrow.xpm
3932 * src/pixmaps/exec.xpm
3933 * src/pixmaps/forwarded.xpm
3934 * src/pixmaps/group.xpm
3935 * src/pixmaps/ignorethread.xpm
3936 * src/pixmaps/interface.xpm
3937 * src/pixmaps/jpilot.xpm
3938 * src/pixmaps/ldap.xpm
3939 * src/pixmaps/linewrap.xpm
3940 * src/pixmaps/linewrapcurrent.xpm
3941 * src/pixmaps/mail.xpm
3942 * src/pixmaps/mail_attach.xpm
3943 * src/pixmaps/mail_compose.xpm
3944 * src/pixmaps/mail_forward.xpm
3945 * src/pixmaps/mail_receive.xpm
3946 * src/pixmaps/mail_receive_all.xpm
3947 * src/pixmaps/mail_reply.xpm
3948 * src/pixmaps/mail_reply_to_all.xpm
3949 * src/pixmaps/mail_reply_to_author.xpm
3950 * src/pixmaps/mail_send.xpm
3951 * src/pixmaps/mail_send_queue.xpm
3952 * src/pixmaps/mime_application.xpm
3953 * src/pixmaps/mime_audio.xpm
3954 * src/pixmaps/mime_image.xpm
3955 * src/pixmaps/mime_message.xpm
3956 * src/pixmaps/mime_text_enriched.xpm
3957 * src/pixmaps/mime_text_html.xpm
3958 * src/pixmaps/mime_text_plain.xpm
3959 * src/pixmaps/mime_unknown.xpm
3960 * src/pixmaps/new.xpm
3961 * src/pixmaps/news_compose.xpm
3962 * src/pixmaps/offline.xpm
3963 * src/pixmaps/online.xpm
3964 * src/pixmaps/paste.xpm
3965 * src/pixmaps/preferences.xpm
3966 * src/pixmaps/privacy_emblem_encrypted.xpm
3967 * src/pixmaps/privacy_expired.xpm
3968 * src/pixmaps/privacy_failed.xpm
3969 * src/pixmaps/privacy_passed.xpm
3970 * src/pixmaps/privacy_signed.xpm
3971 * src/pixmaps/privacy_unknown.xpm
3972 * src/pixmaps/privacy_warn.xpm
3973 * src/pixmaps/properties.xpm
3974 * src/pixmaps/replied.xpm
3975 * src/pixmaps/search.xpm
3976 * src/pixmaps/unread.xpm
3977 * src/pixmaps/up_arrow.xpm
3978 * src/pixmaps/vcard.xpm
3979 Modernize internal theme, with icons from the
3980 Gnomaws theme. Keep some of the old ones where
3983 2005-10-06 [colin] 1.9.15cvs17
3986 Little optimisations + bugfix
3988 Remove default useless items - useless being defined
3989 by the default relevant prefs
3991 include config.h to make gettext work
3992 * src/prefs_themes.c
3993 Fix selection of current theme in prefs
3995 2005-10-06 [colin] 1.9.15cvs16
3997 * src/prefs_common.c
3998 * src/prefs_common.h
3999 * src/prefs_summaries.c
4001 Add a warning dialog on Mark all read
4002 (with pref to get rid of it)
4004 2005-10-06 [paul] 1.9.15cvs15
4008 updated by Geir Helland and Frederico
4011 2005-10-05 [colin] 1.9.15cvs14
4021 add a way to rescan without rebuilding
4022 make moving a bit faster (less folders changes)
4023 don't lock the tree on Get
4025 Don't re-delete deleted messages before expunging
4027 Set batch mode when deleting mails
4029 2005-10-05 [paul] 1.9.15cvs13
4033 fix disabled Execute menu item
4035 match the change in 1.9.15cvs10: use Compose
4036 instead of News by default
4038 2005-10-04 [colin] 1.9.15cvs12
4041 When replying to an ML post with Reply-To set
4042 to the poster's email, honor it (as before),
4043 but also honor our user's request to reply to
4044 the mailing list: set the ML address in the To
4045 field and the Reply-To address in the Cc:
4048 2005-10-04 [colin] 1.9.15cvs11
4050 * src/plugins/trayicon/trayicon.c
4051 Finish cosmetic change - thanks to wwp
4053 2005-10-04 [colin] 1.9.15cvs10
4056 Use Compose instead of Email by default.
4059 2005-10-04 [colin] 1.9.15cvs9
4065 * src/etpan/imap-thread.c
4066 * src/etpan/imap-thread.h
4067 Try to make IMAP faster, by simplifying SEARCH
4068 commands, avoiding sending two STATUS in a row,
4069 and deferring flags sync and processing just
4070 after displaying the folder.
4071 This will update the SummaryView in certain
4072 cases (new mails not already fetched, flags
4073 changed from another client) but in a non-
4076 2005-10-04 [colin] 1.9.15cvs8
4078 * src/plugins/trayicon/trayicon.c
4079 Relabel "Offline" to "Work offline"
4081 2005-10-04 [colin] 1.9.15cvs7
4086 Fix mbox import/export buglets
4088 * src/plugins/trayicon/trayicon.c
4092 2005-10-04 [colin] 1.9.15cvs6
4097 Better fix (don't break mark all read) for cvs2
4099 2005-10-03 [colin] 1.9.15cvs5
4102 Use a sane sort by default
4104 2005-10-03 [colin] 1.9.15cvs4
4107 Add a 'Only once' button for overriding offline mode
4108 * src/prefs_account.c
4110 Add Local mbox to the wizard
4111 Add IMAP subdir to the wizard (or the wizard is useless
4112 for such accounts, or even worse than useless)
4113 Move IMAP subdir from Advanced to Receive tab, as it's
4116 2005-10-03 [colin] 1.9.15cvs3
4118 * src/send_message.c
4119 Forgot this one in cvs1
4121 2005-10-03 [colin] 1.9.15cvs2
4124 Faster close when leaving a folder with lots
4125 of new mails. Idea by David Relson.
4127 2005-10-03 [colin] 1.9.15cvs1
4136 * src/gtk/sslcertwindow.c
4137 * src/plugins/trayicon/trayicon.c
4138 Add accels to every AlertPanel. Patch by Fabien
4141 2005-10-03 [paul] 1.9.15
4145 2005-10-03 [paul] 1.9.14cvs68
4155 updated by Miquel Oliete, Thomas Gilgin, Ricardo
4156 Mones Lastra, Tommi Pirinen, Fabien vantard,
4157 Andrej Kacian, Aleksander Urosevic, Yang Guilong
4159 2005-10-03 [paul] 1.9.14cvs67
4161 * src/send_message.c
4162 prevent hang on Cancel
4165 2005-10-03 [paul] 1.9.14cvs66
4168 fix crash in IMAP caused by discrepancy
4169 between check_at_startup and offline mode
4172 2005-10-01 [paul] 1.9.14cvs65
4177 2005-10-01 [paul] 1.9.14cvs64
4180 synchronise import_mbox() and export_mbox()
4182 proc_mbox(): add alert if file cannot be opened
4183 export_list_to_mbox(): test if dest file exists,
4184 prompt user to overwrite if it does. add alert
4185 if file cannot be created
4190 2005-09-30 [paul] 1.9.14cvs63
4193 Fix sensitivity of a menu
4195 Respect hidden pref for mails with no encoding
4197 Fix memory corruption
4198 * src/plugins/pgpcore/sgpgme.c
4199 Fix segfault on incomplete sigs, and display
4204 2005-09-30 [colin] 1.9.14cvs62
4206 * src/partial_download.c
4207 Little logic fix in almost-dead code
4209 Fix partial download when there's no new mail
4211 2005-09-29 [paul] 1.9.14cvs61
4213 * src/plugins/pgpinline/pgpinline.c
4214 fix bug 819, 'crash accessing sign message'
4217 2005-09-28 [martin] 1.9.14cvs60
4219 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4220 fix bug #790 (Crash when restarting window manager (fluxbox))
4222 2005-09-28 [paul] 1.9.14cvs59
4224 * src/gtk/gtkaspell.c
4227 2005-09-27 [colin] 1.9.14cvs58
4229 * src/plugins/pgpcore/sgpgme.c
4230 Report error when there's one, instead of
4231 "Signature unchecked"
4233 2005-09-27 [colin] 1.9.14cvs57
4236 Fix bug #816 (Weird quotation with spaces)
4238 2005-09-27 [colin] 1.9.14cvs56
4243 Put subject in compose's title
4244 Fix Automatic encoding so that it's really automatic:
4245 first try default locale's charset, then charset of the replied mail,
4247 Fix encoding of headers (must be in strict mode too)
4249 2005-09-26 [colin] 1.9.14cvs55
4251 * src/gtk/gtkaspell.c
4252 Fix previous patch - don't color the space,
4255 2005-09-26 [colin] 1.9.14cvs54
4257 * src/gtk/gtkaspell.c
4258 Unmark space if possible
4260 2005-09-26 [colin] 1.9.14cvs53
4263 log_error instead of alertpanel according to the pref
4264 * src/etpan/imap-thread.c
4265 Print connect status, copy only necessary size to
4267 * src/plugins/pgpmime/pgpmime.c
4268 Handle S/Mime signatures (verification only). Patch based
4269 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
4271 2005-09-26 [paul] 1.9.14cvs52
4273 * src/common/passcrypt.c
4274 this 'workaround' not necessary on NetBSD.
4275 Thanks to Daniel Gustafson
4281 2005-09-26 [paul] 1.9.14cvs51
4284 Skip currently selected message when
4285 looking for next new or unread message
4286 in current folder. Patch by Colin
4287 * src/common/passcrypt.c
4288 eliminate warnings on *BSD. Patch by
4291 2005-09-26 [colin] 1.9.14cvs50
4294 Call postfiltering hook anyway
4296 2005-09-22 [colin] 1.9.14cvs49
4300 Add a strict mode that doesn't replace with _
4303 Use strict conversion while sending
4304 Fix race when drafting while sending (happens
4306 Fix d'n'd of messages from summaryview
4307 * src/prefs_common.c
4308 * src/prefs_common.h
4309 add hidden utf8_instead_of_locale_for_broken_mail
4310 pref for people that preferred the default charset
4311 to be utf8 for broken mails
4312 * src/quote_fmt_parse.y
4313 fix bug #815 (No quote insert if "From:" fied
4314 contained Russian letters)
4316 Fix d'n'd of messages to compose
4318 2005-09-22 [paul] 1.9.14cvs48
4321 fix bug where attachments Name entry
4322 would display Path instead
4324 2005-09-21 [paul] 1.9.14cvs47
4329 * config/config.rpath
4330 * doc/manual/en/sylpheed-20.html
4331 * doc/manual/es/sylpheed-20.html
4384 * src/customheader.c
4385 * src/customheader.h
4386 * src/displayheader.c
4387 * src/displayheader.h
4398 * src/editldap_basedn.c
4399 * src/editldap_basedn.h
4418 * src/folder_item_prefs.c
4419 * src/folder_item_prefs.h
4426 * src/grouplistdialog.c
4427 * src/grouplistdialog.h
4432 * src/image_viewer.c
4433 * src/image_viewer.h
4472 * src/matcher_parser.h
4473 * src/matcher_parser_lex.l
4474 * src/matcher_parser_parse.y
4477 * src/message_search.c
4478 * src/message_search.h
4497 * src/partial_download.c
4498 * src/partial_download.h
4503 * src/prefs_account.c
4504 * src/prefs_account.h
4505 * src/prefs_actions.c
4506 * src/prefs_actions.h
4507 * src/prefs_common.c
4508 * src/prefs_common.h
4509 * src/prefs_compose_writing.c
4510 * src/prefs_compose_writing.h
4511 * src/prefs_customheader.c
4512 * src/prefs_customheader.h
4513 * src/prefs_display_header.c
4514 * src/prefs_display_header.h
4515 * src/prefs_ext_prog.c
4516 * src/prefs_ext_prog.h
4517 * src/prefs_filtering.c
4518 * src/prefs_filtering.h
4519 * src/prefs_filtering_action.c
4520 * src/prefs_filtering_action.h
4521 * src/prefs_folder_column.c
4522 * src/prefs_folder_column.h
4523 * src/prefs_folder_item.c
4524 * src/prefs_folder_item.h
4529 * src/prefs_image_viewer.c
4530 * src/prefs_image_viewer.h
4531 * src/prefs_matcher.c
4532 * src/prefs_matcher.h
4533 * src/prefs_message.c
4534 * src/prefs_message.h
4535 * src/prefs_msg_colors.c
4536 * src/prefs_msg_colors.h
4541 * src/prefs_receive.c
4542 * src/prefs_receive.h
4545 * src/prefs_spelling.c
4546 * src/prefs_spelling.h
4547 * src/prefs_summaries.c
4548 * src/prefs_summaries.h
4549 * src/prefs_summary_column.c
4550 * src/prefs_summary_column.h
4551 * src/prefs_template.c
4552 * src/prefs_template.h
4553 * src/prefs_themes.c
4554 * src/prefs_themes.h
4555 * src/prefs_toolbar.c
4556 * src/prefs_toolbar.h
4557 * src/prefs_wrapping.c
4558 * src/prefs_wrapping.h
4568 * src/quote_fmt_parse.y
4571 * src/remotefolder.c
4572 * src/remotefolder.h
4573 * src/send_message.c
4574 * src/send_message.h
4577 * src/simple-gettext.c
4578 * src/sourcewindow.c
4579 * src/sourcewindow.h
4584 * src/stock_pixmap.c
4585 * src/stock_pixmap.h
4586 * src/summary_search.c
4587 * src/summary_search.h