c82649fe81998d42cf02b86b0dba402c58c2473f
[claws.git] / ChangeLog
1 2006-10-04 [wwp]        2.5.3cvs2
2
3         * src/prefs_folder_item.c
4                 Add a way to test the subject simplify regexp in
5                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
6                 w/ few layout changes.
7
8 2006-20-04 [paul]       2.5.3cvs1
9
10         * NEWS
11         * README
12         * configure.ac
13                 Update version number following
14                 stable release
15
16 2006-10-04 [colin]      2.5.2cvs42
17
18         * src/folder.c
19         * src/folder.h
20         * src/summaryview.c
21                 Provide a way for folder classes to set their sort
22                 type and key
23
24 2006-10-03 [colin]      2.5.2cvs41
25
26         * src/mh.c
27                 Don't use strlen() to know if the
28                 string's empty
29
30 2006-10-03 [colin]      2.5.2cvs40
31
32         * src/mh.c
33                 Fix "check for new folders" with accentued folders
34
35 2006-10-03 [ticho]      2.5.2cvs39
36
37         * src/filtering.c
38         * src/folder.c
39         * src/inc.c
40         * src/mbox.c
41                 Colin's fix for "copy" filtering rules.
42
43 2006-10-02 [colin]      2.5.2cvs38
44
45         * src/folderview.c
46                 Fix for double-click too
47
48 2006-10-02 [colin]      2.5.2cvs37
49
50         * src/folderview.c
51                 correct fix for cvs36
52
53 2006-10-02 [colin]      2.5.2cvs36
54
55         * src/folderview.c
56                 Fix 'goto next unread' after collapsing/expanding 
57                 a node.
58
59 2006-10-02 [colin]      2.5.2cvs35
60
61         * src/summaryview.c
62                 Fix double freeze/thaw
63         * src/common/utils.c
64         * src/common/utils.h
65                 Reimplement strftime
66         * src/procheader.c
67                 Use it
68
69
70 2006-10-02 [colin]      2.5.2cvs34
71
72         * src/mh.c
73                 Time mh_write_sequences() - it's fast
74         * src/summaryview.c
75                 Init a variable to shut up gcc
76
77 2006-10-01 [colin]      2.5.2cvs33
78
79         * src/folder.c
80         * src/mh.c
81         * src/mh.h
82         * src/msgcache.c
83                 Add helper mh_set_mtime(), and set mtime to stat()'s result
84                 Add fsync but disable it, it's slow as hell
85
86 2006-10-01 [colin]      2.5.2cvs32
87
88         * src/mh.c
89         * src/msgcache.c
90                 fflush() caches and mh_sequences before
91                 fclose()ing
92
93 2006-10-01 [colin]      2.5.2cvs31
94
95         * src/msgcache.c
96                 Don't ftruncate when not using mmap
97
98 2006-09-30 [colin]      2.5.2cvs30
99
100         * src/main.c
101                 Write folder list *after* saving caches
102
103 2006-09-30 [colin]      2.5.2cvs29
104
105         * src/folder.c
106         * src/mh.c
107                 Debug forced mtime changes
108
109 2006-09-30 [colin]      2.5.2cvs28
110
111         * src/folder.c
112         * src/main.c
113                 Remove useless debug_print()s (code
114                 well-tested)
115
116 2006-09-30 [colin]      2.5.2cvs27
117
118         * src/mh.c
119                 Do stuff faster when writing mh_sequences
120
121 2006-09-30 [colin]      2.5.2cvs26
122
123         * src/mh.c
124                 Don't let the writing of .mh_sequences, which
125                 can change the folder's mtime, let us think
126                 we need to scan.
127
128 2006-09-30 [colin]      2.5.2cvs25
129
130         * src/folder.c
131                 Move a debug_print where it belongs 
132                 (processing)
133         * src/summaryview.c
134                 Don't mess with a huge slow subject
135                 table if we're not threading by
136                 subject
137
138 2006-09-30 [colin]      2.5.2cvs24
139
140         * src/msgcache.c
141                 Reenable mmaped reads (*not* writes!)
142         * src/procmsg.c
143                 Don't destroy and recreate hashtables just
144                 for fun
145         * src/common/utils.c
146                 Remove useless reply prefixes (it's case
147                 unsensitive)
148
149 2006-09-30 [wwp]        2.5.2cvs23
150
151         * tools/fix_date.sh
152                 Fixed a minor bug in date value extraction, added a switch
153                 to replace non RFC-compliant Date: value, added a switch
154                 to use strict RFC matching patterns for dates.
155
156 2006-09-29 [colin]      2.5.2cvs22
157
158         * src/matcher_parser.h
159         * src/matcher_parser_parse.y
160         * src/prefs_filtering.c
161         * src/statusbar.c
162         * src/summary_search.c
163         * src/summaryview.c
164         * src/gtk/quicksearch.c
165         * src/gtk/quicksearch.h
166                 Optimise searches by setting different
167                 refresh intervals (depending if the 
168                 search is fast or not)
169
170 2006-09-29 [colin]      2.5.2cvs21
171
172         * src/codeconv.c
173                 Optimise by reusing the last iconv converter
174                 if possible
175         * src/textview.c
176                 Optimise a bit (the foldable quotes feature
177                 still has an awful O(n^2) algo
178
179 2006-09-29 [colin]      2.5.2cvs20
180
181         * src/gtk/gtksctree.c
182         * src/gtk/gtksctree.h
183                 Optimise de-selection via up/down or
184                 another key
185
186 2006-09-28 [colin]      2.5.2cvs19
187
188         * src/action.c
189         * src/compose.c
190         * src/folderview.c
191         * src/mainwindow.c
192         * src/messageview.c
193         * src/summary_search.c
194         * src/toolbar.c
195                 Avoid using summaryview->ctree directly
196
197 2006-09-28 [colin]      2.5.2cvs18
198
199         * src/summaryview.c
200         * src/summaryview.h
201                 Add helpers to freeze/thaw/grab_focus
202                 Factorize calls to freeze/thaw/grab_focus
203                 
204
205 2006-09-28 [colin]      2.5.2cvs17
206
207         * src/main.c
208                 More guards for the session management
209
210 2006-09-28 [colin]      2.5.2cvs16
211
212         * src/folderview.c
213         * src/gtk/gtksctree.c
214         * src/gtk/gtksctree.h
215                 Make expanding not recursive in folderview
216
217 2006-09-28 [colin]      2.5.2cvs15
218
219         * src/addressbook.c
220                 If nothing is selected in the list (right part)
221                 and a group is selected in the tree (left part),
222                 mail this group.
223
224 2006-09-28 [colin]      2.5.2cvs14
225
226         * src/Makefile.am
227                 Actually use SM_LIBS
228
229 2006-09-28 [ticho]      2.5.2cvs13
230
231         * src/export.c
232         * src/messageview.c
233         * src/mimeview.c
234         * src/news.c
235         * src/pop.c
236         * src/prefs_themes.c
237         * src/procmsg.c
238                 Small i18n string optimization.
239         * src/send_message.c
240         * src/summaryview.c
241         * src/common/session.c
242         * src/common/smtp.c
243         * src/common/ssl_certificate.c
244         * src/common/utils.c
245                 Use "Couldn't" instead of "Can't" in UI messages,
246                 where appropriate.
247
248 2006-09-28 [colin]      2.5.2cvs12
249
250         * configure.ac
251                 Possibly fix link errors
252
253 2006-09-27 [wwp]        2.5.2cvs11
254
255         * src/gtk/authors.h
256         * doc/man/sylpheed-claws.1
257         * manual/ack.xml
258         * manual/es/ack.xml
259         * manual/fr/ack.xml
260         * manual/pl/ack.xml
261                 Updated authors info (me, myself and I).
262
263 2006-09-27 [colin]      2.5.2cvs10
264
265         * src/addressbook.c
266                 Remove useless printf
267
268 2006-09-27 [wwp]        2.5.2cvs9
269
270         * src/editgroup.c
271         * src/send_message.c
272         * src/inc.c
273         * src/prefs_common.c
274         * src/prefs_common.h
275         * src/gtk/progressdialog.c
276                 remember more windows' sizes (send dialog, received dialog,
277                 edit group in addressbook).
278
279 2006-09-27 [colin]      2.5.2cvs8
280
281         * configure.ac
282         * src/main.c
283         * src/mainwindow.h
284                 Use libSM to communicate with the session
285                 manager, so that we can know when the 
286                 session ends, save our caches, and draft
287                 our compose windows.
288
289 2006-09-27 [colin]      2.5.2cvs7
290
291         * src/addressbook.c
292                 Fix issues:
293                 o Allow Book and Group creation from the tree's
294                   contextual menu
295                 o Do not actually delete the contacts when 
296                   deleting groups from the tree (duh!)
297
298 2006-09-27 [colin]      2.5.2cvs6
299
300         * src/compose.c
301         * src/compose.h
302         * src/mainwindow.c
303         * src/textview.c
304         * src/toolbar.c
305                 o Allow passing an email address to 
306                   compose_new_with_folderitem
307                 o Update callers
308                 o Use current folderitem when clicking
309                   on a TextView mailto: link
310                 o Fix a possible leak in TextView
311
312 2006-09-27 [colin]      2.5.2cvs5
313
314         * src/html.c
315                 Use UTF-8 chars to replace HTML entities
316
317 2006-09-27 [colin]      2.5.2cvs4
318
319         * AUTHORS
320         * src/prefs_account.c
321         * src/gtk/authors.h
322                 Fix bug #1024 (Array index out of
323                 range in sylpheed-claws-2.5.2)
324                 Patch by Ales Nosek <anosek@suse.cz>
325
326 2006-09-27 [colin]      2.5.2cvs3
327
328         * src/addr_compl.c
329                 Actually do the test
330
331 2006-09-27 [colin]      2.5.2cvs2
332
333         * src/addr_compl.c
334         * src/addr_compl.h
335                 Allow completing with comma (in certain cases: vCalendar
336                 for example doesn't support that)
337                 Patch by Fabien Vantard
338
339 2006-09-26 [colin]      2.5.2cvs1
340
341         * src/Makefile.am
342         * src/addr_compl.c
343         * src/addr_compl.h
344         * src/addrbook.c
345         * src/addrbook.h
346         * src/addressbook.c
347         * src/addrindex.c
348         * src/addrindex.h
349         * src/compose.c
350         * src/prefs_common.c
351         * src/prefs_filtering_action.c
352         * src/prefs_folder_item.c
353         * src/prefs_template.c
354         * src/stock_pixmap.c
355         * src/stock_pixmap.h
356         * src/pixmaps/addr_one.xpm
357         * src/pixmaps/addr_two.xpm
358                 Add auto-completion on groups
359
360 2006-09-26 [colin]      2.5.2
361
362         * NEWS
363         * README
364         * RELEASE_NOTES
365                 2.5.2 released
366
367 2006-09-26 [colin]      2.5.1cvs5
368
369         * src/matcher.c
370                 Fix condition
371
372 2006-09-26 [colin]      2.5.1cvs4
373
374         * src/mbox.c
375                 Revert cvs1 (useless as the message is printed 
376                 every 500 mails)
377
378 2006-09-26 [colin]      2.5.1cvs3
379
380         * src/partial_download.c
381                 Fix crasher found by Alexsandar Urosevic
382
383 2006-09-26 [colin]      2.5.1cvs2
384
385         * src/summaryview.c
386                 Fix bug #1023 (Sylpheed deletes too much messages)
387
388 2006-09-26 [ticho]      2.5.1cvs1
389
390         * src/mbox.c
391                 Make use of gettext's multiple plurals for statusbar
392                 progress message.
393
394 2006-09-25 [paul]       2.5.1
395
396         * NEWS
397         * README
398         * RELEASE_NOTES
399                 2.5.1 released
400
401 2006-09-25 [colin]      2.5.0cvs3
402
403         * src/plugins/bogofilter/bogofilter.c
404         * src/plugins/clamav/clamav_plugin.c
405         * src/plugins/spamassassin/spamassassin.c
406                 BogoFilter, Spamassassin: Fix double hook registering after
407                 visiting preferences
408                 Spamassassin, Clamav: Just set the mails to move instead of
409                 doing the move - caller will move the things at once.
410
411 2006-09-25 [colin]      2.5.0cvs2
412
413         * src/imap.c
414         * src/etpan/imap-thread.c
415                 Use UID SEARCH ALL instead of UID 1:*
416                 (braindead servers can't figure out that's
417                 the same...)
418
419 2006-09-25 [wwp]        2.5.0cvs1
420
421         * src/message_search.c
422                 Added the ability to stop a running search (in message body).
423
424 2006-09-25 [paul]       2.5.0
425
426         * NEWS
427         * README
428         * RELEASE_NOTES
429                 2.5.0 released
430
431 2006-09-25 [paul]       2.4.0cvs214
432
433         * po/cs.po
434         * po/de.po
435         * po/fi.po
436         * po/fr.po
437         * po/nl.po
438         * po/pt_BR.po
439         * po/sk.po
440         * po/sr.po
441         * po/zh_CN.po
442                 updated by Tim, Stephan Sachse, Flammie Pirinen,
443                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
444                 Ticho, Aleksander Urosevic, Ralgh Young
445
446 2006-09-24 [mones]      2.4.0cvs213
447
448         * po/es.po
449                 Updated for release
450
451 2006-09-23 [colin]      2.4.0cvs212
452
453         * src/gtk/inputdialog.c
454                 Fix [ ] remember this appearing in normal
455                 input dialogs after it's been used by
456                 mimeview.
457         * src/folder.c
458         * src/folderview.c
459         * src/msgcache.c
460         * src/procmsg.c
461         * src/summaryview.c
462         * src/textview.c
463         * src/common/timing.h
464                 Enable timings in debug mode and make it
465                 look prettier.
466
467 2006-09-22 [colin]      2.4.0cvs211
468
469         * README
470                 Revert test change
471         * commitHelper
472                 ping the correct URI
473
474 2006-09-22 [colin]      2.4.0cvs210
475
476         * README
477                 Let's see if bug #1022 is fixed
478
479 2006-09-21 [colin]      2.4.0cvs209
480
481         * src/wizard.c
482         * src/common/plugin.c
483                 Prepare infra to load predefined plugins when
484                 no configuration existed. Don't actually load
485                 anything yet (feat. freeze)
486
487 2006-09-21 [wwp]        2.4.0cvs208
488
489         * manual/fr/faq.xml
490                 Partial sync w/ 2.4.0cvs72:
491                 wrap file and minor updates.
492
493 2006-09-21 [wwp]        2.4.0cvs207
494
495         * tools/fix_date.sh
496                 several fixes and enhancements. A new --force switch has been
497                 added to prevent overriding by default Date: header when
498                 already existing.
499
500 2006-09-21 [paul]       2.4.0cvs206
501
502         * src/common/utils.c
503                 add Chinese UTF8 Re prefix
504
505 2006-09-21 [wwp]        2.4.0cvs205
506
507         * tools/Makefile.am
508                 Fics alfabettical order.
509
510 2006-09-21 [wwp]        2.4.0cvs204
511
512         * tools/fix_date.sh
513         * tools/Makefile.am
514                 Added an action tool to fix missing Date field in emails.
515                 Updated Makefile.am to reflect those last two additions.
516
517 2006-09-21 [wwp]        2.4.0cvs203
518
519         * tools/uuooffice
520                 Added a action tool to open uuencoded docs w/
521                 OpenOffice (based on uudec method).
522
523 2006-09-21 [colin]      2.4.0cvs202
524
525         * src/compose.c
526         * src/textview.c
527                 Workaround possible GTK crash: remove selection 
528                 clipboard before destroying widget, or GTK+-2.10
529                 dies. Thanks to Hiro.
530
531 2006-09-20 [colin]      2.4.0cvs201
532
533         * src/compose.c
534                 Fix free-after-use in some cases (when 
535                 procmime_encode_content() frees mimeinfo->data.mem
536                 and turns it to a temp file)
537
538 2006-09-20 [colin]      2.4.0cvs200
539
540         * src/folderview.c
541         * src/summaryview.c
542         * src/gtk/gtksctree.c
543         * src/gtk/gtksctree.h
544                 Add tooltips in the folderview and summaryview
545                 (Doesn't break string freeze as they already
546                 exist)
547         * src/toolbar.c
548                 Put the spam button in the default configuration
549                 if compiled with bogo plugin too
550
551 2006-09-19 [colin]      2.4.0cvs199
552
553         * src/summaryview.c
554         * src/summaryview.h
555                 Update folder name label on folder rename
556         * src/prefs_matcher.c
557         * src/gtk/logwindow.h
558                 Fix warnings
559                 Patches by Fabien
560
561 2006-09-19 [wwp]        2.4.0cvs198
562
563         * src/summary_search.c
564                 fix can't click forward/backward buttons in the
565                 search messages.
566
567 2006-09-18 [paul]       2.4.0cvs197
568
569         * src/wizard.c
570                 add missing bracket, capitalise the A of
571                 'SpamAssassin'
572
573 2006-09-18 [paul]       2.4.0cvs196
574
575         * src/compose.c
576                 fix bug 1012 'crashed upon sending mail
577                 from compose window'
578                 Thanks to Colin
579
580 2006-09-16 [colin]      2.4.0cvs195
581
582         * src/folderview.c
583                 Fix "real-time" sorting by freezing/thawing
584
585 2006-09-16 [colin]      2.4.0cvs194
586
587         * manual/faq.xml
588                 Fix the anti-spam entry a bit
589
590 2006-09-16 [colin]      2.4.0cvs193
591
592         * src/wizard.c
593                 Make sure reviewers have no excuse when stating
594                 Sylpheed-Claws doesn't have antispam capabilities.
595
596 2006-09-16 [colin]      2.4.0cvs192
597
598         * src/main.c
599                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
600                 as if the SIGPIPE comes from etpan's thread we could
601                 trigger a GUI update from this thread.
602
603 2006-09-16 [colin]      2.4.0cvs191
604
605         * src/summaryview.c
606                 Init all members of the struct
607
608 2006-09-16 [paul]       2.4.0cvs190
609
610         * src/account.c
611                 improvements to the English
612
613 2006-09-15 [colin]      2.4.0cvs189
614
615         * src/summaryview.c
616                 HIG order on dialog
617
618 2006-09-14 [colin]      2.4.0cvs188
619
620         * src/common/socket.c
621         * src/common/socket.h
622         * src/common/ssl.c
623         * src/common/ssl_certificate.c
624         * src/common/ssl_certificate.h
625         * src/etpan/imap-thread.c
626                 the get_fqdn() call done to get canonical name when
627                 checking an SSL certificate is blocking, which is
628                 sad as we just did a non-blocking lookup to connect.
629                 Fix that by letting the fqdn available to the SockInfo,
630                 and use that in ssl_certificate_check(). For IMAP,
631                 we don't do it as the lookup's done by libetpan, but
632                 it's less annoying as IMAP connections as much more
633                 rare than POP3 connections.
634
635 2006-09-14 [paul]       2.4.0cvs187
636
637         * manual/advanced.xml
638                 improvements to the English,
639                 properly place the new hidden options
640                 within the alphabetical order
641         * src/gtk/pluginwindow.c
642                 improvements to the English
643
644 2006-09-14 [colin]      2.4.0cvs186
645
646         * src/prefs_common.c
647         * src/prefs_common.h
648         * src/gtk/gtksctree.c
649         * manual/advanced.xml
650                 New hidden pref, stripes_color_offset, to change
651                 the value added/substracted to normal bgcolor to
652                 create the stripes in summaries
653
654 2006-09-13 [colin]      2.4.0cvs185
655
656         * src/gedit-print.c
657         * src/messageview.c
658         * src/messageview.h
659         * src/summaryview.c
660         * src/textview.c
661                 Fix misc. printing issues: 
662                 - Bad font for linkified headers
663                 - Different font if the mail was displayed or not
664                 - Factorize the thing
665
666 2006-09-13 [colin]      2.4.0cvs184
667
668         * src/common/ssl_certificate.c
669                 Only get FQDN once when checking certificate
670
671 2006-09-13 [colin]      2.4.0cvs183
672
673         * src/account.c
674         * src/gtk/pluginwindow.c
675                 Misc. GUI fixes by Fabien
676
677 2006-09-13 [wwp]        2.4.0cvs182
678
679         * configure.ac
680         * src/common/utils.h
681         * src/common/utils.c
682                 get rid of unused wide-char functions.
683
684 2006-09-13 [wwp]        2.4.0cvs181
685
686         * src/plugins/pgpinline/sylpheed.def
687         * src/textview.c
688                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
689                 add privacy_reset_error to the .def file,
690                 do not fork for an external textviewer.
691
692 2006-09-13 [wwp]        2.4.0cvs180
693
694         * src/prefs_common.c
695                 fix broken font entry in prefs (patch issued by the gpg4win team,
696                 probably by Marcus Brinkmann <marcus@g10code.de>).
697
698 2006-09-13 [colin]      2.4.0cvs179
699
700         * src/folder.h
701                 Fix a warning in summaryview.c
702         * src/mainwindow.c
703         * src/summaryview.c
704         * src/summaryview.h
705                 Add missing Mark/* elements in the
706                 main menu
707
708 2006-09-12 [colin]      2.4.0cvs178
709
710         * src/prefs_actions.c
711         * src/prefs_filtering_action.c
712         * src/prefs_matcher.c
713                 Use (New) instead of New everywhere
714
715 2006-09-12 [wwp]        2.4.0cvs177
716
717         * manual/fr/addrbook.xml
718         * manual/fr/handling.xml
719                 updated some quotes in the fr manual to match the fr translation.
720
721 2006-09-12 [wwp]        2.4.0cvs176
722
723         * src/prefs_matcher.c
724                 don't store translated string elements in matcher expressions.
725                 Also fixed a misused of Q_().
726
727 2006-09-11 [wwp]        2.4.0cvs175
728
729         * src/plugins//bogofilter/bogofilter.c
730         * src/plugins//clamav/clamav_plugin.c
731         * src/plugins//demo/demo.c
732         * src/plugins//dillo_viewer/dillo_viewer.c
733         * src/plugins//pgpcore/plugin.c
734         * src/plugins//pgpinline/plugin.c
735         * src/plugins//pgpmime/plugin.c
736         * src/plugins//spamassassin/spamassassin.c
737                 gettext-ize more strings (mostly plugin error messages).
738
739 2006-09-11 [colin]      2.4.0cvs174
740
741         * src/alertpanel.c
742                 Make maximum buffer size bigger to avoid
743                 truncating translated messages. Patch by
744                 Fabien
745
746 2006-09-11 [colin]      2.4.0cvs173
747
748         * src/etpan/imap-thread.c
749                 Fix compilation on OpenBSD, thanks to 
750                 Landry
751
752 2006-09-10 [wwp]        2.4.0cvs172
753
754         * manual/account.xml
755         * manual/addrbook.xml
756         * manual/handling.xml
757         * manual/es/handling.xml
758         * manual/fr/account.xml
759         * manual/fr/addrbook.xml
760         * manual/fr/handling.xml
761                 documented addressbook matching (condition configuration):
762                   addrbook.xml, en fr
763                 documented per-account filtering rules (handling/filtering
764                   section, account section):
765                   account.xml, handling.xml, en fr
766                 slightly updated the handling/searching section to tell few
767                   words about the extended search ability:
768                   handling.xml, en fr
769                 added missing <quote></quotes> to Quick Search:
770                   handling.xml, en fr es
771                 fixed a typo (auomatically):
772                   handling.xml, en
773                 changes revisited by Paul.
774
775 2006-09-10 [paul]       2.4.0cvs171
776
777         * src/prefs_actions.c
778         * src/prefs_filtering.c
779         * src/prefs_template.c
780                 adjustments to the gui
781                 Patch by Fabien Vantard (slightly modified)
782
783 2006-09-10 [colin]      2.4.0cvs170
784
785         * src/summaryview.c
786                 Check folderitem/summaryview consistency
787                 (basically automates Update summary). Fixes
788                 #1011 (wrong (negative) count on unread 
789                 messages)
790
791 2006-09-10 [colin]      2.4.0cvs169
792
793         * src/gtk/gtksctree.c
794                 Fix recursive expansion via mouse
795         * src/plugins/bogofilter/bogofilter.c
796                 Use normal filtering way of moving
797                 messages (batching), possibly fixing
798                 bug #1015 (Bogofilter plugin doubles 
799                 new messages)
800
801 2006-09-09 [wwp]        2.4.0cvs168
802
803         * src/prefs_filtering.c
804                 better place for this fix.
805
806 2006-09-09 [wwp]        2.4.0cvs167
807
808         * src/prefs_filtering.c
809                 fix a minor bug when the enabled status of a filtering/processing
810                 rule always got set to TRUE when replacing this rule. That still
811                 make sense when adding a new rule, but now when replacing, we
812                 don't override the value of 'enabled'.
813                 Also renamed the func prefs_filtering_list_view_get_rule_name()
814                 to prefs_filtering_list_view_get_info() as this function not only
815                 returns the name, but also the account_id and the enabled status.
816
817 2006-09-09 [mones]      2.4.0cvs166
818
819         * manual/glossary.xml
820         * manual/plugins.xml
821                 Minor format corrections
822         * manual/gpl.xml
823                 Fix misplaced NO WARRANTY section
824         * manual/es/advanced.xml
825         * manual/es/faq.xml
826         * manual/es/glossary.xml
827         * manual/es/gpl.xml
828         * manual/es/handling.xml
829         * manual/es/plugins.xml
830         * manual/es/starting.xml
831                 Incorporate changes from English version
832         * manual/fr/ack.xml
833         * manual/pl/ack.xml
834         * manual/es/ack.xml
835                 Fix address, (add translation credits in es version)
836         * po/es.po
837                 Updated translation
838
839 2006-09-09 [wwp]        2.4.0cvs165
840
841         * src/prefs_filtering.c
842                 fix a crash when opening filtering prefs, if matcherrc file contains
843                 broken data (non-existing account id, which is theoretically not
844                 possible).
845
846 2006-09-08 [colin]      2.4.0cvs164
847
848         * src/folder.c
849                 Wrong assert, make it an if()
850         * src/gtk/gtksctree.c
851                 Fix bug #1013 (expand selected thread 
852                 tree) - expanding is now recursive
853
854 2006-09-07 [wwp]        2.4.0cvs163
855
856         * src/prefs_matcher.c
857                 make better sentences about addressbook matching in the
858                 matcher prefs. This should make translators' work easier
859                 too.
860
861 2006-09-07 [wwp]        2.4.0cvs162
862
863         * src/prefs_filtering.c
864                 code simplification (get rid of dup var. assignment).
865
866 2006-09-07 [wwp]        2.4.0cvs161
867
868         * src/summaryview.c
869                 use GTK_STOCK icons when possible, patch by Fabien Vantard
870                 <fzzzzz@gmail.com>.
871
872 2006-09-07 [paul]       2.4.0cvs160
873
874         * src/mimeview.c
875                 fix compilation warnings
876                 Thanks to Colin
877
878 2006-09-07 [paul]       2.4.0cvs159
879
880         * src/mimeview.c
881                 select the mimepart icon when
882                 displaying as text
883                 Thanks to Colin
884
885 2006-09-06 [paul]       2.4.0cvs158
886
887         * src/prefs_filtering.c
888                 fix labels and table element spacing
889                 Patch by Fabien Vantard
890
891 2006-09-06 [paul]
892
893         2.5.0-rc3 released
894
895 2006-09-06 [paul]       2.4.0cvs157
896
897         * manual/es/advanced.xml
898                 fix typo
899
900 2006-09-06 [wwp]        2.4.0cvs156
901
902         * src/mainwindow.c
903                 fix an dup launch issue when iconified, thanks to Colin.
904
905 2006-09-06 [wwp]        2.4.0cvs155
906
907         * src/gtk//gtksctree.h
908                 oops, forgot that one!
909
910 2006-09-06 [wwp]        2.4.0cvs154
911
912         * manual/pl/advanced.xml
913         * manual/advanced.xml
914         * manual/es/advanced.xml
915         * manual/fr/advanced.xml
916         * src/prefs_customheader.c
917         * src/prefs_filtering_action.c
918         * src/foldersel.c
919         * src/prefs_summaries.c
920         * src/prefs_filtering.c
921         * src/account.c
922         * src/compose.c
923         * src/prefs_summary_column.c
924         * src/addr_compl.c
925         * src/prefs_actions.c
926         * src/prefs_folder_column.c
927         * src/ssl_manager.c
928         * src/prefs_template.c
929         * src/prefs_display_header.c
930         * src/prefs_common.h
931         * src/prefs_matcher.c
932         * src/prefs_common.c
933         * src/prefs_toolbar.c
934         * src/summaryview.c
935         * src/folderview.c
936         * src/gtk/gtksctree.c
937         * src/gtk/pluginwindow.c
938         * src/gtk/progressdialog.c
939         * src/gtk/prefswindow.c
940                 renamed hidden option enable_rules_hint to use_stripes_everywhere
941                 to make its meaning more obvious (all versions of the manual reflect
942                 the change).
943                 added an extra hidden option use_stripes_in_summary to allow
944                 discarding these stripes in mainwindow's folder and message lists;
945                 en and fr manuals only are OK towards this.
946
947 2006-09-06 [colin]      2.4.0cvs153
948
949         * src/textview.c
950                 Hide Sylpheed-Claws' internal queue headers
951                 when showing all headers. They'll be present
952                 only in Source window.
953
954 2006-09-05 [colin]      2.4.0cvs152
955
956         * src/plugins/trayicon/trayicon.c
957                 Fix crash at exit - we have to disconnect
958                 our handlers
959         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
960                 Update eggtrayicon - patch adapted from a
961                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
962                 on Sylpheed's ML
963
964 2006-09-05 [colin]      2.4.0cvs151
965
966         * src/mainwindow.c
967         * src/gtk/logwindow.c
968                 Fix race condition when something writes
969                 to the log too soon during init. Thanks
970                 to Fabien Vantard
971
972 2006-09-05 [colin]      2.4.0cvs150
973
974         * src/mimeview.c
975                 Don't select part on right-click either
976
977 2006-09-05 [paul]       2.4.0cvs149
978
979         * src/mimeview.c
980                 completion of previous commit
981                 Thanks to Colin
982
983 2006-09-05 [colin]      2.4.0cvs148
984
985         * src/mimeview.c
986                 Don't force selection on middle-click, just open
987
988 2006-09-04 [colin]      2.4.0cvs147
989
990         * src/mimeview.c
991                 Looks like gtk_notebook_set_current_page()
992                 sometimes steals focus, and this annoys us
993                 in MimeViewers as it renders navigation
994                 keys useless. Take back focus after switching
995                 pages.
996
997 2006-09-04 [colin]      2.4.0cvs146
998
999         * src/messageview.c
1000                 Set stop_loading when clicking on Next
1001                 during load. Don't add a callback to 
1002                 avoid over-complicating things.
1003
1004 2006-09-04 [colin]      2.4.0cvs145
1005
1006         * src/mimeview.c
1007         * src/messageview.c
1008                 Fix multiple loads in separate messageview
1009
1010 2006-09-04 [colin]      2.4.0cvs144
1011
1012         * src/summaryview.c
1013                 Let navigation keys be handled during 
1014                 load
1015
1016 2006-09-04 [colin]      2.4.0cvs143
1017
1018         * src/messageview.c
1019         * src/summaryview.c
1020         * src/textview.c
1021         * src/textview.h
1022                 Make loading of huge mails (lots of text and/or
1023                 images) cancellable, so the GUI doesn't block 
1024
1025 2006-09-04 [colin]      2.4.0cvs142
1026
1027         * src/plugins/trayicon/trayicon.c
1028                 Fix annoyance when removing a folder with 
1029                 unread mails: trayicon didn't update
1030
1031 2006-09-04 [paul]       2.4.0cvs141
1032
1033         * src/gtk/icon_legend.c
1034                 straighten up columns
1035                 Patch by Fabien Vantard
1036
1037 2006-09-04 [wwp]        2.4.0cvs140
1038
1039         * src/prefs_filtering.c
1040                 fix new line's account name in filtering prefs:
1041                 was "All", is now "(New)".
1042
1043 2006-09-04 [paul]       2.4.0cvs139
1044
1045         * tools/make.themes.project
1046                 use "AUTOMAKE_OPTIONS = dist-bzip2"
1047                 instead of homebrewed "make release"
1048
1049 2006-09-03 [colin]      2.4.0cvs138
1050
1051         * src/folderview.c
1052                 Fix bug #1007 (Wrong folder highlighted)
1053
1054 2006-09-03 [colin]      2.4.0cvs137
1055
1056         * src/compose.c
1057                 Don't set Newsgroup: header to a mail folder
1058                 path
1059
1060 2006-09-03 [paul]       2.4.0cvs136
1061
1062         * src/prefs_other.c
1063         * src/prefs_spelling.c
1064                 unify the gui
1065
1066 2006-09-03 [paul]       2.4.0cvs135
1067
1068         * src/prefs_summaries.c
1069                 correct menu item text in prefs_keybind_apply_clicked()
1070
1071 2006-09-03 [paul]       2.4.0cvs134
1072
1073         * manual/advanced.xml
1074                 some improvements to the descriptions
1075         * src/mainwindow.c
1076         * src/messageview.c
1077         * src/summaryview.c
1078         * src/gtk/menu.c
1079                 fix menu sensitivity issues
1080         * src/prefs_message.c
1081                 drop the useless word 'short'
1082         * src/prefs_other.c
1083                 add the word 'lines' indicating log length
1084                 is a measure of lines
1085         * src/textview.c
1086                 fix compilation warnings
1087
1088 2006-09-02 [colin]      2.4.0cvs133
1089
1090         * src/messageview.c
1091                 Display a special return-receipt message
1092                 if the message is from the user
1093         * src/summaryview.c
1094                 Fix missing freeze of the list when marking
1095                 all read and unthreading for exec. Thanks
1096                 to Stephan Sachse.
1097
1098 2006-09-02 [paul]       2.4.0cvs132
1099
1100         * src/mainwindow.c
1101         * src/prefs_message.c
1102         * src/summaryview.c
1103                 fix some english
1104
1105 2006-09-02 [wwp]        2.4.0cvs131
1106
1107         * src/prefs_filtering.c
1108                 added an account name column to the filtering rules
1109                 dialog.
1110
1111 2006-09-02 [colin]      2.4.0cvs130
1112
1113         * src/gtk/logwindow.c
1114         * src/gtk/logwindow.h
1115                 Block scrolling if we're not at the end
1116                 of the log
1117
1118 2006-09-02 [colin]      2.4.0cvs129
1119
1120         * src/folder.c
1121                 Make sure account-specific rules can't
1122                 be used in {pre-,post-,}processing
1123         * src/mainwindow.c
1124         * src/gtk/logwindow.c
1125         * src/gtk/logwindow.h
1126                 Jump to last error when clicking on the
1127                 warning icon
1128
1129 2006-09-02 [colin]      2.4.0cvs128
1130
1131         * src/imap.c
1132         * src/import.c
1133         * src/mainwindow.c
1134         * src/mainwindow.h
1135                 Fix warning icon
1136         * src/inc.c
1137         * src/mbox.c
1138         * src/mbox.h
1139                 Let proc_mbox know its account, for
1140                 account-specific rules
1141
1142 2006-09-01 [colin]      2.4.0cvs127
1143
1144         * src/codeconv.c
1145                 Don't uselessly use iconv to convert from
1146                 us-ascii
1147         * src/alertpanel.c
1148         * src/mainwindow.c
1149         * src/mainwindow.h
1150         * src/inc.c
1151                 Fix certain log cases, disable warning icon
1152                 for now, the correct way to display it when
1153                 necessary and only when necessary is probably
1154                 to do it manually rather than use error logs
1155         * src/etpan/imap-thread.c
1156                 Clean up UID logging a bit
1157         * src/gtk/logwindow.c
1158         * src/gtk/logwindow.h
1159                 Make logging faster when the window's closed
1160
1161 2006-09-01 [wwp]        2.4.0cvs126
1162
1163         * manual/fr/account.xml
1164                 reflect changes to the ref. manual (parts of cvs72):
1165                 fix tabnames and quotes.
1166
1167 2006-09-01 [wwp]        2.4.0cvs125
1168
1169         * manual/fr/plugins.xml
1170                 reflect changes to the reference manual (cvs42):
1171                 update IRC channel info.
1172
1173 2006-09-01 [wwp]        2.4.0cvs124
1174
1175         * commitHelper
1176                 use CVSEDITOR env. var. if set, according to `man cvs`.
1177
1178 2006-09-01 [wwp]        2.4.0cvs123
1179
1180         * manual/advanced.xml
1181                 better sentence again (thanks to Paul).
1182
1183 2006-09-01 [wwp]        2.4.0cvs122
1184
1185         * manual/advanced.xml
1186         fix definition of toolbar_detachable and rework a bit the one of
1187         enable_dotted_lines.
1188
1189 2006-09-01 [mones]      2.4.0cvs121
1190
1191         * manual/advanced.xml
1192                 Document enable_dotted_lines
1193
1194 2006-09-01 [paul]       2.4.0cvs120
1195
1196         * src/folderview.c
1197         * src/folderview.h
1198         * src/imap.c
1199         * src/mainwindow.c
1200         * src/summaryview.c
1201                 obey the 'When entering folder...' option
1202                 when using the /View/Go to/... menu items
1203                 Thanks to Colin
1204
1205 2006-08-31 [colin]      2.4.0cvs119
1206
1207         * src/folderview.c
1208                 Revert 2.4.0cvs116, wrong fix.
1209
1210 2006-08-31 [colin]      2.4.0cvs118
1211
1212         * src/gtk/gtksctree.c
1213                 Better state the various copyrights
1214
1215 2006-08-31 [colin]      2.4.0cvs117
1216
1217         * src/prefs_common.c
1218                 fix enable_dotted_lines
1219
1220 2006-08-31 [colin]      2.4.0cvs116
1221
1222         * src/folderview.c
1223                 Use pref "Always open on select" when going
1224                 to next unread folder
1225         * src/gtk/gtksctree.c
1226                 Fix link failure to _gtk_clist_create_cell_layout
1227                 on certain computers. (Why not mine, I wonder)
1228
1229 2006-08-31 [colin]      2.4.0cvs115
1230
1231         * src/procmsg.c
1232         * src/textview.c
1233         * src/plugins/bogofilter/bogofilter.c
1234         * src/plugins/spamassassin/spamassassin.c
1235                 Requalify some "errors" to warnings
1236         * src/mainwindow.c
1237         * src/mainwindow.h
1238         * src/statusbar.c
1239                 Add an icon in the statusbar to notify
1240                 of errors
1241         * src/gtk/gtksctree.c
1242         * src/folderview.c
1243         * src/summaryview.c
1244                 Make the GtkSCTree look more modern by
1245                 alternating background lines
1246         * src/prefs_common.c
1247         * src/prefs_common.h
1248                 Add a pref to let people have the old
1249                 way if they prefer
1250
1251
1252 2006-08-30 [colin]      2.4.0cvs114
1253
1254         * src/procmsg.c
1255         * src/procmsg.h
1256                 Provide a way to filter a list of
1257                 messages in an optimised manner, and
1258                 add a list-filtering hook
1259         * src/folder.c
1260         * src/inc.c
1261         * src/mbox.c
1262                 Use the list filtering
1263         * src/plugins/bogofilter/bogofilter.c
1264                 Use the list-filtering hook
1265                 Use -b (bulk) mode for more speed
1266                 when learning and filtering
1267         * src/etpan/imap-thread.c
1268                 Make log output shorter in UID SEARCH
1269
1270
1271 2006-08-30 [colin]      2.4.0cvs113
1272
1273         * src/plugins/bogofilter/bogofilter.c
1274                 Really fast mass learning - thanks to David
1275                 Relson for the options explanations :)
1276
1277 2006-08-30 [colin]      2.4.0cvs112
1278
1279         * src/msgcache.c
1280                 Fix compilation on FreeBSD. Thanks
1281                 to Michael Hugues
1282
1283 2006-08-29 [colin]      2.4.0cvs111
1284
1285         * src/folderview.c
1286                 Handle "popup_menu" signal (for popping the 
1287                 menu via the keyboard)
1288         * src/mimeview.c
1289         * src/mimeview.h
1290         * src/summaryview.c
1291         * src/textview.c
1292         * src/gtk/gtkutils.c
1293         * src/gtk/gtkutils.h
1294                 Factorize scrolling code, and add an API 
1295                 for MimeViewers to handle scroll orders
1296
1297 2006-08-29 [wwp]        2.4.0cvs110
1298
1299         * src/plugins//bogofilter/bogofilter.c
1300         * src/plugins//spamassassin/spamassassin.c
1301                 make the bogofilter/spamassassin filtering error dialogs at
1302         incorporation obey to the "don't popup error dialog on
1303         receive error" option. If disabled, feed the log window w/
1304         the error message.
1305
1306 2006-08-29 [paul]
1307
1308         2.5.0-rc2 released
1309
1310 2006-08-29 [paul]       2.4.0cvs109
1311
1312         * Makefile.am
1313                 remove 'make release', it's not needed
1314                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1315
1316 2006-08-29 [paul]       2.4.0cvs108
1317
1318         * src/foldersel.c
1319         * src/summary_search.c
1320         * src/gtk/progressdialog.c
1321         * src/plugins/pgpcore/passphrase.c
1322                 replace deprecated gtk_window_set_policy()
1323
1324 2006-08-29 [colin]      2.4.0cvs107
1325
1326         * src/folder.c
1327                 Fix data loss when copy fails during a move:
1328                 only use fast remove_msgs if everything was
1329                 copied OK; else use slow remove_msg on the
1330                 mails that got copied only.
1331
1332 2006-08-28 [paul]       2.4.0cvs106
1333
1334         * src/mh.c
1335                 revert change in 2.4.0cvs104, it breaks
1336                 stuff
1337
1338 2006-08-28 [paul]       2.4.0cvs105
1339
1340         * src/plugins/spamassassin/spamassassin.c
1341                 english fix
1342
1343 2006-08-28 [paul]       2.4.0cvs104
1344
1345         * src/mh.c
1346                 fix data loss when moving to another
1347                 mailbox fails
1348         * src/prefs_spelling.c
1349                 improve the english
1350         * src/gtk/pluginwindow.c
1351                 improve the layout of the dialog text
1352         All thanks to Colin
1353
1354 2006-08-28 [paul]       2.4.0cvs103
1355
1356         * src/plugins/bogofilter/bogofilter.c
1357         * src/plugins/bogofilter/bogofilter_gtk.c
1358                 fix english up a bit, innit
1359
1360 2006-08-28 [paul]       2.4.0cvs102
1361
1362         * configure.ac
1363         * po/Makefile.in.in
1364         * po/Makevars
1365                 require autoconf 2.60, enabling building
1366                 with gettext 0.15 (gettext 0.14.x build still
1367                 possible). Replace Makefiles with versions
1368                 from gettext 0.15.
1369                 Remove configure options --with-localedir and
1370                 --with-mandir. The options that are provided
1371                 directly by autoconf 2.60 can be used instead:
1372                 --mandir --localedir
1373
1374 2006-08-27 [colin]      2.4.0cvs101
1375
1376         * src/plugins/bogofilter/Makefile.am
1377                 Fix make dist (no README)
1378
1379 2006-08-27 [colin]      2.4.0cvs100
1380
1381         * src/folder.c
1382                 Don't use F_UNKNOWN folders for any default
1383                 outbox/trash/etc
1384         * src/plugins/bogofilter/bogofilter.c
1385         * src/plugins/bogofilter/bogofilter.h
1386         * src/plugins/bogofilter/bogofilter_gtk.c
1387                 Add an option to specify the path to bogofilter
1388                 Use single-quotes to be able to learn in folders
1389                 with spaces in their names
1390                 Verify learning status
1391
1392 2006-08-27 [colin]      2.4.0cvs99
1393
1394         * manual/faq.xml
1395         * manual/plugins.xml
1396                 Document Bogofilter plugin
1397
1398 2006-08-27 [colin]      2.4.0cvs98
1399
1400         * src/compose.c
1401         * src/messageview.c
1402         * src/procmsg.c
1403         * src/procmsg.h
1404                 When possible, copy the queued mail to sent folder
1405                 instead of re-adding. Much faster on IMAP.
1406
1407 2006-08-27 [colin]      2.4.0cvs97
1408
1409         * src/msgcache.c
1410                 Disable mmaped caches - huge metadata loss
1411                 here after a power failure.
1412         * src/summaryview.c
1413                 Add quicksearch timing
1414         * src/common/plugin.c
1415         * src/common/plugin.h
1416                 Implement an interface to tell what plugins
1417                 provide. Prevent loading of similar plugins.
1418         * src/plugins/clamav/clamav_plugin.c
1419         * src/plugins/demo/demo.c
1420         * src/plugins/dillo_viewer/dillo_viewer.c
1421         * src/plugins/pgpcore/plugin.c
1422         * src/plugins/pgpinline/pgpinline.c
1423         * src/plugins/pgpmime/pgpmime.c
1424         * src/plugins/spamassassin/spamassassin.c
1425         * src/plugins/trayicon/trayicon.c
1426                 Implement plugin_provides()
1427
1428 2006-08-27 [colin]      2.4.0cvs96
1429
1430         * configure.ac
1431         * src/plugins/Makefile.am
1432         * src/plugins/bogofilter/.cvsignore
1433         * src/plugins/bogofilter/Makefile.am
1434         * src/plugins/bogofilter/bogofilter.c
1435         * src/plugins/bogofilter/bogofilter.h
1436         * src/plugins/bogofilter/bogofilter_gtk.c
1437                 New Bogofilter plugin, provides filtering and
1438                 learning. Spamassassin will go to extra plugins.
1439
1440 2006-08-26 [mones]      2.4.0cvs95
1441
1442         * manual/handling.xml
1443                 Fix subfolder path in the example (thanks to Paul) 
1444
1445 2006-08-26 [mones]      2.4.0cvs94
1446
1447         * manual/glossary.xml
1448                 2.2. + add ISP to the glossary
1449                 7.5. + Add UIDL to glossary
1450                 7.7. + Add TCP to glossary
1451         * manual/handling.xml
1452                 7.1. + Mentions GNU/Linux distribution, what about the non...
1453                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1454                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1455                 7.4. = Use appropriate quotation for commands
1456                 7.6. = change "" to <quote></quote>
1457         * manual/plugins.xml
1458                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1459         * manual/starting.xml
1460                 2.1. + local mbox file: some examples of mbox file locations...
1461                 Also reformatted files requiring it
1462
1463 2006-08-26 [wwp]        2.4.0cvs93
1464
1465         * src/summary_search.c
1466                 disable find buttons while summary search is running.
1467
1468 2006-08-25 [colin]      2.4.0cvs92
1469
1470         * src/folder.c
1471         * src/folderutils.c
1472         * src/mh.c
1473         * src/procmsg.h
1474         * src/summaryview.c
1475                 Speed up MH moving, and add progressbar
1476                 for MH deletion
1477         * src/msgcache.c
1478                 Write cache files using mmap() too
1479
1480 2006-08-25 [wwp]        2.4.0cvs91
1481
1482         * src/summaryview.c
1483                 switch spam<->ham button when a message has been marked as spam or ham
1484                 and is still selected. Thanks to Colin.
1485
1486 2006-08-25 [paul]       2.4.0cvs90
1487
1488         * src/Makefile.am
1489         * src/stock_pixmap.c
1490         * src/stock_pixmap.h
1491         * src/summaryview.c
1492         * src/gtk/icon_legend.c
1493         * src/pixmaps/copied.xpm
1494         * src/pixmaps/moved.xpm
1495                 add icons for delayed execution marked for
1496                 copying, marked for moving
1497
1498 2006-08-25 [mones]      2.4.0cvs89
1499
1500         * manual/glossary.xml
1501                 Fix the other glossary items:
1502                 5.1. = Inmmediate execution -> <quote>immediate execution...
1503                 5.2. = Fix MBOX capitalization -> Mbox
1504                 5.3. + Improve Plugins def. w/ tech. ref.
1505                 5.4. = Quotation -> replace '>' by <quote>></quote>
1506                 5.5. - SMTP Server. -> remove dot
1507         * po/es.po
1508                 Updated translation
1509
1510 2006-08-25 [mones]      2.4.0cvs88
1511
1512         * manual/ack.xml
1513                 Reformatted, changed email address
1514         * manual/glossary.xml
1515                 Reformatted, fixed MANUAL-TODO items:
1516                 8.2. + add ROT-13 to glossary
1517                 8.4. + add URL to glossary
1518         * manual/es/advanced.xml
1519                 Fixed <literal>s
1520
1521 2006-08-25 [paul]       2.4.0cvs87
1522
1523         * src/gtk/icon_legend.c
1524                 add 'marked for deletion' icon
1525                 arrange icons by containing column
1526                 wrap long label text
1527
1528 2006-08-25 [colin]      2.4.0cvs86
1529
1530         * src/common/utils.c
1531         * src/common/utils.h
1532                 Add the sc_g_*list_bigger functions in
1533                 a place everyone can use it
1534         * src/summaryview.c
1535                 Only freeze/thaw the list when working
1536                 on the selection, if it's bigger than 1
1537         * src/gtk/gtksctree.c
1538                 Only freeze/thaw the list when unselec-
1539                 ting 'all' if ('all' != 1)
1540                 This avoids some flickering
1541
1542 2006-08-24 [colin]      2.4.0cvs85
1543
1544         * src/addressbook.c
1545                 Fix strange list selection
1546                 Fix random seg (Invalid read of freed memory)
1547
1548 2006-08-24 [colin]      2.4.0cvs84
1549
1550         * src/alertpanel.c
1551         * src/gtk/inputdialog.c
1552         * src/plugins/pgpcore/passphrase.c
1553                 Revert minimal width patch of 2.4.0cvs67,
1554                 as it is also a maximal width. Use 
1555                 gtk_window_set_default_size instead.
1556
1557 2006-08-24 [colin]      2.4.0cvs83
1558
1559         * src/msgcache.c
1560                 Write cache/mark to temp files before
1561                 overwriting old ones (avoids metadata
1562                 loss if writing the new files fail).
1563                 Use mmap() to read cache/mark file, as
1564                 this makes cache reading faster. Dis-
1565                 abled for big-endian machines until it
1566                 can be tested. (Big-endian users: set
1567                 msgcache_use_mmap = TRUE in the relevant
1568                 #if).
1569         * src/procmsg.h
1570                 Move rarely used fields of MsgInfo in 
1571                 another structure, which will only be
1572                 allocated if needed. Face, X-Face,
1573                 Return receipt headers and List-*
1574                 headers are moved. Mails having none
1575                 of these occupy 52 bytes less with
1576                 this patch, which makes 2.5MB of RAM
1577                 saved on a 50k folder).
1578         * src/headerview.c
1579         * src/mainwindow.c
1580         * src/messageview.c
1581         * src/partial_download.c
1582         * src/procheader.c
1583         * src/procmsg.c
1584         * src/textview.c
1585                 Follow this structure change.
1586
1587 2006-08-24 [wwp]        2.4.0cvs82
1588
1589         * manual/es/.cvsignore
1590         * manual/es/dist/.cvsignore
1591         * manual/es/dist/html/.cvsignore
1592         * manual/es/dist/pdf/.cvsignore
1593         * manual/es/dist/ps/.cvsignore
1594         * manual/es/dist/txt/.cvsignore
1595                 more (generated) files to ignore.
1596
1597 2006-08-24 [colin]      2.4.0cvs81
1598
1599         * src/folder.c
1600         * src/mh.c
1601                 Fix possible problems with local delivery. Check the folder doesn't
1602                 need scan before setting its mtime when saving cache (which can be
1603                 done long after the folder's been modified by an external process);
1604                 Check that the stored item's mtime didn't change in mh functions.
1605
1606 2006-08-24 [mones]      2.4.0cvs80
1607
1608         * manual/advanced.xml
1609                 Rewrapping, some fixes and MANUAL-TODO items:
1610                 8.1. = change "" to <quote></quote>
1611                 8.3. = quote menu items
1612                 8.5. - deploying -> new user ... ideally a new user (redundant)
1613
1614 2006-08-23 [colin]      2.4.0cvs79
1615
1616         * src/gtk/gtksctree.c
1617                 When selecting or deselecting range, only
1618                 freeze/thaw when selection is bigger than 10
1619
1620 2006-08-23 [colin]      2.4.0cvs78
1621
1622         * src/messageview.c
1623         * src/mimeview.c
1624         * src/mimeview.h
1625         * src/plugins/dillo_viewer/dillo_viewer.c
1626                 Provide an API for MimeViewer plugins to
1627                 return a text selection for replying
1628
1629 2006-08-23 [colin]      2.4.0cvs77
1630
1631         * src/image_viewer.c
1632         * src/textview.c
1633                 Use gtk_pixbuf_new_from_file_at_scale(), which
1634                 is faster than getting the pixbuf then resizing
1635                 it.
1636
1637 2006-08-23 [colin]      2.4.0cvs76
1638
1639         * src/procmime.c
1640                 UTF-8 should be sent Quoted-printable
1641
1642 2006-08-22 [colin]      2.4.0cvs75
1643
1644         * src/mh.c
1645                 Check if scan is required before touching
1646                 the folder (or it'll be required every time)
1647
1648 2006-08-22 [colin]      2.4.0cvs74
1649
1650         * configure.ac
1651                 Require libetpan 0.46 (crasher fix when built
1652                 against gnutls)
1653
1654 2006-08-22 [colin]      2.4.0cvs73
1655
1656         * src/folder.c
1657                 Set folder's mtime after writing its
1658                 cache
1659         * src/folderview.c
1660                 Add some timing
1661         * src/procmsg.c
1662                 Don't do useless stuff if we don't 
1663                 thread by subject
1664         * src/summaryview.c
1665                 Add some timing, don't deselect prior
1666                 to selecting (gtksctree does it itself),
1667                 remove crash avoidance hacks as it's been
1668                 properly fixed since a while
1669         * src/common/utils.c
1670                 Optimize to_human_readable(): _() is slow,
1671                 do it only once, and avoid %f format for KB
1672                 (the most common in a summaryview)
1673         * src/gtk/gtksctree.c
1674                 Don't uselessly freeze/thaw (fixes flicker
1675                 on next unread and friends), reduce number
1676                 of g_list_nth/g_list_position where possible
1677         * src/gtk/gtkutils.c
1678         * src/gtk/gtkutils.h
1679                 Reduce number of g_list_nth/g_list_position
1680                 where possible.
1681                 All of this makes loading as 70k folder 2.1
1682                 seconds instead of 3.2 (with hot FS caches).
1683                 (1.3 seconds without Date and Size columns...)
1684
1685 2006-08-22 [paul]       2.4.0cvs72
1686
1687         wrap documents and do some items from mones' MANUAL-TODO:
1688
1689         * manual/account.xml
1690                 4.1. = fix tabname references to <quote>tabname</quote>
1691                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1692         * manual/faq.xml
1693                 1.1. = mentioned options don't match UI
1694                 Add information about the 'Never send Return Receipts'
1695                 option
1696         * manual/handling.xml
1697                 6.2. = Mentions Extended symbols button, but now is
1698                 named Information
1699                 6.3. = Mentions ... button, which is now Edit
1700
1701 2006-08-22 [colin]      2.4.0cvs71
1702
1703         * src/gtk/pluginwindow.c
1704                 Fix layout in verbose translations (such
1705                 as french)
1706
1707 2006-08-22 [paul]       2.4.0cvs70
1708
1709         * manual/Makefile.am
1710                 build manuals in alphabetical order
1711         * src/addressbook.c
1712         * src/prefs_themes.c
1713                 replace/remove deprecated symbols
1714         * src/gtk/gtkutils.c
1715                 fix a warning
1716         * src/gtk/pluginwindow.c
1717                 replace deprecated symbol
1718                 replace label text and move it
1719         * src/plugins/pgpcore/prefs_gpg.c
1720                 move the 'Generate...' button out of the
1721                 Sign Key frame, replace the English used
1722         * src/plugins/pgpcore/sgpgme.c
1723                 fixes to the English
1724
1725 2006-08-21 [colin]      2.4.0cvs69
1726
1727         * src/plugins/trayicon/trayicon.c
1728                 Add more strings for translation; patch
1729                 by Pawel
1730
1731 2006-08-21 [colin]      2.4.0cvs68
1732
1733         * src/compose.c
1734                 fix replied flag not set after drafting
1735         * src/matcher.c
1736                 fix body quicksearch in non-encoded bodies
1737                 containing '='
1738         * src/msgcache.c
1739                 Get rid of the g_malloc workaround for
1740                 corrupted caches, use g_try_malloc
1741
1742 2006-08-21 [colin]      2.4.0cvs67
1743
1744         * src/alertpanel.c
1745         * src/gtk/inputdialog.c
1746         * src/plugins/pgpcore/passphrase.c
1747                 Set minimal width to 375
1748         * src/mainwindow.c
1749                 Fix switching to offline, asking if it 
1750                 should be overriden for synchronising
1751         * src/mimeview.c
1752                 Don't offer to remember command on Open 
1753                 with for text parts, as the browser or 
1754                 text editor command isn't changed from 
1755                 there
1756
1757 2006-08-20 [paul]       2.4.0cvs66
1758
1759         * po/ko.po
1760         * po/zh_CN.po
1761                 fix plural form errors. revealed by stricter
1762                 checking of gettext 0.15
1763
1764 2006-08-18 [paul]       2.4.0cvs65
1765
1766         * src/stock_pixmap.c
1767                 fix the fix of 2.4.0cvs64
1768                 Thanks to Colin
1769
1770 2006-08-18 [paul]       2.4.0cvs64
1771
1772         * src/stock_pixmap.c
1773                 fix leaks
1774                 Thanks to Colin
1775
1776 2006-08-18 [paul]       2.4.0cvs63
1777
1778         * src/compose.c
1779         * src/procmsg.c
1780                 fix occasional IMAP bug where large msgs
1781                 were left in the queue folder after sending
1782                 Thanks to Colin
1783
1784 2006-08-18 [paul]       2.4.0cvs62
1785
1786         * src/folderview.c
1787                 freeze the summaryview while quicksearch results
1788                 are displayed
1789                 (fixes bug 456 'current message is hidden when the
1790                 view is refreshed and extended search is "unread 
1791                 messages"')
1792                 Thanks to Colin
1793         * src/textview.c
1794                 add missing #include "inputdialog.h"
1795         * src/common/utils.h
1796                 add missing mailcap_update_default() and improve
1797                 readability
1798
1799 2006-08-17 [colin]      2.4.0cvs61
1800
1801         * src/plugins/pgpcore/select-keys.c
1802                 Fix warnings :)
1803
1804 2006-08-17 [colin]      2.4.0cvs60
1805
1806         * src/compose.c
1807                 Don't continue queuing if Cancel is clicked
1808                 in select-keys
1809
1810 2006-08-17 [colin]      2.4.0cvs59
1811
1812         * src/plugins/pgpcore/select-keys.c
1813                 When encrypting, if only one key matches and it 
1814                 matches exactly, automatically use it.
1815
1816 2006-08-17 [colin]      2.4.0cvs58
1817
1818         * src/mimeview.c
1819         * src/prefs_common.c
1820         * src/prefs_common.h
1821         * src/prefs_ext_prog.c
1822         * src/textview.c
1823                 Fix issues with previous patch (text/html)
1824                 Remove outdated prefs
1825
1826 2006-08-17 [colin]      2.4.0cvs57
1827
1828         * src/imap.c
1829                 Add View Log button on auth error
1830         * src/procmsg.c
1831                 Fix encrypted mail marked as new when
1832                 saved in normal folders
1833         * src/plugins/pgpinline/pgpinline.c
1834                 Fix encrypt bug on IMAP
1835         * src/mimeview.c
1836         * src/common/utils.c
1837         * src/common/utils.h
1838         * src/gtk/inputdialog.c
1839         * src/gtk/inputdialog.h
1840                 Get rid of metamail stuff, simplify
1841                 opening, and allow remembering of user's
1842                 choices (by updating ~/.mailcap). There's
1843                 still to drop "Audio player" and "Image
1844                 viewer" preferences.
1845
1846 2006-08-17 [mones]      2.4.0cvs56
1847
1848         * manual/es/sylpheed-claws-manual.xml
1849                 fix DTD path
1850
1851 2006-08-17 [mones]      2.4.0cvs55
1852
1853         * configure.ac
1854         * manual/Makefile.am
1855         * manual/es/Makefile.am
1856         * manual/es/account.xml
1857         * manual/es/ack.xml
1858         * manual/es/addrbook.xml
1859         * manual/es/advanced.xml
1860         * manual/es/faq.xml
1861         * manual/es/glossary.xml
1862         * manual/es/gpl.xml
1863         * manual/es/handling.xml
1864         * manual/es/intro.xml
1865         * manual/es/keyboard.xml
1866         * manual/es/plugins.xml
1867         * manual/es/starting.xml
1868         * manual/es/sylpheed-claws-manual.xml
1869         * manual/es/dist/Makefile.am
1870         * manual/es/dist/html/Makefile.am
1871         * manual/es/dist/pdf/Makefile.am
1872         * manual/es/dist/ps/Makefile.am
1873         * manual/es/dist/txt/Makefile.am
1874                 Spanish translation for the manual
1875
1876 2006-08-16 [colin]      2.4.0cvs54
1877
1878         * src/compose.c
1879         * src/main.c
1880         * src/mainwindow.c
1881                 Fix send button sensitivity at startup
1882                 Set send menu sensitivity (patch by Fabien)
1883         * src/ssl_manager.c
1884                 Enable closing with esc (patch by Fabien)
1885         * src/gtk/foldersort.c
1886                 Enable closing with esc (patch by Fabien)
1887         * src/procmime.c
1888                 Optimisation (no need to copy to tempfile to
1889                 "decode" 7bit and 8bit)
1890         * src/summaryview.c
1891                 Fix cruft in swap_from case
1892         * src/textview.c
1893                 Fix missing last line in some mail cases 
1894                 (Fixes debian #381872)
1895         * src/plugins/pgpcore/prefs_gpg.c
1896         * src/plugins/pgpcore/sgpgme.c
1897         * src/plugins/pgpcore/sgpgme.h
1898                 Don't show "no key found" when user explicitely
1899                 wants to create a key
1900
1901 2006-08-16 [paul]       2.4.0cvs53
1902
1903         * configure.ac
1904         * src/account.c
1905         * src/addressbook.c
1906         * src/headerview.c
1907         * src/prefs_account.c
1908         * src/prefs_message.c
1909         * src/gtk/gtkutils.c
1910                 bump up minimum required versions of GTK+ and
1911                 GLIB to 2.6.0
1912
1913 2006-08-16 [paul]       2.4.0cvs52
1914
1915         * src/toolbar.c
1916                 workaround GTK+ Bug 351600 - 'Can't re-click
1917                 on button after sensitivity update'
1918                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1919                 Thanks to Colin
1920
1921 2006-08-15 [colin]      2.4.0cvs51
1922
1923         * src/plugins/pgpcore/prefs_gpg.c
1924                 Set options sensitivity according to
1925                 key existence
1926         * src/plugins/pgpcore/sgpgme.c
1927                 Allow to create key with no passphrase
1928
1929 2006-08-14 [cleroy]     2.4.0cvs50
1930
1931         * src/gtk/pluginwindow.c
1932                 New layout (maybe to be changed?)
1933         * src/gtk/gtkutils.c
1934                 Fix a bit label_window
1935         * src/plugins/pgpcore/passphrase.c
1936         * src/plugins/pgpcore/passphrase.h
1937         * src/plugins/pgpcore/plugin.c
1938         * src/plugins/pgpcore/prefs_gpg.c
1939         * src/plugins/pgpcore/prefs_gpg.h
1940         * src/plugins/pgpcore/sgpgme.c
1941         * src/plugins/pgpcore/sgpgme.h
1942                 Allow to create a PGP private key via the GUI
1943
1944 2006-08-14 [wwp]        2.4.0cvs49
1945
1946         * src/addressbook_foldersel.c
1947                 fix strict ISO C90 compliance.
1948
1949 2006-08-14 [paul]       2.4.0cvs48
1950
1951         * src/gtk/prefswindow.c
1952                 re-set scrolled window on opening
1953                 Patch by Ticho
1954
1955 2006-08-14 [paul]
1956
1957         2.5.0-rc1 released
1958
1959 2006-08-14 [paul]       2.4.0cvs47
1960
1961         * src/prefs_display_header.c
1962                 re-enable user-defined Displayed Headers
1963
1964 2006-08-14 [paul]       2.4.0cvs46
1965
1966         * src/prefs_account.c
1967                 use GTK_STOCK_EDIT
1968
1969 2006-08-13 [colin]      2.4.0cvs45
1970
1971         * src/common/utils.c
1972                 Fix "a" in quote when the original message is empty,
1973                 by using \0 instead of 'a' to test writability of
1974                 temp files.
1975
1976 2006-08-13 [wwp]        2.4.0cvs44
1977
1978         * src/plugins/spamassassin/spamassassin.c
1979                 fix capitalization of "SpamAssassin" in some debug, log and
1980                 dialog messages.
1981
1982 2006-08-13 [paul]       2.4.0cvs43
1983
1984         * src/editldap.c
1985                 fix overlapping widgets
1986         * src/prefs_account.c
1987                 fix translation of protocol_names[]
1988                 fix label disappearing off the edge of the
1989                 visible area
1990
1991 2006-08-12 [paul]       2.4.0cvs42
1992
1993         * manual/plugins.xml
1994                 update IRC channel info before it gets forgotten
1995                 about
1996
1997 2006-08-11 [colin]      2.4.0cvs41
1998
1999         * src/compose.c
2000         * src/mainwindow.c
2001         * src/mainwindow.h
2002         * src/procmsg.c
2003         * src/procmsg.h
2004         * src/summaryview.c
2005         * src/toolbar.c
2006                 Grey out the Send button if
2007                 - Queue folders are empty, or
2008                 - We're sending already
2009
2010 2006-08-11 [wwp]        2.4.0cvs40
2011
2012         * src/main.c
2013                 fix a logic issue when quitting while a compose window is
2014                 still open, thanks to Colin.
2015
2016 2006-08-10 [colin]      2.4.0cvs39
2017
2018         * src/main.c
2019                 Fix default font size setting after wizard run
2020         * src/imap.c
2021         * src/etpan/imap-thread.c
2022         * src/etpan/imap-thread.h
2023                 Fix bug #999 (Timing out on TSL cert validation 
2024                 dialog makes ugly things happen). Also, STARTTLS
2025                 unconditionnaly if initial capabilities contain
2026                 LOGINDISABLED and STARTTLS.
2027
2028 2006-08-09 [colin]      2.4.0cvs38
2029
2030         * src/mainwindow.c
2031         * src/mainwindow.h
2032                 Fix Tools/Actions sensitivity when there are
2033                 no actions
2034
2035 2006-08-09 [colin]      2.4.0cvs37
2036
2037         * src/prefs_filtering.c
2038                 Warning fix, patch by Paul
2039         * src/messageview.c
2040         * src/prefs_actions.c
2041         * src/prefs_filtering_action.c
2042         * src/prefs_matcher.c
2043                 Uniformisation of "Info ..." to "Info..." (for
2044                 old gtk), patch by Fabien
2045         * src/plugins/clamav/clamav_plugin_gtk.c
2046                 Sensitivity fix by Fabien
2047
2048 2006-08-09 [colin]      2.4.0cvs36
2049
2050         * src/main.c
2051         * src/main.h
2052                 Add a function to know whether we're exiting
2053         * src/plugins/trayicon/trayicon.c
2054                 If exiting, don't do anything. Faster, and
2055                 avoids gtk_main_iteration reentracy causing
2056                 segfaults at exit
2057
2058 2006-08-09 [colin]      2.4.0cvs35
2059
2060         * src/messageview.c
2061         * src/mimeview.c
2062         * src/mimeview.h
2063                 Fix lack of part selection when automatically 
2064                 jumping to a specific part
2065         * src/msgcache.c
2066                 Little optimisation in cache reading
2067
2068 2006-08-09 [colin]      2.4.0cvs34
2069
2070         * src/compose.c
2071                 Fix crash setting the priority on reedit
2072                 (Accessing compose before creating it!)
2073
2074 2006-08-08 [colin]      2.4.0cvs33
2075
2076         * src/procmime.c
2077                 Fix bug #998 (last attachment is not accessible)
2078                 Bad RFC interpretation on multipart close-delimiters
2079         * src/mimeview.c
2080         * src/mimeview.h
2081         * src/gtk/gtkvscrollbutton.c
2082         * src/gtk/gtkvscrollbutton.h
2083                 Make attachments list wheel-scrollable
2084
2085 2006-08-07 [colin]      2.4.0cvs32
2086
2087         * src/gtk/gtkaspell.c
2088                 Fix bug #973 (Unicode punctation characters 
2089                 are not recognized as separators by the
2090                 spell checker); fix unsigned stuff
2091
2092 2006-08-07 [colin]      2.4.0cvs31
2093
2094         * src/compose.c
2095                 Fix bug #956 (DnD text with accents in compose 
2096                 text entry); fix gccc's signed/unsigned fuss
2097
2098 2006-08-06 [colin]      2.4.0cvs30
2099
2100         * src/main.c
2101                 Fix bug #979 (Plugin crashes when exiting 
2102                 sylpheed-claws) : handle exit request only 
2103                 once
2104
2105 2006-08-05 [colin]      2.4.0cvs29
2106
2107         * src/news.c
2108                 Just make sure we have a msgid.
2109
2110 2006-08-05 [colin]      2.4.0cvs28
2111
2112         * src/news.c
2113         * src/summaryview.c
2114                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2115                 by reimplementing it
2116         * src/textview.c
2117                 Fix bug when hiding quotes with level > 3 and quote
2118                 colors are recycled
2119
2120 2006-08-04 [colin]      2.4.0cvs27
2121
2122         * src/compose.c
2123         * src/undo.c
2124         * src/undo.h
2125                 Fix a bit replace-by-pasting undo
2126         * src/mainwindow.c
2127         * src/messageview.c
2128                 Fix Fold quotes menu synchro in
2129                 mainwindow when it changes in 
2130                 messageview
2131         * src/textview.c
2132                 Fix right-click on quotes blocks
2133         * src/common/utils.c
2134                 Verify that the file created by
2135                 my_tmpfile() is writable. Fixes
2136                 bug #988 (very specific filesystem
2137                 issue)
2138         * src/plugins/pgpcore/sgpgme.c
2139                 Fix file descriptor leak
2140         * src/plugins/spamassassin/spamassassin.c
2141                 Warn once if spamd isn't reachable
2142
2143 2006-08-04 [colin]      2.4.0cvs26
2144
2145         * src/toolbar.c
2146                 i18n context patch by Fabien
2147
2148 2006-08-03 [colin]      2.4.0cvs25
2149
2150         * src/mainwindow.c
2151         * src/messageview.c
2152                 Rename "Hide quotes" to "Fold quotes"
2153         * src/textview.c
2154                 Don't use hand cursor on quotes. "all 
2155                 the bonuses of the feature and none of 
2156                 unwelcome side-effects"
2157
2158 2006-08-03 [colin]      2.4.0cvs24
2159
2160         * AUTHORS
2161         * sylpheed-claws.desktop
2162         * src/gtk/authors.h
2163                 Bring the desktop file to XDG compliance
2164                 Patch by Charles A. Edwards
2165
2166 2006-08-03 [colin]      2.4.0cvs23
2167
2168         * src/textview.c
2169                 Fix links offset when they are preceded
2170                 by accentued chars (g_utf8_strlen!)
2171         * src/mainwindow.c
2172                 Fix wrong status when starting offline
2173
2174
2175 2006-08-03 [wwp]        2.4.0cvs22
2176
2177         * src/prefs_common.h
2178                 ask what to do w/ filtering rules that belong to an account when
2179                 applying filtering rules manually from the main window (skip,
2180                 apply regardless of the account, use current account). This dialog
2181                 can be skipped and the last reply used.
2182                 (forgot that file)
2183
2184 2006-08-03 [wwp]        2.4.0cvs21
2185
2186         * src/filtering.c
2187         * src/filtering.h
2188         * src/prefs_common.c
2189         * src/summaryview.c
2190         * src/alertpanel.c
2191         * src/alertpanel.h
2192         * src/messageview.c
2193                 ask what to do w/ filtering rules that belong to an account when
2194                 applying filtering rules manually from the main window (skip,
2195                 apply regardless of the account, use current account). This dialog
2196                 can be skipped and the last reply used.
2197
2198
2199 2006-08-03 [colin]      2.4.0cvs20
2200
2201         * src/textview.c
2202                 Optimize previous patch
2203
2204 2006-08-03 [cleroy]     2.4.0cvs19
2205
2206         * src/textview.c
2207                 Fix quotes getting toggled back when the
2208                 mail has an even number of text parts
2209
2210 2006-08-02 [colin]      2.4.0cvs18
2211
2212         * src/messageview.c
2213                 Add Hide quotes menu
2214
2215 2006-08-02 [colin]      2.4.0cvs17
2216
2217         * src/mainwindow.c
2218         * src/prefs_common.c
2219         * src/textview.c
2220         * src/textview.h
2221         * src/gtk/about.c
2222                 Allow per-level quote hiding,
2223                 Allow toggling quotes by double-clicking them
2224                 Rename RemoteURI to ClickableText to reflect
2225                 the fact it's used for a variety of things
2226
2227 2006-08-02 [wwp]        2.4.0cvs16
2228
2229         * src/mainwindow.c
2230                 fix "View/Hide quotes" menu item status initialization.
2231
2232 2006-08-02 [wwp]        2.4.0cvs15
2233
2234         * src/matcher_parser_parse.y
2235                 remove a debug trace.
2236
2237 2006-08-02 [paul]       2.4.0cvs14
2238
2239         * src/plugins/pgpcore/passphrase.c
2240                 don't set initial dialog size
2241                 make it resizable
2242
2243 2006-08-02 [paul]       2.4.0cvs13
2244
2245         * src/noticeview.c
2246                 remove the rogue '/' character
2247
2248 2006-08-02 [paul]       2.4.0cvs12
2249
2250         * src/noticeview.c
2251                 allow buttons to resize as necessary
2252
2253 2006-08-01 [wwp]        2.4.0cvs11
2254
2255         * src/mbox.c
2256                 fix strict ISO C90 compliance.
2257
2258 2006-08-01 [wwp]        2.4.0cvs10
2259
2260         * tools/update-po
2261                 updated update-po tool to work w/ context-dependent translations.
2262                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2263
2264 2006-08-01 [wwp]        2.4.0cvs9
2265
2266         * src/matcher.c
2267         * src/prefs_filtering.c
2268         * src/prefs_matcher.c
2269                 allow context-dependent translations for "All",
2270                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2271
2272 2006-07-31 [colin]      2.4.0cvs8
2273
2274         * AUTHORS
2275         * src/gtk/authors.h
2276                 Add Rafal to authors
2277
2278 2006-07-31 [colin]      2.4.0cvs7
2279
2280         * src/compose.c
2281         * src/mainwindow.c
2282         * src/messageview.h
2283         * src/prefs_common.c
2284         * src/prefs_common.h
2285         * src/textview.c
2286                 Add 'View/Hide quotes'. Patch based on a patch
2287                 by Rafal Weglarz
2288
2289 2006-07-31 [colin]      2.4.0cvs6
2290
2291         * src/action.c
2292                 Fix problem with "> stuff >" actions
2293
2294 2006-07-31 [paul]       2.4.0cvs5
2295
2296         * po/nb.po
2297                 updated by Geir Helland
2298
2299 2006-07-31 [wwp]        2.4.0cvs4
2300
2301         * src/mainwindow.c
2302         * src/summaryview.c
2303         * src/summaryview.h
2304                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2305                 thanks to Colin.
2306
2307 2006-07-31 [wwp]        2.4.0cvs3
2308
2309         * src/Makefile.am
2310         * src/addr_compl.c
2311         * src/addr_compl.h
2312         * src/addressbook.c
2313         * src/addressbook.h
2314         * src/addressbook_foldersel.c
2315         * src/addressbook_foldersel.h
2316         * src/addrindex.c
2317         * src/addrindex.h
2318         * src/matcher.c
2319         * src/matcher.h
2320         * src/matcher_parser_lex.l
2321         * src/matcher_parser_parse.y
2322         * src/prefs_common.c
2323         * src/prefs_common.h
2324         * src/prefs_filtering.c
2325         * src/prefs_matcher.c
2326         * src/prefs_matcher.h
2327         * src/summaryview.c
2328                 introduce filtering against the address book. It's now possible to add
2329                 matched conditions to determine if any email address in a message matches
2330                 or doesn't match any or all books or folders in the address book.
2331
2332 2006-07-31 [wwp]        2.4.0cvs2
2333
2334         * src/account.c
2335         * src/filtering.c
2336         * src/filtering.h
2337         * src/folder.c
2338         * src/folderview.c
2339         * src/inc.c
2340         * src/mainwindow.c
2341         * src/matcher.c
2342         * src/matcher_parser_lex.l
2343         * src/matcher_parser_parse.y
2344         * src/mbox.c
2345         * src/prefs_filtering.c
2346         * src/prefs_filtering.h
2347         * src/procmsg.c
2348         * src/procmsg.h
2349         * src/summaryview.c
2350                 introduce per-account filtering rules. Each filtering rule can now be assigned
2351                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2352                 when applying filtering rules manually, as all rules will apply - even the ones
2353                 assigned to an account. This issue will be addressed soon.
2354  
2355
2356
2357 2006-07-31 [wwp]        2.4.0cvs1
2358
2359         * src/quote_fmt.c
2360                 make more strings translatable.
2361
2362 2006-07-31 [paul]       2.4.0
2363
2364         2.4.0 released
2365
2366 2006-07-31 [paul]       2.3.1cvs91
2367
2368         * po/ca.po
2369                 updated by Miquel Oliete
2370
2371 2006-07-31 [paul]       2.3.1cvs90
2372
2373         * po/de.po
2374         * po/el.po
2375         * po/fr.po
2376         * po/it.po
2377         * po/pl.po
2378         * po/pt_BR.po
2379         * po/sr.po
2380         * po/zh_CN.po
2381                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2382                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2383                 Aleksandar Urosevic, and Ralgh Young
2384
2385 2006-07-31 [paul]       2.3.1cvs89
2386
2387         * src/account.c
2388         * src/main.c
2389         * src/mainwindow.c
2390         * src/mainwindow.h
2391                 Fix a race condition when, after an SC crash, rescanning
2392                 folders took more than 0.5 seconds
2393                 Thanks to Colin
2394
2395 2006-07-31 [paul]       2.3.1cvs88
2396
2397         * src/folderview.c
2398                 don't translate separator strings
2399
2400 2006-07-30 [mones]      2.3.1cvs87
2401
2402         * doc/man/sylpheed-claws.1
2403                 Fixed non-ASCII chars in Hoa's name
2404         * po/es.po
2405                 Updated for release
2406
2407 2006-07-27 [colin]      2.3.1cvs86
2408
2409         * src/textview.c
2410                 Don't include the leading \n in links
2411                 Patch by Fabien
2412
2413 2006-07-25 [colin]      2.3.1cvs85
2414
2415         * src/mainwindow.c
2416         * src/common/socket.h
2417         * src/etpan/imap-thread.c
2418                 Refresh resolvers before connecting
2419                 to IMAP servers, and after switching
2420                 to online. Thanks to Paul.
2421
2422 2006-07-18 [colin]
2423
2424         * 2.4.0-rc4 released
2425
2426 2006-07-17 [colin]      2.3.1cvs84
2427
2428         * src/inc.c
2429                 Show connection attempt in statusbar before
2430                 connecting (previously first message was
2431                 "Retrieving messages from ..." after the
2432                 connection succeeded.
2433
2434 2006-07-16 [wwp]        2.3.1cvs83
2435
2436         * sylpheed-claws.ico
2437                 Added .ico file (windows multi-size icon file, generated).
2438
2439 2006-07-12 [wwp]        2.3.1cvs82
2440
2441         * src/messageview.c
2442                 remove Message/Re-edit menu entry from messageview window,
2443                 as sent/draft/queued messages are opened in compose window when
2444                 re-edited and it's not possible to re-edit other msgs.
2445
2446 2006-07-12 [paul]       2.3.1cvs81
2447
2448         * AUTHORS
2449         * src/mainwindow.c
2450         * src/gtk/authors.h
2451                 check online state before resetting
2452                 mailcheck timer. Useful if some program
2453                 verifies connection state and updates
2454                 Claws.
2455                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2456
2457 2006-07-12 [paul]       2.3.1cvs80
2458
2459         * sylpheed-claws-128x128.png
2460         * sylpheed-claws-64x64.png
2461         * sylpheed-claws.png
2462         * src/Makefile.am
2463         * src/main.c
2464         * src/prefs_toolbar.c
2465         * src/stock_pixmap.c
2466         * src/stock_pixmap.h
2467         * src/wizard.c
2468         * src/gtk/about.c
2469         * src/gtk/gtkutils.c
2470         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2471         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2472         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2473         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2474         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2475         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2476                 updated and renamed logo/icon files and related
2477                 logo by Jesper Schultz
2478
2479 2006-07-11 [paul]       2.3.1cvs79
2480
2481         * src/main.c
2482                 fix the labels a smidgin
2483
2484 2006-07-09 [colin]      2.3.1cvs78
2485
2486         * src/textview.c
2487                 Show errors in textviewer's command
2488                 Patch by H. Merijn Brand
2489
2490 2006-07-09 [colin]      2.3.1cvs77
2491
2492         * src/compose.c
2493                 Save FMID in drafts too
2494
2495 2006-07-08 [colin]      2.3.1cvs76
2496
2497         * src/compose.c
2498                 Svae RMID in drafted mails too
2499                 Save quote_fmt vars for whole mails,
2500                 don't reset at each quote_fmt_init:
2501                 allows to use the same |i{var} in
2502                 various template fields
2503         * src/prefs_template.c
2504         * src/quote_fmt.h
2505         * src/quote_fmt_parse.y
2506                 Same
2507
2508 2006-07-08 [colin]      2.3.1cvs75
2509
2510         * src/textview.c
2511                 Fix highlighting of attached parts URIs
2512
2513 2006-07-08 [colin]      2.3.1cvs74
2514
2515         * src/main.c
2516                 Prevent bug #981 (sc 2.3.1 segfaults with 
2517                 gtk+ 2.10) from being reported again:
2518                 if Sylpheed-Claws has been compiled against
2519                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2520                 of if Sylpheed-Claws has been compiled against
2521                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2522                 error out.
2523
2524 2006-07-07 [colin]      2.3.1cvs73
2525
2526         * src/prefs_actions.c
2527                 Fix label
2528
2529 2006-07-07 [colin]      2.3.1cvs72
2530
2531         * src/prefs_actions.c
2532                 Fix compile on gtk < 2.8. argh :)
2533
2534 2006-07-07 [paul]       2.3.1cvs71
2535
2536         * src/common/defs.h
2537                 update DONATE_URI
2538
2539 2006-07-07 [colin]      2.3.1cvs70
2540
2541         * po/POTFILES.in
2542         * src/quote_fmt.c
2543         * src/quote_fmt_lex.l
2544         * src/quote_fmt_parse.y
2545                 Add |i{var}, a way to insert user-entered
2546                 text in a template
2547
2548 2006-07-07 [colin]
2549
2550         * 2.4.0-rc3 released
2551
2552 2006-07-07 [colin]      2.3.1cvs69
2553
2554         * src/folder.c
2555                 Don't consider inboxes of UNKNOWN folder 
2556                 classes to be useable as default inboxes
2557
2558 2006-07-07 [paul]       2.3.1cvs68
2559
2560         * src/textview.c
2561                 add missing #include <errno.h>
2562                 Thanks to René J. Blokland
2563
2564 2006-07-07 [paul]       2.3.1cvs67
2565
2566         * src/action.c
2567                 Return now Closes dialog
2568         * src/mimeview.c
2569         * src/mimeview.h
2570         * src/textview.c
2571                 add contextual menu to mime parts listed
2572                 in the textview
2573                 Thanks to Colin
2574         * src/common/utils.c
2575                 reversal: ' is a valid character in URLs
2576
2577 2006-07-06 [colin]      2.3.1cvs66
2578
2579         * src/remotefolder.h
2580                 Forgotten in previous commit
2581
2582 2006-07-06 [colin]      2.3.1cvs65
2583
2584         * src/folder.c
2585                 Set summary update flag whenever
2586                 totals changed
2587         * src/imap.c
2588         * src/prefs_account.c
2589         * src/common/utils.h
2590         * src/etpan/imap-thread.c
2591                 Fix warnings, thanks to Fabien and
2592                 Ricardo
2593
2594 2006-07-06 [wwp]        2.3.1cvs64
2595
2596         * src/gtk/gtkutils.c
2597                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2598
2599 2006-07-06 [wwp]        2.3.1cvs63
2600
2601         * src/account.c
2602         * src/addressbook.c
2603         * src/addressitem.h
2604         * src/folderview.c
2605         * src/mainwindow.c
2606         * src/manual.c
2607         * src/manual.h
2608         * src/message_search.c
2609         * src/prefs_actions.c
2610         * src/prefs_filtering.c
2611         * src/prefs_filtering.h
2612         * src/prefs_template.c
2613         * src/summary_search.c
2614         * src/summaryview.c
2615         * src/gtk/gtkutils.c
2616         * src/gtk/gtkutils.h
2617         * src/gtk/pluginwindow.c
2618                 add help buttons to some dialogs. Clicking such buttons opens a
2619                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2620
2621 2006-07-06 [paul]       2.3.1cvs62
2622
2623         * src/textview.c
2624                 fix attachments contextual menu
2625                 Thanks to Colin
2626
2627 2006-07-05 [colin]      2.3.1cvs61
2628
2629         * src/textview.c
2630         * src/compose.c
2631                 Handle sftp:// links
2632
2633 2006-07-05 [paul]       2.3.1cvs60
2634
2635         * src/gtk/filesel.c
2636                 grab save button by default
2637                 Thanks to Colin
2638
2639 2006-07-05 [wwp]        2.3.1cvs59
2640
2641         * manual/xml2pdf
2642                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2643
2644 2006-07-04 [colin]      2.3.1cvs58
2645
2646         * src/mimeview.c
2647         * src/textview.c
2648                 Use left click to select, middle click to open
2649                 on mimeparts links
2650         * src/common/utils.c
2651                 Fix segfault
2652
2653 2006-07-04 [colin]      2.3.1cvs57
2654
2655         * src/mainwindow.c
2656         * src/news.c
2657                 Warning fixes, thanks to Fabien
2658
2659 2006-07-04 [colin]      2.3.1cvs56
2660
2661         * src/mimeview.c
2662         * src/mimeview.h
2663         * src/textview.c
2664                 Allow parts to be selected via their text label
2665                 in textview
2666
2667 2006-07-04 [colin]      2.3.1cvs55
2668
2669         * src/folderview.c
2670                 Feedback when closing (for big folders)
2671         * src/prefs_actions.c
2672         * src/prefs_filtering.c
2673         * src/prefs_matcher.c
2674         * src/prefs_template.c
2675                 Fix default button when closing without
2676                 having saved
2677
2678 2006-07-04 [colin]      2.3.1cvs54
2679
2680         * src/news.c
2681                 Delete local file on deletion
2682
2683 2006-07-03 [colin]      2.3.1cvs53
2684
2685         * src/folderview.c
2686         * src/main.c
2687                 Don't freeze when rescanning after crash
2688
2689 2006-07-03 [wwp]        2.3.1cvs52
2690
2691         * src/compose.c
2692         * src/privacy.c
2693         * src/privacy.h
2694         * src/plugins/pgpinline/pgpinline.c
2695         * src/plugins/pgpmime/pgpmime.c
2696                 don't report an error when the user cancels the passphrase dialog.
2697
2698 2006-07-02 [colin]      2.3.1cvs51
2699
2700         * src/folderview.c
2701                 Open message when crossing folders with Space,
2702                 goto next unread and friends
2703
2704 2006-07-01 [colin]      2.3.1cvs50
2705
2706         * src/prefs_account.c
2707                 Typographic rules varying from language
2708                 to language (in french "Protocole :"),
2709                 we have to do that :)
2710
2711 2006-07-01 [ticho]      2.3.1cvs49
2712
2713         * src/prefs_account.c
2714                 Only use one temporary gchar* variable in
2715                 prefs_account_protocol_set_optmenu().
2716
2717 2006-07-01 [ticho]      2.3.1cvs48
2718
2719         * src/prefs_account.c
2720         * src/prefs_account.h
2721                 Use GtkLabel for existing account protocol name.
2722                 Created an array for protocol names and populate the
2723                 combobox from it in a for() cycle.
2724
2725 2006-06-30 [colin]      2.3.1cvs47
2726
2727         * src/compose.c
2728                 Block undo when changing signature (by changing
2729                 account)
2730
2731 2006-06-30 [paul]       2.3.1cvs46
2732
2733         * src/send_message.c
2734                 when editing From in the Compose window, use that address
2735                 in the Return-Path: header
2736                 Thanks to Colin
2737
2738 2006-06-30 [colin]      2.3.1cvs45
2739
2740         * src/compose.c
2741                 Fix signature replacement:
2742                 - when no newline before separator
2743                 - when reediting
2744
2745 2006-06-29 [colin]      2.3.1cvs44
2746
2747         * src/folderview.c
2748         * src/folderview.h
2749         * src/mainwindow.c
2750         * src/summaryview.c
2751                 Let 'View/Go to/Next marked' work like
2752                 Next new & Next unread: across folders
2753                 Change the select_on_entry pref to do
2754                 what we want when changing folder
2755         * src/common/utils.c
2756                 Fix single-quoted links 
2757
2758 2006-06-29 [colin]      2.3.1cvs43
2759
2760         * src/gtk/gtkaspell.c
2761                 "Sylpheed" and "Sylpheed-Claws" do exist !
2762
2763 2006-06-29 [colin]      2.3.1cvs42
2764
2765         * src/imap.c
2766                 Forgot to remove debug
2767
2768 2006-06-29 [colin]      2.3.1cvs41
2769
2770         * src/imap.c
2771         * src/imap.h
2772         * src/mainwindow.c
2773                 Disconnect from IMAP servers when going
2774                 offline. Fixes bug #978 (going to offline-mode 
2775                 won't close connections)
2776
2777 2006-06-29 [colin]      2.3.1cvs40
2778
2779         * src/main.c
2780                 Fix transient setting on failing plugins
2781                 Patch by Fabien
2782         * src/plugins/pgpcore/sgpgme.c
2783                 Only warn for OpenPGP. Most people don't
2784                 have CMS available.
2785
2786 2006-06-29 [colin]      2.3.1cvs39
2787
2788         * src/compose.c
2789                 Fix Spelling menu (discrepancy between context menu
2790                 and top menu when folder's dictionary isn't the 
2791                 default one)
2792         * src/plugins/pgpcore/sgpgme.c
2793                 More error reporting about why gpgme can fail
2794
2795 2006-06-29 [wwp]        2.3.1cvs38
2796
2797         * src/mainwindow.c
2798                 honor the display-header-pane setting even when the message view
2799                 is a separate window.
2800
2801 2006-06-29 [wwp]        2.3.1cvs37
2802
2803         * src/prefs_actions.c
2804                 forgot to commit that one (use of GTK_STOCK_INFO).
2805
2806 2006-06-29 [colin]      2.3.1cvs36
2807
2808         * src/imap.c
2809                 Better handling of login errors (ask the password
2810                 again once), alert in case of error. Fix three
2811                 signedness warnings.
2812
2813 2006-06-28 [wwp]        2.3.1cvs35
2814
2815         * src/prefs_template.c
2816         * src/prefs_matcher.c
2817         * src/prefs_filtering_action.c
2818         * src/prefs_quote.c
2819                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2820                 patch by Fabien Vantard, slightly modified.
2821
2822 2006-06-28 [paul]
2823
2824         2.4.0-rc2 released
2825
2826 2006-06-28 [colin]      2.3.1cvs34
2827
2828         * src/prefs_account.c
2829                 Fix bug #977 (Can't add or edit imap accounts)
2830
2831 2006-06-28 [colin]      2.3.1cvs33
2832
2833         * src/mimeview.c
2834                 Fix previous
2835
2836 2006-06-28 [colin]      2.3.1cvs32
2837
2838         * src/mimeview.c
2839                 Save named inlined attachments with "Save all"
2840         * src/main.c
2841         * src/mbox.c
2842         * src/common/plugin.c
2843         * src/common/plugin.h
2844         * src/common/sylpheed.c
2845         * src/common/utils.c
2846         * src/plugins/pgpcore/sylpheed.def
2847         * src/plugins/pgpinline/sylpheed.def
2848         * src/plugins/pgpmime/sylpheed.def
2849                 Win32 compatibility patch, by
2850                 Werner Koch
2851
2852 2006-06-28 [wwp]        2.3.1cvs31
2853
2854         * src/imap.c
2855         * src/prefs_folder_item.c
2856                 less compilation warnings (thanks to Fabien Vantard), less typos.
2857
2858 2006-06-28 [paul]       2.3.1cvs30
2859
2860         * src/gtk/gtkutils.c
2861                 gtk_combo_box_set_focus_on_click() is only
2862                 available since gtk 2.6.0
2863
2864 2006-06-28 [paul]       2.3.1cvs29
2865
2866         * src/prefs_ext_prog.c
2867                 fix engrish and add a tooltip for the
2868                 'command for 'Display as text' option
2869
2870 2006-06-28 [paul]
2871
2872         2.4.0-rc1 released
2873
2874 2006-06-28 [paul]       2.3.1cvs28
2875
2876         * ChangeLog
2877         * tools/Makefile.am
2878                 include textviewer.pl in releases
2879
2880 2006-06-28 [paul]       2.3.1cvs27
2881
2882         * src/prefs_ext_prog.c
2883                 hide Print command option if libgnomeprint
2884                 support is present
2885
2886 2006-06-27 [colin]      2.3.1cvs26
2887
2888         * src/compose.c
2889                 Fix Esc handling in insert/attach dialog
2890                 Don't show this dialog if dragging something
2891                 else than text/uri-list
2892                 Thanks to Fabien Vantard
2893         * tools/textviewer.pl
2894                 Filter script to display stuff as text
2895                 by H. Merijn Brand
2896
2897 2006-06-27 [wwp]        2.3.1cvs25
2898
2899         * src/messageview.c
2900                 use the exact product name (message view title), patch
2901                 by Fabien Vantard.
2902
2903 2006-06-27 [ticho]      2.3.1cvs24
2904
2905         * src/prefs_account.c
2906         * src/prefs_common.c
2907         * src/prefs_common.h
2908         * src/prefs_ext_prog.c
2909         * src/textview.c
2910                 Add a preference (Preferences/External programs)
2911                 to allow "Display as text" to be done via a script
2912                 (patch by H.Merijn Brand).
2913                 Use GtkComboBox for protocol selection in account
2914                 preferences.
2915                 Only include current choice for existing accounts, and
2916                 insensitivize the combobox.
2917
2918 2006-06-27 [paul]       2.3.1cvs23
2919
2920         * src/mbox.c
2921                 fix crasher introduced in cvs21.
2922                 Thanks to Colin
2923
2924 2006-06-26 [colin]      2.3.1cvs22
2925
2926         * src/mbox.c
2927                 Fix double-frees when leaving folders
2928                 after exporting to mbox
2929
2930 2006-06-26 [colin]      2.3.1cvs21
2931
2932         * src/mbox.c
2933                 More feedback (and optimisation)
2934                 on import/export
2935         * src/common/utils.c
2936                 Fix case when looking for mail addresses
2937         * src/gtk/gtkutils.c
2938                 Extra check for (X-)Face
2939
2940 2006-06-25 [ticho]      2.3.1cvs20
2941
2942         * src/compose.c
2943         * src/exphtmldlg.c
2944         * src/gtk/gtkutils.c
2945         * src/gtk/gtkutils.h
2946                 Added second argument to gtkut_sc_combobox_create() to
2947                 control focus-on-click for the widget.
2948                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2949
2950 2006-06-25 [ticho]      2.3.1cvs19
2951
2952         * src/compose.c
2953         * src/gtk/Makefile.am
2954         * src/gtk/combobox.c
2955         * src/gtk/combobox.h
2956         * src/gtk/gtkutils.c
2957         * src/gtk/gtkutils.h
2958                 Use GtkComboBox instead of deprecated GtkOptionMenu
2959                 for account selector in compose window and for encoding
2960                 selector in attachment properties.
2961                 Also factorise working with the new GtkComboBox somewhat.
2962
2963 2006-06-24 [paul]       2.3.1cvs18
2964
2965         * src/prefs_common.c
2966                 use the correct default value
2967
2968 2006-06-24 [paul]       2.3.1cvs17
2969
2970         * src/compose.c
2971         * src/prefs_common.c
2972         * src/prefs_common.h
2973         * src/prefs_compose_writing.c
2974                 enable setting of default action when
2975                 dnd'ing files in the compose window.
2976                 (Collaborative effort with wwp)
2977
2978 2006-06-23 [wwp]        2.3.1cvs16
2979
2980         * src/compose.c
2981                 i18n fix (thanks to Fabien Vantard)
2982
2983 2006-06-22 [colin]      2.3.1cvs15
2984
2985         * src/prefs_customheader.c
2986                 Don't use filters in custom headers' file 
2987                 selector. Remember, extensions mean nothing :)
2988
2989 2006-06-22 [paul]       2.3.1cvs14
2990
2991         * configure.ac
2992                 allow setting of man directory location
2993
2994 2006-06-22 [colin]      2.3.1cvs13
2995
2996         * src/mainwindow.c
2997                 Add 'View/Go to/Next unread folder'.
2998                 I missed that :)
2999
3000 2006-06-22 [colin]      2.3.1cvs12
3001
3002         * src/common/utils.c
3003                 Add some subject prefixes
3004                 Patch by Bjorn T Johansen <btj@havleik.no>
3005
3006 2006-06-22 [colin]      2.3.1cvs11
3007
3008         * manual/advanced.xml
3009                 Forgotten hidden pref
3010
3011 2006-06-21 [paul]       2.3.1cvs10
3012
3013         * src/prefs_account.c
3014                 complete the removal of 'Add date header' option
3015
3016 2006-06-21 [paul]       2.3.1cvs9
3017
3018         * src/account.c
3019         * src/compose.c
3020         * src/prefs_account.c
3021         * src/prefs_account.h
3022                 remove option to add date header - always
3023                 add date header
3024         * src/etpan/imap-thread.c
3025                 fix warnings (Thanks to Colin)
3026
3027 2006-06-21 [wwp]        2.3.1cvs8
3028
3029         * src/folder.c
3030                 set the attachment flag when inline text part are (file)named. This is more convenient
3031                 when receiving (for instance) inline source files or patches sent using thunderbird.
3032
3033 2006-06-21 [paul]       2.3.1cvs7
3034
3035         * src/inc.c
3036                 fix off-by-one count of current msg in
3037                 statusbar filtering progressbar
3038
3039 2006-06-21 [paul]       2.3.1cvs6
3040
3041         * src/folder.c
3042                 Show attachment icon even if the part is 'inline'
3043                 if the following conditions are met:
3044                 - content-type != 'text/plain'
3045                 - content-type != '*/pgp-signature'
3046                 - either 'name' or 'filename' parameter is not NULL
3047                 
3048                 Thanks to Colin
3049
3050 2006-06-21 [paul]       2.3.1cvs5
3051
3052         * src/messageview.c
3053         * src/prefs_common.c
3054         * src/prefs_common.h
3055         * src/prefs_other.c
3056                 add an option to 'Never send Return
3057                 Receipts'
3058                 Thanks to Colin
3059
3060 2006-06-20 [mones]      2.3.1cvs4
3061
3062         * po/es.po
3063                 updated
3064         * src/compose.c
3065                 typo fixed (space after comma)
3066         * tools/make.themes.project
3067                 remove exec mode from tarball files
3068
3069 2006-06-20 [colin]      2.3.1cvs3
3070
3071         * src/news.c
3072         * src/procheader.c
3073         * src/unmime.c
3074                 Better fix for \n's in headers (don't 
3075                 break Received: and others)
3076
3077 2006-06-20 [paul]       2.3.1cvs2
3078
3079         * src/alertpanel.c
3080         * src/textview.c
3081                 improve legibility of phishing attempt
3082                 dialog
3083
3084 2006-06-20 [paul]       2.3.1cvs1
3085
3086         * NEWS
3087         * README
3088         * configure.ac
3089                 Update version number following
3090                 stable release
3091
3092 2006-06-20 [colin]      2.3.0cvs26
3093
3094         * src/compose.c
3095                 When dragging a file to the text of the compose
3096                 window, ask whether we want to insert or attach
3097                 (I know lots of people who do that to attach)
3098
3099 2006-06-20 [colin]      2.3.0cvs25
3100
3101         * src/etpan/imap-thread.c
3102                 Fix threshold (the append command is often > 32 bytes)
3103
3104 2006-06-19 [colin]      2.3.0cvs24
3105
3106         * src/imap.c
3107         * src/etpan/imap-thread.c
3108                 Workaround Rockliffe IMAP server bug: replace
3109                 "x UID SEARCH (ANSWERED UID 1:*)" with
3110                 "x UID SEARCH ANSWERED"
3111                 (Rockliffe doesn't handle the parenthesis)
3112
3113 2006-06-19 [colin]      2.3.0cvs23
3114
3115         * src/compose.c
3116         * src/imap.c
3117         * src/etpan/imap-thread.c
3118                 Probably fix bug #972 (Freezes when adding 
3119                 an attachment to the message)
3120         * src/common/defs.h
3121                 Modernize Firefox cmd
3122
3123
3124 2006-06-18 [colin]      2.3.0cvs22
3125
3126         * src/prefs_customheader.c
3127                 Only allow correct filenames for various
3128                 custom headers
3129
3130 2006-06-18 [colin]      2.3.0cvs21
3131
3132         * src/prefs_customheader.c
3133                 Add a 'From File...' button in custom headers prefs, which
3134                 try to do the right thing: 
3135                 for normal headers, use file as plaintext,
3136                 for X-Face, calls compface,
3137                 for Face, encode to b64.
3138
3139 2006-06-17 [colin]      2.3.0cvs20
3140
3141         * src/mh.c
3142                 Warning fix
3143
3144 2006-06-16 [colin]      2.3.0cvs19
3145
3146         * src/summaryview.c
3147                 Recursive quicksearch: show message list
3148                 in current folder, *then* search children
3149                 in the background.
3150
3151 2006-06-16 [colin]      2.3.0cvs18
3152
3153         * src/main.c
3154                 Instead of ignoring SIGPIPE, save caches
3155                 when getting one. Will fix the fact that
3156                 hot caches are out-of-date when logging 
3157                 out of Xorg.
3158         * src/compose.c
3159         * src/prefs_compose_writing.c
3160                 Only save text (not attachments) when 
3161                 auto-saving to drafts
3162         * src/unmime.c
3163                 Always replace \n, \r and \t with spaces
3164                 in headers
3165         * manual/dist/html/Makefile.am
3166         * manual/dist/pdf/Makefile.am
3167         * manual/dist/ps/Makefile.am
3168         * manual/dist/txt/Makefile.am
3169         * manual/fr/dist/html/Makefile.am
3170         * manual/fr/dist/pdf/Makefile.am
3171         * manual/fr/dist/ps/Makefile.am
3172         * manual/fr/dist/txt/Makefile.am
3173         * manual/pl/dist/html/Makefile.am
3174         * manual/pl/dist/pdf/Makefile.am
3175         * manual/pl/dist/ps/Makefile.am
3176         * manual/pl/dist/txt/Makefile.am
3177                 Fix make clean removing pregenerated manuals
3178
3179
3180 2006-06-16 [colin]      2.3.0cvs17
3181
3182         * src/plugins/pgpcore/sgpgme.c
3183         * src/plugins/pgpmime/pgpmime.c
3184         * src/plugins/pgpinline/pgpinline.c
3185                 Better error reporting in setup_signers.
3186                 Don't fallback to default key if specified
3187                 key isn't found.
3188                 Don't allow signing if more than one secret
3189                 key matches the one specified in prefs.
3190
3191 2006-06-15 [colin]      2.3.0cvs16
3192
3193         * src/folderview.c
3194                 Add "Send queue" in the folder's contextual
3195                 menu
3196         * src/compose.c
3197         * src/messageview.c
3198         * src/privacy.c
3199         * src/privacy.h
3200         * src/procmime.c
3201         * src/procmsg.c
3202         * src/plugins/pgpcore/passphrase.c
3203         * src/plugins/pgpcore/sgpgme.c
3204         * src/plugins/pgpinline/pgpinline.c
3205         * src/plugins/pgpmime/pgpmime.c
3206                 Better error reporting
3207         * src/mbox.c
3208                 Probably fix bug #971 (2.2.3 cannot read mail 
3209                 from local mbox)
3210
3211
3212 2006-06-15 [mones]      2.3.0cvs15
3213
3214         * tools/make.themes.project
3215                 creates the themes project from the web page
3216
3217 2006-06-15 [colin]      2.3.0cvs14
3218
3219         * src/folder.c
3220                 Better fix (avoid losing the folder if scan_tree 
3221                 fails)
3222
3223 2006-06-15 [cleroy]     2.3.0cvs13
3224
3225         * src/folder.c
3226                 Probably fix Bug #969 (crash on rebuilding 
3227                 imap folder)
3228
3229 2006-06-14 [colin]      2.3.0cvs12
3230
3231         * manual/dtd/manual.xsl
3232         * manual/sylpheed-claws-manual.xml
3233         * manual/fr/sylpheed-claws-manual.xml
3234         * manual/pl/sylpheed-claws-manual.xml
3235                 Insert pagebreaks between sections
3236
3237 2006-06-14 [paul]       2.3.0cvs11
3238
3239         * configure.ac
3240                 better fix than 2.3.0cvs10
3241
3242 2006-06-14 [paul]       2.3.0cvs10
3243
3244         * configure.ac
3245                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3246                 (backwards compatible)
3247
3248 2006-06-13 [colin]      2.3.0cvs9
3249
3250         * src/messageview.c
3251                 Fix sending of return receipt with the new queue folders
3252
3253 2006-06-13 [wwp]        2.3.0cvs8
3254
3255         * src/quote_fmt_lex.l
3256                 fix wrong tokens returned in quote_fmt lexer, query not().
3257
3258 2006-06-13 [wwp]        2.3.0cvs7
3259
3260         * src/folder.c
3261         * src/prefs_folder_item.c
3262                 allow changing folder type even when folder is not a top-level one,
3263                 thanks to Colin.
3264
3265 2006-06-12 [colin]      2.3.0cvs6
3266
3267         * src/folderview.c
3268                 Fix double-ask of "Do you want to mark all
3269                 as read"
3270
3271 2006-06-12 [colin]      2.3.0cvs5
3272
3273         * src/compose.c
3274         * src/compose.h
3275         * src/folder.c
3276         * src/folder.h
3277         * src/imap.c
3278         * src/inc.c
3279         * src/main.c
3280         * src/messageview.c
3281         * src/mh.c
3282         * src/prefs_folder_item.c
3283         * src/procheader.c
3284         * src/procmime.c
3285         * src/procmsg.c
3286         * src/procmsg.h
3287         * src/send_message.c
3288         * src/summaryview.c
3289         * src/toolbar.c
3290                 Apply bug #964's patch (Queue and drafts aren't normal)
3291                 The Drafts and Queue folder now contain RFC-822 files,
3292                 allowing to move and copy mails from and to these 
3293                 folders. Moving from Drafts to Queue will prepare the
3294                 mail for sending (PGP signature, encryption, etc).
3295                 This patch also rework sending errors handling to try
3296                 to be more helpful.
3297                 Also, allow redefining folder types via the GUI 
3298                 (Folder type in its Properties)
3299
3300 2006-06-12 [colin]      2.3.0cvs4
3301
3302         * src/summaryview.c
3303         * src/prefs_common.c
3304         * src/prefs_common.h
3305         * src/gedit-print.c
3306                 Allow to define a specific print font - patch
3307                 by Bernhard Walle <bernhard.walle@gmx.de>
3308         * src/prefs_fonts.c
3309         * manual/advanced.xml
3310         * manual/fr/advanced.xml
3311                 Add a hidden pref to allow deletion without
3312                 confirmation
3313
3314 2006-06-12 [wwp]        2.3.0cvs3
3315
3316         * .cvsignore
3317                 more files to ignore.
3318
3319 2006-06-12 [wwp]        2.3.0cvs2
3320
3321         * src/quote_fmt.c
3322         * src/quote_fmt_lex.l
3323         * src/quote_fmt_parse.y
3324                 extend the quote_fmt parser (templates and quotes):
3325                 - allow limited sub-expressions in |p{} and |f{} expressions,
3326                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3327                 - implemented/fixed missing implementation of query_references and show_references,
3328                 - completed, fixed contents and format of the symbols help dialog,
3329                 - fix some compilation warnings.
3330
3331 2006-06-12 [wwp]        2.3.0cvs1
3332
3333         * manual/advanced.xml
3334         * manual/fr/advanced.xml
3335                 updates in the "templates" section of the manual (eng/fr):
3336                  - be more precise (both versions)
3337                  - completed to match the english reference (fr version)
3338                  - touchups (both versions)
3339
3340 2006-06-12 [paul]       2.3.0
3341
3342         2.3.0 released
3343
3344 2006-06-12 [paul]       2.2.3cvs14
3345
3346         * po/ca.po
3347         * po/cs.po
3348         * po/de.po
3349         * po/el.po
3350         * po/fr.po
3351         * po/it.po
3352         * po/pt_BR.po
3353         * po/sr.po
3354         * po/zh_CN.po
3355                 updated by Miquel Oliete, Tim, Stephan Sachse,
3356                 Stavros Giannouris, Fabien Vantard, Andrea
3357                 Spadaccini, Frederico Goncalves Guimaraes,
3358                 Aleksandar Urosevic, and Ralgh Young
3359
3360 2006-06-12 [colin]      2.2.3cvs13
3361
3362         * src/mbox.c
3363                 Add missing header
3364
3365 2006-06-11 [colin]      2.2.3cvs12
3366
3367         * src/msgcache.c
3368                 Verify that g_malloc() succeeded
3369
3370 2006-06-11 [colin]      2.2.3cvs11
3371
3372         * src/wizard.c
3373                 Add Face header to welcome mail
3374
3375 2006-06-10 [colin]      2.2.3cvs10
3376
3377         * src/textview.c
3378                 Revert previous (Forgot it changes the
3379                 margin on the whole mail)
3380
3381 2006-06-10 [colin]      2.2.3cvs9
3382
3383         * src/textview.c
3384                 Don't overlap long headers under (X-)Face
3385
3386 2006-06-10 [mones]      2.2.3cvs8
3387
3388         * manual/xml2pdf
3389                 allow generation of manual on systems lacking saxon binary
3390                 but with java and the saxon library installed
3391
3392         * po/es.po
3393                 updated for release
3394
3395 2006-06-09 [colin]      2.2.3cvs7
3396
3397         * src/summaryview.c
3398                 Fix leak when using Display Sender using Addressbook
3399
3400 2006-06-09 [colin]      2.2.3cvs6
3401
3402         * src/compose.c
3403         * src/folder.c
3404         * src/folderview.c
3405         * src/mimeview.c
3406         * src/summaryview.c
3407                 More leaks fixes
3408
3409 2006-06-09 [paul]       2.2.3cvs5
3410
3411         * AUTHORS
3412         * src/gtk/authors.h
3413         * tools/claws.i18n.status.pl
3414                 updated with new info
3415
3416 2006-06-09 [paul]       2.2.3cvs4
3417
3418         * README
3419                 updated
3420         * manual/ack.xml
3421                 add wwp to authors list
3422         * src/gtk/authors.h
3423                 update mine and Colin's addresses
3424
3425 2006-06-08 [colin]      2.2.3cvs3
3426
3427         * src/etpan/imap-thread.c
3428                 Fix leak on SSL cert check
3429
3430 2006-06-08 [colin]      2.2.3cvs2
3431
3432         * src/common/utils.c
3433                 Fix leak
3434
3435 2006-06-08 [paul]       2.2.3cvs1
3436
3437         * configure.ac
3438                 Update version number following
3439                 stable release
3440
3441 2006-06-07 [colin]      2.2.2cvs3
3442
3443         * src/msgcache.c
3444                 Fix catching cache read errors (guint instead of gint)
3445                 Prevent malloc'ing more than 8MB (means cache corruption)
3446
3447 2006-06-07 [paul]       2.2.2cvs2
3448
3449         * src/exporthtml.c
3450         * src/exportldif.c
3451         * src/mh.c
3452         * src/mutt.c
3453         * src/pine.c
3454         * src/common/utils.c
3455                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3456                 obey $HOME'
3457                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3458                 Thanks to Colin
3459
3460 2006-06-06 [paul]       2.2.2cvs1
3461
3462         * configure.ac
3463                 Update version number following
3464                 stable release
3465
3466 2006-06-06 [paul]       2.2.1cvs6
3467
3468         * src/matcher.c
3469                 fix  implicit declaration of
3470                 sylpheed_do_idle()
3471                 Patch by Fabien Vantard
3472
3473 2006-06-06 [paul]       2.2.1cvs5
3474
3475         * src/matcher.c
3476                 fix age_greater and age_lower so that they
3477                 mean what say and not '...or equal to'
3478                 Thanks to Colin
3479
3480 2006-06-06 [paul]       2.2.1cvs4
3481
3482         * src/textview.c
3483         * src/common/utils.c
3484                 fix URI check
3485                 Thanks to Colin
3486
3487 2006-06-05 [wwp]        2.2.1cvs3
3488
3489         * manual/fr/account.xml
3490                 minor language fixes (thanks to Fabien Vantard).
3491
3492 2006-06-05 [colin]      2.2.1cvs2
3493
3494         * src/prefs_folder_item.c
3495         * src/folderview.c
3496                 Allow recursive setting of properties 
3497                 for whole mailboxes
3498         * src/matcher.c
3499                 Don't freeze on 'test' filtering rule
3500
3501 2006-06-05 [colin]      2.2.1cvs1
3502
3503         * configure.ac
3504                 Update version number following
3505                 stable release
3506
3507 2006-06-04 [wwp]        2.2.0cvs82
3508
3509         * manual/glossary.xml
3510         * manual/account.xml
3511         * manual/fr/glossary.xml
3512         * manual/fr/account.xml
3513                 added glossary section and references/links related to the Face custom header.
3514
3515 2006-06-04 [colin]      2.2.0cvs81
3516
3517         * src/summaryview.c
3518                 Skip to next message on move with no
3519                 immediate execution
3520
3521 2006-06-04 [wwp]        2.2.0cvs80
3522
3523         * manual/xml2pdf
3524                 added sanity checks, exit when needed.
3525
3526 2006-06-03 [paul]       2.2.0cvs79
3527
3528         * src/prefs_receive.c
3529                 page name is now 'Receiving'
3530         * src/prefs_send.c
3531                 page name is now 'Sending'
3532
3533 2006-06-03 [colin]      2.2.0cvs78
3534
3535         * src/plugins/spamassassin/spamassassin_gtk.c
3536                 Autoswitch to Localhost if transport was previously
3537                 disabled. Else people had to check [] Enable, then
3538                 *reselect* transport.
3539
3540 2006-06-03 [colin]      2.2.0cvs77
3541
3542         * src/plugins/pgpinline/pgpinline.c
3543         * src/plugins/pgpmime/pgpmime.c
3544                 Check that gpg_data_release_and_get_mem 
3545                 didn't fail (now, why this happens...)
3546
3547 2006-06-03 [colin]      2.2.0cvs76
3548
3549         * src/mbox.c
3550                 Fix bug #962 (Manual and/or UI should 
3551                 warn about incompatible locking 
3552                 causing dataloss)
3553
3554 2006-06-02 [cleroy]     2.2.0cvs75
3555
3556         * src/filtering.c
3557         * src/folder.c
3558         * src/procmsg.c
3559         * src/summaryview.c
3560                 Fix a few leaks
3561
3562 2006-06-02 [colin]      2.2.0cvs74
3563
3564         * src/main.c
3565                 On exit, free caches after writing them
3566                 Shuts up some valgrind false positives
3567         * src/procmsg.c
3568         * src/send_message.c
3569                 Fix races when reusing existing SMTP connections
3570                 Fix inexistant session timeout
3571         * src/toolbar.c
3572                 Display alertpanel after all queues have
3573                 been processed, not after each
3574
3575 2006-06-02 [wwp]        2.2.0cvs73
3576
3577         * manual/fr/glossary.xml
3578         * manual/fr/ack.xml
3579         * manual/ack.xml
3580                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3581
3582 2006-06-02 [wwp]        2.2.0cvs72
3583
3584         * manual/xml2pdf
3585         * manual/dist/pdf/Makefile.am
3586         * manual/dtd/manual.xsl
3587         * manual/fr/dist/pdf/Makefile.am
3588         * manual/pl/dist/pdf/Makefile.am
3589                 we changed the procedure to generate the .pdf version of the manual.
3590                 The procedure is more modern and the .pdf we get now has a valid index.
3591                 Here are the new pre-requisites:
3592
3593                 - JRE 1.x (1.4 here): there must be one from your distro
3594                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3595                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3596                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3597
3598                 See my posts for further info about the installation of this toolchain:
3599
3600                 Date: Fri, 19 May 2006 19:40:06 +0200
3601                 From: wwp <subscript@free.fr>
3602                 To: sylpheed-claws-devel@lists.sourceforge.net
3603                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3604
3605                 and
3606
3607                 Date: Wed, 24 May 2006 12:58:49 +0200
3608                 From: wwp <subscript@free.fr>
3609                 To: sylpheed-claws-devel@lists.sourceforge.net
3610                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3611
3612 2006-06-01 [colin]      2.2.0cvs71
3613
3614         * src/compose.c
3615                 Better guards against IMAP races
3616         * src/main.c
3617         * src/prefs_common.c
3618         * src/prefs_common.h
3619         * src/common/ssl_certificate.c
3620         * src/etpan/imap-thread.c
3621         * src/etpan/imap-thread.h
3622         * src/gtk/sslcertwindow.c
3623                 New hidden option ssl_skip_cert_check to 
3624                 avoid dups of bug #959 (libetpan linked
3625                 against gnutls and gnutls buggy on 64bit)
3626                 Present expired warning only once per
3627                 session/server.
3628         * manual/advanced.xml
3629         * manual/fr/advanced.xml
3630                 Document new option
3631
3632 2006-06-01 [wwp]        2.2.0cvs70
3633
3634         * src/messageview.c
3635                 fix for bug #961 (return receipt dialog 
3636                 complains incorrectly about return-path 
3637                 email adress being different), thanks 
3638                 to Colin.
3639
3640 2006-05-31 [cleroy]     2.2.0cvs69
3641
3642         * src/common/ssl.c
3643                 Guard against NULLs, although this
3644                 should never be an issue
3645
3646 2006-05-31 [colin]      2.2.0cvs68
3647
3648         * src/filtering.c
3649                 Use g_slist_prepend
3650         * src/imap.c
3651                 Don't remove caches when destroying folder, it
3652                 could (should) be done at exit
3653         * src/inc.c
3654                 free processing cache after incorporation
3655         * src/etpan/imap-thread.c
3656                 Maybe fix bug #959 (Crash on moving to emails 
3657                 to a imap account per ssl with a expired 
3658                 certificate.)
3659
3660 2006-05-30 [colin]      2.2.0cvs67
3661
3662         * src/summaryview.c
3663                 Put back event flush when displaying message
3664                 It avoids reading a bunch of messages just
3665                 by hitting shift-n for too long ;)
3666
3667 2006-05-29 [colin]      2.2.0cvs66
3668
3669         * src/summaryview.c
3670                 Remove useless g_warnings
3671
3672 2006-05-29 [colin]      2.2.0cvs65
3673
3674         * src/imap.c
3675                 Fix g_slist_append()s for performance
3676
3677 2006-05-29 [colin]      2.2.0cvs64
3678
3679         * src/compose.c
3680         * src/common/utils.c
3681                 Fix extraneous tab at start of addresses
3682         * src/mainwindow.c
3683                 Fix warnings (thanks to Fabien)
3684                 Fix crash at exit when composing messages 
3685                 exist
3686         * src/pop.c
3687                 Fix progress bar when deleting expired mails
3688                 Thanks to Hiro
3689         * src/summaryview.c
3690         * src/gtk/gtksctree.c
3691                 Fix re-sorting slowness
3692
3693 2006-05-29 [paul]       2.2.0cvs63
3694
3695         * src/mh.c
3696                 fetch full message when moving mails
3697                 from another mailbox, (fixed data loss
3698                 when filtering from IMAP to MH, introduced
3699                 in 2.2.0cvs57).
3700                 Thanks to Colin
3701
3702 2006-05-29 [mones]      2.2.0cvs62
3703
3704         * src/gtk/gtksctree.c
3705                 Unselect faster (patch by Colin)        
3706
3707 2006-05-26 [colin]      2.2.0cvs61
3708
3709         * src/summaryview.c
3710                 Unplug MSGINFO_UPDATE callback on delete too.
3711
3712 2006-05-26 [colin]      2.2.0cvs60
3713
3714         * src/foldersel.c
3715                 Fix bold in folder selection window with glib2.10
3716                 thanks Hiro
3717
3718 2006-05-26 [colin]      2.2.0cvs59
3719
3720         * src/procheader.c
3721                 Convert date only if necessary (and don't
3722                 try to convert from utf8 to utf8, too)
3723         * src/summaryview.c
3724                 Only set column's text if the column's 
3725                 displayed
3726
3727 2006-05-26 [colin]      2.2.0cvs58
3728
3729         * src/summaryview.c
3730         * src/gtk/gtkutils.c
3731                 Fix useless warning
3732
3733 2006-05-26 [colin]      2.2.0cvs57
3734
3735         * src/mainwindow.c
3736                 Make summaryview selectable as long as 
3737                 no message has focus
3738         * src/mh.c
3739                 Faster deletion (by implementing mh_remove_msgs)
3740                 Faster copy (avoid using mh_fetch_msg just to get
3741                 the filename)
3742                 Faster move (using move_file instead of copy_file
3743                 if MSG_IS_MOVE)
3744                 No progressbar if total number of mails to cp/mv 
3745                 is less than 100
3746         * src/summaryview.c
3747                 Fix removal from subject_table when mail gets moved
3748                 Faster deletion (g_slist_prepend instead of append)
3749         * src/gtk/gtksctree.c
3750                 Remove useless code
3751
3752 2006-05-25 [colin]      2.2.0cvs56
3753
3754         * src/common/ssl_certificate.c
3755                 Fix leak in expired cert check
3756
3757 2006-05-25 [colin]      2.2.0cvs55
3758
3759         * src/mh.c
3760                 Disable flags syncing on .mh_sequences - it
3761                 is buggy and marks mails read under unknown
3762                 conditions.
3763
3764 2006-05-25 [paul]
3765
3766         * 2.3.0-rc4 released
3767
3768 2006-05-24 [colin]      2.2.0cvs54
3769
3770         attention cvs users: if you manage to crash
3771         Sylpheed-Claws while moving, copying or deleting
3772         mails, we *are* interested in stack traces and
3773         valgrind logs. It looks stable, but one never
3774         knows...
3775
3776         * src/folder.c
3777                 Add progressbar for cache updates
3778         * src/folderutils.c
3779                 Optimize Mark all read in the current
3780                 folder
3781         * src/mh.c
3782                 Add progressbar for copy/move
3783         * src/procmsg.c
3784                 Optimize O(n^2) in copy/move
3785         * src/summaryview.c
3786         * src/gtk/gtksctree.c
3787                 Optimize O(n^2) algos
3788         * src/common/timing.h
3789                 Display ms instead of us
3790
3791 2006-05-24 [wwp]        2.2.0cvs53
3792
3793         * manual/fr/advanced.xml
3794                 updates to the French manual.
3795
3796 2006-05-24 [wwp]        2.2.0cvs52
3797
3798         * src/common/utils.c
3799                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3800
3801 2006-05-24 [wwp]        2.2.0cvs51
3802
3803         * src/folderutils.c
3804                 fixed "mark all read" in MH folders (thanks to Colin).
3805
3806 2006-05-24 [paul]       2.2.0cvs50
3807
3808         * doc/man/sylpheed-claws.1
3809                 updated the man page
3810
3811 2006-05-23 [colin]      2.2.0cvs49
3812
3813         * src/folderview.c
3814         * src/imap.c
3815         * src/inc.c
3816         * src/mbox.c
3817         * src/messageview.c
3818         * src/news.c
3819         * src/send_message.c
3820         * src/summaryview.c
3821         * src/gtk/sslcertwindow.c
3822                 alertpanel fixes, by Fabien
3823
3824 2006-05-23 [colin]      2.2.0cvs48
3825
3826         * src/folder.c
3827         * src/folderview.c
3828         * src/msgcache.c
3829         * src/summaryview.c
3830         * src/gtk/gtksctree.c
3831         * src/gtk/gtksctree.h
3832                 More timings
3833                 Fix slow loading problem, which was caused by the
3834                 use of some gtk_ctree funcs and their use of
3835                 g_list_position while gtk_ctree_(un)link'ing.
3836                 Reap more functions from gtkctree.c to be sure we
3837                 use our (fast) version instead of theirs.
3838         * src/mh.c
3839                 Fix copy of unread mails
3840
3841
3842 2006-05-22 [wwp]        2.2.0cvs47
3843
3844         * manual/fr/advanced.xml
3845                 updated.
3846
3847 2006-05-22 [colin]      2.2.0cvs46
3848
3849         * src/filtering.c
3850                 Fix possible infinite loop. 'copy' is not a 
3851                 final action, so when encountering a 'copy',
3852                 we have to check if a previous one was set
3853                 and do it. In the same way, if we encounter
3854                 a 'move' we have to perform a possibly 
3855                 pending 'copy'. This will slow down filtering
3856                 on IMAP if move+copy or multiple copy actions
3857                 are to be done, but handling it via the batch
3858                 would be really too convoluted.
3859
3860 2006-05-22 [wwp]        2.2.0cvs45
3861
3862         * manual/fr/advanced.xml
3863         * manual/fr/faq.xml
3864         * manual/fr/glossary.xml
3865         * manual/fr/handling.xml
3866         * manual/fr/intro.xml
3867         * manual/fr/plugins.xml
3868         * manual/fr/sylpheed-claws-manual.xml
3869                 sync w/ the english manual: updates URIs, documented mailing-list
3870                 support, better explanation about the enabled/disabled feature
3871                 in filtering/processing rules by Paul.
3872
3873 2006-05-21 [colin]      2.2.0cvs44
3874
3875         * src/summaryview.c
3876                 Don't expand after building threads, but during
3877
3878 2006-05-21 [colin]      2.2.0cvs43
3879
3880         * src/procmsg.c
3881         * src/summaryview.c
3882                 More timing possibilities... For next time I have 
3883                 to find out how the hell some 3GHz computer takes
3884                 one minute to open a 30k folder...
3885
3886 2006-05-21 [colin]      2.2.0cvs42
3887
3888         * manual/pl/advanced.xml
3889         * manual/pl/faq.xml
3890         * manual/pl/glossary.xml
3891         * manual/pl/handling.xml
3892         * manual/pl/intro.xml
3893         * manual/pl/plugins.xml
3894         * manual/pl/sylpheed-claws-manual.xml
3895                 Polish manual updated by Pawel
3896
3897 2006-05-20 [colin]
3898
3899         * 2.3.0-rc3 released
3900
3901 2006-05-20 [colin]      2.2.0cvs41
3902
3903         * src/imap.c
3904                 Fix -rc2 problems:
3905                 - remove cache of moved messages from original folder
3906                 - apply new flags to messages even if they aren't appliable
3907                   via IMAP.
3908
3909 2006-05-20 [colin]
3910
3911         * 2.3.0-rc2 released
3912
3913 2006-05-19 [colin]      2.2.0cvs40
3914
3915         * src/imap.c
3916                 Don't issue SELECT in imap_change_flags
3917                 before having checked that we indeed have
3918                 some flags to change. MSG_POSTFILTERED for
3919                 example can't be used on IMAP.
3920                 Fixes bug #955 (copying messages between 
3921                 imap folders is extremely slow), which was
3922                 a regression.
3923
3924 2006-05-19 [colin]      2.2.0cvs39
3925
3926         * src/folder.c
3927         * src/folder.h
3928         * src/folderview.c
3929                 Try to fix bug #830 (Some unread messages 
3930                 get marked read in IMAP inbox):
3931                 - Prevent scanning a folder if it's being 
3932                   opened via the GUI
3933                 - Postpone opening via the GUI of a folder
3934                   currently scanned.
3935
3936
3937 2006-05-19 [wwp]        2.2.0cvs38
3938
3939         * manual/advanced.xml
3940                 fix English+typo (thanks to Paul).
3941
3942 2006-05-19 [wwp]        2.2.0cvs37
3943
3944         * manual/advanced.xml
3945         * manual/fr/advanced.xml
3946         * src/gtk/logwindow.c
3947         * src/prefs_common.c
3948         * src/prefs_common.h
3949                 added hidden prefs to allow customization of colors used in
3950                 protocol log window (useful for dark gtk+ themes).
3951
3952 2006-05-19 [wwp]        2.2.0cvs36
3953
3954         * ChangeLog
3955                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3956
3957 2006-05-19 [paul]       2.2.0cvs35
3958
3959         * src/textview.c
3960                 make Reply-To fully clickable
3961         * src/gtk/logwindow.c
3962                 more colouring (SMTP ESMTP)
3963         Both patches by Pawel Pekala
3964
3965 2006-05-19 [cleroy]     2.2.0cvs34
3966
3967         * src/mh.c
3968                 Don't update flags from current folder
3969                 Probably fixes bug #935 (Read Messages 
3970                 Revert to Being Marked as Unread)
3971
3972 2006-05-18 [colin]      2.2.0cvs33
3973
3974         * src/imap.c
3975                 Warning fix
3976         * src/compose.c
3977         * src/mainwindow.c
3978         * src/summaryview.c
3979         * src/toolbar.c
3980                 Allow replying to multiple emails
3981                 in multiple windows
3982         * src/mimeview.c
3983         * src/etpan/imap-thread.c
3984                 Leak fixes
3985
3986 2006-05-18 [paul]       2.2.0cvs32
3987
3988         * src/summaryview.c
3989                 keep Mailing-List menu refreshed
3990                 Thanks to Colin
3991
3992 2006-05-18 [paul]       2.2.0cvs31
3993
3994         * manual/advanced.xml
3995         * manual/faq.xml
3996         * manual/glossary.xml
3997         * manual/handling.xml
3998         * manual/intro.xml
3999         * manual/plugins.xml
4000         * manual/sylpheed-claws-manual.xml
4001                 update URLs
4002                 add info about mailing-list support
4003                 edit filtering info
4004         * src/wizard.c
4005         * src/common/defs.h
4006         * src/gtk/about.c
4007         * src/plugins/dillo_viewer/README
4008                 update URLs
4009
4010 2006-05-17 [wwp]        2.2.0cvs30
4011
4012         * manual/handling.xml
4013         * manual/fr/handling.xml
4014                 documented the ability to enabled/disable filtering/processing rules.
4015
4016 2006-05-17 [colin]      2.2.0cvs29
4017
4018         * src/main.c
4019                 Don't initialize g_thread subsystem if it's 
4020                 already done (thanks to Hiro)
4021         * src/mimeview.c
4022                 Fix saving of parts when there name can't be
4023                 converted from UTF-8.
4024
4025 2006-05-17 [paul]       2.2.0cvs28
4026
4027         * po/Makefile.in.in
4028                 fix config.status warning with autoconf 2.60
4029
4030 2006-05-17 [paul]       2.2.0cvs27
4031
4032         * po/POTFILES.in
4033                 add src/mbox.c
4034
4035 2006-05-17 [wwp]        2.2.0cvs26
4036
4037         * src/mainwindow.c
4038                 fix useless and potentially dangerous buffer walking (thanks to Colin).
4039
4040 2006-05-17 [wwp]        2.2.0cvs25
4041
4042         * src/plugins/demo/demo.c
4043                 updated product name in plugin demo (many plugins need to be
4044                 sync'ed w/ that change).
4045
4046 2006-05-17 [colin]      2.2.0cvs24
4047
4048         * src/mh.c
4049                 Fix leak
4050
4051 2006-05-16 [colin]      2.2.0cvs23
4052
4053         * src/mainwindow.c
4054                 Stupid me hit again. Fix cvs22.
4055
4056 2006-05-16 [colin]      2.2.0cvs22
4057
4058         * src/mainwindow.c
4059                 Fix bug #922 (sylpheed-claws crashed after 
4060                 pushing on Inbox folder)
4061
4062 2006-05-16 [colin]      2.2.0cvs21
4063
4064         * src/compose.c
4065                 Make From header be copy/paste/select-able
4066
4067 2006-05-16 [wwp]        2.2.0cvs20
4068
4069         * src/export.c
4070         * src/matcher.c
4071         * src/summaryview.c
4072         * src/etpan/imap-thread.c
4073                 fix some compiler warnings (thanks to Colin).
4074
4075 2006-05-16 [wwp]        2.2.0cvs19
4076
4077         * src/action.c
4078         * src/gedit-print.c
4079         * src/inc.c
4080         * src/mainwindow.c
4081         * src/mh.c
4082         * src/statusbar.c
4083         * src/send_message.c
4084         * src/summaryview.c
4085                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
4086
4087 2006-05-15 [colin]      2.2.0cvs18
4088
4089         * src/procmsg.c
4090                 Fix automatic rule creation with List-Post
4091
4092 2006-05-15 [paul]       2.2.0cvs17
4093
4094         * tools/filter_conv_new.pl
4095                 updated for rule enabling/disabling
4096                 claws version >= 2.3.x required
4097
4098 2006-05-15 [cleroy]     2.2.0cvs16
4099
4100         * src/main.c
4101                 Revert test
4102
4103 2006-05-15 [cleroy]     2.2.0cvs15
4104
4105         * src/main.c
4106                 test
4107
4108 2006-05-15 [wwp]        2.2.0cvs14
4109
4110         * manual/pl/.cvsignore
4111                 ignore generated files.
4112
4113 2006-05-14 [wwp]        2.3.0-rc1
4114
4115         * 2.3.0-rc1 released
4116
4117 2006-05-13 [wwp]        2.2.0cvs13
4118
4119         * src/filtering.c
4120         * src/filtering.h
4121         * src/matcher.c
4122         * src/matcher_parser_lex.l
4123         * src/matcher_parser_parse.y
4124         * src/prefs_filtering.c
4125                 new feature: provide the ability to disable filtering and processing
4126                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4127                 adaptations.
4128
4129 2006-05-13 [colin]      2.2.0cvs12
4130
4131         * src/compose.c
4132                 Remove useless if (a) b; else b;
4133                 Thanks to wwp
4134
4135 2006-05-13 [wwp]        2.2.0cvs11
4136
4137         * src/export.c
4138         * src/import.c
4139         * src/mainwindow.c
4140         * src/mbox.c
4141         * src/summaryview.c
4142         * src/summaryview.h
4143                 no more silent failures (or at least less ones) when importing
4144                 or exporting from/to mbox. Also start importing/exporting if
4145                 the necessary info is set.
4146
4147 2006-05-13 [wwp]        2.2.0cvs10
4148
4149         * RELEASE_NOTES
4150                 restored up-to-date release notes.
4151
4152 2006-05-13 [paul]       2.2.0cvs9
4153
4154         * po/nl.po
4155         * po/ru.po
4156                 updated by Tim Dijkstra and Pavlo Bohmat
4157
4158 2006-05-12 [colin]      2.2.0cvs8
4159
4160         * src/gtk/quicksearch.c
4161                 Add "k" as shortcut for "colorlabel". Patch
4162                 by ath42@users.sf.net.
4163
4164 2006-05-12 [paul]       2.2.0cvs7
4165
4166         * src/prefs_common.h
4167         * src/prefs_summaries.c
4168         * src/summaryview.c
4169                 when entering a folder also allow
4170                 going directly to first Marked message
4171
4172 2006-05-12 [paul]       2.2.0cvs6
4173
4174         * src/summaryview.c
4175                 always obey 'confirm before marking all
4176                 mails read' option
4177
4178 2006-05-12 [paul]       2.2.0cvs5
4179
4180         * src/textview.c
4181                 make Sender fully clickable
4182
4183 2006-05-12 [colin]      2.2.0cvs4
4184
4185         * src/compose.c
4186         * src/compose.h
4187                 Let From be editable
4188         * src/main.c
4189         * src/mh.c
4190                 Full support of .mh_sequences' Unseen seq
4191
4192 2006-05-12 [colin]      2.2.0cvs3
4193
4194         * src/folder.c
4195         * src/mainwindow.c
4196         * src/mainwindow.h
4197         * src/messageview.c
4198         * src/prefs_spelling.c
4199         * src/procheader.c
4200         * src/procmsg.c
4201         * src/procmsg.h
4202         * src/summaryview.c
4203         * src/toolbar.c
4204         * src/toolbar.h
4205                 Add contextual menu on Compose toolbar
4206                 button. Fixes bug #944 (Automatic
4207                 addresses not applied when changing account
4208                 from compose window)
4209                 add Mailing List support
4210                 based on the old 0.6.5claws25 patch by
4211                 Melvin Hadasht, with finishing touches
4212                 by Colin
4213                 Fix "ignore thread" when mails are threaded by
4214                 subject (and weren't ignored although appearing
4215                 in the thread).
4216                 GUI rework.
4217                 Both patches by Pawel.
4218
4219 2006-05-08 [paul]       2.2.0cvs2
4220
4221         * src/mainwindow.c
4222         * src/mainwindow.h
4223         * src/messageview.c
4224         * src/procheader.c
4225         * src/procmsg.c
4226         * src/procmsg.h
4227         * src/summaryview.c
4228                 add Mailing List support
4229                 based on the old 0.6.5claws25 patch by 
4230                 Melvin Hadasht, with finishing touches
4231                 by Colin
4232
4233 2006-05-08 [colin]      2.2.0cvs1
4234
4235         * src/mainwindow.c
4236         * src/toolbar.c
4237         * src/toolbar.h
4238                 Add contextual menu on Compose toolbar 
4239                 button. Fixes bug #944 (Automatic 
4240                 addresses not applied when changing account 
4241                 from compose window)
4242
4243 2006-05-08 [paul]       2.2.0
4244
4245         2.2.0 released
4246
4247 2006-05-08 [paul]       2.1.1cvs51
4248
4249         * po/cs.po
4250         * po/de.po
4251         * po/en_GB.po
4252         * po/fi.po
4253         * po/fr.po
4254         * po/pt_BR.po
4255         * po/sr.po
4256         * po/zh_CN.po
4257                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4258                 Fabien Vantard, Frederico Goncalves Guimaraes,
4259                 Aleksandar Urosevic, and Ralgh Young
4260
4261 2006-05-12 [colin]      2.1.1cvs50
4262
4263         * po/cs.po
4264         * po/de.po
4265         * po/en_GB.po
4266         * po/es.po
4267         * po/fi.po
4268         * po/fr.po
4269         * po/pt_BR.po
4270         * po/sr.po
4271         * po/zh_CN.po
4272                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4273                 Fabien Vantard, Frederico Goncalves Guimaraes,
4274                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4275
4276 2006-05-05 [colin]      2.1.1cvs49
4277
4278         * manual/Makefile.am
4279         * manual/pl/Makefile.am
4280         * manual/pl/account.xml
4281         * manual/pl/ack.xml
4282         * manual/pl/addrbook.xml
4283         * manual/pl/advanced.xml
4284         * manual/pl/faq.xml
4285         * manual/pl/glossary.xml
4286         * manual/pl/gpl.xml
4287         * manual/pl/handling.xml
4288         * manual/pl/intro.xml
4289         * manual/pl/keyboard.xml
4290         * manual/pl/plugins.xml
4291         * manual/pl/starting.xml
4292         * manual/pl/sylpheed-claws-manual.xml
4293         * manual/pl/dist/.cvsignore
4294         * manual/pl/dist/Makefile.am
4295         * manual/pl/dist/html/.cvsignore
4296         * manual/pl/dist/html/Makefile.am
4297         * manual/pl/dist/pdf/.cvsignore
4298         * manual/pl/dist/pdf/Makefile.am
4299         * manual/pl/dist/ps/.cvsignore
4300         * manual/pl/dist/ps/Makefile.am
4301         * manual/pl/dist/txt/.cvsignore
4302         * manual/pl/dist/txt/Makefile.am
4303                 Add the polish translation of the manual,
4304                 Authored by Pawel Pekala.
4305
4306 2006-05-05 [cleroy]     2.1.1cvs48
4307
4308         * src/main.c
4309                 Re-read matcherrc after loading plugins 
4310                 if some of them add folders.
4311
4312 2006-05-03 [colin]      2.1.1cvs47
4313
4314         * src/imap.c
4315                 I'm idiot
4316
4317 2006-05-03 [colin]      2.1.1cvs46
4318
4319         * src/imap.c
4320                 Be sure to have a session when
4321                 getting separator
4322
4323 2006-05-03 [colin]      2.1.1cvs45
4324
4325         * src/imap.c
4326         * src/imap.h
4327         * src/imap_gtk.c
4328                 Fix preventing renaming with namespace 
4329                 separator.
4330
4331 2006-05-01 [colin]      2.1.1cvs44
4332
4333         * src/action.c
4334                 Don't reload messageview when result of
4335                 action is piped.
4336
4337 2006-04-29 [colin]      2.1.1cvs43
4338
4339         * src/prefs_receive.c
4340         * src/plugins/spamassassin/spamassassin_gtk.c
4341         * src/plugins/clamav/clamav_plugin_gtk.c
4342                 GUI fixes by Pawel
4343
4344 2006-04-29 [colin]      2.1.1cvs42
4345
4346         * src/prefs_compose_writing.c
4347         * src/prefs_quote.c
4348                 Cleanups. Patch by Pawel
4349
4350 2006-04-28 [paul]       2.1.1cvs41
4351
4352         * src/matcher.c
4353                 fix returned quick search results when search
4354                 term contains an underscore.
4355                 Thanks to Colin
4356
4357 2006-04-28 [paul]       2.1.1cvs40
4358
4359         * src/prefs_message.c
4360         * src/prefs_receive.c
4361                 GUI cleanups
4362                 Patches by Pawel Pekala
4363
4364 2006-04-27 [colin]      2.1.1cvs39
4365
4366         * src/wizard.c
4367                 Differentiate subject Welcome from
4368                 window's title Welcome
4369
4370 2006-04-27 [paul]
4371
4372         2.2.0-rc1 released
4373
4374 2006-04-27 [paul]       2.1.1cvs38
4375
4376         * manual/advanced.xml
4377         * manual/fr/advanced.xml
4378                 add info about compose_no_markup hidden pref
4379
4380 2006-04-27 [paul]       2.1.1cvs37
4381
4382         * src/prefs_account.c
4383                 improve privacy labels
4384         * src/prefs_msg_colors.c
4385                 change some strings for translators' convenience
4386         * src/gtk/gtkutils.c
4387                 don't underline the link button text
4388
4389 2006-04-25 [colin]      2.1.1cvs36
4390
4391         * src/folder.c
4392                 Complete 2.1.1cvs33 (once more ;)
4393
4394 2006-04-25 [colin]      2.1.1cvs35
4395
4396         * src/editldap.c
4397                 Fix tooltip
4398
4399 2006-04-25 [cleroy]     2.1.1cvs34
4400
4401         * src/compose.c
4402         * src/gtk/gtkaspell.c
4403                 Fix crash on redirect (related to the return 
4404                 of the aspell menu in compose's toolbar)
4405         * src/prefs_msg_colors.c
4406                 Fix sensitivity widgets
4407         * src/image_viewer.c
4408         * src/gtk/pluginwindow.c
4409         * src/gtk/prefswindow.c
4410                 Change released signals to clicked (Fabien)
4411         * po/POTFILES.in
4412         * src/common/socket.c
4413         * src/plugins/spamassassin/spamassassin.c
4414                 Translate strings (Fabien)
4415
4416 2006-04-25 [paul]       2.1.1cvs33
4417
4418         * src/folder.c
4419         * src/folder.h
4420         * src/folderview.c
4421                 complete the fix of bug #912
4422                 Thanks to Colin
4423
4424 2006-04-25 [colin]      2.1.1cvs32
4425
4426         * src/news.c
4427                 Better progress bar
4428         * src/mimeview.c
4429         * src/summaryview.c
4430         * src/summaryview.h
4431                 Fix focus chain
4432                 Patches by Pawel Pekala
4433
4434 2006-04-24 [colin]      2.1.1cvs31
4435
4436         * src/compose.c
4437                 Fix compilation warnings (Fabien)
4438
4439 2006-04-24 [colin]      2.1.1cvs30
4440
4441         * src/addrindex.c
4442         * src/editldap.c
4443         * src/editldap_basedn.c
4444         * src/editldap_basedn.h
4445         * src/ldapctrl.c
4446         * src/ldapctrl.h
4447         * src/ldapquery.c
4448         * src/ldaputil.c
4449         * src/ldaputil.h
4450                 Fix bug #901 (LDAPS support)
4451
4452 2006-04-24 [colin]      2.1.1cvs29
4453
4454         * src/compose.c
4455                 Fix logic on error with send dialog on
4456         * src/imap.c
4457                 Fix compilation without libetpan, thanks
4458                 to Fabien
4459         * src/summaryview.c
4460                 Fix 'context-menu' key
4461
4462 2006-04-23 [colin]      2.1.1cvs28
4463
4464         * src/folder.c
4465                 Never free current's cache to free up 
4466                 memory. Fixes bug #912 (new count 
4467                 randomly set to message count)
4468
4469 2006-04-23 [colin]      2.1.1cvs27
4470
4471         * src/gtk/quicksearch.c
4472                 And remove printf...
4473
4474 2006-04-23 [colin]      2.1.1cvs26
4475
4476         * src/gtk/quicksearch.c
4477                 Fix replacing in quicksearch, and fix inserting
4478                 in the middle of the string. (introduced at 2.1.0cvs22)
4479
4480 2006-04-23 [colin]      2.1.1cvs25
4481
4482         * src/imap.c
4483                 Make sure uidnext is initialized in get_num_list
4484                 (not for stable, related to 2.1.1cvs8 and friends)
4485
4486 2006-04-23 [colin]      2.1.1cvs24
4487
4488         * src/imap.c
4489                 Output something when login is successful
4490                 too
4491
4492 2006-04-23 [colin]      2.1.1cvs23
4493
4494         * src/etpan/imap-thread.c
4495                 Better logging (line-per-line, hide data in fetch)
4496                 Fix a const warning
4497         * src/gtk/logwindow.c
4498         * src/gtk/logwindow.h
4499                 Better logging (color for input/output)
4500
4501 2006-04-21 [colin]      2.1.1cvs22
4502
4503         * src/gtk/quicksearch.c
4504                 On gtk+-2.8, use stock buttons in quicksearch
4505                 Based on a patch by Fabien and a design by Paul
4506
4507 2006-04-21 [colin]      2.1.1cvs21
4508
4509         * src/folderview.c
4510         * src/mainwindow.c
4511                 Fix occasional flicker in folderview
4512         * src/common/utils.c
4513                 Fix bug #943 (Incorrectly parsed email address 
4514                 list in short headers on message view and in 
4515                 printouts)
4516
4517 2006-04-20 [colin]      2.1.1cvs20
4518
4519         * src/imap.c
4520         * src/imap.h
4521         * src/prefs_account.c
4522                 Add ANONYMOUS auth for IMAP
4523
4524 2006-04-20 [paul]       2.1.1cvs19
4525
4526         * src/main.c
4527                 proper fix for 2.1.1cvs18
4528                 Thanks to Colin
4529
4530 2006-04-20 [paul]       2.1.1cvs18
4531
4532         * src/main.c
4533                 fix build warnings
4534
4535 2006-04-20 [paul]       2.1.1cvs17
4536
4537         * src/gtk/quicksearch.c
4538                 fix standard, non-extended Quick search,
4539                 was broken in 2.1.1cvs15.
4540                 Thanks to Colin.
4541
4542 2006-04-20 [colin]      2.1.1cvs16
4543
4544         * src/prefs_matcher.c
4545                 Fix values when reselecting a ~test
4546                 rule
4547
4548 2006-04-19 [colin]      2.1.1cvs15
4549
4550         * src/compose.c
4551         * src/compose.h
4552         * src/gtk/gtkaspell.c
4553         * src/gtk/gtkaspell.h
4554                 Put back Options menu in Spelling/
4555         * src/gtk/quicksearch.c
4556                 Don't search, and show error, if the
4557                 advanced search has a syntax error
4558
4559 2006-04-18 [colin]      2.1.1cvs14
4560
4561         * src/textview.c
4562                 Fix gdk warnings on set_cursor when textview
4563                 isn't visible
4564
4565 2006-04-18 [colin]      2.1.1cvs13
4566
4567         * src/gtk/gtksctree.c
4568                 Remove seemingly useless refresh that causes
4569                 flicker - watch this commit in case of 
4570                 problems before planned backport to stable
4571
4572 2006-04-18 [colin]      2.1.1cvs12
4573
4574         * src/imap.c
4575                 Factorize get/set_xml code
4576         * src/compose.c
4577         * src/prefs_account.c
4578         * src/prefs_account.h
4579         * src/procmsg.c
4580                 Add Encrypt to self option
4581
4582 2006-04-17 [colin]      2.1.1cvs11
4583
4584         * configure.ac
4585                 Fix search on encrpyt function on dragonfly
4586                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4587
4588 2006-04-17 [colin]      2.1.1cvs10
4589
4590         * src/prefs_account.c
4591                 Be safe by default: remove mails from POP3
4592                 after 7 days, not immediately
4593
4594 2006-04-17 [colin]      2.1.1cvs9
4595
4596         * src/etpan/imap-thread.c
4597                 Fix build on DragonFly - patch by 
4598                 Jonathan Buschmann <jonthn@agmact.com>
4599
4600 2006-04-17 [colin]      2.1.1cvs8
4601
4602         * src/imap.c
4603                 Save uidnext between sessions
4604
4605 2006-04-17 [colin]      2.1.1cvs7
4606
4607         * src/imap.c
4608                 scan is required when uid validity changes
4609
4610 2006-04-17 [colin]      2.1.1cvs6
4611
4612         * src/folderview.c
4613                 Don't scan if not necessary, apart in current
4614                 folder and INBOX to fetch flags.
4615         * src/imap.c
4616                 Scan is necessary if unread count changes
4617
4618 2006-04-17 [colin]      2.1.1cvs5
4619
4620         * src/imap.c
4621                 ...But always fetch ANSWERED and DELETED flags for
4622                 INBOX, as filtering can happen on these flags.
4623
4624 2006-04-17 [colin]      2.1.1cvs4
4625
4626         * src/imap.c
4627                 Don't fetch REPLIED and DELETED flags when synchronising
4628                 flags with a closed folder. We only need UNSEEN and FLAGGED
4629                 to update the folderview.
4630
4631 2006-04-17 [colin]      2.1.1cvs3
4632
4633         * src/imap.c
4634                 Faster flag search when there are new mails 
4635                 in a folder. We can do a full search if the 
4636                 folder contains less messages than the new
4637                 list.
4638
4639 2006-04-17 [colin]      2.1.1cvs2
4640
4641         * po/cs.po
4642         * po/de.po
4643         * po/fr.po
4644         * po/nl.po
4645         * po/pt_BR.po
4646                 Update translations from stable branch
4647
4648 2006-04-17 [colin]      2.1.1cvs1
4649
4650         * configure.ac
4651                 Bump version to follow stable release
4652
4653 2006-04-16 [mones]      2.1.0cvs50
4654
4655         * po/es.po
4656                 Updated for release
4657
4658 2006-04-16 [colin]      2.1.0cvs49
4659
4660         * src/textview.c
4661                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4662                 with gtk < 2.8. Thanks to Fabien Vantard.
4663
4664 2006-04-15 [colin]      2.1.0cvs48
4665
4666         * src/etpan/imap-thread.c
4667                 Fix bug #919 (libetpan: SEGV when connecting 
4668                 using command)
4669
4670 2006-04-14 [colin]      2.1.0cvs47
4671
4672         * src/main.c
4673                 Fix race on --select (should be done better)
4674
4675 2006-04-14 [wwp]        2.1.0cvs46
4676
4677         * src/send_message.c
4678                 enforce a check for domain in account prefs (a sending
4679                 error could be faced if domain was checked but no value set),
4680                 thanks to Colin.
4681
4682 2006-04-14 [colin]      2.1.0cvs45
4683
4684         * src/codeconv.c
4685                 when converting from unknown to unknown, if the
4686                 string is UTF8, don't convert it to the locale
4687                 (which breaks it)
4688
4689 2006-04-14 [colin]      2.1.0cvs44
4690
4691         * src/compose.c
4692                 Don't try to use ASCII for converting headers
4693                 (as done in body)
4694
4695 2006-04-14 [paul]       2.1.0cvs43
4696
4697         * src/crash.c
4698                 add locale/charset info to crash report
4699         * src/gtk/about.c
4700                 add wwp to doc team
4701                 replace 'e-mail' with preferred 'email'
4702         * src/gtk/authors.h
4703                 ensure contributors list is in alphabetical
4704                 order
4705
4706 2006-04-13 [colin]      2.1.0cvs42
4707
4708         * src/textview.c
4709                 Prevent gdk warnings
4710
4711 2006-04-13 [colin]      2.1.0cvs41
4712
4713         * src/common/ssl_certificate.c
4714         * src/common/ssl_certificate.h
4715         * src/gtk/sslcertwindow.c
4716                 Warn on expired certs, and display the expiration date
4717
4718 2006-04-13 [colin]      2.1.0cvs40
4719
4720         * src/plugins/spamassassin/spamassassin_gtk.c
4721                 Fix missing set_text on unix socket
4722
4723 2006-04-13 [wwp]        2.1.0cvs39
4724
4725         * manual/fr/advanced.xml
4726         * manual/fr/glossary.xml
4727                 applied new spam/ham/email lexicon (pourriel, courriel)
4728
4729 2006-04-13 [paul]       2.1.0cvs38
4730
4731         * src/plugins/pgpmime/plugin.c
4732                 remove the mention of S/MIME from the
4733                 description. This is now handled by the
4734                 S/MIME plugin.
4735
4736 2006-04-13 [paul]       2.1.0cvs37
4737
4738         * src/prefs_msg_colors.c
4739                 rework dialog
4740         * src/prefs_folder_item.c
4741         * src/prefs_spelling.c
4742                 add a tooltip to the colour selector buttons
4743
4744 2006-04-13 [wwp]        2.1.0cvs36
4745
4746         * manual/advanced.xml
4747         * manual/glossary.xml
4748         * manual/handling.xml
4749         * manual/keyboard.xml
4750         * manual/plugins.xml
4751         * manual/starting.xml
4752         * manual/fr/account.xml
4753         * manual/fr/ack.xml
4754         * manual/fr/addrbook.xml
4755         * manual/fr/advanced.xml
4756         * manual/fr/faq.xml
4757         * manual/fr/glossary.xml
4758         * manual/fr/gpl.xml
4759         * manual/fr/handling.xml
4760         * manual/fr/intro.xml
4761         * manual/fr/keyboard.xml
4762         * manual/fr/plugins.xml
4763         * manual/fr/starting.xml
4764         * manual/fr/sylpheed-claws-manual.xml
4765                 fixes to the manuals:
4766                  - summaryview -> Message List (same in French)
4767                  - translate key names
4768                  - fix French punctuation, use non-breakable spaces when
4769                    necessary, don't use &thinsp; which is not portable
4770                  - tell what maildir and mbox formats we support
4771
4772 2006-04-12 [wwp]        2.1.0cvs35
4773
4774         * src/prefs_toolbar.c
4775                 unified a replace button more,
4776                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4777
4778 2006-04-12 [wwp]        2.1.0cvs34
4779
4780         * src/prefs_common.c
4781         * src/prefs_msg_colors.c
4782                 make default color labels translatable,
4783                 patch from Fabien Vantard <fzzzzz@gmail.com>,
4784                 thanks to Tim <timbrain@post.cz> for reporting.
4785
4786 2006-04-12 [wwp]        2.1.0cvs33
4787
4788         * manual/glossary.xml
4789         * manual/intro.xml
4790         * manual/plugins.xml
4791         * manual/starting.xml
4792         * manual/sylpheed-claws-manual.xml
4793         * manual/fr/.cvsignore
4794         * manual/fr/account.xml
4795         * manual/fr/ack.xml
4796         * manual/fr/addrbook.xml
4797         * manual/fr/advanced.xml
4798         * manual/fr/faq.xml
4799         * manual/fr/glossary.xml
4800         * manual/fr/handling.xml
4801         * manual/fr/intro.xml
4802         * manual/fr/keyboard.xml
4803         * manual/fr/plugins.xml
4804         * manual/fr/starting.xml
4805         * manual/fr/sylpheed-claws-manual.xml
4806                 various fixes: typos, missing .fr translations, punctuation,
4807                 capitalization, links, accents and some bad French more.
4808
4809 2006-04-12 [wwp]        2.1.0cvs32
4810
4811         * src/prefs_gtk.c
4812                 fix for bug #935: always store prefs files in UTF-8 (thanks
4813                 to Colin).
4814
4815 2006-04-11 [colin]      2.1.0cvs31
4816
4817         * src/compose.c
4818                 Fix inserting files not in utf8 when locale is utf8
4819
4820 2006-04-11 [colin]      2.1.0cvs30
4821
4822         * src/inc.c
4823                 Don't show error dialog when cancelling connection
4824                 Patch by Pawel
4825
4826 2006-04-11 [cleroy]     2.1.0cvs29
4827
4828         * src/compose.c
4829                 Implement multiple quote levels
4830         * src/prefs_common.c
4831                 Change a little bit the quote bgcolor for 2nd level
4832
4833 2006-04-11 [colin]      2.1.0cvs28
4834
4835         * src/gtk/about.c
4836                 Add locale and charset in the label
4837
4838 2006-04-10 [colin]      2.1.0cvs27
4839
4840         * src/compose.c
4841         * src/prefs_common.c
4842         * src/prefs_common.h
4843         * src/prefs_msg_colors.c
4844         * src/textview.c
4845                 Allow optional background color in quotes
4846                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4847                 GTK+-2.8.x feature
4848
4849 2006-04-10 [colin]      2.1.0cvs26
4850
4851         * src/main.c
4852         * src/mainwindow.c
4853         * src/mainwindow.h
4854                 Implement --select
4855
4856 2006-04-10 [colin]      2.1.0cvs25
4857
4858         * manual/plugins.xml
4859         * manual/fr/plugins.xml
4860                 Document libcurl's proxy variables
4861
4862 2006-04-09 [colin]      2.1.0cvs24
4863
4864         * src/prefs_common.c
4865                 gettext() returns statically allocated stuff. We have
4866                 to strdup it in order to be able to free it.
4867
4868 2006-04-09 [colin]      2.1.0cvs23
4869
4870         * AUTHORS
4871         * src/gtk/authors.h
4872                 Add Alexei
4873
4874 2006-04-09 [colin]      2.1.0cvs22
4875
4876         * src/mainwindow.c
4877         * src/gtk/quicksearch.c
4878                 Fix bug #859 (problems with cyrilic input in 
4879                 search panel) - Patch by Alexey Illarionov 
4880                 <littlesavage@rambler.ru>
4881
4882 2006-04-09 [colin]      2.1.0cvs21
4883
4884         * src/prefs_customheader.c
4885                 I prefer removing then freeing rather than the contrary
4886                 (even if it doesn't change anything ;-)
4887         * src/prefs_account.c
4888                 Fix bug #933 (Crash re-entering the custom headers list 
4889                 dialog in accounts prefs)
4890                 The problem happened when cancelling the Account 
4891                 Preferences' dialogs - in which case we didn't do 
4892                 anything to the PrefsAccount * struct. In case of applying,
4893                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4894                 working with in this dialog. The problem is that 
4895                 prefs_customheader.c, working on this tmp_ac_prefs, always
4896                 changes the ->customhdr_list pointer, even when cancelled. 
4897                 So in case of cancelling the prefs_account dialog, we still
4898                 have to update ->customhdr_list in the real account.
4899
4900 2006-04-08 [colin]      2.1.0cvs20
4901
4902         * manual/fr/glossary.xml
4903         * manual/fr/keyboard.xml
4904                 Forgot some headers :)
4905
4906 2006-04-08 [colin]      2.1.0cvs19
4907
4908         * manual/Makefile.am
4909         * manual/fr/Makefile.am
4910         * manual/fr/account.xml
4911         * manual/fr/ack.xml
4912         * manual/fr/addrbook.xml
4913         * manual/fr/advanced.xml
4914         * manual/fr/faq.xml
4915         * manual/fr/glossary.xml
4916         * manual/fr/gpl.xml
4917         * manual/fr/handling.xml
4918         * manual/fr/intro.xml
4919         * manual/fr/keyboard.xml
4920         * manual/fr/plugins.xml
4921         * manual/fr/starting.xml
4922         * manual/fr/sylpheed-claws-manual.xml
4923         * manual/fr/dist/.cvsignore
4924         * manual/fr/dist/Makefile.am
4925         * manual/fr/dist/html/.cvsignore
4926         * manual/fr/dist/html/Makefile.am
4927         * manual/fr/dist/pdf/.cvsignore
4928         * manual/fr/dist/pdf/Makefile.am
4929         * manual/fr/dist/ps/.cvsignore
4930         * manual/fr/dist/ps/Makefile.am
4931         * manual/fr/dist/txt/.cvsignore
4932         * manual/fr/dist/txt/Makefile.am
4933                 Add the french translation of the manual. Thanks to
4934                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4935                 account.xml, ack.xml, addrbook.xml and advanced.xml
4936
4937 2006-04-08 [colin]      2.1.0cvs18
4938
4939         * manual/plugins.xml
4940         * manual/starting.xml
4941                 More fixes
4942
4943 2006-04-07 [colin]      2.1.0cvs17
4944
4945         * manual/faq.xml
4946         * manual/intro.xml
4947         * manual/keyboard.xml
4948                 Little fixes
4949
4950 2006-04-07 [colin]      2.1.0cvs16
4951
4952         * README
4953         * src/compose.c
4954         * src/prefs_common.c
4955         * src/prefs_common.h
4956                 Add hidden compose_no_markup pref
4957
4958 2006-04-07 [wwp]        2.1.0cvs15
4959
4960         * src/summary_search.c
4961         * .cvsignore
4962                 Bugfix: stop button was sticky when searching in an empty folder.
4963                 Applied curly brackets code style to the whole file (summary_search.c).
4964                 More files to ignore.
4965
4966 2006-04-07 [wwp]        2.1.0cvs14
4967
4968         * src/message_search.c
4969         * src/summary_search.c
4970                 changed default button when search bumps at file/folder
4971                 beginning or end, for convenience (thanks to Colin).
4972
4973 2006-04-07 [paul]       2.1.0cvs13
4974
4975         * src/plugins/dillo_viewer/dillo_prefs.c
4976                 avoid future potential for namespace collision
4977                 Patch by Colin
4978
4979 2006-04-06 [wwp]        2.1.0cvs12
4980
4981         * src/summary_search.c
4982                 Unify extended/advanced searches names (and thus factorize labels),
4983                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4984
4985 2006-04-06 [wwp]        2.1.0cvs11
4986
4987         * src/folderview.c
4988         * src/prefs_themes.c
4989         * src/summaryview.c
4990                 Fixed some compilation warnings.
4991
4992 2006-04-06 [colin]      2.1.0cvs10
4993
4994         * manual/advanced.xml
4995                 Document the wizard template and how to deploy
4996                 Sylpheed-Claws effectively
4997
4998 2006-04-06 [colin]      2.1.0cvs9
4999
5000         * src/folderview.c
5001                 gettext patch to tell translators about _("#"),
5002                 by Maxim Britov
5003
5004 2006-04-06 [colin]      2.1.0cvs8
5005
5006         * src/textview.c
5007                 Fix invalid GtkTextBIter after clicking "Display as text"
5008
5009 2006-04-06 [mones]      2.1.0cvs7
5010
5011         * src/addr_compl.c
5012         * src/addrindex.c
5013         * src/addritem.c
5014         * src/codeconv.c
5015         * src/compose.c
5016         * src/filtering.c
5017         * src/folder.c
5018         * src/folder_item_prefs.c
5019         * src/folderview.c
5020         * src/localfolder.c
5021         * src/matcher.c
5022         * src/mimeview.c
5023         * src/prefs_msg_colors.c
5024         * src/prefs_spelling.c
5025         * src/prefs_themes.c
5026         * src/procmime.c
5027         * src/procmsg.c
5028         * src/stock_pixmap.c
5029         * src/summaryview.c
5030         * src/textview.c
5031         * src/toolbar.c
5032         * src/common/mgutils.c
5033         * src/common/prefs.c
5034         * src/common/ssl_certificate.c
5035         * src/gtk/colorlabel.c
5036         * src/gtk/quicksearch.c
5037         * src/plugins/pgpmime/pgpmime.c
5038         * src/plugins/spamassassin/spamassassin.c
5039                 Removed redundant NULL checks for g_free() calls.
5040                 Patch by Pawel Pekala.
5041
5042 2006-04-06 [mones]      2.1.0cvs6
5043
5044         * src/prefs_actions.c
5045         * src/prefs_filtering.c
5046         * src/prefs_filtering_action.c
5047         * src/prefs_matcher.c
5048         * src/prefs_template.c
5049         * src/gtk/gtkutils.c
5050         * src/gtk/gtkutils.h
5051                 Have a nice replace button. Patch by Pawel Pekala
5052
5053 2006-04-06 [colin]      2.1.0cvs5
5054
5055         * src/addressbook.c
5056                 Fix crash with empty columns
5057
5058 2006-04-05 [colin]      2.1.0cvs4
5059
5060         * src/wizard.c
5061         * src/prefs_gtk.c
5062                 Allow wizard customization with pre-filled values
5063
5064 2006-04-05 [colin]      2.1.0cvs3
5065
5066         * src/textview.c
5067         * src/mimeview.c
5068         * src/mimeview.h
5069                 Nicer messages in mimeview
5070
5071 2006-04-05 [colin]      2.1.0cvs2
5072
5073         * src/addressbook.c
5074         * src/prefs_summaries.c
5075                 i18n fix
5076
5077 2006-04-05 [colin]      2.1.0cvs1
5078
5079         * src/plugins/pgpcore/plugin.c
5080         * src/plugins/pgpcore/select-keys.c
5081         * src/plugins/pgpcore/select-keys.h
5082         * src/plugins/pgpcore/sgpgme.c
5083         * src/plugins/pgpcore/sgpgme.h
5084         * src/plugins/pgpinline/pgpinline.c
5085         * src/plugins/pgpinline/plugin.c
5086         * src/plugins/pgpmime/pgpmime.c
5087         * src/plugins/pgpmime/plugin.c
5088                 Factorize and generalize a bit 
5089                 Drop S/MIME signature verification from PGP/MIME
5090                 (adding it as another, more complete plugin)
5091
5092 2006-04-05 [paul]       2.1.0
5093
5094         2.1.0 released
5095
5096 2006-04-05 [paul]       2.0.0cvs186
5097
5098         * manual/advanced.xml
5099                 add info on colour labels
5100
5101 2006-04-05 [paul]       2.0.0cvs185
5102
5103         * po/bg.po
5104         * po/cs.po
5105         * po/de.po
5106         * po/el.po
5107         * po/en_GB.po
5108         * po/fi.po
5109         * po/fr.po
5110         * po/it.po
5111         * po/nl.po
5112         * po/pl.po
5113         * po/pt_BR.po
5114         * po/sr.po
5115         * po/zh_CN.po
5116                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
5117                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
5118                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
5119                 Guimaraes, Aleksandar Urosevic, Ralgh Young
5120         * src/gtk/authors.h
5121         * tools/claws.i18n.status.pl
5122                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
5123                 and new Czech translator, Tim <timbrain@post.cz>
5124
5125 2006-04-05 [mones]      2.0.0cvs184
5126
5127         * po/es.po
5128                 Updated translation
5129
5130 2006-04-05 [colin]      2.0.0cvs183
5131
5132         * src/gtk/quicksearch.c
5133                 Fix bug #929 (unnecessary reload in quick search bar)
5134
5135 2006-04-05 [colin]      2.0.0cvs182
5136
5137         * src/compose.c
5138                 Fix crash on Reply with no From:
5139                 Show signature and conversion error on queuing 
5140                 (but not sending)
5141         * src/mainwindow.c
5142         * src/summaryview.c
5143         * src/summaryview.h
5144                 Factorize threading code and make sure msginfo 
5145                 is not null when it comes from a GtkCTreeRow's 
5146                 data
5147         * src/gtk/gtkaspell.c
5148                 Check for necessary things
5149         * src/gtk/gtksctree.c
5150         * src/gtk/gtksctree.h
5151                 Reset anchor if necessary when removing node
5152
5153 2006-03-29 [colin]      2.0.0cvs181
5154
5155         * src/folderview.c
5156                 Warn for disabled IMAP accounts (due to lack of
5157                 libetpan). Breaks string-freeze - sorry - but it
5158                 is kind of important ;)
5159
5160 2006-03-28 [colin]      2.0.0cvs180
5161
5162         * src/gtk/gtkutils.c
5163         * src/gtk/gtkutils.h
5164                 Add a gtkut_get_link_btn() function that
5165                 creates a button which acts like an URI
5166         * src/prefs_themes.c
5167         * src/gtk/about.c
5168                 Use this function (factorizes codes)
5169         * src/common/defs.h
5170         * src/gtk/pluginwindow.c
5171                 Add a "Get more..." in the plugins window
5172
5173 2006-03-28 [colin]      2.0.0cvs179
5174
5175         * src/common/smtp.c
5176         * src/common/passcrypt.c
5177         * src/undo.c
5178                 Warning fixes. Patch by Pawel Pekala
5179
5180 2006-03-27 [colin]      2.0.0cvs178
5181
5182         * src/undo.c
5183                 Fix undoing by blocks with spaces
5184
5185 2006-03-27 [colin]      2.0.0cvs177
5186
5187         * src/textview.c
5188                 Set margin to 3px for headers
5189
5190 2006-03-27 [paul]
5191
5192         2.1.0-rc2 released
5193
5194 2006-03-27 [wwp]        2.0.0cvs176
5195
5196         * src/summaryview.c
5197                 don't reset quicksearch when updating the message list.
5198                 Thanks to Colin.
5199
5200 2006-03-26 [wwp]        2.0.0cvs175
5201
5202         * src/compose.c
5203                 use a unified border width ('other' tab in the compose window,
5204                 patch by Pawel Pekala).
5205
5206
5207 2006-03-26 [wwp]        2.0.0cvs174
5208
5209         * src/common/quoted-printable.c
5210         * src/addressbook.c
5211                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5212
5213 2006-03-26 [colin]      2.0.0cvs173
5214
5215         * src/quote_fmt_parse.y
5216                 Fix non-UTF8 date formats messing up the whole quote a 
5217                 little bit
5218
5219 2006-03-26 [colin]      2.0.0cvs172
5220
5221         * src/procheader.c
5222                 Make sure the date is UTF8 valid, or try to make it
5223                 so. IncrediMail is really IncrediStupid.
5224         * src/compose.c
5225                 Fix possible conversions. 
5226                 
5227
5228 2006-03-26 [colin]      2.0.0cvs171
5229
5230         * src/matcher.c
5231                 Fix corner cases in body search. This is still a
5232                 hack... It seems impossible to make it good and 
5233                 reasonably fast at the same time.
5234
5235 2006-03-26 [colin]      2.0.0cvs170
5236
5237         * src/summaryview.c
5238                 I think I killed the twilight zone bug!
5239                 summary_select_node() flushes GTK events in order
5240                 to be able to center the view. But this also 
5241                 flushes keypresses like Ctrl-Alt-U, so this can
5242                 call summary_show from summary_select_node (itself
5243                 called from summary_show, etc.). And the summaryview
5244                 has to be unlocked in this function. So just locking
5245                 while processing GTK events, and bailing if locked, 
5246                 should fix it.
5247                 Fixes bug #927 (SIGSEGV during Update Summary)
5248
5249 2006-03-25 [colin]      2.0.0cvs169
5250
5251         * src/matcher.c
5252                 Fix search in QP-encoded bodies
5253                 Fix utf-8 searches in bodies encoded in the
5254                 locale's encoding
5255         * src/common/quoted-printable.c
5256         * src/common/quoted-printable.h
5257                 Add a decode function that doesn't overwrite
5258                 the original pointer
5259                 
5260
5261 2006-03-24 [colin]      2.0.0cvs168
5262
5263         * src/action.c
5264         * src/summaryview.c
5265         * src/summaryview.h
5266                 Update message cache after action
5267                 Patch by H. Merijn Brand
5268         * src/prefs_msg_colors.c
5269                 Factorize label 
5270                 Patch by Fabien Vantard
5271         * src/plugins/spamassassin/spamassassin_gtk.c
5272                 Remove useless translation
5273                 Patch by Fabien Vantard
5274
5275 2006-03-23 [colin]      2.0.0cvs167
5276
5277         * src/common/ssl.c
5278                 Let 30 seconds to SSL_connect
5279
5280 2006-03-23 [wwp]        2.0.0cvs166
5281
5282         * src/summaryview.c
5283         * src/gtk/description_window.c
5284                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5285                 and headers are translated; adjust description windows' width to fit their
5286                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5287
5288 2006-03-23 [paul]       2.0.0cvs165
5289
5290         * src/common/utils.c
5291                 fix highlighting of URIs containing "()"
5292                 (2.0.0cvs164's reversal fixed)
5293                 Thanks to Colin.
5294
5295 2006-03-23 [paul]       2.0.0cvs164
5296
5297         * src/common/utils.c
5298                 revert patch, (postponing a fix), at 2.0.0cvs120
5299                 as it breaks more URIs than it fixes.
5300                 Allow '-' to be a terminating character in a URI
5301
5302 2006-03-22 [colin]      2.0.0cvs163
5303
5304         * configure.ac
5305                 Require libetpan 0.45
5306                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5307
5308 2006-03-22 [paul]       2.0.0cvs162
5309
5310         * src/editgroup.c
5311                 replace '<-' and '->' buttons with GTK_STOCK graphical
5312                 buttons
5313         * src/summary_search.c
5314                 don't offer '...' for translation
5315                 add a tooltip to advanced search '...' button
5316         * src/gtk/quicksearch.c
5317                 don't offer '...' for translation
5318
5319 2006-03-21 [colin]      2.0.0cvs161
5320
5321         * src/compose.c
5322                 Fix middle-click pasting (insert at click
5323                 position instead of cursor position, don't
5324                 remove existing selection and allow pasting
5325                 our own selection)
5326         * src/addressbook.c
5327                 "LDAP Server" -> "LDAP servers"
5328
5329 2006-03-21 [wwp]        2.0.0cvs160
5330
5331         * src/etpan/imap-thread.c
5332                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5333
5334 2006-03-20 [colin]      2.0.0cvs159
5335
5336         * src/summaryview.c
5337                 Don't reload summaryview after an execute with no
5338                 move action
5339
5340 2006-03-19 [colin]      2.0.0cvs158
5341
5342         * src/addressbook.c
5343                 and put groups at the top, always
5344
5345 2006-03-19 [colin]      2.0.0cvs157
5346
5347         * src/addressbook.c
5348                 Order groups before names, as previously
5349
5350 2006-03-19 [colin]      2.0.0cvs156
5351
5352         * src/addressbook.c
5353                 - Sort case-unsensitive
5354                 - Put the sort arrow at opening too
5355
5356 2006-03-19 [wwp]        2.0.0cvs155
5357
5358         * src/addressbook.c
5359                 allow sorting by name/email/remarks, ensure that right-pane's contents
5360                 matches the left-pane selection (cleared when appropriate).
5361                 Patch by Pawel Pekala <c0rn@o2.pl>.
5362
5363 2006-03-18 [colin]      2.0.0cvs154
5364
5365         * src/textview.c
5366                 Fix text cursor ;)
5367
5368 2006-03-18 [colin]      2.0.0cvs153
5369
5370         * src/gtk/filesel.c
5371                 Make sure we hide the preview if we didn't get
5372                 a filename
5373
5374 2006-03-18 [colin]      2.0.0cvs152
5375
5376         * src/summaryview.c
5377                 Set cursor to watch for execution (fixes lack
5378                 of watch-cursor when dnd'ing hundreds of mails)
5379         * src/gtk/filesel.c
5380                 Check that mime type is 'image/*' before updating
5381                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5382
5383 2006-03-18 [colin]      2.0.0cvs151
5384
5385         * src/mainwindow.c
5386         * src/textview.c
5387         * src/textview.h
5388                 Put a watch cursor in textview too when the mainwindow's
5389                 cursor in a watch
5390
5391 2006-03-18 [colin]      2.0.0cvs150
5392
5393         * src/folder.c
5394                 Change wrong asserts to simple tests
5395
5396 2006-03-17 [colin]      2.0.0cvs149
5397
5398         * src/mainwindow.c
5399         * src/mainwindow.h
5400         * src/prefs_msg_colors.c
5401         * src/summaryview.c
5402         * src/summaryview.h
5403         * src/gtk/colorlabel.c
5404         * src/gtk/colorlabel.h
5405                 Add a color label menu in the main menubar
5406                 Add (fixed) accels Ctrl-{0-7} to change the color
5407                 They have to be fixed because the menu's dynamic,
5408                 the items are complex widgets, hence we can't use
5409                 a GtkItemFactory.
5410
5411
5412 2006-03-17 [wwp]        2.0.0cvs148
5413
5414         * src/compose.c
5415                 rollback few lines from my previous commit (those lines come from
5416                 a pending patch, accidentally commited, even if neutral as they are
5417                 commented out).
5418
5419 2006-03-17 [wwp]        2.0.0cvs147
5420
5421         * src/compose.c
5422                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5423                 applied code style/indentation to the modified function.
5424
5425 2006-03-17 [wwp]        2.0.0cvs146
5426
5427         * src/procmsg.c
5428         * src/compose.c
5429                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5430
5431 2006-03-17 [paul]
5432
5433         2.1.0-rc1 released
5434
5435 2006-03-17 [paul]       2.0.0cvs145
5436
5437         * src/main.c
5438                 addressbook_read_file() was called twice
5439         * src/textview.c
5440                 X-Mailer highlighting
5441
5442 2006-03-16 [colin]      2.0.0cvs144
5443
5444         * src/sourcewindow.c
5445         * src/sourcewindow.h
5446                 And the last one, in source window.
5447
5448 2006-03-16 [colin]      2.0.0cvs143
5449
5450         * src/compose.c
5451         * src/compose.h
5452                 Fix the same stuff in compose
5453
5454 2006-03-16 [colin]      2.0.0cvs142
5455
5456         * src/messageview.c
5457                 Complete the previous messageview crash fix
5458
5459 2006-03-16 [colin]      2.0.0cvs141
5460
5461         * src/procmsg.h
5462         * src/procmsg.c
5463         * src/folder.c
5464                 Fix POSTPROCESSING hook
5465                 Patch by H. Merijn Brand
5466
5467         * src/procmime.c
5468         * src/procmime.h
5469                 Parse Content-Location
5470
5471         * src/toolbar.c
5472         * src/messageview.c
5473         * src/messageview.h
5474                 Don't crash when a top-level MessageView has
5475                 been closed on us. Same problematic than
5476                 yesterday's quicksearch issue.
5477
5478 2006-03-15 [colin]      2.0.0cvs140
5479
5480         * src/gtk/quicksearch.c
5481                 Fix a bitchy race we didn't think about when we
5482                 added quicksearch cancellation:
5483                 If the search is not on cached fields, for example
5484                 body_part matchcase "stuff"
5485                 the matcher code has to get the whole message. If
5486                 we're on IMAP, that can be slow, and in order to
5487                 be non-blocking, the IMAP code idle loop processes
5488                 gtk events too. So it is possible to cancel a
5489                 quicksearch while the matcher is getting the mail's
5490                 body. After matcher got its body, it will start to
5491                 iterate over the matcher list that the Quicksearch's
5492                 clear_search_cb() just freed via prepare_matcher().
5493                 SIGSEGV ensues.
5494                 The fix consists of guarding the matcherlist_match()
5495                 call with a boolean 'matching'. If we reset the
5496                 quicksearch while matching is TRUE, we don't free
5497                 the matcherlist anymore like we did, but we set
5498                 another new flag, deferred_free, to TRUE. Then,
5499                 in quicksearch_match(), just after returning from
5500                 matcherlist_match() and unsetting the matching flag,
5501                 we check the deferred_free flag and do the
5502                 prepare_matcher() (which does the matcherlist_free)
5503                 for real, so we free the matcherlist once it's not
5504                 used anymore.
5505                 As all of this runs via the glib main loop, we
5506                 luckily don't need a mutex.
5507         * src/summaryview.c
5508                 Also, show progress while searching.
5509
5510
5511 2006-03-14 [colin]      2.0.0cvs139
5512
5513         * src/alertpanel.c
5514                 Make alertpanel_is_open non-static
5515
5516 2006-03-14 [colin]      2.0.0cvs138
5517
5518         * src/prefs_spelling.c
5519                 Cleanups - Fabien Vantard
5520
5521 2006-03-14 [wwp]        2.0.0cvs137
5522
5523         * src/main.c
5524                 code style normalization (curly braces, indentation).
5525
5526 2006-03-14 [wwp]        2.0.0cvs137
5527
5528         * src/main.c
5529                 code style (braces, indentation)
5530
5531 2006-03-12 [paul]       2.0.0cvs136
5532
5533         * src/prefs_common.c
5534                 trans_hdr defaults to FALSE to be RFC-savvy
5535         * src/prefs_summaries.c
5536                 add a tooltip to the trans_hdr option
5537                 
5538
5539 2006-03-12 [paul]       2.0.0cvs135
5540
5541         * src/prefs_matcher.c
5542                 give a little more width to the combos
5543         * src/prefs_display_header.c
5544         * src/textview.c
5545                 translate headers if prefs_common.trans_hdr
5546                 is TRUE
5547
5548         Patches by Pawel Pekala
5549
5550 2006-03-12 [paul]       2.0.0cvs134
5551
5552         * src/plugins/clamav/clamav_plugin.c
5553         * src/plugins/dillo_viewer/dillo_viewer.c
5554         * src/plugins/pgpcore/plugin.c
5555         * src/plugins/pgpinline/plugin.c
5556         * src/plugins/pgpmime/plugin.c
5557         * src/plugins/spamassassin/spamassassin.c
5558                 update/add to descriptions
5559         * src/plugins/spamassassin/spamassassin_gtk.c
5560                 fixes to the english, remove superfluous
5561                 tooltips, clean up a little
5562
5563 2006-03-12 [paul]       2.0.0cvs133
5564
5565         * src/compose.c
5566                 fix Bug 924, 'Account combo box shows up wrong 
5567                 if & is in account name'
5568
5569 2006-03-11 [colin]      2.0.0cvs132
5570
5571         * src/summaryview.c
5572                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5573                 messed up shift-selection because is slows down
5574                 moving around summaryview. thanks -users
5575
5576 2006-03-10 [colin]      2.0.0cvs131
5577
5578         * src/plugins/spamassassin/spamassassin_gtk.c
5579                 Put back Paul's engrish fixes
5580
5581 2006-03-10 [colin]      2.0.0cvs130
5582
5583         * src/plugins/spamassassin/spamassassin.c
5584         * src/plugins/spamassassin/spamassassin.h
5585         * src/plugins/spamassassin/spamassassin_gtk.c
5586                 Cleanup SA prefs page (more)
5587                 Patch by Fabien Vantard
5588
5589 2006-03-10 [paul]       2.0.0cvs129
5590
5591         * src/prefs_msg_colors.c
5592         * src/prefs_spelling.c
5593                 widget sensitivity
5594
5595 2006-03-09 [mones]      2.0.0cvs128
5596
5597         * po/es.po
5598                 Update for next RC
5599
5600 2006-03-09 [wwp]        2.0.0cvs127
5601
5602         * configure.ac
5603                 revert accidental commit (requirement for libetpan 0.43), this time
5604                 not in HEAD.
5605
5606 2006-03-09 [wwp]        2.0.0cvs125
5607
5608         * configure.ac
5609                 revert accidental commit (requirement for libetpan 0.43)
5610
5611 2006-03-09 [paul]       2.0.0cvs126
5612
5613         * src/prefs_receive.c
5614                 remove useless frame
5615                 replace 'incorporation' with 'receiving'
5616         * src/plugins/clamav/clamav_plugin_gtk.c
5617         * src/plugins/spamassassin/spamassassin_gtk.c
5618                 improve widget sensitivity
5619                 fix a bit his engrish
5620
5621 2006-03-09 [wwp]        2.0.0cvs125
5622
5623         * src/addressadd.c
5624         * src/foldersel.c
5625         * src/prefs_common.c
5626         * src/prefs_common.h
5627                 remember some more windows' sizes (add to addressbook and
5628                 select folder).
5629
5630 2006-03-09 [paul]       2.0.0cvs124
5631
5632         * src/plugins/pgpcore/prefs_gpg.c
5633                 normalise construction of dialogue
5634
5635 2006-03-09 [paul]       2.0.0cvs123
5636
5637         * src/plugins/trayicon/Makefile.am
5638                 add missing slash
5639
5640 2006-03-08 [colin]      2.0.0cvs122
5641
5642         * src/plugins/trayicon/Makefile.am
5643                 Fix build in separate dir 
5644                 Patch by Bamanzi <bamanzi@gmail.com>
5645
5646 2006-03-08 [colin]      2.0.0cvs121
5647
5648         * src/procmsg.c
5649                 Batch move and copies from summaryview with delayed execution
5650                 too
5651
5652 2006-03-07 [paul]       2.0.0cvs120
5653
5654         * src/common/utils.c
5655                 fix highlighting of URIs containing "()"
5656                 Patch by Pawel Pekala
5657
5658 2006-03-07 [paul]       2.0.0cvs119
5659
5660         * src/folder.c
5661         * src/folder.h
5662         * src/folderview.c
5663                 immediately do alphabetical resort when
5664                 changing a folder's name
5665                 Patch by Pawel Pekala
5666
5667 2006-03-07 [paul]       2.0.0cvs118
5668
5669         * src/news.c
5670         * src/news_gtk.c
5671                 when unsubscribing a newsgroup, remove the
5672                 folder and msgs in .sylpheed-claws/newscache
5673                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5674
5675 2006-03-07 [paul]       2.0.0cvs117
5676
5677         * src/textview.c
5678                 fix wrong Fake URL Warning
5679                 Thanks to Hiro
5680
5681 2006-03-07 [colin]      2.0.0cvs116
5682
5683         * src/imap.c
5684                 Return immediately when password dialog was
5685                 cancelled
5686         * src/gtk/inputdialog.c
5687                 Allow empty strings for passwords
5688
5689
5690 2006-03-06 [colin]      2.0.0cvs115
5691
5692         * src/imap.c
5693                 Prevent double-timeouts when connection fails
5694
5695 2006-03-06 [colin]
5696
5697         2.0.1-rc1 released
5698
5699 2006-03-06 [colin]      2.0.0cvs114
5700
5701         * src/imap.c
5702                 Refresh session during potentially long
5703                 operations
5704
5705 2006-03-06 [wwp]        2.0.0cvs113
5706
5707         * src/prefs_msg_colors.h
5708                 forgot that one (custom color labels).
5709
5710 2006-03-06 [wwp]        2.0.0cvs112
5711
5712         * src/prefs_common.c
5713         * src/prefs_common.h
5714         * src/prefs_msg_colors.c
5715         * src/summaryview.c
5716         * src/summaryview.h
5717         * src/gtk/colorlabel.c
5718         * src/gtk/colorlabel.h
5719                 colors in messages list are now customizable. Color values and names can
5720                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5721                 Thanks to Paul and Colin for their help with this longstanding patch!
5722
5723 2006-03-06 [wwp]        2.0.0cvs111
5724
5725         * src/textview.c
5726                 don't crash if (x)face is bad.
5727
5728 2006-03-05 [paul]       2.0.0cvs110
5729
5730         * AUTHORS
5731         * configure.ac
5732         * src/Makefile.am
5733         * src/common/Makefile.am
5734         * src/common/utils.h
5735         * src/etpan/imap-thread.c
5736         * src/gtk/authors.h
5737         * src/plugins/clamav/Makefile.am
5738         * src/plugins/demo/Makefile.am
5739         * src/plugins/dillo_viewer/Makefile.am
5740         * src/plugins/pgpcore/Makefile.am
5741         * src/plugins/pgpcore/passphrase.c
5742         * src/plugins/pgpinline/Makefile.am
5743         * src/plugins/pgpmime/Makefile.am
5744         * src/plugins/spamassassin/Makefile.am
5745         * src/plugins/trayicon/Makefile.am
5746                 fix builiding on cygwin
5747                 Patch by Ralgh Young <bamanzi@gmail.com>
5748
5749 2006-03-04 [wwp]        2.0.0cvs109
5750
5751         * manual/keyboard.xml
5752                 fix mixed up/down keys.
5753
5754 2006-03-04 [wwp]        2.0.0cvs108
5755
5756         * README
5757         * INSTALL
5758                 updated links to SpamAssassin.
5759
5760 2006-03-04 [wwp]        2.0.0cvs107
5761
5762         * manual/plugins.xml
5763         * src/plugins/spamassassin/README
5764                 updated SpamAssassin plugin docs to reflect new functional additions
5765                 (also fix/update/documents few technical stuff more, see the README).
5766
5767 2006-03-04 [wwp]        2.0.0cvs106
5768
5769         * src/prefs_message.c
5770                 normalized capitalization of message-prefs paths.
5771
5772 2006-03-04 [wwp]        2.0.0cvs105
5773
5774         * manual/advanced.xml
5775                 typo.
5776
5777 2006-03-03 [colin]      2.0.0cvs104
5778
5779         * src/plugins/clamav/clamav_plugin_gtk.c
5780                 Rework prefs page, patch by Fabien 
5781
5782 2006-03-03 [colin]      2.0.0cvs103
5783
5784         * src/plugins/clamav/clamav_plugin.c
5785                 Set error on all errors
5786
5787 2006-03-03 [colin]      2.0.0cvs102
5788
5789         * src/common/plugin.c
5790                 Initialize error to avoid crashing when a plugin fails
5791                 without setting error
5792
5793 2006-03-02 [wwp]        2.0.0cvs101
5794
5795         * configure.ac
5796                 fixed linker flags for libetpan support on Cygwin
5797                 (thanks to H.Merijn Brand).
5798
5799 2006-03-02 [wwp]        2.0.0cvs100
5800
5801         * src/addressbook.c
5802                 fix some AB error messages: one for punctuation and
5803                 one wrongly duplicate (thanks, maxbritov).
5804
5805 2006-03-02 [wwp]        2.0.0cvs99
5806
5807         * src/plugins/spamassassin/spamassassin.c
5808                 make sync calls to sa-learn/spamc to prevent
5809                 system (whatever local or client/server) overload.
5810
5811 2006-03-02 [colin]      2.0.0cvs98
5812
5813         * src/summaryview.c
5814                 Put the spam icon in the status column instead of the
5815                 mark one
5816
5817 2006-03-01 [colin]      2.0.0cvs97
5818
5819         * src/plugins/spamassassin/spamassassin.c
5820                 Fix segfault (g_file_set_contents fails for some 
5821                 reason and err==0x2f. Can't find out why with
5822                 valgrind, using working function :-)
5823
5824 2006-03-01 [colin]      2.0.0cvs96
5825
5826         * src/inc.c
5827                 Offline overriding: let 'No' be cached only 3 seconds
5828
5829 2006-03-01 [colin]      2.0.0cvs95
5830
5831         * src/addr_compl.c
5832         * src/addrbook.c
5833         * src/addressbook.c
5834         * src/addrindex.c
5835         * src/folder_item_prefs.c
5836         * src/headerview.c
5837         * src/imap.c
5838         * src/inc.c
5839         * src/ldif.c
5840         * src/mainwindow.c
5841         * src/mh.c
5842         * src/msgcache.c
5843         * src/prefs_common.h
5844         * src/prefs_msg_colors.c
5845         * src/procheader.c
5846         * src/procheader.h
5847         * src/procmime.c
5848         * src/procmsg.c
5849         * src/procmsg.h
5850         * src/send_message.h
5851         * src/simple-gettext.c
5852         * src/summaryview.c
5853         * src/summaryview.h
5854         * src/syldap.c
5855         * src/textview.c
5856         * src/undo.c
5857         * src/common/ssl_certificate.c
5858         * src/common/utils.c
5859         * src/gtk/colorsel.c
5860         * src/gtk/gtksctree.c
5861         * src/gtk/gtkshruler.c
5862         * src/plugins/trayicon/trayicon.c
5863                 #if 0 goes to /dev/null
5864
5865 2006-03-01 [colin]      2.0.0cvs94
5866
5867         * src/compose.c
5868         * src/imap.c
5869         * src/inc.c
5870         * src/inc.h
5871         * src/messageview.c
5872         * src/news.c
5873         * src/plugins/spamassassin/spamassassin.c
5874                 Allow to add information in the "working offline"
5875                 window
5876
5877 2006-03-01 [wwp]        2.0.0cvs93
5878
5879         * src/plugins/spamassassin/spamassassin.c
5880                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5881                 'cause it seems that calling `spamc ... < inputfile` with
5882                 g_spawn_(a)sync simply.. erm doesn't work :-).
5883
5884 2006-03-01 [wwp]        2.0.0cvs92
5885
5886         * src/toolbar.c
5887         * src/toolbar.h
5888                 simplify the adding of spam/ham button to the messageview toolbar
5889                 (it gets more clear now that the same button will be "Mark as spam"
5890                 or "Mark as ham" according to the current message status,
5891                 thanks to Colin).
5892
5893 2006-03-01 [wwp]        2.0.0cvs91
5894
5895         * src/messageview.c
5896         * src/procmsg.c
5897         * src/procmsg.h
5898         * src/summaryview.c
5899         * src/plugins/spamassassin/spamassassin.c
5900         * src/plugins/spamassassin/spamassassin.h
5901                 make learner callbacks return a status (0 for ok),
5902                 handle it in main code to avoid setting flags when learning failed,
5903                 don't learn on TCP if offline in spamassassin,
5904                 thanks to Colin.
5905
5906                 
5907
5908 2006-03-01 [wwp]        2.0.0cvs90
5909
5910         * src/compose.c
5911                 some work around the compose window's account menu,
5912                 patch by Fabien Vantard.
5913
5914 2006-03-01 [wwp]        2.0.0cvs89
5915
5916         * src/plugins/spamassassin/spamassassin.c
5917                 fixed bad logics, was using spamc in local mode and sa-learn
5918                 in remote mode (thanks, Colin).
5919
5920 2006-03-01 [wwp]        2.0.0cvs88
5921
5922         * src/plugins/spamassassin/spamassassin.c
5923         * src/plugins/spamassassin/spamassassin.h
5924         * src/plugins/spamassassin/spamassassin_gtk.c
5925                 made processing of emails w/ sa-plugin an option (default is TRUE),
5926                 fixed Engrish some tooltips, capitalization of some debug messages
5927                 and warnings. The spamassassin plugin now provides two separate
5928                 services: process emails upon incorporation and spamd training.
5929                 Both services (un)register independently but use some common
5930                 plugin settings (transport settings, spam storage location).
5931
5932 2006-02-28 [wwp]        2.0.0cvs87
5933
5934         * src/plugins/spamassassin/spamassassin.c
5935                 fix async flag to spamc cmdline execution (batch exec should
5936                 be asynchronous).
5937
5938 2006-02-27 [wwp]        2.0.0cvs86
5939
5940         * src/plugins/spamassassin/spamassassin.c
5941         * src/plugins/spamassassin/spamassassin.h
5942         * src/plugins/spamassassin/spamassassin_gtk.c
5943                 - added the ability to learn a remote spamassassin server (spamd),
5944                 using spamc.
5945                 - added the spamassassin option 'username', that applies to all
5946                 spamassassin operations (filtering, learning, local or remote).
5947                 The default username is the current unix user (if left blank
5948                 from gtk prefs or config file).
5949                 - commented out some unused code (notebook widget), removed unused
5950                 layout (hbox1).
5951                 - make more widgets sensitive to the transport type.
5952
5953 2006-02-27 [colin]      2.0.0cvs85
5954
5955         * src/plugins/spamassassin/spamassassin.c
5956                 Fix sa-learn call when offline
5957
5958 2006-02-27 [colin]      2.0.0cvs84
5959
5960         * configure.ac
5961         * src/Makefile.am
5962         * src/mainwindow.c
5963         * src/mainwindow.h
5964         * src/messageview.c
5965         * src/messageview.h
5966         * src/prefs_toolbar.c
5967         * src/procmsg.c
5968         * src/stock_pixmap.c
5969         * src/stock_pixmap.h
5970         * src/summaryview.c
5971         * src/toolbar.c
5972         * src/toolbar.h
5973         * src/pixmaps/ham_btn.xpm
5974         * src/pixmaps/spam.xpm
5975         * src/pixmaps/spam_btn.xpm
5976         * src/plugins/spamassassin/spamassassin.c
5977                 Add button in toolbar for spam learning
5978                 Fix a few bugs from the last related commit
5979                 Revert 1.9.6cvs23 which messed up shift-selection
5980
5981 2006-02-24 [colin]      2.0.0cvs83
5982
5983         * src/procmsg.c
5984         * src/summaryview.c
5985         * src/summaryview.h
5986         * src/plugins/spamassassin/spamassassin.c
5987         * src/plugins/spamassassin/spamassassin.h
5988         * src/plugins/spamassassin/spamassassin_gtk.c
5989                 Unregister learner when spamassassin is either
5990                 disabled or over tcp
5991
5992 2006-02-24 [colin]      2.0.0cvs82
5993
5994         * src/Makefile.am
5995         * src/mainwindow.c
5996         * src/mainwindow.h
5997         * src/procmsg.c
5998         * src/procmsg.h
5999         * src/stock_pixmap.c
6000         * src/stock_pixmap.h
6001         * src/summaryview.c
6002         * src/summaryview.h
6003         * src/gtk/icon_legend.c
6004         * src/pixmaps/spam.xpm  ** NEW FILE **
6005         * src/plugins/spamassassin/spamassassin.c
6006         * src/plugins/spamassassin/spamassassin_gtk.c
6007                 Add spam learning interface (Mark/Mark as 
6008                 (spam|ham) menus)
6009
6010 2006-02-24 [wwp]        2.0.0cvs81
6011
6012         * src/compose.c
6013         * src/compose.h
6014         * src/filtering.c
6015                 hide compose window when sending message in batch mode
6016                 (filtering: forward and redirect). Also fixed a wrong
6017                 value returned when sending failed, neutral anyway.
6018                 (Colin, me) 
6019
6020 2006-02-24 [wwp]        2.0.0cvs80
6021
6022         * src/mainwindow.c
6023                 use GTK+'s stock quit button. Patch by Fabien Vantard.
6024
6025 2006-02-24 [paul]       2.0.0cvs79
6026
6027         * src/news.c
6028         * src/news.h
6029         * src/news_gtk.c
6030                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
6031                 Thanks to Colin
6032
6033 2006-02-23 [colin]      2.0.0cvs78
6034
6035         * src/alertpanel.c
6036                 Change OK to Close in alertpanel with View log
6037                 button; add accel to View log. Patch by Fabien
6038                 Vantard
6039
6040 2006-02-23 [wwp]        2.0.0cvs77
6041
6042         * src/compose.c
6043                 silly me, there were much more tests to perform, since toolbars can
6044                 really have down to 1 element only.
6045
6046 2006-02-23 [wwp]        2.0.0cvs76
6047
6048         * commitHelper
6049                 fixed indentation from my previous commit. Fallback to VISUAL if
6050                 EDITOR is not set (and to vi, at last resort).
6051
6052 2006-02-23 [wwp]        2.0.0cvs75
6053
6054         * commitHelper
6055                 improved error detection (Colin, me).
6056
6057 2006-02-23 [wwp]        2.0.0cvs74
6058
6059         * src/prefs_toolbar.c
6060                 simplify and fix prefs/toolbars layouting. Combos' contents can
6061                 now be really displayed.
6062
6063 2006-02-23 [wwp]        2.0.0cvs73
6064         simplifies and fix prefs/toolbars layouting. Combos' contents can now
6065         be really displayed.
6066
6067 2006-02-22 [wwp]        2.0.0cvs72
6068
6069         * src/compose.c
6070                 fix a typo in my previous commit (sorry!).
6071
6072 2006-02-22 [wwp]        2.0.0cvs71
6073
6074         * src/prefs_toolbar.c
6075                 fix a crash when adding separators to toolbars,
6076                 also fix some separator item information.
6077
6078 2006-02-22 [wwp]        2.0.0cvs70
6079
6080         * src/compose.c
6081                 fix a crash when redirecting (for instance) when compose window's
6082                 toolbar contents has been customized (when some buttons have been
6083                 removed in fact).
6084
6085 2006-02-21 [wwp]        2.0.0cvs69
6086
6087         * src/summaryview.c
6088         * src/gtk/pluginwindow.c
6089         * src/plugins/pgpcore/prefs_gpg.c
6090                 fix some compilation warnings (feat. remains of removed code).
6091
6092 2006-02-21 [wwp]        2.0.0cvs68
6093
6094         * src/gtk/gtkutils.c
6095                 fix two compilation issues, thanks to Stephan Sachse.
6096
6097 2006-02-20 [colin]      2.0.0cvs67
6098
6099         * src/mainwindow.c
6100                 Don't reselect displayed mail on refocus
6101                 This fixes actions misbehaving 
6102
6103 2006-02-20 [wwp]        2.0.0cvs66
6104
6105         * src/summaryview.c
6106         * src/gtk/gtksctree.c
6107         * src/gtk/gtkshruler.c
6108                 changed more runtime typecast checks.
6109
6110 2006-02-20 [wwp]        2.0.0cvs65
6111
6112         * src/summary_search.c
6113                 find all - summaryview refresh issue fixed, thanks to Colin.
6114
6115 2006-02-20 [wwp]        2.0.0cvs64
6116
6117         * src/gtk/gtkutils.c
6118                 better runtime typecast checks.
6119
6120 2006-02-20 [wwp]        2.0.0cvs63
6121
6122         * src/summary_search.c
6123                 enhancements to the summary search:
6124                         - add the ability to stop the running search
6125                           (upon ESC-key press, new Stop button or when Clear button is pressed)
6126                         - don't search if no criteria (From/To/Subject/Body) is set
6127                         - ensure that a busy mouse pointer is always shown when searching,
6128                           show it even a bit earlier
6129
6130 2006-02-19 [colin]      2.0.0cvs62
6131
6132         * src/compose.c
6133         * src/imap.c
6134         * src/etpan/imap-thread.c
6135         * src/etpan/imap-thread.h
6136                 (Future) IMAP speed improvement on sending
6137                 Will require a libetpan update
6138         * src/summaryview.c
6139         * src/gtk/quicksearch.c
6140                 Make quicksearch clearable while running.
6141
6142 2006-02-17 [colin]      2.0.0cvs61
6143
6144         * src/imap.c
6145         * src/etpan/imap-thread.c
6146         * src/etpan/imap-thread.h
6147                 Check for IMAP certificates
6148                 ** Requires libetpan-0.42-cvs4 
6149                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6150
6151 2006-02-17 [colin]      2.0.0cvs60
6152
6153         * src/messageview.c
6154         * src/prefs_common.c
6155         * src/prefs_common.h
6156         * src/prefs_message.c
6157                 Add pref to display HTML-only mails with plugin, 
6158                 if possible (defaulting to FALSE of course).
6159
6160 2006-02-16 [colin]      2.0.0cvs59
6161
6162         * src/main.c
6163         * src/common/plugin.c
6164         * src/common/plugin.h
6165         * src/gtk/pluginwindow.c
6166                 Keep track of requested (but unloaded) plugins
6167                 in some error cases.
6168
6169 2006-02-16 [wwp]        2.0.0cvs58
6170
6171         * src/gtk/gtkaspell.c
6172         * src/gtk/gtkaspell.h
6173         * src/prefs_spelling.c
6174         * src/compose.c
6175         * src/prefs_common.c
6176         * src/prefs_common.h
6177                 implemented new optional spellchecker behaviour: re-check message when
6178                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6179
6180 2006-02-16 [wwp]        2.0.0cvs57
6181
6182         * src/quote_fmt_parse.y
6183                 pclose popen'ed pipe.
6184
6185 2006-02-15 [colin]      2.0.0cvs56
6186
6187         * src/mimeview.c
6188         * src/mimeview.h
6189                 Let MimeViewers know which MimeView they
6190                 depend of.
6191         * src/summaryview.c
6192                 Swap From/To columns in Sent/Queue/Drafts
6193                 folders
6194         * src/etpan/imap-thread.c
6195                 Use mailstream_low_tls_open() for STARTTLS
6196                 instead of mailstream_low_ssl_open()
6197                 ** REQUIRES libetpan 0.42cvs3 **
6198
6199 2006-02-15 [wwp]        2.0.0cvs55
6200
6201         * src/compose.c
6202         * src/compose.h
6203         * src/message_search.c
6204         * src/message_search.h
6205         * src/textview.c
6206         * src/gtk/gtkutils.c
6207         * src/gtk/gtkutils.h
6208                 added the ability to Find text in the compose window (and a bit
6209                 of code factorization).
6210
6211 2006-02-15 [wwp]        2.0.0cvs54
6212
6213         * src/prefs_gtk.c
6214                 yet another one file was missing (fix for some widgets' sensitivity).
6215                 Thanks Colin!
6216
6217 2006-02-15 [wwp]        2.0.0cvs53
6218
6219         * src/prefs_gtk.h
6220                 oops forgot that file (fix for some widgets' sensitivity).
6221
6222 2006-02-15 [wwp]        2.0.0cvs52
6223
6224         * src/summary_search.c
6225                 implemented advanced summary search options (added the ability
6226                 to use matcher conditions in an advanced search mode).
6227
6228 2006-02-15 [wwp]        2.0.0cvs51
6229
6230         * src/plugins/pgpcore/prefs_gpg.c
6231         * src/prefs_account.c
6232                 fix some widget sensitivity, mostly around some labels in
6233                 account prefs.
6234
6235 2006-02-15 [paul]       2.0.0cvs50
6236
6237         * manual/advanced.xml
6238                 improve Templates info
6239                 written by wwp
6240
6241 2006-02-14 [colin]      2.0.0cvs49
6242
6243         * src/pixmaps/address_book.xpm
6244         * src/pixmaps/preferences.xpm
6245         * src/pixmaps/properties.xpm
6246                 Fix pixmap size - patch by Fabien Vantard
6247
6248 2006-02-13 [colin]      2.0.0cvs48
6249
6250         * src/procmime.c
6251                 Add missing fclose()s on error
6252         * src/textview.c
6253                 Remove unused code
6254         * src/common/utils.c
6255                 Fix temp files not being deleted on windows
6256         Patches by Thomas Gilgin
6257
6258 2006-02-13 [colin]      2.0.0cvs47
6259
6260         * src/mainwindow.c
6261                 Fix exit crash
6262
6263 2006-02-13 [wwp]        2.0.0cvs46
6264
6265         * src/plugins/pgpcore/prefs_gpg.c
6266                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6267
6268 2006-02-12 [colin]      2.0.0cvs45
6269
6270         * src/folderview.c
6271         * src/main.c
6272         * src/mainwindow.c
6273                 Fix "stuff" when quitting
6274
6275 2006-02-12 [wwp]        2.0.0cvs44
6276
6277         * src/prefs_themes.c
6278                 fix typos in debug messages.
6279
6280 2006-02-11 [colin]      2.0.0cvs43
6281
6282         * src/summaryview.c
6283                 don't allow drag/drop from ourself
6284
6285 2006-02-10 [wwp]        2.0.0cvs42
6286
6287         * src/exporthtml.c
6288         * src/html.c
6289         * src/html.h
6290         * src/procmime.c
6291         * src/textview.c
6292                 renamed html_ prefixed functions and data structures to avoid
6293                 namespace clashes w/ other software (gtkhtml2 for instance).
6294                 Closes bug #907.
6295
6296
6297 2006-02-09 [colin]      2.0.0cvs41
6298
6299         * src/summaryview.c
6300                 Fix shitty logic messed up. Thanks Ticho for the hint!
6301
6302 2006-02-09 [wwp]        2.0.0cvs40
6303
6304         * src/gtk/about.c
6305         * src/compose.c
6306         * src/prefs_account.c
6307         * src/prefs_gtk.h
6308         * src/editaddress.c
6309                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6310                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6311                 Browse buttons in accounts prefs.
6312
6313 2006-02-09 [colin]      2.0.0cvs39
6314
6315         * src/matcher.c
6316                 Check for pointer before using its members
6317         * src/gtk/gtksourceprintjob.c
6318                 Fix a wrong warning
6319
6320 2006-02-09 [wwp]        2.0.0cvs38
6321
6322         * src/gtk/filesel.c
6323                 fix few compiler warnings (type mismatch).
6324
6325 2006-02-09 [paul]       2.0.0cvs37
6326
6327         * po/fr.po
6328                 updated by Fabien Vantard
6329
6330 2006-02-08 [colin]      2.0.0cvs36
6331
6332         * src/prefs_common.c
6333         * src/common/defs.h
6334         * src/common/plugin.c
6335                 allow windows and linux configurations to coexist
6336                 patch by Thomas Gilgin
6337
6338 2006-02-08 [colin]      2.0.0cvs35
6339
6340         * src/filtering.c
6341         * src/matcher.c
6342         * src/matcher.h
6343         * src/matcher_parser_parse.y
6344         * src/prefs_filtering_action.c
6345         * src/prefs_matcher.c
6346                 Add the "Ignore thread" filtering
6347                 action
6348
6349 2006-02-08 [colin]      2.0.0cvs34
6350
6351         * src/compose.c
6352         * src/procmime.c
6353         * src/procmime.h
6354                 Fix bug #905 (damaged attachment)
6355                 text files with raw \0's aren't really text files
6356         FOR_STABLE
6357
6358 2006-02-08 [colin]      2.0.0cvs33
6359
6360         * src/summaryview.c
6361                 Fix crasher introduced yesterday
6362
6363 2006-02-08 [wwp]        2.0.0cvs32
6364
6365         * src/compose.c
6366         * src/compose.h
6367                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6368
6369 2006-02-08 [wwp]        2.0.0cvs31
6370
6371         * src/prefs_template.c
6372                 templates enhancement: allow address completion for Cc and Bcc fields
6373                 (it was currently possible for the To field only)
6374
6375 2006-02-08 [colin]      2.0.0cvs30
6376
6377         * src/compose.c
6378                 Don't unblock if not blocked
6379         FOR_STABLE
6380
6381 2006-02-07 [colin]      2.0.0cvs29
6382
6383         * src/action.c
6384                 Forgot to refresh summaryview
6385
6386 2006-02-07 [colin]      2.0.0cvs28
6387
6388         * src/action.c
6389                 Freeze/thaw message list and folder list while
6390                 processing %as{} actions 
6391         * src/compose.c
6392                 Fix auto-wrap disabling after a middle-click
6393                 paste - FOR_STABLE
6394
6395 2006-02-07 [paul]       2.0.0cvs27
6396
6397         * src/folder.c
6398                 fix freeing of uninitialised pointers
6399                 Thanks to Colin
6400
6401 2006-02-06 [colin]      2.0.0cvs26
6402
6403         * src/folder.c
6404                 Use g_slist_prepend in potentially big list
6405
6406 2006-02-06 [colin]      2.0.0cvs25
6407
6408         * src/folder.c
6409                 Completely skip processing if it doesn't 
6410                 exist (faster!)
6411
6412 2006-02-06 [colin]      2.0.0cvs24
6413
6414         * src/folder.c
6415         * src/summaryview.c
6416                 Batch filtering in summaryview (from Tools menu)
6417                 and pre/post//-processing too
6418
6419 2006-02-06 [colin]      2.0.0cvs23
6420
6421         * src/procmsg.h
6422         * src/filtering.c
6423                 Use a special field for batch filtering instead
6424                 of stepping on deferred execution's toes
6425
6426 2006-02-06 [colin]      2.0.0cvs22
6427
6428         * src/action.c
6429         * src/filtering.c
6430         * src/filtering.h
6431         * src/folder.c
6432         * src/summaryview.c
6433                 Fix filtering via menus and actions
6434
6435 2006-02-06 [colin]      2.0.0cvs21
6436
6437         * src/imap.c
6438                 Put the added file directly to cache if possible (will work
6439                 with next libetpan)
6440         * src/filtering.c
6441         * src/filtering.h
6442         * src/inc.c
6443         * src/folder.c
6444         * src/mbox.c
6445         * src/procmsg.h
6446                 Move and copy filtered messages by batches instead of one
6447                 by one - faster on IMAP
6448         * src/procmsg.c
6449                 Add a function that'll possibly be useful later
6450
6451 2006-02-06 [colin]      2.0.0cvs20
6452
6453         * src/addressbook.c
6454                 Use internal mime-type instead of text/plain for d'n'd
6455         * src/compose.c
6456                 Allow attaching files from mimeview's icon list via d'n'd
6457         * src/folderview.c
6458         * src/folderview.h
6459                 Use internal mime-type instead of text/plain for d'n'd
6460                 Don't try to selected opened folder if none is
6461                 Factorize d'n'd from other apps code
6462         * src/headerview.c
6463         * src/textview.c
6464         * src/gtk/gtkutils.c
6465         * src/gtk/gtkutils.h
6466                 Factorize Face/X-Face stuff
6467         * src/mimeview.c
6468                 Fix d'n'd to other apps
6469         * src/prefs_message.c
6470                 Let the XFace pref be usable without libcompface as it also
6471                 applies to Face
6472         * src/summaryview.c
6473                 Fix d'n'd to other apps
6474                 Factorize d'n'd from other apps code
6475
6476 2006-02-06 [wwp]        2.0.0cvs19
6477
6478         * po/it.po
6479                 Italian translation fixes by Andrea Spadaccini (no more confusion
6480                 between filtering and processing, and few changes in the About
6481                 dialog).
6482
6483
6484 2006-02-06 [mones]      2.0.0cvs18
6485
6486         * src/gtk/icon_legend.c
6487                 Improved descriptions allowing better translations
6488
6489 2006-02-05 [colin]      2.0.0cvs17
6490
6491         * src/imap.c
6492                 Add the f*cking missing expunge that caused imap_fetch_env
6493                 to fail after an add_msgs ! :-///
6494         * src/etpan/imap-thread.c
6495                 Add a bit of debug
6496         FOR_STABLE
6497
6498 2006-02-05 [colin]      2.0.0cvs16
6499
6500         * src/common/utils.c
6501                 Don't check for return-path (or we can't put
6502                 back non-sent mails)
6503
6504 2006-02-05 [colin]      2.0.0cvs15
6505
6506         * src/textview.c
6507                 Don't try to display Face header in textview
6508                 when teh headerview's active
6509
6510 2006-02-05 [colin]      2.0.0cvs14
6511
6512         * tools/tbird2syl.py
6513         * tools/Makefile.am
6514                 Add script to import Thunderbird mails
6515
6516 2006-02-05 [colin]      2.0.0cvs13
6517
6518         * src/headerview.c
6519         * src/procheader.c
6520         * src/procmsg.c
6521         * src/procmsg.h
6522         * src/textview.c
6523                 Show Face headers - patch partially by Klaus Flittner
6524
6525 2006-02-05 [colin]      2.0.0cvs12
6526
6527         * src/folderview.c
6528         * src/summaryview.c
6529         * src/common/utils.c
6530         * src/common/utils.h
6531                 Let dnd work from mime icons to summaryview
6532                 and to folderview too
6533                 Add a crude test to avoid trying to add files
6534                 drag'n'dropped when they're not mails
6535
6536 2006-02-04 [colin]      2.0.0cvs11
6537
6538         * src/summaryview.c
6539         * src/mimeview.c
6540                 Fix utf8 conversion
6541
6542 2006-02-04 [colin]      2.0.0cvs10
6543
6544         * src/compose.c
6545         * src/folderview.c
6546         * src/mimeview.c
6547         * src/summaryview.c
6548         * src/summaryview.h
6549                 Added various drag and drop capas:
6550                 From                    To
6551                 summaryview             other apps
6552                 mimeview icons          other apps
6553                 other apps              summaryview
6554                 other apps              folderview
6555
6556                 This shouldn't have broken the existing:
6557                 From                    To
6558                 summaryview             folderview
6559                 folderview              folderview
6560                 summaryview             compose's attachments
6561
6562         Tests welcomed.
6563
6564 2006-02-02 [paul]       2.0.0cvs9
6565
6566         * src/mainwindow.c
6567                 move global option 'Set displayed columns...' out
6568                 of folder option grouping.
6569                 fix sensitivity of 'harvest addresses'
6570         FOR_STABLE
6571
6572 2006-02-01 [colin]      2.0.0cvs8
6573
6574         * src/mimeview.c
6575                 Revert the alertpanel patch, it sucks (intrusive
6576                 and gets in the way of "open")
6577
6578 2006-02-01 [colin]      2.0.0cvs7
6579
6580         * src/compose.c
6581         * src/prefs_account.c
6582         * src/prefs_common.c
6583         * src/common/defs.h
6584         * src/common/utils.c
6585         * src/common/utils.h
6586                 Add ability to edit the signature file
6587                 from the account preferences, and use
6588                 a default for the text editor.
6589                 Patch by Fabien Vantard
6590
6591 2006-02-01 [colin]      2.0.0cvs6
6592
6593         * src/mimeview.c
6594                 Try to get mime type by extension if it is
6595                 application/octet-stream
6596                 Display a window with possible choices when
6597                 encountering unknown mime types
6598         * src/gtk/filesel.c
6599         * src/gtk/filesel.h
6600                 Add preview
6601                 Allow multiple selection in filtered filesel
6602                 (patch by Fabien Vantard)
6603         * src/gtk/pluginwindow.c
6604                 Use it (patch by Fabien Vantard)
6605
6606 2006-02-01 [paul]       2.0.0cvs5
6607
6608         * src/jpilot.c
6609                 fix crash on creating jpilot address book
6610                 Thanks to Colin - FOR_STABLE
6611         * src/prefs_summaries.c
6612         * src/prefs_wrapping.c
6613         * src/gtk/icon_legend.c
6614         * src/gtk/quicksearch.c
6615                 string fixes and additions
6616
6617 2006-02-01 [paul]       2.0.0cvs4
6618
6619         * src/compose.c
6620         * src/mainwindow.c
6621         * src/messageview.c
6622         * src/prefs_send.c
6623                 add Arabic encoding option
6624                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6625
6626 2006-01-31 [colin]      2.0.0cvs3
6627
6628         * src/plugins/pgpcore/passphrase.c
6629                 Convert passphrase to locale encoding
6630         * src/compose.c
6631                 Fix drafting on IMAP. Crappy bug sneaked in
6632                 the release :-/
6633         FOR_STABLE
6634
6635 2006-01-30 [paul]       2.0.0cvs2
6636
6637         * src/gtk/icon_legend.c
6638                 show the new entries
6639
6640 2006-01-30 [colin]      2.0.0cvs1
6641
6642         * src/manual.c
6643                 Check for the file to be present before 
6644                 enabling the menu - FOR_STABLE
6645         * src/gtk/icon_legend.c
6646                 Add folders icons (not all of them, there
6647                 are too much, but the most intriguing ones)
6648
6649 2006-01-30 [paul]       2.0.0
6650
6651         version 2.0.0 released
6652
6653 2006-01-30 [paul]       1.9.100cvs200
6654
6655         * manual/faq.xml
6656         * manual/gpl.xml
6657         * manual/intro.xml
6658         * manual/starting.xml
6659         * manual/sylpheed-claws-manual.xml
6660                 fixes, additions
6661
6662 2006-01-29 [mones]      1.9.100cvs199
6663
6664         * manual/account.xml
6665         * manual/advanced.xml
6666         * manual/glossary.xml
6667                 Some typos fixed, added LDIF term to glossary
6668         * po/es.po
6669                 Fixed leading plus symbol
6670
6671 2006-01-29 [paul]       1.9.100cvs198
6672
6673         * po/fi.po
6674         * po/sk.po
6675                 updated by Tommi Pirinen and Andrej Kacian
6676
6677 2006-01-29 [paul]       1.9.100cvs197
6678
6679         * src/gtk/authors.h
6680                 remove duplicates
6681
6682 2006-01-29 [paul]       1.9.100cvs196
6683
6684         * AUTHORS
6685         * po/nl.po
6686         * src/gtk/authors.h
6687         * tools/claws.i18n.status.pl
6688                 nl translation updated by Tim Dijkstra
6689
6690 2006-01-29 [paul]       1.9.100cvs195
6691
6692         * po/sr.po
6693         * po/sv.po
6694                 updated by Aleksandar Urosevic and Anders Troback
6695
6696 2006-01-28 [colin]      1.9.100cvs194
6697
6698         * src/gtk/gtksourceprintjob.c
6699                 Don't fiddle with PangoLayout when we
6700                 have an image
6701
6702 2006-01-28 [paul]       1.9.100cvs193
6703
6704         * AUTHORS
6705         * po/el.po
6706         * po/zh_CN.po
6707         * src/gtk/authors.h
6708         * tools/claws.i18n.status.pl
6709                 updated translations submitted by Stavros Giannouris
6710                 and Ralgh Young
6711
6712 2006-01-27 [colin]      1.9.100cvs192
6713
6714         * src/summaryview.c
6715         * src/gtk/gtksourceprintjob.c
6716                 Add image printing 
6717                 (libgnomeprint only, of course)
6718
6719 2006-01-27 [paul]       1.9.100cvs191
6720
6721         * po/fr.po
6722         * po/it.po
6723                 updated by Fabien Vantard and Andrea Spadaccini
6724
6725 2006-01-26 [colin]      1.9.100cvs190
6726
6727         * manual/Makefile.am
6728         * configure.ac
6729                 Make building the manual optional 
6730                 (--disable-manual)
6731
6732 2006-01-26 [paul]       1.9.100cvs189
6733
6734         * manual/glossary.xml
6735         * manual/plugins.xml
6736                 edited
6737         * po/en_GB.po
6738                 updated
6739
6740 2006-01-26 [paul]       1.9.100cvs188
6741
6742         * src/prefs_display_header.c
6743         * src/prefs_folder_column.c
6744         * src/prefs_msg_colors.c
6745         * src/prefs_summaries.c
6746         * src/prefs_summary_column.c
6747                 HIGify
6748
6749 2006-01-25 [colin]      1.9.100cvs187
6750
6751         * src/imap.c
6752                 Don't allow moving/copying mails between
6753                 queue/drafts and non-queue/drafts folders
6754                 Fixes bug #897 (message header is resetted 
6755                 if one is copied to Drafts)
6756
6757 2006-01-25 [colin]      1.9.100cvs186
6758
6759         * src/folder.c
6760         * src/mainwindow.c
6761                 Fix subscribed folders not found
6762         * src/compose.c
6763                 Don't try to encode as original mail's charset
6764                 if it's ascii 
6765
6766 2006-01-25 [paul]       1.9.100cvs185
6767
6768         * AUTHORS
6769         * po/Makevars
6770                 updated
6771         * po/de.po
6772         * po/pl.po
6773         * po/pt_BR.po
6774         * po/sr.po
6775                 updates submitted by Stephan Sachse, Emilian Nowak
6776                 and Quar, Frederico Goncalves Guimaraes, and
6777                 Aleksandar Urosevic
6778                 Fix Bug 896, 'PT_BR locale broken'.
6779         * src/gtk/authors.h
6780                 updated
6781
6782 2006-01-24 [mones]      1.9.100cvs184
6783
6784         * manual/glossary.xml
6785                 All current terms finished. Reviewers welcome ;-)
6786         * manual/keyboard.xml
6787                 Fixed column width for pdf output.
6788         * po/es.po
6789                 Updated
6790
6791 2006-01-24 [paul]       1.9.100cvs183
6792
6793         * manual/glossary.xml
6794                 fix id name
6795         * manual/dist/html/Makefile.am
6796         * manual/dist/pdf/Makefile.am
6797         * manual/dist/ps/Makefile.am
6798         * manual/dist/txt/Makefile.am
6799                 fix make deps
6800                 Thanks to Colin
6801
6802 2006-01-24 [mones]      1.9.100cvs182
6803
6804         * manual/glossary.xml
6805                 Nearly finished, some terms missing.
6806
6807 2006-01-23 [paul]       1.9.100cvs181
6808
6809         * manual/dist/html/Makefile.am
6810         * manual/dist/pdf/Makefile.am
6811         * manual/dist/ps/Makefile.am
6812         * manual/dist/txt/Makefile.am
6813         * src/mainwindow.c
6814                 re-enable manual
6815                 Thanks to Colin
6816
6817 2006-01-22 [colin]      1.9.100cvs180
6818
6819         * src/compose.c
6820         * src/gtk/gtkaspell.c
6821                 Don't deselect stuff before right-clicking, with aspell.
6822                 (This prevented right-click Copy, for example).
6823                 Thanks to Clo!
6824
6825 2006-01-22 [paul]       1.9.100cvs179
6826
6827         * src/summary_search.c
6828                 don't fix the widget size as it causes problems
6829                 under localisation.
6830                 Thanks to Emilian Nowak
6831
6832 2006-01-21 [paul]       1.9.100cvs178
6833
6834         * src/prefs_themes.c
6835                 fix broken underlining of label text
6836                 with some translations
6837
6838 2006-01-21 [colin]      1.9.100cvs177
6839
6840         * po/fr.po
6841                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6842
6843 2006-01-20 [colin]      1.9.100cvs176
6844
6845         * configure.ac
6846         * Makefile.am
6847         * manual/Makefile
6848         * manual/dist/html/.cvsignore
6849         * manual/dist/html/Makefile.am
6850         * manual/dist/pdf/.cvsignore
6851         * manual/dist/pdf/Makefile.am
6852         * manual/dist/ps/.cvsignore
6853         * manual/dist/ps/Makefile.am
6854         * manual/dist/txt/.cvsignore
6855         * manual/dist/txt/Makefile.am
6856                 Autotool-ize manual
6857
6858 2006-01-20 [paul]       1.9.100cvs175
6859
6860         * manual/handling.xml
6861                 make Filtering and Searching entries easier to find
6862         * manual/keyboard.xml
6863                 add the remaining default keybinds
6864         * src/prefs_summaries.c
6865                 update the default keybinds
6866
6867 2006-01-20 [paul]       1.9.100cvs174
6868
6869         * src/addressbook.c
6870         * src/addrgather.c
6871         * src/addrharvest.c
6872         * src/editaddress.c
6873         * src/editgroup.c
6874         * src/exphtmldlg.c
6875         * src/expldifdlg.c
6876         * src/exporthtml.c
6877         * src/exportldif.c
6878         * src/ldif.c
6879                 replace 'e-mail' with 'email'
6880         * src/summary_search.c
6881                 add mnemonic to "Find all" button
6882
6883 2006-01-20 [wwp]        1.9.100cvs173
6884
6885         * src/export.c
6886         * src/import.c
6887                 touched mbox import/export buttons for HIG-compliance
6888
6889 2006-01-19 [paul]       1.9.100cvs172
6890
6891         * manual/account.xml
6892         * manual/addrbook.xml
6893         * manual/advanced.xml
6894         * manual/faq.xml
6895         * manual/handling.xml
6896         * manual/intro.xml
6897         * manual/plugins.xml
6898         * manual/starting.xml
6899                 more editing
6900
6901 2006-01-19 [paul]       1.9.100cvs171
6902
6903         * src/toolbar.c
6904                 allow use of trash button while receiving
6905                 Thanks to Colin
6906
6907 2006-01-19 [wwp]        1.9.100cvs170
6908
6909         * src/gtk/quicksearch.c
6910         * src/compose.c
6911                 force text color to black when yellow background is set
6912
6913 2006-01-19 [colin]      1.9.100cvs169
6914
6915         * src/plugins/trayicon/trayicon.c
6916                 Gray out Get Mail when already getting mail
6917
6918 2006-01-18 [paul]       1.9.100cvs168
6919
6920         * src/compose.c
6921                 give widget yellow background was To is
6922                 set via folder prefs
6923         * src/gtk/quicksearch.c
6924                 give widget yellow background when quick
6925                 search is active.
6926                 Thanks to Colin
6927
6928 2006-01-18 [paul]       1.9.100cvs167
6929
6930         * doc/man/sylpheed-claws.1
6931                 add --subscribe option
6932
6933 2006-01-18 [paul]       1.9.100cvs166
6934
6935         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6936         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6937                 use %U instead of %F (%F is broken for user installed
6938                 files in kde 3.5)
6939
6940 2006-01-18 [colin]      1.9.100cvs165
6941
6942         * src/summaryview.c
6943                 Default to Yes in "No more * messages" dialogs
6944
6945 2006-01-17 [colin]      1.9.100cvs164
6946
6947         * src/compose.c
6948                 Possibly fix an invalid iterator causing
6949                 crash
6950
6951 2006-01-17 [colin]      1.9.100cvs163
6952
6953         * src/mimeview.c
6954                 Fix crash when the image disappears under the
6955                 image viewer
6956
6957 2006-01-16 [colin]      1.9.100cvs162
6958
6959         * src/compose.c
6960                 Fix reenabling autowrap
6961
6962 2006-01-16 [colin]      1.9.100cvs161
6963
6964         * src/compose.c
6965                 reset quote_len before getting quote_str
6966
6967 2006-01-16 [colin]      1.9.100cvs160
6968
6969         * src/account.c
6970         * src/account.h
6971         * src/folder.c
6972         * src/imap_gtk.c
6973         * src/mh_gtk.c
6974                 Fix bug #883 (default inbox does not track folder move)
6975
6976 2006-01-16 [colin]      1.9.100cvs159
6977
6978         * src/compose.c
6979         * src/plugins/pgpcore/passphrase.c
6980                 More buttons fixes
6981
6982 2006-01-16 [paul]       1.9.100cvs158
6983
6984         * src/prefs_actions.c
6985         * src/prefs_filtering_action.c
6986         * src/prefs_matcher.c
6987         * src/quote_fmt.c
6988         * src/gtk/description_window.c
6989         * src/gtk/description_window.h
6990         * src/gtk/quicksearch.c
6991                 description window cleanups
6992
6993 2006-01-15 [colin]      1.9.100cvs157
6994
6995         * src/addressbook.c
6996         * src/prefs_filtering.c
6997                 Same here
6998
6999 2006-01-15 [colin]      1.9.100cvs156
7000
7001         * src/folderview.c
7002         * src/mainwindow.c
7003                 Same for "Empty trash"
7004
7005 2006-01-15 [colin]      1.9.100cvs155
7006
7007         * src/inc.c
7008                 Override offline dialog had Yes by default
7009
7010 2006-01-15 [colin]      1.9.100cvs154
7011
7012         * src/summaryview.c
7013                 Delete selected messages? previously had Yes the default
7014
7015 2006-01-15 [colin]      1.9.100cvs153
7016
7017         * src/folder.c
7018         * src/folder.h
7019         * src/main.c
7020                 Check if a mailbox is loaded after all
7021                 plugins are loaded.
7022
7023 2006-01-15 [colin]      1.9.100cvs152
7024
7025         * src/folder.c
7026                 Don't start wizard when there are unloaded folders (will help
7027                 people with only mbox or maildir mailboxes)
7028
7029 2006-01-14 [colin]      1.9.100cvs151
7030
7031         * src/addressbook.c
7032         * src/expldifdlg.c
7033         * src/importldif.c
7034         * src/importmutt.c
7035         * src/importpine.c
7036         * src/mh_gtk.c
7037                 More HIG compliance and fixes
7038
7039 2006-01-14 [colin]      1.9.100cvs150
7040
7041         * src/prefs_filtering_action.c
7042         * src/foldersel.c
7043                 Two forgotten button order changes
7044
7045 2006-01-14 [colin]      1.9.100cvs149
7046
7047         * src/account.c
7048         * src/addressbook.c
7049         * src/compose.c
7050         * src/folderview.c
7051         * src/imap_gtk.c
7052         * src/mainwindow.c
7053         * src/mh_gtk.c
7054         * src/news_gtk.c
7055         * src/prefs_actions.c
7056         * src/prefs_customheader.c
7057         * src/prefs_filtering.c
7058         * src/prefs_matcher.c
7059         * src/prefs_template.c
7060         * src/ssl_manager.c
7061         * src/summaryview.c
7062         * src/textview.c
7063         * src/toolbar.c
7064                 All deletion confirmations are now "Cancel, Delete" 
7065                 instead of "No, Yes"
7066                 Clarified most of the other "No, Yes" to 
7067                 "Cancel, Descriptive_action"
7068                 Rechanged the "Entry not saved" alerts to have 
7069                 "Close, Continue editing"
7070
7071
7072 2006-01-14 [paul]
7073
7074         * 2.0.0-rc4 released
7075
7076 2006-01-14 [paul]       1.9.100cvs148
7077
7078         * src/account.c
7079         * src/addressadd.c
7080         * src/addressbook.c
7081         * src/compose.c
7082         * src/editaddress.c
7083         * src/editbook.c
7084         * src/editgroup.c
7085         * src/editjpilot.c
7086         * src/editldap.c
7087         * src/editvcard.c
7088         * src/exphtmldlg.c
7089         * src/expldifdlg.c
7090         * src/folderview.c
7091         * src/grouplistdialog.c
7092         * src/imap_gtk.c
7093         * src/importmutt.c
7094         * src/importpine.c
7095         * src/inc.c
7096         * src/main.c
7097         * src/mainwindow.c
7098         * src/message_search.c
7099         * src/messageview.c
7100         * src/mh_gtk.c
7101         * src/mimeview.c
7102         * src/news_gtk.c
7103         * src/prefs_actions.c
7104         * src/prefs_customheader.c
7105         * src/prefs_filtering.c
7106         * src/prefs_matcher.c
7107         * src/prefs_template.c
7108         * src/prefs_themes.c
7109         * src/ssl_manager.c
7110         * src/summary_search.c
7111         * src/summaryview.c
7112         * src/textview.c
7113         * src/toolbar.c
7114         * src/gtk/foldersort.c
7115         * src/gtk/gtkaspell.c
7116         * src/gtk/inputdialog.c
7117         * src/gtk/prefswindow.c
7118         * src/plugins/pgpcore/select-keys.c
7119         * src/plugins/trayicon/trayicon.c
7120                 HIG compliant button order
7121
7122 2006-01-14 [mones]      1.9.100cvs147
7123
7124         * po/es.po
7125                 Updated translation
7126
7127 2006-01-13 [paul]       1.9.100cvs146
7128
7129         * AUTHORS
7130         * ChangeLog
7131         * src/gtk/authors.h
7132                 add Joshua M. Kwan to contributors list
7133
7134 2006-01-13 [colin]      1.9.100cvs145
7135
7136         * src/gtk/quicksearch.c
7137                 Don't refocus quick search after executing (Esc or Enter)
7138                 Allows to '/'search something then move up/down in 
7139                 summaryview, and to Esc a search and be back in the 
7140                 summaryview
7141
7142 2006-01-13 [paul]       1.9.100cvs144
7143
7144         * src/plugins/pgpinline/pgpinline.c
7145                 support Content-Type 'application/pgp'
7146                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7147
7148 2006-01-13 [paul]       1.9.100cvs143
7149
7150         * manual/account.xml
7151                 make mention of partial retrieval
7152                 thanks to Colin
7153
7154 2006-01-13 [paul]       1.9.100cvs142
7155
7156         * src/account.c
7157         * src/account.h
7158         * src/action.c
7159         * src/action.h
7160         * src/adbookbase.h
7161         * src/addr_compl.c
7162         * src/addr_compl.h
7163         * src/addrbook.c
7164         * src/addrcache.c
7165         * src/addrcache.h
7166         * src/addrcindex.c
7167         * src/addrcindex.h
7168         * src/addrclip.c
7169         * src/addrclip.h
7170         * src/addrdefs.h
7171         * src/addressadd.c
7172         * src/addressadd.h
7173         * src/addressbook.c
7174         * src/addressbook.h
7175         * src/addrgather.c
7176         * src/addrgather.h
7177         * src/addrharvest.c
7178         * src/addrharvest.h
7179         * src/addrindex.c
7180         * src/addrindex.h
7181         * src/addritem.c
7182         * src/addritem.h
7183         * src/addrquery.c
7184         * src/addrquery.h
7185         * src/addrselect.c
7186         * src/addrselect.h
7187         * src/alertpanel.c
7188         * src/alertpanel.h
7189         * src/browseldap.c
7190         * src/browseldap.h
7191         * src/codeconv.c
7192         * src/codeconv.h
7193         * src/compose.c
7194         * src/compose.h
7195         * src/customheader.c
7196         * src/customheader.h
7197         * src/displayheader.c
7198         * src/displayheader.h
7199         * src/editaddress.c
7200         * src/editaddress.h
7201         * src/editbook.c
7202         * src/editbook.h
7203         * src/editgroup.c
7204         * src/editgroup.h
7205         * src/editjpilot.c
7206         * src/editjpilot.h
7207         * src/editldap.c
7208         * src/editldap.h
7209         * src/editldap_basedn.c
7210         * src/editldap_basedn.h
7211         * src/editvcard.c
7212         * src/editvcard.h
7213         * src/exphtmldlg.c
7214         * src/exphtmldlg.h
7215         * src/expldifdlg.c
7216         * src/expldifdlg.h
7217         * src/export.h
7218         * src/exporthtml.c
7219         * src/exporthtml.h
7220         * src/exportldif.c
7221         * src/exportldif.h
7222         * src/filtering.c
7223         * src/filtering.h
7224         * src/folder.c
7225         * src/folder.h
7226         * src/folder_item_prefs.c
7227         * src/folder_item_prefs.h
7228         * src/foldersel.c
7229         * src/foldersel.h
7230         * src/folderutils.c
7231         * src/folderutils.h
7232         * src/folderview.c
7233         * src/folderview.h
7234         * src/grouplistdialog.c
7235         * src/grouplistdialog.h
7236         * src/headerview.c
7237         * src/html.c
7238         * src/html.h
7239         * src/image_viewer.c
7240         * src/image_viewer.h
7241         * src/imap.c
7242         * src/imap.h
7243         * src/imap_gtk.c
7244         * src/imap_gtk.h
7245         * src/import.h
7246         * src/importldif.c
7247         * src/importldif.h
7248         * src/importmutt.c
7249         * src/importmutt.h
7250         * src/importpine.c
7251         * src/importpine.h
7252         * src/inc.c
7253         * src/inc.h
7254         * src/jpilot.c
7255         * src/jpilot.h
7256         * src/ldapctrl.c
7257         * src/ldapctrl.h
7258         * src/ldaplocate.c
7259         * src/ldaplocate.h
7260         * src/ldapquery.c
7261         * src/ldapquery.h
7262         * src/ldapserver.c
7263         * src/ldapserver.h
7264         * src/ldaputil.c
7265         * src/ldaputil.h
7266         * src/ldif.c
7267         * src/ldif.h
7268         * src/main.c
7269         * src/main.h
7270         * src/mainwindow.c
7271         * src/mainwindow.h
7272         * src/manual.c
7273         * src/manual.h
7274         * src/mbox.c
7275         * src/mbox.h
7276         * src/message_search.c
7277         * src/message_search.h
7278         * src/messageview.c
7279         * src/messageview.h
7280         * src/mh.c
7281         * src/mh.h
7282         * src/mh_gtk.c
7283         * src/mh_gtk.h
7284         * src/mimeview.c
7285         * src/mimeview.h
7286         * src/msgcache.c
7287         * src/msgcache.h
7288         * src/mutt.c
7289         * src/mutt.h
7290         * src/news.c
7291         * src/news.h
7292         * src/news_gtk.c
7293         * src/news_gtk.h
7294         * src/partial_download.c
7295         * src/partial_download.h
7296         * src/pine.c
7297         * src/pine.h
7298         * src/pop.c
7299         * src/pop.h
7300         * src/prefs_account.c
7301         * src/prefs_account.h
7302         * src/prefs_actions.c
7303         * src/prefs_actions.h
7304         * src/prefs_common.c
7305         * src/prefs_common.h
7306         * src/prefs_compose_writing.c
7307         * src/prefs_compose_writing.h
7308         * src/prefs_customheader.c
7309         * src/prefs_customheader.h
7310         * src/prefs_display_header.c
7311         * src/prefs_display_header.h
7312         * src/prefs_filtering.c
7313         * src/prefs_filtering.h
7314         * src/prefs_filtering_action.c
7315         * src/prefs_filtering_action.h
7316         * src/prefs_folder_column.c
7317         * src/prefs_folder_column.h
7318         * src/prefs_folder_item.c
7319         * src/prefs_folder_item.h
7320         * src/prefs_fonts.c
7321         * src/prefs_fonts.h
7322         * src/prefs_gtk.c
7323         * src/prefs_gtk.h
7324         * src/prefs_image_viewer.c
7325         * src/prefs_image_viewer.h
7326         * src/prefs_matcher.c
7327         * src/prefs_matcher.h
7328         * src/prefs_message.c
7329         * src/prefs_msg_colors.c
7330         * src/prefs_msg_colors.h
7331         * src/prefs_other.c
7332         * src/prefs_quote.c
7333         * src/prefs_receive.c
7334         * src/prefs_send.c
7335         * src/prefs_spelling.c
7336         * src/prefs_spelling.h
7337         * src/prefs_summaries.c
7338         * src/prefs_summaries.h
7339         * src/prefs_summary_column.c
7340         * src/prefs_summary_column.h
7341         * src/prefs_template.c
7342         * src/prefs_template.h
7343         * src/prefs_themes.c
7344         * src/prefs_themes.h
7345         * src/prefs_toolbar.c
7346         * src/prefs_toolbar.h
7347         * src/prefs_wrapping.c
7348         * src/prefs_wrapping.h
7349         * src/privacy.c
7350         * src/privacy.h
7351         * src/procheader.c
7352         * src/procheader.h
7353         * src/procmime.c
7354         * src/procmime.h
7355         * src/procmsg.c
7356         * src/procmsg.h
7357         * src/quote_fmt.c
7358         * src/quote_fmt_parse.y
7359         * src/recv.c
7360         * src/recv.h
7361         * src/remotefolder.c
7362         * src/remotefolder.h
7363         * src/send_message.c
7364         * src/send_message.h
7365         * src/setup.c
7366         * src/setup.h
7367         * src/sourcewindow.c
7368         * src/sourcewindow.h
7369         * src/ssl_manager.c
7370         * src/ssl_manager.h
7371         * src/statusbar.c
7372         * src/statusbar.h
7373         * src/stock_pixmap.c
7374         * src/stock_pixmap.h
7375         * src/summary_search.c
7376         * src/summary_search.h
7377         * src/summaryview.c
7378         * src/summaryview.h
7379         * src/syldap.c
7380         * src/syldap.h
7381         * src/textview.c
7382         * src/textview.h
7383         * src/toolbar.c
7384         * src/toolbar.h
7385         * src/undo.c
7386         * src/undo.h
7387         * src/unmime.c
7388         * src/unmime.h
7389         * src/vcard.c
7390         * src/vcard.h
7391         * src/wizard.c
7392         * src/wizard.h
7393         * src/common/base64.c
7394         * src/common/base64.h
7395         * src/common/defs.h
7396         * src/common/hooks.c
7397         * src/common/hooks.h
7398         * src/common/log.c
7399         * src/common/log.h
7400         * src/common/mgutils.c
7401         * src/common/mgutils.h
7402         * src/common/nntp.c
7403         * src/common/nntp.h
7404         * src/common/passcrypt.c
7405         * src/common/passcrypt.h.in
7406         * src/common/plugin.c
7407         * src/common/plugin.h
7408         * src/common/prefs.c
7409         * src/common/prefs.h
7410         * src/common/progressindicator.c
7411         * src/common/progressindicator.h
7412         * src/common/quoted-printable.c
7413         * src/common/quoted-printable.h
7414         * src/common/session.c
7415         * src/common/session.h
7416         * src/common/smtp.c
7417         * src/common/smtp.h
7418         * src/common/socket.c
7419         * src/common/socket.h
7420         * src/common/ssl.c
7421         * src/common/ssl.h
7422         * src/common/ssl_certificate.c
7423         * src/common/ssl_certificate.h
7424         * src/common/stringtable.c
7425         * src/common/stringtable.h
7426         * src/common/sylpheed.c
7427         * src/common/sylpheed.h
7428         * src/common/template.c
7429         * src/common/template.h
7430         * src/common/timing.h
7431         * src/common/utils.c
7432         * src/common/utils.h
7433         * src/common/version.h.in
7434         * src/common/xml.c
7435         * src/common/xml.h
7436         * src/common/xmlprops.c
7437         * src/common/xmlprops.h
7438         * src/gtk/colorlabel.c
7439         * src/gtk/colorsel.c
7440         * src/gtk/colorsel.h
7441         * src/gtk/description_window.c
7442         * src/gtk/description_window.h
7443         * src/gtk/filesel.c
7444         * src/gtk/filesel.h
7445         * src/gtk/foldersort.c
7446         * src/gtk/foldersort.h
7447         * src/gtk/gtkutils.c
7448         * src/gtk/gtkutils.h
7449         * src/gtk/inputdialog.c
7450         * src/gtk/inputdialog.h
7451         * src/gtk/logwindow.c
7452         * src/gtk/logwindow.h
7453         * src/gtk/manage_window.c
7454         * src/gtk/manage_window.h
7455         * src/gtk/menu.c
7456         * src/gtk/menu.h
7457         * src/gtk/pluginwindow.c
7458         * src/gtk/pluginwindow.h
7459         * src/gtk/prefswindow.c
7460         * src/gtk/prefswindow.h
7461         * src/gtk/progressdialog.c
7462         * src/gtk/progressdialog.h
7463         * src/gtk/sslcertwindow.c
7464         * src/gtk/sslcertwindow.h
7465         * src/plugins/clamav/clamav_plugin.c
7466         * src/plugins/clamav/clamav_plugin.h
7467         * src/plugins/clamav/clamav_plugin_gtk.c
7468         * src/plugins/demo/demo.c
7469         * src/plugins/dillo_viewer/dillo_prefs.c
7470         * src/plugins/dillo_viewer/dillo_prefs.h
7471         * src/plugins/dillo_viewer/dillo_viewer.c
7472         * src/plugins/pgpcore/passphrase.c
7473         * src/plugins/pgpcore/passphrase.h
7474         * src/plugins/pgpcore/plugin.c
7475         * src/plugins/pgpcore/select-keys.c
7476         * src/plugins/pgpcore/select-keys.h
7477         * src/plugins/pgpcore/sgpgme.c
7478         * src/plugins/pgpcore/sgpgme.h
7479         * src/plugins/pgpinline/pgpinline.c
7480         * src/plugins/pgpinline/pgpinline.h
7481         * src/plugins/pgpinline/plugin.c
7482         * src/plugins/pgpmime/pgpmime.c
7483         * src/plugins/pgpmime/pgpmime.h
7484         * src/plugins/pgpmime/plugin.c
7485         * src/plugins/spamassassin/spamassassin.c
7486         * src/plugins/spamassassin/spamassassin.h
7487         * src/plugins/spamassassin/spamassassin_gtk.c
7488         * src/plugins/trayicon/trayicon.c
7489                 update copyright header
7490
7491 2006-01-13 [paul]       1.9.100cvs141
7492
7493         * src/account.c
7494         * src/export.c
7495         * src/import.c
7496         * src/mainwindow.c
7497         * src/prefs_account.c
7498         * src/prefs_display_header.c
7499         * src/prefs_receive.c
7500         * src/prefs_send.c
7501         * src/prefs_summaries.c
7502         * src/prefs_themes.c
7503         * src/prefs_toolbar.c
7504         * src/gtk/about.c
7505                 various cleanups
7506
7507 2006-01-12 [colin]      1.9.100cvs140
7508
7509         * src/folder.c
7510         * src/folder.h
7511         * src/main.c
7512                 Add --subscribe option
7513                 Let sylpheed-claws email@domain.com equivalent to --compose
7514                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7515
7516 2006-01-12 [paul]       1.9.100cvs139
7517
7518         * src/mainwindow.c
7519                 append 'Change folder order' label with '...'
7520         * src/prefs_actions.c
7521                 allow reordering of actions list by dnd
7522         * src/gtk/foldersort.c
7523                 make the dialog nicer
7524
7525 2006-01-11 [colin]      1.9.100cvs138
7526
7527         * src/compose.c
7528                 Allow templates without text
7529
7530 2006-01-11 [paul]       1.9.100cvs137
7531
7532         * tools/README
7533         * tools/filter_conv_new.pl
7534                 add info to README
7535                 also check .sylpheed for filter.xml
7536                 be a bit informative to the user
7537
7538 2006-01-11 [colin]      1.9.100cvs136
7539
7540         * src/textview.c
7541                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7542
7543 2006-01-10 [paul]       1.9.100cvs135
7544
7545         * tools/Makefile.am
7546         * tools/filter_conv_new.pl
7547                 add script to convert new style Sylpheed
7548                 filter rules (Sylpheed >= 0.9.99) to
7549                 Claws filtering rules
7550
7551 2006-01-10 [colin]      1.9.100cvs134
7552
7553         * src/compose.c
7554                 Fix broken line joins in certain conditions
7555                 (between two quoted lines: <enter><enter><up>
7556                  <type a wrapped sentence><go in the first line>
7557                  <insert more text><watch as line joining failed>)
7558
7559 2006-01-10 [paul]       1.9.100cvs133
7560
7561         * src/compose.c
7562                 don't report success in error dialog
7563                 thanks to Colin
7564         * src/common/utils.c
7565                 include some trailing punctuations as URI
7566                 thanks to Hiro
7567
7568 2006-01-10 [paul]       1.9.100cvs132
7569
7570         * src/mimeview.c
7571                 fix incompatible pointer type
7572                 warning
7573
7574 2006-01-10 [paul]       1.9.100cvs131
7575
7576         * src/compose.c
7577                 change Subject in window title
7578                 instantaneously
7579
7580 2006-01-09 [colin]      1.9.100cvs130
7581
7582         * src/addressbook.c
7583         * src/headerview.c
7584         * src/mainwindow.c
7585         * src/messageview.c
7586         * src/mimeview.c
7587         * src/noticeview.c
7588         * src/summaryview.c
7589                 Fix possible crashes on exit and in addressbook
7590
7591 2006-01-09 [paul]       1.9.100cvs129
7592
7593         * src/prefs_msg_colors.c
7594                 some cleanups that I forgot last time
7595
7596 2006-01-09 [paul]       1.9.100cvs128
7597
7598         * README
7599         * src/folderview.c
7600         * src/prefs_msg_colors.c
7601                 add previously hidden option, color_new, to
7602                 the gui
7603                 move the page to Display/
7604                 rework the gui
7605
7606 2006-01-09 [wwp]        1.9.100cvs127
7607
7608         * src/prefs_themes.c
7609                 made the prefs/display/themes layouts spacing less condensed
7610                 (and so they match other prefs/pages' look).
7611
7612 2006-01-09 [paul]       1.9.100cvs126
7613
7614         * src/compose.c
7615         * src/prefs_common.c
7616         * src/prefs_common.h
7617         * src/prefs_wrapping.c
7618                 remove 'wrap at send' option
7619
7620 2006-01-06 [colin]      1.9.100cvs125
7621
7622         * src/compose.c
7623                 Just make completely sure we don't insert "manual line breaks" 
7624                 when wrapping... 
7625
7626 2006-01-04 [paul]
7627
7628         * 2.0.0-rc3 released
7629
7630 2006-01-04 [paul]       1.9.100cvs124
7631
7632         * src/folderview.c
7633                 fix bug 882, 'quick scroll in folder list
7634                 displays wrong folder contents'
7635
7636 2006-01-04 [paul]       1.9.100cvs123
7637
7638         * src/plugins/pgpmime/pgpmime.c
7639                 better debug information when signing
7640                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7641
7642 2006-01-03 [colin]      1.9.100cvs122
7643
7644         * configure.ac
7645                 We need to recheck for gpgme 1.0.0 after checking
7646                 for 1.1.1, because if 1.1.1 isn't available, 
7647                 GPGME_LIBS and friends are blanked out by the 
7648                 second check.
7649
7650 2006-01-03 [colin]      1.9.100cvs121
7651
7652         * src/common/prefs.c
7653                 Windows unlink-before rename fix
7654         * src/plugins/pgpcore/sgpgme.c
7655                 Add support for PKA info if available
7656                 Both patches by Werner Koch
7657
7658 2006-01-03 [paul]       1.9.100cvs120
7659
7660         * src/messageview.c
7661                 fix bug 884, 'Send receipt' button visible in queue
7662                 Thanks to Colin
7663
7664 2006-01-02 [colin]      1.9.100cvs119
7665
7666         * src/compose.c
7667         * src/imap.c
7668                 Fix autosave on IMAP and more generally try to
7669                 return the correct ID on a newly added IMAP message
7670
7671 2006-01-02 [paul]       1.9.100cvs118
7672
7673         * manual/keyboard.xml
7674                 edited
7675
7676 2006-01-01 [paul]       1.9.100cvs117
7677
7678         * src/gtk/authors.h
7679                 alphabetical order
7680
7681 2005-12-30 [colin]      1.9.100cvs116
7682
7683         * manual/advanced.xml
7684                 Explain Pre/Post-processing differences.
7685
7686 2005-12-30 [colin]      1.9.100cvs115
7687
7688         * src/mh.c
7689                 Implement copy_msgs for a little optimization
7690         * src/imap.c
7691                 Finish yesterday's fix
7692
7693 2005-12-29 [colin]      1.9.100cvs114
7694
7695         * src/imap.c
7696                 Fix occasional failure in fetching a mail over
7697                 IMAP
7698
7699 2005-12-29 [colin]      1.9.100cvs113
7700
7701         * src/compose.c
7702                 Don't remove a draft when sending it, if it is 
7703                 locked.
7704
7705 2005-12-28 [colin]      1.9.100cvs112
7706
7707         * src/summaryview.c
7708                 Fix leak for real
7709
7710 2005-12-28 [wwp]        1.9.100cvs111
7711
7712         * doc/faq/.cvsignore
7713         * doc/faq/de/.cvsignore
7714         * doc/faq/en/.cvsignore
7715         * doc/faq/es/.cvsignore
7716         * doc/faq/fr/.cvsignore
7717         * doc/faq/it/.cvsignore
7718         * doc/manual/.cvsignore
7719         * doc/manual/de/.cvsignore
7720         * doc/manual/en/.cvsignore
7721         * doc/manual/es/.cvsignore
7722         * doc/manual/fr/.cvsignore
7723         * doc/manual/ja/.cvsignore
7724         * src/plugins/mathml_viewer/.cvsignore
7725                 rollback revival of those files (my bad, sorry for the noise).
7726
7727 2005-12-28 [wwp]        1.9.100cvs110
7728
7729         * src/compose.c
7730                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7731
7732 2005-12-28 [wwp]        1.9.100cvs109
7733
7734         * doc/faq/.cvsignore
7735         * doc/faq/de/.cvsignore
7736         * doc/faq/en/.cvsignore
7737         * doc/faq/es/.cvsignore
7738         * doc/faq/fr/.cvsignore
7739         * doc/faq/it/.cvsignore
7740         * doc/manual/.cvsignore
7741         * doc/manual/de/.cvsignore
7742         * doc/manual/en/.cvsignore
7743         * doc/manual/es/.cvsignore
7744         * doc/manual/fr/.cvsignore
7745         * doc/manual/ja/.cvsignore
7746         * src/plugins/mathml_viewer/.cvsignore
7747         * po/.cvsignore
7748                 more files to ignore.
7749
7750 2005-12-24 [colin]      1.9.100cvs108
7751
7752         * AUTHORS
7753         * src/gtk/authors.h
7754                 Update for Werner
7755
7756 2005-12-24 [colin]      1.9.100cvs107
7757
7758         * src/procmsg.c
7759                 Allow NULL src_msginfo in 
7760                 procmsg_msginfo_new_from_mimeinfo
7761
7762 2005-12-23 [paul]       1.9.100cvs106
7763
7764         * src/plugins/pgpinline/mypgpcore.def
7765                 add this forgotten file
7766
7767 2005-12-23 [colin]      1.9.100cvs105
7768
7769         * src/mainwindow.c
7770                 Fix missing break
7771
7772 2005-12-23 [colin]      1.9.100cvs104
7773
7774         * autogen.sh
7775         * src/folder.c
7776         * src/mh.c
7777         * src/common/plugin.c
7778         * src/common/socket.c
7779         * src/common/socket.h
7780         * src/common/utils.c
7781         * src/common/utils.h
7782         * src/gtk/pluginwindow.c
7783         * src/plugins/pgpcore/plugin.def
7784         * src/plugins/pgpcore/sylpheed.def
7785         * src/plugins/pgpinline/Makefile.am
7786         * src/plugins/pgpinline/plugin.def
7787         * src/plugins/pgpinline/sylpheed.def
7788         * src/plugins/pgpmime/plugin.def
7789         * src/plugins/pgpmime/sylpheed.def
7790                 Various w32 fixes by Werner Koch
7791
7792 2005-12-22 [paul]       1.9.100cvs103
7793
7794         * src/wizard.c
7795                 don't offer IMAP as 'server type' if
7796                 libetpan isn't built in
7797
7798 2005-12-22 [paul]       1.9.100cvs102
7799
7800         * AUTHORS
7801         * src/mainwindow.c
7802         * src/mainwindow.h
7803         * src/toolbar.c
7804         * src/gtk/authors.h
7805                 support GTK_TOOLBAR_BOTH_HORIZ (text
7806                 next to icon) Patch by Marien Zwart
7807                 marienz@users.sf.net
7808                 Also reword the text
7809
7810 2005-12-21 [colin]      1.9.100cvs101
7811
7812         * configure.ac
7813                 Fix DATADIRNAME
7814         * COPYING
7815                 Fix missing section and explicit the exception better
7816         * src/compose.c
7817                 Prevent mail from being lost without notice when an
7818                 SMTP error happens on trying to send an unmodified
7819                 drafted mail.
7820         * src/send_message.c
7821         * src/common/smtp.c
7822                 Fix password remembering when wrong, and add return
7823                 value checks where they should have been
7824         * src/plugins/pgpcore/sylpheed.def
7825         * src/plugins/pgpinline/sylpheed.def
7826         * src/plugins/pgpmime/sylpheed.def
7827                 Add a few symbols needed
7828
7829 2005-12-21 [paul]       1.9.100cvs100
7830
7831         * m4/codeset.m4
7832         * m4/glibc21.m4
7833         * m4/intdiv0.m4
7834         * m4/inttypes-pri.m4
7835         * m4/inttypes.m4
7836         * m4/inttypes_h.m4
7837         * m4/isc-posix.m4
7838         * m4/lcmessage.m4
7839         * m4/stdint_h.m4
7840         * m4/uintmax_t.m4
7841                 gettextization
7842                 thanks to Colin
7843
7844 2005-12-21 [paul]       1.9.100cvs99
7845
7846         * po/sv.po
7847                 fixed by Colin
7848
7849 2005-12-20 [paul]       1.9.100cvs98
7850
7851         * po/sv.po
7852                 updated by Anders Trobäck
7853
7854 2005-12-20 [colin]      1.9.100cvs97
7855
7856         * ABOUT-NLS
7857         * Makefile.am
7858         * autogen.sh
7859         * configure.ac
7860         * config/config.rpath
7861         * config/mkinstalldirs
7862         * m4/Makefile.am
7863         * m4/glibc2.m4
7864         * m4/gnupg.m4
7865         * m4/gpgme.m4
7866         * m4/intmax.m4
7867         * m4/longdouble.m4
7868         * m4/longlong.m4
7869         * m4/printf-posix.m4
7870         * m4/signed.m4
7871         * m4/size_max.m4
7872         * m4/ulonglong.m4
7873         * m4/wchar_t.m4
7874         * m4/wint_t.m4
7875         * m4/xsize.m4
7876         * po/Makefile.in.in
7877         * po/Makevars
7878         * po/bg.po
7879         * po/ca.po
7880         * po/cs.po
7881         * po/de.po
7882         * po/el.po
7883         * po/en_GB.po
7884         * po/es.po
7885         * po/fi.po
7886         * po/fr.po
7887         * po/hr.po
7888         * po/hu.po
7889         * po/it.po
7890         * po/ja.po
7891         * po/ko.po
7892         * po/nb.po
7893         * po/nl.po
7894         * po/pl.po
7895         * po/pt_BR.po
7896         * po/ru.po
7897         * po/sk.po
7898         * po/sr.po
7899         * po/stamp-po
7900         * po/sv.po
7901         * po/zh_CN.po
7902         * po/zh_TW.po
7903         * src/Makefile.am
7904         * src/codeconv.c
7905         * src/compose.c
7906         * src/exporthtml.c
7907         * src/exportldif.c
7908         * src/folder.c
7909         * src/main.c
7910         * src/manual.c
7911         * src/mh.c
7912         * src/mimeview.c
7913         * src/send_message.c
7914         * src/common/Makefile.am
7915         * src/common/fnmatch.c
7916         * src/common/fnmatch.h
7917         * src/common/fnmatch_loop.c
7918         * src/common/nntp.c
7919         * src/common/plugin.c
7920         * src/common/smtp.c
7921         * src/common/socket.c
7922         * src/common/string_match.c
7923         * src/common/sylpheed.c
7924         * src/common/utils.c
7925         * src/common/utils.h
7926         * src/common/w32_dirent.c
7927         * src/common/w32_reg.c
7928         * src/common/w32_signal.c
7929         * src/common/w32_stat.c
7930         * src/common/w32_stdio.c
7931         * src/common/w32_stdlib.c
7932         * src/common/w32_string.c
7933         * src/common/w32_time.c
7934         * src/common/w32_unistd.c
7935         * src/common/w32_wait.c
7936         * src/common/w32lib.h
7937         * src/etpan/Makefile.am
7938         * src/gtk/Makefile.am
7939         * src/plugins/clamav/Makefile.am
7940         * src/plugins/demo/Makefile.am
7941         * src/plugins/dillo_viewer/Makefile.am
7942         * src/plugins/pgpcore/Makefile.am
7943         * src/plugins/pgpcore/passphrase.c
7944         * src/plugins/pgpcore/plugin.def
7945         * src/plugins/pgpcore/sgpgme.c
7946         * src/plugins/pgpcore/sylpheed.def
7947         * src/plugins/pgpcore/version.rc
7948         * src/plugins/pgpinline/Makefile.am
7949         * src/plugins/pgpinline/plugin.def
7950         * src/plugins/pgpinline/sylpheed.def
7951         * src/plugins/pgpinline/version.rc
7952         * src/plugins/pgpmime/Makefile.am
7953         * src/plugins/pgpmime/mypgpcore.def
7954         * src/plugins/pgpmime/plugin.def
7955         * src/plugins/pgpmime/sylpheed.def
7956         * src/plugins/pgpmime/version.rc
7957         * src/plugins/spamassassin/Makefile.am
7958                 Very little ;-) patch from Werner Koch, providing
7959                 infrastructure for cross-compiling to Win32
7960
7961 2005-12-20 [paul]       1.9.100cvs96
7962
7963         * src/account.c
7964         * src/account.h
7965         * src/mainwindow.c
7966         * src/mainwindow.h
7967         * src/toolbar.c
7968         * src/toolbar.h
7969                 add a combo to the Get All button, allowing
7970                 quick retrieval from any account
7971                 Patch by Fabien Vantard, slightly modified
7972                 by Colin
7973         * src/gtk/about.c
7974                 i18n fix. Patch by Fabien Vantard
7975
7976 2005-12-19 [colin]      1.9.100cvs95
7977
7978         * src/compose.c
7979         * src/compose.h
7980                 Don't automatically join lines when they've 
7981                 been separated by the user and not automatically
7982
7983 2005-12-19 [paul]       1.9.100cvs94
7984
7985         * src/gtk/pluginwindow.c
7986                 i18n fix.
7987                 Patch by Fabien Vantard
7988
7989 2005-12-15 [paul]       1.9.100cvs93
7990
7991         * src/common/plugin.c
7992         * src/common/plugin.h
7993         * src/gtk/pluginwindow.c
7994         * src/plugins/clamav/clamav_plugin.c
7995         * src/plugins/demo/demo.c
7996         * src/plugins/dillo_viewer/dillo_viewer.c
7997         * src/plugins/pgpcore/plugin.c
7998         * src/plugins/pgpinline/plugin.c
7999         * src/plugins/pgpmime/plugin.c
8000         * src/plugins/spamassassin/spamassassin.c
8001         * src/plugins/trayicon/trayicon.c
8002                 add plugin_version()
8003
8004 2005-12-15 [colin]      1.9.100cvs92
8005
8006         * src/compose.c
8007                 Further fix bug #875
8008
8009 2005-12-15 [paul]       1.9.100cvs91
8010
8011         * src/gtk/filesel.c
8012                 fix attach_load_dir getting set to
8013                 PLUGINDIR on plugin load
8014
8015 2005-12-14 [mones]      1.9.100cvs90
8016
8017         * manual/ack.xml
8018         * manual/keyboard.xml
8019                 Initial draft and some shortcuts added
8020                 
8021         * po/es.po
8022                 Updated translation
8023
8024 2005-12-14 [colin]      1.9.100cvs89
8025
8026         * src/compose.c
8027         * src/imap.c
8028         * src/summaryview.c
8029         * src/gtk/gtkaspell.c
8030                 More leaks fixed
8031         * src/prefs_folder_item.c
8032                 Fix recursive prefs apply
8033
8034
8035 2005-12-14 [colin]      1.9.100cvs88
8036
8037         * src/compose.c
8038                 Fix bug #875 (Freeze On Inline Forward of 
8039                 Large Message)
8040
8041 2005-12-13 [colin]      1.9.100cvs87
8042
8043         * src/compose.c
8044                 Uniq-ify and sort the mimetypes list
8045                 Patch by Fabien Vantard
8046
8047 2005-12-13 [colin]      1.9.100cvs86
8048
8049         * src/imap.c
8050         * src/etpan/imap-thread.c
8051                 Fix leaks (patch by Hoa)
8052         * src/news.c
8053         * src/common/plugin.c
8054                 Fix leaks
8055
8056 2005-12-12 [colin]
8057
8058         * 2.0.0-rc2 released
8059
8060 2005-12-12 [colin]      1.9.100cvs85
8061
8062         * src/matcher.c
8063                 Fix a leak
8064
8065 2005-12-12 [wwp]        1.9.100cvs84
8066
8067         * src/gtk/icon_legend.c
8068                 fix misbehaviour and crash when closing the legend window
8069         using the Esc key (patch by Fabien Vantard).
8070
8071 2005-12-12 [paul]       1.9.100cvs83
8072
8073         * src/browseldap.c
8074         * src/foldersel.c
8075         * src/prefs_actions.c
8076         * src/prefs_filtering.c
8077         * src/prefs_matcher.c
8078         * src/prefs_spelling.glade      ** REMOVED **
8079         * src/prefs_template.c
8080         * src/gtk/foldersort.glade      ** REMOVED **
8081         * src/gtk/pluginwindow.c
8082         * src/gtk/pluginwindow.glade    ** REMOVED **
8083         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
8084                 cleanups
8085
8086 2005-12-11 [paul]       1.9.100cvs82
8087
8088         * src/gtk/filesel.c
8089                 fix attach_load_dir crasher (double free)
8090
8091 2005-12-09 [paul]       1.9.100cvs81
8092
8093         * po/POTFILES.in
8094         * src/mainwindow.c
8095         * src/gtk/Makefile.am
8096         * src/gtk/icon_legend.c
8097         * src/gtk/icon_legend.h
8098                 add icon legend
8099         * src/manual.c
8100                 cleanup
8101
8102 2005-12-09 [paul]       1.9.100cvs80
8103
8104         * src/plugins/pgpcore/passphrase.c
8105                 wrap the label in the dialog
8106
8107 2005-12-09 [colin]      1.9.100cvs79
8108
8109         * src/plugins/pgpcore/sgpgme.c
8110                 Display (untrusted) on not trusted signatures
8111                 Patch by Michal Èihaø <michal@cihar.com>
8112                 Closes bug #867 (Report also key trust)
8113
8114 2005-12-09 [colin]      1.9.100cvs78
8115
8116         * src/common/plugin.c
8117                 Update licence check, following Eben Moglen's advice
8118
8119 2005-12-08 [colin]      1.9.100cvs77
8120
8121         * src/folder.c
8122                 Fix the occasionnal item->cache != NULL 
8123                 assertion failure. 
8124
8125 2005-12-08 [colin]      1.9.100cvs76
8126
8127         * src/mimeview.c
8128         * src/plugins/pgpcore/sgpgme.c
8129                 Print key id when unable to check it
8130                 Closes bug #866 (Show key id when missing)
8131
8132 2005-12-08 [paul]       1.9.100cvs75
8133
8134         * src/prefs_common.c
8135         * src/prefs_common.h
8136         * src/gtk/filesel.c
8137                 remember load attachment dir
8138
8139 2005-12-07 [colin]      1.9.100cvs74
8140
8141         * src/prefs_toolbar.c
8142                 Gtk fixes, patch by Fabien Vantard
8143
8144 2005-12-07 [colin]      1.9.100cvs73
8145
8146         * src/action.c
8147         * src/compose.c
8148         * src/compose.h
8149                 Fix bug #839 (Quoted text isn't colored after 
8150                 executing an action)
8151         * src/common/plugin.c
8152                 Require plugins to declare their licence in plugin_licence()
8153                 Refuse to load non-GPL plugins as they'd be illegal (as 
8154                 derived works of Sylpheed-Claws, they must be GPL).
8155         * src/plugins/clamav/clamav_plugin.c
8156         * src/plugins/demo/demo.c
8157         * src/plugins/dillo_viewer/dillo_viewer.c
8158         * src/plugins/pgpcore/plugin.c
8159         * src/plugins/pgpinline/plugin.c
8160         * src/plugins/pgpmime/plugin.c
8161         * src/plugins/spamassassin/spamassassin.c
8162         * src/plugins/trayicon/trayicon.c
8163                 Add plugin_licence()
8164
8165 2005-12-07 [paul]       1.9.100cvs72
8166
8167         * configure.ac
8168         * src/mainwindow.c
8169         * src/manual.c
8170         * src/manual.h
8171         * src/common/defs.h
8172                 clean up after local FAQ removal and
8173                 temporary manual removal
8174
8175 2005-12-06 [colin]      1.9.100cvs71
8176
8177         * configure.ac
8178         * doc/Makefile.am
8179         * doc/faq/.cvsignore
8180         * doc/faq/Makefile.am
8181         * doc/faq/de/.cvsignore
8182         * doc/faq/de/Makefile.am
8183         * doc/faq/de/sylpheed-faq-1.html
8184         * doc/faq/de/sylpheed-faq-2.html
8185         * doc/faq/de/sylpheed-faq-3.html
8186         * doc/faq/de/sylpheed-faq.html
8187         * doc/faq/en/.cvsignore
8188         * doc/faq/en/Makefile.am
8189         * doc/faq/en/sylpheed-faq-1.html
8190         * doc/faq/en/sylpheed-faq-2.html
8191         * doc/faq/en/sylpheed-faq-3.html
8192         * doc/faq/en/sylpheed-faq-4.html
8193         * doc/faq/en/sylpheed-faq.html
8194         * doc/faq/es/.cvsignore
8195         * doc/faq/es/Makefile.am
8196         * doc/faq/es/sylpheed-faq-1.html
8197         * doc/faq/es/sylpheed-faq-2.html
8198         * doc/faq/es/sylpheed-faq-3.html
8199         * doc/faq/es/sylpheed-faq-4.html
8200         * doc/faq/es/sylpheed-faq.html
8201         * doc/faq/fr/.cvsignore
8202         * doc/faq/fr/Makefile.am
8203         * doc/faq/fr/sylpheed-faq-1.html
8204         * doc/faq/fr/sylpheed-faq-2.html
8205         * doc/faq/fr/sylpheed-faq-3.html
8206         * doc/faq/fr/sylpheed-faq.html
8207         * doc/faq/it/.cvsignore
8208         * doc/faq/it/Makefile.am
8209         * doc/faq/it/sylpheed-faq-1.html
8210         * doc/faq/it/sylpheed-faq-2.html
8211         * doc/faq/it/sylpheed-faq-3.html
8212         * doc/faq/it/sylpheed-faq.html
8213         * doc/manual/.cvsignore
8214         * doc/manual/Makefile.am
8215         * doc/manual/de/.cvsignore
8216         * doc/manual/de/Makefile.am
8217         * doc/manual/de/sylpheed-1.html
8218         * doc/manual/de/sylpheed-10.html
8219         * doc/manual/de/sylpheed-11.html
8220         * doc/manual/de/sylpheed-12.html
8221         * doc/manual/de/sylpheed-13.html
8222         * doc/manual/de/sylpheed-14.html
8223         * doc/manual/de/sylpheed-15.html
8224         * doc/manual/de/sylpheed-16.html
8225         * doc/manual/de/sylpheed-17.html
8226         * doc/manual/de/sylpheed-18.html
8227         * doc/manual/de/sylpheed-19.html
8228         * doc/manual/de/sylpheed-2.html
8229         * doc/manual/de/sylpheed-20.html
8230         * doc/manual/de/sylpheed-3.html
8231         * doc/manual/de/sylpheed-4.html
8232         * doc/manual/de/sylpheed-5.html
8233         * doc/manual/de/sylpheed-6.html
8234         * doc/manual/de/sylpheed-7.html
8235         * doc/manual/de/sylpheed-8.html
8236         * doc/manual/de/sylpheed-9.html
8237         * doc/manual/de/sylpheed.html
8238         * doc/manual/en/.cvsignore
8239         * doc/manual/en/Makefile.am
8240         * doc/manual/en/sylpheed-1.html
8241         * doc/manual/en/sylpheed-10.html
8242         * doc/manual/en/sylpheed-11.html
8243         * doc/manual/en/sylpheed-12.html
8244         * doc/manual/en/sylpheed-13.html
8245         * doc/manual/en/sylpheed-14.html
8246         * doc/manual/en/sylpheed-15.html
8247         * doc/manual/en/sylpheed-16.html
8248         * doc/manual/en/sylpheed-17.html
8249         * doc/manual/en/sylpheed-18.html
8250         * doc/manual/en/sylpheed-19.html
8251         * doc/manual/en/sylpheed-2.html
8252         * doc/manual/en/sylpheed-20.html
8253         * doc/manual/en/sylpheed-21.html
8254         * doc/manual/en/sylpheed-22.html
8255         * doc/manual/en/sylpheed-3.html
8256         * doc/manual/en/sylpheed-4.html
8257         * doc/manual/en/sylpheed-5.html
8258         * doc/manual/en/sylpheed-6.html
8259         * doc/manual/en/sylpheed-7.html
8260         * doc/manual/en/sylpheed-8.html
8261         * doc/manual/en/sylpheed-9.html
8262         * doc/manual/en/sylpheed.html
8263         * doc/manual/es/.cvsignore
8264         * doc/manual/es/Makefile.am
8265         * doc/manual/es/sylpheed-1.html
8266         * doc/manual/es/sylpheed-10.html
8267         * doc/manual/es/sylpheed-11.html
8268         * doc/manual/es/sylpheed-12.html
8269         * doc/manual/es/sylpheed-13.html
8270         * doc/manual/es/sylpheed-14.html
8271         * doc/manual/es/sylpheed-15.html
8272         * doc/manual/es/sylpheed-16.html
8273         * doc/manual/es/sylpheed-17.html
8274         * doc/manual/es/sylpheed-18.html
8275         * doc/manual/es/sylpheed-19.html
8276         * doc/manual/es/sylpheed-2.html
8277         * doc/manual/es/sylpheed-20.html
8278         * doc/manual/es/sylpheed-3.html
8279         * doc/manual/es/sylpheed-4.html
8280         * doc/manual/es/sylpheed-5.html
8281         * doc/manual/es/sylpheed-6.html
8282         * doc/manual/es/sylpheed-7.html
8283         * doc/manual/es/sylpheed-8.html
8284         * doc/manual/es/sylpheed-9.html
8285         * doc/manual/es/sylpheed.html
8286         * doc/manual/fr/.cvsignore
8287         * doc/manual/fr/Makefile.am
8288         * doc/manual/fr/sylpheed-1.html
8289         * doc/manual/fr/sylpheed-10.html
8290         * doc/manual/fr/sylpheed-11.html
8291         * doc/manual/fr/sylpheed-12.html
8292         * doc/manual/fr/sylpheed-13.html
8293         * doc/manual/fr/sylpheed-14.html
8294         * doc/manual/fr/sylpheed-15.html
8295         * doc/manual/fr/sylpheed-16.html
8296         * doc/manual/fr/sylpheed-17.html
8297         * doc/manual/fr/sylpheed-18.html
8298         * doc/manual/fr/sylpheed-19.html
8299         * doc/manual/fr/sylpheed-2.html
8300         * doc/manual/fr/sylpheed-20.html
8301         * doc/manual/fr/sylpheed-3.html
8302         * doc/manual/fr/sylpheed-4.html
8303         * doc/manual/fr/sylpheed-5.html
8304         * doc/manual/fr/sylpheed-6.html
8305         * doc/manual/fr/sylpheed-7.html
8306         * doc/manual/fr/sylpheed-8.html
8307         * doc/manual/fr/sylpheed-9.html
8308         * doc/manual/fr/sylpheed.html
8309         * doc/manual/ja/.cvsignore
8310         * doc/manual/ja/Makefile.am
8311         * doc/manual/ja/sylpheed-1.html
8312         * doc/manual/ja/sylpheed-10.html
8313         * doc/manual/ja/sylpheed-11.html
8314         * doc/manual/ja/sylpheed-12.html
8315         * doc/manual/ja/sylpheed-13.html
8316         * doc/manual/ja/sylpheed-14.html
8317         * doc/manual/ja/sylpheed-15.html
8318         * doc/manual/ja/sylpheed-16.html
8319         * doc/manual/ja/sylpheed-17.html
8320         * doc/manual/ja/sylpheed-18.html
8321         * doc/manual/ja/sylpheed-19.html
8322         * doc/manual/ja/sylpheed-2.html
8323         * doc/manual/ja/sylpheed-20.html
8324         * doc/manual/ja/sylpheed-3.html
8325         * doc/manual/ja/sylpheed-4.html
8326         * doc/manual/ja/sylpheed-5.html
8327         * doc/manual/ja/sylpheed-6.html
8328         * doc/manual/ja/sylpheed-7.html
8329         * doc/manual/ja/sylpheed-8.html
8330         * doc/manual/ja/sylpheed-9.html
8331         * doc/manual/ja/sylpheed.html
8332         * doc/manual/ja/sylpheed.sgml
8333         * src/mainwindow.c
8334                 Remove outdated manual and faq. Noisy, eh?
8335
8336 2005-12-06 [colin]      1.9.100cvs70
8337
8338         * src/compose.c
8339         * src/quote_fmt_parse.y
8340         * src/undo.c
8341         * src/undo.h
8342                 Allow %X to position cursor at 0 
8343                 (no %X = before signature)
8344                 Fix paste as quotation putting the cursor at 0
8345                 Fix undo offsets when pasting
8346                 Insert the quote_fmt at once instead of line 
8347                 by line
8348                 Fix [Edited] when starting to reply/forward
8349
8350 2005-12-06 [paul]       1.9.100cvs69
8351
8352         * src/plugins/clamav/clamav_plugin_gtk.c
8353                 add another tooltip
8354         * src/plugins/spamassassin/spamassassin_gtk.c
8355                 rework spamassassin_create_widget_func()
8356
8357 2005-12-05 [colin]      1.9.100cvs68
8358
8359         * po/POTFILES.in
8360                 Fix make release ;-)
8361
8362 2005-12-05 [colin]      1.9.100cvs67
8363
8364         * src/compose.c
8365         * src/compose.h
8366                 Fix cursor positioning (not obeying %X)
8367
8368 2005-12-05 [paul]       1.9.100cvs66
8369
8370         * src/plugins/dillo_viewer/dillo_prefs.c
8371                 fix compilation warning
8372
8373 2005-12-05 [paul]       1.9.100cvs65
8374
8375         * src/prefs_spelling.c
8376         * src/plugins/trayicon/trayicon.c
8377                 cleanups - remove unused stuff
8378
8379 2005-12-05 [paul]       1.9.100cvs64
8380
8381         * README
8382         * manual/plugins.xml
8383                 remove info about removed mathml_viewer plugin
8384
8385 2005-12-05 [paul]       1.9.100cvs63
8386
8387         * configure.ac
8388         * src/plugins/Makefile.am
8389         * src/plugins/mathml_viewer/.cvsignore
8390         * src/plugins/mathml_viewer/Makefile.am
8391         * src/plugins/mathml_viewer/mathml_viewer.c
8392                 remove unmaintained mathml_viewer plugin
8393
8394 2005-12-05 [paul]       1.9.100cvs62
8395
8396         * src/summaryview.c
8397                 obey prefs_common.always_show_msg when
8398                 moving a msg
8399                 Thanks to Colin
8400
8401 2005-12-05 [paul]       1.9.100cvs61
8402
8403         * src/compose.c
8404         * src/prefs_account.c
8405         * src/prefs_filtering.c
8406         * src/prefs_quote.c
8407         * src/prefs_spelling.c
8408         * src/prefs_toolbar.c
8409         * src/summaryview.c
8410         * src/gtk/gtkutils.c
8411         * src/gtk/quicksearch.c
8412         * src/plugins/dillo_viewer/dillo_prefs.c
8413                 dialog cleanups
8414
8415 2005-12-04 [paul]       1.9.100cvs60
8416
8417         * src/inc.c
8418         * src/prefs_account.c
8419         * src/prefs_account.h
8420                 allow a Local account to specify a
8421                 default inbox
8422                 (closes bug 843 'Inbox cannot be changed for local
8423                  mailboxes')
8424
8425 2005-12-04 [colin]      1.9.100cvs59
8426
8427         * src/plugins/trayicon/trayicon.c
8428                 Remove Get, rename Get All to Get Mail in order to
8429                 be consistent with the default main toolbar
8430
8431 2005-12-03 [colin]      1.9.100cvs58
8432
8433         * manual/gpl.xml
8434         * manual/sylpheed-claws-manual.xml
8435                 Add GPL appendix
8436
8437 2005-12-03 [paul]       1.9.100cvs57
8438
8439         * AUTHORS
8440         * po/sv.po
8441         * src/gtk/authors.h
8442                 new (partially complete) Swedish translation
8443                 by Anders Troback <sylpheed@troback.com>
8444
8445 2005-12-02 [paul]       1.9.100cvs56
8446
8447         * configure.ac
8448                 libetpan 0.41 required
8449
8450 2005-12-02 [paul]       1.9.100cvs55
8451
8452         * src/plugins/clamav/clamav_plugin.c
8453         * src/plugins/clamav/clamav_plugin.h
8454         * src/plugins/clamav/clamav_plugin_gtk.c
8455         * src/plugins/spamassassin/spamassassin.c
8456         * src/plugins/spamassassin/spamassassin.h
8457         * src/plugins/spamassassin/spamassassin_gtk.c
8458                 unregister prefs pages on unloading, thus
8459                 preventing a crash
8460                 (thanks to Colin for the hint)
8461
8462 2005-12-02 [wwp]        1.9.100cvs54
8463
8464         * src/quote_fmt.h
8465         * src/quote_fmt_parse.y
8466                 fix misuse of gboolean*, use gboolean instead
8467                 (thanks to Paul, Colin, for pointing out that scaring one)
8468
8469 2005-12-02 [paul]       1.9.100cvs53
8470
8471         * src/plugins/clamav/clamav_plugin.c
8472                 int no --> unsigned int no
8473         * src/plugins/clamav/clamav_plugin_gtk.c
8474                 rework config page
8475
8476 2005-12-02 [wwp]        1.9.100cvs52
8477
8478         * src/compose.c
8479         * src/prefs_template.c
8480         * src/quote_fmt.h
8481         * src/quote_fmt_parse.y
8482                 prevent from executing |f and |p templates commands when
8483                 adding or replacing templates in prefs (avoids annoying and
8484                 potentially dangerous behaviours)
8485
8486 2005-12-02 [paul]       1.9.100cvs51
8487
8488         * src/prefs_common.c
8489                 allow translation of some default values
8490                 Patch by Fabien Vantard
8491
8492 2005-12-02 [paul]       1.9.100cvs50
8493
8494         * src/codeconv.c
8495         * src/codeconv.h
8496         * src/prefs_common.c
8497         * src/prefs_common.h
8498         * src/prefs_message.c
8499         * src/textview.c
8500                 remove obsolete 'convert_mb_alnum' option
8501                 and related stuff
8502         * src/gtk/about.c
8503                 remove unused 'about_textview_visibility_notify'
8504
8505 2005-12-02 [paul]       1.9.100cvs49
8506
8507         * src/prefs_account.c
8508         * src/prefs_compose_writing.c
8509         * src/prefs_fonts.c
8510         * src/prefs_gtk.h
8511         * src/prefs_image_viewer.c
8512         * src/prefs_message.c
8513         * src/prefs_other.c
8514         * src/prefs_receive.c
8515         * src/prefs_send.c
8516         * src/prefs_spelling.c
8517         * src/prefs_summaries.c
8518         * src/prefs_wrapping.c
8519         * src/plugins/dillo_viewer/dillo_prefs.c
8520         * src/plugins/pgpcore/prefs_gpg.c
8521                 several cleanups to the prefs dialogs
8522                 (slightly modified) patch by Fabien Vantard
8523
8524 2005-12-02 [paul]       1.9.100cvs48
8525
8526         * src/main.c
8527                 --exit means exit
8528         * src/send_message.c
8529                 fix crash on send when connection fails
8530
8531         Thanks to Colin
8532
8533 2005-12-01 [colin]      1.9.100cvs47
8534
8535         * src/html.c
8536                 Translate &hellip; to "..."
8537
8538 2005-11-30 [colin]      1.9.100cvs46
8539
8540         * src/matcher.c
8541         * src/matcher.h
8542                 Optimize back yesterday's fix.
8543
8544 2005-11-30 [paul]       1.9.100cvs45
8545
8546         * manual/faq.xml
8547                 standardised
8548         * manual/intro.xml
8549                 written by Colin, edited by me
8550
8551 2005-11-29 [colin]      1.9.100cvs44
8552
8553         * src/matcher.c
8554                 Skip headers unconditionnaly in match_body if the
8555                 rule is not message or ~message
8556
8557 2005-11-29 [colin]      1.9.100cvs43
8558
8559         * src/matcher.c
8560                 Fix body_part and such, not skipping headers 
8561                 if the matchcriteria wasn't the first in the rule
8562
8563 2005-11-29 [colin]      1.9.100cvs42
8564
8565         * src/compose.c
8566                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8567                 option missing from message view window)
8568                 Fix double text D'n'D with gtk-2.8
8569         * src/matcher.c
8570                 Fix ~message, ~headers_part, ~body_part rules
8571         * src/messageview.c
8572                 Add Windows-1252 (Closes bug #863)
8573                 Fix accels
8574         * src/gtk/gtkaspell.c
8575                 Properly destroy accels in all menus
8576
8577 2005-11-29 [mones]      1.9.100cvs41
8578
8579         * po/es.po
8580                 Updated.
8581
8582 2005-11-27 [colin]      1.9.100cvs40
8583
8584         * src/mh_gtk.c
8585                 "/Remove mailbox" -> "/Remove mailbox..."
8586
8587 2005-11-27 [paul]       1.9.100cvs39
8588
8589         * AUTHORS
8590         * po/de.po
8591         * src/gtk/authors.h
8592                 updated by new maintainer, Stephan Sachse
8593
8594 2005-11-27 [paul]       1.9.100cvs38
8595
8596         * manual/faq.xml
8597                 written by Colin, edited by me
8598
8599 2005-11-27 [paul]       1.9.100cvs37
8600
8601         * src/prefs_common.c
8602         * src/prefs_common.h
8603         * src/prefs_receive.c
8604         * src/prefs_summaries.c
8605                 move 'go to inbox after receiving new mail'
8606                 option from display/sumamaries to mail
8607                 handling/receive, and rework prefs_summaries
8608                 dialog a little
8609
8610 2005-11-25 [martin]     1.9.100cvs36
8611
8612         * po/de.po
8613             fixed windows-1252 translation;
8614             translated some new and fuzzy strings
8615
8616 2005-11-25 [paul]       1.9.100cvs35
8617
8618         * src/plugins/clamav/clamav_plugin.c
8619                 complete the update done in cvs34
8620
8621 2005-11-25 [paul]       1.9.100cvs34
8622
8623         * src/plugins/clamav/clamav_plugin.c
8624                 reflect upstream changes
8625
8626 2005-11-25 [paul]       1.9.100cvs33
8627
8628         * manual/ack.xml
8629         * manual/plugins.xml
8630         * manual/sylpheed-claws-manual.xml
8631                 written/updated by Colin, edited by me
8632         * tools/acroread2sylpheed.pl
8633                 update binary name
8634
8635 2005-11-24 [colin]      1.9.100cvs32
8636
8637         * src/compose.c
8638                 Fix bug #856 (reediting messages forgets Request
8639                 Return Receipt)
8640
8641 2005-11-24 [paul]       1.9.100cvs31
8642
8643         * manual/addrbook.xml
8644         * manual/starting.xml
8645                 written by Colin, proofread, edited, adapted by me
8646         * manual/advanced.xml
8647                 add some Actions examples
8648         * src/importldif.c
8649                 use a Save button instead of a Close button
8650         * src/wizard.c
8651                 indicate mandatory fields
8652                 fix page display
8653                 Thanks to Colin
8654
8655 2005-11-23 [colin]      1.9.100cvs30
8656
8657         * src/addressbook.c
8658                 Rename menu item, fix possible crash after
8659                 deletion of books
8660         * src/addrindex.c
8661                 Allow searching for '*' in ldap
8662         * src/browseldap.c
8663                 Fix "Browse Entry" (did anyone use it?)
8664         * src/wizard.c
8665                 Add guards for mandatory information
8666
8667 2005-11-23 [paul]       1.9.100cvs29
8668
8669         * manual/advanced.xml
8670                 corrections to the English
8671
8672 2005-11-23 [colin]      1.9.100cvs28
8673
8674         * src/mimeview.c
8675                 Fix possible crash at exit. After the call to
8676                 gtk_container_remove(), the Viewer's widget has no
8677                 more parent so gtk+ automatically frees it and its
8678                 sons. If destroy_viewer() then try to access it,
8679                 problems ensue.
8680
8681 2005-11-22 [colin]      1.9.100cvs27
8682
8683         * src/compose.c
8684         * src/gtk/gtkaspell.c
8685                 Fix right-clicking on a misspelled word
8686                 Fix More... in suggestions menu
8687
8688 2005-11-22 [wwp]        1.9.100cvs26
8689
8690         * src/prefs_template.c
8691                 templates works: re-sort templates list when adding or replacing,
8692                 prevent from adding or replacing when the template name is empty
8693
8694 2005-11-21 [colin]      1.9.100cvs25
8695
8696         * src/addressbook.c
8697                 Fix some addressbook suckage (dnd, select all)
8698         * src/compose.c
8699         * src/gtk/gtkaspell.c
8700         * src/gtk/gtkaspell.h
8701                 Make the spellchecker menu work with the 
8702                 GtkTextView one instead of overriding it
8703
8704 2005-11-20 [paul]       1.9.100cvs24
8705
8706         * manual/handling.xml
8707                 proofread and corrected
8708
8709 2005-11-20 [paul]       1.9.100cvs23
8710
8711         * manual/Makefile
8712                 generate html as one file
8713         * manual/advanced.xml
8714                 fix output generation
8715                 reformat hidden options list
8716         * manual/manual.xml     ** REMOVED **
8717         * manual/sylpheed-claws-manual.xml      ** ADDED **
8718                 renamed
8719
8720 2005-11-18 [colin]      1.9.100cvs22
8721
8722         * src/prefs_account.c
8723                 Fix layout in news and mbox accounts
8724         * manual/account.xml
8725         * manual/advanced.xml
8726                 New contents for Paul to check :)
8727
8728 2005-11-18 [wwp]        1.9.100cvs21
8729
8730         * src/gtk/quicksearch.c
8731                 don't update extended quicksearch buttons twice
8732
8733 2005-11-18 [paul]       1.9.100cvs20
8734
8735         * src/textview.c
8736                 complete 1.9.100cvs19
8737
8738 2005-11-18 [paul]       1.9.100cvs19
8739
8740         * src/compose.c
8741                 cosmetic improvements
8742         * src/textview.c
8743                 also list text/* attachments
8744
8745 2005-11-18 [colin]      1.9.100cvs18
8746
8747         * src/summaryview.c
8748                 Use column 0 instead of -1 in 
8749                 gtk_ctree_node_moveto, in a naive
8750                 hope it'll fix the gtk-related crashes
8751
8752 2005-11-18 [colin]      1.9.100cvs17
8753
8754         * src/gtk/inputdialog.c
8755                 Fix icon staying the first one
8756
8757 2005-11-17 [wwp]        1.9.100cvs16
8758                 fix possible problem showing some quicksearch buttons, and a bad
8759                 call to g_return_if_fail in a function that returns a value (both
8760                 fixes by Fabien Vantard)
8761
8762 2005-11-15 [wwp]        1.9.100cvs15
8763
8764         * src/gtk/quicksearch.c
8765                 added a tooltip to that obscure ... quicksearch button
8766
8767 2005-11-15 [wwp]        1.9.100cvs14
8768
8769         * src/gtk/quicksearch.c
8770                 add a quicksearch helper to filtering expression users: the ... button
8771                 raises the condition expr window. condition expressions set up w/ this
8772                 window are used by the quicksearch if the user closes it pressing OK.
8773
8774 2005-11-14 [paul]       1.9.100cvs13
8775
8776         * src/plugins/clamav/clamav_plugin.c
8777         * src/plugins/spamassassin/spamassassin.c
8778                 change plugin type following recent merging
8779
8780 2005-11-14 [wwp]        1.9.100cvs12
8781
8782         * src/folder.c
8783                 prevent from crashing when copying/moving message(s) from and
8784                 to the same folder
8785
8786 2005-11-14 [paul]       1.9.100cvs11
8787
8788         * src/plugins/clamav/Makefile.am
8789         * src/plugins/clamav/clamav_plugin.c
8790         * src/plugins/clamav/clamav_plugin.h
8791         * src/plugins/clamav/clamav_plugin_gtk.c
8792                 also merge clamav and clamav_gtk plugins
8793
8794 2005-11-13 [colin]      1.9.100cvs10
8795
8796         * configure.ac
8797         * src/plugins/spamassassin/Makefile.am
8798         * src/plugins/spamassassin/spamassassin.c
8799         * src/plugins/spamassassin/spamassassin.h
8800         * src/plugins/spamassassin/spamassassin_gtk.c
8801                 Merge spamassassin and spamassassin_gtk plugins,
8802                 and build it by default.
8803
8804 2005-11-12 [colin]      1.9.100cvs9
8805
8806         * src/etpan/imap-thread.c
8807                 Fix gcc warning
8808
8809 2005-11-12 [colin]      1.9.100cvs8
8810
8811         * src/procmime.c
8812                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
8813
8814 2005-11-10 [colin]      1.9.100cvs7
8815
8816         * src/main.c
8817                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
8818                 minimised state)
8819
8820 2005-11-10 [wwp]        1.9.100cvs6
8821
8822         * src/gtk/description_window.c
8823                 fix a crash when closing description windows using the WM's [X] button
8824
8825 2005-11-09 [colin]      1.9.100cvs5
8826
8827         * src/common/ssl.c
8828                 Update libetpan call to follow upstream
8829                 (yes, this requires libetpan-0.40cvs3)
8830
8831 2005-11-08 [colin]      1.9.100cvs4
8832
8833         * src/compose.c
8834         * src/textview.c
8835         * src/common/utils.c
8836         * src/common/utils.h
8837                 Enhance the email parser
8838
8839 2005-11-08 [colin]      1.9.100cvs3
8840
8841         * src/procmime.c
8842                 Fix what looks like an off-by-one (fixes 
8843                 attachments from the Bat)
8844
8845 2005-11-08 [wwp]        1.9.100cvs2
8846
8847         * src/main.c
8848                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8849
8850 2005-11-08 [wwp]        1.9.100cvs1
8851
8852         * src/main.c
8853                 allow exiting Sylpheed-Claws from command-line
8854
8855 2005-11-08 [paul]       1.9.100
8856
8857         1.9.100 released
8858
8859 2005-11-07 [colin]      1.9.99cvs17
8860
8861         * src/addritem.c
8862         * src/ldif.c
8863                 Fix import of base-64 encoded items
8864
8865 2005-11-07 [colin]      1.9.99cvs16
8866
8867         * src/send_message.c
8868                 Fix bug #314 (Queue does not empty under certain 
8869                 circumstances)
8870
8871 2005-11-07 [paul]       1.9.99cvs15
8872
8873         * src/mutt.c
8874         * src/pine.c
8875                 fix buffer overflows
8876                 Thanks to Colin
8877
8878 2005-11-07 [paul]       1.9.99cvs14
8879
8880         * doc/man/Makefile.am
8881         * doc/man/sylpheed-claws.1      ** ADDED **
8882         * doc/man/sylpheed.1            ** DELETED **
8883                 rename and update the man file
8884
8885 2005-11-06 [colin]      1.9.99cvs13
8886
8887         * src/ldif.c
8888                 Fix ldif_get_line() that returned empty strings
8889                 (Didn't understand why). Also fix a possible
8890                 buffer overflow.
8891
8892 2005-11-06 [wwp]        1.9.99cvs12
8893
8894         * src/textview.c
8895         * src/gtk/about.c
8896         * src/gtk/gtkutils.c
8897         * src/gtk/gtkutils.h
8898                 fix a compilation warning,
8899                 make links sensitive in the about dialog
8900
8901 2005-11-04 [wwp]        1.9.99cvs11
8902
8903         * src/gtk/about.c
8904                 don't wrap or translate URIs, and a bit text format cleanup
8905
8906 2005-11-04 [wwp]        1.9.99cvs10
8907
8908         * src/gtk/about.c
8909                 better textview tagging implementation (no more use of marks for
8910                 postponed tagging)
8911
8912 2005-11-02 [colin]      1.9.99cvs9
8913
8914         * src/common/ssl.c
8915                 Forgot an ifdef
8916
8917 2005-11-02 [colin]      1.9.99cvs8
8918
8919         * configure.ac
8920                 Require libetpan-0.40 due to upstream fix
8921         * src/common/ssl.c
8922                 Tell libetpan not to call SSL_Library_Init,
8923                 as we do it ourselves.
8924
8925 2005-11-02 [colin]      1.9.99cvs7
8926
8927         * po/POTFILES.in
8928                 Add missing files (thanks to Fabien Vantard)
8929
8930 2005-11-02 [colin]      1.9.99cvs6
8931
8932         * src/summaryview.c
8933                 Fix totals when read messages are hidden or quicksearch
8934                 is on
8935         * src/ssl_manager.c
8936         * src/ssl_manager.h
8937         * src/common/ssl_certificate.c
8938         * src/common/ssl_certificate.h
8939         * src/gtk/sslcertwindow.c
8940         * src/gtk/sslcertwindow.h
8941                 Fix copyright on my stuff
8942
8943 2005-11-02 [wwp]        1.9.99cvs5
8944
8945         * src/prefs_themes.c
8946                 fix directory name checking (theme installation/removal),
8947                 made related error a bit more verbose
8948
8949 2005-11-02 [colin]      1.9.99cvs4
8950
8951         * src/summaryview.c
8952                 Fix typo (probably fixes bug #841 (Sort by the From 
8953                 field doesn't work)
8954
8955 2005-11-02 [paul]       1.9.99cvs3
8956
8957         * po/ko.po
8958         * po/nb.po
8959                 updated by SungHyun Nam, Geir Helland
8960         * src/wizard.c
8961                 fix typo in welcome message. spotted by
8962                 Andrea Spadaccini
8963
8964 2005-11-01 [colin]      1.9.99cvs2
8965
8966         * src/compose.c
8967                 Fix replying to ml wen confirming subscription
8968         * src/messageview.c
8969         * src/mimeview.c
8970         * src/mimeview.h
8971         * src/privacy.h
8972         * src/summaryview.c
8973                 Make key check non blocking
8974
8975 2005-10-31 [paul]       1.9.99cvs1
8976
8977         * tools/claws.i18n.status.pl
8978                 updated for ChangeLog
8979
8980 2005-10-31 [paul]       1.9.99
8981
8982         1.9.99 released
8983
8984 2005-10-31 [paul]       1.9.15cvs131
8985
8986         * .cvsignore
8987         * ChangeLog
8988         * ChangeLog.claws       ** REMOVED **
8989         * ChangeLog-gtk2.claws  ** REMOVED **
8990         * ChangeLog.gtk1        ** ADDED **
8991         * INSTALL
8992         * Makefile.am
8993         * NEWS
8994         * README
8995         * README.claws          ** REMOVED **
8996         * README.jp             ** REMOVED **
8997         * RELEASE_NOTES         ** ADDED **
8998         * RELEASE_NOTES.claws   ** REMOVED **
8999         * commitHelper
9000         * configure.ac
9001         * sylpheed.spec.in      ** REMOVED **
9002                 tidy up and update the default docs:
9003                 ChangeLog.claws is renamed ChangeLog.gtk1
9004                 ChangeLog-gtk2.claws is renamed ChangeLog
9005                 README.claws is renamed README
9006                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
9007
9008 2005-10-31 [paul]       1.9.15cvs130
9009
9010         * po/it.po
9011                 fix errors
9012
9013 2005-10-31 [paul]       1.9.15cvs129
9014
9015         * po/ca.po
9016         * po/de.po
9017         * po/en_GB.po
9018         * po/fr.po
9019         * po/it.po
9020         * po/pt_BR.po
9021         * po/sk.po
9022         * po/sr.po
9023         * po/zh_CN.po
9024                 updated by Miquel Oliete, Stephan Sachse and
9025                 Thomas Gilgin, me, Fabien Vantard, Andrea
9026                 Spadaccini, Frederico Goncalves Guimaraes,
9027                 Andrej Kacian, Aleksandar Urosevic, and
9028                 Ralgh Young.
9029
9030 2005-10-31 [mones]      1.9.15cvs128
9031
9032         * manual/faq.xml
9033                 More questions.
9034         
9035         * po/es.po
9036                 Updated for release.
9037
9038 2005-10-30 [colin]      1.9.15cvs127
9039
9040         * src/compose.c
9041                 Place cursor before rewrapping (fixes cursor
9042                 pos if quotation gets rewrapped)
9043
9044 2005-10-29 [paul]       1.9.15cvs126
9045
9046         * src/crash.c
9047         * src/foldersel.c
9048         * src/main.c
9049         * src/messageview.c
9050         * src/toolbar.c
9051         * src/gtk/authors.h
9052                 corrections to text items
9053
9054 2005-10-28 [colin]      1.9.15cvs125
9055
9056         * src/messageview.c
9057                 Make "hit 'C' to check sig" work from extern 
9058                 messageviews
9059
9060 2005-10-27 [colin]      1.9.15cvs124
9061
9062         * src/summaryview.c
9063                 Add a hack to avoid segfaulting when hammering 
9064                 on gtk's events
9065
9066 2005-10-27 [wwp]        1.9.15cvs123
9067
9068         * src/prefs_themes.c
9069                 sort list of themes names in themes prefs
9070
9071 2005-10-27 [paul]       1.9.15cvs122
9072
9073         * src/folder.c
9074         * src/prefs_account.c
9075                 fix building on Solaris
9076                 Patch by Alex Moore
9077
9078 2005-10-27 [wwp]        1.9.15cvs121
9079
9080         * src/summaryview.c
9081         * src/gtk/gtksctree.c
9082                 speed up unselecting messages in summary view (thanks to Colin)
9083
9084 2005-10-27 [paul]       1.9.15cvs120
9085
9086         * src/mainwindow.c
9087                 fix a compilation warning
9088         * src/summaryview.c
9089                 fix updating of 'n items selected' count
9090                 when deselecting
9091
9092 2005-10-27 [martin]     1.9.15cvs119
9093
9094         * src/action.c
9095                 ignore actions with a leading '/' in the action menu name
9096                 fixes a crash on menu creation
9097         * src/prefs_actions.c
9098                 do not allow a leading '/' in the action menu name
9099
9100 2005-10-27 [paul]       1.9.15cvs118
9101
9102         * src/main.c
9103                 fix compilation warning
9104
9105 2005-10-27 [paul]       1.9.15cvs117
9106
9107         * src/procmime.c
9108                 add #if HAVE_LOCALE_H
9109
9110 2005-10-27 [paul]       1.9.15cvs116
9111
9112         * src/plugins/clamav/clamav_plugin.c
9113         * src/plugins/dillo_viewer/dillo_viewer.c
9114         * src/plugins/mathml_viewer/mathml_viewer.c
9115         * src/plugins/pgpcore/plugin.c
9116         * src/plugins/pgpinline/plugin.c
9117         * src/plugins/pgpmime/plugin.c
9118         * src/plugins/spamassassin/spamassassin.c
9119         * src/plugins/trayicon/trayicon.c
9120                 plugin_init() : make error messages more
9121                 informative
9122
9123 2005-10-26 [wwp]        1.9.15cvs115
9124
9125         * src/prefs_matcher.c
9126                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9127
9128 2005-10-26 [wwp]        1.9.15cvs114
9129
9130         * src/procmime.c
9131         * src/gtk/gtksctree.c
9132         * src/plugins/spamassassin/libspamc.c
9133         * src/plugins/spamassassin/spamassassin.c
9134                 fix some compilation warnings more
9135
9136 2005-10-26 [mones]      1.9.15cvs113
9137
9138         * po/es.po
9139                 Updated translation
9140
9141 2005-10-26 [paul]       1.9.15cvs112
9142
9143         * src/prefs_message.c
9144                 give all display_xface stuff the
9145                 #if HAVE_LIBCOMPFACE treatment, thus
9146                 preventing a crash
9147                 (Thanks to Wolfgang Enderlein)
9148
9149 2005-10-26 [colin]      1.9.15cvs111
9150
9151         * src/gedit-print.c
9152                 Fix date format
9153         * src/imap_gtk.c
9154         * src/news_gtk.c
9155                 Remove context menu items that should not be there
9156         * src/jpilot.c
9157                 Fix encoding
9158         * src/main.c
9159         * src/mainwindow.c
9160                 Don't show the mainwindow too soon
9161
9162 2005-10-26 [wwp]        1.9.15cvs110
9163
9164         * src/folder.c
9165         * src/manual.c
9166         * src/summaryview.c
9167                 fix uninitialized pointers in the folder updating hook
9168                 (thanks to Colin)
9169
9170 2005-10-25 [mones]      1.9.15cvs109
9171
9172         * manual/faq.xml
9173                 General information subsection completed. 
9174                 Removed archaic references.
9175                 
9176         * manual/Makefile
9177         * manual/dtd/manual.dsl
9178                 Added customization stylesheet for getting paragraphs
9179                 fully justified in PDF output (as suggested by Colin).
9180
9181 2005-10-25 [colin]      1.9.15cvs108
9182
9183         * src/compose.c
9184                 Fix a second leak
9185
9186 2005-10-25 [colin]      1.9.15cvs107
9187
9188         * src/addrbook.c
9189         * src/addrindex.c
9190                 Fix leak (xml_get_element() allocates memory)
9191         * src/compose.c
9192                 Fix leak + dead code (shame!)
9193         * src/procmime.c
9194                 Fix leak
9195
9196 2005-10-25 [colin]      1.9.15cvs106
9197
9198         * src/mimeview.c
9199                 Fix encoding issue in Save all and in 
9200                 overwrite-confirmation alertpanel
9201
9202 2005-10-25 [colin]      1.9.15cvs105
9203
9204         * src/common/socket.c
9205                 Fix a leak - Thanks to Christopher Aillon
9206                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9207
9208 2005-10-25 [paul]       1.9.15cvs104
9209
9210         * src/wizard.c
9211                 Always guess servers from the right-hand
9212                 email part and guess username from the
9213                 left-hand part. (Thanks to Colin)
9214                 add an X-Face to the welcome message
9215
9216 2005-10-25 [paul]       1.9.15cvs103
9217
9218         * manual/handling.xml
9219                 written by Colin, edited by me
9220
9221 2005-10-25 [wwp]        1.9.15cvs102
9222
9223         * src/folderview.c
9224         * src/grouplistdialog.c
9225         * src/imap.c
9226         * src/noticeview.c
9227                 fix some compilation warnings
9228
9229 2005-10-24 [paul]
9230
9231         1.9.99-rc3 released
9232
9233 2005-10-24 [paul]       1.9.15cvs101
9234
9235         * src/gtk/about.c
9236                 fix window sizing
9237
9238 2005-10-24 [paul]       1.9.15cvs100
9239
9240         * src/pixmaps/offline.xpm
9241         * src/pixmaps/online.xpm
9242                 replace with last default versions
9243
9244 2005-10-24 [colin]      1.9.15cvs99
9245
9246         * src/imap.c
9247                 Fix bug when moving a folder
9248         * src/imap_gtk.c
9249         * src/mh_gtk.c
9250                 "Delete folder" pops up a window, so it 
9251                 should be suffixed with "..."
9252         * src/plugins/pgpcore/sgpgme.c
9253                 Include locale.h
9254
9255 2005-10-24 [mones]      1.9.15cvs98
9256
9257         * manual/Makefile
9258         * manual/account.xml
9259         * manual/ack.xml
9260         * manual/addrbook.xml
9261         * manual/advanced.xml
9262         * manual/faq.xml
9263         * manual/glossary.xml
9264         * manual/gpl.xml
9265         * manual/handling.xml
9266         * manual/intro.xml
9267         * manual/keyboard.xml
9268         * manual/manual.xml
9269         * manual/plugins.xml
9270         * manual/starting.xml
9271         * manual/dtd/sdocbook.dtd
9272                 Initial manual structure and some content.
9273
9274 2005-10-23 [wwp]        1.9.15cvs97
9275
9276         * src/gtk/about.c
9277                 fix a typo
9278
9279 2005-10-23 [wwp]        1.9.15cvs96
9280
9281         * src/gtk/about.c
9282         * src/gtk/authors.h
9283                 rework of the about window (main work by Paul), also featuring a few
9284                 fixes for typos and duplicate names
9285
9286 2005-10-23 [wwp]        1.9.15cvs95
9287
9288         * src/.cvsignore
9289                 Ignore the right binary name (sylpheed-claws now)
9290
9291 2005-10-23 [paul]       1.9.15cvs94
9292
9293         * src/compose.c
9294                 when using Folder Pref 'Default To for
9295                 replies' make the entry in the Compose
9296                 window bold
9297                 Patch by Fabien Vantard
9298
9299 2005-10-22 [colin]      1.9.15cvs93
9300
9301         * src/codeconv.c
9302                 Fix leak
9303
9304 2005-10-22 [colin]      1.9.15cvs92
9305
9306         * src/codeconv.c
9307                 try to convert using locale (apart utf8) if necessary
9308
9309 2005-10-22 [colin]      1.9.15cvs91
9310
9311         * src/pixmaps/new.xpm
9312         * src/pixmaps/unread.xpm
9313                 Make the unread envelope blue again and
9314                 saturate the new one a bit more.
9315
9316 2005-10-22 [colin]      1.9.15cvs90
9317
9318         * src/compose.c
9319                 When replying to a mail sent by one of our accounts,
9320                 use the original list of recipients. Let 'Reply All'
9321                 and 'Reply to sender' work like previously.
9322
9323 2005-10-21 [colin]      1.9.15cvs89
9324
9325         * src/prefs_filtering.c
9326                 Clear fields after add and replace
9327         * src/textview.c
9328                 Display xface differently (better)
9329         * src/plugins/pgpinline/pgpinline.c
9330                 Fix crappy encodings/recodings
9331
9332 2005-10-21 [paul]       1.9.15cvs88
9333
9334         * src/compose.c
9335         * src/prefs_folder_item.c
9336         * src/toolbar.c
9337                 fix news folder Folder Properties
9338                 (thanks to Colin)
9339         * src/folderview.c
9340                 update folderview after Themes change
9341                 keep selected folder selected
9342                 (thanks to Colin)
9343
9344 2005-10-21 [paul]       1.9.15cvs87
9345
9346         * tools/Makefile.am
9347         * tools/OOo2sylpheed.pl
9348         * tools/README
9349         * tools/README.sylprint
9350         * tools/asus_mailled.sh         ** REMOVED **
9351         * tools/filter_conv.pl
9352         * tools/freshmeat_search.pl
9353         * tools/google_search.pl
9354         * tools/gpg-sign-syl            ** REMOVED **
9355         * tools/kmail2sylpheed.pl
9356         * tools/kmail2sylpheed_v2.pl
9357         * tools/multiwebsearch.pl
9358         * tools/nautilus2sylpheed.sh
9359         * tools/newscache_clean.pl
9360         * tools/outlook2sylpheed.pl
9361         * tools/sylpheed-switcher       ** REMOVED **
9362         * tools/sylprint.pl
9363         * tools/sylprint.rc
9364         * tools/tb2sylpheed
9365         * tools/vcard2xml.py
9366         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9367                 update default config dir
9368                 update binary name (thanks to Fabien Vantard)
9369                 remove obsolete scripts
9370
9371 2005-10-21 [colin]      1.9.15cvs86
9372
9373         * src/inc.c
9374                 Fix possible leak and units. Based on a patch by
9375                 Fabien Vantard.
9376
9377 2005-10-20 [colin]      1.9.15cvs85
9378
9379         * src/textview.c
9380                 Clear xface when clearing textview
9381
9382 2005-10-20 [colin]      1.9.15cvs84
9383
9384         * configure.ac
9385         * src/folderview.c
9386         * src/headerview.c
9387         * src/main.c
9388         * src/prefs_common.c
9389         * src/prefs_common.h
9390         * src/prefs_message.c
9391         * src/textview.c
9392         * src/textview.h
9393         * src/common/defs.h
9394         * src/common/utils.c
9395         * src/common/utils.h
9396         * src/gtk/gtkutils.c
9397         * src/gtk/gtkutils.h
9398                 Migrate config to .sylpheed-claws (Automatically)
9399                 Add a way to get the Xface in the TextView
9400
9401 2005-10-20 [colin]      1.9.15cvs83
9402
9403         * src/gtk/Makefile.am
9404         * src/gtk/about.c
9405         * src/gtk/authors.h
9406                 Make the about dialog *grooovy*
9407
9408 2005-10-20 [colin]      1.9.15cvs82
9409
9410         * src/mimeview.c
9411                 Use "Open with" on double click if no command
9412                 was found
9413
9414 2005-10-20 [colin]      1.9.15cvs81
9415
9416         * src/imap.c
9417         * src/etpan/imap-thread.c
9418                 Fix possible crash.
9419
9420 2005-10-20 [paul]       1.9.15cvs80
9421
9422         * src/folder.c
9423                 don't show clipkey icon if the only
9424                 attachment is the signature
9425                 Patch by Colin
9426
9427 2005-10-20 [paul]       1.9.15cvs79
9428
9429         * AUTHORS
9430         * src/plugins/pgpmime/pgpmime.c
9431                 name the PGP/MIME signature 'signature.asc'
9432                 Patch by Andrew Nelson <freeandy@gmail.com>
9433
9434 2005-10-19 [colin]      1.9.15cvs78
9435
9436         * src/plugins/pgpmime/pgpmime.c
9437                 Oops, no need to double-check though
9438
9439 2005-10-19 [colin]      1.9.15cvs77
9440
9441         * src/plugins/pgpinline/pgpinline.c
9442         * src/plugins/pgpmime/pgpmime.c
9443                 Check that my_tmpfile() doesn't 
9444                 return NULL
9445
9446 2005-10-19 [colin]      1.9.15cvs76
9447
9448         * src/common/utils.c
9449                 Use shorter mime boundaries to avoid having
9450                 MTAs rewrapping our headers, breaking the
9451                 PGP signature in the process 
9452         * src/compose.c
9453         * src/plugins/pgpmime/pgpmime.c
9454                 Check for boundary uniqueness to be sure
9455                 it won't happen, instead of hoping for the
9456                 best
9457
9458 2005-10-19 [colin]      1.9.15cvs75
9459
9460         * sylpheed-claws.desktop
9461         * src/Makefile.am
9462         * src/main.c
9463                 Ship a sylpheed-claws binary instead
9464                 of a sylpheed one. Change the socket
9465                 name, too
9466         * src/folderview.c
9467                 Update folder only if it changed
9468         * src/wizard.c
9469                 Fix i18n in welcome mail, patch by
9470                 Fabien Vantard
9471
9472 2005-10-19 [paul]
9473
9474         1.9.99-rc2 released
9475
9476 2005-10-19 [paul]       1.9.15cvs74
9477
9478         * src/folder.c
9479         * src/folderview.c
9480                 fix summaryview update
9481                 Patch by Colin
9482
9483 2005-10-18 [colin]      1.9.15cvs73
9484
9485         * src/plugins/pgpcore/passphrase.c
9486                 Don't XGrabServer, and try a bit more to 
9487                 sync everything before grabbing mouse/keyboard
9488
9489 2005-10-18 [colin]      1.9.15cvs72
9490
9491         * src/Makefile.am
9492         * src/addressadd.c
9493         * src/addressbook.c
9494         * src/folderview.c
9495         * src/grouplistdialog.c
9496         * src/mimeview.c
9497         * src/stock_pixmap.c
9498         * src/stock_pixmap.h
9499         * src/summaryview.c
9500         * src/gtk/gtksctree.c
9501         * src/gtk/gtksctree.h
9502         * src/pixmaps/empty.xpm
9503                 Implement a wrapper call for gtk_ctree_set_node_info
9504                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9505                 pixmap instead of a NULL one. This works around some
9506                 memory problems deep inside gtk, revealed by valgrind,
9507                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9508                 as locked crashes sylpheed.), as well as, probably, 
9509                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9510
9511 2005-10-17 [colin]      1.9.15cvs71
9512
9513         * src/mimeview.c
9514                 Provide visual feedback when checking
9515                 signature
9516
9517 2005-10-17 [colin]      1.9.15cvs70
9518
9519         * src/main.c
9520                 Keep the folder list frozen while checking caches...
9521
9522 2005-10-17 [colin]      1.9.15cvs69
9523
9524         * src/addr_compl.c
9525                 Fi bug #833 (Autocompleting from addressbook 
9526                 fails with extended chars)
9527         * src/imap.c
9528                 Fix 'adding messages' staying in statusbar
9529                 after an error
9530
9531 2005-10-17 [wwp]        1.9.15cvs68
9532
9533         * src/ssl_manager.c
9534                 Fix buttons' layout resizing when window size changes
9535
9536 2005-10-17 [wwp]        1.9.15cvs67
9537
9538         * src/account.c
9539         * src/prefs_account.c
9540         * src/prefs_common.c
9541         * src/prefs_common.h
9542         * src/prefs_folder_item.c
9543         * src/prefs_gtk.c
9544         * src/gtk/logwindow.c
9545         * src/gtk/pluginwindow.c
9546         * src/gtk/prefswindow.c
9547         * src/gtk/prefswindow.h
9548                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9549
9550 2005-10-17 [paul]       1.9.15cvs66
9551
9552         * configure.ac
9553                 fix missing libetpan message
9554         * po/en_GB.po
9555                 updated
9556         * src/crash.c
9557         * src/manual.c
9558         * src/prefs_themes.c
9559         * src/common/defs.h
9560                 add some new URI defines, change some
9561                 others
9562         * src/wizard.c
9563                 make welcome message translatable
9564                 small improvements to english
9565                 other tweaks
9566         * src/gtk/menu.c
9567                 fix warnings
9568
9569 2005-10-17 [paul]       1.9.15cvs65
9570
9571         * src/summaryview.c
9572                 fix column titles
9573
9574 2005-10-16 [mones]      1.9.15cvs64
9575
9576         * po/es.po
9577                 Updated translation
9578
9579 2005-10-16 [colin]
9580
9581         1.9.99-rc1 released
9582
9583 2005-10-16 [colin]      1.9.15cvs63
9584
9585         * src/wizard.c
9586                 Fix whitespace
9587
9588 2005-10-16 [colin]      1.9.15cvs62
9589
9590         * src/toolbar.c
9591                 s/Get All/Get Mail/
9592         * src/wizard.c
9593                 Real welcome mail text, thanks Paul
9594
9595 2005-10-16 [colin]      1.9.15cvs61
9596
9597         * src/editldap.c
9598         * src/exporthtml.c
9599         * src/main.c
9600         * src/mainwindow.c
9601         * src/prefs_themes.c
9602         * src/prefs_toolbar.c
9603         * src/plugins/demo/demo.c
9604         * src/plugins/trayicon/trayicon.c
9605                 s/Sylpheed/Sylpheed-Claws/
9606
9607 2005-10-16 [colin]      1.9.15cvs60
9608
9609         * src/wizard.c
9610                 Add a welcome email in the first empty mailbox
9611         * src/prefs_common.c
9612                 Change one more default
9613
9614 2005-10-16 [colin]      1.9.15cvs59
9615
9616         * src/wizard.c
9617                 Remove printf
9618
9619 2005-10-16 [colin]      1.9.15cvs58
9620
9621         * src/toolbar.c
9622         * src/prefs_common.c
9623                 Change some defaults
9624
9625 2005-10-16 [colin]      1.9.15cvs57
9626
9627         * src/toolbar.c
9628         * src/prefs_common.c
9629                 Change some defaults
9630
9631 2005-10-16 [colin]      1.9.15cvs56
9632
9633         * src/wizard.c
9634                 By default, initialize fonts to have
9635                 the same size as normal GtkWidgets
9636
9637 2005-10-16 [colin]      1.9.15cvs55
9638
9639         * src/mimeview.c
9640                 Fix message a bit more
9641
9642 2005-10-16 [colin]      1.9.15cvs54
9643
9644         * src/addressbook.c
9645                 Second attempt at flicker fixing
9646
9647 2005-10-16 [colin]      1.9.15cvs53
9648
9649         * src/addressbook.c
9650                 Fix flicker
9651
9652 2005-10-16 [wwp]        1.9.15cvs52
9653
9654         * src/addressbook.c
9655         * src/editaddress.c
9656         * src/prefs_common.c
9657         * src/prefs_common.h
9658                 Remember window sizes (address book)
9659
9660 2005-10-16 [wwp]        1.9.15cvs51
9661
9662         * src/plugins/clamav/clamav_plugin_gtk.c
9663         * src/plugins/spamassassin/spamassassin_gtk.c
9664                 Fix compilation warnings (missing #include).
9665
9666 2005-10-16 [colin]      1.9.15cvs50
9667
9668         * src/mimeview.c
9669         * src/summaryview.c
9670         * src/textview.c
9671                 Make 'c' check signature, and forward
9672                 c, l, y, t from summaryview to mimeview
9673
9674 2005-10-16 [colin]      1.9.15cvs49
9675
9676         * src/addressbook.c
9677                 Put border around buttons
9678         * src/mainwindow.c
9679         * src/summaryview.c
9680                 Rework menus (Patch based on a patch
9681                 by Paul)
9682
9683 2005-10-15 [wwp]        1.9.15cvs48
9684
9685         * src/editjpilot.c
9686         * src/editldap.c
9687         * src/editvcard.c
9688         * src/exphtmldlg.c
9689         * src/expldifdlg.c
9690         * src/export.c
9691         * src/import.c
9692         * src/importldif.c
9693         * src/importmutt.c
9694         * src/importpine.c
9695         * src/prefs_account.c
9696         * src/prefs_spelling.c
9697         * src/gtk/gtkutils.c
9698         * src/gtk/gtkutils.h
9699         * src/plugins/clamav/clamav_plugin_gtk.c
9700         * src/plugins/spamassassin/spamassassin_gtk.c
9701                 use nicer browse-for-file/dir buttons than the "..." ones,
9702                 code factorizing more.
9703
9704 2005-10-14 [colin]      1.9.15cvs47
9705
9706         * src/mainwindow.c
9707                 set relief on the account switcher so that people see it
9708                 grey out Create processing rules when no message is selected
9709         * src/prefs_filtering.c
9710                 ask before closing if the rule has not been modified, even if
9711                 it's not valid
9712         * src/prefs_matcher.c
9713                 fix sensitivity when entering the dialog
9714         * src/gtk/inputdialog.c
9715                 display a better icon on password ask
9716         * src/plugins/pgpcore/passphrase.c
9717                 make the dialog look better
9718
9719 2005-10-14 [paul]       1.9.15cvs46
9720
9721         * src/folderview.c
9722                 indicate presense of marked msgs in
9723                 unexpanded subfolders
9724
9725 2005-10-14 [paul]       1.9.15cvs45
9726
9727         * src/prefs_actions.c
9728         * src/prefs_common.c
9729         * src/prefs_common.h
9730         * src/prefs_filtering_action.c
9731         * src/prefs_matcher.c
9732         * src/prefs_template.c
9733                 remember window sizes
9734                 fix Info button size
9735
9736         Patches by wwp
9737
9738 2005-10-13 [colin]      1.9.15cvs44
9739
9740         * src/mimeview.c
9741         * src/noticeview.c
9742         * src/noticeview.h
9743                 Add a tooltip on the icon (optional) 
9744                 Get rid of the signature buttons and only
9745                 use the icon+tooltip
9746
9747 2005-10-13 [colin]      1.9.15cvs43
9748
9749         * src/noticeview.c
9750         * src/noticeview.h
9751                 Add hand cursor for hovering over icon
9752
9753 2005-10-13 [colin]      1.9.15cvs42
9754
9755         * src/summaryview.c
9756                 Fix crash when quicksearch's hidden 
9757                 at startup
9758
9759 2005-10-13 [colin]      1.9.15cvs41
9760
9761         * src/compose.c
9762                 Set subject when forwarding multiple mails
9763                 Check that other recipient than the default Cc or Bcc
9764                 have been set before sending.
9765
9766 2005-10-13 [colin]      1.9.15cvs40
9767
9768         * src/imap.c
9769                 Batch per-folder
9770                 Introduce locking, but don't use it yet
9771
9772 2005-10-13 [colin]      1.9.15cvs39
9773
9774         * src/gtk/quicksearch.c
9775                 Reset quicksearch when hiding it
9776                 Make sticky a real pref
9777
9778 2005-10-13 [colin]      1.9.15cvs38
9779
9780         * src/summaryview.c
9781                 Faster prefs apply
9782
9783 2005-10-13 [colin]      1.9.15cvs37
9784
9785         * src/mimeview.c
9786         * src/noticeview.c
9787         * src/noticeview.h
9788         * src/plugins/pgpcore/sgpgme.c
9789                 Make privacy icon clickable
9790                 Move Trust field in Full info
9791                 When trust is less than full, don't display
9792                 a warning icon
9793
9794 2005-10-13 [colin]      1.9.15cvs36
9795
9796         * src/folder.c
9797                 Batch on flags sync
9798         * src/folderview.c
9799                 Revert speed hack which is dangerous in fact
9800                 Apply prefs faster
9801
9802 2005-10-13 [colin]      1.9.15cvs35
9803
9804         * src/folder_item_prefs.c
9805                 Fix pref corruption on folder move. Patch
9806                 by wwp
9807
9808 2005-10-13 [paul]       1.9.15cvs34
9809
9810         * src/export.c
9811         * src/import.c
9812                 fix typos in g_warnings
9813         * src/prefs_account.c
9814                 add a file selector for Signature file
9815
9816         Patches by wwp
9817
9818 2005-10-12 [colin]      1.9.15cvs33
9819
9820         * src/mimeview.c
9821                 Provide a quick way to go back from a
9822                 signature's full info to the email part
9823
9824 2005-10-12 [colin]      1.9.15cvs32
9825
9826         * src/compose.c
9827                 Remove old hack of encoding signed mails with base64.
9828                 QP works equally well.
9829
9830 2005-10-12 [colin]      1.9.15cvs31
9831
9832         * src/crash.c
9833                 Replace deprecated GtkText with GtkTextView
9834         * src/imap.c
9835                 Fix a logic bug about counts in imap_select
9836                 (previously un-triggered)
9837         * src/mainwindow.c
9838         * src/summaryview.c
9839         * src/news.c
9840                 Allow local deletion of news posts
9841         * src/mimeview.c
9842                 Show GPG noticeview on the message/rfc822 part
9843                 in addition to the text/plain one
9844         * src/prefs_image_viewer.c
9845           src/plugins/pgpcore/prefs_gpg.c
9846                 Polish (set the label as part of the checkbox)
9847         * src/wizard.c
9848                 Don't sit there doing nothing after destroying
9849                 the window - return err
9850
9851 2005-10-11 [colin]      1.9.15cvs30
9852
9853         * src/folderview.c
9854                 Apply processing rules before showing folders.
9855                 Early folder show (before flags sync) will only
9856                 be done when there are no processing rules (nor
9857                 pre- or post- ones)
9858         * src/imap.c
9859                 Fix stuff related to mail subdir, creation and 
9860                 deletion of folders 
9861         * src/imap_gtk.c
9862                 Don't allow creation of folders in NoInferior
9863                 folders, as it won't work
9864
9865 2005-10-10 [colin]      1.9.15cvs29
9866
9867         * src/compose.c
9868                 Reselect "None" Privacy system when selecting an
9869                 account with no privacy system defined
9870
9871 2005-10-10 [colin]      1.9.15cvs28
9872
9873         * src/mainwindow.c
9874                 Add Windows-1252 encoding
9875         * src/prefs_common.c
9876                 Rework some defaults:
9877                 - autosave to draft by default
9878                 - don't show header pane (it's already in the textview)
9879                 - Select first new or unread mail on entry
9880                 - Assume 'Yes' to change folder when there's no more
9881                   unread message
9882         * src/prefs_matcher.c
9883                 Fix a gtk assertion failure
9884         * src/gtk/colorlabel.c
9885                 Workaround bad repainting on selection
9886         * src/main.c
9887                 Freeze/thaw (a bit faster on ssh -X)
9888         * src/msgcache.c
9889                 Get rid of StrdupConverter that just adds an
9890                 extra strdup/free 
9891         * src/etpan/imap_thread.c
9892                 memset buf to 0
9893
9894 2005-10-10 [colin]      1.9.15cvs27
9895
9896         * src/export.c
9897         * src/import.c
9898                 Fix compile on gtk 2.4. Patch by wwp
9899
9900 2005-10-09 [colin]      1.9.15cvs26
9901
9902         * src/mainwindow.c
9903         * src/messageview.c
9904         * src/summaryview.c
9905                 Clarify forward menus. Patch by wwp
9906
9907 2005-10-09 [colin]      1.9.15cvs25
9908
9909         * src/compose.c
9910         * src/compose.h
9911                 Fix bug #829 (Non-working "Encrypt message by 
9912                 default when replying to an encrypted message")
9913
9914 2005-10-08 [colin]      1.9.15cvs24
9915
9916         * src/wizard.c
9917                 Fix bug #827 ("Welcome" setup wizard after a 
9918                 permission error gives up & forgets itself.)
9919
9920 2005-10-08 [colin]      1.9.15cvs23
9921
9922         * src/procmime.c
9923                 Fix bug #828 (Ignoring headers with spaces around = sign)
9924
9925 2005-10-08 [colin]      1.9.15cvs22
9926
9927         * src/export.c
9928                 Warning fix by wwp
9929
9930 2005-10-08 [colin]      1.9.15cvs21
9931
9932         * src/folder.c
9933         * src/folder.h
9934                 Add a processing_pending indicator, set on 
9935                 folder_item_open and cleared after 
9936                 folder_item_process_open
9937         * src/folderview.c
9938         * src/summaryview.c
9939                 wrap procmsg_msginfo_*_flags, and in the
9940                 wrapper check that there's no folder processing 
9941                 pending. If there is, defer the flags change until 
9942                 processing is done to avoid stepping over each
9943                 other's toes.
9944                 Freeze during processing, but not during scanning.
9945
9946 2005-10-07 [colin]      1.9.15cvs20
9947
9948         * src/plugins/pgpcore/passphrase.c
9949                 Fix bug #826 (X-Server hangs when 
9950                 right-clicking a PGP encrypted message)
9951
9952 2005-10-07 [paul]       1.9.15cvs19
9953
9954         * src/compose.c
9955                 fix compose_entries[]
9956                 patch by Fabien Vantard
9957
9958 2005-10-06 [colin]      1.9.15cvs18
9959
9960         * src/pixmaps/address.xpm
9961         * src/pixmaps/address_book.xpm
9962         * src/pixmaps/book.xpm
9963         * src/pixmaps/check_spelling.xpm
9964         * src/pixmaps/checkbox_off.xpm
9965         * src/pixmaps/checkbox_on.xpm
9966         * src/pixmaps/close.xpm
9967         * src/pixmaps/complete.xpm
9968         * src/pixmaps/continue.xpm
9969         * src/pixmaps/deleted.xpm
9970         * src/pixmaps/down_arrow.xpm
9971         * src/pixmaps/exec.xpm
9972         * src/pixmaps/forwarded.xpm
9973         * src/pixmaps/group.xpm
9974         * src/pixmaps/ignorethread.xpm
9975         * src/pixmaps/interface.xpm
9976         * src/pixmaps/jpilot.xpm
9977         * src/pixmaps/ldap.xpm
9978         * src/pixmaps/linewrap.xpm
9979         * src/pixmaps/linewrapcurrent.xpm
9980         * src/pixmaps/mail.xpm
9981         * src/pixmaps/mail_attach.xpm
9982         * src/pixmaps/mail_compose.xpm
9983         * src/pixmaps/mail_forward.xpm
9984         * src/pixmaps/mail_receive.xpm
9985         * src/pixmaps/mail_receive_all.xpm
9986         * src/pixmaps/mail_reply.xpm
9987         * src/pixmaps/mail_reply_to_all.xpm
9988         * src/pixmaps/mail_reply_to_author.xpm
9989         * src/pixmaps/mail_send.xpm
9990         * src/pixmaps/mail_send_queue.xpm
9991         * src/pixmaps/mime_application.xpm
9992         * src/pixmaps/mime_audio.xpm
9993         * src/pixmaps/mime_image.xpm
9994         * src/pixmaps/mime_message.xpm
9995         * src/pixmaps/mime_text_enriched.xpm
9996         * src/pixmaps/mime_text_html.xpm
9997         * src/pixmaps/mime_text_plain.xpm
9998         * src/pixmaps/mime_unknown.xpm
9999         * src/pixmaps/new.xpm
10000         * src/pixmaps/news_compose.xpm
10001         * src/pixmaps/offline.xpm
10002         * src/pixmaps/online.xpm
10003         * src/pixmaps/paste.xpm
10004         * src/pixmaps/preferences.xpm
10005         * src/pixmaps/privacy_emblem_encrypted.xpm
10006         * src/pixmaps/privacy_expired.xpm
10007         * src/pixmaps/privacy_failed.xpm
10008         * src/pixmaps/privacy_passed.xpm
10009         * src/pixmaps/privacy_signed.xpm
10010         * src/pixmaps/privacy_unknown.xpm
10011         * src/pixmaps/privacy_warn.xpm
10012         * src/pixmaps/properties.xpm
10013         * src/pixmaps/replied.xpm
10014         * src/pixmaps/search.xpm
10015         * src/pixmaps/unread.xpm
10016         * src/pixmaps/up_arrow.xpm
10017         * src/pixmaps/vcard.xpm
10018                 Modernize internal theme, with icons from the 
10019                 Gnomaws theme. Keep some of the old ones where
10020                 they were better.
10021
10022 2005-10-06 [colin]      1.9.15cvs17
10023
10024         * src/summaryview.c
10025                 Little optimisations + bugfix
10026         * src/toolbar.c
10027                 Remove default useless items - useless being defined
10028                 by the default relevant prefs
10029         * src/wizard.c
10030                 include config.h to make gettext work
10031         * src/prefs_themes.c
10032                 Fix selection of current theme in prefs
10033
10034 2005-10-06 [colin]      1.9.15cvs16
10035
10036         * src/prefs_common.c
10037         * src/prefs_common.h
10038         * src/prefs_summaries.c
10039         * src/folderview.c
10040                 Add a warning dialog on Mark all read 
10041                 (with pref to get rid of it)
10042
10043 2005-10-06 [paul]       1.9.15cvs15
10044
10045         * po/nb.po
10046         * po/pt_BR.po
10047                 updated by Geir Helland and Frederico
10048                 Goncalves Guimaraes
10049
10050 2005-10-05 [colin]      1.9.15cvs14
10051
10052         * src/folder.c
10053         * src/folder.h
10054         * src/folderview.c
10055         * src/folderview.h
10056         * src/imap_gtk.c
10057         * src/mh_gtk.c
10058         * src/mainwindow.c
10059         * src/setup.c
10060                 add a way to rescan without rebuilding
10061                 make moving a bit faster (less folders changes)
10062                 don't lock the tree on Get 
10063         * src/imap.c
10064                 Don't re-delete deleted messages before expunging
10065         * src/summaryview.c
10066                 Set batch mode when deleting mails
10067
10068 2005-10-05 [paul]       1.9.15cvs13
10069
10070         * src/mainwindow.c
10071         * src/mainwindow.h
10072                 fix disabled Execute menu item
10073         * src/toolbar.c
10074                 match the change in 1.9.15cvs10: use Compose
10075                 instead of News by default
10076
10077 2005-10-04 [colin]      1.9.15cvs12
10078
10079         * src/compose.c
10080                 When replying to an ML post with Reply-To set
10081                 to the poster's email, honor it (as before),
10082                 but also honor our user's request to reply to
10083                 the mailing list: set the ML address in the To
10084                 field and the Reply-To address in the Cc: 
10085                 field.
10086
10087 2005-10-04 [colin]      1.9.15cvs11
10088
10089         * src/plugins/trayicon/trayicon.c
10090                 Finish cosmetic change - thanks to wwp
10091
10092 2005-10-04 [colin]      1.9.15cvs10
10093
10094         * src/toolbar.c
10095                 Use Compose instead of Email by default.
10096                 Spotted by wwp.
10097
10098 2005-10-04 [colin]      1.9.15cvs9
10099
10100         * src/folder.c
10101         * src/folder.h
10102         * src/folderview.c
10103         * src/imap.c
10104         * src/etpan/imap-thread.c
10105         * src/etpan/imap-thread.h
10106                 Try to make IMAP faster, by simplifying SEARCH
10107                 commands, avoiding sending two STATUS in a row,
10108                 and deferring flags sync and processing just
10109                 after displaying the folder. 
10110                 This will update the SummaryView in certain
10111                 cases (new mails not already fetched, flags
10112                 changed from another client) but in a non-
10113                 blocking manner.
10114
10115 2005-10-04 [colin]      1.9.15cvs8
10116
10117         * src/plugins/trayicon/trayicon.c
10118                 Relabel "Offline" to "Work offline"
10119
10120 2005-10-04 [colin]      1.9.15cvs7
10121
10122         * src/export.c
10123         * src/import.c
10124         * src/mbox.c
10125                 Fix mbox import/export buglets
10126                 Patch by wwp
10127         * src/plugins/trayicon/trayicon.c
10128                 Add offline swithc
10129                 Patch by wwp
10130
10131 2005-10-04 [colin]      1.9.15cvs6
10132
10133         * src/folder.c
10134         * src/folderview.c
10135         * src/summaryview.c
10136                 Better fix (don't break mark all read) for cvs2
10137
10138 2005-10-03 [colin]      1.9.15cvs5
10139
10140         * src/folder.c
10141                 Use a sane sort by default
10142
10143 2005-10-03 [colin]      1.9.15cvs4
10144
10145         * src/inc.c
10146                 Add a 'Only once' button for overriding offline mode
10147         * src/prefs_account.c
10148         * src/wizard.c
10149                 Add Local mbox to the wizard
10150                 Add IMAP subdir to the wizard (or the wizard is useless
10151                 for such accounts, or even worse than useless)
10152                 Move IMAP subdir from Advanced to Receive tab, as it's
10153                 not that uncommon
10154
10155 2005-10-03 [colin]      1.9.15cvs3
10156
10157         * src/send_message.c
10158                 Forgot this one in cvs1
10159
10160 2005-10-03 [colin]      1.9.15cvs2
10161
10162         * src/folder.c
10163                 Faster close when leaving a folder with lots
10164                 of new mails. Idea by David Relson.
10165
10166 2005-10-03 [colin]      1.9.15cvs1
10167
10168         * src/compose.c
10169         * src/imap.c
10170         * src/inc.c
10171         * src/main.c
10172         * src/messageview.c
10173         * src/news.c
10174         * src/summaryview.c
10175         * src/gtk/sslcertwindow.c
10176         * src/plugins/trayicon/trayicon.c
10177                 Add accels to every AlertPanel. Patch by Fabien 
10178                 Vantard
10179
10180 2005-10-03 [paul]       1.9.15
10181
10182         1.9.15 released
10183
10184 2005-10-03 [paul]       1.9.14cvs68
10185
10186         * po/ca.po
10187         * po/de.po
10188         * po/es.po
10189         * po/fi.po
10190         * po/fr.po
10191         * po/sk.po
10192         * po/sr.po
10193         * po/zh_CN.po
10194                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10195                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10196                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10197
10198 2005-10-03 [paul]       1.9.14cvs67
10199
10200         * src/send_message.c
10201                 prevent hang on Cancel
10202                 patch by Colin
10203
10204 2005-10-03 [paul]       1.9.14cvs66
10205
10206         * src/main.c
10207                 fix crash in IMAP caused by discrepancy
10208                 between check_at_startup and offline mode
10209                 Patch by Colin
10210
10211 2005-10-01 [paul]       1.9.14cvs65
10212
10213         * src/inc.c
10214                 fix engrish
10215
10216 2005-10-01 [paul]       1.9.14cvs64
10217         * src/export.c
10218         * src/import.c
10219                 synchronise import_mbox() and export_mbox()
10220         * src/mbox.c
10221                 proc_mbox(): add alert if file cannot be opened
10222                 export_list_to_mbox(): test if dest file exists,
10223                 prompt user to overwrite if it does. add alert
10224                 if file cannot be created
10225                                                                 
10226         Patch by wwp
10227                                                                                                                 
10228
10229 2005-09-30 [paul]       1.9.14cvs63
10230
10231         * src/addressbook.c
10232                 Fix sensitivity of a menu
10233         * src/codeconv.c
10234                 Respect hidden pref for mails with no encoding
10235         * src/common/xml.c
10236                 Fix memory corruption
10237         * src/plugins/pgpcore/sgpgme.c
10238                 Fix segfault on incomplete sigs, and display
10239                 of S/Mime UIDs
10240
10241         Patches by Colin
10242
10243 2005-09-30 [colin]      1.9.14cvs62
10244
10245         * src/partial_download.c
10246                 Little logic fix in almost-dead code
10247         * src/pop.c
10248                 Fix partial download when there's no new mail
10249
10250 2005-09-29 [paul]       1.9.14cvs61
10251
10252         * src/plugins/pgpinline/pgpinline.c
10253                 fix bug 819, 'crash accessing sign message'
10254                 Patch by Colin
10255
10256 2005-09-28 [martin]     1.9.14cvs60
10257
10258         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10259                 fix bug #790 (Crash when restarting window manager (fluxbox))
10260
10261 2005-09-28 [paul]       1.9.14cvs59
10262
10263         * src/gtk/gtkaspell.c
10264                 fix off-by-one typo
10265
10266 2005-09-27 [colin]      1.9.14cvs58
10267
10268         * src/plugins/pgpcore/sgpgme.c
10269                 Report error when there's one, instead of
10270                 "Signature unchecked" 
10271
10272 2005-09-27 [colin]      1.9.14cvs57
10273
10274         * src/prefs_quote.c
10275                 Fix bug #816 (Weird quotation with spaces)
10276
10277 2005-09-27 [colin]      1.9.14cvs56
10278
10279         * src/codeconv.c
10280         * src/compose.c
10281         * src/compose.h
10282                 Put subject in compose's title
10283                 Fix Automatic encoding so that it's really automatic:
10284                 first try default locale's charset, then charset of the replied mail, 
10285                 then utf-8
10286                 Fix encoding of headers (must be in strict mode too)
10287
10288 2005-09-26 [colin]      1.9.14cvs55
10289
10290         * src/gtk/gtkaspell.c
10291                 Fix previous patch - don't color the space,
10292                 just uncolor it :)
10293
10294 2005-09-26 [colin]      1.9.14cvs54
10295
10296         * src/gtk/gtkaspell.c
10297                 Unmark space if possible
10298
10299 2005-09-26 [colin]      1.9.14cvs53
10300
10301         * src/imap.c
10302                 log_error instead of alertpanel according to the pref
10303         * src/etpan/imap-thread.c
10304                 Print connect status, copy only necessary size to 
10305                 logger
10306         * src/plugins/pgpmime/pgpmime.c
10307                 Handle S/Mime signatures (verification only). Patch based
10308                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10309
10310 2005-09-26 [paul]       1.9.14cvs52
10311
10312         * src/common/passcrypt.c
10313                 this 'workaround' not necessary on NetBSD.
10314                 Thanks to Daniel Gustafson
10315
10316 2005-09-26 [paul]
10317
10318         1.9.15-rc4 released
10319
10320 2005-09-26 [paul]       1.9.14cvs51
10321
10322         * src/summaryview.c
10323                 Skip currently selected message when
10324                 looking for next new or unread message
10325                 in current folder. Patch by Colin
10326         * src/common/passcrypt.c
10327                 eliminate warnings on *BSD. Patch by
10328                 Daniel Gustafson
10329
10330 2005-09-26 [colin]      1.9.14cvs50
10331
10332         * src/procmsg.c
10333                 Call postfiltering hook anyway
10334
10335 2005-09-22 [colin]      1.9.14cvs49
10336
10337         * src/codeconv.c
10338         * src/codeconv.h
10339                 Add a strict mode that doesn't replace with _
10340         * src/compose.c
10341         * src/compose.h
10342                 Use strict conversion while sending
10343                 Fix race when drafting while sending (happens
10344                 on IMAP)
10345                 Fix d'n'd of messages from summaryview
10346         * src/prefs_common.c
10347         * src/prefs_common.h
10348                 add hidden utf8_instead_of_locale_for_broken_mail 
10349                 pref for people that preferred the default charset 
10350                 to be utf8 for broken mails
10351         * src/quote_fmt_parse.y
10352                 fix bug #815 (No quote insert if "From:" fied 
10353                 contained Russian letters)
10354         * src/summaryview.c
10355                 Fix d'n'd of messages to compose
10356
10357 2005-09-22 [paul]       1.9.14cvs48
10358
10359         * src/compose.c
10360                 fix bug where attachments Name entry
10361                 would display Path instead
10362
10363 2005-09-21 [paul]       1.9.14cvs47
10364
10365         * README
10366         * README.jp
10367         * configure.ac
10368         * config/config.rpath
10369         * doc/manual/en/sylpheed-20.html
10370         * doc/manual/es/sylpheed-20.html
10371         * po/bg.po
10372         * po/ca.po
10373         * po/de.po
10374         * po/es.po
10375         * po/fr.po
10376         * po/it.po
10377         * po/pt_BR.po
10378         * po/sk.po
10379         * po/zh_TW.po
10380         * src/account.c
10381         * src/account.h
10382         * src/action.c
10383         * src/action.h
10384         * src/adbookbase.h
10385         * src/addr_compl.c
10386         * src/addr_compl.h
10387         * src/addrbook.c
10388         * src/addrbook.h
10389         * src/addrcache.c
10390         * src/addrcache.h
10391         * src/addrcindex.c
10392         * src/addrcindex.h
10393         * src/addrclip.c
10394         * src/addrclip.h
10395         * src/addrdefs.h
10396         * src/addressadd.c
10397         * src/addressadd.h
10398         * src/addressbook.c
10399         * src/addressbook.h
10400         * src/addressitem.h
10401         * src/addrgather.c
10402         * src/addrgather.h
10403         * src/addrharvest.c
10404         * src/addrharvest.h
10405         * src/addrindex.c
10406         * src/addrindex.h
10407         * src/addritem.c
10408         * src/addritem.h
10409         * src/addrquery.c
10410         * src/addrquery.h
10411         * src/addrselect.c
10412         * src/addrselect.h
10413         * src/alertpanel.c
10414         * src/alertpanel.h
10415         * src/browseldap.c
10416         * src/browseldap.h
10417         * src/codeconv.c
10418         * src/codeconv.h
10419         * src/compose.c
10420         * src/compose.h
10421         * src/crash.c
10422         * src/crash.h
10423         * src/customheader.c
10424         * src/customheader.h
10425         * src/displayheader.c
10426         * src/displayheader.h
10427         * src/editaddress.c
10428         * src/editaddress.h
10429         * src/editbook.c
10430         * src/editbook.h
10431         * src/editgroup.c
10432         * src/editgroup.h
10433         * src/editjpilot.c
10434         * src/editjpilot.h
10435         * src/editldap.c
10436         * src/editldap.h
10437         * src/editldap_basedn.c
10438         * src/editldap_basedn.h
10439         * src/editvcard.c
10440         * src/editvcard.h
10441         * src/enriched.c
10442         * src/enriched.h
10443         * src/exphtmldlg.c
10444         * src/exphtmldlg.h
10445         * src/expldifdlg.c
10446         * src/expldifdlg.h
10447         * src/export.c
10448         * src/export.h
10449         * src/exporthtml.c
10450         * src/exporthtml.h
10451         * src/exportldif.c
10452         * src/exportldif.h
10453         * src/filtering.c
10454         * src/filtering.h
10455         * src/folder.c
10456         * src/folder.h
10457         * src/folder_item_prefs.c
10458         * src/folder_item_prefs.h
10459         * src/foldersel.c
10460         * src/foldersel.h
10461         * src/folderutils.c
10462         * src/folderutils.h
10463         * src/folderview.c
10464         * src/folderview.h
10465         * src/grouplistdialog.c
10466         * src/grouplistdialog.h
10467         * src/headerview.c
10468         * src/headerview.h
10469         * src/html.c
10470         * src/html.h
10471         * src/image_viewer.c
10472         * src/image_viewer.h
10473         * src/imap.c
10474         * src/imap.h
10475         * src/imap_gtk.c
10476         * src/imap_gtk.h
10477         * src/import.c
10478         * src/import.h
10479         * src/importldif.c
10480         * src/importldif.h
10481         * src/importmutt.c
10482         * src/importmutt.h
10483         * src/importpine.c
10484         * src/importpine.h
10485         * src/inc.c
10486         * src/inc.h
10487         * src/jpilot.c
10488         * src/jpilot.h
10489         * src/ldapctrl.c
10490         * src/ldapctrl.h
10491         * src/ldaplocate.c
10492         * src/ldaplocate.h
10493         * src/ldapquery.c
10494         * src/ldapquery.h
10495         * src/ldapserver.c
10496         * src/ldapserver.h
10497         * src/ldaputil.c
10498         * src/ldaputil.h
10499         * src/ldif.c
10500         * src/ldif.h
10501         * src/localfolder.c
10502         * src/localfolder.h
10503         * src/main.c
10504         * src/main.h
10505         * src/mainwindow.c
10506         * src/mainwindow.h
10507         * src/manual.c
10508         * src/manual.h
10509         * src/matcher.c
10510         * src/matcher.h
10511         * src/matcher_parser.h
10512         * src/matcher_parser_lex.l
10513         * src/matcher_parser_parse.y
10514         * src/mbox.c
10515         * src/mbox.h
10516         * src/message_search.c
10517         * src/message_search.h
10518         * src/messageview.c
10519         * src/messageview.h
10520         * src/mh.c
10521         * src/mh.h
10522         * src/mh_gtk.c
10523         * src/mh_gtk.h
10524         * src/mimeview.c
10525         * src/mimeview.h
10526         * src/msgcache.c
10527         * src/msgcache.h
10528         * src/mutt.c
10529         * src/mutt.h
10530         * src/news.c
10531         * src/news.h
10532         * src/news_gtk.c
10533         * src/news_gtk.h
10534         * src/noticeview.c
10535         * src/noticeview.h
10536         * src/partial_download.c
10537         * src/partial_download.h
10538         * src/pine.c
10539         * src/pine.h
10540         * src/pop.c
10541         * src/pop.h
10542         * src/prefs_account.c
10543         * src/prefs_account.h
10544         * src/prefs_actions.c
10545         * src/prefs_actions.h
10546         * src/prefs_common.c
10547         * src/prefs_common.h
10548         * src/prefs_compose_writing.c
10549         * src/prefs_compose_writing.h
10550         * src/prefs_customheader.c
10551         * src/prefs_customheader.h
10552         * src/prefs_display_header.c
10553         * src/prefs_display_header.h
10554         * src/prefs_ext_prog.c
10555         * src/prefs_ext_prog.h
10556         * src/prefs_filtering.c
10557         * src/prefs_filtering.h
10558         * src/prefs_filtering_action.c
10559         * src/prefs_filtering_action.h
10560         * src/prefs_folder_column.c
10561         * src/prefs_folder_column.h
10562         * src/prefs_folder_item.c
10563         * src/prefs_folder_item.h
10564         * src/prefs_fonts.c
10565         * src/prefs_fonts.h
10566         * src/prefs_gtk.c
10567         * src/prefs_gtk.h
10568         * src/prefs_image_viewer.c
10569         * src/prefs_image_viewer.h
10570         * src/prefs_matcher.c
10571         * src/prefs_matcher.h
10572         * src/prefs_message.c
10573         * src/prefs_message.h
10574         * src/prefs_msg_colors.c
10575         * src/prefs_msg_colors.h
10576         * src/prefs_other.c
10577         * src/prefs_other.h
10578         * src/prefs_quote.c
10579         * src/prefs_quote.h
10580         * src/prefs_receive.c
10581         * src/prefs_receive.h
10582         * src/prefs_send.c
10583         * src/prefs_send.h
10584         * src/prefs_spelling.c
10585         * src/prefs_spelling.h
10586         * src/prefs_summaries.c
10587         * src/prefs_summaries.h
10588         * src/prefs_summary_column.c
10589         * src/prefs_summary_column.h
10590         * src/prefs_template.c
10591         * src/prefs_template.h
10592         * src/prefs_themes.c
10593         * src/prefs_themes.h
10594         * src/prefs_toolbar.c
10595         * src/prefs_toolbar.h
10596         * src/prefs_wrapping.c
10597         * src/prefs_wrapping.h
10598         * src/privacy.c
10599         * src/privacy.h
10600         * src/procheader.c
10601         * src/procheader.h
10602         * src/procmime.c
10603         * src/procmime.h
10604         * src/procmsg.c
10605         * src/procmsg.h
10606         * src/quote_fmt.c
10607         * src/quote_fmt_parse.y
10608         * src/recv.c
10609         * src/recv.h
10610         * src/remotefolder.c
10611         * src/remotefolder.h
10612         * src/send_message.c
10613         * src/send_message.h
10614         * src/setup.c
10615         * src/setup.h
10616         * src/simple-gettext.c
10617         * src/sourcewindow.c
10618         * src/sourcewindow.h
10619         * src/ssl_manager.c
10620         * src/ssl_manager.h
10621         * src/statusbar.c
10622         * src/statusbar.h
10623         * src/stock_pixmap.c
10624         * src/stock_pixmap.h
10625         * src/summary_search.c
10626         * src/summary_search.h
10627         * src/summaryview.c
10628         * src/summaryview.h
10629         * src/syldap.c
10630         * src/syldap.h
10631         * src/textview.c
10632         * src/textview.h
10633         * src/toolbar.c
10634         * src/toolbar.h
10635         * src/undo.c
10636         * src/undo.h
10637         * src/unmime.c
10638         * src/unmime.h
10639         * src/vcard.c
10640         * src/vcard.h
10641         * src/wizard.c
10642         * src/wizard.h
10643         * src/common/base64.c
10644         * src/common/base64.h
10645         * src/common/defs.h
10646         * src/common/hooks.c
10647         * src/common/hooks.h
10648         * src/common/log.c
10649         * src/common/log.h
10650         * src/common/md5.c
10651         * src/common/md5.h
10652         * src/common/mgutils.c
10653         * src/common/mgutils.h
10654         * src/common/nntp.c
10655         * src/common/nntp.h
10656         * src/common/passcrypt.c
10657         * src/common/passcrypt.h.in
10658         * src/common/plugin.c
10659         * src/common/plugin.h
10660         * src/common/prefs.c
10661         * src/common/prefs.h
10662         * src/common/progressindicator.c
10663         * src/common/progressindicator.h
10664         * src/common/quoted-printable.c
10665         * src/common/quoted-printable.h
10666         * src/common/session.c
10667         * src/common/session.h
10668         * src/common/smtp.c
10669         * src/common/smtp.h
10670         * src/common/socket.c
10671         * src/common/socket.h
10672         * src/common/ssl.c
10673         * src/common/ssl.h
10674         * src/common/ssl_certificate.c
10675         * src/common/ssl_certificate.h
10676         * src/common/string_match.c
10677         * src/common/string_match.h
10678         * src/common/stringtable.c
10679         * src/common/sylpheed.c
10680         * src/common/sylpheed.h
10681         * src/common/template.c
10682         * src/common/template.h
10683         * src/common/timing.h
10684         * src/common/utils.c
10685         * src/common/utils.h
10686         * src/common/uuencode.c
10687         * src/common/uuencode.h
10688         * src/common/version.h.in
10689         * src/common/xml.c
10690         * src/common/xml.h
10691         * src/common/xmlprops.c
10692         * src/common/xmlprops.h
10693         * src/gtk/about.c
10694         * src/gtk/about.h
10695         * src/gtk/colorlabel.c
10696         * src/gtk/colorlabel.h
10697         * src/gtk/colorsel.c
10698         * src/gtk/colorsel.h
10699         * src/gtk/description_window.c
10700         * src/gtk/description_window.h
10701         * src/gtk/filesel.c
10702         * src/gtk/filesel.h
10703         * src/gtk/foldersort.c
10704         * src/gtk/foldersort.h
10705         * src/gtk/gtkutils.c
10706         * src/gtk/gtkutils.h
10707         * src/gtk/inputdialog.c
10708         * src/gtk/inputdialog.h
10709         * src/gtk/logwindow.c
10710         * src/gtk/logwindow.h
10711         * src/gtk/manage_window.c
10712         * src/gtk/manage_window.h
10713         * src/gtk/menu.c
10714         * src/gtk/menu.h
10715         * src/gtk/pluginwindow.c
10716         * src/gtk/pluginwindow.h
10717         * src/gtk/prefswindow.c
10718         * src/gtk/prefswindow.h
10719         * src/gtk/progressdialog.c
10720         * src/gtk/progressdialog.h
10721         * src/gtk/quicksearch.c
10722         * src/gtk/quicksearch.h
10723         * src/gtk/sslcertwindow.c
10724         * src/gtk/sslcertwindow.h
10725         * src/plugins/clamav/clamav_plugin.c
10726         * src/plugins/clamav/clamav_plugin.h
10727         * src/plugins/clamav/clamav_plugin_gtk.c
10728         * src/plugins/demo/demo.c
10729         * src/plugins/dillo_viewer/dillo_prefs.c
10730         * src/plugins/dillo_viewer/dillo_prefs.h
10731         * src/plugins/dillo_viewer/dillo_viewer.c
10732         * src/plugins/mathml_viewer/mathml_viewer.c
10733         * src/plugins/pgpcore/passphrase.c
10734         * src/plugins/pgpcore/passphrase.h
10735         * src/plugins/pgpcore/plugin.c
10736         * src/plugins/pgpcore/prefs_gpg.c
10737         * src/plugins/pgpcore/prefs_gpg.h
10738         * src/plugins/pgpcore/select-keys.c
10739         * src/plugins/pgpcore/select-keys.h
10740         * src/plugins/pgpcore/sgpgme.c
10741         * src/plugins/pgpcore/sgpgme.h
10742         * src/plugins/pgpinline/pgpinline.c
10743         * src/plugins/pgpinline/pgpinline.h
10744         * src/plugins/pgpinline/plugin.c
10745         * src/plugins/pgpmime/pgpmime.c
10746         * src/plugins/pgpmime/pgpmime.h
10747         * src/plugins/pgpmime/plugin.c
10748         * src/plugins/spamassassin/spamassassin.c
10749         * src/plugins/spamassassin/spamassassin.h
10750         * src/plugins/spamassassin/spamassassin_gtk.c
10751         * src/plugins/trayicon/trayicon.c
10752         * tools/OOo2sylpheed.pl
10753         * tools/acroread2sylpheed.pl
10754         * tools/asus_mailled.sh
10755         * tools/filter_conv.pl
10756         * tools/freshmeat_search.pl
10757         * tools/google_search.pl
10758         * tools/kmail2sylpheed.pl
10759         * tools/kmail2sylpheed_v2.pl
10760         * tools/maildir2sylpheed.pl
10761         * tools/multiwebsearch.pl
10762         * tools/newscache_clean.pl
10763         * tools/outlook2sylpheed.pl
10764         * tools/sylpheed-switcher
10765         * tools/update-po
10766         * tools/vcard2xml.py
10767         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10768                 update FSF address
10769
10770 2005-09-21 [colin]      1.9.14cvs46
10771
10772         * src/gedit-print.c
10773         * src/procmsg.c
10774         * src/procmsg.h
10775         * src/textview.c
10776         * src/summaryview.c
10777                 Remove some printing hacks (deselection/reselection),
10778                 which by the way fix printing the currently 
10779                 displayed mime part (still only text)
10780                 Plus a little optimisation of summary_show
10781
10782
10783 2005-09-20 [colin]      1.9.14cvs45
10784
10785         * src/mainwindow.c
10786         * src/messageview.c
10787                 GUI fixups: add accels, set message
10788                 view title to displayed mail's subject
10789         * src/prefs_spelling.c
10790         * src/gtk/gtkaspell.c
10791                 GUI fixups: allow underlining misspelled
10792                 words instead of coloring them (a11y!)
10793
10794 2005-09-19 [colin]
10795
10796         1.9.15rc3 released
10797
10798 2005-09-19 [colin]      1.9.14cvs44
10799
10800         * src/compose.c
10801                 Fix draft message
10802         * src/gtk/gtkaspell.c
10803                 Fix wrong test ;-)
10804
10805 2005-09-19 [colin]      1.9.14cvs43
10806
10807         * src/addressbook.c
10808                 Fix sensitivity of Delete button
10809         * src/compose.c
10810                 Warn if the requested Privacy system
10811                 is not available
10812         * src/exphtmldlg.c
10813         * src/expldifdlg.c
10814         * src/importldif.c
10815         * src/importmutt.c
10816         * src/importpine.c
10817                 Fix crappy UI
10818         * src/
10819         * src/ssl.h
10820         * src/prefs_account.h
10821         * src/prefs_account.c
10822                 Save SSL prefs even in builds that have
10823                 SSL support disable
10824         * src/imap.c
10825         * src/inc.c
10826         * src/news.c
10827         * src/send_message.c
10828                 Warn if connection should be secure, but
10829                 SSL support isn't compiled in
10830         * src/gtkaspell.c
10831                 Fix word separation on UTF-8 systems
10832                 Fixes bug #812 (Strange inline spellchecking)
10833         * src/compose.c
10834                 Warn if the requested Privacy system
10835                 is not available
10836                 Factorize offline warning
10837         * src/imap.c
10838         * src/imap_gtk.c
10839         * src/imap_gtk.h
10840         * src/inc.h
10841         * src/news_gtk.c
10842         * src/news_gtk.h
10843         * src/messageview.c
10844                 Factorize offline warning
10845
10846 2005-09-19 [paul]
10847
10848         1.9.15-rc2 released
10849
10850 2005-09-18 [colin]      1.9.14cvs42
10851
10852         * src/codeconv.c
10853         * src/codeconv.h
10854         * src/procmime.c
10855                 Add a way to get locale's charset ignoring utf-8,
10856                 and use that as default encoding for broken mails
10857
10858 2005-09-18 [colin]      1.9.14cvs41
10859
10860         * src/gtk/logwindow.c
10861                 Translate string. Patch by Fabien Vantard
10862
10863 2005-09-18 [colin]      1.9.14cvs40
10864
10865         * configure.ac
10866                 Fix bug #803 (IMAP/SSL support breaks with 
10867                 GnuTLS libetpan 0.38)
10868
10869 2005-09-18 [colin]      1.9.14cvs39
10870
10871         * src/codeconv.c
10872         * src/compose.c
10873         * src/procmime.c
10874                 More charsets fixes. Fixes bug #806 (non
10875                 ascii characters in subject line)
10876
10877 2005-09-17 [paul]       1.9.14cvs38
10878
10879         * src/folderview.c
10880         * src/mainwindow.c
10881                 fix gcc-2.95 issues
10882                 Patch by Pawel Pekala
10883
10884 2005-09-17 [colin]      1.9.14cvs37
10885
10886         * src/addrindex.c
10887                 bugfix for NO-USE LDAP compilation, patch 
10888                 by Fabien Vantard
10889
10890 2005-09-17 [colin]      1.9.14cvs36
10891
10892         * src/prefs_actions.c
10893         * src/prefs_customheader.c
10894         * src/prefs_display_header.c
10895         * src/prefs_filtering_action.c
10896         * src/prefs_matcher.c
10897         * src/prefs_toolbar.c
10898                 Fix strange casts (less elegant but
10899                 works better)
10900
10901 2005-09-16 [colin]      1.9.14cvs35
10902
10903         * src/jpilot.c
10904                 Missed that one
10905
10906 2005-09-16 [colin]      1.9.14cvs34
10907
10908         * configure.ac
10909         * src/Makefile.am
10910         * src/addr_compl.c
10911         * src/addrindex.c
10912         * src/browseldap.c
10913         * src/editldap.c
10914         * src/ldaplocate.c
10915         * src/ldapquery.c
10916         * src/ldapquery.h
10917         * src/ldapserver.c
10918         * src/ldapserver.h
10919         * src/main.c
10920         * src/matcher_parser_parse.y
10921         * src/prefs_themes.c
10922         * src/etpan/Makefile.am
10923         * src/gtk/description_window.c
10924         * src/plugins/clamav/Makefile.am
10925         * src/plugins/clamav/clamav_plugin.c
10926         * src/plugins/dillo_viewer/Makefile.am
10927         * src/plugins/pgpcore/Makefile.am
10928         * src/plugins/pgpinline/Makefile.am
10929         * src/plugins/pgpmime/Makefile.am
10930         * src/plugins/trayicon/Makefile.am
10931                 Fix 100% cpu usage in address completion list
10932                 Fix little bugs (return with no values etc)
10933                 Fix all warnings (with common CFLAGS)
10934
10935 2005-09-15 [colin]      1.9.14cvs33
10936
10937         * src/addressbook.c
10938                 Fix bug where sometimes a group's email list is empty,
10939                 force its refresh (probably fixes "Re: how to create a 
10940                 distribution list")
10941         * src/ldapquery.c
10942                 Don't return to the callback in the main thread from the
10943                 fetch thread (or face segs!)
10944
10945 2005-09-15 [paul]       1.9.14cvs32
10946
10947         * src/prefs_matcher.c
10948                 forgotten in last commit
10949
10950 2005-09-15 [paul]       1.9.14cvs31
10951
10952         * src/prefs_actions.c
10953         * src/prefs_filtering_action.c
10954         * src/prefs_quote.c
10955         * src/quote_fmt.c
10956         * src/summaryview.c
10957         * src/gtk/description_window.c
10958         * src/gtk/description_window.h
10959         * src/gtk/quicksearch.c
10960                 allow interaction with the called
10961                 description window
10962                 Patch by Anders Hammar
10963
10964 2005-09-14 [paul]       1.9.14cvs30
10965
10966         * src/compose.c
10967                 fix a little annoyance when pasting with 3rd button 
10968                 with wrap_pastes=0 and wrap_input=1
10969                 Patch by Colin
10970
10971 2005-09-14 [paul]       1.9.14cvs29
10972
10973         * src/prefs_account.c
10974                 disable 'Filter messages on receiving' for
10975                 SMTP-only accounts
10976                 Patch  by Anders Hammar
10977
10978 2005-09-14 [paul]       1.9.14cvs28
10979
10980         * po/sk.po
10981                 fix crash
10982                 updated by Andrej Kacian
10983
10984 2005-09-14 [paul]
10985
10986         1.9.15-rc1 released
10987
10988 2005-09-14 [paul]       1.9.14cvs27
10989
10990         * po/es.po
10991                 updated by Ricardo Mones Lastra
10992         * src/compose.c
10993         * src/compose.h
10994                 associate no_wrap_tags to Compose windows
10995                 instead of using a static one
10996                 Patch by Colin
10997         * src/mbox.c
10998                 fix proc_mbox()
10999                 Patch by wwp
11000         * src/textview.c
11001                 remove unneeded printf()
11002
11003 2005-09-14 [paul]       1.9.14cvs26
11004
11005         * src/addrcache.c
11006         * src/codeconv.h
11007         * src/folder.h
11008         * src/mainwindow.h
11009         * src/mh.c
11010         * src/mimeview.h
11011         * src/partial_download.c
11012         * src/pop.c
11013         * src/prefs_account.c
11014         * src/prefs_account.h
11015         * src/prefs_actions.c
11016         * src/prefs_customheader.c
11017         * src/prefs_display_header.c
11018         * src/prefs_filtering_action.c
11019         * src/prefs_matcher.c
11020         * src/prefs_toolbar.c
11021         * src/privacy.h
11022         * src/procmime.c
11023         * src/procmime.h
11024         * src/procmsg.h
11025         * src/textview.c
11026         * src/undo.h
11027         * src/common/plugin.c
11028         * src/common/session.h
11029         * src/common/socket.c
11030         * src/common/socket.h
11031         * src/common/template.c
11032         * src/gtk/gtkaspell.c
11033         * src/gtk/quicksearch.h
11034         * src/plugins/pgpcore/passphrase.c
11035         * src/plugins/pgpcore/prefs_gpg.h
11036         * src/plugins/pgpcore/select-keys.c
11037         * src/plugins/pgpcore/select-keys.h
11038         * src/plugins/pgpcore/sgpgme.c
11039         * src/plugins/pgpinline/pgpinline.c
11040         * src/plugins/pgpmime/pgpmime.c
11041         * src/plugins/trayicon/trayicon.c
11042                 fix compilation warnings
11043                 Patch by Daniel Gustafson
11044
11045 2005-09-14 [paul]       1.9.14cvs25
11046
11047         * src/addressbook.c
11048                 add missing column header, and other small
11049                 bug fixes
11050                 Patch by Anders Hammar
11051
11052 2005-09-13 [colin]      1.9.14cvs24
11053
11054         * src/gtk/gtkaspell.c
11055                 Fix non-utf8 in menu
11056                 Fix little leaks
11057                 Nullify struct members after free()s
11058
11059 2005-09-13 [colin]      1.9.14cvs23
11060
11061         * src/compose.c
11062                 Test utf8 compliance before inserting to 
11063                 buffer, and try to convert if necessary
11064         * src/procmime.c
11065                 If no charset is present, use the locale 
11066                 one instead of us-ascii
11067         * src/procmsg.c
11068                 Add Sender, List-Post and To in the checked 
11069                 headers for automatic rules creation 
11070                 (thanks to wwp)
11071         * src/prefs_themes.c
11072         * src/gtk/gtkaspell.c
11073                 Remove deprecated functions. 
11074                 patch by Daniel Gustafson
11075
11076 2005-09-12 [colin]      1.9.14cvs22
11077
11078         * src/compose.c
11079                 Fix bug #448 (Scrolling/Redraw issue with 
11080                 address-fields in Header)
11081         * src/mainwindow.c
11082         * src/summaryview.c
11083         * src/summaryview.h
11084                 Fix loss of MSG_MARKED on move/copy
11085                 Fix bug #804 (Quicksearch togglebutton doesn't 
11086                 get depressed after '/' key is pressed)
11087
11088 2005-09-12 [paul]       1.9.14cvs21
11089
11090         * AUTHORS
11091         * src/gtk/logwindow.c
11092                 add 'Clear Log' to popup menu
11093                 Patch by Anders Hammar <anders.hammar@telia.com>
11094
11095 2005-09-12 [paul]       1.9.14cvs20
11096
11097         * src/compose.c
11098                 set correct sensitivity on attachments
11099                 popup menu
11100         * src/folder.c
11101                 fix typo
11102         * src/prefs_spelling.c
11103                 fix crash when no LANG env is set
11104         * src/common/xml.c
11105                 fix crash in wizard
11106                 don't use memeory after free
11107
11108         All patches by Daniel Gustafson
11109
11110 2005-09-12 [paul]       1.9.14cvs19
11111
11112         * src/prefs_themes.c
11113                 make theme info selectable
11114         * src/gtk/description_window.c
11115                 make window non-modal
11116         * tools/README
11117                 add details of asus_mailed.sh
11118         * tools/claws.i18n.status.pl
11119                 update for new zh_TW translator
11120                 widen the output
11121                 create alternate coloured lines
11122                 improve readability
11123
11124 2005-09-10 [colin]      1.9.14cvs18
11125
11126         * src/plugins/pgpcore/select-keys.c
11127                 Better order for the buttons
11128
11129 2005-09-10 [colin]      1.9.14cvs17
11130
11131         * src/compose.c
11132         * src/plugins/pgpcore/select-keys.c
11133         * src/plugins/pgpcore/select-keys.h
11134         * src/plugins/pgpcore/sgpgme.c
11135                 Add a "Don't encrypt" button to the key
11136                 selection dialog. Fixes bug #177 (There should be a 
11137                 'Don't encrypt button in the Select Keys dialog)
11138
11139 2005-09-10 [colin]      1.9.14cvs16
11140
11141         * src/compose.c
11142                 Fix bug #572 (%X option does not work with templates)
11143
11144 2005-09-10 [colin]      1.9.14cvs15
11145
11146         * src/toolbar.c 
11147                 Remove g_print
11148
11149 2005-09-10 [colin]      1.9.14cvs14
11150
11151         * src/imap.c
11152                 Fix a possible crash
11153
11154 2005-09-09 [colin]      1.9.14cvs13
11155
11156         * src/imap.c
11157         * src/etpan/imap-thread.c
11158         * src/etpan/imap-thread.h
11159                 Fix moving from queue or drafts to normal folders
11160                 Fix bug #794 (No way to delete without expunging)
11161                 Take flags unset by other mailers into account
11162                 Take deleted flag set by other mailers into account
11163                 Fix unsetting REPLIED flag
11164                 Fix crash when capabilities can't be retrieved
11165         * src/mainwindow.c
11166         * src/mainwindow.h
11167                 Add M_DELAYED_FLAGS condition, and let the user use
11168                 Execute in order to be able to expunge deleted mails,
11169                 even if he's not in delayed execute mode
11170         * src/prefs_spelling.c
11171                 Use 'en' dictionary by default if LANG is POSIX or C
11172         * src/gtk/prefswindow.c
11173                 Fix bug #767 (Preferences windows expanding) by making
11174                 the window a bit larger when the resolution is greater
11175                 than 640x480, and by putting the prefs in a
11176                 GtkScrolledWindow.
11177
11178 2005-09-09 [paul]       1.9.14cvs12
11179
11180         * AUTHORS
11181         * configure.ac
11182         * po/zh_TW.Big5.po      ** REMOVED **
11183         * po/zh_TW.po           ** ADDED **
11184                 updated by Wei-Lun Chao
11185
11186 2005-09-09 [paul]       1.9.14cvs11
11187
11188         * src/mainwindow.c
11189                 fix asserts
11190         * src/common/xml.c
11191                 delay memory allocation until file is
11192                 opened successfully
11193                 Patch by Daniel Gustafson
11194
11195 2005-09-09 [colin]      1.9.14cvs10
11196
11197         * src/imap.c
11198                 Add guards
11199
11200 2005-09-08 [colin]      1.9.14cvs9
11201
11202         * src/compose.c
11203                 Alert when we can't save draft
11204                 Fix various wrap/color issues
11205                 Add mid-click pasting respecting wrap_paste option
11206         * src/folder.c
11207         * src/folder.h
11208         * src/folder_item_prefs.c
11209         * src/folder_item_prefs.h
11210         * src/imap.c
11211         * src/imap_gtk.c
11212         * src/imap_gtk.h
11213         * src/main.c
11214         * src/mainwindow.c
11215         * src/mainwindow.h
11216         * src/news.c
11217         * src/news_gtk.c
11218         * src/news_gtk.h
11219         * src/prefs_folder_item.c
11220                 Fix the impossibility to synchronise folders for
11221                 offline use (IMAP and NNTP are concerned)
11222
11223 2005-09-08 [colin]      1.9.14cvs8
11224
11225         * configure.ac
11226                 Build LDAP and JPilot by default if available
11227         * src/textview.c
11228                 Fix use after free
11229
11230 2005-09-08 [paul]       1.9.14cvs7
11231
11232         * doc/manual/en/sylpheed-1.html
11233         * doc/manual/en/sylpheed-18.html
11234         * doc/manual/en/sylpheed-19.html
11235         * doc/manual/en/sylpheed-4.html
11236         * doc/manual/en/sylpheed-6.html
11237         * doc/manual/en/sylpheed.html
11238                 a few minor updates, plus include some
11239                 details about plugins and their requirements
11240         * src/mainwindow.c
11241                 minor changes to English in /View/Sort
11242
11243 2005-09-07 [colin]      1.9.14cvs6
11244
11245         * doc/manual/en/sylpheed-1.html
11246         * doc/manual/en/sylpheed-10.html
11247         * doc/manual/en/sylpheed-11.html
11248         * doc/manual/en/sylpheed-12.html
11249         * doc/manual/en/sylpheed-13.html
11250         * doc/manual/en/sylpheed-14.html
11251         * doc/manual/en/sylpheed-15.html
11252         * doc/manual/en/sylpheed-16.html
11253         * doc/manual/en/sylpheed-17.html
11254         * doc/manual/en/sylpheed-18.html
11255         * doc/manual/en/sylpheed-19.html
11256         * doc/manual/en/sylpheed-2.html
11257         * doc/manual/en/sylpheed-20.html
11258         * doc/manual/en/sylpheed-21.html
11259         * doc/manual/en/sylpheed-22.html
11260         * doc/manual/en/sylpheed-3.html
11261         * doc/manual/en/sylpheed-4.html
11262         * doc/manual/en/sylpheed-5.html
11263         * doc/manual/en/sylpheed-6.html
11264         * doc/manual/en/sylpheed-7.html
11265         * doc/manual/en/sylpheed-8.html
11266         * doc/manual/en/sylpheed-9.html
11267         * doc/manual/en/sylpheed.html
11268                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11269
11270 2005-09-07 [colin]      1.9.14cvs5
11271
11272         * src/mainwindow.c
11273                 Make labels more to-the-point
11274
11275 2005-09-07 [colin]      1.9.14cvs4
11276
11277         * doc/manual/en/sylpheed-1.html
11278         * doc/manual/en/sylpheed-12.html
11279         * doc/manual/en/sylpheed-13.html
11280         * doc/manual/en/sylpheed-14.html
11281         * doc/manual/en/sylpheed-15.html
11282         * doc/manual/en/sylpheed-16.html
11283         * doc/manual/en/sylpheed-17.html
11284         * doc/manual/en/sylpheed-18.html
11285         * doc/manual/en/sylpheed-19.html
11286         * doc/manual/en/sylpheed-2.html
11287         * doc/manual/en/sylpheed-20.html
11288         * doc/manual/en/sylpheed-21.html
11289         * doc/manual/en/sylpheed-22.html
11290         * doc/manual/en/sylpheed-4.html
11291         * doc/manual/en/sylpheed-5.html
11292         * doc/manual/en/sylpheed-6.html
11293         * doc/manual/en/sylpheed-7.html
11294         * doc/manual/en/sylpheed-8.html
11295         * doc/manual/en/sylpheed-9.html
11296         * doc/manual/en/sylpheed.html
11297                 Update manual
11298
11299 2005-09-07 [colin]      1.9.14cvs3
11300
11301         * doc/faq/en/sylpheed-faq-1.html
11302         * doc/faq/en/sylpheed-faq-2.html
11303         * doc/faq/en/sylpheed-faq-3.html
11304         * doc/faq/en/sylpheed-faq.html
11305                 Update FAQ
11306
11307 2005-09-07 [colin]      1.9.14cvs2
11308
11309         * src/folderview.c
11310         * src/procmsg.c
11311         * src/summaryview.c
11312         * src/toolbar.c
11313                 Fix special subfolders:
11314                 - Inherit parent's icon
11315                 - sent contents of queues subfolders
11316                 - empty subfolders of trashes
11317         * src/mainwindow.c
11318                 Remove outdated manual and faq entries
11319         * src/common/utils.c
11320                 Add quotes around %s coming from mailcap
11321
11322 2005-09-07 [colin]      1.9.14cvs1
11323
11324         * src/compose.c
11325                 After saving draft, set modified to FALSE
11326         * src/mimeview.c
11327         * src/common/utils.c
11328         * src/common/utils.h
11329                 Try to open mime parts using what is 
11330                 indicated in ~/.mailcap or /etc/mailcap,
11331                 if possible.
11332
11333 2005-09-05 [paul]       1.9.14
11334
11335         1.9.14 released
11336
11337         * po/sk.po
11338                 updated by Andrej Kacian
11339
11340 2005-09-05 [paul]       1.9.13cvs83
11341
11342         * po/de.po
11343         * po/es.po
11344         * po/fi.po
11345         * po/fr.po
11346         * po/nb.po
11347         * po/pt_BR.po
11348         * po/sr.po
11349                 updated translations by Thomas Gilgin, Ricardo Mones
11350                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11351                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11352
11353 2005-09-04 [paul]       1.9.13cvs82
11354
11355         * src/compose.c
11356                 only warn about exceeded line length limit
11357                 on send
11358
11359 2005-09-04 [paul]       1.9.13cvs81
11360
11361         * src/compose.c
11362                 fix crash in 'line length exceeded' dialogue
11363
11364 2005-09-02 [paul]       1.9.13cvs80
11365
11366         * src/imap.c
11367                 fix bug 795, 'Connection lost IMAP'
11368                 and add statusbar prints
11369                 Patch by Colin
11370
11371 2005-09-02 [paul]       1.9.13cvs79
11372
11373         * src/compose.c
11374                 compose_wrap_paragraph() becomes
11375                 compose_beautify_paragraph()
11376                 Patch by Colin
11377
11378 2005-09-02 [colin]      1.9.13cvs78
11379
11380         * src/folderview.c
11381                 Micro-fix
11382
11383 2005-09-01 [colin]      1.9.13cvs77
11384
11385         * src/imap.c
11386                 Maybe fix bug #795 (Connection lost IMAP)
11387                 Don't try to send logout when we're disconnected.
11388         * src/summaryview.c
11389                 Include locked and marked emails in HRM
11390                 view. Fixes bug #800 (Locked messages no longer 
11391                 show up when hide read messages is used)
11392
11393 2005-09-01 [paul]       1.9.13cvs76
11394
11395         * src/prefs_common.c
11396                 fix bad cutting
11397
11398 2005-08-31 [colin]      1.9.13cvs75
11399
11400         * src/folderview.c
11401         * src/folderview.h
11402         * src/prefs_summaries.c
11403         * src/summaryview.c
11404                 Fix "go to next new", fix preference
11405                 (Open unread/next swapped)
11406
11407 2005-08-31 [paul]       1.9.13cvs74
11408
11409         * src/compose.c
11410         * src/folderview.c
11411         * src/headerview.c
11412         * src/headerview.h
11413         * src/mainwindow.c
11414         * src/prefs_common.c
11415         * src/prefs_common.h
11416         * src/prefs_fonts.c
11417         * src/summaryview.c
11418         * src/textview.c
11419         * src/common/defs.h
11420                 remove obsolete BOLD_FONT setting
11421                 fix font update in headerview and textview
11422                 headers after prefs change
11423                 Patch By Colin
11424
11425 2005-08-31 [paul]
11426
11427         1.9.14-rc4 released
11428
11429 2005-08-30 [colin]      1.9.13cvs73
11430
11431         * src/summaryview.c
11432                 When Hide read messages is selected and we
11433                 refresh the summaryview, don't remove the 
11434                 currently displayed message. Fixes bug #797
11435                 (Summary view reloads when new mail is 
11436                 downloaded in 1.9.14 rc)
11437
11438 2005-08-30 [colin]      1.9.13cvs72
11439
11440         * src/folderview.c
11441                 Fix flickering
11442         * src/mainwindow.c
11443                 Remove useless callback
11444         * src/mimeview.c
11445         * src/gtk/filesel.c
11446         * src/gtk/filesel.h
11447                 Add a filesel_select_file_save_folder() - used by Save All
11448
11449 2005-08-29 [paul]       1.9.13cvs71
11450
11451         * AUTHORS
11452         * src/matcher_parser_parse.y
11453         * src/etpan/imap-thread.c
11454                 fix building on FreeBSD
11455                 Patch by Daniel Gustafson <daniel@hobbit.se>
11456
11457 2005-08-29 [paul]       1.9.13cvs70
11458
11459         * src/plugins/pgpinline/pgpinline.c
11460                 only initialise sig result if it's been handled
11461                 Patch by Colin
11462
11463 2005-08-29 [paul]       1.9.13cvs69
11464         
11465         Patches by Colin:
11466
11467         * src/imap.c
11468         * src/common.utils.c
11469         * src/common/utils.h
11470                 optimisation
11471         * src/stock_pixmap.h
11472                 fix wrong icon reference
11473         * src/pixmaps/trash_btn.xpm
11474                 replace with nicer image
11475
11476 2005-08-28 [colin]      1.9.13cvs68
11477
11478         * src/Makefile.am
11479         * src/stock_pixmap.c
11480         * src/stock_pixmap.h
11481         * src/toolbar.c
11482         * src/pixmaps/trash_btn.xpm
11483                 Add a specific trash xpm for the button
11484
11485 2005-08-28 [colin]      1.9.13cvs67
11486
11487         * src/imap.c
11488                 Fix leak
11489
11490 2005-08-27 [colin]      1.9.13cvs66
11491
11492         * src/imap.c
11493         * src/procmime.c
11494                 Correctly fix "Problem with replies", fixes
11495                 pgpmime encryption too. 
11496
11497 2005-08-27 [colin]      1.9.13cvs65
11498
11499         * src/folder.c
11500         * src/procmsg.c
11501         * src/procmsg.h
11502         * src/summaryview.c
11503                 Fix bug #517 (messages removed from summaryview 
11504                 when moving fails)
11505
11506 2005-08-27 [colin]      1.9.13cvs64
11507
11508         * tools/Makefile.am
11509         * tools/asus_mailled.sh
11510                 Add a script to blink ASUS laptops' mail LED where there
11511                 is unread mail.
11512
11513 2005-08-27 [colin]      1.9.13cvs63
11514
11515         * src/imap.c
11516         * src/etpan/imap-thread.c
11517         * src/etpan/imap-thread.h
11518                 Implement automatic choosing of login method
11519                 Fixes bug #791
11520         * src/gtk/.cvsignore
11521                 Add sylpheed-marshal.[ch]
11522
11523 2005-08-27 [colin]      1.9.13cvs62
11524
11525         * src/common/utils.c
11526                 Fix confusing perror
11527
11528 2005-08-27 [colin]      1.9.13cvs61
11529
11530         * src/toolbar.c
11531         * src/toolbar.h
11532                 Remove A_DELETE, replace it with 
11533                 A_TRASH and A_DELETE_REAL. Automatically
11534                 rewrite config files to replace A_DELETE
11535                 with A_TRASH (no functionality change).
11536                 Fixes half of #794
11537
11538 2005-08-26 [colin]      1.9.13cvs60
11539
11540         * src/procmime.c
11541                 Previous "Problem with replies" fix brought other
11542                 problems, fixing them
11543
11544 2005-08-26 [colin]      1.9.13cvs59
11545
11546         * src/procmime.c
11547                 Fix "Problem with replies". This happened only
11548                 on IMAP...
11549         * src/procmsg.c
11550                 Factorize code a bit
11551         * src/compose.c
11552                 Speed improvement on very long messages (wrapping)
11553                 Fix signature color on Reedit and Redirect
11554                 On Reedit, don't attach pgp-signatures parts, but
11555                 set signing to On.
11556
11557 2005-08-24 [paul]       1.9.13cvs58
11558
11559         * src/compose.c
11560                 don't claim success when clicking
11561                 Cancel on the passphrase box.
11562                 Patch by Colin
11563
11564 2005-08-24 [paul]       1.9.13cvs57
11565
11566         * src/main.c
11567                 fix misplaced sylpheed.log
11568         * src/common/defs.h
11569                 define UIDL_DIR
11570
11571 2005-08-24 [paul]       1.9.13cvs56
11572
11573         * src/imap.c
11574         * src/etpan/imap-thread.c
11575         * src/etpan/imap-thread.h
11576                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11577                 Patch by Colin
11578         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11579         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11580                 remove autogenerated files
11581         * tools/kdeservicemenu/README
11582         * tools/kdeservicemenu/install.sh
11583         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11584         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11585                 use Claws icon, use 'Sylpheed-Claws' in menu,
11586                 use kdialog, and other cleanups
11587
11588 2005-08-23 [paul]       1.9.13cvs55
11589
11590         * src/compose.c
11591                 fix paste/wrap crash
11592                 Patch by Colin
11593
11594 2005-08-23 [paul]       1.9.13cvs54
11595
11596         * src/main.c
11597                 fix crash recovery
11598                 Patch by Colin
11599
11600 2005-08-23 [paul]       1.9.13cvs53
11601
11602         * src/addressbook.c
11603         * src/editaddress.c
11604                 view all data of LDAP contacts
11605                 Patch by Colin
11606
11607 2005-08-23 [paul]       1.9.13cvs52
11608
11609         * src/addressbook.c
11610                 fix issues with the Search field
11611                 Patch by Colin
11612
11613 2005-08-22 [paul]       1.9.13cvs51
11614
11615         * src/folderview.c
11616                 put name of folder in processing dialog
11617                 title
11618         * src/prefs_folder_item.c
11619                 improve english usage
11620
11621 2005-08-22 [paul]       1.9.13cvs50
11622
11623         * src/filtering.c
11624         * src/filtering.h
11625         * src/matcher.c
11626         * src/matcher_parser_lex.l
11627         * src/matcher_parser_parse.y
11628         * src/prefs_filtering.c
11629                 add Filtering/Processing rule names feature.
11630                 (the incompatible old matcherrc is saved as
11631                 matcherrc.pre_names).
11632                 Patch by Colin
11633
11634 2005-08-22 [paul]       1.9.13cvs49
11635
11636         * src/procmsg.c
11637                 fix colour labelling
11638                 Patch by Colin
11639
11640 2005-08-22 [paul]       1.9.13cvs48
11641
11642         * src/textview.c
11643                 fix open_image_cb()
11644
11645 2005-08-22 [paul]       1.9.13cvs47
11646
11647         * src/imap.c
11648                 fix bug 789, 'SC crashes with imap (CVS ver)'
11649                 Patch by Colin
11650
11651 2005-08-22 [paul]       1.9.13cvs46
11652
11653         * src/mimeview.c
11654         * src/prefs_common.c
11655         * src/common/defs.h
11656                 define reused defaults in defs.h
11657         * src/textview.c
11658                 add 'Open image' to image popup menu
11659
11660 2005-08-21 [colin]      1.9.13cvs45
11661
11662         * src/summaryview.c
11663                 Fix bug #788 (Bogus "From" address displayed)
11664
11665 2005-08-20 [colin]      1.9.13cvs44
11666
11667         * src/folder.c
11668                 Fix buf #787 (multilevel delete causes SIGSEGV)
11669
11670 2005-08-19 [colin]      1.9.13cvs43
11671
11672         * src/inc.c
11673         * src/prefs_common.c
11674         * src/prefs_common.h
11675                 Add an hidden pref to allow modifying the
11676                 update stepping in incorporation.
11677                 Patch by wwp.
11678
11679 2005-08-19 [colin]      1.9.13cvs42
11680
11681         * src/compose.c
11682         * src/procmime.c
11683                 Workaround for broken MUAs: encode 
11684                 Content-type: name: as ASCII and 
11685                 Content-Disposition: filename: as
11686                 per rfc2231
11687         * src/prefs_account.c
11688                 Fix invisible-ness of SMTP SSL prefs
11689                 in NNTP accounts
11690
11691 2005-08-19 [paul]       1.9.13cvs41
11692
11693         * src/compose.c
11694         * src/prefs_common.c
11695         * src/prefs_common.h
11696         * src/prefs_wrapping.c
11697                 paste with or without wrapping.
11698                 patch by Colin
11699
11700 2005-08-19 [paul]       1.9.13cvs40
11701
11702         * src/prefs_common.c
11703         * src/prefs_common.h
11704         * src/summaryview.c
11705                 reintroduce enable_swap_from as a
11706                 hidden pref. patch by Colin
11707         * src/quote_fmt_parse.y
11708         * src/plugins/clamav/clamav_plugin.c
11709         * src/plugins/dillo_viewer/dillo_viewer.c
11710         * src/plugins/mathml_viewer/mathml_viewer.c
11711         * src/plugins/pgpcore/sgpgme.c
11712         * src/plugins/pgpinline/pgpinline.c
11713         * src/plugins/pgpmime/pgpmime.c
11714                 tidy up. patch by Colin
11715
11716 2005-08-19 [paul]       1.9.13cvs39
11717
11718         * configure.ac
11719                 complete cvs38's sync
11720         * src/editaddress.c
11721         * src/gedit-print.c
11722         * src/mutt.c
11723         * src/etpan/etpan-log.c
11724         * src/etpan/imap-thread.c
11725         * src/gtk/gtksourceprintjob.c
11726                 fix compilation warnings
11727                 (patch by Colin)
11728
11729 2005-08-19 [paul]       1.9.13cvs38
11730
11731         sync with main:
11732
11733         * src/account.c
11734         * src/action.c
11735         * src/addrbook.c
11736         * src/addrcache.c
11737         * src/addrharvest.c
11738         * src/addrindex.c
11739         * src/codeconv.c
11740         * src/compose.c
11741         * src/crash.c
11742         * src/exporthtml.c
11743         * src/exportldif.c
11744         * src/folder.c
11745         * src/image_viewer.c
11746         * src/inc.c
11747         * src/inc.h
11748         * src/jpilot.c
11749         * src/ldif.c
11750         * src/main.c
11751         * src/matcher.c
11752         * src/mbox.c
11753         * src/messageview.c
11754         * src/mh.c
11755         * src/mimeview.c
11756         * src/msgcache.c
11757         * src/mutt.c
11758         * src/news.c
11759         * src/partial_download.c
11760         * src/pine.c
11761         * src/pop.c
11762         * src/prefs_actions.c
11763         * src/prefs_common.c
11764         * src/prefs_customheader.c
11765         * src/prefs_display_header.c
11766         * src/prefs_gtk.c
11767         * src/prefs_themes.c
11768         * src/procheader.c
11769         * src/procmime.c
11770         * src/procmsg.c
11771         * src/recv.c
11772         * src/send_message.c
11773         * src/simple-gettext.c
11774         * src/sourcewindow.c
11775         * src/textview.c
11776         * src/vcard.c
11777         * src/common/defs.h
11778         * src/common/log.c
11779         * src/common/plugin.c
11780         * src/common/prefs.c
11781         * src/common/session.c
11782         * src/common/session.h
11783         * src/common/socket.c
11784         * src/common/socket.h
11785         * src/common/ssl_certificate.c
11786         * src/common/template.c
11787         * src/common/utils.c
11788         * src/common/utils.h
11789         * src/common/xml.c
11790         * src/gtk/about.c
11791         added wrappers for C library function that
11792                 take pathname arguments.
11793                 enabled compilation with MinGW.
11794                 use GDir instead of directly using opendir().
11795                 added rename_force().
11796
11797 2005-08-19 [paul]       1.9.13cvs37
11798         
11799         patches by Colin:
11800         * src/compose.c
11801                 fix privacy settings on re-editing
11802                 a sent message
11803         * src/jpilot.c
11804                 fix encoding bug
11805         * src/folder.c
11806         * src/procmsg.c
11807         * src/procmsg.h
11808         * src/summaryview.c
11809                 flag changing optimisation
11810
11811 2005-08-18 [martin]     1.9.13cvs36
11812
11813         * commitHelper
11814             added my login
11815         * src/addrcache.c
11816         * src/addrharvest.c
11817         * src/addrindex.c
11818         * src/compose.c
11819         * src/grouplistdialog.c
11820         * src/main.c
11821         * src/mainwindow.c
11822         * src/msgcache.c
11823         * src/mutt.c
11824         * src/pine.c
11825         * src/prefs_account.c
11826         * src/prefs_themes.c
11827         * src/stock_pixmap.c
11828         * src/summaryview.c
11829         * src/gtk/about.c
11830         * src/gtk/logwindow.c
11831             removed deprecated glib and gdk stuff
11832         * src/plugins/pgpcore/select-keys.c
11833             convert attributes from locale to utf8
11834
11835 2005-08-17 [paul]       1.9.13cvs35
11836
11837         * src/account.c
11838         * src/addressbook.c
11839                 use new GTK_STOCK_ icons if available
11840         * src/summaryview.c
11841         * src/gtk/gtksctree.c
11842         * src/gtk/gtksctree.h
11843                 faster range select. patch by Colin
11844
11845 2005-08-17 [paul]       1.9.13cvs34
11846
11847         patches by colin:
11848         * src/addressbook.c
11849         * src/addressitem.h
11850                 Add an edit button for contacts, fix selections
11851                 of gtksctree items
11852         * src/editaddress.c
11853                 Change labels, let Save be always possible in the
11854                 email and user atributes tabs
11855         * src/folderview.c
11856                 fix sort issues
11857         * src/summaryview.c
11858                 select next item instead of the displayed one
11859                 after deletion
11860
11861         * src/gtk/progressdialog.c
11862                 use prefs_common.enable_rules_hint
11863
11864 2005-08-13 [hoa]        1.9.13cvs33
11865
11866         * src/etpan/imap-thread.c
11867                 fixed build on Solaris.
11868
11869 2005-08-10 [colin]      1.9.13cvs32
11870
11871         * src/procmsg.c
11872                 Fix cvs31 (missing fclose before reading
11873                 the file)
11874
11875 2005-08-10 [colin]      1.9.13cvs31
11876
11877         * src/procmsg.c
11878                 Fix procmsg_msginfo_new_from_mimeinfo() when
11879                 the MimeInfo isn't stored in memory. This fixes
11880                 replying to an attached message.
11881
11882 2005-08-10 [colin]      1.9.13cvs30
11883
11884         * src/mainwindow.c
11885                 Fix slowness in account changing
11886
11887 2005-08-10 [colin]      1.9.13cvs29
11888
11889         * src/folder.c
11890         * src/folderutils.c
11891         * src/folderview.c
11892         * src/imap_gtk.c
11893         * src/mainwindow.c
11894         * src/mh_gtk.c
11895         * src/procmsg.c
11896         * src/summaryview.c
11897                 Optimize folder_has_parent_of_type
11898                 Prevent moving special sub-folders from contextual menus
11899                 Rework message a bit ("Empty all messages" -> "Delete all
11900                 messages")
11901                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11902                 and "Deleted Items" folders)
11903
11904 2005-08-08 [colin]      1.9.13cvs28
11905
11906         * src/summaryview.c
11907         * src/prefs_summaries.c
11908                 Make "Select first unread|new" more flexible
11909                 (just prioritize new or unread)
11910
11911 2005-08-08 [colin]      1.9.13cvs27
11912
11913         * src/summaryview.c
11914                 If "select first new" is selected and there only
11915                 are unread messages, fallback to "select first
11916                 unread".
11917
11918 2005-08-08 [colin]      1.9.13cvs26
11919
11920         * src/folder.c
11921                 Fix shameful bugs (and bug #779)
11922
11923 2005-08-08 [colin]      1.9.13cvs25
11924
11925         * src/folder.c
11926         * src/folder.h
11927                 Cache parents' type to make folder_has_parent_of_type
11928                 faster
11929         * src/folderview.c
11930                 Forbid DnD of special sub-folders
11931         * src/procmsg.c
11932         * src/procmsg.h
11933                 Add MAIL_POSTFILTERING_HOOK
11934         * src/summaryview.c
11935                 Revert over-zealous deletion of the use_addr_book 
11936                 code
11937
11938 2005-08-07 [colin]      1.9.13cvs24
11939
11940         * src/folder.c
11941                 Fix big mistake (passing MsgInfo instead 
11942                 of FolderItem)
11943
11944 2005-08-07 [colin]      1.9.13cvs23
11945
11946         * src/compose.c
11947         * src/folder.c
11948         * src/folder.h
11949         * src/foldersel.c
11950         * src/folderutils.c
11951         * src/folderview.c
11952         * src/imap.c
11953         * src/mainwindow.c
11954         * src/messageview.c
11955         * src/mh.c
11956         * src/msgcache.c
11957         * src/procmime.c
11958         * src/summaryview.c
11959                 Make subfolders of Drafts, Queue, Outbox, Trash
11960                 work like their parents. 
11961                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
11962
11963 2005-08-07 [colin]      1.9.13cvs22
11964
11965         * src/addressbook.c
11966                 Fix bug #771 (Dragged contacts not saved)
11967
11968 2005-08-07 [paul]       1.9.13cvs21
11969
11970         * src/summaryview.c
11971                 fix bug 32 'Search Doesn't display results
11972                 if "Hide Read Messages" is chosen'
11973                 be more literal in interpreting 'Hide read
11974                 messages'
11975
11976 2005-08-07 [colin]      1.9.13cvs20
11977
11978         * src/folderview.c
11979                 Add debug
11980         * src/summaryview.c
11981                 Faster 'unthread_for_execution'
11982
11983 2005-08-06 [paul]       1.9.13cvs19
11984
11985         * src/mainwindow.c
11986                 add mnemonics to Set displayed columns
11987                 fix bug where msgview_visible option was
11988                 overwritten as TRUE on startup
11989
11990 2005-08-06 [paul]       1.9.13cvs18
11991
11992         * src/mainwindow.c
11993                 refer to 'displayed columns in folder/message
11994                 list' not 'displayed items in summary/message view'
11995         * src/prefs_display_header.c
11996                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
11997                 be consistent with similar dialogues
11998         * src/prefs_folder_column.c
11999         * src/prefs_summary_column.c
12000                 'columns' not 'items', and folder and message lists,
12001                 instead of folder and summary views;
12002                 Use 'Hidden columns' as list heading not 'Available
12003                 items';
12004                 move the 'Remove' button to the right hand side;
12005                 top-align the buttons;
12006                 remove unneeded vbox
12007         * src/prefs_summaries.c
12008                 put the 2 column prefs buttons in a frame to reduce
12009                 overall width; refer to columns not items &c.
12010
12011 2005-08-05 [colin]      1.9.13cvs17
12012
12013         * src/prefs_common.c
12014         * src/prefs_common.h
12015         * src/mainwindow.c
12016         * src/compose.c
12017         * src/messageview.c
12018                 Add an hidden toolbar_detachable pref, so
12019                 that I can get rid of these painful handles
12020                 in the toolbars. Defaults to TRUE to avoid
12021                 changing the GUI on unsuspecting people...
12022
12023 2005-08-05 [colin]      1.9.13cvs16
12024
12025         * src/Makefile.am
12026         * src/prefs_folder_column.c
12027         * src/prefs_folder_column.h
12028                 Add prefs for folder columns
12029         * src/folderview.c
12030         * src/folderview.h
12031         * src/mainwindow.c
12032         * src/mainwindow.h
12033         * src/prefs_common.c
12034         * src/prefs_common.h
12035         * src/prefs_summaries.c
12036                 Use them
12037         * src/prefs_summary_column.c
12038         * src/summaryview.c
12039         * src/summaryview.h
12040                 Add a To column
12041         * src/textview.c
12042         * src/common/utils.c
12043         * src/common/utils.h
12044                 Move uri colourisation functions
12045                 to utils
12046         * src/compose.c
12047                 Colourise URIs
12048         * src/imap.c
12049                 Fix bug with LIST where we'd try
12050                 to get Folder//////[...]/// 
12051
12052 2005-08-05 [paul]       1.9.13cvs15
12053
12054         * src/prefs_summaries.c
12055                 improve the English usage
12056         * src/summaryview.c
12057                 set font on column change
12058                 thanks to Colin
12059
12060 2005-08-05 [paul]       1.9.13cvs14
12061
12062         * src/prefs_common.c
12063         * src/prefs_common.h
12064         * src/prefs_summaries.c
12065         * src/summaryview.c
12066                 replace 'open_unread_on_enter' option with
12067                 'select_on_entry' option. opening/not opening
12068                 is now exclusively controlled by 'always_show_msg'
12069
12070 2005-08-04 [colin]      1.9.13cvs13
12071
12072         * src/compose.c
12073                 Remove dead code
12074                 Add colourisation of quotes and signatures
12075         * src/folderview.c
12076                 Fix possible crashes
12077         * src/messageview.c
12078                 Change an assert that is no problem
12079         * src/news.c
12080         * src/news_gtk.c
12081         * src/news_gtk.h
12082                 Fix offline mode
12083         * src/gtk/quicksearch.c
12084                 Fix a possible crash
12085
12086 2005-08-03 [colin]      1.9.13cvs12
12087
12088         * src/prefs_account.c
12089                 Fix bug #777 (Sylpheed crash in account configuration)
12090
12091 2005-08-03 [colin]      1.9.13cvs11
12092
12093         * src/addressbook.c
12094         * src/editaddress.c
12095         * src/editgroup.c
12096                 Fixing addressbook, round 2
12097         * src/textview.c
12098                 Fix emphasis color on rechecking 'Colorize messages'
12099
12100 2005-08-03 [paul]       1.9.13cvs10
12101
12102         sync with main
12103
12104         * src/addr_compl.c
12105         * src/compose.c
12106         * src/main.c
12107         * src/pop.c
12108         * src/prefs_account.c
12109         * src/procmime.c
12110         * src/procmsg.c
12111         * src/quote_fmt_parse.y
12112         * src/textview.c
12113         * src/common/quoted-printable.c
12114         * src/common/utils.c
12115         * src/common/utils.h
12116         * src/common/xml.c
12117                 replaced incorrect locale-independent
12118                 ctype functions with GLib's. Corrected
12119                 signedness mismatch.
12120         * src/headerview.c
12121                 headerview_create(): added spacing for vbox.
12122         * src/gtk/about.c
12123                 set focus to the OK button.
12124
12125 2005-08-03 [colin]      1.9.13cvs9
12126
12127         * src/folderview.c
12128                 Fix possible crash
12129
12130 2005-08-02 [colin]      1.9.13cvs8
12131
12132         * src/mainwindow.c
12133                 Fix cast
12134         * src/addressbook.c
12135         * src/addressitem.h
12136                 Fix a cast and more generally, try to make the
12137                 GUI more intuitive and consistent (round 1)
12138
12139 2005-08-02 [paul]       1.9.13cvs7
12140
12141         * src/folder.h
12142                 missing in 1.9.13cvs6
12143
12144 2005-08-02 [colin]      1.9.13cvs6
12145
12146         * src/folder.c
12147                 Fix one more leak
12148
12149 2005-08-02 [colin]      1.9.13cvs5
12150
12151         * src/folder.c
12152         * src/folderview.c
12153         * src/imap.c
12154         * src/main.c
12155         * src/mbox.c
12156         * src/procmsg.c
12157         * src/summaryview.c
12158                 Fix a number of folder_item_get_msg_list()-related
12159                 leaks (missing procmsg_msginfo_free()s)
12160
12161 2005-08-01 [colin]      1.9.13cvs4
12162
12163         * src/folderview.c
12164         * src/folderview.h
12165         * src/mainwindow.c
12166         * src/prefs_fonts.c
12167         * src/prefs_summaries.c
12168         * src/prefs_themes.c
12169         * src/summaryview.c
12170         * src/summaryview.h
12171         * src/textview.c
12172         * src/textview.h
12173                 Fix instant-apply of summary and folderview-related prefs
12174                 Fix erroneous g_free and alertpanels in prefs_theme
12175                 Add instant-apply for fonts
12176                 Defer applying of prefs a little bit so it's done only
12177                 once even if requested by multiples prefs pages
12178
12179 2005-08-01 [paul]       1.9.13cvs3
12180
12181         * src/main.c
12182                 fix bug 776 'S.C. crashes on close'
12183                 thanks to Colin
12184         * src/etpan/etpan-thread-manager-types.h
12185                 add missing include
12186                 thanks to Hoa
12187
12188 2005-07-25 [paul]       1.9.13cvs2
12189
12190         * src/summaryview.c
12191                 fix typos. spotted by Fabien Vantard
12192
12193 2005-07-24 [paul]       1.9.13cvs1
12194
12195         * doc/man/sylpheed.1
12196                 update man page, incorporating fix of
12197                 bug 769 'Typo in manpage'
12198         * src/etpan/imap-thread.c
12199                 fix NetBSD openssl dependencies. patch by
12200                 George Michaelson <ggm@apnic.net>
12201         * po/pt_BR.po
12202                 updated by Frederico Goncalves Guimaraes
12203
12204 2005-07-22 [paul]       1.9.13
12205
12206         1.9.13 release
12207
12208 2005-07-22 [paul]       1.9.12cvs91
12209
12210         * AUTHORS
12211         * INSTALL
12212         * README.claws
12213         * RELEASE_NOTES.claws
12214                 updated for release
12215         * configure.ac
12216         * po/nb.po
12217         * tools/claws.i18n.status.pl
12218                 add Norwegian translation. submiited by
12219                 Geir Helland <pjallabais@users.sourceforge.net>
12220         * po/ca.po
12221         * po/de.po
12222         * po/es.po
12223         * po/fi.po
12224         * po/fr.po
12225         * po/it.po
12226         * po/sk.po
12227         * po/sr.po
12228         * po/zh_CN.po
12229                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12230                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12231                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12232                 Yang Guilong
12233         * src/plugins/clamav/clamav_plugin_gtk.c
12234         * src/plugins/spamassassin/spamassassin_gtk.c
12235                 replace outdated description strings
12236
12237 2005-07-21 [colin]      1.9.12cvs90
12238
12239         * src/folder.c
12240                 Set folder to batch mode when scanning it. Makes deletion
12241                 of unread mails on IMAP much faster (due to the UNREAD 
12242                 flag unsetting)
12243
12244 2005-07-21 [darko]      1.9.12cvs89
12245
12246         * configure.ac
12247                 link against libresolv if necessary (patch by Paul)
12248         * src/msgcache.c
12249                 use glib's portable macros to determine endianness
12250
12251 2005-07-21 [paul]       1.9.12cvs88
12252
12253         * src/crash.c
12254         * src/gtk/about.c
12255                 update compiled-in features list
12256
12257 2005-07-20 [colin]      1.9.12cvs87
12258
12259         * src/folder.c
12260         * src/textview.c
12261                 Gcc 2.9x compilation fixes, thanks to Darko
12262         * src/plugins/clamav/clamav_plugin.c
12263                 Little optimisation: load virus database only once
12264         * src/plugins/spamassassin/spamassassin.c
12265                 Big optimisation: filtering one mail took at least 1 second,
12266                 now it takes at least 50ms. Doesn't speed up spamassassin 
12267                 itself, but should already be much more tolerable.
12268
12269 2005-07-20 [colin]      1.9.12cvs86
12270
12271         * src/summaryview.c
12272                 Fix performance issue
12273
12274 2005-07-19 [colin]      1.9.12cvs85
12275
12276         * src/plugins/pgpinline/plugin.c
12277                 Fix warning
12278
12279 2005-07-19 [colin]      1.9.12cvs84
12280
12281         * configure.ac
12282         * src/plugins/Makefile.am
12283         * src/plugins/pgpinline/.cvsignore
12284         * src/plugins/pgpinline/Makefile.am
12285         * src/plugins/pgpinline/pgpinline.c
12286         * src/plugins/pgpinline/pgpinline.deps
12287         * src/plugins/pgpinline/pgpinline.h
12288         * src/plugins/pgpinline/plugin.c
12289                 Put pgpinline in the main tree
12290
12291 2005-07-19 [paul]       1.9.12cvs83
12292
12293         * src/prefs_actions.c
12294                 prevent '//' in menu names, which cause a crash
12295                 thanks to Colin
12296
12297 2005-07-19 [paul]       1.9.12cvs82
12298
12299         * configure.ac
12300                 be generally more informative in configure output.
12301                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12302                 '[ --disable-openssl ...', as --enable-openssl is default
12303                 PGP/MIME: don't check for GPGME again, check for
12304                 pgpcore instead. Therefore prevent the possibility of
12305                 attempting to build pgpmime if pgpcore dependencies are
12306                 not met
12307                 ClamAV: use pkgconfig to check for lib
12308                 libgnomeprint: revert logic on inner test to match
12309                 everything else
12310         * src/plugins/pgpcore/sgpgme.c
12311                 add missing include
12312
12313 2005-07-19 [colin]      1.9.12cvs81
12314
12315         * src/summaryview.c
12316                 Fix slow thread rebuilding in particular
12317                 cases
12318
12319 2005-07-19 [paul]       1.9.12cvs80
12320
12321         * sylpheed-claws.desktop
12322                 fix typo, spotted by Stephan Sachse
12323         * src/account.c
12324                 replace GTK_STOCK_ADD with
12325                 GTK_STOCK_NEW button
12326
12327 2005-07-18 [colin]      1.9.12cvs79
12328
12329         * src/etpan/imap-thread.c
12330                 Fix return value (Thanks Hoa)
12331
12332 2005-07-18 [colin]      1.9.12cvs78
12333
12334         * src/imap.c
12335                 Allow empty passwords
12336                 Create drafts/queue/outbox if necessary
12337         * src/summaryview.c
12338                 Remove old code
12339         * src/etpan/imap-thread.c
12340                 Fix STARTTLS (Thanks to Hoa)
12341
12342 2005-07-18 [paul]       1.9.12cvs77
12343
12344         * ChangeLog-gtk2.jp
12345         * ChangeLog.jp
12346                 removed
12347         * Makefile.am
12348                 updated to reflect additions and removals
12349         * TODO
12350                 updated to be claws-specific
12351         * TODO-gtk2
12352         * TODO-gtk2.jp
12353         * TODO.jp
12354         * sylpheed-128x128.png
12355         * sylpheed-64x64.png
12356                 removed
12357         * sylpheed-claws-128x128.png
12358         * sylpheed-claws-64x64.png
12359         * sylpheed-claws.desktop
12360         * sylpheed-claws.png
12361                 added
12362         * sylpheed.desktop
12363         * sylpheed.png
12364                 removed
12365
12366 2005-07-17 [paul]       1.9.12cvs76
12367
12368         * src/account.c
12369         * src/addressbook.c
12370         * src/alertpanel.c
12371         * src/alertpanel.h
12372         * src/compose.c
12373         * src/exphtmldlg.c
12374         * src/expldifdlg.c
12375         * src/folderview.c
12376         * src/imap_gtk.c
12377         * src/inc.c
12378         * src/message_search.c
12379         * src/messageview.c
12380         * src/mh_gtk.c
12381         * src/news_gtk.c
12382         * src/prefs_actions.c
12383         * src/prefs_filtering.c
12384         * src/prefs_matcher.c
12385         * src/prefs_template.c
12386         * src/prefs_themes.c
12387         * src/ssl_manager.c
12388         * src/summary_search.c
12389         * src/textview.c
12390         * src/toolbar.c
12391         * src/gtk/sslcertwindow.c
12392         * src/plugins/pgpcore/sgpgme.c
12393                 rework alertpanels
12394
12395 2005-07-17 [colin]      1.9.12cvs75
12396
12397         * src/privacy.c
12398                 add a PrivacySystem accessor that checks that
12399                 the system cached in a MimeInfo's privacydata
12400                 is still registered. Use this accessor instead
12401                 of directly using data->system. Fixes crashes
12402                 after unloading pgp plugins.
12403
12404 2005-07-17 [colin]      1.9.12cvs74
12405
12406         * src/alertpanel.c
12407                 Change geometry hints to a simple default size.
12408                 Fixes the certs dialogs.
12409
12410 2005-07-17 [colin]      1.9.12cvs73
12411
12412         * src/gtk/sslcertwindow.c
12413                 Use a gtkExpander
12414
12415 2005-07-17 [colin]      1.9.12cvs72
12416
12417         * src/plugins/pgpcore/Makefile.am
12418         * src/plugins/pgpmime/Makefile.am
12419                 Add gpgme libs
12420
12421 2005-07-17 [paul]       1.9.12cvs71
12422
12423         * configure.ac
12424                 add --disable-gnomeprint option
12425                 modified version of patch by Marius Mauch
12426
12427 2005-07-17 [paul]       1.9.12cvs70
12428
12429         * src/common/defs.h
12430                 update urls
12431         * src/account.c
12432         * src/action.c
12433         * src/addressbook.c
12434         * src/compose.c
12435         * src/foldersel.c
12436         * src/folderview.c
12437         * src/html.c
12438         * src/imap_gtk.c
12439         * src/main.c
12440         * src/mainwindow.c
12441         * src/messageview.c
12442         * src/mh_gtk.c
12443         * src/mimeview.c
12444         * src/news_gtk.c
12445         * src/prefs_account.c
12446         * src/prefs_send.c
12447         * src/prefs_summaries.c
12448         * src/procmsg.c
12449         * src/summaryview.c
12450         * src/common/utils.c
12451         * src/common/xml.c
12452         * src/plugins/pgpcore/passphrase.c
12453         * src/plugins/pgpcore/select-keys.c
12454                 replace inappropriately used backticks
12455                 with single quotes
12456
12457 2005-07-16 [colin]      1.9.12cvs69
12458
12459         * src/image_viewer.c
12460                 Add extra paranoid checks
12461
12462 2005-07-16 [colin]      1.9.12cvs68
12463
12464         * src/plugins/pgpcore/prefs_gpg.c
12465                 Don't auto-check sigs by default, as it
12466                 can be really slow.
12467
12468 2005-07-16 [colin]      1.9.12cvs67
12469
12470         * src/plugins/pgpcore/sgpgme.c
12471                 Make messages a bit better.
12472
12473 2005-07-16 [colin]      1.9.12cvs66
12474
12475         * src/imap.c
12476                 Remove pseudo-log
12477         * src/etpan/imap-thread.c
12478                 Add real log
12479
12480 2005-07-16 [colin]      1.9.12cvs65
12481
12482         * src/main.c
12483         * src/prefs_other.c
12484                 And now, fix build with libetpan :-/
12485
12486 2005-07-15 [colin]      1.9.12cvs64
12487
12488         * src/prefs_other.c
12489                 Continue fixing build without libetpan.
12490
12491 2005-07-15 [colin]      1.9.12cvs63
12492
12493         * src/main.c
12494                 Fix build with --disable-libetpan
12495
12496 2005-07-15 [colin]      1.9.12cvs62
12497
12498         * configure.ac
12499                 Bump libetpan's version
12500
12501 2005-07-15 [colin]      1.9.12cvs61
12502
12503         * src/etpan/imap-thread.c
12504                 Actually stop logging :)
12505
12506 2005-07-15 [colin]      1.9.12cvs60
12507
12508         * src/addressbook.c
12509                 Fix dnd of multiple addresses.
12510
12511 2005-07-15 [hoa]        1.9.12cvs59
12512
12513         * src/etpan/imap-thread.c
12514             disable login of IMAP password in libetpan log file.
12515
12516 2005-07-15 [paul]       1.9.12cvs58
12517
12518         * src/account.c
12519                 don't automatically sort
12520                 do allow drag n drop
12521
12522 2005-07-15 [paul]       1.9.12cvs57
12523
12524         * src/account.c
12525         * src/ssl_manager.c
12526                 alphabetical listing
12527
12528 2005-07-15 [paul]       1.9.12cvs56
12529
12530         * src/gtk/pluginwindow.c
12531                 sort plugin list alphabetically
12532
12533 2005-07-15 [paul]       1.9.12cvs55
12534
12535         * src/prefs_spelling.c
12536         * src/prefs_wrapping.c
12537                 unify English usage
12538
12539 2005-07-15 [colin]      1.9.12cvs54
12540
12541         * src/wizard.c
12542                 Typo fix
12543
12544 2005-07-15 [paul]       1.9.12cvs53
12545
12546         * src/prefs_message.c
12547                 make 'show cursor' a hidden option
12548
12549 2005-07-14 [colin]      1.9.12cvs52
12550
12551         * src/plugins/spamassassin/Makefile.am
12552         * src/plugins/clamav/Makefile.am
12553                 Fix double EXTRA_DISTs
12554
12555 2005-07-14 [colin]      1.9.12cvs51
12556
12557         * src/plugins/clamav/Makefile.am
12558         * src/plugins/clamav/clamav_plugin_gtk.deps
12559         * src/plugins/spamassassin/Makefile.am
12560         * src/plugins/spamassassin/spamassassin_gtk.deps
12561                 Make $plugin_gtk depend on $plugin
12562
12563 2005-07-14 [hoa]        1.9.12cvs50
12564
12565         * src/etpan/imap-thread.c
12566                 enable debug log of libetpan when running with --debug
12567
12568 2005-07-14 [colin]      1.9.12cvs49
12569
12570         * configure.ac
12571         * src/common/Makefile.am
12572         * src/common/plugin.c
12573         * src/common/plugin.h
12574                 Add a little plugin dependancy system.
12575                 Plugins can ship a $plugin_name.deps file
12576                 (near them in PLUGINDIR) so that their
12577                 dependancies are loaded if possible.
12578         * src/plugins/Makefile.am
12579         * src/plugins/pgpcore/Makefile.am
12580         * src/plugins/pgpcore/passphrase.c
12581         * src/plugins/pgpcore/passphrase.h
12582         * src/plugins/pgpcore/plugin.c
12583         * src/plugins/pgpcore/prefs_gpg.c
12584         * src/plugins/pgpcore/prefs_gpg.h
12585         * src/plugins/pgpcore/select-keys.c
12586         * src/plugins/pgpcore/select-keys.h
12587         * src/plugins/pgpcore/sgpgme.c
12588         * src/plugins/pgpcore/sgpgme.h
12589                 Introduce pgpcore, used by pgpmime and
12590                 pgpinline
12591         * src/plugins/pgpmime/Makefile.am
12592         * src/plugins/pgpmime/passphrase.c
12593         * src/plugins/pgpmime/passphrase.h
12594         * src/plugins/pgpmime/pgpmime.c
12595         * src/plugins/pgpmime/pgpmime.deps
12596         * src/plugins/pgpmime/plugin.c
12597         * src/plugins/pgpmime/prefs_gpg.c
12598         * src/plugins/pgpmime/prefs_gpg.h
12599         * src/plugins/pgpmime/select-keys.c
12600         * src/plugins/pgpmime/select-keys.h
12601         * src/plugins/pgpmime/sgpgme.c
12602         * src/plugins/pgpmime/sgpgme.h
12603                 Remove the core from pgpmime and add the
12604                 dependancy to pgpcore.
12605
12606 2005-07-14 [paul]       1.9.12cvs48
12607
12608         * src/stock_pixmap.c
12609                 forgot this in last commit
12610
12611 2005-07-14 [paul]       1.9.12cvs47
12612
12613         * src/account.c
12614         * src/addressbook.c
12615                 add accelerators for the buttons (sync with main)
12616         * src/compose.c
12617         * src/compose.h
12618                 add accelerators for the buttons.
12619                 fix editing with external editor.
12620                 replace gdk_input_*() with GIOChannel;
12621                 (sync with main)
12622         * src/foldersel.c
12623                 display folder names with new/unread
12624                 representation (sync with main)
12625         * src/main.c
12626                 specify default window icon (sync with main)
12627         * src/prefs_common.c
12628                 use_addr_book default to FALSE
12629         * src/summaryview.c
12630         * src/textview.c
12631                 add accelerators for the buttons (sync with main)
12632         * src/gtk/menu.c
12633                 fix typos
12634         * src/pixmaps/sylpheed_icon.xpm
12635                 updated
12636
12637 2005-07-13 [paul]       1.9.12cvs46
12638
12639         * src/plugins/pgpmime/pgpmime.c
12640         * src/plugins/pgpmime/sgpgme.c
12641                 (temporarily) use deprecated gpgme_data_rewind()
12642                 while largefile support is not present
12643                 (as suggested by Colin)
12644
12645 2005-07-13 [paul]       1.9.12cvs45
12646
12647         * configure.ac
12648                 remove large file support (for now):
12649                 it breaks too many things
12650
12651 2005-07-13 [paul]       1.9.12cvs44
12652
12653         * configure.ac
12654                 add large file support
12655         * src/html.c
12656                 fix bug #763 where href attribute was not
12657                 the very first attribute of a link
12658                 patch by Thomas Gilgin
12659
12660 2005-07-13 [colin]      1.9.12cvs43
12661
12662         * src/gtk/pluginwindow.c
12663                 Little portability fix
12664
12665 2005-07-13 [colin]      1.9.12cvs42
12666
12667         * src/plugins/pgpmime/sgpgme.c
12668                 Fix crasher.
12669
12670 2005-07-13 [colin]      1.9.12cvs41
12671
12672         * src/plugins/pgpmime/pgpmime.c
12673         * src/plugins/pgpmime/sgpgme.c
12674                 Use gpgme_data_release_and_get_mem instead
12675                 of gpgme_data_read.
12676
12677 2005-07-13 [colin]      1.9.12cvs40
12678
12679         * configure.ac
12680         * src/plugins/pgpmime/passphrase.c
12681         * src/plugins/pgpmime/passphrase.h
12682         * src/plugins/pgpmime/pgpmime.c
12683         * src/plugins/pgpmime/plugin.c
12684         * src/plugins/pgpmime/select-keys.c
12685         * src/plugins/pgpmime/select-keys.h
12686         * src/plugins/pgpmime/sgpgme.c
12687         * src/plugins/pgpmime/sgpgme.h
12688                 Port pgpmime to gpgme-1.0.
12689
12690 2005-07-12 [paul]       1.9.12cvs39
12691
12692         * AUTHORS
12693         * src/toolbar.c
12694         * src/toolbar.h
12695                 add a 'Go to Prev' button to the toolbar.
12696                 correct tooltip text of go to buttons.
12697                 based on patch by Yang Guilong <bamanzi@gmail.com>
12698
12699 2005-07-12 [colin]      1.9.12cvs38
12700
12701         * src/statusbar.c
12702                 Fix progress bar showing stuff at startup.
12703
12704 2005-07-12 [paul]       1.9.12cvs37
12705
12706         * src/editjpilot.c
12707                 fix building with jpilot support
12708
12709 2005-07-11 [colin]      1.9.12cvs36
12710
12711         * src/inc.c
12712                 Add visual indication that filtering is running
12713         * src/textview.c
12714                 Make {}[] uri delimiters
12715         * src/summaryview.c
12716                 Remove useless (and slow) calls
12717
12718 2005-07-11 [paul]       1.9.12cvs35
12719
12720         * src/plugins/clamav/clamav_plugin_gtk.c
12721         * src/plugins/dillo_viewer/dillo_prefs.c
12722         * src/plugins/pgpmime/prefs_gpg.c
12723         * src/plugins/spamassassin/spamassassin_gtk.c
12724                 gather plugins prefs together under their
12725                 own 'Plugins' heading
12726
12727 2005-07-11 [paul]       1.9.12cvs34
12728
12729         sync with main
12730
12731         * src/account.c
12732                 account_delete(): modified alert dialog
12733         * src/editjpilot.c
12734         * src/editvcard.c
12735                 fixed a crash when cancelling file selection
12736                 dialog by Escape key. Made non-ascii filename
12737                 selectable.
12738         * src/prefs_template.c
12739                 prefs_template_window_create(): make scrolled
12740                 window policy AUTOMATIC
12741
12742 2005-07-10 [hoa]        1.9.12cvs33
12743
12744         * src/etpan/imap-thread.c
12745                 workaround for old Courier IMAP servers.
12746
12747 2005-07-10 [colin]      1.9.12cvs32
12748
12749         * src/folder.c
12750         * src/statusbar.c
12751         * src/statusbar.h
12752                 Add visual progress indicator on filtering/processing
12753                 Factorize the progress bar code
12754         * src/imap.c
12755         * src/imap.h
12756         * src/etpan/imap-thread.c
12757                 Add a reference counter to avoid destroying the Folder
12758                 while it's in use by another callback.
12759
12760 2005-07-09 [hoa]        1.9.12cvs31
12761
12762         * src/imap.c
12763         * src/etpan/imap-thread.c
12764                 fixed deadlock when removing IMAP account.
12765
12766 2005-07-08 [colin]      1.9.12cvs30
12767
12768         * src/textview.c
12769         * src/unmime.c
12770                 Fix again problems decoding broken headers
12771         * src/gtk/inputdialog.c
12772                 Fix local variable shadowing a global one
12773
12774 2005-07-08 [colin]      1.9.12cvs29
12775
12776         * src/msgcache.c
12777                 Make the cache/mark files platform-agnostic by writing
12778                 them in little-endian format. Reading them is also done
12779                 in little-endian format, of course; however, in order
12780                 to avoid trashing mark data on big-endian machines, the
12781                 files are, at first, read from the native format if the
12782                 little-endian one doesn't exist. This is easy to deter-
12783                 mine by trying to open a file with a swapped data_ver
12784                 and seeing if it's the wanted version.
12785                 Little-endian using users should see absolutely no
12786                 difference, Big-endian users may get a very little
12787                 performance drop due to byte-swapping.
12788                 Tested on i386 and ppc32. 
12789                 Fixes bug #159 (The index file, in the mailboxes, is 
12790                 hardware depending).
12791
12792                 To have the cache/mark files updated to the new little-
12793                 endian format, "Check for new messages" or even
12794                 "Rebuild folder tree" aren't enough. Files will be
12795                 updated as soon as a folder has been opened/closed.
12796                 To update everything, just select all folders by
12797                 selecting them one by one.
12798
12799 2005-07-07 [colin]      1.9.12cvs28
12800
12801         * src/imap.c
12802                 Remember the folder separator per IMAPFolder
12803                 instead of globally.
12804                 Revive the Session on noop; fixes bug #761
12805                 (mark a bunch of unread messages as read takes 
12806                 forever)
12807
12808 2005-07-07 [darko]      1.9.12cvs27
12809
12810         * src/common/template.c
12811                 Sort templates alphabetically
12812
12813 2005-07-06 [colin]      1.9.12cvs26
12814
12815         * src/imap.c
12816                 Try to use the correct separator in
12817                 most cases. Possibly fixes bug #759
12818                 (only creates the INBOX folder when 
12819                 setting up new IMAP account) and 
12820                 bug #760 (Can't retrieve messages)
12821
12822 2005-07-06 [colin]      1.9.12cvs25
12823
12824         * src/imap.c
12825                 Use real_path in status command. This will
12826                 help later, when namespaces will be used.
12827
12828 2005-07-06 [colin]      1.9.12cvs24
12829
12830         * configure.ac
12831         * src/account.c
12832         * src/folder.c
12833         * src/imap.c
12834         * src/etpan/etpan-log.c
12835         * src/etpan/etpan-thread-manager.c
12836         * src/etpan/imap-thread.c
12837                 Add a --disable-libetpan parameter. With this,
12838                 users that don't want IMAP4 support can avoid
12839                 the new dependancy (and have no IMAP support).
12840                 Users that have IMAP4 accounts and use this
12841                 parameter won't lose their configuration, their
12842                 IMAP accounts will just be invisible and not
12843                 used.
12844         * src/textview.c
12845                 Make the "Copy ..." contextual menu items 
12846                 copy to both the X clipboard and the gtk 
12847                 clipboard - as most other apps do.
12848         * src/gtk/about.c
12849                 Add a notice about OpenSSL usage, in order to
12850                 comply with OpenSSL's license (point 6):
12851                 http://www.openssl.org/source/license.html
12852
12853 2005-07-06 [colin]      1.9.12cvs23
12854
12855         * src/alertpanel.c
12856                 Fix a minimum size for alertpanels
12857         * src/compose.c
12858                 Show 'No space left on device' type errors
12859                 when queuing/sending
12860         * src/imap_gtk.c
12861         * src/mh_gtk.c
12862                 Rework folder's deletion message (remove 
12863                 extra \n)
12864
12865 2005-07-05 [colin]      1.9.12cvs22
12866
12867         * src/imap.c
12868                 Add an alertpanel on auth error
12869                 Add pseudo-log
12870                 Remove pthread-related stuff
12871
12872 2005-07-05 [colin]      1.9.12cvs21
12873
12874         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12875                 Fix crash on plugin reloading (with a hack)
12876
12877 2005-07-05 [colin]      1.9.12cvs20
12878
12879         * src/prefs_account.c
12880         * src/prefs_account.h
12881                 Fix typo
12882         * src/gtk/filesel.c
12883         * src/gtk/filesel.h
12884                 Add a way to filter the view
12885         * src/gtk/pluginwindow.c
12886                 Filter loadable stuff
12887         * src/plugins/pgpmime/prefs_gpg.c
12888                 Fix missing unregistration
12889         * .cvsignore
12890         * src/etpan/.cvsignore
12891         * src/plugins/spamassassin/.cvsignore
12892                 Add more stuff to cvs ignored files
12893
12894 2005-07-04 [colin]      1.9.12cvs19
12895
12896         * src/imap.c
12897                 Fix scan_required returning FALSE when it
12898                 shouldn't. Maybe fix #760 (Can't retrieve
12899                 messages)
12900
12901 2005-07-04 [colin]      1.9.12cvs18
12902
12903         * src/summaryview.c
12904                 Fix always_show_msg pref
12905
12906 2005-07-04 [paul]       1.9.12cvs17
12907
12908         sync with main (forgotten in last commit)
12909         
12910         * src/common/utils.c
12911         * src/common/utils.h
12912                 check_line_length(): new.
12913                 is_dir_exist()
12914                 is_file_entry_exist()
12915                 dirent_is_regular_file()
12916                 dirent_is_directory(): use g_file_test() instead of stat().
12917
12918 2005-07-04 [paul]       1.9.12cvs16
12919
12920         sync with main:
12921
12922         * src/compose.c
12923                 compose_write_to_file(): check for line
12924                 length limit and display warning if exceeds
12925         * src/jpilot.c
12926                 use get_home_dir() instead of g_get_home_dir()
12927         * src/procheader.c
12928                 removed warning about invalid date
12929         * src/vcard.c
12930                 use get_home_dir() instead of g_get_home_dir()
12931
12932 2005-07-04 [paul]       1.9.12cvs15
12933
12934         * src/stock_pixmap.c
12935                 fix new pixmap naming errors
12936                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12937
12938 2005-07-04 [colin]      1.9.12cvs14
12939
12940         * src/imap.c
12941                 Fix debugging string with a warning
12942
12943 2005-07-04 [colin]      1.9.12cvs13
12944
12945         * configure.ac
12946                 Add a check for libetpan's version (>= 0.37)
12947
12948 2005-07-04 [hoa]        1.9.12cvs12
12949
12950         * commitHelper
12951         * src/imap.c
12952         * src/etpan/imap-thread.c
12953         * src/etpan/imap-thread.h
12954                 fixed IMAP implementation of check of mails.
12955
12956 2005-07-03 [hoa]        1.9.12cvs11
12957
12958         * src/etpan/Makefile.am
12959         * src/etpan/etpan-errors.h
12960         * src/etpan/etpan-log.[ch]
12961         * src/etpan/etpan-thread-manager-types.h
12962         * src/etpan/etpan-thread-manager.[ch]
12963         * src/etpan/imap-thread.[ch]
12964         * src/Makefile.am
12965         * src/imap.c
12966         * src/main.c
12967         * src/prefs_other.c
12968         * configure.ac
12969             merged imap branch.
12970             dependency on libetpan 0.37 is now added.
12971
12972 2005-07-01 [colin]      1.9.12cvs10
12973
12974         * src/Makefile.am
12975         * src/folder.c
12976         * src/folder.h
12977         * src/folderview.c
12978         * src/stock_pixmap.c
12979         * src/stock_pixmap.h
12980         * src/plugins/trayicon/trayicon.c
12981                 Add marked symbol on folders containing
12982                 marked messages
12983         * src/procmsg.c
12984         * src/procmsg.h
12985         * src/toolbar.c
12986         * src/prefs_common.c
12987         * src/prefs_common.h
12988         * src/prefs_send.c
12989                 Add an optional confirmation dialog on queue
12990                 sending. Patch by wwp.
12991         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
12992         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
12993         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
12994         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
12995         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
12996         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
12997         * src/pixmaps/inbox_mark.xpm            ** ADDED **
12998         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
12999         * src/pixmaps/outbox_mark.xpm           ** ADDED **
13000         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
13001         * src/pixmaps/trash_mark.xpm            ** ADDED **
13002                 New pixmaps
13003
13004 2005-07-01 [colin]      1.9.12cvs9
13005
13006         * src/summaryview.c
13007                 Fix a little threading bug
13008         * src/addrgather.c
13009         * src/mainwindow.c
13010                 A little bit of HIG normality never hurts
13011
13012 2005-07-01 [colin]      1.9.12cvs8
13013
13014         * src/compose.c
13015         * src/msgcache.c
13016         * src/pop.c
13017         * src/procmime.c
13018         * src/recv.c
13019         * src/common/log.c
13020         * src/common/template.c
13021         * src/common/utils.c
13022         * src/common/utils.h
13023                 Reverted the fwrite_atomic stuff. In fact
13024                 it is already atomic.
13025
13026 2005-06-30 [colin]      1.9.12cvs7
13027
13028         * src/common/utils.c
13029         * src/common/utils.h
13030                 Add an fwrite_atomic() function to make
13031                 sure we write everything: fwrite can make
13032                 short writes.
13033         * src/compose.c
13034         * src/msgcache.c
13035         * src/pop.c
13036         * src/procmime.c
13037         * src/recv.c
13038         * src/common/log.c
13039         * src/common/template.c
13040                 Use that (and fix swapping of size and nmemb).
13041                 Thanks to Rich Coe for the heads up.
13042
13043 2005-06-30 [colin]      1.9.12cvs6
13044
13045         * src/addressbook.c
13046                 Optimize addressbook opening 
13047
13048 2005-06-30 [colin]      1.9.12cvs5
13049
13050         * src/summaryview.c
13051                 Remove calls to summary_step after move/copy
13052
13053 2005-06-28 [paul]       1.9.12cvs4
13054
13055         * src/alertpanel.c
13056                 wrap and make the error msg selectable
13057
13058 2005-06-28 [paul]       1.9.12cvs3
13059
13060         * src/ssl_manager.c
13061                 replace the OK button with a Close button
13062         * src/gtk/foldersort.c
13063                 use GTK_STOCK_ icons/buttons
13064
13065 2005-06-28 [colin]      1.9.12cvs2
13066
13067         * src/gedit-print.c             ** ADDED **
13068         * src/gedit-print.h             ** ADDED **
13069         * src/gtk/gtksourceprintjob.c   ** ADDED **
13070         * src/gtk/gtksourceprintjob.h   ** ADDED **
13071                 I can't believe no one had enough time to tell
13072                 me I forgot the `cvs add`
13073
13074 2005-06-27 [colin]      1.9.12cvs1
13075
13076         * src/Makefile.am
13077         * src/gtk/Makefile.am
13078         * src/messageview.c
13079         * src/procmsg.c
13080         * src/summaryview.c
13081         * configure.ac
13082                 Add optional libgnomeprint-based printing
13083         * src/mainwindow.c
13084         * src/gtk/quicksearch.c
13085                 Add an Edit/Quick search menu item to show
13086                 and focus the quicksearch
13087
13088 2005-06-27 [paul]       1.9.12
13089
13090         1.9.12 release
13091
13092         * po/ca.po
13093         * po/de.po
13094         * po/es.po
13095         * po/fr.po
13096         * po/it.po
13097         * po/ko.po
13098         * po/pt_BR.po
13099         * po/sk.po
13100         * po/zh_CN.po
13101                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13102                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
13103                 SungHyun Nam, Frederico Goncalves Guimaraes,
13104                 Andrej Kacian, and Yang Guilong
13105 2005-06-26 [colin]      1.9.11cvs106
13106
13107         * src/imap_gtk.c
13108                 Forgot one file for previous fix
13109
13110 2005-06-26 [colin]      1.9.11cvs105
13111
13112         * src/folder.c
13113         * src/imap.c
13114                 Fix problems with folder operations in no_select
13115                 imap folders. it applies only to mails, and 
13116                 creation/deletion/move/renaming of folders 
13117                 should be possible
13118
13119 2005-06-26 [paul]       1.9.11cvs104
13120
13121         * src/prefs_filtering.c
13122                 replace one more GTK_STOCK_REMOVE
13123                 with GTK_STOCK_DELETE
13124
13125 2005-06-25 [colin]      1.9.11cvs103
13126
13127         * src/imap.c
13128                 Optimize get_seq_set_from_seq_list
13129                 (Patch by Ricardo) 
13130
13131 2005-06-25 [colin]      1.9.11cvs102
13132
13133         * src/mh.c
13134                 If the directory exists, but not in the
13135                 correct encoding, rename it. This should
13136                 handle old-versions-induced bugs.
13137
13138 2005-06-25 [colin]      1.9.11cvs101
13139
13140         * src/mh.c
13141                 Fix path access with extended dir names
13142                 Fixes bug #589 (SC segfaults with wrong locale
13143                 settings)
13144
13145 2005-06-25 [colin]      1.9.11cvs100
13146
13147         * src/prefs_account.c
13148         * src/prefs_account.h
13149         * src/compose.c
13150                 Add an option to encrypt replies to
13151                 encrypted messages
13152
13153 2005-06-25 [colin]      1.9.11cvs99
13154
13155         * src/compose.c
13156         * src/quote_fmt_parse.y
13157                 ... And make it work with pgpinline.
13158
13159 2005-06-25 [colin]      1.9.11cvs98
13160
13161         * src/compose.c
13162         * src/procmime.c
13163         * src/procmime.h
13164         * src/quote_fmt_parse.y
13165                 o Make reedition of encrypted messages possible
13166                   (as long as it is encrypted to self too, no
13167                    magic there)
13168                 o Make replying with quote (and without selecting
13169                   text) possible for encrypted messages.
13170                 Closes bug #550 (Not possible to "reply with quote"
13171                 to gnupg encrypted messages)
13172
13173 2005-06-24 [paul]       1.9.11cvs97
13174
13175         * src/imap.c
13176                 add missing include
13177
13178 2005-06-24 [paul]       1.9.11cvs96
13179
13180         * src/editldap.c
13181                 made bind password entry invisible
13182                 (sync with main)
13183         * src/send_message.c
13184                 send_message_local(): check exit status
13185                 to detect errors (sync with main)
13186         * src/textview.c
13187                 use main's less ambiguous popup menu
13188                 wording
13189
13190 2005-06-24 [paul]       1.9.11cvs95
13191
13192         * src/prefs_actions.c
13193         * src/prefs_customheader.c
13194         * src/prefs_display_header.c
13195         * src/prefs_filtering_action.c
13196         * src/prefs_matcher.c
13197         * src/prefs_template.c
13198         * src/prefs_toolbar.c
13199                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13200         * src/gtk/description_window.c
13201                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13202
13203 2005-06-23 [colin]      1.9.11cvs94
13204
13205         * src/summaryview.c
13206                 Fix rough edges (be sure to call status_show whenever
13207                 necessary).
13208
13209 2005-06-23 [colin]      1.9.11cvs93
13210
13211         * src/summaryview.c
13212                 Optimize Select All
13213                 Before, in a 5K mails folder: 11s
13214                 After, in the same folder: 58000µs
13215                 The joys of locking... gtk_clist_select_all() fires a 
13216                 tree-select-row event for each selected row, which in 
13217                 summaryview, callbacks summary_selected which in turn,
13218                 calls summary_status_show, which walks the selected
13219                 rows. Hence, calling gtk_clist_select_all was 
13220                 exponential. Locking the summaryview makes 
13221                 summary_selected return early.
13222
13223 2005-06-23 [colin]      1.9.11cvs92
13224
13225         * src/imap.c
13226                 Move mutex at the important place to avoid
13227                 deadlocks
13228         * src/summaryview.c
13229                 Fix Del key deleting directly instead of
13230                 moving to trash
13231
13232 2005-06-22 [colin]      1.9.11cvs91
13233
13234         * src/plugins/spamassassin/libspamc.c
13235                 As we do spagetti code with assignations in multiple
13236                 places (see _message_read_raw where out = msg = raw),
13237                 let's be sure we don't free the same pointer twice.
13238                 Should fix bug #683 (Crash in libpam at 
13239                 message_cleanup).
13240
13241 2005-06-22 [colin]      1.9.11cvs90
13242
13243         * src/compose.c
13244         * src/messageview.c
13245         * src/toolbar.c
13246                 Make toolbar's delete use the move to trash stuff;
13247                 Add gtk_widget_realize to be sure pixmaps can get
13248                 created (that may fix an old worksforme bug which
13249                 I can't find back...)
13250
13251 2005-06-22 [colin]      1.9.11cvs89
13252
13253         * src/summaryview.c
13254         * src/summaryview.h
13255         * src/mainwindow.c
13256                 Rename "Message/Delete" to "Message/Move to trash"
13257                 Add "Message/Delete..." that directly destroys the
13258                 selected messages after asking for a confirmation.
13259
13260 2005-06-22 [colin]      1.9.11cvs88
13261
13262         * src/imap.c
13263                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13264                 o Fix a deadlock (thanks Darko)
13265
13266 2005-06-22 [colin]      1.9.11cvs87
13267
13268         * src/gtk/foldersort.c
13269                 Add missing include for the i18n;
13270                 patch by Fabien Vantard
13271
13272 2005-06-21 [colin]      1.9.11cvs86
13273
13274         * src/folder.c
13275         * src/folderview.c
13276                 Respect the no_select flag
13277         * src/imap.c
13278                 Fix recursive deletion
13279         * src/imap_gtk.c
13280         * src/mh_gtk.c
13281                 Make the folder deletion's warning
13282                 more explicit
13283
13284 2005-06-21 [colin]      1.9.11cvs85
13285
13286         * src/textview.c
13287                 Prevent email addresses from spanning accross
13288                 lines - fixes bug # 646 (newline-chars in 
13289                 email addresses)
13290
13291 2005-06-20 [colin]      1.9.11cvs84
13292
13293         * src/folder.c
13294                 Be sure not to remove source if copy failed
13295
13296 2005-06-20 [colin]      1.9.11cvs83
13297
13298         * src/folderview.c
13299         * src/imap_gtk.c
13300                 remove summaryview's lock
13301         * src/imap.c
13302                 introduce threads to avoid problems when foreground tasks
13303                 interfere with background tasks
13304         * src/mh.c
13305                 prevent moving to drafts/queue
13306         * src/mimeview.c
13307                 fix leak
13308
13309 2005-06-19 [colin]      1.9.11cvs82
13310
13311         * src/imap_gtk.c
13312                 Remember that the user doesn't want to override
13313                 offline mode, for 3 seconds. It avoid presenting
13314                 him with N popups in a really short time.
13315
13316 2005-06-17 [colin]      1.9.11cvs81
13317
13318         * src/imap.c
13319                 Fix IMAP breaking on folders containing '('
13320                 (Probably won't be enough)
13321
13322 2005-06-17 [colin]      1.9.11cvs80
13323
13324         Forgotten files on 1.9.11cvs79
13325         * src/summaryview.c
13326                 Fix stepping when not immediately executing
13327         * src/imap.c
13328                 Really prevent UID FETCH 0
13329         * src/codeconv.c
13330                 Fix outgoing charset never set to utf-8
13331         * src/mh.c
13332                 Fix leak
13333
13334 2005-06-16 [colin]      1.9.11cvs79
13335
13336         * src/compose.c
13337                 Fix bug #707 (Dash splits rows)
13338                 Only wrap if we're on a line break position and
13339                 the previous one was a "white" (space) char.
13340                 Pango stuff is weird.
13341
13342 2005-06-16 [colin]      1.9.11cvs78
13343
13344         * src/imap_gtk.c
13345                 Lock summaryview while downloading messages
13346                 on user demand
13347         * src/procheader.c
13348         * src/unmime.c
13349         * src/common/utils.c
13350         * src/common/utils.h
13351                 Replace \r and \n with spaces in From and
13352                 Subject headers
13353
13354 2005-06-16 [paul]       1.9.11cvs77
13355
13356         * src/procmime.c
13357                 liberalise the mime parser
13358         * src/gtk/about.c
13359                 add text wrapping
13360
13361 2005-06-16 [paul]       1.9.11cvs76
13362
13363         * src/gtk/about.c
13364                 reworked
13365
13366 2005-06-15 [colin]      1.9.11cvs75
13367
13368         * src/compose.c
13369                 Finish header encoding fix
13370         * src/summaryview.c
13371                 Fix segfault
13372         * src/headerview.c
13373                 Fix compilation (Thanks Stephan
13374                 Sachse)
13375
13376 2005-06-15 [colin]      1.9.11cvs74
13377
13378         * Makefile.am
13379                 Install gnome2 stuff rather than gnome1, 
13380                 if both are present
13381         * src/codeconv.c
13382         * src/codeconv.h
13383         * src/compose.c
13384                 Fix headers encoding
13385         * src/folder.c
13386                 Visual progress when fetching all messages
13387         * src/folderview.c
13388         * src/summaryview.c
13389         * src/summaryview.h
13390                 Prevent changing current message while
13391                 incorporating
13392
13393 2005-06-15 [paul]       1.9.11cvs73
13394
13395         * src/gtk/gtkaspell.c
13396         * src/gtk/gtkaspell.h
13397                 fix build warnings
13398
13399 2005-06-15 [paul]       1.9.11cvs72
13400
13401         * src/prefs_filtering.c
13402                 allow reordering of filter rules by
13403                 drag n drop
13404
13405 2005-06-15 [paul]       1.9.11cvs71
13406
13407         * COPYING
13408                 updated
13409         * src/codeconv.c
13410                 replace deprecated function
13411         * src/inc.c
13412         * src/send_message.c
13413         * src/gtk/progressdialog.c
13414         * src/gtk/progressdialog.h
13415                 salvage and reuse parts of reverted sync
13416
13417 2005-06-15 [paul]       1.9.11cvs70
13418
13419         * src/inc.c
13420         * src/send_message.c
13421         * src/gtk/progressdialog.c
13422         * src/gtk/progressdialog.h
13423                 revert yesterday's sync with main
13424                 it contains deprecated functions
13425
13426 2005-06-15 [colin]      1.9.11cvs69
13427
13428         * src/headerview.c
13429                 Fix bug #670 (multi user to: will corrupt message 
13430                 headers display)
13431
13432 2005-06-15 [colin]      1.9.11cvs68
13433
13434         * src/compose.c
13435                 Fix bug #421 (Fix undo on wrapping)
13436
13437 2005-06-15 [colin]      1.9.11cvs67
13438
13439         * src/folder.c
13440                 Provide visual feedback while processing
13441                 folder's rules.
13442         * src/imap.c
13443                 Provide visual feedback while getting
13444                 short headers (for uncached messages)
13445
13446
13447 2005-06-14 [paul]       1.9.11cvs66
13448
13449         * src/account.c
13450                 change a couple stock icons
13451         * src/inc.c
13452         * src/send_message.c
13453         * src/gtk/progressdialog.c
13454         * src/gtk/progressdialog.h
13455                 sync main's GtkTreeView implementation
13456
13457 2005-06-14 [colin]      1.9.11cvs65
13458
13459         * src/imap.c
13460                 Various little fixes, mainly on error paths
13461
13462 2005-06-13 [colin]      1.9.11cvs64
13463
13464         * matcher.c
13465         * procmsg.c
13466         * procmsg.h
13467                 Add a way to fetch only headers. This speeds
13468                 up filtering on headers for IMAP. Fixes:
13469                 bug #481 extraneous imap commands slow down 
13470                         imap filtering
13471                 bug #522 Sylpheed downloads all messages 
13472                         when opening mailbox (IMAP)
13473                 bug #677 IMAP fetch is soooooooooooooo slow
13474         * src/folder.c
13475         * src/folder.h
13476                 Add a folder set_batch method so that
13477                 implementations can speed up flags changes
13478         * src/folderutils.c
13479         * src/summaryview.c
13480                 Use that in mark as (un)read and mark all read
13481                 Refix bug #679
13482         * src/imap.c
13483                 Implement set_batch - brings back deferred
13484                 flags in a less buggy manner. Fixes:
13485                 bug #729 IMAP immediate expunge of deleted messages
13486                 bug #191 remove list of messages with one command
13487                 Fix login with strange chars
13488                 Implement fetch_msg_full
13489                 Fix copy (wrong counts)
13490
13491 2005-06-12 [colin]      1.9.11cvs63
13492
13493         * src/folder.c
13494                 lock incorporation during long operations.
13495                 Avoids fucking up the IMAP socket.
13496
13497 2005-06-12 [colin]      1.9.11cvs62
13498
13499         * src/imap.c
13500                 Fix harmful typo
13501                 Factorize remove_all_msg
13502                 Thread-ize expunge
13503         * src/summaryview.c
13504                 Don't update partial-download status if unnecessary
13505         * src/folder.c
13506                 Use remove_msgs everywhere possible
13507
13508 2005-06-12 [colin]      1.9.11cvs61
13509
13510         * src/folder.c
13511         * src/folder.h
13512                 Add a remove_msgs function to remove a 
13513                 list of messages
13514         * src/imap.c
13515                 Implement that.
13516
13517 2005-06-12 [colin]      1.9.11cvs60
13518
13519         * src/imap.c
13520                 Remove flags-processing deferring... Too hard
13521                 to get it to work in all cases.
13522
13523 2005-06-11 [colin]      1.9.11cvs59
13524
13525         * src/imap.c
13526                 printf -> debug_print
13527
13528 2005-06-11 [colin]      1.9.11cvs58
13529
13530         * src/imap.c
13531                 o Fix build without USE_PTHREAD
13532                 o Factorize imap_open
13533                 o Alertpanel in case of impossible connection
13534                 o Alertpanel in case of impossible login
13535                 o Fix deferred flags processing to force a 
13536                   flush before adding some more flags to process,
13537                   but in another folder.
13538
13539 2005-06-10 [colin]      1.9.11cvs57
13540
13541         * src/imap.c
13542                 o Fix a format string error
13543                 o init ssl socket outside of the thread 
13544                   (it possibly invokes gtk calls)
13545         * src/procmime.c
13546                 o Put back the buffer to its necessary size
13547                 o Fix changing a file pointer without keeping
13548                   track of it (thanks Valgrind)
13549         * src/common/smtp.c
13550                 o Fix automatic STARTTLS if login should be done
13551                   and the server only allows it after starting TLS
13552         * src/gtk/gtkinputdialog.c
13553                 o Eat GDK_Return so that the combo popup doesn't 
13554                   appear when we press Enter to validate the combo
13555                   input dialog (as seen in the Open with... dialog)
13556
13557 2005-06-10 [colin]      1.9.11cvs56
13558
13559         * src/imap.c
13560                 o A bit less debug
13561                 o Fix a crash on deletion
13562                 o Threadize imap_select (it's called outside of 
13563                   threads)
13564                 o Defer treatment of DELETED flags
13565
13566
13567 2005-06-09 [colin]      1.9.11cvs55
13568
13569         * src/imap.c
13570                 Make sure we check imap_gtk_should_override(), which
13571                 potentially calls gtk stuff, before creating thread.
13572                 That way it should't be called via imap_get_session()
13573                 inside a thread.
13574
13575 2005-06-09 [colin]      1.9.11cvs54
13576
13577         * src/imap.c
13578                 o add a bit of status output
13579                 o remove some dead code
13580                 o threadize get_list_of_uids
13581                 o threadize imap_get_flags
13582                 o defer flag changing by 500ms so that they
13583                   can be batched
13584
13585
13586 2005-06-08 [colin]      1.9.11cvs53
13587
13588         * src/imap.c
13589                 Thread-ize imap_cmd_fetch
13590
13591 2005-06-08 [colin]      1.9.11cvs52
13592
13593         * src/main.c
13594                 Mmh, that broke POP3...
13595
13596 2005-06-08 [colin]      1.9.11cvs51
13597
13598         * src/main.c
13599                 Stabilize IMAP patch (thanks to Hoa)
13600
13601 2005-06-08 [colin]      1.9.11cvs50
13602
13603         * src/imap.c
13604                 Test patch to speed up imap. 
13605
13606 2005-06-08 [colin]      1.9.11cvs49
13607
13608         * src/imap_gtk.c
13609                 Warning fix
13610         * src/procmime.c
13611                 Apply patch from gentoo to use /usr/share/mime/globs if 
13612                 available, after un-breaking it
13613         * src/common/log.c
13614         * src/common/log.h
13615                 Use g_timeout for invoking hooks that possibly use gtk
13616                 calls. This should leave gtk calls in the main thread.
13617
13618 2005-06-08 [paul]       1.9.11cvs48
13619
13620         * src/codeconv.c
13621                 conv_get_outgoing_charset_str(): don't
13622                 use prefs_common setting
13623         * src/compose.c
13624         * src/compose.h
13625                 add /Options/Character encoding/... to
13626                 temporarily change the outgoing encoding
13627
13628         (belated sync with main)
13629
13630 2005-06-08 [paul]       1.9.11cvs47
13631
13632         * src/compose.c
13633                 correction to/completion of last
13634                 sync with main
13635
13636 2005-06-08 [paul]       1.9.11cvs46
13637
13638         sync with main:
13639         
13640         * src/codeconv.c
13641         * src/codeconv.h
13642                 always enabled Japanese auto-detection
13643                 if the first letters of locale string
13644                 is "ja"
13645         * src/compose.c
13646                 don't use "destroy" signal to destroy
13647                 Compose object (fix rare crashes on discard?)
13648         * src/mainwindow.c
13649         * src/messageview.c
13650         * src/prefs_send.c
13651                 added Hebrew encodings
13652         * src/sourcewindow.c
13653                 don't use "destroy" signal to destroy
13654                 objects
13655
13656 2005-06-07 [colin]      1.9.11cvs45
13657
13658         * src/summaryview.c
13659                 Add missing unlocks/locks
13660
13661 2005-06-07 [paul]       1.9.11cvs44
13662
13663         * src/summaryview.c
13664                 restore bug #749 fix
13665
13666 2005-06-06 [colin]      1.9.11cvs43
13667
13668         * src/summaryview.c
13669                 Fix selection bug when prefs_common.open_unread 
13670                 is FALSE
13671
13672 2005-06-06 [colin]      1.9.11cvs42
13673
13674         * src/common/md5.c
13675                 Fix a warning
13676         * src/summaryview.c
13677         * src/folderview.c
13678                 Factorize long operations beginning and end
13679                 (locking, freezing/thawing, cursor, ...)
13680                 Check selection->data member in selection-
13681                 related loops; this avoids dying an awful
13682                 death if the selection changes on us while
13683                 we're marking a whole IMAP folder unread, 
13684                 for example.
13685
13686 2005-06-06 [paul]       1.9.11cvs41
13687
13688         * src/textview.c
13689                 don't g_free() a static gchar buffer
13690
13691 2005-06-05 [colin]      1.9.11cvs40
13692
13693         * src/mainwindow.c
13694         * src/messageview.c
13695         * src/summaryview.c
13696                 Fix bug #749 (Show all headers should be
13697                 sticky as the GUI suggests)
13698
13699 2005-06-03 [paul]       1.9.11cvs39
13700
13701         * src/compose.c
13702                 don't allow editing of mail while sending.
13703                 patch by Colin
13704
13705 2005-06-03 [paul]       1.9.11cvs38
13706
13707         * src/folderview.c
13708                 add a freeze/thaw to speed up 'mark all read'
13709
13710 2005-06-03 [paul]       1.9.11cvs37
13711
13712         * src/prefs_message.c
13713                 reflect changes immediately
13714
13715 2005-06-02 [colin]      1.9.11cvs36
13716
13717         * po/POTFILES.in
13718                 Patch by Fabien Vantard.
13719
13720 2005-06-02 [colin]      1.9.11cvs35
13721
13722         * src/imap.c
13723                 Use a non-blocking imap_getline() if possible.
13724                 This should completely prevent the interface
13725                 from freezin on imap operations, although it
13726                 may do strange stuff in case of folder switching
13727                 while a big imap operation is taking place...
13728
13729                 In addition, fix a leak in the case thread
13730                 creation fails on connection.
13731
13732 2005-06-02 [colin]      1.9.11cvs34
13733
13734         * src/crash.c
13735         * src/prefs_common.h
13736                 Fix build (prefs_common_init() doesn't exist
13737                 anymore)
13738
13739 2005-06-02 [colin]      1.9.11cvs33
13740
13741         * src/prefs_account.c
13742                 Fix bug #245 (filtering rules broken when
13743                 renaming a remote account (imap4 or nntp)
13744
13745 2005-06-02 [colin]      1.9.11cvs32
13746
13747         * src/imap.c
13748                 Try to fix IMAP shortcomings: 
13749                 o Multithread imap_open()
13750                 o allow offline-mode overriding instead of
13751                   just returning NULL
13752         * src/imap_gtk.c
13753         * src/imap_gtk.h
13754                 Add a function to ask whether we want to
13755                 override offline-mode for 10 minutes (one-shot
13756                 asking was painful)
13757         * src/procheader.c
13758                 Fix segfault when imap parser isn't happy about
13759                 a missing {
13760
13761 2005-06-01 [colin]      1.9.11cvs31
13762
13763         * src/addrharvest.c
13764         * src/compose.c
13765         * src/mbox.c
13766         * src/mbox.h
13767         * src/mh.c
13768         * src/msgcache.c
13769         * src/send_message.c
13770         * src/setup.c
13771         * src/undo.c
13772         * src/common/hooks.c
13773         * src/common/prefs.c
13774         * src/common/template.c
13775         * src/common/utils.c
13776         * src/gtk/gtkutils.c
13777         * src/gtk/inputdialog.c
13778         * src/gtk/menu.c
13779         * src/gtk/pluginwindow.c
13780         * src/gtk/prefswindow.c
13781         * src/plugins/pgpmime/passphrase.c
13782         * src/plugins/pgpmime/prefs_gpg.c
13783                 More -Wall fixes
13784
13785         * src/common/Makefile.am
13786         * src/common/timing.h
13787                 Add basic timing code
13788
13789         * src/summaryview.c
13790                 Fix a bug with unread messages when 
13791                 re-sorting folders, and by the way
13792                 fix a big performance hit when 
13793                 re-sorting (10k mails: before 5s,
13794                 after .5s)
13795
13796         * src/prefs_compose_writing.c
13797         * src/prefs_compose_writing.h
13798         * src/prefs_message.c
13799         * src/prefs_message.h
13800         * src/prefs_other.c
13801         * src/prefs_other.h
13802         * src/prefs_quote.c
13803         * src/prefs_quote.h
13804         * src/prefs_receive.c
13805         * src/prefs_receive.h
13806         * src/prefs_send.c
13807         * src/prefs_send.h
13808         * src/prefs_summaries.c
13809         * src/prefs_summaries.h
13810                 Fix copyright banner
13811
13812 2005-06-01 [paul]       1.9.11cvs30
13813
13814         * po/fi.po
13815                 updated by Flammie Pirinen
13816         * src/procmime.c
13817                 fix 'Bad BASE64 content' output
13818
13819 2005-05-31 [colin]      1.9.11cvs29
13820
13821         * src/procmime.c
13822                 Oops, where did my hunk go.
13823
13824 2005-05-31 [colin]      1.9.11cvs28
13825
13826         * src/Makefile.am
13827         * src/account.c
13828         * src/action.c
13829         * src/addr_compl.c
13830         * src/addressbook.c
13831         * src/codeconv.c
13832         * src/compose.c
13833         * src/export.c
13834         * src/folder.c
13835         * src/folderview.c
13836         * src/image_viewer.c
13837         * src/main.c
13838         * src/mainwindow.c
13839         * src/messageview.c
13840         * src/mimeview.c
13841         * src/msgcache.c
13842         * src/prefs_account.c
13843         * src/prefs_actions.c
13844         * src/prefs_common.c
13845         * src/prefs_compose_writing.c
13846         * src/prefs_customheader.c
13847         * src/prefs_ext_prog.c
13848         * src/prefs_filtering.c
13849         * src/prefs_filtering_action.c
13850         * src/prefs_fonts.c
13851         * src/prefs_image_viewer.c
13852         * src/prefs_message.c
13853         * src/prefs_message.h
13854         * src/prefs_msg_colors.c
13855         * src/prefs_other.c
13856         * src/prefs_other.h
13857         * src/prefs_quote.c
13858         * src/prefs_receive.c
13859         * src/prefs_receive.h
13860         * src/prefs_send.c
13861         * src/prefs_send.h
13862         * src/prefs_spelling.c
13863         * src/prefs_summaries.c
13864         * src/prefs_summary_column.c
13865         * src/prefs_template.c
13866         * src/prefs_themes.c
13867         * src/prefs_toolbar.c
13868         * src/prefs_wrapping.c
13869         * src/procmime.c
13870         * src/procmsg.c
13871         * src/send_message.h
13872         * src/ssl_manager.c
13873         * src/summary_search.c
13874         * src/summaryview.c
13875         * src/textview.c
13876         * src/wizard.c
13877         * src/common/smtp.c
13878         * src/common/smtp.h
13879         * src/gtk/gtkutils.h
13880                 o Move the rest of Common prefs to new style
13881                 o Lots of -Wall warning fixes
13882                 o fix FIXME in cache memusage calculation
13883                 o Let return receipts be sent from any account
13884                 o Little cache optimisation (read)
13885                 o Fix bug #746 (don't treat commas as separators
13886                   when inside a quoted string)
13887
13888 2005-05-31 [paul]       1.9.11cvs27
13889
13890         * src/prefs_common.c
13891                 fix 'off-by-one' typo
13892
13893 2005-05-31 [paul]       1.9.11cvs26
13894
13895         * src/account.c
13896         * src/addr_compl.c
13897         * src/compose.c
13898         * src/foldersel.c
13899         * src/prefs_actions.c
13900         * src/prefs_common.c
13901         * src/prefs_common.h
13902         * src/prefs_customheader.c
13903         * src/prefs_display_header.c
13904         * src/prefs_filtering.c
13905         * src/prefs_filtering_action.c
13906         * src/prefs_matcher.c
13907         * src/prefs_summaries.c
13908         * src/prefs_summary_column.c
13909         * src/prefs_template.c
13910         * src/prefs_toolbar.c
13911         * src/ssl_manager.c
13912         * src/gtk/pluginwindow.c
13913         * src/gtk/prefswindow.c
13914         * src/gtk/progressdialog.c
13915                 add hidden prefs 'enable_rules_hint'
13916                 for gtk_tree_view_set_rules_hint()
13917                 (sync with main)
13918                 
13919
13920 2005-05-31 [colin]      1.9.11cvs25
13921
13922         * src/Makefile.am
13923         * src/main.c
13924         * src/prefs_common.c
13925         * src/prefs_summaries.c ** ADDED **
13926         * src/prefs_summaries.h ** ADDED **
13927                 Common/Display -> Display/Summaries
13928
13929 2005-05-31 [colin]      1.9.11cvs24
13930
13931         * src/Makefile.am
13932         * src/main.c
13933         * src/prefs_quote.c ** ADDED **
13934         * src/prefs_quote.h ** ADDED **
13935                 Move Common/Quote to Compose/Quoting
13936         * src/prefs_common.c
13937         * src/prefs_common.h
13938                 Remove old quote stuff, add
13939                 convenience functions for GtkTextView prefs
13940         * src/gtk/prefswindow.c
13941                 Set default height higher
13942
13943 2005-05-30 [colin]      1.9.11cvs23
13944
13945         * src/Makefile.am
13946         * src/main.c
13947         * src/prefs_common.c
13948         * src/prefs_compose_writing.c ** ADDED **
13949         * src/prefs_compose_writing.h ** ADDED **
13950                 Move Common/Compose prefs to Compose/Writing
13951
13952 2005-05-30 [colin]      1.9.11cvs22
13953
13954         * src/common/utils.c
13955                 Fix bug #651 (Confused Attract by Subject)
13956                 Patch by M. Benkmann <haferfrost@web.de>
13957         * AUTHORS
13958
13959 2005-05-30 [colin]      1.9.11cvs21
13960
13961         * src/compose.c
13962                 Fix concatenation of different headers of
13963                 the same type (bug #645)
13964         * src/prefs_folder_item.c
13965                 Fix bug #699 (setting color to black doesn't
13966                 work immediately)
13967         * src/procmime.c
13968                 Print out decoding error only once per
13969                 block
13970
13971 2005-05-30 [paul]       1.9.11cvs20
13972
13973         * src/common/template.c
13974                 fix Bcc
13975
13976 2005-05-30 [paul]       1.9.11cvs19
13977
13978         * doc/src/rfc2368.txt   **NEW FILE**
13979         * src/compose.c
13980                 compose_entries_set(): don't interpret Bcc
13981                 header field (conform to RFC 2368)
13982                 (sync with main)
13983
13984 2005-05-29 [colin]      1.9.11cvs18
13985
13986         * src/prefs_common.c
13987                 Let the default reply format respect
13988                 netiquette by cutting the signature.
13989
13990 2005-05-29 [colin]      1.9.11cvs17
13991
13992         * src/summaryview.c
13993                 Don't let always_show_msg override
13994                 open_unread_on_enter when opening a new
13995                 directory.
13996
13997 2005-05-27 [paul]       1.9.11cvs16
13998
13999         sync with main:
14000
14001         * src/main.c
14002                 app_will_exit(): cleanup tmp directory when exit
14003         * src/message_search.c
14004                 improved the interface and made code cleanup.
14005                 removed Clear button
14006         * src/send_message.c
14007                 send_message_local(): use GSpawn, and detect errors
14008         * src/summary_search.c
14009                 improved the interface and made code cleanup
14010         * src/textview.c
14011                 textview_write_link(): also skip non-ascii space
14012                  at the head of link strings (phishing check
14013                  didn't work at the case)
14014         * src/common/utils.c
14015                 get_command_output(): use g_spawn_command_line_sync()
14016                 instead of popen()
14017
14018 2005-05-26 [colin]      1.9.11cvs15
14019
14020         * src/folder.c
14021                 remove printf
14022
14023 2005-05-26 [colin]      1.9.11cvs14
14024
14025         * src/common/nntp.c
14026                 Fix nntp mode reader (bug #611)
14027                 Patch by Florian Mickler <florian@mickler.org>
14028
14029 2005-05-26 [colin]      1.9.11cvs13
14030
14031         * src/plugins/pgpmime/passphrase.c
14032                 Fix mouse grabbing (bug #557)
14033
14034 2005-05-26 [colin]      1.9.11cvs12
14035
14036         * src/prefs_themes.c
14037                 Fix g_warning (bug #541)
14038
14039 2005-05-26 [colin]      1.9.11cvs11
14040
14041         * src/prefs_actions.c
14042         * src/prefs_template.c
14043                 Fix bug #506 (no warning if action/template
14044                 is not saved)
14045         * src/common/template.c
14046                 Fix a possible crash
14047
14048 2005-05-26 [colin]      1.9.11cvs10
14049
14050         * src/folder.c
14051         * src/folderview.c
14052         * src/procmsg.c
14053         * src/summaryview.c
14054                 Forbid locked messages to be moved or
14055                 deleted. Locked messages in trashes 
14056                 still get deleted, for performance
14057                 reason (mh.c::mh_remove_all_msgs)
14058
14059 2005-05-25 [colin]      1.9.11cvs9
14060
14061         * src/procmime.c
14062                 Use correct encoding when sending mails
14063                 with attachments that have accentued 
14064                 chars in their name
14065
14066 2005-05-24 [colin]      1.9.11cvs8
14067
14068         * src/summaryview.c
14069                 Fix bug #688 f) read/unread marker not
14070                 changed on first click
14071                 Also, optimize summary_status_show()
14072                 calls
14073         * src/folder.c
14074         * src/inc.c
14075         * src/procmime.c
14076                 Fix bug #688 b) and c) wrt message
14077                 attachments and signature
14078         * src/stock_pixmap.c
14079         * src/stock_pixmap.h
14080         * src/stock_pixmap.c
14081         * src/stock_pixmap.h
14082         * src/Makefile.am
14083         * src/pixmaps/clip_gpg_signed.xpm
14084                 Add clip/signed icon
14085
14086 2005-05-24 [colin]      1.9.11cvs7
14087
14088         * src/folder_item_prefs.c
14089                 whitespace fix
14090
14091 2005-05-24 [colin]      1.9.11cvs6
14092
14093         * src/folderview.c
14094         * src/prefs_common.c
14095         * src/prefs_common.h
14096                 Add a confirmation to folder drag and drop
14097                 fixes bug #156
14098         * src/alertpanel.c
14099         * src/alertpanel.h
14100                 fix _with_disable parameters so that
14101                 the buttons labels are specifiable too
14102         * src/plugins/pgpmime/sgpgme.c
14103                 reflect said change
14104                 
14105
14106 2005-05-24 [colin]      1.9.11cvs5
14107
14108         * src/folderview.c
14109                 Uncollapse/collapse folders on double-click
14110                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
14111                 closes bug #108
14112
14113 2005-05-23 [colin]      1.9.11cvs4
14114
14115         * src/common/socket.c
14116                 Check another special SSL_peek() error.
14117                 Should help wrt bug #728
14118
14119 2005-05-23 [colin]      1.9.11cvs3
14120
14121         * src/plugins/pgpmime/pgpmime.c
14122                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
14123                 breaking menu accelerators and stuff. Users will have to
14124                 reselect "PGP MIME" instead of "PGP/MIME" in their 
14125                 account's privacy preferences if needed.
14126
14127 2005-05-22 [paul]
14128
14129         * tools/kdeservicemenu/install.sh
14130                 use kdesu to prompt for root password if doing
14131                 global install/uninstall
14132
14133 2005-05-20 [colin]      1.9.11cvs2
14134
14135         * src/procmsg.c
14136                 Fix another compilation error with gcc-2.9x
14137                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14138         * src/send_message.c
14139                 Don't send QUIT if we aren't connected
14140
14141 2005-05-19 [colin]      1.9.11cvs1
14142
14143         * src/procmsg.c
14144                 Fix compilation with gcc 2.9x
14145
14146 2005-05-19 [paul]       1.9.11
14147
14148         1.9.11 released
14149
14150 2005-05-19 [paul]       1.9.9cvs14
14151
14152         * src/gtk/inputdialog.c
14153                 prevent gettext warning
14154
14155 2005-05-19 [paul]       1.9.9cvs13
14156
14157         * src/mainwindow.c
14158         * src/prefs_common.c
14159         * src/prefs_common.h
14160         * src/textview.c
14161         * src/textview.h
14162                 add an option to toggle cursor in message
14163                 view (sync with main)
14164
14165 2005-05-18 [colin]      1.9.9cvs12
14166
14167         * src/compose.c
14168                 Dereference freed pointer
14169         * src/gtk/gtkaspell.c
14170                 Fix duplication of dictionaries (is it an aspell issue?)
14171
14172 2005-05-18 [colin]      1.9.9cvs11
14173
14174         * src/gtk/inputdialog.c
14175         * src/gtk/gtkaspell.c
14176                 HIGuify dialogs
14177         * src/alertpanel.c
14178                 Remove a double call
14179
14180 2005-05-17 [colin]      1.9.9cvs10
14181
14182         * src/gtk/gtkaspell.c
14183                 Fix dialogs, Ctrl-Enter accel
14184
14185 2005-05-17 [colin]      1.9.9cvs9
14186
14187         * src/gtk/gtkaspell.c
14188                 Fix some accelerators, escape in replace-window
14189
14190 2005-05-16 [colin]      1.9.9cvs8
14191
14192         * src/gtk/gtkaspell.c
14193                 Revert last commit, it was a mistake.
14194
14195 2005-05-16 [colin]      1.9.9cvs7
14196
14197         * src/gtk/gtkaspell.c
14198                 Remove buggy code while we're at it. It's a 
14199                 dead code path anyway.
14200
14201 2005-05-16 [colin]      1.9.9cvs6
14202
14203         * src/gtk/gtkaspell.c
14204                 Missed some gtk_menu_popup where deactivate
14205                 signal should be handled. Should fix bug
14206                 #629 a bit more.
14207
14208 2005-05-16 [colin]      1.9.9cvs5
14209
14210         * src/gtk/gtkaspell.c
14211                 Remove debug printf()s
14212
14213 2005-05-16 [colin]      1.9.9cvs4
14214
14215         * src/gtk/gtkaspell.c
14216                 Fix a bit aspell problems
14217                 (see bug #629)
14218
14219 2005-05-13 [colin]      1.9.9cvs3
14220
14221         * src/folderview.c
14222                 Fix the + appearing even when no subfolders
14223                 have unread messages. Thanks to wwp for the
14224                 bug report.
14225
14226 2005-05-11 [paul]       1.9.9cvs2
14227
14228         * src/folderview.c
14229                 correction to 1.9.9cvs1, only colour folders that
14230                 have new msgs (not unread msgs)
14231
14232 2005-05-10 [colin]      1.9.9cvs1
14233
14234         * src/folderview.c
14235         * src/summaryview.c
14236                 Try to fix bolding bugs again.
14237
14238 2005-05-09 [paul]
14239
14240         * tools/claws.i18n.status.pl
14241                 add Ricardo Mones Lastra's script that has been providing
14242                 the i18n status page for many months
14243
14244 2005-05-09 [paul]       1.9.9
14245
14246         1.9.9 release
14247
14248 2005-05-09 [paul]       1.9.6cvs58
14249
14250         * AUTHORS
14251         * INSTALL
14252         * README.claws
14253                 updated
14254         * Makefile.am 
14255         * RELEASE_NOTES.claws
14256                 add release notes to cvs to simplify release
14257                 procedure
14258         * configure.ac
14259                 add ca and fi to ALL_LINGUAS
14260         * po/Makefile.in.in
14261                 workaround for missing Makevars
14262         * po/ca.po
14263         * po/fi.po
14264                 add new Catalan and Finnish translations
14265                 submitted by Miquel Oliete and Flammie Pirinen
14266         * po/de.po
14267         * po/es.po
14268         * po/fr.po
14269         * po/it.po
14270         * po/pl.po
14271         * po/ru.po
14272         * po/sk.po
14273         * po/sr.po
14274         * po/zh_CN.po
14275                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14276                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14277                 Urke MMI, and Hansom Young
14278         * src/main.c
14279                 Fix drafting when quitting. compose_draft() closes the
14280                 compose windows, which modifies the compose_list GSList.
14281                 We have to refresh this list after echo drafting to avoid a
14282                 segfault
14283         * src/partial_download.c
14284                 fix segfault on exit
14285
14286 2005-05-06 [paul]       1.9.6cvs57
14287
14288         * src/grouplistdialog.c
14289                 quick fix/workaround for unresizeable newsgroup
14290                 name column 
14291
14292 2005-05-06 [paul]       1.9.6cvs56
14293
14294         * src/inc.c
14295         * src/mainwindow.c
14296                 use gettext plural forms
14297         * src/imap_gtk.c
14298         * src/mh_gtk.c
14299         * src/toolbar.c
14300                 small improvement to english usage
14301
14302 2005-05-05 [thorsten]   1.9.6cvs55
14303
14304         * src/folder.c
14305                 fix possible crash
14306
14307 2005-05-05 [paul]       1.9.6cvs54
14308         
14309         sync with HEAD
14310
14311         * AUTHORS
14312         * src/compose.c
14313                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14314                 patch by Tim Mann
14315
14316 2005-05-05 [paul]       1.9.6cvs53
14317
14318         * src/mainwindow.c
14319                 fix resizing of separate message and
14320                 folder views
14321
14322 2005-05-05 [paul]       1.9.6cvs52
14323
14324         * src/account.c
14325         * src/addrgather.c
14326         * src/browseldap.c
14327         * src/exphtmldlg.c
14328         * src/expldifdlg.c
14329         * src/importmutt.c
14330         * src/importpine.c
14331         * src/main.c
14332         * src/mainwindow.c
14333         * src/noticeview.c
14334         * src/prefs_filtering.c
14335         * src/prefs_filtering_action.c
14336         * src/prefs_matcher.c
14337         * src/prefs_spelling.c
14338         * src/prefs_toolbar.c
14339         * src/toolbar.c
14340         * src/wizard.c
14341         * src/gtk/description_window.c
14342         * src/gtk/gtkvscrollbutton.c
14343         * src/gtk/progressdialog.c
14344         * src/gtk/quicksearch.c
14345         * src/plugins/pgpmime/prefs_gpg.c
14346         * src/plugins/spamassassin/spamassassin_gtk.c
14347                 replace deprecated gtk_widget_set_usize
14348
14349 2005-05-04 [colin]      1.9.6cvs51
14350
14351         * src/common/utils.c
14352                 Fix crash when subst_for_filename is called
14353                 with a NULL parameter
14354
14355 2005-05-04 [colin]      1.9.6cvs50
14356
14357         * src/partial_download.c
14358         * src/pop.c
14359                 Escape login when writing uidl file
14360                 fixes bug #736
14361
14362 2005-05-03 [colin]      1.9.6cvs49
14363
14364         * src/procmime.c
14365                 Fix possible DOS in mime parser
14366                 (see bug #634)
14367
14368 2005-05-02 [colin]      1.9.6cvs48
14369
14370         * src/compose.c
14371                 Try to fix the copy/paste mess once again.
14372
14373
14374 2005-04-30 [colin]      1.9.6cvs47
14375
14376         * src/prefs_account.h
14377         * src/procmsg.c
14378         * src/send_message.c
14379         * src/common/smtp.c
14380         * src/common/smtp.h
14381                 Try to batch sending mails (per account) instead of
14382                 reconnecting to server every time.
14383
14384 2005-04-29 [colin]      1.9.6cvs46
14385
14386         * src/messageview.c
14387                 Fix window resizing that refused to size down
14388         * src/prefs_common.c
14389         * src/prefs_common.h
14390         * src/prefs_filtering.c
14391                 Save Filtering's window size
14392
14393 2005-04-21 [paul]       1.9.6cvs45
14394
14395         * ChangeLog-gtk2.claws
14396         * src/setup.c
14397                 correction to sync
14398
14399 2005-04-21 [paul]       1.9.6cvs44
14400
14401         sync with main:
14402
14403         * src/setup.c
14404         * src/statusbar.c
14405         * src/statusbar.h
14406                 use gtkut_widget_draw_now(). Improved performance
14407                 of the update of statusbar
14408         * src/textview.c
14409                 textview_smooth_scroll_do(): redraw it after scroll
14410                 is done (fixed incorrect display when a part of the
14411                 view is hidden).
14412         * src/gtk/gtkutils.c
14413         * src/gtk/gtkutils.h
14414                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14415                 to force update of widgets.
14416                 Removed gtkut_widget_wait_for_draw() which had a big
14417                 overhead  because of waiting for all events processed 
14418
14419 2005-04-20 [paul]       1.9.6cvs43
14420
14421         * src/codeconv.c
14422                 complete 1.9.6cvs42's sync:
14423                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14424
14425 2005-04-19 [paul]       1.9.6cvs42
14426
14427         sync with main:
14428
14429         * src/action.c
14430                 catch_output(): correctly select the insert text
14431                 (fix invalid iterator warnings).
14432         * src/codeconv.c
14433         * src/codeconv.h
14434         * src/mainwindow.c
14435         * src/messageview.c
14436         * src/prefs_common.c
14437                 support GBK encoding.
14438         * src/common/session.c
14439         * src/common/session.h
14440                 use separate buffer for large data to be sent,
14441                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14442
14443 2005-04-18 [paul]       1.9.6cvs41
14444
14445         * src/jpilot.c
14446                 convert unsigned long into guint32
14447                 patch by Paul LeoNerd Evans 
14448
14449 2005-04-17 [colin]      1.9.6cvs40
14450
14451         * src/compose.c
14452                 Fix 'Request return receipt' from folder
14453                 properties (bug #708)
14454
14455 2005-04-17 [colin]      1.9.6cvs39
14456
14457         * src/mainwindow.c
14458                 Fix duplicate hotkeys in Mainwindow's menu
14459
14460 2005-04-17 [colin]      1.9.6cvs38
14461
14462         * src/folderview.c
14463                 Fix duplicate hotkeys in Folderview's contextual
14464                 menu
14465
14466 2005-04-15 [colin]      1.9.6cvs37
14467
14468         * src/summaryview.c
14469                 Fix 'Save as...' with non-ascii filenames
14470
14471 2005-04-15 [colin]      1.9.6cvs36
14472
14473         * src/plugins/pgpmime/pgpmime.c
14474                 Fix bus error on 64bit. Spotted by 
14475                 macallan1888@gmail.com
14476
14477 2005-04-15 [colin]      1.9.6cvs35
14478
14479         * src/prefs_account.c
14480                 Fix cvs34.
14481
14482 2005-04-12 [colin]      1.9.6cvs34
14483
14484         * src/prefs_account.c
14485                 Fix smtp auth type off-by-one. We forgot to
14486                 add PLAIN in the prefs-to-gui setter func and
14487                 as a result, the selected auth when opening
14488                 account prefs was not the correct one.
14489
14490 2005-04-12 [paul]       1.9.6cvs33
14491
14492         * src/inc.c
14493                 if the recv dialog is visible, Cancel only
14494                 cancels the current account
14495
14496
14497 2005-04-10 [colin]      1.9.6cvs32
14498
14499         * src/filtering.c
14500                 Copy score when copying FilteringActions
14501                 Fix bug #674
14502
14503 2005-04-10 [colin]      1.9.6cvs31
14504
14505         * src/inc.c
14506                 Make Message -> Receive -> Cancel cancel 
14507                 incorporation on all accounts. Fixes
14508                 bug #693
14509
14510 2005-04-10 [colin]      1.9.6cvs30
14511
14512         * src/prefs_account.c
14513                 Update Privacy checkbuttons status based
14514                 on the selected privacy system
14515         * src/compose.c
14516                 Always connect the "None" privacy system; the
14517                 static boolean was probably there to avoid
14518                 reconnecting twice in the same compose window,
14519                 but as the parent function is only called once
14520                 per compose, it's only a bug - as a static is
14521                 initialized once per application instance.
14522                 Also, don't uncheck Sign and Encrypt when
14523                 selecting None as privacy system; just ignore
14524                 them when sending/queuing.
14525                 Should fix bug #695
14526
14527 2005-04-08 [colin]      1.9.6cvs29
14528
14529         * src/account.c
14530         * src/prefs_account.c
14531         * src/prefs_account.h
14532                 Add account preference to queue message in a certain
14533                 folder.
14534
14535 2005-04-06 [colin]      1.9.6cvs28
14536
14537         * src/prefs_account.c
14538                 Update old inbox path syntax
14539
14540 2005-04-06 [paul]       1.9.6cvs27
14541
14542         sync with main:
14543
14544         * configure.ac
14545                 changed -traditional-cpp to -no-cpp-precomp for newer
14546                 Mac OS X support
14547         * src/foldersel.c
14548                 made column resize automatically
14549         * src/send_message.c
14550                 send_message_smtp(): consider EOF right after QUIT
14551                 successful (workaround for Gmail SMTP server)
14552         * src/common/socket.c
14553                 ssl_read(), ssl_peek(): check EOF which violates the
14554                 SSL protocol
14555         * src/gtk/colorlabel.c
14556                 removed warnings when displaying colorlabel menu
14557                 (don't use GtkAlignment)
14558
14559 2005-04-05 [paul]       1.9.6cvs26
14560
14561         * src/plugins/trayicon/trayicon.c
14562                 fix clipping of icon under KDE3 
14563
14564 2005-04-05 [paul]       1.9.6cvs25
14565
14566         * src/summaryview.c
14567                 hide display of threading
14568                 patch by Alfons
14569
14570 2005-04-04 [thorsten]   1.9.6cvs24
14571
14572         * src/mh.c
14573                 marks lost on filesystems with different stat() results on
14574                 summer-/wintertime
14575
14576 2005-04-03 [colin]      1.9.6cvs23
14577
14578         * src/summaryview.c
14579                 Don't handle up/down. Patch by Alfons
14580
14581 2005-04-02 [colin]      1.9.6cvs22
14582
14583         * src/summaryview.c
14584                 Make scrolling faster. Patch by Alfons.
14585
14586 2005-04-01 [colin]      1.9.6cvs21
14587
14588         * src/Makefile.am
14589         * src/stock_pixmap.c
14590         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14591         * src/pixmaps/dir_noselect.xpm ** ADDED **
14592                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14593
14594 2005-04-01 [colin]      1.9.6cvs20
14595
14596         * src/image_viewer.c
14597         * src/image_viewer.h
14598         * src/procmime.c
14599         * src/procmime.h
14600         * src/textview.c
14601         * src/textview.h
14602                 Implement inline image resizing and right-clicking
14603
14604 2005-04-01 [paul]       1.9.6cvs19
14605
14606         * AUTHORS
14607         * Makefile.am
14608         * configure.ac
14609                 check for gnome2
14610                 patch by Luca Cavalli <loopback<AT>slackit.org>
14611         * po/ru.po
14612                 updated by Pavlo Bohmat
14613
14614 2005-03-31 [colin]      1.9.6cvs18
14615
14616         * src/news.c
14617                 Fix parsing references
14618         * src/msgcache.c
14619                 don't put nulls in the references list
14620         * src/procheader.c
14621                 commit that forgotten file in 1.9.6cvs14
14622
14623 2005-03-31 [colin]      1.9.6cvs17
14624
14625         * src/compose.c
14626                 Fix joining of signature separator again. 
14627                 Maybe Hiro could put it in main too...
14628
14629 2005-03-31 [colin]      1.9.6cvs16
14630
14631         * src/Makefile.am
14632         * src/foldersel.c
14633         * src/stock_pixmap.c
14634         * src/stock_pixmap.h
14635         * src/pixmaps/dir-noselect.xpm
14636                 Update foldersel.c (sync from main, patch by Alfons)
14637
14638 2005-03-30 [colin]      1.9.6cvs15
14639
14640         * src/imap.c
14641                 Fix handling of imap folders containing [] in 
14642                 their name. Thanks to Nahuel Angelinetti for
14643                 the detailed bugreport.
14644
14645 2005-03-30 [colin]      1.9.6cvs14
14646
14647         * src/common/utils.h
14648         * src/common/utils.c
14649         * src/common/defs.h
14650         * src/matcher.c
14651         * src/msgcache.c
14652         * src/news.c
14653         * src/procmsg.c
14654         * src/procmsg.h
14655         * src/quote_fmt_parse.y
14656         * src/summaryview.c
14657                 Update references system. Patch by Alfons
14658
14659 2005-03-30 [colin]      1.9.6cvs13
14660
14661         * src/common/socket.c
14662                 Force the glibc to read resolv.conf again when 
14663                 it has changed. Should fix issues when changing
14664                 networks on a laptop and not restarting sylpheed. 
14665
14666 2005-03-30 [paul]       1.9.6cvs12
14667
14668         partial sync with main:
14669
14670         * src/action.c
14671                 create_io_dialog(): use user-defined text font
14672                 (thanks to Alfons), and modified its appearance.
14673         * src/addrgather.c
14674         * src/addrharvest.c
14675         * src/browseldap.c
14676                 replace old code
14677         * src/compose.c
14678                 don't join (presumably) itemized lines on line-wrapping
14679                 fixed wrapping of quote when auto-wrapping is enabled
14680                 compose_destroy(): destroy paned only if it's not
14681                 attached to window. Fixed memory leak of popup menu.
14682         * src/exphtmldlg.c
14683         * src/expldifdlg.c
14684                 replace old code
14685         * src/html.c
14686         * src/html.h
14687         * src/importmutt.c
14688         * src/importpine.c
14689                 replace old code
14690         * src/main.c
14691                 removed redundant code
14692         * src/mainwindow.c
14693                 changed 'Code set' (which is rather incorrect)
14694                 in the menu to 'Character encoding'
14695                 main_window_set_widgets(): request size first
14696                 to prevent window size becoming wrong
14697                 fixed remembering of the state of the visibility
14698                 of MessageView
14699         * src/messageview.c
14700                 changed 'Code set' (which is rather incorrect)
14701                 in the menu to 'Character encoding'
14702         * src/prefs_common.c
14703         * src/prefs_common.h
14704                 added an option whether to render HTML as text or not
14705                 added separators to outgoing encoding menu
14706         * src/procheader.c
14707                 procheader_scan_date_string(): support header
14708                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14709         * src/summaryview.c
14710         * src/summaryview.h
14711                 minor code cleanup
14712         * src/textview.c
14713                 textview_show_html(): force output of newline
14714                 added an option whether to render HTML as text or not
14715         * src/common/utils.c
14716                 strncpy2(): optimized based on Alfons' code
14717         * src/gtk/gtkutils.c
14718         * src/gtk/gtkutils.h
14719                 removed non-used code
14720         * src/plugins/pgpmime/passphrase.c
14721                 partially fixed grab input of passphrase dialog
14722                 Confine pointer to window
14723
14724 2005-03-30 [colin]      1.9.6cvs11
14725
14726         * src/msgcache.c
14727         * src/msgcache.h
14728                 Read/write 32bit ints from cache & marks
14729                 From main.
14730
14731 2005-03-29 [paul]       1.9.6cvs10
14732
14733         * AUTHORS
14734         * ChangeLog.claws
14735         * src/compose.c
14736         * src/gtk/gtkaspell.c
14737                 sync with HEAD (don't pass NULL pointers) 
14738
14739 2005-03-24 [paul]
14740
14741         * tools/Makefile.am
14742         * tools/README
14743         * tools/acroread2sylpheed.pl
14744                 sync with HEAD (add script to send pdfs as
14745                 attachments from Adobe Reader 7)
14746
14747 2005-03-21 [paul]       1.9.6cvs9
14748
14749         * configure.ac
14750         * po/POTFILES.in
14751         * src/Makefile.am
14752         * src/crash.c
14753         * src/image_viewer.c ** ADDED **
14754         * src/image_viewer.h ** ADDED **
14755         * src/main.c
14756         * src/prefs_common.c
14757         * src/prefs_common.h
14758         * src/prefs_image_viewer.c ** ADDED **
14759         * src/prefs_image_viewer.h ** ADDED **
14760         * src/textview.c
14761         * src/gtk/about.c
14762         * src/pixmaps/sylpheed_logo.xpm
14763         * src/plugins/Makefile.am
14764         * src/plugins/image_viewer/.cvsignore ** REMOVED **
14765         * src/plugins/image_viewer/Makefile.am ** REMOVED **
14766         * src/plugins/image_viewer/plugin.c ** REMOVED **
14767         * src/plugins/image_viewer/viewer.c ** REMOVED **
14768         * src/plugins/image_viewer/viewer.glade ** REMOVED **
14769         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
14770         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
14771         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
14772         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
14773                 as gdk-pixbuf is now built-in
14774                 remove image_viewer plugin and put code back into
14775                 main codebase
14776                 implement inline image display (sync with main)
14777
14778                 replace logo with newer, nicer, larger version  
14779
14780 2005-03-21 [paul]       1.9.6cvs8
14781
14782         * src/gtk/about.c
14783                 cosmetic improvement
14784
14785 2005-03-21 [holger]     1.9.6cvs7
14786
14787         * src/plugins/spamassassin/spamassassin.c
14788                 Sync with HEAD
14789                 (unregister hook on failed plugin init)
14790
14791 2005-03-20 [colin]      1.9.6cvs6
14792
14793         * src/common/plugin.c
14794                 Check that plugin isn't already loaded
14795                 Patch by Alfons
14796
14797 2005-03-20 [thorsten]   1.9.6cvs5
14798
14799         * src/compose.c
14800                 use a more compatible syntax
14801
14802 2005-03-20 [thorsten]   1.9.6cvs4
14803
14804         * src/prefs_toolbar.c
14805                 fix crash when selecting toolbar item (uninitialized pointer)
14806
14807 2005-03-20 [thorsten]   1.9.6cvs3
14808
14809         * src/procmime.c
14810                 fix mimetype detection (referenced free()d string)
14811
14812 2005-03-20 [paul]       1.9.6cvs2
14813
14814         * src/compose.c
14815                 sync with HEAD (1.0.3cvs5)
14816                 neglect Reply-To header if empty
14817                 Patch by Alfons 
14818
14819 2005-03-19 [holger]     1.9.6cvs1
14820
14821         * src/summaryview.c
14822         * src/summaryview.h
14823                 Sync with HEAD
14824
14825 2005-03-18 [paul]       1.9.6
14826
14827         initial GTK2 release
14828
14829 2005-03-18 [paul]       1.0.3cvs3.1
14830
14831         * AUTHORS
14832         * ChangeLog.claws
14833         * configure.ac
14834         * src/gtk/about.c
14835         * src/pixmaps/sylpheed_logo.xpm
14836                 sync with HEAD
14837
14838 2005-03-18 [colin]      1.0.3cvs2.6
14839
14840         * src/summaryview.c
14841                 Remove call to summary_step in summary_copy_selected_to
14842                 Can't see its purpose, and this causes bug when copying
14843                 a message if the next one is unread: it reads it.
14844
14845 2005-03-18 [paul]       1.0.3cvs2.5
14846
14847         * src/foldersel.c
14848                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14849
14850 2005-03-18 [paul]       1.0.3cvs2.4
14851
14852         * src/addrharvest.c
14853         * src/codeconv.c
14854         * src/codeconv.h
14855         * src/compose.c
14856         * src/news.c
14857         * src/procheader.c
14858         * src/procmime.c
14859         * src/unmime.c
14860         * src/unmime.h
14861                 fix buffer overflow, CAN-2005-0667, see
14862                 http://secunia.com/advisories/14491/
14863                 Patch by Alfons
14864
14865 2005-03-17 [colin]      1.0.3cvs2.3
14866
14867         * src/prefs_fonts.c
14868         * src/summaryview.c
14869                 Fix font bugs (both lists now officialy share 
14870                 the same font)
14871                 
14872
14873 2005-03-17 [paul]       1.0.3cvs2.2
14874
14875         * src/gtk/pluginwindow.c
14876                 make plugin descriptions uneditable
14877
14878 2005-03-11 [paul]       1.0.3cvs2.1
14879
14880         * ChangeLog.claws
14881         * configure.ac
14882         * po/POTFILES.in
14883         * src/plugins/trayicon/trayicon.c
14884                 sync with HEAD
14885                 add src/wizard.c to POTFILES.in
14886
14887 2005-03-11 [paul]       1.0.3cvs1.1
14888
14889         * ChangeLog
14890         * ChangeLog.claws
14891         * configure.ac
14892         * po/de.po
14893         * po/es.po
14894         * po/fr.po
14895         * po/it.po
14896         * po/pt_BR.po
14897         * po/ru.po
14898         * po/sk.po
14899         * po/sr.po
14900         * po/zh_CN.po
14901                 sync with HEAD
14902
14903 2005-03-04 [colin]      1.0.1cvs22.2
14904
14905         * src/compose.c
14906                 Fix signatures with accentued chars in it
14907
14908 2005-03-04 [colin]      1.0.1cvs22.1
14909
14910         * src/common/smtp.c
14911         * src/common/smtp.h
14912                 Don't use SIZE param in MAIL FROM: if server 
14913                 doesn't support it. Patch by Eugen Freiter
14914                 <eugen_f@users.sf.net>
14915
14916 2005-02-27 [paul]       1.0.1cvs20.1
14917
14918         * ChangeLog.claws
14919         * configure.ac
14920         * src/messageview.c
14921                 sync with HEAD
14922
14923 2005-02-27 [colin]      1.0.1cvs19.4
14924
14925         * src/procheader.c
14926         * src/procheader.h
14927                 Fix prototypes. Patch by Alfons
14928
14929 2005-02-27 [colin]      1.0.1cvs19.3
14930
14931         * src/compose.c
14932                 Don't auto-join the signature separator.
14933
14934 2005-02-26 [colin]      1.0.1cvs19.2
14935
14936         * src/summaryview.c
14937                 Fix 'mark all read' with collapsed threads.
14938                 Patch by Alfons.
14939
14940 2005-02-25 [paul]       1.0.1cvs19.1
14941
14942         * ChangeLog.claws
14943         * configure.ac
14944         * src/prefs_account.c
14945         * src/prefs_folder_item.c
14946         * src/gtk/prefswindow.c
14947         * src/gtk/prefswindow.h
14948                 sync with HEAD
14949
14950 2005-02-25 [paul]       1.0.1cvs15.12
14951
14952         * src/alertpanel.c
14953         * src/codeconv.c
14954         * src/compose.c
14955         * src/textview.c
14956         * src/gtk/gtkutils.c
14957         * src/gtk/gtkutils.h
14958         * src/gtk/logwindow.c
14959         * src/gtk/progressdialog.c
14960                 sync with main (revision 127)
14961                 and fix logwindow clipping
14962
14963 2005-02-24 [colin]      1.0.1cvs15.11
14964
14965         * src/plugins/pgpmime/passphrase.c
14966                 Disable input grabbing; it doesn't work yet.
14967
14968 2005-02-24 [colin]      1.0.1cvs15.10
14969
14970         * src/messageview.c
14971                 Don't send out receipts if offline. Ask.
14972
14973 2005-02-23 [colin]      1.0.1cvs15.9
14974
14975         * src/summaryview.c     
14976                 Fix expanding
14977
14978 2005-02-23 [colin]      1.0.1cvs15.8
14979
14980         * src/summaryview.c
14981                 Really fix Bug 568 by removing useless
14982                 calls. summary_thread_init() now called
14983                 in summary_sort(). This should please
14984                 Alfons as it should be faster than 
14985                 previously.
14986
14987 2005-02-23 [colin]      1.0.1cvs15.7
14988
14989         * src/compose.c
14990                 Encode parts as QP or B64 if signing
14991
14992 2005-02-23 [colin]      1.0.1cvs15.6
14993
14994         * src/compose.c
14995                 Fix Mimeinfo leakage (including tmp files)
14996         * src/procmsg.c
14997                 Fix tmp file leakage (spotted by Ivan Rayner)
14998
14999 2005-02-22 [colin]      1.0.1cvs15.5
15000
15001         * src/expldifdlg.c
15002                 Fix keyboard input. Patch by Alfons.
15003
15004 2005-02-21 [colin]      1.0.1cvs15.4
15005
15006         * src/compose.c
15007                 Fix Sign/Encrypt when unselecting privacy
15008                 system
15009         * src/prefs_common.c
15010                 Change default message font to Monospace
15011         * src/summaryview.c
15012                 More freezing during potentially large operations
15013
15014 2005-02-21 [paul]       1.0.1cvs15.3
15015
15016         * src/main.c
15017                 fix --help output
15018
15019 2005-02-21 [paul]       1.0.1cvs15.2
15020
15021         * po/Makefile.in.in
15022         * src/compose.c
15023         * src/summaryview.c
15024         * src/textview.c
15025         * src/common/utils.c
15026         * src/common/utils.h
15027                 sync with main (revision 117)
15028
15029 2005-02-20 [colin]      1.0.1cvs15.1
15030
15031         * src/common/defs.h
15032                 Change cache file to .sylpheed_claws_cache, as
15033                 suggested by Alfons. Allows people to switch
15034                 between Sylpheed and Sylpheed-Claws. it is
15035                 a good idea to "Check for new messages" at next
15036                 startup.
15037
15038
15039 2005-02-18 [colin]      1.0.1cvs14.1
15040
15041         * src/quote_fmt_lex.l
15042         * src/quote_fmt_parse.y
15043                 Fix parser initialisation. Patch by Ivan.
15044
15045 2005-02-18 [colin]      1.0.1cvs11.6
15046
15047         * src/folderview.c
15048                 Fix scrolldown (bug 662)
15049
15050 2005-02-17 [colin]      1.0.1cvs11.5
15051
15052         * src/codeconv.c
15053                 conv_filename_to_utf8: return clean 7bit instead
15054                 of broken utf8 if needed
15055         * src/mimeview.c
15056                 Fix display of parts with unclean 8bit names
15057
15058 2005-02-17 [paul]       1.0.1cvs11.4
15059
15060         * src/compose.c
15061         * src/exportldif.c
15062         * src/matcher_parser_parse.y
15063         * src/procmime.c
15064         * src/sourcewindow.c
15065         * src/common/Makefile.am
15066         * src/common/intl.h             ** REMOVED **
15067         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15068                 sync with main (revision 109)
15069                 and clean up
15070
15071 2005-02-16 [colin]      1.0.1cvs11.3
15072
15073         * src/summaryview.c
15074                 Fix collapsed thread not highlighting when new
15075                 messages in it (Bug 568) Patch by Stephan Sachse.
15076                 Fix messed up selection when reaching bounds (Bug 632)
15077         * src/prefs_themes.c
15078                 Fix theme installing (Bug 684)
15079
15080 2005-02-16 [colin]      1.0.1cvs11.2
15081
15082         * src/messageview.c
15083                 Fix messageview_select_all
15084
15085 2005-02-16 [colin]      1.0.1cvs11.1
15086
15087         * src/mh.c
15088                 Sync with HEAD (MH scan required function)
15089
15090 2005-02-15 [colin]      1.0.1cvs8.1
15091
15092         * src/mimeview.c
15093         * src/common/utils.c
15094                 Sync with HEAD (filename chars substitution)
15095
15096 2005-02-15 [colin]      1.0.1cvs7.3
15097
15098         * src/gtk/pluginwindow.c
15099                 Fix button spacing
15100
15101 2005-02-15 [colin]      1.0.1cvs7.2
15102
15103         * src/mimeview.c
15104                 Fix mime icons not reset across message when
15105                 scrolled down
15106
15107 2005-02-15 [colin]      1.0.1cvs7.1
15108
15109         * src/compose.c
15110         * src/procmime.c
15111                 Sync with HEAD (optimisation of cvs6)
15112
15113 2005-02-14 [colin]      1.0.1cvs6.1
15114
15115         * src/compose.c
15116         * src/procmime.c
15117                 Sync with HEAD (encode "From " at line beginning)
15118
15119 2005-02-14 [colin]      1.0.1cvs5.3
15120
15121         * src/compose.c
15122                 Fix wrapping with accentued chars.
15123
15124 2005-02-13 [colin]      1.0.1cvs5.2
15125
15126         * src/textview.c
15127                 Fix email informative part parsing with
15128                 accentued chars in it. ispunct() returns
15129                 true for them in utf8...
15130
15131 2005-02-12 [colin]      1.0.1cvs5.1
15132
15133         * src/filtering.c
15134                 Sync with HEAD (remove wrong use of compose after send)
15135
15136 2005-02-12 [paul]       1.0.1cvs4.5
15137
15138         * src/textview.c
15139                 remove unnecessary code (thanks to Alfons)
15140
15141 2005-02-12 [paul]       1.0.1cvs4.4
15142
15143         * src/textview.c
15144                 add 'Copy' to contextual menu on emails
15145
15146 2005-02-11 [colin]      1.0.1cvs4.3
15147
15148         * src/compose.c
15149                 revert 1.0.0cvs28.2, it doesn't work that well.
15150
15151 2005-02-11 [paul]       1.0.1cvs4.2
15152
15153         * po/Makefile.in.in
15154                 fix 'make release'
15155
15156 2005-02-10 [paul]       1.0.1cvs4.1
15157
15158         * ChangeLog
15159         * ChangeLog.claws
15160         * ChangeLog.jp
15161         * configure.ac
15162         * src/compose.c
15163                 sync with HEAD (sync with main)
15164
15165 2005-02-10 [paul]       1.0.1cvs3.2
15166
15167         * AUTHORS
15168         * Makefile.am
15169         * autogen.sh
15170         * configure.ac
15171         * config/mkinstalldirs
15172         * intl/.cvsignore
15173         * intl/ChangeLog
15174         * intl/VERSION
15175         * intl/bindtextdom.c
15176         * intl/config.charset
15177         * intl/dcgettext.c
15178         * intl/dcigettext.c
15179         * intl/dcngettext.c
15180         * intl/dgettext.c
15181         * intl/dngettext.c
15182         * intl/eval-plural.h
15183         * intl/explodename.c
15184         * intl/finddomain.c
15185         * intl/gettext.c
15186         * intl/gettextP.h
15187         * intl/gmo.h
15188         * intl/hash-string.h
15189         * intl/intl-compat.c
15190         * intl/l10nflist.c
15191         * intl/libgnuintl.h.in
15192         * intl/loadinfo.h
15193         * intl/loadmsgcat.c
15194         * intl/localcharset.c
15195         * intl/localcharset.h
15196         * intl/locale.alias
15197         * intl/localealias.c
15198         * intl/localename.c
15199         * intl/log.c
15200         * intl/ngettext.c
15201         * intl/os2compat.c
15202         * intl/os2compat.h
15203         * intl/osdep.c
15204         * intl/plural-exp.c
15205         * intl/plural-exp.h
15206         * intl/plural.c
15207         * intl/plural.y
15208         * intl/ref-add.sin
15209         * intl/ref-del.sin
15210         * intl/relocatable.c
15211         * intl/relocatable.h
15212         * intl/textdomain.c
15213         * m4/Makefile.am
15214         * po/Makefile.in.in
15215         * src/Makefile.am
15216         * src/account.c
15217         * src/action.c
15218         * src/addr_compl.c
15219         * src/addressadd.c
15220         * src/addressbook.c
15221         * src/addrgather.c
15222         * src/addrindex.c
15223         * src/alertpanel.c
15224         * src/browseldap.c
15225         * src/codeconv.c
15226         * src/codeconv.h
15227         * src/compose.c
15228         * src/compose.h
15229         * src/crash.c
15230         * src/editaddress.c
15231         * src/editbook.c
15232         * src/editgroup.c
15233         * src/editjpilot.c
15234         * src/editldap.c
15235         * src/editldap_basedn.c
15236         * src/editvcard.c
15237         * src/exphtmldlg.c
15238         * src/expldifdlg.c
15239         * src/export.c
15240         * src/exporthtml.c
15241         * src/filtering.c
15242         * src/folder.c
15243         * src/folder_item_prefs.c
15244         * src/foldersel.c
15245         * src/folderview.c
15246         * src/grouplistdialog.c
15247         * src/headerview.c
15248         * src/imap.c
15249         * src/imap_gtk.c
15250         * src/import.c
15251         * src/importldif.c
15252         * src/importmutt.c
15253         * src/importpine.c
15254         * src/inc.c
15255         * src/ldif.c
15256         * src/main.c
15257         * src/mainwindow.c
15258         * src/matcher.c
15259         * src/mbox.c
15260         * src/message_search.c
15261         * src/messageview.c
15262         * src/mh.c
15263         * src/mh_gtk.c
15264         * src/mimeview.c
15265         * src/msgcache.c
15266         * src/news.c
15267         * src/news_gtk.c
15268         * src/noticeview.c
15269         * src/partial_download.c
15270         * src/pop.c
15271         * src/prefs_account.c
15272         * src/prefs_actions.c
15273         * src/prefs_common.c
15274         * src/prefs_customheader.c
15275         * src/prefs_display_header.c
15276         * src/prefs_ext_prog.c
15277         * src/prefs_filtering.c
15278         * src/prefs_filtering_action.c
15279         * src/prefs_folder_item.c
15280         * src/prefs_fonts.c
15281         * src/prefs_gtk.c
15282         * src/prefs_matcher.c
15283         * src/prefs_msg_colors.c
15284         * src/prefs_spelling.c
15285         * src/prefs_summary_column.c
15286         * src/prefs_template.c
15287         * src/prefs_themes.c
15288         * src/prefs_toolbar.c
15289         * src/prefs_wrapping.c
15290         * src/privacy.c
15291         * src/procheader.c
15292         * src/procmime.c
15293         * src/procmsg.c
15294         * src/quote_fmt.c
15295         * src/recv.c
15296         * src/send_message.c
15297         * src/setup.c
15298         * src/sourcewindow.c
15299         * src/ssl_manager.c
15300         * src/statusbar.c
15301         * src/summary_search.c
15302         * src/summaryview.c
15303         * src/textview.c
15304         * src/toolbar.c
15305         * src/wizard.c
15306         * src/common/nntp.c
15307         * src/common/plugin.c
15308         * src/common/smtp.c
15309         * src/common/ssl.c
15310         * src/common/ssl_certificate.c
15311         * src/common/string_match.c
15312         * src/common/sylpheed.c
15313         * src/common/template.c
15314         * src/common/utils.c
15315         * src/gtk/about.c
15316         * src/gtk/colorlabel.c
15317         * src/gtk/description_window.c
15318         * src/gtk/filesel.c
15319         * src/gtk/foldersort.c
15320         * src/gtk/gtkaspell.c
15321         * src/gtk/gtkutils.c
15322         * src/gtk/inputdialog.c
15323         * src/gtk/logwindow.c
15324         * src/gtk/menu.c
15325         * src/gtk/pluginwindow.c
15326         * src/gtk/prefswindow.c
15327         * src/gtk/progressdialog.c
15328         * src/gtk/quicksearch.c
15329         * src/gtk/sslcertwindow.c
15330         * src/plugins/clamav/clamav_plugin.c
15331         * src/plugins/clamav/clamav_plugin_gtk.c
15332         * src/plugins/demo/demo.c
15333         * src/plugins/dillo_viewer/dillo_prefs.c
15334         * src/plugins/dillo_viewer/dillo_viewer.c
15335         * src/plugins/image_viewer/plugin.c
15336         * src/plugins/image_viewer/viewer.c
15337         * src/plugins/image_viewer/viewerprefs.c
15338         * src/plugins/mathml_viewer/mathml_viewer.c
15339         * src/plugins/pgpmime/passphrase.c
15340         * src/plugins/pgpmime/plugin.c
15341         * src/plugins/pgpmime/prefs_gpg.c
15342         * src/plugins/pgpmime/select-keys.c
15343         * src/plugins/pgpmime/sgpgme.c
15344         * src/plugins/spamassassin/spamassassin.c
15345         * src/plugins/spamassassin/spamassassin_gtk.c
15346         * src/plugins/trayicon/trayicon.c
15347                 sync with main (revision 104)
15348
15349 2005-02-10 [colin]      1.0.1cvs3.1
15350
15351         * src/mainwindow.c
15352                 Sync with HEAD (fix occasional crasher)
15353
15354 2005-02-10 [colin]      1.0.1cvs2.1
15355
15356         * src/messageview.c
15357                 Synw with HEAD (don't automatically display html)
15358
15359 2005-02-09 [colin]      1.0.1cvs1.3
15360
15361         * src/textview.c
15362         * src/textview.h
15363                 Add contextual menu on emails
15364
15365 2005-02-09 [colin]      1.0.1cvs1.2
15366
15367         * src/codeconv.c
15368                 Fix converting from broken headers and 
15369                 put back the _ in missing places
15370                 (feature broke with cvs24.2 sync, main 
15371                  possibly affected?)
15372
15373 2005-02-09 [colin]      1.0.1cvs1.1
15374
15375         * src/messageview.c
15376         * src/mimeview.c
15377         * src/mimeview.h
15378                 Sync with HEAD (display non text/plain mails with plugin)
15379
15380 2005-02-08 [colin]      1.0.1.1
15381
15382         * ChangeLog.claws
15383         * po/pt_BR.po
15384                 Sync with HEAD
15385         * configure.ac
15386                 Make default configuration directory 
15387                 be .sylpheed-gtk2
15388
15389 2005-02-08 [colin]      1.0.0cvs29.1
15390
15391         * po/de.po
15392         * po/es.po
15393         * po/fr.po
15394         * po/it.po
15395         * po/sk.po
15396         * po/sr.po
15397                 Sync translations with HEAD
15398
15399 2005-02-06 [colin]      1.0.0cvs28.3
15400
15401         * src/compose.c
15402                 Make compose a bit faster - patch by Alfons.
15403
15404 2005-02-06 [colin]      1.0.0cvs28.2
15405
15406         * src/compose.c
15407                 Make pasting via middle-click more reliable
15408
15409 2005-02-05 [paul]       1.0.0cvs28.1
15410
15411         * ChangeLog
15412         * ChangeLog.claws
15413         * ChangeLog.jp
15414         * configure.ac
15415         * src/compose.c
15416                 sync with HEAD
15417                 (fix bug 682 'redirect is broken'
15418
15419 2005-02-05 [torte]      1.0.0cvs27.1
15420
15421         * ChangeLog.claws
15422         * configure.ac
15423         * src/partial_download.c
15424                 Sync with HEAD (fix buf overflow)
15425
15426 2005-02-03 [colin]      1.0.0cvs26.1
15427
15428         * src/common/plugin.c
15429                 Sync with HEAD (avoid plugin mismatches)
15430
15431 2005-02-03 [paul]       1.0.0cvs25.3
15432
15433         * src/folderview.c
15434         * src/headerview.c
15435         * src/summaryview.c
15436         * src/textview.c
15437         * src/gtk/colorlabel.c
15438                 third and final part of initial sync with main-gtk2
15439
15440 2005-02-03 [paul]       1.0.0cvs25.2
15441
15442         * src/jpilot.c
15443                 fix building with jpilot support
15444
15445 2005-02-02 [colin]      1.0.0cvs25.1
15446
15447         * src/messageview.c
15448                 Sync with HEAD (fix dangerous typo)
15449
15450 2005-02-01 [colin]      1.0.0cvs24.3
15451
15452         * src/common/xml.c
15453                 Write file as advertised (UTF-8)
15454
15455 2005-02-01 [paul]       1.0.0cvs24.2
15456
15457         * src/addrbook.c
15458         * src/addrindex.c
15459         * src/alertpanel.h
15460         * src/codeconv.c
15461         * src/codeconv.h
15462         * src/compose.c
15463         * src/export.c
15464         * src/folder_item_prefs.c
15465         * src/html.c
15466         * src/imap.c
15467         * src/import.c
15468         * src/jpilot.c
15469         * src/mainwindow.c
15470         * src/matcher_parser_lex.l
15471         * src/messageview.c
15472         * src/mh.c
15473         * src/prefs_account.c
15474         * src/prefs_actions.c
15475         * src/prefs_common.c
15476         * src/prefs_gtk.c
15477         * src/prefs_gtk.h
15478         * src/prefs_themes.c
15479         * src/procheader.c
15480         * src/procmime.c
15481         * src/sourcewindow.c
15482         * src/statusbar.c
15483         * src/summaryview.c
15484         * src/textview.c
15485         * src/toolbar.c
15486         * src/unmime.c
15487         * src/common/template.c
15488         * src/common/utils.c
15489         * src/common/xml.c
15490         * src/common/xml.h
15491         * src/gtk/gtkaspell.c
15492         * src/plugins/clamav/clamav_plugin.c
15493         * src/plugins/dillo_viewer/dillo_prefs.c
15494         * src/plugins/image_viewer/viewerprefs.c
15495         * src/plugins/pgpmime/passphrase.c
15496         * src/plugins/pgpmime/prefs_gpg.c
15497         * src/plugins/pgpmime/select-keys.c
15498         * src/plugins/spamassassin/spamassassin.c
15499                 second part of initial sync with main-gtk2
15500                 (more to follow)
15501
15502 2005-01-31 [colin]      1.0.0cvs24.1
15503
15504         * src/compose.c
15505                 Sync with HEAD
15506
15507 2005-01-29 [paul]       1.0.0cvs23.2
15508
15509         * src/account.c
15510         * src/action.c
15511         * src/addressadd.c
15512         * src/addressbook.c
15513         * src/alertpanel.c
15514         * src/compose.c
15515         * src/editaddress.c
15516         * src/editbook.c
15517         * src/editgroup.c
15518         * src/editjpilot.c
15519         * src/editldap.c
15520         * src/editldap_basedn.c
15521         * src/editvcard.c
15522         * src/export.c
15523         * src/foldersel.c
15524         * src/grouplistdialog.c
15525         * src/import.c
15526         * src/importldif.c
15527         * src/inc.c
15528         * src/main.c
15529         * src/mainwindow.c
15530         * src/message_search.c
15531         * src/messageview.c
15532         * src/mimeview.c
15533         * src/prefs_actions.c
15534         * src/prefs_common.c
15535         * src/prefs_common.h
15536         * src/prefs_customheader.c
15537         * src/prefs_display_header.c
15538         * src/prefs_filtering.c
15539         * src/prefs_filtering_action.c
15540         * src/prefs_gtk.c
15541         * src/prefs_matcher.c
15542         * src/prefs_summary_column.c
15543         * src/prefs_template.c
15544         * src/sourcewindow.c
15545         * src/summary_search.c
15546         * src/summaryview.c
15547         * src/textview.c
15548         * src/gtk/about.c
15549         * src/gtk/description_window.c
15550         * src/gtk/gtkshruler.c
15551         * src/gtk/gtkutils.c
15552         * src/gtk/gtkutils.h
15553         * src/gtk/inputdialog.c
15554         * src/gtk/logwindow.c
15555         * src/gtk/prefswindow.c
15556         * src/gtk/progressdialog.c
15557         * src/gtk/progressdialog.h
15558                 first part of initial sync with main-gtk2
15559                 (more to follow)
15560
15561 2005-01-28 [colin]      1.0.0cvs23.1
15562
15563         * src/folderview.c
15564                 Sync with HEAD
15565
15566 2005-01-27 [colin]      1.0.0cvs21.1
15567
15568         * src/folder.c
15569         * src/folderview.c
15570                 Sync with HEAD
15571
15572 2005-01-27 [colin]      1.0.0cvs19.1
15573
15574         * src/procmime.c
15575                 Sync with HEAD
15576
15577 2005-01-27 [colin]      1.0.0cvs18.1
15578
15579         * src/messageview.c
15580         * src/summaryview.c
15581         * src/mainwindow.c
15582         * src/compose.c
15583         * src/compose.h
15584         * src/procmsg.c
15585         * src/procmsg.h
15586         * src/toolbar.c
15587                 Sync with HEAD
15588
15589 2005-01-26 [paul]       1.0.0cvs15.2
15590
15591         * src/compose.c
15592                 compose_entries_set(): convert subject and body to
15593                 utf8 if necessary. patch by Felix Eckhofer
15594
15595 2005-01-26 [paul]       1.0.0cvs15.1
15596
15597         * configure.ac
15598         * src/common/template.c
15599                 sync with HEAD (fix memory leak)
15600
15601 2005-01-25 [paul]       1.0.0cvs14.1
15602
15603         * configure.ac
15604         * src/compose.c
15605                 sync with HEAD
15606
15607 2005-01-24 [colin]      1.0.0cvs13.1
15608
15609         * src/summaryview.c
15610                 Sync with HEAD
15611
15612 2005-01-24 [paul]       1.0.0cvs12.1
15613
15614         * configure.ac
15615         * src/messageview.c
15616         * src/mh.c
15617         * src/common/utils.c
15618                 sync with HEAD
15619
15620 2005-01-24 [colin]      1.0.0cvs11.1
15621
15622         * src/procheader.c
15623                 Sync with HEAD
15624
15625 2005-01-24 [colin]      1.0.0cvs10.1
15626
15627         * src/folderview.c
15628                 Sync with HEAD
15629
15630 2005-01-23 [colin]      1.0.0cvs9.1
15631
15632         * src/crash.c
15633                 Sync with HEAD
15634
15635 2005-01-22 [colin]      1.0.0cvs8.1
15636
15637         * src/summaryview.c
15638         * src/gtk/quicksearch.c
15639                 Sync with HEAD
15640
15641 2005-01-21 [colin]      1.0.0cvs7.1
15642
15643         * src/summaryview.c
15644                 Sync with HEAD
15645
15646 2005-01-21 [colin]      1.0.0cvs6.1
15647
15648         * src/summaryview.c
15649                 Sync with HEAD
15650
15651 2005-01-21 [colin]      1.0.0cvs5.1
15652
15653         * src/gtk/quicksearch.c
15654         * src/prefs_common.c
15655         * src/prefs_common.h
15656                 Sync with HEAD (recurse option)
15657
15658 2005-01-21 [colin]      1.0.0cvs4.1
15659
15660         * src/folder.h
15661         * src/folderview.c
15662         * src/folderview.h
15663         * src/summaryview.c
15664         * src/gtk/quicksearch.c
15665         * src/gtk/quicksearch.h
15666                 Sync with HEAD (recursive quicksearch)
15667
15668 2005-01-20 [colin]      1.0.0cvs3.4
15669
15670         * src/ssl_manager.c
15671                 Remove useless code
15672
15673 2005-01-20 [colin]      1.0.0cvs3.3
15674
15675         * src/ssl_manager.c
15676                 Fix leak, thanks to Alfons.
15677
15678 2005-01-20 [colin]      1.0.0cvs3.2
15679
15680         * src/ssl_manager.c
15681                 Port SSL certificate window to GTK2.
15682
15683 2005-01-20 [paul]       1.0.0cvs3.1
15684
15685         * ChangeLog.claws
15686         * configure.ac
15687         * src/addrindex.c
15688         * src/addrindex.h
15689                 sync with HEAD
15690
15691 2005-01-19 [colin]      1.0.0cvs2.2
15692
15693         * src/plugins/trayicon/trayicon.c
15694                 Fix freeze with gtk-2.6, the easy way
15695                 (signal blocking helpless there...)
15696                 Closes bug #668.
15697
15698 2005-01-19 [colin]      1.0.0cvs2.1
15699
15700         * src/mbox.c
15701         * src/mbox.h
15702         * src/mainwindow.c
15703         * src/summaryview.c
15704         * src/summaryview.h
15705                 Sync with HEAD
15706
15707 2005-01-19 [paul]       1.0.0cvs1.1
15708
15709         * configure.ac
15710         * po/de.po
15711         * po/es.po
15712         * po/fr.po
15713         * po/hr.po
15714         * po/it.po
15715         * po/ja.po
15716         * po/ko.po
15717         * po/pt_BR.po
15718         * po/ru.po
15719         * po/sk.po
15720         * po/sr.po
15721                 sync with HEAD (update translations)
15722
15723 2005-01-18 [colin]      1.0.0cvs0.1
15724
15725         * src/foldersel.c
15726                 Specify search column - patch by Alfons
15727
15728 2005-01-18 [colin]      0.9.13cvs36.3
15729
15730         * src/prefs_toolbar.c
15731                 Change Delete to Remove
15732         * src/prefs_fonts.c
15733                 GTK2 version and leak fixes
15734         * src/prefs_actions.c
15735                 Add stock buttons.
15736                 All patches by Alfons
15737
15738 2005-01-17 [colin]      0.9.13cvs36.2
15739
15740         * src/compose.c
15741                 Fix DnD inserting twice. While at it,
15742                 add DnD support for text/plain in the
15743                 body, and add support in the headers.
15744
15745 2005-01-16 [colin]      0.9.13cvs36.1
15746
15747         * ChangeLog
15748         * ChangeLog.jp
15749         * ChangeLog.claws
15750                 Sync with HEAD (nothing applicable)
15751
15752 2005-01-16 [colin]      0.9.13cvs33.2
15753
15754         * src/prefs_toolbar.c
15755                 GTK2ize prefs_toolbar, by Alfons.
15756
15757 2005-01-14 [colin]      0.9.13cvs33.1
15758
15759         * src/html.c
15760         * src/msgcache.c
15761                 Sync with HEAD
15762
15763 2005-01-14 [colin]      0.9.13cvs32.1
15764
15765         * src/html.c
15766         * src/html.h
15767         * src/msgcache.c
15768         * AUTHORS
15769         * tools/calypso_convert.pl
15770                 Sync with HEAD
15771
15772 2005-01-08 [colin]      0.9.13cvs29.2
15773
15774         * src/prefs_filtering_action.c
15775         * src/prefs_filtering.c
15776                 2 more gtk2 patches by Alfons
15777
15778 2005-01-07 [paul]       0.9.13cvs29.1
15779
15780         * ChangeLog
15781         * ChangeLog.claws
15782         * ChangeLog.jp
15783         * configure.ac
15784         * src/pop.c
15785         * src/pop.h
15786                 sync with HEAD
15787
15788 2005-01-07 [colin]      0.9.13cvs28.3
15789
15790         * src/gtk/progressdialog.c
15791         * src/gtk/progressdialog.h
15792         * src/inc.c
15793         * src/send_message.c
15794                 GTK2 for the incorporation dialog. The CList isn't dead
15795                 yet, for a more smooth migration. Patch by Alfons.
15796
15797 2005-01-06 [colin]      0.9.13cvs28.2
15798
15799         * src/prefs_display_header.c
15800                 GTK2 conversion by Alfons
15801         * src/prefs_actions.c
15802         * src/prefs_matcher.c
15803                 Fix 2 leaks - patch by Alfons
15804
15805 2005-01-06 [colin]      0.9.13cvs28.1
15806
15807         * src/prefs_matcher.c
15808                 Sync with HEAD
15809
15810 2005-01-06 [colin]      0.9.13cvs27.4
15811
15812         * src/prefs_matcher.c
15813                 Fix double-free. Patch by Alfons
15814
15815 2005-01-06 [colin]      0.9.13cvs27.3
15816
15817         * src/prefs_matcher.c
15818                 GTK2 widgets + memleak
15819                 Patch by Alfons
15820
15821 2005-01-05 [colin]      0.9.13cvs27.2
15822
15823         * src/account.c
15824         * src/addr_compl.c
15825         * src/foldersel.c
15826         * src/stock_pixmap.c
15827         * src/stock_pixmap.h
15828                 3 more GTK2 patches by Alfons.
15829
15830 2005-01-04 [colin]      0.9.13cvs27.1
15831
15832         * src/folderview.c
15833         * src/imap_gtk.c
15834         * src/news_gtk.c
15835                 Sync with HEAD
15836
15837 2005-01-04 [colin]      0.9.13cvs25.9
15838
15839         * src/compose.c
15840                 Fix Show Ruler menuitem
15841         * src/prefs_template.c
15842                 Convert to GTK2
15843         * src/common/utils.c
15844                 Make auto pointer stuff handles NULLs
15845                 Patches by Alfons.
15846
15847 2005-01-04 [colin]      0.9.13cvs25.8
15848
15849         * src/compose.c
15850                 Move the attachment list to gtk2
15851                 Patch by Alfons.
15852
15853 2005-01-04 [colin]      0.9.13cvs25.7
15854
15855         * src/textview.c
15856                 Make some keys work again
15857                 Patch by SungHyun Nam <namsh@kldp.org>
15858
15859 2005-01-04 [colin]      0.9.13cvs25.6
15860
15861         * src/gtk/gtkshruler.c
15862                 Move the ruler to GTK2
15863                 Patch by Alfons
15864
15865 2005-01-03 [colin]      0.9.13cvs25.5
15866
15867         * src/compose.c
15868                 Fix my broken patch apply 
15869
15870 2005-01-03 [colin]      0.9.13cvs25.4
15871
15872         * src/common/utils.c
15873         * src/common/utils.h
15874         * src/gtk/prefswindow.c
15875                 Move auto pointer stuff to utils.c
15876                 Patch by Alfons again :)
15877
15878 2005-01-03 [colin]      0.9.13cvs25.3
15879
15880         * src/compose.c
15881         * src/prefs_gtk.c
15882         * src/prefs_template.c
15883         * src/textview.c
15884                 Empty text widgets with empty strings, not NULL char
15885                 Patch by SungHyun Nam <namsh@kldp_org>
15886
15887 2005-01-03 [colin]      0.9.13cvs25.2
15888
15889         * src/main.c
15890         * AUTHORS
15891                 Sync with HEAD
15892
15893 2005-01-03 [colin]      0.9.13cvs25.1
15894
15895         * src/pop.c
15896         * src/pop.h
15897                 Sync with HEAD
15898
15899 2005-01-03 [colin]      0.9.13cvs24.3
15900
15901         * src/account.c
15902                 Two patches from Alfons and Alex S Moore:
15903                 fix images, fix return value.
15904
15905 2005-01-01 [colin]      0.9.13cvs24.2
15906
15907         * src/prefs_actions.c
15908                 Fix over-zealous assertion. Patch by Alfons
15909
15910 2005-01-01 [colin]      0.9.13cvs24.1
15911
15912         * src/procmime.c
15913                 Sync with HEAD (leak fix)
15914
15915 2004-12-31 [colin]      0.9.13cvs23.2
15916
15917         * src/prefs_common.c
15918                 GTK2 widgets + stock buttons - patch by Alfons
15919
15920 2004-12-31 [paul]       0.9.13cvs23.1
15921
15922         * configure.ac
15923                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15924         * src/gtk/pluginwindow.c
15925                 use GTK2 widgets and plug memory leaks,
15926                 patches by Alfons
15927
15928 2004-12-30 [colin]      0.9.13cvs22.4
15929
15930         * src/account.c
15931         * src/action.c
15932         * src/export.c
15933         * src/foldersel.c
15934         * src/import.c
15935         * src/message_search.c
15936         * src/prefs_actions.c
15937         * src/prefs_common.c
15938         * src/prefs_customheader.c
15939         * src/prefs_filtering.c
15940         * src/prefs_summary_column.c
15941         * src/summary_search.c
15942         * src/gtk/about.c
15943         * src/gtk/description_window.c
15944         * src/gtk/gtkutils.c
15945         * src/gtk/gtkutils.h
15946         * src/gtk/inputdialog.c
15947         * src/gtk/prefswindow.c
15948                 Use GTK2 stock buttons. Patches by Alfons.
15949
15950 2004-12-30 [colin]      0.9.13cvs22.3
15951
15952         * src/account.c
15953                 Sync with HEAD
15954         * src/prefs_actions.c
15955         * src/prefs_customheader.c
15956         * src/prefs_filtering.c
15957         * src/prefs_msg_colors.c
15958         * src/prefs_summary_column.c
15959         * src/gtk/prefswindow.c
15960                 Use GtkTreeView instead of deprecated 
15961                 widgets. Patches by Alfons.
15962
15963 2004-12-30 [paul]       0.9.13cvs22.2
15964
15965         * src/foldersel.c
15966                 use GTK 2 Tree View
15967                 patch by Alfons, with root folder sorting fix
15968                 by Stephan Sachse
15969
15970 2004-12-30 [paul]       0.9.13cvs22.1
15971
15972         * ChangeLog
15973         * ChangeLog.claws
15974         * ChangeLog.jp
15975         * NEWS
15976         * configure.ac
15977         * src/account.c
15978                 sync with HEAD
15979
15980 2004-12-22 [martin]     0.9.13cvs21.2
15981
15982         * src/action.c
15983                 free the command line after its use
15984
15985 2004-12-18 [paul]       0.9.13cvs21.1
15986
15987         * AUTHORS
15988         * ChangeLog
15989         * ChangeLog.claws
15990         * ChangeLog.jp
15991         * NEWS
15992         * configure.ac
15993         * src/action.c
15994         * src/compose.c
15995         * src/syldap.c
15996                 sync with HEAD
15997
15998 2004-12-17 [martin]     0.9.13cvs17.2
15999
16000         * src/action.c
16001                 convert actions input to locale
16002         * src/inc.c
16003                 convert notification command to locale
16004         * src/plugins/pgpmime/select-keys.c
16005                 convert attributes to utf8
16006
16007 2004-12-14 [colin]      0.9.13cvs17.1
16008
16009         * ChangeLog
16010         * ChangeLog.jp
16011         * ChangeLog.claws
16012         * src/action.c
16013         * src/common/utils.c
16014         * src/gtk/prefswindow.c
16015         * src/gtk/gtkutils.c
16016         * src/gtk/gtkutils.h
16017         * src/plugins/spamassassin/libspamc.c
16018                 Sync with HEAD
16019
16020 2004-12-13 [colin]      0.9.13cvs14.1
16021
16022         * src/quote_fmt_parse.y
16023                 Sync with HEAD
16024
16025 2004-12-10 [colin]      0.9.13cvs12.1
16026
16027         * src/prefs_themes.c
16028         * src/mainwindow.c
16029         * src/messageview.c
16030                 Sync with HEAD
16031
16032 2004-12-09 [colin]      0.9.13cvs10.1
16033
16034         * src/procmime.c
16035                 Sync with HEAD (fix B64 encoding from memory)
16036
16037 2004-12-08 [colin]      0.9.13cvs9.1
16038
16039         * src/gtk/colorlabel.c
16040                 Sync with HEAD
16041
16042 2004-12-08 [paul]       0.9.13cvs8.2
16043
16044         * src/gtk/pluginwindow.c
16045                 fix window resizing oddities
16046
16047 2004-12-08 [colin]      0.9.13cvs8.1
16048
16049         * src/quote_fmt_parse.y
16050                 Sync with HEAD
16051
16052 2004-12-08 [colin]      0.9.13cvs7.1
16053
16054         * src/matcher_parser_parse.y
16055         * src/msgcache.c
16056         * src/prefs_matcher.c
16057         * src/procheader.c
16058         * src/matcher.c
16059         * src/common/defs.h
16060         * po/sr.po
16061                 Sync with HEAD
16062
16063 2004-12-08 [colin]      0.9.13cvs6.1
16064
16065         * src/quote_fmt_parse.y
16066         * src/textview.c
16067                 Sync with HEAD
16068         * src/gtk/prefswindow.c
16069         * src/gtk/pluginwindow.c
16070                 Fix G_CALLBACKS protos (thanks to Alfons)
16071
16072 2004-12-07 [torte]      0.9.13cvs2.2
16073
16074         * src/procmime.c
16075                 [Bug 650] reply button causes crash
16076                 Thanks to David Relson and Christoph
16077
16078 2004-12-07 [colin]      0.9.13cvs2.1
16079
16080         * ChangeLog.claws
16081         * AUTHORS
16082         * po/sk.po
16083         * src/procmime.c
16084         * src/prefs_account.c
16085         * src/common/smtp.c
16086         * src/common/smtp.h
16087                 Sync with HEAD
16088
16089 2004-12-06 [colin]      0.9.12cvs187.1
16090
16091         * ChangeLog.claws
16092         * INSTALL
16093         * Makefile.am
16094         * README.claws
16095         * TODO.claws
16096         * configure.ac
16097         * po/bg.po
16098         * po/cs.po
16099         * po/el.po
16100         * po/en_GB.po
16101         * po/es.po
16102         * po/fr.po
16103         * po/hr.po
16104         * po/hu.po
16105         * po/it.po
16106         * po/ja.po
16107         * po/ko.po
16108         * po/nl.po
16109         * po/pl.po
16110         * po/pt_BR.po
16111         * po/ru.po
16112         * po/sk.po
16113         * po/sr.po
16114         * po/sv.po
16115         * po/zh_CN.po
16116         * po/zh_TW.Big5.po
16117         * src/compose.c
16118         * tools/Makefile.am
16119         * tools/README
16120         * tools/filter_conv.pl
16121         * tools/kdeservicemenu/README
16122         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16123         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16124                 Sync with HEAD
16125
16126 2004-12-04 [colin]      0.9.12cvs183.1
16127
16128         * src/compose.c
16129                 Sync with HEAD (compose window position saving)
16130
16131 2004-12-04 [paul]       0.9.12cvs182.3
16132
16133         * src/messageview.c
16134         * src/mimeview.c
16135         * src/prefs_customheader.c
16136         * src/gtk/quicksearch.c
16137                 replace some forgotten GTK_SIGNAL_FUNCs
16138
16139 2004-12-04 [paul]       0.9.12cvs182.2
16140
16141         * src/Makefile.am
16142                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16143                 committed in error      
16144
16145 2004-12-04 [paul]       0.9.12cvs182.1
16146
16147         * ChangeLog
16148         * ChangeLog.claws
16149         * ChangeLog.jp
16150         * INSTALL
16151         * NEWS
16152         * README
16153         * README.jp
16154         * configure.ac
16155         * doc/manual/ja/Makefile.am
16156         * doc/manual/ja/sylpheed-1.html
16157         * doc/manual/ja/sylpheed-10.html
16158         * doc/manual/ja/sylpheed-11.html
16159         * doc/manual/ja/sylpheed-12.html
16160         * doc/manual/ja/sylpheed-13.html
16161         * doc/manual/ja/sylpheed-14.html
16162         * doc/manual/ja/sylpheed-15.html
16163         * doc/manual/ja/sylpheed-16.html
16164         * doc/manual/ja/sylpheed-17.html
16165         * doc/manual/ja/sylpheed-18.html
16166         * doc/manual/ja/sylpheed-19.html
16167         * doc/manual/ja/sylpheed-2.html
16168         * doc/manual/ja/sylpheed-20.html
16169         * doc/manual/ja/sylpheed-3.html
16170         * doc/manual/ja/sylpheed-4.html
16171         * doc/manual/ja/sylpheed-5.html
16172         * doc/manual/ja/sylpheed-6.html
16173         * doc/manual/ja/sylpheed-7.html
16174         * doc/manual/ja/sylpheed-8.html
16175         * doc/manual/ja/sylpheed-9.html
16176         * doc/manual/ja/sylpheed.html
16177         * doc/manual/ja/sylpheed.sgml
16178         * po/de.po
16179         * src/Makefile.am
16180         * src/compose.c
16181         * src/procmime.c
16182         * src/pixmaps/regular.xpm **REMOVED**
16183         * src/plugins/pgpmime/pgpmime.c
16184         * src/plugins/pgpmime/plugin.c
16185         * src/plugins/pgpmime/prefs_gpg.c
16186                 sync with HEAD
16187
16188 2004-12-03 [paul]       0.9.12cvs180.1
16189
16190         * ChangeLog
16191         * ChangeLog.claws
16192         * ChangeLog.jp
16193         * configure.ac
16194         * src/Makefile.am
16195         * src/pop.c
16196         * src/common/utils.c
16197         * src/common/utils.h
16198         * src/pixmaps/continue.xpm
16199         * src/pixmaps/dir_close.xpm
16200         * src/pixmaps/dir_open.xpm
16201         * src/pixmaps/drafts_close.xpm
16202         * src/pixmaps/drafts_open.xpm
16203         * src/pixmaps/folder.xpm **REMOVED**
16204         * src/pixmaps/group.xpm
16205         * src/pixmaps/unread.xpm
16206                 sync with HEAD
16207
16208 2004-12-02 [colin]      0.9.12cvs179.1
16209
16210         * src/compose.c
16211                 Sync with HEAD (non-duplicated reedition)
16212
16213 2004-12-02 [colin]      0.9.12cvs178.1
16214
16215         * src/compose.c
16216                 Sync with HEAD (linewrap_quote fix)
16217
16218 2004-12-01 [colin]      0.9.12cvs177.3
16219
16220         * src/addrharvest.c
16221                 Replace sizeof with strlen
16222
16223 2004-12-01 [paul]       0.9.12cvs177.2
16224
16225         * src/addrharvest.c
16226                 fix 'harvest addresses'
16227
16228 2004-11-30 [colin]      0.9.12cvs177.1
16229
16230         * src/gtk/prefswindow.c
16231         * src/gtk/pluginwindow.c
16232                 Sync with HEAD
16233
16234 2004-11-29 [colin]      0.9.12cvs176.1
16235
16236         * src/folderview.c
16237                 sync with HEAD (Fix disappearing separators in folderview's popup)
16238
16239 2004-11-29 [colin]      0.9.12cvs175.1
16240
16241         * src/procmime.c
16242                 Sync with head (another format fix)
16243
16244 2004-11-29 [colin]      0.9.12cvs174.1
16245
16246         * src/pop.c
16247                 Sync with HEAD (format string fix)
16248
16249 2004-11-26 [colin]      0.9.12cvs173.1
16250
16251         * src/common/smtp.c
16252         * src/common/smtp.h
16253                 Sync with HEAD
16254
16255 2004-11-24 [colin]      0.9.12cvs172.1
16256
16257         * src/plugins/pgpmime/pgpmime.c
16258                 Sync with HEAD
16259
16260 2004-11-24 [colin]      0.9.12cvs171.1
16261
16262         * src/plugins/pgpmime/pgpmime.c
16263                 Sync with head (gpgmectx leaks)
16264
16265 2004-11-24 [colin]      0.9.12cvs169.1
16266
16267         * src/plugins/pgpmime/plugin.c
16268         * src/plugins/trayicon/Makefile.am
16269         * src/plugins/trayicon/newmarkedmail.xpm
16270         * src/plugins/trayicon/trayicon.c
16271         * src/plugins/trayicon/unreadmarkedmail.xpm
16272                 Sync with HEAD
16273
16274 2004-11-23 [colin]      0.9.12cvs168.1
16275
16276         * src/partial_download.c
16277         * src/partial_download.h
16278         * src/plugins/pgpmime/plugin.c
16279                 Sync with HEAD
16280
16281 2004-11-23 [colin]      0.9.12cvs166.1
16282
16283         * src/Makefile.am
16284         * src/codeconv.c
16285         * src/compose.c
16286         * src/folderview.c
16287         * src/main.c
16288         * src/partial_download.c
16289         * src/partial_download.h
16290         * src/prefs_account.c
16291         * src/prefs_account.h
16292         * src/privacy.c
16293         * src/privacy.h
16294         * src/procmime.c
16295         * src/common/Makefile.am
16296         * src/common/base64.h
16297         * src/common/partial_download.c
16298         * src/common/partial_download.h
16299         * src/gtk/prefswindow.c
16300         * src/gtk/prefswindow.h
16301         * src/plugins/pgpmime/pgpmime.c
16302         * src/plugins/pgpmime/prefs_gpg.c
16303         * src/plugins/pgpmime/prefs_gpg.h
16304         * src/plugins/pgpmime/sgpgme.c
16305         * src/plugins/pgpmime/sgpgme.h
16306                 Sync with HEAD
16307
16308 2004-11-23 [colin]      0.9.12cvs163.1
16309
16310         * src/main.c
16311                 Sync with HEAD (cursor optimization)
16312
16313 2004-11-23 [colin]      0.9.12cvs162.1
16314
16315         * src/prefs_common.c
16316         * src/prefs_themes.c
16317         * src/procmsg.c
16318                 Sync with HEAD
16319
16320 2004-11-23 [colin]      0.9.12cvs158.9
16321
16322         * src/compose.c
16323                 Fix double-free when forwarding
16324         * src/msgcache.c
16325                 Fix leak on error path
16326                 
16327
16328 2004-11-23 [colin]      0.9.12cvs158.8
16329
16330         * src/compose.c
16331                 Fix possible double-free
16332                 Spotted by Alfons
16333
16334 2004-11-23 [colin]      0.9.12cvs158.7
16335
16336         * src/compose.c
16337                 Fix some signal handlers' prototypes
16338                 Spotted by Alfons
16339
16340 2004-11-22 [colin]      0.9.12cvs158.6
16341
16342         * src/compose.c
16343                 Remove unneeded code and duplicated
16344                 wrapping - patch by Alfons
16345
16346 2004-11-22 [colin]      0.9.12cvs158.5
16347
16348         * src/prefs_themes.c
16349                 Fix oversized selector
16350
16351 2004-11-22 [colin]      0.9.12cvs158.4
16352
16353         * src/compose.c
16354                 fix dump_text()
16355                 patch by Alfons
16356
16357 2004-11-19 [colin]      0.9.12cvs158.3
16358
16359         * src/textview.c
16360                 Add a context menu on links (open, copy)
16361
16362 2004-11-18 [paul]       0.9.12cvs158.2
16363
16364         * src/addrgather.c
16365         * src/exphtmldlg.c
16366         * src/expldifdlg.c
16367         * src/mimeview.c
16368         * src/prefs_common.c
16369         * src/plugins/image_viewer/viewer.c
16370         * src/plugins/spamassassin/spamassassin_gtk.c
16371                 replace deprecated gtk_notebook_set_page
16372                 and gtk_notebook_current_page
16373
16374 2004-11-18 [paul]       0.9.12cvs158.1
16375
16376         * configure.ac
16377         * src/compose.c
16378         * src/mainwindow.c
16379         * src/messageview.c
16380         * src/prefs_common.c
16381         * src/common/utils.c
16382         * src/common/utils.h
16383                 sync with HEAD
16384
16385 2004-11-17 [colin]      0.9.12cvs156.1
16386
16387         * src/prefs_account.c
16388         * src/prefs_account.h
16389         * src/procmsg.c
16390                 Sync with HEAD (add pref to store encrypted mails encrypted)
16391
16392 2004-11-17 [paul]       0.9.12cvs155.1
16393
16394         * ChangeLog
16395         * ChangeLog.claws
16396         * ChangeLog.jp
16397         * NEWS
16398         * configure.ac
16399         * src/compose.c
16400         * src/jpilot.c
16401         * src/privacy.c
16402         * src/procmime.c
16403         * src/procmime.h
16404         * src/procmsg.c
16405         * src/toolbar.c
16406         * src/pixmaps/error.xpm
16407                 sync with HEAD
16408
16409 2004-11-17 [colin]      0.9.12cvs151.1
16410
16411         * src/plugins/pgpmime/pgpmime.c
16412                 Sync with HEAD (remove debug printf)
16413
16414 2004-11-17 [colin]      0.9.12cvs150.1
16415
16416         * src/plugins/pgpmime/pgpmime.c
16417                 Sync with HEAD (off-by-one fix)
16418
16419 2004-11-17 [colin]      0.9.12cvs149.1
16420
16421         * src/procmsg.c
16422                 Sync with HEAD (coding style fixes)
16423
16424 2004-11-16 [colin]      0.9.12cvs148.1
16425
16426         * src/procmsg.c
16427                 Sync with head (Fix the fix)
16428
16429 2004-11-16 [colin]      0.9.12cvs147.1
16430
16431         * src/procmsg.c
16432                 Sync with Main (leak fix)
16433
16434 2004-11-16 [colin]      0.9.12cvs146.14
16435
16436         * src/compose.c
16437                 Remove useless chunk of code
16438                 Patch by Alfons
16439
16440 2004-11-15 [colin]      0.9.12cvs146.13
16441
16442         * src/compose.c
16443                 Fix drafting after insertion
16444                 Patch by Alfons
16445
16446 2004-11-15 [colin]      0.9.12cvs146.12
16447
16448         * src/compose.c
16449         * src/prefs_filtering.c
16450         * src/prefs_filtering_action.c
16451         * src/prefs_toolbar.c
16452                 Fix some const-correctness
16453
16454 2004-11-15 [colin]      0.9.12cvs146.11
16455
16456         * src/summaryview.c
16457         * src/prefs_themes.c
16458         * src/messageview.c
16459                 Fix some leaks
16460
16461 2004-11-15 [colin]      0.9.12cvs146.10
16462
16463         * src/codeconv.c
16464                 More unreadable locale fixes
16465
16466 2004-11-14 [colin]      0.9.12cvs146.9
16467
16468         * src/textview.c
16469                 Fix uri_security_check
16470                 Patch by Alfons
16471
16472 2004-11-13 [paul]       0.9.12cvs146.8
16473
16474         * src/folder.c
16475         * src/procmime.c
16476                 fix 2 bugs introduced in last commit
16477
16478 2004-11-13 [paul]       0.9.12cvs146.7
16479
16480         * src/compose.c
16481         * src/exporthtml.c
16482         * src/exportldif.c
16483         * src/folder.c
16484         * src/imap.c
16485         * src/imap_gtk.c
16486         * src/main.c
16487         * src/mainwindow.c
16488         * src/messageview.c
16489         * src/mh_gtk.c
16490         * src/prefs_themes.c
16491         * src/procmime.c
16492         * src/setup.c
16493         * src/summaryview.c
16494                 replace deprecated g_basename
16495
16496 2004-11-13 [paul]       0.9.12cvs146.6
16497
16498         * src/compose.c
16499         * src/imap.c
16500         * src/matcher_parser.h
16501         * src/matcher_parser_parse.y
16502         * src/prefs_filtering.c
16503         * src/prefs_filtering_action.c
16504         * src/prefs_themes.c
16505         * src/prefs_toolbar.c
16506         * src/common/utils.c
16507                 various small fixes/cleanups
16508
16509 2004-11-12 [colin]      0.9.12cvs146.5
16510
16511         * src/textview.c
16512                 Validate event's origin on visibility notify
16513                 Patch by Alfons.
16514
16515 2004-11-12 [paul]       0.9.12cvs146.4
16516
16517         * src/exporthtml.c
16518         * src/exportldif.c
16519         * src/imap.c
16520         * src/mh.c
16521         * src/mimeview.c
16522         * src/prefs_spelling.c
16523         * src/prefs_themes.c
16524                 replace deprecated g_dirname    
16525
16526 2004-11-12 [colin]      0.9.12cvs146.3
16527
16528         * src/textview.c
16529                 Some coding style fixes
16530
16531 2004-11-12 [colin]      0.9.12cvs146.2
16532
16533         * src/codeconv.c
16534                 We want to replace _all_ extended chars in
16535                 conv_unreadable_*, because any string containing
16536                 extended chars not parsing as UTF8 is 
16537                 undisplayed on gtk2.
16538
16539 2004-11-12 [paul]       0.9.12cvs146.1
16540
16541         * ChangeLog
16542         * ChangeLog.claws
16543         * ChangeLog.jp
16544         * NEWS
16545         * configure.ac
16546         * src/account.c
16547         * src/folderview.c
16548         * src/folderview.h
16549         * src/imap.c
16550         * src/imap_gtk.c
16551         * src/inc.c
16552         * src/mainwindow.c
16553         * src/mh_gtk.c
16554         * src/news_gtk.c
16555         * src/pop.c
16556         * src/prefs_account.c
16557         * src/prefs_account.h
16558         * src/prefs_ext_prog.c
16559         * src/procmime.c
16560         * src/procmime.h
16561         * src/procmsg.c
16562         * src/procmsg.h
16563         * src/summary_search.c
16564         * src/summaryview.c
16565         * src/textview.c
16566         * src/common/defs.h
16567         * src/common/utils.c
16568         * src/common/utils.h
16569         * src/gtk/menu.c
16570         * src/gtk/menu.h
16571                 sync with HEAD
16572
16573 2004-11-11 [colin]      0.9.12cvs144.2
16574
16575         * src/textview.c
16576                 Fix URI range selection (patch by Alfons)
16577
16578 2004-11-09 [colin]      0.9.12cvs144.1
16579
16580         * ChangeLog.claws
16581         * src/compose.c
16582         * src/folder.c
16583         * src/folder_item_prefs.c
16584         * src/prefs_account.c
16585         * src/prefs_account.h
16586         * src/plugins/pgpmime/pgpmime.c
16587                 Sync with HEAD
16588
16589 2004-11-08 [colin]      0.9.12cvs143.1
16590
16591         * src/summaryview.c
16592                 Sync with HEAD (optimize quicksearch)
16593
16594 2004-11-08 [colin]      0.9.12cvs142.2
16595
16596         * src/compose.c
16597                 Don't wrap when Edit/Auto wrapping is disabled
16598
16599 2004-11-08 [colin]      0.9.12cvs142.1
16600
16601         * src/textview.c
16602                 Sync with HEAD
16603
16604 2004-11-08 [colin]      0.9.12cvs141.1
16605
16606         * src/textview.c
16607                 Sync with HEAD (fix some mail URIs)
16608
16609 2004-11-08 [colin]      0.9.12cvs140.3
16610
16611         * src/textview.c
16612                 o Use text cursor instead of arrow when
16613                   not on a link
16614                 o Fix handling of contiguous links (as in
16615                   "colin@colino.net" <colin@colino.net>)
16616                   This one unveils a bug in get_email_part()
16617
16618 2004-11-07 [colin]      0.9.12cvs140.2
16619
16620         * src/textview.c
16621                 Fix memleak. Patch by Alfons.
16622
16623 2004-11-06 [colin]      0.9.12cvs140.1
16624
16625         * src/compose.c
16626                 Sync with HEAD (don't ask passphrase
16627                 when drafting)
16628
16629 2004-11-06 [paul]       0.9.12cvs139.2
16630
16631         * AUTHORS
16632         * src/textview.c
16633         * src/textview.h
16634                 textview URI handling. hovering over a 
16635                 link displays it in the status bar,
16636                 and changes the mouse pointer to a hand 
16637                 cursor. a link is activated with a single 
16638                 click. (Modified from the) patch by Jean-Yves 
16639                 Lefort <jylefort@users.sourceforge.net>
16640                 
16641
16642 2004-11-05 [colin]      0.9.12cvs139.1
16643
16644         * src/compose.c
16645         * src/procmime.c
16646                 Sync with HEAD again ^^
16647
16648 2004-11-05 [colin]      0.9.12cvs139.1
16649
16650         * src/compose.c
16651         * src/procmime.c
16652                 Sync with HEAD
16653
16654 2004-11-03 [paul]       0.9.12cvs138.1
16655
16656         * ChangeLog.claws
16657         * configure.ac
16658         * po/POTFILES.in
16659         * src/prefs_ext_prog.c
16660         * src/procmime.c
16661         * tools/kdeservicemenu/README
16662         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16663         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16664                 sync with HEAD
16665
16666 2004-11-01 [christoph]  0.9.12cvs136.2
16667
16668         * src/procmime.c
16669                 convert MIME parameters to UTF-8
16670
16671 2004-10-29 [colin]      0.9.12cvs136.1
16672
16673         * src/common/utils.c
16674                 Sync with HEAD (don't use '=' in mime boundary)
16675
16676 2004-10-29 [paul]       0.9.12cvs135.1
16677
16678         * configure.ac
16679         * doc/src/rfc2231.txt
16680         * src/procmime.c
16681         * src/common/quoted-printable.c
16682         * src/common/utils.c
16683         * src/common/utils.h
16684                 sync with HEAD
16685
16686 2004-10-27 [paul]       0.9.12cvs134.1
16687
16688         * configure.ac
16689         * src/main.c
16690         * src/procmime.c
16691         * src/plugins/pgpmime/pgpmime.c
16692                 sync with HEAD
16693
16694 2004-10-26 [paul]       0.9.12cvs132.3
16695
16696         * src/account.c
16697         * src/addressbook.c
16698         * src/addrgather.c
16699         * src/addrharvest.c
16700         * src/codeconv.c
16701         * src/compose.c
16702         * src/customheader.c
16703         * src/editaddress.c
16704         * src/editgroup.c
16705         * src/enriched.c
16706         * src/expldifdlg.c
16707         * src/exporthtml.c
16708         * src/exportldif.c
16709         * src/folder.c
16710         * src/foldersel.c
16711         * src/folderview.c
16712         * src/grouplistdialog.c
16713         * src/html.c
16714         * src/imap.c
16715         * src/jpilot.c
16716         * src/ldapserver.c
16717         * src/ldif.c
16718         * src/mimeview.c
16719         * src/news.c
16720         * src/news_gtk.c
16721         * src/pop.c
16722         * src/prefs_display_header.c
16723         * src/prefs_gtk.c
16724         * src/prefs_msg_colors.c
16725         * src/prefs_toolbar.c
16726         * src/procheader.c
16727         * src/procmime.c
16728         * src/summaryview.c
16729         * src/textview.c
16730         * src/toolbar.c
16731         * src/vcard.c
16732         * src/common/mgutils.c
16733         * src/common/nntp.c
16734         * src/common/smtp.c
16735         * src/common/template.c
16736         * src/common/utils.c
16737         * src/common/xmlprops.c
16738         * src/plugins/pgpmime/pgpmime.c
16739         * src/plugins/pgpmime/select-keys.c
16740         * src/plugins/pgpmime/sgpgme.c
16741                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16742                 g_string_sprintfa(), gtk_notebook_current_page()
16743
16744 2004-10-26 [colin]      0.9.12cvs132.2
16745
16746         * src/prefs_folder_item.c
16747                 Fix default-account selection
16748
16749 2004-10-21 [colin]      0.9.12cvs133
16750
16751         * src/compose.c
16752                 Sync with HEAD (Remove extra separator in compose's Options)
16753         * src/textview.c
16754                 Set wrapping to char
16755
16756 2004-10-21 [paul]       0.9.12cvs131.2
16757
16758         * src/compose.c
16759         * src/sourcewindow.c
16760                 fix wrapping
16761                 fix window shrinking 
16762
16763 2004-10-21 [colin]      0.9.12cvs131.1
16764
16765         * ChangeLog.claws
16766         * src/compose.c
16767                 Sync with HEAD
16768
16769 2004-10-21 [paul]       0.9.12cvs130.2
16770
16771         * src/prefs_folder_item.c
16772                 sync with HEAD (Apply to subfolders)
16773
16774 2004-10-19 [colin]      0.9.12cvs130.1
16775
16776         * ChangeLog.claws
16777         * src/compose.c
16778         * src/common/utils.c
16779         * src/gtk/menu.c
16780                 Sync with HEAD
16781
16782 2004-10-19 [colin]      0.9.12cvs128.1
16783
16784         * src/addrbook.c
16785         * src/addrcache.c
16786         * src/addressbook.c
16787         * src/codeconv.c
16788         * src/compose.c
16789         * src/customheader.c
16790         * src/editaddress.c
16791         * src/editgroup.c
16792         * src/exporthtml.c
16793         * src/folder.c
16794         * src/folderview.c
16795         * src/imap.c
16796         * src/jpilot.c
16797         * src/main.c
16798         * src/matcher_parser_parse.y
16799         * src/mbox.c
16800         * src/pop.c
16801         * src/prefs_account.c
16802         * src/prefs_gtk.c
16803         * src/prefs_msg_colors.c
16804         * src/procheader.c
16805         * src/procmime.c
16806         * src/procmime.h
16807         * src/procmsg.c
16808         * src/summaryview.c
16809         * src/textview.c
16810         * src/common/base64.c
16811         * src/common/partial_download.c
16812         * src/common/socket.c
16813         * src/common/sylpheed.c
16814         * src/common/utils.c
16815         * src/common/utils.h
16816         * src/gtk/pluginwindow.c
16817         * src/gtk/quicksearch.c
16818         * src/plugins/clamav/clamav_plugin.c
16819         * src/plugins/clamav/clamav_plugin.h
16820         * src/plugins/clamav/clamav_plugin_gtk.c
16821         * src/plugins/pgpmime/passphrase.c
16822         * src/plugins/pgpmime/pgpmime.c
16823         * src/plugins/pgpmime/plugin.c
16824         * src/plugins/pgpmime/prefs_gpg.c
16825         * src/plugins/pgpmime/prefs_gpg.h
16826         * src/plugins/pgpmime/select-keys.c
16827         * src/plugins/pgpmime/sgpgme.c
16828         * src/plugins/spamassassin/libspamc.c
16829         * src/plugins/spamassassin/spamassassin.c
16830         * src/plugins/spamassassin/spamassassin.h
16831         * src/plugins/spamassassin/spamassassin_gtk.c
16832         * src/plugins/trayicon/trayicon.c
16833         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
16834                 Sync with HEAD
16835
16836 2004-10-14 [colin]      0.9.12cvs126.2
16837
16838         * src/codeconv.c
16839         * src/textview.c
16840                 Fix conv_unreadable_locale
16841
16842 2004-10-13 [colin]      0.9.12cvs126.1
16843
16844         * src/compose.c
16845                 Sync with HEAD (don't convert charset for 
16846                 drafted messages, minor cleanup)
16847
16848 2004-10-13 [colin]      0.9.12cvs125.1
16849
16850         * po/POTFILES.in
16851                 Sync with HEAD (POTFILES fix)
16852
16853 2004-10-12 [colin]      0.9.12cvs124.3
16854
16855         * src/compose.c
16856                 Fix encoding bug from latest sync
16857
16858 2004-10-12 [paul]       0.9.12cvs124.2
16859
16860         * src/plugins/pgpmime/prefs_gpg.c
16861         * src/plugins/pgpmime/prefs_gpg.h
16862                 forgotten in last commit        
16863
16864 2004-10-12 [paul]       0.9.12cvs124.1
16865
16866         * ChangeLog.claws
16867         * configure.ac
16868         * m4/spamassassin.m4
16869         * src/Makefile.am
16870         * src/account.c
16871         * src/compose.c
16872         * src/compose.h
16873         * src/crash.c
16874         * src/main.c
16875         * src/mimeview.c
16876         * src/passphrase.c
16877         * src/passphrase.h
16878         * src/prefs_account.c
16879         * src/prefs_account.h
16880         * src/prefs_common.c
16881         * src/privacy.c
16882         * src/privacy.h
16883         * src/procmime.c
16884         * src/procmime.h
16885         * src/procmsg.c
16886         * src/rfc2015.c
16887         * src/rfc2015.h
16888         * src/select-keys.c
16889         * src/select-keys.h
16890         * src/textview.c
16891         * src/common/utils.c
16892         * src/common/utils.h
16893         * src/gtk/about.c
16894         * src/plugins/pgpmime/Makefile.am
16895         * src/plugins/pgpmime/passphrase.c
16896         * src/plugins/pgpmime/passphrase.h
16897         * src/plugins/pgpmime/pgpmime.c
16898         * src/plugins/pgpmime/plugin.c
16899         * src/plugins/pgpmime/select-keys.c
16900         * src/plugins/pgpmime/select-keys.h
16901         * src/plugins/pgpmime/sgpgme.c
16902         * src/plugins/pgpmime/sgpgme.h
16903                 sync with HEAD
16904
16905 2004-10-04 [colin]      0.9.12cvs122.1
16906
16907         * src/mainwindow.c
16908         * src/messageview.c
16909         * src/messageview.h
16910         * src/textview.c
16911                 Sync with HEAD
16912
16913 2004-10-04 [colin]      0.9.12cvs121.1
16914
16915         * src/summaryview.c
16916                 Sync with HEAD
16917
16918 2004-10-04 [paul]       0.9.12cvs120.1
16919
16920         * configure.ac
16921                 sync with HEAD [don't try to build 
16922                 pgpmime plugin when gpgme is disabled]
16923
16924 2004-10-03 [colin]      0.9.12cvs119.3
16925
16926         * src/gtk/gtksctree.c
16927                 Lots of side effects. Put back as before 117.2.
16928         * src/summaryview.c
16929                 Fix bug #602
16930
16931 2004-10-03 [colin]      0.9.12cvs119.2
16932
16933         * src/gtk/gtksctree.c
16934                 Revert 608 fix that doesn't work that good
16935
16936 2004-10-02 [colin]      0.9.12cvs119.1
16937
16938         * src/mainwindow.c
16939         * src/messageview.c
16940         * src/prefs_common.h
16941         * src/procmime.c
16942         * src/procmime.h
16943         * src/textview.c
16944                 Sync with HEAD
16945         * src/gtk/gtksctree.c
16946                 Close bug #608
16947
16948 2004-10-01 [colin]      0.9.12cvs118.1
16949
16950         * src/mimeview.c
16951                 Sync with HEAD (better Save All fix)
16952
16953 2004-10-01 [colin]      0.9.12cvs117.2
16954
16955         * src/gtk/gtksctree.c
16956                 Faster on selection
16957
16958 2004-10-01 [colin]      0.9.12cvs117.1
16959
16960         * src/mimeview.c
16961                 Sync with HEAD (Save All: only attachments)
16962
16963 2004-10-01 [paul]       0.9.12cvs116.1
16964
16965         * ChangeLog.claws
16966         * configure.ac
16967         * src/account.c
16968         * src/prefs_common.c
16969         * src/gtk/colorlabel.c
16970                 sync with HEAD
16971
16972 2004-09-30 [colin]      0.9.12cvs115.1
16973
16974         * src/stock_pixmap.c
16975         * src/stock_pixmap.h
16976         * src/folderview.c
16977         * src/Makefile.am
16978         * src/pixmaps/read.xpm
16979                 Sync with HEAD (new pixmap)
16980
16981 2004-09-29 [colin]      0.9.12cvs114.1
16982
16983         * src/compose.c
16984                 Sync with HEAD
16985                 Fix focus handling in headers
16986
16987 2004-09-29 [paul]       0.9.12cvs113.1
16988
16989         * src/quote_fmt_parse.y
16990                 sync with HEAD
16991  
16992
16993 2004-09-28 [colin]      0.9.12cvs112.1
16994
16995         * src/folderview.c
16996         * src/mainwindow.c
16997                 Sync with HEAD
16998
16999 2004-09-28 [colin]      0.9.12cvs110.1
17000
17001         * src/folderview.c
17002                 Sync with HEAD (Contextual Empty trash menu)
17003
17004 2004-09-28 [colin]      0.9.12cvs108.1
17005
17006         * src/addressbook.c
17007                 Sync with HEAD (addressbook edit on double-click)
17008
17009 2004-09-28 [colin]      0.9.12cvs106.1
17010
17011         * src/inc.c
17012                 Sync with HEAD (folder_item freeze on inc)
17013
17014 2004-09-27 [colin]      0.9.12cvs105.1
17015
17016         * src/folderview.c
17017                 Sync with HEAD (right-align new and unread column)
17018
17019 2004-09-27 [colin]      0.9.12cvs104.1
17020
17021         * src/main.c
17022                 Sync with HEAD (revert 0.9.12cvs101)
17023
17024 2004-09-24 [colin]      0.9.12cvs103.2
17025
17026         * src/wizard.c
17027                 Fix gtk warnings and use domain part of the email address 
17028                 when domain detection fails (no dot in domain name)
17029
17030 2004-09-23 [colin]      0.9.12cvs103.1
17031
17032         * src/plugins/spamassassin/libspamc.c
17033         * src/plugins/spamassassin/libspamc.h
17034         * src/plugins/spamassassin/utils.c
17035         * src/plugins/spamassassin/utils.h
17036                 Sync with HEAD (Update spamassassin to 3.0)
17037
17038 2004-09-21 [colin]      0.9.12cvs102.3
17039
17040         * src/action.c
17041                 Add horizontal scrollbar in action io dialog as needed
17042                 Patch by Alfons.
17043
17044 2004-09-20 [colin]      0.9.12cvs102.2
17045
17046         * src/plugins/image_viewer/viewer.c
17047                 Remove imlib stuff
17048                 use gtk_pixmap_set when clearing
17049                 (would be better to use gtkImages, but causes size-allocate 
17050                 signals storm)
17051
17052 2004-09-17 [paul]       0.9.12cvs102.1
17053
17054         * ChangeLog
17055         * ChangeLog.claws
17056         * ChangeLog.jp
17057         * configure.ac
17058         * src/inc.c
17059                 sync with HEAD
17060
17061
17062 2004-09-17 [colin]      0.9.12cvs101.1
17063
17064         * ChangeLog.claws
17065         * src/main.c
17066                 Sync with HEAD (fix segs at exit)
17067
17068 2004-09-14 [colin]      0.9.12cvs99.5
17069
17070         * src/common/socket.c
17071         * AUTHORS
17072                 Fix send error on 64bit platforms
17073                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
17074
17075 2004-09-14 [colin]      0.9.12cvs99.4
17076
17077         * src/action.c
17078                 Fix action output with utf8 
17079                 Patch by Alfons.
17080
17081 2004-09-14 [colin]      0.9.12cvs99.3
17082
17083         * ChangeLog.claws
17084         * src/folder.c
17085                 Sync with HEAD
17086
17087 2004-09-09 [colin]      0.9.12cvs99.2
17088
17089         * src/action.c
17090                 Fix progress bar (displaying "Completed %v/%u")
17091                 Patch by Alfons.
17092
17093 2004-09-08 [colin]      0.9.12cvs99.1
17094
17095         * src/account.c
17096         * src/folder.c
17097         * src/procmsg.c
17098         * src/procmsg.h
17099         * src/plugins/pgpmime/pgpmime.c
17100                 Sync with HEAD
17101
17102 2004-09-08 [colin]      0.9.12cvs97.2
17103
17104         * src/summaryview.c
17105                 Don't select mails in collapsed threads 
17106                 when navigating with up/down
17107
17108 2004-09-07 [colin]      0.9.12cvs97.1
17109
17110         * src/inc.c
17111                 Sync with HEAD (meaningful error messages)
17112
17113 2004-09-06 [colin]      0.9.12cvs96.1
17114
17115         * src/toolbar.c
17116                 Sync with HEAD (fix Redirect graying out)
17117
17118 2004-09-06 [colin]      0.9.12cvs95.1
17119
17120         * src/summaryview.c
17121         * src/mimeview.c
17122                 Sync with HEAD (fix dropped URIs)
17123
17124 2004-09-06 [colin]      0.9.12cvs94.1
17125
17126         * src/addressbook.c
17127         * src/addressitem.h
17128         * src/addritem.c
17129         * src/addritem.h
17130                 Sync with HEAD (addressbook DnD)
17131
17132 2004-09-03 [colin]      0.9.12cvs93.1
17133
17134         * src/summaryview.c
17135                 Sync with HEAD (next/prev unread)
17136
17137 2004-09-03 [colin]      0.9.12cvs92.1
17138
17139         * src/prefs_common.c
17140         * src/prefs_common.h
17141         * src/summaryview.c
17142                 Sync with HEAD ('mark_as_read_delay' pref)
17143
17144 2004-09-02 [colin]      0.9.12cvs91.2
17145
17146         * src/common/xml.c
17147                 Fix leak
17148
17149 2004-09-02 [colin]      0.9.12cvs91.1
17150
17151         * src/gtk/menu.c
17152                 Sync with HEAD (menu accel don't work, but whatever)
17153
17154 2004-09-02 [colin]      0.9.12cvs90.1
17155
17156         * src/account.c
17157                 Sync with HEAD (fix bug 582)
17158
17159 2004-09-02 [colin]      0.9.12cvs89.1
17160
17161         * src/addrindex.c
17162                 Sync with HEAD (free deleted queries)
17163
17164 2004-09-02 [colin]      0.9.12cvs88.1
17165
17166         * src/ldapquery.c
17167                 Sync with HEAD (fix LDAP freezes)
17168
17169 2004-09-02 [colin]      0.9.12cvs87.1
17170
17171         * src/prefs_spelling.c
17172                 Sync with HEAD (add default dictionary)
17173
17174 2004-09-01 [colin]      0.9.12cvs86.1
17175
17176         * src/filtering.c
17177         * src/folderview.c
17178         * src/imap.c
17179         * src/prefs_matcher.c
17180         * src/stock_pixmap.c
17181         * src/summary_search.c
17182         * src/summaryview.c
17183         * src/wizard.c
17184         * src/wizard.h
17185                 Sync with HEAD (uninitialized vars fixes)
17186                 + gtk2 specific warning fixes
17187
17188 2004-08-31 [colin]      0.9.12cvs85.1
17189
17190         * src/folder.c
17191                 Sync with HEAD (Fix memory corruption due to 
17192                 uninitialized var)
17193
17194 2004-08-31 [colin]      0.9.12cvs84.4
17195
17196         * src/summary_search.c
17197                 Fix segfaults when searching in folders with broken headers
17198
17199 2004-08-31 [colin]      0.9.12cvs84.3
17200
17201         * src/compose.c
17202         * src/textview.c
17203                 Fix some more encoding/decoding issues
17204
17205 2004-08-30 [colin]      0.9.12cvs84.2
17206
17207         * src/mimeview.c
17208         * src/prefs_themes.c
17209         * src/gtk/filesel.c
17210         * src/gtk/filesel.h
17211                 Add a folder-mode selection (fixes mimeview's "Save all")
17212
17213 2004-08-29 [colin]      0.9.12cvs84.1
17214
17215         * src/mimeview.c
17216                 Sync with HEAD (don't escape saved filenames)
17217
17218 2004-08-27 [colin]      0.9.12cvs83.1
17219
17220         * ChangeLog
17221         * ChangeLog.claws
17222         * ChangeLog.jp
17223         * src/mh.c
17224         * src/procheader.c
17225         * src/procmsg.c
17226         * src/procmsg.h
17227         * src/common/utils.c
17228         * src/gtk/menu.h
17229         * po/
17230                 Sync with HEAD 0.9.12cvs83 (sync with main)
17231
17232 2004-08-26 [colin]      0.9.12cvs82.4
17233
17234         * src/codeconv.c
17235                 Fix strange stack corruption
17236                 Convert to utf8 after unmime, not before
17237
17238 2004-08-26 [colin]      0.9.12cvs82.3
17239
17240         * src/main.c
17241         * src/wizard.c
17242                 Fix account folders duplication
17243
17244 2004-08-25 [colin]      0.9.12cvs82.2
17245
17246         * src/wizard.c
17247                 Remove ports
17248                 Add SSL selection
17249                 Use login@server as account name
17250
17251 2004-08-25 [colin]      0.9.12cvs82.1
17252
17253         * src/plugins/pgpmime/pgpmime.c
17254                 Sync with HEAD (leak fix).
17255
17256 2004-08-25 [colin]      0.9.12cvs81.1
17257
17258         * src/plugins/pgpmime/pgpmime.c
17259         * src/plugins/pgpmime/sgpgme.c
17260         * src/plugins/pgpmime/sgpgme.h
17261                 Sync with HEAD (Handle combined messages).
17262
17263 2004-08-24 [colin]      0.9.12cvs80.3
17264
17265         * src/wizard.c
17266                 Fix full name, ports, and imap
17267
17268 2004-08-24 [colin]      0.9.12cvs80.2
17269
17270         * src/Makefile.am
17271         * src/main.c
17272         * src/setup.c
17273         * src/setup.h
17274         * src/stock_pixmap.c
17275         * src/stock_pixmap.h
17276         * src/wizard.c ** ADDED **
17277         * src/wizard.h ** ADDED ** 
17278         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17279                 Add a setup wizard 
17280
17281 2004-08-24 [colin]      0.9.12cvs80.1
17282
17283         * src/folder.c
17284                 Sync with HEAD (set mimeflags on all messages)
17285
17286 2004-08-24 [colin]      0.9.12cvs79.3
17287
17288         * src/matcher_parser_lex.l
17289                 Fix 8bits strings not in utf8
17290
17291 2004-08-24 [colin]      0.9.12cvs79.2
17292
17293         * src/compose.c
17294                 Check conversion result before replacing buffer
17295
17296 2004-08-23 [colin]      0.9.12cvs79.1
17297
17298         * src/compose.c
17299                 Sync with HEAD (create message header in memory)
17300
17301 2004-08-23 [colin]      0.9.12cvs78.1
17302
17303         * src/rfc2015.c
17304         * src/rfc2015.h
17305                 Sync with HEAD (fix bug 197 again)
17306
17307 2004-08-23 [colin]      0.9.12cvs77.3
17308
17309         * src/compose.c
17310                 Fix again inline gpg signing (which outputs utf8
17311                 in gtk2). Not syncing this fix to HEAD as this 
17312                 code is meant to die.
17313
17314 2004-08-23 [colin]      0.9.12cvs77.2
17315
17316         * src/prefs_account.h
17317                 Remove useless include
17318
17319 2004-08-23 [colin]      0.9.12cvs77.1
17320
17321         * src/imap.c
17322         * po/es.po
17323         * po/fr.po
17324         * po/it.po
17325         * po/pl.po
17326         * po/pt_BR.po
17327         * po/sk.po
17328         * po/sr.po
17329                 Sync with HEAD (fix bug 577)
17330
17331 2004-08-22 [colin]      0.9.12cvs76.1
17332
17333         * src/plugins/trayicon/trayicon.c
17334                 Sync with HEAD (fix formatting bug)
17335
17336 2004-08-21 [colin]      0.9.12cvs74.2
17337
17338         * src/gtk/colorsel.c
17339                 Fix bug 564 (Folder color selection window exits on any
17340                 keypress)
17341
17342 2004-08-21 [colin]      0.9.12cvs74.1
17343
17344         * ChangeLog.claws
17345         * src/compose.c
17346         * src/summaryview.c
17347         * src/toolbar.c
17348                 Sync with HEAD (fix bug 576)
17349
17350 2004-08-21 [colin]      0.9.12cvs70.1
17351
17352         * src/compose.c
17353         * src/mainwindow.c
17354                 Sync with HEAD
17355                 
17356
17357 2004-08-21 [paul]       0.9.12cvs66.4
17358
17359         * src/mainwindow.c
17360         * src/messageview.c
17361         * src/gtk/menu.c
17362         * src/plugins/spamassassin/spamassassin_gtk.c
17363                 remove some deprecated gtk1 functions
17364
17365
17366 2004-08-21 [colin]      0.9.12cvs66.3
17367
17368         * src/compose.c
17369         * src/codeconv.c
17370                 Fix warnings
17371                 Remove encoding hacks
17372                 Fix bug 575 (Strange character messes up message)
17373                 Don't display conversion error when drafting
17374
17375 2004-08-21 [paul]       0.9.12cvs66.2
17376
17377         * src/prefs_account.c
17378                 fix GnuPG mode bugs
17379
17380
17381 2004-08-20 [colin]      0.9.12cvs66.1
17382
17383         * src/codeconv.c
17384                 Sync with HEAD 0.9.12cvs66
17385
17386 2004-08-20 [paul]
17387
17388         * src/plugins/pgpmime/plugin.c
17389                 modify PGP/MIME plugin's description
17390
17391 2004-08-17 [colin]      0.9.12cvs65.1
17392
17393         * src/common/ssl.c
17394         * src/plugins/pgpmime/plugin.c
17395                 Sync with HEAD
17396
17397 2004-08-14 [colin]      0.9.12cvs60.3
17398
17399         * src/plugins/trayicon/trayicon.c
17400                 Put back resize callback, on size-request signal
17401                 rather than size-allocate to avoid infinite 
17402                 callback loop
17403
17404 2004-08-13 [colin]      0.9.12cvs60.2
17405
17406         * src/common/defs.h
17407                 Cache versions have been fixed
17408
17409 2004-08-13 [colin]      0.9.12cvs60.1
17410
17411         * src/folderutils.c
17412                 Sync with HEAD
17413
17414 2004-08-12 [colin]      0.9.12cvs59.1
17415
17416         * src/plugins/trayicon/trayicon.c
17417                 Sync with HEAD
17418
17419 2004-08-12 [colin]      0.9.12cvs57.5
17420
17421         * sylpheed.desktop
17422         * configure.ac
17423         * src/Makefile.am
17424         * src/main.c
17425                 Add support for Freedesktop.org's startup notification
17426
17427 2004-08-11 [colin]      0.9.12cvs57.4
17428
17429         * src/textview.c
17430                 Fix off-by-one
17431
17432 2004-08-11 [colin]      0.9.12cvs57.3
17433
17434         * src/message_search.c
17435         * src/summary_search.c
17436                 Make searches case insensitive by default
17437         * src/textview.c
17438                 Fix case-insensitive search in message
17439
17440 2004-08-11 [colin]      0.9.12cvs57.2
17441
17442         * src/summary_search.c
17443                 Let case-sensitive be specified
17444
17445 2004-08-10 [colin]      0.9.12cvs55.4
17446
17447         * src/common/socket.c
17448                 Fix the possible race condition
17449
17450 2004-08-09 [paul]       0.9.12cvs55.3
17451
17452         * configure.ac
17453         * src/Makefile.am
17454         * src/common/Makefile.am
17455                 sync with HEAD
17456
17457
17458 2004-08-09 [paul]       0.9.12cvs55.2
17459
17460         * autogen.sh
17461         * po/poconv.sh
17462                 remove unneeded script
17463
17464         * configure.ac
17465                 add forgotten USE_LDAP_TLS (sync with HEAD)
17466
17467
17468 2004-08-09 [colin]      0.9.12cvs55.1
17469
17470         * src/main.c
17471         * src/common/ssl.c
17472         * src/common/sylpheed.c
17473         * src/common/sylpheed.h
17474                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17475
17476 2004-08-09 [paul]       0.9.12cvs54.1
17477
17478         * ChangeLog
17479         * ChangeLog.claws
17480         * ChangeLog.jp
17481         * configure.ac
17482         * po/POTFILES.in
17483         * src/Makefile.am
17484         * src/folderutils.c
17485         * src/main.c
17486         * src/pgpmime.c
17487         * src/pgpmime.h
17488         * src/sgpgme.c
17489         * src/sgpgme.h
17490         * src/plugins/Makefile.am
17491         * src/plugins/pgpmime/.cvsignore
17492         * src/plugins/pgpmime/Makefile.am
17493         * src/plugins/pgpmime/pgpmime.c
17494         * src/plugins/pgpmime/pgpmime.h
17495         * src/plugins/pgpmime/plugin.c
17496         * src/plugins/pgpmime/sgpgme.c
17497         * src/plugins/pgpmime/sgpgme.h
17498                 sync with HEAD
17499
17500 2004-08-08 [paul]       0.9.12cvs51.1
17501
17502         * configure.ac
17503         * src/folder.c
17504                 sync with HEAD
17505
17506 2004-08-07 [colin]      0.9.12cvs50.1
17507
17508         * src/pop.c
17509         * src/common/partial_download.c
17510                 fix warnings (sync from HEAD)
17511
17512 2004-08-07 [colin]      0.9.12cvs48.1
17513
17514         * src/prefs_folder_item.c
17515                 sync with HEAD 0.9.12cvs48
17516
17517 2004-08-06 [colin]      0.9.12cvs47.1
17518
17519         * src/compose.c
17520                 Sync with HEAD
17521
17522 2004-08-06 [christoph]  0.9.12cvs46.2
17523
17524         * src/main.c
17525         * src/plugins/clamav/clamav_plugin_gtk.c
17526         * src/plugins/dillo_viewer/dillo_viewer.c
17527         * src/plugins/image_viewer/plugin.c
17528         * src/plugins/mathml_viewer/mathml_viewer.c
17529         * src/plugins/spamassassin/spamassassin_gtk.c
17530         * src/plugins/trayicon/trayicon.c
17531                 don't mix GTK1.2 plugin with GTK2 plugins
17532
17533 2004-08-06 [colin]      0.9.12cvs46.1
17534
17535         * ChangeLog
17536         * ChangeLog.claws
17537         * ChangeLog.jp
17538         * configure.ac
17539         * sylpheed-claws.pc.in
17540         * src/folder.c
17541         * src/imap.c
17542         * src/localfolder.c
17543         * src/messageview.c
17544         * src/mimeview.c
17545         * src/mimeview.h
17546         * src/msgcache.c
17547         * src/news.c
17548         * src/prefs_ext_prog.c
17549         * src/prefs_folder_item.c
17550         * src/prefs_fonts.c
17551         * src/prefs_msg_colors.c
17552         * src/prefs_spelling.c
17553         * src/prefs_themes.c
17554         * src/prefs_toolbar.c
17555         * src/prefs_wrapping.c
17556         * src/procmime.h
17557         * src/common/defs.h
17558         * src/common/nntp.c
17559         * src/common/session.c
17560         * src/common/session.h
17561         * src/common/socket.c
17562         * src/common/utils.h
17563         * src/common/xml.c
17564         * src/common/xml.h
17565         * src/gtk/prefswindow.c
17566         * src/gtk/prefswindow.h
17567         * src/plugins/clamav/clamav_plugin_gtk.c
17568         * src/plugins/dillo_viewer/dillo_prefs.c
17569         * src/plugins/image_viewer/viewerprefs.c
17570         * src/plugins/spamassassin/spamassassin_gtk.c
17571         * m4/openssl.m4 *** REMOVED ***
17572                 Sync with HEAD 0.9.12cvs46
17573
17574 2004-08-03 [paul]       0.9.12cvs40.2
17575
17576         * src/action.c
17577         * src/addressadd.c
17578         * src/addressbook.c
17579         * src/addrgather.c
17580         * src/browseldap.c
17581         * src/compose.c
17582         * src/crash.c
17583         * src/editaddress.c
17584         * src/editgroup.c
17585         * src/editldap_basedn.c
17586         * src/foldersel.c
17587         * src/importldif.c
17588         * src/mimeview.c
17589         * src/prefs_common.c
17590         * src/prefs_template.c
17591         * src/sourcewindow.c
17592         * src/summaryview.c
17593         * src/gtk/about.c
17594         * src/gtk/foldersort.c
17595         * src/gtk/logwindow.c
17596         * src/gtk/pluginwindow.c
17597         * src/gtk/prefswindow.c
17598                 change all gtk_scrolled_window_set_policy from 
17599                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17600
17601 2004-08-02 [paul]       0.9.12cvs40.1
17602
17603         * AUTHORS
17604                 update translation team section
17605         * po/pt_BR.po
17606                 updated by Frederico Goncalves Guimaraes
17607                 <fggdebian@yahoo.com.br>
17608
17609 2004-07-31 [colin]      0.9.12cvs39.9
17610
17611         * src/exphtmldlg.c
17612                 Fix compilation
17613
17614 2004-07-31 [colin]      0.9.12cvs39.8
17615
17616         * src/exphtmldlg.c
17617                 Fix an alertpanel type
17618
17619 2004-07-30 [colin]      0.9.12cvs39.7
17620
17621         * src/alertpanel.c
17622                 Fix alertpanel_error_log's icon
17623
17624 2004-07-30 [colin]      0.9.12cvs39.6
17625
17626         * src/pop.c
17627                 Two of them should still be warnings
17628
17629 2004-07-30 [colin]      0.9.12cvs39.5
17630
17631         * src/pop.c
17632                 More warning -> error
17633 2004-07-29 [colin]      0.9.12cvs39.4
17634
17635         * src/pop.c
17636                 Warning -> error
17637
17638 2004-07-29 [colin]      0.9.12cvs39.3
17639
17640         * src/prefs_matcher.c
17641                 Fix segfault
17642
17643 2004-07-29 [colin]      0.9.12cvs39.2
17644
17645         * src/alertpanel.c
17646                 More nice-looking alertpanels
17647
17648 2004-07-29 [colin]      0.9.12cvs39.1
17649
17650         * src/messageview.c
17651                 sync with head
17652                 (inform user when partial mail is deleted on server)
17653
17654 2004-07-29 [colin]      0.9.12cvs38.1
17655
17656         * src/messageview.c
17657                 sync with head
17658
17659 2004-07-28 [paul]       0.9.12cvs37.7
17660
17661         * src/mainwindow.c
17662                 complete the replacement of deprecated gtk_progress_*
17663
17664 2004-07-28 [paul]       0.9.12cvs37.6
17665
17666         * src/action.c
17667         * src/inc.c
17668         * src/mainwindow.c
17669         * src/send_message.c
17670         * src/gtk/progressdialog.c
17671         * src/gtk/progressdialog.h
17672                 replace deprecated gtk_progress_*
17673
17674 2004-07-28 [paul]       0.9.12cvs37.5
17675
17676         * src/gtk/filesel.c
17677                 remove gtk_window_set_wmclass()
17678 2004-07-28 [paul]       0.9.12cvs37.4
17679
17680         * src/addressbook.c
17681         * src/compose.c
17682         * src/foldersel.c
17683         * src/mainwindow.c
17684         * src/messageview.c
17685         * src/sourcewindow.c
17686         * src/gtk/logwindow.c
17687                 remove gtk_window_set_wmclass()
17688                 
17689         * src/prefs_filtering.c
17690         * src/prefs_filtering_action.c
17691         * src/prefs_fonts.c
17692         * src/prefs_gtk.c
17693         * src/prefs_matcher.c
17694         * src/ssl_manager.c
17695         * src/gtk/prefswindow.c
17696                 replace gtk_window_position()
17697
17698 2004-07-28 [colin]      0.9.12cvs37.3
17699
17700         * src/alertpanel.c
17701         * src/alertpanel.h
17702                 Add a way to specify panel type for specific
17703                 panels (alertpanel())
17704         * src/account.c
17705         * src/addressbook.c
17706         * src/compose.c
17707         * src/expldifdlg.c
17708         * src/main.c
17709         * src/messageview.c
17710         * src/summaryview.c
17711         * src/textview.c
17712         * src/gtk/sslcertwindow.c
17713                 Fix alertpanel()s so that their icon match
17714                 their real type
17715
17716 2004-07-28 [paul]       0.9.12cvs37.2
17717
17718         * src/addr_compl.c
17719         * src/addressbook.c
17720         * src/alertpanel.c
17721         * src/compose.c
17722         * src/export.c
17723         * src/foldersel.c
17724         * src/folderview.c
17725         * src/grouplistdialog.c
17726         * src/import.c
17727         * src/mainwindow.c
17728         * src/message_search.c
17729         * src/messageview.c
17730         * src/passphrase.c
17731         * src/prefs_actions.c
17732         * src/prefs_common.c
17733         * src/prefs_customheader.c
17734         * src/prefs_display_header.c
17735         * src/prefs_filtering.c
17736         * src/prefs_filtering_action.c
17737         * src/prefs_gtk.c
17738         * src/prefs_matcher.c
17739         * src/prefs_msg_colors.c
17740         * src/prefs_summary_column.c
17741         * src/prefs_template.c
17742         * src/sourcewindow.c
17743         * src/ssl_manager.c
17744         * src/summary_search.c
17745         * src/gtk/colorsel.c
17746         * src/gtk/description_window.c
17747         * src/gtk/gtkaspell.c
17748         * src/gtk/inputdialog.c
17749         * src/gtk/logwindow.c
17750         * src/gtk/prefswindow.c
17751         * src/gtk/progressdialog.c
17752                 replace deprecated gtk_window_set_policy
17753
17754 2004-07-27 [colin]      0.9.12cvs37.1
17755
17756         * src/msgcache.c
17757                 More fixes (synced for head again)
17758
17759 2004-07-27 [colin]      0.9.12cvs35.3
17760
17761         * src/msgcache.c
17762                 Fix wrong test
17763
17764 2004-07-27 [colin]      0.9.12cvs35.2
17765
17766         * src/mimeview.c
17767                 Fix width a bit (by Paul)
17768         * src/alertpanel.c
17769         * src/alertpanel.h
17770                 Specialize icons, make alertpanel_message()
17771                 private
17772         * src/message_search.c
17773         * src/sgpgme.c
17774         * src/summary_search.c
17775                 Suit alertpanel changes
17776
17777 2004-07-27 [colin]      0.9.12cvs35.1
17778
17779         * src/alertpanel.c
17780                 Add an icon
17781         * src/passphrase.c
17782                 Add debug output - maybe someone will
17783                 want to look at the problem with Grab
17784                 Input :)
17785         Bump version as we're synced with HEAD
17786
17787 2004-07-26 [colin]      0.9.12cvs33.26
17788
17789         * src/pop.c
17790                 Fix uidl-file parsing when not in new
17791                 format
17792
17793 2004-07-26 [colin]      0.9.12cvs33.25
17794
17795         * src/gtk/menu.c
17796                 Move popup menu up if necessary (fixes 
17797                 account selector)
17798         * src/mainwindow.c
17799                 Set account selector's button height to
17800                 minimum
17801
17802 2004-07-26 [colin]      0.9.12cvs33.24
17803
17804         * src/alertpanel.c
17805                 Maybe fix 551 (Truncated font in alert window)
17806
17807 2004-07-26 [colin]      0.9.12cvs33.23
17808
17809         * po/de.po
17810         * po/es.po
17811         * po/fr.po
17812         * po/it.po
17813         * po/ja.po
17814         * po/pl.po
17815         * po/ru.po
17816         * po/sk.po
17817         * po/sr.po
17818         * po/zh_CN.po
17819                 Sync po files with HEAD
17820
17821 2004-07-26 [paul]       0.9.12cvs33.22
17822
17823         * src/compose.c
17824                 fix Bug 556 'Organisation-header is sent even if empty'
17825
17826 2004-07-24 [colin]      0.9.12cvs33.21
17827
17828         * src/compose.c
17829         * src/gtk/gtkaspell.c
17830         * src/gtk/gtkaspell.h
17831                 Fix speller accelerators (require hack)
17832
17833 2004-07-24 [colin]      0.9.12cvs33.20
17834
17835         * src/gtk/gtkaspell.c
17836                 Fix over-eager code deletion breaking
17837                 Check while typing
17838
17839 2004-07-24 [colin]      0.9.12cvs33.19
17840
17841         * src/browseldap.c
17842         * src/ldapctrl.c
17843         * src/ldapctrl.h
17844         * src/ldapserver.h
17845                 Sync ldap with HEAD
17846         (Fixes 546 LDAP completely broken)
17847
17848 2004-07-24 [colin]      0.9.12cvs33.18
17849
17850         * src/prefs_msg_colors.c
17851                 Fix prototype mismatch
17852         (Fixes 547 void function cannot return value)
17853
17854 2004-07-24 [colin]      0.9.12cvs33.17
17855
17856         * src/mainwindow.c
17857                 Fix sort going back to previous sort key
17858                 when changing sort direction
17859
17860 2004-07-24 [colin]      0.9.12cvs33.16
17861
17862         * src/compose.c
17863                 Fix space insertion when re-wrapping at 
17864                 cursor point
17865
17866 2004-07-24 [colin]      0.9.12cvs33.15
17867
17868         * src/gtk/gtkaspell.c
17869                 Don't change cursor position in insert-text
17870                 callback
17871         (Fixes 539 Word wrapping on input transposes letters)
17872
17873 2004-07-24 [colin]      0.9.12cvs33.14
17874
17875         * src/gtk/gtkaspell.c
17876                 Reencode non-ascii chars to dictionary's
17877                 encoding
17878         (Fixes 544 Spell check broken non english locale)
17879
17880 2004-07-24 [colin]      0.9.12cvs33.13
17881
17882         * src/summaryview.c
17883                 Fix Shift+Down, add Home/End/PgUp/PgDown
17884
17885 2004-07-21 [colin]      0.9.12cvs33.12
17886
17887         * src/prefs_common.c
17888                 Fix a gtk warning (Patch by Andrej Kacian)
17889
17890 2004-07-21 [colin]      0.9.12cvs33.11
17891
17892         * src/gtk/filesel.c
17893                 More check
17894
17895 2004-07-21 [colin]      0.9.12cvs33.10
17896
17897         * src/compose.c
17898         * src/crash.c
17899         * src/export.c
17900         * src/import.c
17901         * src/messageview.c
17902         * src/mimeview.c
17903         * src/prefs_spelling.c
17904         * src/prefs_themes.c
17905         * src/summaryview.c
17906         * src/gtk/filesel.c
17907         * src/gtk/filesel.h
17908         * src/gtk/pluginwindow.c
17909                 Untwist open/save mode guessing logic, make
17910                 it explicit
17911
17912 2004-07-20 [colin]      0.9.12cvs33.9
17913
17914         * src/codeconv.c
17915                 conv_encode_header: src_charset is UTF-8 on
17916                 gtk2
17917         * src/compose.c
17918                 Remove double encoding of the headers
17919
17920 2004-07-20 [colin]      0.9.12cvs33.8
17921
17922         * src/codeconv.c
17923                 Fix typo
17924
17925 2004-07-20 [colin]      0.9.12cvs33.7
17926
17927         * src/mainwindow.c
17928                 Set the separated messageview to the saved
17929                 size of Claws' messageview (Patch by Alfons)
17930                 Fix a callback prototype (me)
17931
17932 2004-07-20 [colin]      0.9.12cvs33.6
17933
17934         * src/codeconv.h
17935                 Forgot one hunk in 0.9.12cvs33.4
17936
17937 2004-07-19 [colin]      0.9.12cvs33.5
17938
17939         * src/action.c
17940                 Action output fix
17941                 Patch by Alfons
17942
17943 2004-07-19 [colin]      0.9.12cvs33.4
17944
17945         * src/compose.c
17946                 Fix outgoing charset bug in headers
17947         * src/codeconv.c
17948                 Clean for glib2 - Patch by Alfons
17949
17950 2004-07-19 [colin]      0.9.12cvs33.3
17951
17952         * src/statusbar.c
17953                 Remove grip from the statusbar
17954                 Patch by Alfons
17955
17956 2004-07-19 [colin]      0.9.12cvs33.2
17957
17958         * src/messageview.c
17959         * src/textview.c
17960                 Fix messageview remembering the previous
17961                 scroll position when loading a new message
17962                 Patch by Alfons
17963
17964 2004-07-19 [colin]      0.9.12cvs33.1
17965
17966         * src/folder.h
17967         * src/folderview.c
17968         * src/summaryview.c
17969                 Sync with HEAD
17970
17971 2004-07-18 [colin]      0.9.12cvs32.7
17972
17973         * configure.ac
17974                 Remove useless check for XIM - noticed
17975                 by Alfons
17976
17977 2004-07-18 [colin]      0.9.12cvs32.6
17978
17979         * src/summaryview.c
17980                 Remove non-modified and shift-modified
17981                 accelerators in summaryview's popup
17982                 menu, as that doesn't get catched by
17983                 the accel-activate signal catcher...
17984
17985 2004-07-18 [colin]      0.9.12cvs32.5
17986
17987         * src/prefs_common.c
17988                 Define sensible default prefs for 
17989                 wrapping
17990
17991 2004-07-18 [colin]      0.9.12cvs32.4
17992
17993         * src/compose.c
17994         * src/prefs_common.c
17995         * src/prefs_common.h
17996         * src/prefs_wrapping.c
17997                 Remove Smart Wrapping pref, which does
17998                 nothing on gtk2 branch
17999
18000 2004-07-18 [colin]      0.9.12cvs32.3
18001
18002         * src/sourcewindow.c
18003                 Proper utf8
18004
18005 2004-07-18 [colin]      0.9.12cvs32.2
18006
18007         * src/compose.c
18008                 Save attachment status when drafting
18009
18010 2004-07-18 [colin]      0.9.12cvs32.1
18011
18012         * src/gtk/filesel.c
18013                 Fix erratic folder selection in open mode
18014
18015 2004-07-18 [colin]      0.9.12cvs31.11
18016
18017         * src/pop.c
18018                 Don't let partial messages get deleted
18019                 even with "dowload all"
18020                 (0.9.12cvs31.8 fix extension)
18021 2004-07-18 [colin]      0.9.12cvs31.10
18022
18023         * src/gtk/logwindow.c
18024                 Fix log scrolling
18025
18026 2004-07-18 [colin]      0.9.12cvs31.9
18027
18028         * src/common/utils.c
18029                 Fix non-utf8 strings coming from commands
18030                 and files
18031
18032 2004-07-18 [colin]      0.9.12cvs31.8
18033
18034         * src/pop.c
18035                 Fix partial download bug with Download all
18036                 messages option
18037
18038 2004-07-18 [colin]      0.9.12cvs31.7
18039
18040         * src/textview.c
18041                 Fix bug introduced in 0.9.12cvs31.2
18042                 (blocked in select mode after double click)
18043
18044 2004-07-18 [colin]      0.9.12cvs31.6
18045
18046         * src/compose.c
18047         * src/gtk/menu.c
18048                 More glib-warning fixes
18049
18050 2004-07-18 [colin]      0.9.12cvs31.5
18051
18052         * src/compose.c
18053                 Fix trashing the primary clipboard when moving 
18054                 around with tab
18055         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
18056
18057 2004-07-18 [colin]      0.9.12cvs31.4
18058
18059         * src/codeconv.c
18060                 convert unencoded iso headers to utf8
18061         (Fix Bug 538 Unencoded local characters in subject make it 
18062          disappear)
18063
18064 2004-07-18 [colin]      0.9.12cvs31.3
18065
18066         * src/compose.c
18067                 Fix tab char handling in wrapping
18068         (Fix Bug 537 Line wrap problem - TAB character treated as 
18069          one character instead of 8)
18070
18071 2004-07-18 [colin]      0.9.12cvs31.2
18072
18073         * src/textview.c
18074                 return FALSE on GDK_MOTION_NOTIFY
18075         (Fix Bug 535 Hyperlinks/addresses are not selectable 
18076          (unable to highlight))
18077
18078 2004-07-18 [colin]      0.9.12cvs31.1
18079
18080         * src/folderview.c
18081                 Sync with 0.9.12cvs31
18082
18083 2004-07-18 [colin]      0.9.12cvs30.4
18084
18085         * src/compose.c
18086                 Also block text_inserted when inserting a file
18087
18088 2004-07-18 [colin]      0.9.12cvs30.3
18089
18090         * src/compose.c
18091                 Fix smart wrapping (block text_inserted handler
18092                 while putting quotation to avoid wrap on input,
18093                 don't join lines if next is sig separator)
18094
18095 2004-07-17 [colin]      0.9.12cvs30.2
18096
18097         * src/folderview.c
18098         * src/mainwindow.c
18099         * src/mimeview.c
18100         * src/summaryview.c
18101         * src/gtk/quicksearch.c
18102         * src/gtk/quicksearch.h
18103                 Block key events handlers *and* accels while
18104                 quicksearch is focused
18105         (Fixes Bug 534 quick-search bar not accepting certain letters)
18106
18107 2004-07-17 [colin]      0.9.12cvs30.1
18108
18109         * src/folder.h
18110         * src/folderview.c
18111         * src/summaryview.c
18112                 Sync with 0.9.12cvs30
18113
18114 2004-07-17 [colin]      0.9.12cvs28.2
18115
18116         * src/mimeview.c
18117         * src/procmime.c
18118         * src/summaryview.c
18119         * src/gtk/menu.c
18120                 Squash some compile and glib warnings
18121
18122 2004-07-17 [paul]       0.9.12cvs28.1
18123
18124         * src/mimeview.c
18125                 sync with 0.9.12cvs28 HEAD
18126
18127 2004-07-16 [paul]       0.9.12cvs26.1
18128         
18129         * src/gtk/quicksearch.c
18130         * src/account.c
18131         * src/account.h
18132         * src/compose.c
18133         * src/customheader.c
18134         * src/folder_item_prefs.c
18135         * src/main.c
18136         * src/mainwindow.c
18137         * src/messageview.c
18138         * src/mimeview.c
18139         * src/news.c
18140         * src/pgpmime.c
18141         * src/pop.c
18142         * src/pop.h
18143         * src/prefs_account.c
18144         * src/prefs_account.h
18145         * src/prefs_common.c
18146         * src/prefs_common.h
18147         * src/prefs_display_header.c
18148         * src/prefs_gtk.c
18149         * src/prefs_gtk.h
18150         * src/procheader.c
18151         * src/procmime.c
18152                 sync with 0.9.12cvs26 HEAD      
18153
18154 2004-07-15 [colin]      0.9.12cvs18.14
18155
18156         * src/folder.c
18157                 Disable GPG signature check during
18158                 folder move and scan
18159         (Closes Bug 521 Signature checking slows down Folder-Move)
18160
18161 2004-07-14 [colin]      0.9.12cvs18.13
18162
18163         * src/common/partial_download.c
18164                 update includes
18165
18166 2004-07-14 [colin]      0.9.12cvs18.12
18167
18168         * src/common/partial_download.c
18169         * src/common/partial_download.h
18170                 Move doc at top, add correct copyright
18171
18172 2004-07-14 [colin]      0.9.12cvs18.11
18173
18174         * src/folder.c
18175         * src/messageview.c
18176         * src/pop.c
18177         * src/pop.h
18178         * src/procmsg.c
18179         * src/summaryview.c
18180         * src/common/Makefile.am
18181         * src/common/partial_download.c ** NEW FILES **
18182         * src/common/partial_download.h ** NEW FILES **
18183                 Move partial-download related stuff to its
18184                 own file
18185
18186 2004-07-14 [colin]      0.9.12cvs18.10
18187
18188         * src/send_message.c
18189                 Fix smtp auth when user is null or empty
18190
18191 2004-07-13 [colin]      0.9.12cvs18.9
18192
18193         * src/gtk/quicksearch.c
18194                 Use alphabetic order
18195
18196 2004-07-13 [colin]      0.9.12cvs18.8
18197
18198         * src/pop.c
18199                 Be paranoid on the checks
18200
18201 2004-07-13 [colin]      0.9.12cvs18.7
18202
18203         * src/gtk/quicksearch.c
18204                 Fix Engrish once again
18205
18206 2004-07-13 [colin]      0.9.12cvs18.6
18207
18208         * src/procmsg.c
18209         * src/summaryview.c
18210                 Mark messages for deletion when they are about to
18211                 be removed from trash
18212
18213 2004-07-13 [colin]      0.9.12cvs18.5
18214
18215         * src/matcher.c
18216         * src/matcher.h
18217         * src/matcher_parser_parse.y
18218         * src/prefs_matcher.c
18219         * src/gtk/quicksearch.c
18220                 Add 'partial' ('p') match string to find partially
18221                 downloaded messages
18222
18223 2004-07-13 [colin]      0.9.12cvs18.4
18224
18225         * src/pop.c
18226                 Fix misplaced block
18227
18228 2004-07-13 [colin]      0.9.12cvs18.3
18229
18230         * src/pop.c
18231         * src/pop.h
18232         * src/messageview.c
18233                 Refactor API (to avoid passing 5+ params and code
18234                 duplication)
18235         * src/folder.c
18236         * src/msgcache.c
18237         * src/procheader.c
18238         * src/common/defs.h
18239                 Add planned_download to cache
18240                 Don't mess uidl file when moving partially downloaded
18241                 mails (they change folder, we should change it in the
18242                 uidl list too or we'll remove an incorrect message)
18243                 (this also helps removing hacks when changing 
18244                 planned_download in messageview.c)
18245
18246 2004-07-12 [colin]      0.9.12cvs18.2
18247
18248         * src/gtk/quicksearch.c
18249                 Fix missing status update in quicksearch
18250
18251 2004-07-12 [paul]       0.9.12cvs18.1
18252
18253         * po/POTFILES.in
18254         * src/Makefile.am
18255         * src/account.c
18256         * src/codeconv.c
18257         * src/compose.c
18258         * src/inc.c
18259         * src/main.c
18260         * src/prefs_common.c
18261         * src/procmsg.h
18262         * src/toolbar.c
18263         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18264         * src/prefs_wrapping.[ch]       ** NEW FILES **
18265         * src/common/intl.h
18266         * src/common/utils.[ch]
18267         * src/gtk/quicksearch.[ch]
18268                 sync with 0.9.12cvs18 HEAD
18269
18270 2004-07-12 [colin]      0.9.11cvs17.25
18271
18272         * src/folder.c
18273         * src/folder.h
18274                 Remove unused function added by me in 0.9.11cvs17.10
18275
18276 2004-07-11 [colin]      0.9.11cvs17.24
18277
18278         * src/inc.c
18279         * src/messageview.c
18280         * src/pop.c
18281         * src/pop.h
18282                 Use folderitem and msgnum instead of filename to
18283                 know which mail to delete
18284                 Move old partial mail deletion to pop.c
18285
18286 2004-07-10 [colin]      0.9.11cvs17.23
18287
18288         * src/inc.c
18289                 Add debug
18290         * src/pop.c
18291         * src/pop.h
18292                 Don't re-use same enums for unrelated stuff: it's 
18293                 completely misleading !
18294                 Document a bit
18295
18296 2004-07-09 [colin]      0.9.11cvs17.22
18297
18298         * src/inc.c
18299                 Remove folder-type check and do
18300                 more tests to be sure everything's
18301                 ok
18302         * src/messageview.c
18303                 Punctuation update, remove useless
18304                 code, fix two warnings
18305         * src/noticeview.c
18306                 Layout cleaning, reset 2nd button
18307                 when specifying one
18308
18309 2004-07-09 [colin]      0.9.11cvs17.21
18310
18311         * src/messageview.c
18312         * src/pop.c
18313         * src/pop.h
18314                 Allow user to change his mind
18315                 and postpone decision (by
18316                 unmarking the mail)
18317
18318 2004-07-09 [colin]      0.9.11cvs17.20
18319
18320         * src/messageview.c
18321                 Fix bug with delete state
18322         * src/pop.c
18323         * src/pop.h
18324                 Fix buffer leak (fread doesn't 
18325                 terminate buffers with \0)
18326                 Refactoring (remove magic 
18327                 numbers)
18328
18329 2004-07-09 [colin]      0.9.11cvs17.19
18330
18331         * src/pop.c
18332                 Don't log "Skipping message" if 
18333                 we're going to TOP it two lines
18334                 later
18335
18336 2004-07-09 [colin]      0.9.11cvs17.18
18337
18338         * src/messageview.c
18339                 Fix Engrish
18340
18341 2004-07-09 [colin]      0.9.11cvs17.17
18342
18343         * src/pop.c
18344                 strlen checking...
18345         * src/messageview.c
18346                 refactoring a bit
18347
18348 2004-07-08 [colin]      0.9.11cvs17.16
18349
18350         * src/noticeview.c
18351         * src/noticeview.h
18352                 Add an optional second button
18353         * src/messageview.c
18354         * src/pop.c
18355         * src/pop.h
18356                 Don't delete partially received mails after a certain
18357                 time; rather, let the user decide.
18358
18359 2004-07-08 [colin]      0.9.11cvs17.15
18360
18361         * src/common/smtp.h
18362                 Sync with HEAD
18363
18364 2004-07-08 [colin]      0.9.11cvs17.14
18365
18366         * src/messageview.c
18367         * src/common/smtp.c
18368                 Use to_human_readable() for sizes
18369
18370 2004-07-08 [colin]      0.9.11cvs17.13
18371
18372         * src/inc.c
18373         * src/messageview.c
18374         * src/pop.c
18375         * src/pop.h
18376         * src/procmsg.c
18377                 Fix partial-downloading issues:
18378                         catch unsupported TOP
18379                         don't delete partially downloaded mails before 5 days
18380                         don't update existing with non-MH folders; that'll
18381                         make dups, but it's better than trashing the folder
18382                         free new msginfo parts
18383                 Fix indentation ;-)
18384
18385 2004-07-08 [colin]      0.9.11cvs17.12
18386
18387         * src/common/smtp.c
18388         * src/common/smtp.h
18389                 Sync smtp size verification with HEAD
18390
18391 2004-07-08 [colin]      0.9.11cvs17.11
18392
18393         * src/summaryview.c
18394         * src/prefs_common.c
18395         * src/prefs_common.h
18396         * src/gtk/quicksearch.c
18397         * src/gtk/quicksearch.h
18398                 Sync sticky pref with HEAD
18399
18400 2004-07-08 [colin]      0.9.11cvs17.10
18401
18402         * src/folder.c [1.213.2.6]
18403         * src/folder.h [1.87.2.6]
18404         * src/inc.c [1.149.2.7]
18405         * src/messageview.c [1.94.2.8]
18406         * src/procheader.c [1.47.2.6]
18407         * src/procmsg.c [1.150.2.4]
18408         * src/procmsg.h [1.60.2.5]
18409         * src/pop.c [1.56.2.4]
18410         * src/pop.h [1.17.2.3]
18411                 Let too big messages get downloaded, but truncated
18412                 Add a button to download them completely
18413                 
18414 2004-07-06 [colin]      0.9.11cvs17.9
18415
18416         * src/gtk/quicksearch.c [1.1.2.3]
18417                 Add a Clear button
18418         * commitHelper
18419         * PATCHSETS
18420                 Add a script to help with cvs
18421
18422 2004-07-03 [colin]      0.9.11cvs17.8
18423
18424         * src/plugins/imageviewer/viewer.c
18425                 fix imageviewer (which was staying on the first
18426                 displayed image)
18427
18428 2004-07-03 [colin]      0.9.11cvs17.7
18429
18430         Removed FIXME_GTK2 warnings
18431         * src/gtk/gtkutils.c
18432                 useless #warnings
18433         * src/gtk/menu.c
18434                 useless #warnings (no need to mess with menu rc)
18435         * src/gtk/menu.h
18436                 unused functions
18437         
18438
18439 2004-07-03 [colin]      0.9.11cvs17.6
18440
18441         Removed FIXME_GTK2 warnings
18442         * src/codeconv.c
18443                 useless #warnings (rewrite needed)
18444         * src/compose.c
18445                 useless #warnings (rewrite needed)
18446                 useless #warnings (gtk2 is like that)
18447                 useless #warnings (previously fixed)
18448         * src/main.c
18449                 useless #warnings (previously fixed)
18450         * src/message_search.c
18451                 useless #warnings (gtk2 is like that)
18452                 Made apparent that search is case-sensitive
18453         * src/mimeview.c
18454                 useless #warnings (rewrite needed)
18455                 useless #warnings (gtk2 is like that)
18456                 reimplemented real warnings
18457         * src/prefs_common.c
18458                 Removed block cursor option (not it gtk2)
18459         * src/prefs_gtk.c
18460                 useless #warnings (rewrite needed)
18461         * src/procheader.c
18462                 useless #warnings (rewrite needed)
18463         * src/sourcewindow.c
18464                 useless #warnings (incorrect placing)
18465         * src/summary_search.c
18466                 useless #warnings (gtk2 is like that)
18467                 Made apparent that search is case-sensitive
18468         * src/action.c
18469                 useless #warnings (gtk2 is like that)
18470         * src/textview.c
18471                 useless #warnings (rewrite needed)
18472         * src/toolbar.c
18473                 useless #warnings (rewrite needed)
18474
18475 2004-07-03 [colin]      0.9.11cvs17.5
18476
18477         * src/textview.c
18478                 Fix mismerge which broke URI opening
18479                 
18480 2004-07-01 [colin]      0.9.11cvs17.4
18481
18482         * src/gtk/filesel.c
18483                 Fill filename when saving
18484                 
18485 2004-06-27 [colin]      0.9.11cvs17.3
18486
18487         * src/gtk/filesel.[ch]
18488                 Use the new GTK file selector
18489                 Update prototype to match the reality: multiple file
18490                 selection is open-only          
18491         * src/compose.c
18492                 Match the new prototypes        
18493         * configure.ac
18494                 Match the new requirements (gtk 2.4.0)
18495                         
18496 2004-06-26 [colin]      0.9.11cvs17.2
18497
18498         * src/plugins/trayicon/trayicon.c
18499                 Remove useless signal handler on resize, which causes
18500                 an infinite "loop"
18501         
18502 2004-06-26 [colin]      0.9.11cvs17.1
18503         
18504         * tools/Makefile.am
18505                 remove launch_firebird and add nautilus2sylpheed.sh
18506         * src/quicksearch.c
18507           src/summaryview.c
18508                 Fix show/hide "Extended symbols" button problem
18509                 Fix apparition at startup
18510                 Fix const warnings
18511         * src/plugins/image_viewer/Makefile.am
18512                 Fix configure 
18513         * common/ssl.c
18514                 Re-enable certificate check, as it doesn't seem to
18515                 cause Xlib errors anymore
18516
18517 2004-06-25 [paul]       0.9.11cvs17
18518
18519         * sync with 0.9.11cvs17 HEAD
18520         
18521         NOTE: QuickSearch is broken
18522
18523 2004-06-07 [colin]      0.9.10claws67.10
18524         * src/plugins/trayicon/trayicon.c
18525           src/plugins/trayicon/libeggtrayicon/Makefile.am
18526           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18527                 Fix gettextization in trayicon plugin
18528
18529 2004-06-07 [colin]      0.9.10claws67.9
18530         
18531         * src/summaryview.c
18532           src/gtk/gtksctree.[ch]
18533                 Let Shift+{Up,Down} work in summaryview
18534                 (well, Down "works" and Up works)
18535                 Let the list scroll when using these keys
18536
18537 2004-06-06 [colin]      0.9.10claws67.8
18538
18539         * src/plugins/trayicon/trayicon.c
18540                 Fix pixmap update
18541
18542 2004-06-06 [colin]      0.9.10claws67.7
18543
18544         * src/addressbook.c
18545                 Fix signal handling causing system-wide focus grab
18546
18547 2004-05-25 [paul]       0.9.10claws67.6
18548
18549         * Makefile.am
18550           src/Makefile.am
18551                 clean up
18552
18553 2004-05-25 [paul]       0.9.10claws67.5
18554
18555         * replace deprecated gtk_signal... functions
18556
18557 2004-05-23 [colin]      0.9.10claws67.4
18558
18559         * src/compose.c
18560                 Fix wrapping
18561
18562 2004-05-22 [colin]      0.9.10claws67.3
18563
18564         * src/compose.c
18565                 Re-fix [Edited] in compose.c::compose_reedit()
18566
18567 2004-05-22 [colin]      0.9.10claws67.2
18568
18569         * src/procmime.c
18570                 Fix parsing of multiparts mails
18571
18572 2004-05-22 [colin]      0.9.10claws67.1
18573
18574         * src/summaryview.c
18575                 Fix quicksearch
18576
18577 2004-05-22 [paul]       0.9.10claws67
18578
18579         * sync with 0.9.10claws67 HEAD
18580
18581 2004-05-14 [alfons]
18582
18583         * src/procmime.h
18584                 add forgotton prototype
18585
18586 2004-05-10 [paul]       0.9.10claws57
18587
18588         * sync with 0.9.10claws57 HEAD
18589
18590 2004-05-05 [paul]       0.9.9.claws1
18591
18592         * ChangeLog-gtk2        ** REMOVED **
18593           ChangeLog-gtk2.claws  ** ADDED **
18594                 rename and adopt the normal claws format
18595                 
18596         * configure.ac
18597                 require gtkmathview >= 0.5
18598
18599         * ac/*                          ** REMOVED **
18600           ac/                           ** REMOVED **
18601           intl/Makefile.in              ** REMOVED **
18602           m4/                           ** ADDED **
18603           m4/missing                    ** ADDED **
18604           m4/missing/gdk-pixbuf.m4      ** ADDED **
18605           m4/missing/gettext.m4         ** ADDED **
18606           m4/missing/gpgme.m4           ** ADDED **
18607           m4/missing/imlib.m4           ** ADDED **
18608           m4/.cvsignore                 ** ADDED **
18609           m4/Makefile.am                ** ADDED **
18610           m4/README                     ** ADDED **
18611           m4/aclocal-include.m4         ** ADDED **
18612           m4/aspell.m4                  ** ADDED **
18613           m4/check-type.m4              ** ADDED **
18614           m4/gnupg-check-typedef.m4     ** ADDED **
18615           m4/openssl.m4                 ** ADDED **
18616           m4/spamassassin.m4            ** ADDED **
18617           po/ChangeLog                  ** REMOVED **
18618           po/Makefile.in.in             ** REMOVED **
18619           po/Rules-quot                 ** REMOVED **
18620           po/boldquot.sed               ** REMOVED **
18621           po/en@boldquot.header         ** REMOVED **
18622           po/en@quot.header             ** REMOVED **
18623           po/insert-header.sin          ** REMOVED **
18624           po/quot.sed                   ** REMOVED **
18625           po/remove-potcdate.sed        ** REMOVED **
18626           po/remove-potcdate.sin        ** REMOVED **
18627           po/stamp-po                   ** REMOVED **
18628           Makefile.am
18629           autogen.sh
18630           configure.ac
18631                 enable building with automake 1.8.x
18632                 add 'autopoint --force' to autogen.sh and remove all
18633                 auto-generated files, remove ac/ directory and use
18634                 m4/ directory instead
18635                 
18636         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18637                 fix gettextization
18638
18639 2004-02-28 Colin Leroy <colin@colino.net>
18640         * src/prefs_matcher.c
18641           src/prefs_filtering.c
18642           src/prefs_filtering_action.c
18643                 Fix non-editable GtkEntries
18644
18645 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18646         * src/prefs_themes.c
18647                 utf8 conversion for theme info
18648
18649 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18650         * sync 0.9.9claws
18651
18652 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18653         * src/grouplistdialog.c
18654                 allow multiple selections without ctrl key
18655
18656 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18657         * src/main.c
18658                 enable customizable accelerators
18659
18660 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18661         * src/prefs_common.c
18662                 re-enable different font settings for gtk1/2
18663         * src/prefs_folder_item.c
18664                 fix folder prefs displayed wrong
18665         * src/textview.c
18666                 set 'sunken' shadow type
18667
18668 2004-02-07 Colin Leroy <colin@colino.net>
18669         * src/compose.c
18670                 Fix message being always [Edited]
18671                 Encode headers correctly (utf8 buf)
18672
18673 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18674         * src/socket.c
18675                 remove double g_source_attach()
18676                 (Thanks to Colin Leroy)
18677
18678 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18679         * src/gtk/gtksctree.c
18680                 Fix SSL certificate list not shown
18681         * src/mimeview.c
18682                 Fix clicks in mime tree
18683
18684 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18685         * src/common/socket.c
18686                 Fix SSL receive
18687         * src/compose.c
18688                 Fix clipboard menu hotkeys
18689
18690 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18691         * src/gtk/gtkaspell.[ch]
18692           src/compose.c
18693                 reimplement spellchecker
18694
18695 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18696         * src/gtk/filesel.c
18697                 crash when inserting file in compose window
18698                 (TODO: keep old selection on clicks)
18699         * src/main.c
18700                 use gtkrc-2.0 instead of gtkrc
18701
18702 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18703         * src/messageview.c
18704                 remove orphaned mimeview unref()
18705
18706 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18707         * src/grouplistdialog.c
18708                 expand nodes containing subscribed groups
18709
18710 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18711         * src/textview.c
18712                 textview: hide cursor, restore old click behaviour
18713
18714 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18715         * src/textview.c
18716                 variable names messed up
18717
18718 2004-01-17 Colin Leroy <colin@colino.net>
18719         * src/addr_compl.c
18720                 Fix completion address too thin
18721         * src/compose.c
18722                 Fix tab-to-subject behaviour
18723         * src/summaryview.c
18724                 Implement key up & down in summaryview
18725
18726 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18727
18728         * sync 098claws
18729
18730 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18731         * configure.ac
18732           Makefile.am
18733           doc/.cvsignore
18734           doc/Makefile.am
18735                 faq, man, manual moved to doc/
18736         * ac/aspell.m4
18737           ac/check-type.m4
18738           ac/gnupg-check-typedef.m4
18739           ac/openssl.m4
18740           ac/spamassassin.m4
18741           ac/missing/gdk-pixbuf.m4
18742           ac/missing/gpgme.m4
18743           ac/missing/imlib.m4
18744                 fix automake warnings
18745
18746 2003-12-06 Colin Leroy <colin@colino.net>
18747         * src/summaryview.c
18748                 Fix quicksearch
18749
18750 2003-12-05 Colin Leroy <colin@colino.net>
18751         * src/summaryview.c
18752                 Fix going to next unread folder
18753
18754 2003-12-05 Colin Leroy <colin@colino.net>
18755         * src/crash.c
18756                 Fix gtk2 compilation
18757         * src/session.c
18758                 Remove iotag source handler at disconnection
18759         * src/socket.[ch] 
18760                 Remove source handler when closing socket 
18761                 (fixes another seg)
18762
18763 2003-12-04 Colin Leroy <colin@colino.net>
18764         * src/compose.c
18765           src/prefs_account.c
18766           src/prefs_common.c
18767                 Fix some dropdown menus
18768
18769 2003-12-04 Colin Leroy <colin@colino.net>
18770         * src/compose.c
18771                 Fix event handlers on header fields
18772         * src/common/socket.c
18773           src/common/session.c
18774                 Fix segfault with callback (SSL)
18775                 Fix end of session 
18776
18777 2003-10-06 Thorsten Maerz <torte@netztorte.de>
18778
18779         * Fix compile bug in src/compose.c
18780         * removed src/gtk/gtkstext.[ch]
18781
18782 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
18783
18784         * Convert character set and escape "text" attributes in toolbar setting
18785         files.
18786         * Fixed bug in button-press-event handling.
18787
18788 2003-09-16 Thorsten Maerz <torte@netztorte.de>
18789
18790         * Fixed bug in key-press-event handling.
18791
18792 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
18793
18794         * Enabled to compile tray-icon plugin (Ad-hoc).
18795         * Avoid hang up bug of icon list in mime view (Ad-hoc).
18796
18797 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
18798
18799         * Enabled to compile on sylpheed-claws.
18800         (tray-icon plugin still cannot compile yet.)
18801
18802 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
18803
18804         * Updated to 0.9.5.
18805
18806 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
18807
18808         * Updated to 0.9.4.
18809         * Ported monitoring SSL mechanism to GSource of GLib2
18810         (I don't confirm it)
18811         * Added _gtk2 suffix to key name of font preference to avoid
18812         ovverwriting preference of Gtk+-1.2 version.
18813
18814 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
18815
18816         * Updated to 0.9.2.
18817
18818 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
18819
18820         * Updated to 0.9.1.
18821         * Translate po files into UTF-8 when execute autogen.sh.
18822
18823 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
18824
18825         * Updated to 0.9.0.
18826
18827 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
18828
18829         * Plugged GError related memory leaks.
18830
18831 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
18832
18833         * Changed default size of fonts.
18834         * Enabled to set titile font size of warning dialog.
18835
18836 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
18837
18838         * Embed a sylpheed icon into executable binary on Windows.
18839
18840 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18841
18842         * I forgot to traslate character set of element string in src/xml.c.
18843
18844 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18845
18846         * Fixed detecting bind_textdomain_codeset in configure.in.
18847         * The bug in which "Example" of "Date fromat" preference isn't displayed
18848         correctly has been fixed.
18849
18850 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18851
18852         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18853           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18854           glib-gettextize
18855           Removed intl directory.
18856           Translated po files into UTF-8.
18857           (Thanks! Ryuji Abe)
18858
18859 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18860
18861         * The bug which doesn't unscape string in xml.c has been fixed.
18862
18863 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18864
18865         * The bug which is failed to translate encoding of file name thorough
18866         file dialog has been fixed.
18867
18868 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18869
18870         * Modified to translate file names which is used in inporting/expoting
18871         mbox feature and "Save as" feature into locale encoding.
18872         * Translate file names into locale encoding when "Attache file" and
18873         "Insert file".
18874         * Force set G_BROKEN_FILENAMES environment variable.
18875         * Other minor fixes.
18876
18877 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18878
18879         * Modified to treat MH folder's name as locale encoding.
18880
18881 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18882
18883         * The bug which clash on switching candidates of auto completion of
18884         addresses, cannot use auto completion in Japanesse is fixed
18885         (Thanks! Tokunaga-san)¡¥
18886
18887 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18888
18889         * The bug which cannot switch key accelerator preference has been fixed
18890         (Thanks! smbd-san)¡¥
18891
18892 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18893
18894         * version 0.8.11-gtk2-20030314
18895
18896 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18897
18898         * The bug in which character set conversion of filtering messages has
18899         been fixed.(Thanks! COCOA-san).
18900
18901 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18902
18903         * Revived "Leave space on head" preference in "Message" category.
18904         * A bug which clash when put the cursor to end of buffer and execute
18905         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18906
18907 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18908
18909         * version 0.8.11-gtk2-20030312
18910
18911 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18912
18913         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18914         * Modified to use Pango's API directly for font preference.
18915         * Integrated GtkTextView of textview to one widget.
18916         * Set fonts of header title in textview by "header_title" tag.
18917         * Removed some deprecated codes.
18918
18919 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18920
18921         * Updated to 0.8.11.
18922         * Merged cygwin patch(Thanks! Sakai-san).
18923
18924 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18925
18926         * version 0.8.10-gtk2-20030309