5 2005-09-19 [colin] 1.9.14cvs44
12 2005-09-19 [colin] 1.9.14cvs43
15 Fix sensitivity of Delete button
17 Warn if the requested Privacy system
29 Save SSL prefs even in builds that have
35 Warn if connection should be secure, but
36 SSL support isn't compiled in
38 Fix word separation on UTF-8 systems
39 Fixes bug #812 (Strange inline spellchecking)
41 Warn if the requested Privacy system
43 Factorize offline warning
51 Factorize offline warning
57 2005-09-18 [colin] 1.9.14cvs42
62 Add a way to get locale's charset ignoring utf-8,
63 and use that as default encoding for broken mails
65 2005-09-18 [colin] 1.9.14cvs41
68 Translate string. Patch by Fabien Vantard
70 2005-09-18 [colin] 1.9.14cvs40
73 Fix bug #803 (IMAP/SSL support breaks with
76 2005-09-18 [colin] 1.9.14cvs39
81 More charsets fixes. Fixes bug #806 (non
82 ascii characters in subject line)
84 2005-09-17 [paul] 1.9.14cvs38
91 2005-09-17 [colin] 1.9.14cvs37
94 bugfix for NO-USE LDAP compilation, patch
97 2005-09-17 [colin] 1.9.14cvs36
100 * src/prefs_customheader.c
101 * src/prefs_display_header.c
102 * src/prefs_filtering_action.c
103 * src/prefs_matcher.c
104 * src/prefs_toolbar.c
105 Fix strange casts (less elegant but
108 2005-09-16 [colin] 1.9.14cvs35
113 2005-09-16 [colin] 1.9.14cvs34
127 * src/matcher_parser_parse.y
129 * src/etpan/Makefile.am
130 * src/gtk/description_window.c
131 * src/plugins/clamav/Makefile.am
132 * src/plugins/clamav/clamav_plugin.c
133 * src/plugins/dillo_viewer/Makefile.am
134 * src/plugins/pgpcore/Makefile.am
135 * src/plugins/pgpinline/Makefile.am
136 * src/plugins/pgpmime/Makefile.am
137 * src/plugins/trayicon/Makefile.am
138 Fix 100% cpu usage in address completion list
139 Fix little bugs (return with no values etc)
140 Fix all warnings (with common CFLAGS)
142 2005-09-15 [colin] 1.9.14cvs33
145 Fix bug where sometimes a group's email list is empty,
146 force its refresh (probably fixes "Re: how to create a
149 Don't return to the callback in the main thread from the
150 fetch thread (or face segs!)
152 2005-09-15 [paul] 1.9.14cvs32
154 * src/prefs_matcher.c
155 forgotten in last commit
157 2005-09-15 [paul] 1.9.14cvs31
159 * src/prefs_actions.c
160 * src/prefs_filtering_action.c
164 * src/gtk/description_window.c
165 * src/gtk/description_window.h
166 * src/gtk/quicksearch.c
167 allow interaction with the called
169 Patch by Anders Hammar
171 2005-09-14 [paul] 1.9.14cvs30
174 fix a little annoyance when pasting with 3rd button
175 with wrap_pastes=0 and wrap_input=1
178 2005-09-14 [paul] 1.9.14cvs29
180 * src/prefs_account.c
181 disable 'Filter messages on receiving' for
183 Patch by Anders Hammar
185 2005-09-14 [paul] 1.9.14cvs28
189 updated by Andrej Kacian
195 2005-09-14 [paul] 1.9.14cvs27
198 updated by Ricardo Mones Lastra
201 associate no_wrap_tags to Compose windows
202 instead of using a static one
208 remove unneeded printf()
210 2005-09-14 [paul] 1.9.14cvs26
218 * src/partial_download.c
220 * src/prefs_account.c
221 * src/prefs_account.h
222 * src/prefs_actions.c
223 * src/prefs_customheader.c
224 * src/prefs_display_header.c
225 * src/prefs_filtering_action.c
226 * src/prefs_matcher.c
227 * src/prefs_toolbar.c
234 * src/common/plugin.c
235 * src/common/session.h
236 * src/common/socket.c
237 * src/common/socket.h
238 * src/common/template.c
239 * src/gtk/gtkaspell.c
240 * src/gtk/quicksearch.h
241 * src/plugins/pgpcore/passphrase.c
242 * src/plugins/pgpcore/prefs_gpg.h
243 * src/plugins/pgpcore/select-keys.c
244 * src/plugins/pgpcore/select-keys.h
245 * src/plugins/pgpcore/sgpgme.c
246 * src/plugins/pgpinline/pgpinline.c
247 * src/plugins/pgpmime/pgpmime.c
248 * src/plugins/trayicon/trayicon.c
249 fix compilation warnings
250 Patch by Daniel Gustafson
252 2005-09-14 [paul] 1.9.14cvs25
255 add missing column header, and other small
257 Patch by Anders Hammar
259 2005-09-13 [colin] 1.9.14cvs24
261 * src/gtk/gtkaspell.c
264 Nullify struct members after free()s
266 2005-09-13 [colin] 1.9.14cvs23
269 Test utf8 compliance before inserting to
270 buffer, and try to convert if necessary
272 If no charset is present, use the locale
273 one instead of us-ascii
275 Add Sender, List-Post and To in the checked
276 headers for automatic rules creation
279 * src/gtk/gtkaspell.c
280 Remove deprecated functions.
281 patch by Daniel Gustafson
283 2005-09-12 [colin] 1.9.14cvs22
286 Fix bug #448 (Scrolling/Redraw issue with
287 address-fields in Header)
291 Fix loss of MSG_MARKED on move/copy
292 Fix bug #804 (Quicksearch togglebutton doesn't
293 get depressed after '/' key is pressed)
295 2005-09-12 [paul] 1.9.14cvs21
298 * src/gtk/logwindow.c
299 add 'Clear Log' to popup menu
300 Patch by Anders Hammar <anders.hammar@telia.com>
302 2005-09-12 [paul] 1.9.14cvs20
305 set correct sensitivity on attachments
309 * src/prefs_spelling.c
310 fix crash when no LANG env is set
313 don't use memeory after free
315 All patches by Daniel Gustafson
317 2005-09-12 [paul] 1.9.14cvs19
320 make theme info selectable
321 * src/gtk/description_window.c
322 make window non-modal
324 add details of asus_mailed.sh
325 * tools/claws.i18n.status.pl
326 update for new zh_TW translator
328 create alternate coloured lines
331 2005-09-10 [colin] 1.9.14cvs18
333 * src/plugins/pgpcore/select-keys.c
334 Better order for the buttons
336 2005-09-10 [colin] 1.9.14cvs17
339 * src/plugins/pgpcore/select-keys.c
340 * src/plugins/pgpcore/select-keys.h
341 * src/plugins/pgpcore/sgpgme.c
342 Add a "Don't encrypt" button to the key
343 selection dialog. Fixes bug #177 (There should be a
344 'Don't encrypt button in the Select Keys dialog)
346 2005-09-10 [colin] 1.9.14cvs16
349 Fix bug #572 (%X option does not work with templates)
351 2005-09-10 [colin] 1.9.14cvs15
356 2005-09-10 [colin] 1.9.14cvs14
361 2005-09-09 [colin] 1.9.14cvs13
364 * src/etpan/imap-thread.c
365 * src/etpan/imap-thread.h
366 Fix moving from queue or drafts to normal folders
367 Fix bug #794 (No way to delete without expunging)
368 Take flags unset by other mailers into account
369 Take deleted flag set by other mailers into account
370 Fix unsetting REPLIED flag
371 Fix crash when capabilities can't be retrieved
374 Add M_DELAYED_FLAGS condition, and let the user use
375 Execute in order to be able to expunge deleted mails,
376 even if he's not in delayed execute mode
377 * src/prefs_spelling.c
378 Use 'en' dictionary by default if LANG is POSIX or C
379 * src/gtk/prefswindow.c
380 Fix bug #767 (Preferences windows expanding) by making
381 the window a bit larger when the resolution is greater
382 than 640x480, and by putting the prefs in a
385 2005-09-09 [paul] 1.9.14cvs12
389 * po/zh_TW.Big5.po ** REMOVED **
390 * po/zh_TW.po ** ADDED **
391 updated by Wei-Lun Chao
393 2005-09-09 [paul] 1.9.14cvs11
398 delay memory allocation until file is
400 Patch by Daniel Gustafson
402 2005-09-09 [cleroy] 1.9.14cvs10
407 2005-09-08 [colin] 1.9.14cvs9
410 Alert when we can't save draft
411 Fix various wrap/color issues
412 Add mid-click pasting respecting wrap_paste option
415 * src/folder_item_prefs.c
416 * src/folder_item_prefs.h
426 * src/prefs_folder_item.c
427 Fix the impossibility to synchronise folders for
428 offline use (IMAP and NNTP are concerned)
430 2005-09-08 [colin] 1.9.14cvs8
433 Build LDAP and JPilot by default if available
437 2005-09-08 [paul] 1.9.14cvs7
439 * doc/manual/en/sylpheed-1.html
440 * doc/manual/en/sylpheed-18.html
441 * doc/manual/en/sylpheed-19.html
442 * doc/manual/en/sylpheed-4.html
443 * doc/manual/en/sylpheed-6.html
444 * doc/manual/en/sylpheed.html
445 a few minor updates, plus include some
446 details about plugins and their requirements
448 minor changes to English in /View/Sort
450 2005-09-07 [colin] 1.9.14cvs6
452 * doc/manual/en/sylpheed-1.html
453 * doc/manual/en/sylpheed-10.html
454 * doc/manual/en/sylpheed-11.html
455 * doc/manual/en/sylpheed-12.html
456 * doc/manual/en/sylpheed-13.html
457 * doc/manual/en/sylpheed-14.html
458 * doc/manual/en/sylpheed-15.html
459 * doc/manual/en/sylpheed-16.html
460 * doc/manual/en/sylpheed-17.html
461 * doc/manual/en/sylpheed-18.html
462 * doc/manual/en/sylpheed-19.html
463 * doc/manual/en/sylpheed-2.html
464 * doc/manual/en/sylpheed-20.html
465 * doc/manual/en/sylpheed-21.html
466 * doc/manual/en/sylpheed-22.html
467 * doc/manual/en/sylpheed-3.html
468 * doc/manual/en/sylpheed-4.html
469 * doc/manual/en/sylpheed-5.html
470 * doc/manual/en/sylpheed-6.html
471 * doc/manual/en/sylpheed-7.html
472 * doc/manual/en/sylpheed-8.html
473 * doc/manual/en/sylpheed-9.html
474 * doc/manual/en/sylpheed.html
475 More substitutions (missed Sylpheed -> Sylpheed-Claws)
477 2005-09-07 [colin] 1.9.14cvs5
480 Make labels more to-the-point
482 2005-09-07 [colin] 1.9.14cvs4
484 * doc/manual/en/sylpheed-1.html
485 * doc/manual/en/sylpheed-12.html
486 * doc/manual/en/sylpheed-13.html
487 * doc/manual/en/sylpheed-14.html
488 * doc/manual/en/sylpheed-15.html
489 * doc/manual/en/sylpheed-16.html
490 * doc/manual/en/sylpheed-17.html
491 * doc/manual/en/sylpheed-18.html
492 * doc/manual/en/sylpheed-19.html
493 * doc/manual/en/sylpheed-2.html
494 * doc/manual/en/sylpheed-20.html
495 * doc/manual/en/sylpheed-21.html
496 * doc/manual/en/sylpheed-22.html
497 * doc/manual/en/sylpheed-4.html
498 * doc/manual/en/sylpheed-5.html
499 * doc/manual/en/sylpheed-6.html
500 * doc/manual/en/sylpheed-7.html
501 * doc/manual/en/sylpheed-8.html
502 * doc/manual/en/sylpheed-9.html
503 * doc/manual/en/sylpheed.html
506 2005-09-07 [colin] 1.9.14cvs3
508 * doc/faq/en/sylpheed-faq-1.html
509 * doc/faq/en/sylpheed-faq-2.html
510 * doc/faq/en/sylpheed-faq-3.html
511 * doc/faq/en/sylpheed-faq.html
514 2005-09-07 [colin] 1.9.14cvs2
520 Fix special subfolders:
521 - Inherit parent's icon
522 - sent contents of queues subfolders
523 - empty subfolders of trashes
525 Remove outdated manual and faq entries
527 Add quotes around %s coming from mailcap
529 2005-09-07 [colin] 1.9.14cvs1
532 After saving draft, set modified to FALSE
536 Try to open mime parts using what is
537 indicated in ~/.mailcap or /etc/mailcap,
540 2005-09-05 [paul] 1.9.14
545 updated by Andrej Kacian
547 2005-09-05 [paul] 1.9.13cvs83
556 updated translations by Thomas Gilgin, Ricardo Mones
557 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
558 Frederico Goncalves Guimaraes, Aleksandar Urosevic
560 2005-09-04 [paul] 1.9.13cvs82
563 only warn about exceeded line length limit
566 2005-09-04 [paul] 1.9.13cvs81
569 fix crash in 'line length exceeded' dialogue
571 2005-09-02 [paul] 1.9.13cvs80
574 fix bug 795, 'Connection lost IMAP'
575 and add statusbar prints
578 2005-09-02 [paul] 1.9.13cvs79
581 compose_wrap_paragraph() becomes
582 compose_beautify_paragraph()
585 2005-09-02 [cleroy] 1.9.13cvs78
590 2005-09-01 [colin] 1.9.13cvs77
593 Maybe fix bug #795 (Connection lost IMAP)
594 Don't try to send logout when we're disconnected.
596 Include locked and marked emails in HRM
597 view. Fixes bug #800 (Locked messages no longer
598 show up when hide read messages is used)
600 2005-09-01 [paul] 1.9.13cvs76
605 2005-08-31 [colin] 1.9.13cvs75
609 * src/prefs_summaries.c
611 Fix "go to next new", fix preference
612 (Open unread/next swapped)
614 2005-08-31 [paul] 1.9.13cvs74
627 remove obsolete BOLD_FONT setting
628 fix font update in headerview and textview
629 headers after prefs change
636 2005-08-30 [colin] 1.9.13cvs73
639 When Hide read messages is selected and we
640 refresh the summaryview, don't remove the
641 currently displayed message. Fixes bug #797
642 (Summary view reloads when new mail is
643 downloaded in 1.9.14 rc)
645 2005-08-30 [colin] 1.9.13cvs72
650 Remove useless callback
654 Add a filesel_select_file_save_folder() - used by Save All
656 2005-08-29 [paul] 1.9.13cvs71
659 * src/matcher_parser_parse.y
660 * src/etpan/imap-thread.c
661 fix building on FreeBSD
662 Patch by Daniel Gustafson <daniel@hobbit.se>
664 2005-08-29 [paul] 1.9.13cvs70
666 * src/plugins/pgpinline/pgpinline.c
667 only initialise sig result if it's been handled
670 2005-08-29 [paul] 1.9.13cvs69
679 fix wrong icon reference
680 * src/pixmaps/trash_btn.xpm
681 replace with nicer image
683 2005-08-28 [colin] 1.9.13cvs68
689 * src/pixmaps/trash_btn.xpm
690 Add a specific trash xpm for the button
692 2005-08-28 [colin] 1.9.13cvs67
697 2005-08-27 [colin] 1.9.13cvs66
701 Correctly fix "Problem with replies", fixes
702 pgpmime encryption too.
704 2005-08-27 [colin] 1.9.13cvs65
710 Fix bug #517 (messages removed from summaryview
713 2005-08-27 [colin] 1.9.13cvs64
716 * tools/asus_mailled.sh
717 Add a script to blink ASUS laptops' mail LED where there
720 2005-08-27 [colin] 1.9.13cvs63
723 * src/etpan/imap-thread.c
724 * src/etpan/imap-thread.h
725 Implement automatic choosing of login method
728 Add sylpheed-marshal.[ch]
730 2005-08-27 [colin] 1.9.13cvs62
735 2005-08-27 [colin] 1.9.13cvs61
739 Remove A_DELETE, replace it with
740 A_TRASH and A_DELETE_REAL. Automatically
741 rewrite config files to replace A_DELETE
742 with A_TRASH (no functionality change).
745 2005-08-26 [colin] 1.9.13cvs60
748 Previous "Problem with replies" fix brought other
749 problems, fixing them
751 2005-08-26 [colin] 1.9.13cvs59
754 Fix "Problem with replies". This happened only
759 Speed improvement on very long messages (wrapping)
760 Fix signature color on Reedit and Redirect
761 On Reedit, don't attach pgp-signatures parts, but
764 2005-08-24 [paul] 1.9.13cvs58
767 don't claim success when clicking
768 Cancel on the passphrase box.
771 2005-08-24 [paul] 1.9.13cvs57
774 fix misplaced sylpheed.log
778 2005-08-24 [paul] 1.9.13cvs56
781 * src/etpan/imap-thread.c
782 * src/etpan/imap-thread.h
783 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
785 * src/gtk/sylpheed-marshal.c ** REMOVED **
786 * src/gtk/sylpheed-marshal.h ** REMOVED **
787 remove autogenerated files
788 * tools/kdeservicemenu/README
789 * tools/kdeservicemenu/install.sh
790 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
791 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
792 use Claws icon, use 'Sylpheed-Claws' in menu,
793 use kdialog, and other cleanups
795 2005-08-23 [paul] 1.9.13cvs55
801 2005-08-23 [paul] 1.9.13cvs54
807 2005-08-23 [paul] 1.9.13cvs53
811 view all data of LDAP contacts
814 2005-08-23 [paul] 1.9.13cvs52
817 fix issues with the Search field
820 2005-08-22 [paul] 1.9.13cvs51
823 put name of folder in processing dialog
825 * src/prefs_folder_item.c
826 improve english usage
828 2005-08-22 [paul] 1.9.13cvs50
833 * src/matcher_parser_lex.l
834 * src/matcher_parser_parse.y
835 * src/prefs_filtering.c
836 add Filtering/Processing rule names feature.
837 (the incompatible old matcherrc is saved as
838 matcherrc.pre_names).
841 2005-08-22 [paul] 1.9.13cvs49
847 2005-08-22 [paul] 1.9.13cvs48
852 2005-08-22 [paul] 1.9.13cvs47
855 fix bug 789, 'SC crashes with imap (CVS ver)'
858 2005-08-22 [paul] 1.9.13cvs46
863 define reused defaults in defs.h
865 add 'Open image' to image popup menu
867 2005-08-21 [colin] 1.9.13cvs45
870 Fix bug #788 (Bogus "From" address displayed)
872 2005-08-20 [colin] 1.9.13cvs44
875 Fix buf #787 (multilevel delete causes SIGSEGV)
877 2005-08-19 [colin] 1.9.13cvs43
882 Add an hidden pref to allow modifying the
883 update stepping in incorporation.
886 2005-08-19 [colin] 1.9.13cvs42
890 Workaround for broken MUAs: encode
891 Content-type: name: as ASCII and
892 Content-Disposition: filename: as
894 * src/prefs_account.c
895 Fix invisible-ness of SMTP SSL prefs
898 2005-08-19 [paul] 1.9.13cvs41
903 * src/prefs_wrapping.c
904 paste with or without wrapping.
907 2005-08-19 [paul] 1.9.13cvs40
912 reintroduce enable_swap_from as a
913 hidden pref. patch by Colin
914 * src/quote_fmt_parse.y
915 * src/plugins/clamav/clamav_plugin.c
916 * src/plugins/dillo_viewer/dillo_viewer.c
917 * src/plugins/mathml_viewer/mathml_viewer.c
918 * src/plugins/pgpcore/sgpgme.c
919 * src/plugins/pgpinline/pgpinline.c
920 * src/plugins/pgpmime/pgpmime.c
921 tidy up. patch by Colin
923 2005-08-19 [paul] 1.9.13cvs39
926 complete cvs38's sync
930 * src/etpan/etpan-log.c
931 * src/etpan/imap-thread.c
932 * src/gtk/gtksourceprintjob.c
933 fix compilation warnings
936 2005-08-19 [paul] 1.9.13cvs38
966 * src/partial_download.c
969 * src/prefs_actions.c
971 * src/prefs_customheader.c
972 * src/prefs_display_header.c
980 * src/simple-gettext.c
986 * src/common/plugin.c
988 * src/common/session.c
989 * src/common/session.h
990 * src/common/socket.c
991 * src/common/socket.h
992 * src/common/ssl_certificate.c
993 * src/common/template.c
998 added wrappers for C library function that
999 take pathname arguments.
1000 enabled compilation with MinGW.
1001 use GDir instead of directly using opendir().
1002 added rename_force().
1004 2005-08-19 [paul] 1.9.13cvs37
1008 fix privacy settings on re-editing
1016 flag changing optimisation
1018 2005-08-18 [martin] 1.9.13cvs36
1026 * src/grouplistdialog.c
1032 * src/prefs_account.c
1033 * src/prefs_themes.c
1034 * src/stock_pixmap.c
1037 * src/gtk/logwindow.c
1038 removed deprecated glib and gdk stuff
1039 * src/plugins/pgpcore/select-keys.c
1040 convert attributes from locale to utf8
1042 2005-08-17 [paul] 1.9.13cvs35
1046 use new GTK_STOCK_ icons if available
1048 * src/gtk/gtksctree.c
1049 * src/gtk/gtksctree.h
1050 faster range select. patch by Colin
1052 2005-08-17 [paul] 1.9.13cvs34
1057 Add an edit button for contacts, fix selections
1060 Change labels, let Save be always possible in the
1061 email and user atributes tabs
1065 select next item instead of the displayed one
1068 * src/gtk/progressdialog.c
1069 use prefs_common.enable_rules_hint
1071 2005-08-13 [hoa] 1.9.13cvs33
1073 * src/etpan/imap-thread.c
1074 fixed build on Solaris.
1076 2005-08-10 [colin] 1.9.13cvs32
1079 Fix cvs31 (missing fclose before reading
1082 2005-08-10 [colin] 1.9.13cvs31
1085 Fix procmsg_msginfo_new_from_mimeinfo() when
1086 the MimeInfo isn't stored in memory. This fixes
1087 replying to an attached message.
1089 2005-08-10 [colin] 1.9.13cvs30
1092 Fix slowness in account changing
1094 2005-08-10 [colin] 1.9.13cvs29
1104 Optimize folder_has_parent_of_type
1105 Prevent moving special sub-folders from contextual menus
1106 Rework message a bit ("Empty all messages" -> "Delete all
1108 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items"
1109 and "Deleted Items" folders)
1111 2005-08-08 [colin] 1.9.13cvs28
1114 * src/prefs_summaries.c
1115 Make "Select first unread|new" more flexible
1116 (just prioritize new or unread)
1118 2005-08-08 [colin] 1.9.13cvs27
1121 If "select first new" is selected and there only
1122 are unread messages, fallback to "select first
1125 2005-08-08 [colin] 1.9.13cvs26
1128 Fix shameful bugs (and bug #779)
1130 2005-08-08 [colin] 1.9.13cvs25
1134 Cache parents' type to make folder_has_parent_of_type
1137 Forbid DnD of special sub-folders
1140 Add MAIL_POSTFILTERING_HOOK
1142 Revert over-zealous deletion of the use_addr_book
1145 2005-08-07 [colin] 1.9.13cvs24
1148 Fix big mistake (passing MsgInfo instead
1151 2005-08-07 [colin] 1.9.13cvs23
1166 Make subfolders of Drafts, Queue, Outbox, Trash
1167 work like their parents.
1168 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
1170 2005-08-07 [colin] 1.9.13cvs22
1173 Fix bug #771 (Dragged contacts not saved)
1175 2005-08-07 [paul] 1.9.13cvs21
1178 fix bug 32 'Search Doesn't display results
1179 if "Hide Read Messages" is chosen'
1180 be more literal in interpreting 'Hide read
1183 2005-08-07 [colin] 1.9.13cvs20
1188 Faster 'unthread_for_execution'
1190 2005-08-06 [paul] 1.9.13cvs19
1193 add mnemonics to Set displayed columns
1194 fix bug where msgview_visible option was
1195 overwritten as TRUE on startup
1197 2005-08-06 [paul] 1.9.13cvs18
1200 refer to 'displayed columns in folder/message
1201 list' not 'displayed items in summary/message view'
1202 * src/prefs_display_header.c
1203 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
1204 be consistent with similar dialogues
1205 * src/prefs_folder_column.c
1206 * src/prefs_summary_column.c
1207 'columns' not 'items', and folder and message lists,
1208 instead of folder and summary views;
1209 Use 'Hidden columns' as list heading not 'Available
1211 move the 'Remove' button to the right hand side;
1212 top-align the buttons;
1213 remove unneeded vbox
1214 * src/prefs_summaries.c
1215 put the 2 column prefs buttons in a frame to reduce
1216 overall width; refer to columns not items &c.
1218 2005-08-05 [colin] 1.9.13cvs17
1220 * src/prefs_common.c
1221 * src/prefs_common.h
1225 Add an hidden toolbar_detachable pref, so
1226 that I can get rid of these painful handles
1227 in the toolbars. Defaults to TRUE to avoid
1228 changing the GUI on unsuspecting people...
1230 2005-08-05 [colin] 1.9.13cvs16
1233 * src/prefs_folder_column.c
1234 * src/prefs_folder_column.h
1235 Add prefs for folder columns
1240 * src/prefs_common.c
1241 * src/prefs_common.h
1242 * src/prefs_summaries.c
1244 * src/prefs_summary_column.c
1249 * src/common/utils.c
1250 * src/common/utils.h
1251 Move uri colourisation functions
1256 Fix bug with LIST where we'd try
1257 to get Folder//////[...]///
1259 2005-08-05 [paul] 1.9.13cvs15
1261 * src/prefs_summaries.c
1262 improve the English usage
1264 set font on column change
1267 2005-08-05 [paul] 1.9.13cvs14
1269 * src/prefs_common.c
1270 * src/prefs_common.h
1271 * src/prefs_summaries.c
1273 replace 'open_unread_on_enter' option with
1274 'select_on_entry' option. opening/not opening
1275 is now exclusively controlled by 'always_show_msg'
1277 2005-08-04 [colin] 1.9.13cvs13
1281 Add colourisation of quotes and signatures
1283 Fix possible crashes
1285 Change an assert that is no problem
1290 * src/gtk/quicksearch.c
1291 Fix a possible crash
1293 2005-08-03 [colin] 1.9.13cvs12
1295 * src/prefs_account.c
1296 Fix bug #777 (Sylpheed crash in account configuration)
1298 2005-08-03 [colin] 1.9.13cvs11
1303 Fixing addressbook, round 2
1305 Fix emphasis color on rechecking 'Colorize messages'
1307 2005-08-03 [paul] 1.9.13cvs10
1315 * src/prefs_account.c
1318 * src/quote_fmt_parse.y
1320 * src/common/quoted-printable.c
1321 * src/common/utils.c
1322 * src/common/utils.h
1324 replaced incorrect locale-independent
1325 ctype functions with GLib's. Corrected
1326 signedness mismatch.
1328 headerview_create(): added spacing for vbox.
1330 set focus to the OK button.
1332 2005-08-03 [colin] 1.9.13cvs9
1337 2005-08-02 [colin] 1.9.13cvs8
1343 Fix a cast and more generally, try to make the
1344 GUI more intuitive and consistent (round 1)
1346 2005-08-02 [paul] 1.9.13cvs7
1349 missing in 1.9.13cvs6
1351 2005-08-02 [colin] 1.9.13cvs6
1356 2005-08-02 [colin] 1.9.13cvs5
1365 Fix a number of folder_item_get_msg_list()-related
1366 leaks (missing procmsg_msginfo_free()s)
1368 2005-08-01 [colin] 1.9.13cvs4
1374 * src/prefs_summaries.c
1375 * src/prefs_themes.c
1380 Fix instant-apply of summary and folderview-related prefs
1381 Fix erroneous g_free and alertpanels in prefs_theme
1382 Add instant-apply for fonts
1383 Defer applying of prefs a little bit so it's done only
1384 once even if requested by multiples prefs pages
1386 2005-08-01 [paul] 1.9.13cvs3
1389 fix bug 776 'S.C. crashes on close'
1391 * src/etpan/etpan-thread-manager-types.h
1395 2005-07-25 [paul] 1.9.13cvs2
1398 fix typos. spotted by Fabien Vantard
1400 2005-07-24 [paul] 1.9.13cvs1
1402 * doc/man/sylpheed.1
1403 update man page, incorporating fix of
1404 bug 769 'Typo in manpage'
1405 * src/etpan/imap-thread.c
1406 fix NetBSD openssl dependencies. patch by
1407 George Michaelson <ggm@apnic.net>
1409 updated by Frederico Goncalves Guimaraes
1411 2005-07-22 [paul] 1.9.13
1415 2005-07-22 [paul] 1.9.12cvs91
1420 * RELEASE_NOTES.claws
1424 * tools/claws.i18n.status.pl
1425 add Norwegian translation. submiited by
1426 Geir Helland <pjallabais@users.sourceforge.net>
1436 updated by Miquel Oliete, Thomas Gilgin, Ricardo
1437 Mones Lastra, Tommi Pirinen, Fabien Vantard,
1438 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
1440 * src/plugins/clamav/clamav_plugin_gtk.c
1441 * src/plugins/spamassassin/spamassassin_gtk.c
1442 replace outdated description strings
1444 2005-07-21 [colin] 1.9.12cvs90
1447 Set folder to batch mode when scanning it. Makes deletion
1448 of unread mails on IMAP much faster (due to the UNREAD
1451 2005-07-21 [darko] 1.9.12cvs89
1454 link against libresolv if necessary (patch by Paul)
1456 use glib's portable macros to determine endianness
1458 2005-07-21 [paul] 1.9.12cvs88
1462 update compiled-in features list
1464 2005-07-20 [colin] 1.9.12cvs87
1468 Gcc 2.9x compilation fixes, thanks to Darko
1469 * src/plugins/clamav/clamav_plugin.c
1470 Little optimisation: load virus database only once
1471 * src/plugins/spamassassin/spamassassin.c
1472 Big optimisation: filtering one mail took at least 1 second,
1473 now it takes at least 50ms. Doesn't speed up spamassassin
1474 itself, but should already be much more tolerable.
1476 2005-07-20 [colin] 1.9.12cvs86
1479 Fix performance issue
1481 2005-07-19 [colin] 1.9.12cvs85
1483 * src/plugins/pgpinline/plugin.c
1486 2005-07-19 [colin] 1.9.12cvs84
1489 * src/plugins/Makefile.am
1490 * src/plugins/pgpinline/.cvsignore
1491 * src/plugins/pgpinline/Makefile.am
1492 * src/plugins/pgpinline/pgpinline.c
1493 * src/plugins/pgpinline/pgpinline.deps
1494 * src/plugins/pgpinline/pgpinline.h
1495 * src/plugins/pgpinline/plugin.c
1496 Put pgpinline in the main tree
1498 2005-07-19 [paul] 1.9.12cvs83
1500 * src/prefs_actions.c
1501 prevent '//' in menu names, which cause a crash
1504 2005-07-19 [paul] 1.9.12cvs82
1507 be generally more informative in configure output.
1508 OpenSSL: correction: '[ --enable-openssl ...' ->
1509 '[ --disable-openssl ...', as --enable-openssl is default
1510 PGP/MIME: don't check for GPGME again, check for
1511 pgpcore instead. Therefore prevent the possibility of
1512 attempting to build pgpmime if pgpcore dependencies are
1514 ClamAV: use pkgconfig to check for lib
1515 libgnomeprint: revert logic on inner test to match
1517 * src/plugins/pgpcore/sgpgme.c
1520 2005-07-19 [colin] 1.9.12cvs81
1523 Fix slow thread rebuilding in particular
1526 2005-07-19 [paul] 1.9.12cvs80
1528 * sylpheed-claws.desktop
1529 fix typo, spotted by Stephan Sachse
1531 replace GTK_STOCK_ADD with
1532 GTK_STOCK_NEW button
1534 2005-07-18 [colin] 1.9.12cvs79
1536 * src/etpan/imap-thread.c
1537 Fix return value (Thanks Hoa)
1539 2005-07-18 [colin] 1.9.12cvs78
1542 Allow empty passwords
1543 Create drafts/queue/outbox if necessary
1546 * src/etpan/imap-thread.c
1547 Fix STARTTLS (Thanks to Hoa)
1549 2005-07-18 [paul] 1.9.12cvs77
1555 updated to reflect additions and removals
1557 updated to be claws-specific
1561 * sylpheed-128x128.png
1562 * sylpheed-64x64.png
1564 * sylpheed-claws-128x128.png
1565 * sylpheed-claws-64x64.png
1566 * sylpheed-claws.desktop
1567 * sylpheed-claws.png
1573 2005-07-17 [paul] 1.9.12cvs76
1585 * src/message_search.c
1589 * src/prefs_actions.c
1590 * src/prefs_filtering.c
1591 * src/prefs_matcher.c
1592 * src/prefs_template.c
1593 * src/prefs_themes.c
1595 * src/summary_search.c
1598 * src/gtk/sslcertwindow.c
1599 * src/plugins/pgpcore/sgpgme.c
1602 2005-07-17 [colin] 1.9.12cvs75
1605 add a PrivacySystem accessor that checks that
1606 the system cached in a MimeInfo's privacydata
1607 is still registered. Use this accessor instead
1608 of directly using data->system. Fixes crashes
1609 after unloading pgp plugins.
1611 2005-07-17 [colin] 1.9.12cvs74
1614 Change geometry hints to a simple default size.
1615 Fixes the certs dialogs.
1617 2005-07-17 [colin] 1.9.12cvs73
1619 * src/gtk/sslcertwindow.c
1622 2005-07-17 [colin] 1.9.12cvs72
1624 * src/plugins/pgpcore/Makefile.am
1625 * src/plugins/pgpmime/Makefile.am
1628 2005-07-17 [paul] 1.9.12cvs71
1631 add --disable-gnomeprint option
1632 modified version of patch by Marius Mauch
1634 2005-07-17 [paul] 1.9.12cvs70
1652 * src/prefs_account.c
1654 * src/prefs_summaries.c
1657 * src/common/utils.c
1659 * src/plugins/pgpcore/passphrase.c
1660 * src/plugins/pgpcore/select-keys.c
1661 replace inappropriately used backticks
1664 2005-07-16 [colin] 1.9.12cvs69
1666 * src/image_viewer.c
1667 Add extra paranoid checks
1669 2005-07-16 [colin] 1.9.12cvs68
1671 * src/plugins/pgpcore/prefs_gpg.c
1672 Don't auto-check sigs by default, as it
1675 2005-07-16 [colin] 1.9.12cvs67
1677 * src/plugins/pgpcore/sgpgme.c
1678 Make messages a bit better.
1680 2005-07-16 [colin] 1.9.12cvs66
1684 * src/etpan/imap-thread.c
1687 2005-07-16 [colin] 1.9.12cvs65
1691 And now, fix build with libetpan :-/
1693 2005-07-15 [colin] 1.9.12cvs64
1696 Continue fixing build without libetpan.
1698 2005-07-15 [colin] 1.9.12cvs63
1701 Fix build with --disable-libetpan
1703 2005-07-15 [colin] 1.9.12cvs62
1706 Bump libetpan's version
1708 2005-07-15 [colin] 1.9.12cvs61
1710 * src/etpan/imap-thread.c
1711 Actually stop logging :)
1713 2005-07-15 [colin] 1.9.12cvs60
1716 Fix dnd of multiple addresses.
1718 2005-07-15 [hoa] 1.9.12cvs59
1720 * src/etpan/imap-thread.c
1721 disable login of IMAP password in libetpan log file.
1723 2005-07-15 [paul] 1.9.12cvs58
1726 don't automatically sort
1727 do allow drag n drop
1729 2005-07-15 [paul] 1.9.12cvs57
1733 alphabetical listing
1735 2005-07-15 [paul] 1.9.12cvs56
1737 * src/gtk/pluginwindow.c
1738 sort plugin list alphabetically
1740 2005-07-15 [paul] 1.9.12cvs55
1742 * src/prefs_spelling.c
1743 * src/prefs_wrapping.c
1746 2005-07-15 [colin] 1.9.12cvs54
1751 2005-07-15 [paul] 1.9.12cvs53
1753 * src/prefs_message.c
1754 make 'show cursor' a hidden option
1756 2005-07-14 [colin] 1.9.12cvs52
1758 * src/plugins/spamassassin/Makefile.am
1759 * src/plugins/clamav/Makefile.am
1760 Fix double EXTRA_DISTs
1762 2005-07-14 [colin] 1.9.12cvs51
1764 * src/plugins/clamav/Makefile.am
1765 * src/plugins/clamav/clamav_plugin_gtk.deps
1766 * src/plugins/spamassassin/Makefile.am
1767 * src/plugins/spamassassin/spamassassin_gtk.deps
1768 Make $plugin_gtk depend on $plugin
1770 2005-07-14 [hoa] 1.9.12cvs50
1772 * src/etpan/imap-thread.c
1773 enable debug log of libetpan when running with --debug
1775 2005-07-14 [colin] 1.9.12cvs49
1778 * src/common/Makefile.am
1779 * src/common/plugin.c
1780 * src/common/plugin.h
1781 Add a little plugin dependancy system.
1782 Plugins can ship a $plugin_name.deps file
1783 (near them in PLUGINDIR) so that their
1784 dependancies are loaded if possible.
1785 * src/plugins/Makefile.am
1786 * src/plugins/pgpcore/Makefile.am
1787 * src/plugins/pgpcore/passphrase.c
1788 * src/plugins/pgpcore/passphrase.h
1789 * src/plugins/pgpcore/plugin.c
1790 * src/plugins/pgpcore/prefs_gpg.c
1791 * src/plugins/pgpcore/prefs_gpg.h
1792 * src/plugins/pgpcore/select-keys.c
1793 * src/plugins/pgpcore/select-keys.h
1794 * src/plugins/pgpcore/sgpgme.c
1795 * src/plugins/pgpcore/sgpgme.h
1796 Introduce pgpcore, used by pgpmime and
1798 * src/plugins/pgpmime/Makefile.am
1799 * src/plugins/pgpmime/passphrase.c
1800 * src/plugins/pgpmime/passphrase.h
1801 * src/plugins/pgpmime/pgpmime.c
1802 * src/plugins/pgpmime/pgpmime.deps
1803 * src/plugins/pgpmime/plugin.c
1804 * src/plugins/pgpmime/prefs_gpg.c
1805 * src/plugins/pgpmime/prefs_gpg.h
1806 * src/plugins/pgpmime/select-keys.c
1807 * src/plugins/pgpmime/select-keys.h
1808 * src/plugins/pgpmime/sgpgme.c
1809 * src/plugins/pgpmime/sgpgme.h
1810 Remove the core from pgpmime and add the
1811 dependancy to pgpcore.
1813 2005-07-14 [paul] 1.9.12cvs48
1815 * src/stock_pixmap.c
1816 forgot this in last commit
1818 2005-07-14 [paul] 1.9.12cvs47
1822 add accelerators for the buttons (sync with main)
1825 add accelerators for the buttons.
1826 fix editing with external editor.
1827 replace gdk_input_*() with GIOChannel;
1830 display folder names with new/unread
1831 representation (sync with main)
1833 specify default window icon (sync with main)
1834 * src/prefs_common.c
1835 use_addr_book default to FALSE
1838 add accelerators for the buttons (sync with main)
1841 * src/pixmaps/sylpheed_icon.xpm
1844 2005-07-13 [paul] 1.9.12cvs46
1846 * src/plugins/pgpmime/pgpmime.c
1847 * src/plugins/pgpmime/sgpgme.c
1848 (temporarily) use deprecated gpgme_data_rewind()
1849 while largefile support is not present
1850 (as suggested by Colin)
1852 2005-07-13 [paul] 1.9.12cvs45
1855 remove large file support (for now):
1856 it breaks too many things
1858 2005-07-13 [paul] 1.9.12cvs44
1861 add large file support
1863 fix bug #763 where href attribute was not
1864 the very first attribute of a link
1865 patch by Thomas Gilgin
1867 2005-07-13 [colin] 1.9.12cvs43
1869 * src/gtk/pluginwindow.c
1870 Little portability fix
1872 2005-07-13 [colin] 1.9.12cvs42
1874 * src/plugins/pgpmime/sgpgme.c
1877 2005-07-13 [colin] 1.9.12cvs41
1879 * src/plugins/pgpmime/pgpmime.c
1880 * src/plugins/pgpmime/sgpgme.c
1881 Use gpgme_data_release_and_get_mem instead
1884 2005-07-13 [colin] 1.9.12cvs40
1887 * src/plugins/pgpmime/passphrase.c
1888 * src/plugins/pgpmime/passphrase.h
1889 * src/plugins/pgpmime/pgpmime.c
1890 * src/plugins/pgpmime/plugin.c
1891 * src/plugins/pgpmime/select-keys.c
1892 * src/plugins/pgpmime/select-keys.h
1893 * src/plugins/pgpmime/sgpgme.c
1894 * src/plugins/pgpmime/sgpgme.h
1895 Port pgpmime to gpgme-1.0.
1897 2005-07-12 [paul] 1.9.12cvs39
1902 add a 'Go to Prev' button to the toolbar.
1903 correct tooltip text of go to buttons.
1904 based on patch by Yang Guilong <bamanzi@gmail.com>
1906 2005-07-12 [colin] 1.9.12cvs38
1909 Fix progress bar showing stuff at startup.
1911 2005-07-12 [paul] 1.9.12cvs37
1914 fix building with jpilot support
1916 2005-07-11 [colin] 1.9.12cvs36
1919 Add visual indication that filtering is running
1921 Make {}[] uri delimiters
1923 Remove useless (and slow) calls
1925 2005-07-11 [paul] 1.9.12cvs35
1927 * src/plugins/clamav/clamav_plugin_gtk.c
1928 * src/plugins/dillo_viewer/dillo_prefs.c
1929 * src/plugins/pgpmime/prefs_gpg.c
1930 * src/plugins/spamassassin/spamassassin_gtk.c
1931 gather plugins prefs together under their
1932 own 'Plugins' heading
1934 2005-07-11 [paul] 1.9.12cvs34
1939 account_delete(): modified alert dialog
1942 fixed a crash when cancelling file selection
1943 dialog by Escape key. Made non-ascii filename
1945 * src/prefs_template.c
1946 prefs_template_window_create(): make scrolled
1947 window policy AUTOMATIC
1949 2005-07-10 [hoa] 1.9.12cvs33
1951 * src/etpan/imap-thread.c
1952 workaround for old Courier IMAP servers.
1954 2005-07-10 [colin] 1.9.12cvs32
1959 Add visual progress indicator on filtering/processing
1960 Factorize the progress bar code
1963 * src/etpan/imap-thread.c
1964 Add a reference counter to avoid destroying the Folder
1965 while it's in use by another callback.
1967 2005-07-09 [hoa] 1.9.12cvs31
1970 * src/etpan/imap-thread.c
1971 fixed deadlock when removing IMAP account.
1973 2005-07-08 [colin] 1.9.12cvs30
1977 Fix again problems decoding broken headers
1978 * src/gtk/inputdialog.c
1979 Fix local variable shadowing a global one
1981 2005-07-08 [colin] 1.9.12cvs29
1984 Make the cache/mark files platform-agnostic by writing
1985 them in little-endian format. Reading them is also done
1986 in little-endian format, of course; however, in order
1987 to avoid trashing mark data on big-endian machines, the
1988 files are, at first, read from the native format if the
1989 little-endian one doesn't exist. This is easy to deter-
1990 mine by trying to open a file with a swapped data_ver
1991 and seeing if it's the wanted version.
1992 Little-endian using users should see absolutely no
1993 difference, Big-endian users may get a very little
1994 performance drop due to byte-swapping.
1995 Tested on i386 and ppc32.
1996 Fixes bug #159 (The index file, in the mailboxes, is
1997 hardware depending).
1999 To have the cache/mark files updated to the new little-
2000 endian format, "Check for new messages" or even
2001 "Rebuild folder tree" aren't enough. Files will be
2002 updated as soon as a folder has been opened/closed.
2003 To update everything, just select all folders by
2004 selecting them one by one.
2006 2005-07-07 [colin] 1.9.12cvs28
2009 Remember the folder separator per IMAPFolder
2010 instead of globally.
2011 Revive the Session on noop; fixes bug #761
2012 (mark a bunch of unread messages as read takes
2015 2005-07-07 [darko] 1.9.12cvs27
2017 * src/common/template.c
2018 Sort templates alphabetically
2020 2005-07-06 [colin] 1.9.12cvs26
2023 Try to use the correct separator in
2024 most cases. Possibly fixes bug #759
2025 (only creates the INBOX folder when
2026 setting up new IMAP account) and
2027 bug #760 (Can't retrieve messages)
2029 2005-07-06 [colin] 1.9.12cvs25
2032 Use real_path in status command. This will
2033 help later, when namespaces will be used.
2035 2005-07-06 [colin] 1.9.12cvs24
2041 * src/etpan/etpan-log.c
2042 * src/etpan/etpan-thread-manager.c
2043 * src/etpan/imap-thread.c
2044 Add a --disable-libetpan parameter. With this,
2045 users that don't want IMAP4 support can avoid
2046 the new dependancy (and have no IMAP support).
2047 Users that have IMAP4 accounts and use this
2048 parameter won't lose their configuration, their
2049 IMAP accounts will just be invisible and not
2052 Make the "Copy ..." contextual menu items
2053 copy to both the X clipboard and the gtk
2054 clipboard - as most other apps do.
2056 Add a notice about OpenSSL usage, in order to
2057 comply with OpenSSL's license (point 6):
2058 http://www.openssl.org/source/license.html
2060 2005-07-06 [colin] 1.9.12cvs23
2063 Fix a minimum size for alertpanels
2065 Show 'No space left on device' type errors
2066 when queuing/sending
2069 Rework folder's deletion message (remove
2072 2005-07-05 [colin] 1.9.12cvs22
2075 Add an alertpanel on auth error
2077 Remove pthread-related stuff
2079 2005-07-05 [colin] 1.9.12cvs21
2081 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2082 Fix crash on plugin reloading (with a hack)
2084 2005-07-05 [colin] 1.9.12cvs20
2086 * src/prefs_account.c
2087 * src/prefs_account.h
2091 Add a way to filter the view
2092 * src/gtk/pluginwindow.c
2093 Filter loadable stuff
2094 * src/plugins/pgpmime/prefs_gpg.c
2095 Fix missing unregistration
2097 * src/etpan/.cvsignore
2098 * src/plugins/spamassassin/.cvsignore
2099 Add more stuff to cvs ignored files
2101 2005-07-04 [colin] 1.9.12cvs19
2104 Fix scan_required returning FALSE when it
2105 shouldn't. Maybe fix #760 (Can't retrieve
2108 2005-07-04 [colin] 1.9.12cvs18
2111 Fix always_show_msg pref
2113 2005-07-04 [paul] 1.9.12cvs17
2115 sync with main (forgotten in last commit)
2117 * src/common/utils.c
2118 * src/common/utils.h
2119 check_line_length(): new.
2121 is_file_entry_exist()
2122 dirent_is_regular_file()
2123 dirent_is_directory(): use g_file_test() instead of stat().
2125 2005-07-04 [paul] 1.9.12cvs16
2130 compose_write_to_file(): check for line
2131 length limit and display warning if exceeds
2133 use get_home_dir() instead of g_get_home_dir()
2135 removed warning about invalid date
2137 use get_home_dir() instead of g_get_home_dir()
2139 2005-07-04 [paul] 1.9.12cvs15
2141 * src/stock_pixmap.c
2142 fix new pixmap naming errors
2143 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
2145 2005-07-04 [colin] 1.9.12cvs14
2148 Fix debugging string with a warning
2150 2005-07-04 [colin] 1.9.12cvs13
2153 Add a check for libetpan's version (>= 0.37)
2155 2005-07-04 [hoa] 1.9.12cvs12
2159 * src/etpan/imap-thread.c
2160 * src/etpan/imap-thread.h
2161 fixed IMAP implementation of check of mails.
2163 2005-07-03 [hoa] 1.9.12cvs11
2165 * src/etpan/Makefile.am
2166 * src/etpan/etpan-errors.h
2167 * src/etpan/etpan-log.[ch]
2168 * src/etpan/etpan-thread-manager-types.h
2169 * src/etpan/etpan-thread-manager.[ch]
2170 * src/etpan/imap-thread.[ch]
2177 dependency on libetpan 0.37 is now added.
2179 2005-07-01 [colin] 1.9.12cvs10
2185 * src/stock_pixmap.c
2186 * src/stock_pixmap.h
2187 * src/plugins/trayicon/trayicon.c
2188 Add marked symbol on folders containing
2193 * src/prefs_common.c
2194 * src/prefs_common.h
2196 Add an optional confirmation dialog on queue
2197 sending. Patch by wwp.
2198 * src/pixmaps/dir_close_mark.xpm ** ADDED **
2199 * src/pixmaps/dir_open_hrm_mark.xpm ** ADDED **
2200 * src/pixmaps/dir_open_mark.xpm ** ADDED **
2201 * src/pixmaps/drafts_close_mark.xpm ** ADDED **
2202 * src/pixmaps/drafts_open_mark.xpm ** ADDED **
2203 * src/pixmaps/inbox_hrm_mark.xpm ** ADDED **
2204 * src/pixmaps/inbox_mark.xpm ** ADDED **
2205 * src/pixmaps/outbox_hrm_mark.xpm ** ADDED **
2206 * src/pixmaps/outbox_mark.xpm ** ADDED **
2207 * src/pixmaps/trash_hrm_mark.xpm ** ADDED **
2208 * src/pixmaps/trash_mark.xpm ** ADDED **
2211 2005-07-01 [colin] 1.9.12cvs9
2214 Fix a little threading bug
2217 A little bit of HIG normality never hurts
2219 2005-07-01 [colin] 1.9.12cvs8
2227 * src/common/template.c
2228 * src/common/utils.c
2229 * src/common/utils.h
2230 Reverted the fwrite_atomic stuff. In fact
2231 it is already atomic.
2233 2005-06-30 [colin] 1.9.12cvs7
2235 * src/common/utils.c
2236 * src/common/utils.h
2237 Add an fwrite_atomic() function to make
2238 sure we write everything: fwrite can make
2246 * src/common/template.c
2247 Use that (and fix swapping of size and nmemb).
2248 Thanks to Rich Coe for the heads up.
2250 2005-06-30 [colin] 1.9.12cvs6
2253 Optimize addressbook opening
2255 2005-06-30 [colin] 1.9.12cvs5
2258 Remove calls to summary_step after move/copy
2260 2005-06-28 [paul] 1.9.12cvs4
2263 wrap and make the error msg selectable
2265 2005-06-28 [paul] 1.9.12cvs3
2268 replace the OK button with a Close button
2269 * src/gtk/foldersort.c
2270 use GTK_STOCK_ icons/buttons
2272 2005-06-28 [colin] 1.9.12cvs2
2274 * src/gedit-print.c ** ADDED **
2275 * src/gedit-print.h ** ADDED **
2276 * src/gtk/gtksourceprintjob.c ** ADDED **
2277 * src/gtk/gtksourceprintjob.h ** ADDED **
2278 I can't believe no one had enough time to tell
2279 me I forgot the `cvs add`
2281 2005-06-27 [colin] 1.9.12cvs1
2284 * src/gtk/Makefile.am
2289 Add optional libgnomeprint-based printing
2291 * src/gtk/quicksearch.c
2292 Add an Edit/Quick search menu item to show
2293 and focus the quicksearch
2295 2005-06-27 [paul] 1.9.12
2308 updated by Miquel Oliete, Thomas Gilgin, Ricardo
2309 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
2310 SungHyun Nam, Frederico Goncalves Guimaraes,
2311 Andrej Kacian, and Yang Guilong
2312 2005-06-26 [colin] 1.9.11cvs106
2315 Forgot one file for previous fix
2317 2005-06-26 [colin] 1.9.11cvs105
2321 Fix problems with folder operations in no_select
2322 imap folders. it applies only to mails, and
2323 creation/deletion/move/renaming of folders
2326 2005-06-26 [paul] 1.9.11cvs104
2328 * src/prefs_filtering.c
2329 replace one more GTK_STOCK_REMOVE
2330 with GTK_STOCK_DELETE
2332 2005-06-25 [colin] 1.9.11cvs103
2335 Optimize get_seq_set_from_seq_list
2338 2005-06-25 [colin] 1.9.11cvs102
2341 If the directory exists, but not in the
2342 correct encoding, rename it. This should
2343 handle old-versions-induced bugs.
2345 2005-06-25 [colin] 1.9.11cvs101
2348 Fix path access with extended dir names
2349 Fixes bug #589 (SC segfaults with wrong locale
2352 2005-06-25 [colin] 1.9.11cvs100
2354 * src/prefs_account.c
2355 * src/prefs_account.h
2357 Add an option to encrypt replies to
2360 2005-06-25 [colin] 1.9.11cvs99
2363 * src/quote_fmt_parse.y
2364 ... And make it work with pgpinline.
2366 2005-06-25 [colin] 1.9.11cvs98
2371 * src/quote_fmt_parse.y
2372 o Make reedition of encrypted messages possible
2373 (as long as it is encrypted to self too, no
2375 o Make replying with quote (and without selecting
2376 text) possible for encrypted messages.
2377 Closes bug #550 (Not possible to "reply with quote"
2378 to gnupg encrypted messages)
2380 2005-06-24 [paul] 1.9.11cvs97
2385 2005-06-24 [paul] 1.9.11cvs96
2388 made bind password entry invisible
2390 * src/send_message.c
2391 send_message_local(): check exit status
2392 to detect errors (sync with main)
2394 use main's less ambiguous popup menu
2397 2005-06-24 [paul] 1.9.11cvs95
2399 * src/prefs_actions.c
2400 * src/prefs_customheader.c
2401 * src/prefs_display_header.c
2402 * src/prefs_filtering_action.c
2403 * src/prefs_matcher.c
2404 * src/prefs_template.c
2405 * src/prefs_toolbar.c
2406 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
2407 * src/gtk/description_window.c
2408 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
2410 2005-06-23 [colin] 1.9.11cvs94
2413 Fix rough edges (be sure to call status_show whenever
2416 2005-06-23 [colin] 1.9.11cvs93
2420 Before, in a 5K mails folder: 11s
2421 After, in the same folder: 58000µs
2422 The joys of locking... gtk_clist_select_all() fires a
2423 tree-select-row event for each selected row, which in
2424 summaryview, callbacks summary_selected which in turn,
2425 calls summary_status_show, which walks the selected
2426 rows. Hence, calling gtk_clist_select_all was
2427 exponential. Locking the summaryview makes
2428 summary_selected return early.
2430 2005-06-23 [colin] 1.9.11cvs92
2433 Move mutex at the important place to avoid
2436 Fix Del key deleting directly instead of
2439 2005-06-22 [colin] 1.9.11cvs91
2441 * src/plugins/spamassassin/libspamc.c
2442 As we do spagetti code with assignations in multiple
2443 places (see _message_read_raw where out = msg = raw),
2444 let's be sure we don't free the same pointer twice.
2445 Should fix bug #683 (Crash in libpam at
2448 2005-06-22 [colin] 1.9.11cvs90
2453 Make toolbar's delete use the move to trash stuff;
2454 Add gtk_widget_realize to be sure pixmaps can get
2455 created (that may fix an old worksforme bug which
2456 I can't find back...)
2458 2005-06-22 [colin] 1.9.11cvs89
2463 Rename "Message/Delete" to "Message/Move to trash"
2464 Add "Message/Delete..." that directly destroys the
2465 selected messages after asking for a confirmation.
2467 2005-06-22 [colin] 1.9.11cvs88
2470 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
2471 o Fix a deadlock (thanks Darko)
2473 2005-06-22 [colin] 1.9.11cvs87
2475 * src/gtk/foldersort.c
2476 Add missing include for the i18n;
2477 patch by Fabien Vantard
2479 2005-06-21 [colin] 1.9.11cvs86
2483 Respect the no_select flag
2485 Fix recursive deletion
2488 Make the folder deletion's warning
2491 2005-06-21 [colin] 1.9.11cvs85
2494 Prevent email addresses from spanning accross
2495 lines - fixes bug # 646 (newline-chars in
2498 2005-06-20 [colin] 1.9.11cvs84
2501 Be sure not to remove source if copy failed
2503 2005-06-20 [colin] 1.9.11cvs83
2507 remove summaryview's lock
2509 introduce threads to avoid problems when foreground tasks
2510 interfere with background tasks
2512 prevent moving to drafts/queue
2516 2005-06-19 [colin] 1.9.11cvs82
2519 Remember that the user doesn't want to override
2520 offline mode, for 3 seconds. It avoid presenting
2521 him with N popups in a really short time.
2523 2005-06-17 [colin] 1.9.11cvs81
2526 Fix IMAP breaking on folders containing '('
2527 (Probably won't be enough)
2529 2005-06-17 [colin] 1.9.11cvs80
2531 Forgotten files on 1.9.11cvs79
2533 Fix stepping when not immediately executing
2535 Really prevent UID FETCH 0
2537 Fix outgoing charset never set to utf-8
2541 2005-06-16 [colin] 1.9.11cvs79
2544 Fix bug #707 (Dash splits rows)
2545 Only wrap if we're on a line break position and
2546 the previous one was a "white" (space) char.
2547 Pango stuff is weird.
2549 2005-06-16 [colin] 1.9.11cvs78
2552 Lock summaryview while downloading messages
2556 * src/common/utils.c
2557 * src/common/utils.h
2558 Replace \r and \n with spaces in From and
2561 2005-06-16 [paul] 1.9.11cvs77
2564 liberalise the mime parser
2568 2005-06-16 [paul] 1.9.11cvs76
2573 2005-06-15 [colin] 1.9.11cvs75
2576 Finish header encoding fix
2580 Fix compilation (Thanks Stephan
2583 2005-06-15 [colin] 1.9.11cvs74
2586 Install gnome2 stuff rather than gnome1,
2591 Fix headers encoding
2593 Visual progress when fetching all messages
2597 Prevent changing current message while
2600 2005-06-15 [paul] 1.9.11cvs73
2602 * src/gtk/gtkaspell.c
2603 * src/gtk/gtkaspell.h
2606 2005-06-15 [paul] 1.9.11cvs72
2608 * src/prefs_filtering.c
2609 allow reordering of filter rules by
2612 2005-06-15 [paul] 1.9.11cvs71
2617 replace deprecated function
2619 * src/send_message.c
2620 * src/gtk/progressdialog.c
2621 * src/gtk/progressdialog.h
2622 salvage and reuse parts of reverted sync
2624 2005-06-15 [paul] 1.9.11cvs70
2627 * src/send_message.c
2628 * src/gtk/progressdialog.c
2629 * src/gtk/progressdialog.h
2630 revert yesterday's sync with main
2631 it contains deprecated functions
2633 2005-06-15 [colin] 1.9.11cvs69
2636 Fix bug #670 (multi user to: will corrupt message
2639 2005-06-15 [colin] 1.9.11cvs68
2642 Fix bug #421 (Fix undo on wrapping)
2644 2005-06-15 [colin] 1.9.11cvs67
2647 Provide visual feedback while processing
2650 Provide visual feedback while getting
2651 short headers (for uncached messages)
2654 2005-06-14 [paul] 1.9.11cvs66
2657 change a couple stock icons
2659 * src/send_message.c
2660 * src/gtk/progressdialog.c
2661 * src/gtk/progressdialog.h
2662 sync main's GtkTreeView implementation
2664 2005-06-14 [colin] 1.9.11cvs65
2667 Various little fixes, mainly on error paths
2669 2005-06-13 [colin] 1.9.11cvs64
2674 Add a way to fetch only headers. This speeds
2675 up filtering on headers for IMAP. Fixes:
2676 bug #481 extraneous imap commands slow down
2678 bug #522 Sylpheed downloads all messages
2679 when opening mailbox (IMAP)
2680 bug #677 IMAP fetch is soooooooooooooo slow
2683 Add a folder set_batch method so that
2684 implementations can speed up flags changes
2687 Use that in mark as (un)read and mark all read
2690 Implement set_batch - brings back deferred
2691 flags in a less buggy manner. Fixes:
2692 bug #729 IMAP immediate expunge of deleted messages
2693 bug #191 remove list of messages with one command
2694 Fix login with strange chars
2695 Implement fetch_msg_full
2696 Fix copy (wrong counts)
2698 2005-06-12 [colin] 1.9.11cvs63
2701 lock incorporation during long operations.
2702 Avoids fucking up the IMAP socket.
2704 2005-06-12 [colin] 1.9.11cvs62
2708 Factorize remove_all_msg
2711 Don't update partial-download status if unnecessary
2713 Use remove_msgs everywhere possible
2715 2005-06-12 [colin] 1.9.11cvs61
2719 Add a remove_msgs function to remove a
2724 2005-06-12 [colin] 1.9.11cvs60
2727 Remove flags-processing deferring... Too hard
2728 to get it to work in all cases.
2730 2005-06-11 [colin] 1.9.11cvs59
2733 printf -> debug_print
2735 2005-06-11 [colin] 1.9.11cvs58
2738 o Fix build without USE_PTHREAD
2739 o Factorize imap_open
2740 o Alertpanel in case of impossible connection
2741 o Alertpanel in case of impossible login
2742 o Fix deferred flags processing to force a
2743 flush before adding some more flags to process,
2744 but in another folder.
2746 2005-06-10 [colin] 1.9.11cvs57
2749 o Fix a format string error
2750 o init ssl socket outside of the thread
2751 (it possibly invokes gtk calls)
2753 o Put back the buffer to its necessary size
2754 o Fix changing a file pointer without keeping
2755 track of it (thanks Valgrind)
2757 o Fix automatic STARTTLS if login should be done
2758 and the server only allows it after starting TLS
2759 * src/gtk/gtkinputdialog.c
2760 o Eat GDK_Return so that the combo popup doesn't
2761 appear when we press Enter to validate the combo
2762 input dialog (as seen in the Open with... dialog)
2764 2005-06-10 [colin] 1.9.11cvs56
2768 o Fix a crash on deletion
2769 o Threadize imap_select (it's called outside of
2771 o Defer treatment of DELETED flags
2774 2005-06-09 [colin] 1.9.11cvs55
2777 Make sure we check imap_gtk_should_override(), which
2778 potentially calls gtk stuff, before creating thread.
2779 That way it should't be called via imap_get_session()
2782 2005-06-09 [colin] 1.9.11cvs54
2785 o add a bit of status output
2786 o remove some dead code
2787 o threadize get_list_of_uids
2788 o threadize imap_get_flags
2789 o defer flag changing by 500ms so that they
2793 2005-06-08 [colin] 1.9.11cvs53
2796 Thread-ize imap_cmd_fetch
2798 2005-06-08 [colin] 1.9.11cvs52
2801 Mmh, that broke POP3...
2803 2005-06-08 [colin] 1.9.11cvs51
2806 Stabilize IMAP patch (thanks to Hoa)
2808 2005-06-08 [colin] 1.9.11cvs50
2811 Test patch to speed up imap.
2813 2005-06-08 [colin] 1.9.11cvs49
2818 Apply patch from gentoo to use /usr/share/mime/globs if
2819 available, after un-breaking it
2822 Use g_timeout for invoking hooks that possibly use gtk
2823 calls. This should leave gtk calls in the main thread.
2825 2005-06-08 [paul] 1.9.11cvs48
2828 conv_get_outgoing_charset_str(): don't
2829 use prefs_common setting
2832 add /Options/Character encoding/... to
2833 temporarily change the outgoing encoding
2835 (belated sync with main)
2837 2005-06-08 [paul] 1.9.11cvs47
2840 correction to/completion of last
2843 2005-06-08 [paul] 1.9.11cvs46
2849 always enabled Japanese auto-detection
2850 if the first letters of locale string
2853 don't use "destroy" signal to destroy
2854 Compose object (fix rare crashes on discard?)
2858 added Hebrew encodings
2859 * src/sourcewindow.c
2860 don't use "destroy" signal to destroy
2863 2005-06-07 [colin] 1.9.11cvs45
2866 Add missing unlocks/locks
2868 2005-06-07 [paul] 1.9.11cvs44
2871 restore bug #749 fix
2873 2005-06-06 [colin] 1.9.11cvs43
2876 Fix selection bug when prefs_common.open_unread
2879 2005-06-06 [colin] 1.9.11cvs42
2885 Factorize long operations beginning and end
2886 (locking, freezing/thawing, cursor, ...)
2887 Check selection->data member in selection-
2888 related loops; this avoids dying an awful
2889 death if the selection changes on us while
2890 we're marking a whole IMAP folder unread,
2893 2005-06-06 [paul] 1.9.11cvs41
2896 don't g_free() a static gchar buffer
2898 2005-06-05 [colin] 1.9.11cvs40
2903 Fix bug #749 (Show all headers should be
2904 sticky as the GUI suggests)
2906 2005-06-03 [paul] 1.9.11cvs39
2909 don't allow editing of mail while sending.
2912 2005-06-03 [paul] 1.9.11cvs38
2915 add a freeze/thaw to speed up 'mark all read'
2917 2005-06-03 [paul] 1.9.11cvs37
2919 * src/prefs_message.c
2920 reflect changes immediately
2922 2005-06-02 [colin] 1.9.11cvs36
2925 Patch by Fabien Vantard.
2927 2005-06-02 [colin] 1.9.11cvs35
2930 Use a non-blocking imap_getline() if possible.
2931 This should completely prevent the interface
2932 from freezin on imap operations, although it
2933 may do strange stuff in case of folder switching
2934 while a big imap operation is taking place...
2936 In addition, fix a leak in the case thread
2937 creation fails on connection.
2939 2005-06-02 [colin] 1.9.11cvs34
2942 * src/prefs_common.h
2943 Fix build (prefs_common_init() doesn't exist
2946 2005-06-02 [colin] 1.9.11cvs33
2948 * src/prefs_account.c
2949 Fix bug #245 (filtering rules broken when
2950 renaming a remote account (imap4 or nntp)
2952 2005-06-02 [colin] 1.9.11cvs32
2955 Try to fix IMAP shortcomings:
2956 o Multithread imap_open()
2957 o allow offline-mode overriding instead of
2961 Add a function to ask whether we want to
2962 override offline-mode for 10 minutes (one-shot
2965 Fix segfault when imap parser isn't happy about
2968 2005-06-01 [colin] 1.9.11cvs31
2976 * src/send_message.c
2979 * src/common/hooks.c
2980 * src/common/prefs.c
2981 * src/common/template.c
2982 * src/common/utils.c
2983 * src/gtk/gtkutils.c
2984 * src/gtk/inputdialog.c
2986 * src/gtk/pluginwindow.c
2987 * src/gtk/prefswindow.c
2988 * src/plugins/pgpmime/passphrase.c
2989 * src/plugins/pgpmime/prefs_gpg.c
2992 * src/common/Makefile.am
2993 * src/common/timing.h
2994 Add basic timing code
2997 Fix a bug with unread messages when
2998 re-sorting folders, and by the way
2999 fix a big performance hit when
3000 re-sorting (10k mails: before 5s,
3003 * src/prefs_compose_writing.c
3004 * src/prefs_compose_writing.h
3005 * src/prefs_message.c
3006 * src/prefs_message.h
3011 * src/prefs_receive.c
3012 * src/prefs_receive.h
3015 * src/prefs_summaries.c
3016 * src/prefs_summaries.h
3017 Fix copyright banner
3019 2005-06-01 [paul] 1.9.11cvs30
3022 updated by Flammie Pirinen
3024 fix 'Bad BASE64 content' output
3026 2005-05-31 [colin] 1.9.11cvs29
3029 Oops, where did my hunk go.
3031 2005-05-31 [colin] 1.9.11cvs28
3043 * src/image_viewer.c
3049 * src/prefs_account.c
3050 * src/prefs_actions.c
3051 * src/prefs_common.c
3052 * src/prefs_compose_writing.c
3053 * src/prefs_customheader.c
3054 * src/prefs_ext_prog.c
3055 * src/prefs_filtering.c
3056 * src/prefs_filtering_action.c
3058 * src/prefs_image_viewer.c
3059 * src/prefs_message.c
3060 * src/prefs_message.h
3061 * src/prefs_msg_colors.c
3065 * src/prefs_receive.c
3066 * src/prefs_receive.h
3069 * src/prefs_spelling.c
3070 * src/prefs_summaries.c
3071 * src/prefs_summary_column.c
3072 * src/prefs_template.c
3073 * src/prefs_themes.c
3074 * src/prefs_toolbar.c
3075 * src/prefs_wrapping.c
3078 * src/send_message.h
3080 * src/summary_search.c
3086 * src/gtk/gtkutils.h
3087 o Move the rest of Common prefs to new style
3088 o Lots of -Wall warning fixes
3089 o fix FIXME in cache memusage calculation
3090 o Let return receipts be sent from any account
3091 o Little cache optimisation (read)
3092 o Fix bug #746 (don't treat commas as separators
3093 when inside a quoted string)
3095 2005-05-31 [paul] 1.9.11cvs27
3097 * src/prefs_common.c
3098 fix 'off-by-one' typo
3100 2005-05-31 [paul] 1.9.11cvs26
3106 * src/prefs_actions.c
3107 * src/prefs_common.c
3108 * src/prefs_common.h
3109 * src/prefs_customheader.c
3110 * src/prefs_display_header.c
3111 * src/prefs_filtering.c
3112 * src/prefs_filtering_action.c
3113 * src/prefs_matcher.c
3114 * src/prefs_summaries.c
3115 * src/prefs_summary_column.c
3116 * src/prefs_template.c
3117 * src/prefs_toolbar.c
3119 * src/gtk/pluginwindow.c
3120 * src/gtk/prefswindow.c
3121 * src/gtk/progressdialog.c
3122 add hidden prefs 'enable_rules_hint'
3123 for gtk_tree_view_set_rules_hint()
3127 2005-05-31 [colin] 1.9.11cvs25
3131 * src/prefs_common.c
3132 * src/prefs_summaries.c ** ADDED **
3133 * src/prefs_summaries.h ** ADDED **
3134 Common/Display -> Display/Summaries
3136 2005-05-31 [colin] 1.9.11cvs24
3140 * src/prefs_quote.c ** ADDED **
3141 * src/prefs_quote.h ** ADDED **
3142 Move Common/Quote to Compose/Quoting
3143 * src/prefs_common.c
3144 * src/prefs_common.h
3145 Remove old quote stuff, add
3146 convenience functions for GtkTextView prefs
3147 * src/gtk/prefswindow.c
3148 Set default height higher
3150 2005-05-30 [colin] 1.9.11cvs23
3154 * src/prefs_common.c
3155 * src/prefs_compose_writing.c ** ADDED **
3156 * src/prefs_compose_writing.h ** ADDED **
3157 Move Common/Compose prefs to Compose/Writing
3159 2005-05-30 [colin] 1.9.11cvs22
3161 * src/common/utils.c
3162 Fix bug #651 (Confused Attract by Subject)
3163 Patch by M. Benkmann <haferfrost@web.de>
3166 2005-05-30 [colin] 1.9.11cvs21
3169 Fix concatenation of different headers of
3170 the same type (bug #645)
3171 * src/prefs_folder_item.c
3172 Fix bug #699 (setting color to black doesn't
3175 Print out decoding error only once per
3178 2005-05-30 [paul] 1.9.11cvs20
3180 * src/common/template.c
3183 2005-05-30 [paul] 1.9.11cvs19
3185 * doc/src/rfc2368.txt **NEW FILE**
3187 compose_entries_set(): don't interpret Bcc
3188 header field (conform to RFC 2368)
3191 2005-05-29 [colin] 1.9.11cvs18
3193 * src/prefs_common.c
3194 Let the default reply format respect
3195 netiquette by cutting the signature.
3197 2005-05-29 [colin] 1.9.11cvs17
3200 Don't let always_show_msg override
3201 open_unread_on_enter when opening a new
3204 2005-05-27 [paul] 1.9.11cvs16
3209 app_will_exit(): cleanup tmp directory when exit
3210 * src/message_search.c
3211 improved the interface and made code cleanup.
3212 removed Clear button
3213 * src/send_message.c
3214 send_message_local(): use GSpawn, and detect errors
3215 * src/summary_search.c
3216 improved the interface and made code cleanup
3218 textview_write_link(): also skip non-ascii space
3219 at the head of link strings (phishing check
3220 didn't work at the case)
3221 * src/common/utils.c
3222 get_command_output(): use g_spawn_command_line_sync()
3225 2005-05-26 [colin] 1.9.11cvs15
3230 2005-05-26 [colin] 1.9.11cvs14
3233 Fix nntp mode reader (bug #611)
3234 Patch by Florian Mickler <florian@mickler.org>
3236 2005-05-26 [colin] 1.9.11cvs13
3238 * src/plugins/pgpmime/passphrase.c
3239 Fix mouse grabbing (bug #557)
3241 2005-05-26 [colin] 1.9.11cvs12
3243 * src/prefs_themes.c
3244 Fix g_warning (bug #541)
3246 2005-05-26 [colin] 1.9.11cvs11
3248 * src/prefs_actions.c
3249 * src/prefs_template.c
3250 Fix bug #506 (no warning if action/template
3252 * src/common/template.c
3253 Fix a possible crash
3255 2005-05-26 [colin] 1.9.11cvs10
3261 Forbid locked messages to be moved or
3262 deleted. Locked messages in trashes
3263 still get deleted, for performance
3264 reason (mh.c::mh_remove_all_msgs)
3266 2005-05-25 [colin] 1.9.11cvs9
3269 Use correct encoding when sending mails
3270 with attachments that have accentued
3273 2005-05-24 [colin] 1.9.11cvs8
3276 Fix bug #688 f) read/unread marker not
3277 changed on first click
3278 Also, optimize summary_status_show()
3283 Fix bug #688 b) and c) wrt message
3284 attachments and signature
3285 * src/stock_pixmap.c
3286 * src/stock_pixmap.h
3287 * src/stock_pixmap.c
3288 * src/stock_pixmap.h
3290 * src/pixmaps/clip_gpg_signed.xpm
3291 Add clip/signed icon
3293 2005-05-24 [colin] 1.9.11cvs7
3295 * src/folder_item_prefs.c
3298 2005-05-24 [colin] 1.9.11cvs6
3301 * src/prefs_common.c
3302 * src/prefs_common.h
3303 Add a confirmation to folder drag and drop
3307 fix _with_disable parameters so that
3308 the buttons labels are specifiable too
3309 * src/plugins/pgpmime/sgpgme.c
3313 2005-05-24 [colin] 1.9.11cvs5
3316 Uncollapse/collapse folders on double-click
3317 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
3320 2005-05-23 [colin] 1.9.11cvs4
3322 * src/common/socket.c
3323 Check another special SSL_peek() error.
3324 Should help wrt bug #728
3326 2005-05-23 [colin] 1.9.11cvs3
3328 * src/plugins/pgpmime/pgpmime.c
3329 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
3330 breaking menu accelerators and stuff. Users will have to
3331 reselect "PGP MIME" instead of "PGP/MIME" in their
3332 account's privacy preferences if needed.
3336 * tools/kdeservicemenu/install.sh
3337 use kdesu to prompt for root password if doing
3338 global install/uninstall
3340 2005-05-20 [colin] 1.9.11cvs2
3343 Fix another compilation error with gcc-2.9x
3344 Thanks to Pawel Pekala <c0rn@gazeta.pl>
3345 * src/send_message.c
3346 Don't send QUIT if we aren't connected
3348 2005-05-19 [colin] 1.9.11cvs1
3351 Fix compilation with gcc 2.9x
3353 2005-05-19 [paul] 1.9.11
3357 2005-05-19 [paul] 1.9.9cvs14
3359 * src/gtk/inputdialog.c
3360 prevent gettext warning
3362 2005-05-19 [paul] 1.9.9cvs13
3365 * src/prefs_common.c
3366 * src/prefs_common.h
3369 add an option to toggle cursor in message
3370 view (sync with main)
3372 2005-05-18 [colin] 1.9.9cvs12
3375 Dereference freed pointer
3376 * src/gtk/gtkaspell.c
3377 Fix duplication of dictionaries (is it an aspell issue?)
3379 2005-05-18 [colin] 1.9.9cvs11
3381 * src/gtk/inputdialog.c
3382 * src/gtk/gtkaspell.c
3385 Remove a double call
3387 2005-05-17 [colin] 1.9.9cvs10
3389 * src/gtk/gtkaspell.c
3390 Fix dialogs, Ctrl-Enter accel
3392 2005-05-17 [colin] 1.9.9cvs9
3394 * src/gtk/gtkaspell.c
3395 Fix some accelerators, escape in replace-window
3397 2005-05-16 [colin] 1.9.9cvs8
3399 * src/gtk/gtkaspell.c
3400 Revert last commit, it was a mistake.
3402 2005-05-16 [colin] 1.9.9cvs7
3404 * src/gtk/gtkaspell.c
3405 Remove buggy code while we're at it. It's a
3406 dead code path anyway.
3408 2005-05-16 [colin] 1.9.9cvs6
3410 * src/gtk/gtkaspell.c
3411 Missed some gtk_menu_popup where deactivate
3412 signal should be handled. Should fix bug
3415 2005-05-16 [colin] 1.9.9cvs5
3417 * src/gtk/gtkaspell.c
3418 Remove debug printf()s
3420 2005-05-16 [colin] 1.9.9cvs4
3422 * src/gtk/gtkaspell.c
3423 Fix a bit aspell problems
3426 2005-05-13 [colin] 1.9.9cvs3
3429 Fix the + appearing even when no subfolders
3430 have unread messages. Thanks to wwp for the
3433 2005-05-11 [paul] 1.9.9cvs2
3436 correction to 1.9.9cvs1, only colour folders that
3437 have new msgs (not unread msgs)
3439 2005-05-10 [colin] 1.9.9cvs1
3443 Try to fix bolding bugs again.
3447 * tools/claws.i18n.status.pl
3448 add Ricardo Mones Lastra's script that has been providing
3449 the i18n status page for many months
3451 2005-05-09 [paul] 1.9.9
3455 2005-05-09 [paul] 1.9.6cvs58
3462 * RELEASE_NOTES.claws
3463 add release notes to cvs to simplify release
3466 add ca and fi to ALL_LINGUAS
3468 workaround for missing Makevars
3471 add new Catalan and Finnish translations
3472 submitted by Miquel Oliete and Flammie Pirinen
3482 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
3483 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
3484 Urke MMI, and Hansom Young
3486 Fix drafting when quitting. compose_draft() closes the
3487 compose windows, which modifies the compose_list GSList.
3488 We have to refresh this list after echo drafting to avoid a
3490 * src/partial_download.c
3491 fix segfault on exit
3493 2005-05-06 [paul] 1.9.6cvs57
3495 * src/grouplistdialog.c
3496 quick fix/workaround for unresizeable newsgroup
3499 2005-05-06 [paul] 1.9.6cvs56
3503 use gettext plural forms
3507 small improvement to english usage
3509 2005-05-05 [thorsten] 1.9.6cvs55
3514 2005-05-05 [paul] 1.9.6cvs54
3520 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
3523 2005-05-05 [paul] 1.9.6cvs53
3526 fix resizing of separate message and
3529 2005-05-05 [paul] 1.9.6cvs52
3541 * src/prefs_filtering.c
3542 * src/prefs_filtering_action.c
3543 * src/prefs_matcher.c
3544 * src/prefs_spelling.c
3545 * src/prefs_toolbar.c
3548 * src/gtk/description_window.c
3549 * src/gtk/gtkvscrollbutton.c
3550 * src/gtk/progressdialog.c
3551 * src/gtk/quicksearch.c
3552 * src/plugins/pgpmime/prefs_gpg.c
3553 * src/plugins/spamassassin/spamassassin_gtk.c
3554 replace deprecated gtk_widget_set_usize
3556 2005-05-04 [colin] 1.9.6cvs51
3558 * src/common/utils.c
3559 Fix crash when subst_for_filename is called
3560 with a NULL parameter
3562 2005-05-04 [colin] 1.9.6cvs50
3564 * src/partial_download.c
3566 Escape login when writing uidl file
3569 2005-05-03 [colin] 1.9.6cvs49
3572 Fix possible DOS in mime parser
3575 2005-05-02 [colin] 1.9.6cvs48
3578 Try to fix the copy/paste mess once again.
3581 2005-04-30 [colin] 1.9.6cvs47
3583 * src/prefs_account.h
3585 * src/send_message.c
3588 Try to batch sending mails (per account) instead of
3589 reconnecting to server every time.
3591 2005-04-29 [colin] 1.9.6cvs46
3594 Fix window resizing that refused to size down
3595 * src/prefs_common.c
3596 * src/prefs_common.h
3597 * src/prefs_filtering.c
3598 Save Filtering's window size
3600 2005-04-21 [paul] 1.9.6cvs45
3602 * ChangeLog-gtk2.claws
3606 2005-04-21 [paul] 1.9.6cvs44
3613 use gtkut_widget_draw_now(). Improved performance
3614 of the update of statusbar
3616 textview_smooth_scroll_do(): redraw it after scroll
3617 is done (fixed incorrect display when a part of the
3619 * src/gtk/gtkutils.c
3620 * src/gtk/gtkutils.h
3621 gtkut_widget_draw_now(): use gdk_window_process_updates()
3622 to force update of widgets.
3623 Removed gtkut_widget_wait_for_draw() which had a big
3624 overhead because of waiting for all events processed
3626 2005-04-20 [paul] 1.9.6cvs43
3629 complete 1.9.6cvs42's sync:
3630 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
3632 2005-04-19 [paul] 1.9.6cvs42
3637 catch_output(): correctly select the insert text
3638 (fix invalid iterator warnings).
3643 * src/prefs_common.c
3644 support GBK encoding.
3645 * src/common/session.c