5 2006-03-06 [colin] 2.0.0cvs114
8 Refresh session during potentially long
11 2006-03-06 [wwp] 2.0.0cvs113
13 * src/prefs_msg_colors.h
14 forgot that one (custom color labels).
16 2006-03-06 [wwp] 2.0.0cvs112
20 * src/prefs_msg_colors.c
23 * src/gtk/colorlabel.c
24 * src/gtk/colorlabel.h
25 colors in messages list are now customizable. Color values and names can
26 be changed in "Configuration/Preferences/Display/Colors/Color labels".
27 Thanks to Paul and Colin for their help with this longstanding patch!
29 2006-03-06 [wwp] 2.0.0cvs111
32 don't crash if (x)face is bad.
34 2006-03-05 [paul] 2.0.0cvs110
39 * src/common/Makefile.am
41 * src/etpan/imap-thread.c
43 * src/plugins/clamav/Makefile.am
44 * src/plugins/demo/Makefile.am
45 * src/plugins/dillo_viewer/Makefile.am
46 * src/plugins/pgpcore/Makefile.am
47 * src/plugins/pgpcore/passphrase.c
48 * src/plugins/pgpinline/Makefile.am
49 * src/plugins/pgpmime/Makefile.am
50 * src/plugins/spamassassin/Makefile.am
51 * src/plugins/trayicon/Makefile.am
52 fix builiding on cygwin
53 Patch by Ralgh Young <bamanzi@gmail.com>
55 2006-03-04 [wwp] 2.0.0cvs109
58 fix mixed up/down keys.
60 2006-03-04 [wwp] 2.0.0cvs108
64 updated links to SpamAssassin.
66 2006-03-04 [wwp] 2.0.0cvs107
69 * src/plugins/spamassassin/README
70 updated SpamAssassin plugin docs to reflect new functional additions
71 (also fix/update/documents few technical stuff more, see the README).
73 2006-03-04 [wwp] 2.0.0cvs106
76 normalized capitalization of message-prefs paths.
78 2006-03-04 [wwp] 2.0.0cvs105
83 2006-03-03 [colin] 2.0.0cvs104
85 * src/plugins/clamav/clamav_plugin_gtk.c
86 Rework prefs page, patch by Fabien
88 2006-03-03 [colin] 2.0.0cvs103
90 * src/plugins/clamav/clamav_plugin.c
91 Set error on all errors
93 2006-03-03 [colin] 2.0.0cvs102
96 Initialize error to avoid crashing when a plugin fails
99 2006-03-02 [wwp] 2.0.0cvs101
102 fixed linker flags for libetpan support on Cygwin
103 (thanks to H.Merijn Brand).
105 2006-03-02 [wwp] 2.0.0cvs100
108 fix some AB error messages: one for punctuation and
109 one wrongly duplicate (thanks, maxbritov).
111 2006-03-02 [wwp] 2.0.0cvs99
113 * src/plugins/spamassassin/spamassassin.c
114 make sync calls to sa-learn/spamc to prevent
115 system (whatever local or client/server) overload.
117 2006-03-02 [colin] 2.0.0cvs98
120 Put the spam icon in the status column instead of the
123 2006-03-01 [colin] 2.0.0cvs97
125 * src/plugins/spamassassin/spamassassin.c
126 Fix segfault (g_file_set_contents fails for some
127 reason and err==0x2f. Can't find out why with
128 valgrind, using working function :-)
130 2006-03-01 [colin] 2.0.0cvs96
133 Offline overriding: let 'No' be cached only 3 seconds
135 2006-03-01 [colin] 2.0.0cvs95
141 * src/folder_item_prefs.c
150 * src/prefs_msg_colors.c
157 * src/simple-gettext.c
163 * src/common/ssl_certificate.c
166 * src/gtk/gtksctree.c
167 * src/gtk/gtkshruler.c
168 * src/plugins/trayicon/trayicon.c
169 #if 0 goes to /dev/null
171 2006-03-01 [colin] 2.0.0cvs94
179 * src/plugins/spamassassin/spamassassin.c
180 Allow to add information in the "working offline"
183 2006-03-01 [wwp] 2.0.0cvs93
185 * src/plugins/spamassassin/spamassassin.c
186 fixed spamc invocation: use a tricky temporary mini shell wrapper
187 'cause it seems that calling `spamc ... < inputfile` with
188 g_spawn_(a)sync simply.. erm doesn't work :-).
190 2006-03-01 [wwp] 2.0.0cvs92
194 simplify the adding of spam/ham button to the messageview toolbar
195 (it gets more clear now that the same button will be "Mark as spam"
196 or "Mark as ham" according to the current message status,
199 2006-03-01 [wwp] 2.0.0cvs91
205 * src/plugins/spamassassin/spamassassin.c
206 * src/plugins/spamassassin/spamassassin.h
207 make learner callbacks return a status (0 for ok),
208 handle it in main code to avoid setting flags when learning failed,
209 don't learn on TCP if offline in spamassassin,
214 2006-03-01 [wwp] 2.0.0cvs90
217 some work around the compose window's account menu,
218 patch by Fabien Vantard.
220 2006-03-01 [wwp] 2.0.0cvs89
222 * src/plugins/spamassassin/spamassassin.c
223 fixed bad logics, was using spamc in local mode and sa-learn
224 in remote mode (thanks, Colin).
226 2006-03-01 [wwp] 2.0.0cvs88
228 * src/plugins/spamassassin/spamassassin.c
229 * src/plugins/spamassassin/spamassassin.h
230 * src/plugins/spamassassin/spamassassin_gtk.c
231 made processing of emails w/ sa-plugin an option (default is TRUE),
232 fixed Engrish some tooltips, capitalization of some debug messages
233 and warnings. The spamassassin plugin now provides two separate
234 services: process emails upon incorporation and spamd training.
235 Both services (un)register independently but use some common
236 plugin settings (transport settings, spam storage location).
238 2006-02-28 [wwp] 2.0.0cvs87
240 * src/plugins/spamassassin/spamassassin.c
241 fix async flag to spamc cmdline execution (batch exec should
244 2006-02-27 [wwp] 2.0.0cvs86
246 * src/plugins/spamassassin/spamassassin.c
247 * src/plugins/spamassassin/spamassassin.h
248 * src/plugins/spamassassin/spamassassin_gtk.c
249 - added the ability to learn a remote spamassassin server (spamd),
251 - added the spamassassin option 'username', that applies to all
252 spamassassin operations (filtering, learning, local or remote).
253 The default username is the current unix user (if left blank
254 from gtk prefs or config file).
255 - commented out some unused code (notebook widget), removed unused
257 - make more widgets sensitive to the transport type.
259 2006-02-27 [colin] 2.0.0cvs85
261 * src/plugins/spamassassin/spamassassin.c
262 Fix sa-learn call when offline
264 2006-02-27 [colin] 2.0.0cvs84
272 * src/prefs_toolbar.c
279 * src/pixmaps/ham_btn.xpm
280 * src/pixmaps/spam.xpm
281 * src/pixmaps/spam_btn.xpm
282 * src/plugins/spamassassin/spamassassin.c
283 Add button in toolbar for spam learning
284 Fix a few bugs from the last related commit
285 Revert 1.9.6cvs23 which messed up shift-selection
287 2006-02-24 [colin] 2.0.0cvs83
292 * src/plugins/spamassassin/spamassassin.c
293 * src/plugins/spamassassin/spamassassin.h
294 * src/plugins/spamassassin/spamassassin_gtk.c
295 Unregister learner when spamassassin is either
298 2006-02-24 [colin] 2.0.0cvs82
309 * src/gtk/icon_legend.c
310 * src/pixmaps/spam.xpm ** NEW FILE **
311 * src/plugins/spamassassin/spamassassin.c
312 * src/plugins/spamassassin/spamassassin_gtk.c
313 Add spam learning interface (Mark/Mark as
316 2006-02-24 [wwp] 2.0.0cvs81
321 hide compose window when sending message in batch mode
322 (filtering: forward and redirect). Also fixed a wrong
323 value returned when sending failed, neutral anyway.
326 2006-02-24 [wwp] 2.0.0cvs80
329 use GTK+'s stock quit button. Patch by Fabien Vantard.
331 2006-02-24 [paul] 2.0.0cvs79
336 fix bug 916, 'newsgroup unsubscribe segmentation fault'
339 2006-02-23 [colin] 2.0.0cvs78
342 Change OK to Close in alertpanel with View log
343 button; add accel to View log. Patch by Fabien
346 2006-02-23 [wwp] 2.0.0cvs77
349 silly me, there were much more tests to perform, since toolbars can
350 really have down to 1 element only.
352 2006-02-23 [wwp] 2.0.0cvs76
355 fixed indentation from my previous commit. Fallback to VISUAL if
356 EDITOR is not set (and to vi, at last resort).
358 2006-02-23 [wwp] 2.0.0cvs75
361 improved error detection (Colin, me).
363 2006-02-23 [wwp] 2.0.0cvs74
365 * src/prefs_toolbar.c
366 simplify and fix prefs/toolbars layouting. Combos' contents can
367 now be really displayed.
369 2006-02-23 [wwp] 2.0.0cvs73
370 simplifies and fix prefs/toolbars layouting. Combos' contents can now
373 2006-02-22 [wwp] 2.0.0cvs72
376 fix a typo in my previous commit (sorry!).
378 2006-02-22 [wwp] 2.0.0cvs71
380 * src/prefs_toolbar.c
381 fix a crash when adding separators to toolbars,
382 also fix some separator item information.
384 2006-02-22 [wwp] 2.0.0cvs70
387 fix a crash when redirecting (for instance) when compose window's
388 toolbar contents has been customized (when some buttons have been
391 2006-02-21 [wwp] 2.0.0cvs69
394 * src/gtk/pluginwindow.c
395 * src/plugins/pgpcore/prefs_gpg.c
396 fix some compilation warnings (feat. remains of removed code).
398 2006-02-21 [wwp] 2.0.0cvs68
401 fix two compilation issues, thanks to Stephan Sachse.
403 2006-02-20 [colin] 2.0.0cvs67
406 Don't reselect displayed mail on refocus
407 This fixes actions misbehaving
409 2006-02-20 [wwp] 2.0.0cvs66
412 * src/gtk/gtksctree.c
413 * src/gtk/gtkshruler.c
414 changed more runtime typecast checks.
416 2006-02-20 [wwp] 2.0.0cvs65
418 * src/summary_search.c
419 find all - summaryview refresh issue fixed, thanks to Colin.
421 2006-02-20 [wwp] 2.0.0cvs64
424 better runtime typecast checks.
426 2006-02-20 [wwp] 2.0.0cvs63
428 * src/summary_search.c
429 enhancements to the summary search:
430 - add the ability to stop the running search
431 (upon ESC-key press, new Stop button or when Clear button is pressed)
432 - don't search if no criteria (From/To/Subject/Body) is set
433 - ensure that a busy mouse pointer is always shown when searching,
434 show it even a bit earlier
436 2006-02-19 [colin] 2.0.0cvs62
440 * src/etpan/imap-thread.c
441 * src/etpan/imap-thread.h
442 (Future) IMAP speed improvement on sending
443 Will require a libetpan update
445 * src/gtk/quicksearch.c
446 Make quicksearch clearable while running.
448 2006-02-17 [colin] 2.0.0cvs61
451 * src/etpan/imap-thread.c
452 * src/etpan/imap-thread.h
453 Check for IMAP certificates
454 ** Requires libetpan-0.42-cvs4
455 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
457 2006-02-17 [colin] 2.0.0cvs60
462 * src/prefs_message.c
463 Add pref to display HTML-only mails with plugin,
464 if possible (defaulting to FALSE of course).
466 2006-02-16 [colin] 2.0.0cvs59
469 * src/common/plugin.c
470 * src/common/plugin.h
471 * src/gtk/pluginwindow.c
472 Keep track of requested (but unloaded) plugins
475 2006-02-16 [wwp] 2.0.0cvs58
477 * src/gtk/gtkaspell.c
478 * src/gtk/gtkaspell.h
479 * src/prefs_spelling.c
483 implemented new optional spellchecker behaviour: re-check message when
484 dictionary got changed (from compose-window/context-menu/Change dictionary).
486 2006-02-16 [wwp] 2.0.0cvs57
488 * src/quote_fmt_parse.y
489 pclose popen'ed pipe.
491 2006-02-15 [colin] 2.0.0cvs56
495 Let MimeViewers know which MimeView they
498 Swap From/To columns in Sent/Queue/Drafts
500 * src/etpan/imap-thread.c
501 Use mailstream_low_tls_open() for STARTTLS
502 instead of mailstream_low_ssl_open()
503 ** REQUIRES libetpan 0.42cvs3 **
505 2006-02-15 [wwp] 2.0.0cvs55
509 * src/message_search.c
510 * src/message_search.h
514 added the ability to Find text in the compose window (and a bit
515 of code factorization).
517 2006-02-15 [wwp] 2.0.0cvs54
520 yet another one file was missing (fix for some widgets' sensitivity).
523 2006-02-15 [wwp] 2.0.0cvs53
526 oops forgot that file (fix for some widgets' sensitivity).
528 2006-02-15 [wwp] 2.0.0cvs52
530 * src/summary_search.c
531 implemented advanced summary search options (added the ability
532 to use matcher conditions in an advanced search mode).
534 2006-02-15 [wwp] 2.0.0cvs51
536 * src/plugins/pgpcore/prefs_gpg.c
537 * src/prefs_account.c
538 fix some widget sensitivity, mostly around some labels in
541 2006-02-15 [paul] 2.0.0cvs50
543 * manual/advanced.xml
544 improve Templates info
547 2006-02-14 [colin] 2.0.0cvs49
549 * src/pixmaps/address_book.xpm
550 * src/pixmaps/preferences.xpm
551 * src/pixmaps/properties.xpm
552 Fix pixmap size - patch by Fabien Vantard
554 2006-02-13 [colin] 2.0.0cvs48
557 Add missing fclose()s on error
561 Fix temp files not being deleted on windows
562 Patches by Thomas Gilgin
564 2006-02-13 [colin] 2.0.0cvs47
569 2006-02-13 [wwp] 2.0.0cvs46
571 * src/plugins/pgpcore/prefs_gpg.c
572 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
574 2006-02-12 [colin] 2.0.0cvs45
579 Fix "stuff" when quitting
581 2006-02-12 [wwp] 2.0.0cvs44
584 fix typos in debug messages.
586 2006-02-11 [colin] 2.0.0cvs43
589 don't allow drag/drop from ourself
591 2006-02-10 [wwp] 2.0.0cvs42
598 renamed html_ prefixed functions and data structures to avoid
599 namespace clashes w/ other software (gtkhtml2 for instance).
603 2006-02-09 [colin] 2.0.0cvs41
606 Fix shitty logic messed up. Thanks Ticho for the hint!
608 2006-02-09 [wwp] 2.0.0cvs40
612 * src/prefs_account.c
615 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
616 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
617 Browse buttons in accounts prefs.
619 2006-02-09 [colin] 2.0.0cvs39
622 Check for pointer before using its members
623 * src/gtk/gtksourceprintjob.c
626 2006-02-09 [wwp] 2.0.0cvs38
629 fix few compiler warnings (type mismatch).
631 2006-02-09 [paul] 2.0.0cvs37
634 updated by Fabien Vantard
636 2006-02-08 [colin] 2.0.0cvs36
640 * src/common/plugin.c
641 allow windows and linux configurations to coexist
642 patch by Thomas Gilgin
644 2006-02-08 [colin] 2.0.0cvs35
649 * src/matcher_parser_parse.y
650 * src/prefs_filtering_action.c
651 * src/prefs_matcher.c
652 Add the "Ignore thread" filtering
655 2006-02-08 [colin] 2.0.0cvs34
660 Fix bug #905 (damaged attachment)
661 text files with raw \0's aren't really text files
664 2006-02-08 [colin] 2.0.0cvs33
667 Fix crasher introduced yesterday
669 2006-02-08 [wwp] 2.0.0cvs32
673 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
675 2006-02-08 [wwp] 2.0.0cvs31
677 * src/prefs_template.c
678 templates enhancement: allow address completion for Cc and Bcc fields
679 (it was currently possible for the To field only)
681 2006-02-08 [colin] 2.0.0cvs30
684 Don't unblock if not blocked
687 2006-02-07 [colin] 2.0.0cvs29
690 Forgot to refresh summaryview
692 2006-02-07 [colin] 2.0.0cvs28
695 Freeze/thaw message list and folder list while
696 processing %as{} actions
698 Fix auto-wrap disabling after a middle-click
701 2006-02-07 [paul] 2.0.0cvs27
704 fix freeing of uninitialised pointers
707 2006-02-06 [colin] 2.0.0cvs26
710 Use g_slist_prepend in potentially big list
712 2006-02-06 [colin] 2.0.0cvs25
715 Completely skip processing if it doesn't
718 2006-02-06 [colin] 2.0.0cvs24
722 Batch filtering in summaryview (from Tools menu)
723 and pre/post//-processing too
725 2006-02-06 [colin] 2.0.0cvs23
729 Use a special field for batch filtering instead
730 of stepping on deferred execution's toes
732 2006-02-06 [colin] 2.0.0cvs22
739 Fix filtering via menus and actions
741 2006-02-06 [colin] 2.0.0cvs21
744 Put the added file directly to cache if possible (will work
752 Move and copy filtered messages by batches instead of one
753 by one - faster on IMAP
755 Add a function that'll possibly be useful later
757 2006-02-06 [colin] 2.0.0cvs20
760 Use internal mime-type instead of text/plain for d'n'd
762 Allow attaching files from mimeview's icon list via d'n'd
765 Use internal mime-type instead of text/plain for d'n'd
766 Don't try to selected opened folder if none is
767 Factorize d'n'd from other apps code
772 Factorize Face/X-Face stuff
774 Fix d'n'd to other apps
775 * src/prefs_message.c
776 Let the XFace pref be usable without libcompface as it also
779 Fix d'n'd to other apps
780 Factorize d'n'd from other apps code
782 2006-02-06 [wwp] 2.0.0cvs19
785 Italian translation fixes by Andrea Spadaccini (no more confusion
786 between filtering and processing, and few changes in the About
790 2006-02-06 [mones] 2.0.0cvs18
792 * src/gtk/icon_legend.c
793 Improved descriptions allowing better translations
795 2006-02-05 [colin] 2.0.0cvs17
798 Add the f*cking missing expunge that caused imap_fetch_env
799 to fail after an add_msgs ! :-///
800 * src/etpan/imap-thread.c
804 2006-02-05 [colin] 2.0.0cvs16
807 Don't check for return-path (or we can't put
810 2006-02-05 [colin] 2.0.0cvs15
813 Don't try to display Face header in textview
814 when teh headerview's active
816 2006-02-05 [colin] 2.0.0cvs14
820 Add script to import Thunderbird mails
822 2006-02-05 [colin] 2.0.0cvs13
829 Show Face headers - patch partially by Klaus Flittner
831 2006-02-05 [colin] 2.0.0cvs12
837 Let dnd work from mime icons to summaryview
838 and to folderview too
839 Add a crude test to avoid trying to add files
840 drag'n'dropped when they're not mails
842 2006-02-04 [colin] 2.0.0cvs11
848 2006-02-04 [colin] 2.0.0cvs10
855 Added various drag and drop capas:
857 summaryview other apps
858 mimeview icons other apps
859 other apps summaryview
860 other apps folderview
862 This shouldn't have broken the existing:
864 summaryview folderview
865 folderview folderview
866 summaryview compose's attachments
870 2006-02-02 [paul] 2.0.0cvs9
873 move global option 'Set displayed columns...' out
874 of folder option grouping.
875 fix sensitivity of 'harvest addresses'
878 2006-02-01 [colin] 2.0.0cvs8
881 Revert the alertpanel patch, it sucks (intrusive
882 and gets in the way of "open")
884 2006-02-01 [colin] 2.0.0cvs7
887 * src/prefs_account.c
892 Add ability to edit the signature file
893 from the account preferences, and use
894 a default for the text editor.
895 Patch by Fabien Vantard
897 2006-02-01 [colin] 2.0.0cvs6
900 Try to get mime type by extension if it is
901 application/octet-stream
902 Display a window with possible choices when
903 encountering unknown mime types
907 Allow multiple selection in filtered filesel
908 (patch by Fabien Vantard)
909 * src/gtk/pluginwindow.c
910 Use it (patch by Fabien Vantard)
912 2006-02-01 [paul] 2.0.0cvs5
915 fix crash on creating jpilot address book
916 Thanks to Colin - FOR_STABLE
917 * src/prefs_summaries.c
918 * src/prefs_wrapping.c
919 * src/gtk/icon_legend.c
920 * src/gtk/quicksearch.c
921 string fixes and additions
923 2006-02-01 [paul] 2.0.0cvs4
929 add Arabic encoding option
930 Patch submitted by Mohammed Sameer <msameer@users.sf.net>
932 2006-01-31 [colin] 2.0.0cvs3
934 * src/plugins/pgpcore/passphrase.c
935 Convert passphrase to locale encoding
937 Fix drafting on IMAP. Crappy bug sneaked in
941 2006-01-30 [paul] 2.0.0cvs2
943 * src/gtk/icon_legend.c
946 2006-01-30 [colin] 2.0.0cvs1
949 Check for the file to be present before
950 enabling the menu - FOR_STABLE
951 * src/gtk/icon_legend.c
952 Add folders icons (not all of them, there
953 are too much, but the most intriguing ones)
955 2006-01-30 [paul] 2.0.0
957 version 2.0.0 released
959 2006-01-30 [paul] 1.9.100cvs200
964 * manual/starting.xml
965 * manual/sylpheed-claws-manual.xml
968 2006-01-29 [mones] 1.9.100cvs199
971 * manual/advanced.xml
972 * manual/glossary.xml
973 Some typos fixed, added LDIF term to glossary
975 Fixed leading plus symbol
977 2006-01-29 [paul] 1.9.100cvs198
981 updated by Tommi Pirinen and Andrej Kacian
983 2006-01-29 [paul] 1.9.100cvs197
988 2006-01-29 [paul] 1.9.100cvs196
993 * tools/claws.i18n.status.pl
994 nl translation updated by Tim Dijkstra
996 2006-01-29 [paul] 1.9.100cvs195
1000 updated by Aleksandar Urosevic and Anders Troback
1002 2006-01-28 [colin] 1.9.100cvs194
1004 * src/gtk/gtksourceprintjob.c
1005 Don't fiddle with PangoLayout when we
1008 2006-01-28 [paul] 1.9.100cvs193
1014 * tools/claws.i18n.status.pl
1015 updated translations submitted by Stavros Giannouris
1018 2006-01-27 [colin] 1.9.100cvs192
1021 * src/gtk/gtksourceprintjob.c
1023 (libgnomeprint only, of course)
1025 2006-01-27 [paul] 1.9.100cvs191
1029 updated by Fabien Vantard and Andrea Spadaccini
1031 2006-01-26 [colin] 1.9.100cvs190
1033 * manual/Makefile.am
1035 Make building the manual optional
1038 2006-01-26 [paul] 1.9.100cvs189
1040 * manual/glossary.xml
1041 * manual/plugins.xml
1046 2006-01-26 [paul] 1.9.100cvs188
1048 * src/prefs_display_header.c
1049 * src/prefs_folder_column.c
1050 * src/prefs_msg_colors.c
1051 * src/prefs_summaries.c
1052 * src/prefs_summary_column.c
1055 2006-01-25 [colin] 1.9.100cvs187
1058 Don't allow moving/copying mails between
1059 queue/drafts and non-queue/drafts folders
1060 Fixes bug #897 (message header is resetted
1061 if one is copied to Drafts)
1063 2006-01-25 [colin] 1.9.100cvs186
1067 Fix subscribed folders not found
1069 Don't try to encode as original mail's charset
1072 2006-01-25 [paul] 1.9.100cvs185
1081 updates submitted by Stephan Sachse, Emilian Nowak
1082 and Quar, Frederico Goncalves Guimaraes, and
1084 Fix Bug 896, 'PT_BR locale broken'.
1088 2006-01-24 [mones] 1.9.100cvs184
1090 * manual/glossary.xml
1091 All current terms finished. Reviewers welcome ;-)
1092 * manual/keyboard.xml
1093 Fixed column width for pdf output.
1097 2006-01-24 [paul] 1.9.100cvs183
1099 * manual/glossary.xml
1101 * manual/dist/html/Makefile.am
1102 * manual/dist/pdf/Makefile.am
1103 * manual/dist/ps/Makefile.am
1104 * manual/dist/txt/Makefile.am
1108 2006-01-24 [mones] 1.9.100cvs182
1110 * manual/glossary.xml
1111 Nearly finished, some terms missing.
1113 2006-01-23 [paul] 1.9.100cvs181
1115 * manual/dist/html/Makefile.am
1116 * manual/dist/pdf/Makefile.am
1117 * manual/dist/ps/Makefile.am
1118 * manual/dist/txt/Makefile.am
1123 2006-01-22 [colin] 1.9.100cvs180
1126 * src/gtk/gtkaspell.c
1127 Don't deselect stuff before right-clicking, with aspell.
1128 (This prevented right-click Copy, for example).
1131 2006-01-22 [paul] 1.9.100cvs179
1133 * src/summary_search.c
1134 don't fix the widget size as it causes problems
1136 Thanks to Emilian Nowak
1138 2006-01-21 [paul] 1.9.100cvs178
1140 * src/prefs_themes.c
1141 fix broken underlining of label text
1142 with some translations
1144 2006-01-21 [colin] 1.9.100cvs177
1147 In French "Composition" puts the Compose toolbar's prefs in the wrong place
1149 2006-01-20 [colin] 1.9.100cvs176
1154 * manual/dist/html/.cvsignore
1155 * manual/dist/html/Makefile.am
1156 * manual/dist/pdf/.cvsignore
1157 * manual/dist/pdf/Makefile.am
1158 * manual/dist/ps/.cvsignore
1159 * manual/dist/ps/Makefile.am
1160 * manual/dist/txt/.cvsignore
1161 * manual/dist/txt/Makefile.am
1164 2006-01-20 [paul] 1.9.100cvs175
1166 * manual/handling.xml
1167 make Filtering and Searching entries easier to find
1168 * manual/keyboard.xml
1169 add the remaining default keybinds
1170 * src/prefs_summaries.c
1171 update the default keybinds
1173 2006-01-20 [paul] 1.9.100cvs174
1185 replace 'e-mail' with 'email'
1186 * src/summary_search.c
1187 add mnemonic to "Find all" button
1189 2006-01-20 [wwp] 1.9.100cvs173
1193 touched mbox import/export buttons for HIG-compliance
1195 2006-01-19 [paul] 1.9.100cvs172
1197 * manual/account.xml
1198 * manual/addrbook.xml
1199 * manual/advanced.xml
1201 * manual/handling.xml
1203 * manual/plugins.xml
1204 * manual/starting.xml
1207 2006-01-19 [paul] 1.9.100cvs171
1210 allow use of trash button while receiving
1213 2006-01-19 [wwp] 1.9.100cvs170
1215 * src/gtk/quicksearch.c
1217 force text color to black when yellow background is set
1219 2006-01-19 [colin] 1.9.100cvs169
1221 * src/plugins/trayicon/trayicon.c
1222 Gray out Get Mail when already getting mail
1224 2006-01-18 [paul] 1.9.100cvs168
1227 give widget yellow background was To is
1228 set via folder prefs
1229 * src/gtk/quicksearch.c
1230 give widget yellow background when quick
1234 2006-01-18 [paul] 1.9.100cvs167
1236 * doc/man/sylpheed-claws.1
1237 add --subscribe option
1239 2006-01-18 [paul] 1.9.100cvs166
1241 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1242 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1243 use %U instead of %F (%F is broken for user installed
1246 2006-01-18 [colin] 1.9.100cvs165
1249 Default to Yes in "No more * messages" dialogs
1251 2006-01-17 [colin] 1.9.100cvs164
1254 Possibly fix an invalid iterator causing
1257 2006-01-17 [colin] 1.9.100cvs163
1260 Fix crash when the image disappears under the
1263 2006-01-16 [colin] 1.9.100cvs162
1266 Fix reenabling autowrap
1268 2006-01-16 [colin] 1.9.100cvs161
1271 reset quote_len before getting quote_str
1273 2006-01-16 [colin] 1.9.100cvs160
1280 Fix bug #883 (default inbox does not track folder move)
1282 2006-01-16 [colin] 1.9.100cvs159
1285 * src/plugins/pgpcore/passphrase.c
1288 2006-01-16 [paul] 1.9.100cvs158
1290 * src/prefs_actions.c
1291 * src/prefs_filtering_action.c
1292 * src/prefs_matcher.c
1294 * src/gtk/description_window.c
1295 * src/gtk/description_window.h
1296 * src/gtk/quicksearch.c
1297 description window cleanups
1299 2006-01-15 [colin] 1.9.100cvs157
1302 * src/prefs_filtering.c
1305 2006-01-15 [colin] 1.9.100cvs156
1309 Same for "Empty trash"
1311 2006-01-15 [colin] 1.9.100cvs155
1314 Override offline dialog had Yes by default
1316 2006-01-15 [colin] 1.9.100cvs154
1319 Delete selected messages? previously had Yes the default
1321 2006-01-15 [colin] 1.9.100cvs153
1326 Check if a mailbox is loaded after all
1329 2006-01-15 [colin] 1.9.100cvs152
1332 Don't start wizard when there are unloaded folders (will help
1333 people with only mbox or maildir mailboxes)
1335 2006-01-14 [colin] 1.9.100cvs151
1343 More HIG compliance and fixes
1345 2006-01-14 [colin] 1.9.100cvs150
1347 * src/prefs_filtering_action.c
1349 Two forgotten button order changes
1351 2006-01-14 [colin] 1.9.100cvs149
1361 * src/prefs_actions.c
1362 * src/prefs_customheader.c
1363 * src/prefs_filtering.c
1364 * src/prefs_matcher.c
1365 * src/prefs_template.c
1370 All deletion confirmations are now "Cancel, Delete"
1371 instead of "No, Yes"
1372 Clarified most of the other "No, Yes" to
1373 "Cancel, Descriptive_action"
1374 Rechanged the "Entry not saved" alerts to have
1375 "Close, Continue editing"
1380 * 2.0.0-rc4 released
1382 2006-01-14 [paul] 1.9.100cvs148
1397 * src/grouplistdialog.c
1404 * src/message_search.c
1409 * src/prefs_actions.c
1410 * src/prefs_customheader.c
1411 * src/prefs_filtering.c
1412 * src/prefs_matcher.c
1413 * src/prefs_template.c
1414 * src/prefs_themes.c
1416 * src/summary_search.c
1420 * src/gtk/foldersort.c
1421 * src/gtk/gtkaspell.c
1422 * src/gtk/inputdialog.c
1423 * src/gtk/prefswindow.c
1424 * src/plugins/pgpcore/select-keys.c
1425 * src/plugins/trayicon/trayicon.c
1426 HIG compliant button order
1428 2006-01-14 [mones] 1.9.100cvs147
1433 2006-01-13 [paul] 1.9.100cvs146
1438 add Joshua M. Kwan to contributors list
1440 2006-01-13 [colin] 1.9.100cvs145
1442 * src/gtk/quicksearch.c
1443 Don't refocus quick search after executing (Esc or Enter)
1444 Allows to '/'search something then move up/down in
1445 summaryview, and to Esc a search and be back in the
1448 2006-01-13 [paul] 1.9.100cvs144
1450 * src/plugins/pgpinline/pgpinline.c
1451 support Content-Type 'application/pgp'
1452 patch by Joshua M. Kwan <joshuak@users.sf.net>
1454 2006-01-13 [paul] 1.9.100cvs143
1456 * manual/account.xml
1457 make mention of partial retrieval
1460 2006-01-13 [paul] 1.9.100cvs142
1501 * src/customheader.c
1502 * src/customheader.h
1503 * src/displayheader.c
1504 * src/displayheader.h
1515 * src/editldap_basedn.c
1516 * src/editldap_basedn.h
1532 * src/folder_item_prefs.c
1533 * src/folder_item_prefs.h
1540 * src/grouplistdialog.c
1541 * src/grouplistdialog.h
1545 * src/image_viewer.c
1546 * src/image_viewer.h
1582 * src/message_search.c
1583 * src/message_search.h
1600 * src/partial_download.c
1601 * src/partial_download.h
1606 * src/prefs_account.c
1607 * src/prefs_account.h
1608 * src/prefs_actions.c
1609 * src/prefs_actions.h
1610 * src/prefs_common.c
1611 * src/prefs_common.h
1612 * src/prefs_compose_writing.c
1613 * src/prefs_compose_writing.h
1614 * src/prefs_customheader.c
1615 * src/prefs_customheader.h
1616 * src/prefs_display_header.c
1617 * src/prefs_display_header.h
1618 * src/prefs_filtering.c
1619 * src/prefs_filtering.h
1620 * src/prefs_filtering_action.c
1621 * src/prefs_filtering_action.h
1622 * src/prefs_folder_column.c
1623 * src/prefs_folder_column.h
1624 * src/prefs_folder_item.c
1625 * src/prefs_folder_item.h
1630 * src/prefs_image_viewer.c
1631 * src/prefs_image_viewer.h
1632 * src/prefs_matcher.c
1633 * src/prefs_matcher.h
1634 * src/prefs_message.c
1635 * src/prefs_msg_colors.c
1636 * src/prefs_msg_colors.h
1639 * src/prefs_receive.c
1641 * src/prefs_spelling.c
1642 * src/prefs_spelling.h
1643 * src/prefs_summaries.c
1644 * src/prefs_summaries.h
1645 * src/prefs_summary_column.c
1646 * src/prefs_summary_column.h
1647 * src/prefs_template.c
1648 * src/prefs_template.h
1649 * src/prefs_themes.c
1650 * src/prefs_themes.h
1651 * src/prefs_toolbar.c
1652 * src/prefs_toolbar.h
1653 * src/prefs_wrapping.c
1654 * src/prefs_wrapping.h
1664 * src/quote_fmt_parse.y
1667 * src/remotefolder.c
1668 * src/remotefolder.h
1669 * src/send_message.c
1670 * src/send_message.h
1673 * src/sourcewindow.c
1674 * src/sourcewindow.h
1679 * src/stock_pixmap.c
1680 * src/stock_pixmap.h
1681 * src/summary_search.c
1682 * src/summary_search.h
1699 * src/common/base64.c
1700 * src/common/base64.h
1702 * src/common/hooks.c
1703 * src/common/hooks.h
1706 * src/common/mgutils.c
1707 * src/common/mgutils.h
1710 * src/common/passcrypt.c
1711 * src/common/passcrypt.h.in
1712 * src/common/plugin.c
1713 * src/common/plugin.h
1714 * src/common/prefs.c
1715 * src/common/prefs.h
1716 * src/common/progressindicator.c
1717 * src/common/progressindicator.h
1718 * src/common/quoted-printable.c
1719 * src/common/quoted-printable.h
1720 * src/common/session.c
1721 * src/common/session.h
1724 * src/common/socket.c
1725 * src/common/socket.h
1728 * src/common/ssl_certificate.c
1729 * src/common/ssl_certificate.h
1730 * src/common/stringtable.c
1731 * src/common/stringtable.h
1732 * src/common/sylpheed.c
1733 * src/common/sylpheed.h
1734 * src/common/template.c
1735 * src/common/template.h
1736 * src/common/timing.h
1737 * src/common/utils.c
1738 * src/common/utils.h
1739 * src/common/version.h.in
1742 * src/common/xmlprops.c
1743 * src/common/xmlprops.h
1744 * src/gtk/colorlabel.c
1745 * src/gtk/colorsel.c
1746 * src/gtk/colorsel.h
1747 * src/gtk/description_window.c
1748 * src/gtk/description_window.h
1751 * src/gtk/foldersort.c
1752 * src/gtk/foldersort.h
1753 * src/gtk/gtkutils.c
1754 * src/gtk/gtkutils.h
1755 * src/gtk/inputdialog.c
1756 * src/gtk/inputdialog.h
1757 * src/gtk/logwindow.c
1758 * src/gtk/logwindow.h
1759 * src/gtk/manage_window.c
1760 * src/gtk/manage_window.h
1763 * src/gtk/pluginwindow.c
1764 * src/gtk/pluginwindow.h
1765 * src/gtk/prefswindow.c
1766 * src/gtk/prefswindow.h
1767 * src/gtk/progressdialog.c
1768 * src/gtk/progressdialog.h
1769 * src/gtk/sslcertwindow.c
1770 * src/gtk/sslcertwindow.h
1771 * src/plugins/clamav/clamav_plugin.c
1772 * src/plugins/clamav/clamav_plugin.h
1773 * src/plugins/clamav/clamav_plugin_gtk.c
1774 * src/plugins/demo/demo.c
1775 * src/plugins/dillo_viewer/dillo_prefs.c
1776 * src/plugins/dillo_viewer/dillo_prefs.h
1777 * src/plugins/dillo_viewer/dillo_viewer.c
1778 * src/plugins/pgpcore/passphrase.c
1779 * src/plugins/pgpcore/passphrase.h
1780 * src/plugins/pgpcore/plugin.c
1781 * src/plugins/pgpcore/select-keys.c
1782 * src/plugins/pgpcore/select-keys.h
1783 * src/plugins/pgpcore/sgpgme.c
1784 * src/plugins/pgpcore/sgpgme.h
1785 * src/plugins/pgpinline/pgpinline.c
1786 * src/plugins/pgpinline/pgpinline.h
1787 * src/plugins/pgpinline/plugin.c
1788 * src/plugins/pgpmime/pgpmime.c
1789 * src/plugins/pgpmime/pgpmime.h
1790 * src/plugins/pgpmime/plugin.c
1791 * src/plugins/spamassassin/spamassassin.c
1792 * src/plugins/spamassassin/spamassassin.h
1793 * src/plugins/spamassassin/spamassassin_gtk.c
1794 * src/plugins/trayicon/trayicon.c
1795 update copyright header
1797 2006-01-13 [paul] 1.9.100cvs141
1803 * src/prefs_account.c
1804 * src/prefs_display_header.c
1805 * src/prefs_receive.c
1807 * src/prefs_summaries.c
1808 * src/prefs_themes.c
1809 * src/prefs_toolbar.c
1813 2006-01-12 [colin] 1.9.100cvs140
1818 Add --subscribe option
1819 Let sylpheed-claws email@domain.com equivalent to --compose
1820 Let sylpheed-claws proto://blah.com equivalent to --subscribe
1822 2006-01-12 [paul] 1.9.100cvs139
1825 append 'Change folder order' label with '...'
1826 * src/prefs_actions.c
1827 allow reordering of actions list by dnd
1828 * src/gtk/foldersort.c
1829 make the dialog nicer
1831 2006-01-11 [colin] 1.9.100cvs138
1834 Allow templates without text
1836 2006-01-11 [paul] 1.9.100cvs137
1839 * tools/filter_conv_new.pl
1841 also check .sylpheed for filter.xml
1842 be a bit informative to the user
1844 2006-01-11 [colin] 1.9.100cvs136
1847 Fix bug #888 (2.0.0rc3 not displaying image in message view)
1849 2006-01-10 [paul] 1.9.100cvs135
1852 * tools/filter_conv_new.pl
1853 add script to convert new style Sylpheed
1854 filter rules (Sylpheed >= 0.9.99) to
1855 Claws filtering rules
1857 2006-01-10 [colin] 1.9.100cvs134
1860 Fix broken line joins in certain conditions
1861 (between two quoted lines: <enter><enter><up>
1862 <type a wrapped sentence><go in the first line>
1863 <insert more text><watch as line joining failed>)
1865 2006-01-10 [paul] 1.9.100cvs133
1868 don't report success in error dialog
1870 * src/common/utils.c
1871 include some trailing punctuations as URI
1874 2006-01-10 [paul] 1.9.100cvs132
1877 fix incompatible pointer type
1880 2006-01-10 [paul] 1.9.100cvs131
1883 change Subject in window title
1886 2006-01-09 [colin] 1.9.100cvs130
1895 Fix possible crashes on exit and in addressbook
1897 2006-01-09 [paul] 1.9.100cvs129
1899 * src/prefs_msg_colors.c
1900 some cleanups that I forgot last time
1902 2006-01-09 [paul] 1.9.100cvs128
1906 * src/prefs_msg_colors.c
1907 add previously hidden option, color_new, to
1909 move the page to Display/
1912 2006-01-09 [wwp] 1.9.100cvs127
1914 * src/prefs_themes.c
1915 made the prefs/display/themes layouts spacing less condensed
1916 (and so they match other prefs/pages' look).
1918 2006-01-09 [paul] 1.9.100cvs126
1921 * src/prefs_common.c
1922 * src/prefs_common.h
1923 * src/prefs_wrapping.c
1924 remove 'wrap at send' option
1926 2006-01-06 [colin] 1.9.100cvs125
1929 Just make completely sure we don't insert "manual line breaks"
1934 * 2.0.0-rc3 released
1936 2006-01-04 [paul] 1.9.100cvs124
1939 fix bug 882, 'quick scroll in folder list
1940 displays wrong folder contents'
1942 2006-01-04 [paul] 1.9.100cvs123
1944 * src/plugins/pgpmime/pgpmime.c
1945 better debug information when signing
1946 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1948 2006-01-03 [colin] 1.9.100cvs122
1951 We need to recheck for gpgme 1.0.0 after checking
1952 for 1.1.1, because if 1.1.1 isn't available,
1953 GPGME_LIBS and friends are blanked out by the
1956 2006-01-03 [colin] 1.9.100cvs121
1958 * src/common/prefs.c
1959 Windows unlink-before rename fix
1960 * src/plugins/pgpcore/sgpgme.c
1961 Add support for PKA info if available
1962 Both patches by Werner Koch
1964 2006-01-03 [paul] 1.9.100cvs120
1967 fix bug 884, 'Send receipt' button visible in queue
1970 2006-01-02 [colin] 1.9.100cvs119
1974 Fix autosave on IMAP and more generally try to
1975 return the correct ID on a newly added IMAP message
1977 2006-01-02 [paul] 1.9.100cvs118
1979 * manual/keyboard.xml
1982 2006-01-01 [paul] 1.9.100cvs117
1987 2005-12-30 [colin] 1.9.100cvs116
1989 * manual/advanced.xml
1990 Explain Pre/Post-processing differences.
1992 2005-12-30 [colin] 1.9.100cvs115
1995 Implement copy_msgs for a little optimization
1997 Finish yesterday's fix
1999 2005-12-29 [colin] 1.9.100cvs114
2002 Fix occasional failure in fetching a mail over
2005 2005-12-29 [colin] 1.9.100cvs113
2008 Don't remove a draft when sending it, if it is
2011 2005-12-28 [colin] 1.9.100cvs112
2016 2005-12-28 [wwp] 1.9.100cvs111
2018 * doc/faq/.cvsignore
2019 * doc/faq/de/.cvsignore
2020 * doc/faq/en/.cvsignore
2021 * doc/faq/es/.cvsignore
2022 * doc/faq/fr/.cvsignore
2023 * doc/faq/it/.cvsignore
2024 * doc/manual/.cvsignore
2025 * doc/manual/de/.cvsignore
2026 * doc/manual/en/.cvsignore
2027 * doc/manual/es/.cvsignore
2028 * doc/manual/fr/.cvsignore
2029 * doc/manual/ja/.cvsignore
2030 * src/plugins/mathml_viewer/.cvsignore
2031 rollback revival of those files (my bad, sorry for the noise).
2033 2005-12-28 [wwp] 1.9.100cvs110
2036 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
2038 2005-12-28 [wwp] 1.9.100cvs109
2040 * doc/faq/.cvsignore
2041 * doc/faq/de/.cvsignore
2042 * doc/faq/en/.cvsignore
2043 * doc/faq/es/.cvsignore
2044 * doc/faq/fr/.cvsignore
2045 * doc/faq/it/.cvsignore
2046 * doc/manual/.cvsignore
2047 * doc/manual/de/.cvsignore
2048 * doc/manual/en/.cvsignore
2049 * doc/manual/es/.cvsignore
2050 * doc/manual/fr/.cvsignore
2051 * doc/manual/ja/.cvsignore
2052 * src/plugins/mathml_viewer/.cvsignore
2054 more files to ignore.
2056 2005-12-24 [colin] 1.9.100cvs108
2062 2005-12-24 [colin] 1.9.100cvs107
2065 Allow NULL src_msginfo in
2066 procmsg_msginfo_new_from_mimeinfo
2068 2005-12-23 [paul] 1.9.100cvs106
2070 * src/plugins/pgpinline/mypgpcore.def
2071 add this forgotten file
2073 2005-12-23 [colin] 1.9.100cvs105
2078 2005-12-23 [colin] 1.9.100cvs104
2083 * src/common/plugin.c
2084 * src/common/socket.c
2085 * src/common/socket.h
2086 * src/common/utils.c
2087 * src/common/utils.h
2088 * src/gtk/pluginwindow.c
2089 * src/plugins/pgpcore/plugin.def
2090 * src/plugins/pgpcore/sylpheed.def
2091 * src/plugins/pgpinline/Makefile.am
2092 * src/plugins/pgpinline/plugin.def
2093 * src/plugins/pgpinline/sylpheed.def
2094 * src/plugins/pgpmime/plugin.def
2095 * src/plugins/pgpmime/sylpheed.def
2096 Various w32 fixes by Werner Koch
2098 2005-12-22 [paul] 1.9.100cvs103
2101 don't offer IMAP as 'server type' if
2102 libetpan isn't built in
2104 2005-12-22 [paul] 1.9.100cvs102
2111 support GTK_TOOLBAR_BOTH_HORIZ (text
2112 next to icon) Patch by Marien Zwart
2113 marienz@users.sf.net
2114 Also reword the text
2116 2005-12-21 [colin] 1.9.100cvs101
2121 Fix missing section and explicit the exception better
2123 Prevent mail from being lost without notice when an
2124 SMTP error happens on trying to send an unmodified
2126 * src/send_message.c
2128 Fix password remembering when wrong, and add return
2129 value checks where they should have been
2130 * src/plugins/pgpcore/sylpheed.def
2131 * src/plugins/pgpinline/sylpheed.def
2132 * src/plugins/pgpmime/sylpheed.def
2133 Add a few symbols needed
2135 2005-12-21 [paul] 1.9.100cvs100
2140 * m4/inttypes-pri.m4
2150 2005-12-21 [paul] 1.9.100cvs99
2155 2005-12-20 [paul] 1.9.100cvs98
2158 updated by Anders Trobäck
2160 2005-12-20 [colin] 1.9.100cvs97
2166 * config/config.rpath
2167 * config/mkinstalldirs
2175 * m4/printf-posix.m4
2219 * src/send_message.c
2220 * src/common/Makefile.am
2221 * src/common/fnmatch.c
2222 * src/common/fnmatch.h
2223 * src/common/fnmatch_loop.c
2225 * src/common/plugin.c
2227 * src/common/socket.c
2228 * src/common/string_match.c
2229 * src/common/sylpheed.c
2230 * src/common/utils.c
2231 * src/common/utils.h
2232 * src/common/w32_dirent.c
2233 * src/common/w32_reg.c
2234 * src/common/w32_signal.c
2235 * src/common/w32_stat.c
2236 * src/common/w32_stdio.c
2237 * src/common/w32_stdlib.c
2238 * src/common/w32_string.c
2239 * src/common/w32_time.c
2240 * src/common/w32_unistd.c
2241 * src/common/w32_wait.c
2242 * src/common/w32lib.h
2243 * src/etpan/Makefile.am
2244 * src/gtk/Makefile.am
2245 * src/plugins/clamav/Makefile.am
2246 * src/plugins/demo/Makefile.am
2247 * src/plugins/dillo_viewer/Makefile.am
2248 * src/plugins/pgpcore/Makefile.am
2249 * src/plugins/pgpcore/passphrase.c
2250 * src/plugins/pgpcore/plugin.def
2251 * src/plugins/pgpcore/sgpgme.c
2252 * src/plugins/pgpcore/sylpheed.def
2253 * src/plugins/pgpcore/version.rc
2254 * src/plugins/pgpinline/Makefile.am
2255 * src/plugins/pgpinline/plugin.def
2256 * src/plugins/pgpinline/sylpheed.def
2257 * src/plugins/pgpinline/version.rc
2258 * src/plugins/pgpmime/Makefile.am
2259 * src/plugins/pgpmime/mypgpcore.def
2260 * src/plugins/pgpmime/plugin.def
2261 * src/plugins/pgpmime/sylpheed.def
2262 * src/plugins/pgpmime/version.rc
2263 * src/plugins/spamassassin/Makefile.am
2264 Very little ;-) patch from Werner Koch, providing
2265 infrastructure for cross-compiling to Win32
2267 2005-12-20 [paul] 1.9.100cvs96
2275 add a combo to the Get All button, allowing
2276 quick retrieval from any account
2277 Patch by Fabien Vantard, slightly modified
2280 i18n fix. Patch by Fabien Vantard
2282 2005-12-19 [colin] 1.9.100cvs95
2286 Don't automatically join lines when they've
2287 been separated by the user and not automatically
2289 2005-12-19 [paul] 1.9.100cvs94
2291 * src/gtk/pluginwindow.c
2293 Patch by Fabien Vantard
2295 2005-12-15 [paul] 1.9.100cvs93
2297 * src/common/plugin.c
2298 * src/common/plugin.h
2299 * src/gtk/pluginwindow.c
2300 * src/plugins/clamav/clamav_plugin.c
2301 * src/plugins/demo/demo.c
2302 * src/plugins/dillo_viewer/dillo_viewer.c
2303 * src/plugins/pgpcore/plugin.c
2304 * src/plugins/pgpinline/plugin.c
2305 * src/plugins/pgpmime/plugin.c
2306 * src/plugins/spamassassin/spamassassin.c
2307 * src/plugins/trayicon/trayicon.c
2308 add plugin_version()
2310 2005-12-15 [colin] 1.9.100cvs92
2313 Further fix bug #875
2315 2005-12-15 [paul] 1.9.100cvs91
2318 fix attach_load_dir getting set to
2319 PLUGINDIR on plugin load
2321 2005-12-14 [mones] 1.9.100cvs90
2324 * manual/keyboard.xml
2325 Initial draft and some shortcuts added
2330 2005-12-14 [colin] 1.9.100cvs89
2335 * src/gtk/gtkaspell.c
2337 * src/prefs_folder_item.c
2338 Fix recursive prefs apply
2341 2005-12-14 [colin] 1.9.100cvs88
2344 Fix bug #875 (Freeze On Inline Forward of
2347 2005-12-13 [colin] 1.9.100cvs87
2350 Uniq-ify and sort the mimetypes list
2351 Patch by Fabien Vantard
2353 2005-12-13 [colin] 1.9.100cvs86
2356 * src/etpan/imap-thread.c
2357 Fix leaks (patch by Hoa)
2359 * src/common/plugin.c
2364 * 2.0.0-rc2 released
2366 2005-12-12 [colin] 1.9.100cvs85
2371 2005-12-12 [wwp] 1.9.100cvs84
2373 * src/gtk/icon_legend.c
2374 fix misbehaviour and crash when closing the legend window
2375 using the Esc key (patch by Fabien Vantard).
2377 2005-12-12 [paul] 1.9.100cvs83
2381 * src/prefs_actions.c
2382 * src/prefs_filtering.c
2383 * src/prefs_matcher.c
2384 * src/prefs_spelling.glade ** REMOVED **
2385 * src/prefs_template.c
2386 * src/gtk/foldersort.glade ** REMOVED **
2387 * src/gtk/pluginwindow.c
2388 * src/gtk/pluginwindow.glade ** REMOVED **
2389 * src/plugins/spamassassin/spamassassin_gtk.glade ** REMOVED **
2392 2005-12-11 [paul] 1.9.100cvs82
2395 fix attach_load_dir crasher (double free)
2397 2005-12-09 [paul] 1.9.100cvs81
2401 * src/gtk/Makefile.am
2402 * src/gtk/icon_legend.c
2403 * src/gtk/icon_legend.h
2408 2005-12-09 [paul] 1.9.100cvs80
2410 * src/plugins/pgpcore/passphrase.c
2411 wrap the label in the dialog
2413 2005-12-09 [colin] 1.9.100cvs79
2415 * src/plugins/pgpcore/sgpgme.c
2416 Display (untrusted) on not trusted signatures
2417 Patch by Michal Èihaø <michal@cihar.com>
2418 Closes bug #867 (Report also key trust)
2420 2005-12-09 [colin] 1.9.100cvs78
2422 * src/common/plugin.c
2423 Update licence check, following Eben Moglen's advice
2425 2005-12-08 [colin] 1.9.100cvs77
2428 Fix the occasionnal item->cache != NULL
2431 2005-12-08 [colin] 1.9.100cvs76
2434 * src/plugins/pgpcore/sgpgme.c
2435 Print key id when unable to check it
2436 Closes bug #866 (Show key id when missing)
2438 2005-12-08 [paul] 1.9.100cvs75
2440 * src/prefs_common.c
2441 * src/prefs_common.h
2443 remember load attachment dir
2445 2005-12-07 [colin] 1.9.100cvs74
2447 * src/prefs_toolbar.c
2448 Gtk fixes, patch by Fabien Vantard
2450 2005-12-07 [colin] 1.9.100cvs73
2455 Fix bug #839 (Quoted text isn't colored after
2456 executing an action)
2457 * src/common/plugin.c
2458 Require plugins to declare their licence in plugin_licence()
2459 Refuse to load non-GPL plugins as they'd be illegal (as
2460 derived works of Sylpheed-Claws, they must be GPL).
2461 * src/plugins/clamav/clamav_plugin.c
2462 * src/plugins/demo/demo.c
2463 * src/plugins/dillo_viewer/dillo_viewer.c
2464 * src/plugins/pgpcore/plugin.c
2465 * src/plugins/pgpinline/plugin.c
2466 * src/plugins/pgpmime/plugin.c
2467 * src/plugins/spamassassin/spamassassin.c
2468 * src/plugins/trayicon/trayicon.c
2469 Add plugin_licence()
2471 2005-12-07 [paul] 1.9.100cvs72
2478 clean up after local FAQ removal and
2479 temporary manual removal
2481 2005-12-06 [colin] 1.9.100cvs71
2485 * doc/faq/.cvsignore
2486 * doc/faq/Makefile.am
2487 * doc/faq/de/.cvsignore
2488 * doc/faq/de/Makefile.am
2489 * doc/faq/de/sylpheed-faq-1.html
2490 * doc/faq/de/sylpheed-faq-2.html
2491 * doc/faq/de/sylpheed-faq-3.html
2492 * doc/faq/de/sylpheed-faq.html
2493 * doc/faq/en/.cvsignore
2494 * doc/faq/en/Makefile.am
2495 * doc/faq/en/sylpheed-faq-1.html
2496 * doc/faq/en/sylpheed-faq-2.html
2497 * doc/faq/en/sylpheed-faq-3.html
2498 * doc/faq/en/sylpheed-faq-4.html
2499 * doc/faq/en/sylpheed-faq.html
2500 * doc/faq/es/.cvsignore
2501 * doc/faq/es/Makefile.am
2502 * doc/faq/es/sylpheed-faq-1.html
2503 * doc/faq/es/sylpheed-faq-2.html
2504 * doc/faq/es/sylpheed-faq-3.html
2505 * doc/faq/es/sylpheed-faq-4.html
2506 * doc/faq/es/sylpheed-faq.html
2507 * doc/faq/fr/.cvsignore
2508 * doc/faq/fr/Makefile.am
2509 * doc/faq/fr/sylpheed-faq-1.html
2510 * doc/faq/fr/sylpheed-faq-2.html
2511 * doc/faq/fr/sylpheed-faq-3.html
2512 * doc/faq/fr/sylpheed-faq.html
2513 * doc/faq/it/.cvsignore
2514 * doc/faq/it/Makefile.am
2515 * doc/faq/it/sylpheed-faq-1.html
2516 * doc/faq/it/sylpheed-faq-2.html
2517 * doc/faq/it/sylpheed-faq-3.html
2518 * doc/faq/it/sylpheed-faq.html
2519 * doc/manual/.cvsignore
2520 * doc/manual/Makefile.am
2521 * doc/manual/de/.cvsignore
2522 * doc/manual/de/Makefile.am
2523 * doc/manual/de/sylpheed-1.html
2524 * doc/manual/de/sylpheed-10.html
2525 * doc/manual/de/sylpheed-11.html
2526 * doc/manual/de/sylpheed-12.html
2527 * doc/manual/de/sylpheed-13.html
2528 * doc/manual/de/sylpheed-14.html
2529 * doc/manual/de/sylpheed-15.html
2530 * doc/manual/de/sylpheed-16.html
2531 * doc/manual/de/sylpheed-17.html
2532 * doc/manual/de/sylpheed-18.html
2533 * doc/manual/de/sylpheed-19.html
2534 * doc/manual/de/sylpheed-2.html
2535 * doc/manual/de/sylpheed-20.html
2536 * doc/manual/de/sylpheed-3.html
2537 * doc/manual/de/sylpheed-4.html
2538 * doc/manual/de/sylpheed-5.html
2539 * doc/manual/de/sylpheed-6.html
2540 * doc/manual/de/sylpheed-7.html
2541 * doc/manual/de/sylpheed-8.html
2542 * doc/manual/de/sylpheed-9.html
2543 * doc/manual/de/sylpheed.html
2544 * doc/manual/en/.cvsignore
2545 * doc/manual/en/Makefile.am
2546 * doc/manual/en/sylpheed-1.html
2547 * doc/manual/en/sylpheed-10.html
2548 * doc/manual/en/sylpheed-11.html
2549 * doc/manual/en/sylpheed-12.html
2550 * doc/manual/en/sylpheed-13.html
2551 * doc/manual/en/sylpheed-14.html
2552 * doc/manual/en/sylpheed-15.html
2553 * doc/manual/en/sylpheed-16.html
2554 * doc/manual/en/sylpheed-17.html
2555 * doc/manual/en/sylpheed-18.html
2556 * doc/manual/en/sylpheed-19.html
2557 * doc/manual/en/sylpheed-2.html
2558 * doc/manual/en/sylpheed-20.html
2559 * doc/manual/en/sylpheed-21.html
2560 * doc/manual/en/sylpheed-22.html
2561 * doc/manual/en/sylpheed-3.html
2562 * doc/manual/en/sylpheed-4.html
2563 * doc/manual/en/sylpheed-5.html
2564 * doc/manual/en/sylpheed-6.html
2565 * doc/manual/en/sylpheed-7.html
2566 * doc/manual/en/sylpheed-8.html
2567 * doc/manual/en/sylpheed-9.html
2568 * doc/manual/en/sylpheed.html
2569 * doc/manual/es/.cvsignore
2570 * doc/manual/es/Makefile.am
2571 * doc/manual/es/sylpheed-1.html
2572 * doc/manual/es/sylpheed-10.html
2573 * doc/manual/es/sylpheed-11.html
2574 * doc/manual/es/sylpheed-12.html
2575 * doc/manual/es/sylpheed-13.html
2576 * doc/manual/es/sylpheed-14.html
2577 * doc/manual/es/sylpheed-15.html
2578 * doc/manual/es/sylpheed-16.html
2579 * doc/manual/es/sylpheed-17.html
2580 * doc/manual/es/sylpheed-18.html
2581 * doc/manual/es/sylpheed-19.html
2582 * doc/manual/es/sylpheed-2.html
2583 * doc/manual/es/sylpheed-20.html
2584 * doc/manual/es/sylpheed-3.html
2585 * doc/manual/es/sylpheed-4.html
2586 * doc/manual/es/sylpheed-5.html
2587 * doc/manual/es/sylpheed-6.html
2588 * doc/manual/es/sylpheed-7.html
2589 * doc/manual/es/sylpheed-8.html
2590 * doc/manual/es/sylpheed-9.html
2591 * doc/manual/es/sylpheed.html
2592 * doc/manual/fr/.cvsignore
2593 * doc/manual/fr/Makefile.am
2594 * doc/manual/fr/sylpheed-1.html
2595 * doc/manual/fr/sylpheed-10.html
2596 * doc/manual/fr/sylpheed-11.html
2597 * doc/manual/fr/sylpheed-12.html
2598 * doc/manual/fr/sylpheed-13.html
2599 * doc/manual/fr/sylpheed-14.html
2600 * doc/manual/fr/sylpheed-15.html
2601 * doc/manual/fr/sylpheed-16.html
2602 * doc/manual/fr/sylpheed-17.html
2603 * doc/manual/fr/sylpheed-18.html
2604 * doc/manual/fr/sylpheed-19.html
2605 * doc/manual/fr/sylpheed-2.html
2606 * doc/manual/fr/sylpheed-20.html
2607 * doc/manual/fr/sylpheed-3.html
2608 * doc/manual/fr/sylpheed-4.html
2609 * doc/manual/fr/sylpheed-5.html
2610 * doc/manual/fr/sylpheed-6.html
2611 * doc/manual/fr/sylpheed-7.html
2612 * doc/manual/fr/sylpheed-8.html
2613 * doc/manual/fr/sylpheed-9.html
2614 * doc/manual/fr/sylpheed.html
2615 * doc/manual/ja/.cvsignore
2616 * doc/manual/ja/Makefile.am
2617 * doc/manual/ja/sylpheed-1.html
2618 * doc/manual/ja/sylpheed-10.html
2619 * doc/manual/ja/sylpheed-11.html
2620 * doc/manual/ja/sylpheed-12.html
2621 * doc/manual/ja/sylpheed-13.html
2622 * doc/manual/ja/sylpheed-14.html
2623 * doc/manual/ja/sylpheed-15.html
2624 * doc/manual/ja/sylpheed-16.html
2625 * doc/manual/ja/sylpheed-17.html
2626 * doc/manual/ja/sylpheed-18.html
2627 * doc/manual/ja/sylpheed-19.html
2628 * doc/manual/ja/sylpheed-2.html
2629 * doc/manual/ja/sylpheed-20.html
2630 * doc/manual/ja/sylpheed-3.html
2631 * doc/manual/ja/sylpheed-4.html
2632 * doc/manual/ja/sylpheed-5.html
2633 * doc/manual/ja/sylpheed-6.html
2634 * doc/manual/ja/sylpheed-7.html
2635 * doc/manual/ja/sylpheed-8.html
2636 * doc/manual/ja/sylpheed-9.html
2637 * doc/manual/ja/sylpheed.html
2638 * doc/manual/ja/sylpheed.sgml
2640 Remove outdated manual and faq. Noisy, eh?
2642 2005-12-06 [colin] 1.9.100cvs70
2645 * src/quote_fmt_parse.y
2648 Allow %X to position cursor at 0
2649 (no %X = before signature)
2650 Fix paste as quotation putting the cursor at 0
2651 Fix undo offsets when pasting
2652 Insert the quote_fmt at once instead of line
2654 Fix [Edited] when starting to reply/forward
2656 2005-12-06 [paul] 1.9.100cvs69
2658 * src/plugins/clamav/clamav_plugin_gtk.c
2660 * src/plugins/spamassassin/spamassassin_gtk.c
2661 rework spamassassin_create_widget_func()
2663 2005-12-05 [colin] 1.9.100cvs68
2666 Fix make release ;-)
2668 2005-12-05 [colin] 1.9.100cvs67
2672 Fix cursor positioning (not obeying %X)
2674 2005-12-05 [paul] 1.9.100cvs66
2676 * src/plugins/dillo_viewer/dillo_prefs.c
2677 fix compilation warning
2679 2005-12-05 [paul] 1.9.100cvs65
2681 * src/prefs_spelling.c
2682 * src/plugins/trayicon/trayicon.c
2683 cleanups - remove unused stuff
2685 2005-12-05 [paul] 1.9.100cvs64
2688 * manual/plugins.xml
2689 remove info about removed mathml_viewer plugin
2691 2005-12-05 [paul] 1.9.100cvs63
2694 * src/plugins/Makefile.am
2695 * src/plugins/mathml_viewer/.cvsignore
2696 * src/plugins/mathml_viewer/Makefile.am
2697 * src/plugins/mathml_viewer/mathml_viewer.c
2698 remove unmaintained mathml_viewer plugin
2700 2005-12-05 [paul] 1.9.100cvs62
2703 obey prefs_common.always_show_msg when
2707 2005-12-05 [paul] 1.9.100cvs61
2710 * src/prefs_account.c
2711 * src/prefs_filtering.c
2713 * src/prefs_spelling.c
2714 * src/prefs_toolbar.c
2716 * src/gtk/gtkutils.c
2717 * src/gtk/quicksearch.c
2718 * src/plugins/dillo_viewer/dillo_prefs.c
2721 2005-12-04 [paul] 1.9.100cvs60
2724 * src/prefs_account.c
2725 * src/prefs_account.h
2726 allow a Local account to specify a
2728 (closes bug 843 'Inbox cannot be changed for local
2731 2005-12-04 [colin] 1.9.100cvs59
2733 * src/plugins/trayicon/trayicon.c
2734 Remove Get, rename Get All to Get Mail in order to
2735 be consistent with the default main toolbar
2737 2005-12-03 [colin] 1.9.100cvs58
2740 * manual/sylpheed-claws-manual.xml
2743 2005-12-03 [paul] 1.9.100cvs57
2748 new (partially complete) Swedish translation
2749 by Anders Troback <sylpheed@troback.com>
2751 2005-12-02 [paul] 1.9.100cvs56
2754 libetpan 0.41 required
2756 2005-12-02 [paul] 1.9.100cvs55
2758 * src/plugins/clamav/clamav_plugin.c
2759 * src/plugins/clamav/clamav_plugin.h
2760 * src/plugins/clamav/clamav_plugin_gtk.c
2761 * src/plugins/spamassassin/spamassassin.c
2762 * src/plugins/spamassassin/spamassassin.h
2763 * src/plugins/spamassassin/spamassassin_gtk.c
2764 unregister prefs pages on unloading, thus
2766 (thanks to Colin for the hint)
2768 2005-12-02 [wwp] 1.9.100cvs54
2771 * src/quote_fmt_parse.y
2772 fix misuse of gboolean*, use gboolean instead
2773 (thanks to Paul, Colin, for pointing out that scaring one)
2775 2005-12-02 [paul] 1.9.100cvs53
2777 * src/plugins/clamav/clamav_plugin.c
2778 int no --> unsigned int no
2779 * src/plugins/clamav/clamav_plugin_gtk.c
2782 2005-12-02 [wwp] 1.9.100cvs52
2785 * src/prefs_template.c
2787 * src/quote_fmt_parse.y
2788 prevent from executing |f and |p templates commands when
2789 adding or replacing templates in prefs (avoids annoying and
2790 potentially dangerous behaviours)
2792 2005-12-02 [paul] 1.9.100cvs51
2794 * src/prefs_common.c
2795 allow translation of some default values
2796 Patch by Fabien Vantard
2798 2005-12-02 [paul] 1.9.100cvs50
2802 * src/prefs_common.c
2803 * src/prefs_common.h
2804 * src/prefs_message.c
2806 remove obsolete 'convert_mb_alnum' option
2809 remove unused 'about_textview_visibility_notify'
2811 2005-12-02 [paul] 1.9.100cvs49
2813 * src/prefs_account.c
2814 * src/prefs_compose_writing.c
2817 * src/prefs_image_viewer.c
2818 * src/prefs_message.c
2820 * src/prefs_receive.c
2822 * src/prefs_spelling.c
2823 * src/prefs_summaries.c
2824 * src/prefs_wrapping.c
2825 * src/plugins/dillo_viewer/dillo_prefs.c
2826 * src/plugins/pgpcore/prefs_gpg.c
2827 several cleanups to the prefs dialogs
2828 (slightly modified) patch by Fabien Vantard
2830 2005-12-02 [paul] 1.9.100cvs48
2834 * src/send_message.c
2835 fix crash on send when connection fails
2839 2005-12-01 [colin] 1.9.100cvs47
2842 Translate … to "..."
2844 2005-11-30 [colin] 1.9.100cvs46
2848 Optimize back yesterday's fix.
2850 2005-11-30 [paul] 1.9.100cvs45
2855 written by Colin, edited by me
2857 2005-11-29 [colin] 1.9.100cvs44
2860 Skip headers unconditionnaly in match_body if the
2861 rule is not message or ~message
2863 2005-11-29 [colin] 1.9.100cvs43
2866 Fix body_part and such, not skipping headers
2867 if the matchcriteria wasn't the first in the rule
2869 2005-11-29 [colin] 1.9.100cvs42
2872 Add Windows-1252 (Closes bug #863, windows-1252 encoding
2873 option missing from message view window)
2874 Fix double text D'n'D with gtk-2.8
2876 Fix ~message, ~headers_part, ~body_part rules
2878 Add Windows-1252 (Closes bug #863)
2880 * src/gtk/gtkaspell.c
2881 Properly destroy accels in all menus
2883 2005-11-29 [mones] 1.9.100cvs41
2888 2005-11-27 [colin] 1.9.100cvs40
2891 "/Remove mailbox" -> "/Remove mailbox..."
2893 2005-11-27 [paul] 1.9.100cvs39
2898 updated by new maintainer, Stephan Sachse
2900 2005-11-27 [paul] 1.9.100cvs38
2903 written by Colin, edited by me
2905 2005-11-27 [paul] 1.9.100cvs37
2907 * src/prefs_common.c
2908 * src/prefs_common.h
2909 * src/prefs_receive.c
2910 * src/prefs_summaries.c
2911 move 'go to inbox after receiving new mail'
2912 option from display/sumamaries to mail
2913 handling/receive, and rework prefs_summaries
2916 2005-11-25 [martin] 1.9.100cvs36
2919 fixed windows-1252 translation;
2920 translated some new and fuzzy strings
2922 2005-11-25 [paul] 1.9.100cvs35
2924 * src/plugins/clamav/clamav_plugin.c
2925 complete the update done in cvs34
2927 2005-11-25 [paul] 1.9.100cvs34
2929 * src/plugins/clamav/clamav_plugin.c
2930 reflect upstream changes
2932 2005-11-25 [paul] 1.9.100cvs33
2935 * manual/plugins.xml
2936 * manual/sylpheed-claws-manual.xml
2937 written/updated by Colin, edited by me
2938 * tools/acroread2sylpheed.pl
2941 2005-11-24 [colin] 1.9.100cvs32
2944 Fix bug #856 (reediting messages forgets Request
2947 2005-11-24 [paul] 1.9.100cvs31
2949 * manual/addrbook.xml
2950 * manual/starting.xml
2951 written by Colin, proofread, edited, adapted by me
2952 * manual/advanced.xml
2953 add some Actions examples
2955 use a Save button instead of a Close button
2957 indicate mandatory fields
2961 2005-11-23 [colin] 1.9.100cvs30
2964 Rename menu item, fix possible crash after
2967 Allow searching for '*' in ldap
2969 Fix "Browse Entry" (did anyone use it?)
2971 Add guards for mandatory information
2973 2005-11-23 [paul] 1.9.100cvs29
2975 * manual/advanced.xml
2976 corrections to the English
2978 2005-11-23 [colin] 1.9.100cvs28
2981 Fix possible crash at exit. After the call to
2982 gtk_container_remove(), the Viewer's widget has no
2983 more parent so gtk+ automatically frees it and its
2984 sons. If destroy_viewer() then try to access it,
2987 2005-11-22 [colin] 1.9.100cvs27
2990 * src/gtk/gtkaspell.c
2991 Fix right-clicking on a misspelled word
2992 Fix More... in suggestions menu
2994 2005-11-22 [wwp] 1.9.100cvs26
2996 * src/prefs_template.c
2997 templates works: re-sort templates list when adding or replacing,
2998 prevent from adding or replacing when the template name is empty
3000 2005-11-21 [colin] 1.9.100cvs25
3003 Fix some addressbook suckage (dnd, select all)
3005 * src/gtk/gtkaspell.c
3006 * src/gtk/gtkaspell.h
3007 Make the spellchecker menu work with the
3008 GtkTextView one instead of overriding it
3010 2005-11-20 [paul] 1.9.100cvs24
3012 * manual/handling.xml
3013 proofread and corrected
3015 2005-11-20 [paul] 1.9.100cvs23
3018 generate html as one file
3019 * manual/advanced.xml
3020 fix output generation
3021 reformat hidden options list
3022 * manual/manual.xml ** REMOVED **
3023 * manual/sylpheed-claws-manual.xml ** ADDED **
3026 2005-11-18 [colin] 1.9.100cvs22
3028 * src/prefs_account.c
3029 Fix layout in news and mbox accounts
3030 * manual/account.xml
3031 * manual/advanced.xml
3032 New contents for Paul to check :)
3034 2005-11-18 [wwp] 1.9.100cvs21
3036 * src/gtk/quicksearch.c
3037 don't update extended quicksearch buttons twice
3039 2005-11-18 [paul] 1.9.100cvs20
3042 complete 1.9.100cvs19
3044 2005-11-18 [paul] 1.9.100cvs19
3047 cosmetic improvements
3049 also list text/* attachments
3051 2005-11-18 [colin] 1.9.100cvs18
3054 Use column 0 instead of -1 in
3055 gtk_ctree_node_moveto, in a naive
3056 hope it'll fix the gtk-related crashes
3058 2005-11-18 [colin] 1.9.100cvs17
3060 * src/gtk/inputdialog.c
3061 Fix icon staying the first one
3063 2005-11-17 [wwp] 1.9.100cvs16
3064 fix possible problem showing some quicksearch buttons, and a bad
3065 call to g_return_if_fail in a function that returns a value (both
3066 fixes by Fabien Vantard)
3068 2005-11-15 [wwp] 1.9.100cvs15
3070 * src/gtk/quicksearch.c
3071 added a tooltip to that obscure ... quicksearch button
3073 2005-11-15 [wwp] 1.9.100cvs14
3075 * src/gtk/quicksearch.c
3076 add a quicksearch helper to filtering expression users: the ... button
3077 raises the condition expr window. condition expressions set up w/ this
3078 window are used by the quicksearch if the user closes it pressing OK.
3080 2005-11-14 [paul] 1.9.100cvs13
3082 * src/plugins/clamav/clamav_plugin.c
3083 * src/plugins/spamassassin/spamassassin.c
3084 change plugin type following recent merging
3086 2005-11-14 [wwp] 1.9.100cvs12
3089 prevent from crashing when copying/moving message(s) from and
3092 2005-11-14 [paul] 1.9.100cvs11
3094 * src/plugins/clamav/Makefile.am
3095 * src/plugins/clamav/clamav_plugin.c
3096 * src/plugins/clamav/clamav_plugin.h
3097 * src/plugins/clamav/clamav_plugin_gtk.c
3098 also merge clamav and clamav_gtk plugins
3100 2005-11-13 [colin] 1.9.100cvs10
3103 * src/plugins/spamassassin/Makefile.am
3104 * src/plugins/spamassassin/spamassassin.c
3105 * src/plugins/spamassassin/spamassassin.h
3106 * src/plugins/spamassassin/spamassassin_gtk.c
3107 Merge spamassassin and spamassassin_gtk plugins,
3108 and build it by default.
3110 2005-11-12 [colin] 1.9.100cvs9
3112 * src/etpan/imap-thread.c
3115 2005-11-12 [colin] 1.9.100cvs8
3118 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
3120 2005-11-10 [colin] 1.9.100cvs7
3123 Fix bug #845 (sylpheed-claws 1.9.99+ start in
3126 2005-11-10 [wwp] 1.9.100cvs6
3128 * src/gtk/description_window.c
3129 fix a crash when closing description windows using the WM's [X] button
3131 2005-11-09 [colin] 1.9.100cvs5
3134 Update libetpan call to follow upstream
3135 (yes, this requires libetpan-0.40cvs3)
3137 2005-11-08 [colin] 1.9.100cvs4
3141 * src/common/utils.c
3142 * src/common/utils.h
3143 Enhance the email parser
3145 2005-11-08 [colin] 1.9.100cvs3
3148 Fix what looks like an off-by-one (fixes
3149 attachments from the Bat)
3151 2005-11-08 [wwp] 1.9.100cvs2
3154 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
3156 2005-11-08 [wwp] 1.9.100cvs1
3159 allow exiting Sylpheed-Claws from command-line
3161 2005-11-08 [paul] 1.9.100
3165 2005-11-07 [colin] 1.9.99cvs17
3169 Fix import of base-64 encoded items
3171 2005-11-07 [colin] 1.9.99cvs16
3173 * src/send_message.c
3174 Fix bug #314 (Queue does not empty under certain
3177 2005-11-07 [paul] 1.9.99cvs15
3181 fix buffer overflows
3184 2005-11-07 [paul] 1.9.99cvs14
3186 * doc/man/Makefile.am
3187 * doc/man/sylpheed-claws.1 ** ADDED **
3188 * doc/man/sylpheed.1 ** DELETED **
3189 rename and update the man file
3191 2005-11-06 [colin] 1.9.99cvs13
3194 Fix ldif_get_line() that returned empty strings
3195 (Didn't understand why). Also fix a possible
3198 2005-11-06 [wwp] 1.9.99cvs12
3202 * src/gtk/gtkutils.c
3203 * src/gtk/gtkutils.h
3204 fix a compilation warning,
3205 make links sensitive in the about dialog
3207 2005-11-04 [wwp] 1.9.99cvs11
3210 don't wrap or translate URIs, and a bit text format cleanup
3212 2005-11-04 [wwp] 1.9.99cvs10
3215 better textview tagging implementation (no more use of marks for
3218 2005-11-02 [colin] 1.9.99cvs9
3223 2005-11-02 [colin] 1.9.99cvs8
3226 Require libetpan-0.40 due to upstream fix
3228 Tell libetpan not to call SSL_Library_Init,
3229 as we do it ourselves.
3231 2005-11-02 [colin] 1.9.99cvs7
3234 Add missing files (thanks to Fabien Vantard)
3236 2005-11-02 [colin] 1.9.99cvs6
3239 Fix totals when read messages are hidden or quicksearch
3243 * src/common/ssl_certificate.c
3244 * src/common/ssl_certificate.h
3245 * src/gtk/sslcertwindow.c
3246 * src/gtk/sslcertwindow.h
3247 Fix copyright on my stuff
3249 2005-11-02 [wwp] 1.9.99cvs5
3251 * src/prefs_themes.c
3252 fix directory name checking (theme installation/removal),
3253 made related error a bit more verbose
3255 2005-11-02 [colin] 1.9.99cvs4
3258 Fix typo (probably fixes bug #841 (Sort by the From
3261 2005-11-02 [paul] 1.9.99cvs3
3265 updated by SungHyun Nam, Geir Helland
3267 fix typo in welcome message. spotted by
3270 2005-11-01 [colin] 1.9.99cvs2
3273 Fix replying to ml wen confirming subscription
3279 Make key check non blocking
3281 2005-10-31 [paul] 1.9.99cvs1
3283 * tools/claws.i18n.status.pl
3284 updated for ChangeLog
3286 2005-10-31 [paul] 1.9.99
3290 2005-10-31 [paul] 1.9.15cvs131
3294 * ChangeLog.claws ** REMOVED **
3295 * ChangeLog-gtk2.claws ** REMOVED **
3296 * ChangeLog.gtk1 ** ADDED **
3301 * README.claws ** REMOVED **
3302 * README.jp ** REMOVED **
3303 * RELEASE_NOTES ** ADDED **
3304 * RELEASE_NOTES.claws ** REMOVED **
3307 * sylpheed.spec.in ** REMOVED **
3308 tidy up and update the default docs:
3309 ChangeLog.claws is renamed ChangeLog.gtk1
3310 ChangeLog-gtk2.claws is renamed ChangeLog
3311 README.claws is renamed README
3312 RELEASE_NOTES.claws is renamed RELEASE_NOTES
3314 2005-10-31 [paul] 1.9.15cvs130
3319 2005-10-31 [paul] 1.9.15cvs129
3330 updated by Miquel Oliete, Stephan Sachse and
3331 Thomas Gilgin, me, Fabien Vantard, Andrea
3332 Spadaccini, Frederico Goncalves Guimaraes,
3333 Andrej Kacian, Aleksandar Urosevic, and
3336 2005-10-31 [mones] 1.9.15cvs128
3342 Updated for release.
3344 2005-10-30 [colin] 1.9.15cvs127
3347 Place cursor before rewrapping (fixes cursor
3348 pos if quotation gets rewrapped)
3350 2005-10-29 [paul] 1.9.15cvs126
3358 corrections to text items
3360 2005-10-28 [colin] 1.9.15cvs125
3363 Make "hit 'C' to check sig" work from extern
3366 2005-10-27 [colin] 1.9.15cvs124
3369 Add a hack to avoid segfaulting when hammering
3372 2005-10-27 [wwp] 1.9.15cvs123
3374 * src/prefs_themes.c
3375 sort list of themes names in themes prefs
3377 2005-10-27 [paul] 1.9.15cvs122
3380 * src/prefs_account.c
3381 fix building on Solaris
3384 2005-10-27 [wwp] 1.9.15cvs121
3387 * src/gtk/gtksctree.c
3388 speed up unselecting messages in summary view (thanks to Colin)
3390 2005-10-27 [paul] 1.9.15cvs120
3393 fix a compilation warning
3395 fix updating of 'n items selected' count
3398 2005-10-27 [martin] 1.9.15cvs119
3401 ignore actions with a leading '/' in the action menu name
3402 fixes a crash on menu creation
3403 * src/prefs_actions.c
3404 do not allow a leading '/' in the action menu name
3406 2005-10-27 [paul] 1.9.15cvs118
3409 fix compilation warning
3411 2005-10-27 [paul] 1.9.15cvs117
3414 add #if HAVE_LOCALE_H
3416 2005-10-27 [paul] 1.9.15cvs116
3418 * src/plugins/clamav/clamav_plugin.c
3419 * src/plugins/dillo_viewer/dillo_viewer.c
3420 * src/plugins/mathml_viewer/mathml_viewer.c
3421 * src/plugins/pgpcore/plugin.c
3422 * src/plugins/pgpinline/plugin.c
3423 * src/plugins/pgpmime/plugin.c
3424 * src/plugins/spamassassin/spamassassin.c
3425 * src/plugins/trayicon/trayicon.c
3426 plugin_init() : make error messages more
3429 2005-10-26 [wwp] 1.9.15cvs115
3431 * src/prefs_matcher.c
3432 enlarge boolean op widget width a bit (wasn't always showing text contents)
3434 2005-10-26 [wwp] 1.9.15cvs114
3437 * src/gtk/gtksctree.c
3438 * src/plugins/spamassassin/libspamc.c
3439 * src/plugins/spamassassin/spamassassin.c
3440 fix some compilation warnings more
3442 2005-10-26 [mones] 1.9.15cvs113
3447 2005-10-26 [paul] 1.9.15cvs112
3449 * src/prefs_message.c
3450 give all display_xface stuff the
3451 #if HAVE_LIBCOMPFACE treatment, thus
3453 (Thanks to Wolfgang Enderlein)
3455 2005-10-26 [colin] 1.9.15cvs111
3461 Remove context menu items that should not be there
3466 Don't show the mainwindow too soon
3468 2005-10-26 [wwp] 1.9.15cvs110
3473 fix uninitialized pointers in the folder updating hook
3476 2005-10-25 [mones] 1.9.15cvs109
3479 General information subsection completed.
3480 Removed archaic references.
3483 * manual/dtd/manual.dsl
3484 Added customization stylesheet for getting paragraphs
3485 fully justified in PDF output (as suggested by Colin).
3487 2005-10-25 [colin] 1.9.15cvs108
3492 2005-10-25 [colin] 1.9.15cvs107
3496 Fix leak (xml_get_element() allocates memory)
3498 Fix leak + dead code (shame!)
3502 2005-10-25 [colin] 1.9.15cvs106
3505 Fix encoding issue in Save all and in
3506 overwrite-confirmation alertpanel
3508 2005-10-25 [colin] 1.9.15cvs105
3510 * src/common/socket.c
3511 Fix a leak - Thanks to Christopher Aillon
3512 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
3514 2005-10-25 [paul] 1.9.15cvs104
3517 Always guess servers from the right-hand
3518 email part and guess username from the
3519 left-hand part. (Thanks to Colin)
3520 add an X-Face to the welcome message
3522 2005-10-25 [paul] 1.9.15cvs103
3524 * manual/handling.xml
3525 written by Colin, edited by me
3527 2005-10-25 [wwp] 1.9.15cvs102
3530 * src/grouplistdialog.c
3533 fix some compilation warnings
3539 2005-10-24 [paul] 1.9.15cvs101
3544 2005-10-24 [paul] 1.9.15cvs100
3546 * src/pixmaps/offline.xpm
3547 * src/pixmaps/online.xpm
3548 replace with last default versions
3550 2005-10-24 [colin] 1.9.15cvs99
3553 Fix bug when moving a folder
3556 "Delete folder" pops up a window, so it
3557 should be suffixed with "..."
3558 * src/plugins/pgpcore/sgpgme.c
3561 2005-10-24 [mones] 1.9.15cvs98
3564 * manual/account.xml
3566 * manual/addrbook.xml
3567 * manual/advanced.xml
3569 * manual/glossary.xml
3571 * manual/handling.xml
3573 * manual/keyboard.xml
3575 * manual/plugins.xml
3576 * manual/starting.xml
3577 * manual/dtd/sdocbook.dtd
3578 Initial manual structure and some content.
3580 2005-10-23 [wwp] 1.9.15cvs97
3585 2005-10-23 [wwp] 1.9.15cvs96
3589 rework of the about window (main work by Paul), also featuring a few
3590 fixes for typos and duplicate names
3592 2005-10-23 [wwp] 1.9.15cvs95
3595 Ignore the right binary name (sylpheed-claws now)
3597 2005-10-23 [paul] 1.9.15cvs94
3600 when using Folder Pref 'Default To for
3601 replies' make the entry in the Compose
3603 Patch by Fabien Vantard
3605 2005-10-22 [colin] 1.9.15cvs93
3610 2005-10-22 [colin] 1.9.15cvs92
3613 try to convert using locale (apart utf8) if necessary
3615 2005-10-22 [colin] 1.9.15cvs91
3617 * src/pixmaps/new.xpm
3618 * src/pixmaps/unread.xpm
3619 Make the unread envelope blue again and
3620 saturate the new one a bit more.
3622 2005-10-22 [colin] 1.9.15cvs90
3625 When replying to a mail sent by one of our accounts,
3626 use the original list of recipients. Let 'Reply All'
3627 and 'Reply to sender' work like previously.
3629 2005-10-21 [colin] 1.9.15cvs89
3631 * src/prefs_filtering.c
3632 Clear fields after add and replace
3634 Display xface differently (better)
3635 * src/plugins/pgpinline/pgpinline.c
3636 Fix crappy encodings/recodings
3638 2005-10-21 [paul] 1.9.15cvs88
3641 * src/prefs_folder_item.c
3643 fix news folder Folder Properties
3646 update folderview after Themes change
3647 keep selected folder selected
3650 2005-10-21 [paul] 1.9.15cvs87
3653 * tools/OOo2sylpheed.pl
3655 * tools/README.sylprint
3656 * tools/asus_mailled.sh ** REMOVED **
3657 * tools/filter_conv.pl
3658 * tools/freshmeat_search.pl
3659 * tools/google_search.pl
3660 * tools/gpg-sign-syl ** REMOVED **
3661 * tools/kmail2sylpheed.pl
3662 * tools/kmail2sylpheed_v2.pl
3663 * tools/multiwebsearch.pl
3664 * tools/nautilus2sylpheed.sh
3665 * tools/newscache_clean.pl
3666 * tools/outlook2sylpheed.pl
3667 * tools/sylpheed-switcher ** REMOVED **
3671 * tools/vcard2xml.py
3672 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3673 update default config dir
3674 update binary name (thanks to Fabien Vantard)
3675 remove obsolete scripts
3677 2005-10-21 [colin] 1.9.15cvs86
3680 Fix possible leak and units. Based on a patch by
3683 2005-10-20 [colin] 1.9.15cvs85
3686 Clear xface when clearing textview
3688 2005-10-20 [colin] 1.9.15cvs84
3694 * src/prefs_common.c
3695 * src/prefs_common.h
3696 * src/prefs_message.c
3700 * src/common/utils.c
3701 * src/common/utils.h
3702 * src/gtk/gtkutils.c
3703 * src/gtk/gtkutils.h
3704 Migrate config to .sylpheed-claws (Automatically)
3705 Add a way to get the Xface in the TextView
3707 2005-10-20 [colin] 1.9.15cvs83
3709 * src/gtk/Makefile.am
3712 Make the about dialog *grooovy*
3714 2005-10-20 [colin] 1.9.15cvs82
3717 Use "Open with" on double click if no command
3720 2005-10-20 [colin] 1.9.15cvs81
3723 * src/etpan/imap-thread.c
3726 2005-10-20 [paul] 1.9.15cvs80
3729 don't show clipkey icon if the only
3730 attachment is the signature
3733 2005-10-20 [paul] 1.9.15cvs79
3736 * src/plugins/pgpmime/pgpmime.c
3737 name the PGP/MIME signature 'signature.asc'
3738 Patch by Andrew Nelson <freeandy@gmail.com>
3740 2005-10-19 [colin] 1.9.15cvs78
3742 * src/plugins/pgpmime/pgpmime.c
3743 Oops, no need to double-check though
3745 2005-10-19 [colin] 1.9.15cvs77
3747 * src/plugins/pgpinline/pgpinline.c
3748 * src/plugins/pgpmime/pgpmime.c
3749 Check that my_tmpfile() doesn't
3752 2005-10-19 [colin] 1.9.15cvs76
3754 * src/common/utils.c
3755 Use shorter mime boundaries to avoid having
3756 MTAs rewrapping our headers, breaking the
3757 PGP signature in the process
3759 * src/plugins/pgpmime/pgpmime.c
3760 Check for boundary uniqueness to be sure
3761 it won't happen, instead of hoping for the
3764 2005-10-19 [colin] 1.9.15cvs75
3766 * sylpheed-claws.desktop
3769 Ship a sylpheed-claws binary instead
3770 of a sylpheed one. Change the socket
3773 Update folder only if it changed
3775 Fix i18n in welcome mail, patch by
3782 2005-10-19 [paul] 1.9.15cvs74
3786 fix summaryview update
3789 2005-10-18 [colin] 1.9.15cvs73
3791 * src/plugins/pgpcore/passphrase.c
3792 Don't XGrabServer, and try a bit more to
3793 sync everything before grabbing mouse/keyboard
3795 2005-10-18 [colin] 1.9.15cvs72
3801 * src/grouplistdialog.c
3803 * src/stock_pixmap.c
3804 * src/stock_pixmap.h
3806 * src/gtk/gtksctree.c
3807 * src/gtk/gtksctree.h
3808 * src/pixmaps/empty.xpm
3809 Implement a wrapper call for gtk_ctree_set_node_info
3810 and gtk_ctree_insert_node, that uses a 1x1 transparent
3811 pixmap instead of a NULL one. This works around some
3812 memory problems deep inside gtk, revealed by valgrind,
3813 and fixes bug #834 (Pressing CTRl-D on a message marked
3814 as locked crashes sylpheed.), as well as, probably,
3815 wwp's 4th dimension problems that happen in gtk_ctree_*.
3817 2005-10-17 [colin] 1.9.15cvs71
3820 Provide visual feedback when checking
3823 2005-10-17 [colin] 1.9.15cvs70
3826 Keep the folder list frozen while checking caches...
3828 2005-10-17 [colin] 1.9.15cvs69
3831 Fi bug #833 (Autocompleting from addressbook
3832 fails with extended chars)
3834 Fix 'adding messages' staying in statusbar
3837 2005-10-17 [wwp] 1.9.15cvs68
3840 Fix buttons' layout resizing when window size changes
3842 2005-10-17 [wwp] 1.9.15cvs67
3845 * src/prefs_account.c
3846 * src/prefs_common.c
3847 * src/prefs_common.h
3848 * src/prefs_folder_item.c
3850 * src/gtk/logwindow.c
3851 * src/gtk/pluginwindow.c
3852 * src/gtk/prefswindow.c
3853 * src/gtk/prefswindow.h
3854 Remember yet more window sizes (log, prefs, folder prefs, accounts)
3856 2005-10-17 [paul] 1.9.15cvs66
3859 fix missing libetpan message
3864 * src/prefs_themes.c
3866 add some new URI defines, change some
3869 make welcome message translatable
3870 small improvements to english
3875 2005-10-17 [paul] 1.9.15cvs65
3880 2005-10-16 [mones] 1.9.15cvs64
3889 2005-10-16 [colin] 1.9.15cvs63
3894 2005-10-16 [colin] 1.9.15cvs62
3899 Real welcome mail text, thanks Paul
3901 2005-10-16 [colin] 1.9.15cvs61
3907 * src/prefs_themes.c
3908 * src/prefs_toolbar.c
3909 * src/plugins/demo/demo.c
3910 * src/plugins/trayicon/trayicon.c
3911 s/Sylpheed/Sylpheed-Claws/
3913 2005-10-16 [colin] 1.9.15cvs60
3916 Add a welcome email in the first empty mailbox
3917 * src/prefs_common.c
3918 Change one more default
3920 2005-10-16 [colin] 1.9.15cvs59
3925 2005-10-16 [colin] 1.9.15cvs58
3928 * src/prefs_common.c
3929 Change some defaults
3931 2005-10-16 [colin] 1.9.15cvs57
3934 * src/prefs_common.c
3935 Change some defaults
3937 2005-10-16 [colin] 1.9.15cvs56
3940 By default, initialize fonts to have
3941 the same size as normal GtkWidgets
3943 2005-10-16 [colin] 1.9.15cvs55
3946 Fix message a bit more
3948 2005-10-16 [colin] 1.9.15cvs54
3951 Second attempt at flicker fixing
3953 2005-10-16 [colin] 1.9.15cvs53
3958 2005-10-16 [wwp] 1.9.15cvs52
3962 * src/prefs_common.c
3963 * src/prefs_common.h
3964 Remember window sizes (address book)
3966 2005-10-16 [wwp] 1.9.15cvs51
3968 * src/plugins/clamav/clamav_plugin_gtk.c
3969 * src/plugins/spamassassin/spamassassin_gtk.c
3970 Fix compilation warnings (missing #include).
3972 2005-10-16 [colin] 1.9.15cvs50
3977 Make 'c' check signature, and forward
3978 c, l, y, t from summaryview to mimeview
3980 2005-10-16 [colin] 1.9.15cvs49
3983 Put border around buttons
3986 Rework menus (Patch based on a patch
3989 2005-10-15 [wwp] 1.9.15cvs48
4001 * src/prefs_account.c
4002 * src/prefs_spelling.c
4003 * src/gtk/gtkutils.c
4004 * src/gtk/gtkutils.h
4005 * src/plugins/clamav/clamav_plugin_gtk.c
4006 * src/plugins/spamassassin/spamassassin_gtk.c
4007 use nicer browse-for-file/dir buttons than the "..." ones,
4008 code factorizing more.
4010 2005-10-14 [colin] 1.9.15cvs47
4013 set relief on the account switcher so that people see it
4014 grey out Create processing rules when no message is selected
4015 * src/prefs_filtering.c
4016 ask before closing if the rule has not been modified, even if
4018 * src/prefs_matcher.c
4019 fix sensitivity when entering the dialog
4020 * src/gtk/inputdialog.c
4021 display a better icon on password ask
4022 * src/plugins/pgpcore/passphrase.c
4023 make the dialog look better
4025 2005-10-14 [paul] 1.9.15cvs46
4028 indicate presense of marked msgs in
4029 unexpanded subfolders
4031 2005-10-14 [paul] 1.9.15cvs45
4033 * src/prefs_actions.c
4034 * src/prefs_common.c
4035 * src/prefs_common.h
4036 * src/prefs_filtering_action.c
4037 * src/prefs_matcher.c
4038 * src/prefs_template.c
4039 remember window sizes
4040 fix Info button size
4044 2005-10-13 [colin] 1.9.15cvs44
4049 Add a tooltip on the icon (optional)
4050 Get rid of the signature buttons and only
4051 use the icon+tooltip
4053 2005-10-13 [colin] 1.9.15cvs43
4057 Add hand cursor for hovering over icon
4059 2005-10-13 [colin] 1.9.15cvs42
4062 Fix crash when quicksearch's hidden
4065 2005-10-13 [colin] 1.9.15cvs41
4068 Set subject when forwarding multiple mails
4069 Check that other recipient than the default Cc or Bcc
4070 have been set before sending.
4072 2005-10-13 [colin] 1.9.15cvs40
4076 Introduce locking, but don't use it yet
4078 2005-10-13 [colin] 1.9.15cvs39
4080 * src/gtk/quicksearch.c
4081 Reset quicksearch when hiding it
4082 Make sticky a real pref
4084 2005-10-13 [colin] 1.9.15cvs38
4089 2005-10-13 [colin] 1.9.15cvs37
4094 * src/plugins/pgpcore/sgpgme.c
4095 Make privacy icon clickable
4096 Move Trust field in Full info
4097 When trust is less than full, don't display
4100 2005-10-13 [colin] 1.9.15cvs36
4105 Revert speed hack which is dangerous in fact
4108 2005-10-13 [colin] 1.9.15cvs35
4110 * src/folder_item_prefs.c
4111 Fix pref corruption on folder move. Patch
4114 2005-10-13 [paul] 1.9.15cvs34
4118 fix typos in g_warnings
4119 * src/prefs_account.c
4120 add a file selector for Signature file
4124 2005-10-12 [colin] 1.9.15cvs33
4127 Provide a quick way to go back from a
4128 signature's full info to the email part
4130 2005-10-12 [colin] 1.9.15cvs32
4133 Remove old hack of encoding signed mails with base64.
4134 QP works equally well.
4136 2005-10-12 [colin] 1.9.15cvs31
4139 Replace deprecated GtkText with GtkTextView
4141 Fix a logic bug about counts in imap_select
4142 (previously un-triggered)
4146 Allow local deletion of news posts
4148 Show GPG noticeview on the message/rfc822 part
4149 in addition to the text/plain one
4150 * src/prefs_image_viewer.c
4151 src/plugins/pgpcore/prefs_gpg.c
4152 Polish (set the label as part of the checkbox)
4154 Don't sit there doing nothing after destroying
4155 the window - return err
4157 2005-10-11 [colin] 1.9.15cvs30
4160 Apply processing rules before showing folders.
4161 Early folder show (before flags sync) will only
4162 be done when there are no processing rules (nor
4165 Fix stuff related to mail subdir, creation and
4168 Don't allow creation of folders in NoInferior
4169 folders, as it won't work
4171 2005-10-10 [colin] 1.9.15cvs29
4174 Reselect "None" Privacy system when selecting an
4175 account with no privacy system defined
4177 2005-10-10 [colin] 1.9.15cvs28
4180 Add Windows-1252 encoding
4181 * src/prefs_common.c
4182 Rework some defaults:
4183 - autosave to draft by default
4184 - don't show header pane (it's already in the textview)
4185 - Select first new or unread mail on entry
4186 - Assume 'Yes' to change folder when there's no more
4188 * src/prefs_matcher.c
4189 Fix a gtk assertion failure
4190 * src/gtk/colorlabel.c
4191 Workaround bad repainting on selection
4193 Freeze/thaw (a bit faster on ssh -X)
4195 Get rid of StrdupConverter that just adds an
4197 * src/etpan/imap_thread.c
4200 2005-10-10 [colin] 1.9.15cvs27
4204 Fix compile on gtk 2.4. Patch by wwp
4206 2005-10-09 [colin] 1.9.15cvs26
4211 Clarify forward menus. Patch by wwp
4213 2005-10-09 [colin] 1.9.15cvs25
4217 Fix bug #829 (Non-working "Encrypt message by
4218 default when replying to an encrypted message")
4220 2005-10-08 [colin] 1.9.15cvs24
4223 Fix bug #827 ("Welcome" setup wizard after a
4224 permission error gives up & forgets itself.)
4226 2005-10-08 [colin] 1.9.15cvs23
4229 Fix bug #828 (Ignoring headers with spaces around = sign)
4231 2005-10-08 [colin] 1.9.15cvs22
4236 2005-10-08 [colin] 1.9.15cvs21
4240 Add a processing_pending indicator, set on
4241 folder_item_open and cleared after
4242 folder_item_process_open
4245 wrap procmsg_msginfo_*_flags, and in the
4246 wrapper check that there's no folder processing
4247 pending. If there is, defer the flags change until
4248 processing is done to avoid stepping over each
4250 Freeze during processing, but not during scanning.
4252 2005-10-07 [colin] 1.9.15cvs20
4254 * src/plugins/pgpcore/passphrase.c
4255 Fix bug #826 (X-Server hangs when
4256 right-clicking a PGP encrypted message)
4258 2005-10-07 [paul] 1.9.15cvs19
4261 fix compose_entries[]
4262 patch by Fabien Vantard
4264 2005-10-06 [colin] 1.9.15cvs18
4266 * src/pixmaps/address.xpm
4267 * src/pixmaps/address_book.xpm
4268 * src/pixmaps/book.xpm
4269 * src/pixmaps/check_spelling.xpm
4270 * src/pixmaps/checkbox_off.xpm
4271 * src/pixmaps/checkbox_on.xpm
4272 * src/pixmaps/close.xpm
4273 * src/pixmaps/complete.xpm
4274 * src/pixmaps/continue.xpm
4275 * src/pixmaps/deleted.xpm
4276 * src/pixmaps/down_arrow.xpm
4277 * src/pixmaps/exec.xpm
4278 * src/pixmaps/forwarded.xpm
4279 * src/pixmaps/group.xpm
4280 * src/pixmaps/ignorethread.xpm
4281 * src/pixmaps/interface.xpm
4282 * src/pixmaps/jpilot.xpm
4283 * src/pixmaps/ldap.xpm
4284 * src/pixmaps/linewrap.xpm
4285 * src/pixmaps/linewrapcurrent.xpm
4286 * src/pixmaps/mail.xpm
4287 * src/pixmaps/mail_attach.xpm
4288 * src/pixmaps/mail_compose.xpm
4289 * src/pixmaps/mail_forward.xpm
4290 * src/pixmaps/mail_receive.xpm
4291 * src/pixmaps/mail_receive_all.xpm
4292 * src/pixmaps/mail_reply.xpm
4293 * src/pixmaps/mail_reply_to_all.xpm
4294 * src/pixmaps/mail_reply_to_author.xpm
4295 * src/pixmaps/mail_send.xpm
4296 * src/pixmaps/mail_send_queue.xpm
4297 * src/pixmaps/mime_application.xpm
4298 * src/pixmaps/mime_audio.xpm
4299 * src/pixmaps/mime_image.xpm
4300 * src/pixmaps/mime_message.xpm
4301 * src/pixmaps/mime_text_enriched.xpm
4302 * src/pixmaps/mime_text_html.xpm
4303 * src/pixmaps/mime_text_plain.xpm
4304 * src/pixmaps/mime_unknown.xpm
4305 * src/pixmaps/new.xpm
4306 * src/pixmaps/news_compose.xpm
4307 * src/pixmaps/offline.xpm
4308 * src/pixmaps/online.xpm
4309 * src/pixmaps/paste.xpm
4310 * src/pixmaps/preferences.xpm
4311 * src/pixmaps/privacy_emblem_encrypted.xpm
4312 * src/pixmaps/privacy_expired.xpm
4313 * src/pixmaps/privacy_failed.xpm
4314 * src/pixmaps/privacy_passed.xpm
4315 * src/pixmaps/privacy_signed.xpm
4316 * src/pixmaps/privacy_unknown.xpm
4317 * src/pixmaps/privacy_warn.xpm
4318 * src/pixmaps/properties.xpm
4319 * src/pixmaps/replied.xpm
4320 * src/pixmaps/search.xpm
4321 * src/pixmaps/unread.xpm
4322 * src/pixmaps/up_arrow.xpm
4323 * src/pixmaps/vcard.xpm
4324 Modernize internal theme, with icons from the
4325 Gnomaws theme. Keep some of the old ones where
4328 2005-10-06 [colin] 1.9.15cvs17
4331 Little optimisations + bugfix
4333 Remove default useless items - useless being defined
4334 by the default relevant prefs
4336 include config.h to make gettext work
4337 * src/prefs_themes.c
4338 Fix selection of current theme in prefs
4340 2005-10-06 [colin] 1.9.15cvs16
4342 * src/prefs_common.c
4343 * src/prefs_common.h
4344 * src/prefs_summaries.c
4346 Add a warning dialog on Mark all read
4347 (with pref to get rid of it)
4349 2005-10-06 [paul] 1.9.15cvs15
4353 updated by Geir Helland and Frederico
4356 2005-10-05 [colin] 1.9.15cvs14
4366 add a way to rescan without rebuilding
4367 make moving a bit faster (less folders changes)
4368 don't lock the tree on Get
4370 Don't re-delete deleted messages before expunging
4372 Set batch mode when deleting mails
4374 2005-10-05 [paul] 1.9.15cvs13
4378 fix disabled Execute menu item
4380 match the change in 1.9.15cvs10: use Compose
4381 instead of News by default
4383 2005-10-04 [colin] 1.9.15cvs12
4386 When replying to an ML post with Reply-To set
4387 to the poster's email, honor it (as before),
4388 but also honor our user's request to reply to
4389 the mailing list: set the ML address in the To
4390 field and the Reply-To address in the Cc:
4393 2005-10-04 [colin] 1.9.15cvs11
4395 * src/plugins/trayicon/trayicon.c
4396 Finish cosmetic change - thanks to wwp
4398 2005-10-04 [colin] 1.9.15cvs10
4401 Use Compose instead of Email by default.
4404 2005-10-04 [colin] 1.9.15cvs9
4410 * src/etpan/imap-thread.c
4411 * src/etpan/imap-thread.h
4412 Try to make IMAP faster, by simplifying SEARCH
4413 commands, avoiding sending two STATUS in a row,
4414 and deferring flags sync and processing just
4415 after displaying the folder.
4416 This will update the SummaryView in certain
4417 cases (new mails not already fetched, flags
4418 changed from another client) but in a non-
4421 2005-10-04 [colin] 1.9.15cvs8
4423 * src/plugins/trayicon/trayicon.c
4424 Relabel "Offline" to "Work offline"
4426 2005-10-04 [colin] 1.9.15cvs7
4431 Fix mbox import/export buglets
4433 * src/plugins/trayicon/trayicon.c
4437 2005-10-04 [colin] 1.9.15cvs6
4442 Better fix (don't break mark all read) for cvs2
4444 2005-10-03 [colin] 1.9.15cvs5
4447 Use a sane sort by default
4449 2005-10-03 [colin] 1.9.15cvs4
4452 Add a 'Only once' button for overriding offline mode
4453 * src/prefs_account.c
4455 Add Local mbox to the wizard
4456 Add IMAP subdir to the wizard (or the wizard is useless
4457 for such accounts, or even worse than useless)
4458 Move IMAP subdir from Advanced to Receive tab, as it's
4461 2005-10-03 [colin] 1.9.15cvs3
4463 * src/send_message.c
4464 Forgot this one in cvs1
4466 2005-10-03 [colin] 1.9.15cvs2
4469 Faster close when leaving a folder with lots
4470 of new mails. Idea by David Relson.
4472 2005-10-03 [colin] 1.9.15cvs1
4481 * src/gtk/sslcertwindow.c
4482 * src/plugins/trayicon/trayicon.c
4483 Add accels to every AlertPanel. Patch by Fabien
4486 2005-10-03 [paul] 1.9.15
4490 2005-10-03 [paul] 1.9.14cvs68
4500 updated by Miquel Oliete, Thomas Gilgin, Ricardo
4501 Mones Lastra, Tommi Pirinen, Fabien vantard,
4502 Andrej Kacian, Aleksander Urosevic, Yang Guilong
4504 2005-10-03 [paul] 1.9.14cvs67
4506 * src/send_message.c
4507 prevent hang on Cancel
4510 2005-10-03 [paul] 1.9.14cvs66
4513 fix crash in IMAP caused by discrepancy
4514 between check_at_startup and offline mode
4517 2005-10-01 [paul] 1.9.14cvs65
4522 2005-10-01 [paul] 1.9.14cvs64
4525 synchronise import_mbox() and export_mbox()
4527 proc_mbox(): add alert if file cannot be opened
4528 export_list_to_mbox(): test if dest file exists,
4529 prompt user to overwrite if it does. add alert
4530 if file cannot be created
4535 2005-09-30 [paul] 1.9.14cvs63
4538 Fix sensitivity of a menu
4540 Respect hidden pref for mails with no encoding
4542 Fix memory corruption
4543 * src/plugins/pgpcore/sgpgme.c
4544 Fix segfault on incomplete sigs, and display
4549 2005-09-30 [colin] 1.9.14cvs62
4551 * src/partial_download.c
4552 Little logic fix in almost-dead code
4554 Fix partial download when there's no new mail
4556 2005-09-29 [paul] 1.9.14cvs61
4558 * src/plugins/pgpinline/pgpinline.c
4559 fix bug 819, 'crash accessing sign message'
4562 2005-09-28 [martin] 1.9.14cvs60
4564 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4565 fix bug #790 (Crash when restarting window manager (fluxbox))
4567 2005-09-28 [paul] 1.9.14cvs59
4569 * src/gtk/gtkaspell.c
4572 2005-09-27 [colin] 1.9.14cvs58
4574 * src/plugins/pgpcore/sgpgme.c
4575 Report error when there's one, instead of
4576 "Signature unchecked"
4578 2005-09-27 [colin] 1.9.14cvs57
4581 Fix bug #816 (Weird quotation with spaces)
4583 2005-09-27 [colin] 1.9.14cvs56
4588 Put subject in compose's title
4589 Fix Automatic encoding so that it's really automatic: