3ac65737efeed73fc06b059de272f37b9d7f2d35
[claws.git] / ChangeLog
1 2006-10-02 [colin]      2.5.2cvs34
2
3         * src/mh.c
4                 Time mh_write_sequences() - it's fast
5         * src/summaryview.c
6                 Init a variable to shut up gcc
7
8 2006-10-01 [colin]      2.5.2cvs33
9
10         * src/folder.c
11         * src/mh.c
12         * src/mh.h
13         * src/msgcache.c
14                 Add helper mh_set_mtime(), and set mtime to stat()'s result
15                 Add fsync but disable it, it's slow as hell
16
17 2006-10-01 [colin]      2.5.2cvs32
18
19         * src/mh.c
20         * src/msgcache.c
21                 fflush() caches and mh_sequences before
22                 fclose()ing
23
24 2006-10-01 [colin]      2.5.2cvs31
25
26         * src/msgcache.c
27                 Don't ftruncate when not using mmap
28
29 2006-09-30 [colin]      2.5.2cvs30
30
31         * src/main.c
32                 Write folder list *after* saving caches
33
34 2006-09-30 [colin]      2.5.2cvs29
35
36         * src/folder.c
37         * src/mh.c
38                 Debug forced mtime changes
39
40 2006-09-30 [colin]      2.5.2cvs28
41
42         * src/folder.c
43         * src/main.c
44                 Remove useless debug_print()s (code
45                 well-tested)
46
47 2006-09-30 [colin]      2.5.2cvs27
48
49         * src/mh.c
50                 Do stuff faster when writing mh_sequences
51
52 2006-09-30 [colin]      2.5.2cvs26
53
54         * src/mh.c
55                 Don't let the writing of .mh_sequences, which
56                 can change the folder's mtime, let us think
57                 we need to scan.
58
59 2006-09-30 [colin]      2.5.2cvs25
60
61         * src/folder.c
62                 Move a debug_print where it belongs 
63                 (processing)
64         * src/summaryview.c
65                 Don't mess with a huge slow subject
66                 table if we're not threading by
67                 subject
68
69 2006-09-30 [colin]      2.5.2cvs24
70
71         * src/msgcache.c
72                 Reenable mmaped reads (*not* writes!)
73         * src/procmsg.c
74                 Don't destroy and recreate hashtables just
75                 for fun
76         * src/common/utils.c
77                 Remove useless reply prefixes (it's case
78                 unsensitive)
79
80 2006-09-30 [wwp]        2.5.2cvs23
81
82         * tools/fix_date.sh
83                 Fixed a minor bug in date value extraction, added a switch
84                 to replace non RFC-compliant Date: value, added a switch
85                 to use strict RFC matching patterns for dates.
86
87 2006-09-29 [colin]      2.5.2cvs22
88
89         * src/matcher_parser.h
90         * src/matcher_parser_parse.y
91         * src/prefs_filtering.c
92         * src/statusbar.c
93         * src/summary_search.c
94         * src/summaryview.c
95         * src/gtk/quicksearch.c
96         * src/gtk/quicksearch.h
97                 Optimise searches by setting different
98                 refresh intervals (depending if the 
99                 search is fast or not)
100
101 2006-09-29 [colin]      2.5.2cvs21
102
103         * src/codeconv.c
104                 Optimise by reusing the last iconv converter
105                 if possible
106         * src/textview.c
107                 Optimise a bit (the foldable quotes feature
108                 still has an awful O(n^2) algo
109
110 2006-09-29 [colin]      2.5.2cvs20
111
112         * src/gtk/gtksctree.c
113         * src/gtk/gtksctree.h
114                 Optimise de-selection via up/down or
115                 another key
116
117 2006-09-28 [colin]      2.5.2cvs19
118
119         * src/action.c
120         * src/compose.c
121         * src/folderview.c
122         * src/mainwindow.c
123         * src/messageview.c
124         * src/summary_search.c
125         * src/toolbar.c
126                 Avoid using summaryview->ctree directly
127
128 2006-09-28 [colin]      2.5.2cvs18
129
130         * src/summaryview.c
131         * src/summaryview.h
132                 Add helpers to freeze/thaw/grab_focus
133                 Factorize calls to freeze/thaw/grab_focus
134                 
135
136 2006-09-28 [colin]      2.5.2cvs17
137
138         * src/main.c
139                 More guards for the session management
140
141 2006-09-28 [colin]      2.5.2cvs16
142
143         * src/folderview.c
144         * src/gtk/gtksctree.c
145         * src/gtk/gtksctree.h
146                 Make expanding not recursive in folderview
147
148 2006-09-28 [colin]      2.5.2cvs15
149
150         * src/addressbook.c
151                 If nothing is selected in the list (right part)
152                 and a group is selected in the tree (left part),
153                 mail this group.
154
155 2006-09-28 [colin]      2.5.2cvs14
156
157         * src/Makefile.am
158                 Actually use SM_LIBS
159
160 2006-09-28 [ticho]      2.5.2cvs13
161
162         * src/export.c
163         * src/messageview.c
164         * src/mimeview.c
165         * src/news.c
166         * src/pop.c
167         * src/prefs_themes.c
168         * src/procmsg.c
169                 Small i18n string optimization.
170         * src/send_message.c
171         * src/summaryview.c
172         * src/common/session.c
173         * src/common/smtp.c
174         * src/common/ssl_certificate.c
175         * src/common/utils.c
176                 Use "Couldn't" instead of "Can't" in UI messages,
177                 where appropriate.
178
179 2006-09-28 [colin]      2.5.2cvs12
180
181         * configure.ac
182                 Possibly fix link errors
183
184 2006-09-27 [wwp]        2.5.2cvs11
185
186         * src/gtk/authors.h
187         * doc/man/sylpheed-claws.1
188         * manual/ack.xml
189         * manual/es/ack.xml
190         * manual/fr/ack.xml
191         * manual/pl/ack.xml
192                 Updated authors info (me, myself and I).
193
194 2006-09-27 [colin]      2.5.2cvs10
195
196         * src/addressbook.c
197                 Remove useless printf
198
199 2006-09-27 [wwp]        2.5.2cvs9
200
201         * src/editgroup.c
202         * src/send_message.c
203         * src/inc.c
204         * src/prefs_common.c
205         * src/prefs_common.h
206         * src/gtk/progressdialog.c
207                 remember more windows' sizes (send dialog, received dialog,
208                 edit group in addressbook).
209
210 2006-09-27 [colin]      2.5.2cvs8
211
212         * configure.ac
213         * src/main.c
214         * src/mainwindow.h
215                 Use libSM to communicate with the session
216                 manager, so that we can know when the 
217                 session ends, save our caches, and draft
218                 our compose windows.
219
220 2006-09-27 [colin]      2.5.2cvs7
221
222         * src/addressbook.c
223                 Fix issues:
224                 o Allow Book and Group creation from the tree's
225                   contextual menu
226                 o Do not actually delete the contacts when 
227                   deleting groups from the tree (duh!)
228
229 2006-09-27 [colin]      2.5.2cvs6
230
231         * src/compose.c
232         * src/compose.h
233         * src/mainwindow.c
234         * src/textview.c
235         * src/toolbar.c
236                 o Allow passing an email address to 
237                   compose_new_with_folderitem
238                 o Update callers
239                 o Use current folderitem when clicking
240                   on a TextView mailto: link
241                 o Fix a possible leak in TextView
242
243 2006-09-27 [colin]      2.5.2cvs5
244
245         * src/html.c
246                 Use UTF-8 chars to replace HTML entities
247
248 2006-09-27 [colin]      2.5.2cvs4
249
250         * AUTHORS
251         * src/prefs_account.c
252         * src/gtk/authors.h
253                 Fix bug #1024 (Array index out of
254                 range in sylpheed-claws-2.5.2)
255                 Patch by Ales Nosek <anosek@suse.cz>
256
257 2006-09-27 [colin]      2.5.2cvs3
258
259         * src/addr_compl.c
260                 Actually do the test
261
262 2006-09-27 [colin]      2.5.2cvs2
263
264         * src/addr_compl.c
265         * src/addr_compl.h
266                 Allow completing with comma (in certain cases: vCalendar
267                 for example doesn't support that)
268                 Patch by Fabien Vantard
269
270 2006-09-26 [colin]      2.5.2cvs1
271
272         * src/Makefile.am
273         * src/addr_compl.c
274         * src/addr_compl.h
275         * src/addrbook.c
276         * src/addrbook.h
277         * src/addressbook.c
278         * src/addrindex.c
279         * src/addrindex.h
280         * src/compose.c
281         * src/prefs_common.c
282         * src/prefs_filtering_action.c
283         * src/prefs_folder_item.c
284         * src/prefs_template.c
285         * src/stock_pixmap.c
286         * src/stock_pixmap.h
287         * src/pixmaps/addr_one.xpm
288         * src/pixmaps/addr_two.xpm
289                 Add auto-completion on groups
290
291 2006-09-26 [colin]      2.5.2
292
293         * NEWS
294         * README
295         * RELEASE_NOTES
296                 2.5.2 released
297
298 2006-09-26 [colin]      2.5.1cvs5
299
300         * src/matcher.c
301                 Fix condition
302
303 2006-09-26 [colin]      2.5.1cvs4
304
305         * src/mbox.c
306                 Revert cvs1 (useless as the message is printed 
307                 every 500 mails)
308
309 2006-09-26 [colin]      2.5.1cvs3
310
311         * src/partial_download.c
312                 Fix crasher found by Alexsandar Urosevic
313
314 2006-09-26 [colin]      2.5.1cvs2
315
316         * src/summaryview.c
317                 Fix bug #1023 (Sylpheed deletes too much messages)
318
319 2006-09-26 [ticho]      2.5.1cvs1
320
321         * src/mbox.c
322                 Make use of gettext's multiple plurals for statusbar
323                 progress message.
324
325 2006-09-25 [paul]       2.5.1
326
327         * NEWS
328         * README
329         * RELEASE_NOTES
330                 2.5.1 released
331
332 2006-09-25 [colin]      2.5.0cvs3
333
334         * src/plugins/bogofilter/bogofilter.c
335         * src/plugins/clamav/clamav_plugin.c
336         * src/plugins/spamassassin/spamassassin.c
337                 BogoFilter, Spamassassin: Fix double hook registering after
338                 visiting preferences
339                 Spamassassin, Clamav: Just set the mails to move instead of
340                 doing the move - caller will move the things at once.
341
342 2006-09-25 [colin]      2.5.0cvs2
343
344         * src/imap.c
345         * src/etpan/imap-thread.c
346                 Use UID SEARCH ALL instead of UID 1:*
347                 (braindead servers can't figure out that's
348                 the same...)
349
350 2006-09-25 [wwp]        2.5.0cvs1
351
352         * src/message_search.c
353                 Added the ability to stop a running search (in message body).
354
355 2006-09-25 [paul]       2.5.0
356
357         * NEWS
358         * README
359         * RELEASE_NOTES
360                 2.5.0 released
361
362 2006-09-25 [paul]       2.4.0cvs214
363
364         * po/cs.po
365         * po/de.po
366         * po/fi.po
367         * po/fr.po
368         * po/nl.po
369         * po/pt_BR.po
370         * po/sk.po
371         * po/sr.po
372         * po/zh_CN.po
373                 updated by Tim, Stephan Sachse, Flammie Pirinen,
374                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
375                 Ticho, Aleksander Urosevic, Ralgh Young
376
377 2006-09-24 [mones]      2.4.0cvs213
378
379         * po/es.po
380                 Updated for release
381
382 2006-09-23 [colin]      2.4.0cvs212
383
384         * src/gtk/inputdialog.c
385                 Fix [ ] remember this appearing in normal
386                 input dialogs after it's been used by
387                 mimeview.
388         * src/folder.c
389         * src/folderview.c
390         * src/msgcache.c
391         * src/procmsg.c
392         * src/summaryview.c
393         * src/textview.c
394         * src/common/timing.h
395                 Enable timings in debug mode and make it
396                 look prettier.
397
398 2006-09-22 [colin]      2.4.0cvs211
399
400         * README
401                 Revert test change
402         * commitHelper
403                 ping the correct URI
404
405 2006-09-22 [colin]      2.4.0cvs210
406
407         * README
408                 Let's see if bug #1022 is fixed
409
410 2006-09-21 [colin]      2.4.0cvs209
411
412         * src/wizard.c
413         * src/common/plugin.c
414                 Prepare infra to load predefined plugins when
415                 no configuration existed. Don't actually load
416                 anything yet (feat. freeze)
417
418 2006-09-21 [wwp]        2.4.0cvs208
419
420         * manual/fr/faq.xml
421                 Partial sync w/ 2.4.0cvs72:
422                 wrap file and minor updates.
423
424 2006-09-21 [wwp]        2.4.0cvs207
425
426         * tools/fix_date.sh
427                 several fixes and enhancements. A new --force switch has been
428                 added to prevent overriding by default Date: header when
429                 already existing.
430
431 2006-09-21 [paul]       2.4.0cvs206
432
433         * src/common/utils.c
434                 add Chinese UTF8 Re prefix
435
436 2006-09-21 [wwp]        2.4.0cvs205
437
438         * tools/Makefile.am
439                 Fics alfabettical order.
440
441 2006-09-21 [wwp]        2.4.0cvs204
442
443         * tools/fix_date.sh
444         * tools/Makefile.am
445                 Added an action tool to fix missing Date field in emails.
446                 Updated Makefile.am to reflect those last two additions.
447
448 2006-09-21 [wwp]        2.4.0cvs203
449
450         * tools/uuooffice
451                 Added a action tool to open uuencoded docs w/
452                 OpenOffice (based on uudec method).
453
454 2006-09-21 [colin]      2.4.0cvs202
455
456         * src/compose.c
457         * src/textview.c
458                 Workaround possible GTK crash: remove selection 
459                 clipboard before destroying widget, or GTK+-2.10
460                 dies. Thanks to Hiro.
461
462 2006-09-20 [colin]      2.4.0cvs201
463
464         * src/compose.c
465                 Fix free-after-use in some cases (when 
466                 procmime_encode_content() frees mimeinfo->data.mem
467                 and turns it to a temp file)
468
469 2006-09-20 [colin]      2.4.0cvs200
470
471         * src/folderview.c
472         * src/summaryview.c
473         * src/gtk/gtksctree.c
474         * src/gtk/gtksctree.h
475                 Add tooltips in the folderview and summaryview
476                 (Doesn't break string freeze as they already
477                 exist)
478         * src/toolbar.c
479                 Put the spam button in the default configuration
480                 if compiled with bogo plugin too
481
482 2006-09-19 [colin]      2.4.0cvs199
483
484         * src/summaryview.c
485         * src/summaryview.h
486                 Update folder name label on folder rename
487         * src/prefs_matcher.c
488         * src/gtk/logwindow.h
489                 Fix warnings
490                 Patches by Fabien
491
492 2006-09-19 [wwp]        2.4.0cvs198
493
494         * src/summary_search.c
495                 fix can't click forward/backward buttons in the
496                 search messages.
497
498 2006-09-18 [paul]       2.4.0cvs197
499
500         * src/wizard.c
501                 add missing bracket, capitalise the A of
502                 'SpamAssassin'
503
504 2006-09-18 [paul]       2.4.0cvs196
505
506         * src/compose.c
507                 fix bug 1012 'crashed upon sending mail
508                 from compose window'
509                 Thanks to Colin
510
511 2006-09-16 [colin]      2.4.0cvs195
512
513         * src/folderview.c
514                 Fix "real-time" sorting by freezing/thawing
515
516 2006-09-16 [colin]      2.4.0cvs194
517
518         * manual/faq.xml
519                 Fix the anti-spam entry a bit
520
521 2006-09-16 [colin]      2.4.0cvs193
522
523         * src/wizard.c
524                 Make sure reviewers have no excuse when stating
525                 Sylpheed-Claws doesn't have antispam capabilities.
526
527 2006-09-16 [colin]      2.4.0cvs192
528
529         * src/main.c
530                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
531                 as if the SIGPIPE comes from etpan's thread we could
532                 trigger a GUI update from this thread.
533
534 2006-09-16 [colin]      2.4.0cvs191
535
536         * src/summaryview.c
537                 Init all members of the struct
538
539 2006-09-16 [paul]       2.4.0cvs190
540
541         * src/account.c
542                 improvements to the English
543
544 2006-09-15 [colin]      2.4.0cvs189
545
546         * src/summaryview.c
547                 HIG order on dialog
548
549 2006-09-14 [colin]      2.4.0cvs188
550
551         * src/common/socket.c
552         * src/common/socket.h
553         * src/common/ssl.c
554         * src/common/ssl_certificate.c
555         * src/common/ssl_certificate.h
556         * src/etpan/imap-thread.c
557                 the get_fqdn() call done to get canonical name when
558                 checking an SSL certificate is blocking, which is
559                 sad as we just did a non-blocking lookup to connect.
560                 Fix that by letting the fqdn available to the SockInfo,
561                 and use that in ssl_certificate_check(). For IMAP,
562                 we don't do it as the lookup's done by libetpan, but
563                 it's less annoying as IMAP connections as much more
564                 rare than POP3 connections.
565
566 2006-09-14 [paul]       2.4.0cvs187
567
568         * manual/advanced.xml
569                 improvements to the English,
570                 properly place the new hidden options
571                 within the alphabetical order
572         * src/gtk/pluginwindow.c
573                 improvements to the English
574
575 2006-09-14 [colin]      2.4.0cvs186
576
577         * src/prefs_common.c
578         * src/prefs_common.h
579         * src/gtk/gtksctree.c
580         * manual/advanced.xml
581                 New hidden pref, stripes_color_offset, to change
582                 the value added/substracted to normal bgcolor to
583                 create the stripes in summaries
584
585 2006-09-13 [colin]      2.4.0cvs185
586
587         * src/gedit-print.c
588         * src/messageview.c
589         * src/messageview.h
590         * src/summaryview.c
591         * src/textview.c
592                 Fix misc. printing issues: 
593                 - Bad font for linkified headers
594                 - Different font if the mail was displayed or not
595                 - Factorize the thing
596
597 2006-09-13 [colin]      2.4.0cvs184
598
599         * src/common/ssl_certificate.c
600                 Only get FQDN once when checking certificate
601
602 2006-09-13 [colin]      2.4.0cvs183
603
604         * src/account.c
605         * src/gtk/pluginwindow.c
606                 Misc. GUI fixes by Fabien
607
608 2006-09-13 [wwp]        2.4.0cvs182
609
610         * configure.ac
611         * src/common/utils.h
612         * src/common/utils.c
613                 get rid of unused wide-char functions.
614
615 2006-09-13 [wwp]        2.4.0cvs181
616
617         * src/plugins/pgpinline/sylpheed.def
618         * src/textview.c
619                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
620                 add privacy_reset_error to the .def file,
621                 do not fork for an external textviewer.
622
623 2006-09-13 [wwp]        2.4.0cvs180
624
625         * src/prefs_common.c
626                 fix broken font entry in prefs (patch issued by the gpg4win team,
627                 probably by Marcus Brinkmann <marcus@g10code.de>).
628
629 2006-09-13 [colin]      2.4.0cvs179
630
631         * src/folder.h
632                 Fix a warning in summaryview.c
633         * src/mainwindow.c
634         * src/summaryview.c
635         * src/summaryview.h
636                 Add missing Mark/* elements in the
637                 main menu
638
639 2006-09-12 [colin]      2.4.0cvs178
640
641         * src/prefs_actions.c
642         * src/prefs_filtering_action.c
643         * src/prefs_matcher.c
644                 Use (New) instead of New everywhere
645
646 2006-09-12 [wwp]        2.4.0cvs177
647
648         * manual/fr/addrbook.xml
649         * manual/fr/handling.xml
650                 updated some quotes in the fr manual to match the fr translation.
651
652 2006-09-12 [wwp]        2.4.0cvs176
653
654         * src/prefs_matcher.c
655                 don't store translated string elements in matcher expressions.
656                 Also fixed a misused of Q_().
657
658 2006-09-11 [wwp]        2.4.0cvs175
659
660         * src/plugins//bogofilter/bogofilter.c
661         * src/plugins//clamav/clamav_plugin.c
662         * src/plugins//demo/demo.c
663         * src/plugins//dillo_viewer/dillo_viewer.c
664         * src/plugins//pgpcore/plugin.c
665         * src/plugins//pgpinline/plugin.c
666         * src/plugins//pgpmime/plugin.c
667         * src/plugins//spamassassin/spamassassin.c
668                 gettext-ize more strings (mostly plugin error messages).
669
670 2006-09-11 [colin]      2.4.0cvs174
671
672         * src/alertpanel.c
673                 Make maximum buffer size bigger to avoid
674                 truncating translated messages. Patch by
675                 Fabien
676
677 2006-09-11 [colin]      2.4.0cvs173
678
679         * src/etpan/imap-thread.c
680                 Fix compilation on OpenBSD, thanks to 
681                 Landry
682
683 2006-09-10 [wwp]        2.4.0cvs172
684
685         * manual/account.xml
686         * manual/addrbook.xml
687         * manual/handling.xml
688         * manual/es/handling.xml
689         * manual/fr/account.xml
690         * manual/fr/addrbook.xml
691         * manual/fr/handling.xml
692                 documented addressbook matching (condition configuration):
693                   addrbook.xml, en fr
694                 documented per-account filtering rules (handling/filtering
695                   section, account section):
696                   account.xml, handling.xml, en fr
697                 slightly updated the handling/searching section to tell few
698                   words about the extended search ability:
699                   handling.xml, en fr
700                 added missing <quote></quotes> to Quick Search:
701                   handling.xml, en fr es
702                 fixed a typo (auomatically):
703                   handling.xml, en
704                 changes revisited by Paul.
705
706 2006-09-10 [paul]       2.4.0cvs171
707
708         * src/prefs_actions.c
709         * src/prefs_filtering.c
710         * src/prefs_template.c
711                 adjustments to the gui
712                 Patch by Fabien Vantard (slightly modified)
713
714 2006-09-10 [colin]      2.4.0cvs170
715
716         * src/summaryview.c
717                 Check folderitem/summaryview consistency
718                 (basically automates Update summary). Fixes
719                 #1011 (wrong (negative) count on unread 
720                 messages)
721
722 2006-09-10 [colin]      2.4.0cvs169
723
724         * src/gtk/gtksctree.c
725                 Fix recursive expansion via mouse
726         * src/plugins/bogofilter/bogofilter.c
727                 Use normal filtering way of moving
728                 messages (batching), possibly fixing
729                 bug #1015 (Bogofilter plugin doubles 
730                 new messages)
731
732 2006-09-09 [wwp]        2.4.0cvs168
733
734         * src/prefs_filtering.c
735                 better place for this fix.
736
737 2006-09-09 [wwp]        2.4.0cvs167
738
739         * src/prefs_filtering.c
740                 fix a minor bug when the enabled status of a filtering/processing
741                 rule always got set to TRUE when replacing this rule. That still
742                 make sense when adding a new rule, but now when replacing, we
743                 don't override the value of 'enabled'.
744                 Also renamed the func prefs_filtering_list_view_get_rule_name()
745                 to prefs_filtering_list_view_get_info() as this function not only
746                 returns the name, but also the account_id and the enabled status.
747
748 2006-09-09 [mones]      2.4.0cvs166
749
750         * manual/glossary.xml
751         * manual/plugins.xml
752                 Minor format corrections
753         * manual/gpl.xml
754                 Fix misplaced NO WARRANTY section
755         * manual/es/advanced.xml
756         * manual/es/faq.xml
757         * manual/es/glossary.xml
758         * manual/es/gpl.xml
759         * manual/es/handling.xml
760         * manual/es/plugins.xml
761         * manual/es/starting.xml
762                 Incorporate changes from English version
763         * manual/fr/ack.xml
764         * manual/pl/ack.xml
765         * manual/es/ack.xml
766                 Fix address, (add translation credits in es version)
767         * po/es.po
768                 Updated translation
769
770 2006-09-09 [wwp]        2.4.0cvs165
771
772         * src/prefs_filtering.c
773                 fix a crash when opening filtering prefs, if matcherrc file contains
774                 broken data (non-existing account id, which is theoretically not
775                 possible).
776
777 2006-09-08 [colin]      2.4.0cvs164
778
779         * src/folder.c
780                 Wrong assert, make it an if()
781         * src/gtk/gtksctree.c
782                 Fix bug #1013 (expand selected thread 
783                 tree) - expanding is now recursive
784
785 2006-09-07 [wwp]        2.4.0cvs163
786
787         * src/prefs_matcher.c
788                 make better sentences about addressbook matching in the
789                 matcher prefs. This should make translators' work easier
790                 too.
791
792 2006-09-07 [wwp]        2.4.0cvs162
793
794         * src/prefs_filtering.c
795                 code simplification (get rid of dup var. assignment).
796
797 2006-09-07 [wwp]        2.4.0cvs161
798
799         * src/summaryview.c
800                 use GTK_STOCK icons when possible, patch by Fabien Vantard
801                 <fzzzzz@gmail.com>.
802
803 2006-09-07 [paul]       2.4.0cvs160
804
805         * src/mimeview.c
806                 fix compilation warnings
807                 Thanks to Colin
808
809 2006-09-07 [paul]       2.4.0cvs159
810
811         * src/mimeview.c
812                 select the mimepart icon when
813                 displaying as text
814                 Thanks to Colin
815
816 2006-09-06 [paul]       2.4.0cvs158
817
818         * src/prefs_filtering.c
819                 fix labels and table element spacing
820                 Patch by Fabien Vantard
821
822 2006-09-06 [paul]
823
824         2.5.0-rc3 released
825
826 2006-09-06 [paul]       2.4.0cvs157
827
828         * manual/es/advanced.xml
829                 fix typo
830
831 2006-09-06 [wwp]        2.4.0cvs156
832
833         * src/mainwindow.c
834                 fix an dup launch issue when iconified, thanks to Colin.
835
836 2006-09-06 [wwp]        2.4.0cvs155
837
838         * src/gtk//gtksctree.h
839                 oops, forgot that one!
840
841 2006-09-06 [wwp]        2.4.0cvs154
842
843         * manual/pl/advanced.xml
844         * manual/advanced.xml
845         * manual/es/advanced.xml
846         * manual/fr/advanced.xml
847         * src/prefs_customheader.c
848         * src/prefs_filtering_action.c
849         * src/foldersel.c
850         * src/prefs_summaries.c
851         * src/prefs_filtering.c
852         * src/account.c
853         * src/compose.c
854         * src/prefs_summary_column.c
855         * src/addr_compl.c
856         * src/prefs_actions.c
857         * src/prefs_folder_column.c
858         * src/ssl_manager.c
859         * src/prefs_template.c
860         * src/prefs_display_header.c
861         * src/prefs_common.h
862         * src/prefs_matcher.c
863         * src/prefs_common.c
864         * src/prefs_toolbar.c
865         * src/summaryview.c
866         * src/folderview.c
867         * src/gtk/gtksctree.c
868         * src/gtk/pluginwindow.c
869         * src/gtk/progressdialog.c
870         * src/gtk/prefswindow.c
871                 renamed hidden option enable_rules_hint to use_stripes_everywhere
872                 to make its meaning more obvious (all versions of the manual reflect
873                 the change).
874                 added an extra hidden option use_stripes_in_summary to allow
875                 discarding these stripes in mainwindow's folder and message lists;
876                 en and fr manuals only are OK towards this.
877
878 2006-09-06 [colin]      2.4.0cvs153
879
880         * src/textview.c
881                 Hide Sylpheed-Claws' internal queue headers
882                 when showing all headers. They'll be present
883                 only in Source window.
884
885 2006-09-05 [colin]      2.4.0cvs152
886
887         * src/plugins/trayicon/trayicon.c
888                 Fix crash at exit - we have to disconnect
889                 our handlers
890         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
891                 Update eggtrayicon - patch adapted from a
892                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
893                 on Sylpheed's ML
894
895 2006-09-05 [colin]      2.4.0cvs151
896
897         * src/mainwindow.c
898         * src/gtk/logwindow.c
899                 Fix race condition when something writes
900                 to the log too soon during init. Thanks
901                 to Fabien Vantard
902
903 2006-09-05 [colin]      2.4.0cvs150
904
905         * src/mimeview.c
906                 Don't select part on right-click either
907
908 2006-09-05 [paul]       2.4.0cvs149
909
910         * src/mimeview.c
911                 completion of previous commit
912                 Thanks to Colin
913
914 2006-09-05 [colin]      2.4.0cvs148
915
916         * src/mimeview.c
917                 Don't force selection on middle-click, just open
918
919 2006-09-04 [colin]      2.4.0cvs147
920
921         * src/mimeview.c
922                 Looks like gtk_notebook_set_current_page()
923                 sometimes steals focus, and this annoys us
924                 in MimeViewers as it renders navigation
925                 keys useless. Take back focus after switching
926                 pages.
927
928 2006-09-04 [colin]      2.4.0cvs146
929
930         * src/messageview.c
931                 Set stop_loading when clicking on Next
932                 during load. Don't add a callback to 
933                 avoid over-complicating things.
934
935 2006-09-04 [colin]      2.4.0cvs145
936
937         * src/mimeview.c
938         * src/messageview.c
939                 Fix multiple loads in separate messageview
940
941 2006-09-04 [colin]      2.4.0cvs144
942
943         * src/summaryview.c
944                 Let navigation keys be handled during 
945                 load
946
947 2006-09-04 [colin]      2.4.0cvs143
948
949         * src/messageview.c
950         * src/summaryview.c
951         * src/textview.c
952         * src/textview.h
953                 Make loading of huge mails (lots of text and/or
954                 images) cancellable, so the GUI doesn't block 
955
956 2006-09-04 [colin]      2.4.0cvs142
957
958         * src/plugins/trayicon/trayicon.c
959                 Fix annoyance when removing a folder with 
960                 unread mails: trayicon didn't update
961
962 2006-09-04 [paul]       2.4.0cvs141
963
964         * src/gtk/icon_legend.c
965                 straighten up columns
966                 Patch by Fabien Vantard
967
968 2006-09-04 [wwp]        2.4.0cvs140
969
970         * src/prefs_filtering.c
971                 fix new line's account name in filtering prefs:
972                 was "All", is now "(New)".
973
974 2006-09-04 [paul]       2.4.0cvs139
975
976         * tools/make.themes.project
977                 use "AUTOMAKE_OPTIONS = dist-bzip2"
978                 instead of homebrewed "make release"
979
980 2006-09-03 [colin]      2.4.0cvs138
981
982         * src/folderview.c
983                 Fix bug #1007 (Wrong folder highlighted)
984
985 2006-09-03 [colin]      2.4.0cvs137
986
987         * src/compose.c
988                 Don't set Newsgroup: header to a mail folder
989                 path
990
991 2006-09-03 [paul]       2.4.0cvs136
992
993         * src/prefs_other.c
994         * src/prefs_spelling.c
995                 unify the gui
996
997 2006-09-03 [paul]       2.4.0cvs135
998
999         * src/prefs_summaries.c
1000                 correct menu item text in prefs_keybind_apply_clicked()
1001
1002 2006-09-03 [paul]       2.4.0cvs134
1003
1004         * manual/advanced.xml
1005                 some improvements to the descriptions
1006         * src/mainwindow.c
1007         * src/messageview.c
1008         * src/summaryview.c
1009         * src/gtk/menu.c
1010                 fix menu sensitivity issues
1011         * src/prefs_message.c
1012                 drop the useless word 'short'
1013         * src/prefs_other.c
1014                 add the word 'lines' indicating log length
1015                 is a measure of lines
1016         * src/textview.c
1017                 fix compilation warnings
1018
1019 2006-09-02 [colin]      2.4.0cvs133
1020
1021         * src/messageview.c
1022                 Display a special return-receipt message
1023                 if the message is from the user
1024         * src/summaryview.c
1025                 Fix missing freeze of the list when marking
1026                 all read and unthreading for exec. Thanks
1027                 to Stephan Sachse.
1028
1029 2006-09-02 [paul]       2.4.0cvs132
1030
1031         * src/mainwindow.c
1032         * src/prefs_message.c
1033         * src/summaryview.c
1034                 fix some english
1035
1036 2006-09-02 [wwp]        2.4.0cvs131
1037
1038         * src/prefs_filtering.c
1039                 added an account name column to the filtering rules
1040                 dialog.
1041
1042 2006-09-02 [colin]      2.4.0cvs130
1043
1044         * src/gtk/logwindow.c
1045         * src/gtk/logwindow.h
1046                 Block scrolling if we're not at the end
1047                 of the log
1048
1049 2006-09-02 [colin]      2.4.0cvs129
1050
1051         * src/folder.c
1052                 Make sure account-specific rules can't
1053                 be used in {pre-,post-,}processing
1054         * src/mainwindow.c
1055         * src/gtk/logwindow.c
1056         * src/gtk/logwindow.h
1057                 Jump to last error when clicking on the
1058                 warning icon
1059
1060 2006-09-02 [colin]      2.4.0cvs128
1061
1062         * src/imap.c
1063         * src/import.c
1064         * src/mainwindow.c
1065         * src/mainwindow.h
1066                 Fix warning icon
1067         * src/inc.c
1068         * src/mbox.c
1069         * src/mbox.h
1070                 Let proc_mbox know its account, for
1071                 account-specific rules
1072
1073 2006-09-01 [colin]      2.4.0cvs127
1074
1075         * src/codeconv.c
1076                 Don't uselessly use iconv to convert from
1077                 us-ascii
1078         * src/alertpanel.c
1079         * src/mainwindow.c
1080         * src/mainwindow.h
1081         * src/inc.c
1082                 Fix certain log cases, disable warning icon
1083                 for now, the correct way to display it when
1084                 necessary and only when necessary is probably
1085                 to do it manually rather than use error logs
1086         * src/etpan/imap-thread.c
1087                 Clean up UID logging a bit
1088         * src/gtk/logwindow.c
1089         * src/gtk/logwindow.h
1090                 Make logging faster when the window's closed
1091
1092 2006-09-01 [wwp]        2.4.0cvs126
1093
1094         * manual/fr/account.xml
1095                 reflect changes to the ref. manual (parts of cvs72):
1096                 fix tabnames and quotes.
1097
1098 2006-09-01 [wwp]        2.4.0cvs125
1099
1100         * manual/fr/plugins.xml
1101                 reflect changes to the reference manual (cvs42):
1102                 update IRC channel info.
1103
1104 2006-09-01 [wwp]        2.4.0cvs124
1105
1106         * commitHelper
1107                 use CVSEDITOR env. var. if set, according to `man cvs`.
1108
1109 2006-09-01 [wwp]        2.4.0cvs123
1110
1111         * manual/advanced.xml
1112                 better sentence again (thanks to Paul).
1113
1114 2006-09-01 [wwp]        2.4.0cvs122
1115
1116         * manual/advanced.xml
1117         fix definition of toolbar_detachable and rework a bit the one of
1118         enable_dotted_lines.
1119
1120 2006-09-01 [mones]      2.4.0cvs121
1121
1122         * manual/advanced.xml
1123                 Document enable_dotted_lines
1124
1125 2006-09-01 [paul]       2.4.0cvs120
1126
1127         * src/folderview.c
1128         * src/folderview.h
1129         * src/imap.c
1130         * src/mainwindow.c
1131         * src/summaryview.c
1132                 obey the 'When entering folder...' option
1133                 when using the /View/Go to/... menu items
1134                 Thanks to Colin
1135
1136 2006-08-31 [colin]      2.4.0cvs119
1137
1138         * src/folderview.c
1139                 Revert 2.4.0cvs116, wrong fix.
1140
1141 2006-08-31 [colin]      2.4.0cvs118
1142
1143         * src/gtk/gtksctree.c
1144                 Better state the various copyrights
1145
1146 2006-08-31 [colin]      2.4.0cvs117
1147
1148         * src/prefs_common.c
1149                 fix enable_dotted_lines
1150
1151 2006-08-31 [colin]      2.4.0cvs116
1152
1153         * src/folderview.c
1154                 Use pref "Always open on select" when going
1155                 to next unread folder
1156         * src/gtk/gtksctree.c
1157                 Fix link failure to _gtk_clist_create_cell_layout
1158                 on certain computers. (Why not mine, I wonder)
1159
1160 2006-08-31 [colin]      2.4.0cvs115
1161
1162         * src/procmsg.c
1163         * src/textview.c
1164         * src/plugins/bogofilter/bogofilter.c
1165         * src/plugins/spamassassin/spamassassin.c
1166                 Requalify some "errors" to warnings
1167         * src/mainwindow.c
1168         * src/mainwindow.h
1169         * src/statusbar.c
1170                 Add an icon in the statusbar to notify
1171                 of errors
1172         * src/gtk/gtksctree.c
1173         * src/folderview.c
1174         * src/summaryview.c
1175                 Make the GtkSCTree look more modern by
1176                 alternating background lines
1177         * src/prefs_common.c
1178         * src/prefs_common.h
1179                 Add a pref to let people have the old
1180                 way if they prefer
1181
1182
1183 2006-08-30 [colin]      2.4.0cvs114
1184
1185         * src/procmsg.c
1186         * src/procmsg.h
1187                 Provide a way to filter a list of
1188                 messages in an optimised manner, and
1189                 add a list-filtering hook
1190         * src/folder.c
1191         * src/inc.c
1192         * src/mbox.c
1193                 Use the list filtering
1194         * src/plugins/bogofilter/bogofilter.c
1195                 Use the list-filtering hook
1196                 Use -b (bulk) mode for more speed
1197                 when learning and filtering
1198         * src/etpan/imap-thread.c
1199                 Make log output shorter in UID SEARCH
1200
1201
1202 2006-08-30 [colin]      2.4.0cvs113
1203
1204         * src/plugins/bogofilter/bogofilter.c
1205                 Really fast mass learning - thanks to David
1206                 Relson for the options explanations :)
1207
1208 2006-08-30 [colin]      2.4.0cvs112
1209
1210         * src/msgcache.c
1211                 Fix compilation on FreeBSD. Thanks
1212                 to Michael Hugues
1213
1214 2006-08-29 [colin]      2.4.0cvs111
1215
1216         * src/folderview.c
1217                 Handle "popup_menu" signal (for popping the 
1218                 menu via the keyboard)
1219         * src/mimeview.c
1220         * src/mimeview.h
1221         * src/summaryview.c
1222         * src/textview.c
1223         * src/gtk/gtkutils.c
1224         * src/gtk/gtkutils.h
1225                 Factorize scrolling code, and add an API 
1226                 for MimeViewers to handle scroll orders
1227
1228 2006-08-29 [wwp]        2.4.0cvs110
1229
1230         * src/plugins//bogofilter/bogofilter.c
1231         * src/plugins//spamassassin/spamassassin.c
1232                 make the bogofilter/spamassassin filtering error dialogs at
1233         incorporation obey to the "don't popup error dialog on
1234         receive error" option. If disabled, feed the log window w/
1235         the error message.
1236
1237 2006-08-29 [paul]
1238
1239         2.5.0-rc2 released
1240
1241 2006-08-29 [paul]       2.4.0cvs109
1242
1243         * Makefile.am
1244                 remove 'make release', it's not needed
1245                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1246
1247 2006-08-29 [paul]       2.4.0cvs108
1248
1249         * src/foldersel.c
1250         * src/summary_search.c
1251         * src/gtk/progressdialog.c
1252         * src/plugins/pgpcore/passphrase.c
1253                 replace deprecated gtk_window_set_policy()
1254
1255 2006-08-29 [colin]      2.4.0cvs107
1256
1257         * src/folder.c
1258                 Fix data loss when copy fails during a move:
1259                 only use fast remove_msgs if everything was
1260                 copied OK; else use slow remove_msg on the
1261                 mails that got copied only.
1262
1263 2006-08-28 [paul]       2.4.0cvs106
1264
1265         * src/mh.c
1266                 revert change in 2.4.0cvs104, it breaks
1267                 stuff
1268
1269 2006-08-28 [paul]       2.4.0cvs105
1270
1271         * src/plugins/spamassassin/spamassassin.c
1272                 english fix
1273
1274 2006-08-28 [paul]       2.4.0cvs104
1275
1276         * src/mh.c
1277                 fix data loss when moving to another
1278                 mailbox fails
1279         * src/prefs_spelling.c
1280                 improve the english
1281         * src/gtk/pluginwindow.c
1282                 improve the layout of the dialog text
1283         All thanks to Colin
1284
1285 2006-08-28 [paul]       2.4.0cvs103
1286
1287         * src/plugins/bogofilter/bogofilter.c
1288         * src/plugins/bogofilter/bogofilter_gtk.c
1289                 fix english up a bit, innit
1290
1291 2006-08-28 [paul]       2.4.0cvs102
1292
1293         * configure.ac
1294         * po/Makefile.in.in
1295         * po/Makevars
1296                 require autoconf 2.60, enabling building
1297                 with gettext 0.15 (gettext 0.14.x build still
1298                 possible). Replace Makefiles with versions
1299                 from gettext 0.15.
1300                 Remove configure options --with-localedir and
1301                 --with-mandir. The options that are provided
1302                 directly by autoconf 2.60 can be used instead:
1303                 --mandir --localedir
1304
1305 2006-08-27 [colin]      2.4.0cvs101
1306
1307         * src/plugins/bogofilter/Makefile.am
1308                 Fix make dist (no README)
1309
1310 2006-08-27 [colin]      2.4.0cvs100
1311
1312         * src/folder.c
1313                 Don't use F_UNKNOWN folders for any default
1314                 outbox/trash/etc
1315         * src/plugins/bogofilter/bogofilter.c
1316         * src/plugins/bogofilter/bogofilter.h
1317         * src/plugins/bogofilter/bogofilter_gtk.c
1318                 Add an option to specify the path to bogofilter
1319                 Use single-quotes to be able to learn in folders
1320                 with spaces in their names
1321                 Verify learning status
1322
1323 2006-08-27 [colin]      2.4.0cvs99
1324
1325         * manual/faq.xml
1326         * manual/plugins.xml
1327                 Document Bogofilter plugin
1328
1329 2006-08-27 [colin]      2.4.0cvs98
1330
1331         * src/compose.c
1332         * src/messageview.c
1333         * src/procmsg.c
1334         * src/procmsg.h
1335                 When possible, copy the queued mail to sent folder
1336                 instead of re-adding. Much faster on IMAP.
1337
1338 2006-08-27 [colin]      2.4.0cvs97
1339
1340         * src/msgcache.c
1341                 Disable mmaped caches - huge metadata loss
1342                 here after a power failure.
1343         * src/summaryview.c
1344                 Add quicksearch timing
1345         * src/common/plugin.c
1346         * src/common/plugin.h
1347                 Implement an interface to tell what plugins
1348                 provide. Prevent loading of similar plugins.
1349         * src/plugins/clamav/clamav_plugin.c
1350         * src/plugins/demo/demo.c
1351         * src/plugins/dillo_viewer/dillo_viewer.c
1352         * src/plugins/pgpcore/plugin.c
1353         * src/plugins/pgpinline/pgpinline.c
1354         * src/plugins/pgpmime/pgpmime.c
1355         * src/plugins/spamassassin/spamassassin.c
1356         * src/plugins/trayicon/trayicon.c
1357                 Implement plugin_provides()
1358
1359 2006-08-27 [colin]      2.4.0cvs96
1360
1361         * configure.ac
1362         * src/plugins/Makefile.am
1363         * src/plugins/bogofilter/.cvsignore
1364         * src/plugins/bogofilter/Makefile.am
1365         * src/plugins/bogofilter/bogofilter.c
1366         * src/plugins/bogofilter/bogofilter.h
1367         * src/plugins/bogofilter/bogofilter_gtk.c
1368                 New Bogofilter plugin, provides filtering and
1369                 learning. Spamassassin will go to extra plugins.
1370
1371 2006-08-26 [mones]      2.4.0cvs95
1372
1373         * manual/handling.xml
1374                 Fix subfolder path in the example (thanks to Paul) 
1375
1376 2006-08-26 [mones]      2.4.0cvs94
1377
1378         * manual/glossary.xml
1379                 2.2. + add ISP to the glossary
1380                 7.5. + Add UIDL to glossary
1381                 7.7. + Add TCP to glossary
1382         * manual/handling.xml
1383                 7.1. + Mentions GNU/Linux distribution, what about the non...
1384                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1385                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1386                 7.4. = Use appropriate quotation for commands
1387                 7.6. = change "" to <quote></quote>
1388         * manual/plugins.xml
1389                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1390         * manual/starting.xml
1391                 2.1. + local mbox file: some examples of mbox file locations...
1392                 Also reformatted files requiring it
1393
1394 2006-08-26 [wwp]        2.4.0cvs93
1395
1396         * src/summary_search.c
1397                 disable find buttons while summary search is running.
1398
1399 2006-08-25 [colin]      2.4.0cvs92
1400
1401         * src/folder.c
1402         * src/folderutils.c
1403         * src/mh.c
1404         * src/procmsg.h
1405         * src/summaryview.c
1406                 Speed up MH moving, and add progressbar
1407                 for MH deletion
1408         * src/msgcache.c
1409                 Write cache files using mmap() too
1410
1411 2006-08-25 [wwp]        2.4.0cvs91
1412
1413         * src/summaryview.c
1414                 switch spam<->ham button when a message has been marked as spam or ham
1415                 and is still selected. Thanks to Colin.
1416
1417 2006-08-25 [paul]       2.4.0cvs90
1418
1419         * src/Makefile.am
1420         * src/stock_pixmap.c
1421         * src/stock_pixmap.h
1422         * src/summaryview.c
1423         * src/gtk/icon_legend.c
1424         * src/pixmaps/copied.xpm
1425         * src/pixmaps/moved.xpm
1426                 add icons for delayed execution marked for
1427                 copying, marked for moving
1428
1429 2006-08-25 [mones]      2.4.0cvs89
1430
1431         * manual/glossary.xml
1432                 Fix the other glossary items:
1433                 5.1. = Inmmediate execution -> <quote>immediate execution...
1434                 5.2. = Fix MBOX capitalization -> Mbox
1435                 5.3. + Improve Plugins def. w/ tech. ref.
1436                 5.4. = Quotation -> replace '>' by <quote>></quote>
1437                 5.5. - SMTP Server. -> remove dot
1438         * po/es.po
1439                 Updated translation
1440
1441 2006-08-25 [mones]      2.4.0cvs88
1442
1443         * manual/ack.xml
1444                 Reformatted, changed email address
1445         * manual/glossary.xml
1446                 Reformatted, fixed MANUAL-TODO items:
1447                 8.2. + add ROT-13 to glossary
1448                 8.4. + add URL to glossary
1449         * manual/es/advanced.xml
1450                 Fixed <literal>s
1451
1452 2006-08-25 [paul]       2.4.0cvs87
1453
1454         * src/gtk/icon_legend.c
1455                 add 'marked for deletion' icon
1456                 arrange icons by containing column
1457                 wrap long label text
1458
1459 2006-08-25 [colin]      2.4.0cvs86
1460
1461         * src/common/utils.c
1462         * src/common/utils.h
1463                 Add the sc_g_*list_bigger functions in
1464                 a place everyone can use it
1465         * src/summaryview.c
1466                 Only freeze/thaw the list when working
1467                 on the selection, if it's bigger than 1
1468         * src/gtk/gtksctree.c
1469                 Only freeze/thaw the list when unselec-
1470                 ting 'all' if ('all' != 1)
1471                 This avoids some flickering
1472
1473 2006-08-24 [colin]      2.4.0cvs85
1474
1475         * src/addressbook.c
1476                 Fix strange list selection
1477                 Fix random seg (Invalid read of freed memory)
1478
1479 2006-08-24 [colin]      2.4.0cvs84
1480
1481         * src/alertpanel.c
1482         * src/gtk/inputdialog.c
1483         * src/plugins/pgpcore/passphrase.c
1484                 Revert minimal width patch of 2.4.0cvs67,
1485                 as it is also a maximal width. Use 
1486                 gtk_window_set_default_size instead.
1487
1488 2006-08-24 [colin]      2.4.0cvs83
1489
1490         * src/msgcache.c
1491                 Write cache/mark to temp files before
1492                 overwriting old ones (avoids metadata
1493                 loss if writing the new files fail).
1494                 Use mmap() to read cache/mark file, as
1495                 this makes cache reading faster. Dis-
1496                 abled for big-endian machines until it
1497                 can be tested. (Big-endian users: set
1498                 msgcache_use_mmap = TRUE in the relevant
1499                 #if).
1500         * src/procmsg.h
1501                 Move rarely used fields of MsgInfo in 
1502                 another structure, which will only be
1503                 allocated if needed. Face, X-Face,
1504                 Return receipt headers and List-*
1505                 headers are moved. Mails having none
1506                 of these occupy 52 bytes less with
1507                 this patch, which makes 2.5MB of RAM
1508                 saved on a 50k folder).
1509         * src/headerview.c
1510         * src/mainwindow.c
1511         * src/messageview.c
1512         * src/partial_download.c
1513         * src/procheader.c
1514         * src/procmsg.c
1515         * src/textview.c
1516                 Follow this structure change.
1517
1518 2006-08-24 [wwp]        2.4.0cvs82
1519
1520         * manual/es/.cvsignore
1521         * manual/es/dist/.cvsignore
1522         * manual/es/dist/html/.cvsignore
1523         * manual/es/dist/pdf/.cvsignore
1524         * manual/es/dist/ps/.cvsignore
1525         * manual/es/dist/txt/.cvsignore
1526                 more (generated) files to ignore.
1527
1528 2006-08-24 [colin]      2.4.0cvs81
1529
1530         * src/folder.c
1531         * src/mh.c
1532                 Fix possible problems with local delivery. Check the folder doesn't
1533                 need scan before setting its mtime when saving cache (which can be
1534                 done long after the folder's been modified by an external process);
1535                 Check that the stored item's mtime didn't change in mh functions.
1536
1537 2006-08-24 [mones]      2.4.0cvs80
1538
1539         * manual/advanced.xml
1540                 Rewrapping, some fixes and MANUAL-TODO items:
1541                 8.1. = change "" to <quote></quote>
1542                 8.3. = quote menu items
1543                 8.5. - deploying -> new user ... ideally a new user (redundant)
1544
1545 2006-08-23 [colin]      2.4.0cvs79
1546
1547         * src/gtk/gtksctree.c
1548                 When selecting or deselecting range, only
1549                 freeze/thaw when selection is bigger than 10
1550
1551 2006-08-23 [colin]      2.4.0cvs78
1552
1553         * src/messageview.c
1554         * src/mimeview.c
1555         * src/mimeview.h
1556         * src/plugins/dillo_viewer/dillo_viewer.c
1557                 Provide an API for MimeViewer plugins to
1558                 return a text selection for replying
1559
1560 2006-08-23 [colin]      2.4.0cvs77
1561
1562         * src/image_viewer.c
1563         * src/textview.c
1564                 Use gtk_pixbuf_new_from_file_at_scale(), which
1565                 is faster than getting the pixbuf then resizing
1566                 it.
1567
1568 2006-08-23 [colin]      2.4.0cvs76
1569
1570         * src/procmime.c
1571                 UTF-8 should be sent Quoted-printable
1572
1573 2006-08-22 [colin]      2.4.0cvs75
1574
1575         * src/mh.c
1576                 Check if scan is required before touching
1577                 the folder (or it'll be required every time)
1578
1579 2006-08-22 [colin]      2.4.0cvs74
1580
1581         * configure.ac
1582                 Require libetpan 0.46 (crasher fix when built
1583                 against gnutls)
1584
1585 2006-08-22 [colin]      2.4.0cvs73
1586
1587         * src/folder.c
1588                 Set folder's mtime after writing its
1589                 cache
1590         * src/folderview.c
1591                 Add some timing
1592         * src/procmsg.c
1593                 Don't do useless stuff if we don't 
1594                 thread by subject
1595         * src/summaryview.c
1596                 Add some timing, don't deselect prior
1597                 to selecting (gtksctree does it itself),
1598                 remove crash avoidance hacks as it's been
1599                 properly fixed since a while
1600         * src/common/utils.c
1601                 Optimize to_human_readable(): _() is slow,
1602                 do it only once, and avoid %f format for KB
1603                 (the most common in a summaryview)
1604         * src/gtk/gtksctree.c
1605                 Don't uselessly freeze/thaw (fixes flicker
1606                 on next unread and friends), reduce number
1607                 of g_list_nth/g_list_position where possible
1608         * src/gtk/gtkutils.c
1609         * src/gtk/gtkutils.h
1610                 Reduce number of g_list_nth/g_list_position
1611                 where possible.
1612                 All of this makes loading as 70k folder 2.1
1613                 seconds instead of 3.2 (with hot FS caches).
1614                 (1.3 seconds without Date and Size columns...)
1615
1616 2006-08-22 [paul]       2.4.0cvs72
1617
1618         wrap documents and do some items from mones' MANUAL-TODO:
1619
1620         * manual/account.xml
1621                 4.1. = fix tabname references to <quote>tabname</quote>
1622                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1623         * manual/faq.xml
1624                 1.1. = mentioned options don't match UI
1625                 Add information about the 'Never send Return Receipts'
1626                 option
1627         * manual/handling.xml
1628                 6.2. = Mentions Extended symbols button, but now is
1629                 named Information
1630                 6.3. = Mentions ... button, which is now Edit
1631
1632 2006-08-22 [colin]      2.4.0cvs71
1633
1634         * src/gtk/pluginwindow.c
1635                 Fix layout in verbose translations (such
1636                 as french)
1637
1638 2006-08-22 [paul]       2.4.0cvs70
1639
1640         * manual/Makefile.am
1641                 build manuals in alphabetical order
1642         * src/addressbook.c
1643         * src/prefs_themes.c
1644                 replace/remove deprecated symbols
1645         * src/gtk/gtkutils.c
1646                 fix a warning
1647         * src/gtk/pluginwindow.c
1648                 replace deprecated symbol
1649                 replace label text and move it
1650         * src/plugins/pgpcore/prefs_gpg.c
1651                 move the 'Generate...' button out of the
1652                 Sign Key frame, replace the English used
1653         * src/plugins/pgpcore/sgpgme.c
1654                 fixes to the English
1655
1656 2006-08-21 [colin]      2.4.0cvs69
1657
1658         * src/plugins/trayicon/trayicon.c
1659                 Add more strings for translation; patch
1660                 by Pawel
1661
1662 2006-08-21 [colin]      2.4.0cvs68
1663
1664         * src/compose.c
1665                 fix replied flag not set after drafting
1666         * src/matcher.c
1667                 fix body quicksearch in non-encoded bodies
1668                 containing '='
1669         * src/msgcache.c
1670                 Get rid of the g_malloc workaround for
1671                 corrupted caches, use g_try_malloc
1672
1673 2006-08-21 [colin]      2.4.0cvs67
1674
1675         * src/alertpanel.c
1676         * src/gtk/inputdialog.c
1677         * src/plugins/pgpcore/passphrase.c
1678                 Set minimal width to 375
1679         * src/mainwindow.c
1680                 Fix switching to offline, asking if it 
1681                 should be overriden for synchronising
1682         * src/mimeview.c
1683                 Don't offer to remember command on Open 
1684                 with for text parts, as the browser or 
1685                 text editor command isn't changed from 
1686                 there
1687
1688 2006-08-20 [paul]       2.4.0cvs66
1689
1690         * po/ko.po
1691         * po/zh_CN.po
1692                 fix plural form errors. revealed by stricter
1693                 checking of gettext 0.15
1694
1695 2006-08-18 [paul]       2.4.0cvs65
1696
1697         * src/stock_pixmap.c
1698                 fix the fix of 2.4.0cvs64
1699                 Thanks to Colin
1700
1701 2006-08-18 [paul]       2.4.0cvs64
1702
1703         * src/stock_pixmap.c
1704                 fix leaks
1705                 Thanks to Colin
1706
1707 2006-08-18 [paul]       2.4.0cvs63
1708
1709         * src/compose.c
1710         * src/procmsg.c
1711                 fix occasional IMAP bug where large msgs
1712                 were left in the queue folder after sending
1713                 Thanks to Colin
1714
1715 2006-08-18 [paul]       2.4.0cvs62
1716
1717         * src/folderview.c
1718                 freeze the summaryview while quicksearch results
1719                 are displayed
1720                 (fixes bug 456 'current message is hidden when the
1721                 view is refreshed and extended search is "unread 
1722                 messages"')
1723                 Thanks to Colin
1724         * src/textview.c
1725                 add missing #include "inputdialog.h"
1726         * src/common/utils.h
1727                 add missing mailcap_update_default() and improve
1728                 readability
1729
1730 2006-08-17 [colin]      2.4.0cvs61
1731
1732         * src/plugins/pgpcore/select-keys.c
1733                 Fix warnings :)
1734
1735 2006-08-17 [colin]      2.4.0cvs60
1736
1737         * src/compose.c
1738                 Don't continue queuing if Cancel is clicked
1739                 in select-keys
1740
1741 2006-08-17 [colin]      2.4.0cvs59
1742
1743         * src/plugins/pgpcore/select-keys.c
1744                 When encrypting, if only one key matches and it 
1745                 matches exactly, automatically use it.
1746
1747 2006-08-17 [colin]      2.4.0cvs58
1748
1749         * src/mimeview.c
1750         * src/prefs_common.c
1751         * src/prefs_common.h
1752         * src/prefs_ext_prog.c
1753         * src/textview.c
1754                 Fix issues with previous patch (text/html)
1755                 Remove outdated prefs
1756
1757 2006-08-17 [colin]      2.4.0cvs57
1758
1759         * src/imap.c
1760                 Add View Log button on auth error
1761         * src/procmsg.c
1762                 Fix encrypted mail marked as new when
1763                 saved in normal folders
1764         * src/plugins/pgpinline/pgpinline.c
1765                 Fix encrypt bug on IMAP
1766         * src/mimeview.c
1767         * src/common/utils.c
1768         * src/common/utils.h
1769         * src/gtk/inputdialog.c
1770         * src/gtk/inputdialog.h
1771                 Get rid of metamail stuff, simplify
1772                 opening, and allow remembering of user's
1773                 choices (by updating ~/.mailcap). There's
1774                 still to drop "Audio player" and "Image
1775                 viewer" preferences.
1776
1777 2006-08-17 [mones]      2.4.0cvs56
1778
1779         * manual/es/sylpheed-claws-manual.xml
1780                 fix DTD path
1781
1782 2006-08-17 [mones]      2.4.0cvs55
1783
1784         * configure.ac
1785         * manual/Makefile.am
1786         * manual/es/Makefile.am
1787         * manual/es/account.xml
1788         * manual/es/ack.xml
1789         * manual/es/addrbook.xml
1790         * manual/es/advanced.xml
1791         * manual/es/faq.xml
1792         * manual/es/glossary.xml
1793         * manual/es/gpl.xml
1794         * manual/es/handling.xml
1795         * manual/es/intro.xml
1796         * manual/es/keyboard.xml
1797         * manual/es/plugins.xml
1798         * manual/es/starting.xml
1799         * manual/es/sylpheed-claws-manual.xml
1800         * manual/es/dist/Makefile.am
1801         * manual/es/dist/html/Makefile.am
1802         * manual/es/dist/pdf/Makefile.am
1803         * manual/es/dist/ps/Makefile.am
1804         * manual/es/dist/txt/Makefile.am
1805                 Spanish translation for the manual
1806
1807 2006-08-16 [colin]      2.4.0cvs54
1808
1809         * src/compose.c
1810         * src/main.c
1811         * src/mainwindow.c
1812                 Fix send button sensitivity at startup
1813                 Set send menu sensitivity (patch by Fabien)
1814         * src/ssl_manager.c
1815                 Enable closing with esc (patch by Fabien)
1816         * src/gtk/foldersort.c
1817                 Enable closing with esc (patch by Fabien)
1818         * src/procmime.c
1819                 Optimisation (no need to copy to tempfile to
1820                 "decode" 7bit and 8bit)
1821         * src/summaryview.c
1822                 Fix cruft in swap_from case
1823         * src/textview.c
1824                 Fix missing last line in some mail cases 
1825                 (Fixes debian #381872)
1826         * src/plugins/pgpcore/prefs_gpg.c
1827         * src/plugins/pgpcore/sgpgme.c
1828         * src/plugins/pgpcore/sgpgme.h
1829                 Don't show "no key found" when user explicitely
1830                 wants to create a key
1831
1832 2006-08-16 [paul]       2.4.0cvs53
1833
1834         * configure.ac
1835         * src/account.c
1836         * src/addressbook.c
1837         * src/headerview.c
1838         * src/prefs_account.c
1839         * src/prefs_message.c
1840         * src/gtk/gtkutils.c
1841                 bump up minimum required versions of GTK+ and
1842                 GLIB to 2.6.0
1843
1844 2006-08-16 [paul]       2.4.0cvs52
1845
1846         * src/toolbar.c
1847                 workaround GTK+ Bug 351600 - 'Can't re-click
1848                 on button after sensitivity update'
1849                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1850                 Thanks to Colin
1851
1852 2006-08-15 [colin]      2.4.0cvs51
1853
1854         * src/plugins/pgpcore/prefs_gpg.c
1855                 Set options sensitivity according to
1856                 key existence
1857         * src/plugins/pgpcore/sgpgme.c
1858                 Allow to create key with no passphrase
1859
1860 2006-08-14 [cleroy]     2.4.0cvs50
1861
1862         * src/gtk/pluginwindow.c
1863                 New layout (maybe to be changed?)
1864         * src/gtk/gtkutils.c
1865                 Fix a bit label_window
1866         * src/plugins/pgpcore/passphrase.c
1867         * src/plugins/pgpcore/passphrase.h
1868         * src/plugins/pgpcore/plugin.c
1869         * src/plugins/pgpcore/prefs_gpg.c
1870         * src/plugins/pgpcore/prefs_gpg.h
1871         * src/plugins/pgpcore/sgpgme.c
1872         * src/plugins/pgpcore/sgpgme.h
1873                 Allow to create a PGP private key via the GUI
1874
1875 2006-08-14 [wwp]        2.4.0cvs49
1876
1877         * src/addressbook_foldersel.c
1878                 fix strict ISO C90 compliance.
1879
1880 2006-08-14 [paul]       2.4.0cvs48
1881
1882         * src/gtk/prefswindow.c
1883                 re-set scrolled window on opening
1884                 Patch by Ticho
1885
1886 2006-08-14 [paul]
1887
1888         2.5.0-rc1 released
1889
1890 2006-08-14 [paul]       2.4.0cvs47
1891
1892         * src/prefs_display_header.c
1893                 re-enable user-defined Displayed Headers
1894
1895 2006-08-14 [paul]       2.4.0cvs46
1896
1897         * src/prefs_account.c
1898                 use GTK_STOCK_EDIT
1899
1900 2006-08-13 [colin]      2.4.0cvs45
1901
1902         * src/common/utils.c
1903                 Fix "a" in quote when the original message is empty,
1904                 by using \0 instead of 'a' to test writability of
1905                 temp files.
1906
1907 2006-08-13 [wwp]        2.4.0cvs44
1908
1909         * src/plugins/spamassassin/spamassassin.c
1910                 fix capitalization of "SpamAssassin" in some debug, log and
1911                 dialog messages.
1912
1913 2006-08-13 [paul]       2.4.0cvs43
1914
1915         * src/editldap.c
1916                 fix overlapping widgets
1917         * src/prefs_account.c
1918                 fix translation of protocol_names[]
1919                 fix label disappearing off the edge of the
1920                 visible area
1921
1922 2006-08-12 [paul]       2.4.0cvs42
1923
1924         * manual/plugins.xml
1925                 update IRC channel info before it gets forgotten
1926                 about
1927
1928 2006-08-11 [colin]      2.4.0cvs41
1929
1930         * src/compose.c
1931         * src/mainwindow.c
1932         * src/mainwindow.h
1933         * src/procmsg.c
1934         * src/procmsg.h
1935         * src/summaryview.c
1936         * src/toolbar.c
1937                 Grey out the Send button if
1938                 - Queue folders are empty, or
1939                 - We're sending already
1940
1941 2006-08-11 [wwp]        2.4.0cvs40
1942
1943         * src/main.c
1944                 fix a logic issue when quitting while a compose window is
1945                 still open, thanks to Colin.
1946
1947 2006-08-10 [colin]      2.4.0cvs39
1948
1949         * src/main.c
1950                 Fix default font size setting after wizard run
1951         * src/imap.c
1952         * src/etpan/imap-thread.c
1953         * src/etpan/imap-thread.h
1954                 Fix bug #999 (Timing out on TSL cert validation 
1955                 dialog makes ugly things happen). Also, STARTTLS
1956                 unconditionnaly if initial capabilities contain
1957                 LOGINDISABLED and STARTTLS.
1958
1959 2006-08-09 [colin]      2.4.0cvs38
1960
1961         * src/mainwindow.c
1962         * src/mainwindow.h
1963                 Fix Tools/Actions sensitivity when there are
1964                 no actions
1965
1966 2006-08-09 [colin]      2.4.0cvs37
1967
1968         * src/prefs_filtering.c
1969                 Warning fix, patch by Paul
1970         * src/messageview.c
1971         * src/prefs_actions.c
1972         * src/prefs_filtering_action.c
1973         * src/prefs_matcher.c
1974                 Uniformisation of "Info ..." to "Info..." (for
1975                 old gtk), patch by Fabien
1976         * src/plugins/clamav/clamav_plugin_gtk.c
1977                 Sensitivity fix by Fabien
1978
1979 2006-08-09 [colin]      2.4.0cvs36
1980
1981         * src/main.c
1982         * src/main.h
1983                 Add a function to know whether we're exiting
1984         * src/plugins/trayicon/trayicon.c
1985                 If exiting, don't do anything. Faster, and
1986                 avoids gtk_main_iteration reentracy causing
1987                 segfaults at exit
1988
1989 2006-08-09 [colin]      2.4.0cvs35
1990
1991         * src/messageview.c
1992         * src/mimeview.c
1993         * src/mimeview.h
1994                 Fix lack of part selection when automatically 
1995                 jumping to a specific part
1996         * src/msgcache.c
1997                 Little optimisation in cache reading
1998
1999 2006-08-09 [colin]      2.4.0cvs34
2000
2001         * src/compose.c
2002                 Fix crash setting the priority on reedit
2003                 (Accessing compose before creating it!)
2004
2005 2006-08-08 [colin]      2.4.0cvs33
2006
2007         * src/procmime.c
2008                 Fix bug #998 (last attachment is not accessible)
2009                 Bad RFC interpretation on multipart close-delimiters
2010         * src/mimeview.c
2011         * src/mimeview.h
2012         * src/gtk/gtkvscrollbutton.c
2013         * src/gtk/gtkvscrollbutton.h
2014                 Make attachments list wheel-scrollable
2015
2016 2006-08-07 [colin]      2.4.0cvs32
2017
2018         * src/gtk/gtkaspell.c
2019                 Fix bug #973 (Unicode punctation characters 
2020                 are not recognized as separators by the
2021                 spell checker); fix unsigned stuff
2022
2023 2006-08-07 [colin]      2.4.0cvs31
2024
2025         * src/compose.c
2026                 Fix bug #956 (DnD text with accents in compose 
2027                 text entry); fix gccc's signed/unsigned fuss
2028
2029 2006-08-06 [colin]      2.4.0cvs30
2030
2031         * src/main.c
2032                 Fix bug #979 (Plugin crashes when exiting 
2033                 sylpheed-claws) : handle exit request only 
2034                 once
2035
2036 2006-08-05 [colin]      2.4.0cvs29
2037
2038         * src/news.c
2039                 Just make sure we have a msgid.
2040
2041 2006-08-05 [colin]      2.4.0cvs28
2042
2043         * src/news.c
2044         * src/summaryview.c
2045                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2046                 by reimplementing it
2047         * src/textview.c
2048                 Fix bug when hiding quotes with level > 3 and quote
2049                 colors are recycled
2050
2051 2006-08-04 [colin]      2.4.0cvs27
2052
2053         * src/compose.c
2054         * src/undo.c
2055         * src/undo.h
2056                 Fix a bit replace-by-pasting undo
2057         * src/mainwindow.c
2058         * src/messageview.c
2059                 Fix Fold quotes menu synchro in
2060                 mainwindow when it changes in 
2061                 messageview
2062         * src/textview.c
2063                 Fix right-click on quotes blocks
2064         * src/common/utils.c
2065                 Verify that the file created by
2066                 my_tmpfile() is writable. Fixes
2067                 bug #988 (very specific filesystem
2068                 issue)
2069         * src/plugins/pgpcore/sgpgme.c
2070                 Fix file descriptor leak
2071         * src/plugins/spamassassin/spamassassin.c
2072                 Warn once if spamd isn't reachable
2073
2074 2006-08-04 [colin]      2.4.0cvs26
2075
2076         * src/toolbar.c
2077                 i18n context patch by Fabien
2078
2079 2006-08-03 [colin]      2.4.0cvs25
2080
2081         * src/mainwindow.c
2082         * src/messageview.c
2083                 Rename "Hide quotes" to "Fold quotes"
2084         * src/textview.c
2085                 Don't use hand cursor on quotes. "all 
2086                 the bonuses of the feature and none of 
2087                 unwelcome side-effects"
2088
2089 2006-08-03 [colin]      2.4.0cvs24
2090
2091         * AUTHORS
2092         * sylpheed-claws.desktop
2093         * src/gtk/authors.h
2094                 Bring the desktop file to XDG compliance
2095                 Patch by Charles A. Edwards
2096
2097 2006-08-03 [colin]      2.4.0cvs23
2098
2099         * src/textview.c
2100                 Fix links offset when they are preceded
2101                 by accentued chars (g_utf8_strlen!)
2102         * src/mainwindow.c
2103                 Fix wrong status when starting offline
2104
2105
2106 2006-08-03 [wwp]        2.4.0cvs22
2107
2108         * src/prefs_common.h
2109                 ask what to do w/ filtering rules that belong to an account when
2110                 applying filtering rules manually from the main window (skip,
2111                 apply regardless of the account, use current account). This dialog
2112                 can be skipped and the last reply used.
2113                 (forgot that file)
2114
2115 2006-08-03 [wwp]        2.4.0cvs21
2116
2117         * src/filtering.c
2118         * src/filtering.h
2119         * src/prefs_common.c
2120         * src/summaryview.c
2121         * src/alertpanel.c
2122         * src/alertpanel.h
2123         * src/messageview.c
2124                 ask what to do w/ filtering rules that belong to an account when
2125                 applying filtering rules manually from the main window (skip,
2126                 apply regardless of the account, use current account). This dialog
2127                 can be skipped and the last reply used.
2128
2129
2130 2006-08-03 [colin]      2.4.0cvs20
2131
2132         * src/textview.c
2133                 Optimize previous patch
2134
2135 2006-08-03 [cleroy]     2.4.0cvs19
2136
2137         * src/textview.c
2138                 Fix quotes getting toggled back when the
2139                 mail has an even number of text parts
2140
2141 2006-08-02 [colin]      2.4.0cvs18
2142
2143         * src/messageview.c
2144                 Add Hide quotes menu
2145
2146 2006-08-02 [colin]      2.4.0cvs17
2147
2148         * src/mainwindow.c
2149         * src/prefs_common.c
2150         * src/textview.c
2151         * src/textview.h
2152         * src/gtk/about.c
2153                 Allow per-level quote hiding,
2154                 Allow toggling quotes by double-clicking them
2155                 Rename RemoteURI to ClickableText to reflect
2156                 the fact it's used for a variety of things
2157
2158 2006-08-02 [wwp]        2.4.0cvs16
2159
2160         * src/mainwindow.c
2161                 fix "View/Hide quotes" menu item status initialization.
2162
2163 2006-08-02 [wwp]        2.4.0cvs15
2164
2165         * src/matcher_parser_parse.y
2166                 remove a debug trace.
2167
2168 2006-08-02 [paul]       2.4.0cvs14
2169
2170         * src/plugins/pgpcore/passphrase.c
2171                 don't set initial dialog size
2172                 make it resizable
2173
2174 2006-08-02 [paul]       2.4.0cvs13
2175
2176         * src/noticeview.c
2177                 remove the rogue '/' character
2178
2179 2006-08-02 [paul]       2.4.0cvs12
2180
2181         * src/noticeview.c
2182                 allow buttons to resize as necessary
2183
2184 2006-08-01 [wwp]        2.4.0cvs11
2185
2186         * src/mbox.c
2187                 fix strict ISO C90 compliance.
2188
2189 2006-08-01 [wwp]        2.4.0cvs10
2190
2191         * tools/update-po
2192                 updated update-po tool to work w/ context-dependent translations.
2193                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2194
2195 2006-08-01 [wwp]        2.4.0cvs9
2196
2197         * src/matcher.c
2198         * src/prefs_filtering.c
2199         * src/prefs_matcher.c
2200                 allow context-dependent translations for "All",
2201                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2202
2203 2006-07-31 [colin]      2.4.0cvs8
2204
2205         * AUTHORS
2206         * src/gtk/authors.h
2207                 Add Rafal to authors
2208
2209 2006-07-31 [colin]      2.4.0cvs7
2210
2211         * src/compose.c
2212         * src/mainwindow.c
2213         * src/messageview.h
2214         * src/prefs_common.c
2215         * src/prefs_common.h
2216         * src/textview.c
2217                 Add 'View/Hide quotes'. Patch based on a patch
2218                 by Rafal Weglarz
2219
2220 2006-07-31 [colin]      2.4.0cvs6
2221
2222         * src/action.c
2223                 Fix problem with "> stuff >" actions
2224
2225 2006-07-31 [paul]       2.4.0cvs5
2226
2227         * po/nb.po
2228                 updated by Geir Helland
2229
2230 2006-07-31 [wwp]        2.4.0cvs4
2231
2232         * src/mainwindow.c
2233         * src/summaryview.c
2234         * src/summaryview.h
2235                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2236                 thanks to Colin.
2237
2238 2006-07-31 [wwp]        2.4.0cvs3
2239
2240         * src/Makefile.am
2241         * src/addr_compl.c
2242         * src/addr_compl.h
2243         * src/addressbook.c
2244         * src/addressbook.h
2245         * src/addressbook_foldersel.c
2246         * src/addressbook_foldersel.h
2247         * src/addrindex.c
2248         * src/addrindex.h
2249         * src/matcher.c
2250         * src/matcher.h
2251         * src/matcher_parser_lex.l
2252         * src/matcher_parser_parse.y
2253         * src/prefs_common.c
2254         * src/prefs_common.h
2255         * src/prefs_filtering.c
2256         * src/prefs_matcher.c
2257         * src/prefs_matcher.h
2258         * src/summaryview.c
2259                 introduce filtering against the address book. It's now possible to add
2260                 matched conditions to determine if any email address in a message matches
2261                 or doesn't match any or all books or folders in the address book.
2262
2263 2006-07-31 [wwp]        2.4.0cvs2
2264
2265         * src/account.c
2266         * src/filtering.c
2267         * src/filtering.h
2268         * src/folder.c
2269         * src/folderview.c
2270         * src/inc.c
2271         * src/mainwindow.c
2272         * src/matcher.c
2273         * src/matcher_parser_lex.l
2274         * src/matcher_parser_parse.y
2275         * src/mbox.c
2276         * src/prefs_filtering.c
2277         * src/prefs_filtering.h
2278         * src/procmsg.c
2279         * src/procmsg.h
2280         * src/summaryview.c
2281                 introduce per-account filtering rules. Each filtering rule can now be assigned
2282                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2283                 when applying filtering rules manually, as all rules will apply - even the ones
2284                 assigned to an account. This issue will be addressed soon.
2285  
2286
2287
2288 2006-07-31 [wwp]        2.4.0cvs1
2289
2290         * src/quote_fmt.c
2291                 make more strings translatable.
2292
2293 2006-07-31 [paul]       2.4.0
2294
2295         2.4.0 released
2296
2297 2006-07-31 [paul]       2.3.1cvs91
2298
2299         * po/ca.po
2300                 updated by Miquel Oliete
2301
2302 2006-07-31 [paul]       2.3.1cvs90
2303
2304         * po/de.po
2305         * po/el.po
2306         * po/fr.po
2307         * po/it.po
2308         * po/pl.po
2309         * po/pt_BR.po
2310         * po/sr.po
2311         * po/zh_CN.po
2312                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2313                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2314                 Aleksandar Urosevic, and Ralgh Young
2315
2316 2006-07-31 [paul]       2.3.1cvs89
2317
2318         * src/account.c
2319         * src/main.c
2320         * src/mainwindow.c
2321         * src/mainwindow.h
2322                 Fix a race condition when, after an SC crash, rescanning
2323                 folders took more than 0.5 seconds
2324                 Thanks to Colin
2325
2326 2006-07-31 [paul]       2.3.1cvs88
2327
2328         * src/folderview.c
2329                 don't translate separator strings
2330
2331 2006-07-30 [mones]      2.3.1cvs87
2332
2333         * doc/man/sylpheed-claws.1
2334                 Fixed non-ASCII chars in Hoa's name
2335         * po/es.po
2336                 Updated for release
2337
2338 2006-07-27 [colin]      2.3.1cvs86
2339
2340         * src/textview.c
2341                 Don't include the leading \n in links
2342                 Patch by Fabien
2343
2344 2006-07-25 [colin]      2.3.1cvs85
2345
2346         * src/mainwindow.c
2347         * src/common/socket.h
2348         * src/etpan/imap-thread.c
2349                 Refresh resolvers before connecting
2350                 to IMAP servers, and after switching
2351                 to online. Thanks to Paul.
2352
2353 2006-07-18 [colin]
2354
2355         * 2.4.0-rc4 released
2356
2357 2006-07-17 [colin]      2.3.1cvs84
2358
2359         * src/inc.c
2360                 Show connection attempt in statusbar before
2361                 connecting (previously first message was
2362                 "Retrieving messages from ..." after the
2363                 connection succeeded.
2364
2365 2006-07-16 [wwp]        2.3.1cvs83
2366
2367         * sylpheed-claws.ico
2368                 Added .ico file (windows multi-size icon file, generated).
2369
2370 2006-07-12 [wwp]        2.3.1cvs82
2371
2372         * src/messageview.c
2373                 remove Message/Re-edit menu entry from messageview window,
2374                 as sent/draft/queued messages are opened in compose window when
2375                 re-edited and it's not possible to re-edit other msgs.
2376
2377 2006-07-12 [paul]       2.3.1cvs81
2378
2379         * AUTHORS
2380         * src/mainwindow.c
2381         * src/gtk/authors.h
2382                 check online state before resetting
2383                 mailcheck timer. Useful if some program
2384                 verifies connection state and updates
2385                 Claws.
2386                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2387
2388 2006-07-12 [paul]       2.3.1cvs80
2389
2390         * sylpheed-claws-128x128.png
2391         * sylpheed-claws-64x64.png
2392         * sylpheed-claws.png
2393         * src/Makefile.am
2394         * src/main.c
2395         * src/prefs_toolbar.c
2396         * src/stock_pixmap.c
2397         * src/stock_pixmap.h
2398         * src/wizard.c
2399         * src/gtk/about.c
2400         * src/gtk/gtkutils.c
2401         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2402         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2403         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2404         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2405         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2406         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2407                 updated and renamed logo/icon files and related
2408                 logo by Jesper Schultz
2409
2410 2006-07-11 [paul]       2.3.1cvs79
2411
2412         * src/main.c
2413                 fix the labels a smidgin
2414
2415 2006-07-09 [colin]      2.3.1cvs78
2416
2417         * src/textview.c
2418                 Show errors in textviewer's command
2419                 Patch by H. Merijn Brand
2420
2421 2006-07-09 [colin]      2.3.1cvs77
2422
2423         * src/compose.c
2424                 Save FMID in drafts too
2425
2426 2006-07-08 [colin]      2.3.1cvs76
2427
2428         * src/compose.c
2429                 Svae RMID in drafted mails too
2430                 Save quote_fmt vars for whole mails,
2431                 don't reset at each quote_fmt_init:
2432                 allows to use the same |i{var} in
2433                 various template fields
2434         * src/prefs_template.c
2435         * src/quote_fmt.h
2436         * src/quote_fmt_parse.y
2437                 Same
2438
2439 2006-07-08 [colin]      2.3.1cvs75
2440
2441         * src/textview.c
2442                 Fix highlighting of attached parts URIs
2443
2444 2006-07-08 [colin]      2.3.1cvs74
2445
2446         * src/main.c
2447                 Prevent bug #981 (sc 2.3.1 segfaults with 
2448                 gtk+ 2.10) from being reported again:
2449                 if Sylpheed-Claws has been compiled against
2450                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2451                 of if Sylpheed-Claws has been compiled against
2452                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2453                 error out.
2454
2455 2006-07-07 [colin]      2.3.1cvs73
2456
2457         * src/prefs_actions.c
2458                 Fix label
2459
2460 2006-07-07 [colin]      2.3.1cvs72
2461
2462         * src/prefs_actions.c
2463                 Fix compile on gtk < 2.8. argh :)
2464
2465 2006-07-07 [paul]       2.3.1cvs71
2466
2467         * src/common/defs.h
2468                 update DONATE_URI
2469
2470 2006-07-07 [colin]      2.3.1cvs70
2471
2472         * po/POTFILES.in
2473         * src/quote_fmt.c
2474         * src/quote_fmt_lex.l
2475         * src/quote_fmt_parse.y
2476                 Add |i{var}, a way to insert user-entered
2477                 text in a template
2478
2479 2006-07-07 [colin]
2480
2481         * 2.4.0-rc3 released
2482
2483 2006-07-07 [colin]      2.3.1cvs69
2484
2485         * src/folder.c
2486                 Don't consider inboxes of UNKNOWN folder 
2487                 classes to be useable as default inboxes
2488
2489 2006-07-07 [paul]       2.3.1cvs68
2490
2491         * src/textview.c
2492                 add missing #include <errno.h>
2493                 Thanks to René J. Blokland
2494
2495 2006-07-07 [paul]       2.3.1cvs67
2496
2497         * src/action.c
2498                 Return now Closes dialog
2499         * src/mimeview.c
2500         * src/mimeview.h
2501         * src/textview.c
2502                 add contextual menu to mime parts listed
2503                 in the textview
2504                 Thanks to Colin
2505         * src/common/utils.c
2506                 reversal: ' is a valid character in URLs
2507
2508 2006-07-06 [colin]      2.3.1cvs66
2509
2510         * src/remotefolder.h
2511                 Forgotten in previous commit
2512
2513 2006-07-06 [colin]      2.3.1cvs65
2514
2515         * src/folder.c
2516                 Set summary update flag whenever
2517                 totals changed
2518         * src/imap.c
2519         * src/prefs_account.c
2520         * src/common/utils.h
2521         * src/etpan/imap-thread.c
2522                 Fix warnings, thanks to Fabien and
2523                 Ricardo
2524
2525 2006-07-06 [wwp]        2.3.1cvs64
2526
2527         * src/gtk/gtkutils.c
2528                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2529
2530 2006-07-06 [wwp]        2.3.1cvs63
2531
2532         * src/account.c
2533         * src/addressbook.c
2534         * src/addressitem.h
2535         * src/folderview.c
2536         * src/mainwindow.c
2537         * src/manual.c
2538         * src/manual.h
2539         * src/message_search.c
2540         * src/prefs_actions.c
2541         * src/prefs_filtering.c
2542         * src/prefs_filtering.h
2543         * src/prefs_template.c
2544         * src/summary_search.c
2545         * src/summaryview.c
2546         * src/gtk/gtkutils.c
2547         * src/gtk/gtkutils.h
2548         * src/gtk/pluginwindow.c
2549                 add help buttons to some dialogs. Clicking such buttons opens a
2550                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2551
2552 2006-07-06 [paul]       2.3.1cvs62
2553
2554         * src/textview.c
2555                 fix attachments contextual menu
2556                 Thanks to Colin
2557
2558 2006-07-05 [colin]      2.3.1cvs61
2559
2560         * src/textview.c
2561         * src/compose.c
2562                 Handle sftp:// links
2563
2564 2006-07-05 [paul]       2.3.1cvs60
2565
2566         * src/gtk/filesel.c
2567                 grab save button by default
2568                 Thanks to Colin
2569
2570 2006-07-05 [wwp]        2.3.1cvs59
2571
2572         * manual/xml2pdf
2573                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2574
2575 2006-07-04 [colin]      2.3.1cvs58
2576
2577         * src/mimeview.c
2578         * src/textview.c
2579                 Use left click to select, middle click to open
2580                 on mimeparts links
2581         * src/common/utils.c
2582                 Fix segfault
2583
2584 2006-07-04 [colin]      2.3.1cvs57
2585
2586         * src/mainwindow.c
2587         * src/news.c
2588                 Warning fixes, thanks to Fabien
2589
2590 2006-07-04 [colin]      2.3.1cvs56
2591
2592         * src/mimeview.c
2593         * src/mimeview.h
2594         * src/textview.c
2595                 Allow parts to be selected via their text label
2596                 in textview
2597
2598 2006-07-04 [colin]      2.3.1cvs55
2599
2600         * src/folderview.c
2601                 Feedback when closing (for big folders)
2602         * src/prefs_actions.c
2603         * src/prefs_filtering.c
2604         * src/prefs_matcher.c
2605         * src/prefs_template.c
2606                 Fix default button when closing without
2607                 having saved
2608
2609 2006-07-04 [colin]      2.3.1cvs54
2610
2611         * src/news.c
2612                 Delete local file on deletion
2613
2614 2006-07-03 [colin]      2.3.1cvs53
2615
2616         * src/folderview.c
2617         * src/main.c
2618                 Don't freeze when rescanning after crash
2619
2620 2006-07-03 [wwp]        2.3.1cvs52
2621
2622         * src/compose.c
2623         * src/privacy.c
2624         * src/privacy.h
2625         * src/plugins/pgpinline/pgpinline.c
2626         * src/plugins/pgpmime/pgpmime.c
2627                 don't report an error when the user cancels the passphrase dialog.
2628
2629 2006-07-02 [colin]      2.3.1cvs51
2630
2631         * src/folderview.c
2632                 Open message when crossing folders with Space,
2633                 goto next unread and friends
2634
2635 2006-07-01 [colin]      2.3.1cvs50
2636
2637         * src/prefs_account.c
2638                 Typographic rules varying from language
2639                 to language (in french "Protocole :"),
2640                 we have to do that :)
2641
2642 2006-07-01 [ticho]      2.3.1cvs49
2643
2644         * src/prefs_account.c
2645                 Only use one temporary gchar* variable in
2646                 prefs_account_protocol_set_optmenu().
2647
2648 2006-07-01 [ticho]      2.3.1cvs48
2649
2650         * src/prefs_account.c
2651         * src/prefs_account.h
2652                 Use GtkLabel for existing account protocol name.
2653                 Created an array for protocol names and populate the
2654                 combobox from it in a for() cycle.
2655
2656 2006-06-30 [colin]      2.3.1cvs47
2657
2658         * src/compose.c
2659                 Block undo when changing signature (by changing
2660                 account)
2661
2662 2006-06-30 [paul]       2.3.1cvs46
2663
2664         * src/send_message.c
2665                 when editing From in the Compose window, use that address
2666                 in the Return-Path: header
2667                 Thanks to Colin
2668
2669 2006-06-30 [colin]      2.3.1cvs45
2670
2671         * src/compose.c
2672                 Fix signature replacement:
2673                 - when no newline before separator
2674                 - when reediting
2675
2676 2006-06-29 [colin]      2.3.1cvs44
2677
2678         * src/folderview.c
2679         * src/folderview.h
2680         * src/mainwindow.c
2681         * src/summaryview.c
2682                 Let 'View/Go to/Next marked' work like
2683                 Next new & Next unread: across folders
2684                 Change the select_on_entry pref to do
2685                 what we want when changing folder
2686         * src/common/utils.c
2687                 Fix single-quoted links 
2688
2689 2006-06-29 [colin]      2.3.1cvs43
2690
2691         * src/gtk/gtkaspell.c
2692                 "Sylpheed" and "Sylpheed-Claws" do exist !
2693
2694 2006-06-29 [colin]      2.3.1cvs42
2695
2696         * src/imap.c
2697                 Forgot to remove debug
2698
2699 2006-06-29 [colin]      2.3.1cvs41
2700
2701         * src/imap.c
2702         * src/imap.h
2703         * src/mainwindow.c
2704                 Disconnect from IMAP servers when going
2705                 offline. Fixes bug #978 (going to offline-mode 
2706                 won't close connections)
2707
2708 2006-06-29 [colin]      2.3.1cvs40
2709
2710         * src/main.c
2711                 Fix transient setting on failing plugins
2712                 Patch by Fabien
2713         * src/plugins/pgpcore/sgpgme.c
2714                 Only warn for OpenPGP. Most people don't
2715                 have CMS available.
2716
2717 2006-06-29 [colin]      2.3.1cvs39
2718
2719         * src/compose.c
2720                 Fix Spelling menu (discrepancy between context menu
2721                 and top menu when folder's dictionary isn't the 
2722                 default one)
2723         * src/plugins/pgpcore/sgpgme.c
2724                 More error reporting about why gpgme can fail
2725
2726 2006-06-29 [wwp]        2.3.1cvs38
2727
2728         * src/mainwindow.c
2729                 honor the display-header-pane setting even when the message view
2730                 is a separate window.
2731
2732 2006-06-29 [wwp]        2.3.1cvs37
2733
2734         * src/prefs_actions.c
2735                 forgot to commit that one (use of GTK_STOCK_INFO).
2736
2737 2006-06-29 [colin]      2.3.1cvs36
2738
2739         * src/imap.c
2740                 Better handling of login errors (ask the password
2741                 again once), alert in case of error. Fix three
2742                 signedness warnings.
2743
2744 2006-06-28 [wwp]        2.3.1cvs35
2745
2746         * src/prefs_template.c
2747         * src/prefs_matcher.c
2748         * src/prefs_filtering_action.c
2749         * src/prefs_quote.c
2750                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2751                 patch by Fabien Vantard, slightly modified.
2752
2753 2006-06-28 [paul]
2754
2755         2.4.0-rc2 released
2756
2757 2006-06-28 [colin]      2.3.1cvs34
2758
2759         * src/prefs_account.c
2760                 Fix bug #977 (Can't add or edit imap accounts)
2761
2762 2006-06-28 [colin]      2.3.1cvs33
2763
2764         * src/mimeview.c
2765                 Fix previous
2766
2767 2006-06-28 [colin]      2.3.1cvs32
2768
2769         * src/mimeview.c
2770                 Save named inlined attachments with "Save all"
2771         * src/main.c
2772         * src/mbox.c
2773         * src/common/plugin.c
2774         * src/common/plugin.h
2775         * src/common/sylpheed.c
2776         * src/common/utils.c
2777         * src/plugins/pgpcore/sylpheed.def
2778         * src/plugins/pgpinline/sylpheed.def
2779         * src/plugins/pgpmime/sylpheed.def
2780                 Win32 compatibility patch, by
2781                 Werner Koch
2782
2783 2006-06-28 [wwp]        2.3.1cvs31
2784
2785         * src/imap.c
2786         * src/prefs_folder_item.c
2787                 less compilation warnings (thanks to Fabien Vantard), less typos.
2788
2789 2006-06-28 [paul]       2.3.1cvs30
2790
2791         * src/gtk/gtkutils.c
2792                 gtk_combo_box_set_focus_on_click() is only
2793                 available since gtk 2.6.0
2794
2795 2006-06-28 [paul]       2.3.1cvs29
2796
2797         * src/prefs_ext_prog.c
2798                 fix engrish and add a tooltip for the
2799                 'command for 'Display as text' option
2800
2801 2006-06-28 [paul]
2802
2803         2.4.0-rc1 released
2804
2805 2006-06-28 [paul]       2.3.1cvs28
2806
2807         * ChangeLog
2808         * tools/Makefile.am
2809                 include textviewer.pl in releases
2810
2811 2006-06-28 [paul]       2.3.1cvs27
2812
2813         * src/prefs_ext_prog.c
2814                 hide Print command option if libgnomeprint
2815                 support is present
2816
2817 2006-06-27 [colin]      2.3.1cvs26
2818
2819         * src/compose.c
2820                 Fix Esc handling in insert/attach dialog
2821                 Don't show this dialog if dragging something
2822                 else than text/uri-list
2823                 Thanks to Fabien Vantard
2824         * tools/textviewer.pl
2825                 Filter script to display stuff as text
2826                 by H. Merijn Brand
2827
2828 2006-06-27 [wwp]        2.3.1cvs25
2829
2830         * src/messageview.c
2831                 use the exact product name (message view title), patch
2832                 by Fabien Vantard.
2833
2834 2006-06-27 [ticho]      2.3.1cvs24
2835
2836         * src/prefs_account.c
2837         * src/prefs_common.c
2838         * src/prefs_common.h
2839         * src/prefs_ext_prog.c
2840         * src/textview.c
2841                 Add a preference (Preferences/External programs)
2842                 to allow "Display as text" to be done via a script
2843                 (patch by H.Merijn Brand).
2844                 Use GtkComboBox for protocol selection in account
2845                 preferences.
2846                 Only include current choice for existing accounts, and
2847                 insensitivize the combobox.
2848
2849 2006-06-27 [paul]       2.3.1cvs23
2850
2851         * src/mbox.c
2852                 fix crasher introduced in cvs21.
2853                 Thanks to Colin
2854
2855 2006-06-26 [colin]      2.3.1cvs22
2856
2857         * src/mbox.c
2858                 Fix double-frees when leaving folders
2859                 after exporting to mbox
2860
2861 2006-06-26 [colin]      2.3.1cvs21
2862
2863         * src/mbox.c
2864                 More feedback (and optimisation)
2865                 on import/export
2866         * src/common/utils.c
2867                 Fix case when looking for mail addresses
2868         * src/gtk/gtkutils.c
2869                 Extra check for (X-)Face
2870
2871 2006-06-25 [ticho]      2.3.1cvs20
2872
2873         * src/compose.c
2874         * src/exphtmldlg.c
2875         * src/gtk/gtkutils.c
2876         * src/gtk/gtkutils.h
2877                 Added second argument to gtkut_sc_combobox_create() to
2878                 control focus-on-click for the widget.
2879                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2880
2881 2006-06-25 [ticho]      2.3.1cvs19
2882
2883         * src/compose.c
2884         * src/gtk/Makefile.am
2885         * src/gtk/combobox.c
2886         * src/gtk/combobox.h
2887         * src/gtk/gtkutils.c
2888         * src/gtk/gtkutils.h
2889                 Use GtkComboBox instead of deprecated GtkOptionMenu
2890                 for account selector in compose window and for encoding
2891                 selector in attachment properties.
2892                 Also factorise working with the new GtkComboBox somewhat.
2893
2894 2006-06-24 [paul]       2.3.1cvs18
2895
2896         * src/prefs_common.c
2897                 use the correct default value
2898
2899 2006-06-24 [paul]       2.3.1cvs17
2900
2901         * src/compose.c
2902         * src/prefs_common.c
2903         * src/prefs_common.h
2904         * src/prefs_compose_writing.c
2905                 enable setting of default action when
2906                 dnd'ing files in the compose window.
2907                 (Collaborative effort with wwp)
2908
2909 2006-06-23 [wwp]        2.3.1cvs16
2910
2911         * src/compose.c
2912                 i18n fix (thanks to Fabien Vantard)
2913
2914 2006-06-22 [colin]      2.3.1cvs15
2915
2916         * src/prefs_customheader.c
2917                 Don't use filters in custom headers' file 
2918                 selector. Remember, extensions mean nothing :)
2919
2920 2006-06-22 [paul]       2.3.1cvs14
2921
2922         * configure.ac
2923                 allow setting of man directory location
2924
2925 2006-06-22 [colin]      2.3.1cvs13
2926
2927         * src/mainwindow.c
2928                 Add 'View/Go to/Next unread folder'.
2929                 I missed that :)
2930
2931 2006-06-22 [colin]      2.3.1cvs12
2932
2933         * src/common/utils.c
2934                 Add some subject prefixes
2935                 Patch by Bjorn T Johansen <btj@havleik.no>
2936
2937 2006-06-22 [colin]      2.3.1cvs11
2938
2939         * manual/advanced.xml
2940                 Forgotten hidden pref
2941
2942 2006-06-21 [paul]       2.3.1cvs10
2943
2944         * src/prefs_account.c
2945                 complete the removal of 'Add date header' option
2946
2947 2006-06-21 [paul]       2.3.1cvs9
2948
2949         * src/account.c
2950         * src/compose.c
2951         * src/prefs_account.c
2952         * src/prefs_account.h
2953                 remove option to add date header - always
2954                 add date header
2955         * src/etpan/imap-thread.c
2956                 fix warnings (Thanks to Colin)
2957
2958 2006-06-21 [wwp]        2.3.1cvs8
2959
2960         * src/folder.c
2961                 set the attachment flag when inline text part are (file)named. This is more convenient
2962                 when receiving (for instance) inline source files or patches sent using thunderbird.
2963
2964 2006-06-21 [paul]       2.3.1cvs7
2965
2966         * src/inc.c
2967                 fix off-by-one count of current msg in
2968                 statusbar filtering progressbar
2969
2970 2006-06-21 [paul]       2.3.1cvs6
2971
2972         * src/folder.c
2973                 Show attachment icon even if the part is 'inline'
2974                 if the following conditions are met:
2975                 - content-type != 'text/plain'
2976                 - content-type != '*/pgp-signature'
2977                 - either 'name' or 'filename' parameter is not NULL
2978                 
2979                 Thanks to Colin
2980
2981 2006-06-21 [paul]       2.3.1cvs5
2982
2983         * src/messageview.c
2984         * src/prefs_common.c
2985         * src/prefs_common.h
2986         * src/prefs_other.c
2987                 add an option to 'Never send Return
2988                 Receipts'
2989                 Thanks to Colin
2990
2991 2006-06-20 [mones]      2.3.1cvs4
2992
2993         * po/es.po
2994                 updated
2995         * src/compose.c
2996                 typo fixed (space after comma)
2997         * tools/make.themes.project
2998                 remove exec mode from tarball files
2999
3000 2006-06-20 [colin]      2.3.1cvs3
3001
3002         * src/news.c
3003         * src/procheader.c
3004         * src/unmime.c
3005                 Better fix for \n's in headers (don't 
3006                 break Received: and others)
3007
3008 2006-06-20 [paul]       2.3.1cvs2
3009
3010         * src/alertpanel.c
3011         * src/textview.c
3012                 improve legibility of phishing attempt
3013                 dialog
3014
3015 2006-06-20 [paul]       2.3.1cvs1
3016
3017         * NEWS
3018         * README
3019         * configure.ac
3020                 Update version number following
3021                 stable release
3022
3023 2006-06-20 [colin]      2.3.0cvs26
3024
3025         * src/compose.c
3026                 When dragging a file to the text of the compose
3027                 window, ask whether we want to insert or attach
3028                 (I know lots of people who do that to attach)
3029
3030 2006-06-20 [colin]      2.3.0cvs25
3031
3032         * src/etpan/imap-thread.c
3033                 Fix threshold (the append command is often > 32 bytes)
3034
3035 2006-06-19 [colin]      2.3.0cvs24
3036
3037         * src/imap.c
3038         * src/etpan/imap-thread.c
3039                 Workaround Rockliffe IMAP server bug: replace
3040                 "x UID SEARCH (ANSWERED UID 1:*)" with
3041                 "x UID SEARCH ANSWERED"
3042                 (Rockliffe doesn't handle the parenthesis)
3043
3044 2006-06-19 [colin]      2.3.0cvs23
3045
3046         * src/compose.c
3047         * src/imap.c
3048         * src/etpan/imap-thread.c
3049                 Probably fix bug #972 (Freezes when adding 
3050                 an attachment to the message)
3051         * src/common/defs.h
3052                 Modernize Firefox cmd
3053
3054
3055 2006-06-18 [colin]      2.3.0cvs22
3056
3057         * src/prefs_customheader.c
3058                 Only allow correct filenames for various
3059                 custom headers
3060
3061 2006-06-18 [colin]      2.3.0cvs21
3062
3063         * src/prefs_customheader.c
3064                 Add a 'From File...' button in custom headers prefs, which
3065                 try to do the right thing: 
3066                 for normal headers, use file as plaintext,
3067                 for X-Face, calls compface,
3068                 for Face, encode to b64.
3069
3070 2006-06-17 [colin]      2.3.0cvs20
3071
3072         * src/mh.c
3073                 Warning fix
3074
3075 2006-06-16 [colin]      2.3.0cvs19
3076
3077         * src/summaryview.c
3078                 Recursive quicksearch: show message list
3079                 in current folder, *then* search children
3080                 in the background.
3081
3082 2006-06-16 [colin]      2.3.0cvs18
3083
3084         * src/main.c
3085                 Instead of ignoring SIGPIPE, save caches
3086                 when getting one. Will fix the fact that
3087                 hot caches are out-of-date when logging 
3088                 out of Xorg.
3089         * src/compose.c
3090         * src/prefs_compose_writing.c
3091                 Only save text (not attachments) when 
3092                 auto-saving to drafts
3093         * src/unmime.c
3094                 Always replace \n, \r and \t with spaces
3095                 in headers
3096         * manual/dist/html/Makefile.am
3097         * manual/dist/pdf/Makefile.am
3098         * manual/dist/ps/Makefile.am
3099         * manual/dist/txt/Makefile.am
3100         * manual/fr/dist/html/Makefile.am
3101         * manual/fr/dist/pdf/Makefile.am
3102         * manual/fr/dist/ps/Makefile.am
3103         * manual/fr/dist/txt/Makefile.am
3104         * manual/pl/dist/html/Makefile.am
3105         * manual/pl/dist/pdf/Makefile.am
3106         * manual/pl/dist/ps/Makefile.am
3107         * manual/pl/dist/txt/Makefile.am
3108                 Fix make clean removing pregenerated manuals
3109
3110
3111 2006-06-16 [colin]      2.3.0cvs17
3112
3113         * src/plugins/pgpcore/sgpgme.c
3114         * src/plugins/pgpmime/pgpmime.c
3115         * src/plugins/pgpinline/pgpinline.c
3116                 Better error reporting in setup_signers.
3117                 Don't fallback to default key if specified
3118                 key isn't found.
3119                 Don't allow signing if more than one secret
3120                 key matches the one specified in prefs.
3121
3122 2006-06-15 [colin]      2.3.0cvs16
3123
3124         * src/folderview.c
3125                 Add "Send queue" in the folder's contextual
3126                 menu
3127         * src/compose.c
3128         * src/messageview.c
3129         * src/privacy.c
3130         * src/privacy.h
3131         * src/procmime.c
3132         * src/procmsg.c
3133         * src/plugins/pgpcore/passphrase.c
3134         * src/plugins/pgpcore/sgpgme.c
3135         * src/plugins/pgpinline/pgpinline.c
3136         * src/plugins/pgpmime/pgpmime.c
3137                 Better error reporting
3138         * src/mbox.c
3139                 Probably fix bug #971 (2.2.3 cannot read mail 
3140                 from local mbox)
3141
3142
3143 2006-06-15 [mones]      2.3.0cvs15
3144
3145         * tools/make.themes.project
3146                 creates the themes project from the web page
3147
3148 2006-06-15 [colin]      2.3.0cvs14
3149
3150         * src/folder.c
3151                 Better fix (avoid losing the folder if scan_tree 
3152                 fails)
3153
3154 2006-06-15 [cleroy]     2.3.0cvs13
3155
3156         * src/folder.c
3157                 Probably fix Bug #969 (crash on rebuilding 
3158                 imap folder)
3159
3160 2006-06-14 [colin]      2.3.0cvs12
3161
3162         * manual/dtd/manual.xsl
3163         * manual/sylpheed-claws-manual.xml
3164         * manual/fr/sylpheed-claws-manual.xml
3165         * manual/pl/sylpheed-claws-manual.xml
3166                 Insert pagebreaks between sections
3167
3168 2006-06-14 [paul]       2.3.0cvs11
3169
3170         * configure.ac
3171                 better fix than 2.3.0cvs10
3172
3173 2006-06-14 [paul]       2.3.0cvs10
3174
3175         * configure.ac
3176                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3177                 (backwards compatible)
3178
3179 2006-06-13 [colin]      2.3.0cvs9
3180
3181         * src/messageview.c
3182                 Fix sending of return receipt with the new queue folders
3183
3184 2006-06-13 [wwp]        2.3.0cvs8
3185
3186         * src/quote_fmt_lex.l
3187                 fix wrong tokens returned in quote_fmt lexer, query not().
3188
3189 2006-06-13 [wwp]        2.3.0cvs7
3190
3191         * src/folder.c
3192         * src/prefs_folder_item.c
3193                 allow changing folder type even when folder is not a top-level one,
3194                 thanks to Colin.
3195
3196 2006-06-12 [colin]      2.3.0cvs6
3197
3198         * src/folderview.c
3199                 Fix double-ask of "Do you want to mark all
3200                 as read"
3201
3202 2006-06-12 [colin]      2.3.0cvs5
3203
3204         * src/compose.c
3205         * src/compose.h
3206         * src/folder.c
3207         * src/folder.h
3208         * src/imap.c
3209         * src/inc.c
3210         * src/main.c
3211         * src/messageview.c
3212         * src/mh.c
3213         * src/prefs_folder_item.c
3214         * src/procheader.c
3215         * src/procmime.c
3216         * src/procmsg.c
3217         * src/procmsg.h
3218         * src/send_message.c
3219         * src/summaryview.c
3220         * src/toolbar.c
3221                 Apply bug #964's patch (Queue and drafts aren't normal)
3222                 The Drafts and Queue folder now contain RFC-822 files,
3223                 allowing to move and copy mails from and to these 
3224                 folders. Moving from Drafts to Queue will prepare the
3225                 mail for sending (PGP signature, encryption, etc).
3226                 This patch also rework sending errors handling to try
3227                 to be more helpful.
3228                 Also, allow redefining folder types via the GUI 
3229                 (Folder type in its Properties)
3230
3231 2006-06-12 [colin]      2.3.0cvs4
3232
3233         * src/summaryview.c
3234         * src/prefs_common.c
3235         * src/prefs_common.h
3236         * src/gedit-print.c
3237                 Allow to define a specific print font - patch
3238                 by Bernhard Walle <bernhard.walle@gmx.de>
3239         * src/prefs_fonts.c
3240         * manual/advanced.xml
3241         * manual/fr/advanced.xml
3242                 Add a hidden pref to allow deletion without
3243                 confirmation
3244
3245 2006-06-12 [wwp]        2.3.0cvs3
3246
3247         * .cvsignore
3248                 more files to ignore.
3249
3250 2006-06-12 [wwp]        2.3.0cvs2
3251
3252         * src/quote_fmt.c
3253         * src/quote_fmt_lex.l
3254         * src/quote_fmt_parse.y
3255                 extend the quote_fmt parser (templates and quotes):
3256                 - allow limited sub-expressions in |p{} and |f{} expressions,
3257                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3258                 - implemented/fixed missing implementation of query_references and show_references,
3259                 - completed, fixed contents and format of the symbols help dialog,
3260                 - fix some compilation warnings.
3261
3262 2006-06-12 [wwp]        2.3.0cvs1
3263
3264         * manual/advanced.xml
3265         * manual/fr/advanced.xml
3266                 updates in the "templates" section of the manual (eng/fr):
3267                  - be more precise (both versions)
3268                  - completed to match the english reference (fr version)
3269                  - touchups (both versions)
3270
3271 2006-06-12 [paul]       2.3.0
3272
3273         2.3.0 released
3274
3275 2006-06-12 [paul]       2.2.3cvs14
3276
3277         * po/ca.po
3278         * po/cs.po
3279         * po/de.po
3280         * po/el.po
3281         * po/fr.po
3282         * po/it.po
3283         * po/pt_BR.po
3284         * po/sr.po
3285         * po/zh_CN.po
3286                 updated by Miquel Oliete, Tim, Stephan Sachse,
3287                 Stavros Giannouris, Fabien Vantard, Andrea
3288                 Spadaccini, Frederico Goncalves Guimaraes,
3289                 Aleksandar Urosevic, and Ralgh Young
3290
3291 2006-06-12 [colin]      2.2.3cvs13
3292
3293         * src/mbox.c
3294                 Add missing header
3295
3296 2006-06-11 [colin]      2.2.3cvs12
3297
3298         * src/msgcache.c
3299                 Verify that g_malloc() succeeded
3300
3301 2006-06-11 [colin]      2.2.3cvs11
3302
3303         * src/wizard.c
3304                 Add Face header to welcome mail
3305
3306 2006-06-10 [colin]      2.2.3cvs10
3307
3308         * src/textview.c
3309                 Revert previous (Forgot it changes the
3310                 margin on the whole mail)
3311
3312 2006-06-10 [colin]      2.2.3cvs9
3313
3314         * src/textview.c
3315                 Don't overlap long headers under (X-)Face
3316
3317 2006-06-10 [mones]      2.2.3cvs8
3318
3319         * manual/xml2pdf
3320                 allow generation of manual on systems lacking saxon binary
3321                 but with java and the saxon library installed
3322
3323         * po/es.po
3324                 updated for release
3325
3326 2006-06-09 [colin]      2.2.3cvs7
3327
3328         * src/summaryview.c
3329                 Fix leak when using Display Sender using Addressbook
3330
3331 2006-06-09 [colin]      2.2.3cvs6
3332
3333         * src/compose.c
3334         * src/folder.c
3335         * src/folderview.c
3336         * src/mimeview.c
3337         * src/summaryview.c
3338                 More leaks fixes
3339
3340 2006-06-09 [paul]       2.2.3cvs5
3341
3342         * AUTHORS
3343         * src/gtk/authors.h
3344         * tools/claws.i18n.status.pl
3345                 updated with new info
3346
3347 2006-06-09 [paul]       2.2.3cvs4
3348
3349         * README
3350                 updated
3351         * manual/ack.xml
3352                 add wwp to authors list
3353         * src/gtk/authors.h
3354                 update mine and Colin's addresses
3355
3356 2006-06-08 [colin]      2.2.3cvs3
3357
3358         * src/etpan/imap-thread.c
3359                 Fix leak on SSL cert check
3360
3361 2006-06-08 [colin]      2.2.3cvs2
3362
3363         * src/common/utils.c
3364                 Fix leak
3365
3366 2006-06-08 [paul]       2.2.3cvs1
3367
3368         * configure.ac
3369                 Update version number following
3370                 stable release
3371
3372 2006-06-07 [colin]      2.2.2cvs3
3373
3374         * src/msgcache.c
3375                 Fix catching cache read errors (guint instead of gint)
3376                 Prevent malloc'ing more than 8MB (means cache corruption)
3377
3378 2006-06-07 [paul]       2.2.2cvs2
3379
3380         * src/exporthtml.c
3381         * src/exportldif.c
3382         * src/mh.c
3383         * src/mutt.c
3384         * src/pine.c
3385         * src/common/utils.c
3386                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3387                 obey $HOME'
3388                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3389                 Thanks to Colin
3390
3391 2006-06-06 [paul]       2.2.2cvs1
3392
3393         * configure.ac
3394                 Update version number following
3395                 stable release
3396
3397 2006-06-06 [paul]       2.2.1cvs6
3398
3399         * src/matcher.c
3400                 fix  implicit declaration of
3401                 sylpheed_do_idle()
3402                 Patch by Fabien Vantard
3403
3404 2006-06-06 [paul]       2.2.1cvs5
3405
3406         * src/matcher.c
3407                 fix age_greater and age_lower so that they
3408                 mean what say and not '...or equal to'
3409                 Thanks to Colin
3410
3411 2006-06-06 [paul]       2.2.1cvs4
3412
3413         * src/textview.c
3414         * src/common/utils.c
3415                 fix URI check
3416                 Thanks to Colin
3417
3418 2006-06-05 [wwp]        2.2.1cvs3
3419
3420         * manual/fr/account.xml
3421                 minor language fixes (thanks to Fabien Vantard).
3422
3423 2006-06-05 [colin]      2.2.1cvs2
3424
3425         * src/prefs_folder_item.c
3426         * src/folderview.c
3427                 Allow recursive setting of properties 
3428                 for whole mailboxes
3429         * src/matcher.c
3430                 Don't freeze on 'test' filtering rule
3431
3432 2006-06-05 [colin]      2.2.1cvs1
3433
3434         * configure.ac
3435                 Update version number following
3436                 stable release
3437
3438 2006-06-04 [wwp]        2.2.0cvs82
3439
3440         * manual/glossary.xml
3441         * manual/account.xml
3442         * manual/fr/glossary.xml
3443         * manual/fr/account.xml
3444                 added glossary section and references/links related to the Face custom header.
3445
3446 2006-06-04 [colin]      2.2.0cvs81
3447
3448         * src/summaryview.c
3449                 Skip to next message on move with no
3450                 immediate execution
3451
3452 2006-06-04 [wwp]        2.2.0cvs80
3453
3454         * manual/xml2pdf
3455                 added sanity checks, exit when needed.
3456
3457 2006-06-03 [paul]       2.2.0cvs79
3458
3459         * src/prefs_receive.c
3460                 page name is now 'Receiving'
3461         * src/prefs_send.c
3462                 page name is now 'Sending'
3463
3464 2006-06-03 [colin]      2.2.0cvs78
3465
3466         * src/plugins/spamassassin/spamassassin_gtk.c
3467                 Autoswitch to Localhost if transport was previously
3468                 disabled. Else people had to check [] Enable, then
3469                 *reselect* transport.
3470
3471 2006-06-03 [colin]      2.2.0cvs77
3472
3473         * src/plugins/pgpinline/pgpinline.c
3474         * src/plugins/pgpmime/pgpmime.c
3475                 Check that gpg_data_release_and_get_mem 
3476                 didn't fail (now, why this happens...)
3477
3478 2006-06-03 [colin]      2.2.0cvs76
3479
3480         * src/mbox.c
3481                 Fix bug #962 (Manual and/or UI should 
3482                 warn about incompatible locking 
3483                 causing dataloss)
3484
3485 2006-06-02 [cleroy]     2.2.0cvs75
3486
3487         * src/filtering.c
3488         * src/folder.c
3489         * src/procmsg.c
3490         * src/summaryview.c
3491                 Fix a few leaks
3492
3493 2006-06-02 [colin]      2.2.0cvs74
3494
3495         * src/main.c
3496                 On exit, free caches after writing them
3497                 Shuts up some valgrind false positives
3498         * src/procmsg.c
3499         * src/send_message.c
3500                 Fix races when reusing existing SMTP connections
3501                 Fix inexistant session timeout
3502         * src/toolbar.c
3503                 Display alertpanel after all queues have
3504                 been processed, not after each
3505
3506 2006-06-02 [wwp]        2.2.0cvs73
3507
3508         * manual/fr/glossary.xml
3509         * manual/fr/ack.xml
3510         * manual/ack.xml
3511                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3512
3513 2006-06-02 [wwp]        2.2.0cvs72
3514
3515         * manual/xml2pdf
3516         * manual/dist/pdf/Makefile.am
3517         * manual/dtd/manual.xsl
3518         * manual/fr/dist/pdf/Makefile.am
3519         * manual/pl/dist/pdf/Makefile.am
3520                 we changed the procedure to generate the .pdf version of the manual.
3521                 The procedure is more modern and the .pdf we get now has a valid index.
3522                 Here are the new pre-requisites:
3523
3524                 - JRE 1.x (1.4 here): there must be one from your distro
3525                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3526                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3527                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3528
3529                 See my posts for further info about the installation of this toolchain:
3530
3531                 Date: Fri, 19 May 2006 19:40:06 +0200
3532                 From: wwp <subscript@free.fr>
3533                 To: sylpheed-claws-devel@lists.sourceforge.net
3534                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3535
3536                 and
3537
3538                 Date: Wed, 24 May 2006 12:58:49 +0200
3539                 From: wwp <subscript@free.fr>
3540                 To: sylpheed-claws-devel@lists.sourceforge.net
3541                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3542
3543 2006-06-01 [colin]      2.2.0cvs71
3544
3545         * src/compose.c
3546                 Better guards against IMAP races
3547         * src/main.c
3548         * src/prefs_common.c
3549         * src/prefs_common.h
3550         * src/common/ssl_certificate.c
3551         * src/etpan/imap-thread.c
3552         * src/etpan/imap-thread.h
3553         * src/gtk/sslcertwindow.c
3554                 New hidden option ssl_skip_cert_check to 
3555                 avoid dups of bug #959 (libetpan linked
3556                 against gnutls and gnutls buggy on 64bit)
3557                 Present expired warning only once per
3558                 session/server.
3559         * manual/advanced.xml
3560         * manual/fr/advanced.xml
3561                 Document new option
3562
3563 2006-06-01 [wwp]        2.2.0cvs70
3564
3565         * src/messageview.c
3566                 fix for bug #961 (return receipt dialog 
3567                 complains incorrectly about return-path 
3568                 email adress being different), thanks 
3569                 to Colin.
3570
3571 2006-05-31 [cleroy]     2.2.0cvs69
3572
3573         * src/common/ssl.c
3574                 Guard against NULLs, although this
3575                 should never be an issue
3576
3577 2006-05-31 [colin]      2.2.0cvs68
3578
3579         * src/filtering.c
3580                 Use g_slist_prepend
3581         * src/imap.c
3582                 Don't remove caches when destroying folder, it
3583                 could (should) be done at exit
3584         * src/inc.c
3585                 free processing cache after incorporation
3586         * src/etpan/imap-thread.c
3587                 Maybe fix bug #959 (Crash on moving to emails 
3588                 to a imap account per ssl with a expired 
3589                 certificate.)
3590
3591 2006-05-30 [colin]      2.2.0cvs67
3592
3593         * src/summaryview.c
3594                 Put back event flush when displaying message
3595                 It avoids reading a bunch of messages just
3596                 by hitting shift-n for too long ;)
3597
3598 2006-05-29 [colin]      2.2.0cvs66
3599
3600         * src/summaryview.c
3601                 Remove useless g_warnings
3602
3603 2006-05-29 [colin]      2.2.0cvs65
3604
3605         * src/imap.c
3606                 Fix g_slist_append()s for performance
3607
3608 2006-05-29 [colin]      2.2.0cvs64
3609
3610         * src/compose.c
3611         * src/common/utils.c
3612                 Fix extraneous tab at start of addresses
3613         * src/mainwindow.c
3614                 Fix warnings (thanks to Fabien)
3615                 Fix crash at exit when composing messages 
3616                 exist
3617         * src/pop.c
3618                 Fix progress bar when deleting expired mails
3619                 Thanks to Hiro
3620         * src/summaryview.c
3621         * src/gtk/gtksctree.c
3622                 Fix re-sorting slowness
3623
3624 2006-05-29 [paul]       2.2.0cvs63
3625
3626         * src/mh.c
3627                 fetch full message when moving mails
3628                 from another mailbox, (fixed data loss
3629                 when filtering from IMAP to MH, introduced
3630                 in 2.2.0cvs57).
3631                 Thanks to Colin
3632
3633 2006-05-29 [mones]      2.2.0cvs62
3634
3635         * src/gtk/gtksctree.c
3636                 Unselect faster (patch by Colin)        
3637
3638 2006-05-26 [colin]      2.2.0cvs61
3639
3640         * src/summaryview.c
3641                 Unplug MSGINFO_UPDATE callback on delete too.
3642
3643 2006-05-26 [colin]      2.2.0cvs60
3644
3645         * src/foldersel.c
3646                 Fix bold in folder selection window with glib2.10
3647                 thanks Hiro
3648
3649 2006-05-26 [colin]      2.2.0cvs59
3650
3651         * src/procheader.c
3652                 Convert date only if necessary (and don't
3653                 try to convert from utf8 to utf8, too)
3654         * src/summaryview.c
3655                 Only set column's text if the column's 
3656                 displayed
3657
3658 2006-05-26 [colin]      2.2.0cvs58
3659
3660         * src/summaryview.c
3661         * src/gtk/gtkutils.c
3662                 Fix useless warning
3663
3664 2006-05-26 [colin]      2.2.0cvs57
3665
3666         * src/mainwindow.c
3667                 Make summaryview selectable as long as 
3668                 no message has focus
3669         * src/mh.c
3670                 Faster deletion (by implementing mh_remove_msgs)
3671                 Faster copy (avoid using mh_fetch_msg just to get
3672                 the filename)
3673                 Faster move (using move_file instead of copy_file
3674                 if MSG_IS_MOVE)
3675                 No progressbar if total number of mails to cp/mv 
3676                 is less than 100
3677         * src/summaryview.c
3678                 Fix removal from subject_table when mail gets moved
3679                 Faster deletion (g_slist_prepend instead of append)
3680         * src/gtk/gtksctree.c
3681                 Remove useless code
3682
3683 2006-05-25 [colin]      2.2.0cvs56
3684
3685         * src/common/ssl_certificate.c
3686                 Fix leak in expired cert check
3687
3688 2006-05-25 [colin]      2.2.0cvs55
3689
3690         * src/mh.c
3691                 Disable flags syncing on .mh_sequences - it
3692                 is buggy and marks mails read under unknown
3693                 conditions.
3694
3695 2006-05-25 [paul]
3696
3697         * 2.3.0-rc4 released
3698
3699 2006-05-24 [colin]      2.2.0cvs54
3700
3701         attention cvs users: if you manage to crash
3702         Sylpheed-Claws while moving, copying or deleting
3703         mails, we *are* interested in stack traces and
3704         valgrind logs. It looks stable, but one never
3705         knows...
3706
3707         * src/folder.c
3708                 Add progressbar for cache updates
3709         * src/folderutils.c
3710                 Optimize Mark all read in the current
3711                 folder
3712         * src/mh.c
3713                 Add progressbar for copy/move
3714         * src/procmsg.c
3715                 Optimize O(n^2) in copy/move
3716         * src/summaryview.c
3717         * src/gtk/gtksctree.c
3718                 Optimize O(n^2) algos
3719         * src/common/timing.h
3720                 Display ms instead of us
3721
3722 2006-05-24 [wwp]        2.2.0cvs53
3723
3724         * manual/fr/advanced.xml
3725                 updates to the French manual.
3726
3727 2006-05-24 [wwp]        2.2.0cvs52
3728
3729         * src/common/utils.c
3730                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3731
3732 2006-05-24 [wwp]        2.2.0cvs51
3733
3734         * src/folderutils.c
3735                 fixed "mark all read" in MH folders (thanks to Colin).
3736
3737 2006-05-24 [paul]       2.2.0cvs50
3738
3739         * doc/man/sylpheed-claws.1
3740                 updated the man page
3741
3742 2006-05-23 [colin]      2.2.0cvs49
3743
3744         * src/folderview.c
3745         * src/imap.c
3746         * src/inc.c
3747         * src/mbox.c
3748         * src/messageview.c
3749         * src/news.c
3750         * src/send_message.c
3751         * src/summaryview.c
3752         * src/gtk/sslcertwindow.c
3753                 alertpanel fixes, by Fabien
3754
3755 2006-05-23 [colin]      2.2.0cvs48
3756
3757         * src/folder.c
3758         * src/folderview.c
3759         * src/msgcache.c
3760         * src/summaryview.c
3761         * src/gtk/gtksctree.c
3762         * src/gtk/gtksctree.h
3763                 More timings
3764                 Fix slow loading problem, which was caused by the
3765                 use of some gtk_ctree funcs and their use of
3766                 g_list_position while gtk_ctree_(un)link'ing.
3767                 Reap more functions from gtkctree.c to be sure we
3768                 use our (fast) version instead of theirs.
3769         * src/mh.c
3770                 Fix copy of unread mails
3771
3772
3773 2006-05-22 [wwp]        2.2.0cvs47
3774
3775         * manual/fr/advanced.xml
3776                 updated.
3777
3778 2006-05-22 [colin]      2.2.0cvs46
3779
3780         * src/filtering.c
3781                 Fix possible infinite loop. 'copy' is not a 
3782                 final action, so when encountering a 'copy',
3783                 we have to check if a previous one was set
3784                 and do it. In the same way, if we encounter
3785                 a 'move' we have to perform a possibly 
3786                 pending 'copy'. This will slow down filtering
3787                 on IMAP if move+copy or multiple copy actions
3788                 are to be done, but handling it via the batch
3789                 would be really too convoluted.
3790
3791 2006-05-22 [wwp]        2.2.0cvs45
3792
3793         * manual/fr/advanced.xml
3794         * manual/fr/faq.xml
3795         * manual/fr/glossary.xml
3796         * manual/fr/handling.xml
3797         * manual/fr/intro.xml
3798         * manual/fr/plugins.xml
3799         * manual/fr/sylpheed-claws-manual.xml
3800                 sync w/ the english manual: updates URIs, documented mailing-list
3801                 support, better explanation about the enabled/disabled feature
3802                 in filtering/processing rules by Paul.
3803
3804 2006-05-21 [colin]      2.2.0cvs44
3805
3806         * src/summaryview.c
3807                 Don't expand after building threads, but during
3808
3809 2006-05-21 [colin]      2.2.0cvs43
3810
3811         * src/procmsg.c
3812         * src/summaryview.c
3813                 More timing possibilities... For next time I have 
3814                 to find out how the hell some 3GHz computer takes
3815                 one minute to open a 30k folder...
3816
3817 2006-05-21 [colin]      2.2.0cvs42
3818
3819         * manual/pl/advanced.xml
3820         * manual/pl/faq.xml
3821         * manual/pl/glossary.xml
3822         * manual/pl/handling.xml
3823         * manual/pl/intro.xml
3824         * manual/pl/plugins.xml
3825         * manual/pl/sylpheed-claws-manual.xml
3826                 Polish manual updated by Pawel
3827
3828 2006-05-20 [colin]
3829
3830         * 2.3.0-rc3 released
3831
3832 2006-05-20 [colin]      2.2.0cvs41
3833
3834         * src/imap.c
3835                 Fix -rc2 problems:
3836                 - remove cache of moved messages from original folder
3837                 - apply new flags to messages even if they aren't appliable
3838                   via IMAP.
3839
3840 2006-05-20 [colin]
3841
3842         * 2.3.0-rc2 released
3843
3844 2006-05-19 [colin]      2.2.0cvs40
3845
3846         * src/imap.c
3847                 Don't issue SELECT in imap_change_flags
3848                 before having checked that we indeed have
3849                 some flags to change. MSG_POSTFILTERED for
3850                 example can't be used on IMAP.
3851                 Fixes bug #955 (copying messages between 
3852                 imap folders is extremely slow), which was
3853                 a regression.
3854
3855 2006-05-19 [colin]      2.2.0cvs39
3856
3857         * src/folder.c
3858         * src/folder.h
3859         * src/folderview.c
3860                 Try to fix bug #830 (Some unread messages 
3861                 get marked read in IMAP inbox):
3862                 - Prevent scanning a folder if it's being 
3863                   opened via the GUI
3864                 - Postpone opening via the GUI of a folder
3865                   currently scanned.
3866
3867
3868 2006-05-19 [wwp]        2.2.0cvs38
3869
3870         * manual/advanced.xml
3871                 fix English+typo (thanks to Paul).
3872
3873 2006-05-19 [wwp]        2.2.0cvs37
3874
3875         * manual/advanced.xml
3876         * manual/fr/advanced.xml
3877         * src/gtk/logwindow.c
3878         * src/prefs_common.c
3879         * src/prefs_common.h
3880                 added hidden prefs to allow customization of colors used in
3881                 protocol log window (useful for dark gtk+ themes).
3882
3883 2006-05-19 [wwp]        2.2.0cvs36
3884
3885         * ChangeLog
3886                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3887
3888 2006-05-19 [paul]       2.2.0cvs35
3889
3890         * src/textview.c
3891                 make Reply-To fully clickable
3892         * src/gtk/logwindow.c
3893                 more colouring (SMTP ESMTP)
3894         Both patches by Pawel Pekala
3895
3896 2006-05-19 [cleroy]     2.2.0cvs34
3897
3898         * src/mh.c
3899                 Don't update flags from current folder
3900                 Probably fixes bug #935 (Read Messages 
3901                 Revert to Being Marked as Unread)
3902
3903 2006-05-18 [colin]      2.2.0cvs33
3904
3905         * src/imap.c
3906                 Warning fix
3907         * src/compose.c
3908         * src/mainwindow.c
3909         * src/summaryview.c
3910         * src/toolbar.c
3911                 Allow replying to multiple emails
3912                 in multiple windows
3913         * src/mimeview.c
3914         * src/etpan/imap-thread.c
3915                 Leak fixes
3916
3917 2006-05-18 [paul]       2.2.0cvs32
3918
3919         * src/summaryview.c
3920                 keep Mailing-List menu refreshed
3921                 Thanks to Colin
3922
3923 2006-05-18 [paul]       2.2.0cvs31
3924
3925         * manual/advanced.xml
3926         * manual/faq.xml
3927         * manual/glossary.xml
3928         * manual/handling.xml
3929         * manual/intro.xml
3930         * manual/plugins.xml
3931         * manual/sylpheed-claws-manual.xml
3932                 update URLs
3933                 add info about mailing-list support
3934                 edit filtering info
3935         * src/wizard.c
3936         * src/common/defs.h
3937         * src/gtk/about.c
3938         * src/plugins/dillo_viewer/README
3939                 update URLs
3940
3941 2006-05-17 [wwp]        2.2.0cvs30
3942
3943         * manual/handling.xml
3944         * manual/fr/handling.xml
3945                 documented the ability to enabled/disable filtering/processing rules.
3946
3947 2006-05-17 [colin]      2.2.0cvs29
3948
3949         * src/main.c
3950                 Don't initialize g_thread subsystem if it's 
3951                 already done (thanks to Hiro)
3952         * src/mimeview.c
3953                 Fix saving of parts when there name can't be
3954                 converted from UTF-8.
3955
3956 2006-05-17 [paul]       2.2.0cvs28
3957
3958         * po/Makefile.in.in
3959                 fix config.status warning with autoconf 2.60
3960
3961 2006-05-17 [paul]       2.2.0cvs27
3962
3963         * po/POTFILES.in
3964                 add src/mbox.c
3965
3966 2006-05-17 [wwp]        2.2.0cvs26
3967
3968         * src/mainwindow.c
3969                 fix useless and potentially dangerous buffer walking (thanks to Colin).
3970
3971 2006-05-17 [wwp]        2.2.0cvs25
3972
3973         * src/plugins/demo/demo.c
3974                 updated product name in plugin demo (many plugins need to be
3975                 sync'ed w/ that change).
3976
3977 2006-05-17 [colin]      2.2.0cvs24
3978
3979         * src/mh.c
3980                 Fix leak
3981
3982 2006-05-16 [colin]      2.2.0cvs23
3983
3984         * src/mainwindow.c
3985                 Stupid me hit again. Fix cvs22.
3986
3987 2006-05-16 [colin]      2.2.0cvs22
3988
3989         * src/mainwindow.c
3990                 Fix bug #922 (sylpheed-claws crashed after 
3991                 pushing on Inbox folder)
3992
3993 2006-05-16 [colin]      2.2.0cvs21
3994
3995         * src/compose.c
3996                 Make From header be copy/paste/select-able
3997
3998 2006-05-16 [wwp]        2.2.0cvs20
3999
4000         * src/export.c
4001         * src/matcher.c
4002         * src/summaryview.c
4003         * src/etpan/imap-thread.c
4004                 fix some compiler warnings (thanks to Colin).
4005
4006 2006-05-16 [wwp]        2.2.0cvs19
4007
4008         * src/action.c
4009         * src/gedit-print.c
4010         * src/inc.c
4011         * src/mainwindow.c
4012         * src/mh.c
4013         * src/statusbar.c
4014         * src/send_message.c
4015         * src/summaryview.c
4016                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
4017
4018 2006-05-15 [colin]      2.2.0cvs18
4019
4020         * src/procmsg.c
4021                 Fix automatic rule creation with List-Post
4022
4023 2006-05-15 [paul]       2.2.0cvs17
4024
4025         * tools/filter_conv_new.pl
4026                 updated for rule enabling/disabling
4027                 claws version >= 2.3.x required
4028
4029 2006-05-15 [cleroy]     2.2.0cvs16
4030
4031         * src/main.c
4032                 Revert test
4033
4034 2006-05-15 [cleroy]     2.2.0cvs15
4035
4036         * src/main.c
4037                 test
4038
4039 2006-05-15 [wwp]        2.2.0cvs14
4040
4041         * manual/pl/.cvsignore
4042                 ignore generated files.
4043
4044 2006-05-14 [wwp]        2.3.0-rc1
4045
4046         * 2.3.0-rc1 released
4047
4048 2006-05-13 [wwp]        2.2.0cvs13
4049
4050         * src/filtering.c
4051         * src/filtering.h
4052         * src/matcher.c
4053         * src/matcher_parser_lex.l
4054         * src/matcher_parser_parse.y
4055         * src/prefs_filtering.c
4056                 new feature: provide the ability to disable filtering and processing
4057                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4058                 adaptations.
4059
4060 2006-05-13 [colin]      2.2.0cvs12
4061
4062         * src/compose.c
4063                 Remove useless if (a) b; else b;
4064                 Thanks to wwp
4065
4066 2006-05-13 [wwp]        2.2.0cvs11
4067
4068         * src/export.c
4069         * src/import.c
4070         * src/mainwindow.c
4071         * src/mbox.c
4072         * src/summaryview.c
4073         * src/summaryview.h
4074                 no more silent failures (or at least less ones) when importing
4075                 or exporting from/to mbox. Also start importing/exporting if
4076                 the necessary info is set.
4077
4078 2006-05-13 [wwp]        2.2.0cvs10
4079
4080         * RELEASE_NOTES
4081                 restored up-to-date release notes.
4082
4083 2006-05-13 [paul]       2.2.0cvs9
4084
4085         * po/nl.po
4086         * po/ru.po
4087                 updated by Tim Dijkstra and Pavlo Bohmat
4088
4089 2006-05-12 [colin]      2.2.0cvs8
4090
4091         * src/gtk/quicksearch.c
4092                 Add "k" as shortcut for "colorlabel". Patch
4093                 by ath42@users.sf.net.
4094
4095 2006-05-12 [paul]       2.2.0cvs7
4096
4097         * src/prefs_common.h
4098         * src/prefs_summaries.c
4099         * src/summaryview.c
4100                 when entering a folder also allow
4101                 going directly to first Marked message
4102
4103 2006-05-12 [paul]       2.2.0cvs6
4104
4105         * src/summaryview.c
4106                 always obey 'confirm before marking all
4107                 mails read' option
4108
4109 2006-05-12 [paul]       2.2.0cvs5
4110
4111         * src/textview.c
4112                 make Sender fully clickable
4113
4114 2006-05-12 [colin]      2.2.0cvs4
4115
4116         * src/compose.c
4117         * src/compose.h
4118                 Let From be editable
4119         * src/main.c
4120         * src/mh.c
4121                 Full support of .mh_sequences' Unseen seq
4122
4123 2006-05-12 [colin]      2.2.0cvs3
4124
4125         * src/folder.c
4126         * src/mainwindow.c
4127         * src/mainwindow.h
4128         * src/messageview.c
4129         * src/prefs_spelling.c
4130         * src/procheader.c
4131         * src/procmsg.c
4132         * src/procmsg.h
4133         * src/summaryview.c
4134         * src/toolbar.c
4135         * src/toolbar.h
4136                 Add contextual menu on Compose toolbar
4137                 button. Fixes bug #944 (Automatic
4138                 addresses not applied when changing account
4139                 from compose window)
4140                 add Mailing List support
4141                 based on the old 0.6.5claws25 patch by
4142                 Melvin Hadasht, with finishing touches
4143                 by Colin
4144                 Fix "ignore thread" when mails are threaded by
4145                 subject (and weren't ignored although appearing
4146                 in the thread).
4147                 GUI rework.
4148                 Both patches by Pawel.
4149
4150 2006-05-08 [paul]       2.2.0cvs2
4151
4152         * src/mainwindow.c
4153         * src/mainwindow.h
4154         * src/messageview.c
4155         * src/procheader.c
4156         * src/procmsg.c
4157         * src/procmsg.h
4158         * src/summaryview.c
4159                 add Mailing List support
4160                 based on the old 0.6.5claws25 patch by 
4161                 Melvin Hadasht, with finishing touches
4162                 by Colin
4163
4164 2006-05-08 [colin]      2.2.0cvs1
4165
4166         * src/mainwindow.c
4167         * src/toolbar.c
4168         * src/toolbar.h
4169                 Add contextual menu on Compose toolbar 
4170                 button. Fixes bug #944 (Automatic 
4171                 addresses not applied when changing account 
4172                 from compose window)
4173
4174 2006-05-08 [paul]       2.2.0
4175
4176         2.2.0 released
4177
4178 2006-05-08 [paul]       2.1.1cvs51
4179
4180         * po/cs.po
4181         * po/de.po
4182         * po/en_GB.po
4183         * po/fi.po
4184         * po/fr.po
4185         * po/pt_BR.po
4186         * po/sr.po
4187         * po/zh_CN.po
4188                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4189                 Fabien Vantard, Frederico Goncalves Guimaraes,
4190                 Aleksandar Urosevic, and Ralgh Young
4191
4192 2006-05-12 [colin]      2.1.1cvs50
4193
4194         * po/cs.po
4195         * po/de.po
4196         * po/en_GB.po
4197         * po/es.po
4198         * po/fi.po
4199         * po/fr.po
4200         * po/pt_BR.po
4201         * po/sr.po
4202         * po/zh_CN.po
4203                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4204                 Fabien Vantard, Frederico Goncalves Guimaraes,
4205                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4206
4207 2006-05-05 [colin]      2.1.1cvs49
4208
4209         * manual/Makefile.am
4210         * manual/pl/Makefile.am
4211         * manual/pl/account.xml
4212         * manual/pl/ack.xml
4213         * manual/pl/addrbook.xml
4214         * manual/pl/advanced.xml
4215         * manual/pl/faq.xml
4216         * manual/pl/glossary.xml
4217         * manual/pl/gpl.xml
4218         * manual/pl/handling.xml
4219         * manual/pl/intro.xml
4220         * manual/pl/keyboard.xml
4221         * manual/pl/plugins.xml
4222         * manual/pl/starting.xml
4223         * manual/pl/sylpheed-claws-manual.xml
4224         * manual/pl/dist/.cvsignore
4225         * manual/pl/dist/Makefile.am
4226         * manual/pl/dist/html/.cvsignore
4227         * manual/pl/dist/html/Makefile.am
4228         * manual/pl/dist/pdf/.cvsignore
4229         * manual/pl/dist/pdf/Makefile.am
4230         * manual/pl/dist/ps/.cvsignore
4231         * manual/pl/dist/ps/Makefile.am
4232         * manual/pl/dist/txt/.cvsignore
4233         * manual/pl/dist/txt/Makefile.am
4234                 Add the polish translation of the manual,
4235                 Authored by Pawel Pekala.
4236
4237 2006-05-05 [cleroy]     2.1.1cvs48
4238
4239         * src/main.c
4240                 Re-read matcherrc after loading plugins 
4241                 if some of them add folders.
4242
4243 2006-05-03 [colin]      2.1.1cvs47
4244
4245         * src/imap.c
4246                 I'm idiot
4247
4248 2006-05-03 [colin]      2.1.1cvs46
4249
4250         * src/imap.c
4251                 Be sure to have a session when
4252                 getting separator
4253
4254 2006-05-03 [colin]      2.1.1cvs45
4255
4256         * src/imap.c
4257         * src/imap.h
4258         * src/imap_gtk.c
4259                 Fix preventing renaming with namespace 
4260                 separator.
4261
4262 2006-05-01 [colin]      2.1.1cvs44
4263
4264         * src/action.c
4265                 Don't reload messageview when result of
4266                 action is piped.
4267
4268 2006-04-29 [colin]      2.1.1cvs43
4269
4270         * src/prefs_receive.c
4271         * src/plugins/spamassassin/spamassassin_gtk.c
4272         * src/plugins/clamav/clamav_plugin_gtk.c
4273                 GUI fixes by Pawel
4274
4275 2006-04-29 [colin]      2.1.1cvs42
4276
4277         * src/prefs_compose_writing.c
4278         * src/prefs_quote.c
4279                 Cleanups. Patch by Pawel
4280
4281 2006-04-28 [paul]       2.1.1cvs41
4282
4283         * src/matcher.c
4284                 fix returned quick search results when search
4285                 term contains an underscore.
4286                 Thanks to Colin
4287
4288 2006-04-28 [paul]       2.1.1cvs40
4289
4290         * src/prefs_message.c
4291         * src/prefs_receive.c
4292                 GUI cleanups
4293                 Patches by Pawel Pekala
4294
4295 2006-04-27 [colin]      2.1.1cvs39
4296
4297         * src/wizard.c
4298                 Differentiate subject Welcome from
4299                 window's title Welcome
4300
4301 2006-04-27 [paul]
4302
4303         2.2.0-rc1 released
4304
4305 2006-04-27 [paul]       2.1.1cvs38
4306
4307         * manual/advanced.xml
4308         * manual/fr/advanced.xml
4309                 add info about compose_no_markup hidden pref
4310
4311 2006-04-27 [paul]       2.1.1cvs37
4312
4313         * src/prefs_account.c
4314                 improve privacy labels
4315         * src/prefs_msg_colors.c
4316                 change some strings for translators' convenience
4317         * src/gtk/gtkutils.c
4318                 don't underline the link button text
4319
4320 2006-04-25 [colin]      2.1.1cvs36
4321
4322         * src/folder.c
4323                 Complete 2.1.1cvs33 (once more ;)
4324
4325 2006-04-25 [colin]      2.1.1cvs35
4326
4327         * src/editldap.c
4328                 Fix tooltip
4329
4330 2006-04-25 [cleroy]     2.1.1cvs34
4331
4332         * src/compose.c
4333         * src/gtk/gtkaspell.c
4334                 Fix crash on redirect (related to the return 
4335                 of the aspell menu in compose's toolbar)
4336         * src/prefs_msg_colors.c
4337                 Fix sensitivity widgets
4338         * src/image_viewer.c
4339         * src/gtk/pluginwindow.c
4340         * src/gtk/prefswindow.c
4341                 Change released signals to clicked (Fabien)
4342         * po/POTFILES.in
4343         * src/common/socket.c
4344         * src/plugins/spamassassin/spamassassin.c
4345                 Translate strings (Fabien)
4346
4347 2006-04-25 [paul]       2.1.1cvs33
4348
4349         * src/folder.c
4350         * src/folder.h
4351         * src/folderview.c
4352                 complete the fix of bug #912
4353                 Thanks to Colin
4354
4355 2006-04-25 [colin]      2.1.1cvs32
4356
4357         * src/news.c
4358                 Better progress bar
4359         * src/mimeview.c
4360         * src/summaryview.c
4361         * src/summaryview.h
4362                 Fix focus chain
4363                 Patches by Pawel Pekala
4364
4365 2006-04-24 [colin]      2.1.1cvs31
4366
4367         * src/compose.c
4368                 Fix compilation warnings (Fabien)
4369
4370 2006-04-24 [colin]      2.1.1cvs30
4371
4372         * src/addrindex.c
4373         * src/editldap.c
4374         * src/editldap_basedn.c
4375         * src/editldap_basedn.h
4376         * src/ldapctrl.c
4377         * src/ldapctrl.h
4378         * src/ldapquery.c
4379         * src/ldaputil.c
4380         * src/ldaputil.h
4381                 Fix bug #901 (LDAPS support)
4382
4383 2006-04-24 [colin]      2.1.1cvs29
4384
4385         * src/compose.c
4386                 Fix logic on error with send dialog on
4387         * src/imap.c
4388                 Fix compilation without libetpan, thanks
4389                 to Fabien
4390         * src/summaryview.c
4391                 Fix 'context-menu' key
4392
4393 2006-04-23 [colin]      2.1.1cvs28
4394
4395         * src/folder.c
4396                 Never free current's cache to free up 
4397                 memory. Fixes bug #912 (new count 
4398                 randomly set to message count)
4399
4400 2006-04-23 [colin]      2.1.1cvs27
4401
4402         * src/gtk/quicksearch.c
4403                 And remove printf...
4404
4405 2006-04-23 [colin]      2.1.1cvs26
4406
4407         * src/gtk/quicksearch.c
4408                 Fix replacing in quicksearch, and fix inserting
4409                 in the middle of the string. (introduced at 2.1.0cvs22)
4410
4411 2006-04-23 [colin]      2.1.1cvs25
4412
4413         * src/imap.c
4414                 Make sure uidnext is initialized in get_num_list
4415                 (not for stable, related to 2.1.1cvs8 and friends)
4416
4417 2006-04-23 [colin]      2.1.1cvs24
4418
4419         * src/imap.c
4420                 Output something when login is successful
4421                 too
4422
4423 2006-04-23 [colin]      2.1.1cvs23
4424
4425         * src/etpan/imap-thread.c
4426                 Better logging (line-per-line, hide data in fetch)
4427                 Fix a const warning
4428         * src/gtk/logwindow.c
4429         * src/gtk/logwindow.h
4430                 Better logging (color for input/output)
4431
4432 2006-04-21 [colin]      2.1.1cvs22
4433
4434         * src/gtk/quicksearch.c
4435                 On gtk+-2.8, use stock buttons in quicksearch
4436                 Based on a patch by Fabien and a design by Paul
4437
4438 2006-04-21 [colin]      2.1.1cvs21
4439
4440         * src/folderview.c
4441         * src/mainwindow.c
4442                 Fix occasional flicker in folderview
4443         * src/common/utils.c
4444                 Fix bug #943 (Incorrectly parsed email address 
4445                 list in short headers on message view and in 
4446                 printouts)
4447
4448 2006-04-20 [colin]      2.1.1cvs20
4449
4450         * src/imap.c
4451         * src/imap.h
4452         * src/prefs_account.c
4453                 Add ANONYMOUS auth for IMAP
4454
4455 2006-04-20 [paul]       2.1.1cvs19
4456
4457         * src/main.c
4458                 proper fix for 2.1.1cvs18
4459                 Thanks to Colin
4460
4461 2006-04-20 [paul]       2.1.1cvs18
4462
4463         * src/main.c
4464                 fix build warnings
4465
4466 2006-04-20 [paul]       2.1.1cvs17
4467
4468         * src/gtk/quicksearch.c
4469                 fix standard, non-extended Quick search,
4470                 was broken in 2.1.1cvs15.
4471                 Thanks to Colin.
4472
4473 2006-04-20 [colin]      2.1.1cvs16
4474
4475         * src/prefs_matcher.c
4476                 Fix values when reselecting a ~test
4477                 rule
4478
4479 2006-04-19 [colin]      2.1.1cvs15
4480
4481         * src/compose.c
4482         * src/compose.h
4483         * src/gtk/gtkaspell.c
4484         * src/gtk/gtkaspell.h
4485                 Put back Options menu in Spelling/
4486         * src/gtk/quicksearch.c
4487                 Don't search, and show error, if the
4488                 advanced search has a syntax error
4489
4490 2006-04-18 [colin]      2.1.1cvs14
4491
4492         * src/textview.c
4493                 Fix gdk warnings on set_cursor when textview
4494                 isn't visible
4495
4496 2006-04-18 [colin]      2.1.1cvs13
4497
4498         * src/gtk/gtksctree.c
4499                 Remove seemingly useless refresh that causes
4500                 flicker - watch this commit in case of 
4501                 problems before planned backport to stable
4502
4503 2006-04-18 [colin]      2.1.1cvs12
4504
4505         * src/imap.c
4506                 Factorize get/set_xml code
4507         * src/compose.c
4508         * src/prefs_account.c
4509         * src/prefs_account.h
4510         * src/procmsg.c
4511                 Add Encrypt to self option
4512
4513 2006-04-17 [colin]      2.1.1cvs11
4514
4515         * configure.ac
4516                 Fix search on encrpyt function on dragonfly
4517                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4518
4519 2006-04-17 [colin]      2.1.1cvs10
4520
4521         * src/prefs_account.c
4522                 Be safe by default: remove mails from POP3
4523                 after 7 days, not immediately
4524
4525 2006-04-17 [colin]      2.1.1cvs9
4526
4527         * src/etpan/imap-thread.c
4528                 Fix build on DragonFly - patch by 
4529                 Jonathan Buschmann <jonthn@agmact.com>
4530
4531 2006-04-17 [colin]      2.1.1cvs8
4532
4533         * src/imap.c
4534                 Save uidnext between sessions
4535
4536 2006-04-17 [colin]      2.1.1cvs7
4537
4538         * src/imap.c
4539                 scan is required when uid validity changes
4540
4541 2006-04-17 [colin]      2.1.1cvs6
4542
4543         * src/folderview.c
4544                 Don't scan if not necessary, apart in current
4545                 folder and INBOX to fetch flags.
4546         * src/imap.c
4547                 Scan is necessary if unread count changes
4548
4549 2006-04-17 [colin]      2.1.1cvs5
4550
4551         * src/imap.c
4552                 ...But always fetch ANSWERED and DELETED flags for
4553                 INBOX, as filtering can happen on these flags.
4554
4555 2006-04-17 [colin]      2.1.1cvs4
4556
4557         * src/imap.c
4558                 Don't fetch REPLIED and DELETED flags when synchronising
4559                 flags with a closed folder. We only need UNSEEN and FLAGGED
4560                 to update the folderview.
4561
4562 2006-04-17 [colin]      2.1.1cvs3
4563
4564         * src/imap.c
4565                 Faster flag search when there are new mails 
4566                 in a folder. We can do a full search if the 
4567                 folder contains less messages than the new
4568                 list.
4569
4570 2006-04-17 [colin]      2.1.1cvs2
4571
4572         * po/cs.po
4573         * po/de.po
4574         * po/fr.po
4575         * po/nl.po
4576         * po/pt_BR.po
4577                 Update translations from stable branch
4578
4579 2006-04-17 [colin]      2.1.1cvs1
4580
4581         * configure.ac
4582                 Bump version to follow stable release
4583
4584 2006-04-16 [mones]      2.1.0cvs50
4585
4586         * po/es.po
4587                 Updated for release
4588
4589 2006-04-16 [colin]      2.1.0cvs49
4590
4591         * src/textview.c
4592                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4593                 with gtk < 2.8. Thanks to Fabien Vantard.
4594
4595 2006-04-15 [colin]      2.1.0cvs48
4596
4597         * src/etpan/imap-thread.c
4598                 Fix bug #919 (libetpan: SEGV when connecting 
4599                 using command)
4600
4601 2006-04-14 [colin]      2.1.0cvs47
4602
4603         * src/main.c
4604                 Fix race on --select (should be done better)
4605
4606 2006-04-14 [wwp]        2.1.0cvs46
4607
4608         * src/send_message.c
4609                 enforce a check for domain in account prefs (a sending
4610                 error could be faced if domain was checked but no value set),
4611                 thanks to Colin.
4612
4613 2006-04-14 [colin]      2.1.0cvs45
4614
4615         * src/codeconv.c
4616                 when converting from unknown to unknown, if the
4617                 string is UTF8, don't convert it to the locale
4618                 (which breaks it)
4619
4620 2006-04-14 [colin]      2.1.0cvs44
4621
4622         * src/compose.c
4623                 Don't try to use ASCII for converting headers
4624                 (as done in body)
4625
4626 2006-04-14 [paul]       2.1.0cvs43
4627
4628         * src/crash.c
4629                 add locale/charset info to crash report
4630         * src/gtk/about.c
4631                 add wwp to doc team
4632                 replace 'e-mail' with preferred 'email'
4633         * src/gtk/authors.h
4634                 ensure contributors list is in alphabetical
4635                 order
4636
4637 2006-04-13 [colin]      2.1.0cvs42
4638
4639         * src/textview.c
4640                 Prevent gdk warnings
4641
4642 2006-04-13 [colin]      2.1.0cvs41
4643
4644         * src/common/ssl_certificate.c
4645         * src/common/ssl_certificate.h
4646         * src/gtk/sslcertwindow.c
4647                 Warn on expired certs, and display the expiration date
4648
4649 2006-04-13 [colin]      2.1.0cvs40
4650
4651         * src/plugins/spamassassin/spamassassin_gtk.c
4652                 Fix missing set_text on unix socket
4653
4654 2006-04-13 [wwp]        2.1.0cvs39
4655
4656         * manual/fr/advanced.xml
4657         * manual/fr/glossary.xml
4658                 applied new spam/ham/email lexicon (pourriel, courriel)
4659
4660 2006-04-13 [paul]       2.1.0cvs38
4661
4662         * src/plugins/pgpmime/plugin.c
4663                 remove the mention of S/MIME from the
4664                 description. This is now handled by the
4665                 S/MIME plugin.
4666
4667 2006-04-13 [paul]       2.1.0cvs37
4668
4669         * src/prefs_msg_colors.c
4670                 rework dialog
4671         * src/prefs_folder_item.c
4672         * src/prefs_spelling.c
4673                 add a tooltip to the colour selector buttons
4674
4675 2006-04-13 [wwp]        2.1.0cvs36
4676
4677         * manual/advanced.xml
4678         * manual/glossary.xml
4679         * manual/handling.xml
4680         * manual/keyboard.xml
4681         * manual/plugins.xml
4682         * manual/starting.xml
4683         * manual/fr/account.xml
4684         * manual/fr/ack.xml
4685         * manual/fr/addrbook.xml
4686         * manual/fr/advanced.xml
4687         * manual/fr/faq.xml
4688         * manual/fr/glossary.xml
4689         * manual/fr/gpl.xml
4690         * manual/fr/handling.xml
4691         * manual/fr/intro.xml
4692         * manual/fr/keyboard.xml
4693         * manual/fr/plugins.xml
4694         * manual/fr/starting.xml
4695         * manual/fr/sylpheed-claws-manual.xml
4696                 fixes to the manuals:
4697                  - summaryview -> Message List (same in French)
4698                  - translate key names
4699                  - fix French punctuation, use non-breakable spaces when
4700                    necessary, don't use &thinsp; which is not portable
4701                  - tell what maildir and mbox formats we support
4702
4703 2006-04-12 [wwp]        2.1.0cvs35
4704
4705         * src/prefs_toolbar.c
4706                 unified a replace button more,
4707                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4708
4709 2006-04-12 [wwp]        2.1.0cvs34
4710
4711         * src/prefs_common.c
4712         * src/prefs_msg_colors.c
4713                 make default color labels translatable,
4714                 patch from Fabien Vantard <fzzzzz@gmail.com>,
4715                 thanks to Tim <timbrain@post.cz> for reporting.
4716
4717 2006-04-12 [wwp]        2.1.0cvs33
4718
4719         * manual/glossary.xml
4720         * manual/intro.xml
4721         * manual/plugins.xml
4722         * manual/starting.xml
4723         * manual/sylpheed-claws-manual.xml
4724         * manual/fr/.cvsignore
4725         * manual/fr/account.xml
4726         * manual/fr/ack.xml
4727         * manual/fr/addrbook.xml
4728         * manual/fr/advanced.xml
4729         * manual/fr/faq.xml
4730         * manual/fr/glossary.xml
4731         * manual/fr/handling.xml
4732         * manual/fr/intro.xml
4733         * manual/fr/keyboard.xml
4734         * manual/fr/plugins.xml
4735         * manual/fr/starting.xml
4736         * manual/fr/sylpheed-claws-manual.xml
4737                 various fixes: typos, missing .fr translations, punctuation,
4738                 capitalization, links, accents and some bad French more.
4739
4740 2006-04-12 [wwp]        2.1.0cvs32
4741
4742         * src/prefs_gtk.c
4743                 fix for bug #935: always store prefs files in UTF-8 (thanks
4744                 to Colin).
4745
4746 2006-04-11 [colin]      2.1.0cvs31
4747
4748         * src/compose.c
4749                 Fix inserting files not in utf8 when locale is utf8
4750
4751 2006-04-11 [colin]      2.1.0cvs30
4752
4753         * src/inc.c
4754                 Don't show error dialog when cancelling connection
4755                 Patch by Pawel
4756
4757 2006-04-11 [cleroy]     2.1.0cvs29
4758
4759         * src/compose.c
4760                 Implement multiple quote levels
4761         * src/prefs_common.c
4762                 Change a little bit the quote bgcolor for 2nd level
4763
4764 2006-04-11 [colin]      2.1.0cvs28
4765
4766         * src/gtk/about.c
4767                 Add locale and charset in the label
4768
4769 2006-04-10 [colin]      2.1.0cvs27
4770
4771         * src/compose.c
4772         * src/prefs_common.c
4773         * src/prefs_common.h
4774         * src/prefs_msg_colors.c
4775         * src/textview.c
4776                 Allow optional background color in quotes
4777                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4778                 GTK+-2.8.x feature
4779
4780 2006-04-10 [colin]      2.1.0cvs26
4781
4782         * src/main.c
4783         * src/mainwindow.c
4784         * src/mainwindow.h
4785                 Implement --select
4786
4787 2006-04-10 [colin]      2.1.0cvs25
4788
4789         * manual/plugins.xml
4790         * manual/fr/plugins.xml
4791                 Document libcurl's proxy variables
4792
4793 2006-04-09 [colin]      2.1.0cvs24
4794
4795         * src/prefs_common.c
4796                 gettext() returns statically allocated stuff. We have
4797                 to strdup it in order to be able to free it.
4798
4799 2006-04-09 [colin]      2.1.0cvs23
4800
4801         * AUTHORS
4802         * src/gtk/authors.h
4803                 Add Alexei
4804
4805 2006-04-09 [colin]      2.1.0cvs22
4806
4807         * src/mainwindow.c
4808         * src/gtk/quicksearch.c
4809                 Fix bug #859 (problems with cyrilic input in 
4810                 search panel) - Patch by Alexey Illarionov 
4811                 <littlesavage@rambler.ru>
4812
4813 2006-04-09 [colin]      2.1.0cvs21
4814
4815         * src/prefs_customheader.c
4816                 I prefer removing then freeing rather than the contrary
4817                 (even if it doesn't change anything ;-)
4818         * src/prefs_account.c
4819                 Fix bug #933 (Crash re-entering the custom headers list 
4820                 dialog in accounts prefs)
4821                 The problem happened when cancelling the Account 
4822                 Preferences' dialogs - in which case we didn't do 
4823                 anything to the PrefsAccount * struct. In case of applying,
4824                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4825                 working with in this dialog. The problem is that 
4826                 prefs_customheader.c, working on this tmp_ac_prefs, always
4827                 changes the ->customhdr_list pointer, even when cancelled. 
4828                 So in case of cancelling the prefs_account dialog, we still
4829                 have to update ->customhdr_list in the real account.
4830
4831 2006-04-08 [colin]      2.1.0cvs20
4832
4833         * manual/fr/glossary.xml
4834         * manual/fr/keyboard.xml
4835                 Forgot some headers :)
4836
4837 2006-04-08 [colin]      2.1.0cvs19
4838
4839         * manual/Makefile.am
4840         * manual/fr/Makefile.am
4841         * manual/fr/account.xml
4842         * manual/fr/ack.xml
4843         * manual/fr/addrbook.xml
4844         * manual/fr/advanced.xml
4845         * manual/fr/faq.xml
4846         * manual/fr/glossary.xml
4847         * manual/fr/gpl.xml
4848         * manual/fr/handling.xml
4849         * manual/fr/intro.xml
4850         * manual/fr/keyboard.xml
4851         * manual/fr/plugins.xml
4852         * manual/fr/starting.xml
4853         * manual/fr/sylpheed-claws-manual.xml
4854         * manual/fr/dist/.cvsignore
4855         * manual/fr/dist/Makefile.am
4856         * manual/fr/dist/html/.cvsignore
4857         * manual/fr/dist/html/Makefile.am
4858         * manual/fr/dist/pdf/.cvsignore
4859         * manual/fr/dist/pdf/Makefile.am
4860         * manual/fr/dist/ps/.cvsignore
4861         * manual/fr/dist/ps/Makefile.am
4862         * manual/fr/dist/txt/.cvsignore
4863         * manual/fr/dist/txt/Makefile.am
4864                 Add the french translation of the manual. Thanks to
4865                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4866                 account.xml, ack.xml, addrbook.xml and advanced.xml
4867
4868 2006-04-08 [colin]      2.1.0cvs18
4869
4870         * manual/plugins.xml
4871         * manual/starting.xml
4872                 More fixes
4873
4874 2006-04-07 [colin]      2.1.0cvs17
4875
4876         * manual/faq.xml
4877         * manual/intro.xml
4878         * manual/keyboard.xml
4879                 Little fixes
4880
4881 2006-04-07 [colin]      2.1.0cvs16
4882
4883         * README
4884         * src/compose.c
4885         * src/prefs_common.c
4886         * src/prefs_common.h
4887                 Add hidden compose_no_markup pref
4888
4889 2006-04-07 [wwp]        2.1.0cvs15
4890
4891         * src/summary_search.c
4892         * .cvsignore
4893                 Bugfix: stop button was sticky when searching in an empty folder.
4894                 Applied curly brackets code style to the whole file (summary_search.c).
4895                 More files to ignore.
4896
4897 2006-04-07 [wwp]        2.1.0cvs14
4898
4899         * src/message_search.c
4900         * src/summary_search.c
4901                 changed default button when search bumps at file/folder
4902                 beginning or end, for convenience (thanks to Colin).
4903
4904 2006-04-07 [paul]       2.1.0cvs13
4905
4906         * src/plugins/dillo_viewer/dillo_prefs.c
4907                 avoid future potential for namespace collision
4908                 Patch by Colin
4909
4910 2006-04-06 [wwp]        2.1.0cvs12
4911
4912         * src/summary_search.c
4913                 Unify extended/advanced searches names (and thus factorize labels),
4914                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4915
4916 2006-04-06 [wwp]        2.1.0cvs11
4917
4918         * src/folderview.c
4919         * src/prefs_themes.c
4920         * src/summaryview.c
4921                 Fixed some compilation warnings.
4922
4923 2006-04-06 [colin]      2.1.0cvs10
4924
4925         * manual/advanced.xml
4926                 Document the wizard template and how to deploy
4927                 Sylpheed-Claws effectively
4928
4929 2006-04-06 [colin]      2.1.0cvs9
4930
4931         * src/folderview.c
4932                 gettext patch to tell translators about _("#"),
4933                 by Maxim Britov
4934
4935 2006-04-06 [colin]      2.1.0cvs8
4936
4937         * src/textview.c
4938                 Fix invalid GtkTextBIter after clicking "Display as text"
4939
4940 2006-04-06 [mones]      2.1.0cvs7
4941
4942         * src/addr_compl.c
4943         * src/addrindex.c
4944         * src/addritem.c
4945         * src/codeconv.c
4946         * src/compose.c
4947         * src/filtering.c
4948         * src/folder.c
4949         * src/folder_item_prefs.c
4950         * src/folderview.c
4951         * src/localfolder.c
4952         * src/matcher.c
4953         * src/mimeview.c
4954         * src/prefs_msg_colors.c
4955         * src/prefs_spelling.c
4956         * src/prefs_themes.c
4957         * src/procmime.c
4958         * src/procmsg.c
4959         * src/stock_pixmap.c
4960         * src/summaryview.c
4961         * src/textview.c
4962         * src/toolbar.c
4963         * src/common/mgutils.c
4964         * src/common/prefs.c
4965         * src/common/ssl_certificate.c
4966         * src/gtk/colorlabel.c
4967         * src/gtk/quicksearch.c
4968         * src/plugins/pgpmime/pgpmime.c
4969         * src/plugins/spamassassin/spamassassin.c
4970                 Removed redundant NULL checks for g_free() calls.
4971                 Patch by Pawel Pekala.
4972
4973 2006-04-06 [mones]      2.1.0cvs6
4974
4975         * src/prefs_actions.c
4976         * src/prefs_filtering.c
4977         * src/prefs_filtering_action.c
4978         * src/prefs_matcher.c
4979         * src/prefs_template.c
4980         * src/gtk/gtkutils.c
4981         * src/gtk/gtkutils.h
4982                 Have a nice replace button. Patch by Pawel Pekala
4983
4984 2006-04-06 [colin]      2.1.0cvs5
4985
4986         * src/addressbook.c
4987                 Fix crash with empty columns
4988
4989 2006-04-05 [colin]      2.1.0cvs4
4990
4991         * src/wizard.c
4992         * src/prefs_gtk.c
4993                 Allow wizard customization with pre-filled values
4994
4995 2006-04-05 [colin]      2.1.0cvs3
4996
4997         * src/textview.c
4998         * src/mimeview.c
4999         * src/mimeview.h
5000                 Nicer messages in mimeview
5001
5002 2006-04-05 [colin]      2.1.0cvs2
5003
5004         * src/addressbook.c
5005         * src/prefs_summaries.c
5006                 i18n fix
5007
5008 2006-04-05 [colin]      2.1.0cvs1
5009
5010         * src/plugins/pgpcore/plugin.c
5011         * src/plugins/pgpcore/select-keys.c
5012         * src/plugins/pgpcore/select-keys.h
5013         * src/plugins/pgpcore/sgpgme.c
5014         * src/plugins/pgpcore/sgpgme.h
5015         * src/plugins/pgpinline/pgpinline.c
5016         * src/plugins/pgpinline/plugin.c
5017         * src/plugins/pgpmime/pgpmime.c
5018         * src/plugins/pgpmime/plugin.c
5019                 Factorize and generalize a bit 
5020                 Drop S/MIME signature verification from PGP/MIME
5021                 (adding it as another, more complete plugin)
5022
5023 2006-04-05 [paul]       2.1.0
5024
5025         2.1.0 released
5026
5027 2006-04-05 [paul]       2.0.0cvs186
5028
5029         * manual/advanced.xml
5030                 add info on colour labels
5031
5032 2006-04-05 [paul]       2.0.0cvs185
5033
5034         * po/bg.po
5035         * po/cs.po
5036         * po/de.po
5037         * po/el.po
5038         * po/en_GB.po
5039         * po/fi.po
5040         * po/fr.po
5041         * po/it.po
5042         * po/nl.po
5043         * po/pl.po
5044         * po/pt_BR.po
5045         * po/sr.po
5046         * po/zh_CN.po
5047                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
5048                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
5049                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
5050                 Guimaraes, Aleksandar Urosevic, Ralgh Young
5051         * src/gtk/authors.h
5052         * tools/claws.i18n.status.pl
5053                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
5054                 and new Czech translator, Tim <timbrain@post.cz>
5055
5056 2006-04-05 [mones]      2.0.0cvs184
5057
5058         * po/es.po
5059                 Updated translation
5060
5061 2006-04-05 [colin]      2.0.0cvs183
5062
5063         * src/gtk/quicksearch.c
5064                 Fix bug #929 (unnecessary reload in quick search bar)
5065
5066 2006-04-05 [colin]      2.0.0cvs182
5067
5068         * src/compose.c
5069                 Fix crash on Reply with no From:
5070                 Show signature and conversion error on queuing 
5071                 (but not sending)
5072         * src/mainwindow.c
5073         * src/summaryview.c
5074         * src/summaryview.h
5075                 Factorize threading code and make sure msginfo 
5076                 is not null when it comes from a GtkCTreeRow's 
5077                 data
5078         * src/gtk/gtkaspell.c
5079                 Check for necessary things
5080         * src/gtk/gtksctree.c
5081         * src/gtk/gtksctree.h
5082                 Reset anchor if necessary when removing node
5083
5084 2006-03-29 [colin]      2.0.0cvs181
5085
5086         * src/folderview.c
5087                 Warn for disabled IMAP accounts (due to lack of
5088                 libetpan). Breaks string-freeze - sorry - but it
5089                 is kind of important ;)
5090
5091 2006-03-28 [colin]      2.0.0cvs180
5092
5093         * src/gtk/gtkutils.c
5094         * src/gtk/gtkutils.h
5095                 Add a gtkut_get_link_btn() function that
5096                 creates a button which acts like an URI
5097         * src/prefs_themes.c
5098         * src/gtk/about.c
5099                 Use this function (factorizes codes)
5100         * src/common/defs.h
5101         * src/gtk/pluginwindow.c
5102                 Add a "Get more..." in the plugins window
5103
5104 2006-03-28 [colin]      2.0.0cvs179
5105
5106         * src/common/smtp.c
5107         * src/common/passcrypt.c
5108         * src/undo.c
5109                 Warning fixes. Patch by Pawel Pekala
5110
5111 2006-03-27 [colin]      2.0.0cvs178
5112
5113         * src/undo.c
5114                 Fix undoing by blocks with spaces
5115
5116 2006-03-27 [colin]      2.0.0cvs177
5117
5118         * src/textview.c
5119                 Set margin to 3px for headers
5120
5121 2006-03-27 [paul]
5122
5123         2.1.0-rc2 released
5124
5125 2006-03-27 [wwp]        2.0.0cvs176
5126
5127         * src/summaryview.c
5128                 don't reset quicksearch when updating the message list.
5129                 Thanks to Colin.
5130
5131 2006-03-26 [wwp]        2.0.0cvs175
5132
5133         * src/compose.c
5134                 use a unified border width ('other' tab in the compose window,
5135                 patch by Pawel Pekala).
5136
5137
5138 2006-03-26 [wwp]        2.0.0cvs174
5139
5140         * src/common/quoted-printable.c
5141         * src/addressbook.c
5142                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5143
5144 2006-03-26 [colin]      2.0.0cvs173
5145
5146         * src/quote_fmt_parse.y
5147                 Fix non-UTF8 date formats messing up the whole quote a 
5148                 little bit
5149
5150 2006-03-26 [colin]      2.0.0cvs172
5151
5152         * src/procheader.c
5153                 Make sure the date is UTF8 valid, or try to make it
5154                 so. IncrediMail is really IncrediStupid.
5155         * src/compose.c
5156                 Fix possible conversions. 
5157                 
5158
5159 2006-03-26 [colin]      2.0.0cvs171
5160
5161         * src/matcher.c
5162                 Fix corner cases in body search. This is still a
5163                 hack... It seems impossible to make it good and 
5164                 reasonably fast at the same time.
5165
5166 2006-03-26 [colin]      2.0.0cvs170
5167
5168         * src/summaryview.c
5169                 I think I killed the twilight zone bug!
5170                 summary_select_node() flushes GTK events in order
5171                 to be able to center the view. But this also 
5172                 flushes keypresses like Ctrl-Alt-U, so this can
5173                 call summary_show from summary_select_node (itself
5174                 called from summary_show, etc.). And the summaryview
5175                 has to be unlocked in this function. So just locking
5176                 while processing GTK events, and bailing if locked, 
5177                 should fix it.
5178                 Fixes bug #927 (SIGSEGV during Update Summary)
5179
5180 2006-03-25 [colin]      2.0.0cvs169
5181
5182         * src/matcher.c
5183                 Fix search in QP-encoded bodies
5184                 Fix utf-8 searches in bodies encoded in the
5185                 locale's encoding
5186         * src/common/quoted-printable.c
5187         * src/common/quoted-printable.h
5188                 Add a decode function that doesn't overwrite
5189                 the original pointer
5190                 
5191
5192 2006-03-24 [colin]      2.0.0cvs168
5193
5194         * src/action.c
5195         * src/summaryview.c
5196         * src/summaryview.h
5197                 Update message cache after action
5198                 Patch by H. Merijn Brand
5199         * src/prefs_msg_colors.c
5200                 Factorize label 
5201                 Patch by Fabien Vantard
5202         * src/plugins/spamassassin/spamassassin_gtk.c
5203                 Remove useless translation
5204                 Patch by Fabien Vantard
5205
5206 2006-03-23 [colin]      2.0.0cvs167
5207
5208         * src/common/ssl.c
5209                 Let 30 seconds to SSL_connect
5210
5211 2006-03-23 [wwp]        2.0.0cvs166
5212
5213         * src/summaryview.c
5214         * src/gtk/description_window.c
5215                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5216                 and headers are translated; adjust description windows' width to fit their
5217                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5218
5219 2006-03-23 [paul]       2.0.0cvs165
5220
5221         * src/common/utils.c
5222                 fix highlighting of URIs containing "()"
5223                 (2.0.0cvs164's reversal fixed)
5224                 Thanks to Colin.
5225
5226 2006-03-23 [paul]       2.0.0cvs164
5227
5228         * src/common/utils.c
5229                 revert patch, (postponing a fix), at 2.0.0cvs120
5230                 as it breaks more URIs than it fixes.
5231                 Allow '-' to be a terminating character in a URI
5232
5233 2006-03-22 [colin]      2.0.0cvs163
5234
5235         * configure.ac
5236                 Require libetpan 0.45
5237                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5238
5239 2006-03-22 [paul]       2.0.0cvs162
5240
5241         * src/editgroup.c
5242                 replace '<-' and '->' buttons with GTK_STOCK graphical
5243                 buttons
5244         * src/summary_search.c
5245                 don't offer '...' for translation
5246                 add a tooltip to advanced search '...' button
5247         * src/gtk/quicksearch.c
5248                 don't offer '...' for translation
5249
5250 2006-03-21 [colin]      2.0.0cvs161
5251
5252         * src/compose.c
5253                 Fix middle-click pasting (insert at click
5254                 position instead of cursor position, don't
5255                 remove existing selection and allow pasting
5256                 our own selection)
5257         * src/addressbook.c
5258                 "LDAP Server" -> "LDAP servers"
5259
5260 2006-03-21 [wwp]        2.0.0cvs160
5261
5262         * src/etpan/imap-thread.c
5263                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5264
5265 2006-03-20 [colin]      2.0.0cvs159
5266
5267         * src/summaryview.c
5268                 Don't reload summaryview after an execute with no
5269                 move action
5270
5271 2006-03-19 [colin]      2.0.0cvs158
5272
5273         * src/addressbook.c
5274                 and put groups at the top, always
5275
5276 2006-03-19 [colin]      2.0.0cvs157
5277
5278         * src/addressbook.c
5279                 Order groups before names, as previously
5280
5281 2006-03-19 [colin]      2.0.0cvs156
5282
5283         * src/addressbook.c
5284                 - Sort case-unsensitive
5285                 - Put the sort arrow at opening too
5286
5287 2006-03-19 [wwp]        2.0.0cvs155
5288
5289         * src/addressbook.c
5290                 allow sorting by name/email/remarks, ensure that right-pane's contents
5291                 matches the left-pane selection (cleared when appropriate).
5292                 Patch by Pawel Pekala <c0rn@o2.pl>.
5293
5294 2006-03-18 [colin]      2.0.0cvs154
5295
5296         * src/textview.c
5297                 Fix text cursor ;)
5298
5299 2006-03-18 [colin]      2.0.0cvs153
5300
5301         * src/gtk/filesel.c
5302                 Make sure we hide the preview if we didn't get
5303                 a filename
5304
5305 2006-03-18 [colin]      2.0.0cvs152
5306
5307         * src/summaryview.c
5308                 Set cursor to watch for execution (fixes lack
5309                 of watch-cursor when dnd'ing hundreds of mails)
5310         * src/gtk/filesel.c
5311                 Check that mime type is 'image/*' before updating
5312                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5313
5314 2006-03-18 [colin]      2.0.0cvs151
5315
5316         * src/mainwindow.c
5317         * src/textview.c
5318         * src/textview.h
5319                 Put a watch cursor in textview too when the mainwindow's
5320                 cursor in a watch
5321
5322 2006-03-18 [colin]      2.0.0cvs150
5323
5324         * src/folder.c
5325                 Change wrong asserts to simple tests
5326
5327 2006-03-17 [colin]      2.0.0cvs149
5328
5329         * src/mainwindow.c
5330         * src/mainwindow.h
5331         * src/prefs_msg_colors.c
5332         * src/summaryview.c
5333         * src/summaryview.h
5334         * src/gtk/colorlabel.c
5335         * src/gtk/colorlabel.h
5336                 Add a color label menu in the main menubar
5337                 Add (fixed) accels Ctrl-{0-7} to change the color
5338                 They have to be fixed because the menu's dynamic,
5339                 the items are complex widgets, hence we can't use
5340                 a GtkItemFactory.
5341
5342
5343 2006-03-17 [wwp]        2.0.0cvs148
5344
5345         * src/compose.c
5346                 rollback few lines from my previous commit (those lines come from
5347                 a pending patch, accidentally commited, even if neutral as they are
5348                 commented out).
5349
5350 2006-03-17 [wwp]        2.0.0cvs147
5351
5352         * src/compose.c
5353                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5354                 applied code style/indentation to the modified function.
5355
5356 2006-03-17 [wwp]        2.0.0cvs146
5357
5358         * src/procmsg.c
5359         * src/compose.c
5360                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5361
5362 2006-03-17 [paul]
5363
5364         2.1.0-rc1 released
5365
5366 2006-03-17 [paul]       2.0.0cvs145
5367
5368         * src/main.c
5369                 addressbook_read_file() was called twice
5370         * src/textview.c
5371                 X-Mailer highlighting
5372
5373 2006-03-16 [colin]      2.0.0cvs144
5374
5375         * src/sourcewindow.c
5376         * src/sourcewindow.h
5377                 And the last one, in source window.
5378
5379 2006-03-16 [colin]      2.0.0cvs143
5380
5381         * src/compose.c
5382         * src/compose.h
5383                 Fix the same stuff in compose
5384
5385 2006-03-16 [colin]      2.0.0cvs142
5386
5387         * src/messageview.c
5388                 Complete the previous messageview crash fix
5389
5390 2006-03-16 [colin]      2.0.0cvs141
5391
5392         * src/procmsg.h
5393         * src/procmsg.c
5394         * src/folder.c
5395                 Fix POSTPROCESSING hook
5396                 Patch by H. Merijn Brand
5397
5398         * src/procmime.c
5399         * src/procmime.h
5400                 Parse Content-Location
5401
5402         * src/toolbar.c
5403         * src/messageview.c
5404         * src/messageview.h
5405                 Don't crash when a top-level MessageView has
5406                 been closed on us. Same problematic than
5407                 yesterday's quicksearch issue.
5408
5409 2006-03-15 [colin]      2.0.0cvs140
5410
5411         * src/gtk/quicksearch.c
5412                 Fix a bitchy race we didn't think about when we
5413                 added quicksearch cancellation:
5414                 If the search is not on cached fields, for example
5415                 body_part matchcase "stuff"
5416                 the matcher code has to get the whole message. If
5417                 we're on IMAP, that can be slow, and in order to
5418                 be non-blocking, the IMAP code idle loop processes
5419                 gtk events too. So it is possible to cancel a
5420                 quicksearch while the matcher is getting the mail's
5421                 body. After matcher got its body, it will start to
5422                 iterate over the matcher list that the Quicksearch's
5423                 clear_search_cb() just freed via prepare_matcher().
5424                 SIGSEGV ensues.
5425                 The fix consists of guarding the matcherlist_match()
5426                 call with a boolean 'matching'. If we reset the
5427                 quicksearch while matching is TRUE, we don't free
5428                 the matcherlist anymore like we did, but we set
5429                 another new flag, deferred_free, to TRUE. Then,
5430                 in quicksearch_match(), just after returning from
5431                 matcherlist_match() and unsetting the matching flag,
5432                 we check the deferred_free flag and do the
5433                 prepare_matcher() (which does the matcherlist_free)
5434                 for real, so we free the matcherlist once it's not
5435                 used anymore.
5436                 As all of this runs via the glib main loop, we
5437                 luckily don't need a mutex.
5438         * src/summaryview.c
5439                 Also, show progress while searching.
5440
5441
5442 2006-03-14 [colin]      2.0.0cvs139
5443
5444         * src/alertpanel.c
5445                 Make alertpanel_is_open non-static
5446
5447 2006-03-14 [colin]      2.0.0cvs138
5448
5449         * src/prefs_spelling.c
5450                 Cleanups - Fabien Vantard
5451
5452 2006-03-14 [wwp]        2.0.0cvs137
5453
5454         * src/main.c
5455                 code style normalization (curly braces, indentation).
5456
5457 2006-03-14 [wwp]        2.0.0cvs137
5458
5459         * src/main.c
5460                 code style (braces, indentation)
5461
5462 2006-03-12 [paul]       2.0.0cvs136
5463
5464         * src/prefs_common.c
5465                 trans_hdr defaults to FALSE to be RFC-savvy
5466         * src/prefs_summaries.c
5467                 add a tooltip to the trans_hdr option
5468                 
5469
5470 2006-03-12 [paul]       2.0.0cvs135
5471
5472         * src/prefs_matcher.c
5473                 give a little more width to the combos
5474         * src/prefs_display_header.c
5475         * src/textview.c
5476                 translate headers if prefs_common.trans_hdr
5477                 is TRUE
5478
5479         Patches by Pawel Pekala
5480
5481 2006-03-12 [paul]       2.0.0cvs134
5482
5483         * src/plugins/clamav/clamav_plugin.c
5484         * src/plugins/dillo_viewer/dillo_viewer.c
5485         * src/plugins/pgpcore/plugin.c
5486         * src/plugins/pgpinline/plugin.c
5487         * src/plugins/pgpmime/plugin.c
5488         * src/plugins/spamassassin/spamassassin.c
5489                 update/add to descriptions
5490         * src/plugins/spamassassin/spamassassin_gtk.c
5491                 fixes to the english, remove superfluous
5492                 tooltips, clean up a little
5493
5494 2006-03-12 [paul]       2.0.0cvs133
5495
5496         * src/compose.c
5497                 fix Bug 924, 'Account combo box shows up wrong 
5498                 if & is in account name'
5499
5500 2006-03-11 [colin]      2.0.0cvs132
5501
5502         * src/summaryview.c
5503                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5504                 messed up shift-selection because is slows down
5505                 moving around summaryview. thanks -users
5506
5507 2006-03-10 [colin]      2.0.0cvs131
5508
5509         * src/plugins/spamassassin/spamassassin_gtk.c
5510                 Put back Paul's engrish fixes
5511
5512 2006-03-10 [colin]      2.0.0cvs130
5513
5514         * src/plugins/spamassassin/spamassassin.c
5515         * src/plugins/spamassassin/spamassassin.h
5516         * src/plugins/spamassassin/spamassassin_gtk.c
5517                 Cleanup SA prefs page (more)
5518                 Patch by Fabien Vantard
5519
5520 2006-03-10 [paul]       2.0.0cvs129
5521
5522         * src/prefs_msg_colors.c
5523         * src/prefs_spelling.c
5524                 widget sensitivity
5525
5526 2006-03-09 [mones]      2.0.0cvs128
5527
5528         * po/es.po
5529                 Update for next RC
5530
5531 2006-03-09 [wwp]        2.0.0cvs127
5532
5533         * configure.ac
5534                 revert accidental commit (requirement for libetpan 0.43), this time
5535                 not in HEAD.
5536
5537 2006-03-09 [wwp]        2.0.0cvs125
5538
5539         * configure.ac
5540                 revert accidental commit (requirement for libetpan 0.43)
5541
5542 2006-03-09 [paul]       2.0.0cvs126
5543
5544         * src/prefs_receive.c
5545                 remove useless frame
5546                 replace 'incorporation' with 'receiving'
5547         * src/plugins/clamav/clamav_plugin_gtk.c
5548         * src/plugins/spamassassin/spamassassin_gtk.c
5549                 improve widget sensitivity
5550                 fix a bit his engrish
5551
5552 2006-03-09 [wwp]        2.0.0cvs125
5553
5554         * src/addressadd.c
5555         * src/foldersel.c
5556         * src/prefs_common.c
5557         * src/prefs_common.h
5558                 remember some more windows' sizes (add to addressbook and
5559                 select folder).
5560
5561 2006-03-09 [paul]       2.0.0cvs124
5562
5563         * src/plugins/pgpcore/prefs_gpg.c
5564                 normalise construction of dialogue
5565
5566 2006-03-09 [paul]       2.0.0cvs123
5567
5568         * src/plugins/trayicon/Makefile.am
5569                 add missing slash
5570
5571 2006-03-08 [colin]      2.0.0cvs122
5572
5573         * src/plugins/trayicon/Makefile.am
5574                 Fix build in separate dir 
5575                 Patch by Bamanzi <bamanzi@gmail.com>
5576
5577 2006-03-08 [colin]      2.0.0cvs121
5578
5579         * src/procmsg.c
5580                 Batch move and copies from summaryview with delayed execution
5581                 too
5582
5583 2006-03-07 [paul]       2.0.0cvs120
5584
5585         * src/common/utils.c
5586                 fix highlighting of URIs containing "()"
5587                 Patch by Pawel Pekala
5588
5589 2006-03-07 [paul]       2.0.0cvs119
5590
5591         * src/folder.c
5592         * src/folder.h
5593         * src/folderview.c
5594                 immediately do alphabetical resort when
5595                 changing a folder's name
5596                 Patch by Pawel Pekala
5597
5598 2006-03-07 [paul]       2.0.0cvs118
5599
5600         * src/news.c
5601         * src/news_gtk.c
5602                 when unsubscribing a newsgroup, remove the
5603                 folder and msgs in .sylpheed-claws/newscache
5604                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5605
5606 2006-03-07 [paul]       2.0.0cvs117
5607
5608         * src/textview.c
5609                 fix wrong Fake URL Warning
5610                 Thanks to Hiro
5611
5612 2006-03-07 [colin]      2.0.0cvs116
5613
5614         * src/imap.c
5615                 Return immediately when password dialog was
5616                 cancelled
5617         * src/gtk/inputdialog.c
5618                 Allow empty strings for passwords
5619
5620
5621 2006-03-06 [colin]      2.0.0cvs115
5622
5623         * src/imap.c
5624                 Prevent double-timeouts when connection fails
5625
5626 2006-03-06 [colin]
5627
5628         2.0.1-rc1 released
5629
5630 2006-03-06 [colin]      2.0.0cvs114
5631
5632         * src/imap.c
5633                 Refresh session during potentially long
5634                 operations
5635
5636 2006-03-06 [wwp]        2.0.0cvs113
5637
5638         * src/prefs_msg_colors.h
5639                 forgot that one (custom color labels).
5640
5641 2006-03-06 [wwp]        2.0.0cvs112
5642
5643         * src/prefs_common.c
5644         * src/prefs_common.h
5645         * src/prefs_msg_colors.c
5646         * src/summaryview.c
5647         * src/summaryview.h
5648         * src/gtk/colorlabel.c
5649         * src/gtk/colorlabel.h
5650                 colors in messages list are now customizable. Color values and names can
5651                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5652                 Thanks to Paul and Colin for their help with this longstanding patch!
5653
5654 2006-03-06 [wwp]        2.0.0cvs111
5655
5656         * src/textview.c
5657                 don't crash if (x)face is bad.
5658
5659 2006-03-05 [paul]       2.0.0cvs110
5660
5661         * AUTHORS
5662         * configure.ac
5663         * src/Makefile.am
5664         * src/common/Makefile.am
5665         * src/common/utils.h
5666         * src/etpan/imap-thread.c
5667         * src/gtk/authors.h
5668         * src/plugins/clamav/Makefile.am
5669         * src/plugins/demo/Makefile.am
5670         * src/plugins/dillo_viewer/Makefile.am
5671         * src/plugins/pgpcore/Makefile.am
5672         * src/plugins/pgpcore/passphrase.c
5673         * src/plugins/pgpinline/Makefile.am
5674         * src/plugins/pgpmime/Makefile.am
5675         * src/plugins/spamassassin/Makefile.am
5676         * src/plugins/trayicon/Makefile.am
5677                 fix builiding on cygwin
5678                 Patch by Ralgh Young <bamanzi@gmail.com>
5679
5680 2006-03-04 [wwp]        2.0.0cvs109
5681
5682         * manual/keyboard.xml
5683                 fix mixed up/down keys.
5684
5685 2006-03-04 [wwp]        2.0.0cvs108
5686
5687         * README
5688         * INSTALL
5689                 updated links to SpamAssassin.
5690
5691 2006-03-04 [wwp]        2.0.0cvs107
5692
5693         * manual/plugins.xml
5694         * src/plugins/spamassassin/README
5695                 updated SpamAssassin plugin docs to reflect new functional additions
5696                 (also fix/update/documents few technical stuff more, see the README).
5697
5698 2006-03-04 [wwp]        2.0.0cvs106
5699
5700         * src/prefs_message.c
5701                 normalized capitalization of message-prefs paths.
5702
5703 2006-03-04 [wwp]        2.0.0cvs105
5704
5705         * manual/advanced.xml
5706                 typo.
5707
5708 2006-03-03 [colin]      2.0.0cvs104
5709
5710         * src/plugins/clamav/clamav_plugin_gtk.c
5711                 Rework prefs page, patch by Fabien 
5712
5713 2006-03-03 [colin]      2.0.0cvs103
5714
5715         * src/plugins/clamav/clamav_plugin.c
5716                 Set error on all errors
5717
5718 2006-03-03 [colin]      2.0.0cvs102
5719
5720         * src/common/plugin.c
5721                 Initialize error to avoid crashing when a plugin fails
5722                 without setting error
5723
5724 2006-03-02 [wwp]        2.0.0cvs101
5725
5726         * configure.ac
5727                 fixed linker flags for libetpan support on Cygwin
5728                 (thanks to H.Merijn Brand).
5729
5730 2006-03-02 [wwp]        2.0.0cvs100
5731
5732         * src/addressbook.c
5733                 fix some AB error messages: one for punctuation and
5734                 one wrongly duplicate (thanks, maxbritov).
5735
5736 2006-03-02 [wwp]        2.0.0cvs99
5737
5738         * src/plugins/spamassassin/spamassassin.c
5739                 make sync calls to sa-learn/spamc to prevent
5740                 system (whatever local or client/server) overload.
5741
5742 2006-03-02 [colin]      2.0.0cvs98
5743
5744         * src/summaryview.c
5745                 Put the spam icon in the status column instead of the
5746                 mark one
5747
5748 2006-03-01 [colin]      2.0.0cvs97
5749
5750         * src/plugins/spamassassin/spamassassin.c
5751                 Fix segfault (g_file_set_contents fails for some 
5752                 reason and err==0x2f. Can't find out why with
5753                 valgrind, using working function :-)
5754
5755 2006-03-01 [colin]      2.0.0cvs96
5756
5757         * src/inc.c
5758                 Offline overriding: let 'No' be cached only 3 seconds
5759
5760 2006-03-01 [colin]      2.0.0cvs95
5761
5762         * src/addr_compl.c
5763         * src/addrbook.c
5764         * src/addressbook.c
5765         * src/addrindex.c
5766         * src/folder_item_prefs.c
5767         * src/headerview.c
5768         * src/imap.c
5769         * src/inc.c
5770         * src/ldif.c
5771         * src/mainwindow.c
5772         * src/mh.c
5773         * src/msgcache.c
5774         * src/prefs_common.h
5775         * src/prefs_msg_colors.c
5776         * src/procheader.c
5777         * src/procheader.h
5778         * src/procmime.c
5779         * src/procmsg.c
5780         * src/procmsg.h
5781         * src/send_message.h
5782         * src/simple-gettext.c
5783         * src/summaryview.c
5784         * src/summaryview.h
5785         * src/syldap.c
5786         * src/textview.c
5787         * src/undo.c
5788         * src/common/ssl_certificate.c
5789         * src/common/utils.c
5790         * src/gtk/colorsel.c
5791         * src/gtk/gtksctree.c
5792         * src/gtk/gtkshruler.c
5793         * src/plugins/trayicon/trayicon.c
5794                 #if 0 goes to /dev/null
5795
5796 2006-03-01 [colin]      2.0.0cvs94
5797
5798         * src/compose.c
5799         * src/imap.c
5800         * src/inc.c
5801         * src/inc.h
5802         * src/messageview.c
5803         * src/news.c
5804         * src/plugins/spamassassin/spamassassin.c
5805                 Allow to add information in the "working offline"
5806                 window
5807
5808 2006-03-01 [wwp]        2.0.0cvs93
5809
5810         * src/plugins/spamassassin/spamassassin.c
5811                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5812                 'cause it seems that calling `spamc ... < inputfile` with
5813                 g_spawn_(a)sync simply.. erm doesn't work :-).
5814
5815 2006-03-01 [wwp]        2.0.0cvs92
5816
5817         * src/toolbar.c
5818         * src/toolbar.h
5819                 simplify the adding of spam/ham button to the messageview toolbar
5820                 (it gets more clear now that the same button will be "Mark as spam"
5821                 or "Mark as ham" according to the current message status,
5822                 thanks to Colin).
5823
5824 2006-03-01 [wwp]        2.0.0cvs91
5825
5826         * src/messageview.c
5827         * src/procmsg.c
5828         * src/procmsg.h
5829         * src/summaryview.c
5830         * src/plugins/spamassassin/spamassassin.c
5831         * src/plugins/spamassassin/spamassassin.h
5832                 make learner callbacks return a status (0 for ok),
5833                 handle it in main code to avoid setting flags when learning failed,
5834                 don't learn on TCP if offline in spamassassin,
5835                 thanks to Colin.
5836
5837                 
5838
5839 2006-03-01 [wwp]        2.0.0cvs90
5840
5841         * src/compose.c
5842                 some work around the compose window's account menu,
5843                 patch by Fabien Vantard.
5844
5845 2006-03-01 [wwp]        2.0.0cvs89
5846
5847         * src/plugins/spamassassin/spamassassin.c
5848                 fixed bad logics, was using spamc in local mode and sa-learn
5849                 in remote mode (thanks, Colin).
5850
5851 2006-03-01 [wwp]        2.0.0cvs88
5852
5853         * src/plugins/spamassassin/spamassassin.c
5854         * src/plugins/spamassassin/spamassassin.h
5855         * src/plugins/spamassassin/spamassassin_gtk.c
5856                 made processing of emails w/ sa-plugin an option (default is TRUE),
5857                 fixed Engrish some tooltips, capitalization of some debug messages
5858                 and warnings. The spamassassin plugin now provides two separate
5859                 services: process emails upon incorporation and spamd training.
5860                 Both services (un)register independently but use some common
5861                 plugin settings (transport settings, spam storage location).
5862
5863 2006-02-28 [wwp]        2.0.0cvs87
5864
5865         * src/plugins/spamassassin/spamassassin.c
5866                 fix async flag to spamc cmdline execution (batch exec should
5867                 be asynchronous).
5868
5869 2006-02-27 [wwp]        2.0.0cvs86
5870
5871         * src/plugins/spamassassin/spamassassin.c
5872         * src/plugins/spamassassin/spamassassin.h
5873         * src/plugins/spamassassin/spamassassin_gtk.c
5874                 - added the ability to learn a remote spamassassin server (spamd),
5875                 using spamc.
5876                 - added the spamassassin option 'username', that applies to all
5877                 spamassassin operations (filtering, learning, local or remote).
5878                 The default username is the current unix user (if left blank
5879                 from gtk prefs or config file).
5880                 - commented out some unused code (notebook widget), removed unused
5881                 layout (hbox1).
5882                 - make more widgets sensitive to the transport type.
5883
5884 2006-02-27 [colin]      2.0.0cvs85
5885
5886         * src/plugins/spamassassin/spamassassin.c
5887                 Fix sa-learn call when offline
5888
5889 2006-02-27 [colin]      2.0.0cvs84
5890
5891         * configure.ac
5892         * src/Makefile.am
5893         * src/mainwindow.c
5894         * src/mainwindow.h
5895         * src/messageview.c
5896         * src/messageview.h
5897         * src/prefs_toolbar.c
5898         * src/procmsg.c
5899         * src/stock_pixmap.c
5900         * src/stock_pixmap.h
5901         * src/summaryview.c
5902         * src/toolbar.c
5903         * src/toolbar.h
5904         * src/pixmaps/ham_btn.xpm
5905         * src/pixmaps/spam.xpm
5906         * src/pixmaps/spam_btn.xpm
5907         * src/plugins/spamassassin/spamassassin.c
5908                 Add button in toolbar for spam learning
5909                 Fix a few bugs from the last related commit
5910                 Revert 1.9.6cvs23 which messed up shift-selection
5911
5912 2006-02-24 [colin]      2.0.0cvs83
5913
5914         * src/procmsg.c
5915         * src/summaryview.c
5916         * src/summaryview.h
5917         * src/plugins/spamassassin/spamassassin.c
5918         * src/plugins/spamassassin/spamassassin.h
5919         * src/plugins/spamassassin/spamassassin_gtk.c
5920                 Unregister learner when spamassassin is either
5921                 disabled or over tcp
5922
5923 2006-02-24 [colin]      2.0.0cvs82
5924
5925         * src/Makefile.am
5926         * src/mainwindow.c
5927         * src/mainwindow.h
5928         * src/procmsg.c
5929         * src/procmsg.h
5930         * src/stock_pixmap.c
5931         * src/stock_pixmap.h
5932         * src/summaryview.c
5933         * src/summaryview.h
5934         * src/gtk/icon_legend.c
5935         * src/pixmaps/spam.xpm  ** NEW FILE **
5936         * src/plugins/spamassassin/spamassassin.c
5937         * src/plugins/spamassassin/spamassassin_gtk.c
5938                 Add spam learning interface (Mark/Mark as 
5939                 (spam|ham) menus)
5940
5941 2006-02-24 [wwp]        2.0.0cvs81
5942
5943         * src/compose.c
5944         * src/compose.h
5945         * src/filtering.c
5946                 hide compose window when sending message in batch mode
5947                 (filtering: forward and redirect). Also fixed a wrong
5948                 value returned when sending failed, neutral anyway.
5949                 (Colin, me) 
5950
5951 2006-02-24 [wwp]        2.0.0cvs80
5952
5953         * src/mainwindow.c
5954                 use GTK+'s stock quit button. Patch by Fabien Vantard.
5955
5956 2006-02-24 [paul]       2.0.0cvs79
5957
5958         * src/news.c
5959         * src/news.h
5960         * src/news_gtk.c
5961                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
5962                 Thanks to Colin
5963
5964 2006-02-23 [colin]      2.0.0cvs78
5965
5966         * src/alertpanel.c
5967                 Change OK to Close in alertpanel with View log
5968                 button; add accel to View log. Patch by Fabien
5969                 Vantard
5970
5971 2006-02-23 [wwp]        2.0.0cvs77
5972
5973         * src/compose.c
5974                 silly me, there were much more tests to perform, since toolbars can
5975                 really have down to 1 element only.
5976
5977 2006-02-23 [wwp]        2.0.0cvs76
5978
5979         * commitHelper
5980                 fixed indentation from my previous commit. Fallback to VISUAL if
5981                 EDITOR is not set (and to vi, at last resort).
5982
5983 2006-02-23 [wwp]        2.0.0cvs75
5984
5985         * commitHelper
5986                 improved error detection (Colin, me).
5987
5988 2006-02-23 [wwp]        2.0.0cvs74
5989
5990         * src/prefs_toolbar.c
5991                 simplify and fix prefs/toolbars layouting. Combos' contents can
5992                 now be really displayed.
5993
5994 2006-02-23 [wwp]        2.0.0cvs73
5995         simplifies and fix prefs/toolbars layouting. Combos' contents can now
5996         be really displayed.
5997
5998 2006-02-22 [wwp]        2.0.0cvs72
5999
6000         * src/compose.c
6001                 fix a typo in my previous commit (sorry!).
6002
6003 2006-02-22 [wwp]        2.0.0cvs71
6004
6005         * src/prefs_toolbar.c
6006                 fix a crash when adding separators to toolbars,
6007                 also fix some separator item information.
6008
6009 2006-02-22 [wwp]        2.0.0cvs70
6010
6011         * src/compose.c
6012                 fix a crash when redirecting (for instance) when compose window's
6013                 toolbar contents has been customized (when some buttons have been
6014                 removed in fact).
6015
6016 2006-02-21 [wwp]        2.0.0cvs69
6017
6018         * src/summaryview.c
6019         * src/gtk/pluginwindow.c
6020         * src/plugins/pgpcore/prefs_gpg.c
6021                 fix some compilation warnings (feat. remains of removed code).
6022
6023 2006-02-21 [wwp]        2.0.0cvs68
6024
6025         * src/gtk/gtkutils.c
6026                 fix two compilation issues, thanks to Stephan Sachse.
6027
6028 2006-02-20 [colin]      2.0.0cvs67
6029
6030         * src/mainwindow.c
6031                 Don't reselect displayed mail on refocus
6032                 This fixes actions misbehaving 
6033
6034 2006-02-20 [wwp]        2.0.0cvs66
6035
6036         * src/summaryview.c
6037         * src/gtk/gtksctree.c
6038         * src/gtk/gtkshruler.c
6039                 changed more runtime typecast checks.
6040
6041 2006-02-20 [wwp]        2.0.0cvs65
6042
6043         * src/summary_search.c
6044                 find all - summaryview refresh issue fixed, thanks to Colin.
6045
6046 2006-02-20 [wwp]        2.0.0cvs64
6047
6048         * src/gtk/gtkutils.c
6049                 better runtime typecast checks.
6050
6051 2006-02-20 [wwp]        2.0.0cvs63
6052
6053         * src/summary_search.c
6054                 enhancements to the summary search:
6055                         - add the ability to stop the running search
6056                           (upon ESC-key press, new Stop button or when Clear button is pressed)
6057                         - don't search if no criteria (From/To/Subject/Body) is set
6058                         - ensure that a busy mouse pointer is always shown when searching,
6059                           show it even a bit earlier
6060
6061 2006-02-19 [colin]      2.0.0cvs62
6062
6063         * src/compose.c
6064         * src/imap.c
6065         * src/etpan/imap-thread.c
6066         * src/etpan/imap-thread.h
6067                 (Future) IMAP speed improvement on sending
6068                 Will require a libetpan update
6069         * src/summaryview.c
6070         * src/gtk/quicksearch.c
6071                 Make quicksearch clearable while running.
6072
6073 2006-02-17 [colin]      2.0.0cvs61
6074
6075         * src/imap.c
6076         * src/etpan/imap-thread.c
6077         * src/etpan/imap-thread.h
6078                 Check for IMAP certificates
6079                 ** Requires libetpan-0.42-cvs4 
6080                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6081
6082 2006-02-17 [colin]      2.0.0cvs60
6083
6084         * src/messageview.c
6085         * src/prefs_common.c
6086         * src/prefs_common.h
6087         * src/prefs_message.c
6088                 Add pref to display HTML-only mails with plugin, 
6089                 if possible (defaulting to FALSE of course).
6090
6091 2006-02-16 [colin]      2.0.0cvs59
6092
6093         * src/main.c
6094         * src/common/plugin.c
6095         * src/common/plugin.h
6096         * src/gtk/pluginwindow.c
6097                 Keep track of requested (but unloaded) plugins
6098                 in some error cases.
6099
6100 2006-02-16 [wwp]        2.0.0cvs58
6101
6102         * src/gtk/gtkaspell.c
6103         * src/gtk/gtkaspell.h
6104         * src/prefs_spelling.c
6105         * src/compose.c
6106         * src/prefs_common.c
6107         * src/prefs_common.h
6108                 implemented new optional spellchecker behaviour: re-check message when
6109                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6110
6111 2006-02-16 [wwp]        2.0.0cvs57
6112
6113         * src/quote_fmt_parse.y
6114                 pclose popen'ed pipe.
6115
6116 2006-02-15 [colin]      2.0.0cvs56
6117
6118         * src/mimeview.c
6119         * src/mimeview.h
6120                 Let MimeViewers know which MimeView they
6121                 depend of.
6122         * src/summaryview.c
6123                 Swap From/To columns in Sent/Queue/Drafts
6124                 folders
6125         * src/etpan/imap-thread.c
6126                 Use mailstream_low_tls_open() for STARTTLS
6127                 instead of mailstream_low_ssl_open()
6128                 ** REQUIRES libetpan 0.42cvs3 **
6129
6130 2006-02-15 [wwp]        2.0.0cvs55
6131
6132         * src/compose.c
6133         * src/compose.h
6134         * src/message_search.c
6135         * src/message_search.h
6136         * src/textview.c
6137         * src/gtk/gtkutils.c
6138         * src/gtk/gtkutils.h
6139                 added the ability to Find text in the compose window (and a bit
6140                 of code factorization).
6141
6142 2006-02-15 [wwp]        2.0.0cvs54
6143
6144         * src/prefs_gtk.c
6145                 yet another one file was missing (fix for some widgets' sensitivity).
6146                 Thanks Colin!
6147
6148 2006-02-15 [wwp]        2.0.0cvs53
6149
6150         * src/prefs_gtk.h
6151                 oops forgot that file (fix for some widgets' sensitivity).
6152
6153 2006-02-15 [wwp]        2.0.0cvs52
6154
6155         * src/summary_search.c
6156                 implemented advanced summary search options (added the ability
6157                 to use matcher conditions in an advanced search mode).
6158
6159 2006-02-15 [wwp]        2.0.0cvs51
6160
6161         * src/plugins/pgpcore/prefs_gpg.c
6162         * src/prefs_account.c
6163                 fix some widget sensitivity, mostly around some labels in
6164                 account prefs.
6165
6166 2006-02-15 [paul]       2.0.0cvs50
6167
6168         * manual/advanced.xml
6169                 improve Templates info
6170                 written by wwp
6171
6172 2006-02-14 [colin]      2.0.0cvs49
6173
6174         * src/pixmaps/address_book.xpm
6175         * src/pixmaps/preferences.xpm
6176         * src/pixmaps/properties.xpm
6177                 Fix pixmap size - patch by Fabien Vantard
6178
6179 2006-02-13 [colin]      2.0.0cvs48
6180
6181         * src/procmime.c
6182                 Add missing fclose()s on error
6183         * src/textview.c
6184                 Remove unused code
6185         * src/common/utils.c
6186                 Fix temp files not being deleted on windows
6187         Patches by Thomas Gilgin
6188
6189 2006-02-13 [colin]      2.0.0cvs47
6190
6191         * src/mainwindow.c
6192                 Fix exit crash
6193
6194 2006-02-13 [wwp]        2.0.0cvs46
6195
6196         * src/plugins/pgpcore/prefs_gpg.c
6197                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6198
6199 2006-02-12 [colin]      2.0.0cvs45
6200
6201         * src/folderview.c
6202         * src/main.c
6203         * src/mainwindow.c
6204                 Fix "stuff" when quitting
6205
6206 2006-02-12 [wwp]        2.0.0cvs44
6207
6208         * src/prefs_themes.c
6209                 fix typos in debug messages.
6210
6211 2006-02-11 [colin]      2.0.0cvs43
6212
6213         * src/summaryview.c
6214                 don't allow drag/drop from ourself
6215
6216 2006-02-10 [wwp]        2.0.0cvs42
6217
6218         * src/exporthtml.c
6219         * src/html.c
6220         * src/html.h
6221         * src/procmime.c
6222         * src/textview.c
6223                 renamed html_ prefixed functions and data structures to avoid
6224                 namespace clashes w/ other software (gtkhtml2 for instance).
6225                 Closes bug #907.
6226
6227
6228 2006-02-09 [colin]      2.0.0cvs41
6229
6230         * src/summaryview.c
6231                 Fix shitty logic messed up. Thanks Ticho for the hint!
6232
6233 2006-02-09 [wwp]        2.0.0cvs40
6234
6235         * src/gtk/about.c
6236         * src/compose.c
6237         * src/prefs_account.c
6238         * src/prefs_gtk.h
6239         * src/editaddress.c
6240                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6241                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6242                 Browse buttons in accounts prefs.
6243
6244 2006-02-09 [colin]      2.0.0cvs39
6245
6246         * src/matcher.c
6247                 Check for pointer before using its members
6248         * src/gtk/gtksourceprintjob.c
6249                 Fix a wrong warning
6250
6251 2006-02-09 [wwp]        2.0.0cvs38
6252
6253         * src/gtk/filesel.c
6254                 fix few compiler warnings (type mismatch).
6255
6256 2006-02-09 [paul]       2.0.0cvs37
6257
6258         * po/fr.po
6259                 updated by Fabien Vantard
6260
6261 2006-02-08 [colin]      2.0.0cvs36
6262
6263         * src/prefs_common.c
6264         * src/common/defs.h
6265         * src/common/plugin.c
6266                 allow windows and linux configurations to coexist
6267                 patch by Thomas Gilgin
6268
6269 2006-02-08 [colin]      2.0.0cvs35
6270
6271         * src/filtering.c
6272         * src/matcher.c
6273         * src/matcher.h
6274         * src/matcher_parser_parse.y
6275         * src/prefs_filtering_action.c
6276         * src/prefs_matcher.c
6277                 Add the "Ignore thread" filtering
6278                 action
6279
6280 2006-02-08 [colin]      2.0.0cvs34
6281
6282         * src/compose.c
6283         * src/procmime.c
6284         * src/procmime.h
6285                 Fix bug #905 (damaged attachment)
6286                 text files with raw \0's aren't really text files
6287         FOR_STABLE
6288
6289 2006-02-08 [colin]      2.0.0cvs33
6290
6291         * src/summaryview.c
6292                 Fix crasher introduced yesterday
6293
6294 2006-02-08 [wwp]        2.0.0cvs32
6295
6296         * src/compose.c
6297         * src/compose.h
6298                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6299
6300 2006-02-08 [wwp]        2.0.0cvs31
6301
6302         * src/prefs_template.c
6303                 templates enhancement: allow address completion for Cc and Bcc fields
6304                 (it was currently possible for the To field only)
6305
6306 2006-02-08 [colin]      2.0.0cvs30
6307
6308         * src/compose.c
6309                 Don't unblock if not blocked
6310         FOR_STABLE
6311
6312 2006-02-07 [colin]      2.0.0cvs29
6313
6314         * src/action.c
6315                 Forgot to refresh summaryview
6316
6317 2006-02-07 [colin]      2.0.0cvs28
6318
6319         * src/action.c
6320                 Freeze/thaw message list and folder list while
6321                 processing %as{} actions 
6322         * src/compose.c
6323                 Fix auto-wrap disabling after a middle-click
6324                 paste - FOR_STABLE
6325
6326 2006-02-07 [paul]       2.0.0cvs27
6327
6328         * src/folder.c
6329                 fix freeing of uninitialised pointers
6330                 Thanks to Colin
6331
6332 2006-02-06 [colin]      2.0.0cvs26
6333
6334         * src/folder.c
6335                 Use g_slist_prepend in potentially big list
6336
6337 2006-02-06 [colin]      2.0.0cvs25
6338
6339         * src/folder.c
6340                 Completely skip processing if it doesn't 
6341                 exist (faster!)
6342
6343 2006-02-06 [colin]      2.0.0cvs24
6344
6345         * src/folder.c
6346         * src/summaryview.c
6347                 Batch filtering in summaryview (from Tools menu)
6348                 and pre/post//-processing too
6349
6350 2006-02-06 [colin]      2.0.0cvs23
6351
6352         * src/procmsg.h
6353         * src/filtering.c
6354                 Use a special field for batch filtering instead
6355                 of stepping on deferred execution's toes
6356
6357 2006-02-06 [colin]      2.0.0cvs22
6358
6359         * src/action.c
6360         * src/filtering.c
6361         * src/filtering.h
6362         * src/folder.c
6363         * src/summaryview.c
6364                 Fix filtering via menus and actions
6365
6366 2006-02-06 [colin]      2.0.0cvs21
6367
6368         * src/imap.c
6369                 Put the added file directly to cache if possible (will work
6370                 with next libetpan)
6371         * src/filtering.c
6372         * src/filtering.h
6373         * src/inc.c
6374         * src/folder.c
6375         * src/mbox.c
6376         * src/procmsg.h
6377                 Move and copy filtered messages by batches instead of one
6378                 by one - faster on IMAP
6379         * src/procmsg.c
6380                 Add a function that'll possibly be useful later
6381
6382 2006-02-06 [colin]      2.0.0cvs20
6383
6384         * src/addressbook.c
6385                 Use internal mime-type instead of text/plain for d'n'd
6386         * src/compose.c
6387                 Allow attaching files from mimeview's icon list via d'n'd
6388         * src/folderview.c
6389         * src/folderview.h
6390                 Use internal mime-type instead of text/plain for d'n'd
6391                 Don't try to selected opened folder if none is
6392                 Factorize d'n'd from other apps code
6393         * src/headerview.c
6394         * src/textview.c
6395         * src/gtk/gtkutils.c
6396         * src/gtk/gtkutils.h
6397                 Factorize Face/X-Face stuff
6398         * src/mimeview.c
6399                 Fix d'n'd to other apps
6400         * src/prefs_message.c
6401                 Let the XFace pref be usable without libcompface as it also
6402                 applies to Face
6403         * src/summaryview.c
6404                 Fix d'n'd to other apps
6405                 Factorize d'n'd from other apps code
6406
6407 2006-02-06 [wwp]        2.0.0cvs19
6408
6409         * po/it.po
6410                 Italian translation fixes by Andrea Spadaccini (no more confusion
6411                 between filtering and processing, and few changes in the About
6412                 dialog).
6413
6414
6415 2006-02-06 [mones]      2.0.0cvs18
6416
6417         * src/gtk/icon_legend.c
6418                 Improved descriptions allowing better translations
6419
6420 2006-02-05 [colin]      2.0.0cvs17
6421
6422         * src/imap.c
6423                 Add the f*cking missing expunge that caused imap_fetch_env
6424                 to fail after an add_msgs ! :-///
6425         * src/etpan/imap-thread.c
6426                 Add a bit of debug
6427         FOR_STABLE
6428
6429 2006-02-05 [colin]      2.0.0cvs16
6430
6431         * src/common/utils.c
6432                 Don't check for return-path (or we can't put
6433                 back non-sent mails)
6434
6435 2006-02-05 [colin]      2.0.0cvs15
6436
6437         * src/textview.c
6438                 Don't try to display Face header in textview
6439                 when teh headerview's active
6440
6441 2006-02-05 [colin]      2.0.0cvs14
6442
6443         * tools/tbird2syl.py
6444         * tools/Makefile.am
6445                 Add script to import Thunderbird mails
6446
6447 2006-02-05 [colin]      2.0.0cvs13
6448
6449         * src/headerview.c
6450         * src/procheader.c
6451         * src/procmsg.c
6452         * src/procmsg.h
6453         * src/textview.c
6454                 Show Face headers - patch partially by Klaus Flittner
6455
6456 2006-02-05 [colin]      2.0.0cvs12
6457
6458         * src/folderview.c
6459         * src/summaryview.c
6460         * src/common/utils.c
6461         * src/common/utils.h
6462                 Let dnd work from mime icons to summaryview
6463                 and to folderview too
6464                 Add a crude test to avoid trying to add files
6465                 drag'n'dropped when they're not mails
6466
6467 2006-02-04 [colin]      2.0.0cvs11
6468
6469         * src/summaryview.c
6470         * src/mimeview.c
6471                 Fix utf8 conversion
6472
6473 2006-02-04 [colin]      2.0.0cvs10
6474
6475         * src/compose.c
6476         * src/folderview.c
6477         * src/mimeview.c
6478         * src/summaryview.c
6479         * src/summaryview.h
6480                 Added various drag and drop capas:
6481                 From                    To
6482                 summaryview             other apps
6483                 mimeview icons          other apps
6484                 other apps              summaryview
6485                 other apps              folderview
6486
6487                 This shouldn't have broken the existing:
6488                 From                    To
6489                 summaryview             folderview
6490                 folderview              folderview
6491                 summaryview             compose's attachments
6492
6493         Tests welcomed.
6494
6495 2006-02-02 [paul]       2.0.0cvs9
6496
6497         * src/mainwindow.c
6498                 move global option 'Set displayed columns...' out
6499                 of folder option grouping.
6500                 fix sensitivity of 'harvest addresses'
6501         FOR_STABLE
6502
6503 2006-02-01 [colin]      2.0.0cvs8
6504
6505         * src/mimeview.c
6506                 Revert the alertpanel patch, it sucks (intrusive
6507                 and gets in the way of "open")
6508
6509 2006-02-01 [colin]      2.0.0cvs7
6510
6511         * src/compose.c
6512         * src/prefs_account.c
6513         * src/prefs_common.c
6514         * src/common/defs.h
6515         * src/common/utils.c
6516         * src/common/utils.h
6517                 Add ability to edit the signature file
6518                 from the account preferences, and use
6519                 a default for the text editor.
6520                 Patch by Fabien Vantard
6521
6522 2006-02-01 [colin]      2.0.0cvs6
6523
6524         * src/mimeview.c
6525                 Try to get mime type by extension if it is
6526                 application/octet-stream
6527                 Display a window with possible choices when
6528                 encountering unknown mime types
6529         * src/gtk/filesel.c
6530         * src/gtk/filesel.h
6531                 Add preview
6532                 Allow multiple selection in filtered filesel
6533                 (patch by Fabien Vantard)
6534         * src/gtk/pluginwindow.c
6535                 Use it (patch by Fabien Vantard)
6536
6537 2006-02-01 [paul]       2.0.0cvs5
6538
6539         * src/jpilot.c
6540                 fix crash on creating jpilot address book
6541                 Thanks to Colin - FOR_STABLE
6542         * src/prefs_summaries.c
6543         * src/prefs_wrapping.c
6544         * src/gtk/icon_legend.c
6545         * src/gtk/quicksearch.c
6546                 string fixes and additions
6547
6548 2006-02-01 [paul]       2.0.0cvs4
6549
6550         * src/compose.c
6551         * src/mainwindow.c
6552         * src/messageview.c
6553         * src/prefs_send.c
6554                 add Arabic encoding option
6555                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6556
6557 2006-01-31 [colin]      2.0.0cvs3
6558
6559         * src/plugins/pgpcore/passphrase.c
6560                 Convert passphrase to locale encoding
6561         * src/compose.c
6562                 Fix drafting on IMAP. Crappy bug sneaked in
6563                 the release :-/
6564         FOR_STABLE
6565
6566 2006-01-30 [paul]       2.0.0cvs2
6567
6568         * src/gtk/icon_legend.c
6569                 show the new entries
6570
6571 2006-01-30 [colin]      2.0.0cvs1
6572
6573         * src/manual.c
6574                 Check for the file to be present before 
6575                 enabling the menu - FOR_STABLE
6576         * src/gtk/icon_legend.c
6577                 Add folders icons (not all of them, there
6578                 are too much, but the most intriguing ones)
6579
6580 2006-01-30 [paul]       2.0.0
6581
6582         version 2.0.0 released
6583
6584 2006-01-30 [paul]       1.9.100cvs200
6585
6586         * manual/faq.xml
6587         * manual/gpl.xml
6588         * manual/intro.xml
6589         * manual/starting.xml
6590         * manual/sylpheed-claws-manual.xml
6591                 fixes, additions
6592
6593 2006-01-29 [mones]      1.9.100cvs199
6594
6595         * manual/account.xml
6596         * manual/advanced.xml
6597         * manual/glossary.xml
6598                 Some typos fixed, added LDIF term to glossary
6599         * po/es.po
6600                 Fixed leading plus symbol
6601
6602 2006-01-29 [paul]       1.9.100cvs198
6603
6604         * po/fi.po
6605         * po/sk.po
6606                 updated by Tommi Pirinen and Andrej Kacian
6607
6608 2006-01-29 [paul]       1.9.100cvs197
6609
6610         * src/gtk/authors.h
6611                 remove duplicates
6612
6613 2006-01-29 [paul]       1.9.100cvs196
6614
6615         * AUTHORS
6616         * po/nl.po
6617         * src/gtk/authors.h
6618         * tools/claws.i18n.status.pl
6619                 nl translation updated by Tim Dijkstra
6620
6621 2006-01-29 [paul]       1.9.100cvs195
6622
6623         * po/sr.po
6624         * po/sv.po
6625                 updated by Aleksandar Urosevic and Anders Troback
6626
6627 2006-01-28 [colin]      1.9.100cvs194
6628
6629         * src/gtk/gtksourceprintjob.c
6630                 Don't fiddle with PangoLayout when we
6631                 have an image
6632
6633 2006-01-28 [paul]       1.9.100cvs193
6634
6635         * AUTHORS
6636         * po/el.po
6637         * po/zh_CN.po
6638         * src/gtk/authors.h
6639         * tools/claws.i18n.status.pl
6640                 updated translations submitted by Stavros Giannouris
6641                 and Ralgh Young
6642
6643 2006-01-27 [colin]      1.9.100cvs192
6644
6645         * src/summaryview.c
6646         * src/gtk/gtksourceprintjob.c
6647                 Add image printing 
6648                 (libgnomeprint only, of course)
6649
6650 2006-01-27 [paul]       1.9.100cvs191
6651
6652         * po/fr.po
6653         * po/it.po
6654                 updated by Fabien Vantard and Andrea Spadaccini
6655
6656 2006-01-26 [colin]      1.9.100cvs190
6657
6658         * manual/Makefile.am
6659         * configure.ac
6660                 Make building the manual optional 
6661                 (--disable-manual)
6662
6663 2006-01-26 [paul]       1.9.100cvs189
6664
6665         * manual/glossary.xml
6666         * manual/plugins.xml
6667                 edited
6668         * po/en_GB.po
6669                 updated
6670
6671 2006-01-26 [paul]       1.9.100cvs188
6672
6673         * src/prefs_display_header.c
6674         * src/prefs_folder_column.c
6675         * src/prefs_msg_colors.c
6676         * src/prefs_summaries.c
6677         * src/prefs_summary_column.c
6678                 HIGify
6679
6680 2006-01-25 [colin]      1.9.100cvs187
6681
6682         * src/imap.c
6683                 Don't allow moving/copying mails between
6684                 queue/drafts and non-queue/drafts folders
6685                 Fixes bug #897 (message header is resetted 
6686                 if one is copied to Drafts)
6687
6688 2006-01-25 [colin]      1.9.100cvs186
6689
6690         * src/folder.c
6691         * src/mainwindow.c
6692                 Fix subscribed folders not found
6693         * src/compose.c
6694                 Don't try to encode as original mail's charset
6695                 if it's ascii 
6696
6697 2006-01-25 [paul]       1.9.100cvs185
6698
6699         * AUTHORS
6700         * po/Makevars
6701                 updated
6702         * po/de.po
6703         * po/pl.po
6704         * po/pt_BR.po
6705         * po/sr.po
6706                 updates submitted by Stephan Sachse, Emilian Nowak
6707                 and Quar, Frederico Goncalves Guimaraes, and
6708                 Aleksandar Urosevic
6709                 Fix Bug 896, 'PT_BR locale broken'.
6710         * src/gtk/authors.h
6711                 updated
6712
6713 2006-01-24 [mones]      1.9.100cvs184
6714
6715         * manual/glossary.xml
6716                 All current terms finished. Reviewers welcome ;-)
6717         * manual/keyboard.xml
6718                 Fixed column width for pdf output.
6719         * po/es.po
6720                 Updated
6721
6722 2006-01-24 [paul]       1.9.100cvs183
6723
6724         * manual/glossary.xml
6725                 fix id name
6726         * manual/dist/html/Makefile.am
6727         * manual/dist/pdf/Makefile.am
6728         * manual/dist/ps/Makefile.am
6729         * manual/dist/txt/Makefile.am
6730                 fix make deps
6731                 Thanks to Colin
6732
6733 2006-01-24 [mones]      1.9.100cvs182
6734
6735         * manual/glossary.xml
6736                 Nearly finished, some terms missing.
6737
6738 2006-01-23 [paul]       1.9.100cvs181
6739
6740         * manual/dist/html/Makefile.am
6741         * manual/dist/pdf/Makefile.am
6742         * manual/dist/ps/Makefile.am
6743         * manual/dist/txt/Makefile.am
6744         * src/mainwindow.c
6745                 re-enable manual
6746                 Thanks to Colin
6747
6748 2006-01-22 [colin]      1.9.100cvs180
6749
6750         * src/compose.c
6751         * src/gtk/gtkaspell.c
6752                 Don't deselect stuff before right-clicking, with aspell.
6753                 (This prevented right-click Copy, for example).
6754                 Thanks to Clo!
6755
6756 2006-01-22 [paul]       1.9.100cvs179
6757
6758         * src/summary_search.c
6759                 don't fix the widget size as it causes problems
6760                 under localisation.
6761                 Thanks to Emilian Nowak
6762
6763 2006-01-21 [paul]       1.9.100cvs178
6764
6765         * src/prefs_themes.c
6766                 fix broken underlining of label text
6767                 with some translations
6768
6769 2006-01-21 [colin]      1.9.100cvs177
6770
6771         * po/fr.po
6772                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6773
6774 2006-01-20 [colin]      1.9.100cvs176
6775
6776         * configure.ac
6777         * Makefile.am
6778         * manual/Makefile
6779         * manual/dist/html/.cvsignore
6780         * manual/dist/html/Makefile.am
6781         * manual/dist/pdf/.cvsignore
6782         * manual/dist/pdf/Makefile.am
6783         * manual/dist/ps/.cvsignore
6784         * manual/dist/ps/Makefile.am
6785         * manual/dist/txt/.cvsignore
6786         * manual/dist/txt/Makefile.am
6787                 Autotool-ize manual
6788
6789 2006-01-20 [paul]       1.9.100cvs175
6790
6791         * manual/handling.xml
6792                 make Filtering and Searching entries easier to find
6793         * manual/keyboard.xml
6794                 add the remaining default keybinds
6795         * src/prefs_summaries.c
6796                 update the default keybinds
6797
6798 2006-01-20 [paul]       1.9.100cvs174
6799
6800         * src/addressbook.c
6801         * src/addrgather.c
6802         * src/addrharvest.c
6803         * src/editaddress.c
6804         * src/editgroup.c
6805         * src/exphtmldlg.c
6806         * src/expldifdlg.c
6807         * src/exporthtml.c
6808         * src/exportldif.c
6809         * src/ldif.c
6810                 replace 'e-mail' with 'email'
6811         * src/summary_search.c
6812                 add mnemonic to "Find all" button
6813
6814 2006-01-20 [wwp]        1.9.100cvs173
6815
6816         * src/export.c
6817         * src/import.c
6818                 touched mbox import/export buttons for HIG-compliance
6819
6820 2006-01-19 [paul]       1.9.100cvs172
6821
6822         * manual/account.xml
6823         * manual/addrbook.xml
6824         * manual/advanced.xml
6825         * manual/faq.xml
6826         * manual/handling.xml
6827         * manual/intro.xml
6828         * manual/plugins.xml
6829         * manual/starting.xml
6830                 more editing
6831
6832 2006-01-19 [paul]       1.9.100cvs171
6833
6834         * src/toolbar.c
6835                 allow use of trash button while receiving
6836                 Thanks to Colin
6837
6838 2006-01-19 [wwp]        1.9.100cvs170
6839
6840         * src/gtk/quicksearch.c
6841         * src/compose.c
6842                 force text color to black when yellow background is set
6843
6844 2006-01-19 [colin]      1.9.100cvs169
6845
6846         * src/plugins/trayicon/trayicon.c
6847                 Gray out Get Mail when already getting mail
6848
6849 2006-01-18 [paul]       1.9.100cvs168
6850
6851         * src/compose.c
6852                 give widget yellow background was To is
6853                 set via folder prefs
6854         * src/gtk/quicksearch.c
6855                 give widget yellow background when quick
6856                 search is active.
6857                 Thanks to Colin
6858
6859 2006-01-18 [paul]       1.9.100cvs167
6860
6861         * doc/man/sylpheed-claws.1
6862                 add --subscribe option
6863
6864 2006-01-18 [paul]       1.9.100cvs166
6865
6866         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6867         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6868                 use %U instead of %F (%F is broken for user installed
6869                 files in kde 3.5)
6870
6871 2006-01-18 [colin]      1.9.100cvs165
6872
6873         * src/summaryview.c
6874                 Default to Yes in "No more * messages" dialogs
6875
6876 2006-01-17 [colin]      1.9.100cvs164
6877
6878         * src/compose.c
6879                 Possibly fix an invalid iterator causing
6880                 crash
6881
6882 2006-01-17 [colin]      1.9.100cvs163
6883
6884         * src/mimeview.c
6885                 Fix crash when the image disappears under the
6886                 image viewer
6887
6888 2006-01-16 [colin]      1.9.100cvs162
6889
6890         * src/compose.c
6891                 Fix reenabling autowrap
6892
6893 2006-01-16 [colin]      1.9.100cvs161
6894
6895         * src/compose.c
6896                 reset quote_len before getting quote_str
6897
6898 2006-01-16 [colin]      1.9.100cvs160
6899
6900         * src/account.c
6901         * src/account.h
6902         * src/folder.c
6903         * src/imap_gtk.c
6904         * src/mh_gtk.c
6905                 Fix bug #883 (default inbox does not track folder move)
6906
6907 2006-01-16 [colin]      1.9.100cvs159
6908
6909         * src/compose.c
6910         * src/plugins/pgpcore/passphrase.c
6911                 More buttons fixes
6912
6913 2006-01-16 [paul]       1.9.100cvs158
6914
6915         * src/prefs_actions.c
6916         * src/prefs_filtering_action.c
6917         * src/prefs_matcher.c
6918         * src/quote_fmt.c
6919         * src/gtk/description_window.c
6920         * src/gtk/description_window.h
6921         * src/gtk/quicksearch.c
6922                 description window cleanups
6923
6924 2006-01-15 [colin]      1.9.100cvs157
6925
6926         * src/addressbook.c
6927         * src/prefs_filtering.c
6928                 Same here
6929
6930 2006-01-15 [colin]      1.9.100cvs156
6931
6932         * src/folderview.c
6933         * src/mainwindow.c
6934                 Same for "Empty trash"
6935
6936 2006-01-15 [colin]      1.9.100cvs155
6937
6938         * src/inc.c
6939                 Override offline dialog had Yes by default
6940
6941 2006-01-15 [colin]      1.9.100cvs154
6942
6943         * src/summaryview.c
6944                 Delete selected messages? previously had Yes the default
6945
6946 2006-01-15 [colin]      1.9.100cvs153
6947
6948         * src/folder.c
6949         * src/folder.h
6950         * src/main.c
6951                 Check if a mailbox is loaded after all
6952                 plugins are loaded.
6953
6954 2006-01-15 [colin]      1.9.100cvs152
6955
6956         * src/folder.c
6957                 Don't start wizard when there are unloaded folders (will help
6958                 people with only mbox or maildir mailboxes)
6959
6960 2006-01-14 [colin]      1.9.100cvs151
6961
6962         * src/addressbook.c
6963         * src/expldifdlg.c
6964         * src/importldif.c
6965         * src/importmutt.c
6966         * src/importpine.c
6967         * src/mh_gtk.c
6968                 More HIG compliance and fixes
6969
6970 2006-01-14 [colin]      1.9.100cvs150
6971
6972         * src/prefs_filtering_action.c
6973         * src/foldersel.c
6974                 Two forgotten button order changes
6975
6976 2006-01-14 [colin]      1.9.100cvs149
6977
6978         * src/account.c
6979         * src/addressbook.c
6980         * src/compose.c
6981         * src/folderview.c
6982         * src/imap_gtk.c
6983         * src/mainwindow.c
6984         * src/mh_gtk.c
6985         * src/news_gtk.c
6986         * src/prefs_actions.c
6987         * src/prefs_customheader.c
6988         * src/prefs_filtering.c
6989         * src/prefs_matcher.c
6990         * src/prefs_template.c
6991         * src/ssl_manager.c
6992         * src/summaryview.c
6993         * src/textview.c
6994         * src/toolbar.c
6995                 All deletion confirmations are now "Cancel, Delete" 
6996                 instead of "No, Yes"
6997                 Clarified most of the other "No, Yes" to 
6998                 "Cancel, Descriptive_action"
6999                 Rechanged the "Entry not saved" alerts to have 
7000                 "Close, Continue editing"
7001
7002
7003 2006-01-14 [paul]
7004
7005         * 2.0.0-rc4 released
7006
7007 2006-01-14 [paul]       1.9.100cvs148
7008
7009         * src/account.c
7010         * src/addressadd.c
7011         * src/addressbook.c
7012         * src/compose.c
7013         * src/editaddress.c
7014         * src/editbook.c
7015         * src/editgroup.c
7016         * src/editjpilot.c
7017         * src/editldap.c
7018         * src/editvcard.c
7019         * src/exphtmldlg.c
7020         * src/expldifdlg.c
7021         * src/folderview.c
7022         * src/grouplistdialog.c
7023         * src/imap_gtk.c
7024         * src/importmutt.c
7025         * src/importpine.c
7026         * src/inc.c
7027         * src/main.c
7028         * src/mainwindow.c
7029         * src/message_search.c
7030         * src/messageview.c
7031         * src/mh_gtk.c
7032         * src/mimeview.c
7033         * src/news_gtk.c
7034         * src/prefs_actions.c
7035         * src/prefs_customheader.c
7036         * src/prefs_filtering.c
7037         * src/prefs_matcher.c
7038         * src/prefs_template.c
7039         * src/prefs_themes.c
7040         * src/ssl_manager.c
7041         * src/summary_search.c
7042         * src/summaryview.c
7043         * src/textview.c
7044         * src/toolbar.c
7045         * src/gtk/foldersort.c
7046         * src/gtk/gtkaspell.c
7047         * src/gtk/inputdialog.c
7048         * src/gtk/prefswindow.c
7049         * src/plugins/pgpcore/select-keys.c
7050         * src/plugins/trayicon/trayicon.c
7051                 HIG compliant button order
7052
7053 2006-01-14 [mones]      1.9.100cvs147
7054
7055         * po/es.po
7056                 Updated translation
7057
7058 2006-01-13 [paul]       1.9.100cvs146
7059
7060         * AUTHORS
7061         * ChangeLog
7062         * src/gtk/authors.h
7063                 add Joshua M. Kwan to contributors list
7064
7065 2006-01-13 [colin]      1.9.100cvs145
7066
7067         * src/gtk/quicksearch.c
7068                 Don't refocus quick search after executing (Esc or Enter)
7069                 Allows to '/'search something then move up/down in 
7070                 summaryview, and to Esc a search and be back in the 
7071                 summaryview
7072
7073 2006-01-13 [paul]       1.9.100cvs144
7074
7075         * src/plugins/pgpinline/pgpinline.c
7076                 support Content-Type 'application/pgp'
7077                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7078
7079 2006-01-13 [paul]       1.9.100cvs143
7080
7081         * manual/account.xml
7082                 make mention of partial retrieval
7083                 thanks to Colin
7084
7085 2006-01-13 [paul]       1.9.100cvs142
7086
7087         * src/account.c
7088         * src/account.h
7089         * src/action.c
7090         * src/action.h
7091         * src/adbookbase.h
7092         * src/addr_compl.c
7093         * src/addr_compl.h
7094         * src/addrbook.c
7095         * src/addrcache.c
7096         * src/addrcache.h
7097         * src/addrcindex.c
7098         * src/addrcindex.h
7099         * src/addrclip.c
7100         * src/addrclip.h
7101         * src/addrdefs.h
7102         * src/addressadd.c
7103         * src/addressadd.h
7104         * src/addressbook.c
7105         * src/addressbook.h
7106         * src/addrgather.c
7107         * src/addrgather.h
7108         * src/addrharvest.c
7109         * src/addrharvest.h
7110         * src/addrindex.c
7111         * src/addrindex.h
7112         * src/addritem.c
7113         * src/addritem.h
7114         * src/addrquery.c
7115         * src/addrquery.h
7116         * src/addrselect.c
7117         * src/addrselect.h
7118         * src/alertpanel.c
7119         * src/alertpanel.h
7120         * src/browseldap.c
7121         * src/browseldap.h
7122         * src/codeconv.c
7123         * src/codeconv.h
7124         * src/compose.c
7125         * src/compose.h
7126         * src/customheader.c
7127         * src/customheader.h
7128         * src/displayheader.c
7129         * src/displayheader.h
7130         * src/editaddress.c
7131         * src/editaddress.h
7132         * src/editbook.c
7133         * src/editbook.h
7134         * src/editgroup.c
7135         * src/editgroup.h
7136         * src/editjpilot.c
7137         * src/editjpilot.h
7138         * src/editldap.c
7139         * src/editldap.h
7140         * src/editldap_basedn.c
7141         * src/editldap_basedn.h
7142         * src/editvcard.c
7143         * src/editvcard.h
7144         * src/exphtmldlg.c
7145         * src/exphtmldlg.h
7146         * src/expldifdlg.c
7147         * src/expldifdlg.h
7148         * src/export.h
7149         * src/exporthtml.c
7150         * src/exporthtml.h
7151         * src/exportldif.c
7152         * src/exportldif.h
7153         * src/filtering.c
7154         * src/filtering.h
7155         * src/folder.c
7156         * src/folder.h
7157         * src/folder_item_prefs.c
7158         * src/folder_item_prefs.h
7159         * src/foldersel.c
7160         * src/foldersel.h
7161         * src/folderutils.c
7162         * src/folderutils.h
7163         * src/folderview.c
7164         * src/folderview.h
7165         * src/grouplistdialog.c
7166         * src/grouplistdialog.h
7167         * src/headerview.c
7168         * src/html.c
7169         * src/html.h
7170         * src/image_viewer.c
7171         * src/image_viewer.h
7172         * src/imap.c
7173         * src/imap.h
7174         * src/imap_gtk.c
7175         * src/imap_gtk.h
7176         * src/import.h
7177         * src/importldif.c
7178         * src/importldif.h
7179         * src/importmutt.c
7180         * src/importmutt.h
7181         * src/importpine.c
7182         * src/importpine.h
7183         * src/inc.c
7184         * src/inc.h
7185         * src/jpilot.c
7186         * src/jpilot.h
7187         * src/ldapctrl.c
7188         * src/ldapctrl.h
7189         * src/ldaplocate.c
7190         * src/ldaplocate.h
7191         * src/ldapquery.c
7192         * src/ldapquery.h
7193         * src/ldapserver.c
7194         * src/ldapserver.h
7195         * src/ldaputil.c
7196         * src/ldaputil.h
7197         * src/ldif.c
7198         * src/ldif.h
7199         * src/main.c
7200         * src/main.h
7201         * src/mainwindow.c
7202         * src/mainwindow.h
7203         * src/manual.c
7204         * src/manual.h
7205         * src/mbox.c
7206         * src/mbox.h
7207         * src/message_search.c
7208         * src/message_search.h
7209         * src/messageview.c
7210         * src/messageview.h
7211         * src/mh.c
7212         * src/mh.h
7213         * src/mh_gtk.c
7214         * src/mh_gtk.h
7215         * src/mimeview.c
7216         * src/mimeview.h
7217         * src/msgcache.c
7218         * src/msgcache.h
7219         * src/mutt.c
7220         * src/mutt.h
7221         * src/news.c
7222         * src/news.h
7223         * src/news_gtk.c
7224         * src/news_gtk.h
7225         * src/partial_download.c
7226         * src/partial_download.h
7227         * src/pine.c
7228         * src/pine.h
7229         * src/pop.c
7230         * src/pop.h
7231         * src/prefs_account.c
7232         * src/prefs_account.h
7233         * src/prefs_actions.c
7234         * src/prefs_actions.h
7235         * src/prefs_common.c
7236         * src/prefs_common.h
7237         * src/prefs_compose_writing.c
7238         * src/prefs_compose_writing.h
7239         * src/prefs_customheader.c
7240         * src/prefs_customheader.h
7241         * src/prefs_display_header.c
7242         * src/prefs_display_header.h
7243         * src/prefs_filtering.c
7244         * src/prefs_filtering.h
7245         * src/prefs_filtering_action.c
7246         * src/prefs_filtering_action.h
7247         * src/prefs_folder_column.c
7248         * src/prefs_folder_column.h
7249         * src/prefs_folder_item.c
7250         * src/prefs_folder_item.h
7251         * src/prefs_fonts.c
7252         * src/prefs_fonts.h
7253         * src/prefs_gtk.c
7254         * src/prefs_gtk.h
7255         * src/prefs_image_viewer.c
7256         * src/prefs_image_viewer.h
7257         * src/prefs_matcher.c
7258         * src/prefs_matcher.h
7259         * src/prefs_message.c
7260         * src/prefs_msg_colors.c
7261         * src/prefs_msg_colors.h
7262         * src/prefs_other.c
7263         * src/prefs_quote.c
7264         * src/prefs_receive.c
7265         * src/prefs_send.c
7266         * src/prefs_spelling.c
7267         * src/prefs_spelling.h
7268         * src/prefs_summaries.c
7269         * src/prefs_summaries.h
7270         * src/prefs_summary_column.c
7271         * src/prefs_summary_column.h
7272         * src/prefs_template.c
7273         * src/prefs_template.h
7274         * src/prefs_themes.c
7275         * src/prefs_themes.h
7276         * src/prefs_toolbar.c
7277         * src/prefs_toolbar.h
7278         * src/prefs_wrapping.c
7279         * src/prefs_wrapping.h
7280         * src/privacy.c
7281         * src/privacy.h
7282         * src/procheader.c
7283         * src/procheader.h
7284         * src/procmime.c
7285         * src/procmime.h
7286         * src/procmsg.c
7287         * src/procmsg.h
7288         * src/quote_fmt.c
7289         * src/quote_fmt_parse.y
7290         * src/recv.c
7291         * src/recv.h
7292         * src/remotefolder.c
7293         * src/remotefolder.h
7294         * src/send_message.c
7295         * src/send_message.h
7296         * src/setup.c
7297         * src/setup.h
7298         * src/sourcewindow.c
7299         * src/sourcewindow.h
7300         * src/ssl_manager.c
7301         * src/ssl_manager.h
7302         * src/statusbar.c
7303         * src/statusbar.h
7304         * src/stock_pixmap.c
7305         * src/stock_pixmap.h
7306         * src/summary_search.c
7307         * src/summary_search.h
7308         * src/summaryview.c
7309         * src/summaryview.h
7310         * src/syldap.c
7311         * src/syldap.h
7312         * src/textview.c
7313         * src/textview.h
7314         * src/toolbar.c
7315         * src/toolbar.h
7316         * src/undo.c
7317         * src/undo.h
7318         * src/unmime.c
7319         * src/unmime.h
7320         * src/vcard.c
7321         * src/vcard.h
7322         * src/wizard.c
7323         * src/wizard.h
7324         * src/common/base64.c
7325         * src/common/base64.h
7326         * src/common/defs.h
7327         * src/common/hooks.c
7328         * src/common/hooks.h
7329         * src/common/log.c
7330         * src/common/log.h
7331         * src/common/mgutils.c
7332         * src/common/mgutils.h
7333         * src/common/nntp.c
7334         * src/common/nntp.h
7335         * src/common/passcrypt.c
7336         * src/common/passcrypt.h.in
7337         * src/common/plugin.c
7338         * src/common/plugin.h
7339         * src/common/prefs.c
7340         * src/common/prefs.h
7341         * src/common/progressindicator.c
7342         * src/common/progressindicator.h
7343         * src/common/quoted-printable.c
7344         * src/common/quoted-printable.h
7345         * src/common/session.c
7346         * src/common/session.h
7347         * src/common/smtp.c
7348         * src/common/smtp.h
7349         * src/common/socket.c
7350         * src/common/socket.h
7351         * src/common/ssl.c
7352         * src/common/ssl.h
7353         * src/common/ssl_certificate.c
7354         * src/common/ssl_certificate.h
7355         * src/common/stringtable.c
7356         * src/common/stringtable.h
7357         * src/common/sylpheed.c
7358         * src/common/sylpheed.h
7359         * src/common/template.c
7360         * src/common/template.h
7361         * src/common/timing.h
7362         * src/common/utils.c
7363         * src/common/utils.h
7364         * src/common/version.h.in
7365         * src/common/xml.c
7366         * src/common/xml.h
7367         * src/common/xmlprops.c
7368         * src/common/xmlprops.h
7369         * src/gtk/colorlabel.c
7370         * src/gtk/colorsel.c
7371         * src/gtk/colorsel.h
7372         * src/gtk/description_window.c
7373         * src/gtk/description_window.h
7374         * src/gtk/filesel.c
7375         * src/gtk/filesel.h
7376         * src/gtk/foldersort.c
7377         * src/gtk/foldersort.h
7378         * src/gtk/gtkutils.c
7379         * src/gtk/gtkutils.h
7380         * src/gtk/inputdialog.c
7381         * src/gtk/inputdialog.h
7382         * src/gtk/logwindow.c
7383         * src/gtk/logwindow.h
7384         * src/gtk/manage_window.c
7385         * src/gtk/manage_window.h
7386         * src/gtk/menu.c
7387         * src/gtk/menu.h
7388         * src/gtk/pluginwindow.c
7389         * src/gtk/pluginwindow.h
7390         * src/gtk/prefswindow.c
7391         * src/gtk/prefswindow.h
7392         * src/gtk/progressdialog.c
7393         * src/gtk/progressdialog.h
7394         * src/gtk/sslcertwindow.c
7395         * src/gtk/sslcertwindow.h
7396         * src/plugins/clamav/clamav_plugin.c
7397         * src/plugins/clamav/clamav_plugin.h
7398         * src/plugins/clamav/clamav_plugin_gtk.c
7399         * src/plugins/demo/demo.c
7400         * src/plugins/dillo_viewer/dillo_prefs.c
7401         * src/plugins/dillo_viewer/dillo_prefs.h
7402         * src/plugins/dillo_viewer/dillo_viewer.c
7403         * src/plugins/pgpcore/passphrase.c
7404         * src/plugins/pgpcore/passphrase.h
7405         * src/plugins/pgpcore/plugin.c
7406         * src/plugins/pgpcore/select-keys.c
7407         * src/plugins/pgpcore/select-keys.h
7408         * src/plugins/pgpcore/sgpgme.c
7409         * src/plugins/pgpcore/sgpgme.h
7410         * src/plugins/pgpinline/pgpinline.c
7411         * src/plugins/pgpinline/pgpinline.h
7412         * src/plugins/pgpinline/plugin.c
7413         * src/plugins/pgpmime/pgpmime.c
7414         * src/plugins/pgpmime/pgpmime.h
7415         * src/plugins/pgpmime/plugin.c
7416         * src/plugins/spamassassin/spamassassin.c
7417         * src/plugins/spamassassin/spamassassin.h
7418         * src/plugins/spamassassin/spamassassin_gtk.c
7419         * src/plugins/trayicon/trayicon.c
7420                 update copyright header
7421
7422 2006-01-13 [paul]       1.9.100cvs141
7423
7424         * src/account.c
7425         * src/export.c
7426         * src/import.c
7427         * src/mainwindow.c
7428         * src/prefs_account.c
7429         * src/prefs_display_header.c
7430         * src/prefs_receive.c
7431         * src/prefs_send.c
7432         * src/prefs_summaries.c
7433         * src/prefs_themes.c
7434         * src/prefs_toolbar.c
7435         * src/gtk/about.c
7436                 various cleanups
7437
7438 2006-01-12 [colin]      1.9.100cvs140
7439
7440         * src/folder.c
7441         * src/folder.h
7442         * src/main.c
7443                 Add --subscribe option
7444                 Let sylpheed-claws email@domain.com equivalent to --compose
7445                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7446
7447 2006-01-12 [paul]       1.9.100cvs139
7448
7449         * src/mainwindow.c
7450                 append 'Change folder order' label with '...'
7451         * src/prefs_actions.c
7452                 allow reordering of actions list by dnd
7453         * src/gtk/foldersort.c
7454                 make the dialog nicer
7455
7456 2006-01-11 [colin]      1.9.100cvs138
7457
7458         * src/compose.c
7459                 Allow templates without text
7460
7461 2006-01-11 [paul]       1.9.100cvs137
7462
7463         * tools/README
7464         * tools/filter_conv_new.pl
7465                 add info to README
7466                 also check .sylpheed for filter.xml
7467                 be a bit informative to the user
7468
7469 2006-01-11 [colin]      1.9.100cvs136
7470
7471         * src/textview.c
7472                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7473
7474 2006-01-10 [paul]       1.9.100cvs135
7475
7476         * tools/Makefile.am
7477         * tools/filter_conv_new.pl
7478                 add script to convert new style Sylpheed
7479                 filter rules (Sylpheed >= 0.9.99) to
7480                 Claws filtering rules
7481
7482 2006-01-10 [colin]      1.9.100cvs134
7483
7484         * src/compose.c
7485                 Fix broken line joins in certain conditions
7486                 (between two quoted lines: <enter><enter><up>
7487                  <type a wrapped sentence><go in the first line>
7488                  <insert more text><watch as line joining failed>)
7489
7490 2006-01-10 [paul]       1.9.100cvs133
7491
7492         * src/compose.c
7493                 don't report success in error dialog
7494                 thanks to Colin
7495         * src/common/utils.c
7496                 include some trailing punctuations as URI
7497                 thanks to Hiro
7498
7499 2006-01-10 [paul]       1.9.100cvs132
7500
7501         * src/mimeview.c
7502                 fix incompatible pointer type
7503                 warning
7504
7505 2006-01-10 [paul]       1.9.100cvs131
7506
7507         * src/compose.c
7508                 change Subject in window title
7509                 instantaneously
7510
7511 2006-01-09 [colin]      1.9.100cvs130
7512
7513         * src/addressbook.c
7514         * src/headerview.c
7515         * src/mainwindow.c
7516         * src/messageview.c
7517         * src/mimeview.c
7518         * src/noticeview.c
7519         * src/summaryview.c
7520                 Fix possible crashes on exit and in addressbook
7521
7522 2006-01-09 [paul]       1.9.100cvs129
7523
7524         * src/prefs_msg_colors.c
7525                 some cleanups that I forgot last time
7526
7527 2006-01-09 [paul]       1.9.100cvs128
7528
7529         * README
7530         * src/folderview.c
7531         * src/prefs_msg_colors.c
7532                 add previously hidden option, color_new, to
7533                 the gui
7534                 move the page to Display/
7535                 rework the gui
7536
7537 2006-01-09 [wwp]        1.9.100cvs127
7538
7539         * src/prefs_themes.c
7540                 made the prefs/display/themes layouts spacing less condensed
7541                 (and so they match other prefs/pages' look).
7542
7543 2006-01-09 [paul]       1.9.100cvs126
7544
7545         * src/compose.c
7546         * src/prefs_common.c
7547         * src/prefs_common.h
7548         * src/prefs_wrapping.c
7549                 remove 'wrap at send' option
7550
7551 2006-01-06 [colin]      1.9.100cvs125
7552
7553         * src/compose.c
7554                 Just make completely sure we don't insert "manual line breaks" 
7555                 when wrapping... 
7556
7557 2006-01-04 [paul]
7558
7559         * 2.0.0-rc3 released
7560
7561 2006-01-04 [paul]       1.9.100cvs124
7562
7563         * src/folderview.c
7564                 fix bug 882, 'quick scroll in folder list
7565                 displays wrong folder contents'
7566
7567 2006-01-04 [paul]       1.9.100cvs123
7568
7569         * src/plugins/pgpmime/pgpmime.c
7570                 better debug information when signing
7571                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7572
7573 2006-01-03 [colin]      1.9.100cvs122
7574
7575         * configure.ac
7576                 We need to recheck for gpgme 1.0.0 after checking
7577                 for 1.1.1, because if 1.1.1 isn't available, 
7578                 GPGME_LIBS and friends are blanked out by the 
7579                 second check.
7580
7581 2006-01-03 [colin]      1.9.100cvs121
7582
7583         * src/common/prefs.c
7584                 Windows unlink-before rename fix
7585         * src/plugins/pgpcore/sgpgme.c
7586                 Add support for PKA info if available
7587                 Both patches by Werner Koch
7588
7589 2006-01-03 [paul]       1.9.100cvs120
7590
7591         * src/messageview.c
7592                 fix bug 884, 'Send receipt' button visible in queue
7593                 Thanks to Colin
7594
7595 2006-01-02 [colin]      1.9.100cvs119
7596
7597         * src/compose.c
7598         * src/imap.c
7599                 Fix autosave on IMAP and more generally try to
7600                 return the correct ID on a newly added IMAP message
7601
7602 2006-01-02 [paul]       1.9.100cvs118
7603
7604         * manual/keyboard.xml
7605                 edited
7606
7607 2006-01-01 [paul]       1.9.100cvs117
7608
7609         * src/gtk/authors.h
7610                 alphabetical order
7611
7612 2005-12-30 [colin]      1.9.100cvs116
7613
7614         * manual/advanced.xml
7615                 Explain Pre/Post-processing differences.
7616
7617 2005-12-30 [colin]      1.9.100cvs115
7618
7619         * src/mh.c
7620                 Implement copy_msgs for a little optimization
7621         * src/imap.c
7622                 Finish yesterday's fix
7623
7624 2005-12-29 [colin]      1.9.100cvs114
7625
7626         * src/imap.c
7627                 Fix occasional failure in fetching a mail over
7628                 IMAP
7629
7630 2005-12-29 [colin]      1.9.100cvs113
7631
7632         * src/compose.c
7633                 Don't remove a draft when sending it, if it is 
7634                 locked.
7635
7636 2005-12-28 [colin]      1.9.100cvs112
7637
7638         * src/summaryview.c
7639                 Fix leak for real
7640
7641 2005-12-28 [wwp]        1.9.100cvs111
7642
7643         * doc/faq/.cvsignore
7644         * doc/faq/de/.cvsignore
7645         * doc/faq/en/.cvsignore
7646         * doc/faq/es/.cvsignore
7647         * doc/faq/fr/.cvsignore
7648         * doc/faq/it/.cvsignore
7649         * doc/manual/.cvsignore
7650         * doc/manual/de/.cvsignore
7651         * doc/manual/en/.cvsignore
7652         * doc/manual/es/.cvsignore
7653         * doc/manual/fr/.cvsignore
7654         * doc/manual/ja/.cvsignore
7655         * src/plugins/mathml_viewer/.cvsignore
7656                 rollback revival of those files (my bad, sorry for the noise).
7657
7658 2005-12-28 [wwp]        1.9.100cvs110
7659
7660         * src/compose.c
7661                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7662
7663 2005-12-28 [wwp]        1.9.100cvs109
7664
7665         * doc/faq/.cvsignore
7666         * doc/faq/de/.cvsignore
7667         * doc/faq/en/.cvsignore
7668         * doc/faq/es/.cvsignore
7669         * doc/faq/fr/.cvsignore
7670         * doc/faq/it/.cvsignore
7671         * doc/manual/.cvsignore
7672         * doc/manual/de/.cvsignore
7673         * doc/manual/en/.cvsignore
7674         * doc/manual/es/.cvsignore
7675         * doc/manual/fr/.cvsignore
7676         * doc/manual/ja/.cvsignore
7677         * src/plugins/mathml_viewer/.cvsignore
7678         * po/.cvsignore
7679                 more files to ignore.
7680
7681 2005-12-24 [colin]      1.9.100cvs108
7682
7683         * AUTHORS
7684         * src/gtk/authors.h
7685                 Update for Werner
7686
7687 2005-12-24 [colin]      1.9.100cvs107
7688
7689         * src/procmsg.c
7690                 Allow NULL src_msginfo in 
7691                 procmsg_msginfo_new_from_mimeinfo
7692
7693 2005-12-23 [paul]       1.9.100cvs106
7694
7695         * src/plugins/pgpinline/mypgpcore.def
7696                 add this forgotten file
7697
7698 2005-12-23 [colin]      1.9.100cvs105
7699
7700         * src/mainwindow.c
7701                 Fix missing break
7702
7703 2005-12-23 [colin]      1.9.100cvs104
7704
7705         * autogen.sh
7706         * src/folder.c
7707         * src/mh.c
7708         * src/common/plugin.c
7709         * src/common/socket.c
7710         * src/common/socket.h
7711         * src/common/utils.c
7712         * src/common/utils.h
7713         * src/gtk/pluginwindow.c
7714         * src/plugins/pgpcore/plugin.def
7715         * src/plugins/pgpcore/sylpheed.def
7716         * src/plugins/pgpinline/Makefile.am
7717         * src/plugins/pgpinline/plugin.def
7718         * src/plugins/pgpinline/sylpheed.def
7719         * src/plugins/pgpmime/plugin.def
7720         * src/plugins/pgpmime/sylpheed.def
7721                 Various w32 fixes by Werner Koch
7722
7723 2005-12-22 [paul]       1.9.100cvs103
7724
7725         * src/wizard.c
7726                 don't offer IMAP as 'server type' if
7727                 libetpan isn't built in
7728
7729 2005-12-22 [paul]       1.9.100cvs102
7730
7731         * AUTHORS
7732         * src/mainwindow.c
7733         * src/mainwindow.h
7734         * src/toolbar.c
7735         * src/gtk/authors.h
7736                 support GTK_TOOLBAR_BOTH_HORIZ (text
7737                 next to icon) Patch by Marien Zwart
7738                 marienz@users.sf.net
7739                 Also reword the text
7740
7741 2005-12-21 [colin]      1.9.100cvs101
7742
7743         * configure.ac
7744                 Fix DATADIRNAME
7745         * COPYING
7746                 Fix missing section and explicit the exception better
7747         * src/compose.c
7748                 Prevent mail from being lost without notice when an
7749                 SMTP error happens on trying to send an unmodified
7750                 drafted mail.
7751         * src/send_message.c
7752         * src/common/smtp.c
7753                 Fix password remembering when wrong, and add return
7754                 value checks where they should have been
7755         * src/plugins/pgpcore/sylpheed.def
7756         * src/plugins/pgpinline/sylpheed.def
7757         * src/plugins/pgpmime/sylpheed.def
7758                 Add a few symbols needed
7759
7760 2005-12-21 [paul]       1.9.100cvs100
7761
7762         * m4/codeset.m4
7763         * m4/glibc21.m4
7764         * m4/intdiv0.m4
7765         * m4/inttypes-pri.m4
7766         * m4/inttypes.m4
7767         * m4/inttypes_h.m4
7768         * m4/isc-posix.m4
7769         * m4/lcmessage.m4
7770         * m4/stdint_h.m4
7771         * m4/uintmax_t.m4
7772                 gettextization
7773                 thanks to Colin
7774
7775 2005-12-21 [paul]       1.9.100cvs99
7776
7777         * po/sv.po
7778                 fixed by Colin
7779
7780 2005-12-20 [paul]       1.9.100cvs98
7781
7782         * po/sv.po
7783                 updated by Anders Trobäck
7784
7785 2005-12-20 [colin]      1.9.100cvs97
7786
7787         * ABOUT-NLS
7788         * Makefile.am
7789         * autogen.sh
7790         * configure.ac
7791         * config/config.rpath
7792         * config/mkinstalldirs
7793         * m4/Makefile.am
7794         * m4/glibc2.m4
7795         * m4/gnupg.m4
7796         * m4/gpgme.m4
7797         * m4/intmax.m4
7798         * m4/longdouble.m4
7799         * m4/longlong.m4
7800         * m4/printf-posix.m4
7801         * m4/signed.m4
7802         * m4/size_max.m4
7803         * m4/ulonglong.m4
7804         * m4/wchar_t.m4
7805         * m4/wint_t.m4
7806         * m4/xsize.m4
7807         * po/Makefile.in.in
7808         * po/Makevars
7809         * po/bg.po
7810         * po/ca.po
7811         * po/cs.po
7812         * po/de.po
7813         * po/el.po
7814         * po/en_GB.po
7815         * po/es.po
7816         * po/fi.po
7817         * po/fr.po
7818         * po/hr.po
7819         * po/hu.po
7820         * po/it.po
7821         * po/ja.po
7822         * po/ko.po
7823         * po/nb.po
7824         * po/nl.po
7825         * po/pl.po
7826         * po/pt_BR.po
7827         * po/ru.po
7828         * po/sk.po
7829         * po/sr.po
7830         * po/stamp-po
7831         * po/sv.po
7832         * po/zh_CN.po
7833         * po/zh_TW.po
7834         * src/Makefile.am
7835         * src/codeconv.c
7836         * src/compose.c
7837         * src/exporthtml.c
7838         * src/exportldif.c
7839         * src/folder.c
7840         * src/main.c
7841         * src/manual.c
7842         * src/mh.c
7843         * src/mimeview.c
7844         * src/send_message.c
7845         * src/common/Makefile.am
7846         * src/common/fnmatch.c
7847         * src/common/fnmatch.h
7848         * src/common/fnmatch_loop.c
7849         * src/common/nntp.c
7850         * src/common/plugin.c
7851         * src/common/smtp.c
7852         * src/common/socket.c
7853         * src/common/string_match.c
7854         * src/common/sylpheed.c
7855         * src/common/utils.c
7856         * src/common/utils.h
7857         * src/common/w32_dirent.c
7858         * src/common/w32_reg.c
7859         * src/common/w32_signal.c
7860         * src/common/w32_stat.c
7861         * src/common/w32_stdio.c
7862         * src/common/w32_stdlib.c
7863         * src/common/w32_string.c
7864         * src/common/w32_time.c
7865         * src/common/w32_unistd.c
7866         * src/common/w32_wait.c
7867         * src/common/w32lib.h
7868         * src/etpan/Makefile.am
7869         * src/gtk/Makefile.am
7870         * src/plugins/clamav/Makefile.am
7871         * src/plugins/demo/Makefile.am
7872         * src/plugins/dillo_viewer/Makefile.am
7873         * src/plugins/pgpcore/Makefile.am
7874         * src/plugins/pgpcore/passphrase.c
7875         * src/plugins/pgpcore/plugin.def
7876         * src/plugins/pgpcore/sgpgme.c
7877         * src/plugins/pgpcore/sylpheed.def
7878         * src/plugins/pgpcore/version.rc
7879         * src/plugins/pgpinline/Makefile.am
7880         * src/plugins/pgpinline/plugin.def
7881         * src/plugins/pgpinline/sylpheed.def
7882         * src/plugins/pgpinline/version.rc
7883         * src/plugins/pgpmime/Makefile.am
7884         * src/plugins/pgpmime/mypgpcore.def
7885         * src/plugins/pgpmime/plugin.def
7886         * src/plugins/pgpmime/sylpheed.def
7887         * src/plugins/pgpmime/version.rc
7888         * src/plugins/spamassassin/Makefile.am
7889                 Very little ;-) patch from Werner Koch, providing
7890                 infrastructure for cross-compiling to Win32
7891
7892 2005-12-20 [paul]       1.9.100cvs96
7893
7894         * src/account.c
7895         * src/account.h
7896         * src/mainwindow.c
7897         * src/mainwindow.h
7898         * src/toolbar.c
7899         * src/toolbar.h
7900                 add a combo to the Get All button, allowing
7901                 quick retrieval from any account
7902                 Patch by Fabien Vantard, slightly modified
7903                 by Colin
7904         * src/gtk/about.c
7905                 i18n fix. Patch by Fabien Vantard
7906
7907 2005-12-19 [colin]      1.9.100cvs95
7908
7909         * src/compose.c
7910         * src/compose.h
7911                 Don't automatically join lines when they've 
7912                 been separated by the user and not automatically
7913
7914 2005-12-19 [paul]       1.9.100cvs94
7915
7916         * src/gtk/pluginwindow.c
7917                 i18n fix.
7918                 Patch by Fabien Vantard
7919
7920 2005-12-15 [paul]       1.9.100cvs93
7921
7922         * src/common/plugin.c
7923         * src/common/plugin.h
7924         * src/gtk/pluginwindow.c
7925         * src/plugins/clamav/clamav_plugin.c
7926         * src/plugins/demo/demo.c
7927         * src/plugins/dillo_viewer/dillo_viewer.c
7928         * src/plugins/pgpcore/plugin.c
7929         * src/plugins/pgpinline/plugin.c
7930         * src/plugins/pgpmime/plugin.c
7931         * src/plugins/spamassassin/spamassassin.c
7932         * src/plugins/trayicon/trayicon.c
7933                 add plugin_version()
7934
7935 2005-12-15 [colin]      1.9.100cvs92
7936
7937         * src/compose.c
7938                 Further fix bug #875
7939
7940 2005-12-15 [paul]       1.9.100cvs91
7941
7942         * src/gtk/filesel.c
7943                 fix attach_load_dir getting set to
7944                 PLUGINDIR on plugin load
7945
7946 2005-12-14 [mones]      1.9.100cvs90
7947
7948         * manual/ack.xml
7949         * manual/keyboard.xml
7950                 Initial draft and some shortcuts added
7951                 
7952         * po/es.po
7953                 Updated translation
7954
7955 2005-12-14 [colin]      1.9.100cvs89
7956
7957         * src/compose.c
7958         * src/imap.c
7959         * src/summaryview.c
7960         * src/gtk/gtkaspell.c
7961                 More leaks fixed
7962         * src/prefs_folder_item.c
7963                 Fix recursive prefs apply
7964
7965
7966 2005-12-14 [colin]      1.9.100cvs88
7967
7968         * src/compose.c
7969                 Fix bug #875 (Freeze On Inline Forward of 
7970                 Large Message)
7971
7972 2005-12-13 [colin]      1.9.100cvs87
7973
7974         * src/compose.c
7975                 Uniq-ify and sort the mimetypes list
7976                 Patch by Fabien Vantard
7977
7978 2005-12-13 [colin]      1.9.100cvs86
7979
7980         * src/imap.c
7981         * src/etpan/imap-thread.c
7982                 Fix leaks (patch by Hoa)
7983         * src/news.c
7984         * src/common/plugin.c
7985                 Fix leaks
7986
7987 2005-12-12 [colin]
7988
7989         * 2.0.0-rc2 released
7990
7991 2005-12-12 [colin]      1.9.100cvs85
7992
7993         * src/matcher.c
7994                 Fix a leak
7995
7996 2005-12-12 [wwp]        1.9.100cvs84
7997
7998         * src/gtk/icon_legend.c
7999                 fix misbehaviour and crash when closing the legend window
8000         using the Esc key (patch by Fabien Vantard).
8001
8002 2005-12-12 [paul]       1.9.100cvs83
8003
8004         * src/browseldap.c
8005         * src/foldersel.c
8006         * src/prefs_actions.c
8007         * src/prefs_filtering.c
8008         * src/prefs_matcher.c
8009         * src/prefs_spelling.glade      ** REMOVED **
8010         * src/prefs_template.c
8011         * src/gtk/foldersort.glade      ** REMOVED **
8012         * src/gtk/pluginwindow.c
8013         * src/gtk/pluginwindow.glade    ** REMOVED **
8014         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
8015                 cleanups
8016
8017 2005-12-11 [paul]       1.9.100cvs82
8018
8019         * src/gtk/filesel.c
8020                 fix attach_load_dir crasher (double free)
8021
8022 2005-12-09 [paul]       1.9.100cvs81
8023
8024         * po/POTFILES.in
8025         * src/mainwindow.c
8026         * src/gtk/Makefile.am
8027         * src/gtk/icon_legend.c
8028         * src/gtk/icon_legend.h
8029                 add icon legend
8030         * src/manual.c
8031                 cleanup
8032
8033 2005-12-09 [paul]       1.9.100cvs80
8034
8035         * src/plugins/pgpcore/passphrase.c
8036                 wrap the label in the dialog
8037
8038 2005-12-09 [colin]      1.9.100cvs79
8039
8040         * src/plugins/pgpcore/sgpgme.c
8041                 Display (untrusted) on not trusted signatures
8042                 Patch by Michal Èihaø <michal@cihar.com>
8043                 Closes bug #867 (Report also key trust)
8044
8045 2005-12-09 [colin]      1.9.100cvs78
8046
8047         * src/common/plugin.c
8048                 Update licence check, following Eben Moglen's advice
8049
8050 2005-12-08 [colin]      1.9.100cvs77
8051
8052         * src/folder.c
8053                 Fix the occasionnal item->cache != NULL 
8054                 assertion failure. 
8055
8056 2005-12-08 [colin]      1.9.100cvs76
8057
8058         * src/mimeview.c
8059         * src/plugins/pgpcore/sgpgme.c
8060                 Print key id when unable to check it
8061                 Closes bug #866 (Show key id when missing)
8062
8063 2005-12-08 [paul]       1.9.100cvs75
8064
8065         * src/prefs_common.c
8066         * src/prefs_common.h
8067         * src/gtk/filesel.c
8068                 remember load attachment dir
8069
8070 2005-12-07 [colin]      1.9.100cvs74
8071
8072         * src/prefs_toolbar.c
8073                 Gtk fixes, patch by Fabien Vantard
8074
8075 2005-12-07 [colin]      1.9.100cvs73
8076
8077         * src/action.c
8078         * src/compose.c
8079         * src/compose.h
8080                 Fix bug #839 (Quoted text isn't colored after 
8081                 executing an action)
8082         * src/common/plugin.c
8083                 Require plugins to declare their licence in plugin_licence()
8084                 Refuse to load non-GPL plugins as they'd be illegal (as 
8085                 derived works of Sylpheed-Claws, they must be GPL).
8086         * src/plugins/clamav/clamav_plugin.c
8087         * src/plugins/demo/demo.c
8088         * src/plugins/dillo_viewer/dillo_viewer.c
8089         * src/plugins/pgpcore/plugin.c
8090         * src/plugins/pgpinline/plugin.c
8091         * src/plugins/pgpmime/plugin.c
8092         * src/plugins/spamassassin/spamassassin.c
8093         * src/plugins/trayicon/trayicon.c
8094                 Add plugin_licence()
8095
8096 2005-12-07 [paul]       1.9.100cvs72
8097
8098         * configure.ac
8099         * src/mainwindow.c
8100         * src/manual.c
8101         * src/manual.h
8102         * src/common/defs.h
8103                 clean up after local FAQ removal and
8104                 temporary manual removal
8105
8106 2005-12-06 [colin]      1.9.100cvs71
8107
8108         * configure.ac
8109         * doc/Makefile.am
8110         * doc/faq/.cvsignore
8111         * doc/faq/Makefile.am
8112         * doc/faq/de/.cvsignore
8113         * doc/faq/de/Makefile.am
8114         * doc/faq/de/sylpheed-faq-1.html
8115         * doc/faq/de/sylpheed-faq-2.html
8116         * doc/faq/de/sylpheed-faq-3.html
8117         * doc/faq/de/sylpheed-faq.html
8118         * doc/faq/en/.cvsignore
8119         * doc/faq/en/Makefile.am
8120         * doc/faq/en/sylpheed-faq-1.html
8121         * doc/faq/en/sylpheed-faq-2.html
8122         * doc/faq/en/sylpheed-faq-3.html
8123         * doc/faq/en/sylpheed-faq-4.html
8124         * doc/faq/en/sylpheed-faq.html
8125         * doc/faq/es/.cvsignore
8126         * doc/faq/es/Makefile.am
8127         * doc/faq/es/sylpheed-faq-1.html
8128         * doc/faq/es/sylpheed-faq-2.html
8129         * doc/faq/es/sylpheed-faq-3.html
8130         * doc/faq/es/sylpheed-faq-4.html
8131         * doc/faq/es/sylpheed-faq.html
8132         * doc/faq/fr/.cvsignore
8133         * doc/faq/fr/Makefile.am
8134         * doc/faq/fr/sylpheed-faq-1.html
8135         * doc/faq/fr/sylpheed-faq-2.html
8136         * doc/faq/fr/sylpheed-faq-3.html
8137         * doc/faq/fr/sylpheed-faq.html
8138         * doc/faq/it/.cvsignore
8139         * doc/faq/it/Makefile.am
8140         * doc/faq/it/sylpheed-faq-1.html
8141         * doc/faq/it/sylpheed-faq-2.html
8142         * doc/faq/it/sylpheed-faq-3.html
8143         * doc/faq/it/sylpheed-faq.html
8144         * doc/manual/.cvsignore
8145         * doc/manual/Makefile.am
8146         * doc/manual/de/.cvsignore
8147         * doc/manual/de/Makefile.am
8148         * doc/manual/de/sylpheed-1.html
8149         * doc/manual/de/sylpheed-10.html
8150         * doc/manual/de/sylpheed-11.html
8151         * doc/manual/de/sylpheed-12.html
8152         * doc/manual/de/sylpheed-13.html
8153         * doc/manual/de/sylpheed-14.html
8154         * doc/manual/de/sylpheed-15.html
8155         * doc/manual/de/sylpheed-16.html
8156         * doc/manual/de/sylpheed-17.html
8157         * doc/manual/de/sylpheed-18.html
8158         * doc/manual/de/sylpheed-19.html
8159         * doc/manual/de/sylpheed-2.html
8160         * doc/manual/de/sylpheed-20.html
8161         * doc/manual/de/sylpheed-3.html
8162         * doc/manual/de/sylpheed-4.html
8163         * doc/manual/de/sylpheed-5.html
8164         * doc/manual/de/sylpheed-6.html
8165         * doc/manual/de/sylpheed-7.html
8166         * doc/manual/de/sylpheed-8.html
8167         * doc/manual/de/sylpheed-9.html
8168         * doc/manual/de/sylpheed.html
8169         * doc/manual/en/.cvsignore
8170         * doc/manual/en/Makefile.am
8171         * doc/manual/en/sylpheed-1.html
8172         * doc/manual/en/sylpheed-10.html
8173         * doc/manual/en/sylpheed-11.html
8174         * doc/manual/en/sylpheed-12.html
8175         * doc/manual/en/sylpheed-13.html
8176         * doc/manual/en/sylpheed-14.html
8177         * doc/manual/en/sylpheed-15.html
8178         * doc/manual/en/sylpheed-16.html
8179         * doc/manual/en/sylpheed-17.html
8180         * doc/manual/en/sylpheed-18.html
8181         * doc/manual/en/sylpheed-19.html
8182         * doc/manual/en/sylpheed-2.html
8183         * doc/manual/en/sylpheed-20.html
8184         * doc/manual/en/sylpheed-21.html
8185         * doc/manual/en/sylpheed-22.html
8186         * doc/manual/en/sylpheed-3.html
8187         * doc/manual/en/sylpheed-4.html
8188         * doc/manual/en/sylpheed-5.html
8189         * doc/manual/en/sylpheed-6.html
8190         * doc/manual/en/sylpheed-7.html
8191         * doc/manual/en/sylpheed-8.html
8192         * doc/manual/en/sylpheed-9.html
8193         * doc/manual/en/sylpheed.html
8194         * doc/manual/es/.cvsignore
8195         * doc/manual/es/Makefile.am
8196         * doc/manual/es/sylpheed-1.html
8197         * doc/manual/es/sylpheed-10.html
8198         * doc/manual/es/sylpheed-11.html
8199         * doc/manual/es/sylpheed-12.html
8200         * doc/manual/es/sylpheed-13.html
8201         * doc/manual/es/sylpheed-14.html
8202         * doc/manual/es/sylpheed-15.html
8203         * doc/manual/es/sylpheed-16.html
8204         * doc/manual/es/sylpheed-17.html
8205         * doc/manual/es/sylpheed-18.html
8206         * doc/manual/es/sylpheed-19.html
8207         * doc/manual/es/sylpheed-2.html
8208         * doc/manual/es/sylpheed-20.html
8209         * doc/manual/es/sylpheed-3.html
8210         * doc/manual/es/sylpheed-4.html
8211         * doc/manual/es/sylpheed-5.html
8212         * doc/manual/es/sylpheed-6.html
8213         * doc/manual/es/sylpheed-7.html
8214         * doc/manual/es/sylpheed-8.html
8215         * doc/manual/es/sylpheed-9.html
8216         * doc/manual/es/sylpheed.html
8217         * doc/manual/fr/.cvsignore
8218         * doc/manual/fr/Makefile.am
8219         * doc/manual/fr/sylpheed-1.html
8220         * doc/manual/fr/sylpheed-10.html
8221         * doc/manual/fr/sylpheed-11.html
8222         * doc/manual/fr/sylpheed-12.html
8223         * doc/manual/fr/sylpheed-13.html
8224         * doc/manual/fr/sylpheed-14.html
8225         * doc/manual/fr/sylpheed-15.html
8226         * doc/manual/fr/sylpheed-16.html
8227         * doc/manual/fr/sylpheed-17.html
8228         * doc/manual/fr/sylpheed-18.html
8229         * doc/manual/fr/sylpheed-19.html
8230         * doc/manual/fr/sylpheed-2.html
8231         * doc/manual/fr/sylpheed-20.html
8232         * doc/manual/fr/sylpheed-3.html
8233         * doc/manual/fr/sylpheed-4.html
8234         * doc/manual/fr/sylpheed-5.html
8235         * doc/manual/fr/sylpheed-6.html
8236         * doc/manual/fr/sylpheed-7.html
8237         * doc/manual/fr/sylpheed-8.html
8238         * doc/manual/fr/sylpheed-9.html
8239         * doc/manual/fr/sylpheed.html
8240         * doc/manual/ja/.cvsignore
8241         * doc/manual/ja/Makefile.am
8242         * doc/manual/ja/sylpheed-1.html
8243         * doc/manual/ja/sylpheed-10.html
8244         * doc/manual/ja/sylpheed-11.html
8245         * doc/manual/ja/sylpheed-12.html
8246         * doc/manual/ja/sylpheed-13.html
8247         * doc/manual/ja/sylpheed-14.html
8248         * doc/manual/ja/sylpheed-15.html
8249         * doc/manual/ja/sylpheed-16.html
8250         * doc/manual/ja/sylpheed-17.html
8251         * doc/manual/ja/sylpheed-18.html
8252         * doc/manual/ja/sylpheed-19.html
8253         * doc/manual/ja/sylpheed-2.html
8254         * doc/manual/ja/sylpheed-20.html
8255         * doc/manual/ja/sylpheed-3.html
8256         * doc/manual/ja/sylpheed-4.html
8257         * doc/manual/ja/sylpheed-5.html
8258         * doc/manual/ja/sylpheed-6.html
8259         * doc/manual/ja/sylpheed-7.html
8260         * doc/manual/ja/sylpheed-8.html
8261         * doc/manual/ja/sylpheed-9.html
8262         * doc/manual/ja/sylpheed.html
8263         * doc/manual/ja/sylpheed.sgml
8264         * src/mainwindow.c
8265                 Remove outdated manual and faq. Noisy, eh?
8266
8267 2005-12-06 [colin]      1.9.100cvs70
8268
8269         * src/compose.c
8270         * src/quote_fmt_parse.y
8271         * src/undo.c
8272         * src/undo.h
8273                 Allow %X to position cursor at 0 
8274                 (no %X = before signature)
8275                 Fix paste as quotation putting the cursor at 0
8276                 Fix undo offsets when pasting
8277                 Insert the quote_fmt at once instead of line 
8278                 by line
8279                 Fix [Edited] when starting to reply/forward
8280
8281 2005-12-06 [paul]       1.9.100cvs69
8282
8283         * src/plugins/clamav/clamav_plugin_gtk.c
8284                 add another tooltip
8285         * src/plugins/spamassassin/spamassassin_gtk.c
8286                 rework spamassassin_create_widget_func()
8287
8288 2005-12-05 [colin]      1.9.100cvs68
8289
8290         * po/POTFILES.in
8291                 Fix make release ;-)
8292
8293 2005-12-05 [colin]      1.9.100cvs67
8294
8295         * src/compose.c
8296         * src/compose.h
8297                 Fix cursor positioning (not obeying %X)
8298
8299 2005-12-05 [paul]       1.9.100cvs66
8300
8301         * src/plugins/dillo_viewer/dillo_prefs.c
8302                 fix compilation warning
8303
8304 2005-12-05 [paul]       1.9.100cvs65
8305
8306         * src/prefs_spelling.c
8307         * src/plugins/trayicon/trayicon.c
8308                 cleanups - remove unused stuff
8309
8310 2005-12-05 [paul]       1.9.100cvs64
8311
8312         * README
8313         * manual/plugins.xml
8314                 remove info about removed mathml_viewer plugin
8315
8316 2005-12-05 [paul]       1.9.100cvs63
8317
8318         * configure.ac
8319         * src/plugins/Makefile.am
8320         * src/plugins/mathml_viewer/.cvsignore
8321         * src/plugins/mathml_viewer/Makefile.am
8322         * src/plugins/mathml_viewer/mathml_viewer.c
8323                 remove unmaintained mathml_viewer plugin
8324
8325 2005-12-05 [paul]       1.9.100cvs62
8326
8327         * src/summaryview.c
8328                 obey prefs_common.always_show_msg when
8329                 moving a msg
8330                 Thanks to Colin
8331
8332 2005-12-05 [paul]       1.9.100cvs61
8333
8334         * src/compose.c
8335         * src/prefs_account.c
8336         * src/prefs_filtering.c
8337         * src/prefs_quote.c
8338         * src/prefs_spelling.c
8339         * src/prefs_toolbar.c
8340         * src/summaryview.c
8341         * src/gtk/gtkutils.c
8342         * src/gtk/quicksearch.c
8343         * src/plugins/dillo_viewer/dillo_prefs.c
8344                 dialog cleanups
8345
8346 2005-12-04 [paul]       1.9.100cvs60
8347
8348         * src/inc.c
8349         * src/prefs_account.c
8350         * src/prefs_account.h
8351                 allow a Local account to specify a
8352                 default inbox
8353                 (closes bug 843 'Inbox cannot be changed for local
8354                  mailboxes')
8355
8356 2005-12-04 [colin]      1.9.100cvs59
8357
8358         * src/plugins/trayicon/trayicon.c
8359                 Remove Get, rename Get All to Get Mail in order to
8360                 be consistent with the default main toolbar
8361
8362 2005-12-03 [colin]      1.9.100cvs58
8363
8364         * manual/gpl.xml
8365         * manual/sylpheed-claws-manual.xml
8366                 Add GPL appendix
8367
8368 2005-12-03 [paul]       1.9.100cvs57
8369
8370         * AUTHORS
8371         * po/sv.po
8372         * src/gtk/authors.h
8373                 new (partially complete) Swedish translation
8374                 by Anders Troback <sylpheed@troback.com>
8375
8376 2005-12-02 [paul]       1.9.100cvs56
8377
8378         * configure.ac
8379                 libetpan 0.41 required
8380
8381 2005-12-02 [paul]       1.9.100cvs55
8382
8383         * src/plugins/clamav/clamav_plugin.c
8384         * src/plugins/clamav/clamav_plugin.h
8385         * src/plugins/clamav/clamav_plugin_gtk.c
8386         * src/plugins/spamassassin/spamassassin.c
8387         * src/plugins/spamassassin/spamassassin.h
8388         * src/plugins/spamassassin/spamassassin_gtk.c
8389                 unregister prefs pages on unloading, thus
8390                 preventing a crash
8391                 (thanks to Colin for the hint)
8392
8393 2005-12-02 [wwp]        1.9.100cvs54
8394
8395         * src/quote_fmt.h
8396         * src/quote_fmt_parse.y
8397                 fix misuse of gboolean*, use gboolean instead
8398                 (thanks to Paul, Colin, for pointing out that scaring one)
8399
8400 2005-12-02 [paul]       1.9.100cvs53
8401
8402         * src/plugins/clamav/clamav_plugin.c
8403                 int no --> unsigned int no
8404         * src/plugins/clamav/clamav_plugin_gtk.c
8405                 rework config page
8406
8407 2005-12-02 [wwp]        1.9.100cvs52
8408
8409         * src/compose.c
8410         * src/prefs_template.c
8411         * src/quote_fmt.h
8412         * src/quote_fmt_parse.y
8413                 prevent from executing |f and |p templates commands when
8414                 adding or replacing templates in prefs (avoids annoying and
8415                 potentially dangerous behaviours)
8416
8417 2005-12-02 [paul]       1.9.100cvs51
8418
8419         * src/prefs_common.c
8420                 allow translation of some default values
8421                 Patch by Fabien Vantard
8422
8423 2005-12-02 [paul]       1.9.100cvs50
8424
8425         * src/codeconv.c
8426         * src/codeconv.h
8427         * src/prefs_common.c
8428         * src/prefs_common.h
8429         * src/prefs_message.c
8430         * src/textview.c
8431                 remove obsolete 'convert_mb_alnum' option
8432                 and related stuff
8433         * src/gtk/about.c
8434                 remove unused 'about_textview_visibility_notify'
8435
8436 2005-12-02 [paul]       1.9.100cvs49
8437
8438         * src/prefs_account.c
8439         * src/prefs_compose_writing.c
8440         * src/prefs_fonts.c
8441         * src/prefs_gtk.h
8442         * src/prefs_image_viewer.c
8443         * src/prefs_message.c
8444         * src/prefs_other.c
8445         * src/prefs_receive.c
8446         * src/prefs_send.c
8447         * src/prefs_spelling.c
8448         * src/prefs_summaries.c
8449         * src/prefs_wrapping.c
8450         * src/plugins/dillo_viewer/dillo_prefs.c
8451         * src/plugins/pgpcore/prefs_gpg.c
8452                 several cleanups to the prefs dialogs
8453                 (slightly modified) patch by Fabien Vantard
8454
8455 2005-12-02 [paul]       1.9.100cvs48
8456
8457         * src/main.c
8458                 --exit means exit
8459         * src/send_message.c
8460                 fix crash on send when connection fails
8461
8462         Thanks to Colin
8463
8464 2005-12-01 [colin]      1.9.100cvs47
8465
8466         * src/html.c
8467                 Translate &hellip; to "..."
8468
8469 2005-11-30 [colin]      1.9.100cvs46
8470
8471         * src/matcher.c
8472         * src/matcher.h
8473                 Optimize back yesterday's fix.
8474
8475 2005-11-30 [paul]       1.9.100cvs45
8476
8477         * manual/faq.xml
8478                 standardised
8479         * manual/intro.xml
8480                 written by Colin, edited by me
8481
8482 2005-11-29 [colin]      1.9.100cvs44
8483
8484         * src/matcher.c
8485                 Skip headers unconditionnaly in match_body if the
8486                 rule is not message or ~message
8487
8488 2005-11-29 [colin]      1.9.100cvs43
8489
8490         * src/matcher.c
8491                 Fix body_part and such, not skipping headers 
8492                 if the matchcriteria wasn't the first in the rule
8493
8494 2005-11-29 [colin]      1.9.100cvs42
8495
8496         * src/compose.c
8497                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8498                 option missing from message view window)
8499                 Fix double text D'n'D with gtk-2.8
8500         * src/matcher.c
8501                 Fix ~message, ~headers_part, ~body_part rules
8502         * src/messageview.c
8503                 Add Windows-1252 (Closes bug #863)
8504                 Fix accels
8505         * src/gtk/gtkaspell.c
8506                 Properly destroy accels in all menus
8507
8508 2005-11-29 [mones]      1.9.100cvs41
8509
8510         * po/es.po
8511                 Updated.
8512
8513 2005-11-27 [colin]      1.9.100cvs40
8514
8515         * src/mh_gtk.c
8516                 "/Remove mailbox" -> "/Remove mailbox..."
8517
8518 2005-11-27 [paul]       1.9.100cvs39
8519
8520         * AUTHORS
8521         * po/de.po
8522         * src/gtk/authors.h
8523                 updated by new maintainer, Stephan Sachse
8524
8525 2005-11-27 [paul]       1.9.100cvs38
8526
8527         * manual/faq.xml
8528                 written by Colin, edited by me
8529
8530 2005-11-27 [paul]       1.9.100cvs37
8531
8532         * src/prefs_common.c
8533         * src/prefs_common.h
8534         * src/prefs_receive.c
8535         * src/prefs_summaries.c
8536                 move 'go to inbox after receiving new mail'
8537                 option from display/sumamaries to mail
8538                 handling/receive, and rework prefs_summaries
8539                 dialog a little
8540
8541 2005-11-25 [martin]     1.9.100cvs36
8542
8543         * po/de.po
8544             fixed windows-1252 translation;
8545             translated some new and fuzzy strings
8546
8547 2005-11-25 [paul]       1.9.100cvs35
8548
8549         * src/plugins/clamav/clamav_plugin.c
8550                 complete the update done in cvs34
8551
8552 2005-11-25 [paul]       1.9.100cvs34
8553
8554         * src/plugins/clamav/clamav_plugin.c
8555                 reflect upstream changes
8556
8557 2005-11-25 [paul]       1.9.100cvs33
8558
8559         * manual/ack.xml
8560         * manual/plugins.xml
8561         * manual/sylpheed-claws-manual.xml
8562                 written/updated by Colin, edited by me
8563         * tools/acroread2sylpheed.pl
8564                 update binary name
8565
8566 2005-11-24 [colin]      1.9.100cvs32
8567
8568         * src/compose.c
8569                 Fix bug #856 (reediting messages forgets Request
8570                 Return Receipt)
8571
8572 2005-11-24 [paul]       1.9.100cvs31
8573
8574         * manual/addrbook.xml
8575         * manual/starting.xml
8576                 written by Colin, proofread, edited, adapted by me
8577         * manual/advanced.xml
8578                 add some Actions examples
8579         * src/importldif.c
8580                 use a Save button instead of a Close button
8581         * src/wizard.c
8582                 indicate mandatory fields
8583                 fix page display
8584                 Thanks to Colin
8585
8586 2005-11-23 [colin]      1.9.100cvs30
8587
8588         * src/addressbook.c
8589                 Rename menu item, fix possible crash after
8590                 deletion of books
8591         * src/addrindex.c
8592                 Allow searching for '*' in ldap
8593         * src/browseldap.c
8594                 Fix "Browse Entry" (did anyone use it?)
8595         * src/wizard.c
8596                 Add guards for mandatory information
8597
8598 2005-11-23 [paul]       1.9.100cvs29
8599
8600         * manual/advanced.xml
8601                 corrections to the English
8602
8603 2005-11-23 [colin]      1.9.100cvs28
8604
8605         * src/mimeview.c
8606                 Fix possible crash at exit. After the call to
8607                 gtk_container_remove(), the Viewer's widget has no
8608                 more parent so gtk+ automatically frees it and its
8609                 sons. If destroy_viewer() then try to access it,
8610                 problems ensue.
8611
8612 2005-11-22 [colin]      1.9.100cvs27
8613
8614         * src/compose.c
8615         * src/gtk/gtkaspell.c
8616                 Fix right-clicking on a misspelled word
8617                 Fix More... in suggestions menu
8618
8619 2005-11-22 [wwp]        1.9.100cvs26
8620
8621         * src/prefs_template.c
8622                 templates works: re-sort templates list when adding or replacing,
8623                 prevent from adding or replacing when the template name is empty
8624
8625 2005-11-21 [colin]      1.9.100cvs25
8626
8627         * src/addressbook.c
8628                 Fix some addressbook suckage (dnd, select all)
8629         * src/compose.c
8630         * src/gtk/gtkaspell.c
8631         * src/gtk/gtkaspell.h
8632                 Make the spellchecker menu work with the 
8633                 GtkTextView one instead of overriding it
8634
8635 2005-11-20 [paul]       1.9.100cvs24
8636
8637         * manual/handling.xml
8638                 proofread and corrected
8639
8640 2005-11-20 [paul]       1.9.100cvs23
8641
8642         * manual/Makefile
8643                 generate html as one file
8644         * manual/advanced.xml
8645                 fix output generation
8646                 reformat hidden options list
8647         * manual/manual.xml     ** REMOVED **
8648         * manual/sylpheed-claws-manual.xml      ** ADDED **
8649                 renamed
8650
8651 2005-11-18 [colin]      1.9.100cvs22
8652
8653         * src/prefs_account.c
8654                 Fix layout in news and mbox accounts
8655         * manual/account.xml
8656         * manual/advanced.xml
8657                 New contents for Paul to check :)
8658
8659 2005-11-18 [wwp]        1.9.100cvs21
8660
8661         * src/gtk/quicksearch.c
8662                 don't update extended quicksearch buttons twice
8663
8664 2005-11-18 [paul]       1.9.100cvs20
8665
8666         * src/textview.c
8667                 complete 1.9.100cvs19
8668
8669 2005-11-18 [paul]       1.9.100cvs19
8670
8671         * src/compose.c
8672                 cosmetic improvements
8673         * src/textview.c
8674                 also list text/* attachments
8675
8676 2005-11-18 [colin]      1.9.100cvs18
8677
8678         * src/summaryview.c
8679                 Use column 0 instead of -1 in 
8680                 gtk_ctree_node_moveto, in a naive
8681                 hope it'll fix the gtk-related crashes
8682
8683 2005-11-18 [colin]      1.9.100cvs17
8684
8685         * src/gtk/inputdialog.c
8686                 Fix icon staying the first one
8687
8688 2005-11-17 [wwp]        1.9.100cvs16
8689                 fix possible problem showing some quicksearch buttons, and a bad
8690                 call to g_return_if_fail in a function that returns a value (both
8691                 fixes by Fabien Vantard)
8692
8693 2005-11-15 [wwp]        1.9.100cvs15
8694
8695         * src/gtk/quicksearch.c
8696                 added a tooltip to that obscure ... quicksearch button
8697
8698 2005-11-15 [wwp]        1.9.100cvs14
8699
8700         * src/gtk/quicksearch.c
8701                 add a quicksearch helper to filtering expression users: the ... button
8702                 raises the condition expr window. condition expressions set up w/ this
8703                 window are used by the quicksearch if the user closes it pressing OK.
8704
8705 2005-11-14 [paul]       1.9.100cvs13
8706
8707         * src/plugins/clamav/clamav_plugin.c
8708         * src/plugins/spamassassin/spamassassin.c
8709                 change plugin type following recent merging
8710
8711 2005-11-14 [wwp]        1.9.100cvs12
8712
8713         * src/folder.c
8714                 prevent from crashing when copying/moving message(s) from and
8715                 to the same folder
8716
8717 2005-11-14 [paul]       1.9.100cvs11
8718
8719         * src/plugins/clamav/Makefile.am
8720         * src/plugins/clamav/clamav_plugin.c
8721         * src/plugins/clamav/clamav_plugin.h
8722         * src/plugins/clamav/clamav_plugin_gtk.c
8723                 also merge clamav and clamav_gtk plugins
8724
8725 2005-11-13 [colin]      1.9.100cvs10
8726
8727         * configure.ac
8728         * src/plugins/spamassassin/Makefile.am
8729         * src/plugins/spamassassin/spamassassin.c
8730         * src/plugins/spamassassin/spamassassin.h
8731         * src/plugins/spamassassin/spamassassin_gtk.c
8732                 Merge spamassassin and spamassassin_gtk plugins,
8733                 and build it by default.
8734
8735 2005-11-12 [colin]      1.9.100cvs9
8736
8737         * src/etpan/imap-thread.c
8738                 Fix gcc warning
8739
8740 2005-11-12 [colin]      1.9.100cvs8
8741
8742         * src/procmime.c
8743                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
8744
8745 2005-11-10 [colin]      1.9.100cvs7
8746
8747         * src/main.c
8748                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
8749                 minimised state)
8750
8751 2005-11-10 [wwp]        1.9.100cvs6
8752
8753         * src/gtk/description_window.c
8754                 fix a crash when closing description windows using the WM's [X] button
8755
8756 2005-11-09 [colin]      1.9.100cvs5
8757
8758         * src/common/ssl.c
8759                 Update libetpan call to follow upstream
8760                 (yes, this requires libetpan-0.40cvs3)
8761
8762 2005-11-08 [colin]      1.9.100cvs4
8763
8764         * src/compose.c
8765         * src/textview.c
8766         * src/common/utils.c
8767         * src/common/utils.h
8768                 Enhance the email parser
8769
8770 2005-11-08 [colin]      1.9.100cvs3
8771
8772         * src/procmime.c
8773                 Fix what looks like an off-by-one (fixes 
8774                 attachments from the Bat)
8775
8776 2005-11-08 [wwp]        1.9.100cvs2
8777
8778         * src/main.c
8779                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8780
8781 2005-11-08 [wwp]        1.9.100cvs1
8782
8783         * src/main.c
8784                 allow exiting Sylpheed-Claws from command-line
8785
8786 2005-11-08 [paul]       1.9.100
8787
8788         1.9.100 released
8789
8790 2005-11-07 [colin]      1.9.99cvs17
8791
8792         * src/addritem.c
8793         * src/ldif.c
8794                 Fix import of base-64 encoded items
8795
8796 2005-11-07 [colin]      1.9.99cvs16
8797
8798         * src/send_message.c
8799                 Fix bug #314 (Queue does not empty under certain 
8800                 circumstances)
8801
8802 2005-11-07 [paul]       1.9.99cvs15
8803
8804         * src/mutt.c
8805         * src/pine.c
8806                 fix buffer overflows
8807                 Thanks to Colin
8808
8809 2005-11-07 [paul]       1.9.99cvs14
8810
8811         * doc/man/Makefile.am
8812         * doc/man/sylpheed-claws.1      ** ADDED **
8813         * doc/man/sylpheed.1            ** DELETED **
8814                 rename and update the man file
8815
8816 2005-11-06 [colin]      1.9.99cvs13
8817
8818         * src/ldif.c
8819                 Fix ldif_get_line() that returned empty strings
8820                 (Didn't understand why). Also fix a possible
8821                 buffer overflow.
8822
8823 2005-11-06 [wwp]        1.9.99cvs12
8824
8825         * src/textview.c
8826         * src/gtk/about.c
8827         * src/gtk/gtkutils.c
8828         * src/gtk/gtkutils.h
8829                 fix a compilation warning,
8830                 make links sensitive in the about dialog
8831
8832 2005-11-04 [wwp]        1.9.99cvs11
8833
8834         * src/gtk/about.c
8835                 don't wrap or translate URIs, and a bit text format cleanup
8836
8837 2005-11-04 [wwp]        1.9.99cvs10
8838
8839         * src/gtk/about.c
8840                 better textview tagging implementation (no more use of marks for
8841                 postponed tagging)
8842
8843 2005-11-02 [colin]      1.9.99cvs9
8844
8845         * src/common/ssl.c
8846                 Forgot an ifdef
8847
8848 2005-11-02 [colin]      1.9.99cvs8
8849
8850         * configure.ac
8851                 Require libetpan-0.40 due to upstream fix
8852         * src/common/ssl.c
8853                 Tell libetpan not to call SSL_Library_Init,
8854                 as we do it ourselves.
8855
8856 2005-11-02 [colin]      1.9.99cvs7
8857
8858         * po/POTFILES.in
8859                 Add missing files (thanks to Fabien Vantard)
8860
8861 2005-11-02 [colin]      1.9.99cvs6
8862
8863         * src/summaryview.c
8864                 Fix totals when read messages are hidden or quicksearch
8865                 is on
8866         * src/ssl_manager.c
8867         * src/ssl_manager.h
8868         * src/common/ssl_certificate.c
8869         * src/common/ssl_certificate.h
8870         * src/gtk/sslcertwindow.c
8871         * src/gtk/sslcertwindow.h
8872                 Fix copyright on my stuff
8873
8874 2005-11-02 [wwp]        1.9.99cvs5
8875
8876         * src/prefs_themes.c
8877                 fix directory name checking (theme installation/removal),
8878                 made related error a bit more verbose
8879
8880 2005-11-02 [colin]      1.9.99cvs4
8881
8882         * src/summaryview.c
8883                 Fix typo (probably fixes bug #841 (Sort by the From 
8884                 field doesn't work)
8885
8886 2005-11-02 [paul]       1.9.99cvs3
8887
8888         * po/ko.po
8889         * po/nb.po
8890                 updated by SungHyun Nam, Geir Helland
8891         * src/wizard.c
8892                 fix typo in welcome message. spotted by
8893                 Andrea Spadaccini
8894
8895 2005-11-01 [colin]      1.9.99cvs2
8896
8897         * src/compose.c
8898                 Fix replying to ml wen confirming subscription
8899         * src/messageview.c
8900         * src/mimeview.c
8901         * src/mimeview.h
8902         * src/privacy.h
8903         * src/summaryview.c
8904                 Make key check non blocking
8905
8906 2005-10-31 [paul]       1.9.99cvs1
8907
8908         * tools/claws.i18n.status.pl
8909                 updated for ChangeLog
8910
8911 2005-10-31 [paul]       1.9.99
8912
8913         1.9.99 released
8914
8915 2005-10-31 [paul]       1.9.15cvs131
8916
8917         * .cvsignore
8918         * ChangeLog
8919         * ChangeLog.claws       ** REMOVED **
8920         * ChangeLog-gtk2.claws  ** REMOVED **
8921         * ChangeLog.gtk1        ** ADDED **
8922         * INSTALL
8923         * Makefile.am
8924         * NEWS
8925         * README
8926         * README.claws          ** REMOVED **
8927         * README.jp             ** REMOVED **
8928         * RELEASE_NOTES         ** ADDED **
8929         * RELEASE_NOTES.claws   ** REMOVED **
8930         * commitHelper
8931         * configure.ac
8932         * sylpheed.spec.in      ** REMOVED **
8933                 tidy up and update the default docs:
8934                 ChangeLog.claws is renamed ChangeLog.gtk1
8935                 ChangeLog-gtk2.claws is renamed ChangeLog
8936                 README.claws is renamed README
8937                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
8938
8939 2005-10-31 [paul]       1.9.15cvs130
8940
8941         * po/it.po
8942                 fix errors
8943
8944 2005-10-31 [paul]       1.9.15cvs129
8945
8946         * po/ca.po
8947         * po/de.po
8948         * po/en_GB.po
8949         * po/fr.po
8950         * po/it.po
8951         * po/pt_BR.po
8952         * po/sk.po
8953         * po/sr.po
8954         * po/zh_CN.po
8955                 updated by Miquel Oliete, Stephan Sachse and
8956                 Thomas Gilgin, me, Fabien Vantard, Andrea
8957                 Spadaccini, Frederico Goncalves Guimaraes,
8958                 Andrej Kacian, Aleksandar Urosevic, and
8959                 Ralgh Young.
8960
8961 2005-10-31 [mones]      1.9.15cvs128
8962
8963         * manual/faq.xml
8964                 More questions.
8965         
8966         * po/es.po
8967                 Updated for release.
8968
8969 2005-10-30 [colin]      1.9.15cvs127
8970
8971         * src/compose.c
8972                 Place cursor before rewrapping (fixes cursor
8973                 pos if quotation gets rewrapped)
8974
8975 2005-10-29 [paul]       1.9.15cvs126
8976
8977         * src/crash.c
8978         * src/foldersel.c
8979         * src/main.c
8980         * src/messageview.c
8981         * src/toolbar.c
8982         * src/gtk/authors.h
8983                 corrections to text items
8984
8985 2005-10-28 [colin]      1.9.15cvs125
8986
8987         * src/messageview.c
8988                 Make "hit 'C' to check sig" work from extern 
8989                 messageviews
8990
8991 2005-10-27 [colin]      1.9.15cvs124
8992
8993         * src/summaryview.c
8994                 Add a hack to avoid segfaulting when hammering 
8995                 on gtk's events
8996
8997 2005-10-27 [wwp]        1.9.15cvs123
8998
8999         * src/prefs_themes.c
9000                 sort list of themes names in themes prefs
9001
9002 2005-10-27 [paul]       1.9.15cvs122
9003
9004         * src/folder.c
9005         * src/prefs_account.c
9006                 fix building on Solaris
9007                 Patch by Alex Moore
9008
9009 2005-10-27 [wwp]        1.9.15cvs121
9010
9011         * src/summaryview.c
9012         * src/gtk/gtksctree.c
9013                 speed up unselecting messages in summary view (thanks to Colin)
9014
9015 2005-10-27 [paul]       1.9.15cvs120
9016
9017         * src/mainwindow.c
9018                 fix a compilation warning
9019         * src/summaryview.c
9020                 fix updating of 'n items selected' count
9021                 when deselecting
9022
9023 2005-10-27 [martin]     1.9.15cvs119
9024
9025         * src/action.c
9026                 ignore actions with a leading '/' in the action menu name
9027                 fixes a crash on menu creation
9028         * src/prefs_actions.c
9029                 do not allow a leading '/' in the action menu name
9030
9031 2005-10-27 [paul]       1.9.15cvs118
9032
9033         * src/main.c
9034                 fix compilation warning
9035
9036 2005-10-27 [paul]       1.9.15cvs117
9037
9038         * src/procmime.c
9039                 add #if HAVE_LOCALE_H
9040
9041 2005-10-27 [paul]       1.9.15cvs116
9042
9043         * src/plugins/clamav/clamav_plugin.c
9044         * src/plugins/dillo_viewer/dillo_viewer.c
9045         * src/plugins/mathml_viewer/mathml_viewer.c
9046         * src/plugins/pgpcore/plugin.c
9047         * src/plugins/pgpinline/plugin.c
9048         * src/plugins/pgpmime/plugin.c
9049         * src/plugins/spamassassin/spamassassin.c
9050         * src/plugins/trayicon/trayicon.c
9051                 plugin_init() : make error messages more
9052                 informative
9053
9054 2005-10-26 [wwp]        1.9.15cvs115
9055
9056         * src/prefs_matcher.c
9057                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9058
9059 2005-10-26 [wwp]        1.9.15cvs114
9060
9061         * src/procmime.c
9062         * src/gtk/gtksctree.c
9063         * src/plugins/spamassassin/libspamc.c
9064         * src/plugins/spamassassin/spamassassin.c
9065                 fix some compilation warnings more
9066
9067 2005-10-26 [mones]      1.9.15cvs113
9068
9069         * po/es.po
9070                 Updated translation
9071
9072 2005-10-26 [paul]       1.9.15cvs112
9073
9074         * src/prefs_message.c
9075                 give all display_xface stuff the
9076                 #if HAVE_LIBCOMPFACE treatment, thus
9077                 preventing a crash
9078                 (Thanks to Wolfgang Enderlein)
9079
9080 2005-10-26 [colin]      1.9.15cvs111
9081
9082         * src/gedit-print.c
9083                 Fix date format
9084         * src/imap_gtk.c
9085         * src/news_gtk.c
9086                 Remove context menu items that should not be there
9087         * src/jpilot.c
9088                 Fix encoding
9089         * src/main.c
9090         * src/mainwindow.c
9091                 Don't show the mainwindow too soon
9092
9093 2005-10-26 [wwp]        1.9.15cvs110
9094
9095         * src/folder.c
9096         * src/manual.c
9097         * src/summaryview.c
9098                 fix uninitialized pointers in the folder updating hook
9099                 (thanks to Colin)
9100
9101 2005-10-25 [mones]      1.9.15cvs109
9102
9103         * manual/faq.xml
9104                 General information subsection completed. 
9105                 Removed archaic references.
9106                 
9107         * manual/Makefile
9108         * manual/dtd/manual.dsl
9109                 Added customization stylesheet for getting paragraphs
9110                 fully justified in PDF output (as suggested by Colin).
9111
9112 2005-10-25 [colin]      1.9.15cvs108
9113
9114         * src/compose.c
9115                 Fix a second leak
9116
9117 2005-10-25 [colin]      1.9.15cvs107
9118
9119         * src/addrbook.c
9120         * src/addrindex.c
9121                 Fix leak (xml_get_element() allocates memory)
9122         * src/compose.c
9123                 Fix leak + dead code (shame!)
9124         * src/procmime.c
9125                 Fix leak
9126
9127 2005-10-25 [colin]      1.9.15cvs106
9128
9129         * src/mimeview.c
9130                 Fix encoding issue in Save all and in 
9131                 overwrite-confirmation alertpanel
9132
9133 2005-10-25 [colin]      1.9.15cvs105
9134
9135         * src/common/socket.c
9136                 Fix a leak - Thanks to Christopher Aillon
9137                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9138
9139 2005-10-25 [paul]       1.9.15cvs104
9140
9141         * src/wizard.c
9142                 Always guess servers from the right-hand
9143                 email part and guess username from the
9144                 left-hand part. (Thanks to Colin)
9145                 add an X-Face to the welcome message
9146
9147 2005-10-25 [paul]       1.9.15cvs103
9148
9149         * manual/handling.xml
9150                 written by Colin, edited by me
9151
9152 2005-10-25 [wwp]        1.9.15cvs102
9153
9154         * src/folderview.c
9155         * src/grouplistdialog.c
9156         * src/imap.c
9157         * src/noticeview.c
9158                 fix some compilation warnings
9159
9160 2005-10-24 [paul]
9161
9162         1.9.99-rc3 released
9163
9164 2005-10-24 [paul]       1.9.15cvs101
9165
9166         * src/gtk/about.c
9167                 fix window sizing
9168
9169 2005-10-24 [paul]       1.9.15cvs100
9170
9171         * src/pixmaps/offline.xpm
9172         * src/pixmaps/online.xpm
9173                 replace with last default versions
9174
9175 2005-10-24 [colin]      1.9.15cvs99
9176
9177         * src/imap.c
9178                 Fix bug when moving a folder
9179         * src/imap_gtk.c
9180         * src/mh_gtk.c
9181                 "Delete folder" pops up a window, so it 
9182                 should be suffixed with "..."
9183         * src/plugins/pgpcore/sgpgme.c
9184                 Include locale.h
9185
9186 2005-10-24 [mones]      1.9.15cvs98
9187
9188         * manual/Makefile
9189         * manual/account.xml
9190         * manual/ack.xml
9191         * manual/addrbook.xml
9192         * manual/advanced.xml
9193         * manual/faq.xml
9194         * manual/glossary.xml
9195         * manual/gpl.xml
9196         * manual/handling.xml
9197         * manual/intro.xml
9198         * manual/keyboard.xml
9199         * manual/manual.xml
9200         * manual/plugins.xml
9201         * manual/starting.xml
9202         * manual/dtd/sdocbook.dtd
9203                 Initial manual structure and some content.
9204
9205 2005-10-23 [wwp]        1.9.15cvs97
9206
9207         * src/gtk/about.c
9208                 fix a typo
9209
9210 2005-10-23 [wwp]        1.9.15cvs96
9211
9212         * src/gtk/about.c
9213         * src/gtk/authors.h
9214                 rework of the about window (main work by Paul), also featuring a few
9215                 fixes for typos and duplicate names
9216
9217 2005-10-23 [wwp]        1.9.15cvs95
9218
9219         * src/.cvsignore
9220                 Ignore the right binary name (sylpheed-claws now)
9221
9222 2005-10-23 [paul]       1.9.15cvs94
9223
9224         * src/compose.c
9225                 when using Folder Pref 'Default To for
9226                 replies' make the entry in the Compose
9227                 window bold
9228                 Patch by Fabien Vantard
9229
9230 2005-10-22 [colin]      1.9.15cvs93
9231
9232         * src/codeconv.c
9233                 Fix leak
9234
9235 2005-10-22 [colin]      1.9.15cvs92
9236
9237         * src/codeconv.c
9238                 try to convert using locale (apart utf8) if necessary
9239
9240 2005-10-22 [colin]      1.9.15cvs91
9241
9242         * src/pixmaps/new.xpm
9243         * src/pixmaps/unread.xpm
9244                 Make the unread envelope blue again and
9245                 saturate the new one a bit more.
9246
9247 2005-10-22 [colin]      1.9.15cvs90
9248
9249         * src/compose.c
9250                 When replying to a mail sent by one of our accounts,
9251                 use the original list of recipients. Let 'Reply All'
9252                 and 'Reply to sender' work like previously.
9253
9254 2005-10-21 [colin]      1.9.15cvs89
9255
9256         * src/prefs_filtering.c
9257                 Clear fields after add and replace
9258         * src/textview.c
9259                 Display xface differently (better)
9260         * src/plugins/pgpinline/pgpinline.c
9261                 Fix crappy encodings/recodings
9262
9263 2005-10-21 [paul]       1.9.15cvs88
9264
9265         * src/compose.c
9266         * src/prefs_folder_item.c
9267         * src/toolbar.c
9268                 fix news folder Folder Properties
9269                 (thanks to Colin)
9270         * src/folderview.c
9271                 update folderview after Themes change
9272                 keep selected folder selected
9273                 (thanks to Colin)
9274
9275 2005-10-21 [paul]       1.9.15cvs87
9276
9277         * tools/Makefile.am
9278         * tools/OOo2sylpheed.pl
9279         * tools/README
9280         * tools/README.sylprint
9281         * tools/asus_mailled.sh         ** REMOVED **
9282         * tools/filter_conv.pl
9283         * tools/freshmeat_search.pl
9284         * tools/google_search.pl
9285         * tools/gpg-sign-syl            ** REMOVED **
9286         * tools/kmail2sylpheed.pl
9287         * tools/kmail2sylpheed_v2.pl
9288         * tools/multiwebsearch.pl
9289         * tools/nautilus2sylpheed.sh
9290         * tools/newscache_clean.pl
9291         * tools/outlook2sylpheed.pl
9292         * tools/sylpheed-switcher       ** REMOVED **
9293         * tools/sylprint.pl
9294         * tools/sylprint.rc
9295         * tools/tb2sylpheed
9296         * tools/vcard2xml.py
9297         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9298                 update default config dir
9299                 update binary name (thanks to Fabien Vantard)
9300                 remove obsolete scripts
9301
9302 2005-10-21 [colin]      1.9.15cvs86
9303
9304         * src/inc.c
9305                 Fix possible leak and units. Based on a patch by
9306                 Fabien Vantard.
9307
9308 2005-10-20 [colin]      1.9.15cvs85
9309
9310         * src/textview.c
9311                 Clear xface when clearing textview
9312
9313 2005-10-20 [colin]      1.9.15cvs84
9314
9315         * configure.ac
9316         * src/folderview.c
9317         * src/headerview.c
9318         * src/main.c
9319         * src/prefs_common.c
9320         * src/prefs_common.h
9321         * src/prefs_message.c
9322         * src/textview.c
9323         * src/textview.h
9324         * src/common/defs.h
9325         * src/common/utils.c
9326         * src/common/utils.h
9327         * src/gtk/gtkutils.c
9328         * src/gtk/gtkutils.h
9329                 Migrate config to .sylpheed-claws (Automatically)
9330                 Add a way to get the Xface in the TextView
9331
9332 2005-10-20 [colin]      1.9.15cvs83
9333
9334         * src/gtk/Makefile.am
9335         * src/gtk/about.c
9336         * src/gtk/authors.h
9337                 Make the about dialog *grooovy*
9338
9339 2005-10-20 [colin]      1.9.15cvs82
9340
9341         * src/mimeview.c
9342                 Use "Open with" on double click if no command
9343                 was found
9344
9345 2005-10-20 [colin]      1.9.15cvs81
9346
9347         * src/imap.c
9348         * src/etpan/imap-thread.c
9349                 Fix possible crash.
9350
9351 2005-10-20 [paul]       1.9.15cvs80
9352
9353         * src/folder.c
9354                 don't show clipkey icon if the only
9355                 attachment is the signature
9356                 Patch by Colin
9357
9358 2005-10-20 [paul]       1.9.15cvs79
9359
9360         * AUTHORS
9361         * src/plugins/pgpmime/pgpmime.c
9362                 name the PGP/MIME signature 'signature.asc'
9363                 Patch by Andrew Nelson <freeandy@gmail.com>
9364
9365 2005-10-19 [colin]      1.9.15cvs78
9366
9367         * src/plugins/pgpmime/pgpmime.c
9368                 Oops, no need to double-check though
9369
9370 2005-10-19 [colin]      1.9.15cvs77
9371
9372         * src/plugins/pgpinline/pgpinline.c
9373         * src/plugins/pgpmime/pgpmime.c
9374                 Check that my_tmpfile() doesn't 
9375                 return NULL
9376
9377 2005-10-19 [colin]      1.9.15cvs76
9378
9379         * src/common/utils.c
9380                 Use shorter mime boundaries to avoid having
9381                 MTAs rewrapping our headers, breaking the
9382                 PGP signature in the process 
9383         * src/compose.c
9384         * src/plugins/pgpmime/pgpmime.c
9385                 Check for boundary uniqueness to be sure
9386                 it won't happen, instead of hoping for the
9387                 best
9388
9389 2005-10-19 [colin]      1.9.15cvs75
9390
9391         * sylpheed-claws.desktop
9392         * src/Makefile.am
9393         * src/main.c
9394                 Ship a sylpheed-claws binary instead
9395                 of a sylpheed one. Change the socket
9396                 name, too
9397         * src/folderview.c
9398                 Update folder only if it changed
9399         * src/wizard.c
9400                 Fix i18n in welcome mail, patch by
9401                 Fabien Vantard
9402
9403 2005-10-19 [paul]
9404
9405         1.9.99-rc2 released
9406
9407 2005-10-19 [paul]       1.9.15cvs74
9408
9409         * src/folder.c
9410         * src/folderview.c
9411                 fix summaryview update
9412                 Patch by Colin
9413
9414 2005-10-18 [colin]      1.9.15cvs73
9415
9416         * src/plugins/pgpcore/passphrase.c
9417                 Don't XGrabServer, and try a bit more to 
9418                 sync everything before grabbing mouse/keyboard
9419
9420 2005-10-18 [colin]      1.9.15cvs72
9421
9422         * src/Makefile.am
9423         * src/addressadd.c
9424         * src/addressbook.c
9425         * src/folderview.c
9426         * src/grouplistdialog.c
9427         * src/mimeview.c
9428         * src/stock_pixmap.c
9429         * src/stock_pixmap.h
9430         * src/summaryview.c
9431         * src/gtk/gtksctree.c
9432         * src/gtk/gtksctree.h
9433         * src/pixmaps/empty.xpm
9434                 Implement a wrapper call for gtk_ctree_set_node_info
9435                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9436                 pixmap instead of a NULL one. This works around some
9437                 memory problems deep inside gtk, revealed by valgrind,
9438                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9439                 as locked crashes sylpheed.), as well as, probably, 
9440                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9441
9442 2005-10-17 [colin]      1.9.15cvs71
9443
9444         * src/mimeview.c
9445                 Provide visual feedback when checking
9446                 signature
9447
9448 2005-10-17 [colin]      1.9.15cvs70
9449
9450         * src/main.c
9451                 Keep the folder list frozen while checking caches...
9452
9453 2005-10-17 [colin]      1.9.15cvs69
9454
9455         * src/addr_compl.c
9456                 Fi bug #833 (Autocompleting from addressbook 
9457                 fails with extended chars)
9458         * src/imap.c
9459                 Fix 'adding messages' staying in statusbar
9460                 after an error
9461
9462 2005-10-17 [wwp]        1.9.15cvs68
9463
9464         * src/ssl_manager.c
9465                 Fix buttons' layout resizing when window size changes
9466
9467 2005-10-17 [wwp]        1.9.15cvs67
9468
9469         * src/account.c
9470         * src/prefs_account.c
9471         * src/prefs_common.c
9472         * src/prefs_common.h
9473         * src/prefs_folder_item.c
9474         * src/prefs_gtk.c
9475         * src/gtk/logwindow.c
9476         * src/gtk/pluginwindow.c
9477         * src/gtk/prefswindow.c
9478         * src/gtk/prefswindow.h
9479                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9480
9481 2005-10-17 [paul]       1.9.15cvs66
9482
9483         * configure.ac
9484                 fix missing libetpan message
9485         * po/en_GB.po
9486                 updated
9487         * src/crash.c
9488         * src/manual.c
9489         * src/prefs_themes.c
9490         * src/common/defs.h
9491                 add some new URI defines, change some
9492                 others
9493         * src/wizard.c
9494                 make welcome message translatable
9495                 small improvements to english
9496                 other tweaks
9497         * src/gtk/menu.c
9498                 fix warnings
9499
9500 2005-10-17 [paul]       1.9.15cvs65
9501
9502         * src/summaryview.c
9503                 fix column titles
9504
9505 2005-10-16 [mones]      1.9.15cvs64
9506
9507         * po/es.po
9508                 Updated translation
9509
9510 2005-10-16 [colin]
9511
9512         1.9.99-rc1 released
9513
9514 2005-10-16 [colin]      1.9.15cvs63
9515
9516         * src/wizard.c
9517                 Fix whitespace
9518
9519 2005-10-16 [colin]      1.9.15cvs62
9520
9521         * src/toolbar.c
9522                 s/Get All/Get Mail/
9523         * src/wizard.c
9524                 Real welcome mail text, thanks Paul
9525
9526 2005-10-16 [colin]      1.9.15cvs61
9527
9528         * src/editldap.c
9529         * src/exporthtml.c
9530         * src/main.c
9531         * src/mainwindow.c
9532         * src/prefs_themes.c
9533         * src/prefs_toolbar.c
9534         * src/plugins/demo/demo.c
9535         * src/plugins/trayicon/trayicon.c
9536                 s/Sylpheed/Sylpheed-Claws/
9537
9538 2005-10-16 [colin]      1.9.15cvs60
9539
9540         * src/wizard.c
9541                 Add a welcome email in the first empty mailbox
9542         * src/prefs_common.c
9543                 Change one more default
9544
9545 2005-10-16 [colin]      1.9.15cvs59
9546
9547         * src/wizard.c
9548                 Remove printf
9549
9550 2005-10-16 [colin]      1.9.15cvs58
9551
9552         * src/toolbar.c
9553         * src/prefs_common.c
9554                 Change some defaults
9555
9556 2005-10-16 [colin]      1.9.15cvs57
9557
9558         * src/toolbar.c
9559         * src/prefs_common.c
9560                 Change some defaults
9561
9562 2005-10-16 [colin]      1.9.15cvs56
9563
9564         * src/wizard.c
9565                 By default, initialize fonts to have
9566                 the same size as normal GtkWidgets
9567
9568 2005-10-16 [colin]      1.9.15cvs55
9569
9570         * src/mimeview.c
9571                 Fix message a bit more
9572
9573 2005-10-16 [colin]      1.9.15cvs54
9574
9575         * src/addressbook.c
9576                 Second attempt at flicker fixing
9577
9578 2005-10-16 [colin]      1.9.15cvs53
9579
9580         * src/addressbook.c
9581                 Fix flicker
9582
9583 2005-10-16 [wwp]        1.9.15cvs52
9584
9585         * src/addressbook.c
9586         * src/editaddress.c
9587         * src/prefs_common.c
9588         * src/prefs_common.h
9589                 Remember window sizes (address book)
9590
9591 2005-10-16 [wwp]        1.9.15cvs51
9592
9593         * src/plugins/clamav/clamav_plugin_gtk.c
9594         * src/plugins/spamassassin/spamassassin_gtk.c
9595                 Fix compilation warnings (missing #include).
9596
9597 2005-10-16 [colin]      1.9.15cvs50
9598
9599         * src/mimeview.c
9600         * src/summaryview.c
9601         * src/textview.c
9602                 Make 'c' check signature, and forward
9603                 c, l, y, t from summaryview to mimeview
9604
9605 2005-10-16 [colin]      1.9.15cvs49
9606
9607         * src/addressbook.c
9608                 Put border around buttons
9609         * src/mainwindow.c
9610         * src/summaryview.c
9611                 Rework menus (Patch based on a patch
9612                 by Paul)
9613
9614 2005-10-15 [wwp]        1.9.15cvs48
9615
9616         * src/editjpilot.c
9617         * src/editldap.c
9618         * src/editvcard.c
9619         * src/exphtmldlg.c
9620         * src/expldifdlg.c
9621         * src/export.c
9622         * src/import.c
9623         * src/importldif.c
9624         * src/importmutt.c
9625         * src/importpine.c
9626         * src/prefs_account.c
9627         * src/prefs_spelling.c
9628         * src/gtk/gtkutils.c
9629         * src/gtk/gtkutils.h
9630         * src/plugins/clamav/clamav_plugin_gtk.c
9631         * src/plugins/spamassassin/spamassassin_gtk.c
9632                 use nicer browse-for-file/dir buttons than the "..." ones,
9633                 code factorizing more.
9634
9635 2005-10-14 [colin]      1.9.15cvs47
9636
9637         * src/mainwindow.c
9638                 set relief on the account switcher so that people see it
9639                 grey out Create processing rules when no message is selected
9640         * src/prefs_filtering.c
9641                 ask before closing if the rule has not been modified, even if
9642                 it's not valid
9643         * src/prefs_matcher.c
9644                 fix sensitivity when entering the dialog
9645         * src/gtk/inputdialog.c
9646                 display a better icon on password ask
9647         * src/plugins/pgpcore/passphrase.c
9648                 make the dialog look better
9649
9650 2005-10-14 [paul]       1.9.15cvs46
9651
9652         * src/folderview.c
9653                 indicate presense of marked msgs in
9654                 unexpanded subfolders
9655
9656 2005-10-14 [paul]       1.9.15cvs45
9657
9658         * src/prefs_actions.c
9659         * src/prefs_common.c
9660         * src/prefs_common.h
9661         * src/prefs_filtering_action.c
9662         * src/prefs_matcher.c
9663         * src/prefs_template.c
9664                 remember window sizes
9665                 fix Info button size
9666
9667         Patches by wwp
9668
9669 2005-10-13 [colin]      1.9.15cvs44
9670
9671         * src/mimeview.c
9672         * src/noticeview.c
9673         * src/noticeview.h
9674                 Add a tooltip on the icon (optional) 
9675                 Get rid of the signature buttons and only
9676                 use the icon+tooltip
9677
9678 2005-10-13 [colin]      1.9.15cvs43
9679
9680         * src/noticeview.c
9681         * src/noticeview.h
9682                 Add hand cursor for hovering over icon
9683
9684 2005-10-13 [colin]      1.9.15cvs42
9685
9686         * src/summaryview.c
9687                 Fix crash when quicksearch's hidden 
9688                 at startup
9689
9690 2005-10-13 [colin]      1.9.15cvs41
9691
9692         * src/compose.c
9693                 Set subject when forwarding multiple mails
9694                 Check that other recipient than the default Cc or Bcc
9695                 have been set before sending.
9696
9697 2005-10-13 [colin]      1.9.15cvs40
9698
9699         * src/imap.c
9700                 Batch per-folder
9701                 Introduce locking, but don't use it yet
9702
9703 2005-10-13 [colin]      1.9.15cvs39
9704
9705         * src/gtk/quicksearch.c
9706                 Reset quicksearch when hiding it
9707                 Make sticky a real pref
9708
9709 2005-10-13 [colin]      1.9.15cvs38
9710
9711         * src/summaryview.c
9712                 Faster prefs apply
9713
9714 2005-10-13 [colin]      1.9.15cvs37
9715
9716         * src/mimeview.c
9717         * src/noticeview.c
9718         * src/noticeview.h
9719         * src/plugins/pgpcore/sgpgme.c
9720                 Make privacy icon clickable
9721                 Move Trust field in Full info
9722                 When trust is less than full, don't display
9723                 a warning icon
9724
9725 2005-10-13 [colin]      1.9.15cvs36
9726
9727         * src/folder.c
9728                 Batch on flags sync
9729         * src/folderview.c
9730                 Revert speed hack which is dangerous in fact
9731                 Apply prefs faster
9732
9733 2005-10-13 [colin]      1.9.15cvs35
9734
9735         * src/folder_item_prefs.c
9736                 Fix pref corruption on folder move. Patch
9737                 by wwp
9738
9739 2005-10-13 [paul]       1.9.15cvs34
9740
9741         * src/export.c
9742         * src/import.c
9743                 fix typos in g_warnings
9744         * src/prefs_account.c
9745                 add a file selector for Signature file
9746
9747         Patches by wwp
9748
9749 2005-10-12 [colin]      1.9.15cvs33
9750
9751         * src/mimeview.c
9752                 Provide a quick way to go back from a
9753                 signature's full info to the email part
9754
9755 2005-10-12 [colin]      1.9.15cvs32
9756
9757         * src/compose.c
9758                 Remove old hack of encoding signed mails with base64.
9759                 QP works equally well.
9760
9761 2005-10-12 [colin]      1.9.15cvs31
9762
9763         * src/crash.c
9764                 Replace deprecated GtkText with GtkTextView
9765         * src/imap.c
9766                 Fix a logic bug about counts in imap_select
9767                 (previously un-triggered)
9768         * src/mainwindow.c
9769         * src/summaryview.c
9770         * src/news.c
9771                 Allow local deletion of news posts
9772         * src/mimeview.c
9773                 Show GPG noticeview on the message/rfc822 part
9774                 in addition to the text/plain one
9775         * src/prefs_image_viewer.c
9776           src/plugins/pgpcore/prefs_gpg.c
9777                 Polish (set the label as part of the checkbox)
9778         * src/wizard.c
9779                 Don't sit there doing nothing after destroying
9780                 the window - return err
9781
9782 2005-10-11 [colin]      1.9.15cvs30
9783
9784         * src/folderview.c
9785                 Apply processing rules before showing folders.
9786                 Early folder show (before flags sync) will only
9787                 be done when there are no processing rules (nor
9788                 pre- or post- ones)
9789         * src/imap.c
9790                 Fix stuff related to mail subdir, creation and 
9791                 deletion of folders 
9792         * src/imap_gtk.c
9793                 Don't allow creation of folders in NoInferior
9794                 folders, as it won't work
9795
9796 2005-10-10 [colin]      1.9.15cvs29
9797
9798         * src/compose.c
9799                 Reselect "None" Privacy system when selecting an
9800                 account with no privacy system defined
9801
9802 2005-10-10 [colin]      1.9.15cvs28
9803
9804         * src/mainwindow.c
9805                 Add Windows-1252 encoding
9806         * src/prefs_common.c
9807                 Rework some defaults:
9808                 - autosave to draft by default
9809                 - don't show header pane (it's already in the textview)
9810                 - Select first new or unread mail on entry
9811                 - Assume 'Yes' to change folder when there's no more
9812                   unread message
9813         * src/prefs_matcher.c
9814                 Fix a gtk assertion failure
9815         * src/gtk/colorlabel.c
9816                 Workaround bad repainting on selection
9817         * src/main.c
9818                 Freeze/thaw (a bit faster on ssh -X)
9819         * src/msgcache.c
9820                 Get rid of StrdupConverter that just adds an
9821                 extra strdup/free 
9822         * src/etpan/imap_thread.c
9823                 memset buf to 0
9824
9825 2005-10-10 [colin]      1.9.15cvs27
9826
9827         * src/export.c
9828         * src/import.c
9829                 Fix compile on gtk 2.4. Patch by wwp
9830
9831 2005-10-09 [colin]      1.9.15cvs26
9832
9833         * src/mainwindow.c
9834         * src/messageview.c
9835         * src/summaryview.c
9836                 Clarify forward menus. Patch by wwp
9837
9838 2005-10-09 [colin]      1.9.15cvs25
9839
9840         * src/compose.c
9841         * src/compose.h
9842                 Fix bug #829 (Non-working "Encrypt message by 
9843                 default when replying to an encrypted message")
9844
9845 2005-10-08 [colin]      1.9.15cvs24
9846
9847         * src/wizard.c
9848                 Fix bug #827 ("Welcome" setup wizard after a 
9849                 permission error gives up & forgets itself.)
9850
9851 2005-10-08 [colin]      1.9.15cvs23
9852
9853         * src/procmime.c
9854                 Fix bug #828 (Ignoring headers with spaces around = sign)
9855
9856 2005-10-08 [colin]      1.9.15cvs22
9857
9858         * src/export.c
9859                 Warning fix by wwp
9860
9861 2005-10-08 [colin]      1.9.15cvs21
9862
9863         * src/folder.c
9864         * src/folder.h
9865                 Add a processing_pending indicator, set on 
9866                 folder_item_open and cleared after 
9867                 folder_item_process_open
9868         * src/folderview.c
9869         * src/summaryview.c
9870                 wrap procmsg_msginfo_*_flags, and in the
9871                 wrapper check that there's no folder processing 
9872                 pending. If there is, defer the flags change until 
9873                 processing is done to avoid stepping over each
9874                 other's toes.
9875                 Freeze during processing, but not during scanning.
9876
9877 2005-10-07 [colin]      1.9.15cvs20
9878
9879         * src/plugins/pgpcore/passphrase.c
9880                 Fix bug #826 (X-Server hangs when 
9881                 right-clicking a PGP encrypted message)
9882
9883 2005-10-07 [paul]       1.9.15cvs19
9884
9885         * src/compose.c
9886                 fix compose_entries[]
9887                 patch by Fabien Vantard
9888
9889 2005-10-06 [colin]      1.9.15cvs18
9890
9891         * src/pixmaps/address.xpm
9892         * src/pixmaps/address_book.xpm
9893         * src/pixmaps/book.xpm
9894         * src/pixmaps/check_spelling.xpm
9895         * src/pixmaps/checkbox_off.xpm
9896         * src/pixmaps/checkbox_on.xpm
9897         * src/pixmaps/close.xpm
9898         * src/pixmaps/complete.xpm
9899         * src/pixmaps/continue.xpm
9900         * src/pixmaps/deleted.xpm
9901         * src/pixmaps/down_arrow.xpm
9902         * src/pixmaps/exec.xpm
9903         * src/pixmaps/forwarded.xpm
9904         * src/pixmaps/group.xpm
9905         * src/pixmaps/ignorethread.xpm
9906         * src/pixmaps/interface.xpm
9907         * src/pixmaps/jpilot.xpm
9908         * src/pixmaps/ldap.xpm
9909         * src/pixmaps/linewrap.xpm
9910         * src/pixmaps/linewrapcurrent.xpm
9911         * src/pixmaps/mail.xpm
9912         * src/pixmaps/mail_attach.xpm
9913         * src/pixmaps/mail_compose.xpm
9914         * src/pixmaps/mail_forward.xpm
9915         * src/pixmaps/mail_receive.xpm
9916         * src/pixmaps/mail_receive_all.xpm
9917         * src/pixmaps/mail_reply.xpm
9918         * src/pixmaps/mail_reply_to_all.xpm
9919         * src/pixmaps/mail_reply_to_author.xpm
9920         * src/pixmaps/mail_send.xpm
9921         * src/pixmaps/mail_send_queue.xpm
9922         * src/pixmaps/mime_application.xpm
9923         * src/pixmaps/mime_audio.xpm
9924         * src/pixmaps/mime_image.xpm
9925         * src/pixmaps/mime_message.xpm
9926         * src/pixmaps/mime_text_enriched.xpm
9927         * src/pixmaps/mime_text_html.xpm
9928         * src/pixmaps/mime_text_plain.xpm
9929         * src/pixmaps/mime_unknown.xpm
9930         * src/pixmaps/new.xpm
9931         * src/pixmaps/news_compose.xpm
9932         * src/pixmaps/offline.xpm
9933         * src/pixmaps/online.xpm
9934         * src/pixmaps/paste.xpm
9935         * src/pixmaps/preferences.xpm
9936         * src/pixmaps/privacy_emblem_encrypted.xpm
9937         * src/pixmaps/privacy_expired.xpm
9938         * src/pixmaps/privacy_failed.xpm
9939         * src/pixmaps/privacy_passed.xpm
9940         * src/pixmaps/privacy_signed.xpm
9941         * src/pixmaps/privacy_unknown.xpm
9942         * src/pixmaps/privacy_warn.xpm
9943         * src/pixmaps/properties.xpm
9944         * src/pixmaps/replied.xpm
9945         * src/pixmaps/search.xpm
9946         * src/pixmaps/unread.xpm
9947         * src/pixmaps/up_arrow.xpm
9948         * src/pixmaps/vcard.xpm
9949                 Modernize internal theme, with icons from the 
9950                 Gnomaws theme. Keep some of the old ones where
9951                 they were better.
9952
9953 2005-10-06 [colin]      1.9.15cvs17
9954
9955         * src/summaryview.c
9956                 Little optimisations + bugfix
9957         * src/toolbar.c
9958                 Remove default useless items - useless being defined
9959                 by the default relevant prefs
9960         * src/wizard.c
9961                 include config.h to make gettext work
9962         * src/prefs_themes.c
9963                 Fix selection of current theme in prefs
9964
9965 2005-10-06 [colin]      1.9.15cvs16
9966
9967         * src/prefs_common.c
9968         * src/prefs_common.h
9969         * src/prefs_summaries.c
9970         * src/folderview.c
9971                 Add a warning dialog on Mark all read 
9972                 (with pref to get rid of it)
9973
9974 2005-10-06 [paul]       1.9.15cvs15
9975
9976         * po/nb.po
9977         * po/pt_BR.po
9978                 updated by Geir Helland and Frederico
9979                 Goncalves Guimaraes
9980
9981 2005-10-05 [colin]      1.9.15cvs14
9982
9983         * src/folder.c
9984         * src/folder.h
9985         * src/folderview.c
9986         * src/folderview.h
9987         * src/imap_gtk.c
9988         * src/mh_gtk.c
9989         * src/mainwindow.c
9990         * src/setup.c
9991                 add a way to rescan without rebuilding
9992                 make moving a bit faster (less folders changes)
9993                 don't lock the tree on Get 
9994         * src/imap.c
9995                 Don't re-delete deleted messages before expunging
9996         * src/summaryview.c
9997                 Set batch mode when deleting mails
9998
9999 2005-10-05 [paul]       1.9.15cvs13
10000
10001         * src/mainwindow.c
10002         * src/mainwindow.h
10003                 fix disabled Execute menu item
10004         * src/toolbar.c
10005                 match the change in 1.9.15cvs10: use Compose
10006                 instead of News by default
10007
10008 2005-10-04 [colin]      1.9.15cvs12
10009
10010         * src/compose.c
10011                 When replying to an ML post with Reply-To set
10012                 to the poster's email, honor it (as before),
10013                 but also honor our user's request to reply to
10014                 the mailing list: set the ML address in the To
10015                 field and the Reply-To address in the Cc: 
10016                 field.
10017
10018 2005-10-04 [colin]      1.9.15cvs11
10019
10020         * src/plugins/trayicon/trayicon.c
10021                 Finish cosmetic change - thanks to wwp
10022
10023 2005-10-04 [colin]      1.9.15cvs10
10024
10025         * src/toolbar.c
10026                 Use Compose instead of Email by default.
10027                 Spotted by wwp.
10028
10029 2005-10-04 [colin]      1.9.15cvs9
10030
10031         * src/folder.c
10032         * src/folder.h
10033         * src/folderview.c
10034         * src/imap.c
10035         * src/etpan/imap-thread.c
10036         * src/etpan/imap-thread.h
10037                 Try to make IMAP faster, by simplifying SEARCH
10038                 commands, avoiding sending two STATUS in a row,
10039                 and deferring flags sync and processing just
10040                 after displaying the folder. 
10041                 This will update the SummaryView in certain
10042                 cases (new mails not already fetched, flags
10043                 changed from another client) but in a non-
10044                 blocking manner.
10045
10046 2005-10-04 [colin]      1.9.15cvs8
10047
10048         * src/plugins/trayicon/trayicon.c
10049                 Relabel "Offline" to "Work offline"
10050
10051 2005-10-04 [colin]      1.9.15cvs7
10052
10053         * src/export.c
10054         * src/import.c
10055         * src/mbox.c
10056                 Fix mbox import/export buglets
10057                 Patch by wwp
10058         * src/plugins/trayicon/trayicon.c
10059                 Add offline swithc
10060                 Patch by wwp
10061
10062 2005-10-04 [colin]      1.9.15cvs6
10063
10064         * src/folder.c
10065         * src/folderview.c
10066         * src/summaryview.c
10067                 Better fix (don't break mark all read) for cvs2
10068
10069 2005-10-03 [colin]      1.9.15cvs5
10070
10071         * src/folder.c
10072                 Use a sane sort by default
10073
10074 2005-10-03 [colin]      1.9.15cvs4
10075
10076         * src/inc.c
10077                 Add a 'Only once' button for overriding offline mode
10078         * src/prefs_account.c
10079         * src/wizard.c
10080                 Add Local mbox to the wizard
10081                 Add IMAP subdir to the wizard (or the wizard is useless
10082                 for such accounts, or even worse than useless)
10083                 Move IMAP subdir from Advanced to Receive tab, as it's
10084                 not that uncommon
10085
10086 2005-10-03 [colin]      1.9.15cvs3
10087
10088         * src/send_message.c
10089                 Forgot this one in cvs1
10090
10091 2005-10-03 [colin]      1.9.15cvs2
10092
10093         * src/folder.c
10094                 Faster close when leaving a folder with lots
10095                 of new mails. Idea by David Relson.
10096
10097 2005-10-03 [colin]      1.9.15cvs1
10098
10099         * src/compose.c
10100         * src/imap.c
10101         * src/inc.c
10102         * src/main.c
10103         * src/messageview.c
10104         * src/news.c
10105         * src/summaryview.c
10106         * src/gtk/sslcertwindow.c
10107         * src/plugins/trayicon/trayicon.c
10108                 Add accels to every AlertPanel. Patch by Fabien 
10109                 Vantard
10110
10111 2005-10-03 [paul]       1.9.15
10112
10113         1.9.15 released
10114
10115 2005-10-03 [paul]       1.9.14cvs68
10116
10117         * po/ca.po
10118         * po/de.po
10119         * po/es.po
10120         * po/fi.po
10121         * po/fr.po
10122         * po/sk.po
10123         * po/sr.po
10124         * po/zh_CN.po
10125                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10126                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10127                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10128
10129 2005-10-03 [paul]       1.9.14cvs67
10130
10131         * src/send_message.c
10132                 prevent hang on Cancel
10133                 patch by Colin
10134
10135 2005-10-03 [paul]       1.9.14cvs66
10136
10137         * src/main.c
10138                 fix crash in IMAP caused by discrepancy
10139                 between check_at_startup and offline mode
10140                 Patch by Colin
10141
10142 2005-10-01 [paul]       1.9.14cvs65
10143
10144         * src/inc.c
10145                 fix engrish
10146
10147 2005-10-01 [paul]       1.9.14cvs64
10148         * src/export.c
10149         * src/import.c
10150                 synchronise import_mbox() and export_mbox()
10151         * src/mbox.c
10152                 proc_mbox(): add alert if file cannot be opened
10153                 export_list_to_mbox(): test if dest file exists,
10154                 prompt user to overwrite if it does. add alert
10155                 if file cannot be created
10156                                                                 
10157         Patch by wwp
10158                                                                                                                 
10159
10160 2005-09-30 [paul]       1.9.14cvs63
10161
10162         * src/addressbook.c
10163                 Fix sensitivity of a menu
10164         * src/codeconv.c
10165                 Respect hidden pref for mails with no encoding
10166         * src/common/xml.c
10167                 Fix memory corruption
10168         * src/plugins/pgpcore/sgpgme.c
10169                 Fix segfault on incomplete sigs, and display
10170                 of S/Mime UIDs
10171
10172         Patches by Colin
10173
10174 2005-09-30 [colin]      1.9.14cvs62
10175
10176         * src/partial_download.c
10177                 Little logic fix in almost-dead code
10178         * src/pop.c
10179                 Fix partial download when there's no new mail
10180
10181 2005-09-29 [paul]       1.9.14cvs61
10182
10183         * src/plugins/pgpinline/pgpinline.c
10184                 fix bug 819, 'crash accessing sign message'
10185                 Patch by Colin
10186
10187 2005-09-28 [martin]     1.9.14cvs60
10188
10189         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10190                 fix bug #790 (Crash when restarting window manager (fluxbox))
10191
10192 2005-09-28 [paul]       1.9.14cvs59
10193
10194         * src/gtk/gtkaspell.c
10195                 fix off-by-one typo
10196
10197 2005-09-27 [colin]      1.9.14cvs58
10198
10199         * src/plugins/pgpcore/sgpgme.c
10200                 Report error when there's one, instead of
10201                 "Signature unchecked" 
10202
10203 2005-09-27 [colin]      1.9.14cvs57
10204
10205         * src/prefs_quote.c
10206                 Fix bug #816 (Weird quotation with spaces)
10207
10208 2005-09-27 [colin]      1.9.14cvs56
10209
10210         * src/codeconv.c
10211         * src/compose.c
10212         * src/compose.h
10213                 Put subject in compose's title
10214                 Fix Automatic encoding so that it's really automatic:
10215                 first try default locale's charset, then charset of the replied mail, 
10216                 then utf-8
10217                 Fix encoding of headers (must be in strict mode too)
10218
10219 2005-09-26 [colin]      1.9.14cvs55
10220
10221         * src/gtk/gtkaspell.c
10222                 Fix previous patch - don't color the space,
10223                 just uncolor it :)
10224
10225 2005-09-26 [colin]      1.9.14cvs54
10226
10227         * src/gtk/gtkaspell.c
10228                 Unmark space if possible
10229
10230 2005-09-26 [colin]      1.9.14cvs53
10231
10232         * src/imap.c
10233                 log_error instead of alertpanel according to the pref
10234         * src/etpan/imap-thread.c
10235                 Print connect status, copy only necessary size to 
10236                 logger
10237         * src/plugins/pgpmime/pgpmime.c
10238                 Handle S/Mime signatures (verification only). Patch based
10239                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10240
10241 2005-09-26 [paul]       1.9.14cvs52
10242
10243         * src/common/passcrypt.c
10244                 this 'workaround' not necessary on NetBSD.
10245                 Thanks to Daniel Gustafson
10246
10247 2005-09-26 [paul]
10248
10249         1.9.15-rc4 released
10250
10251 2005-09-26 [paul]       1.9.14cvs51
10252
10253         * src/summaryview.c
10254                 Skip currently selected message when
10255                 looking for next new or unread message
10256                 in current folder. Patch by Colin
10257         * src/common/passcrypt.c
10258                 eliminate warnings on *BSD. Patch by
10259                 Daniel Gustafson
10260
10261 2005-09-26 [colin]      1.9.14cvs50
10262
10263         * src/procmsg.c
10264                 Call postfiltering hook anyway
10265
10266 2005-09-22 [colin]      1.9.14cvs49
10267
10268         * src/codeconv.c
10269         * src/codeconv.h
10270                 Add a strict mode that doesn't replace with _
10271         * src/compose.c
10272         * src/compose.h
10273                 Use strict conversion while sending
10274                 Fix race when drafting while sending (happens
10275                 on IMAP)
10276                 Fix d'n'd of messages from summaryview
10277         * src/prefs_common.c
10278         * src/prefs_common.h
10279                 add hidden utf8_instead_of_locale_for_broken_mail 
10280                 pref for people that preferred the default charset 
10281                 to be utf8 for broken mails
10282         * src/quote_fmt_parse.y
10283                 fix bug #815 (No quote insert if "From:" fied 
10284                 contained Russian letters)
10285         * src/summaryview.c
10286                 Fix d'n'd of messages to compose
10287
10288 2005-09-22 [paul]       1.9.14cvs48
10289
10290         * src/compose.c
10291                 fix bug where attachments Name entry
10292                 would display Path instead
10293
10294 2005-09-21 [paul]       1.9.14cvs47
10295
10296         * README
10297         * README.jp
10298         * configure.ac
10299         * config/config.rpath
10300         * doc/manual/en/sylpheed-20.html
10301         * doc/manual/es/sylpheed-20.html
10302         * po/bg.po
10303         * po/ca.po
10304         * po/de.po
10305         * po/es.po
10306         * po/fr.po
10307         * po/it.po
10308         * po/pt_BR.po
10309         * po/sk.po
10310         * po/zh_TW.po
10311         * src/account.c
10312         * src/account.h
10313         * src/action.c
10314         * src/action.h
10315         * src/adbookbase.h
10316         * src/addr_compl.c
10317         * src/addr_compl.h
10318         * src/addrbook.c
10319         * src/addrbook.h
10320         * src/addrcache.c
10321         * src/addrcache.h
10322         * src/addrcindex.c
10323         * src/addrcindex.h
10324         * src/addrclip.c
10325         * src/addrclip.h
10326         * src/addrdefs.h
10327         * src/addressadd.c
10328         * src/addressadd.h
10329         * src/addressbook.c
10330         * src/addressbook.h
10331         * src/addressitem.h
10332         * src/addrgather.c
10333         * src/addrgather.h
10334         * src/addrharvest.c
10335         * src/addrharvest.h
10336         * src/addrindex.c
10337         * src/addrindex.h
10338         * src/addritem.c
10339         * src/addritem.h
10340         * src/addrquery.c
10341         * src/addrquery.h
10342         * src/addrselect.c
10343         * src/addrselect.h
10344         * src/alertpanel.c
10345         * src/alertpanel.h
10346         * src/browseldap.c
10347         * src/browseldap.h
10348         * src/codeconv.c
10349         * src/codeconv.h
10350         * src/compose.c
10351         * src/compose.h
10352         * src/crash.c
10353         * src/crash.h
10354         * src/customheader.c
10355         * src/customheader.h
10356         * src/displayheader.c
10357         * src/displayheader.h
10358         * src/editaddress.c
10359         * src/editaddress.h
10360         * src/editbook.c
10361         * src/editbook.h
10362         * src/editgroup.c
10363         * src/editgroup.h
10364         * src/editjpilot.c
10365         * src/editjpilot.h
10366         * src/editldap.c
10367         * src/editldap.h
10368         * src/editldap_basedn.c
10369         * src/editldap_basedn.h
10370         * src/editvcard.c
10371         * src/editvcard.h
10372         * src/enriched.c
10373         * src/enriched.h
10374         * src/exphtmldlg.c
10375         * src/exphtmldlg.h
10376         * src/expldifdlg.c
10377         * src/expldifdlg.h
10378         * src/export.c
10379         * src/export.h
10380         * src/exporthtml.c
10381         * src/exporthtml.h
10382         * src/exportldif.c
10383         * src/exportldif.h
10384         * src/filtering.c
10385         * src/filtering.h
10386         * src/folder.c
10387         * src/folder.h
10388         * src/folder_item_prefs.c
10389         * src/folder_item_prefs.h
10390         * src/foldersel.c
10391         * src/foldersel.h
10392         * src/folderutils.c
10393         * src/folderutils.h
10394         * src/folderview.c
10395         * src/folderview.h
10396         * src/grouplistdialog.c
10397         * src/grouplistdialog.h
10398         * src/headerview.c
10399         * src/headerview.h
10400         * src/html.c
10401         * src/html.h
10402         * src/image_viewer.c
10403         * src/image_viewer.h
10404         * src/imap.c
10405         * src/imap.h
10406         * src/imap_gtk.c
10407         * src/imap_gtk.h
10408         * src/import.c
10409         * src/import.h
10410         * src/importldif.c
10411         * src/importldif.h
10412         * src/importmutt.c
10413         * src/importmutt.h
10414         * src/importpine.c
10415         * src/importpine.h
10416         * src/inc.c
10417         * src/inc.h
10418         * src/jpilot.c
10419         * src/jpilot.h
10420         * src/ldapctrl.c
10421         * src/ldapctrl.h
10422         * src/ldaplocate.c
10423         * src/ldaplocate.h
10424         * src/ldapquery.c
10425         * src/ldapquery.h
10426         * src/ldapserver.c
10427         * src/ldapserver.h
10428         * src/ldaputil.c
10429         * src/ldaputil.h
10430         * src/ldif.c
10431         * src/ldif.h
10432         * src/localfolder.c
10433         * src/localfolder.h
10434         * src/main.c
10435         * src/main.h
10436         * src/mainwindow.c
10437         * src/mainwindow.h
10438         * src/manual.c
10439         * src/manual.h
10440         * src/matcher.c
10441         * src/matcher.h
10442         * src/matcher_parser.h
10443         * src/matcher_parser_lex.l
10444         * src/matcher_parser_parse.y
10445         * src/mbox.c
10446         * src/mbox.h
10447         * src/message_search.c
10448         * src/message_search.h
10449         * src/messageview.c
10450         * src/messageview.h
10451         * src/mh.c
10452         * src/mh.h
10453         * src/mh_gtk.c
10454         * src/mh_gtk.h
10455         * src/mimeview.c
10456         * src/mimeview.h
10457         * src/msgcache.c
10458         * src/msgcache.h
10459         * src/mutt.c
10460         * src/mutt.h
10461         * src/news.c
10462         * src/news.h
10463         * src/news_gtk.c
10464         * src/news_gtk.h
10465         * src/noticeview.c
10466         * src/noticeview.h
10467         * src/partial_download.c
10468         * src/partial_download.h
10469         * src/pine.c
10470         * src/pine.h
10471         * src/pop.c
10472         * src/pop.h
10473         * src/prefs_account.c
10474         * src/prefs_account.h
10475         * src/prefs_actions.c
10476         * src/prefs_actions.h
10477         * src/prefs_common.c
10478         * src/prefs_common.h
10479         * src/prefs_compose_writing.c
10480         * src/prefs_compose_writing.h
10481         * src/prefs_customheader.c
10482         * src/prefs_customheader.h
10483         * src/prefs_display_header.c
10484         * src/prefs_display_header.h
10485         * src/prefs_ext_prog.c
10486         * src/prefs_ext_prog.h
10487         * src/prefs_filtering.c
10488         * src/prefs_filtering.h
10489         * src/prefs_filtering_action.c
10490         * src/prefs_filtering_action.h
10491         * src/prefs_folder_column.c
10492         * src/prefs_folder_column.h
10493         * src/prefs_folder_item.c
10494         * src/prefs_folder_item.h
10495         * src/prefs_fonts.c
10496         * src/prefs_fonts.h
10497         * src/prefs_gtk.c
10498         * src/prefs_gtk.h
10499         * src/prefs_image_viewer.c
10500         * src/prefs_image_viewer.h
10501         * src/prefs_matcher.c
10502         * src/prefs_matcher.h
10503         * src/prefs_message.c
10504         * src/prefs_message.h
10505         * src/prefs_msg_colors.c
10506         * src/prefs_msg_colors.h
10507         * src/prefs_other.c
10508         * src/prefs_other.h
10509         * src/prefs_quote.c
10510         * src/prefs_quote.h
10511         * src/prefs_receive.c
10512         * src/prefs_receive.h
10513         * src/prefs_send.c
10514         * src/prefs_send.h
10515         * src/prefs_spelling.c
10516         * src/prefs_spelling.h
10517         * src/prefs_summaries.c
10518         * src/prefs_summaries.h
10519         * src/prefs_summary_column.c
10520         * src/prefs_summary_column.h
10521         * src/prefs_template.c
10522         * src/prefs_template.h
10523         * src/prefs_themes.c
10524         * src/prefs_themes.h
10525         * src/prefs_toolbar.c
10526         * src/prefs_toolbar.h
10527         * src/prefs_wrapping.c
10528         * src/prefs_wrapping.h
10529         * src/privacy.c
10530         * src/privacy.h
10531         * src/procheader.c
10532         * src/procheader.h
10533         * src/procmime.c
10534         * src/procmime.h
10535         * src/procmsg.c
10536         * src/procmsg.h
10537         * src/quote_fmt.c
10538         * src/quote_fmt_parse.y
10539         * src/recv.c
10540         * src/recv.h
10541         * src/remotefolder.c
10542         * src/remotefolder.h
10543         * src/send_message.c
10544         * src/send_message.h
10545         * src/setup.c
10546         * src/setup.h
10547         * src/simple-gettext.c
10548         * src/sourcewindow.c
10549         * src/sourcewindow.h
10550         * src/ssl_manager.c
10551         * src/ssl_manager.h
10552         * src/statusbar.c
10553         * src/statusbar.h
10554         * src/stock_pixmap.c
10555         * src/stock_pixmap.h
10556         * src/summary_search.c
10557         * src/summary_search.h
10558         * src/summaryview.c
10559         * src/summaryview.h
10560         * src/syldap.c
10561         * src/syldap.h
10562         * src/textview.c
10563         * src/textview.h
10564         * src/toolbar.c
10565         * src/toolbar.h
10566         * src/undo.c
10567         * src/undo.h
10568         * src/unmime.c
10569         * src/unmime.h
10570         * src/vcard.c
10571         * src/vcard.h
10572         * src/wizard.c
10573         * src/wizard.h
10574         * src/common/base64.c
10575         * src/common/base64.h
10576         * src/common/defs.h
10577         * src/common/hooks.c
10578         * src/common/hooks.h
10579         * src/common/log.c
10580         * src/common/log.h
10581         * src/common/md5.c
10582         * src/common/md5.h
10583         * src/common/mgutils.c
10584         * src/common/mgutils.h
10585         * src/common/nntp.c
10586         * src/common/nntp.h
10587         * src/common/passcrypt.c
10588         * src/common/passcrypt.h.in
10589         * src/common/plugin.c
10590         * src/common/plugin.h
10591         * src/common/prefs.c
10592         * src/common/prefs.h
10593         * src/common/progressindicator.c
10594         * src/common/progressindicator.h
10595         * src/common/quoted-printable.c
10596         * src/common/quoted-printable.h
10597         * src/common/session.c
10598         * src/common/session.h
10599         * src/common/smtp.c
10600         * src/common/smtp.h
10601         * src/common/socket.c
10602         * src/common/socket.h
10603         * src/common/ssl.c
10604         * src/common/ssl.h
10605         * src/common/ssl_certificate.c
10606         * src/common/ssl_certificate.h
10607         * src/common/string_match.c
10608         * src/common/string_match.h
10609         * src/common/stringtable.c
10610         * src/common/sylpheed.c
10611         * src/common/sylpheed.h
10612         * src/common/template.c
10613         * src/common/template.h
10614         * src/common/timing.h
10615         * src/common/utils.c
10616         * src/common/utils.h
10617         * src/common/uuencode.c
10618         * src/common/uuencode.h
10619         * src/common/version.h.in
10620         * src/common/xml.c
10621         * src/common/xml.h
10622         * src/common/xmlprops.c
10623         * src/common/xmlprops.h
10624         * src/gtk/about.c
10625         * src/gtk/about.h
10626         * src/gtk/colorlabel.c
10627         * src/gtk/colorlabel.h
10628         * src/gtk/colorsel.c
10629         * src/gtk/colorsel.h
10630         * src/gtk/description_window.c
10631         * src/gtk/description_window.h
10632         * src/gtk/filesel.c
10633         * src/gtk/filesel.h
10634         * src/gtk/foldersort.c
10635         * src/gtk/foldersort.h
10636         * src/gtk/gtkutils.c
10637         * src/gtk/gtkutils.h
10638         * src/gtk/inputdialog.c
10639         * src/gtk/inputdialog.h
10640         * src/gtk/logwindow.c
10641         * src/gtk/logwindow.h
10642         * src/gtk/manage_window.c
10643         * src/gtk/manage_window.h
10644         * src/gtk/menu.c
10645         * src/gtk/menu.h
10646         * src/gtk/pluginwindow.c
10647         * src/gtk/pluginwindow.h
10648         * src/gtk/prefswindow.c
10649         * src/gtk/prefswindow.h
10650         * src/gtk/progressdialog.c
10651         * src/gtk/progressdialog.h
10652         * src/gtk/quicksearch.c
10653         * src/gtk/quicksearch.h
10654         * src/gtk/sslcertwindow.c
10655         * src/gtk/sslcertwindow.h
10656         * src/plugins/clamav/clamav_plugin.c
10657         * src/plugins/clamav/clamav_plugin.h
10658         * src/plugins/clamav/clamav_plugin_gtk.c
10659         * src/plugins/demo/demo.c
10660         * src/plugins/dillo_viewer/dillo_prefs.c
10661         * src/plugins/dillo_viewer/dillo_prefs.h
10662         * src/plugins/dillo_viewer/dillo_viewer.c
10663         * src/plugins/mathml_viewer/mathml_viewer.c
10664         * src/plugins/pgpcore/passphrase.c
10665         * src/plugins/pgpcore/passphrase.h
10666         * src/plugins/pgpcore/plugin.c
10667         * src/plugins/pgpcore/prefs_gpg.c
10668         * src/plugins/pgpcore/prefs_gpg.h
10669         * src/plugins/pgpcore/select-keys.c
10670         * src/plugins/pgpcore/select-keys.h
10671         * src/plugins/pgpcore/sgpgme.c
10672         * src/plugins/pgpcore/sgpgme.h
10673         * src/plugins/pgpinline/pgpinline.c
10674         * src/plugins/pgpinline/pgpinline.h
10675         * src/plugins/pgpinline/plugin.c
10676         * src/plugins/pgpmime/pgpmime.c
10677         * src/plugins/pgpmime/pgpmime.h
10678         * src/plugins/pgpmime/plugin.c
10679         * src/plugins/spamassassin/spamassassin.c
10680         * src/plugins/spamassassin/spamassassin.h
10681         * src/plugins/spamassassin/spamassassin_gtk.c
10682         * src/plugins/trayicon/trayicon.c
10683         * tools/OOo2sylpheed.pl
10684         * tools/acroread2sylpheed.pl
10685         * tools/asus_mailled.sh
10686         * tools/filter_conv.pl
10687         * tools/freshmeat_search.pl
10688         * tools/google_search.pl
10689         * tools/kmail2sylpheed.pl
10690         * tools/kmail2sylpheed_v2.pl
10691         * tools/maildir2sylpheed.pl
10692         * tools/multiwebsearch.pl
10693         * tools/newscache_clean.pl
10694         * tools/outlook2sylpheed.pl
10695         * tools/sylpheed-switcher
10696         * tools/update-po
10697         * tools/vcard2xml.py
10698         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10699                 update FSF address
10700
10701 2005-09-21 [colin]      1.9.14cvs46
10702
10703         * src/gedit-print.c
10704         * src/procmsg.c
10705         * src/procmsg.h
10706         * src/textview.c
10707         * src/summaryview.c
10708                 Remove some printing hacks (deselection/reselection),
10709                 which by the way fix printing the currently 
10710                 displayed mime part (still only text)
10711                 Plus a little optimisation of summary_show
10712
10713
10714 2005-09-20 [colin]      1.9.14cvs45
10715
10716         * src/mainwindow.c
10717         * src/messageview.c
10718                 GUI fixups: add accels, set message
10719                 view title to displayed mail's subject
10720         * src/prefs_spelling.c
10721         * src/gtk/gtkaspell.c
10722                 GUI fixups: allow underlining misspelled
10723                 words instead of coloring them (a11y!)
10724
10725 2005-09-19 [colin]
10726
10727         1.9.15rc3 released
10728
10729 2005-09-19 [colin]      1.9.14cvs44
10730
10731         * src/compose.c
10732                 Fix draft message
10733         * src/gtk/gtkaspell.c
10734                 Fix wrong test ;-)
10735
10736 2005-09-19 [colin]      1.9.14cvs43
10737
10738         * src/addressbook.c
10739                 Fix sensitivity of Delete button
10740         * src/compose.c
10741                 Warn if the requested Privacy system
10742                 is not available
10743         * src/exphtmldlg.c
10744         * src/expldifdlg.c
10745         * src/importldif.c
10746         * src/importmutt.c
10747         * src/importpine.c
10748                 Fix crappy UI
10749         * src/
10750         * src/ssl.h
10751         * src/prefs_account.h
10752         * src/prefs_account.c
10753                 Save SSL prefs even in builds that have
10754                 SSL support disable
10755         * src/imap.c
10756         * src/inc.c
10757         * src/news.c
10758         * src/send_message.c
10759                 Warn if connection should be secure, but
10760                 SSL support isn't compiled in
10761         * src/gtkaspell.c
10762                 Fix word separation on UTF-8 systems
10763                 Fixes bug #812 (Strange inline spellchecking)
10764         * src/compose.c
10765                 Warn if the requested Privacy system
10766                 is not available
10767                 Factorize offline warning
10768         * src/imap.c
10769         * src/imap_gtk.c
10770         * src/imap_gtk.h
10771         * src/inc.h
10772         * src/news_gtk.c
10773         * src/news_gtk.h
10774         * src/messageview.c
10775                 Factorize offline warning
10776
10777 2005-09-19 [paul]
10778
10779         1.9.15-rc2 released
10780
10781 2005-09-18 [colin]      1.9.14cvs42
10782
10783         * src/codeconv.c
10784         * src/codeconv.h
10785         * src/procmime.c
10786                 Add a way to get locale's charset ignoring utf-8,
10787                 and use that as default encoding for broken mails
10788
10789 2005-09-18 [colin]      1.9.14cvs41
10790
10791         * src/gtk/logwindow.c
10792                 Translate string. Patch by Fabien Vantard
10793
10794 2005-09-18 [colin]      1.9.14cvs40
10795
10796         * configure.ac
10797                 Fix bug #803 (IMAP/SSL support breaks with 
10798                 GnuTLS libetpan 0.38)
10799
10800 2005-09-18 [colin]      1.9.14cvs39
10801
10802         * src/codeconv.c
10803         * src/compose.c
10804         * src/procmime.c
10805                 More charsets fixes. Fixes bug #806 (non
10806                 ascii characters in subject line)
10807
10808 2005-09-17 [paul]       1.9.14cvs38
10809
10810         * src/folderview.c
10811         * src/mainwindow.c
10812                 fix gcc-2.95 issues
10813                 Patch by Pawel Pekala
10814
10815 2005-09-17 [colin]      1.9.14cvs37
10816
10817         * src/addrindex.c
10818                 bugfix for NO-USE LDAP compilation, patch 
10819                 by Fabien Vantard
10820
10821 2005-09-17 [colin]      1.9.14cvs36
10822
10823         * src/prefs_actions.c
10824         * src/prefs_customheader.c
10825         * src/prefs_display_header.c
10826         * src/prefs_filtering_action.c
10827         * src/prefs_matcher.c
10828         * src/prefs_toolbar.c
10829                 Fix strange casts (less elegant but
10830                 works better)
10831
10832 2005-09-16 [colin]      1.9.14cvs35
10833
10834         * src/jpilot.c
10835                 Missed that one
10836
10837 2005-09-16 [colin]      1.9.14cvs34
10838
10839         * configure.ac
10840         * src/Makefile.am
10841         * src/addr_compl.c
10842         * src/addrindex.c
10843         * src/browseldap.c
10844         * src/editldap.c
10845         * src/ldaplocate.c
10846         * src/ldapquery.c
10847         * src/ldapquery.h
10848         * src/ldapserver.c
10849         * src/ldapserver.h
10850         * src/main.c
10851         * src/matcher_parser_parse.y
10852         * src/prefs_themes.c
10853         * src/etpan/Makefile.am
10854         * src/gtk/description_window.c
10855         * src/plugins/clamav/Makefile.am
10856         * src/plugins/clamav/clamav_plugin.c
10857         * src/plugins/dillo_viewer/Makefile.am
10858         * src/plugins/pgpcore/Makefile.am
10859         * src/plugins/pgpinline/Makefile.am
10860         * src/plugins/pgpmime/Makefile.am
10861         * src/plugins/trayicon/Makefile.am
10862                 Fix 100% cpu usage in address completion list
10863                 Fix little bugs (return with no values etc)
10864                 Fix all warnings (with common CFLAGS)
10865
10866 2005-09-15 [colin]      1.9.14cvs33
10867
10868         * src/addressbook.c
10869                 Fix bug where sometimes a group's email list is empty,
10870                 force its refresh (probably fixes "Re: how to create a 
10871                 distribution list")
10872         * src/ldapquery.c
10873                 Don't return to the callback in the main thread from the
10874                 fetch thread (or face segs!)
10875
10876 2005-09-15 [paul]       1.9.14cvs32
10877
10878         * src/prefs_matcher.c
10879                 forgotten in last commit
10880
10881 2005-09-15 [paul]       1.9.14cvs31
10882
10883         * src/prefs_actions.c
10884         * src/prefs_filtering_action.c
10885         * src/prefs_quote.c
10886         * src/quote_fmt.c
10887         * src/summaryview.c
10888         * src/gtk/description_window.c
10889         * src/gtk/description_window.h
10890         * src/gtk/quicksearch.c
10891                 allow interaction with the called
10892                 description window
10893                 Patch by Anders Hammar
10894
10895 2005-09-14 [paul]       1.9.14cvs30
10896
10897         * src/compose.c
10898                 fix a little annoyance when pasting with 3rd button 
10899                 with wrap_pastes=0 and wrap_input=1
10900                 Patch by Colin
10901
10902 2005-09-14 [paul]       1.9.14cvs29
10903
10904         * src/prefs_account.c
10905                 disable 'Filter messages on receiving' for
10906                 SMTP-only accounts
10907                 Patch  by Anders Hammar
10908
10909 2005-09-14 [paul]       1.9.14cvs28
10910
10911         * po/sk.po
10912                 fix crash
10913                 updated by Andrej Kacian
10914
10915 2005-09-14 [paul]
10916
10917         1.9.15-rc1 released
10918
10919 2005-09-14 [paul]       1.9.14cvs27
10920
10921         * po/es.po
10922                 updated by Ricardo Mones Lastra
10923         * src/compose.c
10924         * src/compose.h
10925                 associate no_wrap_tags to Compose windows
10926                 instead of using a static one
10927                 Patch by Colin
10928         * src/mbox.c
10929                 fix proc_mbox()
10930                 Patch by wwp
10931         * src/textview.c
10932                 remove unneeded printf()
10933
10934 2005-09-14 [paul]       1.9.14cvs26
10935
10936         * src/addrcache.c
10937         * src/codeconv.h
10938         * src/folder.h
10939         * src/mainwindow.h
10940         * src/mh.c
10941         * src/mimeview.h
10942         * src/partial_download.c
10943         * src/pop.c
10944         * src/prefs_account.c
10945         * src/prefs_account.h
10946         * src/prefs_actions.c
10947         * src/prefs_customheader.c
10948         * src/prefs_display_header.c
10949         * src/prefs_filtering_action.c
10950         * src/prefs_matcher.c
10951         * src/prefs_toolbar.c
10952         * src/privacy.h
10953         * src/procmime.c
10954         * src/procmime.h
10955         * src/procmsg.h
10956         * src/textview.c
10957         * src/undo.h
10958         * src/common/plugin.c
10959         * src/common/session.h
10960         * src/common/socket.c
10961         * src/common/socket.h
10962         * src/common/template.c
10963         * src/gtk/gtkaspell.c
10964         * src/gtk/quicksearch.h
10965         * src/plugins/pgpcore/passphrase.c
10966         * src/plugins/pgpcore/prefs_gpg.h
10967         * src/plugins/pgpcore/select-keys.c
10968         * src/plugins/pgpcore/select-keys.h
10969         * src/plugins/pgpcore/sgpgme.c
10970         * src/plugins/pgpinline/pgpinline.c
10971         * src/plugins/pgpmime/pgpmime.c
10972         * src/plugins/trayicon/trayicon.c
10973                 fix compilation warnings
10974                 Patch by Daniel Gustafson
10975
10976 2005-09-14 [paul]       1.9.14cvs25
10977
10978         * src/addressbook.c
10979                 add missing column header, and other small
10980                 bug fixes
10981                 Patch by Anders Hammar
10982
10983 2005-09-13 [colin]      1.9.14cvs24
10984
10985         * src/gtk/gtkaspell.c
10986                 Fix non-utf8 in menu
10987                 Fix little leaks
10988                 Nullify struct members after free()s
10989
10990 2005-09-13 [colin]      1.9.14cvs23
10991
10992         * src/compose.c
10993                 Test utf8 compliance before inserting to 
10994                 buffer, and try to convert if necessary
10995         * src/procmime.c
10996                 If no charset is present, use the locale 
10997                 one instead of us-ascii
10998         * src/procmsg.c
10999                 Add Sender, List-Post and To in the checked 
11000                 headers for automatic rules creation 
11001                 (thanks to wwp)
11002         * src/prefs_themes.c
11003         * src/gtk/gtkaspell.c
11004                 Remove deprecated functions. 
11005                 patch by Daniel Gustafson
11006
11007 2005-09-12 [colin]      1.9.14cvs22
11008
11009         * src/compose.c
11010                 Fix bug #448 (Scrolling/Redraw issue with 
11011                 address-fields in Header)
11012         * src/mainwindow.c
11013         * src/summaryview.c
11014         * src/summaryview.h
11015                 Fix loss of MSG_MARKED on move/copy
11016                 Fix bug #804 (Quicksearch togglebutton doesn't 
11017                 get depressed after '/' key is pressed)
11018
11019 2005-09-12 [paul]       1.9.14cvs21
11020
11021         * AUTHORS
11022         * src/gtk/logwindow.c
11023                 add 'Clear Log' to popup menu
11024                 Patch by Anders Hammar <anders.hammar@telia.com>
11025
11026 2005-09-12 [paul]       1.9.14cvs20
11027
11028         * src/compose.c
11029                 set correct sensitivity on attachments
11030                 popup menu
11031         * src/folder.c
11032                 fix typo
11033         * src/prefs_spelling.c
11034                 fix crash when no LANG env is set
11035         * src/common/xml.c
11036                 fix crash in wizard
11037                 don't use memeory after free
11038
11039         All patches by Daniel Gustafson
11040
11041 2005-09-12 [paul]       1.9.14cvs19
11042
11043         * src/prefs_themes.c
11044                 make theme info selectable
11045         * src/gtk/description_window.c
11046                 make window non-modal
11047         * tools/README
11048                 add details of asus_mailed.sh
11049         * tools/claws.i18n.status.pl
11050                 update for new zh_TW translator
11051                 widen the output
11052                 create alternate coloured lines
11053                 improve readability
11054
11055 2005-09-10 [colin]      1.9.14cvs18
11056
11057         * src/plugins/pgpcore/select-keys.c
11058                 Better order for the buttons
11059
11060 2005-09-10 [colin]      1.9.14cvs17
11061
11062         * src/compose.c
11063         * src/plugins/pgpcore/select-keys.c
11064         * src/plugins/pgpcore/select-keys.h
11065         * src/plugins/pgpcore/sgpgme.c
11066                 Add a "Don't encrypt" button to the key
11067                 selection dialog. Fixes bug #177 (There should be a 
11068                 'Don't encrypt button in the Select Keys dialog)
11069
11070 2005-09-10 [colin]      1.9.14cvs16
11071
11072         * src/compose.c
11073                 Fix bug #572 (%X option does not work with templates)
11074
11075 2005-09-10 [colin]      1.9.14cvs15
11076
11077         * src/toolbar.c 
11078                 Remove g_print
11079
11080 2005-09-10 [colin]      1.9.14cvs14
11081
11082         * src/imap.c
11083                 Fix a possible crash
11084
11085 2005-09-09 [colin]      1.9.14cvs13
11086
11087         * src/imap.c
11088         * src/etpan/imap-thread.c
11089         * src/etpan/imap-thread.h
11090                 Fix moving from queue or drafts to normal folders
11091                 Fix bug #794 (No way to delete without expunging)
11092                 Take flags unset by other mailers into account
11093                 Take deleted flag set by other mailers into account
11094                 Fix unsetting REPLIED flag
11095                 Fix crash when capabilities can't be retrieved
11096         * src/mainwindow.c
11097         * src/mainwindow.h
11098                 Add M_DELAYED_FLAGS condition, and let the user use
11099                 Execute in order to be able to expunge deleted mails,
11100                 even if he's not in delayed execute mode
11101         * src/prefs_spelling.c
11102                 Use 'en' dictionary by default if LANG is POSIX or C
11103         * src/gtk/prefswindow.c
11104                 Fix bug #767 (Preferences windows expanding) by making
11105                 the window a bit larger when the resolution is greater
11106                 than 640x480, and by putting the prefs in a
11107                 GtkScrolledWindow.
11108
11109 2005-09-09 [paul]       1.9.14cvs12
11110
11111         * AUTHORS
11112         * configure.ac
11113         * po/zh_TW.Big5.po      ** REMOVED **
11114         * po/zh_TW.po           ** ADDED **
11115                 updated by Wei-Lun Chao
11116
11117 2005-09-09 [paul]       1.9.14cvs11
11118
11119         * src/mainwindow.c
11120                 fix asserts
11121         * src/common/xml.c
11122                 delay memory allocation until file is
11123                 opened successfully
11124                 Patch by Daniel Gustafson
11125
11126 2005-09-09 [colin]      1.9.14cvs10
11127
11128         * src/imap.c
11129                 Add guards
11130
11131 2005-09-08 [colin]      1.9.14cvs9
11132
11133         * src/compose.c
11134                 Alert when we can't save draft
11135                 Fix various wrap/color issues
11136                 Add mid-click pasting respecting wrap_paste option
11137         * src/folder.c
11138         * src/folder.h
11139         * src/folder_item_prefs.c
11140         * src/folder_item_prefs.h
11141         * src/imap.c
11142         * src/imap_gtk.c
11143         * src/imap_gtk.h
11144         * src/main.c
11145         * src/mainwindow.c
11146         * src/mainwindow.h
11147         * src/news.c
11148         * src/news_gtk.c
11149         * src/news_gtk.h
11150         * src/prefs_folder_item.c
11151                 Fix the impossibility to synchronise folders for
11152                 offline use (IMAP and NNTP are concerned)
11153
11154 2005-09-08 [colin]      1.9.14cvs8
11155
11156         * configure.ac
11157                 Build LDAP and JPilot by default if available
11158         * src/textview.c
11159                 Fix use after free
11160
11161 2005-09-08 [paul]       1.9.14cvs7
11162
11163         * doc/manual/en/sylpheed-1.html
11164         * doc/manual/en/sylpheed-18.html
11165         * doc/manual/en/sylpheed-19.html
11166         * doc/manual/en/sylpheed-4.html
11167         * doc/manual/en/sylpheed-6.html
11168         * doc/manual/en/sylpheed.html
11169                 a few minor updates, plus include some
11170                 details about plugins and their requirements
11171         * src/mainwindow.c
11172                 minor changes to English in /View/Sort
11173
11174 2005-09-07 [colin]      1.9.14cvs6
11175
11176         * doc/manual/en/sylpheed-1.html
11177         * doc/manual/en/sylpheed-10.html
11178         * doc/manual/en/sylpheed-11.html
11179         * doc/manual/en/sylpheed-12.html
11180         * doc/manual/en/sylpheed-13.html
11181         * doc/manual/en/sylpheed-14.html
11182         * doc/manual/en/sylpheed-15.html
11183         * doc/manual/en/sylpheed-16.html
11184         * doc/manual/en/sylpheed-17.html
11185         * doc/manual/en/sylpheed-18.html
11186         * doc/manual/en/sylpheed-19.html
11187         * doc/manual/en/sylpheed-2.html
11188         * doc/manual/en/sylpheed-20.html
11189         * doc/manual/en/sylpheed-21.html
11190         * doc/manual/en/sylpheed-22.html
11191         * doc/manual/en/sylpheed-3.html
11192         * doc/manual/en/sylpheed-4.html
11193         * doc/manual/en/sylpheed-5.html
11194         * doc/manual/en/sylpheed-6.html
11195         * doc/manual/en/sylpheed-7.html
11196         * doc/manual/en/sylpheed-8.html
11197         * doc/manual/en/sylpheed-9.html
11198         * doc/manual/en/sylpheed.html
11199                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11200
11201 2005-09-07 [colin]      1.9.14cvs5
11202
11203         * src/mainwindow.c
11204                 Make labels more to-the-point
11205
11206 2005-09-07 [colin]      1.9.14cvs4
11207
11208         * doc/manual/en/sylpheed-1.html
11209         * doc/manual/en/sylpheed-12.html
11210         * doc/manual/en/sylpheed-13.html
11211         * doc/manual/en/sylpheed-14.html
11212         * doc/manual/en/sylpheed-15.html
11213         * doc/manual/en/sylpheed-16.html
11214         * doc/manual/en/sylpheed-17.html
11215         * doc/manual/en/sylpheed-18.html
11216         * doc/manual/en/sylpheed-19.html
11217         * doc/manual/en/sylpheed-2.html
11218         * doc/manual/en/sylpheed-20.html
11219         * doc/manual/en/sylpheed-21.html
11220         * doc/manual/en/sylpheed-22.html
11221         * doc/manual/en/sylpheed-4.html
11222         * doc/manual/en/sylpheed-5.html
11223         * doc/manual/en/sylpheed-6.html
11224         * doc/manual/en/sylpheed-7.html
11225         * doc/manual/en/sylpheed-8.html
11226         * doc/manual/en/sylpheed-9.html
11227         * doc/manual/en/sylpheed.html
11228                 Update manual
11229
11230 2005-09-07 [colin]      1.9.14cvs3
11231
11232         * doc/faq/en/sylpheed-faq-1.html
11233         * doc/faq/en/sylpheed-faq-2.html
11234         * doc/faq/en/sylpheed-faq-3.html
11235         * doc/faq/en/sylpheed-faq.html
11236                 Update FAQ
11237
11238 2005-09-07 [colin]      1.9.14cvs2
11239
11240         * src/folderview.c
11241         * src/procmsg.c
11242         * src/summaryview.c
11243         * src/toolbar.c
11244                 Fix special subfolders:
11245                 - Inherit parent's icon
11246                 - sent contents of queues subfolders
11247                 - empty subfolders of trashes
11248         * src/mainwindow.c
11249                 Remove outdated manual and faq entries
11250         * src/common/utils.c
11251                 Add quotes around %s coming from mailcap
11252
11253 2005-09-07 [colin]      1.9.14cvs1
11254
11255         * src/compose.c
11256                 After saving draft, set modified to FALSE
11257         * src/mimeview.c
11258         * src/common/utils.c
11259         * src/common/utils.h
11260                 Try to open mime parts using what is 
11261                 indicated in ~/.mailcap or /etc/mailcap,
11262                 if possible.
11263
11264 2005-09-05 [paul]       1.9.14
11265
11266         1.9.14 released
11267
11268         * po/sk.po
11269                 updated by Andrej Kacian
11270
11271 2005-09-05 [paul]       1.9.13cvs83
11272
11273         * po/de.po
11274         * po/es.po
11275         * po/fi.po
11276         * po/fr.po
11277         * po/nb.po
11278         * po/pt_BR.po
11279         * po/sr.po
11280                 updated translations by Thomas Gilgin, Ricardo Mones
11281                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11282                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11283
11284 2005-09-04 [paul]       1.9.13cvs82
11285
11286         * src/compose.c
11287                 only warn about exceeded line length limit
11288                 on send
11289
11290 2005-09-04 [paul]       1.9.13cvs81
11291
11292         * src/compose.c
11293                 fix crash in 'line length exceeded' dialogue
11294
11295 2005-09-02 [paul]       1.9.13cvs80
11296
11297         * src/imap.c
11298                 fix bug 795, 'Connection lost IMAP'
11299                 and add statusbar prints
11300                 Patch by Colin
11301
11302 2005-09-02 [paul]       1.9.13cvs79
11303
11304         * src/compose.c
11305                 compose_wrap_paragraph() becomes
11306                 compose_beautify_paragraph()
11307                 Patch by Colin
11308
11309 2005-09-02 [colin]      1.9.13cvs78
11310
11311         * src/folderview.c
11312                 Micro-fix
11313
11314 2005-09-01 [colin]      1.9.13cvs77
11315
11316         * src/imap.c
11317                 Maybe fix bug #795 (Connection lost IMAP)
11318                 Don't try to send logout when we're disconnected.
11319         * src/summaryview.c
11320                 Include locked and marked emails in HRM
11321                 view. Fixes bug #800 (Locked messages no longer 
11322                 show up when hide read messages is used)
11323
11324 2005-09-01 [paul]       1.9.13cvs76
11325
11326         * src/prefs_common.c
11327                 fix bad cutting
11328
11329 2005-08-31 [colin]      1.9.13cvs75
11330
11331         * src/folderview.c
11332         * src/folderview.h
11333         * src/prefs_summaries.c
11334         * src/summaryview.c
11335                 Fix "go to next new", fix preference
11336                 (Open unread/next swapped)
11337
11338 2005-08-31 [paul]       1.9.13cvs74
11339
11340         * src/compose.c
11341         * src/folderview.c
11342         * src/headerview.c
11343         * src/headerview.h
11344         * src/mainwindow.c
11345         * src/prefs_common.c
11346         * src/prefs_common.h
11347         * src/prefs_fonts.c
11348         * src/summaryview.c
11349         * src/textview.c
11350         * src/common/defs.h
11351                 remove obsolete BOLD_FONT setting
11352                 fix font update in headerview and textview
11353                 headers after prefs change
11354                 Patch By Colin
11355
11356 2005-08-31 [paul]
11357
11358         1.9.14-rc4 released
11359
11360 2005-08-30 [colin]      1.9.13cvs73
11361
11362         * src/summaryview.c
11363                 When Hide read messages is selected and we
11364                 refresh the summaryview, don't remove the 
11365                 currently displayed message. Fixes bug #797
11366                 (Summary view reloads when new mail is 
11367                 downloaded in 1.9.14 rc)
11368
11369 2005-08-30 [colin]      1.9.13cvs72
11370
11371         * src/folderview.c
11372                 Fix flickering
11373         * src/mainwindow.c
11374                 Remove useless callback
11375         * src/mimeview.c
11376         * src/gtk/filesel.c
11377         * src/gtk/filesel.h
11378                 Add a filesel_select_file_save_folder() - used by Save All
11379
11380 2005-08-29 [paul]       1.9.13cvs71
11381
11382         * AUTHORS
11383         * src/matcher_parser_parse.y
11384         * src/etpan/imap-thread.c
11385                 fix building on FreeBSD
11386                 Patch by Daniel Gustafson <daniel@hobbit.se>
11387
11388 2005-08-29 [paul]       1.9.13cvs70
11389
11390         * src/plugins/pgpinline/pgpinline.c
11391                 only initialise sig result if it's been handled
11392                 Patch by Colin
11393
11394 2005-08-29 [paul]       1.9.13cvs69
11395         
11396         Patches by Colin:
11397
11398         * src/imap.c
11399         * src/common.utils.c
11400         * src/common/utils.h
11401                 optimisation
11402         * src/stock_pixmap.h
11403                 fix wrong icon reference
11404         * src/pixmaps/trash_btn.xpm
11405                 replace with nicer image
11406
11407 2005-08-28 [colin]      1.9.13cvs68
11408
11409         * src/Makefile.am
11410         * src/stock_pixmap.c
11411         * src/stock_pixmap.h
11412         * src/toolbar.c
11413         * src/pixmaps/trash_btn.xpm
11414                 Add a specific trash xpm for the button
11415
11416 2005-08-28 [colin]      1.9.13cvs67
11417
11418         * src/imap.c
11419                 Fix leak
11420
11421 2005-08-27 [colin]      1.9.13cvs66
11422
11423         * src/imap.c
11424         * src/procmime.c
11425                 Correctly fix "Problem with replies", fixes
11426                 pgpmime encryption too. 
11427
11428 2005-08-27 [colin]      1.9.13cvs65
11429
11430         * src/folder.c
11431         * src/procmsg.c
11432         * src/procmsg.h
11433         * src/summaryview.c
11434                 Fix bug #517 (messages removed from summaryview 
11435                 when moving fails)
11436
11437 2005-08-27 [colin]      1.9.13cvs64
11438
11439         * tools/Makefile.am
11440         * tools/asus_mailled.sh
11441                 Add a script to blink ASUS laptops' mail LED where there
11442                 is unread mail.
11443
11444 2005-08-27 [colin]      1.9.13cvs63
11445
11446         * src/imap.c
11447         * src/etpan/imap-thread.c
11448         * src/etpan/imap-thread.h
11449                 Implement automatic choosing of login method
11450                 Fixes bug #791
11451         * src/gtk/.cvsignore
11452                 Add sylpheed-marshal.[ch]
11453
11454 2005-08-27 [colin]      1.9.13cvs62
11455
11456         * src/common/utils.c
11457                 Fix confusing perror
11458
11459 2005-08-27 [colin]      1.9.13cvs61
11460
11461         * src/toolbar.c
11462         * src/toolbar.h
11463                 Remove A_DELETE, replace it with 
11464                 A_TRASH and A_DELETE_REAL. Automatically
11465                 rewrite config files to replace A_DELETE
11466                 with A_TRASH (no functionality change).
11467                 Fixes half of #794
11468
11469 2005-08-26 [colin]      1.9.13cvs60
11470
11471         * src/procmime.c
11472                 Previous "Problem with replies" fix brought other
11473                 problems, fixing them
11474
11475 2005-08-26 [colin]      1.9.13cvs59
11476
11477         * src/procmime.c
11478                 Fix "Problem with replies". This happened only
11479                 on IMAP...
11480         * src/procmsg.c
11481                 Factorize code a bit
11482         * src/compose.c
11483                 Speed improvement on very long messages (wrapping)
11484                 Fix signature color on Reedit and Redirect
11485                 On Reedit, don't attach pgp-signatures parts, but
11486                 set signing to On.
11487
11488 2005-08-24 [paul]       1.9.13cvs58
11489
11490         * src/compose.c
11491                 don't claim success when clicking
11492                 Cancel on the passphrase box.
11493                 Patch by Colin
11494
11495 2005-08-24 [paul]       1.9.13cvs57
11496
11497         * src/main.c
11498                 fix misplaced sylpheed.log
11499         * src/common/defs.h
11500                 define UIDL_DIR
11501
11502 2005-08-24 [paul]       1.9.13cvs56
11503
11504         * src/imap.c
11505         * src/etpan/imap-thread.c
11506         * src/etpan/imap-thread.h
11507                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11508                 Patch by Colin
11509         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11510         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11511                 remove autogenerated files
11512         * tools/kdeservicemenu/README
11513         * tools/kdeservicemenu/install.sh
11514         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11515         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11516                 use Claws icon, use 'Sylpheed-Claws' in menu,
11517                 use kdialog, and other cleanups
11518
11519 2005-08-23 [paul]       1.9.13cvs55
11520
11521         * src/compose.c
11522                 fix paste/wrap crash
11523                 Patch by Colin
11524
11525 2005-08-23 [paul]       1.9.13cvs54
11526
11527         * src/main.c
11528                 fix crash recovery
11529                 Patch by Colin
11530
11531 2005-08-23 [paul]       1.9.13cvs53
11532
11533         * src/addressbook.c
11534         * src/editaddress.c
11535                 view all data of LDAP contacts
11536                 Patch by Colin
11537
11538 2005-08-23 [paul]       1.9.13cvs52
11539
11540         * src/addressbook.c
11541                 fix issues with the Search field
11542                 Patch by Colin
11543
11544 2005-08-22 [paul]       1.9.13cvs51
11545
11546         * src/folderview.c
11547                 put name of folder in processing dialog
11548                 title
11549         * src/prefs_folder_item.c
11550                 improve english usage
11551
11552 2005-08-22 [paul]       1.9.13cvs50
11553
11554         * src/filtering.c
11555         * src/filtering.h
11556         * src/matcher.c
11557         * src/matcher_parser_lex.l
11558         * src/matcher_parser_parse.y
11559         * src/prefs_filtering.c
11560                 add Filtering/Processing rule names feature.
11561                 (the incompatible old matcherrc is saved as
11562                 matcherrc.pre_names).
11563                 Patch by Colin
11564
11565 2005-08-22 [paul]       1.9.13cvs49
11566
11567         * src/procmsg.c
11568                 fix colour labelling
11569                 Patch by Colin
11570
11571 2005-08-22 [paul]       1.9.13cvs48
11572
11573         * src/textview.c
11574                 fix open_image_cb()
11575
11576 2005-08-22 [paul]       1.9.13cvs47
11577
11578         * src/imap.c
11579                 fix bug 789, 'SC crashes with imap (CVS ver)'
11580                 Patch by Colin
11581
11582 2005-08-22 [paul]       1.9.13cvs46
11583
11584         * src/mimeview.c
11585         * src/prefs_common.c
11586         * src/common/defs.h
11587                 define reused defaults in defs.h
11588         * src/textview.c
11589                 add 'Open image' to image popup menu
11590
11591 2005-08-21 [colin]      1.9.13cvs45
11592
11593         * src/summaryview.c
11594                 Fix bug #788 (Bogus "From" address displayed)
11595
11596 2005-08-20 [colin]      1.9.13cvs44
11597
11598         * src/folder.c
11599                 Fix buf #787 (multilevel delete causes SIGSEGV)
11600
11601 2005-08-19 [colin]      1.9.13cvs43
11602
11603         * src/inc.c
11604         * src/prefs_common.c
11605         * src/prefs_common.h
11606                 Add an hidden pref to allow modifying the
11607                 update stepping in incorporation.
11608                 Patch by wwp.
11609
11610 2005-08-19 [colin]      1.9.13cvs42
11611
11612         * src/compose.c
11613         * src/procmime.c
11614                 Workaround for broken MUAs: encode 
11615                 Content-type: name: as ASCII and 
11616                 Content-Disposition: filename: as
11617                 per rfc2231
11618         * src/prefs_account.c
11619                 Fix invisible-ness of SMTP SSL prefs
11620                 in NNTP accounts
11621
11622 2005-08-19 [paul]       1.9.13cvs41
11623
11624         * src/compose.c
11625         * src/prefs_common.c
11626         * src/prefs_common.h
11627         * src/prefs_wrapping.c
11628                 paste with or without wrapping.
11629                 patch by Colin
11630
11631 2005-08-19 [paul]       1.9.13cvs40
11632
11633         * src/prefs_common.c
11634         * src/prefs_common.h
11635         * src/summaryview.c
11636                 reintroduce enable_swap_from as a
11637                 hidden pref. patch by Colin
11638         * src/quote_fmt_parse.y
11639         * src/plugins/clamav/clamav_plugin.c
11640         * src/plugins/dillo_viewer/dillo_viewer.c
11641         * src/plugins/mathml_viewer/mathml_viewer.c
11642         * src/plugins/pgpcore/sgpgme.c
11643         * src/plugins/pgpinline/pgpinline.c
11644         * src/plugins/pgpmime/pgpmime.c
11645                 tidy up. patch by Colin
11646
11647 2005-08-19 [paul]       1.9.13cvs39
11648
11649         * configure.ac
11650                 complete cvs38's sync
11651         * src/editaddress.c
11652         * src/gedit-print.c
11653         * src/mutt.c
11654         * src/etpan/etpan-log.c
11655         * src/etpan/imap-thread.c
11656         * src/gtk/gtksourceprintjob.c
11657                 fix compilation warnings
11658                 (patch by Colin)
11659
11660 2005-08-19 [paul]       1.9.13cvs38
11661
11662         sync with main:
11663
11664         * src/account.c
11665         * src/action.c
11666         * src/addrbook.c
11667         * src/addrcache.c
11668         * src/addrharvest.c
11669         * src/addrindex.c
11670         * src/codeconv.c
11671         * src/compose.c
11672         * src/crash.c
11673         * src/exporthtml.c
11674         * src/exportldif.c
11675         * src/folder.c
11676         * src/image_viewer.c
11677         * src/inc.c
11678         * src/inc.h
11679         * src/jpilot.c
11680         * src/ldif.c
11681         * src/main.c
11682         * src/matcher.c
11683         * src/mbox.c
11684         * src/messageview.c
11685         * src/mh.c
11686         * src/mimeview.c
11687         * src/msgcache.c
11688         * src/mutt.c
11689         * src/news.c
11690         * src/partial_download.c
11691         * src/pine.c
11692         * src/pop.c
11693         * src/prefs_actions.c
11694         * src/prefs_common.c
11695         * src/prefs_customheader.c
11696         * src/prefs_display_header.c
11697         * src/prefs_gtk.c
11698         * src/prefs_themes.c
11699         * src/procheader.c
11700         * src/procmime.c
11701         * src/procmsg.c
11702         * src/recv.c
11703         * src/send_message.c
11704         * src/simple-gettext.c
11705         * src/sourcewindow.c
11706         * src/textview.c
11707         * src/vcard.c
11708         * src/common/defs.h
11709         * src/common/log.c
11710         * src/common/plugin.c
11711         * src/common/prefs.c
11712         * src/common/session.c
11713         * src/common/session.h
11714         * src/common/socket.c
11715         * src/common/socket.h
11716         * src/common/ssl_certificate.c
11717         * src/common/template.c
11718         * src/common/utils.c
11719         * src/common/utils.h
11720         * src/common/xml.c
11721         * src/gtk/about.c
11722         added wrappers for C library function that
11723                 take pathname arguments.
11724                 enabled compilation with MinGW.
11725                 use GDir instead of directly using opendir().
11726                 added rename_force().
11727
11728 2005-08-19 [paul]       1.9.13cvs37
11729         
11730         patches by Colin:
11731         * src/compose.c
11732                 fix privacy settings on re-editing
11733                 a sent message
11734         * src/jpilot.c
11735                 fix encoding bug
11736         * src/folder.c
11737         * src/procmsg.c
11738         * src/procmsg.h
11739         * src/summaryview.c
11740                 flag changing optimisation
11741
11742 2005-08-18 [martin]     1.9.13cvs36
11743
11744         * commitHelper
11745             added my login
11746         * src/addrcache.c
11747         * src/addrharvest.c
11748         * src/addrindex.c
11749         * src/compose.c
11750         * src/grouplistdialog.c
11751         * src/main.c
11752         * src/mainwindow.c
11753         * src/msgcache.c
11754         * src/mutt.c
11755         * src/pine.c
11756         * src/prefs_account.c
11757         * src/prefs_themes.c
11758         * src/stock_pixmap.c
11759         * src/summaryview.c
11760         * src/gtk/about.c
11761         * src/gtk/logwindow.c
11762             removed deprecated glib and gdk stuff
11763         * src/plugins/pgpcore/select-keys.c
11764             convert attributes from locale to utf8
11765
11766 2005-08-17 [paul]       1.9.13cvs35
11767
11768         * src/account.c
11769         * src/addressbook.c
11770                 use new GTK_STOCK_ icons if available
11771         * src/summaryview.c
11772         * src/gtk/gtksctree.c
11773         * src/gtk/gtksctree.h
11774                 faster range select. patch by Colin
11775
11776 2005-08-17 [paul]       1.9.13cvs34
11777
11778         patches by colin:
11779         * src/addressbook.c
11780         * src/addressitem.h
11781                 Add an edit button for contacts, fix selections
11782                 of gtksctree items
11783         * src/editaddress.c
11784                 Change labels, let Save be always possible in the
11785                 email and user atributes tabs
11786         * src/folderview.c
11787                 fix sort issues
11788         * src/summaryview.c
11789                 select next item instead of the displayed one
11790                 after deletion
11791
11792         * src/gtk/progressdialog.c
11793                 use prefs_common.enable_rules_hint
11794
11795 2005-08-13 [hoa]        1.9.13cvs33
11796
11797         * src/etpan/imap-thread.c
11798                 fixed build on Solaris.
11799
11800 2005-08-10 [colin]      1.9.13cvs32
11801
11802         * src/procmsg.c
11803                 Fix cvs31 (missing fclose before reading
11804                 the file)
11805
11806 2005-08-10 [colin]      1.9.13cvs31
11807
11808         * src/procmsg.c
11809                 Fix procmsg_msginfo_new_from_mimeinfo() when
11810                 the MimeInfo isn't stored in memory. This fixes
11811                 replying to an attached message.
11812
11813 2005-08-10 [colin]      1.9.13cvs30
11814
11815         * src/mainwindow.c
11816                 Fix slowness in account changing
11817
11818 2005-08-10 [colin]      1.9.13cvs29
11819
11820         * src/folder.c
11821         * src/folderutils.c
11822         * src/folderview.c
11823         * src/imap_gtk.c
11824         * src/mainwindow.c
11825         * src/mh_gtk.c
11826         * src/procmsg.c
11827         * src/summaryview.c
11828                 Optimize folder_has_parent_of_type
11829                 Prevent moving special sub-folders from contextual menus
11830                 Rework message a bit ("Empty all messages" -> "Delete all
11831                 messages")
11832                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11833                 and "Deleted Items" folders)
11834
11835 2005-08-08 [colin]      1.9.13cvs28
11836
11837         * src/summaryview.c
11838         * src/prefs_summaries.c
11839                 Make "Select first unread|new" more flexible
11840                 (just prioritize new or unread)
11841
11842 2005-08-08 [colin]      1.9.13cvs27
11843
11844         * src/summaryview.c
11845                 If "select first new" is selected and there only
11846                 are unread messages, fallback to "select first
11847                 unread".
11848
11849 2005-08-08 [colin]      1.9.13cvs26
11850
11851         * src/folder.c
11852                 Fix shameful bugs (and bug #779)
11853
11854 2005-08-08 [colin]      1.9.13cvs25
11855
11856         * src/folder.c
11857         * src/folder.h
11858                 Cache parents' type to make folder_has_parent_of_type
11859                 faster
11860         * src/folderview.c
11861                 Forbid DnD of special sub-folders
11862         * src/procmsg.c
11863         * src/procmsg.h
11864                 Add MAIL_POSTFILTERING_HOOK
11865         * src/summaryview.c
11866                 Revert over-zealous deletion of the use_addr_book 
11867                 code
11868
11869 2005-08-07 [colin]      1.9.13cvs24
11870
11871         * src/folder.c
11872                 Fix big mistake (passing MsgInfo instead 
11873                 of FolderItem)
11874
11875 2005-08-07 [colin]      1.9.13cvs23
11876
11877         * src/compose.c
11878         * src/folder.c
11879         * src/folder.h
11880         * src/foldersel.c
11881         * src/folderutils.c
11882         * src/folderview.c
11883         * src/imap.c
11884         * src/mainwindow.c
11885         * src/messageview.c
11886         * src/mh.c
11887         * src/msgcache.c
11888         * src/procmime.c
11889         * src/summaryview.c
11890                 Make subfolders of Drafts, Queue, Outbox, Trash
11891                 work like their parents. 
11892                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
11893
11894 2005-08-07 [colin]      1.9.13cvs22
11895
11896         * src/addressbook.c
11897                 Fix bug #771 (Dragged contacts not saved)
11898
11899 2005-08-07 [paul]       1.9.13cvs21
11900
11901         * src/summaryview.c
11902                 fix bug 32 'Search Doesn't display results
11903                 if "Hide Read Messages" is chosen'
11904                 be more literal in interpreting 'Hide read
11905                 messages'
11906
11907 2005-08-07 [colin]      1.9.13cvs20
11908
11909         * src/folderview.c
11910                 Add debug
11911         * src/summaryview.c
11912                 Faster 'unthread_for_execution'
11913
11914 2005-08-06 [paul]       1.9.13cvs19
11915
11916         * src/mainwindow.c
11917                 add mnemonics to Set displayed columns
11918                 fix bug where msgview_visible option was
11919                 overwritten as TRUE on startup
11920
11921 2005-08-06 [paul]       1.9.13cvs18
11922
11923         * src/mainwindow.c
11924                 refer to 'displayed columns in folder/message
11925                 list' not 'displayed items in summary/message view'
11926         * src/prefs_display_header.c
11927                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
11928                 be consistent with similar dialogues
11929         * src/prefs_folder_column.c
11930         * src/prefs_summary_column.c
11931                 'columns' not 'items', and folder and message lists,
11932                 instead of folder and summary views;
11933                 Use 'Hidden columns' as list heading not 'Available
11934                 items';
11935                 move the 'Remove' button to the right hand side;
11936                 top-align the buttons;
11937                 remove unneeded vbox
11938         * src/prefs_summaries.c
11939                 put the 2 column prefs buttons in a frame to reduce
11940                 overall width; refer to columns not items &c.
11941
11942 2005-08-05 [colin]      1.9.13cvs17
11943
11944         * src/prefs_common.c
11945         * src/prefs_common.h
11946         * src/mainwindow.c
11947         * src/compose.c
11948         * src/messageview.c
11949                 Add an hidden toolbar_detachable pref, so
11950                 that I can get rid of these painful handles
11951                 in the toolbars. Defaults to TRUE to avoid
11952                 changing the GUI on unsuspecting people...
11953
11954 2005-08-05 [colin]      1.9.13cvs16
11955
11956         * src/Makefile.am
11957         * src/prefs_folder_column.c
11958         * src/prefs_folder_column.h
11959                 Add prefs for folder columns
11960         * src/folderview.c
11961         * src/folderview.h
11962         * src/mainwindow.c
11963         * src/mainwindow.h
11964         * src/prefs_common.c
11965         * src/prefs_common.h
11966         * src/prefs_summaries.c
11967                 Use them
11968         * src/prefs_summary_column.c
11969         * src/summaryview.c
11970         * src/summaryview.h
11971                 Add a To column
11972         * src/textview.c
11973         * src/common/utils.c
11974         * src/common/utils.h
11975                 Move uri colourisation functions
11976                 to utils
11977         * src/compose.c
11978                 Colourise URIs
11979         * src/imap.c
11980                 Fix bug with LIST where we'd try
11981                 to get Folder//////[...]/// 
11982
11983 2005-08-05 [paul]       1.9.13cvs15
11984
11985         * src/prefs_summaries.c
11986                 improve the English usage
11987         * src/summaryview.c
11988                 set font on column change
11989                 thanks to Colin
11990
11991 2005-08-05 [paul]       1.9.13cvs14
11992
11993         * src/prefs_common.c
11994         * src/prefs_common.h
11995         * src/prefs_summaries.c
11996         * src/summaryview.c
11997                 replace 'open_unread_on_enter' option with
11998                 'select_on_entry' option. opening/not opening
11999                 is now exclusively controlled by 'always_show_msg'
12000
12001 2005-08-04 [colin]      1.9.13cvs13
12002
12003         * src/compose.c
12004                 Remove dead code
12005                 Add colourisation of quotes and signatures
12006         * src/folderview.c
12007                 Fix possible crashes
12008         * src/messageview.c
12009                 Change an assert that is no problem
12010         * src/news.c
12011         * src/news_gtk.c
12012         * src/news_gtk.h
12013                 Fix offline mode
12014         * src/gtk/quicksearch.c
12015                 Fix a possible crash
12016
12017 2005-08-03 [colin]      1.9.13cvs12
12018
12019         * src/prefs_account.c
12020                 Fix bug #777 (Sylpheed crash in account configuration)
12021
12022 2005-08-03 [colin]      1.9.13cvs11
12023
12024         * src/addressbook.c
12025         * src/editaddress.c
12026         * src/editgroup.c
12027                 Fixing addressbook, round 2
12028         * src/textview.c
12029                 Fix emphasis color on rechecking 'Colorize messages'
12030
12031 2005-08-03 [paul]       1.9.13cvs10
12032
12033         sync with main
12034
12035         * src/addr_compl.c
12036         * src/compose.c
12037         * src/main.c
12038         * src/pop.c
12039         * src/prefs_account.c
12040         * src/procmime.c
12041         * src/procmsg.c
12042         * src/quote_fmt_parse.y
12043         * src/textview.c
12044         * src/common/quoted-printable.c
12045         * src/common/utils.c
12046         * src/common/utils.h
12047         * src/common/xml.c
12048                 replaced incorrect locale-independent
12049                 ctype functions with GLib's. Corrected
12050                 signedness mismatch.
12051         * src/headerview.c
12052                 headerview_create(): added spacing for vbox.
12053         * src/gtk/about.c
12054                 set focus to the OK button.
12055
12056 2005-08-03 [colin]      1.9.13cvs9
12057
12058         * src/folderview.c
12059                 Fix possible crash
12060
12061 2005-08-02 [colin]      1.9.13cvs8
12062
12063         * src/mainwindow.c
12064                 Fix cast
12065         * src/addressbook.c
12066         * src/addressitem.h
12067                 Fix a cast and more generally, try to make the
12068                 GUI more intuitive and consistent (round 1)
12069
12070 2005-08-02 [paul]       1.9.13cvs7
12071
12072         * src/folder.h
12073                 missing in 1.9.13cvs6
12074
12075 2005-08-02 [colin]      1.9.13cvs6
12076
12077         * src/folder.c
12078                 Fix one more leak
12079
12080 2005-08-02 [colin]      1.9.13cvs5
12081
12082         * src/folder.c
12083         * src/folderview.c
12084         * src/imap.c
12085         * src/main.c
12086         * src/mbox.c
12087         * src/procmsg.c
12088         * src/summaryview.c
12089                 Fix a number of folder_item_get_msg_list()-related
12090                 leaks (missing procmsg_msginfo_free()s)
12091
12092 2005-08-01 [colin]      1.9.13cvs4
12093
12094         * src/folderview.c
12095         * src/folderview.h
12096         * src/mainwindow.c
12097         * src/prefs_fonts.c
12098         * src/prefs_summaries.c
12099         * src/prefs_themes.c
12100         * src/summaryview.c
12101         * src/summaryview.h
12102         * src/textview.c
12103         * src/textview.h
12104                 Fix instant-apply of summary and folderview-related prefs
12105                 Fix erroneous g_free and alertpanels in prefs_theme
12106                 Add instant-apply for fonts
12107                 Defer applying of prefs a little bit so it's done only
12108                 once even if requested by multiples prefs pages
12109
12110 2005-08-01 [paul]       1.9.13cvs3
12111
12112         * src/main.c
12113                 fix bug 776 'S.C. crashes on close'
12114                 thanks to Colin
12115         * src/etpan/etpan-thread-manager-types.h
12116                 add missing include
12117                 thanks to Hoa
12118
12119 2005-07-25 [paul]       1.9.13cvs2
12120
12121         * src/summaryview.c
12122                 fix typos. spotted by Fabien Vantard
12123
12124 2005-07-24 [paul]       1.9.13cvs1
12125
12126         * doc/man/sylpheed.1
12127                 update man page, incorporating fix of
12128                 bug 769 'Typo in manpage'
12129         * src/etpan/imap-thread.c
12130                 fix NetBSD openssl dependencies. patch by
12131                 George Michaelson <ggm@apnic.net>
12132         * po/pt_BR.po
12133                 updated by Frederico Goncalves Guimaraes
12134
12135 2005-07-22 [paul]       1.9.13
12136
12137         1.9.13 release
12138
12139 2005-07-22 [paul]       1.9.12cvs91
12140
12141         * AUTHORS
12142         * INSTALL
12143         * README.claws
12144         * RELEASE_NOTES.claws
12145                 updated for release
12146         * configure.ac
12147         * po/nb.po
12148         * tools/claws.i18n.status.pl
12149                 add Norwegian translation. submiited by
12150                 Geir Helland <pjallabais@users.sourceforge.net>
12151         * po/ca.po
12152         * po/de.po
12153         * po/es.po
12154         * po/fi.po
12155         * po/fr.po
12156         * po/it.po
12157         * po/sk.po
12158         * po/sr.po
12159         * po/zh_CN.po
12160                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12161                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12162                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12163                 Yang Guilong
12164         * src/plugins/clamav/clamav_plugin_gtk.c
12165         * src/plugins/spamassassin/spamassassin_gtk.c
12166                 replace outdated description strings
12167
12168 2005-07-21 [colin]      1.9.12cvs90
12169
12170         * src/folder.c
12171                 Set folder to batch mode when scanning it. Makes deletion
12172                 of unread mails on IMAP much faster (due to the UNREAD 
12173                 flag unsetting)
12174
12175 2005-07-21 [darko]      1.9.12cvs89
12176
12177         * configure.ac
12178                 link against libresolv if necessary (patch by Paul)
12179         * src/msgcache.c
12180                 use glib's portable macros to determine endianness
12181
12182 2005-07-21 [paul]       1.9.12cvs88
12183
12184         * src/crash.c
12185         * src/gtk/about.c
12186                 update compiled-in features list
12187
12188 2005-07-20 [colin]      1.9.12cvs87
12189
12190         * src/folder.c
12191         * src/textview.c
12192                 Gcc 2.9x compilation fixes, thanks to Darko
12193         * src/plugins/clamav/clamav_plugin.c
12194                 Little optimisation: load virus database only once
12195         * src/plugins/spamassassin/spamassassin.c
12196                 Big optimisation: filtering one mail took at least 1 second,
12197                 now it takes at least 50ms. Doesn't speed up spamassassin 
12198                 itself, but should already be much more tolerable.
12199
12200 2005-07-20 [colin]      1.9.12cvs86
12201
12202         * src/summaryview.c
12203                 Fix performance issue
12204
12205 2005-07-19 [colin]      1.9.12cvs85
12206
12207         * src/plugins/pgpinline/plugin.c
12208                 Fix warning
12209
12210 2005-07-19 [colin]      1.9.12cvs84
12211
12212         * configure.ac
12213         * src/plugins/Makefile.am
12214         * src/plugins/pgpinline/.cvsignore
12215         * src/plugins/pgpinline/Makefile.am
12216         * src/plugins/pgpinline/pgpinline.c
12217         * src/plugins/pgpinline/pgpinline.deps
12218         * src/plugins/pgpinline/pgpinline.h
12219         * src/plugins/pgpinline/plugin.c
12220                 Put pgpinline in the main tree
12221
12222 2005-07-19 [paul]       1.9.12cvs83
12223
12224         * src/prefs_actions.c
12225                 prevent '//' in menu names, which cause a crash
12226                 thanks to Colin
12227
12228 2005-07-19 [paul]       1.9.12cvs82
12229
12230         * configure.ac
12231                 be generally more informative in configure output.
12232                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12233                 '[ --disable-openssl ...', as --enable-openssl is default
12234                 PGP/MIME: don't check for GPGME again, check for
12235                 pgpcore instead. Therefore prevent the possibility of
12236                 attempting to build pgpmime if pgpcore dependencies are
12237                 not met
12238                 ClamAV: use pkgconfig to check for lib
12239                 libgnomeprint: revert logic on inner test to match
12240                 everything else
12241         * src/plugins/pgpcore/sgpgme.c
12242                 add missing include
12243
12244 2005-07-19 [colin]      1.9.12cvs81
12245
12246         * src/summaryview.c
12247                 Fix slow thread rebuilding in particular
12248                 cases
12249
12250 2005-07-19 [paul]       1.9.12cvs80
12251
12252         * sylpheed-claws.desktop
12253                 fix typo, spotted by Stephan Sachse
12254         * src/account.c
12255                 replace GTK_STOCK_ADD with
12256                 GTK_STOCK_NEW button
12257
12258 2005-07-18 [colin]      1.9.12cvs79
12259
12260         * src/etpan/imap-thread.c
12261                 Fix return value (Thanks Hoa)
12262
12263 2005-07-18 [colin]      1.9.12cvs78
12264
12265         * src/imap.c
12266                 Allow empty passwords
12267                 Create drafts/queue/outbox if necessary
12268         * src/summaryview.c
12269                 Remove old code
12270         * src/etpan/imap-thread.c
12271                 Fix STARTTLS (Thanks to Hoa)
12272
12273 2005-07-18 [paul]       1.9.12cvs77
12274
12275         * ChangeLog-gtk2.jp
12276         * ChangeLog.jp
12277                 removed
12278         * Makefile.am
12279                 updated to reflect additions and removals
12280         * TODO
12281                 updated to be claws-specific
12282         * TODO-gtk2
12283         * TODO-gtk2.jp
12284         * TODO.jp
12285         * sylpheed-128x128.png
12286         * sylpheed-64x64.png
12287                 removed
12288         * sylpheed-claws-128x128.png
12289         * sylpheed-claws-64x64.png
12290         * sylpheed-claws.desktop
12291         * sylpheed-claws.png
12292                 added
12293         * sylpheed.desktop
12294         * sylpheed.png
12295                 removed
12296
12297 2005-07-17 [paul]       1.9.12cvs76
12298
12299         * src/account.c
12300         * src/addressbook.c
12301         * src/alertpanel.c
12302         * src/alertpanel.h
12303         * src/compose.c
12304         * src/exphtmldlg.c
12305         * src/expldifdlg.c
12306         * src/folderview.c
12307         * src/imap_gtk.c
12308         * src/inc.c
12309         * src/message_search.c
12310         * src/messageview.c
12311         * src/mh_gtk.c
12312         * src/news_gtk.c
12313         * src/prefs_actions.c
12314         * src/prefs_filtering.c
12315         * src/prefs_matcher.c
12316         * src/prefs_template.c
12317         * src/prefs_themes.c
12318         * src/ssl_manager.c
12319         * src/summary_search.c
12320         * src/textview.c
12321         * src/toolbar.c
12322         * src/gtk/sslcertwindow.c
12323         * src/plugins/pgpcore/sgpgme.c
12324                 rework alertpanels
12325
12326 2005-07-17 [colin]      1.9.12cvs75
12327
12328         * src/privacy.c
12329                 add a PrivacySystem accessor that checks that
12330                 the system cached in a MimeInfo's privacydata
12331                 is still registered. Use this accessor instead
12332                 of directly using data->system. Fixes crashes
12333                 after unloading pgp plugins.
12334
12335 2005-07-17 [colin]      1.9.12cvs74
12336
12337         * src/alertpanel.c
12338                 Change geometry hints to a simple default size.
12339                 Fixes the certs dialogs.
12340
12341 2005-07-17 [colin]      1.9.12cvs73
12342
12343         * src/gtk/sslcertwindow.c
12344                 Use a gtkExpander
12345
12346 2005-07-17 [colin]      1.9.12cvs72
12347
12348         * src/plugins/pgpcore/Makefile.am
12349         * src/plugins/pgpmime/Makefile.am
12350                 Add gpgme libs
12351
12352 2005-07-17 [paul]       1.9.12cvs71
12353
12354         * configure.ac
12355                 add --disable-gnomeprint option
12356                 modified version of patch by Marius Mauch
12357
12358 2005-07-17 [paul]       1.9.12cvs70
12359
12360         * src/common/defs.h
12361                 update urls
12362         * src/account.c
12363         * src/action.c
12364         * src/addressbook.c
12365         * src/compose.c
12366         * src/foldersel.c
12367         * src/folderview.c
12368         * src/html.c
12369         * src/imap_gtk.c
12370         * src/main.c
12371         * src/mainwindow.c
12372         * src/messageview.c
12373         * src/mh_gtk.c
12374         * src/mimeview.c
12375         * src/news_gtk.c
12376         * src/prefs_account.c
12377         * src/prefs_send.c
12378         * src/prefs_summaries.c
12379         * src/procmsg.c
12380         * src/summaryview.c
12381         * src/common/utils.c
12382         * src/common/xml.c
12383         * src/plugins/pgpcore/passphrase.c
12384         * src/plugins/pgpcore/select-keys.c
12385                 replace inappropriately used backticks
12386                 with single quotes
12387
12388 2005-07-16 [colin]      1.9.12cvs69
12389
12390         * src/image_viewer.c
12391                 Add extra paranoid checks
12392
12393 2005-07-16 [colin]      1.9.12cvs68
12394
12395         * src/plugins/pgpcore/prefs_gpg.c
12396                 Don't auto-check sigs by default, as it
12397                 can be really slow.
12398
12399 2005-07-16 [colin]      1.9.12cvs67
12400
12401         * src/plugins/pgpcore/sgpgme.c
12402                 Make messages a bit better.
12403
12404 2005-07-16 [colin]      1.9.12cvs66
12405
12406         * src/imap.c
12407                 Remove pseudo-log
12408         * src/etpan/imap-thread.c
12409                 Add real log
12410
12411 2005-07-16 [colin]      1.9.12cvs65
12412
12413         * src/main.c
12414         * src/prefs_other.c
12415                 And now, fix build with libetpan :-/
12416
12417 2005-07-15 [colin]      1.9.12cvs64
12418
12419         * src/prefs_other.c
12420                 Continue fixing build without libetpan.
12421
12422 2005-07-15 [colin]      1.9.12cvs63
12423
12424         * src/main.c
12425                 Fix build with --disable-libetpan
12426
12427 2005-07-15 [colin]      1.9.12cvs62
12428
12429         * configure.ac
12430                 Bump libetpan's version
12431
12432 2005-07-15 [colin]      1.9.12cvs61
12433
12434         * src/etpan/imap-thread.c
12435                 Actually stop logging :)
12436
12437 2005-07-15 [colin]      1.9.12cvs60
12438
12439         * src/addressbook.c
12440                 Fix dnd of multiple addresses.
12441
12442 2005-07-15 [hoa]        1.9.12cvs59
12443
12444         * src/etpan/imap-thread.c
12445             disable login of IMAP password in libetpan log file.
12446
12447 2005-07-15 [paul]       1.9.12cvs58
12448
12449         * src/account.c
12450                 don't automatically sort
12451                 do allow drag n drop
12452
12453 2005-07-15 [paul]       1.9.12cvs57
12454
12455         * src/account.c
12456         * src/ssl_manager.c
12457                 alphabetical listing
12458
12459 2005-07-15 [paul]       1.9.12cvs56
12460
12461         * src/gtk/pluginwindow.c
12462                 sort plugin list alphabetically
12463
12464 2005-07-15 [paul]       1.9.12cvs55
12465
12466         * src/prefs_spelling.c
12467         * src/prefs_wrapping.c
12468                 unify English usage
12469
12470 2005-07-15 [colin]      1.9.12cvs54
12471
12472         * src/wizard.c
12473                 Typo fix
12474
12475 2005-07-15 [paul]       1.9.12cvs53
12476
12477         * src/prefs_message.c
12478                 make 'show cursor' a hidden option
12479
12480 2005-07-14 [colin]      1.9.12cvs52
12481
12482         * src/plugins/spamassassin/Makefile.am
12483         * src/plugins/clamav/Makefile.am
12484                 Fix double EXTRA_DISTs
12485
12486 2005-07-14 [colin]      1.9.12cvs51
12487
12488         * src/plugins/clamav/Makefile.am
12489         * src/plugins/clamav/clamav_plugin_gtk.deps
12490         * src/plugins/spamassassin/Makefile.am
12491         * src/plugins/spamassassin/spamassassin_gtk.deps
12492                 Make $plugin_gtk depend on $plugin
12493
12494 2005-07-14 [hoa]        1.9.12cvs50
12495
12496         * src/etpan/imap-thread.c
12497                 enable debug log of libetpan when running with --debug
12498
12499 2005-07-14 [colin]      1.9.12cvs49
12500
12501         * configure.ac
12502         * src/common/Makefile.am
12503         * src/common/plugin.c
12504         * src/common/plugin.h
12505                 Add a little plugin dependancy system.
12506                 Plugins can ship a $plugin_name.deps file
12507                 (near them in PLUGINDIR) so that their
12508                 dependancies are loaded if possible.
12509         * src/plugins/Makefile.am
12510         * src/plugins/pgpcore/Makefile.am
12511         * src/plugins/pgpcore/passphrase.c
12512         * src/plugins/pgpcore/passphrase.h
12513         * src/plugins/pgpcore/plugin.c
12514         * src/plugins/pgpcore/prefs_gpg.c
12515         * src/plugins/pgpcore/prefs_gpg.h
12516         * src/plugins/pgpcore/select-keys.c
12517         * src/plugins/pgpcore/select-keys.h
12518         * src/plugins/pgpcore/sgpgme.c
12519         * src/plugins/pgpcore/sgpgme.h
12520                 Introduce pgpcore, used by pgpmime and
12521                 pgpinline
12522         * src/plugins/pgpmime/Makefile.am
12523         * src/plugins/pgpmime/passphrase.c
12524         * src/plugins/pgpmime/passphrase.h
12525         * src/plugins/pgpmime/pgpmime.c
12526         * src/plugins/pgpmime/pgpmime.deps
12527         * src/plugins/pgpmime/plugin.c
12528         * src/plugins/pgpmime/prefs_gpg.c
12529         * src/plugins/pgpmime/prefs_gpg.h
12530         * src/plugins/pgpmime/select-keys.c
12531         * src/plugins/pgpmime/select-keys.h
12532         * src/plugins/pgpmime/sgpgme.c
12533         * src/plugins/pgpmime/sgpgme.h
12534                 Remove the core from pgpmime and add the
12535                 dependancy to pgpcore.
12536
12537 2005-07-14 [paul]       1.9.12cvs48
12538
12539         * src/stock_pixmap.c
12540                 forgot this in last commit
12541
12542 2005-07-14 [paul]       1.9.12cvs47
12543
12544         * src/account.c
12545         * src/addressbook.c
12546                 add accelerators for the buttons (sync with main)
12547         * src/compose.c
12548         * src/compose.h
12549                 add accelerators for the buttons.
12550                 fix editing with external editor.
12551                 replace gdk_input_*() with GIOChannel;
12552                 (sync with main)
12553         * src/foldersel.c
12554                 display folder names with new/unread
12555                 representation (sync with main)
12556         * src/main.c
12557                 specify default window icon (sync with main)
12558         * src/prefs_common.c
12559                 use_addr_book default to FALSE
12560         * src/summaryview.c
12561         * src/textview.c
12562                 add accelerators for the buttons (sync with main)
12563         * src/gtk/menu.c
12564                 fix typos
12565         * src/pixmaps/sylpheed_icon.xpm
12566                 updated
12567
12568 2005-07-13 [paul]       1.9.12cvs46
12569
12570         * src/plugins/pgpmime/pgpmime.c
12571         * src/plugins/pgpmime/sgpgme.c
12572                 (temporarily) use deprecated gpgme_data_rewind()
12573                 while largefile support is not present
12574                 (as suggested by Colin)
12575
12576 2005-07-13 [paul]       1.9.12cvs45
12577
12578         * configure.ac
12579                 remove large file support (for now):
12580                 it breaks too many things
12581
12582 2005-07-13 [paul]       1.9.12cvs44
12583
12584         * configure.ac
12585                 add large file support
12586         * src/html.c
12587                 fix bug #763 where href attribute was not
12588                 the very first attribute of a link
12589                 patch by Thomas Gilgin
12590
12591 2005-07-13 [colin]      1.9.12cvs43
12592
12593         * src/gtk/pluginwindow.c
12594                 Little portability fix
12595
12596 2005-07-13 [colin]      1.9.12cvs42
12597
12598         * src/plugins/pgpmime/sgpgme.c
12599                 Fix crasher.
12600
12601 2005-07-13 [colin]      1.9.12cvs41
12602
12603         * src/plugins/pgpmime/pgpmime.c
12604         * src/plugins/pgpmime/sgpgme.c
12605                 Use gpgme_data_release_and_get_mem instead
12606                 of gpgme_data_read.
12607
12608 2005-07-13 [colin]      1.9.12cvs40
12609
12610         * configure.ac
12611         * src/plugins/pgpmime/passphrase.c
12612         * src/plugins/pgpmime/passphrase.h
12613         * src/plugins/pgpmime/pgpmime.c
12614         * src/plugins/pgpmime/plugin.c
12615         * src/plugins/pgpmime/select-keys.c
12616         * src/plugins/pgpmime/select-keys.h
12617         * src/plugins/pgpmime/sgpgme.c
12618         * src/plugins/pgpmime/sgpgme.h
12619                 Port pgpmime to gpgme-1.0.
12620
12621 2005-07-12 [paul]       1.9.12cvs39
12622
12623         * AUTHORS
12624         * src/toolbar.c
12625         * src/toolbar.h
12626                 add a 'Go to Prev' button to the toolbar.
12627                 correct tooltip text of go to buttons.
12628                 based on patch by Yang Guilong <bamanzi@gmail.com>
12629
12630 2005-07-12 [colin]      1.9.12cvs38
12631
12632         * src/statusbar.c
12633                 Fix progress bar showing stuff at startup.
12634
12635 2005-07-12 [paul]       1.9.12cvs37
12636
12637         * src/editjpilot.c
12638                 fix building with jpilot support
12639
12640 2005-07-11 [colin]      1.9.12cvs36
12641
12642         * src/inc.c
12643                 Add visual indication that filtering is running
12644         * src/textview.c
12645                 Make {}[] uri delimiters
12646         * src/summaryview.c
12647                 Remove useless (and slow) calls
12648
12649 2005-07-11 [paul]       1.9.12cvs35
12650
12651         * src/plugins/clamav/clamav_plugin_gtk.c
12652         * src/plugins/dillo_viewer/dillo_prefs.c
12653         * src/plugins/pgpmime/prefs_gpg.c
12654         * src/plugins/spamassassin/spamassassin_gtk.c
12655                 gather plugins prefs together under their
12656                 own 'Plugins' heading
12657
12658 2005-07-11 [paul]       1.9.12cvs34
12659
12660         sync with main
12661
12662         * src/account.c
12663                 account_delete(): modified alert dialog
12664         * src/editjpilot.c
12665         * src/editvcard.c
12666                 fixed a crash when cancelling file selection
12667                 dialog by Escape key. Made non-ascii filename
12668                 selectable.
12669         * src/prefs_template.c
12670                 prefs_template_window_create(): make scrolled
12671                 window policy AUTOMATIC
12672
12673 2005-07-10 [hoa]        1.9.12cvs33
12674
12675         * src/etpan/imap-thread.c
12676                 workaround for old Courier IMAP servers.
12677
12678 2005-07-10 [colin]      1.9.12cvs32
12679
12680         * src/folder.c
12681         * src/statusbar.c
12682         * src/statusbar.h
12683                 Add visual progress indicator on filtering/processing
12684                 Factorize the progress bar code
12685         * src/imap.c
12686         * src/imap.h
12687         * src/etpan/imap-thread.c
12688                 Add a reference counter to avoid destroying the Folder
12689                 while it's in use by another callback.
12690
12691 2005-07-09 [hoa]        1.9.12cvs31
12692
12693         * src/imap.c
12694         * src/etpan/imap-thread.c
12695                 fixed deadlock when removing IMAP account.
12696
12697 2005-07-08 [colin]      1.9.12cvs30
12698
12699         * src/textview.c
12700         * src/unmime.c
12701                 Fix again problems decoding broken headers
12702         * src/gtk/inputdialog.c
12703                 Fix local variable shadowing a global one
12704
12705 2005-07-08 [colin]      1.9.12cvs29
12706
12707         * src/msgcache.c
12708                 Make the cache/mark files platform-agnostic by writing
12709                 them in little-endian format. Reading them is also done
12710                 in little-endian format, of course; however, in order
12711                 to avoid trashing mark data on big-endian machines, the
12712                 files are, at first, read from the native format if the
12713                 little-endian one doesn't exist. This is easy to deter-
12714                 mine by trying to open a file with a swapped data_ver
12715                 and seeing if it's the wanted version.
12716                 Little-endian using users should see absolutely no
12717                 difference, Big-endian users may get a very little
12718                 performance drop due to byte-swapping.
12719                 Tested on i386 and ppc32. 
12720                 Fixes bug #159 (The index file, in the mailboxes, is 
12721                 hardware depending).
12722
12723                 To have the cache/mark files updated to the new little-
12724                 endian format, "Check for new messages" or even
12725                 "Rebuild folder tree" aren't enough. Files will be
12726                 updated as soon as a folder has been opened/closed.
12727                 To update everything, just select all folders by
12728                 selecting them one by one.
12729
12730 2005-07-07 [colin]      1.9.12cvs28
12731
12732         * src/imap.c
12733                 Remember the folder separator per IMAPFolder
12734                 instead of globally.
12735                 Revive the Session on noop; fixes bug #761
12736                 (mark a bunch of unread messages as read takes 
12737                 forever)
12738
12739 2005-07-07 [darko]      1.9.12cvs27
12740
12741         * src/common/template.c
12742                 Sort templates alphabetically
12743
12744 2005-07-06 [colin]      1.9.12cvs26
12745
12746         * src/imap.c
12747                 Try to use the correct separator in
12748                 most cases. Possibly fixes bug #759
12749                 (only creates the INBOX folder when 
12750                 setting up new IMAP account) and 
12751                 bug #760 (Can't retrieve messages)
12752
12753 2005-07-06 [colin]      1.9.12cvs25
12754
12755         * src/imap.c
12756                 Use real_path in status command. This will
12757                 help later, when namespaces will be used.
12758
12759 2005-07-06 [colin]      1.9.12cvs24
12760
12761         * configure.ac
12762         * src/account.c
12763         * src/folder.c
12764         * src/imap.c
12765         * src/etpan/etpan-log.c
12766         * src/etpan/etpan-thread-manager.c
12767         * src/etpan/imap-thread.c
12768                 Add a --disable-libetpan parameter. With this,
12769                 users that don't want IMAP4 support can avoid
12770                 the new dependancy (and have no IMAP support).
12771                 Users that have IMAP4 accounts and use this
12772                 parameter won't lose their configuration, their
12773                 IMAP accounts will just be invisible and not
12774                 used.
12775         * src/textview.c
12776                 Make the "Copy ..." contextual menu items 
12777                 copy to both the X clipboard and the gtk 
12778                 clipboard - as most other apps do.
12779         * src/gtk/about.c
12780                 Add a notice about OpenSSL usage, in order to
12781                 comply with OpenSSL's license (point 6):
12782                 http://www.openssl.org/source/license.html
12783
12784 2005-07-06 [colin]      1.9.12cvs23
12785
12786         * src/alertpanel.c
12787                 Fix a minimum size for alertpanels
12788         * src/compose.c
12789                 Show 'No space left on device' type errors
12790                 when queuing/sending
12791         * src/imap_gtk.c
12792         * src/mh_gtk.c
12793                 Rework folder's deletion message (remove 
12794                 extra \n)
12795
12796 2005-07-05 [colin]      1.9.12cvs22
12797
12798         * src/imap.c
12799                 Add an alertpanel on auth error
12800                 Add pseudo-log
12801                 Remove pthread-related stuff
12802
12803 2005-07-05 [colin]      1.9.12cvs21
12804
12805         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12806                 Fix crash on plugin reloading (with a hack)
12807
12808 2005-07-05 [colin]      1.9.12cvs20
12809
12810         * src/prefs_account.c
12811         * src/prefs_account.h
12812                 Fix typo
12813         * src/gtk/filesel.c
12814         * src/gtk/filesel.h
12815                 Add a way to filter the view
12816         * src/gtk/pluginwindow.c
12817                 Filter loadable stuff
12818         * src/plugins/pgpmime/prefs_gpg.c
12819                 Fix missing unregistration
12820         * .cvsignore
12821         * src/etpan/.cvsignore
12822         * src/plugins/spamassassin/.cvsignore
12823                 Add more stuff to cvs ignored files
12824
12825 2005-07-04 [colin]      1.9.12cvs19
12826
12827         * src/imap.c
12828                 Fix scan_required returning FALSE when it
12829                 shouldn't. Maybe fix #760 (Can't retrieve
12830                 messages)
12831
12832 2005-07-04 [colin]      1.9.12cvs18
12833
12834         * src/summaryview.c
12835                 Fix always_show_msg pref
12836
12837 2005-07-04 [paul]       1.9.12cvs17
12838
12839         sync with main (forgotten in last commit)
12840         
12841         * src/common/utils.c
12842         * src/common/utils.h
12843                 check_line_length(): new.
12844                 is_dir_exist()
12845                 is_file_entry_exist()
12846                 dirent_is_regular_file()
12847                 dirent_is_directory(): use g_file_test() instead of stat().
12848
12849 2005-07-04 [paul]       1.9.12cvs16
12850
12851         sync with main:
12852
12853         * src/compose.c
12854                 compose_write_to_file(): check for line
12855                 length limit and display warning if exceeds
12856         * src/jpilot.c
12857                 use get_home_dir() instead of g_get_home_dir()
12858         * src/procheader.c
12859                 removed warning about invalid date
12860         * src/vcard.c
12861                 use get_home_dir() instead of g_get_home_dir()
12862
12863 2005-07-04 [paul]       1.9.12cvs15
12864
12865         * src/stock_pixmap.c
12866                 fix new pixmap naming errors
12867                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12868
12869 2005-07-04 [colin]      1.9.12cvs14
12870
12871         * src/imap.c
12872                 Fix debugging string with a warning
12873
12874 2005-07-04 [colin]      1.9.12cvs13
12875
12876         * configure.ac
12877                 Add a check for libetpan's version (>= 0.37)
12878
12879 2005-07-04 [hoa]        1.9.12cvs12
12880
12881         * commitHelper
12882         * src/imap.c
12883         * src/etpan/imap-thread.c
12884         * src/etpan/imap-thread.h
12885                 fixed IMAP implementation of check of mails.
12886
12887 2005-07-03 [hoa]        1.9.12cvs11
12888
12889         * src/etpan/Makefile.am
12890         * src/etpan/etpan-errors.h
12891         * src/etpan/etpan-log.[ch]
12892         * src/etpan/etpan-thread-manager-types.h
12893         * src/etpan/etpan-thread-manager.[ch]
12894         * src/etpan/imap-thread.[ch]
12895         * src/Makefile.am
12896         * src/imap.c
12897         * src/main.c
12898         * src/prefs_other.c
12899         * configure.ac
12900             merged imap branch.
12901             dependency on libetpan 0.37 is now added.
12902
12903 2005-07-01 [colin]      1.9.12cvs10
12904
12905         * src/Makefile.am
12906         * src/folder.c
12907         * src/folder.h
12908         * src/folderview.c
12909         * src/stock_pixmap.c
12910         * src/stock_pixmap.h
12911         * src/plugins/trayicon/trayicon.c
12912                 Add marked symbol on folders containing
12913                 marked messages
12914         * src/procmsg.c
12915         * src/procmsg.h
12916         * src/toolbar.c
12917         * src/prefs_common.c
12918         * src/prefs_common.h
12919         * src/prefs_send.c
12920                 Add an optional confirmation dialog on queue
12921                 sending. Patch by wwp.
12922         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
12923         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
12924         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
12925         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
12926         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
12927         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
12928         * src/pixmaps/inbox_mark.xpm            ** ADDED **
12929         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
12930         * src/pixmaps/outbox_mark.xpm           ** ADDED **
12931         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
12932         * src/pixmaps/trash_mark.xpm            ** ADDED **
12933                 New pixmaps
12934
12935 2005-07-01 [colin]      1.9.12cvs9
12936
12937         * src/summaryview.c
12938                 Fix a little threading bug
12939         * src/addrgather.c
12940         * src/mainwindow.c
12941                 A little bit of HIG normality never hurts
12942
12943 2005-07-01 [colin]      1.9.12cvs8
12944
12945         * src/compose.c
12946         * src/msgcache.c
12947         * src/pop.c
12948         * src/procmime.c
12949         * src/recv.c
12950         * src/common/log.c
12951         * src/common/template.c
12952         * src/common/utils.c
12953         * src/common/utils.h
12954                 Reverted the fwrite_atomic stuff. In fact
12955                 it is already atomic.
12956
12957 2005-06-30 [colin]      1.9.12cvs7
12958
12959         * src/common/utils.c
12960         * src/common/utils.h
12961                 Add an fwrite_atomic() function to make
12962                 sure we write everything: fwrite can make
12963                 short writes.
12964         * src/compose.c
12965         * src/msgcache.c
12966         * src/pop.c
12967         * src/procmime.c
12968         * src/recv.c
12969         * src/common/log.c
12970         * src/common/template.c
12971                 Use that (and fix swapping of size and nmemb).
12972                 Thanks to Rich Coe for the heads up.
12973
12974 2005-06-30 [colin]      1.9.12cvs6
12975
12976         * src/addressbook.c
12977                 Optimize addressbook opening 
12978
12979 2005-06-30 [colin]      1.9.12cvs5
12980
12981         * src/summaryview.c
12982                 Remove calls to summary_step after move/copy
12983
12984 2005-06-28 [paul]       1.9.12cvs4
12985
12986         * src/alertpanel.c
12987                 wrap and make the error msg selectable
12988
12989 2005-06-28 [paul]       1.9.12cvs3
12990
12991         * src/ssl_manager.c
12992                 replace the OK button with a Close button
12993         * src/gtk/foldersort.c
12994                 use GTK_STOCK_ icons/buttons
12995
12996 2005-06-28 [colin]      1.9.12cvs2
12997
12998         * src/gedit-print.c             ** ADDED **
12999         * src/gedit-print.h             ** ADDED **
13000         * src/gtk/gtksourceprintjob.c   ** ADDED **
13001         * src/gtk/gtksourceprintjob.h   ** ADDED **
13002                 I can't believe no one had enough time to tell
13003                 me I forgot the `cvs add`
13004
13005 2005-06-27 [colin]      1.9.12cvs1
13006
13007         * src/Makefile.am
13008         * src/gtk/Makefile.am
13009         * src/messageview.c
13010         * src/procmsg.c
13011         * src/summaryview.c
13012         * configure.ac
13013                 Add optional libgnomeprint-based printing
13014         * src/mainwindow.c
13015         * src/gtk/quicksearch.c
13016                 Add an Edit/Quick search menu item to show
13017                 and focus the quicksearch
13018
13019 2005-06-27 [paul]       1.9.12
13020
13021         1.9.12 release
13022
13023         * po/ca.po
13024         * po/de.po
13025         * po/es.po
13026         * po/fr.po
13027         * po/it.po
13028         * po/ko.po
13029         * po/pt_BR.po
13030         * po/sk.po
13031         * po/zh_CN.po
13032                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13033                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
13034                 SungHyun Nam, Frederico Goncalves Guimaraes,
13035                 Andrej Kacian, and Yang Guilong
13036 2005-06-26 [colin]      1.9.11cvs106
13037
13038         * src/imap_gtk.c
13039                 Forgot one file for previous fix
13040
13041 2005-06-26 [colin]      1.9.11cvs105
13042
13043         * src/folder.c
13044         * src/imap.c
13045                 Fix problems with folder operations in no_select
13046                 imap folders. it applies only to mails, and 
13047                 creation/deletion/move/renaming of folders 
13048                 should be possible
13049
13050 2005-06-26 [paul]       1.9.11cvs104
13051
13052         * src/prefs_filtering.c
13053                 replace one more GTK_STOCK_REMOVE
13054                 with GTK_STOCK_DELETE
13055
13056 2005-06-25 [colin]      1.9.11cvs103
13057
13058         * src/imap.c
13059                 Optimize get_seq_set_from_seq_list
13060                 (Patch by Ricardo) 
13061
13062 2005-06-25 [colin]      1.9.11cvs102
13063
13064         * src/mh.c
13065                 If the directory exists, but not in the
13066                 correct encoding, rename it. This should
13067                 handle old-versions-induced bugs.
13068
13069 2005-06-25 [colin]      1.9.11cvs101
13070
13071         * src/mh.c
13072                 Fix path access with extended dir names
13073                 Fixes bug #589 (SC segfaults with wrong locale
13074                 settings)
13075
13076 2005-06-25 [colin]      1.9.11cvs100
13077
13078         * src/prefs_account.c
13079         * src/prefs_account.h
13080         * src/compose.c
13081                 Add an option to encrypt replies to
13082                 encrypted messages
13083
13084 2005-06-25 [colin]      1.9.11cvs99
13085
13086         * src/compose.c
13087         * src/quote_fmt_parse.y
13088                 ... And make it work with pgpinline.
13089
13090 2005-06-25 [colin]      1.9.11cvs98
13091
13092         * src/compose.c
13093         * src/procmime.c
13094         * src/procmime.h
13095         * src/quote_fmt_parse.y
13096                 o Make reedition of encrypted messages possible
13097                   (as long as it is encrypted to self too, no
13098                    magic there)
13099                 o Make replying with quote (and without selecting
13100                   text) possible for encrypted messages.
13101                 Closes bug #550 (Not possible to "reply with quote"
13102                 to gnupg encrypted messages)
13103
13104 2005-06-24 [paul]       1.9.11cvs97
13105
13106         * src/imap.c
13107                 add missing include
13108
13109 2005-06-24 [paul]       1.9.11cvs96
13110
13111         * src/editldap.c
13112                 made bind password entry invisible
13113                 (sync with main)
13114         * src/send_message.c
13115                 send_message_local(): check exit status
13116                 to detect errors (sync with main)
13117         * src/textview.c
13118                 use main's less ambiguous popup menu
13119                 wording
13120
13121 2005-06-24 [paul]       1.9.11cvs95
13122
13123         * src/prefs_actions.c
13124         * src/prefs_customheader.c
13125         * src/prefs_display_header.c
13126         * src/prefs_filtering_action.c
13127         * src/prefs_matcher.c
13128         * src/prefs_template.c
13129         * src/prefs_toolbar.c
13130                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13131         * src/gtk/description_window.c
13132                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13133
13134 2005-06-23 [colin]      1.9.11cvs94
13135
13136         * src/summaryview.c
13137                 Fix rough edges (be sure to call status_show whenever
13138                 necessary).
13139
13140 2005-06-23 [colin]      1.9.11cvs93
13141
13142         * src/summaryview.c
13143                 Optimize Select All
13144                 Before, in a 5K mails folder: 11s
13145                 After, in the same folder: 58000µs
13146                 The joys of locking... gtk_clist_select_all() fires a 
13147                 tree-select-row event for each selected row, which in 
13148                 summaryview, callbacks summary_selected which in turn,
13149                 calls summary_status_show, which walks the selected
13150                 rows. Hence, calling gtk_clist_select_all was 
13151                 exponential. Locking the summaryview makes 
13152                 summary_selected return early.
13153
13154 2005-06-23 [colin]      1.9.11cvs92
13155
13156         * src/imap.c
13157                 Move mutex at the important place to avoid
13158                 deadlocks
13159         * src/summaryview.c
13160                 Fix Del key deleting directly instead of
13161                 moving to trash
13162
13163 2005-06-22 [colin]      1.9.11cvs91
13164
13165         * src/plugins/spamassassin/libspamc.c
13166                 As we do spagetti code with assignations in multiple
13167                 places (see _message_read_raw where out = msg = raw),
13168                 let's be sure we don't free the same pointer twice.
13169                 Should fix bug #683 (Crash in libpam at 
13170                 message_cleanup).
13171
13172 2005-06-22 [colin]      1.9.11cvs90
13173
13174         * src/compose.c
13175         * src/messageview.c
13176         * src/toolbar.c
13177                 Make toolbar's delete use the move to trash stuff;
13178                 Add gtk_widget_realize to be sure pixmaps can get
13179                 created (that may fix an old worksforme bug which
13180                 I can't find back...)
13181
13182 2005-06-22 [colin]      1.9.11cvs89
13183
13184         * src/summaryview.c
13185         * src/summaryview.h
13186         * src/mainwindow.c
13187                 Rename "Message/Delete" to "Message/Move to trash"
13188                 Add "Message/Delete..." that directly destroys the
13189                 selected messages after asking for a confirmation.
13190
13191 2005-06-22 [colin]      1.9.11cvs88
13192
13193         * src/imap.c
13194                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13195                 o Fix a deadlock (thanks Darko)
13196
13197 2005-06-22 [colin]      1.9.11cvs87
13198
13199         * src/gtk/foldersort.c
13200                 Add missing include for the i18n;
13201                 patch by Fabien Vantard
13202
13203 2005-06-21 [colin]      1.9.11cvs86
13204
13205         * src/folder.c
13206         * src/folderview.c
13207                 Respect the no_select flag
13208         * src/imap.c
13209                 Fix recursive deletion
13210         * src/imap_gtk.c
13211         * src/mh_gtk.c
13212                 Make the folder deletion's warning
13213                 more explicit
13214
13215 2005-06-21 [colin]      1.9.11cvs85
13216
13217         * src/textview.c
13218                 Prevent email addresses from spanning accross
13219                 lines - fixes bug # 646 (newline-chars in 
13220                 email addresses)
13221
13222 2005-06-20 [colin]      1.9.11cvs84
13223
13224         * src/folder.c
13225                 Be sure not to remove source if copy failed
13226
13227 2005-06-20 [colin]      1.9.11cvs83
13228
13229         * src/folderview.c
13230         * src/imap_gtk.c
13231                 remove summaryview's lock
13232         * src/imap.c
13233                 introduce threads to avoid problems when foreground tasks
13234                 interfere with background tasks
13235         * src/mh.c
13236                 prevent moving to drafts/queue
13237         * src/mimeview.c
13238                 fix leak
13239
13240 2005-06-19 [colin]      1.9.11cvs82
13241
13242         * src/imap_gtk.c
13243                 Remember that the user doesn't want to override
13244                 offline mode, for 3 seconds. It avoid presenting
13245                 him with N popups in a really short time.
13246
13247 2005-06-17 [colin]      1.9.11cvs81
13248
13249         * src/imap.c
13250                 Fix IMAP breaking on folders containing '('
13251                 (Probably won't be enough)
13252
13253 2005-06-17 [colin]      1.9.11cvs80
13254
13255         Forgotten files on 1.9.11cvs79
13256         * src/summaryview.c
13257                 Fix stepping when not immediately executing
13258         * src/imap.c
13259                 Really prevent UID FETCH 0
13260         * src/codeconv.c
13261                 Fix outgoing charset never set to utf-8
13262         * src/mh.c
13263                 Fix leak
13264
13265 2005-06-16 [colin]      1.9.11cvs79
13266
13267         * src/compose.c
13268                 Fix bug #707 (Dash splits rows)
13269                 Only wrap if we're on a line break position and
13270                 the previous one was a "white" (space) char.
13271                 Pango stuff is weird.
13272
13273 2005-06-16 [colin]      1.9.11cvs78
13274
13275         * src/imap_gtk.c
13276                 Lock summaryview while downloading messages
13277                 on user demand
13278         * src/procheader.c
13279         * src/unmime.c
13280         * src/common/utils.c
13281         * src/common/utils.h
13282                 Replace \r and \n with spaces in From and
13283                 Subject headers
13284
13285 2005-06-16 [paul]       1.9.11cvs77
13286
13287         * src/procmime.c
13288                 liberalise the mime parser
13289         * src/gtk/about.c
13290                 add text wrapping
13291
13292 2005-06-16 [paul]       1.9.11cvs76
13293
13294         * src/gtk/about.c
13295                 reworked
13296
13297 2005-06-15 [colin]      1.9.11cvs75
13298
13299         * src/compose.c
13300                 Finish header encoding fix
13301         * src/summaryview.c
13302                 Fix segfault
13303         * src/headerview.c
13304                 Fix compilation (Thanks Stephan
13305                 Sachse)
13306
13307 2005-06-15 [colin]      1.9.11cvs74
13308
13309         * Makefile.am
13310                 Install gnome2 stuff rather than gnome1, 
13311                 if both are present
13312         * src/codeconv.c
13313         * src/codeconv.h
13314         * src/compose.c
13315                 Fix headers encoding
13316         * src/folder.c
13317                 Visual progress when fetching all messages
13318         * src/folderview.c
13319         * src/summaryview.c
13320         * src/summaryview.h
13321                 Prevent changing current message while
13322                 incorporating
13323
13324 2005-06-15 [paul]       1.9.11cvs73
13325
13326         * src/gtk/gtkaspell.c
13327         * src/gtk/gtkaspell.h
13328                 fix build warnings
13329
13330 2005-06-15 [paul]       1.9.11cvs72
13331
13332         * src/prefs_filtering.c
13333                 allow reordering of filter rules by
13334                 drag n drop
13335
13336 2005-06-15 [paul]       1.9.11cvs71
13337
13338         * COPYING
13339                 updated
13340         * src/codeconv.c
13341                 replace deprecated function
13342         * src/inc.c
13343         * src/send_message.c
13344         * src/gtk/progressdialog.c
13345         * src/gtk/progressdialog.h
13346                 salvage and reuse parts of reverted sync
13347
13348 2005-06-15 [paul]       1.9.11cvs70
13349
13350         * src/inc.c
13351         * src/send_message.c
13352         * src/gtk/progressdialog.c
13353         * src/gtk/progressdialog.h
13354                 revert yesterday's sync with main
13355                 it contains deprecated functions
13356
13357 2005-06-15 [colin]      1.9.11cvs69
13358
13359         * src/headerview.c
13360                 Fix bug #670 (multi user to: will corrupt message 
13361                 headers display)
13362
13363 2005-06-15 [colin]      1.9.11cvs68
13364
13365         * src/compose.c
13366                 Fix bug #421 (Fix undo on wrapping)
13367
13368 2005-06-15 [colin]      1.9.11cvs67
13369
13370         * src/folder.c
13371                 Provide visual feedback while processing
13372                 folder's rules.
13373         * src/imap.c
13374                 Provide visual feedback while getting
13375                 short headers (for uncached messages)
13376
13377
13378 2005-06-14 [paul]       1.9.11cvs66
13379
13380         * src/account.c
13381                 change a couple stock icons
13382         * src/inc.c
13383         * src/send_message.c
13384         * src/gtk/progressdialog.c
13385         * src/gtk/progressdialog.h
13386                 sync main's GtkTreeView implementation
13387
13388 2005-06-14 [colin]      1.9.11cvs65
13389
13390         * src/imap.c
13391                 Various little fixes, mainly on error paths
13392
13393 2005-06-13 [colin]      1.9.11cvs64
13394
13395         * matcher.c
13396         * procmsg.c
13397         * procmsg.h
13398                 Add a way to fetch only headers. This speeds
13399                 up filtering on headers for IMAP. Fixes:
13400                 bug #481 extraneous imap commands slow down 
13401                         imap filtering
13402                 bug #522 Sylpheed downloads all messages 
13403                         when opening mailbox (IMAP)
13404                 bug #677 IMAP fetch is soooooooooooooo slow
13405         * src/folder.c
13406         * src/folder.h
13407                 Add a folder set_batch method so that
13408                 implementations can speed up flags changes
13409         * src/folderutils.c
13410         * src/summaryview.c
13411                 Use that in mark as (un)read and mark all read
13412                 Refix bug #679
13413         * src/imap.c
13414                 Implement set_batch - brings back deferred
13415                 flags in a less buggy manner. Fixes:
13416                 bug #729 IMAP immediate expunge of deleted messages
13417                 bug #191 remove list of messages with one command
13418                 Fix login with strange chars
13419                 Implement fetch_msg_full
13420                 Fix copy (wrong counts)
13421
13422 2005-06-12 [colin]      1.9.11cvs63
13423
13424         * src/folder.c
13425                 lock incorporation during long operations.
13426                 Avoids fucking up the IMAP socket.
13427
13428 2005-06-12 [colin]      1.9.11cvs62
13429
13430         * src/imap.c
13431                 Fix harmful typo
13432                 Factorize remove_all_msg
13433                 Thread-ize expunge
13434         * src/summaryview.c
13435                 Don't update partial-download status if unnecessary
13436         * src/folder.c
13437                 Use remove_msgs everywhere possible
13438
13439 2005-06-12 [colin]      1.9.11cvs61
13440
13441         * src/folder.c
13442         * src/folder.h
13443                 Add a remove_msgs function to remove a 
13444                 list of messages
13445         * src/imap.c
13446                 Implement that.
13447
13448 2005-06-12 [colin]      1.9.11cvs60
13449
13450         * src/imap.c
13451                 Remove flags-processing deferring... Too hard
13452                 to get it to work in all cases.
13453
13454 2005-06-11 [colin]      1.9.11cvs59
13455
13456         * src/imap.c
13457                 printf -> debug_print
13458
13459 2005-06-11 [colin]      1.9.11cvs58
13460
13461         * src/imap.c
13462                 o Fix build without USE_PTHREAD
13463                 o Factorize imap_open
13464                 o Alertpanel in case of impossible connection
13465                 o Alertpanel in case of impossible login
13466                 o Fix deferred flags processing to force a 
13467                   flush before adding some more flags to process,
13468                   but in another folder.
13469
13470 2005-06-10 [colin]      1.9.11cvs57
13471
13472         * src/imap.c
13473                 o Fix a format string error
13474                 o init ssl socket outside of the thread 
13475                   (it possibly invokes gtk calls)
13476         * src/procmime.c
13477                 o Put back the buffer to its necessary size
13478                 o Fix changing a file pointer without keeping
13479                   track of it (thanks Valgrind)
13480         * src/common/smtp.c
13481                 o Fix automatic STARTTLS if login should be done
13482                   and the server only allows it after starting TLS
13483         * src/gtk/gtkinputdialog.c
13484                 o Eat GDK_Return so that the combo popup doesn't 
13485                   appear when we press Enter to validate the combo
13486                   input dialog (as seen in the Open with... dialog)
13487
13488 2005-06-10 [colin]      1.9.11cvs56
13489
13490         * src/imap.c
13491                 o A bit less debug
13492                 o Fix a crash on deletion
13493                 o Threadize imap_select (it's called outside of 
13494                   threads)
13495                 o Defer treatment of DELETED flags
13496
13497
13498 2005-06-09 [colin]      1.9.11cvs55
13499
13500         * src/imap.c
13501                 Make sure we check imap_gtk_should_override(), which
13502                 potentially calls gtk stuff, before creating thread.
13503                 That way it should't be called via imap_get_session()
13504                 inside a thread.
13505
13506 2005-06-09 [colin]      1.9.11cvs54
13507
13508         * src/imap.c
13509                 o add a bit of status output
13510                 o remove some dead code
13511                 o threadize get_list_of_uids
13512                 o threadize imap_get_flags
13513                 o defer flag changing by 500ms so that they
13514                   can be batched
13515
13516
13517 2005-06-08 [colin]      1.9.11cvs53
13518
13519         * src/imap.c
13520                 Thread-ize imap_cmd_fetch
13521
13522 2005-06-08 [colin]      1.9.11cvs52
13523
13524         * src/main.c
13525                 Mmh, that broke POP3...
13526
13527 2005-06-08 [colin]      1.9.11cvs51
13528
13529         * src/main.c
13530                 Stabilize IMAP patch (thanks to Hoa)
13531
13532 2005-06-08 [colin]      1.9.11cvs50
13533
13534         * src/imap.c
13535                 Test patch to speed up imap. 
13536
13537 2005-06-08 [colin]      1.9.11cvs49
13538
13539         * src/imap_gtk.c
13540                 Warning fix
13541         * src/procmime.c
13542                 Apply patch from gentoo to use /usr/share/mime/globs if 
13543                 available, after un-breaking it
13544         * src/common/log.c
13545         * src/common/log.h
13546                 Use g_timeout for invoking hooks that possibly use gtk
13547                 calls. This should leave gtk calls in the main thread.
13548
13549 2005-06-08 [paul]       1.9.11cvs48
13550
13551         * src/codeconv.c
13552                 conv_get_outgoing_charset_str(): don't
13553                 use prefs_common setting
13554         * src/compose.c
13555         * src/compose.h
13556                 add /Options/Character encoding/... to
13557                 temporarily change the outgoing encoding
13558
13559         (belated sync with main)
13560
13561 2005-06-08 [paul]       1.9.11cvs47
13562
13563         * src/compose.c
13564                 correction to/completion of last
13565                 sync with main
13566
13567 2005-06-08 [paul]       1.9.11cvs46
13568
13569         sync with main:
13570         
13571         * src/codeconv.c
13572         * src/codeconv.h
13573                 always enabled Japanese auto-detection
13574                 if the first letters of locale string
13575                 is "ja"
13576         * src/compose.c
13577                 don't use "destroy" signal to destroy
13578                 Compose object (fix rare crashes on discard?)
13579         * src/mainwindow.c
13580         * src/messageview.c
13581         * src/prefs_send.c
13582                 added Hebrew encodings
13583         * src/sourcewindow.c
13584                 don't use "destroy" signal to destroy
13585                 objects
13586
13587 2005-06-07 [colin]      1.9.11cvs45
13588
13589         * src/summaryview.c
13590                 Add missing unlocks/locks
13591
13592 2005-06-07 [paul]       1.9.11cvs44
13593
13594         * src/summaryview.c
13595                 restore bug #749 fix
13596
13597 2005-06-06 [colin]      1.9.11cvs43
13598
13599         * src/summaryview.c
13600                 Fix selection bug when prefs_common.open_unread 
13601                 is FALSE
13602
13603 2005-06-06 [colin]      1.9.11cvs42
13604
13605         * src/common/md5.c
13606                 Fix a warning
13607         * src/summaryview.c
13608         * src/folderview.c
13609                 Factorize long operations beginning and end
13610                 (locking, freezing/thawing, cursor, ...)
13611                 Check selection->data member in selection-
13612                 related loops; this avoids dying an awful
13613                 death if the selection changes on us while
13614                 we're marking a whole IMAP folder unread, 
13615                 for example.
13616
13617 2005-06-06 [paul]       1.9.11cvs41
13618
13619         * src/textview.c
13620                 don't g_free() a static gchar buffer
13621
13622 2005-06-05 [colin]      1.9.11cvs40
13623
13624         * src/mainwindow.c
13625         * src/messageview.c
13626         * src/summaryview.c
13627                 Fix bug #749 (Show all headers should be
13628                 sticky as the GUI suggests)
13629
13630 2005-06-03 [paul]       1.9.11cvs39
13631
13632         * src/compose.c
13633                 don't allow editing of mail while sending.
13634                 patch by Colin
13635
13636 2005-06-03 [paul]       1.9.11cvs38
13637
13638         * src/folderview.c
13639                 add a freeze/thaw to speed up 'mark all read'
13640
13641 2005-06-03 [paul]       1.9.11cvs37
13642
13643         * src/prefs_message.c
13644                 reflect changes immediately
13645
13646 2005-06-02 [colin]      1.9.11cvs36
13647
13648         * po/POTFILES.in
13649                 Patch by Fabien Vantard.
13650
13651 2005-06-02 [colin]      1.9.11cvs35
13652
13653         * src/imap.c
13654                 Use a non-blocking imap_getline() if possible.
13655                 This should completely prevent the interface
13656                 from freezin on imap operations, although it
13657                 may do strange stuff in case of folder switching
13658                 while a big imap operation is taking place...
13659
13660                 In addition, fix a leak in the case thread
13661                 creation fails on connection.
13662
13663 2005-06-02 [colin]      1.9.11cvs34
13664
13665         * src/crash.c
13666         * src/prefs_common.h
13667                 Fix build (prefs_common_init() doesn't exist
13668                 anymore)
13669
13670 2005-06-02 [colin]      1.9.11cvs33
13671
13672         * src/prefs_account.c
13673                 Fix bug #245 (filtering rules broken when
13674                 renaming a remote account (imap4 or nntp)
13675
13676 2005-06-02 [colin]      1.9.11cvs32
13677
13678         * src/imap.c
13679                 Try to fix IMAP shortcomings: 
13680                 o Multithread imap_open()
13681                 o allow offline-mode overriding instead of
13682                   just returning NULL
13683         * src/imap_gtk.c
13684         * src/imap_gtk.h
13685                 Add a function to ask whether we want to
13686                 override offline-mode for 10 minutes (one-shot
13687                 asking was painful)
13688         * src/procheader.c
13689                 Fix segfault when imap parser isn't happy about
13690                 a missing {
13691
13692 2005-06-01 [colin]      1.9.11cvs31
13693
13694         * src/addrharvest.c
13695         * src/compose.c
13696         * src/mbox.c
13697         * src/mbox.h
13698         * src/mh.c
13699         * src/msgcache.c
13700         * src/send_message.c
13701         * src/setup.c
13702         * src/undo.c
13703         * src/common/hooks.c
13704         * src/common/prefs.c
13705         * src/common/template.c
13706         * src/common/utils.c
13707         * src/gtk/gtkutils.c
13708         * src/gtk/inputdialog.c
13709         * src/gtk/menu.c
13710         * src/gtk/pluginwindow.c
13711         * src/gtk/prefswindow.c
13712         * src/plugins/pgpmime/passphrase.c
13713         * src/plugins/pgpmime/prefs_gpg.c
13714                 More -Wall fixes
13715
13716         * src/common/Makefile.am
13717         * src/common/timing.h
13718                 Add basic timing code
13719
13720         * src/summaryview.c
13721                 Fix a bug with unread messages when 
13722                 re-sorting folders, and by the way
13723                 fix a big performance hit when 
13724                 re-sorting (10k mails: before 5s,
13725                 after .5s)
13726
13727         * src/prefs_compose_writing.c
13728         * src/prefs_compose_writing.h
13729         * src/prefs_message.c
13730         * src/prefs_message.h
13731         * src/prefs_other.c
13732         * src/prefs_other.h
13733         * src/prefs_quote.c
13734         * src/prefs_quote.h
13735         * src/prefs_receive.c
13736         * src/prefs_receive.h
13737         * src/prefs_send.c
13738         * src/prefs_send.h
13739         * src/prefs_summaries.c
13740         * src/prefs_summaries.h
13741                 Fix copyright banner
13742
13743 2005-06-01 [paul]       1.9.11cvs30
13744
13745         * po/fi.po
13746                 updated by Flammie Pirinen
13747         * src/procmime.c
13748                 fix 'Bad BASE64 content' output
13749
13750 2005-05-31 [colin]      1.9.11cvs29
13751
13752         * src/procmime.c
13753                 Oops, where did my hunk go.
13754
13755 2005-05-31 [colin]      1.9.11cvs28
13756
13757         * src/Makefile.am
13758         * src/account.c
13759         * src/action.c
13760         * src/addr_compl.c
13761         * src/addressbook.c
13762         * src/codeconv.c
13763         * src/compose.c
13764         * src/export.c
13765         * src/folder.c
13766         * src/folderview.c
13767         * src/image_viewer.c
13768         * src/main.c
13769         * src/mainwindow.c
13770         * src/messageview.c
13771         * src/mimeview.c
13772         * src/msgcache.c
13773         * src/prefs_account.c
13774         * src/prefs_actions.c
13775         * src/prefs_common.c
13776         * src/prefs_compose_writing.c
13777         * src/prefs_customheader.c
13778         * src/prefs_ext_prog.c
13779         * src/prefs_filtering.c
13780         * src/prefs_filtering_action.c
13781         * src/prefs_fonts.c
13782         * src/prefs_image_viewer.c
13783         * src/prefs_message.c
13784         * src/prefs_message.h
13785         * src/prefs_msg_colors.c
13786         * src/prefs_other.c
13787         * src/prefs_other.h
13788         * src/prefs_quote.c
13789         * src/prefs_receive.c
13790         * src/prefs_receive.h
13791         * src/prefs_send.c
13792         * src/prefs_send.h
13793         * src/prefs_spelling.c
13794         * src/prefs_summaries.c
13795         * src/prefs_summary_column.c
13796         * src/prefs_template.c
13797         * src/prefs_themes.c
13798         * src/prefs_toolbar.c
13799         * src/prefs_wrapping.c
13800         * src/procmime.c
13801         * src/procmsg.c
13802         * src/send_message.h
13803         * src/ssl_manager.c
13804         * src/summary_search.c
13805         * src/summaryview.c
13806         * src/textview.c
13807         * src/wizard.c
13808         * src/common/smtp.c
13809         * src/common/smtp.h
13810         * src/gtk/gtkutils.h
13811                 o Move the rest of Common prefs to new style
13812                 o Lots of -Wall warning fixes
13813                 o fix FIXME in cache memusage calculation
13814                 o Let return receipts be sent from any account
13815                 o Little cache optimisation (read)
13816                 o Fix bug #746 (don't treat commas as separators
13817                   when inside a quoted string)
13818
13819 2005-05-31 [paul]       1.9.11cvs27
13820
13821         * src/prefs_common.c
13822                 fix 'off-by-one' typo
13823
13824 2005-05-31 [paul]       1.9.11cvs26
13825
13826         * src/account.c
13827         * src/addr_compl.c
13828         * src/compose.c
13829         * src/foldersel.c
13830         * src/prefs_actions.c
13831         * src/prefs_common.c
13832         * src/prefs_common.h
13833         * src/prefs_customheader.c
13834         * src/prefs_display_header.c
13835         * src/prefs_filtering.c
13836         * src/prefs_filtering_action.c
13837         * src/prefs_matcher.c
13838         * src/prefs_summaries.c
13839         * src/prefs_summary_column.c
13840         * src/prefs_template.c
13841         * src/prefs_toolbar.c
13842         * src/ssl_manager.c
13843         * src/gtk/pluginwindow.c
13844         * src/gtk/prefswindow.c
13845         * src/gtk/progressdialog.c
13846                 add hidden prefs 'enable_rules_hint'
13847                 for gtk_tree_view_set_rules_hint()
13848                 (sync with main)
13849                 
13850
13851 2005-05-31 [colin]      1.9.11cvs25
13852
13853         * src/Makefile.am
13854         * src/main.c
13855         * src/prefs_common.c
13856         * src/prefs_summaries.c ** ADDED **
13857         * src/prefs_summaries.h ** ADDED **
13858                 Common/Display -> Display/Summaries
13859
13860 2005-05-31 [colin]      1.9.11cvs24
13861
13862         * src/Makefile.am
13863         * src/main.c
13864         * src/prefs_quote.c ** ADDED **
13865         * src/prefs_quote.h ** ADDED **
13866                 Move Common/Quote to Compose/Quoting
13867         * src/prefs_common.c
13868         * src/prefs_common.h
13869                 Remove old quote stuff, add
13870                 convenience functions for GtkTextView prefs
13871         * src/gtk/prefswindow.c
13872                 Set default height higher
13873
13874 2005-05-30 [colin]      1.9.11cvs23
13875
13876         * src/Makefile.am
13877         * src/main.c
13878         * src/prefs_common.c
13879         * src/prefs_compose_writing.c ** ADDED **
13880         * src/prefs_compose_writing.h ** ADDED **
13881                 Move Common/Compose prefs to Compose/Writing
13882
13883 2005-05-30 [colin]      1.9.11cvs22
13884
13885         * src/common/utils.c
13886                 Fix bug #651 (Confused Attract by Subject)
13887                 Patch by M. Benkmann <haferfrost@web.de>
13888         * AUTHORS
13889
13890 2005-05-30 [colin]      1.9.11cvs21
13891
13892         * src/compose.c
13893                 Fix concatenation of different headers of
13894                 the same type (bug #645)
13895         * src/prefs_folder_item.c
13896                 Fix bug #699 (setting color to black doesn't
13897                 work immediately)
13898         * src/procmime.c
13899                 Print out decoding error only once per
13900                 block
13901
13902 2005-05-30 [paul]       1.9.11cvs20
13903
13904         * src/common/template.c
13905                 fix Bcc
13906
13907 2005-05-30 [paul]       1.9.11cvs19
13908
13909         * doc/src/rfc2368.txt   **NEW FILE**
13910         * src/compose.c
13911                 compose_entries_set(): don't interpret Bcc
13912                 header field (conform to RFC 2368)
13913                 (sync with main)
13914
13915 2005-05-29 [colin]      1.9.11cvs18
13916
13917         * src/prefs_common.c
13918                 Let the default reply format respect
13919                 netiquette by cutting the signature.
13920
13921 2005-05-29 [colin]      1.9.11cvs17
13922
13923         * src/summaryview.c
13924                 Don't let always_show_msg override
13925                 open_unread_on_enter when opening a new
13926                 directory.
13927
13928 2005-05-27 [paul]       1.9.11cvs16
13929
13930         sync with main:
13931
13932         * src/main.c
13933                 app_will_exit(): cleanup tmp directory when exit
13934         * src/message_search.c
13935                 improved the interface and made code cleanup.
13936                 removed Clear button
13937         * src/send_message.c
13938                 send_message_local(): use GSpawn, and detect errors
13939         * src/summary_search.c
13940                 improved the interface and made code cleanup
13941         * src/textview.c
13942                 textview_write_link(): also skip non-ascii space
13943                  at the head of link strings (phishing check
13944                  didn't work at the case)
13945         * src/common/utils.c
13946                 get_command_output(): use g_spawn_command_line_sync()
13947                 instead of popen()
13948
13949 2005-05-26 [colin]      1.9.11cvs15
13950
13951         * src/folder.c
13952                 remove printf
13953
13954 2005-05-26 [colin]      1.9.11cvs14
13955
13956         * src/common/nntp.c
13957                 Fix nntp mode reader (bug #611)
13958                 Patch by Florian Mickler <florian@mickler.org>
13959
13960 2005-05-26 [colin]      1.9.11cvs13
13961
13962         * src/plugins/pgpmime/passphrase.c
13963                 Fix mouse grabbing (bug #557)
13964
13965 2005-05-26 [colin]      1.9.11cvs12
13966
13967         * src/prefs_themes.c
13968                 Fix g_warning (bug #541)
13969
13970 2005-05-26 [colin]      1.9.11cvs11
13971
13972         * src/prefs_actions.c
13973         * src/prefs_template.c
13974                 Fix bug #506 (no warning if action/template
13975                 is not saved)
13976         * src/common/template.c
13977                 Fix a possible crash
13978
13979 2005-05-26 [colin]      1.9.11cvs10
13980
13981         * src/folder.c
13982         * src/folderview.c
13983         * src/procmsg.c
13984         * src/summaryview.c
13985                 Forbid locked messages to be moved or
13986                 deleted. Locked messages in trashes 
13987                 still get deleted, for performance
13988                 reason (mh.c::mh_remove_all_msgs)
13989
13990 2005-05-25 [colin]      1.9.11cvs9
13991
13992         * src/procmime.c
13993                 Use correct encoding when sending mails
13994                 with attachments that have accentued 
13995                 chars in their name
13996
13997 2005-05-24 [colin]      1.9.11cvs8
13998
13999         * src/summaryview.c
14000                 Fix bug #688 f) read/unread marker not
14001                 changed on first click
14002                 Also, optimize summary_status_show()
14003                 calls
14004         * src/folder.c
14005         * src/inc.c
14006         * src/procmime.c
14007                 Fix bug #688 b) and c) wrt message
14008                 attachments and signature
14009         * src/stock_pixmap.c
14010         * src/stock_pixmap.h
14011         * src/stock_pixmap.c
14012         * src/stock_pixmap.h
14013         * src/Makefile.am
14014         * src/pixmaps/clip_gpg_signed.xpm
14015                 Add clip/signed icon
14016
14017 2005-05-24 [colin]      1.9.11cvs7
14018
14019         * src/folder_item_prefs.c
14020                 whitespace fix
14021
14022 2005-05-24 [colin]      1.9.11cvs6
14023
14024         * src/folderview.c
14025         * src/prefs_common.c
14026         * src/prefs_common.h
14027                 Add a confirmation to folder drag and drop
14028                 fixes bug #156
14029         * src/alertpanel.c
14030         * src/alertpanel.h
14031                 fix _with_disable parameters so that
14032                 the buttons labels are specifiable too
14033         * src/plugins/pgpmime/sgpgme.c
14034                 reflect said change
14035                 
14036
14037 2005-05-24 [colin]      1.9.11cvs5
14038
14039         * src/folderview.c
14040                 Uncollapse/collapse folders on double-click
14041                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
14042                 closes bug #108
14043
14044 2005-05-23 [colin]      1.9.11cvs4
14045
14046         * src/common/socket.c
14047                 Check another special SSL_peek() error.
14048                 Should help wrt bug #728
14049
14050 2005-05-23 [colin]      1.9.11cvs3
14051
14052         * src/plugins/pgpmime/pgpmime.c
14053                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
14054                 breaking menu accelerators and stuff. Users will have to
14055                 reselect "PGP MIME" instead of "PGP/MIME" in their 
14056                 account's privacy preferences if needed.
14057
14058 2005-05-22 [paul]
14059
14060         * tools/kdeservicemenu/install.sh
14061                 use kdesu to prompt for root password if doing
14062                 global install/uninstall
14063
14064 2005-05-20 [colin]      1.9.11cvs2
14065
14066         * src/procmsg.c
14067                 Fix another compilation error with gcc-2.9x
14068                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14069         * src/send_message.c
14070                 Don't send QUIT if we aren't connected
14071
14072 2005-05-19 [colin]      1.9.11cvs1
14073
14074         * src/procmsg.c
14075                 Fix compilation with gcc 2.9x
14076
14077 2005-05-19 [paul]       1.9.11
14078
14079         1.9.11 released
14080
14081 2005-05-19 [paul]       1.9.9cvs14
14082
14083         * src/gtk/inputdialog.c
14084                 prevent gettext warning
14085
14086 2005-05-19 [paul]       1.9.9cvs13
14087
14088         * src/mainwindow.c
14089         * src/prefs_common.c
14090         * src/prefs_common.h
14091         * src/textview.c
14092         * src/textview.h
14093                 add an option to toggle cursor in message
14094                 view (sync with main)
14095
14096 2005-05-18 [colin]      1.9.9cvs12
14097
14098         * src/compose.c
14099                 Dereference freed pointer
14100         * src/gtk/gtkaspell.c
14101                 Fix duplication of dictionaries (is it an aspell issue?)
14102
14103 2005-05-18 [colin]      1.9.9cvs11
14104
14105         * src/gtk/inputdialog.c
14106         * src/gtk/gtkaspell.c
14107                 HIGuify dialogs
14108         * src/alertpanel.c
14109                 Remove a double call
14110
14111 2005-05-17 [colin]      1.9.9cvs10
14112
14113         * src/gtk/gtkaspell.c
14114                 Fix dialogs, Ctrl-Enter accel
14115
14116 2005-05-17 [colin]      1.9.9cvs9
14117
14118         * src/gtk/gtkaspell.c
14119                 Fix some accelerators, escape in replace-window
14120
14121 2005-05-16 [colin]      1.9.9cvs8
14122
14123         * src/gtk/gtkaspell.c
14124                 Revert last commit, it was a mistake.
14125
14126 2005-05-16 [colin]      1.9.9cvs7
14127
14128         * src/gtk/gtkaspell.c
14129                 Remove buggy code while we're at it. It's a 
14130                 dead code path anyway.
14131
14132 2005-05-16 [colin]      1.9.9cvs6
14133
14134         * src/gtk/gtkaspell.c
14135                 Missed some gtk_menu_popup where deactivate
14136                 signal should be handled. Should fix bug
14137                 #629 a bit more.
14138
14139 2005-05-16 [colin]      1.9.9cvs5
14140
14141         * src/gtk/gtkaspell.c
14142                 Remove debug printf()s
14143
14144 2005-05-16 [colin]      1.9.9cvs4
14145
14146         * src/gtk/gtkaspell.c
14147                 Fix a bit aspell problems
14148                 (see bug #629)
14149
14150 2005-05-13 [colin]      1.9.9cvs3
14151
14152         * src/folderview.c
14153                 Fix the + appearing even when no subfolders
14154                 have unread messages. Thanks to wwp for the
14155                 bug report.
14156
14157 2005-05-11 [paul]       1.9.9cvs2
14158
14159         * src/folderview.c
14160                 correction to 1.9.9cvs1, only colour folders that
14161                 have new msgs (not unread msgs)
14162
14163 2005-05-10 [colin]      1.9.9cvs1
14164
14165         * src/folderview.c
14166         * src/summaryview.c
14167                 Try to fix bolding bugs again.
14168
14169 2005-05-09 [paul]
14170
14171         * tools/claws.i18n.status.pl
14172                 add Ricardo Mones Lastra's script that has been providing
14173                 the i18n status page for many months
14174
14175 2005-05-09 [paul]       1.9.9
14176
14177         1.9.9 release
14178
14179 2005-05-09 [paul]       1.9.6cvs58
14180
14181         * AUTHORS
14182         * INSTALL
14183         * README.claws
14184                 updated
14185         * Makefile.am 
14186         * RELEASE_NOTES.claws
14187                 add release notes to cvs to simplify release
14188                 procedure
14189         * configure.ac
14190                 add ca and fi to ALL_LINGUAS
14191         * po/Makefile.in.in
14192                 workaround for missing Makevars
14193         * po/ca.po
14194         * po/fi.po
14195                 add new Catalan and Finnish translations
14196                 submitted by Miquel Oliete and Flammie Pirinen
14197         * po/de.po
14198         * po/es.po
14199         * po/fr.po
14200         * po/it.po
14201         * po/pl.po
14202         * po/ru.po
14203         * po/sk.po
14204         * po/sr.po
14205         * po/zh_CN.po
14206                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14207                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14208                 Urke MMI, and Hansom Young
14209         * src/main.c
14210                 Fix drafting when quitting. compose_draft() closes the
14211                 compose windows, which modifies the compose_list GSList.
14212                 We have to refresh this list after echo drafting to avoid a
14213                 segfault
14214         * src/partial_download.c
14215                 fix segfault on exit
14216
14217 2005-05-06 [paul]       1.9.6cvs57
14218
14219         * src/grouplistdialog.c
14220                 quick fix/workaround for unresizeable newsgroup
14221                 name column 
14222
14223 2005-05-06 [paul]       1.9.6cvs56
14224
14225         * src/inc.c
14226         * src/mainwindow.c
14227                 use gettext plural forms
14228         * src/imap_gtk.c
14229         * src/mh_gtk.c
14230         * src/toolbar.c
14231                 small improvement to english usage
14232
14233 2005-05-05 [thorsten]   1.9.6cvs55
14234
14235         * src/folder.c
14236                 fix possible crash
14237
14238 2005-05-05 [paul]       1.9.6cvs54
14239         
14240         sync with HEAD
14241
14242         * AUTHORS
14243         * src/compose.c
14244                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14245                 patch by Tim Mann
14246
14247 2005-05-05 [paul]       1.9.6cvs53
14248
14249         * src/mainwindow.c
14250                 fix resizing of separate message and
14251                 folder views
14252
14253 2005-05-05 [paul]       1.9.6cvs52
14254
14255         * src/account.c
14256         * src/addrgather.c
14257         * src/browseldap.c
14258         * src/exphtmldlg.c
14259         * src/expldifdlg.c
14260         * src/importmutt.c
14261         * src/importpine.c
14262         * src/main.c
14263         * src/mainwindow.c
14264         * src/noticeview.c
14265         * src/prefs_filtering.c
14266         * src/prefs_filtering_action.c
14267         * src/prefs_matcher.c
14268         * src/prefs_spelling.c
14269         * src/prefs_toolbar.c
14270         * src/toolbar.c
14271         * src/wizard.c
14272         * src/gtk/description_window.c
14273         * src/gtk/gtkvscrollbutton.c
14274         * src/gtk/progressdialog.c
14275         * src/gtk/quicksearch.c
14276         * src/plugins/pgpmime/prefs_gpg.c
14277         * src/plugins/spamassassin/spamassassin_gtk.c
14278                 replace deprecated gtk_widget_set_usize
14279
14280 2005-05-04 [colin]      1.9.6cvs51
14281
14282         * src/common/utils.c
14283                 Fix crash when subst_for_filename is called
14284                 with a NULL parameter
14285
14286 2005-05-04 [colin]      1.9.6cvs50
14287
14288         * src/partial_download.c
14289         * src/pop.c
14290                 Escape login when writing uidl file
14291                 fixes bug #736
14292
14293 2005-05-03 [colin]      1.9.6cvs49
14294
14295         * src/procmime.c
14296                 Fix possible DOS in mime parser
14297                 (see bug #634)
14298
14299 2005-05-02 [colin]      1.9.6cvs48
14300
14301         * src/compose.c
14302                 Try to fix the copy/paste mess once again.
14303
14304
14305 2005-04-30 [colin]      1.9.6cvs47
14306
14307         * src/prefs_account.h
14308         * src/procmsg.c
14309         * src/send_message.c
14310         * src/common/smtp.c
14311         * src/common/smtp.h
14312                 Try to batch sending mails (per account) instead of
14313                 reconnecting to server every time.
14314
14315 2005-04-29 [colin]      1.9.6cvs46
14316
14317         * src/messageview.c
14318                 Fix window resizing that refused to size down
14319         * src/prefs_common.c
14320         * src/prefs_common.h
14321         * src/prefs_filtering.c
14322                 Save Filtering's window size
14323
14324 2005-04-21 [paul]       1.9.6cvs45
14325
14326         * ChangeLog-gtk2.claws
14327         * src/setup.c
14328                 correction to sync
14329
14330 2005-04-21 [paul]       1.9.6cvs44
14331
14332         sync with main:
14333
14334         * src/setup.c
14335         * src/statusbar.c
14336         * src/statusbar.h
14337                 use gtkut_widget_draw_now(). Improved performance
14338                 of the update of statusbar
14339         * src/textview.c
14340                 textview_smooth_scroll_do(): redraw it after scroll
14341                 is done (fixed incorrect display when a part of the
14342                 view is hidden).
14343         * src/gtk/gtkutils.c
14344         * src/gtk/gtkutils.h
14345                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14346                 to force update of widgets.
14347                 Removed gtkut_widget_wait_for_draw() which had a big
14348                 overhead  because of waiting for all events processed 
14349
14350 2005-04-20 [paul]       1.9.6cvs43
14351
14352         * src/codeconv.c
14353                 complete 1.9.6cvs42's sync:
14354                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14355
14356 2005-04-19 [paul]       1.9.6cvs42
14357
14358         sync with main:
14359
14360         * src/action.c
14361                 catch_output(): correctly select the insert text
14362                 (fix invalid iterator warnings).
14363         * src/codeconv.c
14364         * src/codeconv.h
14365         * src/mainwindow.c
14366         * src/messageview.c
14367         * src/prefs_common.c
14368                 support GBK encoding.
14369         * src/common/session.c
14370         * src/common/session.h
14371                 use separate buffer for large data to be sent,
14372                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14373
14374 2005-04-18 [paul]       1.9.6cvs41
14375
14376         * src/jpilot.c
14377                 convert unsigned long into guint32
14378                 patch by Paul LeoNerd Evans 
14379
14380 2005-04-17 [colin]      1.9.6cvs40
14381
14382         * src/compose.c
14383                 Fix 'Request return receipt' from folder
14384                 properties (bug #708)
14385
14386 2005-04-17 [colin]      1.9.6cvs39
14387
14388         * src/mainwindow.c
14389                 Fix duplicate hotkeys in Mainwindow's menu
14390
14391 2005-04-17 [colin]      1.9.6cvs38
14392
14393         * src/folderview.c
14394                 Fix duplicate hotkeys in Folderview's contextual
14395                 menu
14396
14397 2005-04-15 [colin]      1.9.6cvs37
14398
14399         * src/summaryview.c
14400                 Fix 'Save as...' with non-ascii filenames
14401
14402 2005-04-15 [colin]      1.9.6cvs36
14403
14404         * src/plugins/pgpmime/pgpmime.c
14405                 Fix bus error on 64bit. Spotted by 
14406                 macallan1888@gmail.com
14407
14408 2005-04-15 [colin]      1.9.6cvs35
14409
14410         * src/prefs_account.c
14411                 Fix cvs34.
14412
14413 2005-04-12 [colin]      1.9.6cvs34
14414
14415         * src/prefs_account.c
14416                 Fix smtp auth type off-by-one. We forgot to
14417                 add PLAIN in the prefs-to-gui setter func and
14418                 as a result, the selected auth when opening
14419                 account prefs was not the correct one.
14420
14421 2005-04-12 [paul]       1.9.6cvs33
14422
14423         * src/inc.c
14424                 if the recv dialog is visible, Cancel only
14425                 cancels the current account
14426
14427
14428 2005-04-10 [colin]      1.9.6cvs32
14429
14430         * src/filtering.c
14431                 Copy score when copying FilteringActions
14432                 Fix bug #674
14433
14434 2005-04-10 [colin]      1.9.6cvs31
14435
14436         * src/inc.c
14437                 Make Message -> Receive -> Cancel cancel 
14438                 incorporation on all accounts. Fixes
14439                 bug #693
14440
14441 2005-04-10 [colin]      1.9.6cvs30
14442
14443         * src/prefs_account.c
14444                 Update Privacy checkbuttons status based
14445                 on the selected privacy system
14446         * src/compose.c
14447                 Always connect the "None" privacy system; the
14448                 static boolean was probably there to avoid
14449                 reconnecting twice in the same compose window,
14450                 but as the parent function is only called once
14451                 per compose, it's only a bug - as a static is
14452                 initialized once per application instance.
14453                 Also, don't uncheck Sign and Encrypt when
14454                 selecting None as privacy system; just ignore
14455                 them when sending/queuing.
14456                 Should fix bug #695
14457
14458 2005-04-08 [colin]      1.9.6cvs29
14459
14460         * src/account.c
14461         * src/prefs_account.c
14462         * src/prefs_account.h
14463                 Add account preference to queue message in a certain
14464                 folder.
14465
14466 2005-04-06 [colin]      1.9.6cvs28
14467
14468         * src/prefs_account.c
14469                 Update old inbox path syntax
14470
14471 2005-04-06 [paul]       1.9.6cvs27
14472
14473         sync with main:
14474
14475         * configure.ac
14476                 changed -traditional-cpp to -no-cpp-precomp for newer
14477                 Mac OS X support
14478         * src/foldersel.c
14479                 made column resize automatically
14480         * src/send_message.c
14481                 send_message_smtp(): consider EOF right after QUIT
14482                 successful (workaround for Gmail SMTP server)
14483         * src/common/socket.c
14484                 ssl_read(), ssl_peek(): check EOF which violates the
14485                 SSL protocol
14486         * src/gtk/colorlabel.c
14487                 removed warnings when displaying colorlabel menu
14488                 (don't use GtkAlignment)
14489
14490 2005-04-05 [paul]       1.9.6cvs26
14491
14492         * src/plugins/trayicon/trayicon.c
14493                 fix clipping of icon under KDE3 
14494
14495 2005-04-05 [paul]       1.9.6cvs25
14496
14497         * src/summaryview.c
14498                 hide display of threading
14499                 patch by Alfons
14500
14501 2005-04-04 [thorsten]   1.9.6cvs24
14502
14503         * src/mh.c
14504                 marks lost on filesystems with different stat() results on
14505                 summer-/wintertime
14506
14507 2005-04-03 [colin]      1.9.6cvs23
14508
14509         * src/summaryview.c
14510                 Don't handle up/down. Patch by Alfons
14511
14512 2005-04-02 [colin]      1.9.6cvs22
14513
14514         * src/summaryview.c
14515                 Make scrolling faster. Patch by Alfons.
14516
14517 2005-04-01 [colin]      1.9.6cvs21
14518
14519         * src/Makefile.am
14520         * src/stock_pixmap.c
14521         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14522         * src/pixmaps/dir_noselect.xpm ** ADDED **
14523                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14524
14525 2005-04-01 [colin]      1.9.6cvs20
14526
14527         * src/image_viewer.c
14528         * src/image_viewer.h
14529         * src/procmime.c
14530         * src/procmime.h
14531         * src/textview.c
14532         * src/textview.h
14533                 Implement inline image resizing and right-clicking
14534
14535 2005-04-01 [paul]       1.9.6cvs19
14536
14537         * AUTHORS
14538         * Makefile.am
14539         * configure.ac
14540                 check for gnome2
14541                 patch by Luca Cavalli <loopback<AT>slackit.org>
14542         * po/ru.po
14543                 updated by Pavlo Bohmat
14544
14545 2005-03-31 [colin]      1.9.6cvs18
14546
14547         * src/news.c
14548                 Fix parsing references
14549         * src/msgcache.c
14550                 don't put nulls in the references list
14551         * src/procheader.c
14552                 commit that forgotten file in 1.9.6cvs14
14553
14554 2005-03-31 [colin]      1.9.6cvs17
14555
14556         * src/compose.c
14557                 Fix joining of signature separator again. 
14558                 Maybe Hiro could put it in main too...
14559
14560 2005-03-31 [colin]      1.9.6cvs16
14561
14562         * src/Makefile.am
14563         * src/foldersel.c
14564         * src/stock_pixmap.c
14565         * src/stock_pixmap.h
14566         * src/pixmaps/dir-noselect.xpm
14567                 Update foldersel.c (sync from main, patch by Alfons)
14568
14569 2005-03-30 [colin]      1.9.6cvs15
14570
14571         * src/imap.c
14572                 Fix handling of imap folders containing [] in 
14573                 their name. Thanks to Nahuel Angelinetti for
14574                 the detailed bugreport.
14575
14576 2005-03-30 [colin]      1.9.6cvs14
14577
14578         * src/common/utils.h
14579         * src/common/utils.c
14580         * src/common/defs.h
14581         * src/matcher.c
14582         * src/msgcache.c
14583         * src/news.c
14584         * src/procmsg.c
14585         * src/procmsg.h
14586         * src/quote_fmt_parse.y
14587         * src/summaryview.c
14588                 Update references system. Patch by Alfons
14589
14590 2005-03-30 [colin]      1.9.6cvs13
14591
14592         * src/common/socket.c
14593                 Force the glibc to read resolv.conf again when 
14594                 it has changed. Should fix issues when changing
14595                 networks on a laptop and not restarting sylpheed. 
14596
14597 2005-03-30 [paul]       1.9.6cvs12
14598
14599         partial sync with main:
14600
14601         * src/action.c
14602                 create_io_dialog(): use user-defined text font
14603                 (thanks to Alfons), and modified its appearance.
14604         * src/addrgather.c
14605         * src/addrharvest.c
14606         * src/browseldap.c
14607                 replace old code
14608         * src/compose.c
14609                 don't join (presumably) itemized lines on line-wrapping
14610                 fixed wrapping of quote when auto-wrapping is enabled
14611                 compose_destroy(): destroy paned only if it's not
14612                 attached to window. Fixed memory leak of popup menu.
14613         * src/exphtmldlg.c
14614         * src/expldifdlg.c
14615                 replace old code
14616         * src/html.c
14617         * src/html.h
14618         * src/importmutt.c
14619         * src/importpine.c
14620                 replace old code
14621         * src/main.c
14622                 removed redundant code
14623         * src/mainwindow.c
14624                 changed 'Code set' (which is rather incorrect)
14625                 in the menu to 'Character encoding'
14626                 main_window_set_widgets(): request size first
14627                 to prevent window size becoming wrong
14628                 fixed remembering of the state of the visibility
14629                 of MessageView
14630         * src/messageview.c
14631                 changed 'Code set' (which is rather incorrect)
14632                 in the menu to 'Character encoding'
14633         * src/prefs_common.c
14634         * src/prefs_common.h
14635                 added an option whether to render HTML as text or not
14636                 added separators to outgoing encoding menu
14637         * src/procheader.c
14638                 procheader_scan_date_string(): support header
14639                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14640         * src/summaryview.c
14641         * src/summaryview.h
14642                 minor code cleanup
14643         * src/textview.c
14644                 textview_show_html(): force output of newline
14645                 added an option whether to render HTML as text or not
14646         * src/common/utils.c
14647                 strncpy2(): optimized based on Alfons' code
14648         * src/gtk/gtkutils.c
14649         * src/gtk/gtkutils.h
14650                 removed non-used code
14651         * src/plugins/pgpmime/passphrase.c
14652                 partially fixed grab input of passphrase dialog
14653                 Confine pointer to window
14654
14655 2005-03-30 [colin]      1.9.6cvs11
14656
14657         * src/msgcache.c
14658         * src/msgcache.h
14659                 Read/write 32bit ints from cache & marks
14660                 From main.
14661
14662 2005-03-29 [paul]       1.9.6cvs10
14663
14664         * AUTHORS
14665         * ChangeLog.claws
14666         * src/compose.c
14667         * src/gtk/gtkaspell.c
14668                 sync with HEAD (don't pass NULL pointers) 
14669
14670 2005-03-24 [paul]
14671
14672         * tools/Makefile.am
14673         * tools/README
14674         * tools/acroread2sylpheed.pl
14675                 sync with HEAD (add script to send pdfs as
14676                 attachments from Adobe Reader 7)
14677
14678 2005-03-21 [paul]       1.9.6cvs9
14679
14680         * configure.ac
14681         * po/POTFILES.in
14682         * src/Makefile.am
14683         * src/crash.c
14684         * src/image_viewer.c ** ADDED **
14685         * src/image_viewer.h ** ADDED **
14686         * src/main.c
14687         * src/prefs_common.c
14688         * src/prefs_common.h
14689         * src/prefs_image_viewer.c ** ADDED **
14690         * src/prefs_image_viewer.h ** ADDED **
14691         * src/textview.c
14692         * src/gtk/about.c
14693         * src/pixmaps/sylpheed_logo.xpm
14694         * src/plugins/Makefile.am
14695         * src/plugins/image_viewer/.cvsignore ** REMOVED **
14696         * src/plugins/image_viewer/Makefile.am ** REMOVED **
14697         * src/plugins/image_viewer/plugin.c ** REMOVED **
14698         * src/plugins/image_viewer/viewer.c ** REMOVED **
14699         * src/plugins/image_viewer/viewer.glade ** REMOVED **
14700         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
14701         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
14702         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
14703         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
14704                 as gdk-pixbuf is now built-in
14705                 remove image_viewer plugin and put code back into
14706                 main codebase
14707                 implement inline image display (sync with main)
14708
14709                 replace logo with newer, nicer, larger version  
14710
14711 2005-03-21 [paul]       1.9.6cvs8
14712
14713         * src/gtk/about.c
14714                 cosmetic improvement
14715
14716 2005-03-21 [holger]     1.9.6cvs7
14717
14718         * src/plugins/spamassassin/spamassassin.c
14719                 Sync with HEAD
14720                 (unregister hook on failed plugin init)
14721
14722 2005-03-20 [colin]      1.9.6cvs6
14723
14724         * src/common/plugin.c
14725                 Check that plugin isn't already loaded
14726                 Patch by Alfons
14727
14728 2005-03-20 [thorsten]   1.9.6cvs5
14729
14730         * src/compose.c
14731                 use a more compatible syntax
14732
14733 2005-03-20 [thorsten]   1.9.6cvs4
14734
14735         * src/prefs_toolbar.c
14736                 fix crash when selecting toolbar item (uninitialized pointer)
14737
14738 2005-03-20 [thorsten]   1.9.6cvs3
14739
14740         * src/procmime.c
14741                 fix mimetype detection (referenced free()d string)
14742
14743 2005-03-20 [paul]       1.9.6cvs2
14744
14745         * src/compose.c
14746                 sync with HEAD (1.0.3cvs5)
14747                 neglect Reply-To header if empty
14748                 Patch by Alfons 
14749
14750 2005-03-19 [holger]     1.9.6cvs1
14751
14752         * src/summaryview.c
14753         * src/summaryview.h
14754                 Sync with HEAD
14755
14756 2005-03-18 [paul]       1.9.6
14757
14758         initial GTK2 release
14759
14760 2005-03-18 [paul]       1.0.3cvs3.1
14761
14762         * AUTHORS
14763         * ChangeLog.claws
14764         * configure.ac
14765         * src/gtk/about.c
14766         * src/pixmaps/sylpheed_logo.xpm
14767                 sync with HEAD
14768
14769 2005-03-18 [colin]      1.0.3cvs2.6
14770
14771         * src/summaryview.c
14772                 Remove call to summary_step in summary_copy_selected_to
14773                 Can't see its purpose, and this causes bug when copying
14774                 a message if the next one is unread: it reads it.
14775
14776 2005-03-18 [paul]       1.0.3cvs2.5
14777
14778         * src/foldersel.c
14779                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14780
14781 2005-03-18 [paul]       1.0.3cvs2.4
14782
14783         * src/addrharvest.c
14784         * src/codeconv.c
14785         * src/codeconv.h
14786         * src/compose.c
14787         * src/news.c
14788         * src/procheader.c
14789         * src/procmime.c
14790         * src/unmime.c
14791         * src/unmime.h
14792                 fix buffer overflow, CAN-2005-0667, see
14793                 http://secunia.com/advisories/14491/
14794                 Patch by Alfons
14795
14796 2005-03-17 [colin]      1.0.3cvs2.3
14797
14798         * src/prefs_fonts.c
14799         * src/summaryview.c
14800                 Fix font bugs (both lists now officialy share 
14801                 the same font)
14802                 
14803
14804 2005-03-17 [paul]       1.0.3cvs2.2
14805
14806         * src/gtk/pluginwindow.c
14807                 make plugin descriptions uneditable
14808
14809 2005-03-11 [paul]       1.0.3cvs2.1
14810
14811         * ChangeLog.claws
14812         * configure.ac
14813         * po/POTFILES.in
14814         * src/plugins/trayicon/trayicon.c
14815                 sync with HEAD
14816                 add src/wizard.c to POTFILES.in
14817
14818 2005-03-11 [paul]       1.0.3cvs1.1
14819
14820         * ChangeLog
14821         * ChangeLog.claws
14822         * configure.ac
14823         * po/de.po
14824         * po/es.po
14825         * po/fr.po
14826         * po/it.po
14827         * po/pt_BR.po
14828         * po/ru.po
14829         * po/sk.po
14830         * po/sr.po
14831         * po/zh_CN.po
14832                 sync with HEAD
14833
14834 2005-03-04 [colin]      1.0.1cvs22.2
14835
14836         * src/compose.c
14837                 Fix signatures with accentued chars in it
14838
14839 2005-03-04 [colin]      1.0.1cvs22.1
14840
14841         * src/common/smtp.c
14842         * src/common/smtp.h
14843                 Don't use SIZE param in MAIL FROM: if server 
14844                 doesn't support it. Patch by Eugen Freiter
14845                 <eugen_f@users.sf.net>
14846
14847 2005-02-27 [paul]       1.0.1cvs20.1
14848
14849         * ChangeLog.claws
14850         * configure.ac
14851         * src/messageview.c
14852                 sync with HEAD
14853
14854 2005-02-27 [colin]      1.0.1cvs19.4
14855
14856         * src/procheader.c
14857         * src/procheader.h
14858                 Fix prototypes. Patch by Alfons
14859
14860 2005-02-27 [colin]      1.0.1cvs19.3
14861
14862         * src/compose.c
14863                 Don't auto-join the signature separator.
14864
14865 2005-02-26 [colin]      1.0.1cvs19.2
14866
14867         * src/summaryview.c
14868                 Fix 'mark all read' with collapsed threads.
14869                 Patch by Alfons.
14870
14871 2005-02-25 [paul]       1.0.1cvs19.1
14872
14873         * ChangeLog.claws
14874         * configure.ac
14875         * src/prefs_account.c
14876         * src/prefs_folder_item.c
14877         * src/gtk/prefswindow.c
14878         * src/gtk/prefswindow.h
14879                 sync with HEAD
14880
14881 2005-02-25 [paul]       1.0.1cvs15.12
14882
14883         * src/alertpanel.c
14884         * src/codeconv.c
14885         * src/compose.c
14886         * src/textview.c
14887         * src/gtk/gtkutils.c
14888         * src/gtk/gtkutils.h
14889         * src/gtk/logwindow.c
14890         * src/gtk/progressdialog.c
14891                 sync with main (revision 127)
14892                 and fix logwindow clipping
14893
14894 2005-02-24 [colin]      1.0.1cvs15.11
14895
14896         * src/plugins/pgpmime/passphrase.c
14897                 Disable input grabbing; it doesn't work yet.
14898
14899 2005-02-24 [colin]      1.0.1cvs15.10
14900
14901         * src/messageview.c
14902                 Don't send out receipts if offline. Ask.
14903
14904 2005-02-23 [colin]      1.0.1cvs15.9
14905
14906         * src/summaryview.c     
14907                 Fix expanding
14908
14909 2005-02-23 [colin]      1.0.1cvs15.8
14910
14911         * src/summaryview.c
14912                 Really fix Bug 568 by removing useless
14913                 calls. summary_thread_init() now called
14914                 in summary_sort(). This should please
14915                 Alfons as it should be faster than 
14916                 previously.
14917
14918 2005-02-23 [colin]      1.0.1cvs15.7
14919
14920         * src/compose.c
14921                 Encode parts as QP or B64 if signing
14922
14923 2005-02-23 [colin]      1.0.1cvs15.6
14924
14925         * src/compose.c
14926                 Fix Mimeinfo leakage (including tmp files)
14927         * src/procmsg.c
14928                 Fix tmp file leakage (spotted by Ivan Rayner)
14929
14930 2005-02-22 [colin]      1.0.1cvs15.5
14931
14932         * src/expldifdlg.c
14933                 Fix keyboard input. Patch by Alfons.
14934
14935 2005-02-21 [colin]      1.0.1cvs15.4
14936
14937         * src/compose.c
14938                 Fix Sign/Encrypt when unselecting privacy
14939                 system
14940         * src/prefs_common.c
14941                 Change default message font to Monospace
14942         * src/summaryview.c
14943                 More freezing during potentially large operations
14944
14945 2005-02-21 [paul]       1.0.1cvs15.3
14946
14947         * src/main.c
14948                 fix --help output
14949
14950 2005-02-21 [paul]       1.0.1cvs15.2
14951
14952         * po/Makefile.in.in
14953         * src/compose.c
14954         * src/summaryview.c
14955         * src/textview.c
14956         * src/common/utils.c
14957         * src/common/utils.h
14958                 sync with main (revision 117)
14959
14960 2005-02-20 [colin]      1.0.1cvs15.1
14961
14962         * src/common/defs.h
14963                 Change cache file to .sylpheed_claws_cache, as
14964                 suggested by Alfons. Allows people to switch
14965                 between Sylpheed and Sylpheed-Claws. it is
14966                 a good idea to "Check for new messages" at next
14967                 startup.
14968
14969
14970 2005-02-18 [colin]      1.0.1cvs14.1
14971
14972         * src/quote_fmt_lex.l
14973         * src/quote_fmt_parse.y
14974                 Fix parser initialisation. Patch by Ivan.
14975
14976 2005-02-18 [colin]      1.0.1cvs11.6
14977
14978         * src/folderview.c
14979                 Fix scrolldown (bug 662)
14980
14981 2005-02-17 [colin]      1.0.1cvs11.5
14982
14983         * src/codeconv.c
14984                 conv_filename_to_utf8: return clean 7bit instead
14985                 of broken utf8 if needed
14986         * src/mimeview.c
14987                 Fix display of parts with unclean 8bit names
14988
14989 2005-02-17 [paul]       1.0.1cvs11.4
14990
14991         * src/compose.c
14992         * src/exportldif.c
14993         * src/matcher_parser_parse.y
14994         * src/procmime.c
14995         * src/sourcewindow.c
14996         * src/common/Makefile.am
14997         * src/common/intl.h             ** REMOVED **
14998         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14999                 sync with main (revision 109)
15000                 and clean up
15001
15002 2005-02-16 [colin]      1.0.1cvs11.3
15003
15004         * src/summaryview.c
15005                 Fix collapsed thread not highlighting when new
15006                 messages in it (Bug 568) Patch by Stephan Sachse.
15007                 Fix messed up selection when reaching bounds (Bug 632)
15008         * src/prefs_themes.c
15009                 Fix theme installing (Bug 684)
15010
15011 2005-02-16 [colin]      1.0.1cvs11.2
15012
15013         * src/messageview.c
15014                 Fix messageview_select_all
15015
15016 2005-02-16 [colin]      1.0.1cvs11.1
15017
15018         * src/mh.c
15019                 Sync with HEAD (MH scan required function)
15020
15021 2005-02-15 [colin]      1.0.1cvs8.1
15022
15023         * src/mimeview.c
15024         * src/common/utils.c
15025                 Sync with HEAD (filename chars substitution)
15026
15027 2005-02-15 [colin]      1.0.1cvs7.3
15028
15029         * src/gtk/pluginwindow.c
15030                 Fix button spacing
15031
15032 2005-02-15 [colin]      1.0.1cvs7.2
15033
15034         * src/mimeview.c
15035                 Fix mime icons not reset across message when
15036                 scrolled down
15037
15038 2005-02-15 [colin]      1.0.1cvs7.1
15039
15040         * src/compose.c
15041         * src/procmime.c
15042                 Sync with HEAD (optimisation of cvs6)
15043
15044 2005-02-14 [colin]      1.0.1cvs6.1
15045
15046         * src/compose.c
15047         * src/procmime.c
15048                 Sync with HEAD (encode "From " at line beginning)
15049
15050 2005-02-14 [colin]      1.0.1cvs5.3
15051
15052         * src/compose.c
15053                 Fix wrapping with accentued chars.
15054
15055 2005-02-13 [colin]      1.0.1cvs5.2
15056
15057         * src/textview.c
15058                 Fix email informative part parsing with
15059                 accentued chars in it. ispunct() returns
15060                 true for them in utf8...
15061
15062 2005-02-12 [colin]      1.0.1cvs5.1
15063
15064         * src/filtering.c
15065                 Sync with HEAD (remove wrong use of compose after send)
15066
15067 2005-02-12 [paul]       1.0.1cvs4.5
15068
15069         * src/textview.c
15070                 remove unnecessary code (thanks to Alfons)
15071
15072 2005-02-12 [paul]       1.0.1cvs4.4
15073
15074         * src/textview.c
15075                 add 'Copy' to contextual menu on emails
15076
15077 2005-02-11 [colin]      1.0.1cvs4.3
15078
15079         * src/compose.c
15080                 revert 1.0.0cvs28.2, it doesn't work that well.
15081
15082 2005-02-11 [paul]       1.0.1cvs4.2
15083
15084         * po/Makefile.in.in
15085                 fix 'make release'
15086
15087 2005-02-10 [paul]       1.0.1cvs4.1
15088
15089         * ChangeLog
15090         * ChangeLog.claws
15091         * ChangeLog.jp
15092         * configure.ac
15093         * src/compose.c
15094                 sync with HEAD (sync with main)
15095
15096 2005-02-10 [paul]       1.0.1cvs3.2
15097
15098         * AUTHORS
15099         * Makefile.am
15100         * autogen.sh
15101         * configure.ac
15102         * config/mkinstalldirs
15103         * intl/.cvsignore
15104         * intl/ChangeLog
15105         * intl/VERSION
15106         * intl/bindtextdom.c
15107         * intl/config.charset
15108         * intl/dcgettext.c
15109         * intl/dcigettext.c
15110         * intl/dcngettext.c
15111         * intl/dgettext.c
15112         * intl/dngettext.c
15113         * intl/eval-plural.h
15114         * intl/explodename.c
15115         * intl/finddomain.c
15116         * intl/gettext.c
15117         * intl/gettextP.h
15118         * intl/gmo.h
15119         * intl/hash-string.h
15120         * intl/intl-compat.c
15121         * intl/l10nflist.c
15122         * intl/libgnuintl.h.in
15123         * intl/loadinfo.h
15124         * intl/loadmsgcat.c
15125         * intl/localcharset.c
15126         * intl/localcharset.h
15127         * intl/locale.alias
15128         * intl/localealias.c
15129         * intl/localename.c
15130         * intl/log.c
15131         * intl/ngettext.c
15132         * intl/os2compat.c
15133         * intl/os2compat.h
15134         * intl/osdep.c
15135         * intl/plural-exp.c
15136         * intl/plural-exp.h
15137         * intl/plural.c
15138         * intl/plural.y
15139         * intl/ref-add.sin
15140         * intl/ref-del.sin
15141         * intl/relocatable.c
15142         * intl/relocatable.h
15143         * intl/textdomain.c
15144         * m4/Makefile.am
15145         * po/Makefile.in.in
15146         * src/Makefile.am
15147         * src/account.c
15148         * src/action.c
15149         * src/addr_compl.c
15150         * src/addressadd.c
15151         * src/addressbook.c
15152         * src/addrgather.c
15153         * src/addrindex.c
15154         * src/alertpanel.c
15155         * src/browseldap.c
15156         * src/codeconv.c
15157         * src/codeconv.h
15158         * src/compose.c
15159         * src/compose.h
15160         * src/crash.c
15161         * src/editaddress.c
15162         * src/editbook.c
15163         * src/editgroup.c
15164         * src/editjpilot.c
15165         * src/editldap.c
15166         * src/editldap_basedn.c
15167         * src/editvcard.c
15168         * src/exphtmldlg.c
15169         * src/expldifdlg.c
15170         * src/export.c
15171         * src/exporthtml.c
15172         * src/filtering.c
15173         * src/folder.c
15174         * src/folder_item_prefs.c
15175         * src/foldersel.c
15176         * src/folderview.c
15177         * src/grouplistdialog.c
15178         * src/headerview.c
15179         * src/imap.c
15180         * src/imap_gtk.c
15181         * src/import.c
15182         * src/importldif.c
15183         * src/importmutt.c
15184         * src/importpine.c
15185         * src/inc.c
15186         * src/ldif.c
15187         * src/main.c
15188         * src/mainwindow.c
15189         * src/matcher.c
15190         * src/mbox.c
15191         * src/message_search.c
15192         * src/messageview.c
15193         * src/mh.c
15194         * src/mh_gtk.c
15195         * src/mimeview.c
15196         * src/msgcache.c
15197         * src/news.c
15198         * src/news_gtk.c
15199         * src/noticeview.c
15200         * src/partial_download.c
15201         * src/pop.c
15202         * src/prefs_account.c
15203         * src/prefs_actions.c
15204         * src/prefs_common.c
15205         * src/prefs_customheader.c
15206         * src/prefs_display_header.c
15207         * src/prefs_ext_prog.c
15208         * src/prefs_filtering.c
15209         * src/prefs_filtering_action.c
15210         * src/prefs_folder_item.c
15211         * src/prefs_fonts.c
15212         * src/prefs_gtk.c
15213         * src/prefs_matcher.c
15214         * src/prefs_msg_colors.c
15215         * src/prefs_spelling.c
15216         * src/prefs_summary_column.c
15217         * src/prefs_template.c
15218         * src/prefs_themes.c
15219         * src/prefs_toolbar.c
15220         * src/prefs_wrapping.c
15221         * src/privacy.c
15222         * src/procheader.c
15223         * src/procmime.c
15224         * src/procmsg.c
15225         * src/quote_fmt.c
15226         * src/recv.c
15227         * src/send_message.c
15228         * src/setup.c
15229         * src/sourcewindow.c
15230         * src/ssl_manager.c
15231         * src/statusbar.c
15232         * src/summary_search.c
15233         * src/summaryview.c
15234         * src/textview.c
15235         * src/toolbar.c
15236         * src/wizard.c
15237         * src/common/nntp.c
15238         * src/common/plugin.c
15239         * src/common/smtp.c
15240         * src/common/ssl.c
15241         * src/common/ssl_certificate.c
15242         * src/common/string_match.c
15243         * src/common/sylpheed.c
15244         * src/common/template.c
15245         * src/common/utils.c
15246         * src/gtk/about.c
15247         * src/gtk/colorlabel.c
15248         * src/gtk/description_window.c
15249         * src/gtk/filesel.c
15250         * src/gtk/foldersort.c
15251         * src/gtk/gtkaspell.c
15252         * src/gtk/gtkutils.c
15253         * src/gtk/inputdialog.c
15254         * src/gtk/logwindow.c
15255         * src/gtk/menu.c
15256         * src/gtk/pluginwindow.c
15257         * src/gtk/prefswindow.c
15258         * src/gtk/progressdialog.c
15259         * src/gtk/quicksearch.c
15260         * src/gtk/sslcertwindow.c
15261         * src/plugins/clamav/clamav_plugin.c
15262         * src/plugins/clamav/clamav_plugin_gtk.c
15263         * src/plugins/demo/demo.c
15264         * src/plugins/dillo_viewer/dillo_prefs.c
15265         * src/plugins/dillo_viewer/dillo_viewer.c
15266         * src/plugins/image_viewer/plugin.c
15267         * src/plugins/image_viewer/viewer.c
15268         * src/plugins/image_viewer/viewerprefs.c
15269         * src/plugins/mathml_viewer/mathml_viewer.c
15270         * src/plugins/pgpmime/passphrase.c
15271         * src/plugins/pgpmime/plugin.c
15272         * src/plugins/pgpmime/prefs_gpg.c
15273         * src/plugins/pgpmime/select-keys.c
15274         * src/plugins/pgpmime/sgpgme.c
15275         * src/plugins/spamassassin/spamassassin.c
15276         * src/plugins/spamassassin/spamassassin_gtk.c
15277         * src/plugins/trayicon/trayicon.c
15278                 sync with main (revision 104)
15279
15280 2005-02-10 [colin]      1.0.1cvs3.1
15281
15282         * src/mainwindow.c
15283                 Sync with HEAD (fix occasional crasher)
15284
15285 2005-02-10 [colin]      1.0.1cvs2.1
15286
15287         * src/messageview.c
15288                 Synw with HEAD (don't automatically display html)
15289
15290 2005-02-09 [colin]      1.0.1cvs1.3
15291
15292         * src/textview.c
15293         * src/textview.h
15294                 Add contextual menu on emails
15295
15296 2005-02-09 [colin]      1.0.1cvs1.2
15297
15298         * src/codeconv.c
15299                 Fix converting from broken headers and 
15300                 put back the _ in missing places
15301                 (feature broke with cvs24.2 sync, main 
15302                  possibly affected?)
15303
15304 2005-02-09 [colin]      1.0.1cvs1.1
15305
15306         * src/messageview.c
15307         * src/mimeview.c
15308         * src/mimeview.h
15309                 Sync with HEAD (display non text/plain mails with plugin)
15310
15311 2005-02-08 [colin]      1.0.1.1
15312
15313         * ChangeLog.claws
15314         * po/pt_BR.po
15315                 Sync with HEAD
15316         * configure.ac
15317                 Make default configuration directory 
15318                 be .sylpheed-gtk2
15319
15320 2005-02-08 [colin]      1.0.0cvs29.1
15321
15322         * po/de.po
15323         * po/es.po
15324         * po/fr.po
15325         * po/it.po
15326         * po/sk.po
15327         * po/sr.po
15328                 Sync translations with HEAD
15329
15330 2005-02-06 [colin]      1.0.0cvs28.3
15331
15332         * src/compose.c
15333                 Make compose a bit faster - patch by Alfons.
15334
15335 2005-02-06 [colin]      1.0.0cvs28.2
15336
15337         * src/compose.c
15338                 Make pasting via middle-click more reliable
15339
15340 2005-02-05 [paul]       1.0.0cvs28.1
15341
15342         * ChangeLog
15343         * ChangeLog.claws
15344         * ChangeLog.jp
15345         * configure.ac
15346         * src/compose.c
15347                 sync with HEAD
15348                 (fix bug 682 'redirect is broken'
15349
15350 2005-02-05 [torte]      1.0.0cvs27.1
15351
15352         * ChangeLog.claws
15353         * configure.ac
15354         * src/partial_download.c
15355                 Sync with HEAD (fix buf overflow)
15356
15357 2005-02-03 [colin]      1.0.0cvs26.1
15358
15359         * src/common/plugin.c
15360                 Sync with HEAD (avoid plugin mismatches)
15361
15362 2005-02-03 [paul]       1.0.0cvs25.3
15363
15364         * src/folderview.c
15365         * src/headerview.c
15366         * src/summaryview.c
15367         * src/textview.c
15368         * src/gtk/colorlabel.c
15369                 third and final part of initial sync with main-gtk2
15370
15371 2005-02-03 [paul]       1.0.0cvs25.2
15372
15373         * src/jpilot.c
15374                 fix building with jpilot support
15375
15376 2005-02-02 [colin]      1.0.0cvs25.1
15377
15378         * src/messageview.c
15379                 Sync with HEAD (fix dangerous typo)
15380
15381 2005-02-01 [colin]      1.0.0cvs24.3
15382
15383         * src/common/xml.c
15384                 Write file as advertised (UTF-8)
15385
15386 2005-02-01 [paul]       1.0.0cvs24.2
15387
15388         * src/addrbook.c
15389         * src/addrindex.c
15390         * src/alertpanel.h
15391         * src/codeconv.c
15392         * src/codeconv.h
15393         * src/compose.c
15394         * src/export.c
15395         * src/folder_item_prefs.c
15396         * src/html.c
15397         * src/imap.c
15398         * src/import.c
15399         * src/jpilot.c
15400         * src/mainwindow.c
15401         * src/matcher_parser_lex.l
15402         * src/messageview.c
15403         * src/mh.c
15404         * src/prefs_account.c
15405         * src/prefs_actions.c
15406         * src/prefs_common.c
15407         * src/prefs_gtk.c
15408         * src/prefs_gtk.h
15409         * src/prefs_themes.c
15410         * src/procheader.c
15411         * src/procmime.c
15412         * src/sourcewindow.c
15413         * src/statusbar.c
15414         * src/summaryview.c
15415         * src/textview.c
15416         * src/toolbar.c
15417         * src/unmime.c
15418         * src/common/template.c
15419         * src/common/utils.c
15420         * src/common/xml.c
15421         * src/common/xml.h
15422         * src/gtk/gtkaspell.c
15423         * src/plugins/clamav/clamav_plugin.c
15424         * src/plugins/dillo_viewer/dillo_prefs.c
15425         * src/plugins/image_viewer/viewerprefs.c
15426         * src/plugins/pgpmime/passphrase.c
15427         * src/plugins/pgpmime/prefs_gpg.c
15428         * src/plugins/pgpmime/select-keys.c
15429         * src/plugins/spamassassin/spamassassin.c
15430                 second part of initial sync with main-gtk2
15431                 (more to follow)
15432
15433 2005-01-31 [colin]      1.0.0cvs24.1
15434
15435         * src/compose.c
15436                 Sync with HEAD
15437
15438 2005-01-29 [paul]       1.0.0cvs23.2
15439
15440         * src/account.c
15441         * src/action.c
15442         * src/addressadd.c
15443         * src/addressbook.c
15444         * src/alertpanel.c
15445         * src/compose.c
15446         * src/editaddress.c
15447         * src/editbook.c
15448         * src/editgroup.c
15449         * src/editjpilot.c
15450         * src/editldap.c
15451         * src/editldap_basedn.c
15452         * src/editvcard.c
15453         * src/export.c
15454         * src/foldersel.c
15455         * src/grouplistdialog.c
15456         * src/import.c
15457         * src/importldif.c
15458         * src/inc.c
15459         * src/main.c
15460         * src/mainwindow.c
15461         * src/message_search.c
15462         * src/messageview.c
15463         * src/mimeview.c
15464         * src/prefs_actions.c
15465         * src/prefs_common.c
15466         * src/prefs_common.h
15467         * src/prefs_customheader.c
15468         * src/prefs_display_header.c
15469         * src/prefs_filtering.c
15470         * src/prefs_filtering_action.c
15471         * src/prefs_gtk.c
15472         * src/prefs_matcher.c
15473         * src/prefs_summary_column.c
15474         * src/prefs_template.c
15475         * src/sourcewindow.c
15476         * src/summary_search.c
15477         * src/summaryview.c
15478         * src/textview.c
15479         * src/gtk/about.c
15480         * src/gtk/description_window.c
15481         * src/gtk/gtkshruler.c
15482         * src/gtk/gtkutils.c
15483         * src/gtk/gtkutils.h
15484         * src/gtk/inputdialog.c
15485         * src/gtk/logwindow.c
15486         * src/gtk/prefswindow.c
15487         * src/gtk/progressdialog.c
15488         * src/gtk/progressdialog.h
15489                 first part of initial sync with main-gtk2
15490                 (more to follow)
15491
15492 2005-01-28 [colin]      1.0.0cvs23.1
15493
15494         * src/folderview.c
15495                 Sync with HEAD
15496
15497 2005-01-27 [colin]      1.0.0cvs21.1
15498
15499         * src/folder.c
15500         * src/folderview.c
15501                 Sync with HEAD
15502
15503 2005-01-27 [colin]      1.0.0cvs19.1
15504
15505         * src/procmime.c
15506                 Sync with HEAD
15507
15508 2005-01-27 [colin]      1.0.0cvs18.1
15509
15510         * src/messageview.c
15511         * src/summaryview.c
15512         * src/mainwindow.c
15513         * src/compose.c
15514         * src/compose.h
15515         * src/procmsg.c
15516         * src/procmsg.h
15517         * src/toolbar.c
15518                 Sync with HEAD
15519
15520 2005-01-26 [paul]       1.0.0cvs15.2
15521
15522         * src/compose.c
15523                 compose_entries_set(): convert subject and body to
15524                 utf8 if necessary. patch by Felix Eckhofer
15525
15526 2005-01-26 [paul]       1.0.0cvs15.1
15527
15528         * configure.ac
15529         * src/common/template.c
15530                 sync with HEAD (fix memory leak)
15531
15532 2005-01-25 [paul]       1.0.0cvs14.1
15533
15534         * configure.ac
15535         * src/compose.c
15536                 sync with HEAD
15537
15538 2005-01-24 [colin]      1.0.0cvs13.1
15539
15540         * src/summaryview.c
15541                 Sync with HEAD
15542
15543 2005-01-24 [paul]       1.0.0cvs12.1
15544
15545         * configure.ac
15546         * src/messageview.c
15547         * src/mh.c
15548         * src/common/utils.c
15549                 sync with HEAD
15550
15551 2005-01-24 [colin]      1.0.0cvs11.1
15552
15553         * src/procheader.c
15554                 Sync with HEAD
15555
15556 2005-01-24 [colin]      1.0.0cvs10.1
15557
15558         * src/folderview.c
15559                 Sync with HEAD
15560
15561 2005-01-23 [colin]      1.0.0cvs9.1
15562
15563         * src/crash.c
15564                 Sync with HEAD
15565
15566 2005-01-22 [colin]      1.0.0cvs8.1
15567
15568         * src/summaryview.c
15569         * src/gtk/quicksearch.c
15570                 Sync with HEAD
15571
15572 2005-01-21 [colin]      1.0.0cvs7.1
15573
15574         * src/summaryview.c
15575                 Sync with HEAD
15576
15577 2005-01-21 [colin]      1.0.0cvs6.1
15578
15579         * src/summaryview.c
15580                 Sync with HEAD
15581
15582 2005-01-21 [colin]      1.0.0cvs5.1
15583
15584         * src/gtk/quicksearch.c
15585         * src/prefs_common.c
15586         * src/prefs_common.h
15587                 Sync with HEAD (recurse option)
15588
15589 2005-01-21 [colin]      1.0.0cvs4.1
15590
15591         * src/folder.h
15592         * src/folderview.c
15593         * src/folderview.h
15594         * src/summaryview.c
15595         * src/gtk/quicksearch.c
15596         * src/gtk/quicksearch.h
15597                 Sync with HEAD (recursive quicksearch)
15598
15599 2005-01-20 [colin]      1.0.0cvs3.4
15600
15601         * src/ssl_manager.c
15602                 Remove useless code
15603
15604 2005-01-20 [colin]      1.0.0cvs3.3
15605
15606         * src/ssl_manager.c
15607                 Fix leak, thanks to Alfons.
15608
15609 2005-01-20 [colin]      1.0.0cvs3.2
15610
15611         * src/ssl_manager.c
15612                 Port SSL certificate window to GTK2.
15613
15614 2005-01-20 [paul]       1.0.0cvs3.1
15615
15616         * ChangeLog.claws
15617         * configure.ac
15618         * src/addrindex.c
15619         * src/addrindex.h
15620                 sync with HEAD
15621
15622 2005-01-19 [colin]      1.0.0cvs2.2
15623
15624         * src/plugins/trayicon/trayicon.c
15625                 Fix freeze with gtk-2.6, the easy way
15626                 (signal blocking helpless there...)
15627                 Closes bug #668.
15628
15629 2005-01-19 [colin]      1.0.0cvs2.1
15630
15631         * src/mbox.c
15632         * src/mbox.h
15633         * src/mainwindow.c
15634         * src/summaryview.c
15635         * src/summaryview.h
15636                 Sync with HEAD
15637
15638 2005-01-19 [paul]       1.0.0cvs1.1
15639
15640         * configure.ac
15641         * po/de.po
15642         * po/es.po
15643         * po/fr.po
15644         * po/hr.po
15645         * po/it.po
15646         * po/ja.po
15647         * po/ko.po
15648         * po/pt_BR.po
15649         * po/ru.po
15650         * po/sk.po
15651         * po/sr.po
15652                 sync with HEAD (update translations)
15653
15654 2005-01-18 [colin]      1.0.0cvs0.1
15655
15656         * src/foldersel.c
15657                 Specify search column - patch by Alfons
15658
15659 2005-01-18 [colin]      0.9.13cvs36.3
15660
15661         * src/prefs_toolbar.c
15662                 Change Delete to Remove
15663         * src/prefs_fonts.c
15664                 GTK2 version and leak fixes
15665         * src/prefs_actions.c
15666                 Add stock buttons.
15667                 All patches by Alfons
15668
15669 2005-01-17 [colin]      0.9.13cvs36.2
15670
15671         * src/compose.c
15672                 Fix DnD inserting twice. While at it,
15673                 add DnD support for text/plain in the
15674                 body, and add support in the headers.
15675
15676 2005-01-16 [colin]      0.9.13cvs36.1
15677
15678         * ChangeLog
15679         * ChangeLog.jp
15680         * ChangeLog.claws
15681                 Sync with HEAD (nothing applicable)
15682
15683 2005-01-16 [colin]      0.9.13cvs33.2
15684
15685         * src/prefs_toolbar.c
15686                 GTK2ize prefs_toolbar, by Alfons.
15687
15688 2005-01-14 [colin]      0.9.13cvs33.1
15689
15690         * src/html.c
15691         * src/msgcache.c
15692                 Sync with HEAD
15693
15694 2005-01-14 [colin]      0.9.13cvs32.1
15695
15696         * src/html.c
15697         * src/html.h
15698         * src/msgcache.c
15699         * AUTHORS
15700         * tools/calypso_convert.pl
15701                 Sync with HEAD
15702
15703 2005-01-08 [colin]      0.9.13cvs29.2
15704
15705         * src/prefs_filtering_action.c
15706         * src/prefs_filtering.c
15707                 2 more gtk2 patches by Alfons
15708
15709 2005-01-07 [paul]       0.9.13cvs29.1
15710
15711         * ChangeLog
15712         * ChangeLog.claws
15713         * ChangeLog.jp
15714         * configure.ac
15715         * src/pop.c
15716         * src/pop.h
15717                 sync with HEAD
15718
15719 2005-01-07 [colin]      0.9.13cvs28.3
15720
15721         * src/gtk/progressdialog.c
15722         * src/gtk/progressdialog.h
15723         * src/inc.c
15724         * src/send_message.c
15725                 GTK2 for the incorporation dialog. The CList isn't dead
15726                 yet, for a more smooth migration. Patch by Alfons.
15727
15728 2005-01-06 [colin]      0.9.13cvs28.2
15729
15730         * src/prefs_display_header.c
15731                 GTK2 conversion by Alfons
15732         * src/prefs_actions.c
15733         * src/prefs_matcher.c
15734                 Fix 2 leaks - patch by Alfons
15735
15736 2005-01-06 [colin]      0.9.13cvs28.1
15737
15738         * src/prefs_matcher.c
15739                 Sync with HEAD
15740
15741 2005-01-06 [colin]      0.9.13cvs27.4
15742
15743         * src/prefs_matcher.c
15744                 Fix double-free. Patch by Alfons
15745
15746 2005-01-06 [colin]      0.9.13cvs27.3
15747
15748         * src/prefs_matcher.c
15749                 GTK2 widgets + memleak
15750                 Patch by Alfons
15751
15752 2005-01-05 [colin]      0.9.13cvs27.2
15753
15754         * src/account.c
15755         * src/addr_compl.c
15756         * src/foldersel.c
15757         * src/stock_pixmap.c
15758         * src/stock_pixmap.h
15759                 3 more GTK2 patches by Alfons.
15760
15761 2005-01-04 [colin]      0.9.13cvs27.1
15762
15763         * src/folderview.c
15764         * src/imap_gtk.c
15765         * src/news_gtk.c
15766                 Sync with HEAD
15767
15768 2005-01-04 [colin]      0.9.13cvs25.9
15769
15770         * src/compose.c
15771                 Fix Show Ruler menuitem
15772         * src/prefs_template.c
15773                 Convert to GTK2
15774         * src/common/utils.c
15775                 Make auto pointer stuff handles NULLs
15776                 Patches by Alfons.
15777
15778 2005-01-04 [colin]      0.9.13cvs25.8
15779
15780         * src/compose.c
15781                 Move the attachment list to gtk2
15782                 Patch by Alfons.
15783
15784 2005-01-04 [colin]      0.9.13cvs25.7
15785
15786         * src/textview.c
15787                 Make some keys work again
15788                 Patch by SungHyun Nam <namsh@kldp.org>
15789
15790 2005-01-04 [colin]      0.9.13cvs25.6
15791
15792         * src/gtk/gtkshruler.c
15793                 Move the ruler to GTK2
15794                 Patch by Alfons
15795
15796 2005-01-03 [colin]      0.9.13cvs25.5
15797
15798         * src/compose.c
15799                 Fix my broken patch apply 
15800
15801 2005-01-03 [colin]      0.9.13cvs25.4
15802
15803         * src/common/utils.c
15804         * src/common/utils.h
15805         * src/gtk/prefswindow.c
15806                 Move auto pointer stuff to utils.c
15807                 Patch by Alfons again :)
15808
15809 2005-01-03 [colin]      0.9.13cvs25.3
15810
15811         * src/compose.c
15812         * src/prefs_gtk.c
15813         * src/prefs_template.c
15814         * src/textview.c
15815                 Empty text widgets with empty strings, not NULL char
15816                 Patch by SungHyun Nam <namsh@kldp_org>
15817
15818 2005-01-03 [colin]      0.9.13cvs25.2
15819
15820         * src/main.c
15821         * AUTHORS
15822                 Sync with HEAD
15823
15824 2005-01-03 [colin]      0.9.13cvs25.1
15825
15826         * src/pop.c
15827         * src/pop.h
15828                 Sync with HEAD
15829
15830 2005-01-03 [colin]      0.9.13cvs24.3
15831
15832         * src/account.c
15833                 Two patches from Alfons and Alex S Moore:
15834                 fix images, fix return value.
15835
15836 2005-01-01 [colin]      0.9.13cvs24.2
15837
15838         * src/prefs_actions.c
15839                 Fix over-zealous assertion. Patch by Alfons
15840
15841 2005-01-01 [colin]      0.9.13cvs24.1
15842
15843         * src/procmime.c
15844                 Sync with HEAD (leak fix)
15845
15846 2004-12-31 [colin]      0.9.13cvs23.2
15847
15848         * src/prefs_common.c
15849                 GTK2 widgets + stock buttons - patch by Alfons
15850
15851 2004-12-31 [paul]       0.9.13cvs23.1
15852
15853         * configure.ac
15854                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15855         * src/gtk/pluginwindow.c
15856                 use GTK2 widgets and plug memory leaks,
15857                 patches by Alfons
15858
15859 2004-12-30 [colin]      0.9.13cvs22.4
15860
15861         * src/account.c
15862         * src/action.c
15863         * src/export.c
15864         * src/foldersel.c
15865         * src/import.c
15866         * src/message_search.c
15867         * src/prefs_actions.c
15868         * src/prefs_common.c
15869         * src/prefs_customheader.c
15870         * src/prefs_filtering.c
15871         * src/prefs_summary_column.c
15872         * src/summary_search.c
15873         * src/gtk/about.c
15874         * src/gtk/description_window.c
15875         * src/gtk/gtkutils.c
15876         * src/gtk/gtkutils.h
15877         * src/gtk/inputdialog.c
15878         * src/gtk/prefswindow.c
15879                 Use GTK2 stock buttons. Patches by Alfons.
15880
15881 2004-12-30 [colin]      0.9.13cvs22.3
15882
15883         * src/account.c
15884                 Sync with HEAD
15885         * src/prefs_actions.c
15886         * src/prefs_customheader.c
15887         * src/prefs_filtering.c
15888         * src/prefs_msg_colors.c
15889         * src/prefs_summary_column.c
15890         * src/gtk/prefswindow.c
15891                 Use GtkTreeView instead of deprecated 
15892                 widgets. Patches by Alfons.
15893
15894 2004-12-30 [paul]       0.9.13cvs22.2
15895
15896         * src/foldersel.c
15897                 use GTK 2 Tree View
15898                 patch by Alfons, with root folder sorting fix
15899                 by Stephan Sachse
15900
15901 2004-12-30 [paul]       0.9.13cvs22.1
15902
15903         * ChangeLog
15904         * ChangeLog.claws
15905         * ChangeLog.jp
15906         * NEWS
15907         * configure.ac
15908         * src/account.c
15909                 sync with HEAD
15910
15911 2004-12-22 [martin]     0.9.13cvs21.2
15912
15913         * src/action.c
15914                 free the command line after its use
15915
15916 2004-12-18 [paul]       0.9.13cvs21.1
15917
15918         * AUTHORS
15919         * ChangeLog
15920         * ChangeLog.claws
15921         * ChangeLog.jp
15922         * NEWS
15923         * configure.ac
15924         * src/action.c
15925         * src/compose.c
15926         * src/syldap.c
15927                 sync with HEAD
15928
15929 2004-12-17 [martin]     0.9.13cvs17.2
15930
15931         * src/action.c
15932                 convert actions input to locale
15933         * src/inc.c
15934                 convert notification command to locale
15935         * src/plugins/pgpmime/select-keys.c
15936                 convert attributes to utf8
15937
15938 2004-12-14 [colin]      0.9.13cvs17.1
15939
15940         * ChangeLog
15941         * ChangeLog.jp
15942         * ChangeLog.claws
15943         * src/action.c
15944         * src/common/utils.c
15945         * src/gtk/prefswindow.c
15946         * src/gtk/gtkutils.c
15947         * src/gtk/gtkutils.h
15948         * src/plugins/spamassassin/libspamc.c
15949                 Sync with HEAD
15950
15951 2004-12-13 [colin]      0.9.13cvs14.1
15952
15953         * src/quote_fmt_parse.y
15954                 Sync with HEAD
15955
15956 2004-12-10 [colin]      0.9.13cvs12.1
15957
15958         * src/prefs_themes.c
15959         * src/mainwindow.c
15960         * src/messageview.c
15961                 Sync with HEAD
15962
15963 2004-12-09 [colin]      0.9.13cvs10.1
15964
15965         * src/procmime.c
15966                 Sync with HEAD (fix B64 encoding from memory)
15967
15968 2004-12-08 [colin]      0.9.13cvs9.1
15969
15970         * src/gtk/colorlabel.c
15971                 Sync with HEAD
15972
15973 2004-12-08 [paul]       0.9.13cvs8.2
15974
15975         * src/gtk/pluginwindow.c
15976                 fix window resizing oddities
15977
15978 2004-12-08 [colin]      0.9.13cvs8.1
15979
15980         * src/quote_fmt_parse.y
15981                 Sync with HEAD
15982
15983 2004-12-08 [colin]      0.9.13cvs7.1
15984
15985         * src/matcher_parser_parse.y
15986         * src/msgcache.c
15987         * src/prefs_matcher.c
15988         * src/procheader.c
15989         * src/matcher.c
15990         * src/common/defs.h
15991         * po/sr.po
15992                 Sync with HEAD
15993
15994 2004-12-08 [colin]      0.9.13cvs6.1
15995
15996         * src/quote_fmt_parse.y
15997         * src/textview.c
15998                 Sync with HEAD
15999         * src/gtk/prefswindow.c
16000         * src/gtk/pluginwindow.c
16001                 Fix G_CALLBACKS protos (thanks to Alfons)
16002
16003 2004-12-07 [torte]      0.9.13cvs2.2
16004
16005         * src/procmime.c
16006                 [Bug 650] reply button causes crash
16007                 Thanks to David Relson and Christoph
16008
16009 2004-12-07 [colin]      0.9.13cvs2.1
16010
16011         * ChangeLog.claws
16012         * AUTHORS
16013         * po/sk.po
16014         * src/procmime.c
16015         * src/prefs_account.c
16016         * src/common/smtp.c
16017         * src/common/smtp.h
16018                 Sync with HEAD
16019
16020 2004-12-06 [colin]      0.9.12cvs187.1
16021
16022         * ChangeLog.claws
16023         * INSTALL
16024         * Makefile.am
16025         * README.claws
16026         * TODO.claws
16027         * configure.ac
16028         * po/bg.po
16029         * po/cs.po
16030         * po/el.po
16031         * po/en_GB.po
16032         * po/es.po
16033         * po/fr.po
16034         * po/hr.po
16035         * po/hu.po
16036         * po/it.po
16037         * po/ja.po
16038         * po/ko.po
16039         * po/nl.po
16040         * po/pl.po
16041         * po/pt_BR.po
16042         * po/ru.po
16043         * po/sk.po
16044         * po/sr.po
16045         * po/sv.po
16046         * po/zh_CN.po
16047         * po/zh_TW.Big5.po
16048         * src/compose.c
16049         * tools/Makefile.am
16050         * tools/README
16051         * tools/filter_conv.pl
16052         * tools/kdeservicemenu/README
16053         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16054         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16055                 Sync with HEAD
16056
16057 2004-12-04 [colin]      0.9.12cvs183.1
16058
16059         * src/compose.c
16060                 Sync with HEAD (compose window position saving)
16061
16062 2004-12-04 [paul]       0.9.12cvs182.3
16063
16064         * src/messageview.c
16065         * src/mimeview.c
16066         * src/prefs_customheader.c
16067         * src/gtk/quicksearch.c
16068                 replace some forgotten GTK_SIGNAL_FUNCs
16069
16070 2004-12-04 [paul]       0.9.12cvs182.2
16071
16072         * src/Makefile.am
16073                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16074                 committed in error      
16075
16076 2004-12-04 [paul]       0.9.12cvs182.1
16077
16078         * ChangeLog
16079         * ChangeLog.claws
16080         * ChangeLog.jp
16081         * INSTALL
16082         * NEWS
16083         * README
16084         * README.jp
16085         * configure.ac
16086         * doc/manual/ja/Makefile.am
16087         * doc/manual/ja/sylpheed-1.html
16088         * doc/manual/ja/sylpheed-10.html
16089         * doc/manual/ja/sylpheed-11.html
16090         * doc/manual/ja/sylpheed-12.html
16091         * doc/manual/ja/sylpheed-13.html
16092         * doc/manual/ja/sylpheed-14.html
16093         * doc/manual/ja/sylpheed-15.html
16094         * doc/manual/ja/sylpheed-16.html
16095         * doc/manual/ja/sylpheed-17.html
16096         * doc/manual/ja/sylpheed-18.html
16097         * doc/manual/ja/sylpheed-19.html
16098         * doc/manual/ja/sylpheed-2.html
16099         * doc/manual/ja/sylpheed-20.html
16100         * doc/manual/ja/sylpheed-3.html
16101         * doc/manual/ja/sylpheed-4.html
16102         * doc/manual/ja/sylpheed-5.html
16103         * doc/manual/ja/sylpheed-6.html
16104         * doc/manual/ja/sylpheed-7.html
16105         * doc/manual/ja/sylpheed-8.html
16106         * doc/manual/ja/sylpheed-9.html
16107         * doc/manual/ja/sylpheed.html
16108         * doc/manual/ja/sylpheed.sgml
16109         * po/de.po
16110         * src/Makefile.am
16111         * src/compose.c
16112         * src/procmime.c
16113         * src/pixmaps/regular.xpm **REMOVED**
16114         * src/plugins/pgpmime/pgpmime.c
16115         * src/plugins/pgpmime/plugin.c
16116         * src/plugins/pgpmime/prefs_gpg.c
16117                 sync with HEAD
16118
16119 2004-12-03 [paul]       0.9.12cvs180.1
16120
16121         * ChangeLog
16122         * ChangeLog.claws
16123         * ChangeLog.jp
16124         * configure.ac
16125         * src/Makefile.am
16126         * src/pop.c
16127         * src/common/utils.c
16128         * src/common/utils.h
16129         * src/pixmaps/continue.xpm
16130         * src/pixmaps/dir_close.xpm
16131         * src/pixmaps/dir_open.xpm
16132         * src/pixmaps/drafts_close.xpm
16133         * src/pixmaps/drafts_open.xpm
16134         * src/pixmaps/folder.xpm **REMOVED**
16135         * src/pixmaps/group.xpm
16136         * src/pixmaps/unread.xpm
16137                 sync with HEAD
16138
16139 2004-12-02 [colin]      0.9.12cvs179.1
16140
16141         * src/compose.c
16142                 Sync with HEAD (non-duplicated reedition)
16143
16144 2004-12-02 [colin]      0.9.12cvs178.1
16145
16146         * src/compose.c
16147                 Sync with HEAD (linewrap_quote fix)
16148
16149 2004-12-01 [colin]      0.9.12cvs177.3
16150
16151         * src/addrharvest.c
16152                 Replace sizeof with strlen
16153
16154 2004-12-01 [paul]       0.9.12cvs177.2
16155
16156         * src/addrharvest.c
16157                 fix 'harvest addresses'
16158
16159 2004-11-30 [colin]      0.9.12cvs177.1
16160
16161         * src/gtk/prefswindow.c
16162         * src/gtk/pluginwindow.c
16163                 Sync with HEAD
16164
16165 2004-11-29 [colin]      0.9.12cvs176.1
16166
16167         * src/folderview.c
16168                 sync with HEAD (Fix disappearing separators in folderview's popup)
16169
16170 2004-11-29 [colin]      0.9.12cvs175.1
16171
16172         * src/procmime.c
16173                 Sync with head (another format fix)
16174
16175 2004-11-29 [colin]      0.9.12cvs174.1
16176
16177         * src/pop.c
16178                 Sync with HEAD (format string fix)
16179
16180 2004-11-26 [colin]      0.9.12cvs173.1
16181
16182         * src/common/smtp.c
16183         * src/common/smtp.h
16184                 Sync with HEAD
16185
16186 2004-11-24 [colin]      0.9.12cvs172.1
16187
16188         * src/plugins/pgpmime/pgpmime.c
16189                 Sync with HEAD
16190
16191 2004-11-24 [colin]      0.9.12cvs171.1
16192
16193         * src/plugins/pgpmime/pgpmime.c
16194                 Sync with head (gpgmectx leaks)
16195
16196 2004-11-24 [colin]      0.9.12cvs169.1
16197
16198         * src/plugins/pgpmime/plugin.c
16199         * src/plugins/trayicon/Makefile.am
16200         * src/plugins/trayicon/newmarkedmail.xpm
16201         * src/plugins/trayicon/trayicon.c
16202         * src/plugins/trayicon/unreadmarkedmail.xpm
16203                 Sync with HEAD
16204
16205 2004-11-23 [colin]      0.9.12cvs168.1
16206
16207         * src/partial_download.c
16208         * src/partial_download.h
16209         * src/plugins/pgpmime/plugin.c
16210                 Sync with HEAD
16211
16212 2004-11-23 [colin]      0.9.12cvs166.1
16213
16214         * src/Makefile.am
16215         * src/codeconv.c
16216         * src/compose.c
16217         * src/folderview.c
16218         * src/main.c
16219         * src/partial_download.c
16220         * src/partial_download.h
16221         * src/prefs_account.c
16222         * src/prefs_account.h
16223         * src/privacy.c
16224         * src/privacy.h
16225         * src/procmime.c
16226         * src/common/Makefile.am
16227         * src/common/base64.h
16228         * src/common/partial_download.c
16229         * src/common/partial_download.h
16230         * src/gtk/prefswindow.c
16231         * src/gtk/prefswindow.h
16232         * src/plugins/pgpmime/pgpmime.c
16233         * src/plugins/pgpmime/prefs_gpg.c
16234         * src/plugins/pgpmime/prefs_gpg.h
16235         * src/plugins/pgpmime/sgpgme.c
16236         * src/plugins/pgpmime/sgpgme.h
16237                 Sync with HEAD
16238
16239 2004-11-23 [colin]      0.9.12cvs163.1
16240
16241         * src/main.c
16242                 Sync with HEAD (cursor optimization)
16243
16244 2004-11-23 [colin]      0.9.12cvs162.1
16245
16246         * src/prefs_common.c
16247         * src/prefs_themes.c
16248         * src/procmsg.c
16249                 Sync with HEAD
16250
16251 2004-11-23 [colin]      0.9.12cvs158.9
16252
16253         * src/compose.c
16254                 Fix double-free when forwarding
16255         * src/msgcache.c
16256                 Fix leak on error path
16257                 
16258
16259 2004-11-23 [colin]      0.9.12cvs158.8
16260
16261         * src/compose.c
16262                 Fix possible double-free
16263                 Spotted by Alfons
16264
16265 2004-11-23 [colin]      0.9.12cvs158.7
16266
16267         * src/compose.c
16268                 Fix some signal handlers' prototypes
16269                 Spotted by Alfons
16270
16271 2004-11-22 [colin]      0.9.12cvs158.6
16272
16273         * src/compose.c
16274                 Remove unneeded code and duplicated
16275                 wrapping - patch by Alfons
16276
16277 2004-11-22 [colin]      0.9.12cvs158.5
16278
16279         * src/prefs_themes.c
16280                 Fix oversized selector
16281
16282 2004-11-22 [colin]      0.9.12cvs158.4
16283
16284         * src/compose.c
16285                 fix dump_text()
16286                 patch by Alfons
16287
16288 2004-11-19 [colin]      0.9.12cvs158.3
16289
16290         * src/textview.c
16291                 Add a context menu on links (open, copy)
16292
16293 2004-11-18 [paul]       0.9.12cvs158.2
16294
16295         * src/addrgather.c
16296         * src/exphtmldlg.c
16297         * src/expldifdlg.c
16298         * src/mimeview.c
16299         * src/prefs_common.c
16300         * src/plugins/image_viewer/viewer.c
16301         * src/plugins/spamassassin/spamassassin_gtk.c
16302                 replace deprecated gtk_notebook_set_page
16303                 and gtk_notebook_current_page
16304
16305 2004-11-18 [paul]       0.9.12cvs158.1
16306
16307         * configure.ac
16308         * src/compose.c
16309         * src/mainwindow.c
16310         * src/messageview.c
16311         * src/prefs_common.c
16312         * src/common/utils.c
16313         * src/common/utils.h
16314                 sync with HEAD
16315
16316 2004-11-17 [colin]      0.9.12cvs156.1
16317
16318         * src/prefs_account.c
16319         * src/prefs_account.h
16320         * src/procmsg.c
16321                 Sync with HEAD (add pref to store encrypted mails encrypted)
16322
16323 2004-11-17 [paul]       0.9.12cvs155.1
16324
16325         * ChangeLog
16326         * ChangeLog.claws
16327         * ChangeLog.jp
16328         * NEWS
16329         * configure.ac
16330         * src/compose.c
16331         * src/jpilot.c
16332         * src/privacy.c
16333         * src/procmime.c
16334         * src/procmime.h
16335         * src/procmsg.c
16336         * src/toolbar.c
16337         * src/pixmaps/error.xpm
16338                 sync with HEAD
16339
16340 2004-11-17 [colin]      0.9.12cvs151.1
16341
16342         * src/plugins/pgpmime/pgpmime.c
16343                 Sync with HEAD (remove debug printf)
16344
16345 2004-11-17 [colin]      0.9.12cvs150.1
16346
16347         * src/plugins/pgpmime/pgpmime.c
16348                 Sync with HEAD (off-by-one fix)
16349
16350 2004-11-17 [colin]      0.9.12cvs149.1
16351
16352         * src/procmsg.c
16353                 Sync with HEAD (coding style fixes)
16354
16355 2004-11-16 [colin]      0.9.12cvs148.1
16356
16357         * src/procmsg.c
16358                 Sync with head (Fix the fix)
16359
16360 2004-11-16 [colin]      0.9.12cvs147.1
16361
16362         * src/procmsg.c
16363                 Sync with Main (leak fix)
16364
16365 2004-11-16 [colin]      0.9.12cvs146.14
16366
16367         * src/compose.c
16368                 Remove useless chunk of code
16369                 Patch by Alfons
16370
16371 2004-11-15 [colin]      0.9.12cvs146.13
16372
16373         * src/compose.c
16374                 Fix drafting after insertion
16375                 Patch by Alfons
16376
16377 2004-11-15 [colin]      0.9.12cvs146.12
16378
16379         * src/compose.c
16380         * src/prefs_filtering.c
16381         * src/prefs_filtering_action.c
16382         * src/prefs_toolbar.c
16383                 Fix some const-correctness
16384
16385 2004-11-15 [colin]      0.9.12cvs146.11
16386
16387         * src/summaryview.c
16388         * src/prefs_themes.c
16389         * src/messageview.c
16390                 Fix some leaks
16391
16392 2004-11-15 [colin]      0.9.12cvs146.10
16393
16394         * src/codeconv.c
16395                 More unreadable locale fixes
16396
16397 2004-11-14 [colin]      0.9.12cvs146.9
16398
16399         * src/textview.c
16400                 Fix uri_security_check
16401                 Patch by Alfons
16402
16403 2004-11-13 [paul]       0.9.12cvs146.8
16404
16405         * src/folder.c
16406         * src/procmime.c
16407                 fix 2 bugs introduced in last commit
16408
16409 2004-11-13 [paul]       0.9.12cvs146.7
16410
16411         * src/compose.c
16412         * src/exporthtml.c
16413         * src/exportldif.c
16414         * src/folder.c
16415         * src/imap.c
16416         * src/imap_gtk.c
16417         * src/main.c
16418         * src/mainwindow.c
16419         * src/messageview.c
16420         * src/mh_gtk.c
16421         * src/prefs_themes.c
16422         * src/procmime.c
16423         * src/setup.c
16424         * src/summaryview.c
16425                 replace deprecated g_basename
16426
16427 2004-11-13 [paul]       0.9.12cvs146.6
16428
16429         * src/compose.c
16430         * src/imap.c
16431         * src/matcher_parser.h
16432         * src/matcher_parser_parse.y
16433         * src/prefs_filtering.c
16434         * src/prefs_filtering_action.c
16435         * src/prefs_themes.c
16436         * src/prefs_toolbar.c
16437         * src/common/utils.c
16438                 various small fixes/cleanups
16439
16440 2004-11-12 [colin]      0.9.12cvs146.5
16441
16442         * src/textview.c
16443                 Validate event's origin on visibility notify
16444                 Patch by Alfons.
16445
16446 2004-11-12 [paul]       0.9.12cvs146.4
16447
16448         * src/exporthtml.c
16449         * src/exportldif.c
16450         * src/imap.c
16451         * src/mh.c
16452         * src/mimeview.c
16453         * src/prefs_spelling.c
16454         * src/prefs_themes.c
16455                 replace deprecated g_dirname    
16456
16457 2004-11-12 [colin]      0.9.12cvs146.3
16458
16459         * src/textview.c
16460                 Some coding style fixes
16461
16462 2004-11-12 [colin]      0.9.12cvs146.2
16463
16464         * src/codeconv.c
16465                 We want to replace _all_ extended chars in
16466                 conv_unreadable_*, because any string containing
16467                 extended chars not parsing as UTF8 is 
16468                 undisplayed on gtk2.
16469
16470 2004-11-12 [paul]       0.9.12cvs146.1
16471
16472         * ChangeLog
16473         * ChangeLog.claws
16474         * ChangeLog.jp
16475         * NEWS
16476         * configure.ac
16477         * src/account.c
16478         * src/folderview.c
16479         * src/folderview.h
16480         * src/imap.c
16481         * src/imap_gtk.c
16482         * src/inc.c
16483         * src/mainwindow.c
16484         * src/mh_gtk.c
16485         * src/news_gtk.c
16486         * src/pop.c
16487         * src/prefs_account.c
16488         * src/prefs_account.h
16489         * src/prefs_ext_prog.c
16490         * src/procmime.c
16491         * src/procmime.h
16492         * src/procmsg.c
16493         * src/procmsg.h
16494         * src/summary_search.c
16495         * src/summaryview.c
16496         * src/textview.c
16497         * src/common/defs.h
16498         * src/common/utils.c
16499         * src/common/utils.h
16500         * src/gtk/menu.c
16501         * src/gtk/menu.h
16502                 sync with HEAD
16503
16504 2004-11-11 [colin]      0.9.12cvs144.2
16505
16506         * src/textview.c
16507                 Fix URI range selection (patch by Alfons)
16508
16509 2004-11-09 [colin]      0.9.12cvs144.1
16510
16511         * ChangeLog.claws
16512         * src/compose.c
16513         * src/folder.c
16514         * src/folder_item_prefs.c
16515         * src/prefs_account.c
16516         * src/prefs_account.h
16517         * src/plugins/pgpmime/pgpmime.c
16518                 Sync with HEAD
16519
16520 2004-11-08 [colin]      0.9.12cvs143.1
16521
16522         * src/summaryview.c
16523                 Sync with HEAD (optimize quicksearch)
16524
16525 2004-11-08 [colin]      0.9.12cvs142.2
16526
16527         * src/compose.c
16528                 Don't wrap when Edit/Auto wrapping is disabled
16529
16530 2004-11-08 [colin]      0.9.12cvs142.1
16531
16532         * src/textview.c
16533                 Sync with HEAD
16534
16535 2004-11-08 [colin]      0.9.12cvs141.1
16536
16537         * src/textview.c
16538                 Sync with HEAD (fix some mail URIs)
16539
16540 2004-11-08 [colin]      0.9.12cvs140.3
16541
16542         * src/textview.c
16543                 o Use text cursor instead of arrow when
16544                   not on a link
16545                 o Fix handling of contiguous links (as in
16546                   "colin@colino.net" <colin@colino.net>)
16547                   This one unveils a bug in get_email_part()
16548
16549 2004-11-07 [colin]      0.9.12cvs140.2
16550
16551         * src/textview.c
16552                 Fix memleak. Patch by Alfons.
16553
16554 2004-11-06 [colin]      0.9.12cvs140.1
16555
16556         * src/compose.c
16557                 Sync with HEAD (don't ask passphrase
16558                 when drafting)
16559
16560 2004-11-06 [paul]       0.9.12cvs139.2
16561
16562         * AUTHORS
16563         * src/textview.c
16564         * src/textview.h
16565                 textview URI handling. hovering over a 
16566                 link displays it in the status bar,
16567                 and changes the mouse pointer to a hand 
16568                 cursor. a link is activated with a single 
16569                 click. (Modified from the) patch by Jean-Yves 
16570                 Lefort <jylefort@users.sourceforge.net>
16571                 
16572
16573 2004-11-05 [colin]      0.9.12cvs139.1
16574
16575         * src/compose.c
16576         * src/procmime.c
16577                 Sync with HEAD again ^^
16578
16579 2004-11-05 [colin]      0.9.12cvs139.1
16580
16581         * src/compose.c
16582         * src/procmime.c
16583                 Sync with HEAD
16584
16585 2004-11-03 [paul]       0.9.12cvs138.1
16586
16587         * ChangeLog.claws
16588         * configure.ac
16589         * po/POTFILES.in
16590         * src/prefs_ext_prog.c
16591         * src/procmime.c
16592         * tools/kdeservicemenu/README
16593         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16594         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16595                 sync with HEAD
16596
16597 2004-11-01 [christoph]  0.9.12cvs136.2
16598
16599         * src/procmime.c
16600                 convert MIME parameters to UTF-8
16601
16602 2004-10-29 [colin]      0.9.12cvs136.1
16603
16604         * src/common/utils.c
16605                 Sync with HEAD (don't use '=' in mime boundary)
16606
16607 2004-10-29 [paul]       0.9.12cvs135.1
16608
16609         * configure.ac
16610         * doc/src/rfc2231.txt
16611         * src/procmime.c
16612         * src/common/quoted-printable.c
16613         * src/common/utils.c
16614         * src/common/utils.h
16615                 sync with HEAD
16616
16617 2004-10-27 [paul]       0.9.12cvs134.1
16618
16619         * configure.ac
16620         * src/main.c
16621         * src/procmime.c
16622         * src/plugins/pgpmime/pgpmime.c
16623                 sync with HEAD
16624
16625 2004-10-26 [paul]       0.9.12cvs132.3
16626
16627         * src/account.c
16628         * src/addressbook.c
16629         * src/addrgather.c
16630         * src/addrharvest.c
16631         * src/codeconv.c
16632         * src/compose.c
16633         * src/customheader.c
16634         * src/editaddress.c
16635         * src/editgroup.c
16636         * src/enriched.c
16637         * src/expldifdlg.c
16638         * src/exporthtml.c
16639         * src/exportldif.c
16640         * src/folder.c
16641         * src/foldersel.c
16642         * src/folderview.c
16643         * src/grouplistdialog.c
16644         * src/html.c
16645         * src/imap.c
16646         * src/jpilot.c
16647         * src/ldapserver.c
16648         * src/ldif.c
16649         * src/mimeview.c
16650         * src/news.c
16651         * src/news_gtk.c
16652         * src/pop.c
16653         * src/prefs_display_header.c
16654         * src/prefs_gtk.c
16655         * src/prefs_msg_colors.c
16656         * src/prefs_toolbar.c
16657         * src/procheader.c
16658         * src/procmime.c
16659         * src/summaryview.c
16660         * src/textview.c
16661         * src/toolbar.c
16662         * src/vcard.c
16663         * src/common/mgutils.c
16664         * src/common/nntp.c
16665         * src/common/smtp.c
16666         * src/common/template.c
16667         * src/common/utils.c
16668         * src/common/xmlprops.c
16669         * src/plugins/pgpmime/pgpmime.c
16670         * src/plugins/pgpmime/select-keys.c
16671         * src/plugins/pgpmime/sgpgme.c
16672                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16673                 g_string_sprintfa(), gtk_notebook_current_page()
16674
16675 2004-10-26 [colin]      0.9.12cvs132.2
16676
16677         * src/prefs_folder_item.c
16678                 Fix default-account selection
16679
16680 2004-10-21 [colin]      0.9.12cvs133
16681
16682         * src/compose.c
16683                 Sync with HEAD (Remove extra separator in compose's Options)
16684         * src/textview.c
16685                 Set wrapping to char
16686
16687 2004-10-21 [paul]       0.9.12cvs131.2
16688
16689         * src/compose.c
16690         * src/sourcewindow.c
16691                 fix wrapping
16692                 fix window shrinking 
16693
16694 2004-10-21 [colin]      0.9.12cvs131.1
16695
16696         * ChangeLog.claws
16697         * src/compose.c
16698                 Sync with HEAD
16699
16700 2004-10-21 [paul]       0.9.12cvs130.2
16701
16702         * src/prefs_folder_item.c
16703                 sync with HEAD (Apply to subfolders)
16704
16705 2004-10-19 [colin]      0.9.12cvs130.1
16706
16707         * ChangeLog.claws
16708         * src/compose.c
16709         * src/common/utils.c
16710         * src/gtk/menu.c
16711                 Sync with HEAD
16712
16713 2004-10-19 [colin]      0.9.12cvs128.1
16714
16715         * src/addrbook.c
16716         * src/addrcache.c
16717         * src/addressbook.c
16718         * src/codeconv.c
16719         * src/compose.c
16720         * src/customheader.c
16721         * src/editaddress.c
16722         * src/editgroup.c
16723         * src/exporthtml.c
16724         * src/folder.c
16725         * src/folderview.c
16726         * src/imap.c
16727         * src/jpilot.c
16728         * src/main.c
16729         * src/matcher_parser_parse.y
16730         * src/mbox.c
16731         * src/pop.c
16732         * src/prefs_account.c
16733         * src/prefs_gtk.c
16734         * src/prefs_msg_colors.c
16735         * src/procheader.c
16736         * src/procmime.c
16737         * src/procmime.h
16738         * src/procmsg.c
16739         * src/summaryview.c
16740         * src/textview.c
16741         * src/common/base64.c
16742         * src/common/partial_download.c
16743         * src/common/socket.c
16744         * src/common/sylpheed.c
16745         * src/common/utils.c
16746         * src/common/utils.h
16747         * src/gtk/pluginwindow.c
16748         * src/gtk/quicksearch.c
16749         * src/plugins/clamav/clamav_plugin.c
16750         * src/plugins/clamav/clamav_plugin.h
16751         * src/plugins/clamav/clamav_plugin_gtk.c
16752         * src/plugins/pgpmime/passphrase.c
16753         * src/plugins/pgpmime/pgpmime.c
16754         * src/plugins/pgpmime/plugin.c
16755         * src/plugins/pgpmime/prefs_gpg.c
16756         * src/plugins/pgpmime/prefs_gpg.h
16757         * src/plugins/pgpmime/select-keys.c
16758         * src/plugins/pgpmime/sgpgme.c
16759         * src/plugins/spamassassin/libspamc.c
16760         * src/plugins/spamassassin/spamassassin.c
16761         * src/plugins/spamassassin/spamassassin.h
16762         * src/plugins/spamassassin/spamassassin_gtk.c
16763         * src/plugins/trayicon/trayicon.c
16764         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
16765                 Sync with HEAD
16766
16767 2004-10-14 [colin]      0.9.12cvs126.2
16768
16769         * src/codeconv.c
16770         * src/textview.c
16771                 Fix conv_unreadable_locale
16772
16773 2004-10-13 [colin]      0.9.12cvs126.1
16774
16775         * src/compose.c
16776                 Sync with HEAD (don't convert charset for 
16777                 drafted messages, minor cleanup)
16778
16779 2004-10-13 [colin]      0.9.12cvs125.1
16780
16781         * po/POTFILES.in
16782                 Sync with HEAD (POTFILES fix)
16783
16784 2004-10-12 [colin]      0.9.12cvs124.3
16785
16786         * src/compose.c
16787                 Fix encoding bug from latest sync
16788
16789 2004-10-12 [paul]       0.9.12cvs124.2
16790
16791         * src/plugins/pgpmime/prefs_gpg.c
16792         * src/plugins/pgpmime/prefs_gpg.h
16793                 forgotten in last commit        
16794
16795 2004-10-12 [paul]       0.9.12cvs124.1
16796
16797         * ChangeLog.claws
16798         * configure.ac
16799         * m4/spamassassin.m4
16800         * src/Makefile.am
16801         * src/account.c
16802         * src/compose.c
16803         * src/compose.h
16804         * src/crash.c
16805         * src/main.c
16806         * src/mimeview.c
16807         * src/passphrase.c
16808         * src/passphrase.h
16809         * src/prefs_account.c
16810         * src/prefs_account.h
16811         * src/prefs_common.c
16812         * src/privacy.c
16813         * src/privacy.h
16814         * src/procmime.c
16815         * src/procmime.h
16816         * src/procmsg.c
16817         * src/rfc2015.c
16818         * src/rfc2015.h
16819         * src/select-keys.c
16820         * src/select-keys.h
16821         * src/textview.c
16822         * src/common/utils.c
16823         * src/common/utils.h
16824         * src/gtk/about.c
16825         * src/plugins/pgpmime/Makefile.am
16826         * src/plugins/pgpmime/passphrase.c
16827         * src/plugins/pgpmime/passphrase.h
16828         * src/plugins/pgpmime/pgpmime.c
16829         * src/plugins/pgpmime/plugin.c
16830         * src/plugins/pgpmime/select-keys.c
16831         * src/plugins/pgpmime/select-keys.h
16832         * src/plugins/pgpmime/sgpgme.c
16833         * src/plugins/pgpmime/sgpgme.h
16834                 sync with HEAD
16835
16836 2004-10-04 [colin]      0.9.12cvs122.1
16837
16838         * src/mainwindow.c
16839         * src/messageview.c
16840         * src/messageview.h
16841         * src/textview.c
16842                 Sync with HEAD
16843
16844 2004-10-04 [colin]      0.9.12cvs121.1
16845
16846         * src/summaryview.c
16847                 Sync with HEAD
16848
16849 2004-10-04 [paul]       0.9.12cvs120.1
16850
16851         * configure.ac
16852                 sync with HEAD [don't try to build 
16853                 pgpmime plugin when gpgme is disabled]
16854
16855 2004-10-03 [colin]      0.9.12cvs119.3
16856
16857         * src/gtk/gtksctree.c
16858                 Lots of side effects. Put back as before 117.2.
16859         * src/summaryview.c
16860                 Fix bug #602
16861
16862 2004-10-03 [colin]      0.9.12cvs119.2
16863
16864         * src/gtk/gtksctree.c
16865                 Revert 608 fix that doesn't work that good
16866
16867 2004-10-02 [colin]      0.9.12cvs119.1
16868
16869         * src/mainwindow.c
16870         * src/messageview.c
16871         * src/prefs_common.h
16872         * src/procmime.c
16873         * src/procmime.h
16874         * src/textview.c
16875                 Sync with HEAD
16876         * src/gtk/gtksctree.c
16877                 Close bug #608
16878
16879 2004-10-01 [colin]      0.9.12cvs118.1
16880
16881         * src/mimeview.c
16882                 Sync with HEAD (better Save All fix)
16883
16884 2004-10-01 [colin]      0.9.12cvs117.2
16885
16886         * src/gtk/gtksctree.c
16887                 Faster on selection
16888
16889 2004-10-01 [colin]      0.9.12cvs117.1
16890
16891         * src/mimeview.c
16892                 Sync with HEAD (Save All: only attachments)
16893
16894 2004-10-01 [paul]       0.9.12cvs116.1
16895
16896         * ChangeLog.claws
16897         * configure.ac
16898         * src/account.c
16899         * src/prefs_common.c
16900         * src/gtk/colorlabel.c
16901                 sync with HEAD
16902
16903 2004-09-30 [colin]      0.9.12cvs115.1
16904
16905         * src/stock_pixmap.c
16906         * src/stock_pixmap.h
16907         * src/folderview.c
16908         * src/Makefile.am
16909         * src/pixmaps/read.xpm
16910                 Sync with HEAD (new pixmap)
16911
16912 2004-09-29 [colin]      0.9.12cvs114.1
16913
16914         * src/compose.c
16915                 Sync with HEAD
16916                 Fix focus handling in headers
16917
16918 2004-09-29 [paul]       0.9.12cvs113.1
16919
16920         * src/quote_fmt_parse.y
16921                 sync with HEAD
16922  
16923
16924 2004-09-28 [colin]      0.9.12cvs112.1
16925
16926         * src/folderview.c
16927         * src/mainwindow.c
16928                 Sync with HEAD
16929
16930 2004-09-28 [colin]      0.9.12cvs110.1
16931
16932         * src/folderview.c
16933                 Sync with HEAD (Contextual Empty trash menu)
16934
16935 2004-09-28 [colin]      0.9.12cvs108.1
16936
16937         * src/addressbook.c
16938                 Sync with HEAD (addressbook edit on double-click)
16939
16940 2004-09-28 [colin]      0.9.12cvs106.1
16941
16942         * src/inc.c
16943                 Sync with HEAD (folder_item freeze on inc)
16944
16945 2004-09-27 [colin]      0.9.12cvs105.1
16946
16947         * src/folderview.c
16948                 Sync with HEAD (right-align new and unread column)
16949
16950 2004-09-27 [colin]      0.9.12cvs104.1
16951
16952         * src/main.c
16953                 Sync with HEAD (revert 0.9.12cvs101)
16954
16955 2004-09-24 [colin]      0.9.12cvs103.2
16956
16957         * src/wizard.c
16958                 Fix gtk warnings and use domain part of the email address 
16959                 when domain detection fails (no dot in domain name)
16960
16961 2004-09-23 [colin]      0.9.12cvs103.1
16962
16963         * src/plugins/spamassassin/libspamc.c
16964         * src/plugins/spamassassin/libspamc.h
16965         * src/plugins/spamassassin/utils.c
16966         * src/plugins/spamassassin/utils.h
16967                 Sync with HEAD (Update spamassassin to 3.0)
16968
16969 2004-09-21 [colin]      0.9.12cvs102.3
16970
16971         * src/action.c
16972                 Add horizontal scrollbar in action io dialog as needed
16973                 Patch by Alfons.
16974
16975 2004-09-20 [colin]      0.9.12cvs102.2
16976
16977         * src/plugins/image_viewer/viewer.c
16978                 Remove imlib stuff
16979                 use gtk_pixmap_set when clearing
16980                 (would be better to use gtkImages, but causes size-allocate 
16981                 signals storm)
16982
16983 2004-09-17 [paul]       0.9.12cvs102.1
16984
16985         * ChangeLog
16986         * ChangeLog.claws
16987         * ChangeLog.jp
16988         * configure.ac
16989         * src/inc.c
16990                 sync with HEAD
16991
16992
16993 2004-09-17 [colin]      0.9.12cvs101.1
16994
16995         * ChangeLog.claws
16996         * src/main.c
16997                 Sync with HEAD (fix segs at exit)
16998
16999 2004-09-14 [colin]      0.9.12cvs99.5
17000
17001         * src/common/socket.c
17002         * AUTHORS
17003                 Fix send error on 64bit platforms
17004                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
17005
17006 2004-09-14 [colin]      0.9.12cvs99.4
17007
17008         * src/action.c
17009                 Fix action output with utf8 
17010                 Patch by Alfons.
17011
17012 2004-09-14 [colin]      0.9.12cvs99.3
17013
17014         * ChangeLog.claws
17015         * src/folder.c
17016                 Sync with HEAD
17017
17018 2004-09-09 [colin]      0.9.12cvs99.2
17019
17020         * src/action.c
17021                 Fix progress bar (displaying "Completed %v/%u")
17022                 Patch by Alfons.
17023
17024 2004-09-08 [colin]      0.9.12cvs99.1
17025
17026         * src/account.c
17027         * src/folder.c
17028         * src/procmsg.c
17029         * src/procmsg.h
17030         * src/plugins/pgpmime/pgpmime.c
17031                 Sync with HEAD
17032
17033 2004-09-08 [colin]      0.9.12cvs97.2
17034
17035         * src/summaryview.c
17036                 Don't select mails in collapsed threads 
17037                 when navigating with up/down
17038
17039 2004-09-07 [colin]      0.9.12cvs97.1
17040
17041         * src/inc.c
17042                 Sync with HEAD (meaningful error messages)
17043
17044 2004-09-06 [colin]      0.9.12cvs96.1
17045
17046         * src/toolbar.c
17047                 Sync with HEAD (fix Redirect graying out)
17048
17049 2004-09-06 [colin]      0.9.12cvs95.1
17050
17051         * src/summaryview.c
17052         * src/mimeview.c
17053                 Sync with HEAD (fix dropped URIs)
17054
17055 2004-09-06 [colin]      0.9.12cvs94.1
17056
17057         * src/addressbook.c
17058         * src/addressitem.h
17059         * src/addritem.c
17060         * src/addritem.h
17061                 Sync with HEAD (addressbook DnD)
17062
17063 2004-09-03 [colin]      0.9.12cvs93.1
17064
17065         * src/summaryview.c
17066                 Sync with HEAD (next/prev unread)
17067
17068 2004-09-03 [colin]      0.9.12cvs92.1
17069
17070         * src/prefs_common.c
17071         * src/prefs_common.h
17072         * src/summaryview.c
17073                 Sync with HEAD ('mark_as_read_delay' pref)
17074
17075 2004-09-02 [colin]      0.9.12cvs91.2
17076
17077         * src/common/xml.c
17078                 Fix leak
17079
17080 2004-09-02 [colin]      0.9.12cvs91.1
17081
17082         * src/gtk/menu.c
17083                 Sync with HEAD (menu accel don't work, but whatever)
17084
17085 2004-09-02 [colin]      0.9.12cvs90.1
17086
17087         * src/account.c
17088                 Sync with HEAD (fix bug 582)
17089
17090 2004-09-02 [colin]      0.9.12cvs89.1
17091
17092         * src/addrindex.c
17093                 Sync with HEAD (free deleted queries)
17094
17095 2004-09-02 [colin]      0.9.12cvs88.1
17096
17097         * src/ldapquery.c
17098                 Sync with HEAD (fix LDAP freezes)
17099
17100 2004-09-02 [colin]      0.9.12cvs87.1
17101
17102         * src/prefs_spelling.c
17103                 Sync with HEAD (add default dictionary)
17104
17105 2004-09-01 [colin]      0.9.12cvs86.1
17106
17107         * src/filtering.c
17108         * src/folderview.c
17109         * src/imap.c
17110         * src/prefs_matcher.c
17111         * src/stock_pixmap.c
17112         * src/summary_search.c
17113         * src/summaryview.c
17114         * src/wizard.c
17115         * src/wizard.h
17116                 Sync with HEAD (uninitialized vars fixes)
17117                 + gtk2 specific warning fixes
17118
17119 2004-08-31 [colin]      0.9.12cvs85.1
17120
17121         * src/folder.c
17122                 Sync with HEAD (Fix memory corruption due to 
17123                 uninitialized var)
17124
17125 2004-08-31 [colin]      0.9.12cvs84.4
17126
17127         * src/summary_search.c
17128                 Fix segfaults when searching in folders with broken headers
17129
17130 2004-08-31 [colin]      0.9.12cvs84.3
17131
17132         * src/compose.c
17133         * src/textview.c
17134                 Fix some more encoding/decoding issues
17135
17136 2004-08-30 [colin]      0.9.12cvs84.2
17137
17138         * src/mimeview.c
17139         * src/prefs_themes.c
17140         * src/gtk/filesel.c
17141         * src/gtk/filesel.h
17142                 Add a folder-mode selection (fixes mimeview's "Save all")
17143
17144 2004-08-29 [colin]      0.9.12cvs84.1
17145
17146         * src/mimeview.c
17147                 Sync with HEAD (don't escape saved filenames)
17148
17149 2004-08-27 [colin]      0.9.12cvs83.1
17150
17151         * ChangeLog
17152         * ChangeLog.claws
17153         * ChangeLog.jp
17154         * src/mh.c
17155         * src/procheader.c
17156         * src/procmsg.c
17157         * src/procmsg.h
17158         * src/common/utils.c
17159         * src/gtk/menu.h
17160         * po/
17161                 Sync with HEAD 0.9.12cvs83 (sync with main)
17162
17163 2004-08-26 [colin]      0.9.12cvs82.4
17164
17165         * src/codeconv.c
17166                 Fix strange stack corruption
17167                 Convert to utf8 after unmime, not before
17168
17169 2004-08-26 [colin]      0.9.12cvs82.3
17170
17171         * src/main.c
17172         * src/wizard.c
17173                 Fix account folders duplication
17174
17175 2004-08-25 [colin]      0.9.12cvs82.2
17176
17177         * src/wizard.c
17178                 Remove ports
17179                 Add SSL selection
17180                 Use login@server as account name
17181
17182 2004-08-25 [colin]      0.9.12cvs82.1
17183
17184         * src/plugins/pgpmime/pgpmime.c
17185                 Sync with HEAD (leak fix).
17186
17187 2004-08-25 [colin]      0.9.12cvs81.1
17188
17189         * src/plugins/pgpmime/pgpmime.c
17190         * src/plugins/pgpmime/sgpgme.c
17191         * src/plugins/pgpmime/sgpgme.h
17192                 Sync with HEAD (Handle combined messages).
17193
17194 2004-08-24 [colin]      0.9.12cvs80.3
17195
17196         * src/wizard.c
17197                 Fix full name, ports, and imap
17198
17199 2004-08-24 [colin]      0.9.12cvs80.2
17200
17201         * src/Makefile.am
17202         * src/main.c
17203         * src/setup.c
17204         * src/setup.h
17205         * src/stock_pixmap.c
17206         * src/stock_pixmap.h
17207         * src/wizard.c ** ADDED **
17208         * src/wizard.h ** ADDED ** 
17209         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17210                 Add a setup wizard 
17211
17212 2004-08-24 [colin]      0.9.12cvs80.1
17213
17214         * src/folder.c
17215                 Sync with HEAD (set mimeflags on all messages)
17216
17217 2004-08-24 [colin]      0.9.12cvs79.3
17218
17219         * src/matcher_parser_lex.l
17220                 Fix 8bits strings not in utf8
17221
17222 2004-08-24 [colin]      0.9.12cvs79.2
17223
17224         * src/compose.c
17225                 Check conversion result before replacing buffer
17226
17227 2004-08-23 [colin]      0.9.12cvs79.1
17228
17229         * src/compose.c
17230                 Sync with HEAD (create message header in memory)
17231
17232 2004-08-23 [colin]      0.9.12cvs78.1
17233
17234         * src/rfc2015.c
17235         * src/rfc2015.h
17236                 Sync with HEAD (fix bug 197 again)
17237
17238 2004-08-23 [colin]      0.9.12cvs77.3
17239
17240         * src/compose.c
17241                 Fix again inline gpg signing (which outputs utf8
17242                 in gtk2). Not syncing this fix to HEAD as this 
17243                 code is meant to die.
17244
17245 2004-08-23 [colin]      0.9.12cvs77.2
17246
17247         * src/prefs_account.h
17248                 Remove useless include
17249
17250 2004-08-23 [colin]      0.9.12cvs77.1
17251
17252         * src/imap.c
17253         * po/es.po
17254         * po/fr.po
17255         * po/it.po
17256         * po/pl.po
17257         * po/pt_BR.po
17258         * po/sk.po
17259         * po/sr.po
17260                 Sync with HEAD (fix bug 577)
17261
17262 2004-08-22 [colin]      0.9.12cvs76.1
17263
17264         * src/plugins/trayicon/trayicon.c
17265                 Sync with HEAD (fix formatting bug)
17266
17267 2004-08-21 [colin]      0.9.12cvs74.2
17268
17269         * src/gtk/colorsel.c
17270                 Fix bug 564 (Folder color selection window exits on any
17271                 keypress)
17272
17273 2004-08-21 [colin]      0.9.12cvs74.1
17274
17275         * ChangeLog.claws
17276         * src/compose.c
17277         * src/summaryview.c
17278         * src/toolbar.c
17279                 Sync with HEAD (fix bug 576)
17280
17281 2004-08-21 [colin]      0.9.12cvs70.1
17282
17283         * src/compose.c
17284         * src/mainwindow.c
17285                 Sync with HEAD
17286                 
17287
17288 2004-08-21 [paul]       0.9.12cvs66.4
17289
17290         * src/mainwindow.c
17291         * src/messageview.c
17292         * src/gtk/menu.c
17293         * src/plugins/spamassassin/spamassassin_gtk.c
17294                 remove some deprecated gtk1 functions
17295
17296
17297 2004-08-21 [colin]      0.9.12cvs66.3
17298
17299         * src/compose.c
17300         * src/codeconv.c
17301                 Fix warnings
17302                 Remove encoding hacks
17303                 Fix bug 575 (Strange character messes up message)
17304                 Don't display conversion error when drafting
17305
17306 2004-08-21 [paul]       0.9.12cvs66.2
17307
17308         * src/prefs_account.c
17309                 fix GnuPG mode bugs
17310
17311
17312 2004-08-20 [colin]      0.9.12cvs66.1
17313
17314         * src/codeconv.c
17315                 Sync with HEAD 0.9.12cvs66
17316
17317 2004-08-20 [paul]
17318
17319         * src/plugins/pgpmime/plugin.c
17320                 modify PGP/MIME plugin's description
17321
17322 2004-08-17 [colin]      0.9.12cvs65.1
17323
17324         * src/common/ssl.c
17325         * src/plugins/pgpmime/plugin.c
17326                 Sync with HEAD
17327
17328 2004-08-14 [colin]      0.9.12cvs60.3
17329
17330         * src/plugins/trayicon/trayicon.c
17331                 Put back resize callback, on size-request signal
17332                 rather than size-allocate to avoid infinite 
17333                 callback loop
17334
17335 2004-08-13 [colin]      0.9.12cvs60.2
17336
17337         * src/common/defs.h
17338                 Cache versions have been fixed
17339
17340 2004-08-13 [colin]      0.9.12cvs60.1
17341
17342         * src/folderutils.c
17343                 Sync with HEAD
17344
17345 2004-08-12 [colin]      0.9.12cvs59.1
17346
17347         * src/plugins/trayicon/trayicon.c
17348                 Sync with HEAD
17349
17350 2004-08-12 [colin]      0.9.12cvs57.5
17351
17352         * sylpheed.desktop
17353         * configure.ac
17354         * src/Makefile.am
17355         * src/main.c
17356                 Add support for Freedesktop.org's startup notification
17357
17358 2004-08-11 [colin]      0.9.12cvs57.4
17359
17360         * src/textview.c
17361                 Fix off-by-one
17362
17363 2004-08-11 [colin]      0.9.12cvs57.3
17364
17365         * src/message_search.c
17366         * src/summary_search.c
17367                 Make searches case insensitive by default
17368         * src/textview.c
17369                 Fix case-insensitive search in message
17370
17371 2004-08-11 [colin]      0.9.12cvs57.2
17372
17373         * src/summary_search.c
17374                 Let case-sensitive be specified
17375
17376 2004-08-10 [colin]      0.9.12cvs55.4
17377
17378         * src/common/socket.c
17379                 Fix the possible race condition
17380
17381 2004-08-09 [paul]       0.9.12cvs55.3
17382
17383         * configure.ac
17384         * src/Makefile.am
17385         * src/common/Makefile.am
17386                 sync with HEAD
17387
17388
17389 2004-08-09 [paul]       0.9.12cvs55.2
17390
17391         * autogen.sh
17392         * po/poconv.sh
17393                 remove unneeded script
17394
17395         * configure.ac
17396                 add forgotten USE_LDAP_TLS (sync with HEAD)
17397
17398
17399 2004-08-09 [colin]      0.9.12cvs55.1
17400
17401         * src/main.c
17402         * src/common/ssl.c
17403         * src/common/sylpheed.c
17404         * src/common/sylpheed.h
17405                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17406
17407 2004-08-09 [paul]       0.9.12cvs54.1
17408
17409         * ChangeLog
17410         * ChangeLog.claws
17411         * ChangeLog.jp
17412         * configure.ac
17413         * po/POTFILES.in
17414         * src/Makefile.am
17415         * src/folderutils.c
17416         * src/main.c
17417         * src/pgpmime.c
17418         * src/pgpmime.h
17419         * src/sgpgme.c
17420         * src/sgpgme.h
17421         * src/plugins/Makefile.am
17422         * src/plugins/pgpmime/.cvsignore
17423         * src/plugins/pgpmime/Makefile.am
17424         * src/plugins/pgpmime/pgpmime.c
17425         * src/plugins/pgpmime/pgpmime.h
17426         * src/plugins/pgpmime/plugin.c
17427         * src/plugins/pgpmime/sgpgme.c
17428         * src/plugins/pgpmime/sgpgme.h
17429                 sync with HEAD
17430
17431 2004-08-08 [paul]       0.9.12cvs51.1
17432
17433         * configure.ac
17434         * src/folder.c
17435                 sync with HEAD
17436
17437 2004-08-07 [colin]      0.9.12cvs50.1
17438
17439         * src/pop.c
17440         * src/common/partial_download.c
17441                 fix warnings (sync from HEAD)
17442
17443 2004-08-07 [colin]      0.9.12cvs48.1
17444
17445         * src/prefs_folder_item.c
17446                 sync with HEAD 0.9.12cvs48
17447
17448 2004-08-06 [colin]      0.9.12cvs47.1
17449
17450         * src/compose.c
17451                 Sync with HEAD
17452
17453 2004-08-06 [christoph]  0.9.12cvs46.2
17454
17455         * src/main.c
17456         * src/plugins/clamav/clamav_plugin_gtk.c
17457         * src/plugins/dillo_viewer/dillo_viewer.c
17458         * src/plugins/image_viewer/plugin.c
17459         * src/plugins/mathml_viewer/mathml_viewer.c
17460         * src/plugins/spamassassin/spamassassin_gtk.c
17461         * src/plugins/trayicon/trayicon.c
17462                 don't mix GTK1.2 plugin with GTK2 plugins
17463
17464 2004-08-06 [colin]      0.9.12cvs46.1
17465
17466         * ChangeLog
17467         * ChangeLog.claws
17468         * ChangeLog.jp
17469         * configure.ac
17470         * sylpheed-claws.pc.in
17471         * src/folder.c
17472         * src/imap.c
17473         * src/localfolder.c
17474         * src/messageview.c
17475         * src/mimeview.c
17476         * src/mimeview.h
17477         * src/msgcache.c
17478         * src/news.c
17479         * src/prefs_ext_prog.c
17480         * src/prefs_folder_item.c
17481         * src/prefs_fonts.c
17482         * src/prefs_msg_colors.c
17483         * src/prefs_spelling.c
17484         * src/prefs_themes.c
17485         * src/prefs_toolbar.c
17486         * src/prefs_wrapping.c
17487         * src/procmime.h
17488         * src/common/defs.h
17489         * src/common/nntp.c
17490         * src/common/session.c
17491         * src/common/session.h
17492         * src/common/socket.c
17493         * src/common/utils.h
17494         * src/common/xml.c
17495         * src/common/xml.h
17496         * src/gtk/prefswindow.c
17497         * src/gtk/prefswindow.h
17498         * src/plugins/clamav/clamav_plugin_gtk.c
17499         * src/plugins/dillo_viewer/dillo_prefs.c
17500         * src/plugins/image_viewer/viewerprefs.c
17501         * src/plugins/spamassassin/spamassassin_gtk.c
17502         * m4/openssl.m4 *** REMOVED ***
17503                 Sync with HEAD 0.9.12cvs46
17504
17505 2004-08-03 [paul]       0.9.12cvs40.2
17506
17507         * src/action.c
17508         * src/addressadd.c
17509         * src/addressbook.c
17510         * src/addrgather.c
17511         * src/browseldap.c
17512         * src/compose.c
17513         * src/crash.c
17514         * src/editaddress.c
17515         * src/editgroup.c
17516         * src/editldap_basedn.c
17517         * src/foldersel.c
17518         * src/importldif.c
17519         * src/mimeview.c
17520         * src/prefs_common.c
17521         * src/prefs_template.c
17522         * src/sourcewindow.c
17523         * src/summaryview.c
17524         * src/gtk/about.c
17525         * src/gtk/foldersort.c
17526         * src/gtk/logwindow.c
17527         * src/gtk/pluginwindow.c
17528         * src/gtk/prefswindow.c
17529                 change all gtk_scrolled_window_set_policy from 
17530                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17531
17532 2004-08-02 [paul]       0.9.12cvs40.1
17533
17534         * AUTHORS
17535                 update translation team section
17536         * po/pt_BR.po
17537                 updated by Frederico Goncalves Guimaraes
17538                 <fggdebian@yahoo.com.br>
17539
17540 2004-07-31 [colin]      0.9.12cvs39.9
17541
17542         * src/exphtmldlg.c
17543                 Fix compilation
17544
17545 2004-07-31 [colin]      0.9.12cvs39.8
17546
17547         * src/exphtmldlg.c
17548                 Fix an alertpanel type
17549
17550 2004-07-30 [colin]      0.9.12cvs39.7
17551
17552         * src/alertpanel.c
17553                 Fix alertpanel_error_log's icon
17554
17555 2004-07-30 [colin]      0.9.12cvs39.6
17556
17557         * src/pop.c
17558                 Two of them should still be warnings
17559
17560 2004-07-30 [colin]      0.9.12cvs39.5
17561
17562         * src/pop.c
17563                 More warning -> error
17564 2004-07-29 [colin]      0.9.12cvs39.4
17565
17566         * src/pop.c
17567                 Warning -> error
17568
17569 2004-07-29 [colin]      0.9.12cvs39.3
17570
17571         * src/prefs_matcher.c
17572                 Fix segfault
17573
17574 2004-07-29 [colin]      0.9.12cvs39.2
17575
17576         * src/alertpanel.c
17577                 More nice-looking alertpanels
17578
17579 2004-07-29 [colin]      0.9.12cvs39.1
17580
17581         * src/messageview.c
17582                 sync with head
17583                 (inform user when partial mail is deleted on server)
17584
17585 2004-07-29 [colin]      0.9.12cvs38.1
17586
17587         * src/messageview.c
17588                 sync with head
17589
17590 2004-07-28 [paul]       0.9.12cvs37.7
17591
17592         * src/mainwindow.c
17593                 complete the replacement of deprecated gtk_progress_*
17594
17595 2004-07-28 [paul]       0.9.12cvs37.6
17596
17597         * src/action.c
17598         * src/inc.c
17599         * src/mainwindow.c
17600         * src/send_message.c
17601         * src/gtk/progressdialog.c
17602         * src/gtk/progressdialog.h
17603                 replace deprecated gtk_progress_*
17604
17605 2004-07-28 [paul]       0.9.12cvs37.5
17606
17607         * src/gtk/filesel.c
17608                 remove gtk_window_set_wmclass()
17609 2004-07-28 [paul]       0.9.12cvs37.4
17610
17611         * src/addressbook.c
17612         * src/compose.c
17613         * src/foldersel.c
17614         * src/mainwindow.c
17615         * src/messageview.c
17616         * src/sourcewindow.c
17617         * src/gtk/logwindow.c
17618                 remove gtk_window_set_wmclass()
17619                 
17620         * src/prefs_filtering.c
17621         * src/prefs_filtering_action.c
17622         * src/prefs_fonts.c
17623         * src/prefs_gtk.c
17624         * src/prefs_matcher.c
17625         * src/ssl_manager.c
17626         * src/gtk/prefswindow.c
17627                 replace gtk_window_position()
17628
17629 2004-07-28 [colin]      0.9.12cvs37.3
17630
17631         * src/alertpanel.c
17632         * src/alertpanel.h
17633                 Add a way to specify panel type for specific
17634                 panels (alertpanel())
17635         * src/account.c
17636         * src/addressbook.c
17637         * src/compose.c
17638         * src/expldifdlg.c
17639         * src/main.c
17640         * src/messageview.c
17641         * src/summaryview.c
17642         * src/textview.c
17643         * src/gtk/sslcertwindow.c
17644                 Fix alertpanel()s so that their icon match
17645                 their real type
17646
17647 2004-07-28 [paul]       0.9.12cvs37.2
17648
17649         * src/addr_compl.c
17650         * src/addressbook.c
17651         * src/alertpanel.c
17652         * src/compose.c
17653         * src/export.c
17654         * src/foldersel.c
17655         * src/folderview.c
17656         * src/grouplistdialog.c
17657         * src/import.c
17658         * src/mainwindow.c
17659         * src/message_search.c
17660         * src/messageview.c
17661         * src/passphrase.c
17662         * src/prefs_actions.c
17663         * src/prefs_common.c
17664         * src/prefs_customheader.c
17665         * src/prefs_display_header.c
17666         * src/prefs_filtering.c
17667         * src/prefs_filtering_action.c
17668         * src/prefs_gtk.c
17669         * src/prefs_matcher.c
17670         * src/prefs_msg_colors.c
17671         * src/prefs_summary_column.c
17672         * src/prefs_template.c
17673         * src/sourcewindow.c
17674         * src/ssl_manager.c
17675         * src/summary_search.c
17676         * src/gtk/colorsel.c
17677         * src/gtk/description_window.c
17678         * src/gtk/gtkaspell.c
17679         * src/gtk/inputdialog.c
17680         * src/gtk/logwindow.c
17681         * src/gtk/prefswindow.c
17682         * src/gtk/progressdialog.c
17683                 replace deprecated gtk_window_set_policy
17684
17685 2004-07-27 [colin]      0.9.12cvs37.1
17686
17687         * src/msgcache.c
17688                 More fixes (synced for head again)
17689
17690 2004-07-27 [colin]      0.9.12cvs35.3
17691
17692         * src/msgcache.c
17693                 Fix wrong test
17694
17695 2004-07-27 [colin]      0.9.12cvs35.2
17696
17697         * src/mimeview.c
17698                 Fix width a bit (by Paul)
17699         * src/alertpanel.c
17700         * src/alertpanel.h
17701                 Specialize icons, make alertpanel_message()
17702                 private
17703         * src/message_search.c
17704         * src/sgpgme.c
17705         * src/summary_search.c
17706                 Suit alertpanel changes
17707
17708 2004-07-27 [colin]      0.9.12cvs35.1
17709
17710         * src/alertpanel.c
17711                 Add an icon
17712         * src/passphrase.c
17713                 Add debug output - maybe someone will
17714                 want to look at the problem with Grab
17715                 Input :)
17716         Bump version as we're synced with HEAD
17717
17718 2004-07-26 [colin]      0.9.12cvs33.26
17719
17720         * src/pop.c
17721                 Fix uidl-file parsing when not in new
17722                 format
17723
17724 2004-07-26 [colin]      0.9.12cvs33.25
17725
17726         * src/gtk/menu.c
17727                 Move popup menu up if necessary (fixes 
17728                 account selector)
17729         * src/mainwindow.c
17730                 Set account selector's button height to
17731                 minimum
17732
17733 2004-07-26 [colin]      0.9.12cvs33.24
17734
17735         * src/alertpanel.c
17736                 Maybe fix 551 (Truncated font in alert window)
17737
17738 2004-07-26 [colin]      0.9.12cvs33.23
17739
17740         * po/de.po
17741         * po/es.po
17742         * po/fr.po
17743         * po/it.po
17744         * po/ja.po
17745         * po/pl.po
17746         * po/ru.po
17747         * po/sk.po
17748         * po/sr.po
17749         * po/zh_CN.po
17750                 Sync po files with HEAD
17751
17752 2004-07-26 [paul]       0.9.12cvs33.22
17753
17754         * src/compose.c
17755                 fix Bug 556 'Organisation-header is sent even if empty'
17756
17757 2004-07-24 [colin]      0.9.12cvs33.21
17758
17759         * src/compose.c
17760         * src/gtk/gtkaspell.c
17761         * src/gtk/gtkaspell.h
17762                 Fix speller accelerators (require hack)
17763
17764 2004-07-24 [colin]      0.9.12cvs33.20
17765
17766         * src/gtk/gtkaspell.c
17767                 Fix over-eager code deletion breaking
17768                 Check while typing
17769
17770 2004-07-24 [colin]      0.9.12cvs33.19
17771
17772         * src/browseldap.c
17773         * src/ldapctrl.c
17774         * src/ldapctrl.h
17775         * src/ldapserver.h
17776                 Sync ldap with HEAD
17777         (Fixes 546 LDAP completely broken)
17778
17779 2004-07-24 [colin]      0.9.12cvs33.18
17780
17781         * src/prefs_msg_colors.c
17782                 Fix prototype mismatch
17783         (Fixes 547 void function cannot return value)
17784
17785 2004-07-24 [colin]      0.9.12cvs33.17
17786
17787         * src/mainwindow.c
17788                 Fix sort going back to previous sort key
17789                 when changing sort direction
17790
17791 2004-07-24 [colin]      0.9.12cvs33.16
17792
17793         * src/compose.c
17794                 Fix space insertion when re-wrapping at 
17795                 cursor point
17796
17797 2004-07-24 [colin]      0.9.12cvs33.15
17798
17799         * src/gtk/gtkaspell.c
17800                 Don't change cursor position in insert-text
17801                 callback
17802         (Fixes 539 Word wrapping on input transposes letters)
17803
17804 2004-07-24 [colin]      0.9.12cvs33.14
17805
17806         * src/gtk/gtkaspell.c
17807                 Reencode non-ascii chars to dictionary's
17808                 encoding
17809         (Fixes 544 Spell check broken non english locale)
17810
17811 2004-07-24 [colin]      0.9.12cvs33.13
17812
17813         * src/summaryview.c
17814                 Fix Shift+Down, add Home/End/PgUp/PgDown
17815
17816 2004-07-21 [colin]      0.9.12cvs33.12
17817
17818         * src/prefs_common.c
17819                 Fix a gtk warning (Patch by Andrej Kacian)
17820
17821 2004-07-21 [colin]      0.9.12cvs33.11
17822
17823         * src/gtk/filesel.c
17824                 More check
17825
17826 2004-07-21 [colin]      0.9.12cvs33.10
17827
17828         * src/compose.c
17829         * src/crash.c
17830         * src/export.c
17831         * src/import.c
17832         * src/messageview.c
17833         * src/mimeview.c
17834         * src/prefs_spelling.c
17835         * src/prefs_themes.c
17836         * src/summaryview.c
17837         * src/gtk/filesel.c
17838         * src/gtk/filesel.h
17839         * src/gtk/pluginwindow.c
17840                 Untwist open/save mode guessing logic, make
17841                 it explicit
17842
17843 2004-07-20 [colin]      0.9.12cvs33.9
17844
17845         * src/codeconv.c
17846                 conv_encode_header: src_charset is UTF-8 on
17847                 gtk2
17848         * src/compose.c
17849                 Remove double encoding of the headers
17850
17851 2004-07-20 [colin]      0.9.12cvs33.8
17852
17853         * src/codeconv.c
17854                 Fix typo
17855
17856 2004-07-20 [colin]      0.9.12cvs33.7
17857
17858         * src/mainwindow.c
17859                 Set the separated messageview to the saved
17860                 size of Claws' messageview (Patch by Alfons)
17861                 Fix a callback prototype (me)
17862
17863 2004-07-20 [colin]      0.9.12cvs33.6
17864
17865         * src/codeconv.h
17866                 Forgot one hunk in 0.9.12cvs33.4
17867
17868 2004-07-19 [colin]      0.9.12cvs33.5
17869
17870         * src/action.c
17871                 Action output fix
17872                 Patch by Alfons
17873
17874 2004-07-19 [colin]      0.9.12cvs33.4
17875
17876         * src/compose.c
17877                 Fix outgoing charset bug in headers
17878         * src/codeconv.c
17879                 Clean for glib2 - Patch by Alfons
17880
17881 2004-07-19 [colin]      0.9.12cvs33.3
17882
17883         * src/statusbar.c
17884                 Remove grip from the statusbar
17885                 Patch by Alfons
17886
17887 2004-07-19 [colin]      0.9.12cvs33.2
17888
17889         * src/messageview.c
17890         * src/textview.c
17891                 Fix messageview remembering the previous
17892                 scroll position when loading a new message
17893                 Patch by Alfons
17894
17895 2004-07-19 [colin]      0.9.12cvs33.1
17896
17897         * src/folder.h
17898         * src/folderview.c
17899         * src/summaryview.c
17900                 Sync with HEAD
17901
17902 2004-07-18 [colin]      0.9.12cvs32.7
17903
17904         * configure.ac
17905                 Remove useless check for XIM - noticed
17906                 by Alfons
17907
17908 2004-07-18 [colin]      0.9.12cvs32.6
17909
17910         * src/summaryview.c
17911                 Remove non-modified and shift-modified
17912                 accelerators in summaryview's popup
17913                 menu, as that doesn't get catched by
17914                 the accel-activate signal catcher...
17915
17916 2004-07-18 [colin]      0.9.12cvs32.5
17917
17918         * src/prefs_common.c
17919                 Define sensible default prefs for 
17920                 wrapping
17921
17922 2004-07-18 [colin]      0.9.12cvs32.4
17923
17924         * src/compose.c
17925         * src/prefs_common.c
17926         * src/prefs_common.h
17927         * src/prefs_wrapping.c
17928                 Remove Smart Wrapping pref, which does
17929                 nothing on gtk2 branch
17930
17931 2004-07-18 [colin]      0.9.12cvs32.3
17932
17933         * src/sourcewindow.c
17934                 Proper utf8
17935
17936 2004-07-18 [colin]      0.9.12cvs32.2
17937
17938         * src/compose.c
17939                 Save attachment status when drafting
17940
17941 2004-07-18 [colin]      0.9.12cvs32.1
17942
17943         * src/gtk/filesel.c
17944                 Fix erratic folder selection in open mode
17945
17946 2004-07-18 [colin]      0.9.12cvs31.11
17947
17948         * src/pop.c
17949                 Don't let partial messages get deleted
17950                 even with "dowload all"
17951                 (0.9.12cvs31.8 fix extension)
17952 2004-07-18 [colin]      0.9.12cvs31.10
17953
17954         * src/gtk/logwindow.c
17955                 Fix log scrolling
17956
17957 2004-07-18 [colin]      0.9.12cvs31.9
17958
17959         * src/common/utils.c
17960                 Fix non-utf8 strings coming from commands
17961                 and files
17962
17963 2004-07-18 [colin]      0.9.12cvs31.8
17964
17965         * src/pop.c
17966                 Fix partial download bug with Download all
17967                 messages option
17968
17969 2004-07-18 [colin]      0.9.12cvs31.7
17970
17971         * src/textview.c
17972                 Fix bug introduced in 0.9.12cvs31.2
17973                 (blocked in select mode after double click)
17974
17975 2004-07-18 [colin]      0.9.12cvs31.6
17976
17977         * src/compose.c
17978         * src/gtk/menu.c
17979                 More glib-warning fixes
17980
17981 2004-07-18 [colin]      0.9.12cvs31.5
17982
17983         * src/compose.c
17984                 Fix trashing the primary clipboard when moving 
17985                 around with tab
17986         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
17987
17988 2004-07-18 [colin]      0.9.12cvs31.4
17989
17990         * src/codeconv.c
17991                 convert unencoded iso headers to utf8
17992         (Fix Bug 538 Unencoded local characters in subject make it 
17993          disappear)
17994
17995 2004-07-18 [colin]      0.9.12cvs31.3
17996
17997         * src/compose.c
17998                 Fix tab char handling in wrapping
17999         (Fix Bug 537 Line wrap problem - TAB character treated as 
18000          one character instead of 8)
18001
18002 2004-07-18 [colin]      0.9.12cvs31.2
18003
18004         * src/textview.c
18005                 return FALSE on GDK_MOTION_NOTIFY
18006         (Fix Bug 535 Hyperlinks/addresses are not selectable 
18007          (unable to highlight))
18008
18009 2004-07-18 [colin]      0.9.12cvs31.1
18010
18011         * src/folderview.c
18012                 Sync with 0.9.12cvs31
18013
18014 2004-07-18 [colin]      0.9.12cvs30.4
18015
18016         * src/compose.c
18017                 Also block text_inserted when inserting a file
18018
18019 2004-07-18 [colin]      0.9.12cvs30.3
18020
18021         * src/compose.c
18022                 Fix smart wrapping (block text_inserted handler
18023                 while putting quotation to avoid wrap on input,
18024                 don't join lines if next is sig separator)
18025
18026 2004-07-17 [colin]      0.9.12cvs30.2
18027
18028         * src/folderview.c
18029         * src/mainwindow.c
18030         * src/mimeview.c
18031         * src/summaryview.c
18032         * src/gtk/quicksearch.c
18033         * src/gtk/quicksearch.h
18034                 Block key events handlers *and* accels while
18035                 quicksearch is focused
18036         (Fixes Bug 534 quick-search bar not accepting certain letters)
18037
18038 2004-07-17 [colin]      0.9.12cvs30.1
18039
18040         * src/folder.h
18041         * src/folderview.c
18042         * src/summaryview.c
18043                 Sync with 0.9.12cvs30
18044
18045 2004-07-17 [colin]      0.9.12cvs28.2
18046
18047         * src/mimeview.c
18048         * src/procmime.c
18049         * src/summaryview.c
18050         * src/gtk/menu.c
18051                 Squash some compile and glib warnings
18052
18053 2004-07-17 [paul]       0.9.12cvs28.1
18054
18055         * src/mimeview.c
18056                 sync with 0.9.12cvs28 HEAD
18057
18058 2004-07-16 [paul]       0.9.12cvs26.1
18059         
18060         * src/gtk/quicksearch.c
18061         * src/account.c
18062         * src/account.h
18063         * src/compose.c
18064         * src/customheader.c
18065         * src/folder_item_prefs.c
18066         * src/main.c
18067         * src/mainwindow.c
18068         * src/messageview.c
18069         * src/mimeview.c
18070         * src/news.c
18071         * src/pgpmime.c
18072         * src/pop.c
18073         * src/pop.h
18074         * src/prefs_account.c
18075         * src/prefs_account.h
18076         * src/prefs_common.c
18077         * src/prefs_common.h
18078         * src/prefs_display_header.c
18079         * src/prefs_gtk.c
18080         * src/prefs_gtk.h
18081         * src/procheader.c
18082         * src/procmime.c
18083                 sync with 0.9.12cvs26 HEAD      
18084
18085 2004-07-15 [colin]      0.9.12cvs18.14
18086
18087         * src/folder.c
18088                 Disable GPG signature check during
18089                 folder move and scan
18090         (Closes Bug 521 Signature checking slows down Folder-Move)
18091
18092 2004-07-14 [colin]      0.9.12cvs18.13
18093
18094         * src/common/partial_download.c
18095                 update includes
18096
18097 2004-07-14 [colin]      0.9.12cvs18.12
18098
18099         * src/common/partial_download.c
18100         * src/common/partial_download.h
18101                 Move doc at top, add correct copyright
18102
18103 2004-07-14 [colin]      0.9.12cvs18.11
18104
18105         * src/folder.c
18106         * src/messageview.c
18107         * src/pop.c
18108         * src/pop.h
18109         * src/procmsg.c
18110         * src/summaryview.c
18111         * src/common/Makefile.am
18112         * src/common/partial_download.c ** NEW FILES **
18113         * src/common/partial_download.h ** NEW FILES **
18114                 Move partial-download related stuff to its
18115                 own file
18116
18117 2004-07-14 [colin]      0.9.12cvs18.10
18118
18119         * src/send_message.c
18120                 Fix smtp auth when user is null or empty
18121
18122 2004-07-13 [colin]      0.9.12cvs18.9
18123
18124         * src/gtk/quicksearch.c
18125                 Use alphabetic order
18126
18127 2004-07-13 [colin]      0.9.12cvs18.8
18128
18129         * src/pop.c
18130                 Be paranoid on the checks
18131
18132 2004-07-13 [colin]      0.9.12cvs18.7
18133
18134         * src/gtk/quicksearch.c
18135                 Fix Engrish once again
18136
18137 2004-07-13 [colin]      0.9.12cvs18.6
18138
18139         * src/procmsg.c
18140         * src/summaryview.c
18141                 Mark messages for deletion when they are about to
18142                 be removed from trash
18143
18144 2004-07-13 [colin]      0.9.12cvs18.5
18145
18146         * src/matcher.c
18147         * src/matcher.h
18148         * src/matcher_parser_parse.y
18149         * src/prefs_matcher.c
18150         * src/gtk/quicksearch.c
18151                 Add 'partial' ('p') match string to find partially
18152                 downloaded messages
18153
18154 2004-07-13 [colin]      0.9.12cvs18.4
18155
18156         * src/pop.c
18157                 Fix misplaced block
18158
18159 2004-07-13 [colin]      0.9.12cvs18.3
18160
18161         * src/pop.c
18162         * src/pop.h
18163         * src/messageview.c
18164                 Refactor API (to avoid passing 5+ params and code
18165                 duplication)
18166         * src/folder.c
18167         * src/msgcache.c
18168         * src/procheader.c
18169         * src/common/defs.h
18170                 Add planned_download to cache
18171                 Don't mess uidl file when moving partially downloaded
18172                 mails (they change folder, we should change it in the
18173                 uidl list too or we'll remove an incorrect message)
18174                 (this also helps removing hacks when changing 
18175                 planned_download in messageview.c)
18176
18177 2004-07-12 [colin]      0.9.12cvs18.2
18178
18179         * src/gtk/quicksearch.c
18180                 Fix missing status update in quicksearch
18181
18182 2004-07-12 [paul]       0.9.12cvs18.1
18183
18184         * po/POTFILES.in
18185         * src/Makefile.am
18186         * src/account.c
18187         * src/codeconv.c
18188         * src/compose.c
18189         * src/inc.c
18190         * src/main.c
18191         * src/prefs_common.c
18192         * src/procmsg.h
18193         * src/toolbar.c
18194         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18195         * src/prefs_wrapping.[ch]       ** NEW FILES **
18196         * src/common/intl.h
18197         * src/common/utils.[ch]
18198         * src/gtk/quicksearch.[ch]
18199                 sync with 0.9.12cvs18 HEAD
18200
18201 2004-07-12 [colin]      0.9.11cvs17.25
18202
18203         * src/folder.c
18204         * src/folder.h
18205                 Remove unused function added by me in 0.9.11cvs17.10
18206
18207 2004-07-11 [colin]      0.9.11cvs17.24
18208
18209         * src/inc.c
18210         * src/messageview.c
18211         * src/pop.c
18212         * src/pop.h
18213                 Use folderitem and msgnum instead of filename to
18214                 know which mail to delete
18215                 Move old partial mail deletion to pop.c
18216
18217 2004-07-10 [colin]      0.9.11cvs17.23
18218
18219         * src/inc.c
18220                 Add debug
18221         * src/pop.c
18222         * src/pop.h
18223                 Don't re-use same enums for unrelated stuff: it's 
18224                 completely misleading !
18225                 Document a bit
18226
18227 2004-07-09 [colin]      0.9.11cvs17.22
18228
18229         * src/inc.c
18230                 Remove folder-type check and do
18231                 more tests to be sure everything's
18232                 ok
18233         * src/messageview.c
18234                 Punctuation update, remove useless
18235                 code, fix two warnings
18236         * src/noticeview.c
18237                 Layout cleaning, reset 2nd button
18238                 when specifying one
18239
18240 2004-07-09 [colin]      0.9.11cvs17.21
18241
18242         * src/messageview.c
18243         * src/pop.c
18244         * src/pop.h
18245                 Allow user to change his mind
18246                 and postpone decision (by
18247                 unmarking the mail)
18248
18249 2004-07-09 [colin]      0.9.11cvs17.20
18250
18251         * src/messageview.c
18252                 Fix bug with delete state
18253         * src/pop.c
18254         * src/pop.h
18255                 Fix buffer leak (fread doesn't 
18256                 terminate buffers with \0)
18257                 Refactoring (remove magic 
18258                 numbers)
18259
18260 2004-07-09 [colin]      0.9.11cvs17.19
18261
18262         * src/pop.c
18263                 Don't log "Skipping message" if 
18264                 we're going to TOP it two lines
18265                 later
18266
18267 2004-07-09 [colin]      0.9.11cvs17.18
18268
18269         * src/messageview.c
18270                 Fix Engrish
18271
18272 2004-07-09 [colin]      0.9.11cvs17.17
18273
18274         * src/pop.c
18275                 strlen checking...
18276         * src/messageview.c
18277                 refactoring a bit
18278
18279 2004-07-08 [colin]      0.9.11cvs17.16
18280
18281         * src/noticeview.c
18282         * src/noticeview.h
18283                 Add an optional second button
18284         * src/messageview.c
18285         * src/pop.c
18286         * src/pop.h
18287                 Don't delete partially received mails after a certain
18288                 time; rather, let the user decide.
18289
18290 2004-07-08 [colin]      0.9.11cvs17.15
18291
18292         * src/common/smtp.h
18293                 Sync with HEAD
18294
18295 2004-07-08 [colin]      0.9.11cvs17.14
18296
18297         * src/messageview.c
18298         * src/common/smtp.c
18299                 Use to_human_readable() for sizes
18300
18301 2004-07-08 [colin]      0.9.11cvs17.13
18302
18303         * src/inc.c
18304         * src/messageview.c
18305         * src/pop.c
18306         * src/pop.h
18307         * src/procmsg.c
18308                 Fix partial-downloading issues:
18309                         catch unsupported TOP
18310                         don't delete partially downloaded mails before 5 days
18311                         don't update existing with non-MH folders; that'll
18312                         make dups, but it's better than trashing the folder
18313                         free new msginfo parts
18314                 Fix indentation ;-)
18315
18316 2004-07-08 [colin]      0.9.11cvs17.12
18317
18318         * src/common/smtp.c
18319         * src/common/smtp.h
18320                 Sync smtp size verification with HEAD
18321
18322 2004-07-08 [colin]      0.9.11cvs17.11
18323
18324         * src/summaryview.c
18325         * src/prefs_common.c
18326         * src/prefs_common.h
18327         * src/gtk/quicksearch.c
18328         * src/gtk/quicksearch.h
18329                 Sync sticky pref with HEAD
18330
18331 2004-07-08 [colin]      0.9.11cvs17.10
18332
18333         * src/folder.c [1.213.2.6]
18334         * src/folder.h [1.87.2.6]
18335         * src/inc.c [1.149.2.7]
18336         * src/messageview.c [1.94.2.8]
18337         * src/procheader.c [1.47.2.6]
18338         * src/procmsg.c [1.150.2.4]
18339         * src/procmsg.h [1.60.2.5]
18340         * src/pop.c [1.56.2.4]
18341         * src/pop.h [1.17.2.3]
18342                 Let too big messages get downloaded, but truncated
18343                 Add a button to download them completely
18344                 
18345 2004-07-06 [colin]      0.9.11cvs17.9
18346
18347         * src/gtk/quicksearch.c [1.1.2.3]
18348                 Add a Clear button
18349         * commitHelper
18350         * PATCHSETS
18351                 Add a script to help with cvs
18352
18353 2004-07-03 [colin]      0.9.11cvs17.8
18354
18355         * src/plugins/imageviewer/viewer.c
18356                 fix imageviewer (which was staying on the first
18357                 displayed image)
18358
18359 2004-07-03 [colin]      0.9.11cvs17.7
18360
18361         Removed FIXME_GTK2 warnings
18362         * src/gtk/gtkutils.c
18363                 useless #warnings
18364         * src/gtk/menu.c
18365                 useless #warnings (no need to mess with menu rc)
18366         * src/gtk/menu.h
18367                 unused functions
18368         
18369
18370 2004-07-03 [colin]      0.9.11cvs17.6
18371
18372         Removed FIXME_GTK2 warnings
18373         * src/codeconv.c
18374                 useless #warnings (rewrite needed)
18375         * src/compose.c
18376                 useless #warnings (rewrite needed)
18377                 useless #warnings (gtk2 is like that)
18378                 useless #warnings (previously fixed)
18379         * src/main.c
18380                 useless #warnings (previously fixed)
18381         * src/message_search.c
18382                 useless #warnings (gtk2 is like that)
18383                 Made apparent that search is case-sensitive
18384         * src/mimeview.c
18385                 useless #warnings (rewrite needed)
18386                 useless #warnings (gtk2 is like that)
18387                 reimplemented real warnings
18388         * src/prefs_common.c
18389                 Removed block cursor option (not it gtk2)
18390         * src/prefs_gtk.c
18391                 useless #warnings (rewrite needed)
18392         * src/procheader.c
18393                 useless #warnings (rewrite needed)
18394         * src/sourcewindow.c
18395                 useless #warnings (incorrect placing)
18396         * src/summary_search.c
18397                 useless #warnings (gtk2 is like that)
18398                 Made apparent that search is case-sensitive
18399         * src/action.c
18400                 useless #warnings (gtk2 is like that)
18401         * src/textview.c
18402                 useless #warnings (rewrite needed)
18403         * src/toolbar.c
18404                 useless #warnings (rewrite needed)
18405
18406 2004-07-03 [colin]      0.9.11cvs17.5
18407
18408         * src/textview.c
18409                 Fix mismerge which broke URI opening
18410                 
18411 2004-07-01 [colin]      0.9.11cvs17.4
18412
18413         * src/gtk/filesel.c
18414                 Fill filename when saving
18415                 
18416 2004-06-27 [colin]      0.9.11cvs17.3
18417
18418         * src/gtk/filesel.[ch]
18419                 Use the new GTK file selector
18420                 Update prototype to match the reality: multiple file
18421                 selection is open-only          
18422         * src/compose.c
18423                 Match the new prototypes        
18424         * configure.ac
18425                 Match the new requirements (gtk 2.4.0)
18426                         
18427 2004-06-26 [colin]      0.9.11cvs17.2
18428
18429         * src/plugins/trayicon/trayicon.c
18430                 Remove useless signal handler on resize, which causes
18431                 an infinite "loop"
18432         
18433 2004-06-26 [colin]      0.9.11cvs17.1
18434         
18435         * tools/Makefile.am
18436                 remove launch_firebird and add nautilus2sylpheed.sh
18437         * src/quicksearch.c
18438           src/summaryview.c
18439                 Fix show/hide "Extended symbols" button problem
18440                 Fix apparition at startup
18441                 Fix const warnings
18442         * src/plugins/image_viewer/Makefile.am
18443                 Fix configure 
18444         * common/ssl.c
18445                 Re-enable certificate check, as it doesn't seem to
18446                 cause Xlib errors anymore
18447
18448 2004-06-25 [paul]       0.9.11cvs17
18449
18450         * sync with 0.9.11cvs17 HEAD
18451         
18452         NOTE: QuickSearch is broken
18453
18454 2004-06-07 [colin]      0.9.10claws67.10
18455         * src/plugins/trayicon/trayicon.c
18456           src/plugins/trayicon/libeggtrayicon/Makefile.am
18457           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18458                 Fix gettextization in trayicon plugin
18459
18460 2004-06-07 [colin]      0.9.10claws67.9
18461         
18462         * src/summaryview.c
18463           src/gtk/gtksctree.[ch]
18464                 Let Shift+{Up,Down} work in summaryview
18465                 (well, Down "works" and Up works)
18466                 Let the list scroll when using these keys
18467
18468 2004-06-06 [colin]      0.9.10claws67.8
18469
18470         * src/plugins/trayicon/trayicon.c
18471                 Fix pixmap update
18472
18473 2004-06-06 [colin]      0.9.10claws67.7
18474
18475         * src/addressbook.c
18476                 Fix signal handling causing system-wide focus grab
18477
18478 2004-05-25 [paul]       0.9.10claws67.6
18479
18480         * Makefile.am
18481           src/Makefile.am
18482                 clean up
18483
18484 2004-05-25 [paul]       0.9.10claws67.5
18485
18486         * replace deprecated gtk_signal... functions
18487
18488 2004-05-23 [colin]      0.9.10claws67.4
18489
18490         * src/compose.c
18491                 Fix wrapping
18492
18493 2004-05-22 [colin]      0.9.10claws67.3
18494
18495         * src/compose.c
18496                 Re-fix [Edited] in compose.c::compose_reedit()
18497
18498 2004-05-22 [colin]      0.9.10claws67.2
18499
18500         * src/procmime.c
18501                 Fix parsing of multiparts mails
18502
18503 2004-05-22 [colin]      0.9.10claws67.1
18504
18505         * src/summaryview.c
18506                 Fix quicksearch
18507
18508 2004-05-22 [paul]       0.9.10claws67
18509
18510         * sync with 0.9.10claws67 HEAD
18511
18512 2004-05-14 [alfons]
18513
18514         * src/procmime.h
18515                 add forgotton prototype
18516
18517 2004-05-10 [paul]       0.9.10claws57
18518
18519         * sync with 0.9.10claws57 HEAD
18520
18521 2004-05-05 [paul]       0.9.9.claws1
18522
18523         * ChangeLog-gtk2        ** REMOVED **
18524           ChangeLog-gtk2.claws  ** ADDED **
18525                 rename and adopt the normal claws format
18526                 
18527         * configure.ac
18528                 require gtkmathview >= 0.5
18529
18530         * ac/*                          ** REMOVED **
18531           ac/                           ** REMOVED **
18532           intl/Makefile.in              ** REMOVED **
18533           m4/                           ** ADDED **
18534           m4/missing                    ** ADDED **
18535           m4/missing/gdk-pixbuf.m4      ** ADDED **
18536           m4/missing/gettext.m4         ** ADDED **
18537           m4/missing/gpgme.m4           ** ADDED **
18538           m4/missing/imlib.m4           ** ADDED **
18539           m4/.cvsignore                 ** ADDED **
18540           m4/Makefile.am                ** ADDED **
18541           m4/README                     ** ADDED **
18542           m4/aclocal-include.m4         ** ADDED **
18543           m4/aspell.m4                  ** ADDED **
18544           m4/check-type.m4              ** ADDED **
18545           m4/gnupg-check-typedef.m4     ** ADDED **
18546           m4/openssl.m4                 ** ADDED **
18547           m4/spamassassin.m4            ** ADDED **
18548           po/ChangeLog                  ** REMOVED **
18549           po/Makefile.in.in             ** REMOVED **
18550           po/Rules-quot                 ** REMOVED **
18551           po/boldquot.sed               ** REMOVED **
18552           po/en@boldquot.header         ** REMOVED **
18553           po/en@quot.header             ** REMOVED **
18554           po/insert-header.sin          ** REMOVED **
18555           po/quot.sed                   ** REMOVED **
18556           po/remove-potcdate.sed        ** REMOVED **
18557           po/remove-potcdate.sin        ** REMOVED **
18558           po/stamp-po                   ** REMOVED **
18559           Makefile.am
18560           autogen.sh
18561           configure.ac
18562                 enable building with automake 1.8.x
18563                 add 'autopoint --force' to autogen.sh and remove all
18564                 auto-generated files, remove ac/ directory and use
18565                 m4/ directory instead
18566                 
18567         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18568                 fix gettextization
18569
18570 2004-02-28 Colin Leroy <colin@colino.net>
18571         * src/prefs_matcher.c
18572           src/prefs_filtering.c
18573           src/prefs_filtering_action.c
18574                 Fix non-editable GtkEntries
18575
18576 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18577         * src/prefs_themes.c
18578                 utf8 conversion for theme info
18579
18580 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18581         * sync 0.9.9claws
18582
18583 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18584         * src/grouplistdialog.c
18585                 allow multiple selections without ctrl key
18586
18587 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18588         * src/main.c
18589                 enable customizable accelerators
18590
18591 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18592         * src/prefs_common.c
18593                 re-enable different font settings for gtk1/2
18594         * src/prefs_folder_item.c
18595                 fix folder prefs displayed wrong
18596         * src/textview.c
18597                 set 'sunken' shadow type
18598
18599 2004-02-07 Colin Leroy <colin@colino.net>
18600         * src/compose.c
18601                 Fix message being always [Edited]
18602                 Encode headers correctly (utf8 buf)
18603
18604 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18605         * src/socket.c
18606                 remove double g_source_attach()
18607                 (Thanks to Colin Leroy)
18608
18609 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18610         * src/gtk/gtksctree.c
18611                 Fix SSL certificate list not shown
18612         * src/mimeview.c
18613                 Fix clicks in mime tree
18614
18615 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18616         * src/common/socket.c
18617                 Fix SSL receive
18618         * src/compose.c
18619                 Fix clipboard menu hotkeys
18620
18621 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18622         * src/gtk/gtkaspell.[ch]
18623           src/compose.c
18624                 reimplement spellchecker
18625
18626 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18627         * src/gtk/filesel.c
18628                 crash when inserting file in compose window
18629                 (TODO: keep old selection on clicks)
18630         * src/main.c
18631                 use gtkrc-2.0 instead of gtkrc
18632
18633 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18634         * src/messageview.c
18635                 remove orphaned mimeview unref()
18636
18637 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18638         * src/grouplistdialog.c
18639                 expand nodes containing subscribed groups
18640
18641 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18642         * src/textview.c
18643                 textview: hide cursor, restore old click behaviour
18644
18645 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18646         * src/textview.c
18647                 variable names messed up
18648
18649 2004-01-17 Colin Leroy <colin@colino.net>
18650         * src/addr_compl.c
18651                 Fix completion address too thin
18652         * src/compose.c
18653                 Fix tab-to-subject behaviour
18654         * src/summaryview.c
18655                 Implement key up & down in summaryview
18656
18657 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18658
18659         * sync 098claws
18660
18661 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18662         * configure.ac
18663           Makefile.am
18664           doc/.cvsignore
18665           doc/Makefile.am
18666                 faq, man, manual moved to doc/
18667         * ac/aspell.m4
18668           ac/check-type.m4
18669           ac/gnupg-check-typedef.m4
18670           ac/openssl.m4
18671           ac/spamassassin.m4
18672           ac/missing/gdk-pixbuf.m4
18673           ac/missing/gpgme.m4
18674           ac/missing/imlib.m4
18675                 fix automake warnings
18676
18677 2003-12-06 Colin Leroy <colin@colino.net>
18678         * src/summaryview.c
18679                 Fix quicksearch
18680
18681 2003-12-05 Colin Leroy <colin@colino.net>
18682         * src/summaryview.c
18683                 Fix going to next unread folder
18684
18685 2003-12-05 Colin Leroy <colin@colino.net>
18686         * src/crash.c
18687                 Fix gtk2 compilation
18688         * src/session.c
18689                 Remove iotag source handler at disconnection
18690         * src/socket.[ch] 
18691                 Remove source handler when closing socket 
18692                 (fixes another seg)
18693
18694 2003-12-04 Colin Leroy <colin@colino.net>
18695         * src/compose.c
18696           src/prefs_account.c
18697           src/prefs_common.c
18698                 Fix some dropdown menus
18699
18700 2003-12-04 Colin Leroy <colin@colino.net>
18701         * src/compose.c
18702                 Fix event handlers on header fields
18703         * src/common/socket.c
18704           src/common/session.c
18705                 Fix segfault with callback (SSL)
18706                 Fix end of session 
18707
18708 2003-10-06 Thorsten Maerz <torte@netztorte.de>
18709
18710         * Fix compile bug in src/compose.c
18711         * removed src/gtk/gtkstext.[ch]
18712
18713 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
18714
18715         * Convert character set and escape "text" attributes in toolbar setting
18716         files.
18717         * Fixed bug in button-press-event handling.
18718
18719 2003-09-16 Thorsten Maerz <torte@netztorte.de>
18720
18721         * Fixed bug in key-press-event handling.
18722
18723 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
18724
18725         * Enabled to compile tray-icon plugin (Ad-hoc).
18726         * Avoid hang up bug of icon list in mime view (Ad-hoc).
18727
18728 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
18729
18730         * Enabled to compile on sylpheed-claws.
18731         (tray-icon plugin still cannot compile yet.)
18732
18733 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
18734
18735         * Updated to 0.9.5.
18736
18737 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
18738
18739         * Updated to 0.9.4.
18740         * Ported monitoring SSL mechanism to GSource of GLib2
18741         (I don't confirm it)
18742         * Added _gtk2 suffix to key name of font preference to avoid
18743         ovverwriting preference of Gtk+-1.2 version.
18744
18745 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
18746
18747         * Updated to 0.9.2.
18748
18749 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
18750
18751         * Updated to 0.9.1.
18752         * Translate po files into UTF-8 when execute autogen.sh.
18753
18754 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
18755
18756         * Updated to 0.9.0.
18757
18758 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
18759
18760         * Plugged GError related memory leaks.
18761
18762 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
18763
18764         * Changed default size of fonts.
18765         * Enabled to set titile font size of warning dialog.
18766
18767 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
18768
18769         * Embed a sylpheed icon into executable binary on Windows.
18770
18771 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18772
18773         * I forgot to traslate character set of element string in src/xml.c.
18774
18775 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18776
18777         * Fixed detecting bind_textdomain_codeset in configure.in.
18778         * The bug in which "Example" of "Date fromat" preference isn't displayed
18779         correctly has been fixed.
18780
18781 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18782
18783         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18784           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18785           glib-gettextize
18786           Removed intl directory.
18787           Translated po files into UTF-8.
18788           (Thanks! Ryuji Abe)
18789
18790 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18791
18792         * The bug which doesn't unscape string in xml.c has been fixed.
18793
18794 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18795
18796         * The bug which is failed to translate encoding of file name thorough
18797         file dialog has been fixed.
18798
18799 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18800
18801         * Modified to translate file names which is used in inporting/expoting
18802         mbox feature and "Save as" feature into locale encoding.
18803         * Translate file names into locale encoding when "Attache file" and
18804         "Insert file".
18805         * Force set G_BROKEN_FILENAMES environment variable.
18806         * Other minor fixes.
18807
18808 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18809
18810         * Modified to treat MH folder's name as locale encoding.
18811
18812 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18813
18814         * The bug which clash on switching candidates of auto completion of
18815         addresses, cannot use auto completion in Japanesse is fixed
18816         (Thanks! Tokunaga-san)¡¥
18817
18818 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18819
18820         * The bug which cannot switch key accelerator preference has been fixed
18821         (Thanks! smbd-san)¡¥
18822
18823 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18824
18825         * version 0.8.11-gtk2-20030314
18826
18827 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18828
18829         * The bug in which character set conversion of filtering messages has
18830         been fixed.(Thanks! COCOA-san).
18831
18832 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18833
18834         * Revived "Leave space on head" preference in "Message" category.
18835         * A bug which clash when put the cursor to end of buffer and execute
18836         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18837
18838 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18839
18840         * version 0.8.11-gtk2-20030312
18841
18842 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18843
18844         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18845         * Modified to use Pango's API directly for font preference.
18846         * Integrated GtkTextView of textview to one widget.
18847         * Set fonts of header title in textview by "header_title" tag.
18848         * Removed some deprecated codes.
18849
18850 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18851
18852         * Updated to 0.8.11.
18853         * Merged cygwin patch(Thanks! Sakai-san).
18854
18855 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18856
18857         * version 0.8.10-gtk2-20030309