1 2006-09-14 [colin] 2.4.0cvs188
6 * src/common/ssl_certificate.c
7 * src/common/ssl_certificate.h
8 * src/etpan/imap-thread.c
9 the get_fqdn() call done to get canonical name when
10 checking an SSL certificate is blocking, which is
11 sad as we just did a non-blocking lookup to connect.
12 Fix that by letting the fqdn available to the SockInfo,
13 and use that in ssl_certificate_check(). For IMAP,
14 we don't do it as the lookup's done by libetpan, but
15 it's less annoying as IMAP connections as much more
16 rare than POP3 connections.
18 2006-09-14 [paul] 2.4.0cvs187
21 improvements to the English,
22 properly place the new hidden options
23 within the alphabetical order
24 * src/gtk/pluginwindow.c
25 improvements to the English
27 2006-09-14 [colin] 2.4.0cvs186
33 New hidden pref, stripes_color_offset, to change
34 the value added/substracted to normal bgcolor to
35 create the stripes in summaries
37 2006-09-13 [colin] 2.4.0cvs185
44 Fix misc. printing issues:
45 - Bad font for linkified headers
46 - Different font if the mail was displayed or not
49 2006-09-13 [colin] 2.4.0cvs184
51 * src/common/ssl_certificate.c
52 Only get FQDN once when checking certificate
54 2006-09-13 [colin] 2.4.0cvs183
57 * src/gtk/pluginwindow.c
58 Misc. GUI fixes by Fabien
60 2006-09-13 [wwp] 2.4.0cvs182
65 get rid of unused wide-char functions.
67 2006-09-13 [wwp] 2.4.0cvs181
69 * src/plugins/pgpinline/sylpheed.def
71 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
72 add privacy_reset_error to the .def file,
73 do not fork for an external textviewer.
75 2006-09-13 [wwp] 2.4.0cvs180
78 fix broken font entry in prefs (patch issued by the gpg4win team,
79 probably by Marcus Brinkmann <marcus@g10code.de>).
81 2006-09-13 [colin] 2.4.0cvs179
84 Fix a warning in summaryview.c
88 Add missing Mark/* elements in the
91 2006-09-12 [colin] 2.4.0cvs178
94 * src/prefs_filtering_action.c
96 Use (New) instead of New everywhere
98 2006-09-12 [wwp] 2.4.0cvs177
100 * manual/fr/addrbook.xml
101 * manual/fr/handling.xml
102 updated some quotes in the fr manual to match the fr translation.
104 2006-09-12 [wwp] 2.4.0cvs176
106 * src/prefs_matcher.c
107 don't store translated string elements in matcher expressions.
108 Also fixed a misused of Q_().
110 2006-09-11 [wwp] 2.4.0cvs175
112 * src/plugins//bogofilter/bogofilter.c
113 * src/plugins//clamav/clamav_plugin.c
114 * src/plugins//demo/demo.c
115 * src/plugins//dillo_viewer/dillo_viewer.c
116 * src/plugins//pgpcore/plugin.c
117 * src/plugins//pgpinline/plugin.c
118 * src/plugins//pgpmime/plugin.c
119 * src/plugins//spamassassin/spamassassin.c
120 gettext-ize more strings (mostly plugin error messages).
122 2006-09-11 [colin] 2.4.0cvs174
125 Make maximum buffer size bigger to avoid
126 truncating translated messages. Patch by
129 2006-09-11 [colin] 2.4.0cvs173
131 * src/etpan/imap-thread.c
132 Fix compilation on OpenBSD, thanks to
135 2006-09-10 [wwp] 2.4.0cvs172
138 * manual/addrbook.xml
139 * manual/handling.xml
140 * manual/es/handling.xml
141 * manual/fr/account.xml
142 * manual/fr/addrbook.xml
143 * manual/fr/handling.xml
144 documented addressbook matching (condition configuration):
146 documented per-account filtering rules (handling/filtering
147 section, account section):
148 account.xml, handling.xml, en fr
149 slightly updated the handling/searching section to tell few
150 words about the extended search ability:
152 added missing <quote></quotes> to Quick Search:
153 handling.xml, en fr es
154 fixed a typo (auomatically):
156 changes revisited by Paul.
158 2006-09-10 [paul] 2.4.0cvs171
160 * src/prefs_actions.c
161 * src/prefs_filtering.c
162 * src/prefs_template.c
163 adjustments to the gui
164 Patch by Fabien Vantard (slightly modified)
166 2006-09-10 [colin] 2.4.0cvs170
169 Check folderitem/summaryview consistency
170 (basically automates Update summary). Fixes
171 #1011 (wrong (negative) count on unread
174 2006-09-10 [colin] 2.4.0cvs169
176 * src/gtk/gtksctree.c
177 Fix recursive expansion via mouse
178 * src/plugins/bogofilter/bogofilter.c
179 Use normal filtering way of moving
180 messages (batching), possibly fixing
181 bug #1015 (Bogofilter plugin doubles
184 2006-09-09 [wwp] 2.4.0cvs168
186 * src/prefs_filtering.c
187 better place for this fix.
189 2006-09-09 [wwp] 2.4.0cvs167
191 * src/prefs_filtering.c
192 fix a minor bug when the enabled status of a filtering/processing
193 rule always got set to TRUE when replacing this rule. That still
194 make sense when adding a new rule, but now when replacing, we
195 don't override the value of 'enabled'.
196 Also renamed the func prefs_filtering_list_view_get_rule_name()
197 to prefs_filtering_list_view_get_info() as this function not only
198 returns the name, but also the account_id and the enabled status.
200 2006-09-09 [mones] 2.4.0cvs166
202 * manual/glossary.xml
204 Minor format corrections
206 Fix misplaced NO WARRANTY section
207 * manual/es/advanced.xml
209 * manual/es/glossary.xml
211 * manual/es/handling.xml
212 * manual/es/plugins.xml
213 * manual/es/starting.xml
214 Incorporate changes from English version
218 Fix address, (add translation credits in es version)
222 2006-09-09 [wwp] 2.4.0cvs165
224 * src/prefs_filtering.c
225 fix a crash when opening filtering prefs, if matcherrc file contains
226 broken data (non-existing account id, which is theoretically not
229 2006-09-08 [colin] 2.4.0cvs164
232 Wrong assert, make it an if()
233 * src/gtk/gtksctree.c
234 Fix bug #1013 (expand selected thread
235 tree) - expanding is now recursive
237 2006-09-07 [wwp] 2.4.0cvs163
239 * src/prefs_matcher.c
240 make better sentences about addressbook matching in the
241 matcher prefs. This should make translators' work easier
244 2006-09-07 [wwp] 2.4.0cvs162
246 * src/prefs_filtering.c
247 code simplification (get rid of dup var. assignment).
249 2006-09-07 [wwp] 2.4.0cvs161
252 use GTK_STOCK icons when possible, patch by Fabien Vantard
255 2006-09-07 [paul] 2.4.0cvs160
258 fix compilation warnings
261 2006-09-07 [paul] 2.4.0cvs159
264 select the mimepart icon when
268 2006-09-06 [paul] 2.4.0cvs158
270 * src/prefs_filtering.c
271 fix labels and table element spacing
272 Patch by Fabien Vantard
278 2006-09-06 [paul] 2.4.0cvs157
280 * manual/es/advanced.xml
283 2006-09-06 [wwp] 2.4.0cvs156
286 fix an dup launch issue when iconified, thanks to Colin.
288 2006-09-06 [wwp] 2.4.0cvs155
290 * src/gtk//gtksctree.h
291 oops, forgot that one!
293 2006-09-06 [wwp] 2.4.0cvs154
295 * manual/pl/advanced.xml
296 * manual/advanced.xml
297 * manual/es/advanced.xml
298 * manual/fr/advanced.xml
299 * src/prefs_customheader.c
300 * src/prefs_filtering_action.c
302 * src/prefs_summaries.c
303 * src/prefs_filtering.c
306 * src/prefs_summary_column.c
308 * src/prefs_actions.c
309 * src/prefs_folder_column.c
311 * src/prefs_template.c
312 * src/prefs_display_header.c
314 * src/prefs_matcher.c
316 * src/prefs_toolbar.c
319 * src/gtk/gtksctree.c
320 * src/gtk/pluginwindow.c
321 * src/gtk/progressdialog.c
322 * src/gtk/prefswindow.c
323 renamed hidden option enable_rules_hint to use_stripes_everywhere
324 to make its meaning more obvious (all versions of the manual reflect
326 added an extra hidden option use_stripes_in_summary to allow
327 discarding these stripes in mainwindow's folder and message lists;
328 en and fr manuals only are OK towards this.
330 2006-09-06 [colin] 2.4.0cvs153
333 Hide Sylpheed-Claws' internal queue headers
334 when showing all headers. They'll be present
335 only in Source window.
337 2006-09-05 [colin] 2.4.0cvs152
339 * src/plugins/trayicon/trayicon.c
340 Fix crash at exit - we have to disconnect
342 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
343 Update eggtrayicon - patch adapted from a
344 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
347 2006-09-05 [colin] 2.4.0cvs151
350 * src/gtk/logwindow.c
351 Fix race condition when something writes
352 to the log too soon during init. Thanks
355 2006-09-05 [colin] 2.4.0cvs150
358 Don't select part on right-click either
360 2006-09-05 [paul] 2.4.0cvs149
363 completion of previous commit
366 2006-09-05 [colin] 2.4.0cvs148
369 Don't force selection on middle-click, just open
371 2006-09-04 [colin] 2.4.0cvs147
374 Looks like gtk_notebook_set_current_page()
375 sometimes steals focus, and this annoys us
376 in MimeViewers as it renders navigation
377 keys useless. Take back focus after switching
380 2006-09-04 [colin] 2.4.0cvs146
383 Set stop_loading when clicking on Next
384 during load. Don't add a callback to
385 avoid over-complicating things.
387 2006-09-04 [colin] 2.4.0cvs145
391 Fix multiple loads in separate messageview
393 2006-09-04 [colin] 2.4.0cvs144
396 Let navigation keys be handled during
399 2006-09-04 [colin] 2.4.0cvs143
405 Make loading of huge mails (lots of text and/or
406 images) cancellable, so the GUI doesn't block
408 2006-09-04 [colin] 2.4.0cvs142
410 * src/plugins/trayicon/trayicon.c
411 Fix annoyance when removing a folder with
412 unread mails: trayicon didn't update
414 2006-09-04 [paul] 2.4.0cvs141
416 * src/gtk/icon_legend.c
417 straighten up columns
418 Patch by Fabien Vantard
420 2006-09-04 [wwp] 2.4.0cvs140
422 * src/prefs_filtering.c
423 fix new line's account name in filtering prefs:
424 was "All", is now "(New)".
426 2006-09-04 [paul] 2.4.0cvs139
428 * tools/make.themes.project
429 use "AUTOMAKE_OPTIONS = dist-bzip2"
430 instead of homebrewed "make release"
432 2006-09-03 [colin] 2.4.0cvs138
435 Fix bug #1007 (Wrong folder highlighted)
437 2006-09-03 [colin] 2.4.0cvs137
440 Don't set Newsgroup: header to a mail folder
443 2006-09-03 [paul] 2.4.0cvs136
446 * src/prefs_spelling.c
449 2006-09-03 [paul] 2.4.0cvs135
451 * src/prefs_summaries.c
452 correct menu item text in prefs_keybind_apply_clicked()
454 2006-09-03 [paul] 2.4.0cvs134
456 * manual/advanced.xml
457 some improvements to the descriptions
462 fix menu sensitivity issues
463 * src/prefs_message.c
464 drop the useless word 'short'
466 add the word 'lines' indicating log length
467 is a measure of lines
469 fix compilation warnings
471 2006-09-02 [colin] 2.4.0cvs133
474 Display a special return-receipt message
475 if the message is from the user
477 Fix missing freeze of the list when marking
478 all read and unthreading for exec. Thanks
481 2006-09-02 [paul] 2.4.0cvs132
484 * src/prefs_message.c
488 2006-09-02 [wwp] 2.4.0cvs131
490 * src/prefs_filtering.c
491 added an account name column to the filtering rules
494 2006-09-02 [colin] 2.4.0cvs130
496 * src/gtk/logwindow.c
497 * src/gtk/logwindow.h
498 Block scrolling if we're not at the end
501 2006-09-02 [colin] 2.4.0cvs129
504 Make sure account-specific rules can't
505 be used in {pre-,post-,}processing
507 * src/gtk/logwindow.c
508 * src/gtk/logwindow.h
509 Jump to last error when clicking on the
512 2006-09-02 [colin] 2.4.0cvs128
522 Let proc_mbox know its account, for
523 account-specific rules
525 2006-09-01 [colin] 2.4.0cvs127
528 Don't uselessly use iconv to convert from
534 Fix certain log cases, disable warning icon
535 for now, the correct way to display it when
536 necessary and only when necessary is probably
537 to do it manually rather than use error logs
538 * src/etpan/imap-thread.c
539 Clean up UID logging a bit
540 * src/gtk/logwindow.c
541 * src/gtk/logwindow.h
542 Make logging faster when the window's closed
544 2006-09-01 [wwp] 2.4.0cvs126
546 * manual/fr/account.xml
547 reflect changes to the ref. manual (parts of cvs72):
548 fix tabnames and quotes.
550 2006-09-01 [wwp] 2.4.0cvs125
552 * manual/fr/plugins.xml
553 reflect changes to the reference manual (cvs42):
554 update IRC channel info.
556 2006-09-01 [wwp] 2.4.0cvs124
559 use CVSEDITOR env. var. if set, according to `man cvs`.
561 2006-09-01 [wwp] 2.4.0cvs123
563 * manual/advanced.xml
564 better sentence again (thanks to Paul).
566 2006-09-01 [wwp] 2.4.0cvs122
568 * manual/advanced.xml
569 fix definition of toolbar_detachable and rework a bit the one of
572 2006-09-01 [mones] 2.4.0cvs121
574 * manual/advanced.xml
575 Document enable_dotted_lines
577 2006-09-01 [paul] 2.4.0cvs120
584 obey the 'When entering folder...' option
585 when using the /View/Go to/... menu items
588 2006-08-31 [colin] 2.4.0cvs119
591 Revert 2.4.0cvs116, wrong fix.
593 2006-08-31 [colin] 2.4.0cvs118
595 * src/gtk/gtksctree.c
596 Better state the various copyrights
598 2006-08-31 [colin] 2.4.0cvs117
601 fix enable_dotted_lines
603 2006-08-31 [colin] 2.4.0cvs116
606 Use pref "Always open on select" when going
607 to next unread folder
608 * src/gtk/gtksctree.c
609 Fix link failure to _gtk_clist_create_cell_layout
610 on certain computers. (Why not mine, I wonder)
612 2006-08-31 [colin] 2.4.0cvs115
616 * src/plugins/bogofilter/bogofilter.c
617 * src/plugins/spamassassin/spamassassin.c
618 Requalify some "errors" to warnings
622 Add an icon in the statusbar to notify
624 * src/gtk/gtksctree.c
627 Make the GtkSCTree look more modern by
628 alternating background lines
631 Add a pref to let people have the old
635 2006-08-30 [colin] 2.4.0cvs114
639 Provide a way to filter a list of
640 messages in an optimised manner, and
641 add a list-filtering hook
645 Use the list filtering
646 * src/plugins/bogofilter/bogofilter.c
647 Use the list-filtering hook
648 Use -b (bulk) mode for more speed
649 when learning and filtering
650 * src/etpan/imap-thread.c
651 Make log output shorter in UID SEARCH
654 2006-08-30 [colin] 2.4.0cvs113
656 * src/plugins/bogofilter/bogofilter.c
657 Really fast mass learning - thanks to David
658 Relson for the options explanations :)
660 2006-08-30 [colin] 2.4.0cvs112
663 Fix compilation on FreeBSD. Thanks
666 2006-08-29 [colin] 2.4.0cvs111
669 Handle "popup_menu" signal (for popping the
670 menu via the keyboard)
677 Factorize scrolling code, and add an API
678 for MimeViewers to handle scroll orders
680 2006-08-29 [wwp] 2.4.0cvs110
682 * src/plugins//bogofilter/bogofilter.c
683 * src/plugins//spamassassin/spamassassin.c
684 make the bogofilter/spamassassin filtering error dialogs at
685 incorporation obey to the "don't popup error dialog on
686 receive error" option. If disabled, feed the log window w/
693 2006-08-29 [paul] 2.4.0cvs109
696 remove 'make release', it's not needed
697 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
699 2006-08-29 [paul] 2.4.0cvs108
702 * src/summary_search.c
703 * src/gtk/progressdialog.c
704 * src/plugins/pgpcore/passphrase.c
705 replace deprecated gtk_window_set_policy()
707 2006-08-29 [colin] 2.4.0cvs107
710 Fix data loss when copy fails during a move:
711 only use fast remove_msgs if everything was
712 copied OK; else use slow remove_msg on the
713 mails that got copied only.
715 2006-08-28 [paul] 2.4.0cvs106
718 revert change in 2.4.0cvs104, it breaks
721 2006-08-28 [paul] 2.4.0cvs105
723 * src/plugins/spamassassin/spamassassin.c
726 2006-08-28 [paul] 2.4.0cvs104
729 fix data loss when moving to another
731 * src/prefs_spelling.c
733 * src/gtk/pluginwindow.c
734 improve the layout of the dialog text
737 2006-08-28 [paul] 2.4.0cvs103
739 * src/plugins/bogofilter/bogofilter.c
740 * src/plugins/bogofilter/bogofilter_gtk.c
741 fix english up a bit, innit
743 2006-08-28 [paul] 2.4.0cvs102
748 require autoconf 2.60, enabling building
749 with gettext 0.15 (gettext 0.14.x build still
750 possible). Replace Makefiles with versions
752 Remove configure options --with-localedir and
753 --with-mandir. The options that are provided
754 directly by autoconf 2.60 can be used instead:
757 2006-08-27 [colin] 2.4.0cvs101
759 * src/plugins/bogofilter/Makefile.am
760 Fix make dist (no README)
762 2006-08-27 [colin] 2.4.0cvs100
765 Don't use F_UNKNOWN folders for any default
767 * src/plugins/bogofilter/bogofilter.c
768 * src/plugins/bogofilter/bogofilter.h
769 * src/plugins/bogofilter/bogofilter_gtk.c
770 Add an option to specify the path to bogofilter
771 Use single-quotes to be able to learn in folders
772 with spaces in their names
773 Verify learning status
775 2006-08-27 [colin] 2.4.0cvs99
779 Document Bogofilter plugin
781 2006-08-27 [colin] 2.4.0cvs98
787 When possible, copy the queued mail to sent folder
788 instead of re-adding. Much faster on IMAP.
790 2006-08-27 [colin] 2.4.0cvs97
793 Disable mmaped caches - huge metadata loss
794 here after a power failure.
796 Add quicksearch timing
797 * src/common/plugin.c
798 * src/common/plugin.h
799 Implement an interface to tell what plugins
800 provide. Prevent loading of similar plugins.
801 * src/plugins/clamav/clamav_plugin.c
802 * src/plugins/demo/demo.c
803 * src/plugins/dillo_viewer/dillo_viewer.c
804 * src/plugins/pgpcore/plugin.c
805 * src/plugins/pgpinline/pgpinline.c
806 * src/plugins/pgpmime/pgpmime.c
807 * src/plugins/spamassassin/spamassassin.c
808 * src/plugins/trayicon/trayicon.c
809 Implement plugin_provides()
811 2006-08-27 [colin] 2.4.0cvs96
814 * src/plugins/Makefile.am
815 * src/plugins/bogofilter/.cvsignore
816 * src/plugins/bogofilter/Makefile.am
817 * src/plugins/bogofilter/bogofilter.c
818 * src/plugins/bogofilter/bogofilter.h
819 * src/plugins/bogofilter/bogofilter_gtk.c
820 New Bogofilter plugin, provides filtering and
821 learning. Spamassassin will go to extra plugins.
823 2006-08-26 [mones] 2.4.0cvs95
825 * manual/handling.xml
826 Fix subfolder path in the example (thanks to Paul)
828 2006-08-26 [mones] 2.4.0cvs94
830 * manual/glossary.xml
831 2.2. + add ISP to the glossary
832 7.5. + Add UIDL to glossary
833 7.7. + Add TCP to glossary
834 * manual/handling.xml
835 7.1. + Mentions GNU/Linux distribution, what about the non...
836 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
837 7.3. + Mentions .bashrc, what about the non-bash ones?
838 7.4. = Use appropriate quotation for commands
839 7.6. = change "" to <quote></quote>
841 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends
842 * manual/starting.xml
843 2.1. + local mbox file: some examples of mbox file locations...
844 Also reformatted files requiring it
846 2006-08-26 [wwp] 2.4.0cvs93
848 * src/summary_search.c
849 disable find buttons while summary search is running.
851 2006-08-25 [colin] 2.4.0cvs92
858 Speed up MH moving, and add progressbar
861 Write cache files using mmap() too
863 2006-08-25 [wwp] 2.4.0cvs91
866 switch spam<->ham button when a message has been marked as spam or ham
867 and is still selected. Thanks to Colin.
869 2006-08-25 [paul] 2.4.0cvs90
875 * src/gtk/icon_legend.c
876 * src/pixmaps/copied.xpm
877 * src/pixmaps/moved.xpm
878 add icons for delayed execution marked for
879 copying, marked for moving
881 2006-08-25 [mones] 2.4.0cvs89
883 * manual/glossary.xml
884 Fix the other glossary items:
885 5.1. = Inmmediate execution -> <quote>immediate execution...
886 5.2. = Fix MBOX capitalization -> Mbox
887 5.3. + Improve Plugins def. w/ tech. ref.
888 5.4. = Quotation -> replace '>' by <quote>></quote>
889 5.5. - SMTP Server. -> remove dot
893 2006-08-25 [mones] 2.4.0cvs88
896 Reformatted, changed email address
897 * manual/glossary.xml
898 Reformatted, fixed MANUAL-TODO items:
899 8.2. + add ROT-13 to glossary
900 8.4. + add URL to glossary
901 * manual/es/advanced.xml
904 2006-08-25 [paul] 2.4.0cvs87
906 * src/gtk/icon_legend.c
907 add 'marked for deletion' icon
908 arrange icons by containing column
911 2006-08-25 [colin] 2.4.0cvs86
915 Add the sc_g_*list_bigger functions in
916 a place everyone can use it
918 Only freeze/thaw the list when working
919 on the selection, if it's bigger than 1
920 * src/gtk/gtksctree.c
921 Only freeze/thaw the list when unselec-
922 ting 'all' if ('all' != 1)
923 This avoids some flickering
925 2006-08-24 [colin] 2.4.0cvs85
928 Fix strange list selection
929 Fix random seg (Invalid read of freed memory)
931 2006-08-24 [colin] 2.4.0cvs84
934 * src/gtk/inputdialog.c
935 * src/plugins/pgpcore/passphrase.c
936 Revert minimal width patch of 2.4.0cvs67,
937 as it is also a maximal width. Use
938 gtk_window_set_default_size instead.
940 2006-08-24 [colin] 2.4.0cvs83
943 Write cache/mark to temp files before
944 overwriting old ones (avoids metadata
945 loss if writing the new files fail).
946 Use mmap() to read cache/mark file, as
947 this makes cache reading faster. Dis-
948 abled for big-endian machines until it
949 can be tested. (Big-endian users: set
950 msgcache_use_mmap = TRUE in the relevant
953 Move rarely used fields of MsgInfo in
954 another structure, which will only be
955 allocated if needed. Face, X-Face,
956 Return receipt headers and List-*
957 headers are moved. Mails having none
958 of these occupy 52 bytes less with
959 this patch, which makes 2.5MB of RAM
960 saved on a 50k folder).
964 * src/partial_download.c
968 Follow this structure change.
970 2006-08-24 [wwp] 2.4.0cvs82
972 * manual/es/.cvsignore
973 * manual/es/dist/.cvsignore
974 * manual/es/dist/html/.cvsignore
975 * manual/es/dist/pdf/.cvsignore
976 * manual/es/dist/ps/.cvsignore
977 * manual/es/dist/txt/.cvsignore
978 more (generated) files to ignore.
980 2006-08-24 [colin] 2.4.0cvs81
984 Fix possible problems with local delivery. Check the folder doesn't
985 need scan before setting its mtime when saving cache (which can be
986 done long after the folder's been modified by an external process);
987 Check that the stored item's mtime didn't change in mh functions.
989 2006-08-24 [mones] 2.4.0cvs80
991 * manual/advanced.xml
992 Rewrapping, some fixes and MANUAL-TODO items:
993 8.1. = change "" to <quote></quote>
994 8.3. = quote menu items
995 8.5. - deploying -> new user ... ideally a new user (redundant)
997 2006-08-23 [colin] 2.4.0cvs79
999 * src/gtk/gtksctree.c
1000 When selecting or deselecting range, only
1001 freeze/thaw when selection is bigger than 10
1003 2006-08-23 [colin] 2.4.0cvs78
1008 * src/plugins/dillo_viewer/dillo_viewer.c
1009 Provide an API for MimeViewer plugins to
1010 return a text selection for replying
1012 2006-08-23 [colin] 2.4.0cvs77
1014 * src/image_viewer.c
1016 Use gtk_pixbuf_new_from_file_at_scale(), which
1017 is faster than getting the pixbuf then resizing
1020 2006-08-23 [colin] 2.4.0cvs76
1023 UTF-8 should be sent Quoted-printable
1025 2006-08-22 [colin] 2.4.0cvs75
1028 Check if scan is required before touching
1029 the folder (or it'll be required every time)
1031 2006-08-22 [colin] 2.4.0cvs74
1034 Require libetpan 0.46 (crasher fix when built
1037 2006-08-22 [colin] 2.4.0cvs73
1040 Set folder's mtime after writing its
1045 Don't do useless stuff if we don't
1048 Add some timing, don't deselect prior
1049 to selecting (gtksctree does it itself),
1050 remove crash avoidance hacks as it's been
1051 properly fixed since a while
1052 * src/common/utils.c
1053 Optimize to_human_readable(): _() is slow,
1054 do it only once, and avoid %f format for KB
1055 (the most common in a summaryview)
1056 * src/gtk/gtksctree.c
1057 Don't uselessly freeze/thaw (fixes flicker
1058 on next unread and friends), reduce number
1059 of g_list_nth/g_list_position where possible
1060 * src/gtk/gtkutils.c
1061 * src/gtk/gtkutils.h
1062 Reduce number of g_list_nth/g_list_position
1064 All of this makes loading as 70k folder 2.1
1065 seconds instead of 3.2 (with hot FS caches).
1066 (1.3 seconds without Date and Size columns...)
1068 2006-08-22 [paul] 2.4.0cvs72
1070 wrap documents and do some items from mones' MANUAL-TODO:
1072 * manual/account.xml
1073 4.1. = fix tabname references to <quote>tabname</quote>
1074 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1076 1.1. = mentioned options don't match UI
1077 Add information about the 'Never send Return Receipts'
1079 * manual/handling.xml
1080 6.2. = Mentions Extended symbols button, but now is
1082 6.3. = Mentions ... button, which is now Edit
1084 2006-08-22 [colin] 2.4.0cvs71
1086 * src/gtk/pluginwindow.c
1087 Fix layout in verbose translations (such
1090 2006-08-22 [paul] 2.4.0cvs70
1092 * manual/Makefile.am
1093 build manuals in alphabetical order
1095 * src/prefs_themes.c
1096 replace/remove deprecated symbols
1097 * src/gtk/gtkutils.c
1099 * src/gtk/pluginwindow.c
1100 replace deprecated symbol
1101 replace label text and move it
1102 * src/plugins/pgpcore/prefs_gpg.c
1103 move the 'Generate...' button out of the
1104 Sign Key frame, replace the English used
1105 * src/plugins/pgpcore/sgpgme.c
1106 fixes to the English
1108 2006-08-21 [colin] 2.4.0cvs69
1110 * src/plugins/trayicon/trayicon.c
1111 Add more strings for translation; patch
1114 2006-08-21 [colin] 2.4.0cvs68
1117 fix replied flag not set after drafting
1119 fix body quicksearch in non-encoded bodies
1122 Get rid of the g_malloc workaround for
1123 corrupted caches, use g_try_malloc
1125 2006-08-21 [colin] 2.4.0cvs67
1128 * src/gtk/inputdialog.c
1129 * src/plugins/pgpcore/passphrase.c
1130 Set minimal width to 375
1132 Fix switching to offline, asking if it
1133 should be overriden for synchronising
1135 Don't offer to remember command on Open
1136 with for text parts, as the browser or
1137 text editor command isn't changed from
1140 2006-08-20 [paul] 2.4.0cvs66
1144 fix plural form errors. revealed by stricter
1145 checking of gettext 0.15
1147 2006-08-18 [paul] 2.4.0cvs65
1149 * src/stock_pixmap.c
1150 fix the fix of 2.4.0cvs64
1153 2006-08-18 [paul] 2.4.0cvs64
1155 * src/stock_pixmap.c
1159 2006-08-18 [paul] 2.4.0cvs63
1163 fix occasional IMAP bug where large msgs
1164 were left in the queue folder after sending
1167 2006-08-18 [paul] 2.4.0cvs62
1170 freeze the summaryview while quicksearch results
1172 (fixes bug 456 'current message is hidden when the
1173 view is refreshed and extended search is "unread
1177 add missing #include "inputdialog.h"
1178 * src/common/utils.h
1179 add missing mailcap_update_default() and improve
1182 2006-08-17 [colin] 2.4.0cvs61
1184 * src/plugins/pgpcore/select-keys.c
1187 2006-08-17 [colin] 2.4.0cvs60
1190 Don't continue queuing if Cancel is clicked
1193 2006-08-17 [colin] 2.4.0cvs59
1195 * src/plugins/pgpcore/select-keys.c
1196 When encrypting, if only one key matches and it
1197 matches exactly, automatically use it.
1199 2006-08-17 [colin] 2.4.0cvs58
1202 * src/prefs_common.c
1203 * src/prefs_common.h
1204 * src/prefs_ext_prog.c
1206 Fix issues with previous patch (text/html)
1207 Remove outdated prefs
1209 2006-08-17 [colin] 2.4.0cvs57
1212 Add View Log button on auth error
1214 Fix encrypted mail marked as new when
1215 saved in normal folders
1216 * src/plugins/pgpinline/pgpinline.c
1217 Fix encrypt bug on IMAP
1219 * src/common/utils.c
1220 * src/common/utils.h
1221 * src/gtk/inputdialog.c
1222 * src/gtk/inputdialog.h
1223 Get rid of metamail stuff, simplify
1224 opening, and allow remembering of user's
1225 choices (by updating ~/.mailcap). There's
1226 still to drop "Audio player" and "Image
1227 viewer" preferences.
1229 2006-08-17 [mones] 2.4.0cvs56
1231 * manual/es/sylpheed-claws-manual.xml
1234 2006-08-17 [mones] 2.4.0cvs55
1237 * manual/Makefile.am
1238 * manual/es/Makefile.am
1239 * manual/es/account.xml
1241 * manual/es/addrbook.xml
1242 * manual/es/advanced.xml
1244 * manual/es/glossary.xml
1246 * manual/es/handling.xml
1247 * manual/es/intro.xml
1248 * manual/es/keyboard.xml
1249 * manual/es/plugins.xml
1250 * manual/es/starting.xml
1251 * manual/es/sylpheed-claws-manual.xml
1252 * manual/es/dist/Makefile.am
1253 * manual/es/dist/html/Makefile.am
1254 * manual/es/dist/pdf/Makefile.am
1255 * manual/es/dist/ps/Makefile.am
1256 * manual/es/dist/txt/Makefile.am
1257 Spanish translation for the manual
1259 2006-08-16 [colin] 2.4.0cvs54
1264 Fix send button sensitivity at startup
1265 Set send menu sensitivity (patch by Fabien)
1267 Enable closing with esc (patch by Fabien)
1268 * src/gtk/foldersort.c
1269 Enable closing with esc (patch by Fabien)
1271 Optimisation (no need to copy to tempfile to
1272 "decode" 7bit and 8bit)
1274 Fix cruft in swap_from case
1276 Fix missing last line in some mail cases
1277 (Fixes debian #381872)
1278 * src/plugins/pgpcore/prefs_gpg.c
1279 * src/plugins/pgpcore/sgpgme.c
1280 * src/plugins/pgpcore/sgpgme.h
1281 Don't show "no key found" when user explicitely
1282 wants to create a key
1284 2006-08-16 [paul] 2.4.0cvs53
1290 * src/prefs_account.c
1291 * src/prefs_message.c
1292 * src/gtk/gtkutils.c
1293 bump up minimum required versions of GTK+ and
1296 2006-08-16 [paul] 2.4.0cvs52
1299 workaround GTK+ Bug 351600 - 'Can't re-click
1300 on button after sensitivity update'
1301 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1304 2006-08-15 [colin] 2.4.0cvs51
1306 * src/plugins/pgpcore/prefs_gpg.c
1307 Set options sensitivity according to
1309 * src/plugins/pgpcore/sgpgme.c
1310 Allow to create key with no passphrase
1312 2006-08-14 [cleroy] 2.4.0cvs50
1314 * src/gtk/pluginwindow.c
1315 New layout (maybe to be changed?)
1316 * src/gtk/gtkutils.c
1317 Fix a bit label_window
1318 * src/plugins/pgpcore/passphrase.c
1319 * src/plugins/pgpcore/passphrase.h
1320 * src/plugins/pgpcore/plugin.c
1321 * src/plugins/pgpcore/prefs_gpg.c
1322 * src/plugins/pgpcore/prefs_gpg.h
1323 * src/plugins/pgpcore/sgpgme.c
1324 * src/plugins/pgpcore/sgpgme.h
1325 Allow to create a PGP private key via the GUI
1327 2006-08-14 [wwp] 2.4.0cvs49
1329 * src/addressbook_foldersel.c
1330 fix strict ISO C90 compliance.
1332 2006-08-14 [paul] 2.4.0cvs48
1334 * src/gtk/prefswindow.c
1335 re-set scrolled window on opening
1342 2006-08-14 [paul] 2.4.0cvs47
1344 * src/prefs_display_header.c
1345 re-enable user-defined Displayed Headers
1347 2006-08-14 [paul] 2.4.0cvs46
1349 * src/prefs_account.c
1352 2006-08-13 [colin] 2.4.0cvs45
1354 * src/common/utils.c
1355 Fix "a" in quote when the original message is empty,
1356 by using \0 instead of 'a' to test writability of
1359 2006-08-13 [wwp] 2.4.0cvs44
1361 * src/plugins/spamassassin/spamassassin.c
1362 fix capitalization of "SpamAssassin" in some debug, log and
1365 2006-08-13 [paul] 2.4.0cvs43
1368 fix overlapping widgets
1369 * src/prefs_account.c
1370 fix translation of protocol_names[]
1371 fix label disappearing off the edge of the
1374 2006-08-12 [paul] 2.4.0cvs42
1376 * manual/plugins.xml
1377 update IRC channel info before it gets forgotten
1380 2006-08-11 [colin] 2.4.0cvs41
1389 Grey out the Send button if
1390 - Queue folders are empty, or
1391 - We're sending already
1393 2006-08-11 [wwp] 2.4.0cvs40
1396 fix a logic issue when quitting while a compose window is
1397 still open, thanks to Colin.
1399 2006-08-10 [colin] 2.4.0cvs39
1402 Fix default font size setting after wizard run
1404 * src/etpan/imap-thread.c
1405 * src/etpan/imap-thread.h
1406 Fix bug #999 (Timing out on TSL cert validation
1407 dialog makes ugly things happen). Also, STARTTLS
1408 unconditionnaly if initial capabilities contain
1409 LOGINDISABLED and STARTTLS.
1411 2006-08-09 [colin] 2.4.0cvs38
1415 Fix Tools/Actions sensitivity when there are
1418 2006-08-09 [colin] 2.4.0cvs37
1420 * src/prefs_filtering.c
1421 Warning fix, patch by Paul
1423 * src/prefs_actions.c
1424 * src/prefs_filtering_action.c
1425 * src/prefs_matcher.c
1426 Uniformisation of "Info ..." to "Info..." (for
1427 old gtk), patch by Fabien
1428 * src/plugins/clamav/clamav_plugin_gtk.c
1429 Sensitivity fix by Fabien
1431 2006-08-09 [colin] 2.4.0cvs36
1435 Add a function to know whether we're exiting
1436 * src/plugins/trayicon/trayicon.c
1437 If exiting, don't do anything. Faster, and
1438 avoids gtk_main_iteration reentracy causing
1441 2006-08-09 [colin] 2.4.0cvs35
1446 Fix lack of part selection when automatically
1447 jumping to a specific part
1449 Little optimisation in cache reading
1451 2006-08-09 [colin] 2.4.0cvs34
1454 Fix crash setting the priority on reedit
1455 (Accessing compose before creating it!)
1457 2006-08-08 [colin] 2.4.0cvs33
1460 Fix bug #998 (last attachment is not accessible)
1461 Bad RFC interpretation on multipart close-delimiters
1464 * src/gtk/gtkvscrollbutton.c
1465 * src/gtk/gtkvscrollbutton.h
1466 Make attachments list wheel-scrollable
1468 2006-08-07 [colin] 2.4.0cvs32
1470 * src/gtk/gtkaspell.c
1471 Fix bug #973 (Unicode punctation characters
1472 are not recognized as separators by the
1473 spell checker); fix unsigned stuff
1475 2006-08-07 [colin] 2.4.0cvs31
1478 Fix bug #956 (DnD text with accents in compose
1479 text entry); fix gccc's signed/unsigned fuss
1481 2006-08-06 [colin] 2.4.0cvs30
1484 Fix bug #979 (Plugin crashes when exiting
1485 sylpheed-claws) : handle exit request only
1488 2006-08-05 [colin] 2.4.0cvs29
1491 Just make sure we have a msgid.
1493 2006-08-05 [colin] 2.4.0cvs28
1497 Fix bug #995 ("Mark cross-posted as read" doesn't work)
1498 by reimplementing it
1500 Fix bug when hiding quotes with level > 3 and quote
1503 2006-08-04 [colin] 2.4.0cvs27
1508 Fix a bit replace-by-pasting undo
1511 Fix Fold quotes menu synchro in
1512 mainwindow when it changes in
1515 Fix right-click on quotes blocks
1516 * src/common/utils.c
1517 Verify that the file created by
1518 my_tmpfile() is writable. Fixes
1519 bug #988 (very specific filesystem
1521 * src/plugins/pgpcore/sgpgme.c
1522 Fix file descriptor leak
1523 * src/plugins/spamassassin/spamassassin.c
1524 Warn once if spamd isn't reachable
1526 2006-08-04 [colin] 2.4.0cvs26
1529 i18n context patch by Fabien
1531 2006-08-03 [colin] 2.4.0cvs25
1535 Rename "Hide quotes" to "Fold quotes"
1537 Don't use hand cursor on quotes. "all
1538 the bonuses of the feature and none of
1539 unwelcome side-effects"
1541 2006-08-03 [colin] 2.4.0cvs24
1544 * sylpheed-claws.desktop
1546 Bring the desktop file to XDG compliance
1547 Patch by Charles A. Edwards
1549 2006-08-03 [colin] 2.4.0cvs23
1552 Fix links offset when they are preceded
1553 by accentued chars (g_utf8_strlen!)
1555 Fix wrong status when starting offline
1558 2006-08-03 [wwp] 2.4.0cvs22
1560 * src/prefs_common.h
1561 ask what to do w/ filtering rules that belong to an account when
1562 applying filtering rules manually from the main window (skip,
1563 apply regardless of the account, use current account). This dialog
1564 can be skipped and the last reply used.
1567 2006-08-03 [wwp] 2.4.0cvs21
1571 * src/prefs_common.c
1576 ask what to do w/ filtering rules that belong to an account when
1577 applying filtering rules manually from the main window (skip,
1578 apply regardless of the account, use current account). This dialog
1579 can be skipped and the last reply used.
1582 2006-08-03 [colin] 2.4.0cvs20
1585 Optimize previous patch
1587 2006-08-03 [cleroy] 2.4.0cvs19
1590 Fix quotes getting toggled back when the
1591 mail has an even number of text parts
1593 2006-08-02 [colin] 2.4.0cvs18
1596 Add Hide quotes menu
1598 2006-08-02 [colin] 2.4.0cvs17
1601 * src/prefs_common.c
1605 Allow per-level quote hiding,
1606 Allow toggling quotes by double-clicking them
1607 Rename RemoteURI to ClickableText to reflect
1608 the fact it's used for a variety of things
1610 2006-08-02 [wwp] 2.4.0cvs16
1613 fix "View/Hide quotes" menu item status initialization.
1615 2006-08-02 [wwp] 2.4.0cvs15
1617 * src/matcher_parser_parse.y
1618 remove a debug trace.
1620 2006-08-02 [paul] 2.4.0cvs14
1622 * src/plugins/pgpcore/passphrase.c
1623 don't set initial dialog size
1626 2006-08-02 [paul] 2.4.0cvs13
1629 remove the rogue '/' character
1631 2006-08-02 [paul] 2.4.0cvs12
1634 allow buttons to resize as necessary
1636 2006-08-01 [wwp] 2.4.0cvs11
1639 fix strict ISO C90 compliance.
1641 2006-08-01 [wwp] 2.4.0cvs10
1644 updated update-po tool to work w/ context-dependent translations.
1645 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1647 2006-08-01 [wwp] 2.4.0cvs9
1650 * src/prefs_filtering.c
1651 * src/prefs_matcher.c
1652 allow context-dependent translations for "All",
1653 patch by Fabien Vantard <fzzzzz@gmail.com>.
1655 2006-07-31 [colin] 2.4.0cvs8
1659 Add Rafal to authors
1661 2006-07-31 [colin] 2.4.0cvs7
1666 * src/prefs_common.c
1667 * src/prefs_common.h
1669 Add 'View/Hide quotes'. Patch based on a patch
1672 2006-07-31 [colin] 2.4.0cvs6
1675 Fix problem with "> stuff >" actions
1677 2006-07-31 [paul] 2.4.0cvs5
1680 updated by Geir Helland
1682 2006-07-31 [wwp] 2.4.0cvs4
1687 add "View/Go to/Parent message" and "View/Go to/Last read message",
1690 2006-07-31 [wwp] 2.4.0cvs3
1697 * src/addressbook_foldersel.c
1698 * src/addressbook_foldersel.h
1703 * src/matcher_parser_lex.l
1704 * src/matcher_parser_parse.y
1705 * src/prefs_common.c
1706 * src/prefs_common.h
1707 * src/prefs_filtering.c
1708 * src/prefs_matcher.c
1709 * src/prefs_matcher.h
1711 introduce filtering against the address book. It's now possible to add
1712 matched conditions to determine if any email address in a message matches
1713 or doesn't match any or all books or folders in the address book.
1715 2006-07-31 [wwp] 2.4.0cvs2
1725 * src/matcher_parser_lex.l
1726 * src/matcher_parser_parse.y
1728 * src/prefs_filtering.c
1729 * src/prefs_filtering.h
1733 introduce per-account filtering rules. Each filtering rule can now be assigned
1734 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1735 when applying filtering rules manually, as all rules will apply - even the ones
1736 assigned to an account. This issue will be addressed soon.
1740 2006-07-31 [wwp] 2.4.0cvs1
1743 make more strings translatable.
1745 2006-07-31 [paul] 2.4.0
1749 2006-07-31 [paul] 2.3.1cvs91
1752 updated by Miquel Oliete
1754 2006-07-31 [paul] 2.3.1cvs90
1764 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1765 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1766 Aleksandar Urosevic, and Ralgh Young
1768 2006-07-31 [paul] 2.3.1cvs89
1774 Fix a race condition when, after an SC crash, rescanning
1775 folders took more than 0.5 seconds
1778 2006-07-31 [paul] 2.3.1cvs88
1781 don't translate separator strings
1783 2006-07-30 [mones] 2.3.1cvs87
1785 * doc/man/sylpheed-claws.1
1786 Fixed non-ASCII chars in Hoa's name
1790 2006-07-27 [colin] 2.3.1cvs86
1793 Don't include the leading \n in links
1796 2006-07-25 [colin] 2.3.1cvs85
1799 * src/common/socket.h
1800 * src/etpan/imap-thread.c
1801 Refresh resolvers before connecting
1802 to IMAP servers, and after switching
1803 to online. Thanks to Paul.
1807 * 2.4.0-rc4 released
1809 2006-07-17 [colin] 2.3.1cvs84
1812 Show connection attempt in statusbar before
1813 connecting (previously first message was
1814 "Retrieving messages from ..." after the
1815 connection succeeded.
1817 2006-07-16 [wwp] 2.3.1cvs83
1819 * sylpheed-claws.ico
1820 Added .ico file (windows multi-size icon file, generated).
1822 2006-07-12 [wwp] 2.3.1cvs82
1825 remove Message/Re-edit menu entry from messageview window,
1826 as sent/draft/queued messages are opened in compose window when
1827 re-edited and it's not possible to re-edit other msgs.
1829 2006-07-12 [paul] 2.3.1cvs81
1834 check online state before resetting
1835 mailcheck timer. Useful if some program
1836 verifies connection state and updates
1838 Patch by Leonid Evdokimov <darkk@users.sf.net>
1840 2006-07-12 [paul] 2.3.1cvs80
1842 * sylpheed-claws-128x128.png
1843 * sylpheed-claws-64x64.png
1844 * sylpheed-claws.png
1847 * src/prefs_toolbar.c
1848 * src/stock_pixmap.c
1849 * src/stock_pixmap.h
1852 * src/gtk/gtkutils.c
1853 * src/pixmaps/sylpheed-claws.xpm ** ADDED **
1854 * src/pixmaps/sylpheed-claws_icon.xpm ** ADDED **
1855 * src/pixmaps/sylpheed-claws_logo.xpm ** ADDED **
1856 * src/pixmaps/sylpheed.xpm ** REMOVED **
1857 * src/pixmaps/sylpheed_icon.xpm ** REMOVED **
1858 * src/pixmaps/sylpheed_logo.xpm ** REMOVED **
1859 updated and renamed logo/icon files and related
1860 logo by Jesper Schultz
1862 2006-07-11 [paul] 2.3.1cvs79
1865 fix the labels a smidgin
1867 2006-07-09 [colin] 2.3.1cvs78
1870 Show errors in textviewer's command
1871 Patch by H. Merijn Brand
1873 2006-07-09 [colin] 2.3.1cvs77
1876 Save FMID in drafts too
1878 2006-07-08 [colin] 2.3.1cvs76
1881 Svae RMID in drafted mails too
1882 Save quote_fmt vars for whole mails,
1883 don't reset at each quote_fmt_init:
1884 allows to use the same |i{var} in
1885 various template fields
1886 * src/prefs_template.c
1888 * src/quote_fmt_parse.y
1891 2006-07-08 [colin] 2.3.1cvs75
1894 Fix highlighting of attached parts URIs
1896 2006-07-08 [colin] 2.3.1cvs74
1899 Prevent bug #981 (sc 2.3.1 segfaults with
1900 gtk+ 2.10) from being reported again:
1901 if Sylpheed-Claws has been compiled against
1902 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0,
1903 of if Sylpheed-Claws has been compiled against
1904 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1907 2006-07-07 [colin] 2.3.1cvs73
1909 * src/prefs_actions.c
1912 2006-07-07 [colin] 2.3.1cvs72
1914 * src/prefs_actions.c
1915 Fix compile on gtk < 2.8. argh :)
1917 2006-07-07 [paul] 2.3.1cvs71
1922 2006-07-07 [colin] 2.3.1cvs70
1926 * src/quote_fmt_lex.l
1927 * src/quote_fmt_parse.y
1928 Add |i{var}, a way to insert user-entered
1933 * 2.4.0-rc3 released
1935 2006-07-07 [colin] 2.3.1cvs69
1938 Don't consider inboxes of UNKNOWN folder
1939 classes to be useable as default inboxes
1941 2006-07-07 [paul] 2.3.1cvs68
1944 add missing #include <errno.h>
1945 Thanks to René J. Blokland
1947 2006-07-07 [paul] 2.3.1cvs67
1950 Return now Closes dialog
1954 add contextual menu to mime parts listed
1957 * src/common/utils.c
1958 reversal: ' is a valid character in URLs
1960 2006-07-06 [colin] 2.3.1cvs66
1962 * src/remotefolder.h
1963 Forgotten in previous commit
1965 2006-07-06 [colin] 2.3.1cvs65
1968 Set summary update flag whenever
1971 * src/prefs_account.c
1972 * src/common/utils.h
1973 * src/etpan/imap-thread.c
1974 Fix warnings, thanks to Fabien and
1977 2006-07-06 [wwp] 2.3.1cvs64
1979 * src/gtk/gtkutils.c
1980 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1982 2006-07-06 [wwp] 2.3.1cvs63
1991 * src/message_search.c
1992 * src/prefs_actions.c
1993 * src/prefs_filtering.c
1994 * src/prefs_filtering.h
1995 * src/prefs_template.c
1996 * src/summary_search.c
1998 * src/gtk/gtkutils.c
1999 * src/gtk/gtkutils.h
2000 * src/gtk/pluginwindow.c
2001 add help buttons to some dialogs. Clicking such buttons opens a
2002 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2004 2006-07-06 [paul] 2.3.1cvs62
2007 fix attachments contextual menu
2010 2006-07-05 [colin] 2.3.1cvs61
2014 Handle sftp:// links
2016 2006-07-05 [paul] 2.3.1cvs60
2019 grab save button by default
2022 2006-07-05 [wwp] 2.3.1cvs59
2025 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2027 2006-07-04 [colin] 2.3.1cvs58
2031 Use left click to select, middle click to open
2033 * src/common/utils.c
2036 2006-07-04 [colin] 2.3.1cvs57
2040 Warning fixes, thanks to Fabien
2042 2006-07-04 [colin] 2.3.1cvs56
2047 Allow parts to be selected via their text label
2050 2006-07-04 [colin] 2.3.1cvs55
2053 Feedback when closing (for big folders)
2054 * src/prefs_actions.c
2055 * src/prefs_filtering.c
2056 * src/prefs_matcher.c
2057 * src/prefs_template.c
2058 Fix default button when closing without
2061 2006-07-04 [colin] 2.3.1cvs54
2064 Delete local file on deletion
2066 2006-07-03 [colin] 2.3.1cvs53
2070 Don't freeze when rescanning after crash
2072 2006-07-03 [wwp] 2.3.1cvs52
2077 * src/plugins/pgpinline/pgpinline.c
2078 * src/plugins/pgpmime/pgpmime.c
2079 don't report an error when the user cancels the passphrase dialog.
2081 2006-07-02 [colin] 2.3.1cvs51
2084 Open message when crossing folders with Space,
2085 goto next unread and friends
2087 2006-07-01 [colin] 2.3.1cvs50
2089 * src/prefs_account.c
2090 Typographic rules varying from language
2091 to language (in french "Protocole :"),
2092 we have to do that :)
2094 2006-07-01 [ticho] 2.3.1cvs49
2096 * src/prefs_account.c
2097 Only use one temporary gchar* variable in
2098 prefs_account_protocol_set_optmenu().
2100 2006-07-01 [ticho] 2.3.1cvs48
2102 * src/prefs_account.c
2103 * src/prefs_account.h
2104 Use GtkLabel for existing account protocol name.
2105 Created an array for protocol names and populate the
2106 combobox from it in a for() cycle.
2108 2006-06-30 [colin] 2.3.1cvs47
2111 Block undo when changing signature (by changing
2114 2006-06-30 [paul] 2.3.1cvs46
2116 * src/send_message.c
2117 when editing From in the Compose window, use that address
2118 in the Return-Path: header
2121 2006-06-30 [colin] 2.3.1cvs45
2124 Fix signature replacement:
2125 - when no newline before separator
2128 2006-06-29 [colin] 2.3.1cvs44
2134 Let 'View/Go to/Next marked' work like
2135 Next new & Next unread: across folders
2136 Change the select_on_entry pref to do
2137 what we want when changing folder
2138 * src/common/utils.c
2139 Fix single-quoted links
2141 2006-06-29 [colin] 2.3.1cvs43
2143 * src/gtk/gtkaspell.c
2144 "Sylpheed" and "Sylpheed-Claws" do exist !
2146 2006-06-29 [colin] 2.3.1cvs42
2149 Forgot to remove debug
2151 2006-06-29 [colin] 2.3.1cvs41
2156 Disconnect from IMAP servers when going
2157 offline. Fixes bug #978 (going to offline-mode
2158 won't close connections)
2160 2006-06-29 [colin] 2.3.1cvs40
2163 Fix transient setting on failing plugins
2165 * src/plugins/pgpcore/sgpgme.c
2166 Only warn for OpenPGP. Most people don't
2169 2006-06-29 [colin] 2.3.1cvs39
2172 Fix Spelling menu (discrepancy between context menu
2173 and top menu when folder's dictionary isn't the
2175 * src/plugins/pgpcore/sgpgme.c
2176 More error reporting about why gpgme can fail
2178 2006-06-29 [wwp] 2.3.1cvs38
2181 honor the display-header-pane setting even when the message view
2182 is a separate window.
2184 2006-06-29 [wwp] 2.3.1cvs37
2186 * src/prefs_actions.c
2187 forgot to commit that one (use of GTK_STOCK_INFO).
2189 2006-06-29 [colin] 2.3.1cvs36
2192 Better handling of login errors (ask the password
2193 again once), alert in case of error. Fix three
2194 signedness warnings.
2196 2006-06-28 [wwp] 2.3.1cvs35
2198 * src/prefs_template.c
2199 * src/prefs_matcher.c
2200 * src/prefs_filtering_action.c
2202 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2203 patch by Fabien Vantard, slightly modified.
2209 2006-06-28 [colin] 2.3.1cvs34
2211 * src/prefs_account.c
2212 Fix bug #977 (Can't add or edit imap accounts)
2214 2006-06-28 [colin] 2.3.1cvs33
2219 2006-06-28 [colin] 2.3.1cvs32
2222 Save named inlined attachments with "Save all"
2225 * src/common/plugin.c
2226 * src/common/plugin.h
2227 * src/common/sylpheed.c
2228 * src/common/utils.c
2229 * src/plugins/pgpcore/sylpheed.def
2230 * src/plugins/pgpinline/sylpheed.def
2231 * src/plugins/pgpmime/sylpheed.def
2232 Win32 compatibility patch, by
2235 2006-06-28 [wwp] 2.3.1cvs31
2238 * src/prefs_folder_item.c
2239 less compilation warnings (thanks to Fabien Vantard), less typos.
2241 2006-06-28 [paul] 2.3.1cvs30
2243 * src/gtk/gtkutils.c
2244 gtk_combo_box_set_focus_on_click() is only
2245 available since gtk 2.6.0
2247 2006-06-28 [paul] 2.3.1cvs29
2249 * src/prefs_ext_prog.c
2250 fix engrish and add a tooltip for the
2251 'command for 'Display as text' option
2257 2006-06-28 [paul] 2.3.1cvs28
2261 include textviewer.pl in releases
2263 2006-06-28 [paul] 2.3.1cvs27
2265 * src/prefs_ext_prog.c
2266 hide Print command option if libgnomeprint
2269 2006-06-27 [colin] 2.3.1cvs26
2272 Fix Esc handling in insert/attach dialog
2273 Don't show this dialog if dragging something
2274 else than text/uri-list
2275 Thanks to Fabien Vantard
2276 * tools/textviewer.pl
2277 Filter script to display stuff as text
2280 2006-06-27 [wwp] 2.3.1cvs25
2283 use the exact product name (message view title), patch
2286 2006-06-27 [ticho] 2.3.1cvs24
2288 * src/prefs_account.c
2289 * src/prefs_common.c
2290 * src/prefs_common.h
2291 * src/prefs_ext_prog.c
2293 Add a preference (Preferences/External programs)
2294 to allow "Display as text" to be done via a script
2295 (patch by H.Merijn Brand).
2296 Use GtkComboBox for protocol selection in account
2298 Only include current choice for existing accounts, and
2299 insensitivize the combobox.
2301 2006-06-27 [paul] 2.3.1cvs23
2304 fix crasher introduced in cvs21.
2307 2006-06-26 [colin] 2.3.1cvs22
2310 Fix double-frees when leaving folders
2311 after exporting to mbox
2313 2006-06-26 [colin] 2.3.1cvs21
2316 More feedback (and optimisation)
2318 * src/common/utils.c
2319 Fix case when looking for mail addresses
2320 * src/gtk/gtkutils.c
2321 Extra check for (X-)Face
2323 2006-06-25 [ticho] 2.3.1cvs20
2327 * src/gtk/gtkutils.c
2328 * src/gtk/gtkutils.h
2329 Added second argument to gtkut_sc_combobox_create() to
2330 control focus-on-click for the widget.
2331 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2333 2006-06-25 [ticho] 2.3.1cvs19
2336 * src/gtk/Makefile.am
2337 * src/gtk/combobox.c
2338 * src/gtk/combobox.h
2339 * src/gtk/gtkutils.c
2340 * src/gtk/gtkutils.h
2341 Use GtkComboBox instead of deprecated GtkOptionMenu
2342 for account selector in compose window and for encoding
2343 selector in attachment properties.
2344 Also factorise working with the new GtkComboBox somewhat.
2346 2006-06-24 [paul] 2.3.1cvs18
2348 * src/prefs_common.c
2349 use the correct default value
2351 2006-06-24 [paul] 2.3.1cvs17
2354 * src/prefs_common.c
2355 * src/prefs_common.h
2356 * src/prefs_compose_writing.c
2357 enable setting of default action when
2358 dnd'ing files in the compose window.
2359 (Collaborative effort with wwp)
2361 2006-06-23 [wwp] 2.3.1cvs16
2364 i18n fix (thanks to Fabien Vantard)
2366 2006-06-22 [colin] 2.3.1cvs15
2368 * src/prefs_customheader.c
2369 Don't use filters in custom headers' file
2370 selector. Remember, extensions mean nothing :)
2372 2006-06-22 [paul] 2.3.1cvs14
2375 allow setting of man directory location
2377 2006-06-22 [colin] 2.3.1cvs13
2380 Add 'View/Go to/Next unread folder'.
2383 2006-06-22 [colin] 2.3.1cvs12
2385 * src/common/utils.c
2386 Add some subject prefixes
2387 Patch by Bjorn T Johansen <btj@havleik.no>
2389 2006-06-22 [colin] 2.3.1cvs11
2391 * manual/advanced.xml
2392 Forgotten hidden pref
2394 2006-06-21 [paul] 2.3.1cvs10
2396 * src/prefs_account.c
2397 complete the removal of 'Add date header' option
2399 2006-06-21 [paul] 2.3.1cvs9
2403 * src/prefs_account.c
2404 * src/prefs_account.h
2405 remove option to add date header - always
2407 * src/etpan/imap-thread.c
2408 fix warnings (Thanks to Colin)
2410 2006-06-21 [wwp] 2.3.1cvs8
2413 set the attachment flag when inline text part are (file)named. This is more convenient
2414 when receiving (for instance) inline source files or patches sent using thunderbird.
2416 2006-06-21 [paul] 2.3.1cvs7
2419 fix off-by-one count of current msg in
2420 statusbar filtering progressbar
2422 2006-06-21 [paul] 2.3.1cvs6
2425 Show attachment icon even if the part is 'inline'
2426 if the following conditions are met:
2427 - content-type != 'text/plain'
2428 - content-type != '*/pgp-signature'
2429 - either 'name' or 'filename' parameter is not NULL
2433 2006-06-21 [paul] 2.3.1cvs5
2436 * src/prefs_common.c
2437 * src/prefs_common.h
2439 add an option to 'Never send Return
2443 2006-06-20 [mones] 2.3.1cvs4
2448 typo fixed (space after comma)
2449 * tools/make.themes.project
2450 remove exec mode from tarball files
2452 2006-06-20 [colin] 2.3.1cvs3
2457 Better fix for \n's in headers (don't
2458 break Received: and others)
2460 2006-06-20 [paul] 2.3.1cvs2
2464 improve legibility of phishing attempt
2467 2006-06-20 [paul] 2.3.1cvs1
2472 Update version number following
2475 2006-06-20 [colin] 2.3.0cvs26
2478 When dragging a file to the text of the compose
2479 window, ask whether we want to insert or attach
2480 (I know lots of people who do that to attach)
2482 2006-06-20 [colin] 2.3.0cvs25
2484 * src/etpan/imap-thread.c
2485 Fix threshold (the append command is often > 32 bytes)
2487 2006-06-19 [colin] 2.3.0cvs24
2490 * src/etpan/imap-thread.c
2491 Workaround Rockliffe IMAP server bug: replace
2492 "x UID SEARCH (ANSWERED UID 1:*)" with
2493 "x UID SEARCH ANSWERED"
2494 (Rockliffe doesn't handle the parenthesis)
2496 2006-06-19 [colin] 2.3.0cvs23
2500 * src/etpan/imap-thread.c
2501 Probably fix bug #972 (Freezes when adding
2502 an attachment to the message)
2504 Modernize Firefox cmd
2507 2006-06-18 [colin] 2.3.0cvs22
2509 * src/prefs_customheader.c
2510 Only allow correct filenames for various
2513 2006-06-18 [colin] 2.3.0cvs21
2515 * src/prefs_customheader.c
2516 Add a 'From File...' button in custom headers prefs, which
2517 try to do the right thing:
2518 for normal headers, use file as plaintext,
2519 for X-Face, calls compface,
2520 for Face, encode to b64.
2522 2006-06-17 [colin] 2.3.0cvs20
2527 2006-06-16 [colin] 2.3.0cvs19
2530 Recursive quicksearch: show message list
2531 in current folder, *then* search children
2534 2006-06-16 [colin] 2.3.0cvs18
2537 Instead of ignoring SIGPIPE, save caches
2538 when getting one. Will fix the fact that
2539 hot caches are out-of-date when logging
2542 * src/prefs_compose_writing.c
2543 Only save text (not attachments) when
2544 auto-saving to drafts
2546 Always replace \n, \r and \t with spaces
2548 * manual/dist/html/Makefile.am
2549 * manual/dist/pdf/Makefile.am
2550 * manual/dist/ps/Makefile.am
2551 * manual/dist/txt/Makefile.am
2552 * manual/fr/dist/html/Makefile.am
2553 * manual/fr/dist/pdf/Makefile.am
2554 * manual/fr/dist/ps/Makefile.am
2555 * manual/fr/dist/txt/Makefile.am
2556 * manual/pl/dist/html/Makefile.am
2557 * manual/pl/dist/pdf/Makefile.am
2558 * manual/pl/dist/ps/Makefile.am
2559 * manual/pl/dist/txt/Makefile.am
2560 Fix make clean removing pregenerated manuals
2563 2006-06-16 [colin] 2.3.0cvs17
2565 * src/plugins/pgpcore/sgpgme.c
2566 * src/plugins/pgpmime/pgpmime.c
2567 * src/plugins/pgpinline/pgpinline.c
2568 Better error reporting in setup_signers.
2569 Don't fallback to default key if specified
2571 Don't allow signing if more than one secret
2572 key matches the one specified in prefs.
2574 2006-06-15 [colin] 2.3.0cvs16
2577 Add "Send queue" in the folder's contextual
2585 * src/plugins/pgpcore/passphrase.c
2586 * src/plugins/pgpcore/sgpgme.c
2587 * src/plugins/pgpinline/pgpinline.c
2588 * src/plugins/pgpmime/pgpmime.c
2589 Better error reporting
2591 Probably fix bug #971 (2.2.3 cannot read mail
2595 2006-06-15 [mones] 2.3.0cvs15
2597 * tools/make.themes.project
2598 creates the themes project from the web page
2600 2006-06-15 [colin] 2.3.0cvs14
2603 Better fix (avoid losing the folder if scan_tree
2606 2006-06-15 [cleroy] 2.3.0cvs13
2609 Probably fix Bug #969 (crash on rebuilding
2612 2006-06-14 [colin] 2.3.0cvs12
2614 * manual/dtd/manual.xsl
2615 * manual/sylpheed-claws-manual.xml
2616 * manual/fr/sylpheed-claws-manual.xml
2617 * manual/pl/sylpheed-claws-manual.xml
2618 Insert pagebreaks between sections
2620 2006-06-14 [paul] 2.3.0cvs11
2623 better fix than 2.3.0cvs10
2625 2006-06-14 [paul] 2.3.0cvs10
2628 fix setting of PACKAGE_DATA_DIR with newer autoconf
2629 (backwards compatible)
2631 2006-06-13 [colin] 2.3.0cvs9
2634 Fix sending of return receipt with the new queue folders
2636 2006-06-13 [wwp] 2.3.0cvs8
2638 * src/quote_fmt_lex.l
2639 fix wrong tokens returned in quote_fmt lexer, query not().
2641 2006-06-13 [wwp] 2.3.0cvs7
2644 * src/prefs_folder_item.c
2645 allow changing folder type even when folder is not a top-level one,
2648 2006-06-12 [colin] 2.3.0cvs6
2651 Fix double-ask of "Do you want to mark all
2654 2006-06-12 [colin] 2.3.0cvs5
2665 * src/prefs_folder_item.c
2670 * src/send_message.c
2673 Apply bug #964's patch (Queue and drafts aren't normal)
2674 The Drafts and Queue folder now contain RFC-822 files,
2675 allowing to move and copy mails from and to these
2676 folders. Moving from Drafts to Queue will prepare the
2677 mail for sending (PGP signature, encryption, etc).
2678 This patch also rework sending errors handling to try
2680 Also, allow redefining folder types via the GUI
2681 (Folder type in its Properties)
2683 2006-06-12 [colin] 2.3.0cvs4
2686 * src/prefs_common.c
2687 * src/prefs_common.h
2689 Allow to define a specific print font - patch
2690 by Bernhard Walle <bernhard.walle@gmx.de>
2692 * manual/advanced.xml
2693 * manual/fr/advanced.xml
2694 Add a hidden pref to allow deletion without
2697 2006-06-12 [wwp] 2.3.0cvs3
2700 more files to ignore.
2702 2006-06-12 [wwp] 2.3.0cvs2
2705 * src/quote_fmt_lex.l
2706 * src/quote_fmt_parse.y
2707 extend the quote_fmt parser (templates and quotes):
2708 - allow limited sub-expressions in |p{} and |f{} expressions,
2709 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
2710 - implemented/fixed missing implementation of query_references and show_references,
2711 - completed, fixed contents and format of the symbols help dialog,
2712 - fix some compilation warnings.
2714 2006-06-12 [wwp] 2.3.0cvs1
2716 * manual/advanced.xml
2717 * manual/fr/advanced.xml
2718 updates in the "templates" section of the manual (eng/fr):
2719 - be more precise (both versions)
2720 - completed to match the english reference (fr version)
2721 - touchups (both versions)
2723 2006-06-12 [paul] 2.3.0
2727 2006-06-12 [paul] 2.2.3cvs14
2738 updated by Miquel Oliete, Tim, Stephan Sachse,
2739 Stavros Giannouris, Fabien Vantard, Andrea
2740 Spadaccini, Frederico Goncalves Guimaraes,
2741 Aleksandar Urosevic, and Ralgh Young
2743 2006-06-12 [colin] 2.2.3cvs13
2748 2006-06-11 [colin] 2.2.3cvs12
2751 Verify that g_malloc() succeeded
2753 2006-06-11 [colin] 2.2.3cvs11
2756 Add Face header to welcome mail
2758 2006-06-10 [colin] 2.2.3cvs10
2761 Revert previous (Forgot it changes the
2762 margin on the whole mail)
2764 2006-06-10 [colin] 2.2.3cvs9
2767 Don't overlap long headers under (X-)Face
2769 2006-06-10 [mones] 2.2.3cvs8
2772 allow generation of manual on systems lacking saxon binary
2773 but with java and the saxon library installed
2778 2006-06-09 [colin] 2.2.3cvs7
2781 Fix leak when using Display Sender using Addressbook
2783 2006-06-09 [colin] 2.2.3cvs6
2792 2006-06-09 [paul] 2.2.3cvs5
2796 * tools/claws.i18n.status.pl
2797 updated with new info
2799 2006-06-09 [paul] 2.2.3cvs4
2804 add wwp to authors list
2806 update mine and Colin's addresses
2808 2006-06-08 [colin] 2.2.3cvs3
2810 * src/etpan/imap-thread.c
2811 Fix leak on SSL cert check
2813 2006-06-08 [colin] 2.2.3cvs2
2815 * src/common/utils.c
2818 2006-06-08 [paul] 2.2.3cvs1
2821 Update version number following
2824 2006-06-07 [colin] 2.2.2cvs3
2827 Fix catching cache read errors (guint instead of gint)
2828 Prevent malloc'ing more than 8MB (means cache corruption)
2830 2006-06-07 [paul] 2.2.2cvs2
2837 * src/common/utils.c
2838 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
2840 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
2843 2006-06-06 [paul] 2.2.2cvs1
2846 Update version number following
2849 2006-06-06 [paul] 2.2.1cvs6
2852 fix implicit declaration of
2854 Patch by Fabien Vantard
2856 2006-06-06 [paul] 2.2.1cvs5
2859 fix age_greater and age_lower so that they
2860 mean what say and not '...or equal to'
2863 2006-06-06 [paul] 2.2.1cvs4
2866 * src/common/utils.c
2870 2006-06-05 [wwp] 2.2.1cvs3
2872 * manual/fr/account.xml
2873 minor language fixes (thanks to Fabien Vantard).
2875 2006-06-05 [colin] 2.2.1cvs2
2877 * src/prefs_folder_item.c
2879 Allow recursive setting of properties
2882 Don't freeze on 'test' filtering rule
2884 2006-06-05 [colin] 2.2.1cvs1
2887 Update version number following
2890 2006-06-04 [wwp] 2.2.0cvs82
2892 * manual/glossary.xml
2893 * manual/account.xml
2894 * manual/fr/glossary.xml
2895 * manual/fr/account.xml
2896 added glossary section and references/links related to the Face custom header.
2898 2006-06-04 [colin] 2.2.0cvs81
2901 Skip to next message on move with no
2904 2006-06-04 [wwp] 2.2.0cvs80
2907 added sanity checks, exit when needed.
2909 2006-06-03 [paul] 2.2.0cvs79
2911 * src/prefs_receive.c
2912 page name is now 'Receiving'
2914 page name is now 'Sending'
2916 2006-06-03 [colin] 2.2.0cvs78
2918 * src/plugins/spamassassin/spamassassin_gtk.c
2919 Autoswitch to Localhost if transport was previously
2920 disabled. Else people had to check [] Enable, then
2921 *reselect* transport.
2923 2006-06-03 [colin] 2.2.0cvs77
2925 * src/plugins/pgpinline/pgpinline.c
2926 * src/plugins/pgpmime/pgpmime.c
2927 Check that gpg_data_release_and_get_mem
2928 didn't fail (now, why this happens...)
2930 2006-06-03 [colin] 2.2.0cvs76
2933 Fix bug #962 (Manual and/or UI should
2934 warn about incompatible locking
2937 2006-06-02 [cleroy] 2.2.0cvs75
2945 2006-06-02 [colin] 2.2.0cvs74
2948 On exit, free caches after writing them
2949 Shuts up some valgrind false positives
2951 * src/send_message.c
2952 Fix races when reusing existing SMTP connections
2953 Fix inexistant session timeout
2955 Display alertpanel after all queues have
2956 been processed, not after each
2958 2006-06-02 [wwp] 2.2.0cvs73
2960 * manual/fr/glossary.xml
2963 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2965 2006-06-02 [wwp] 2.2.0cvs72
2968 * manual/dist/pdf/Makefile.am
2969 * manual/dtd/manual.xsl
2970 * manual/fr/dist/pdf/Makefile.am
2971 * manual/pl/dist/pdf/Makefile.am
2972 we changed the procedure to generate the .pdf version of the manual.
2973 The procedure is more modern and the .pdf we get now has a valid index.
2974 Here are the new pre-requisites:
2976 - JRE 1.x (1.4 here): there must be one from your distro
2977 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2978 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2979 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2981 See my posts for further info about the installation of this toolchain:
2983 Date: Fri, 19 May 2006 19:40:06 +0200
2984 From: wwp <subscript@free.fr>
2985 To: sylpheed-claws-devel@lists.sourceforge.net
2986 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2990 Date: Wed, 24 May 2006 12:58:49 +0200
2991 From: wwp <subscript@free.fr>
2992 To: sylpheed-claws-devel@lists.sourceforge.net
2993 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2995 2006-06-01 [colin] 2.2.0cvs71
2998 Better guards against IMAP races
3000 * src/prefs_common.c
3001 * src/prefs_common.h
3002 * src/common/ssl_certificate.c
3003 * src/etpan/imap-thread.c
3004 * src/etpan/imap-thread.h
3005 * src/gtk/sslcertwindow.c
3006 New hidden option ssl_skip_cert_check to
3007 avoid dups of bug #959 (libetpan linked
3008 against gnutls and gnutls buggy on 64bit)
3009 Present expired warning only once per
3011 * manual/advanced.xml
3012 * manual/fr/advanced.xml
3015 2006-06-01 [wwp] 2.2.0cvs70
3018 fix for bug #961 (return receipt dialog
3019 complains incorrectly about return-path
3020 email adress being different), thanks
3023 2006-05-31 [cleroy] 2.2.0cvs69
3026 Guard against NULLs, although this
3027 should never be an issue
3029 2006-05-31 [colin] 2.2.0cvs68
3034 Don't remove caches when destroying folder, it
3035 could (should) be done at exit
3037 free processing cache after incorporation
3038 * src/etpan/imap-thread.c
3039 Maybe fix bug #959 (Crash on moving to emails
3040 to a imap account per ssl with a expired
3043 2006-05-30 [colin] 2.2.0cvs67
3046 Put back event flush when displaying message
3047 It avoids reading a bunch of messages just
3048 by hitting shift-n for too long ;)
3050 2006-05-29 [colin] 2.2.0cvs66
3053 Remove useless g_warnings
3055 2006-05-29 [colin] 2.2.0cvs65
3058 Fix g_slist_append()s for performance
3060 2006-05-29 [colin] 2.2.0cvs64
3063 * src/common/utils.c
3064 Fix extraneous tab at start of addresses
3066 Fix warnings (thanks to Fabien)
3067 Fix crash at exit when composing messages
3070 Fix progress bar when deleting expired mails
3073 * src/gtk/gtksctree.c
3074 Fix re-sorting slowness
3076 2006-05-29 [paul] 2.2.0cvs63
3079 fetch full message when moving mails
3080 from another mailbox, (fixed data loss
3081 when filtering from IMAP to MH, introduced
3085 2006-05-29 [mones] 2.2.0cvs62
3087 * src/gtk/gtksctree.c
3088 Unselect faster (patch by Colin)
3090 2006-05-26 [colin] 2.2.0cvs61
3093 Unplug MSGINFO_UPDATE callback on delete too.
3095 2006-05-26 [colin] 2.2.0cvs60
3098 Fix bold in folder selection window with glib2.10
3101 2006-05-26 [colin] 2.2.0cvs59
3104 Convert date only if necessary (and don't
3105 try to convert from utf8 to utf8, too)
3107 Only set column's text if the column's
3110 2006-05-26 [colin] 2.2.0cvs58
3113 * src/gtk/gtkutils.c
3116 2006-05-26 [colin] 2.2.0cvs57
3119 Make summaryview selectable as long as
3120 no message has focus
3122 Faster deletion (by implementing mh_remove_msgs)
3123 Faster copy (avoid using mh_fetch_msg just to get
3125 Faster move (using move_file instead of copy_file
3127 No progressbar if total number of mails to cp/mv
3130 Fix removal from subject_table when mail gets moved
3131 Faster deletion (g_slist_prepend instead of append)
3132 * src/gtk/gtksctree.c
3135 2006-05-25 [colin] 2.2.0cvs56
3137 * src/common/ssl_certificate.c
3138 Fix leak in expired cert check
3140 2006-05-25 [colin] 2.2.0cvs55
3143 Disable flags syncing on .mh_sequences - it
3144 is buggy and marks mails read under unknown
3149 * 2.3.0-rc4 released
3151 2006-05-24 [colin] 2.2.0cvs54
3153 attention cvs users: if you manage to crash
3154 Sylpheed-Claws while moving, copying or deleting
3155 mails, we *are* interested in stack traces and
3156 valgrind logs. It looks stable, but one never
3160 Add progressbar for cache updates
3162 Optimize Mark all read in the current
3165 Add progressbar for copy/move
3167 Optimize O(n^2) in copy/move
3169 * src/gtk/gtksctree.c
3170 Optimize O(n^2) algos
3171 * src/common/timing.h
3172 Display ms instead of us
3174 2006-05-24 [wwp] 2.2.0cvs53
3176 * manual/fr/advanced.xml
3177 updates to the French manual.
3179 2006-05-24 [wwp] 2.2.0cvs52
3181 * src/common/utils.c
3182 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3184 2006-05-24 [wwp] 2.2.0cvs51
3187 fixed "mark all read" in MH folders (thanks to Colin).
3189 2006-05-24 [paul] 2.2.0cvs50
3191 * doc/man/sylpheed-claws.1
3192 updated the man page
3194 2006-05-23 [colin] 2.2.0cvs49
3202 * src/send_message.c
3204 * src/gtk/sslcertwindow.c
3205 alertpanel fixes, by Fabien
3207 2006-05-23 [colin] 2.2.0cvs48
3213 * src/gtk/gtksctree.c
3214 * src/gtk/gtksctree.h
3216 Fix slow loading problem, which was caused by the
3217 use of some gtk_ctree funcs and their use of
3218 g_list_position while gtk_ctree_(un)link'ing.
3219 Reap more functions from gtkctree.c to be sure we
3220 use our (fast) version instead of theirs.
3222 Fix copy of unread mails
3225 2006-05-22 [wwp] 2.2.0cvs47
3227 * manual/fr/advanced.xml
3230 2006-05-22 [colin] 2.2.0cvs46
3233 Fix possible infinite loop. 'copy' is not a
3234 final action, so when encountering a 'copy',
3235 we have to check if a previous one was set
3236 and do it. In the same way, if we encounter
3237 a 'move' we have to perform a possibly
3238 pending 'copy'. This will slow down filtering
3239 on IMAP if move+copy or multiple copy actions
3240 are to be done, but handling it via the batch
3241 would be really too convoluted.
3243 2006-05-22 [wwp] 2.2.0cvs45
3245 * manual/fr/advanced.xml
3247 * manual/fr/glossary.xml
3248 * manual/fr/handling.xml
3249 * manual/fr/intro.xml
3250 * manual/fr/plugins.xml
3251 * manual/fr/sylpheed-claws-manual.xml
3252 sync w/ the english manual: updates URIs, documented mailing-list
3253 support, better explanation about the enabled/disabled feature
3254 in filtering/processing rules by Paul.
3256 2006-05-21 [colin] 2.2.0cvs44
3259 Don't expand after building threads, but during
3261 2006-05-21 [colin] 2.2.0cvs43
3265 More timing possibilities... For next time I have
3266 to find out how the hell some 3GHz computer takes
3267 one minute to open a 30k folder...
3269 2006-05-21 [colin] 2.2.0cvs42
3271 * manual/pl/advanced.xml
3273 * manual/pl/glossary.xml
3274 * manual/pl/handling.xml
3275 * manual/pl/intro.xml
3276 * manual/pl/plugins.xml
3277 * manual/pl/sylpheed-claws-manual.xml
3278 Polish manual updated by Pawel
3282 * 2.3.0-rc3 released
3284 2006-05-20 [colin] 2.2.0cvs41
3288 - remove cache of moved messages from original folder
3289 - apply new flags to messages even if they aren't appliable
3294 * 2.3.0-rc2 released
3296 2006-05-19 [colin] 2.2.0cvs40
3299 Don't issue SELECT in imap_change_flags
3300 before having checked that we indeed have
3301 some flags to change. MSG_POSTFILTERED for
3302 example can't be used on IMAP.
3303 Fixes bug #955 (copying messages between
3304 imap folders is extremely slow), which was
3307 2006-05-19 [colin] 2.2.0cvs39
3312 Try to fix bug #830 (Some unread messages
3313 get marked read in IMAP inbox):
3314 - Prevent scanning a folder if it's being
3316 - Postpone opening via the GUI of a folder
3320 2006-05-19 [wwp] 2.2.0cvs38
3322 * manual/advanced.xml
3323 fix English+typo (thanks to Paul).
3325 2006-05-19 [wwp] 2.2.0cvs37
3327 * manual/advanced.xml
3328 * manual/fr/advanced.xml
3329 * src/gtk/logwindow.c
3330 * src/prefs_common.c
3331 * src/prefs_common.h
3332 added hidden prefs to allow customization of colors used in
3333 protocol log window (useful for dark gtk+ themes).
3335 2006-05-19 [wwp] 2.2.0cvs36
3338 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3340 2006-05-19 [paul] 2.2.0cvs35
3343 make Reply-To fully clickable
3344 * src/gtk/logwindow.c
3345 more colouring (SMTP ESMTP)
3346 Both patches by Pawel Pekala
3348 2006-05-19 [cleroy] 2.2.0cvs34
3351 Don't update flags from current folder
3352 Probably fixes bug #935 (Read Messages
3353 Revert to Being Marked as Unread)
3355 2006-05-18 [colin] 2.2.0cvs33
3363 Allow replying to multiple emails
3366 * src/etpan/imap-thread.c
3369 2006-05-18 [paul] 2.2.0cvs32
3372 keep Mailing-List menu refreshed
3375 2006-05-18 [paul] 2.2.0cvs31
3377 * manual/advanced.xml
3379 * manual/glossary.xml
3380 * manual/handling.xml
3382 * manual/plugins.xml
3383 * manual/sylpheed-claws-manual.xml
3385 add info about mailing-list support
3390 * src/plugins/dillo_viewer/README
3393 2006-05-17 [wwp] 2.2.0cvs30
3395 * manual/handling.xml
3396 * manual/fr/handling.xml
3397 documented the ability to enabled/disable filtering/processing rules.
3399 2006-05-17 [colin] 2.2.0cvs29
3402 Don't initialize g_thread subsystem if it's
3403 already done (thanks to Hiro)
3405 Fix saving of parts when there name can't be
3406 converted from UTF-8.
3408 2006-05-17 [paul] 2.2.0cvs28
3411 fix config.status warning with autoconf 2.60
3413 2006-05-17 [paul] 2.2.0cvs27
3418 2006-05-17 [wwp] 2.2.0cvs26
3421 fix useless and potentially dangerous buffer walking (thanks to Colin).
3423 2006-05-17 [wwp] 2.2.0cvs25
3425 * src/plugins/demo/demo.c
3426 updated product name in plugin demo (many plugins need to be
3427 sync'ed w/ that change).
3429 2006-05-17 [colin] 2.2.0cvs24
3434 2006-05-16 [colin] 2.2.0cvs23
3437 Stupid me hit again. Fix cvs22.
3439 2006-05-16 [colin] 2.2.0cvs22
3442 Fix bug #922 (sylpheed-claws crashed after
3443 pushing on Inbox folder)
3445 2006-05-16 [colin] 2.2.0cvs21
3448 Make From header be copy/paste/select-able
3450 2006-05-16 [wwp] 2.2.0cvs20
3455 * src/etpan/imap-thread.c
3456 fix some compiler warnings (thanks to Colin).
3458 2006-05-16 [wwp] 2.2.0cvs19
3466 * src/send_message.c
3468 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
3470 2006-05-15 [colin] 2.2.0cvs18
3473 Fix automatic rule creation with List-Post
3475 2006-05-15 [paul] 2.2.0cvs17
3477 * tools/filter_conv_new.pl
3478 updated for rule enabling/disabling
3479 claws version >= 2.3.x required
3481 2006-05-15 [cleroy] 2.2.0cvs16
3486 2006-05-15 [cleroy] 2.2.0cvs15
3491 2006-05-15 [wwp] 2.2.0cvs14
3493 * manual/pl/.cvsignore
3494 ignore generated files.
3496 2006-05-14 [wwp] 2.3.0-rc1
3498 * 2.3.0-rc1 released
3500 2006-05-13 [wwp] 2.2.0cvs13
3505 * src/matcher_parser_lex.l
3506 * src/matcher_parser_parse.y
3507 * src/prefs_filtering.c
3508 new feature: provide the ability to disable filtering and processing
3509 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
3512 2006-05-13 [colin] 2.2.0cvs12
3515 Remove useless if (a) b; else b;
3518 2006-05-13 [wwp] 2.2.0cvs11
3526 no more silent failures (or at least less ones) when importing
3527 or exporting from/to mbox. Also start importing/exporting if
3528 the necessary info is set.
3530 2006-05-13 [wwp] 2.2.0cvs10
3533 restored up-to-date release notes.
3535 2006-05-13 [paul] 2.2.0cvs9
3539 updated by Tim Dijkstra and Pavlo Bohmat
3541 2006-05-12 [colin] 2.2.0cvs8
3543 * src/gtk/quicksearch.c
3544 Add "k" as shortcut for "colorlabel". Patch
3545 by ath42@users.sf.net.
3547 2006-05-12 [paul] 2.2.0cvs7
3549 * src/prefs_common.h
3550 * src/prefs_summaries.c
3552 when entering a folder also allow
3553 going directly to first Marked message
3555 2006-05-12 [paul] 2.2.0cvs6
3558 always obey 'confirm before marking all
3561 2006-05-12 [paul] 2.2.0cvs5
3564 make Sender fully clickable
3566 2006-05-12 [colin] 2.2.0cvs4
3570 Let From be editable
3573 Full support of .mh_sequences' Unseen seq
3575 2006-05-12 [colin] 2.2.0cvs3
3581 * src/prefs_spelling.c
3588 Add contextual menu on Compose toolbar
3589 button. Fixes bug #944 (Automatic
3590 addresses not applied when changing account
3591 from compose window)
3592 add Mailing List support
3593 based on the old 0.6.5claws25 patch by
3594 Melvin Hadasht, with finishing touches
3596 Fix "ignore thread" when mails are threaded by
3597 subject (and weren't ignored although appearing
3600 Both patches by Pawel.
3602 2006-05-08 [paul] 2.2.0cvs2
3611 add Mailing List support
3612 based on the old 0.6.5claws25 patch by
3613 Melvin Hadasht, with finishing touches
3616 2006-05-08 [colin] 2.2.0cvs1
3621 Add contextual menu on Compose toolbar
3622 button. Fixes bug #944 (Automatic
3623 addresses not applied when changing account
3624 from compose window)
3626 2006-05-08 [paul] 2.2.0
3630 2006-05-08 [paul] 2.1.1cvs51
3640 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3641 Fabien Vantard, Frederico Goncalves Guimaraes,
3642 Aleksandar Urosevic, and Ralgh Young
3644 2006-05-12 [colin] 2.1.1cvs50
3655 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3656 Fabien Vantard, Frederico Goncalves Guimaraes,
3657 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
3659 2006-05-05 [colin] 2.1.1cvs49
3661 * manual/Makefile.am
3662 * manual/pl/Makefile.am
3663 * manual/pl/account.xml
3665 * manual/pl/addrbook.xml
3666 * manual/pl/advanced.xml
3668 * manual/pl/glossary.xml
3670 * manual/pl/handling.xml
3671 * manual/pl/intro.xml
3672 * manual/pl/keyboard.xml
3673 * manual/pl/plugins.xml
3674 * manual/pl/starting.xml
3675 * manual/pl/sylpheed-claws-manual.xml
3676 * manual/pl/dist/.cvsignore
3677 * manual/pl/dist/Makefile.am
3678 * manual/pl/dist/html/.cvsignore
3679 * manual/pl/dist/html/Makefile.am
3680 * manual/pl/dist/pdf/.cvsignore
3681 * manual/pl/dist/pdf/Makefile.am
3682 * manual/pl/dist/ps/.cvsignore
3683 * manual/pl/dist/ps/Makefile.am
3684 * manual/pl/dist/txt/.cvsignore
3685 * manual/pl/dist/txt/Makefile.am
3686 Add the polish translation of the manual,
3687 Authored by Pawel Pekala.
3689 2006-05-05 [cleroy] 2.1.1cvs48
3692 Re-read matcherrc after loading plugins
3693 if some of them add folders.
3695 2006-05-03 [colin] 2.1.1cvs47
3700 2006-05-03 [colin] 2.1.1cvs46
3703 Be sure to have a session when
3706 2006-05-03 [colin] 2.1.1cvs45
3711 Fix preventing renaming with namespace
3714 2006-05-01 [colin] 2.1.1cvs44
3717 Don't reload messageview when result of
3720 2006-04-29 [colin] 2.1.1cvs43
3722 * src/prefs_receive.c
3723 * src/plugins/spamassassin/spamassassin_gtk.c
3724 * src/plugins/clamav/clamav_plugin_gtk.c
3727 2006-04-29 [colin] 2.1.1cvs42
3729 * src/prefs_compose_writing.c
3731 Cleanups. Patch by Pawel
3733 2006-04-28 [paul] 2.1.1cvs41
3736 fix returned quick search results when search
3737 term contains an underscore.
3740 2006-04-28 [paul] 2.1.1cvs40
3742 * src/prefs_message.c
3743 * src/prefs_receive.c
3745 Patches by Pawel Pekala
3747 2006-04-27 [colin] 2.1.1cvs39
3750 Differentiate subject Welcome from
3751 window's title Welcome
3757 2006-04-27 [paul] 2.1.1cvs38
3759 * manual/advanced.xml
3760 * manual/fr/advanced.xml
3761 add info about compose_no_markup hidden pref
3763 2006-04-27 [paul] 2.1.1cvs37
3765 * src/prefs_account.c
3766 improve privacy labels
3767 * src/prefs_msg_colors.c
3768 change some strings for translators' convenience
3769 * src/gtk/gtkutils.c
3770 don't underline the link button text
3772 2006-04-25 [colin] 2.1.1cvs36
3775 Complete 2.1.1cvs33 (once more ;)
3777 2006-04-25 [colin] 2.1.1cvs35
3782 2006-04-25 [cleroy] 2.1.1cvs34
3785 * src/gtk/gtkaspell.c