2006-10-05 [paul] 2.5.3cvs6
[claws.git] / ChangeLog
1 2006-10-05 [paul]       2.5.3cvs6
2
3         * src/common/utils.c
4                 fix building with --disable-nls
5
6 2006-10-04 [colin]      2.5.3cvs5
7
8         * src/folder.c
9                 Maybe fix a segfault
10
11 2006-10-04 [wwp]        2.5.3cvs4
12
13         * src/prefs_folder_item.c
14                 Fine-tune layouts in folder item prefs. Suggested by
15                 Fabien Vantard <fzzzzz@gmail.com>.
16
17 2006-10-04 [wwp]        2.5.3cvs3
18
19         * src/prefs_folder_item.c
20                 Kill the clandestine passengers. You didn't see anything.
21
22 2006-10-04 [wwp]        2.5.3cvs2
23
24         * src/prefs_folder_item.c
25                 Add a way to test the subject simplify regexp in
26                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
27                 w/ few layout changes.
28
29 2006-20-04 [paul]       2.5.3cvs1
30
31         * NEWS
32         * README
33         * configure.ac
34                 Update version number following
35                 stable release
36
37 2006-10-04 [colin]      2.5.2cvs42
38
39         * src/folder.c
40         * src/folder.h
41         * src/summaryview.c
42                 Provide a way for folder classes to set their sort
43                 type and key
44
45 2006-10-03 [colin]      2.5.2cvs41
46
47         * src/mh.c
48                 Don't use strlen() to know if the
49                 string's empty
50
51 2006-10-03 [colin]      2.5.2cvs40
52
53         * src/mh.c
54                 Fix "check for new folders" with accentued folders
55
56 2006-10-03 [ticho]      2.5.2cvs39
57
58         * src/filtering.c
59         * src/folder.c
60         * src/inc.c
61         * src/mbox.c
62                 Colin's fix for "copy" filtering rules.
63
64 2006-10-02 [colin]      2.5.2cvs38
65
66         * src/folderview.c
67                 Fix for double-click too
68
69 2006-10-02 [colin]      2.5.2cvs37
70
71         * src/folderview.c
72                 correct fix for cvs36
73
74 2006-10-02 [colin]      2.5.2cvs36
75
76         * src/folderview.c
77                 Fix 'goto next unread' after collapsing/expanding 
78                 a node.
79
80 2006-10-02 [colin]      2.5.2cvs35
81
82         * src/summaryview.c
83                 Fix double freeze/thaw
84         * src/common/utils.c
85         * src/common/utils.h
86                 Reimplement strftime
87         * src/procheader.c
88                 Use it
89
90
91 2006-10-02 [colin]      2.5.2cvs34
92
93         * src/mh.c
94                 Time mh_write_sequences() - it's fast
95         * src/summaryview.c
96                 Init a variable to shut up gcc
97
98 2006-10-01 [colin]      2.5.2cvs33
99
100         * src/folder.c
101         * src/mh.c
102         * src/mh.h
103         * src/msgcache.c
104                 Add helper mh_set_mtime(), and set mtime to stat()'s result
105                 Add fsync but disable it, it's slow as hell
106
107 2006-10-01 [colin]      2.5.2cvs32
108
109         * src/mh.c
110         * src/msgcache.c
111                 fflush() caches and mh_sequences before
112                 fclose()ing
113
114 2006-10-01 [colin]      2.5.2cvs31
115
116         * src/msgcache.c
117                 Don't ftruncate when not using mmap
118
119 2006-09-30 [colin]      2.5.2cvs30
120
121         * src/main.c
122                 Write folder list *after* saving caches
123
124 2006-09-30 [colin]      2.5.2cvs29
125
126         * src/folder.c
127         * src/mh.c
128                 Debug forced mtime changes
129
130 2006-09-30 [colin]      2.5.2cvs28
131
132         * src/folder.c
133         * src/main.c
134                 Remove useless debug_print()s (code
135                 well-tested)
136
137 2006-09-30 [colin]      2.5.2cvs27
138
139         * src/mh.c
140                 Do stuff faster when writing mh_sequences
141
142 2006-09-30 [colin]      2.5.2cvs26
143
144         * src/mh.c
145                 Don't let the writing of .mh_sequences, which
146                 can change the folder's mtime, let us think
147                 we need to scan.
148
149 2006-09-30 [colin]      2.5.2cvs25
150
151         * src/folder.c
152                 Move a debug_print where it belongs 
153                 (processing)
154         * src/summaryview.c
155                 Don't mess with a huge slow subject
156                 table if we're not threading by
157                 subject
158
159 2006-09-30 [colin]      2.5.2cvs24
160
161         * src/msgcache.c
162                 Reenable mmaped reads (*not* writes!)
163         * src/procmsg.c
164                 Don't destroy and recreate hashtables just
165                 for fun
166         * src/common/utils.c
167                 Remove useless reply prefixes (it's case
168                 unsensitive)
169
170 2006-09-30 [wwp]        2.5.2cvs23
171
172         * tools/fix_date.sh
173                 Fixed a minor bug in date value extraction, added a switch
174                 to replace non RFC-compliant Date: value, added a switch
175                 to use strict RFC matching patterns for dates.
176
177 2006-09-29 [colin]      2.5.2cvs22
178
179         * src/matcher_parser.h
180         * src/matcher_parser_parse.y
181         * src/prefs_filtering.c
182         * src/statusbar.c
183         * src/summary_search.c
184         * src/summaryview.c
185         * src/gtk/quicksearch.c
186         * src/gtk/quicksearch.h
187                 Optimise searches by setting different
188                 refresh intervals (depending if the 
189                 search is fast or not)
190
191 2006-09-29 [colin]      2.5.2cvs21
192
193         * src/codeconv.c
194                 Optimise by reusing the last iconv converter
195                 if possible
196         * src/textview.c
197                 Optimise a bit (the foldable quotes feature
198                 still has an awful O(n^2) algo
199
200 2006-09-29 [colin]      2.5.2cvs20
201
202         * src/gtk/gtksctree.c
203         * src/gtk/gtksctree.h
204                 Optimise de-selection via up/down or
205                 another key
206
207 2006-09-28 [colin]      2.5.2cvs19
208
209         * src/action.c
210         * src/compose.c
211         * src/folderview.c
212         * src/mainwindow.c
213         * src/messageview.c
214         * src/summary_search.c
215         * src/toolbar.c
216                 Avoid using summaryview->ctree directly
217
218 2006-09-28 [colin]      2.5.2cvs18
219
220         * src/summaryview.c
221         * src/summaryview.h
222                 Add helpers to freeze/thaw/grab_focus
223                 Factorize calls to freeze/thaw/grab_focus
224                 
225
226 2006-09-28 [colin]      2.5.2cvs17
227
228         * src/main.c
229                 More guards for the session management
230
231 2006-09-28 [colin]      2.5.2cvs16
232
233         * src/folderview.c
234         * src/gtk/gtksctree.c
235         * src/gtk/gtksctree.h
236                 Make expanding not recursive in folderview
237
238 2006-09-28 [colin]      2.5.2cvs15
239
240         * src/addressbook.c
241                 If nothing is selected in the list (right part)
242                 and a group is selected in the tree (left part),
243                 mail this group.
244
245 2006-09-28 [colin]      2.5.2cvs14
246
247         * src/Makefile.am
248                 Actually use SM_LIBS
249
250 2006-09-28 [ticho]      2.5.2cvs13
251
252         * src/export.c
253         * src/messageview.c
254         * src/mimeview.c
255         * src/news.c
256         * src/pop.c
257         * src/prefs_themes.c
258         * src/procmsg.c
259                 Small i18n string optimization.
260         * src/send_message.c
261         * src/summaryview.c
262         * src/common/session.c
263         * src/common/smtp.c
264         * src/common/ssl_certificate.c
265         * src/common/utils.c
266                 Use "Couldn't" instead of "Can't" in UI messages,
267                 where appropriate.
268
269 2006-09-28 [colin]      2.5.2cvs12
270
271         * configure.ac
272                 Possibly fix link errors
273
274 2006-09-27 [wwp]        2.5.2cvs11
275
276         * src/gtk/authors.h
277         * doc/man/sylpheed-claws.1
278         * manual/ack.xml
279         * manual/es/ack.xml
280         * manual/fr/ack.xml
281         * manual/pl/ack.xml
282                 Updated authors info (me, myself and I).
283
284 2006-09-27 [colin]      2.5.2cvs10
285
286         * src/addressbook.c
287                 Remove useless printf
288
289 2006-09-27 [wwp]        2.5.2cvs9
290
291         * src/editgroup.c
292         * src/send_message.c
293         * src/inc.c
294         * src/prefs_common.c
295         * src/prefs_common.h
296         * src/gtk/progressdialog.c
297                 remember more windows' sizes (send dialog, received dialog,
298                 edit group in addressbook).
299
300 2006-09-27 [colin]      2.5.2cvs8
301
302         * configure.ac
303         * src/main.c
304         * src/mainwindow.h
305                 Use libSM to communicate with the session
306                 manager, so that we can know when the 
307                 session ends, save our caches, and draft
308                 our compose windows.
309
310 2006-09-27 [colin]      2.5.2cvs7
311
312         * src/addressbook.c
313                 Fix issues:
314                 o Allow Book and Group creation from the tree's
315                   contextual menu
316                 o Do not actually delete the contacts when 
317                   deleting groups from the tree (duh!)
318
319 2006-09-27 [colin]      2.5.2cvs6
320
321         * src/compose.c
322         * src/compose.h
323         * src/mainwindow.c
324         * src/textview.c
325         * src/toolbar.c
326                 o Allow passing an email address to 
327                   compose_new_with_folderitem
328                 o Update callers
329                 o Use current folderitem when clicking
330                   on a TextView mailto: link
331                 o Fix a possible leak in TextView
332
333 2006-09-27 [colin]      2.5.2cvs5
334
335         * src/html.c
336                 Use UTF-8 chars to replace HTML entities
337
338 2006-09-27 [colin]      2.5.2cvs4
339
340         * AUTHORS
341         * src/prefs_account.c
342         * src/gtk/authors.h
343                 Fix bug #1024 (Array index out of
344                 range in sylpheed-claws-2.5.2)
345                 Patch by Ales Nosek <anosek@suse.cz>
346
347 2006-09-27 [colin]      2.5.2cvs3
348
349         * src/addr_compl.c
350                 Actually do the test
351
352 2006-09-27 [colin]      2.5.2cvs2
353
354         * src/addr_compl.c
355         * src/addr_compl.h
356                 Allow completing with comma (in certain cases: vCalendar
357                 for example doesn't support that)
358                 Patch by Fabien Vantard
359
360 2006-09-26 [colin]      2.5.2cvs1
361
362         * src/Makefile.am
363         * src/addr_compl.c
364         * src/addr_compl.h
365         * src/addrbook.c
366         * src/addrbook.h
367         * src/addressbook.c
368         * src/addrindex.c
369         * src/addrindex.h
370         * src/compose.c
371         * src/prefs_common.c
372         * src/prefs_filtering_action.c
373         * src/prefs_folder_item.c
374         * src/prefs_template.c
375         * src/stock_pixmap.c
376         * src/stock_pixmap.h
377         * src/pixmaps/addr_one.xpm
378         * src/pixmaps/addr_two.xpm
379                 Add auto-completion on groups
380
381 2006-09-26 [colin]      2.5.2
382
383         * NEWS
384         * README
385         * RELEASE_NOTES
386                 2.5.2 released
387
388 2006-09-26 [colin]      2.5.1cvs5
389
390         * src/matcher.c
391                 Fix condition
392
393 2006-09-26 [colin]      2.5.1cvs4
394
395         * src/mbox.c
396                 Revert cvs1 (useless as the message is printed 
397                 every 500 mails)
398
399 2006-09-26 [colin]      2.5.1cvs3
400
401         * src/partial_download.c
402                 Fix crasher found by Alexsandar Urosevic
403
404 2006-09-26 [colin]      2.5.1cvs2
405
406         * src/summaryview.c
407                 Fix bug #1023 (Sylpheed deletes too much messages)
408
409 2006-09-26 [ticho]      2.5.1cvs1
410
411         * src/mbox.c
412                 Make use of gettext's multiple plurals for statusbar
413                 progress message.
414
415 2006-09-25 [paul]       2.5.1
416
417         * NEWS
418         * README
419         * RELEASE_NOTES
420                 2.5.1 released
421
422 2006-09-25 [colin]      2.5.0cvs3
423
424         * src/plugins/bogofilter/bogofilter.c
425         * src/plugins/clamav/clamav_plugin.c
426         * src/plugins/spamassassin/spamassassin.c
427                 BogoFilter, Spamassassin: Fix double hook registering after
428                 visiting preferences
429                 Spamassassin, Clamav: Just set the mails to move instead of
430                 doing the move - caller will move the things at once.
431
432 2006-09-25 [colin]      2.5.0cvs2
433
434         * src/imap.c
435         * src/etpan/imap-thread.c
436                 Use UID SEARCH ALL instead of UID 1:*
437                 (braindead servers can't figure out that's
438                 the same...)
439
440 2006-09-25 [wwp]        2.5.0cvs1
441
442         * src/message_search.c
443                 Added the ability to stop a running search (in message body).
444
445 2006-09-25 [paul]       2.5.0
446
447         * NEWS
448         * README
449         * RELEASE_NOTES
450                 2.5.0 released
451
452 2006-09-25 [paul]       2.4.0cvs214
453
454         * po/cs.po
455         * po/de.po
456         * po/fi.po
457         * po/fr.po
458         * po/nl.po
459         * po/pt_BR.po
460         * po/sk.po
461         * po/sr.po
462         * po/zh_CN.po
463                 updated by Tim, Stephan Sachse, Flammie Pirinen,
464                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
465                 Ticho, Aleksander Urosevic, Ralgh Young
466
467 2006-09-24 [mones]      2.4.0cvs213
468
469         * po/es.po
470                 Updated for release
471
472 2006-09-23 [colin]      2.4.0cvs212
473
474         * src/gtk/inputdialog.c
475                 Fix [ ] remember this appearing in normal
476                 input dialogs after it's been used by
477                 mimeview.
478         * src/folder.c
479         * src/folderview.c
480         * src/msgcache.c
481         * src/procmsg.c
482         * src/summaryview.c
483         * src/textview.c
484         * src/common/timing.h
485                 Enable timings in debug mode and make it
486                 look prettier.
487
488 2006-09-22 [colin]      2.4.0cvs211
489
490         * README
491                 Revert test change
492         * commitHelper
493                 ping the correct URI
494
495 2006-09-22 [colin]      2.4.0cvs210
496
497         * README
498                 Let's see if bug #1022 is fixed
499
500 2006-09-21 [colin]      2.4.0cvs209
501
502         * src/wizard.c
503         * src/common/plugin.c
504                 Prepare infra to load predefined plugins when
505                 no configuration existed. Don't actually load
506                 anything yet (feat. freeze)
507
508 2006-09-21 [wwp]        2.4.0cvs208
509
510         * manual/fr/faq.xml
511                 Partial sync w/ 2.4.0cvs72:
512                 wrap file and minor updates.
513
514 2006-09-21 [wwp]        2.4.0cvs207
515
516         * tools/fix_date.sh
517                 several fixes and enhancements. A new --force switch has been
518                 added to prevent overriding by default Date: header when
519                 already existing.
520
521 2006-09-21 [paul]       2.4.0cvs206
522
523         * src/common/utils.c
524                 add Chinese UTF8 Re prefix
525
526 2006-09-21 [wwp]        2.4.0cvs205
527
528         * tools/Makefile.am
529                 Fics alfabettical order.
530
531 2006-09-21 [wwp]        2.4.0cvs204
532
533         * tools/fix_date.sh
534         * tools/Makefile.am
535                 Added an action tool to fix missing Date field in emails.
536                 Updated Makefile.am to reflect those last two additions.
537
538 2006-09-21 [wwp]        2.4.0cvs203
539
540         * tools/uuooffice
541                 Added a action tool to open uuencoded docs w/
542                 OpenOffice (based on uudec method).
543
544 2006-09-21 [colin]      2.4.0cvs202
545
546         * src/compose.c
547         * src/textview.c
548                 Workaround possible GTK crash: remove selection 
549                 clipboard before destroying widget, or GTK+-2.10
550                 dies. Thanks to Hiro.
551
552 2006-09-20 [colin]      2.4.0cvs201
553
554         * src/compose.c
555                 Fix free-after-use in some cases (when 
556                 procmime_encode_content() frees mimeinfo->data.mem
557                 and turns it to a temp file)
558
559 2006-09-20 [colin]      2.4.0cvs200
560
561         * src/folderview.c
562         * src/summaryview.c
563         * src/gtk/gtksctree.c
564         * src/gtk/gtksctree.h
565                 Add tooltips in the folderview and summaryview
566                 (Doesn't break string freeze as they already
567                 exist)
568         * src/toolbar.c
569                 Put the spam button in the default configuration
570                 if compiled with bogo plugin too
571
572 2006-09-19 [colin]      2.4.0cvs199
573
574         * src/summaryview.c
575         * src/summaryview.h
576                 Update folder name label on folder rename
577         * src/prefs_matcher.c
578         * src/gtk/logwindow.h
579                 Fix warnings
580                 Patches by Fabien
581
582 2006-09-19 [wwp]        2.4.0cvs198
583
584         * src/summary_search.c
585                 fix can't click forward/backward buttons in the
586                 search messages.
587
588 2006-09-18 [paul]       2.4.0cvs197
589
590         * src/wizard.c
591                 add missing bracket, capitalise the A of
592                 'SpamAssassin'
593
594 2006-09-18 [paul]       2.4.0cvs196
595
596         * src/compose.c
597                 fix bug 1012 'crashed upon sending mail
598                 from compose window'
599                 Thanks to Colin
600
601 2006-09-16 [colin]      2.4.0cvs195
602
603         * src/folderview.c
604                 Fix "real-time" sorting by freezing/thawing
605
606 2006-09-16 [colin]      2.4.0cvs194
607
608         * manual/faq.xml
609                 Fix the anti-spam entry a bit
610
611 2006-09-16 [colin]      2.4.0cvs193
612
613         * src/wizard.c
614                 Make sure reviewers have no excuse when stating
615                 Sylpheed-Claws doesn't have antispam capabilities.
616
617 2006-09-16 [colin]      2.4.0cvs192
618
619         * src/main.c
620                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
621                 as if the SIGPIPE comes from etpan's thread we could
622                 trigger a GUI update from this thread.
623
624 2006-09-16 [colin]      2.4.0cvs191
625
626         * src/summaryview.c
627                 Init all members of the struct
628
629 2006-09-16 [paul]       2.4.0cvs190
630
631         * src/account.c
632                 improvements to the English
633
634 2006-09-15 [colin]      2.4.0cvs189
635
636         * src/summaryview.c
637                 HIG order on dialog
638
639 2006-09-14 [colin]      2.4.0cvs188
640
641         * src/common/socket.c
642         * src/common/socket.h
643         * src/common/ssl.c
644         * src/common/ssl_certificate.c
645         * src/common/ssl_certificate.h
646         * src/etpan/imap-thread.c
647                 the get_fqdn() call done to get canonical name when
648                 checking an SSL certificate is blocking, which is
649                 sad as we just did a non-blocking lookup to connect.
650                 Fix that by letting the fqdn available to the SockInfo,
651                 and use that in ssl_certificate_check(). For IMAP,
652                 we don't do it as the lookup's done by libetpan, but
653                 it's less annoying as IMAP connections as much more
654                 rare than POP3 connections.
655
656 2006-09-14 [paul]       2.4.0cvs187
657
658         * manual/advanced.xml
659                 improvements to the English,
660                 properly place the new hidden options
661                 within the alphabetical order
662         * src/gtk/pluginwindow.c
663                 improvements to the English
664
665 2006-09-14 [colin]      2.4.0cvs186
666
667         * src/prefs_common.c
668         * src/prefs_common.h
669         * src/gtk/gtksctree.c
670         * manual/advanced.xml
671                 New hidden pref, stripes_color_offset, to change
672                 the value added/substracted to normal bgcolor to
673                 create the stripes in summaries
674
675 2006-09-13 [colin]      2.4.0cvs185
676
677         * src/gedit-print.c
678         * src/messageview.c
679         * src/messageview.h
680         * src/summaryview.c
681         * src/textview.c
682                 Fix misc. printing issues: 
683                 - Bad font for linkified headers
684                 - Different font if the mail was displayed or not
685                 - Factorize the thing
686
687 2006-09-13 [colin]      2.4.0cvs184
688
689         * src/common/ssl_certificate.c
690                 Only get FQDN once when checking certificate
691
692 2006-09-13 [colin]      2.4.0cvs183
693
694         * src/account.c
695         * src/gtk/pluginwindow.c
696                 Misc. GUI fixes by Fabien
697
698 2006-09-13 [wwp]        2.4.0cvs182
699
700         * configure.ac
701         * src/common/utils.h
702         * src/common/utils.c
703                 get rid of unused wide-char functions.
704
705 2006-09-13 [wwp]        2.4.0cvs181
706
707         * src/plugins/pgpinline/sylpheed.def
708         * src/textview.c
709                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
710                 add privacy_reset_error to the .def file,
711                 do not fork for an external textviewer.
712
713 2006-09-13 [wwp]        2.4.0cvs180
714
715         * src/prefs_common.c
716                 fix broken font entry in prefs (patch issued by the gpg4win team,
717                 probably by Marcus Brinkmann <marcus@g10code.de>).
718
719 2006-09-13 [colin]      2.4.0cvs179
720
721         * src/folder.h
722                 Fix a warning in summaryview.c
723         * src/mainwindow.c
724         * src/summaryview.c
725         * src/summaryview.h
726                 Add missing Mark/* elements in the
727                 main menu
728
729 2006-09-12 [colin]      2.4.0cvs178
730
731         * src/prefs_actions.c
732         * src/prefs_filtering_action.c
733         * src/prefs_matcher.c
734                 Use (New) instead of New everywhere
735
736 2006-09-12 [wwp]        2.4.0cvs177
737
738         * manual/fr/addrbook.xml
739         * manual/fr/handling.xml
740                 updated some quotes in the fr manual to match the fr translation.
741
742 2006-09-12 [wwp]        2.4.0cvs176
743
744         * src/prefs_matcher.c
745                 don't store translated string elements in matcher expressions.
746                 Also fixed a misused of Q_().
747
748 2006-09-11 [wwp]        2.4.0cvs175
749
750         * src/plugins//bogofilter/bogofilter.c
751         * src/plugins//clamav/clamav_plugin.c
752         * src/plugins//demo/demo.c
753         * src/plugins//dillo_viewer/dillo_viewer.c
754         * src/plugins//pgpcore/plugin.c
755         * src/plugins//pgpinline/plugin.c
756         * src/plugins//pgpmime/plugin.c
757         * src/plugins//spamassassin/spamassassin.c
758                 gettext-ize more strings (mostly plugin error messages).
759
760 2006-09-11 [colin]      2.4.0cvs174
761
762         * src/alertpanel.c
763                 Make maximum buffer size bigger to avoid
764                 truncating translated messages. Patch by
765                 Fabien
766
767 2006-09-11 [colin]      2.4.0cvs173
768
769         * src/etpan/imap-thread.c
770                 Fix compilation on OpenBSD, thanks to 
771                 Landry
772
773 2006-09-10 [wwp]        2.4.0cvs172
774
775         * manual/account.xml
776         * manual/addrbook.xml
777         * manual/handling.xml
778         * manual/es/handling.xml
779         * manual/fr/account.xml
780         * manual/fr/addrbook.xml
781         * manual/fr/handling.xml
782                 documented addressbook matching (condition configuration):
783                   addrbook.xml, en fr
784                 documented per-account filtering rules (handling/filtering
785                   section, account section):
786                   account.xml, handling.xml, en fr
787                 slightly updated the handling/searching section to tell few
788                   words about the extended search ability:
789                   handling.xml, en fr
790                 added missing <quote></quotes> to Quick Search:
791                   handling.xml, en fr es
792                 fixed a typo (auomatically):
793                   handling.xml, en
794                 changes revisited by Paul.
795
796 2006-09-10 [paul]       2.4.0cvs171
797
798         * src/prefs_actions.c
799         * src/prefs_filtering.c
800         * src/prefs_template.c
801                 adjustments to the gui
802                 Patch by Fabien Vantard (slightly modified)
803
804 2006-09-10 [colin]      2.4.0cvs170
805
806         * src/summaryview.c
807                 Check folderitem/summaryview consistency
808                 (basically automates Update summary). Fixes
809                 #1011 (wrong (negative) count on unread 
810                 messages)
811
812 2006-09-10 [colin]      2.4.0cvs169
813
814         * src/gtk/gtksctree.c
815                 Fix recursive expansion via mouse
816         * src/plugins/bogofilter/bogofilter.c
817                 Use normal filtering way of moving
818                 messages (batching), possibly fixing
819                 bug #1015 (Bogofilter plugin doubles 
820                 new messages)
821
822 2006-09-09 [wwp]        2.4.0cvs168
823
824         * src/prefs_filtering.c
825                 better place for this fix.
826
827 2006-09-09 [wwp]        2.4.0cvs167
828
829         * src/prefs_filtering.c
830                 fix a minor bug when the enabled status of a filtering/processing
831                 rule always got set to TRUE when replacing this rule. That still
832                 make sense when adding a new rule, but now when replacing, we
833                 don't override the value of 'enabled'.
834                 Also renamed the func prefs_filtering_list_view_get_rule_name()
835                 to prefs_filtering_list_view_get_info() as this function not only
836                 returns the name, but also the account_id and the enabled status.
837
838 2006-09-09 [mones]      2.4.0cvs166
839
840         * manual/glossary.xml
841         * manual/plugins.xml
842                 Minor format corrections
843         * manual/gpl.xml
844                 Fix misplaced NO WARRANTY section
845         * manual/es/advanced.xml
846         * manual/es/faq.xml
847         * manual/es/glossary.xml
848         * manual/es/gpl.xml
849         * manual/es/handling.xml
850         * manual/es/plugins.xml
851         * manual/es/starting.xml
852                 Incorporate changes from English version
853         * manual/fr/ack.xml
854         * manual/pl/ack.xml
855         * manual/es/ack.xml
856                 Fix address, (add translation credits in es version)
857         * po/es.po
858                 Updated translation
859
860 2006-09-09 [wwp]        2.4.0cvs165
861
862         * src/prefs_filtering.c
863                 fix a crash when opening filtering prefs, if matcherrc file contains
864                 broken data (non-existing account id, which is theoretically not
865                 possible).
866
867 2006-09-08 [colin]      2.4.0cvs164
868
869         * src/folder.c
870                 Wrong assert, make it an if()
871         * src/gtk/gtksctree.c
872                 Fix bug #1013 (expand selected thread 
873                 tree) - expanding is now recursive
874
875 2006-09-07 [wwp]        2.4.0cvs163
876
877         * src/prefs_matcher.c
878                 make better sentences about addressbook matching in the
879                 matcher prefs. This should make translators' work easier
880                 too.
881
882 2006-09-07 [wwp]        2.4.0cvs162
883
884         * src/prefs_filtering.c
885                 code simplification (get rid of dup var. assignment).
886
887 2006-09-07 [wwp]        2.4.0cvs161
888
889         * src/summaryview.c
890                 use GTK_STOCK icons when possible, patch by Fabien Vantard
891                 <fzzzzz@gmail.com>.
892
893 2006-09-07 [paul]       2.4.0cvs160
894
895         * src/mimeview.c
896                 fix compilation warnings
897                 Thanks to Colin
898
899 2006-09-07 [paul]       2.4.0cvs159
900
901         * src/mimeview.c
902                 select the mimepart icon when
903                 displaying as text
904                 Thanks to Colin
905
906 2006-09-06 [paul]       2.4.0cvs158
907
908         * src/prefs_filtering.c
909                 fix labels and table element spacing
910                 Patch by Fabien Vantard
911
912 2006-09-06 [paul]
913
914         2.5.0-rc3 released
915
916 2006-09-06 [paul]       2.4.0cvs157
917
918         * manual/es/advanced.xml
919                 fix typo
920
921 2006-09-06 [wwp]        2.4.0cvs156
922
923         * src/mainwindow.c
924                 fix an dup launch issue when iconified, thanks to Colin.
925
926 2006-09-06 [wwp]        2.4.0cvs155
927
928         * src/gtk//gtksctree.h
929                 oops, forgot that one!
930
931 2006-09-06 [wwp]        2.4.0cvs154
932
933         * manual/pl/advanced.xml
934         * manual/advanced.xml
935         * manual/es/advanced.xml
936         * manual/fr/advanced.xml
937         * src/prefs_customheader.c
938         * src/prefs_filtering_action.c
939         * src/foldersel.c
940         * src/prefs_summaries.c
941         * src/prefs_filtering.c
942         * src/account.c
943         * src/compose.c
944         * src/prefs_summary_column.c
945         * src/addr_compl.c
946         * src/prefs_actions.c
947         * src/prefs_folder_column.c
948         * src/ssl_manager.c
949         * src/prefs_template.c
950         * src/prefs_display_header.c
951         * src/prefs_common.h
952         * src/prefs_matcher.c
953         * src/prefs_common.c
954         * src/prefs_toolbar.c
955         * src/summaryview.c
956         * src/folderview.c
957         * src/gtk/gtksctree.c
958         * src/gtk/pluginwindow.c
959         * src/gtk/progressdialog.c
960         * src/gtk/prefswindow.c
961                 renamed hidden option enable_rules_hint to use_stripes_everywhere
962                 to make its meaning more obvious (all versions of the manual reflect
963                 the change).
964                 added an extra hidden option use_stripes_in_summary to allow
965                 discarding these stripes in mainwindow's folder and message lists;
966                 en and fr manuals only are OK towards this.
967
968 2006-09-06 [colin]      2.4.0cvs153
969
970         * src/textview.c
971                 Hide Sylpheed-Claws' internal queue headers
972                 when showing all headers. They'll be present
973                 only in Source window.
974
975 2006-09-05 [colin]      2.4.0cvs152
976
977         * src/plugins/trayicon/trayicon.c
978                 Fix crash at exit - we have to disconnect
979                 our handlers
980         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
981                 Update eggtrayicon - patch adapted from a
982                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
983                 on Sylpheed's ML
984
985 2006-09-05 [colin]      2.4.0cvs151
986
987         * src/mainwindow.c
988         * src/gtk/logwindow.c
989                 Fix race condition when something writes
990                 to the log too soon during init. Thanks
991                 to Fabien Vantard
992
993 2006-09-05 [colin]      2.4.0cvs150
994
995         * src/mimeview.c
996                 Don't select part on right-click either
997
998 2006-09-05 [paul]       2.4.0cvs149
999
1000         * src/mimeview.c
1001                 completion of previous commit
1002                 Thanks to Colin
1003
1004 2006-09-05 [colin]      2.4.0cvs148
1005
1006         * src/mimeview.c
1007                 Don't force selection on middle-click, just open
1008
1009 2006-09-04 [colin]      2.4.0cvs147
1010
1011         * src/mimeview.c
1012                 Looks like gtk_notebook_set_current_page()
1013                 sometimes steals focus, and this annoys us
1014                 in MimeViewers as it renders navigation
1015                 keys useless. Take back focus after switching
1016                 pages.
1017
1018 2006-09-04 [colin]      2.4.0cvs146
1019
1020         * src/messageview.c
1021                 Set stop_loading when clicking on Next
1022                 during load. Don't add a callback to 
1023                 avoid over-complicating things.
1024
1025 2006-09-04 [colin]      2.4.0cvs145
1026
1027         * src/mimeview.c
1028         * src/messageview.c
1029                 Fix multiple loads in separate messageview
1030
1031 2006-09-04 [colin]      2.4.0cvs144
1032
1033         * src/summaryview.c
1034                 Let navigation keys be handled during 
1035                 load
1036
1037 2006-09-04 [colin]      2.4.0cvs143
1038
1039         * src/messageview.c
1040         * src/summaryview.c
1041         * src/textview.c
1042         * src/textview.h
1043                 Make loading of huge mails (lots of text and/or
1044                 images) cancellable, so the GUI doesn't block 
1045
1046 2006-09-04 [colin]      2.4.0cvs142
1047
1048         * src/plugins/trayicon/trayicon.c
1049                 Fix annoyance when removing a folder with 
1050                 unread mails: trayicon didn't update
1051
1052 2006-09-04 [paul]       2.4.0cvs141
1053
1054         * src/gtk/icon_legend.c
1055                 straighten up columns
1056                 Patch by Fabien Vantard
1057
1058 2006-09-04 [wwp]        2.4.0cvs140
1059
1060         * src/prefs_filtering.c
1061                 fix new line's account name in filtering prefs:
1062                 was "All", is now "(New)".
1063
1064 2006-09-04 [paul]       2.4.0cvs139
1065
1066         * tools/make.themes.project
1067                 use "AUTOMAKE_OPTIONS = dist-bzip2"
1068                 instead of homebrewed "make release"
1069
1070 2006-09-03 [colin]      2.4.0cvs138
1071
1072         * src/folderview.c
1073                 Fix bug #1007 (Wrong folder highlighted)
1074
1075 2006-09-03 [colin]      2.4.0cvs137
1076
1077         * src/compose.c
1078                 Don't set Newsgroup: header to a mail folder
1079                 path
1080
1081 2006-09-03 [paul]       2.4.0cvs136
1082
1083         * src/prefs_other.c
1084         * src/prefs_spelling.c
1085                 unify the gui
1086
1087 2006-09-03 [paul]       2.4.0cvs135
1088
1089         * src/prefs_summaries.c
1090                 correct menu item text in prefs_keybind_apply_clicked()
1091
1092 2006-09-03 [paul]       2.4.0cvs134
1093
1094         * manual/advanced.xml
1095                 some improvements to the descriptions
1096         * src/mainwindow.c
1097         * src/messageview.c
1098         * src/summaryview.c
1099         * src/gtk/menu.c
1100                 fix menu sensitivity issues
1101         * src/prefs_message.c
1102                 drop the useless word 'short'
1103         * src/prefs_other.c
1104                 add the word 'lines' indicating log length
1105                 is a measure of lines
1106         * src/textview.c
1107                 fix compilation warnings
1108
1109 2006-09-02 [colin]      2.4.0cvs133
1110
1111         * src/messageview.c
1112                 Display a special return-receipt message
1113                 if the message is from the user
1114         * src/summaryview.c
1115                 Fix missing freeze of the list when marking
1116                 all read and unthreading for exec. Thanks
1117                 to Stephan Sachse.
1118
1119 2006-09-02 [paul]       2.4.0cvs132
1120
1121         * src/mainwindow.c
1122         * src/prefs_message.c
1123         * src/summaryview.c
1124                 fix some english
1125
1126 2006-09-02 [wwp]        2.4.0cvs131
1127
1128         * src/prefs_filtering.c
1129                 added an account name column to the filtering rules
1130                 dialog.
1131
1132 2006-09-02 [colin]      2.4.0cvs130
1133
1134         * src/gtk/logwindow.c
1135         * src/gtk/logwindow.h
1136                 Block scrolling if we're not at the end
1137                 of the log
1138
1139 2006-09-02 [colin]      2.4.0cvs129
1140
1141         * src/folder.c
1142                 Make sure account-specific rules can't
1143                 be used in {pre-,post-,}processing
1144         * src/mainwindow.c
1145         * src/gtk/logwindow.c
1146         * src/gtk/logwindow.h
1147                 Jump to last error when clicking on the
1148                 warning icon
1149
1150 2006-09-02 [colin]      2.4.0cvs128
1151
1152         * src/imap.c
1153         * src/import.c
1154         * src/mainwindow.c
1155         * src/mainwindow.h
1156                 Fix warning icon
1157         * src/inc.c
1158         * src/mbox.c
1159         * src/mbox.h
1160                 Let proc_mbox know its account, for
1161                 account-specific rules
1162
1163 2006-09-01 [colin]      2.4.0cvs127
1164
1165         * src/codeconv.c
1166                 Don't uselessly use iconv to convert from
1167                 us-ascii
1168         * src/alertpanel.c
1169         * src/mainwindow.c
1170         * src/mainwindow.h
1171         * src/inc.c
1172                 Fix certain log cases, disable warning icon
1173                 for now, the correct way to display it when
1174                 necessary and only when necessary is probably
1175                 to do it manually rather than use error logs
1176         * src/etpan/imap-thread.c
1177                 Clean up UID logging a bit
1178         * src/gtk/logwindow.c
1179         * src/gtk/logwindow.h
1180                 Make logging faster when the window's closed
1181
1182 2006-09-01 [wwp]        2.4.0cvs126
1183
1184         * manual/fr/account.xml
1185                 reflect changes to the ref. manual (parts of cvs72):
1186                 fix tabnames and quotes.
1187
1188 2006-09-01 [wwp]        2.4.0cvs125
1189
1190         * manual/fr/plugins.xml
1191                 reflect changes to the reference manual (cvs42):
1192                 update IRC channel info.
1193
1194 2006-09-01 [wwp]        2.4.0cvs124
1195
1196         * commitHelper
1197                 use CVSEDITOR env. var. if set, according to `man cvs`.
1198
1199 2006-09-01 [wwp]        2.4.0cvs123
1200
1201         * manual/advanced.xml
1202                 better sentence again (thanks to Paul).
1203
1204 2006-09-01 [wwp]        2.4.0cvs122
1205
1206         * manual/advanced.xml
1207         fix definition of toolbar_detachable and rework a bit the one of
1208         enable_dotted_lines.
1209
1210 2006-09-01 [mones]      2.4.0cvs121
1211
1212         * manual/advanced.xml
1213                 Document enable_dotted_lines
1214
1215 2006-09-01 [paul]       2.4.0cvs120
1216
1217         * src/folderview.c
1218         * src/folderview.h
1219         * src/imap.c
1220         * src/mainwindow.c
1221         * src/summaryview.c
1222                 obey the 'When entering folder...' option
1223                 when using the /View/Go to/... menu items
1224                 Thanks to Colin
1225
1226 2006-08-31 [colin]      2.4.0cvs119
1227
1228         * src/folderview.c
1229                 Revert 2.4.0cvs116, wrong fix.
1230
1231 2006-08-31 [colin]      2.4.0cvs118
1232
1233         * src/gtk/gtksctree.c
1234                 Better state the various copyrights
1235
1236 2006-08-31 [colin]      2.4.0cvs117
1237
1238         * src/prefs_common.c
1239                 fix enable_dotted_lines
1240
1241 2006-08-31 [colin]      2.4.0cvs116
1242
1243         * src/folderview.c
1244                 Use pref "Always open on select" when going
1245                 to next unread folder
1246         * src/gtk/gtksctree.c
1247                 Fix link failure to _gtk_clist_create_cell_layout
1248                 on certain computers. (Why not mine, I wonder)
1249
1250 2006-08-31 [colin]      2.4.0cvs115
1251
1252         * src/procmsg.c
1253         * src/textview.c
1254         * src/plugins/bogofilter/bogofilter.c
1255         * src/plugins/spamassassin/spamassassin.c
1256                 Requalify some "errors" to warnings
1257         * src/mainwindow.c
1258         * src/mainwindow.h
1259         * src/statusbar.c
1260                 Add an icon in the statusbar to notify
1261                 of errors
1262         * src/gtk/gtksctree.c
1263         * src/folderview.c
1264         * src/summaryview.c
1265                 Make the GtkSCTree look more modern by
1266                 alternating background lines
1267         * src/prefs_common.c
1268         * src/prefs_common.h
1269                 Add a pref to let people have the old
1270                 way if they prefer
1271
1272
1273 2006-08-30 [colin]      2.4.0cvs114
1274
1275         * src/procmsg.c
1276         * src/procmsg.h
1277                 Provide a way to filter a list of
1278                 messages in an optimised manner, and
1279                 add a list-filtering hook
1280         * src/folder.c
1281         * src/inc.c
1282         * src/mbox.c
1283                 Use the list filtering
1284         * src/plugins/bogofilter/bogofilter.c
1285                 Use the list-filtering hook
1286                 Use -b (bulk) mode for more speed
1287                 when learning and filtering
1288         * src/etpan/imap-thread.c
1289                 Make log output shorter in UID SEARCH
1290
1291
1292 2006-08-30 [colin]      2.4.0cvs113
1293
1294         * src/plugins/bogofilter/bogofilter.c
1295                 Really fast mass learning - thanks to David
1296                 Relson for the options explanations :)
1297
1298 2006-08-30 [colin]      2.4.0cvs112
1299
1300         * src/msgcache.c
1301                 Fix compilation on FreeBSD. Thanks
1302                 to Michael Hugues
1303
1304 2006-08-29 [colin]      2.4.0cvs111
1305
1306         * src/folderview.c
1307                 Handle "popup_menu" signal (for popping the 
1308                 menu via the keyboard)
1309         * src/mimeview.c
1310         * src/mimeview.h
1311         * src/summaryview.c
1312         * src/textview.c
1313         * src/gtk/gtkutils.c
1314         * src/gtk/gtkutils.h
1315                 Factorize scrolling code, and add an API 
1316                 for MimeViewers to handle scroll orders
1317
1318 2006-08-29 [wwp]        2.4.0cvs110
1319
1320         * src/plugins//bogofilter/bogofilter.c
1321         * src/plugins//spamassassin/spamassassin.c
1322                 make the bogofilter/spamassassin filtering error dialogs at
1323         incorporation obey to the "don't popup error dialog on
1324         receive error" option. If disabled, feed the log window w/
1325         the error message.
1326
1327 2006-08-29 [paul]
1328
1329         2.5.0-rc2 released
1330
1331 2006-08-29 [paul]       2.4.0cvs109
1332
1333         * Makefile.am
1334                 remove 'make release', it's not needed
1335                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1336
1337 2006-08-29 [paul]       2.4.0cvs108
1338
1339         * src/foldersel.c
1340         * src/summary_search.c
1341         * src/gtk/progressdialog.c
1342         * src/plugins/pgpcore/passphrase.c
1343                 replace deprecated gtk_window_set_policy()
1344
1345 2006-08-29 [colin]      2.4.0cvs107
1346
1347         * src/folder.c
1348                 Fix data loss when copy fails during a move:
1349                 only use fast remove_msgs if everything was
1350                 copied OK; else use slow remove_msg on the
1351                 mails that got copied only.
1352
1353 2006-08-28 [paul]       2.4.0cvs106
1354
1355         * src/mh.c
1356                 revert change in 2.4.0cvs104, it breaks
1357                 stuff
1358
1359 2006-08-28 [paul]       2.4.0cvs105
1360
1361         * src/plugins/spamassassin/spamassassin.c
1362                 english fix
1363
1364 2006-08-28 [paul]       2.4.0cvs104
1365
1366         * src/mh.c
1367                 fix data loss when moving to another
1368                 mailbox fails
1369         * src/prefs_spelling.c
1370                 improve the english
1371         * src/gtk/pluginwindow.c
1372                 improve the layout of the dialog text
1373         All thanks to Colin
1374
1375 2006-08-28 [paul]       2.4.0cvs103
1376
1377         * src/plugins/bogofilter/bogofilter.c
1378         * src/plugins/bogofilter/bogofilter_gtk.c
1379                 fix english up a bit, innit
1380
1381 2006-08-28 [paul]       2.4.0cvs102
1382
1383         * configure.ac
1384         * po/Makefile.in.in
1385         * po/Makevars
1386                 require autoconf 2.60, enabling building
1387                 with gettext 0.15 (gettext 0.14.x build still
1388                 possible). Replace Makefiles with versions
1389                 from gettext 0.15.
1390                 Remove configure options --with-localedir and
1391                 --with-mandir. The options that are provided
1392                 directly by autoconf 2.60 can be used instead:
1393                 --mandir --localedir
1394
1395 2006-08-27 [colin]      2.4.0cvs101
1396
1397         * src/plugins/bogofilter/Makefile.am
1398                 Fix make dist (no README)
1399
1400 2006-08-27 [colin]      2.4.0cvs100
1401
1402         * src/folder.c
1403                 Don't use F_UNKNOWN folders for any default
1404                 outbox/trash/etc
1405         * src/plugins/bogofilter/bogofilter.c
1406         * src/plugins/bogofilter/bogofilter.h
1407         * src/plugins/bogofilter/bogofilter_gtk.c
1408                 Add an option to specify the path to bogofilter
1409                 Use single-quotes to be able to learn in folders
1410                 with spaces in their names
1411                 Verify learning status
1412
1413 2006-08-27 [colin]      2.4.0cvs99
1414
1415         * manual/faq.xml
1416         * manual/plugins.xml
1417                 Document Bogofilter plugin
1418
1419 2006-08-27 [colin]      2.4.0cvs98
1420
1421         * src/compose.c
1422         * src/messageview.c
1423         * src/procmsg.c
1424         * src/procmsg.h
1425                 When possible, copy the queued mail to sent folder
1426                 instead of re-adding. Much faster on IMAP.
1427
1428 2006-08-27 [colin]      2.4.0cvs97
1429
1430         * src/msgcache.c
1431                 Disable mmaped caches - huge metadata loss
1432                 here after a power failure.
1433         * src/summaryview.c
1434                 Add quicksearch timing
1435         * src/common/plugin.c
1436         * src/common/plugin.h
1437                 Implement an interface to tell what plugins
1438                 provide. Prevent loading of similar plugins.
1439         * src/plugins/clamav/clamav_plugin.c
1440         * src/plugins/demo/demo.c
1441         * src/plugins/dillo_viewer/dillo_viewer.c
1442         * src/plugins/pgpcore/plugin.c
1443         * src/plugins/pgpinline/pgpinline.c
1444         * src/plugins/pgpmime/pgpmime.c
1445         * src/plugins/spamassassin/spamassassin.c
1446         * src/plugins/trayicon/trayicon.c
1447                 Implement plugin_provides()
1448
1449 2006-08-27 [colin]      2.4.0cvs96
1450
1451         * configure.ac
1452         * src/plugins/Makefile.am
1453         * src/plugins/bogofilter/.cvsignore
1454         * src/plugins/bogofilter/Makefile.am
1455         * src/plugins/bogofilter/bogofilter.c
1456         * src/plugins/bogofilter/bogofilter.h
1457         * src/plugins/bogofilter/bogofilter_gtk.c
1458                 New Bogofilter plugin, provides filtering and
1459                 learning. Spamassassin will go to extra plugins.
1460
1461 2006-08-26 [mones]      2.4.0cvs95
1462
1463         * manual/handling.xml
1464                 Fix subfolder path in the example (thanks to Paul) 
1465
1466 2006-08-26 [mones]      2.4.0cvs94
1467
1468         * manual/glossary.xml
1469                 2.2. + add ISP to the glossary
1470                 7.5. + Add UIDL to glossary
1471                 7.7. + Add TCP to glossary
1472         * manual/handling.xml
1473                 7.1. + Mentions GNU/Linux distribution, what about the non...
1474                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1475                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1476                 7.4. = Use appropriate quotation for commands
1477                 7.6. = change "" to <quote></quote>
1478         * manual/plugins.xml
1479                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1480         * manual/starting.xml
1481                 2.1. + local mbox file: some examples of mbox file locations...
1482                 Also reformatted files requiring it
1483
1484 2006-08-26 [wwp]        2.4.0cvs93
1485
1486         * src/summary_search.c
1487                 disable find buttons while summary search is running.
1488
1489 2006-08-25 [colin]      2.4.0cvs92
1490
1491         * src/folder.c
1492         * src/folderutils.c
1493         * src/mh.c
1494         * src/procmsg.h
1495         * src/summaryview.c
1496                 Speed up MH moving, and add progressbar
1497                 for MH deletion
1498         * src/msgcache.c
1499                 Write cache files using mmap() too
1500
1501 2006-08-25 [wwp]        2.4.0cvs91
1502
1503         * src/summaryview.c
1504                 switch spam<->ham button when a message has been marked as spam or ham
1505                 and is still selected. Thanks to Colin.
1506
1507 2006-08-25 [paul]       2.4.0cvs90
1508
1509         * src/Makefile.am
1510         * src/stock_pixmap.c
1511         * src/stock_pixmap.h
1512         * src/summaryview.c
1513         * src/gtk/icon_legend.c
1514         * src/pixmaps/copied.xpm
1515         * src/pixmaps/moved.xpm
1516                 add icons for delayed execution marked for
1517                 copying, marked for moving
1518
1519 2006-08-25 [mones]      2.4.0cvs89
1520
1521         * manual/glossary.xml
1522                 Fix the other glossary items:
1523                 5.1. = Inmmediate execution -> <quote>immediate execution...
1524                 5.2. = Fix MBOX capitalization -> Mbox
1525                 5.3. + Improve Plugins def. w/ tech. ref.
1526                 5.4. = Quotation -> replace '>' by <quote>></quote>
1527                 5.5. - SMTP Server. -> remove dot
1528         * po/es.po
1529                 Updated translation
1530
1531 2006-08-25 [mones]      2.4.0cvs88
1532
1533         * manual/ack.xml
1534                 Reformatted, changed email address
1535         * manual/glossary.xml
1536                 Reformatted, fixed MANUAL-TODO items:
1537                 8.2. + add ROT-13 to glossary
1538                 8.4. + add URL to glossary
1539         * manual/es/advanced.xml
1540                 Fixed <literal>s
1541
1542 2006-08-25 [paul]       2.4.0cvs87
1543
1544         * src/gtk/icon_legend.c
1545                 add 'marked for deletion' icon
1546                 arrange icons by containing column
1547                 wrap long label text
1548
1549 2006-08-25 [colin]      2.4.0cvs86
1550
1551         * src/common/utils.c
1552         * src/common/utils.h
1553                 Add the sc_g_*list_bigger functions in
1554                 a place everyone can use it
1555         * src/summaryview.c
1556                 Only freeze/thaw the list when working
1557                 on the selection, if it's bigger than 1
1558         * src/gtk/gtksctree.c
1559                 Only freeze/thaw the list when unselec-
1560                 ting 'all' if ('all' != 1)
1561                 This avoids some flickering
1562
1563 2006-08-24 [colin]      2.4.0cvs85
1564
1565         * src/addressbook.c
1566                 Fix strange list selection
1567                 Fix random seg (Invalid read of freed memory)
1568
1569 2006-08-24 [colin]      2.4.0cvs84
1570
1571         * src/alertpanel.c
1572         * src/gtk/inputdialog.c
1573         * src/plugins/pgpcore/passphrase.c
1574                 Revert minimal width patch of 2.4.0cvs67,
1575                 as it is also a maximal width. Use 
1576                 gtk_window_set_default_size instead.
1577
1578 2006-08-24 [colin]      2.4.0cvs83
1579
1580         * src/msgcache.c
1581                 Write cache/mark to temp files before
1582                 overwriting old ones (avoids metadata
1583                 loss if writing the new files fail).
1584                 Use mmap() to read cache/mark file, as
1585                 this makes cache reading faster. Dis-
1586                 abled for big-endian machines until it
1587                 can be tested. (Big-endian users: set
1588                 msgcache_use_mmap = TRUE in the relevant
1589                 #if).
1590         * src/procmsg.h
1591                 Move rarely used fields of MsgInfo in 
1592                 another structure, which will only be
1593                 allocated if needed. Face, X-Face,
1594                 Return receipt headers and List-*
1595                 headers are moved. Mails having none
1596                 of these occupy 52 bytes less with
1597                 this patch, which makes 2.5MB of RAM
1598                 saved on a 50k folder).
1599         * src/headerview.c
1600         * src/mainwindow.c
1601         * src/messageview.c
1602         * src/partial_download.c
1603         * src/procheader.c
1604         * src/procmsg.c
1605         * src/textview.c
1606                 Follow this structure change.
1607
1608 2006-08-24 [wwp]        2.4.0cvs82
1609
1610         * manual/es/.cvsignore
1611         * manual/es/dist/.cvsignore
1612         * manual/es/dist/html/.cvsignore
1613         * manual/es/dist/pdf/.cvsignore
1614         * manual/es/dist/ps/.cvsignore
1615         * manual/es/dist/txt/.cvsignore
1616                 more (generated) files to ignore.
1617
1618 2006-08-24 [colin]      2.4.0cvs81
1619
1620         * src/folder.c
1621         * src/mh.c
1622                 Fix possible problems with local delivery. Check the folder doesn't
1623                 need scan before setting its mtime when saving cache (which can be
1624                 done long after the folder's been modified by an external process);
1625                 Check that the stored item's mtime didn't change in mh functions.
1626
1627 2006-08-24 [mones]      2.4.0cvs80
1628
1629         * manual/advanced.xml
1630                 Rewrapping, some fixes and MANUAL-TODO items:
1631                 8.1. = change "" to <quote></quote>
1632                 8.3. = quote menu items
1633                 8.5. - deploying -> new user ... ideally a new user (redundant)
1634
1635 2006-08-23 [colin]      2.4.0cvs79
1636
1637         * src/gtk/gtksctree.c
1638                 When selecting or deselecting range, only
1639                 freeze/thaw when selection is bigger than 10
1640
1641 2006-08-23 [colin]      2.4.0cvs78
1642
1643         * src/messageview.c
1644         * src/mimeview.c
1645         * src/mimeview.h
1646         * src/plugins/dillo_viewer/dillo_viewer.c
1647                 Provide an API for MimeViewer plugins to
1648                 return a text selection for replying
1649
1650 2006-08-23 [colin]      2.4.0cvs77
1651
1652         * src/image_viewer.c
1653         * src/textview.c
1654                 Use gtk_pixbuf_new_from_file_at_scale(), which
1655                 is faster than getting the pixbuf then resizing
1656                 it.
1657
1658 2006-08-23 [colin]      2.4.0cvs76
1659
1660         * src/procmime.c
1661                 UTF-8 should be sent Quoted-printable
1662
1663 2006-08-22 [colin]      2.4.0cvs75
1664
1665         * src/mh.c
1666                 Check if scan is required before touching
1667                 the folder (or it'll be required every time)
1668
1669 2006-08-22 [colin]      2.4.0cvs74
1670
1671         * configure.ac
1672                 Require libetpan 0.46 (crasher fix when built
1673                 against gnutls)
1674
1675 2006-08-22 [colin]      2.4.0cvs73
1676
1677         * src/folder.c
1678                 Set folder's mtime after writing its
1679                 cache
1680         * src/folderview.c
1681                 Add some timing
1682         * src/procmsg.c
1683                 Don't do useless stuff if we don't 
1684                 thread by subject
1685         * src/summaryview.c
1686                 Add some timing, don't deselect prior
1687                 to selecting (gtksctree does it itself),
1688                 remove crash avoidance hacks as it's been
1689                 properly fixed since a while
1690         * src/common/utils.c
1691                 Optimize to_human_readable(): _() is slow,
1692                 do it only once, and avoid %f format for KB
1693                 (the most common in a summaryview)
1694         * src/gtk/gtksctree.c
1695                 Don't uselessly freeze/thaw (fixes flicker
1696                 on next unread and friends), reduce number
1697                 of g_list_nth/g_list_position where possible
1698         * src/gtk/gtkutils.c
1699         * src/gtk/gtkutils.h
1700                 Reduce number of g_list_nth/g_list_position
1701                 where possible.
1702                 All of this makes loading as 70k folder 2.1
1703                 seconds instead of 3.2 (with hot FS caches).
1704                 (1.3 seconds without Date and Size columns...)
1705
1706 2006-08-22 [paul]       2.4.0cvs72
1707
1708         wrap documents and do some items from mones' MANUAL-TODO:
1709
1710         * manual/account.xml
1711                 4.1. = fix tabname references to <quote>tabname</quote>
1712                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1713         * manual/faq.xml
1714                 1.1. = mentioned options don't match UI
1715                 Add information about the 'Never send Return Receipts'
1716                 option
1717         * manual/handling.xml
1718                 6.2. = Mentions Extended symbols button, but now is
1719                 named Information
1720                 6.3. = Mentions ... button, which is now Edit
1721
1722 2006-08-22 [colin]      2.4.0cvs71
1723
1724         * src/gtk/pluginwindow.c
1725                 Fix layout in verbose translations (such
1726                 as french)
1727
1728 2006-08-22 [paul]       2.4.0cvs70
1729
1730         * manual/Makefile.am
1731                 build manuals in alphabetical order
1732         * src/addressbook.c
1733         * src/prefs_themes.c
1734                 replace/remove deprecated symbols
1735         * src/gtk/gtkutils.c
1736                 fix a warning
1737         * src/gtk/pluginwindow.c
1738                 replace deprecated symbol
1739                 replace label text and move it
1740         * src/plugins/pgpcore/prefs_gpg.c
1741                 move the 'Generate...' button out of the
1742                 Sign Key frame, replace the English used
1743         * src/plugins/pgpcore/sgpgme.c
1744                 fixes to the English
1745
1746 2006-08-21 [colin]      2.4.0cvs69
1747
1748         * src/plugins/trayicon/trayicon.c
1749                 Add more strings for translation; patch
1750                 by Pawel
1751
1752 2006-08-21 [colin]      2.4.0cvs68
1753
1754         * src/compose.c
1755                 fix replied flag not set after drafting
1756         * src/matcher.c
1757                 fix body quicksearch in non-encoded bodies
1758                 containing '='
1759         * src/msgcache.c
1760                 Get rid of the g_malloc workaround for
1761                 corrupted caches, use g_try_malloc
1762
1763 2006-08-21 [colin]      2.4.0cvs67
1764
1765         * src/alertpanel.c
1766         * src/gtk/inputdialog.c
1767         * src/plugins/pgpcore/passphrase.c
1768                 Set minimal width to 375
1769         * src/mainwindow.c
1770                 Fix switching to offline, asking if it 
1771                 should be overriden for synchronising
1772         * src/mimeview.c
1773                 Don't offer to remember command on Open 
1774                 with for text parts, as the browser or 
1775                 text editor command isn't changed from 
1776                 there
1777
1778 2006-08-20 [paul]       2.4.0cvs66
1779
1780         * po/ko.po
1781         * po/zh_CN.po
1782                 fix plural form errors. revealed by stricter
1783                 checking of gettext 0.15
1784
1785 2006-08-18 [paul]       2.4.0cvs65
1786
1787         * src/stock_pixmap.c
1788                 fix the fix of 2.4.0cvs64
1789                 Thanks to Colin
1790
1791 2006-08-18 [paul]       2.4.0cvs64
1792
1793         * src/stock_pixmap.c
1794                 fix leaks
1795                 Thanks to Colin
1796
1797 2006-08-18 [paul]       2.4.0cvs63
1798
1799         * src/compose.c
1800         * src/procmsg.c
1801                 fix occasional IMAP bug where large msgs
1802                 were left in the queue folder after sending
1803                 Thanks to Colin
1804
1805 2006-08-18 [paul]       2.4.0cvs62
1806
1807         * src/folderview.c
1808                 freeze the summaryview while quicksearch results
1809                 are displayed
1810                 (fixes bug 456 'current message is hidden when the
1811                 view is refreshed and extended search is "unread 
1812                 messages"')
1813                 Thanks to Colin
1814         * src/textview.c
1815                 add missing #include "inputdialog.h"
1816         * src/common/utils.h
1817                 add missing mailcap_update_default() and improve
1818                 readability
1819
1820 2006-08-17 [colin]      2.4.0cvs61
1821
1822         * src/plugins/pgpcore/select-keys.c
1823                 Fix warnings :)
1824
1825 2006-08-17 [colin]      2.4.0cvs60
1826
1827         * src/compose.c
1828                 Don't continue queuing if Cancel is clicked
1829                 in select-keys
1830
1831 2006-08-17 [colin]      2.4.0cvs59
1832
1833         * src/plugins/pgpcore/select-keys.c
1834                 When encrypting, if only one key matches and it 
1835                 matches exactly, automatically use it.
1836
1837 2006-08-17 [colin]      2.4.0cvs58
1838
1839         * src/mimeview.c
1840         * src/prefs_common.c
1841         * src/prefs_common.h
1842         * src/prefs_ext_prog.c
1843         * src/textview.c
1844                 Fix issues with previous patch (text/html)
1845                 Remove outdated prefs
1846
1847 2006-08-17 [colin]      2.4.0cvs57
1848
1849         * src/imap.c
1850                 Add View Log button on auth error
1851         * src/procmsg.c
1852                 Fix encrypted mail marked as new when
1853                 saved in normal folders
1854         * src/plugins/pgpinline/pgpinline.c
1855                 Fix encrypt bug on IMAP
1856         * src/mimeview.c
1857         * src/common/utils.c
1858         * src/common/utils.h
1859         * src/gtk/inputdialog.c
1860         * src/gtk/inputdialog.h
1861                 Get rid of metamail stuff, simplify
1862                 opening, and allow remembering of user's
1863                 choices (by updating ~/.mailcap). There's
1864                 still to drop "Audio player" and "Image
1865                 viewer" preferences.
1866
1867 2006-08-17 [mones]      2.4.0cvs56
1868
1869         * manual/es/sylpheed-claws-manual.xml
1870                 fix DTD path
1871
1872 2006-08-17 [mones]      2.4.0cvs55
1873
1874         * configure.ac
1875         * manual/Makefile.am
1876         * manual/es/Makefile.am
1877         * manual/es/account.xml
1878         * manual/es/ack.xml
1879         * manual/es/addrbook.xml
1880         * manual/es/advanced.xml
1881         * manual/es/faq.xml
1882         * manual/es/glossary.xml
1883         * manual/es/gpl.xml
1884         * manual/es/handling.xml
1885         * manual/es/intro.xml
1886         * manual/es/keyboard.xml
1887         * manual/es/plugins.xml
1888         * manual/es/starting.xml
1889         * manual/es/sylpheed-claws-manual.xml
1890         * manual/es/dist/Makefile.am
1891         * manual/es/dist/html/Makefile.am
1892         * manual/es/dist/pdf/Makefile.am
1893         * manual/es/dist/ps/Makefile.am
1894         * manual/es/dist/txt/Makefile.am
1895                 Spanish translation for the manual
1896
1897 2006-08-16 [colin]      2.4.0cvs54
1898
1899         * src/compose.c
1900         * src/main.c
1901         * src/mainwindow.c
1902                 Fix send button sensitivity at startup
1903                 Set send menu sensitivity (patch by Fabien)
1904         * src/ssl_manager.c
1905                 Enable closing with esc (patch by Fabien)
1906         * src/gtk/foldersort.c
1907                 Enable closing with esc (patch by Fabien)
1908         * src/procmime.c
1909                 Optimisation (no need to copy to tempfile to
1910                 "decode" 7bit and 8bit)
1911         * src/summaryview.c
1912                 Fix cruft in swap_from case
1913         * src/textview.c
1914                 Fix missing last line in some mail cases 
1915                 (Fixes debian #381872)
1916         * src/plugins/pgpcore/prefs_gpg.c
1917         * src/plugins/pgpcore/sgpgme.c
1918         * src/plugins/pgpcore/sgpgme.h
1919                 Don't show "no key found" when user explicitely
1920                 wants to create a key
1921
1922 2006-08-16 [paul]       2.4.0cvs53
1923
1924         * configure.ac
1925         * src/account.c
1926         * src/addressbook.c
1927         * src/headerview.c
1928         * src/prefs_account.c
1929         * src/prefs_message.c
1930         * src/gtk/gtkutils.c
1931                 bump up minimum required versions of GTK+ and
1932                 GLIB to 2.6.0
1933
1934 2006-08-16 [paul]       2.4.0cvs52
1935
1936         * src/toolbar.c
1937                 workaround GTK+ Bug 351600 - 'Can't re-click
1938                 on button after sensitivity update'
1939                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1940                 Thanks to Colin
1941
1942 2006-08-15 [colin]      2.4.0cvs51
1943
1944         * src/plugins/pgpcore/prefs_gpg.c
1945                 Set options sensitivity according to
1946                 key existence
1947         * src/plugins/pgpcore/sgpgme.c
1948                 Allow to create key with no passphrase
1949
1950 2006-08-14 [cleroy]     2.4.0cvs50
1951
1952         * src/gtk/pluginwindow.c
1953                 New layout (maybe to be changed?)
1954         * src/gtk/gtkutils.c
1955                 Fix a bit label_window
1956         * src/plugins/pgpcore/passphrase.c
1957         * src/plugins/pgpcore/passphrase.h
1958         * src/plugins/pgpcore/plugin.c
1959         * src/plugins/pgpcore/prefs_gpg.c
1960         * src/plugins/pgpcore/prefs_gpg.h
1961         * src/plugins/pgpcore/sgpgme.c
1962         * src/plugins/pgpcore/sgpgme.h
1963                 Allow to create a PGP private key via the GUI
1964
1965 2006-08-14 [wwp]        2.4.0cvs49
1966
1967         * src/addressbook_foldersel.c
1968                 fix strict ISO C90 compliance.
1969
1970 2006-08-14 [paul]       2.4.0cvs48
1971
1972         * src/gtk/prefswindow.c
1973                 re-set scrolled window on opening
1974                 Patch by Ticho
1975
1976 2006-08-14 [paul]
1977
1978         2.5.0-rc1 released
1979
1980 2006-08-14 [paul]       2.4.0cvs47
1981
1982         * src/prefs_display_header.c
1983                 re-enable user-defined Displayed Headers
1984
1985 2006-08-14 [paul]       2.4.0cvs46
1986
1987         * src/prefs_account.c
1988                 use GTK_STOCK_EDIT
1989
1990 2006-08-13 [colin]      2.4.0cvs45
1991
1992         * src/common/utils.c
1993                 Fix "a" in quote when the original message is empty,
1994                 by using \0 instead of 'a' to test writability of
1995                 temp files.
1996
1997 2006-08-13 [wwp]        2.4.0cvs44
1998
1999         * src/plugins/spamassassin/spamassassin.c
2000                 fix capitalization of "SpamAssassin" in some debug, log and
2001                 dialog messages.
2002
2003 2006-08-13 [paul]       2.4.0cvs43
2004
2005         * src/editldap.c
2006                 fix overlapping widgets
2007         * src/prefs_account.c
2008                 fix translation of protocol_names[]
2009                 fix label disappearing off the edge of the
2010                 visible area
2011
2012 2006-08-12 [paul]       2.4.0cvs42
2013
2014         * manual/plugins.xml
2015                 update IRC channel info before it gets forgotten
2016                 about
2017
2018 2006-08-11 [colin]      2.4.0cvs41
2019
2020         * src/compose.c
2021         * src/mainwindow.c
2022         * src/mainwindow.h
2023         * src/procmsg.c
2024         * src/procmsg.h
2025         * src/summaryview.c
2026         * src/toolbar.c
2027                 Grey out the Send button if
2028                 - Queue folders are empty, or
2029                 - We're sending already
2030
2031 2006-08-11 [wwp]        2.4.0cvs40
2032
2033         * src/main.c
2034                 fix a logic issue when quitting while a compose window is
2035                 still open, thanks to Colin.
2036
2037 2006-08-10 [colin]      2.4.0cvs39
2038
2039         * src/main.c
2040                 Fix default font size setting after wizard run
2041         * src/imap.c
2042         * src/etpan/imap-thread.c
2043         * src/etpan/imap-thread.h
2044                 Fix bug #999 (Timing out on TSL cert validation 
2045                 dialog makes ugly things happen). Also, STARTTLS
2046                 unconditionnaly if initial capabilities contain
2047                 LOGINDISABLED and STARTTLS.
2048
2049 2006-08-09 [colin]      2.4.0cvs38
2050
2051         * src/mainwindow.c
2052         * src/mainwindow.h
2053                 Fix Tools/Actions sensitivity when there are
2054                 no actions
2055
2056 2006-08-09 [colin]      2.4.0cvs37
2057
2058         * src/prefs_filtering.c
2059                 Warning fix, patch by Paul
2060         * src/messageview.c
2061         * src/prefs_actions.c
2062         * src/prefs_filtering_action.c
2063         * src/prefs_matcher.c
2064                 Uniformisation of "Info ..." to "Info..." (for
2065                 old gtk), patch by Fabien
2066         * src/plugins/clamav/clamav_plugin_gtk.c
2067                 Sensitivity fix by Fabien
2068
2069 2006-08-09 [colin]      2.4.0cvs36
2070
2071         * src/main.c
2072         * src/main.h
2073                 Add a function to know whether we're exiting
2074         * src/plugins/trayicon/trayicon.c
2075                 If exiting, don't do anything. Faster, and
2076                 avoids gtk_main_iteration reentracy causing
2077                 segfaults at exit
2078
2079 2006-08-09 [colin]      2.4.0cvs35
2080
2081         * src/messageview.c
2082         * src/mimeview.c
2083         * src/mimeview.h
2084                 Fix lack of part selection when automatically 
2085                 jumping to a specific part
2086         * src/msgcache.c
2087                 Little optimisation in cache reading
2088
2089 2006-08-09 [colin]      2.4.0cvs34
2090
2091         * src/compose.c
2092                 Fix crash setting the priority on reedit
2093                 (Accessing compose before creating it!)
2094
2095 2006-08-08 [colin]      2.4.0cvs33
2096
2097         * src/procmime.c
2098                 Fix bug #998 (last attachment is not accessible)
2099                 Bad RFC interpretation on multipart close-delimiters
2100         * src/mimeview.c
2101         * src/mimeview.h
2102         * src/gtk/gtkvscrollbutton.c
2103         * src/gtk/gtkvscrollbutton.h
2104                 Make attachments list wheel-scrollable
2105
2106 2006-08-07 [colin]      2.4.0cvs32
2107
2108         * src/gtk/gtkaspell.c
2109                 Fix bug #973 (Unicode punctation characters 
2110                 are not recognized as separators by the
2111                 spell checker); fix unsigned stuff
2112
2113 2006-08-07 [colin]      2.4.0cvs31
2114
2115         * src/compose.c
2116                 Fix bug #956 (DnD text with accents in compose 
2117                 text entry); fix gccc's signed/unsigned fuss
2118
2119 2006-08-06 [colin]      2.4.0cvs30
2120
2121         * src/main.c
2122                 Fix bug #979 (Plugin crashes when exiting 
2123                 sylpheed-claws) : handle exit request only 
2124                 once
2125
2126 2006-08-05 [colin]      2.4.0cvs29
2127
2128         * src/news.c
2129                 Just make sure we have a msgid.
2130
2131 2006-08-05 [colin]      2.4.0cvs28
2132
2133         * src/news.c
2134         * src/summaryview.c
2135                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2136                 by reimplementing it
2137         * src/textview.c
2138                 Fix bug when hiding quotes with level > 3 and quote
2139                 colors are recycled
2140
2141 2006-08-04 [colin]      2.4.0cvs27
2142
2143         * src/compose.c
2144         * src/undo.c
2145         * src/undo.h
2146                 Fix a bit replace-by-pasting undo
2147         * src/mainwindow.c
2148         * src/messageview.c
2149                 Fix Fold quotes menu synchro in
2150                 mainwindow when it changes in 
2151                 messageview
2152         * src/textview.c
2153                 Fix right-click on quotes blocks
2154         * src/common/utils.c
2155                 Verify that the file created by
2156                 my_tmpfile() is writable. Fixes
2157                 bug #988 (very specific filesystem
2158                 issue)
2159         * src/plugins/pgpcore/sgpgme.c
2160                 Fix file descriptor leak
2161         * src/plugins/spamassassin/spamassassin.c
2162                 Warn once if spamd isn't reachable
2163
2164 2006-08-04 [colin]      2.4.0cvs26
2165
2166         * src/toolbar.c
2167                 i18n context patch by Fabien
2168
2169 2006-08-03 [colin]      2.4.0cvs25
2170
2171         * src/mainwindow.c
2172         * src/messageview.c
2173                 Rename "Hide quotes" to "Fold quotes"
2174         * src/textview.c
2175                 Don't use hand cursor on quotes. "all 
2176                 the bonuses of the feature and none of 
2177                 unwelcome side-effects"
2178
2179 2006-08-03 [colin]      2.4.0cvs24
2180
2181         * AUTHORS
2182         * sylpheed-claws.desktop
2183         * src/gtk/authors.h
2184                 Bring the desktop file to XDG compliance
2185                 Patch by Charles A. Edwards
2186
2187 2006-08-03 [colin]      2.4.0cvs23
2188
2189         * src/textview.c
2190                 Fix links offset when they are preceded
2191                 by accentued chars (g_utf8_strlen!)
2192         * src/mainwindow.c
2193                 Fix wrong status when starting offline
2194
2195
2196 2006-08-03 [wwp]        2.4.0cvs22
2197
2198         * src/prefs_common.h
2199                 ask what to do w/ filtering rules that belong to an account when
2200                 applying filtering rules manually from the main window (skip,
2201                 apply regardless of the account, use current account). This dialog
2202                 can be skipped and the last reply used.
2203                 (forgot that file)
2204
2205 2006-08-03 [wwp]        2.4.0cvs21
2206
2207         * src/filtering.c
2208         * src/filtering.h
2209         * src/prefs_common.c
2210         * src/summaryview.c
2211         * src/alertpanel.c
2212         * src/alertpanel.h
2213         * src/messageview.c
2214                 ask what to do w/ filtering rules that belong to an account when
2215                 applying filtering rules manually from the main window (skip,
2216                 apply regardless of the account, use current account). This dialog
2217                 can be skipped and the last reply used.
2218
2219
2220 2006-08-03 [colin]      2.4.0cvs20
2221
2222         * src/textview.c
2223                 Optimize previous patch
2224
2225 2006-08-03 [cleroy]     2.4.0cvs19
2226
2227         * src/textview.c
2228                 Fix quotes getting toggled back when the
2229                 mail has an even number of text parts
2230
2231 2006-08-02 [colin]      2.4.0cvs18
2232
2233         * src/messageview.c
2234                 Add Hide quotes menu
2235
2236 2006-08-02 [colin]      2.4.0cvs17
2237
2238         * src/mainwindow.c
2239         * src/prefs_common.c
2240         * src/textview.c
2241         * src/textview.h
2242         * src/gtk/about.c
2243                 Allow per-level quote hiding,
2244                 Allow toggling quotes by double-clicking them
2245                 Rename RemoteURI to ClickableText to reflect
2246                 the fact it's used for a variety of things
2247
2248 2006-08-02 [wwp]        2.4.0cvs16
2249
2250         * src/mainwindow.c
2251                 fix "View/Hide quotes" menu item status initialization.
2252
2253 2006-08-02 [wwp]        2.4.0cvs15
2254
2255         * src/matcher_parser_parse.y
2256                 remove a debug trace.
2257
2258 2006-08-02 [paul]       2.4.0cvs14
2259
2260         * src/plugins/pgpcore/passphrase.c
2261                 don't set initial dialog size
2262                 make it resizable
2263
2264 2006-08-02 [paul]       2.4.0cvs13
2265
2266         * src/noticeview.c
2267                 remove the rogue '/' character
2268
2269 2006-08-02 [paul]       2.4.0cvs12
2270
2271         * src/noticeview.c
2272                 allow buttons to resize as necessary
2273
2274 2006-08-01 [wwp]        2.4.0cvs11
2275
2276         * src/mbox.c
2277                 fix strict ISO C90 compliance.
2278
2279 2006-08-01 [wwp]        2.4.0cvs10
2280
2281         * tools/update-po
2282                 updated update-po tool to work w/ context-dependent translations.
2283                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2284
2285 2006-08-01 [wwp]        2.4.0cvs9
2286
2287         * src/matcher.c
2288         * src/prefs_filtering.c
2289         * src/prefs_matcher.c
2290                 allow context-dependent translations for "All",
2291                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2292
2293 2006-07-31 [colin]      2.4.0cvs8
2294
2295         * AUTHORS
2296         * src/gtk/authors.h
2297                 Add Rafal to authors
2298
2299 2006-07-31 [colin]      2.4.0cvs7
2300
2301         * src/compose.c
2302         * src/mainwindow.c
2303         * src/messageview.h
2304         * src/prefs_common.c
2305         * src/prefs_common.h
2306         * src/textview.c
2307                 Add 'View/Hide quotes'. Patch based on a patch
2308                 by Rafal Weglarz
2309
2310 2006-07-31 [colin]      2.4.0cvs6
2311
2312         * src/action.c
2313                 Fix problem with "> stuff >" actions
2314
2315 2006-07-31 [paul]       2.4.0cvs5
2316
2317         * po/nb.po
2318                 updated by Geir Helland
2319
2320 2006-07-31 [wwp]        2.4.0cvs4
2321
2322         * src/mainwindow.c
2323         * src/summaryview.c
2324         * src/summaryview.h
2325                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2326                 thanks to Colin.
2327
2328 2006-07-31 [wwp]        2.4.0cvs3
2329
2330         * src/Makefile.am
2331         * src/addr_compl.c
2332         * src/addr_compl.h
2333         * src/addressbook.c
2334         * src/addressbook.h
2335         * src/addressbook_foldersel.c
2336         * src/addressbook_foldersel.h
2337         * src/addrindex.c
2338         * src/addrindex.h
2339         * src/matcher.c
2340         * src/matcher.h
2341         * src/matcher_parser_lex.l
2342         * src/matcher_parser_parse.y
2343         * src/prefs_common.c
2344         * src/prefs_common.h
2345         * src/prefs_filtering.c
2346         * src/prefs_matcher.c
2347         * src/prefs_matcher.h
2348         * src/summaryview.c
2349                 introduce filtering against the address book. It's now possible to add
2350                 matched conditions to determine if any email address in a message matches
2351                 or doesn't match any or all books or folders in the address book.
2352
2353 2006-07-31 [wwp]        2.4.0cvs2
2354
2355         * src/account.c
2356         * src/filtering.c
2357         * src/filtering.h
2358         * src/folder.c
2359         * src/folderview.c
2360         * src/inc.c
2361         * src/mainwindow.c
2362         * src/matcher.c
2363         * src/matcher_parser_lex.l
2364         * src/matcher_parser_parse.y
2365         * src/mbox.c
2366         * src/prefs_filtering.c
2367         * src/prefs_filtering.h
2368         * src/procmsg.c
2369         * src/procmsg.h
2370         * src/summaryview.c
2371                 introduce per-account filtering rules. Each filtering rule can now be assigned
2372                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2373                 when applying filtering rules manually, as all rules will apply - even the ones
2374                 assigned to an account. This issue will be addressed soon.
2375  
2376
2377
2378 2006-07-31 [wwp]        2.4.0cvs1
2379
2380         * src/quote_fmt.c
2381                 make more strings translatable.
2382
2383 2006-07-31 [paul]       2.4.0
2384
2385         2.4.0 released
2386
2387 2006-07-31 [paul]       2.3.1cvs91
2388
2389         * po/ca.po
2390                 updated by Miquel Oliete
2391
2392 2006-07-31 [paul]       2.3.1cvs90
2393
2394         * po/de.po
2395         * po/el.po
2396         * po/fr.po
2397         * po/it.po
2398         * po/pl.po
2399         * po/pt_BR.po
2400         * po/sr.po
2401         * po/zh_CN.po
2402                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2403                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2404                 Aleksandar Urosevic, and Ralgh Young
2405
2406 2006-07-31 [paul]       2.3.1cvs89
2407
2408         * src/account.c
2409         * src/main.c
2410         * src/mainwindow.c
2411         * src/mainwindow.h
2412                 Fix a race condition when, after an SC crash, rescanning
2413                 folders took more than 0.5 seconds
2414                 Thanks to Colin
2415
2416 2006-07-31 [paul]       2.3.1cvs88
2417
2418         * src/folderview.c
2419                 don't translate separator strings
2420
2421 2006-07-30 [mones]      2.3.1cvs87
2422
2423         * doc/man/sylpheed-claws.1
2424                 Fixed non-ASCII chars in Hoa's name
2425         * po/es.po
2426                 Updated for release
2427
2428 2006-07-27 [colin]      2.3.1cvs86
2429
2430         * src/textview.c
2431                 Don't include the leading \n in links
2432                 Patch by Fabien
2433
2434 2006-07-25 [colin]      2.3.1cvs85
2435
2436         * src/mainwindow.c
2437         * src/common/socket.h
2438         * src/etpan/imap-thread.c
2439                 Refresh resolvers before connecting
2440                 to IMAP servers, and after switching
2441                 to online. Thanks to Paul.
2442
2443 2006-07-18 [colin]
2444
2445         * 2.4.0-rc4 released
2446
2447 2006-07-17 [colin]      2.3.1cvs84
2448
2449         * src/inc.c
2450                 Show connection attempt in statusbar before
2451                 connecting (previously first message was
2452                 "Retrieving messages from ..." after the
2453                 connection succeeded.
2454
2455 2006-07-16 [wwp]        2.3.1cvs83
2456
2457         * sylpheed-claws.ico
2458                 Added .ico file (windows multi-size icon file, generated).
2459
2460 2006-07-12 [wwp]        2.3.1cvs82
2461
2462         * src/messageview.c
2463                 remove Message/Re-edit menu entry from messageview window,
2464                 as sent/draft/queued messages are opened in compose window when
2465                 re-edited and it's not possible to re-edit other msgs.
2466
2467 2006-07-12 [paul]       2.3.1cvs81
2468
2469         * AUTHORS
2470         * src/mainwindow.c
2471         * src/gtk/authors.h
2472                 check online state before resetting
2473                 mailcheck timer. Useful if some program
2474                 verifies connection state and updates
2475                 Claws.
2476                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2477
2478 2006-07-12 [paul]       2.3.1cvs80
2479
2480         * sylpheed-claws-128x128.png
2481         * sylpheed-claws-64x64.png
2482         * sylpheed-claws.png
2483         * src/Makefile.am
2484         * src/main.c
2485         * src/prefs_toolbar.c
2486         * src/stock_pixmap.c
2487         * src/stock_pixmap.h
2488         * src/wizard.c
2489         * src/gtk/about.c
2490         * src/gtk/gtkutils.c
2491         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2492         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2493         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2494         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2495         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2496         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2497                 updated and renamed logo/icon files and related
2498                 logo by Jesper Schultz
2499
2500 2006-07-11 [paul]       2.3.1cvs79
2501
2502         * src/main.c
2503                 fix the labels a smidgin
2504
2505 2006-07-09 [colin]      2.3.1cvs78
2506
2507         * src/textview.c
2508                 Show errors in textviewer's command
2509                 Patch by H. Merijn Brand
2510
2511 2006-07-09 [colin]      2.3.1cvs77
2512
2513         * src/compose.c
2514                 Save FMID in drafts too
2515
2516 2006-07-08 [colin]      2.3.1cvs76
2517
2518         * src/compose.c
2519                 Svae RMID in drafted mails too
2520                 Save quote_fmt vars for whole mails,
2521                 don't reset at each quote_fmt_init:
2522                 allows to use the same |i{var} in
2523                 various template fields
2524         * src/prefs_template.c
2525         * src/quote_fmt.h
2526         * src/quote_fmt_parse.y
2527                 Same
2528
2529 2006-07-08 [colin]      2.3.1cvs75
2530
2531         * src/textview.c
2532                 Fix highlighting of attached parts URIs
2533
2534 2006-07-08 [colin]      2.3.1cvs74
2535
2536         * src/main.c
2537                 Prevent bug #981 (sc 2.3.1 segfaults with 
2538                 gtk+ 2.10) from being reported again:
2539                 if Sylpheed-Claws has been compiled against
2540                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2541                 of if Sylpheed-Claws has been compiled against
2542                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2543                 error out.
2544
2545 2006-07-07 [colin]      2.3.1cvs73
2546
2547         * src/prefs_actions.c
2548                 Fix label
2549
2550 2006-07-07 [colin]      2.3.1cvs72
2551
2552         * src/prefs_actions.c
2553                 Fix compile on gtk < 2.8. argh :)
2554
2555 2006-07-07 [paul]       2.3.1cvs71
2556
2557         * src/common/defs.h
2558                 update DONATE_URI
2559
2560 2006-07-07 [colin]      2.3.1cvs70
2561
2562         * po/POTFILES.in
2563         * src/quote_fmt.c
2564         * src/quote_fmt_lex.l
2565         * src/quote_fmt_parse.y
2566                 Add |i{var}, a way to insert user-entered
2567                 text in a template
2568
2569 2006-07-07 [colin]
2570
2571         * 2.4.0-rc3 released
2572
2573 2006-07-07 [colin]      2.3.1cvs69
2574
2575         * src/folder.c
2576                 Don't consider inboxes of UNKNOWN folder 
2577                 classes to be useable as default inboxes
2578
2579 2006-07-07 [paul]       2.3.1cvs68
2580
2581         * src/textview.c
2582                 add missing #include <errno.h>
2583                 Thanks to René J. Blokland
2584
2585 2006-07-07 [paul]       2.3.1cvs67
2586
2587         * src/action.c
2588                 Return now Closes dialog
2589         * src/mimeview.c
2590         * src/mimeview.h
2591         * src/textview.c
2592                 add contextual menu to mime parts listed
2593                 in the textview
2594                 Thanks to Colin
2595         * src/common/utils.c
2596                 reversal: ' is a valid character in URLs
2597
2598 2006-07-06 [colin]      2.3.1cvs66
2599
2600         * src/remotefolder.h
2601                 Forgotten in previous commit
2602
2603 2006-07-06 [colin]      2.3.1cvs65
2604
2605         * src/folder.c
2606                 Set summary update flag whenever
2607                 totals changed
2608         * src/imap.c
2609         * src/prefs_account.c
2610         * src/common/utils.h
2611         * src/etpan/imap-thread.c
2612                 Fix warnings, thanks to Fabien and
2613                 Ricardo
2614
2615 2006-07-06 [wwp]        2.3.1cvs64
2616
2617         * src/gtk/gtkutils.c
2618                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2619
2620 2006-07-06 [wwp]        2.3.1cvs63
2621
2622         * src/account.c
2623         * src/addressbook.c
2624         * src/addressitem.h
2625         * src/folderview.c
2626         * src/mainwindow.c
2627         * src/manual.c
2628         * src/manual.h
2629         * src/message_search.c
2630         * src/prefs_actions.c
2631         * src/prefs_filtering.c
2632         * src/prefs_filtering.h
2633         * src/prefs_template.c
2634         * src/summary_search.c
2635         * src/summaryview.c
2636         * src/gtk/gtkutils.c
2637         * src/gtk/gtkutils.h
2638         * src/gtk/pluginwindow.c
2639                 add help buttons to some dialogs. Clicking such buttons opens a
2640                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2641
2642 2006-07-06 [paul]       2.3.1cvs62
2643
2644         * src/textview.c
2645                 fix attachments contextual menu
2646                 Thanks to Colin
2647
2648 2006-07-05 [colin]      2.3.1cvs61
2649
2650         * src/textview.c
2651         * src/compose.c
2652                 Handle sftp:// links
2653
2654 2006-07-05 [paul]       2.3.1cvs60
2655
2656         * src/gtk/filesel.c
2657                 grab save button by default
2658                 Thanks to Colin
2659
2660 2006-07-05 [wwp]        2.3.1cvs59
2661
2662         * manual/xml2pdf
2663                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2664
2665 2006-07-04 [colin]      2.3.1cvs58
2666
2667         * src/mimeview.c
2668         * src/textview.c
2669                 Use left click to select, middle click to open
2670                 on mimeparts links
2671         * src/common/utils.c
2672                 Fix segfault
2673
2674 2006-07-04 [colin]      2.3.1cvs57
2675
2676         * src/mainwindow.c
2677         * src/news.c
2678                 Warning fixes, thanks to Fabien
2679
2680 2006-07-04 [colin]      2.3.1cvs56
2681
2682         * src/mimeview.c
2683         * src/mimeview.h
2684         * src/textview.c
2685                 Allow parts to be selected via their text label
2686                 in textview
2687
2688 2006-07-04 [colin]      2.3.1cvs55
2689
2690         * src/folderview.c
2691                 Feedback when closing (for big folders)
2692         * src/prefs_actions.c
2693         * src/prefs_filtering.c
2694         * src/prefs_matcher.c
2695         * src/prefs_template.c
2696                 Fix default button when closing without
2697                 having saved
2698
2699 2006-07-04 [colin]      2.3.1cvs54
2700
2701         * src/news.c
2702                 Delete local file on deletion
2703
2704 2006-07-03 [colin]      2.3.1cvs53
2705
2706         * src/folderview.c
2707         * src/main.c
2708                 Don't freeze when rescanning after crash
2709
2710 2006-07-03 [wwp]        2.3.1cvs52
2711
2712         * src/compose.c
2713         * src/privacy.c
2714         * src/privacy.h
2715         * src/plugins/pgpinline/pgpinline.c
2716         * src/plugins/pgpmime/pgpmime.c
2717                 don't report an error when the user cancels the passphrase dialog.
2718
2719 2006-07-02 [colin]      2.3.1cvs51
2720
2721         * src/folderview.c
2722                 Open message when crossing folders with Space,
2723                 goto next unread and friends
2724
2725 2006-07-01 [colin]      2.3.1cvs50
2726
2727         * src/prefs_account.c
2728                 Typographic rules varying from language
2729                 to language (in french "Protocole :"),
2730                 we have to do that :)
2731
2732 2006-07-01 [ticho]      2.3.1cvs49
2733
2734         * src/prefs_account.c
2735                 Only use one temporary gchar* variable in
2736                 prefs_account_protocol_set_optmenu().
2737
2738 2006-07-01 [ticho]      2.3.1cvs48
2739
2740         * src/prefs_account.c
2741         * src/prefs_account.h
2742                 Use GtkLabel for existing account protocol name.
2743                 Created an array for protocol names and populate the
2744                 combobox from it in a for() cycle.
2745
2746 2006-06-30 [colin]      2.3.1cvs47
2747
2748         * src/compose.c
2749                 Block undo when changing signature (by changing
2750                 account)
2751
2752 2006-06-30 [paul]       2.3.1cvs46
2753
2754         * src/send_message.c
2755                 when editing From in the Compose window, use that address
2756                 in the Return-Path: header
2757                 Thanks to Colin
2758
2759 2006-06-30 [colin]      2.3.1cvs45
2760
2761         * src/compose.c
2762                 Fix signature replacement:
2763                 - when no newline before separator
2764                 - when reediting
2765
2766 2006-06-29 [colin]      2.3.1cvs44
2767
2768         * src/folderview.c
2769         * src/folderview.h
2770         * src/mainwindow.c
2771         * src/summaryview.c
2772                 Let 'View/Go to/Next marked' work like
2773                 Next new & Next unread: across folders
2774                 Change the select_on_entry pref to do
2775                 what we want when changing folder
2776         * src/common/utils.c
2777                 Fix single-quoted links 
2778
2779 2006-06-29 [colin]      2.3.1cvs43
2780
2781         * src/gtk/gtkaspell.c
2782                 "Sylpheed" and "Sylpheed-Claws" do exist !
2783
2784 2006-06-29 [colin]      2.3.1cvs42
2785
2786         * src/imap.c
2787                 Forgot to remove debug
2788
2789 2006-06-29 [colin]      2.3.1cvs41
2790
2791         * src/imap.c
2792         * src/imap.h
2793         * src/mainwindow.c
2794                 Disconnect from IMAP servers when going
2795                 offline. Fixes bug #978 (going to offline-mode 
2796                 won't close connections)
2797
2798 2006-06-29 [colin]      2.3.1cvs40
2799
2800         * src/main.c
2801                 Fix transient setting on failing plugins
2802                 Patch by Fabien
2803         * src/plugins/pgpcore/sgpgme.c
2804                 Only warn for OpenPGP. Most people don't
2805                 have CMS available.
2806
2807 2006-06-29 [colin]      2.3.1cvs39
2808
2809         * src/compose.c
2810                 Fix Spelling menu (discrepancy between context menu
2811                 and top menu when folder's dictionary isn't the 
2812                 default one)
2813         * src/plugins/pgpcore/sgpgme.c
2814                 More error reporting about why gpgme can fail
2815
2816 2006-06-29 [wwp]        2.3.1cvs38
2817
2818         * src/mainwindow.c
2819                 honor the display-header-pane setting even when the message view
2820                 is a separate window.
2821
2822 2006-06-29 [wwp]        2.3.1cvs37
2823
2824         * src/prefs_actions.c
2825                 forgot to commit that one (use of GTK_STOCK_INFO).
2826
2827 2006-06-29 [colin]      2.3.1cvs36
2828
2829         * src/imap.c
2830                 Better handling of login errors (ask the password
2831                 again once), alert in case of error. Fix three
2832                 signedness warnings.
2833
2834 2006-06-28 [wwp]        2.3.1cvs35
2835
2836         * src/prefs_template.c
2837         * src/prefs_matcher.c
2838         * src/prefs_filtering_action.c
2839         * src/prefs_quote.c
2840                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2841                 patch by Fabien Vantard, slightly modified.
2842
2843 2006-06-28 [paul]
2844
2845         2.4.0-rc2 released
2846
2847 2006-06-28 [colin]      2.3.1cvs34
2848
2849         * src/prefs_account.c
2850                 Fix bug #977 (Can't add or edit imap accounts)
2851
2852 2006-06-28 [colin]      2.3.1cvs33
2853
2854         * src/mimeview.c
2855                 Fix previous
2856
2857 2006-06-28 [colin]      2.3.1cvs32
2858
2859         * src/mimeview.c
2860                 Save named inlined attachments with "Save all"
2861         * src/main.c
2862         * src/mbox.c
2863         * src/common/plugin.c
2864         * src/common/plugin.h
2865         * src/common/sylpheed.c
2866         * src/common/utils.c
2867         * src/plugins/pgpcore/sylpheed.def
2868         * src/plugins/pgpinline/sylpheed.def
2869         * src/plugins/pgpmime/sylpheed.def
2870                 Win32 compatibility patch, by
2871                 Werner Koch
2872
2873 2006-06-28 [wwp]        2.3.1cvs31
2874
2875         * src/imap.c
2876         * src/prefs_folder_item.c
2877                 less compilation warnings (thanks to Fabien Vantard), less typos.
2878
2879 2006-06-28 [paul]       2.3.1cvs30
2880
2881         * src/gtk/gtkutils.c
2882                 gtk_combo_box_set_focus_on_click() is only
2883                 available since gtk 2.6.0
2884
2885 2006-06-28 [paul]       2.3.1cvs29
2886
2887         * src/prefs_ext_prog.c
2888                 fix engrish and add a tooltip for the
2889                 'command for 'Display as text' option
2890
2891 2006-06-28 [paul]
2892
2893         2.4.0-rc1 released
2894
2895 2006-06-28 [paul]       2.3.1cvs28
2896
2897         * ChangeLog
2898         * tools/Makefile.am
2899                 include textviewer.pl in releases
2900
2901 2006-06-28 [paul]       2.3.1cvs27
2902
2903         * src/prefs_ext_prog.c
2904                 hide Print command option if libgnomeprint
2905                 support is present
2906
2907 2006-06-27 [colin]      2.3.1cvs26
2908
2909         * src/compose.c
2910                 Fix Esc handling in insert/attach dialog
2911                 Don't show this dialog if dragging something
2912                 else than text/uri-list
2913                 Thanks to Fabien Vantard
2914         * tools/textviewer.pl
2915                 Filter script to display stuff as text
2916                 by H. Merijn Brand
2917
2918 2006-06-27 [wwp]        2.3.1cvs25
2919
2920         * src/messageview.c
2921                 use the exact product name (message view title), patch
2922                 by Fabien Vantard.
2923
2924 2006-06-27 [ticho]      2.3.1cvs24
2925
2926         * src/prefs_account.c
2927         * src/prefs_common.c
2928         * src/prefs_common.h
2929         * src/prefs_ext_prog.c
2930         * src/textview.c
2931                 Add a preference (Preferences/External programs)
2932                 to allow "Display as text" to be done via a script
2933                 (patch by H.Merijn Brand).
2934                 Use GtkComboBox for protocol selection in account
2935                 preferences.
2936                 Only include current choice for existing accounts, and
2937                 insensitivize the combobox.
2938
2939 2006-06-27 [paul]       2.3.1cvs23
2940
2941         * src/mbox.c
2942                 fix crasher introduced in cvs21.
2943                 Thanks to Colin
2944
2945 2006-06-26 [colin]      2.3.1cvs22
2946
2947         * src/mbox.c
2948                 Fix double-frees when leaving folders
2949                 after exporting to mbox
2950
2951 2006-06-26 [colin]      2.3.1cvs21
2952
2953         * src/mbox.c
2954                 More feedback (and optimisation)
2955                 on import/export
2956         * src/common/utils.c
2957                 Fix case when looking for mail addresses
2958         * src/gtk/gtkutils.c
2959                 Extra check for (X-)Face
2960
2961 2006-06-25 [ticho]      2.3.1cvs20
2962
2963         * src/compose.c
2964         * src/exphtmldlg.c
2965         * src/gtk/gtkutils.c
2966         * src/gtk/gtkutils.h
2967                 Added second argument to gtkut_sc_combobox_create() to
2968                 control focus-on-click for the widget.
2969                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2970
2971 2006-06-25 [ticho]      2.3.1cvs19
2972
2973         * src/compose.c
2974         * src/gtk/Makefile.am
2975         * src/gtk/combobox.c
2976         * src/gtk/combobox.h
2977         * src/gtk/gtkutils.c
2978         * src/gtk/gtkutils.h
2979                 Use GtkComboBox instead of deprecated GtkOptionMenu
2980                 for account selector in compose window and for encoding
2981                 selector in attachment properties.
2982                 Also factorise working with the new GtkComboBox somewhat.
2983
2984 2006-06-24 [paul]       2.3.1cvs18
2985
2986         * src/prefs_common.c
2987                 use the correct default value
2988
2989 2006-06-24 [paul]       2.3.1cvs17
2990
2991         * src/compose.c
2992         * src/prefs_common.c
2993         * src/prefs_common.h
2994         * src/prefs_compose_writing.c
2995                 enable setting of default action when
2996                 dnd'ing files in the compose window.
2997                 (Collaborative effort with wwp)
2998
2999 2006-06-23 [wwp]        2.3.1cvs16
3000
3001         * src/compose.c
3002                 i18n fix (thanks to Fabien Vantard)
3003
3004 2006-06-22 [colin]      2.3.1cvs15
3005
3006         * src/prefs_customheader.c
3007                 Don't use filters in custom headers' file 
3008                 selector. Remember, extensions mean nothing :)
3009
3010 2006-06-22 [paul]       2.3.1cvs14
3011
3012         * configure.ac
3013                 allow setting of man directory location
3014
3015 2006-06-22 [colin]      2.3.1cvs13
3016
3017         * src/mainwindow.c
3018                 Add 'View/Go to/Next unread folder'.
3019                 I missed that :)
3020
3021 2006-06-22 [colin]      2.3.1cvs12
3022
3023         * src/common/utils.c
3024                 Add some subject prefixes
3025                 Patch by Bjorn T Johansen <btj@havleik.no>
3026
3027 2006-06-22 [colin]      2.3.1cvs11
3028
3029         * manual/advanced.xml
3030                 Forgotten hidden pref
3031
3032 2006-06-21 [paul]       2.3.1cvs10
3033
3034         * src/prefs_account.c
3035                 complete the removal of 'Add date header' option
3036
3037 2006-06-21 [paul]       2.3.1cvs9
3038
3039         * src/account.c
3040         * src/compose.c
3041         * src/prefs_account.c
3042         * src/prefs_account.h
3043                 remove option to add date header - always
3044                 add date header
3045         * src/etpan/imap-thread.c
3046                 fix warnings (Thanks to Colin)
3047
3048 2006-06-21 [wwp]        2.3.1cvs8
3049
3050         * src/folder.c
3051                 set the attachment flag when inline text part are (file)named. This is more convenient
3052                 when receiving (for instance) inline source files or patches sent using thunderbird.
3053
3054 2006-06-21 [paul]       2.3.1cvs7
3055
3056         * src/inc.c
3057                 fix off-by-one count of current msg in
3058                 statusbar filtering progressbar
3059
3060 2006-06-21 [paul]       2.3.1cvs6
3061
3062         * src/folder.c
3063                 Show attachment icon even if the part is 'inline'
3064                 if the following conditions are met:
3065                 - content-type != 'text/plain'
3066                 - content-type != '*/pgp-signature'
3067                 - either 'name' or 'filename' parameter is not NULL
3068                 
3069                 Thanks to Colin
3070
3071 2006-06-21 [paul]       2.3.1cvs5
3072
3073         * src/messageview.c
3074         * src/prefs_common.c
3075         * src/prefs_common.h
3076         * src/prefs_other.c
3077                 add an option to 'Never send Return
3078                 Receipts'
3079                 Thanks to Colin
3080
3081 2006-06-20 [mones]      2.3.1cvs4
3082
3083         * po/es.po
3084                 updated
3085         * src/compose.c
3086                 typo fixed (space after comma)
3087         * tools/make.themes.project
3088                 remove exec mode from tarball files
3089
3090 2006-06-20 [colin]      2.3.1cvs3
3091
3092         * src/news.c
3093         * src/procheader.c
3094         * src/unmime.c
3095                 Better fix for \n's in headers (don't 
3096                 break Received: and others)
3097
3098 2006-06-20 [paul]       2.3.1cvs2
3099
3100         * src/alertpanel.c
3101         * src/textview.c
3102                 improve legibility of phishing attempt
3103                 dialog
3104
3105 2006-06-20 [paul]       2.3.1cvs1
3106
3107         * NEWS
3108         * README
3109         * configure.ac
3110                 Update version number following
3111                 stable release
3112
3113 2006-06-20 [colin]      2.3.0cvs26
3114
3115         * src/compose.c
3116                 When dragging a file to the text of the compose
3117                 window, ask whether we want to insert or attach
3118                 (I know lots of people who do that to attach)
3119
3120 2006-06-20 [colin]      2.3.0cvs25
3121
3122         * src/etpan/imap-thread.c
3123                 Fix threshold (the append command is often > 32 bytes)
3124
3125 2006-06-19 [colin]      2.3.0cvs24
3126
3127         * src/imap.c
3128         * src/etpan/imap-thread.c
3129                 Workaround Rockliffe IMAP server bug: replace
3130                 "x UID SEARCH (ANSWERED UID 1:*)" with
3131                 "x UID SEARCH ANSWERED"
3132                 (Rockliffe doesn't handle the parenthesis)
3133
3134 2006-06-19 [colin]      2.3.0cvs23
3135
3136         * src/compose.c
3137         * src/imap.c
3138         * src/etpan/imap-thread.c
3139                 Probably fix bug #972 (Freezes when adding 
3140                 an attachment to the message)
3141         * src/common/defs.h
3142                 Modernize Firefox cmd
3143
3144
3145 2006-06-18 [colin]      2.3.0cvs22
3146
3147         * src/prefs_customheader.c
3148                 Only allow correct filenames for various
3149                 custom headers
3150
3151 2006-06-18 [colin]      2.3.0cvs21
3152
3153         * src/prefs_customheader.c
3154                 Add a 'From File...' button in custom headers prefs, which
3155                 try to do the right thing: 
3156                 for normal headers, use file as plaintext,
3157                 for X-Face, calls compface,
3158                 for Face, encode to b64.
3159
3160 2006-06-17 [colin]      2.3.0cvs20
3161
3162         * src/mh.c
3163                 Warning fix
3164
3165 2006-06-16 [colin]      2.3.0cvs19
3166
3167         * src/summaryview.c
3168                 Recursive quicksearch: show message list
3169                 in current folder, *then* search children
3170                 in the background.
3171
3172 2006-06-16 [colin]      2.3.0cvs18
3173
3174         * src/main.c
3175                 Instead of ignoring SIGPIPE, save caches
3176                 when getting one. Will fix the fact that
3177                 hot caches are out-of-date when logging 
3178                 out of Xorg.
3179         * src/compose.c
3180         * src/prefs_compose_writing.c
3181                 Only save text (not attachments) when 
3182                 auto-saving to drafts
3183         * src/unmime.c
3184                 Always replace \n, \r and \t with spaces
3185                 in headers
3186         * manual/dist/html/Makefile.am
3187         * manual/dist/pdf/Makefile.am
3188         * manual/dist/ps/Makefile.am
3189         * manual/dist/txt/Makefile.am
3190         * manual/fr/dist/html/Makefile.am
3191         * manual/fr/dist/pdf/Makefile.am
3192         * manual/fr/dist/ps/Makefile.am
3193         * manual/fr/dist/txt/Makefile.am
3194         * manual/pl/dist/html/Makefile.am
3195         * manual/pl/dist/pdf/Makefile.am
3196         * manual/pl/dist/ps/Makefile.am
3197         * manual/pl/dist/txt/Makefile.am
3198                 Fix make clean removing pregenerated manuals
3199
3200
3201 2006-06-16 [colin]      2.3.0cvs17
3202
3203         * src/plugins/pgpcore/sgpgme.c
3204         * src/plugins/pgpmime/pgpmime.c
3205         * src/plugins/pgpinline/pgpinline.c
3206                 Better error reporting in setup_signers.
3207                 Don't fallback to default key if specified
3208                 key isn't found.
3209                 Don't allow signing if more than one secret
3210                 key matches the one specified in prefs.
3211
3212 2006-06-15 [colin]      2.3.0cvs16
3213
3214         * src/folderview.c
3215                 Add "Send queue" in the folder's contextual
3216                 menu
3217         * src/compose.c
3218         * src/messageview.c
3219         * src/privacy.c
3220         * src/privacy.h
3221         * src/procmime.c
3222         * src/procmsg.c
3223         * src/plugins/pgpcore/passphrase.c
3224         * src/plugins/pgpcore/sgpgme.c
3225         * src/plugins/pgpinline/pgpinline.c
3226         * src/plugins/pgpmime/pgpmime.c
3227                 Better error reporting
3228         * src/mbox.c
3229                 Probably fix bug #971 (2.2.3 cannot read mail 
3230                 from local mbox)
3231
3232
3233 2006-06-15 [mones]      2.3.0cvs15
3234
3235         * tools/make.themes.project
3236                 creates the themes project from the web page
3237
3238 2006-06-15 [colin]      2.3.0cvs14
3239
3240         * src/folder.c
3241                 Better fix (avoid losing the folder if scan_tree 
3242                 fails)
3243
3244 2006-06-15 [cleroy]     2.3.0cvs13
3245
3246         * src/folder.c
3247                 Probably fix Bug #969 (crash on rebuilding 
3248                 imap folder)
3249
3250 2006-06-14 [colin]      2.3.0cvs12
3251
3252         * manual/dtd/manual.xsl
3253         * manual/sylpheed-claws-manual.xml
3254         * manual/fr/sylpheed-claws-manual.xml
3255         * manual/pl/sylpheed-claws-manual.xml
3256                 Insert pagebreaks between sections
3257
3258 2006-06-14 [paul]       2.3.0cvs11
3259
3260         * configure.ac
3261                 better fix than 2.3.0cvs10
3262
3263 2006-06-14 [paul]       2.3.0cvs10
3264
3265         * configure.ac
3266                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3267                 (backwards compatible)
3268
3269 2006-06-13 [colin]      2.3.0cvs9
3270
3271         * src/messageview.c
3272                 Fix sending of return receipt with the new queue folders
3273
3274 2006-06-13 [wwp]        2.3.0cvs8
3275
3276         * src/quote_fmt_lex.l
3277                 fix wrong tokens returned in quote_fmt lexer, query not().
3278
3279 2006-06-13 [wwp]        2.3.0cvs7
3280
3281         * src/folder.c
3282         * src/prefs_folder_item.c
3283                 allow changing folder type even when folder is not a top-level one,
3284                 thanks to Colin.
3285
3286 2006-06-12 [colin]      2.3.0cvs6
3287
3288         * src/folderview.c
3289                 Fix double-ask of "Do you want to mark all
3290                 as read"
3291
3292 2006-06-12 [colin]      2.3.0cvs5
3293
3294         * src/compose.c
3295         * src/compose.h
3296         * src/folder.c
3297         * src/folder.h
3298         * src/imap.c
3299         * src/inc.c
3300         * src/main.c
3301         * src/messageview.c
3302         * src/mh.c
3303         * src/prefs_folder_item.c
3304         * src/procheader.c
3305         * src/procmime.c
3306         * src/procmsg.c
3307         * src/procmsg.h
3308         * src/send_message.c
3309         * src/summaryview.c
3310         * src/toolbar.c
3311                 Apply bug #964's patch (Queue and drafts aren't normal)
3312                 The Drafts and Queue folder now contain RFC-822 files,
3313                 allowing to move and copy mails from and to these 
3314                 folders. Moving from Drafts to Queue will prepare the
3315                 mail for sending (PGP signature, encryption, etc).
3316                 This patch also rework sending errors handling to try
3317                 to be more helpful.
3318                 Also, allow redefining folder types via the GUI 
3319                 (Folder type in its Properties)
3320
3321 2006-06-12 [colin]      2.3.0cvs4
3322
3323         * src/summaryview.c
3324         * src/prefs_common.c
3325         * src/prefs_common.h
3326         * src/gedit-print.c
3327                 Allow to define a specific print font - patch
3328                 by Bernhard Walle <bernhard.walle@gmx.de>
3329         * src/prefs_fonts.c
3330         * manual/advanced.xml
3331         * manual/fr/advanced.xml
3332                 Add a hidden pref to allow deletion without
3333                 confirmation
3334
3335 2006-06-12 [wwp]        2.3.0cvs3
3336
3337         * .cvsignore
3338                 more files to ignore.
3339
3340 2006-06-12 [wwp]        2.3.0cvs2
3341
3342         * src/quote_fmt.c
3343         * src/quote_fmt_lex.l
3344         * src/quote_fmt_parse.y
3345                 extend the quote_fmt parser (templates and quotes):
3346                 - allow limited sub-expressions in |p{} and |f{} expressions,
3347                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3348                 - implemented/fixed missing implementation of query_references and show_references,
3349                 - completed, fixed contents and format of the symbols help dialog,
3350                 - fix some compilation warnings.
3351
3352 2006-06-12 [wwp]        2.3.0cvs1
3353
3354         * manual/advanced.xml
3355         * manual/fr/advanced.xml
3356                 updates in the "templates" section of the manual (eng/fr):
3357                  - be more precise (both versions)
3358                  - completed to match the english reference (fr version)
3359                  - touchups (both versions)
3360
3361 2006-06-12 [paul]       2.3.0
3362
3363         2.3.0 released
3364
3365 2006-06-12 [paul]       2.2.3cvs14
3366
3367         * po/ca.po
3368         * po/cs.po
3369         * po/de.po
3370         * po/el.po
3371         * po/fr.po
3372         * po/it.po
3373         * po/pt_BR.po
3374         * po/sr.po
3375         * po/zh_CN.po
3376                 updated by Miquel Oliete, Tim, Stephan Sachse,
3377                 Stavros Giannouris, Fabien Vantard, Andrea
3378                 Spadaccini, Frederico Goncalves Guimaraes,
3379                 Aleksandar Urosevic, and Ralgh Young
3380
3381 2006-06-12 [colin]      2.2.3cvs13
3382
3383         * src/mbox.c
3384                 Add missing header
3385
3386 2006-06-11 [colin]      2.2.3cvs12
3387
3388         * src/msgcache.c
3389                 Verify that g_malloc() succeeded
3390
3391 2006-06-11 [colin]      2.2.3cvs11
3392
3393         * src/wizard.c
3394                 Add Face header to welcome mail
3395
3396 2006-06-10 [colin]      2.2.3cvs10
3397
3398         * src/textview.c
3399                 Revert previous (Forgot it changes the
3400                 margin on the whole mail)
3401
3402 2006-06-10 [colin]      2.2.3cvs9
3403
3404         * src/textview.c
3405                 Don't overlap long headers under (X-)Face
3406
3407 2006-06-10 [mones]      2.2.3cvs8
3408
3409         * manual/xml2pdf
3410                 allow generation of manual on systems lacking saxon binary
3411                 but with java and the saxon library installed
3412
3413         * po/es.po
3414                 updated for release
3415
3416 2006-06-09 [colin]      2.2.3cvs7
3417
3418         * src/summaryview.c
3419                 Fix leak when using Display Sender using Addressbook
3420
3421 2006-06-09 [colin]      2.2.3cvs6
3422
3423         * src/compose.c
3424         * src/folder.c
3425         * src/folderview.c
3426         * src/mimeview.c
3427         * src/summaryview.c
3428                 More leaks fixes
3429
3430 2006-06-09 [paul]       2.2.3cvs5
3431
3432         * AUTHORS
3433         * src/gtk/authors.h
3434         * tools/claws.i18n.status.pl
3435                 updated with new info
3436
3437 2006-06-09 [paul]       2.2.3cvs4
3438
3439         * README
3440                 updated
3441         * manual/ack.xml
3442                 add wwp to authors list
3443         * src/gtk/authors.h
3444                 update mine and Colin's addresses
3445
3446 2006-06-08 [colin]      2.2.3cvs3
3447
3448         * src/etpan/imap-thread.c
3449                 Fix leak on SSL cert check
3450
3451 2006-06-08 [colin]      2.2.3cvs2
3452
3453         * src/common/utils.c
3454                 Fix leak
3455
3456 2006-06-08 [paul]       2.2.3cvs1
3457
3458         * configure.ac
3459                 Update version number following
3460                 stable release
3461
3462 2006-06-07 [colin]      2.2.2cvs3
3463
3464         * src/msgcache.c
3465                 Fix catching cache read errors (guint instead of gint)
3466                 Prevent malloc'ing more than 8MB (means cache corruption)
3467
3468 2006-06-07 [paul]       2.2.2cvs2
3469
3470         * src/exporthtml.c
3471         * src/exportldif.c
3472         * src/mh.c
3473         * src/mutt.c
3474         * src/pine.c
3475         * src/common/utils.c
3476                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3477                 obey $HOME'
3478                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3479                 Thanks to Colin
3480
3481 2006-06-06 [paul]       2.2.2cvs1
3482
3483         * configure.ac
3484                 Update version number following
3485                 stable release
3486
3487 2006-06-06 [paul]       2.2.1cvs6
3488
3489         * src/matcher.c
3490                 fix  implicit declaration of
3491                 sylpheed_do_idle()
3492                 Patch by Fabien Vantard
3493
3494 2006-06-06 [paul]       2.2.1cvs5
3495
3496         * src/matcher.c
3497                 fix age_greater and age_lower so that they
3498                 mean what say and not '...or equal to'
3499                 Thanks to Colin
3500
3501 2006-06-06 [paul]       2.2.1cvs4
3502
3503         * src/textview.c
3504         * src/common/utils.c
3505                 fix URI check
3506                 Thanks to Colin
3507
3508 2006-06-05 [wwp]        2.2.1cvs3
3509
3510         * manual/fr/account.xml
3511                 minor language fixes (thanks to Fabien Vantard).
3512
3513 2006-06-05 [colin]      2.2.1cvs2
3514
3515         * src/prefs_folder_item.c
3516         * src/folderview.c
3517                 Allow recursive setting of properties 
3518                 for whole mailboxes
3519         * src/matcher.c
3520                 Don't freeze on 'test' filtering rule
3521
3522 2006-06-05 [colin]      2.2.1cvs1
3523
3524         * configure.ac
3525                 Update version number following
3526                 stable release
3527
3528 2006-06-04 [wwp]        2.2.0cvs82
3529
3530         * manual/glossary.xml
3531         * manual/account.xml
3532         * manual/fr/glossary.xml
3533         * manual/fr/account.xml
3534                 added glossary section and references/links related to the Face custom header.
3535
3536 2006-06-04 [colin]      2.2.0cvs81
3537
3538         * src/summaryview.c
3539                 Skip to next message on move with no
3540                 immediate execution
3541
3542 2006-06-04 [wwp]        2.2.0cvs80
3543
3544         * manual/xml2pdf
3545                 added sanity checks, exit when needed.
3546
3547 2006-06-03 [paul]       2.2.0cvs79
3548
3549         * src/prefs_receive.c
3550                 page name is now 'Receiving'
3551         * src/prefs_send.c
3552                 page name is now 'Sending'
3553
3554 2006-06-03 [colin]      2.2.0cvs78
3555
3556         * src/plugins/spamassassin/spamassassin_gtk.c
3557                 Autoswitch to Localhost if transport was previously
3558                 disabled. Else people had to check [] Enable, then
3559                 *reselect* transport.
3560
3561 2006-06-03 [colin]      2.2.0cvs77
3562
3563         * src/plugins/pgpinline/pgpinline.c
3564         * src/plugins/pgpmime/pgpmime.c
3565                 Check that gpg_data_release_and_get_mem 
3566                 didn't fail (now, why this happens...)
3567
3568 2006-06-03 [colin]      2.2.0cvs76
3569
3570         * src/mbox.c
3571                 Fix bug #962 (Manual and/or UI should 
3572                 warn about incompatible locking 
3573                 causing dataloss)
3574
3575 2006-06-02 [cleroy]     2.2.0cvs75
3576
3577         * src/filtering.c
3578         * src/folder.c
3579         * src/procmsg.c
3580         * src/summaryview.c
3581                 Fix a few leaks
3582
3583 2006-06-02 [colin]      2.2.0cvs74
3584
3585         * src/main.c
3586                 On exit, free caches after writing them
3587                 Shuts up some valgrind false positives
3588         * src/procmsg.c
3589         * src/send_message.c
3590                 Fix races when reusing existing SMTP connections
3591                 Fix inexistant session timeout
3592         * src/toolbar.c
3593                 Display alertpanel after all queues have
3594                 been processed, not after each
3595
3596 2006-06-02 [wwp]        2.2.0cvs73
3597
3598         * manual/fr/glossary.xml
3599         * manual/fr/ack.xml
3600         * manual/ack.xml
3601                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3602
3603 2006-06-02 [wwp]        2.2.0cvs72
3604
3605         * manual/xml2pdf
3606         * manual/dist/pdf/Makefile.am
3607         * manual/dtd/manual.xsl
3608         * manual/fr/dist/pdf/Makefile.am
3609         * manual/pl/dist/pdf/Makefile.am
3610                 we changed the procedure to generate the .pdf version of the manual.
3611                 The procedure is more modern and the .pdf we get now has a valid index.
3612                 Here are the new pre-requisites:
3613
3614                 - JRE 1.x (1.4 here): there must be one from your distro
3615                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3616                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3617                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3618
3619                 See my posts for further info about the installation of this toolchain:
3620
3621                 Date: Fri, 19 May 2006 19:40:06 +0200
3622                 From: wwp <subscript@free.fr>
3623                 To: sylpheed-claws-devel@lists.sourceforge.net
3624                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3625
3626                 and
3627
3628                 Date: Wed, 24 May 2006 12:58:49 +0200
3629                 From: wwp <subscript@free.fr>
3630                 To: sylpheed-claws-devel@lists.sourceforge.net
3631                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3632
3633 2006-06-01 [colin]      2.2.0cvs71
3634
3635         * src/compose.c
3636                 Better guards against IMAP races
3637         * src/main.c
3638         * src/prefs_common.c
3639         * src/prefs_common.h
3640         * src/common/ssl_certificate.c
3641         * src/etpan/imap-thread.c
3642         * src/etpan/imap-thread.h
3643         * src/gtk/sslcertwindow.c
3644                 New hidden option ssl_skip_cert_check to 
3645                 avoid dups of bug #959 (libetpan linked
3646                 against gnutls and gnutls buggy on 64bit)
3647                 Present expired warning only once per
3648                 session/server.
3649         * manual/advanced.xml
3650         * manual/fr/advanced.xml
3651                 Document new option
3652
3653 2006-06-01 [wwp]        2.2.0cvs70
3654
3655         * src/messageview.c
3656                 fix for bug #961 (return receipt dialog 
3657                 complains incorrectly about return-path 
3658                 email adress being different), thanks 
3659                 to Colin.
3660
3661 2006-05-31 [cleroy]     2.2.0cvs69
3662
3663         * src/common/ssl.c
3664                 Guard against NULLs, although this
3665                 should never be an issue
3666
3667 2006-05-31 [colin]      2.2.0cvs68
3668
3669         * src/filtering.c
3670                 Use g_slist_prepend
3671         * src/imap.c
3672                 Don't remove caches when destroying folder, it
3673                 could (should) be done at exit
3674         * src/inc.c
3675                 free processing cache after incorporation
3676         * src/etpan/imap-thread.c
3677                 Maybe fix bug #959 (Crash on moving to emails 
3678                 to a imap account per ssl with a expired 
3679                 certificate.)
3680
3681 2006-05-30 [colin]      2.2.0cvs67
3682
3683         * src/summaryview.c
3684                 Put back event flush when displaying message
3685                 It avoids reading a bunch of messages just
3686                 by hitting shift-n for too long ;)
3687
3688 2006-05-29 [colin]      2.2.0cvs66
3689
3690         * src/summaryview.c
3691                 Remove useless g_warnings
3692
3693 2006-05-29 [colin]      2.2.0cvs65
3694
3695         * src/imap.c
3696                 Fix g_slist_append()s for performance
3697
3698 2006-05-29 [colin]      2.2.0cvs64
3699
3700         * src/compose.c
3701         * src/common/utils.c
3702                 Fix extraneous tab at start of addresses
3703         * src/mainwindow.c
3704                 Fix warnings (thanks to Fabien)
3705                 Fix crash at exit when composing messages 
3706                 exist
3707         * src/pop.c
3708                 Fix progress bar when deleting expired mails
3709                 Thanks to Hiro
3710         * src/summaryview.c
3711         * src/gtk/gtksctree.c
3712                 Fix re-sorting slowness
3713
3714 2006-05-29 [paul]       2.2.0cvs63
3715
3716         * src/mh.c
3717                 fetch full message when moving mails
3718                 from another mailbox, (fixed data loss
3719                 when filtering from IMAP to MH, introduced
3720                 in 2.2.0cvs57).
3721                 Thanks to Colin
3722
3723 2006-05-29 [mones]      2.2.0cvs62
3724
3725         * src/gtk/gtksctree.c
3726                 Unselect faster (patch by Colin)        
3727
3728 2006-05-26 [colin]      2.2.0cvs61
3729
3730         * src/summaryview.c
3731                 Unplug MSGINFO_UPDATE callback on delete too.
3732
3733 2006-05-26 [colin]      2.2.0cvs60
3734
3735         * src/foldersel.c
3736                 Fix bold in folder selection window with glib2.10
3737                 thanks Hiro
3738
3739 2006-05-26 [colin]      2.2.0cvs59
3740
3741         * src/procheader.c
3742                 Convert date only if necessary (and don't
3743                 try to convert from utf8 to utf8, too)
3744         * src/summaryview.c
3745                 Only set column's text if the column's 
3746                 displayed
3747
3748 2006-05-26 [colin]      2.2.0cvs58
3749
3750         * src/summaryview.c
3751         * src/gtk/gtkutils.c
3752                 Fix useless warning
3753
3754 2006-05-26 [colin]      2.2.0cvs57
3755
3756         * src/mainwindow.c
3757                 Make summaryview selectable as long as 
3758                 no message has focus
3759         * src/mh.c
3760                 Faster deletion (by implementing mh_remove_msgs)
3761                 Faster copy (avoid using mh_fetch_msg just to get
3762                 the filename)
3763                 Faster move (using move_file instead of copy_file
3764                 if MSG_IS_MOVE)
3765                 No progressbar if total number of mails to cp/mv 
3766                 is less than 100
3767         * src/summaryview.c
3768                 Fix removal from subject_table when mail gets moved
3769                 Faster deletion (g_slist_prepend instead of append)
3770         * src/gtk/gtksctree.c
3771                 Remove useless code
3772
3773 2006-05-25 [colin]      2.2.0cvs56
3774
3775         * src/common/ssl_certificate.c
3776                 Fix leak in expired cert check
3777
3778 2006-05-25 [colin]      2.2.0cvs55
3779
3780         * src/mh.c
3781                 Disable flags syncing on .mh_sequences - it
3782                 is buggy and marks mails read under unknown
3783                 conditions.
3784
3785 2006-05-25 [paul]
3786
3787         * 2.3.0-rc4 released
3788
3789 2006-05-24 [colin]      2.2.0cvs54
3790
3791         attention cvs users: if you manage to crash
3792         Sylpheed-Claws while moving, copying or deleting
3793         mails, we *are* interested in stack traces and
3794         valgrind logs. It looks stable, but one never
3795         knows...
3796
3797         * src/folder.c
3798                 Add progressbar for cache updates
3799         * src/folderutils.c
3800                 Optimize Mark all read in the current
3801                 folder
3802         * src/mh.c
3803                 Add progressbar for copy/move
3804         * src/procmsg.c
3805                 Optimize O(n^2) in copy/move
3806         * src/summaryview.c
3807         * src/gtk/gtksctree.c
3808                 Optimize O(n^2) algos
3809         * src/common/timing.h
3810                 Display ms instead of us
3811
3812 2006-05-24 [wwp]        2.2.0cvs53
3813
3814         * manual/fr/advanced.xml
3815                 updates to the French manual.
3816
3817 2006-05-24 [wwp]        2.2.0cvs52
3818
3819         * src/common/utils.c
3820                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3821
3822 2006-05-24 [wwp]        2.2.0cvs51
3823
3824         * src/folderutils.c
3825                 fixed "mark all read" in MH folders (thanks to Colin).
3826
3827 2006-05-24 [paul]       2.2.0cvs50
3828
3829         * doc/man/sylpheed-claws.1
3830                 updated the man page
3831
3832 2006-05-23 [colin]      2.2.0cvs49
3833
3834         * src/folderview.c
3835         * src/imap.c
3836         * src/inc.c
3837         * src/mbox.c
3838         * src/messageview.c
3839         * src/news.c
3840         * src/send_message.c
3841         * src/summaryview.c
3842         * src/gtk/sslcertwindow.c
3843                 alertpanel fixes, by Fabien
3844
3845 2006-05-23 [colin]      2.2.0cvs48
3846
3847         * src/folder.c
3848         * src/folderview.c
3849         * src/msgcache.c
3850         * src/summaryview.c
3851         * src/gtk/gtksctree.c
3852         * src/gtk/gtksctree.h
3853                 More timings
3854                 Fix slow loading problem, which was caused by the
3855                 use of some gtk_ctree funcs and their use of
3856                 g_list_position while gtk_ctree_(un)link'ing.
3857                 Reap more functions from gtkctree.c to be sure we
3858                 use our (fast) version instead of theirs.
3859         * src/mh.c
3860                 Fix copy of unread mails
3861
3862
3863 2006-05-22 [wwp]        2.2.0cvs47
3864
3865         * manual/fr/advanced.xml
3866                 updated.
3867
3868 2006-05-22 [colin]      2.2.0cvs46
3869
3870         * src/filtering.c
3871                 Fix possible infinite loop. 'copy' is not a 
3872                 final action, so when encountering a 'copy',
3873                 we have to check if a previous one was set
3874                 and do it. In the same way, if we encounter
3875                 a 'move' we have to perform a possibly 
3876                 pending 'copy'. This will slow down filtering
3877                 on IMAP if move+copy or multiple copy actions
3878                 are to be done, but handling it via the batch
3879                 would be really too convoluted.
3880
3881 2006-05-22 [wwp]        2.2.0cvs45
3882
3883         * manual/fr/advanced.xml
3884         * manual/fr/faq.xml
3885         * manual/fr/glossary.xml
3886         * manual/fr/handling.xml
3887         * manual/fr/intro.xml
3888         * manual/fr/plugins.xml
3889         * manual/fr/sylpheed-claws-manual.xml
3890                 sync w/ the english manual: updates URIs, documented mailing-list
3891                 support, better explanation about the enabled/disabled feature
3892                 in filtering/processing rules by Paul.
3893
3894 2006-05-21 [colin]      2.2.0cvs44
3895
3896         * src/summaryview.c
3897                 Don't expand after building threads, but during
3898
3899 2006-05-21 [colin]      2.2.0cvs43
3900
3901         * src/procmsg.c
3902         * src/summaryview.c
3903                 More timing possibilities... For next time I have 
3904                 to find out how the hell some 3GHz computer takes
3905                 one minute to open a 30k folder...
3906
3907 2006-05-21 [colin]      2.2.0cvs42
3908
3909         * manual/pl/advanced.xml
3910         * manual/pl/faq.xml
3911         * manual/pl/glossary.xml
3912         * manual/pl/handling.xml
3913         * manual/pl/intro.xml
3914         * manual/pl/plugins.xml
3915         * manual/pl/sylpheed-claws-manual.xml
3916                 Polish manual updated by Pawel
3917
3918 2006-05-20 [colin]
3919
3920         * 2.3.0-rc3 released
3921
3922 2006-05-20 [colin]      2.2.0cvs41
3923
3924         * src/imap.c
3925                 Fix -rc2 problems:
3926                 - remove cache of moved messages from original folder
3927                 - apply new flags to messages even if they aren't appliable
3928                   via IMAP.
3929
3930 2006-05-20 [colin]
3931
3932         * 2.3.0-rc2 released
3933
3934 2006-05-19 [colin]      2.2.0cvs40
3935
3936         * src/imap.c
3937                 Don't issue SELECT in imap_change_flags
3938                 before having checked that we indeed have
3939                 some flags to change. MSG_POSTFILTERED for
3940                 example can't be used on IMAP.
3941                 Fixes bug #955 (copying messages between 
3942                 imap folders is extremely slow), which was
3943                 a regression.
3944
3945 2006-05-19 [colin]      2.2.0cvs39
3946
3947         * src/folder.c
3948         * src/folder.h
3949         * src/folderview.c
3950                 Try to fix bug #830 (Some unread messages 
3951                 get marked read in IMAP inbox):
3952                 - Prevent scanning a folder if it's being 
3953                   opened via the GUI
3954                 - Postpone opening via the GUI of a folder
3955                   currently scanned.
3956
3957
3958 2006-05-19 [wwp]        2.2.0cvs38
3959
3960         * manual/advanced.xml
3961                 fix English+typo (thanks to Paul).
3962
3963 2006-05-19 [wwp]        2.2.0cvs37
3964
3965         * manual/advanced.xml
3966         * manual/fr/advanced.xml
3967         * src/gtk/logwindow.c
3968         * src/prefs_common.c
3969         * src/prefs_common.h
3970                 added hidden prefs to allow customization of colors used in
3971                 protocol log window (useful for dark gtk+ themes).
3972
3973 2006-05-19 [wwp]        2.2.0cvs36
3974
3975         * ChangeLog
3976                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3977
3978 2006-05-19 [paul]       2.2.0cvs35
3979
3980         * src/textview.c
3981                 make Reply-To fully clickable
3982         * src/gtk/logwindow.c
3983                 more colouring (SMTP ESMTP)
3984         Both patches by Pawel Pekala
3985
3986 2006-05-19 [cleroy]     2.2.0cvs34
3987
3988         * src/mh.c
3989                 Don't update flags from current folder
3990                 Probably fixes bug #935 (Read Messages 
3991                 Revert to Being Marked as Unread)
3992
3993 2006-05-18 [colin]      2.2.0cvs33
3994
3995         * src/imap.c
3996                 Warning fix
3997         * src/compose.c
3998         * src/mainwindow.c
3999         * src/summaryview.c
4000         * src/toolbar.c
4001                 Allow replying to multiple emails
4002                 in multiple windows
4003         * src/mimeview.c
4004         * src/etpan/imap-thread.c
4005                 Leak fixes
4006
4007 2006-05-18 [paul]       2.2.0cvs32
4008
4009         * src/summaryview.c
4010                 keep Mailing-List menu refreshed
4011                 Thanks to Colin
4012
4013 2006-05-18 [paul]       2.2.0cvs31
4014
4015         * manual/advanced.xml
4016         * manual/faq.xml
4017         * manual/glossary.xml
4018         * manual/handling.xml
4019         * manual/intro.xml
4020         * manual/plugins.xml
4021         * manual/sylpheed-claws-manual.xml
4022                 update URLs
4023                 add info about mailing-list support
4024                 edit filtering info
4025         * src/wizard.c
4026         * src/common/defs.h
4027         * src/gtk/about.c
4028         * src/plugins/dillo_viewer/README
4029                 update URLs
4030
4031 2006-05-17 [wwp]        2.2.0cvs30
4032
4033         * manual/handling.xml
4034         * manual/fr/handling.xml
4035                 documented the ability to enabled/disable filtering/processing rules.
4036
4037 2006-05-17 [colin]      2.2.0cvs29
4038
4039         * src/main.c
4040                 Don't initialize g_thread subsystem if it's 
4041                 already done (thanks to Hiro)
4042         * src/mimeview.c
4043                 Fix saving of parts when there name can't be
4044                 converted from UTF-8.
4045
4046 2006-05-17 [paul]       2.2.0cvs28
4047
4048         * po/Makefile.in.in
4049                 fix config.status warning with autoconf 2.60
4050
4051 2006-05-17 [paul]       2.2.0cvs27
4052
4053         * po/POTFILES.in
4054                 add src/mbox.c
4055
4056 2006-05-17 [wwp]        2.2.0cvs26
4057
4058         * src/mainwindow.c
4059                 fix useless and potentially dangerous buffer walking (thanks to Colin).
4060
4061 2006-05-17 [wwp]        2.2.0cvs25
4062
4063         * src/plugins/demo/demo.c
4064                 updated product name in plugin demo (many plugins need to be
4065                 sync'ed w/ that change).
4066
4067 2006-05-17 [colin]      2.2.0cvs24
4068
4069         * src/mh.c
4070                 Fix leak
4071
4072 2006-05-16 [colin]      2.2.0cvs23
4073
4074         * src/mainwindow.c
4075                 Stupid me hit again. Fix cvs22.
4076
4077 2006-05-16 [colin]      2.2.0cvs22
4078
4079         * src/mainwindow.c
4080                 Fix bug #922 (sylpheed-claws crashed after 
4081                 pushing on Inbox folder)
4082
4083 2006-05-16 [colin]      2.2.0cvs21
4084
4085         * src/compose.c
4086                 Make From header be copy/paste/select-able
4087
4088 2006-05-16 [wwp]        2.2.0cvs20
4089
4090         * src/export.c
4091         * src/matcher.c
4092         * src/summaryview.c
4093         * src/etpan/imap-thread.c
4094                 fix some compiler warnings (thanks to Colin).
4095
4096 2006-05-16 [wwp]        2.2.0cvs19
4097
4098         * src/action.c
4099         * src/gedit-print.c
4100         * src/inc.c
4101         * src/mainwindow.c
4102         * src/mh.c
4103         * src/statusbar.c
4104         * src/send_message.c
4105         * src/summaryview.c
4106                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
4107
4108 2006-05-15 [colin]      2.2.0cvs18
4109
4110         * src/procmsg.c
4111                 Fix automatic rule creation with List-Post
4112
4113 2006-05-15 [paul]       2.2.0cvs17
4114
4115         * tools/filter_conv_new.pl
4116                 updated for rule enabling/disabling
4117                 claws version >= 2.3.x required
4118
4119 2006-05-15 [cleroy]     2.2.0cvs16
4120
4121         * src/main.c
4122                 Revert test
4123
4124 2006-05-15 [cleroy]     2.2.0cvs15
4125
4126         * src/main.c
4127                 test
4128
4129 2006-05-15 [wwp]        2.2.0cvs14
4130
4131         * manual/pl/.cvsignore
4132                 ignore generated files.
4133
4134 2006-05-14 [wwp]        2.3.0-rc1
4135
4136         * 2.3.0-rc1 released
4137
4138 2006-05-13 [wwp]        2.2.0cvs13
4139
4140         * src/filtering.c
4141         * src/filtering.h
4142         * src/matcher.c
4143         * src/matcher_parser_lex.l
4144         * src/matcher_parser_parse.y
4145         * src/prefs_filtering.c
4146                 new feature: provide the ability to disable filtering and processing
4147                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4148                 adaptations.
4149
4150 2006-05-13 [colin]      2.2.0cvs12
4151
4152         * src/compose.c
4153                 Remove useless if (a) b; else b;
4154                 Thanks to wwp
4155
4156 2006-05-13 [wwp]        2.2.0cvs11
4157
4158         * src/export.c
4159         * src/import.c
4160         * src/mainwindow.c
4161         * src/mbox.c
4162         * src/summaryview.c
4163         * src/summaryview.h
4164                 no more silent failures (or at least less ones) when importing
4165                 or exporting from/to mbox. Also start importing/exporting if
4166                 the necessary info is set.
4167
4168 2006-05-13 [wwp]        2.2.0cvs10
4169
4170         * RELEASE_NOTES
4171                 restored up-to-date release notes.
4172
4173 2006-05-13 [paul]       2.2.0cvs9
4174
4175         * po/nl.po
4176         * po/ru.po
4177                 updated by Tim Dijkstra and Pavlo Bohmat
4178
4179 2006-05-12 [colin]      2.2.0cvs8
4180
4181         * src/gtk/quicksearch.c
4182                 Add "k" as shortcut for "colorlabel". Patch
4183                 by ath42@users.sf.net.
4184
4185 2006-05-12 [paul]       2.2.0cvs7
4186
4187         * src/prefs_common.h
4188         * src/prefs_summaries.c
4189         * src/summaryview.c
4190                 when entering a folder also allow
4191                 going directly to first Marked message
4192
4193 2006-05-12 [paul]       2.2.0cvs6
4194
4195         * src/summaryview.c
4196                 always obey 'confirm before marking all
4197                 mails read' option
4198
4199 2006-05-12 [paul]       2.2.0cvs5
4200
4201         * src/textview.c
4202                 make Sender fully clickable
4203
4204 2006-05-12 [colin]      2.2.0cvs4
4205
4206         * src/compose.c
4207         * src/compose.h
4208                 Let From be editable
4209         * src/main.c
4210         * src/mh.c
4211                 Full support of .mh_sequences' Unseen seq
4212
4213 2006-05-12 [colin]      2.2.0cvs3
4214
4215         * src/folder.c
4216         * src/mainwindow.c
4217         * src/mainwindow.h
4218         * src/messageview.c
4219         * src/prefs_spelling.c
4220         * src/procheader.c
4221         * src/procmsg.c
4222         * src/procmsg.h
4223         * src/summaryview.c
4224         * src/toolbar.c
4225         * src/toolbar.h
4226                 Add contextual menu on Compose toolbar
4227                 button. Fixes bug #944 (Automatic
4228                 addresses not applied when changing account
4229                 from compose window)
4230                 add Mailing List support
4231                 based on the old 0.6.5claws25 patch by
4232                 Melvin Hadasht, with finishing touches
4233                 by Colin
4234                 Fix "ignore thread" when mails are threaded by
4235                 subject (and weren't ignored although appearing
4236                 in the thread).
4237                 GUI rework.
4238                 Both patches by Pawel.
4239
4240 2006-05-08 [paul]       2.2.0cvs2
4241
4242         * src/mainwindow.c
4243         * src/mainwindow.h
4244         * src/messageview.c
4245         * src/procheader.c
4246         * src/procmsg.c
4247         * src/procmsg.h
4248         * src/summaryview.c
4249                 add Mailing List support
4250                 based on the old 0.6.5claws25 patch by 
4251                 Melvin Hadasht, with finishing touches
4252                 by Colin
4253
4254 2006-05-08 [colin]      2.2.0cvs1
4255
4256         * src/mainwindow.c
4257         * src/toolbar.c
4258         * src/toolbar.h
4259                 Add contextual menu on Compose toolbar 
4260                 button. Fixes bug #944 (Automatic 
4261                 addresses not applied when changing account 
4262                 from compose window)
4263
4264 2006-05-08 [paul]       2.2.0
4265
4266         2.2.0 released
4267
4268 2006-05-08 [paul]       2.1.1cvs51
4269
4270         * po/cs.po
4271         * po/de.po
4272         * po/en_GB.po
4273         * po/fi.po
4274         * po/fr.po
4275         * po/pt_BR.po
4276         * po/sr.po
4277         * po/zh_CN.po
4278                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4279                 Fabien Vantard, Frederico Goncalves Guimaraes,
4280                 Aleksandar Urosevic, and Ralgh Young
4281
4282 2006-05-12 [colin]      2.1.1cvs50
4283
4284         * po/cs.po
4285         * po/de.po
4286         * po/en_GB.po
4287         * po/es.po
4288         * po/fi.po
4289         * po/fr.po
4290         * po/pt_BR.po
4291         * po/sr.po
4292         * po/zh_CN.po
4293                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4294                 Fabien Vantard, Frederico Goncalves Guimaraes,
4295                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4296
4297 2006-05-05 [colin]      2.1.1cvs49
4298
4299         * manual/Makefile.am
4300         * manual/pl/Makefile.am
4301         * manual/pl/account.xml
4302         * manual/pl/ack.xml
4303         * manual/pl/addrbook.xml
4304         * manual/pl/advanced.xml
4305         * manual/pl/faq.xml
4306         * manual/pl/glossary.xml
4307         * manual/pl/gpl.xml
4308         * manual/pl/handling.xml
4309         * manual/pl/intro.xml
4310         * manual/pl/keyboard.xml
4311         * manual/pl/plugins.xml
4312         * manual/pl/starting.xml
4313         * manual/pl/sylpheed-claws-manual.xml
4314         * manual/pl/dist/.cvsignore
4315         * manual/pl/dist/Makefile.am
4316         * manual/pl/dist/html/.cvsignore
4317         * manual/pl/dist/html/Makefile.am
4318         * manual/pl/dist/pdf/.cvsignore
4319         * manual/pl/dist/pdf/Makefile.am
4320         * manual/pl/dist/ps/.cvsignore
4321         * manual/pl/dist/ps/Makefile.am
4322         * manual/pl/dist/txt/.cvsignore
4323         * manual/pl/dist/txt/Makefile.am
4324                 Add the polish translation of the manual,
4325                 Authored by Pawel Pekala.
4326
4327 2006-05-05 [cleroy]     2.1.1cvs48
4328
4329         * src/main.c
4330                 Re-read matcherrc after loading plugins 
4331                 if some of them add folders.
4332
4333 2006-05-03 [colin]      2.1.1cvs47
4334
4335         * src/imap.c
4336                 I'm idiot
4337
4338 2006-05-03 [colin]      2.1.1cvs46
4339
4340         * src/imap.c
4341                 Be sure to have a session when
4342                 getting separator
4343
4344 2006-05-03 [colin]      2.1.1cvs45
4345
4346         * src/imap.c
4347         * src/imap.h
4348         * src/imap_gtk.c
4349                 Fix preventing renaming with namespace 
4350                 separator.
4351
4352 2006-05-01 [colin]      2.1.1cvs44
4353
4354         * src/action.c
4355                 Don't reload messageview when result of
4356                 action is piped.
4357
4358 2006-04-29 [colin]      2.1.1cvs43
4359
4360         * src/prefs_receive.c
4361         * src/plugins/spamassassin/spamassassin_gtk.c
4362         * src/plugins/clamav/clamav_plugin_gtk.c
4363                 GUI fixes by Pawel
4364
4365 2006-04-29 [colin]      2.1.1cvs42
4366
4367         * src/prefs_compose_writing.c
4368         * src/prefs_quote.c
4369                 Cleanups. Patch by Pawel
4370
4371 2006-04-28 [paul]       2.1.1cvs41
4372
4373         * src/matcher.c
4374                 fix returned quick search results when search
4375                 term contains an underscore.
4376                 Thanks to Colin
4377
4378 2006-04-28 [paul]       2.1.1cvs40
4379
4380         * src/prefs_message.c
4381         * src/prefs_receive.c
4382                 GUI cleanups
4383                 Patches by Pawel Pekala
4384
4385 2006-04-27 [colin]      2.1.1cvs39
4386
4387         * src/wizard.c
4388                 Differentiate subject Welcome from
4389                 window's title Welcome
4390
4391 2006-04-27 [paul]
4392
4393         2.2.0-rc1 released
4394
4395 2006-04-27 [paul]       2.1.1cvs38
4396
4397         * manual/advanced.xml
4398         * manual/fr/advanced.xml
4399                 add info about compose_no_markup hidden pref
4400
4401 2006-04-27 [paul]       2.1.1cvs37
4402
4403         * src/prefs_account.c
4404                 improve privacy labels
4405         * src/prefs_msg_colors.c
4406                 change some strings for translators' convenience
4407         * src/gtk/gtkutils.c
4408                 don't underline the link button text
4409
4410 2006-04-25 [colin]      2.1.1cvs36
4411
4412         * src/folder.c
4413                 Complete 2.1.1cvs33 (once more ;)
4414
4415 2006-04-25 [colin]      2.1.1cvs35
4416
4417         * src/editldap.c
4418                 Fix tooltip
4419
4420 2006-04-25 [cleroy]     2.1.1cvs34
4421
4422         * src/compose.c
4423         * src/gtk/gtkaspell.c
4424                 Fix crash on redirect (related to the return 
4425                 of the aspell menu in compose's toolbar)
4426         * src/prefs_msg_colors.c
4427                 Fix sensitivity widgets
4428         * src/image_viewer.c
4429         * src/gtk/pluginwindow.c
4430         * src/gtk/prefswindow.c
4431                 Change released signals to clicked (Fabien)
4432         * po/POTFILES.in
4433         * src/common/socket.c
4434         * src/plugins/spamassassin/spamassassin.c
4435                 Translate strings (Fabien)
4436
4437 2006-04-25 [paul]       2.1.1cvs33
4438
4439         * src/folder.c
4440         * src/folder.h
4441         * src/folderview.c
4442                 complete the fix of bug #912
4443                 Thanks to Colin
4444
4445 2006-04-25 [colin]      2.1.1cvs32
4446
4447         * src/news.c
4448                 Better progress bar
4449         * src/mimeview.c
4450         * src/summaryview.c
4451         * src/summaryview.h
4452                 Fix focus chain
4453                 Patches by Pawel Pekala
4454
4455 2006-04-24 [colin]      2.1.1cvs31
4456
4457         * src/compose.c
4458                 Fix compilation warnings (Fabien)
4459
4460 2006-04-24 [colin]      2.1.1cvs30
4461
4462         * src/addrindex.c
4463         * src/editldap.c
4464         * src/editldap_basedn.c
4465         * src/editldap_basedn.h
4466         * src/ldapctrl.c
4467         * src/ldapctrl.h
4468         * src/ldapquery.c
4469         * src/ldaputil.c
4470         * src/ldaputil.h
4471                 Fix bug #901 (LDAPS support)
4472
4473 2006-04-24 [colin]      2.1.1cvs29
4474
4475         * src/compose.c
4476                 Fix logic on error with send dialog on
4477         * src/imap.c
4478                 Fix compilation without libetpan, thanks
4479                 to Fabien
4480         * src/summaryview.c
4481                 Fix 'context-menu' key
4482
4483 2006-04-23 [colin]      2.1.1cvs28
4484
4485         * src/folder.c
4486                 Never free current's cache to free up 
4487                 memory. Fixes bug #912 (new count 
4488                 randomly set to message count)
4489
4490 2006-04-23 [colin]      2.1.1cvs27
4491
4492         * src/gtk/quicksearch.c
4493                 And remove printf...
4494
4495 2006-04-23 [colin]      2.1.1cvs26
4496
4497         * src/gtk/quicksearch.c
4498                 Fix replacing in quicksearch, and fix inserting
4499                 in the middle of the string. (introduced at 2.1.0cvs22)
4500
4501 2006-04-23 [colin]      2.1.1cvs25
4502
4503         * src/imap.c
4504                 Make sure uidnext is initialized in get_num_list
4505                 (not for stable, related to 2.1.1cvs8 and friends)
4506
4507 2006-04-23 [colin]      2.1.1cvs24
4508
4509         * src/imap.c
4510                 Output something when login is successful
4511                 too
4512
4513 2006-04-23 [colin]      2.1.1cvs23
4514
4515         * src/etpan/imap-thread.c
4516                 Better logging (line-per-line, hide data in fetch)
4517                 Fix a const warning
4518         * src/gtk/logwindow.c
4519         * src/gtk/logwindow.h
4520                 Better logging (color for input/output)
4521
4522 2006-04-21 [colin]      2.1.1cvs22
4523
4524         * src/gtk/quicksearch.c
4525                 On gtk+-2.8, use stock buttons in quicksearch
4526                 Based on a patch by Fabien and a design by Paul
4527
4528 2006-04-21 [colin]      2.1.1cvs21
4529
4530         * src/folderview.c
4531         * src/mainwindow.c
4532                 Fix occasional flicker in folderview
4533         * src/common/utils.c
4534                 Fix bug #943 (Incorrectly parsed email address 
4535                 list in short headers on message view and in 
4536                 printouts)
4537
4538 2006-04-20 [colin]      2.1.1cvs20
4539
4540         * src/imap.c
4541         * src/imap.h
4542         * src/prefs_account.c
4543                 Add ANONYMOUS auth for IMAP
4544
4545 2006-04-20 [paul]       2.1.1cvs19
4546
4547         * src/main.c
4548                 proper fix for 2.1.1cvs18
4549                 Thanks to Colin
4550
4551 2006-04-20 [paul]       2.1.1cvs18
4552
4553         * src/main.c
4554                 fix build warnings
4555
4556 2006-04-20 [paul]       2.1.1cvs17
4557
4558         * src/gtk/quicksearch.c
4559                 fix standard, non-extended Quick search,
4560                 was broken in 2.1.1cvs15.
4561                 Thanks to Colin.
4562
4563 2006-04-20 [colin]      2.1.1cvs16
4564
4565         * src/prefs_matcher.c
4566                 Fix values when reselecting a ~test
4567                 rule
4568
4569 2006-04-19 [colin]      2.1.1cvs15
4570
4571         * src/compose.c
4572         * src/compose.h
4573         * src/gtk/gtkaspell.c
4574         * src/gtk/gtkaspell.h
4575                 Put back Options menu in Spelling/
4576         * src/gtk/quicksearch.c
4577                 Don't search, and show error, if the
4578                 advanced search has a syntax error
4579
4580 2006-04-18 [colin]      2.1.1cvs14
4581
4582         * src/textview.c
4583                 Fix gdk warnings on set_cursor when textview
4584                 isn't visible
4585
4586 2006-04-18 [colin]      2.1.1cvs13
4587
4588         * src/gtk/gtksctree.c
4589                 Remove seemingly useless refresh that causes
4590                 flicker - watch this commit in case of 
4591                 problems before planned backport to stable
4592
4593 2006-04-18 [colin]      2.1.1cvs12
4594
4595         * src/imap.c
4596                 Factorize get/set_xml code
4597         * src/compose.c
4598         * src/prefs_account.c
4599         * src/prefs_account.h
4600         * src/procmsg.c
4601                 Add Encrypt to self option
4602
4603 2006-04-17 [colin]      2.1.1cvs11
4604
4605         * configure.ac
4606                 Fix search on encrpyt function on dragonfly
4607                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4608
4609 2006-04-17 [colin]      2.1.1cvs10
4610
4611         * src/prefs_account.c
4612                 Be safe by default: remove mails from POP3
4613                 after 7 days, not immediately
4614
4615 2006-04-17 [colin]      2.1.1cvs9
4616
4617         * src/etpan/imap-thread.c
4618                 Fix build on DragonFly - patch by 
4619                 Jonathan Buschmann <jonthn@agmact.com>
4620
4621 2006-04-17 [colin]      2.1.1cvs8
4622
4623         * src/imap.c
4624                 Save uidnext between sessions
4625
4626 2006-04-17 [colin]      2.1.1cvs7
4627
4628         * src/imap.c
4629                 scan is required when uid validity changes
4630
4631 2006-04-17 [colin]      2.1.1cvs6
4632
4633         * src/folderview.c
4634                 Don't scan if not necessary, apart in current
4635                 folder and INBOX to fetch flags.
4636         * src/imap.c
4637                 Scan is necessary if unread count changes
4638
4639 2006-04-17 [colin]      2.1.1cvs5
4640
4641         * src/imap.c
4642                 ...But always fetch ANSWERED and DELETED flags for
4643                 INBOX, as filtering can happen on these flags.
4644
4645 2006-04-17 [colin]      2.1.1cvs4
4646
4647         * src/imap.c
4648                 Don't fetch REPLIED and DELETED flags when synchronising
4649                 flags with a closed folder. We only need UNSEEN and FLAGGED
4650                 to update the folderview.
4651
4652 2006-04-17 [colin]      2.1.1cvs3
4653
4654         * src/imap.c
4655                 Faster flag search when there are new mails 
4656                 in a folder. We can do a full search if the 
4657                 folder contains less messages than the new
4658                 list.
4659
4660 2006-04-17 [colin]      2.1.1cvs2
4661
4662         * po/cs.po
4663         * po/de.po
4664         * po/fr.po
4665         * po/nl.po
4666         * po/pt_BR.po
4667                 Update translations from stable branch
4668
4669 2006-04-17 [colin]      2.1.1cvs1
4670
4671         * configure.ac
4672                 Bump version to follow stable release
4673
4674 2006-04-16 [mones]      2.1.0cvs50
4675
4676         * po/es.po
4677                 Updated for release
4678
4679 2006-04-16 [colin]      2.1.0cvs49
4680
4681         * src/textview.c
4682                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4683                 with gtk < 2.8. Thanks to Fabien Vantard.
4684
4685 2006-04-15 [colin]      2.1.0cvs48
4686
4687         * src/etpan/imap-thread.c
4688                 Fix bug #919 (libetpan: SEGV when connecting 
4689                 using command)
4690
4691 2006-04-14 [colin]      2.1.0cvs47
4692
4693         * src/main.c
4694                 Fix race on --select (should be done better)
4695
4696 2006-04-14 [wwp]        2.1.0cvs46
4697
4698         * src/send_message.c
4699                 enforce a check for domain in account prefs (a sending
4700                 error could be faced if domain was checked but no value set),
4701                 thanks to Colin.
4702
4703 2006-04-14 [colin]      2.1.0cvs45
4704
4705         * src/codeconv.c
4706                 when converting from unknown to unknown, if the
4707                 string is UTF8, don't convert it to the locale
4708                 (which breaks it)
4709
4710 2006-04-14 [colin]      2.1.0cvs44
4711
4712         * src/compose.c
4713                 Don't try to use ASCII for converting headers
4714                 (as done in body)
4715
4716 2006-04-14 [paul]       2.1.0cvs43
4717
4718         * src/crash.c
4719                 add locale/charset info to crash report
4720         * src/gtk/about.c
4721                 add wwp to doc team
4722                 replace 'e-mail' with preferred 'email'
4723         * src/gtk/authors.h
4724                 ensure contributors list is in alphabetical
4725                 order
4726
4727 2006-04-13 [colin]      2.1.0cvs42
4728
4729         * src/textview.c
4730                 Prevent gdk warnings
4731
4732 2006-04-13 [colin]      2.1.0cvs41
4733
4734         * src/common/ssl_certificate.c
4735         * src/common/ssl_certificate.h
4736         * src/gtk/sslcertwindow.c
4737                 Warn on expired certs, and display the expiration date
4738
4739 2006-04-13 [colin]      2.1.0cvs40
4740
4741         * src/plugins/spamassassin/spamassassin_gtk.c
4742                 Fix missing set_text on unix socket
4743
4744 2006-04-13 [wwp]        2.1.0cvs39
4745
4746         * manual/fr/advanced.xml
4747         * manual/fr/glossary.xml
4748                 applied new spam/ham/email lexicon (pourriel, courriel)
4749
4750 2006-04-13 [paul]       2.1.0cvs38
4751
4752         * src/plugins/pgpmime/plugin.c
4753                 remove the mention of S/MIME from the
4754                 description. This is now handled by the
4755                 S/MIME plugin.
4756
4757 2006-04-13 [paul]       2.1.0cvs37
4758
4759         * src/prefs_msg_colors.c
4760                 rework dialog
4761         * src/prefs_folder_item.c
4762         * src/prefs_spelling.c
4763                 add a tooltip to the colour selector buttons
4764
4765 2006-04-13 [wwp]        2.1.0cvs36
4766
4767         * manual/advanced.xml
4768         * manual/glossary.xml
4769         * manual/handling.xml
4770         * manual/keyboard.xml
4771         * manual/plugins.xml
4772         * manual/starting.xml
4773         * manual/fr/account.xml
4774         * manual/fr/ack.xml
4775         * manual/fr/addrbook.xml
4776         * manual/fr/advanced.xml
4777         * manual/fr/faq.xml
4778         * manual/fr/glossary.xml
4779         * manual/fr/gpl.xml
4780         * manual/fr/handling.xml
4781         * manual/fr/intro.xml
4782         * manual/fr/keyboard.xml
4783         * manual/fr/plugins.xml
4784         * manual/fr/starting.xml
4785         * manual/fr/sylpheed-claws-manual.xml
4786                 fixes to the manuals:
4787                  - summaryview -> Message List (same in French)
4788                  - translate key names
4789                  - fix French punctuation, use non-breakable spaces when
4790                    necessary, don't use &thinsp; which is not portable
4791                  - tell what maildir and mbox formats we support
4792
4793 2006-04-12 [wwp]        2.1.0cvs35
4794
4795         * src/prefs_toolbar.c
4796                 unified a replace button more,
4797                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4798
4799 2006-04-12 [wwp]        2.1.0cvs34
4800
4801         * src/prefs_common.c
4802         * src/prefs_msg_colors.c
4803                 make default color labels translatable,
4804                 patch from Fabien Vantard <fzzzzz@gmail.com>,
4805                 thanks to Tim <timbrain@post.cz> for reporting.
4806
4807 2006-04-12 [wwp]        2.1.0cvs33
4808
4809         * manual/glossary.xml
4810         * manual/intro.xml
4811         * manual/plugins.xml
4812         * manual/starting.xml
4813         * manual/sylpheed-claws-manual.xml
4814         * manual/fr/.cvsignore
4815         * manual/fr/account.xml
4816         * manual/fr/ack.xml
4817         * manual/fr/addrbook.xml
4818         * manual/fr/advanced.xml
4819         * manual/fr/faq.xml
4820         * manual/fr/glossary.xml
4821         * manual/fr/handling.xml
4822         * manual/fr/intro.xml
4823         * manual/fr/keyboard.xml
4824         * manual/fr/plugins.xml
4825         * manual/fr/starting.xml
4826         * manual/fr/sylpheed-claws-manual.xml
4827                 various fixes: typos, missing .fr translations, punctuation,
4828                 capitalization, links, accents and some bad French more.
4829
4830 2006-04-12 [wwp]        2.1.0cvs32
4831
4832         * src/prefs_gtk.c
4833                 fix for bug #935: always store prefs files in UTF-8 (thanks
4834                 to Colin).
4835
4836 2006-04-11 [colin]      2.1.0cvs31
4837
4838         * src/compose.c
4839                 Fix inserting files not in utf8 when locale is utf8
4840
4841 2006-04-11 [colin]      2.1.0cvs30
4842
4843         * src/inc.c
4844                 Don't show error dialog when cancelling connection
4845                 Patch by Pawel
4846
4847 2006-04-11 [cleroy]     2.1.0cvs29
4848
4849         * src/compose.c
4850                 Implement multiple quote levels
4851         * src/prefs_common.c
4852                 Change a little bit the quote bgcolor for 2nd level
4853
4854 2006-04-11 [colin]      2.1.0cvs28
4855
4856         * src/gtk/about.c
4857                 Add locale and charset in the label
4858
4859 2006-04-10 [colin]      2.1.0cvs27
4860
4861         * src/compose.c
4862         * src/prefs_common.c
4863         * src/prefs_common.h
4864         * src/prefs_msg_colors.c
4865         * src/textview.c
4866                 Allow optional background color in quotes
4867                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4868                 GTK+-2.8.x feature
4869
4870 2006-04-10 [colin]      2.1.0cvs26
4871
4872         * src/main.c
4873         * src/mainwindow.c
4874         * src/mainwindow.h
4875                 Implement --select
4876
4877 2006-04-10 [colin]      2.1.0cvs25
4878
4879         * manual/plugins.xml
4880         * manual/fr/plugins.xml
4881                 Document libcurl's proxy variables
4882
4883 2006-04-09 [colin]      2.1.0cvs24
4884
4885         * src/prefs_common.c
4886                 gettext() returns statically allocated stuff. We have
4887                 to strdup it in order to be able to free it.
4888
4889 2006-04-09 [colin]      2.1.0cvs23
4890
4891         * AUTHORS
4892         * src/gtk/authors.h
4893                 Add Alexei
4894
4895 2006-04-09 [colin]      2.1.0cvs22
4896
4897         * src/mainwindow.c
4898         * src/gtk/quicksearch.c
4899                 Fix bug #859 (problems with cyrilic input in 
4900                 search panel) - Patch by Alexey Illarionov 
4901                 <littlesavage@rambler.ru>
4902
4903 2006-04-09 [colin]      2.1.0cvs21
4904
4905         * src/prefs_customheader.c
4906                 I prefer removing then freeing rather than the contrary
4907                 (even if it doesn't change anything ;-)
4908         * src/prefs_account.c
4909                 Fix bug #933 (Crash re-entering the custom headers list 
4910                 dialog in accounts prefs)
4911                 The problem happened when cancelling the Account 
4912                 Preferences' dialogs - in which case we didn't do 
4913                 anything to the PrefsAccount * struct. In case of applying,
4914                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4915                 working with in this dialog. The problem is that 
4916                 prefs_customheader.c, working on this tmp_ac_prefs, always
4917                 changes the ->customhdr_list pointer, even when cancelled. 
4918                 So in case of cancelling the prefs_account dialog, we still
4919                 have to update ->customhdr_list in the real account.
4920
4921 2006-04-08 [colin]      2.1.0cvs20
4922
4923         * manual/fr/glossary.xml
4924         * manual/fr/keyboard.xml
4925                 Forgot some headers :)
4926
4927 2006-04-08 [colin]      2.1.0cvs19
4928
4929         * manual/Makefile.am
4930         * manual/fr/Makefile.am
4931         * manual/fr/account.xml
4932         * manual/fr/ack.xml
4933         * manual/fr/addrbook.xml
4934         * manual/fr/advanced.xml
4935         * manual/fr/faq.xml
4936         * manual/fr/glossary.xml
4937         * manual/fr/gpl.xml
4938         * manual/fr/handling.xml
4939         * manual/fr/intro.xml
4940         * manual/fr/keyboard.xml
4941         * manual/fr/plugins.xml
4942         * manual/fr/starting.xml
4943         * manual/fr/sylpheed-claws-manual.xml
4944         * manual/fr/dist/.cvsignore
4945         * manual/fr/dist/Makefile.am
4946         * manual/fr/dist/html/.cvsignore
4947         * manual/fr/dist/html/Makefile.am
4948         * manual/fr/dist/pdf/.cvsignore
4949         * manual/fr/dist/pdf/Makefile.am
4950         * manual/fr/dist/ps/.cvsignore
4951         * manual/fr/dist/ps/Makefile.am
4952         * manual/fr/dist/txt/.cvsignore
4953         * manual/fr/dist/txt/Makefile.am
4954                 Add the french translation of the manual. Thanks to
4955                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4956                 account.xml, ack.xml, addrbook.xml and advanced.xml
4957
4958 2006-04-08 [colin]      2.1.0cvs18
4959
4960         * manual/plugins.xml
4961         * manual/starting.xml
4962                 More fixes
4963
4964 2006-04-07 [colin]      2.1.0cvs17
4965
4966         * manual/faq.xml
4967         * manual/intro.xml
4968         * manual/keyboard.xml
4969                 Little fixes
4970
4971 2006-04-07 [colin]      2.1.0cvs16
4972
4973         * README
4974         * src/compose.c
4975         * src/prefs_common.c
4976         * src/prefs_common.h
4977                 Add hidden compose_no_markup pref
4978
4979 2006-04-07 [wwp]        2.1.0cvs15
4980
4981         * src/summary_search.c
4982         * .cvsignore
4983                 Bugfix: stop button was sticky when searching in an empty folder.
4984                 Applied curly brackets code style to the whole file (summary_search.c).
4985                 More files to ignore.
4986
4987 2006-04-07 [wwp]        2.1.0cvs14
4988
4989         * src/message_search.c
4990         * src/summary_search.c
4991                 changed default button when search bumps at file/folder
4992                 beginning or end, for convenience (thanks to Colin).
4993
4994 2006-04-07 [paul]       2.1.0cvs13
4995
4996         * src/plugins/dillo_viewer/dillo_prefs.c
4997                 avoid future potential for namespace collision
4998                 Patch by Colin
4999
5000 2006-04-06 [wwp]        2.1.0cvs12
5001
5002         * src/summary_search.c
5003                 Unify extended/advanced searches names (and thus factorize labels),
5004                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5005
5006 2006-04-06 [wwp]        2.1.0cvs11
5007
5008         * src/folderview.c
5009         * src/prefs_themes.c
5010         * src/summaryview.c
5011                 Fixed some compilation warnings.
5012
5013 2006-04-06 [colin]      2.1.0cvs10
5014
5015         * manual/advanced.xml
5016                 Document the wizard template and how to deploy
5017                 Sylpheed-Claws effectively
5018
5019 2006-04-06 [colin]      2.1.0cvs9
5020
5021         * src/folderview.c
5022                 gettext patch to tell translators about _("#"),
5023                 by Maxim Britov
5024
5025 2006-04-06 [colin]      2.1.0cvs8
5026
5027         * src/textview.c
5028                 Fix invalid GtkTextBIter after clicking "Display as text"
5029
5030 2006-04-06 [mones]      2.1.0cvs7
5031
5032         * src/addr_compl.c
5033         * src/addrindex.c
5034         * src/addritem.c
5035         * src/codeconv.c
5036         * src/compose.c
5037         * src/filtering.c
5038         * src/folder.c
5039         * src/folder_item_prefs.c
5040         * src/folderview.c
5041         * src/localfolder.c
5042         * src/matcher.c
5043         * src/mimeview.c
5044         * src/prefs_msg_colors.c
5045         * src/prefs_spelling.c
5046         * src/prefs_themes.c
5047         * src/procmime.c
5048         * src/procmsg.c
5049         * src/stock_pixmap.c
5050         * src/summaryview.c
5051         * src/textview.c
5052         * src/toolbar.c
5053         * src/common/mgutils.c
5054         * src/common/prefs.c
5055         * src/common/ssl_certificate.c
5056         * src/gtk/colorlabel.c
5057         * src/gtk/quicksearch.c
5058         * src/plugins/pgpmime/pgpmime.c
5059         * src/plugins/spamassassin/spamassassin.c
5060                 Removed redundant NULL checks for g_free() calls.
5061                 Patch by Pawel Pekala.
5062
5063 2006-04-06 [mones]      2.1.0cvs6
5064
5065         * src/prefs_actions.c
5066         * src/prefs_filtering.c
5067         * src/prefs_filtering_action.c
5068         * src/prefs_matcher.c
5069         * src/prefs_template.c
5070         * src/gtk/gtkutils.c
5071         * src/gtk/gtkutils.h
5072                 Have a nice replace button. Patch by Pawel Pekala
5073
5074 2006-04-06 [colin]      2.1.0cvs5
5075
5076         * src/addressbook.c
5077                 Fix crash with empty columns
5078
5079 2006-04-05 [colin]      2.1.0cvs4
5080
5081         * src/wizard.c
5082         * src/prefs_gtk.c
5083                 Allow wizard customization with pre-filled values
5084
5085 2006-04-05 [colin]      2.1.0cvs3
5086
5087         * src/textview.c
5088         * src/mimeview.c
5089         * src/mimeview.h
5090                 Nicer messages in mimeview
5091
5092 2006-04-05 [colin]      2.1.0cvs2
5093
5094         * src/addressbook.c
5095         * src/prefs_summaries.c
5096                 i18n fix
5097
5098 2006-04-05 [colin]      2.1.0cvs1
5099
5100         * src/plugins/pgpcore/plugin.c
5101         * src/plugins/pgpcore/select-keys.c
5102         * src/plugins/pgpcore/select-keys.h
5103         * src/plugins/pgpcore/sgpgme.c
5104         * src/plugins/pgpcore/sgpgme.h
5105         * src/plugins/pgpinline/pgpinline.c
5106         * src/plugins/pgpinline/plugin.c
5107         * src/plugins/pgpmime/pgpmime.c
5108         * src/plugins/pgpmime/plugin.c
5109                 Factorize and generalize a bit 
5110                 Drop S/MIME signature verification from PGP/MIME
5111                 (adding it as another, more complete plugin)
5112
5113 2006-04-05 [paul]       2.1.0
5114
5115         2.1.0 released
5116
5117 2006-04-05 [paul]       2.0.0cvs186
5118
5119         * manual/advanced.xml
5120                 add info on colour labels
5121
5122 2006-04-05 [paul]       2.0.0cvs185
5123
5124         * po/bg.po
5125         * po/cs.po
5126         * po/de.po
5127         * po/el.po
5128         * po/en_GB.po
5129         * po/fi.po
5130         * po/fr.po
5131         * po/it.po
5132         * po/nl.po
5133         * po/pl.po
5134         * po/pt_BR.po
5135         * po/sr.po
5136         * po/zh_CN.po
5137                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
5138                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
5139                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
5140                 Guimaraes, Aleksandar Urosevic, Ralgh Young
5141         * src/gtk/authors.h
5142         * tools/claws.i18n.status.pl
5143                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
5144                 and new Czech translator, Tim <timbrain@post.cz>
5145
5146 2006-04-05 [mones]      2.0.0cvs184
5147
5148         * po/es.po
5149                 Updated translation
5150
5151 2006-04-05 [colin]      2.0.0cvs183
5152
5153         * src/gtk/quicksearch.c
5154                 Fix bug #929 (unnecessary reload in quick search bar)
5155
5156 2006-04-05 [colin]      2.0.0cvs182
5157
5158         * src/compose.c
5159                 Fix crash on Reply with no From:
5160                 Show signature and conversion error on queuing 
5161                 (but not sending)
5162         * src/mainwindow.c
5163         * src/summaryview.c
5164         * src/summaryview.h
5165                 Factorize threading code and make sure msginfo 
5166                 is not null when it comes from a GtkCTreeRow's 
5167                 data
5168         * src/gtk/gtkaspell.c
5169                 Check for necessary things
5170         * src/gtk/gtksctree.c
5171         * src/gtk/gtksctree.h
5172                 Reset anchor if necessary when removing node
5173
5174 2006-03-29 [colin]      2.0.0cvs181
5175
5176         * src/folderview.c
5177                 Warn for disabled IMAP accounts (due to lack of
5178                 libetpan). Breaks string-freeze - sorry - but it
5179                 is kind of important ;)
5180
5181 2006-03-28 [colin]      2.0.0cvs180
5182
5183         * src/gtk/gtkutils.c
5184         * src/gtk/gtkutils.h
5185                 Add a gtkut_get_link_btn() function that
5186                 creates a button which acts like an URI
5187         * src/prefs_themes.c
5188         * src/gtk/about.c
5189                 Use this function (factorizes codes)
5190         * src/common/defs.h
5191         * src/gtk/pluginwindow.c
5192                 Add a "Get more..." in the plugins window
5193
5194 2006-03-28 [colin]      2.0.0cvs179
5195
5196         * src/common/smtp.c
5197         * src/common/passcrypt.c
5198         * src/undo.c
5199                 Warning fixes. Patch by Pawel Pekala
5200
5201 2006-03-27 [colin]      2.0.0cvs178
5202
5203         * src/undo.c
5204                 Fix undoing by blocks with spaces
5205
5206 2006-03-27 [colin]      2.0.0cvs177
5207
5208         * src/textview.c
5209                 Set margin to 3px for headers
5210
5211 2006-03-27 [paul]
5212
5213         2.1.0-rc2 released
5214
5215 2006-03-27 [wwp]        2.0.0cvs176
5216
5217         * src/summaryview.c
5218                 don't reset quicksearch when updating the message list.
5219                 Thanks to Colin.
5220
5221 2006-03-26 [wwp]        2.0.0cvs175
5222
5223         * src/compose.c
5224                 use a unified border width ('other' tab in the compose window,
5225                 patch by Pawel Pekala).
5226
5227
5228 2006-03-26 [wwp]        2.0.0cvs174
5229
5230         * src/common/quoted-printable.c
5231         * src/addressbook.c
5232                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5233
5234 2006-03-26 [colin]      2.0.0cvs173
5235
5236         * src/quote_fmt_parse.y
5237                 Fix non-UTF8 date formats messing up the whole quote a 
5238                 little bit
5239
5240 2006-03-26 [colin]      2.0.0cvs172
5241
5242         * src/procheader.c
5243                 Make sure the date is UTF8 valid, or try to make it
5244                 so. IncrediMail is really IncrediStupid.
5245         * src/compose.c
5246                 Fix possible conversions. 
5247                 
5248
5249 2006-03-26 [colin]      2.0.0cvs171
5250
5251         * src/matcher.c
5252                 Fix corner cases in body search. This is still a
5253                 hack... It seems impossible to make it good and 
5254                 reasonably fast at the same time.
5255
5256 2006-03-26 [colin]      2.0.0cvs170
5257
5258         * src/summaryview.c
5259                 I think I killed the twilight zone bug!
5260                 summary_select_node() flushes GTK events in order
5261                 to be able to center the view. But this also 
5262                 flushes keypresses like Ctrl-Alt-U, so this can
5263                 call summary_show from summary_select_node (itself
5264                 called from summary_show, etc.). And the summaryview
5265                 has to be unlocked in this function. So just locking
5266                 while processing GTK events, and bailing if locked, 
5267                 should fix it.
5268                 Fixes bug #927 (SIGSEGV during Update Summary)
5269
5270 2006-03-25 [colin]      2.0.0cvs169
5271
5272         * src/matcher.c
5273                 Fix search in QP-encoded bodies
5274                 Fix utf-8 searches in bodies encoded in the
5275                 locale's encoding
5276         * src/common/quoted-printable.c
5277         * src/common/quoted-printable.h
5278                 Add a decode function that doesn't overwrite
5279                 the original pointer
5280                 
5281
5282 2006-03-24 [colin]      2.0.0cvs168
5283
5284         * src/action.c
5285         * src/summaryview.c
5286         * src/summaryview.h
5287                 Update message cache after action
5288                 Patch by H. Merijn Brand
5289         * src/prefs_msg_colors.c
5290                 Factorize label 
5291                 Patch by Fabien Vantard
5292         * src/plugins/spamassassin/spamassassin_gtk.c
5293                 Remove useless translation
5294                 Patch by Fabien Vantard
5295
5296 2006-03-23 [colin]      2.0.0cvs167
5297
5298         * src/common/ssl.c
5299                 Let 30 seconds to SSL_connect
5300
5301 2006-03-23 [wwp]        2.0.0cvs166
5302
5303         * src/summaryview.c
5304         * src/gtk/description_window.c
5305                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5306                 and headers are translated; adjust description windows' width to fit their
5307                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5308
5309 2006-03-23 [paul]       2.0.0cvs165
5310
5311         * src/common/utils.c
5312                 fix highlighting of URIs containing "()"
5313                 (2.0.0cvs164's reversal fixed)
5314                 Thanks to Colin.
5315
5316 2006-03-23 [paul]       2.0.0cvs164
5317
5318         * src/common/utils.c
5319                 revert patch, (postponing a fix), at 2.0.0cvs120
5320                 as it breaks more URIs than it fixes.
5321                 Allow '-' to be a terminating character in a URI
5322
5323 2006-03-22 [colin]      2.0.0cvs163
5324
5325         * configure.ac
5326                 Require libetpan 0.45
5327                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5328
5329 2006-03-22 [paul]       2.0.0cvs162
5330
5331         * src/editgroup.c
5332                 replace '<-' and '->' buttons with GTK_STOCK graphical
5333                 buttons
5334         * src/summary_search.c
5335                 don't offer '...' for translation
5336                 add a tooltip to advanced search '...' button
5337         * src/gtk/quicksearch.c
5338                 don't offer '...' for translation
5339
5340 2006-03-21 [colin]      2.0.0cvs161
5341
5342         * src/compose.c
5343                 Fix middle-click pasting (insert at click
5344                 position instead of cursor position, don't
5345                 remove existing selection and allow pasting
5346                 our own selection)
5347         * src/addressbook.c
5348                 "LDAP Server" -> "LDAP servers"
5349
5350 2006-03-21 [wwp]        2.0.0cvs160
5351
5352         * src/etpan/imap-thread.c
5353                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5354
5355 2006-03-20 [colin]      2.0.0cvs159
5356
5357         * src/summaryview.c
5358                 Don't reload summaryview after an execute with no
5359                 move action
5360
5361 2006-03-19 [colin]      2.0.0cvs158
5362
5363         * src/addressbook.c
5364                 and put groups at the top, always
5365
5366 2006-03-19 [colin]      2.0.0cvs157
5367
5368         * src/addressbook.c
5369                 Order groups before names, as previously
5370
5371 2006-03-19 [colin]      2.0.0cvs156
5372
5373         * src/addressbook.c
5374                 - Sort case-unsensitive
5375                 - Put the sort arrow at opening too
5376
5377 2006-03-19 [wwp]        2.0.0cvs155
5378
5379         * src/addressbook.c
5380                 allow sorting by name/email/remarks, ensure that right-pane's contents
5381                 matches the left-pane selection (cleared when appropriate).
5382                 Patch by Pawel Pekala <c0rn@o2.pl>.
5383
5384 2006-03-18 [colin]      2.0.0cvs154
5385
5386         * src/textview.c
5387                 Fix text cursor ;)
5388
5389 2006-03-18 [colin]      2.0.0cvs153
5390
5391         * src/gtk/filesel.c
5392                 Make sure we hide the preview if we didn't get
5393                 a filename
5394
5395 2006-03-18 [colin]      2.0.0cvs152
5396
5397         * src/summaryview.c
5398                 Set cursor to watch for execution (fixes lack
5399                 of watch-cursor when dnd'ing hundreds of mails)
5400         * src/gtk/filesel.c
5401                 Check that mime type is 'image/*' before updating
5402                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5403
5404 2006-03-18 [colin]      2.0.0cvs151
5405
5406         * src/mainwindow.c
5407         * src/textview.c
5408         * src/textview.h
5409                 Put a watch cursor in textview too when the mainwindow's
5410                 cursor in a watch
5411
5412 2006-03-18 [colin]      2.0.0cvs150
5413
5414         * src/folder.c
5415                 Change wrong asserts to simple tests
5416
5417 2006-03-17 [colin]      2.0.0cvs149
5418
5419         * src/mainwindow.c
5420         * src/mainwindow.h
5421         * src/prefs_msg_colors.c
5422         * src/summaryview.c
5423         * src/summaryview.h
5424         * src/gtk/colorlabel.c
5425         * src/gtk/colorlabel.h
5426                 Add a color label menu in the main menubar
5427                 Add (fixed) accels Ctrl-{0-7} to change the color
5428                 They have to be fixed because the menu's dynamic,
5429                 the items are complex widgets, hence we can't use
5430                 a GtkItemFactory.
5431
5432
5433 2006-03-17 [wwp]        2.0.0cvs148
5434
5435         * src/compose.c
5436                 rollback few lines from my previous commit (those lines come from
5437                 a pending patch, accidentally commited, even if neutral as they are
5438                 commented out).
5439
5440 2006-03-17 [wwp]        2.0.0cvs147
5441
5442         * src/compose.c
5443                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5444                 applied code style/indentation to the modified function.
5445
5446 2006-03-17 [wwp]        2.0.0cvs146
5447
5448         * src/procmsg.c
5449         * src/compose.c
5450                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5451
5452 2006-03-17 [paul]
5453
5454         2.1.0-rc1 released
5455
5456 2006-03-17 [paul]       2.0.0cvs145
5457
5458         * src/main.c
5459                 addressbook_read_file() was called twice
5460         * src/textview.c
5461                 X-Mailer highlighting
5462
5463 2006-03-16 [colin]      2.0.0cvs144
5464
5465         * src/sourcewindow.c
5466         * src/sourcewindow.h
5467                 And the last one, in source window.
5468
5469 2006-03-16 [colin]      2.0.0cvs143
5470
5471         * src/compose.c
5472         * src/compose.h
5473                 Fix the same stuff in compose
5474
5475 2006-03-16 [colin]      2.0.0cvs142
5476
5477         * src/messageview.c
5478                 Complete the previous messageview crash fix
5479
5480 2006-03-16 [colin]      2.0.0cvs141
5481
5482         * src/procmsg.h
5483         * src/procmsg.c
5484         * src/folder.c
5485                 Fix POSTPROCESSING hook
5486                 Patch by H. Merijn Brand
5487
5488         * src/procmime.c
5489         * src/procmime.h
5490                 Parse Content-Location
5491
5492         * src/toolbar.c
5493         * src/messageview.c
5494         * src/messageview.h
5495                 Don't crash when a top-level MessageView has
5496                 been closed on us. Same problematic than
5497                 yesterday's quicksearch issue.
5498
5499 2006-03-15 [colin]      2.0.0cvs140
5500
5501         * src/gtk/quicksearch.c
5502                 Fix a bitchy race we didn't think about when we
5503                 added quicksearch cancellation:
5504                 If the search is not on cached fields, for example
5505                 body_part matchcase "stuff"
5506                 the matcher code has to get the whole message. If
5507                 we're on IMAP, that can be slow, and in order to
5508                 be non-blocking, the IMAP code idle loop processes
5509                 gtk events too. So it is possible to cancel a
5510                 quicksearch while the matcher is getting the mail's
5511                 body. After matcher got its body, it will start to
5512                 iterate over the matcher list that the Quicksearch's
5513                 clear_search_cb() just freed via prepare_matcher().
5514                 SIGSEGV ensues.
5515                 The fix consists of guarding the matcherlist_match()
5516                 call with a boolean 'matching'. If we reset the
5517                 quicksearch while matching is TRUE, we don't free
5518                 the matcherlist anymore like we did, but we set
5519                 another new flag, deferred_free, to TRUE. Then,
5520                 in quicksearch_match(), just after returning from
5521                 matcherlist_match() and unsetting the matching flag,
5522                 we check the deferred_free flag and do the
5523                 prepare_matcher() (which does the matcherlist_free)
5524                 for real, so we free the matcherlist once it's not
5525                 used anymore.
5526                 As all of this runs via the glib main loop, we
5527                 luckily don't need a mutex.
5528         * src/summaryview.c
5529                 Also, show progress while searching.
5530
5531
5532 2006-03-14 [colin]      2.0.0cvs139
5533
5534         * src/alertpanel.c
5535                 Make alertpanel_is_open non-static
5536
5537 2006-03-14 [colin]      2.0.0cvs138
5538
5539         * src/prefs_spelling.c
5540                 Cleanups - Fabien Vantard
5541
5542 2006-03-14 [wwp]        2.0.0cvs137
5543
5544         * src/main.c
5545                 code style normalization (curly braces, indentation).
5546
5547 2006-03-14 [wwp]        2.0.0cvs137
5548
5549         * src/main.c
5550                 code style (braces, indentation)
5551
5552 2006-03-12 [paul]       2.0.0cvs136
5553
5554         * src/prefs_common.c
5555                 trans_hdr defaults to FALSE to be RFC-savvy
5556         * src/prefs_summaries.c
5557                 add a tooltip to the trans_hdr option
5558                 
5559
5560 2006-03-12 [paul]       2.0.0cvs135
5561
5562         * src/prefs_matcher.c
5563                 give a little more width to the combos
5564         * src/prefs_display_header.c
5565         * src/textview.c
5566                 translate headers if prefs_common.trans_hdr
5567                 is TRUE
5568
5569         Patches by Pawel Pekala
5570
5571 2006-03-12 [paul]       2.0.0cvs134
5572
5573         * src/plugins/clamav/clamav_plugin.c
5574         * src/plugins/dillo_viewer/dillo_viewer.c
5575         * src/plugins/pgpcore/plugin.c
5576         * src/plugins/pgpinline/plugin.c
5577         * src/plugins/pgpmime/plugin.c
5578         * src/plugins/spamassassin/spamassassin.c
5579                 update/add to descriptions
5580         * src/plugins/spamassassin/spamassassin_gtk.c
5581                 fixes to the english, remove superfluous
5582                 tooltips, clean up a little
5583
5584 2006-03-12 [paul]       2.0.0cvs133
5585
5586         * src/compose.c
5587                 fix Bug 924, 'Account combo box shows up wrong 
5588                 if & is in account name'
5589
5590 2006-03-11 [colin]      2.0.0cvs132
5591
5592         * src/summaryview.c
5593                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5594                 messed up shift-selection because is slows down
5595                 moving around summaryview. thanks -users
5596
5597 2006-03-10 [colin]      2.0.0cvs131
5598
5599         * src/plugins/spamassassin/spamassassin_gtk.c
5600                 Put back Paul's engrish fixes
5601
5602 2006-03-10 [colin]      2.0.0cvs130
5603
5604         * src/plugins/spamassassin/spamassassin.c
5605         * src/plugins/spamassassin/spamassassin.h
5606         * src/plugins/spamassassin/spamassassin_gtk.c
5607                 Cleanup SA prefs page (more)
5608                 Patch by Fabien Vantard
5609
5610 2006-03-10 [paul]       2.0.0cvs129
5611
5612         * src/prefs_msg_colors.c
5613         * src/prefs_spelling.c
5614                 widget sensitivity
5615
5616 2006-03-09 [mones]      2.0.0cvs128
5617
5618         * po/es.po
5619                 Update for next RC
5620
5621 2006-03-09 [wwp]        2.0.0cvs127
5622
5623         * configure.ac
5624                 revert accidental commit (requirement for libetpan 0.43), this time
5625                 not in HEAD.
5626
5627 2006-03-09 [wwp]        2.0.0cvs125
5628
5629         * configure.ac
5630                 revert accidental commit (requirement for libetpan 0.43)
5631
5632 2006-03-09 [paul]       2.0.0cvs126
5633
5634         * src/prefs_receive.c
5635                 remove useless frame
5636                 replace 'incorporation' with 'receiving'
5637         * src/plugins/clamav/clamav_plugin_gtk.c
5638         * src/plugins/spamassassin/spamassassin_gtk.c
5639                 improve widget sensitivity
5640                 fix a bit his engrish
5641
5642 2006-03-09 [wwp]        2.0.0cvs125
5643
5644         * src/addressadd.c
5645         * src/foldersel.c
5646         * src/prefs_common.c
5647         * src/prefs_common.h
5648                 remember some more windows' sizes (add to addressbook and
5649                 select folder).
5650
5651 2006-03-09 [paul]       2.0.0cvs124
5652
5653         * src/plugins/pgpcore/prefs_gpg.c
5654                 normalise construction of dialogue
5655
5656 2006-03-09 [paul]       2.0.0cvs123
5657
5658         * src/plugins/trayicon/Makefile.am
5659                 add missing slash
5660
5661 2006-03-08 [colin]      2.0.0cvs122
5662
5663         * src/plugins/trayicon/Makefile.am
5664                 Fix build in separate dir 
5665                 Patch by Bamanzi <bamanzi@gmail.com>
5666
5667 2006-03-08 [colin]      2.0.0cvs121
5668
5669         * src/procmsg.c
5670                 Batch move and copies from summaryview with delayed execution
5671                 too
5672
5673 2006-03-07 [paul]       2.0.0cvs120
5674
5675         * src/common/utils.c
5676                 fix highlighting of URIs containing "()"
5677                 Patch by Pawel Pekala
5678
5679 2006-03-07 [paul]       2.0.0cvs119
5680
5681         * src/folder.c
5682         * src/folder.h
5683         * src/folderview.c
5684                 immediately do alphabetical resort when
5685                 changing a folder's name
5686                 Patch by Pawel Pekala
5687
5688 2006-03-07 [paul]       2.0.0cvs118
5689
5690         * src/news.c
5691         * src/news_gtk.c
5692                 when unsubscribing a newsgroup, remove the
5693                 folder and msgs in .sylpheed-claws/newscache
5694                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5695
5696 2006-03-07 [paul]       2.0.0cvs117
5697
5698         * src/textview.c
5699                 fix wrong Fake URL Warning
5700                 Thanks to Hiro
5701
5702 2006-03-07 [colin]      2.0.0cvs116
5703
5704         * src/imap.c
5705                 Return immediately when password dialog was
5706                 cancelled
5707         * src/gtk/inputdialog.c
5708                 Allow empty strings for passwords
5709
5710
5711 2006-03-06 [colin]      2.0.0cvs115
5712
5713         * src/imap.c
5714                 Prevent double-timeouts when connection fails
5715
5716 2006-03-06 [colin]
5717
5718         2.0.1-rc1 released
5719
5720 2006-03-06 [colin]      2.0.0cvs114
5721
5722         * src/imap.c
5723                 Refresh session during potentially long
5724                 operations
5725
5726 2006-03-06 [wwp]        2.0.0cvs113
5727
5728         * src/prefs_msg_colors.h
5729                 forgot that one (custom color labels).
5730
5731 2006-03-06 [wwp]        2.0.0cvs112
5732
5733         * src/prefs_common.c
5734         * src/prefs_common.h
5735         * src/prefs_msg_colors.c
5736         * src/summaryview.c
5737         * src/summaryview.h
5738         * src/gtk/colorlabel.c
5739         * src/gtk/colorlabel.h
5740                 colors in messages list are now customizable. Color values and names can
5741                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5742                 Thanks to Paul and Colin for their help with this longstanding patch!
5743
5744 2006-03-06 [wwp]        2.0.0cvs111
5745
5746         * src/textview.c
5747                 don't crash if (x)face is bad.
5748
5749 2006-03-05 [paul]       2.0.0cvs110
5750
5751         * AUTHORS
5752         * configure.ac
5753         * src/Makefile.am
5754         * src/common/Makefile.am
5755         * src/common/utils.h
5756         * src/etpan/imap-thread.c
5757         * src/gtk/authors.h
5758         * src/plugins/clamav/Makefile.am
5759         * src/plugins/demo/Makefile.am
5760         * src/plugins/dillo_viewer/Makefile.am
5761         * src/plugins/pgpcore/Makefile.am
5762         * src/plugins/pgpcore/passphrase.c
5763         * src/plugins/pgpinline/Makefile.am
5764         * src/plugins/pgpmime/Makefile.am
5765         * src/plugins/spamassassin/Makefile.am
5766         * src/plugins/trayicon/Makefile.am
5767                 fix builiding on cygwin
5768                 Patch by Ralgh Young <bamanzi@gmail.com>
5769
5770 2006-03-04 [wwp]        2.0.0cvs109
5771
5772         * manual/keyboard.xml
5773                 fix mixed up/down keys.
5774
5775 2006-03-04 [wwp]        2.0.0cvs108
5776
5777         * README
5778         * INSTALL
5779                 updated links to SpamAssassin.
5780
5781 2006-03-04 [wwp]        2.0.0cvs107
5782
5783         * manual/plugins.xml
5784         * src/plugins/spamassassin/README
5785                 updated SpamAssassin plugin docs to reflect new functional additions
5786                 (also fix/update/documents few technical stuff more, see the README).
5787
5788 2006-03-04 [wwp]        2.0.0cvs106
5789
5790         * src/prefs_message.c
5791                 normalized capitalization of message-prefs paths.
5792
5793 2006-03-04 [wwp]        2.0.0cvs105
5794
5795         * manual/advanced.xml
5796                 typo.
5797
5798 2006-03-03 [colin]      2.0.0cvs104
5799
5800         * src/plugins/clamav/clamav_plugin_gtk.c
5801                 Rework prefs page, patch by Fabien 
5802
5803 2006-03-03 [colin]      2.0.0cvs103
5804
5805         * src/plugins/clamav/clamav_plugin.c
5806                 Set error on all errors
5807
5808 2006-03-03 [colin]      2.0.0cvs102
5809
5810         * src/common/plugin.c
5811                 Initialize error to avoid crashing when a plugin fails
5812                 without setting error
5813
5814 2006-03-02 [wwp]        2.0.0cvs101
5815
5816         * configure.ac
5817                 fixed linker flags for libetpan support on Cygwin
5818                 (thanks to H.Merijn Brand).
5819
5820 2006-03-02 [wwp]        2.0.0cvs100
5821
5822         * src/addressbook.c
5823                 fix some AB error messages: one for punctuation and
5824                 one wrongly duplicate (thanks, maxbritov).
5825
5826 2006-03-02 [wwp]        2.0.0cvs99
5827
5828         * src/plugins/spamassassin/spamassassin.c
5829                 make sync calls to sa-learn/spamc to prevent
5830                 system (whatever local or client/server) overload.
5831
5832 2006-03-02 [colin]      2.0.0cvs98
5833
5834         * src/summaryview.c
5835                 Put the spam icon in the status column instead of the
5836                 mark one
5837
5838 2006-03-01 [colin]      2.0.0cvs97
5839
5840         * src/plugins/spamassassin/spamassassin.c
5841                 Fix segfault (g_file_set_contents fails for some 
5842                 reason and err==0x2f. Can't find out why with
5843                 valgrind, using working function :-)
5844
5845 2006-03-01 [colin]      2.0.0cvs96
5846
5847         * src/inc.c
5848                 Offline overriding: let 'No' be cached only 3 seconds
5849
5850 2006-03-01 [colin]      2.0.0cvs95
5851
5852         * src/addr_compl.c
5853         * src/addrbook.c
5854         * src/addressbook.c
5855         * src/addrindex.c
5856         * src/folder_item_prefs.c
5857         * src/headerview.c
5858         * src/imap.c
5859         * src/inc.c
5860         * src/ldif.c
5861         * src/mainwindow.c
5862         * src/mh.c
5863         * src/msgcache.c
5864         * src/prefs_common.h
5865         * src/prefs_msg_colors.c
5866         * src/procheader.c
5867         * src/procheader.h
5868         * src/procmime.c
5869         * src/procmsg.c
5870         * src/procmsg.h
5871         * src/send_message.h
5872         * src/simple-gettext.c
5873         * src/summaryview.c
5874         * src/summaryview.h
5875         * src/syldap.c
5876         * src/textview.c
5877         * src/undo.c
5878         * src/common/ssl_certificate.c
5879         * src/common/utils.c
5880         * src/gtk/colorsel.c
5881         * src/gtk/gtksctree.c
5882         * src/gtk/gtkshruler.c
5883         * src/plugins/trayicon/trayicon.c
5884                 #if 0 goes to /dev/null
5885
5886 2006-03-01 [colin]      2.0.0cvs94
5887
5888         * src/compose.c
5889         * src/imap.c
5890         * src/inc.c
5891         * src/inc.h
5892         * src/messageview.c
5893         * src/news.c
5894         * src/plugins/spamassassin/spamassassin.c
5895                 Allow to add information in the "working offline"
5896                 window
5897
5898 2006-03-01 [wwp]        2.0.0cvs93
5899
5900         * src/plugins/spamassassin/spamassassin.c
5901                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5902                 'cause it seems that calling `spamc ... < inputfile` with
5903                 g_spawn_(a)sync simply.. erm doesn't work :-).
5904
5905 2006-03-01 [wwp]        2.0.0cvs92
5906
5907         * src/toolbar.c
5908         * src/toolbar.h
5909                 simplify the adding of spam/ham button to the messageview toolbar
5910                 (it gets more clear now that the same button will be "Mark as spam"
5911                 or "Mark as ham" according to the current message status,
5912                 thanks to Colin).
5913
5914 2006-03-01 [wwp]        2.0.0cvs91
5915
5916         * src/messageview.c
5917         * src/procmsg.c
5918         * src/procmsg.h
5919         * src/summaryview.c
5920         * src/plugins/spamassassin/spamassassin.c
5921         * src/plugins/spamassassin/spamassassin.h
5922                 make learner callbacks return a status (0 for ok),
5923                 handle it in main code to avoid setting flags when learning failed,
5924                 don't learn on TCP if offline in spamassassin,
5925                 thanks to Colin.
5926
5927                 
5928
5929 2006-03-01 [wwp]        2.0.0cvs90
5930
5931         * src/compose.c
5932                 some work around the compose window's account menu,
5933                 patch by Fabien Vantard.
5934
5935 2006-03-01 [wwp]        2.0.0cvs89
5936
5937         * src/plugins/spamassassin/spamassassin.c
5938                 fixed bad logics, was using spamc in local mode and sa-learn
5939                 in remote mode (thanks, Colin).
5940
5941 2006-03-01 [wwp]        2.0.0cvs88
5942
5943         * src/plugins/spamassassin/spamassassin.c
5944         * src/plugins/spamassassin/spamassassin.h
5945         * src/plugins/spamassassin/spamassassin_gtk.c
5946                 made processing of emails w/ sa-plugin an option (default is TRUE),
5947                 fixed Engrish some tooltips, capitalization of some debug messages
5948                 and warnings. The spamassassin plugin now provides two separate
5949                 services: process emails upon incorporation and spamd training.
5950                 Both services (un)register independently but use some common
5951                 plugin settings (transport settings, spam storage location).
5952
5953 2006-02-28 [wwp]        2.0.0cvs87
5954
5955         * src/plugins/spamassassin/spamassassin.c
5956                 fix async flag to spamc cmdline execution (batch exec should
5957                 be asynchronous).
5958
5959 2006-02-27 [wwp]        2.0.0cvs86
5960
5961         * src/plugins/spamassassin/spamassassin.c
5962         * src/plugins/spamassassin/spamassassin.h
5963         * src/plugins/spamassassin/spamassassin_gtk.c
5964                 - added the ability to learn a remote spamassassin server (spamd),
5965                 using spamc.
5966                 - added the spamassassin option 'username', that applies to all
5967                 spamassassin operations (filtering, learning, local or remote).
5968                 The default username is the current unix user (if left blank
5969                 from gtk prefs or config file).
5970                 - commented out some unused code (notebook widget), removed unused
5971                 layout (hbox1).
5972                 - make more widgets sensitive to the transport type.
5973
5974 2006-02-27 [colin]      2.0.0cvs85
5975
5976         * src/plugins/spamassassin/spamassassin.c
5977                 Fix sa-learn call when offline
5978
5979 2006-02-27 [colin]      2.0.0cvs84
5980
5981         * configure.ac
5982         * src/Makefile.am
5983         * src/mainwindow.c
5984         * src/mainwindow.h
5985         * src/messageview.c
5986         * src/messageview.h
5987         * src/prefs_toolbar.c
5988         * src/procmsg.c
5989         * src/stock_pixmap.c
5990         * src/stock_pixmap.h
5991         * src/summaryview.c
5992         * src/toolbar.c
5993         * src/toolbar.h
5994         * src/pixmaps/ham_btn.xpm
5995         * src/pixmaps/spam.xpm
5996         * src/pixmaps/spam_btn.xpm
5997         * src/plugins/spamassassin/spamassassin.c
5998                 Add button in toolbar for spam learning
5999                 Fix a few bugs from the last related commit
6000                 Revert 1.9.6cvs23 which messed up shift-selection
6001
6002 2006-02-24 [colin]      2.0.0cvs83
6003
6004         * src/procmsg.c
6005         * src/summaryview.c
6006         * src/summaryview.h
6007         * src/plugins/spamassassin/spamassassin.c
6008         * src/plugins/spamassassin/spamassassin.h
6009         * src/plugins/spamassassin/spamassassin_gtk.c
6010                 Unregister learner when spamassassin is either
6011                 disabled or over tcp
6012
6013 2006-02-24 [colin]      2.0.0cvs82
6014
6015         * src/Makefile.am
6016         * src/mainwindow.c
6017         * src/mainwindow.h
6018         * src/procmsg.c
6019         * src/procmsg.h
6020         * src/stock_pixmap.c
6021         * src/stock_pixmap.h
6022         * src/summaryview.c
6023         * src/summaryview.h
6024         * src/gtk/icon_legend.c
6025         * src/pixmaps/spam.xpm  ** NEW FILE **
6026         * src/plugins/spamassassin/spamassassin.c
6027         * src/plugins/spamassassin/spamassassin_gtk.c
6028                 Add spam learning interface (Mark/Mark as 
6029                 (spam|ham) menus)
6030
6031 2006-02-24 [wwp]        2.0.0cvs81
6032
6033         * src/compose.c
6034         * src/compose.h
6035         * src/filtering.c
6036                 hide compose window when sending message in batch mode
6037                 (filtering: forward and redirect). Also fixed a wrong
6038                 value returned when sending failed, neutral anyway.
6039                 (Colin, me) 
6040
6041 2006-02-24 [wwp]        2.0.0cvs80
6042
6043         * src/mainwindow.c
6044                 use GTK+'s stock quit button. Patch by Fabien Vantard.
6045
6046 2006-02-24 [paul]       2.0.0cvs79
6047
6048         * src/news.c
6049         * src/news.h
6050         * src/news_gtk.c
6051                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
6052                 Thanks to Colin
6053
6054 2006-02-23 [colin]      2.0.0cvs78
6055
6056         * src/alertpanel.c
6057                 Change OK to Close in alertpanel with View log
6058                 button; add accel to View log. Patch by Fabien
6059                 Vantard
6060
6061 2006-02-23 [wwp]        2.0.0cvs77
6062
6063         * src/compose.c
6064                 silly me, there were much more tests to perform, since toolbars can
6065                 really have down to 1 element only.
6066
6067 2006-02-23 [wwp]        2.0.0cvs76
6068
6069         * commitHelper
6070                 fixed indentation from my previous commit. Fallback to VISUAL if
6071                 EDITOR is not set (and to vi, at last resort).
6072
6073 2006-02-23 [wwp]        2.0.0cvs75
6074
6075         * commitHelper
6076                 improved error detection (Colin, me).
6077
6078 2006-02-23 [wwp]        2.0.0cvs74
6079
6080         * src/prefs_toolbar.c
6081                 simplify and fix prefs/toolbars layouting. Combos' contents can
6082                 now be really displayed.
6083
6084 2006-02-23 [wwp]        2.0.0cvs73
6085         simplifies and fix prefs/toolbars layouting. Combos' contents can now
6086         be really displayed.
6087
6088 2006-02-22 [wwp]        2.0.0cvs72
6089
6090         * src/compose.c
6091                 fix a typo in my previous commit (sorry!).
6092
6093 2006-02-22 [wwp]        2.0.0cvs71
6094
6095         * src/prefs_toolbar.c
6096                 fix a crash when adding separators to toolbars,
6097                 also fix some separator item information.
6098
6099 2006-02-22 [wwp]        2.0.0cvs70
6100
6101         * src/compose.c
6102                 fix a crash when redirecting (for instance) when compose window's
6103                 toolbar contents has been customized (when some buttons have been
6104                 removed in fact).
6105
6106 2006-02-21 [wwp]        2.0.0cvs69
6107
6108         * src/summaryview.c
6109         * src/gtk/pluginwindow.c
6110         * src/plugins/pgpcore/prefs_gpg.c
6111                 fix some compilation warnings (feat. remains of removed code).
6112
6113 2006-02-21 [wwp]        2.0.0cvs68
6114
6115         * src/gtk/gtkutils.c
6116                 fix two compilation issues, thanks to Stephan Sachse.
6117
6118 2006-02-20 [colin]      2.0.0cvs67
6119
6120         * src/mainwindow.c
6121                 Don't reselect displayed mail on refocus
6122                 This fixes actions misbehaving 
6123
6124 2006-02-20 [wwp]        2.0.0cvs66
6125
6126         * src/summaryview.c
6127         * src/gtk/gtksctree.c
6128         * src/gtk/gtkshruler.c
6129                 changed more runtime typecast checks.
6130
6131 2006-02-20 [wwp]        2.0.0cvs65
6132
6133         * src/summary_search.c
6134                 find all - summaryview refresh issue fixed, thanks to Colin.
6135
6136 2006-02-20 [wwp]        2.0.0cvs64
6137
6138         * src/gtk/gtkutils.c
6139                 better runtime typecast checks.
6140
6141 2006-02-20 [wwp]        2.0.0cvs63
6142
6143         * src/summary_search.c
6144                 enhancements to the summary search:
6145                         - add the ability to stop the running search
6146                           (upon ESC-key press, new Stop button or when Clear button is pressed)
6147                         - don't search if no criteria (From/To/Subject/Body) is set
6148                         - ensure that a busy mouse pointer is always shown when searching,
6149                           show it even a bit earlier
6150
6151 2006-02-19 [colin]      2.0.0cvs62
6152
6153         * src/compose.c
6154         * src/imap.c
6155         * src/etpan/imap-thread.c
6156         * src/etpan/imap-thread.h
6157                 (Future) IMAP speed improvement on sending
6158                 Will require a libetpan update
6159         * src/summaryview.c
6160         * src/gtk/quicksearch.c
6161                 Make quicksearch clearable while running.
6162
6163 2006-02-17 [colin]      2.0.0cvs61
6164
6165         * src/imap.c
6166         * src/etpan/imap-thread.c
6167         * src/etpan/imap-thread.h
6168                 Check for IMAP certificates
6169                 ** Requires libetpan-0.42-cvs4 
6170                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6171
6172 2006-02-17 [colin]      2.0.0cvs60
6173
6174         * src/messageview.c
6175         * src/prefs_common.c
6176         * src/prefs_common.h
6177         * src/prefs_message.c
6178                 Add pref to display HTML-only mails with plugin, 
6179                 if possible (defaulting to FALSE of course).
6180
6181 2006-02-16 [colin]      2.0.0cvs59
6182
6183         * src/main.c
6184         * src/common/plugin.c
6185         * src/common/plugin.h
6186         * src/gtk/pluginwindow.c
6187                 Keep track of requested (but unloaded) plugins
6188                 in some error cases.
6189
6190 2006-02-16 [wwp]        2.0.0cvs58
6191
6192         * src/gtk/gtkaspell.c
6193         * src/gtk/gtkaspell.h
6194         * src/prefs_spelling.c
6195         * src/compose.c
6196         * src/prefs_common.c
6197         * src/prefs_common.h
6198                 implemented new optional spellchecker behaviour: re-check message when
6199                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6200
6201 2006-02-16 [wwp]        2.0.0cvs57
6202
6203         * src/quote_fmt_parse.y
6204                 pclose popen'ed pipe.
6205
6206 2006-02-15 [colin]      2.0.0cvs56
6207
6208         * src/mimeview.c
6209         * src/mimeview.h
6210                 Let MimeViewers know which MimeView they
6211                 depend of.
6212         * src/summaryview.c
6213                 Swap From/To columns in Sent/Queue/Drafts
6214                 folders
6215         * src/etpan/imap-thread.c
6216                 Use mailstream_low_tls_open() for STARTTLS
6217                 instead of mailstream_low_ssl_open()
6218                 ** REQUIRES libetpan 0.42cvs3 **
6219
6220 2006-02-15 [wwp]        2.0.0cvs55
6221
6222         * src/compose.c
6223         * src/compose.h
6224         * src/message_search.c
6225         * src/message_search.h
6226         * src/textview.c
6227         * src/gtk/gtkutils.c
6228         * src/gtk/gtkutils.h
6229                 added the ability to Find text in the compose window (and a bit
6230                 of code factorization).
6231
6232 2006-02-15 [wwp]        2.0.0cvs54
6233
6234         * src/prefs_gtk.c
6235                 yet another one file was missing (fix for some widgets' sensitivity).
6236                 Thanks Colin!
6237
6238 2006-02-15 [wwp]        2.0.0cvs53
6239
6240         * src/prefs_gtk.h
6241                 oops forgot that file (fix for some widgets' sensitivity).
6242
6243 2006-02-15 [wwp]        2.0.0cvs52
6244
6245         * src/summary_search.c
6246                 implemented advanced summary search options (added the ability
6247                 to use matcher conditions in an advanced search mode).
6248
6249 2006-02-15 [wwp]        2.0.0cvs51
6250
6251         * src/plugins/pgpcore/prefs_gpg.c
6252         * src/prefs_account.c
6253                 fix some widget sensitivity, mostly around some labels in
6254                 account prefs.
6255
6256 2006-02-15 [paul]       2.0.0cvs50
6257
6258         * manual/advanced.xml
6259                 improve Templates info
6260                 written by wwp
6261
6262 2006-02-14 [colin]      2.0.0cvs49
6263
6264         * src/pixmaps/address_book.xpm
6265         * src/pixmaps/preferences.xpm
6266         * src/pixmaps/properties.xpm
6267                 Fix pixmap size - patch by Fabien Vantard
6268
6269 2006-02-13 [colin]      2.0.0cvs48
6270
6271         * src/procmime.c
6272                 Add missing fclose()s on error
6273         * src/textview.c
6274                 Remove unused code
6275         * src/common/utils.c
6276                 Fix temp files not being deleted on windows
6277         Patches by Thomas Gilgin
6278
6279 2006-02-13 [colin]      2.0.0cvs47
6280
6281         * src/mainwindow.c
6282                 Fix exit crash
6283
6284 2006-02-13 [wwp]        2.0.0cvs46
6285
6286         * src/plugins/pgpcore/prefs_gpg.c
6287                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6288
6289 2006-02-12 [colin]      2.0.0cvs45
6290
6291         * src/folderview.c
6292         * src/main.c
6293         * src/mainwindow.c
6294                 Fix "stuff" when quitting
6295
6296 2006-02-12 [wwp]        2.0.0cvs44
6297
6298         * src/prefs_themes.c
6299                 fix typos in debug messages.
6300
6301 2006-02-11 [colin]      2.0.0cvs43
6302
6303         * src/summaryview.c
6304                 don't allow drag/drop from ourself
6305
6306 2006-02-10 [wwp]        2.0.0cvs42
6307
6308         * src/exporthtml.c
6309         * src/html.c
6310         * src/html.h
6311         * src/procmime.c
6312         * src/textview.c
6313                 renamed html_ prefixed functions and data structures to avoid
6314                 namespace clashes w/ other software (gtkhtml2 for instance).
6315                 Closes bug #907.
6316
6317
6318 2006-02-09 [colin]      2.0.0cvs41
6319
6320         * src/summaryview.c
6321                 Fix shitty logic messed up. Thanks Ticho for the hint!
6322
6323 2006-02-09 [wwp]        2.0.0cvs40
6324
6325         * src/gtk/about.c
6326         * src/compose.c
6327         * src/prefs_account.c
6328         * src/prefs_gtk.h
6329         * src/editaddress.c
6330                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6331                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6332                 Browse buttons in accounts prefs.
6333
6334 2006-02-09 [colin]      2.0.0cvs39
6335
6336         * src/matcher.c
6337                 Check for pointer before using its members
6338         * src/gtk/gtksourceprintjob.c
6339                 Fix a wrong warning
6340
6341 2006-02-09 [wwp]        2.0.0cvs38
6342
6343         * src/gtk/filesel.c
6344                 fix few compiler warnings (type mismatch).
6345
6346 2006-02-09 [paul]       2.0.0cvs37
6347
6348         * po/fr.po
6349                 updated by Fabien Vantard
6350
6351 2006-02-08 [colin]      2.0.0cvs36
6352
6353         * src/prefs_common.c
6354         * src/common/defs.h
6355         * src/common/plugin.c
6356                 allow windows and linux configurations to coexist
6357                 patch by Thomas Gilgin
6358
6359 2006-02-08 [colin]      2.0.0cvs35
6360
6361         * src/filtering.c
6362         * src/matcher.c
6363         * src/matcher.h
6364         * src/matcher_parser_parse.y
6365         * src/prefs_filtering_action.c
6366         * src/prefs_matcher.c
6367                 Add the "Ignore thread" filtering
6368                 action
6369
6370 2006-02-08 [colin]      2.0.0cvs34
6371
6372         * src/compose.c
6373         * src/procmime.c
6374         * src/procmime.h
6375                 Fix bug #905 (damaged attachment)
6376                 text files with raw \0's aren't really text files
6377         FOR_STABLE
6378
6379 2006-02-08 [colin]      2.0.0cvs33
6380
6381         * src/summaryview.c
6382                 Fix crasher introduced yesterday
6383
6384 2006-02-08 [wwp]        2.0.0cvs32
6385
6386         * src/compose.c
6387         * src/compose.h
6388                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6389
6390 2006-02-08 [wwp]        2.0.0cvs31
6391
6392         * src/prefs_template.c
6393                 templates enhancement: allow address completion for Cc and Bcc fields
6394                 (it was currently possible for the To field only)
6395
6396 2006-02-08 [colin]      2.0.0cvs30
6397
6398         * src/compose.c
6399                 Don't unblock if not blocked
6400         FOR_STABLE
6401
6402 2006-02-07 [colin]      2.0.0cvs29
6403
6404         * src/action.c
6405                 Forgot to refresh summaryview
6406
6407 2006-02-07 [colin]      2.0.0cvs28
6408
6409         * src/action.c
6410                 Freeze/thaw message list and folder list while
6411                 processing %as{} actions 
6412         * src/compose.c
6413                 Fix auto-wrap disabling after a middle-click
6414                 paste - FOR_STABLE
6415
6416 2006-02-07 [paul]       2.0.0cvs27
6417
6418         * src/folder.c
6419                 fix freeing of uninitialised pointers
6420                 Thanks to Colin
6421
6422 2006-02-06 [colin]      2.0.0cvs26
6423
6424         * src/folder.c
6425                 Use g_slist_prepend in potentially big list
6426
6427 2006-02-06 [colin]      2.0.0cvs25
6428
6429         * src/folder.c
6430                 Completely skip processing if it doesn't 
6431                 exist (faster!)
6432
6433 2006-02-06 [colin]      2.0.0cvs24
6434
6435         * src/folder.c
6436         * src/summaryview.c
6437                 Batch filtering in summaryview (from Tools menu)
6438                 and pre/post//-processing too
6439
6440 2006-02-06 [colin]      2.0.0cvs23
6441
6442         * src/procmsg.h
6443         * src/filtering.c
6444                 Use a special field for batch filtering instead
6445                 of stepping on deferred execution's toes
6446
6447 2006-02-06 [colin]      2.0.0cvs22
6448
6449         * src/action.c
6450         * src/filtering.c
6451         * src/filtering.h
6452         * src/folder.c
6453         * src/summaryview.c
6454                 Fix filtering via menus and actions
6455
6456 2006-02-06 [colin]      2.0.0cvs21
6457
6458         * src/imap.c
6459                 Put the added file directly to cache if possible (will work
6460                 with next libetpan)
6461         * src/filtering.c
6462         * src/filtering.h
6463         * src/inc.c
6464         * src/folder.c
6465         * src/mbox.c
6466         * src/procmsg.h
6467                 Move and copy filtered messages by batches instead of one
6468                 by one - faster on IMAP
6469         * src/procmsg.c
6470                 Add a function that'll possibly be useful later
6471
6472 2006-02-06 [colin]      2.0.0cvs20
6473
6474         * src/addressbook.c
6475                 Use internal mime-type instead of text/plain for d'n'd
6476         * src/compose.c
6477                 Allow attaching files from mimeview's icon list via d'n'd
6478         * src/folderview.c
6479         * src/folderview.h
6480                 Use internal mime-type instead of text/plain for d'n'd
6481                 Don't try to selected opened folder if none is
6482                 Factorize d'n'd from other apps code
6483         * src/headerview.c
6484         * src/textview.c
6485         * src/gtk/gtkutils.c
6486         * src/gtk/gtkutils.h
6487                 Factorize Face/X-Face stuff
6488         * src/mimeview.c
6489                 Fix d'n'd to other apps
6490         * src/prefs_message.c
6491                 Let the XFace pref be usable without libcompface as it also
6492                 applies to Face
6493         * src/summaryview.c
6494                 Fix d'n'd to other apps
6495                 Factorize d'n'd from other apps code
6496
6497 2006-02-06 [wwp]        2.0.0cvs19
6498
6499         * po/it.po
6500                 Italian translation fixes by Andrea Spadaccini (no more confusion
6501                 between filtering and processing, and few changes in the About
6502                 dialog).
6503
6504
6505 2006-02-06 [mones]      2.0.0cvs18
6506
6507         * src/gtk/icon_legend.c
6508                 Improved descriptions allowing better translations
6509
6510 2006-02-05 [colin]      2.0.0cvs17
6511
6512         * src/imap.c
6513                 Add the f*cking missing expunge that caused imap_fetch_env
6514                 to fail after an add_msgs ! :-///
6515         * src/etpan/imap-thread.c
6516                 Add a bit of debug
6517         FOR_STABLE
6518
6519 2006-02-05 [colin]      2.0.0cvs16
6520
6521         * src/common/utils.c
6522                 Don't check for return-path (or we can't put
6523                 back non-sent mails)
6524
6525 2006-02-05 [colin]      2.0.0cvs15
6526
6527         * src/textview.c
6528                 Don't try to display Face header in textview
6529                 when teh headerview's active
6530
6531 2006-02-05 [colin]      2.0.0cvs14
6532
6533         * tools/tbird2syl.py
6534         * tools/Makefile.am
6535                 Add script to import Thunderbird mails
6536
6537 2006-02-05 [colin]      2.0.0cvs13
6538
6539         * src/headerview.c
6540         * src/procheader.c
6541         * src/procmsg.c
6542         * src/procmsg.h
6543         * src/textview.c
6544                 Show Face headers - patch partially by Klaus Flittner
6545
6546 2006-02-05 [colin]      2.0.0cvs12
6547
6548         * src/folderview.c
6549         * src/summaryview.c
6550         * src/common/utils.c
6551         * src/common/utils.h
6552                 Let dnd work from mime icons to summaryview
6553                 and to folderview too
6554                 Add a crude test to avoid trying to add files
6555                 drag'n'dropped when they're not mails
6556
6557 2006-02-04 [colin]      2.0.0cvs11
6558
6559         * src/summaryview.c
6560         * src/mimeview.c
6561                 Fix utf8 conversion
6562
6563 2006-02-04 [colin]      2.0.0cvs10
6564
6565         * src/compose.c
6566         * src/folderview.c
6567         * src/mimeview.c
6568         * src/summaryview.c
6569         * src/summaryview.h
6570                 Added various drag and drop capas:
6571                 From                    To
6572                 summaryview             other apps
6573                 mimeview icons          other apps
6574                 other apps              summaryview
6575                 other apps              folderview
6576
6577                 This shouldn't have broken the existing:
6578                 From                    To
6579                 summaryview             folderview
6580                 folderview              folderview
6581                 summaryview             compose's attachments
6582
6583         Tests welcomed.
6584
6585 2006-02-02 [paul]       2.0.0cvs9
6586
6587         * src/mainwindow.c
6588                 move global option 'Set displayed columns...' out
6589                 of folder option grouping.
6590                 fix sensitivity of 'harvest addresses'
6591         FOR_STABLE
6592
6593 2006-02-01 [colin]      2.0.0cvs8
6594
6595         * src/mimeview.c
6596                 Revert the alertpanel patch, it sucks (intrusive
6597                 and gets in the way of "open")
6598
6599 2006-02-01 [colin]      2.0.0cvs7
6600
6601         * src/compose.c
6602         * src/prefs_account.c
6603         * src/prefs_common.c
6604         * src/common/defs.h
6605         * src/common/utils.c
6606         * src/common/utils.h
6607                 Add ability to edit the signature file
6608                 from the account preferences, and use
6609                 a default for the text editor.
6610                 Patch by Fabien Vantard
6611
6612 2006-02-01 [colin]      2.0.0cvs6
6613
6614         * src/mimeview.c
6615                 Try to get mime type by extension if it is
6616                 application/octet-stream
6617                 Display a window with possible choices when
6618                 encountering unknown mime types
6619         * src/gtk/filesel.c
6620         * src/gtk/filesel.h
6621                 Add preview
6622                 Allow multiple selection in filtered filesel
6623                 (patch by Fabien Vantard)
6624         * src/gtk/pluginwindow.c
6625                 Use it (patch by Fabien Vantard)
6626
6627 2006-02-01 [paul]       2.0.0cvs5
6628
6629         * src/jpilot.c
6630                 fix crash on creating jpilot address book
6631                 Thanks to Colin - FOR_STABLE
6632         * src/prefs_summaries.c
6633         * src/prefs_wrapping.c
6634         * src/gtk/icon_legend.c
6635         * src/gtk/quicksearch.c
6636                 string fixes and additions
6637
6638 2006-02-01 [paul]       2.0.0cvs4
6639
6640         * src/compose.c
6641         * src/mainwindow.c
6642         * src/messageview.c
6643         * src/prefs_send.c
6644                 add Arabic encoding option
6645                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6646
6647 2006-01-31 [colin]      2.0.0cvs3
6648
6649         * src/plugins/pgpcore/passphrase.c
6650                 Convert passphrase to locale encoding
6651         * src/compose.c
6652                 Fix drafting on IMAP. Crappy bug sneaked in
6653                 the release :-/
6654         FOR_STABLE
6655
6656 2006-01-30 [paul]       2.0.0cvs2
6657
6658         * src/gtk/icon_legend.c
6659                 show the new entries
6660
6661 2006-01-30 [colin]      2.0.0cvs1
6662
6663         * src/manual.c
6664                 Check for the file to be present before 
6665                 enabling the menu - FOR_STABLE
6666         * src/gtk/icon_legend.c
6667                 Add folders icons (not all of them, there
6668                 are too much, but the most intriguing ones)
6669
6670 2006-01-30 [paul]       2.0.0
6671
6672         version 2.0.0 released
6673
6674 2006-01-30 [paul]       1.9.100cvs200
6675
6676         * manual/faq.xml
6677         * manual/gpl.xml
6678         * manual/intro.xml
6679         * manual/starting.xml
6680         * manual/sylpheed-claws-manual.xml
6681                 fixes, additions
6682
6683 2006-01-29 [mones]      1.9.100cvs199
6684
6685         * manual/account.xml
6686         * manual/advanced.xml
6687         * manual/glossary.xml
6688                 Some typos fixed, added LDIF term to glossary
6689         * po/es.po
6690                 Fixed leading plus symbol
6691
6692 2006-01-29 [paul]       1.9.100cvs198
6693
6694         * po/fi.po
6695         * po/sk.po
6696                 updated by Tommi Pirinen and Andrej Kacian
6697
6698 2006-01-29 [paul]       1.9.100cvs197
6699
6700         * src/gtk/authors.h
6701                 remove duplicates
6702
6703 2006-01-29 [paul]       1.9.100cvs196
6704
6705         * AUTHORS
6706         * po/nl.po
6707         * src/gtk/authors.h
6708         * tools/claws.i18n.status.pl
6709                 nl translation updated by Tim Dijkstra
6710
6711 2006-01-29 [paul]       1.9.100cvs195
6712
6713         * po/sr.po
6714         * po/sv.po
6715                 updated by Aleksandar Urosevic and Anders Troback
6716
6717 2006-01-28 [colin]      1.9.100cvs194
6718
6719         * src/gtk/gtksourceprintjob.c
6720                 Don't fiddle with PangoLayout when we
6721                 have an image
6722
6723 2006-01-28 [paul]       1.9.100cvs193
6724
6725         * AUTHORS
6726         * po/el.po
6727         * po/zh_CN.po
6728         * src/gtk/authors.h
6729         * tools/claws.i18n.status.pl
6730                 updated translations submitted by Stavros Giannouris
6731                 and Ralgh Young
6732
6733 2006-01-27 [colin]      1.9.100cvs192
6734
6735         * src/summaryview.c
6736         * src/gtk/gtksourceprintjob.c
6737                 Add image printing 
6738                 (libgnomeprint only, of course)
6739
6740 2006-01-27 [paul]       1.9.100cvs191
6741
6742         * po/fr.po
6743         * po/it.po
6744                 updated by Fabien Vantard and Andrea Spadaccini
6745
6746 2006-01-26 [colin]      1.9.100cvs190
6747
6748         * manual/Makefile.am
6749         * configure.ac
6750                 Make building the manual optional 
6751                 (--disable-manual)
6752
6753 2006-01-26 [paul]       1.9.100cvs189
6754
6755         * manual/glossary.xml
6756         * manual/plugins.xml
6757                 edited
6758         * po/en_GB.po
6759                 updated
6760
6761 2006-01-26 [paul]       1.9.100cvs188
6762
6763         * src/prefs_display_header.c
6764         * src/prefs_folder_column.c
6765         * src/prefs_msg_colors.c
6766         * src/prefs_summaries.c
6767         * src/prefs_summary_column.c
6768                 HIGify
6769
6770 2006-01-25 [colin]      1.9.100cvs187
6771
6772         * src/imap.c
6773                 Don't allow moving/copying mails between
6774                 queue/drafts and non-queue/drafts folders
6775                 Fixes bug #897 (message header is resetted 
6776                 if one is copied to Drafts)
6777
6778 2006-01-25 [colin]      1.9.100cvs186
6779
6780         * src/folder.c
6781         * src/mainwindow.c
6782                 Fix subscribed folders not found
6783         * src/compose.c
6784                 Don't try to encode as original mail's charset
6785                 if it's ascii 
6786
6787 2006-01-25 [paul]       1.9.100cvs185
6788
6789         * AUTHORS
6790         * po/Makevars
6791                 updated
6792         * po/de.po
6793         * po/pl.po
6794         * po/pt_BR.po
6795         * po/sr.po
6796                 updates submitted by Stephan Sachse, Emilian Nowak
6797                 and Quar, Frederico Goncalves Guimaraes, and
6798                 Aleksandar Urosevic
6799                 Fix Bug 896, 'PT_BR locale broken'.
6800         * src/gtk/authors.h
6801                 updated
6802
6803 2006-01-24 [mones]      1.9.100cvs184
6804
6805         * manual/glossary.xml
6806                 All current terms finished. Reviewers welcome ;-)
6807         * manual/keyboard.xml
6808                 Fixed column width for pdf output.
6809         * po/es.po
6810                 Updated
6811
6812 2006-01-24 [paul]       1.9.100cvs183
6813
6814         * manual/glossary.xml
6815                 fix id name
6816         * manual/dist/html/Makefile.am
6817         * manual/dist/pdf/Makefile.am
6818         * manual/dist/ps/Makefile.am
6819         * manual/dist/txt/Makefile.am
6820                 fix make deps
6821                 Thanks to Colin
6822
6823 2006-01-24 [mones]      1.9.100cvs182
6824
6825         * manual/glossary.xml
6826                 Nearly finished, some terms missing.
6827
6828 2006-01-23 [paul]       1.9.100cvs181
6829
6830         * manual/dist/html/Makefile.am
6831         * manual/dist/pdf/Makefile.am
6832         * manual/dist/ps/Makefile.am
6833         * manual/dist/txt/Makefile.am
6834         * src/mainwindow.c
6835                 re-enable manual
6836                 Thanks to Colin
6837
6838 2006-01-22 [colin]      1.9.100cvs180
6839
6840         * src/compose.c
6841         * src/gtk/gtkaspell.c
6842                 Don't deselect stuff before right-clicking, with aspell.
6843                 (This prevented right-click Copy, for example).
6844                 Thanks to Clo!
6845
6846 2006-01-22 [paul]       1.9.100cvs179
6847
6848         * src/summary_search.c
6849                 don't fix the widget size as it causes problems
6850                 under localisation.
6851                 Thanks to Emilian Nowak
6852
6853 2006-01-21 [paul]       1.9.100cvs178
6854
6855         * src/prefs_themes.c
6856                 fix broken underlining of label text
6857                 with some translations
6858
6859 2006-01-21 [colin]      1.9.100cvs177
6860
6861         * po/fr.po
6862                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6863
6864 2006-01-20 [colin]      1.9.100cvs176
6865
6866         * configure.ac
6867         * Makefile.am
6868         * manual/Makefile
6869         * manual/dist/html/.cvsignore
6870         * manual/dist/html/Makefile.am
6871         * manual/dist/pdf/.cvsignore
6872         * manual/dist/pdf/Makefile.am
6873         * manual/dist/ps/.cvsignore
6874         * manual/dist/ps/Makefile.am
6875         * manual/dist/txt/.cvsignore
6876         * manual/dist/txt/Makefile.am
6877                 Autotool-ize manual
6878
6879 2006-01-20 [paul]       1.9.100cvs175
6880
6881         * manual/handling.xml
6882                 make Filtering and Searching entries easier to find
6883         * manual/keyboard.xml
6884                 add the remaining default keybinds
6885         * src/prefs_summaries.c
6886                 update the default keybinds
6887
6888 2006-01-20 [paul]       1.9.100cvs174
6889
6890         * src/addressbook.c
6891         * src/addrgather.c
6892         * src/addrharvest.c
6893         * src/editaddress.c
6894         * src/editgroup.c
6895         * src/exphtmldlg.c
6896         * src/expldifdlg.c
6897         * src/exporthtml.c
6898         * src/exportldif.c
6899         * src/ldif.c
6900                 replace 'e-mail' with 'email'
6901         * src/summary_search.c
6902                 add mnemonic to "Find all" button
6903
6904 2006-01-20 [wwp]        1.9.100cvs173
6905
6906         * src/export.c
6907         * src/import.c
6908                 touched mbox import/export buttons for HIG-compliance
6909
6910 2006-01-19 [paul]       1.9.100cvs172
6911
6912         * manual/account.xml
6913         * manual/addrbook.xml
6914         * manual/advanced.xml
6915         * manual/faq.xml
6916         * manual/handling.xml
6917         * manual/intro.xml
6918         * manual/plugins.xml
6919         * manual/starting.xml
6920                 more editing
6921
6922 2006-01-19 [paul]       1.9.100cvs171
6923
6924         * src/toolbar.c
6925                 allow use of trash button while receiving
6926                 Thanks to Colin
6927
6928 2006-01-19 [wwp]        1.9.100cvs170
6929
6930         * src/gtk/quicksearch.c
6931         * src/compose.c
6932                 force text color to black when yellow background is set
6933
6934 2006-01-19 [colin]      1.9.100cvs169
6935
6936         * src/plugins/trayicon/trayicon.c
6937                 Gray out Get Mail when already getting mail
6938
6939 2006-01-18 [paul]       1.9.100cvs168
6940
6941         * src/compose.c
6942                 give widget yellow background was To is
6943                 set via folder prefs
6944         * src/gtk/quicksearch.c
6945                 give widget yellow background when quick
6946                 search is active.
6947                 Thanks to Colin
6948
6949 2006-01-18 [paul]       1.9.100cvs167
6950
6951         * doc/man/sylpheed-claws.1
6952                 add --subscribe option
6953
6954 2006-01-18 [paul]       1.9.100cvs166
6955
6956         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6957         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6958                 use %U instead of %F (%F is broken for user installed
6959                 files in kde 3.5)
6960
6961 2006-01-18 [colin]      1.9.100cvs165
6962
6963         * src/summaryview.c
6964                 Default to Yes in "No more * messages" dialogs
6965
6966 2006-01-17 [colin]      1.9.100cvs164
6967
6968         * src/compose.c
6969                 Possibly fix an invalid iterator causing
6970                 crash
6971
6972 2006-01-17 [colin]      1.9.100cvs163
6973
6974         * src/mimeview.c
6975                 Fix crash when the image disappears under the
6976                 image viewer
6977
6978 2006-01-16 [colin]      1.9.100cvs162
6979
6980         * src/compose.c
6981                 Fix reenabling autowrap
6982
6983 2006-01-16 [colin]      1.9.100cvs161
6984
6985         * src/compose.c
6986                 reset quote_len before getting quote_str
6987
6988 2006-01-16 [colin]      1.9.100cvs160
6989
6990         * src/account.c
6991         * src/account.h
6992         * src/folder.c
6993         * src/imap_gtk.c
6994         * src/mh_gtk.c
6995                 Fix bug #883 (default inbox does not track folder move)
6996
6997 2006-01-16 [colin]      1.9.100cvs159
6998
6999         * src/compose.c
7000         * src/plugins/pgpcore/passphrase.c
7001                 More buttons fixes
7002
7003 2006-01-16 [paul]       1.9.100cvs158
7004
7005         * src/prefs_actions.c
7006         * src/prefs_filtering_action.c
7007         * src/prefs_matcher.c
7008         * src/quote_fmt.c
7009         * src/gtk/description_window.c
7010         * src/gtk/description_window.h
7011         * src/gtk/quicksearch.c
7012                 description window cleanups
7013
7014 2006-01-15 [colin]      1.9.100cvs157
7015
7016         * src/addressbook.c
7017         * src/prefs_filtering.c
7018                 Same here
7019
7020 2006-01-15 [colin]      1.9.100cvs156
7021
7022         * src/folderview.c
7023         * src/mainwindow.c
7024                 Same for "Empty trash"
7025
7026 2006-01-15 [colin]      1.9.100cvs155
7027
7028         * src/inc.c
7029                 Override offline dialog had Yes by default
7030
7031 2006-01-15 [colin]      1.9.100cvs154
7032
7033         * src/summaryview.c
7034                 Delete selected messages? previously had Yes the default
7035
7036 2006-01-15 [colin]      1.9.100cvs153
7037
7038         * src/folder.c
7039         * src/folder.h
7040         * src/main.c
7041                 Check if a mailbox is loaded after all
7042                 plugins are loaded.
7043
7044 2006-01-15 [colin]      1.9.100cvs152
7045
7046         * src/folder.c
7047                 Don't start wizard when there are unloaded folders (will help
7048                 people with only mbox or maildir mailboxes)
7049
7050 2006-01-14 [colin]      1.9.100cvs151
7051
7052         * src/addressbook.c
7053         * src/expldifdlg.c
7054         * src/importldif.c
7055         * src/importmutt.c
7056         * src/importpine.c
7057         * src/mh_gtk.c
7058                 More HIG compliance and fixes
7059
7060 2006-01-14 [colin]      1.9.100cvs150
7061
7062         * src/prefs_filtering_action.c
7063         * src/foldersel.c
7064                 Two forgotten button order changes
7065
7066 2006-01-14 [colin]      1.9.100cvs149
7067
7068         * src/account.c
7069         * src/addressbook.c
7070         * src/compose.c
7071         * src/folderview.c
7072         * src/imap_gtk.c
7073         * src/mainwindow.c
7074         * src/mh_gtk.c
7075         * src/news_gtk.c
7076         * src/prefs_actions.c
7077         * src/prefs_customheader.c
7078         * src/prefs_filtering.c
7079         * src/prefs_matcher.c
7080         * src/prefs_template.c
7081         * src/ssl_manager.c
7082         * src/summaryview.c
7083         * src/textview.c
7084         * src/toolbar.c
7085                 All deletion confirmations are now "Cancel, Delete" 
7086                 instead of "No, Yes"
7087                 Clarified most of the other "No, Yes" to 
7088                 "Cancel, Descriptive_action"
7089                 Rechanged the "Entry not saved" alerts to have 
7090                 "Close, Continue editing"
7091
7092
7093 2006-01-14 [paul]
7094
7095         * 2.0.0-rc4 released
7096
7097 2006-01-14 [paul]       1.9.100cvs148
7098
7099         * src/account.c
7100         * src/addressadd.c
7101         * src/addressbook.c
7102         * src/compose.c
7103         * src/editaddress.c
7104         * src/editbook.c
7105         * src/editgroup.c
7106         * src/editjpilot.c
7107         * src/editldap.c
7108         * src/editvcard.c
7109         * src/exphtmldlg.c
7110         * src/expldifdlg.c
7111         * src/folderview.c
7112         * src/grouplistdialog.c
7113         * src/imap_gtk.c
7114         * src/importmutt.c
7115         * src/importpine.c
7116         * src/inc.c
7117         * src/main.c
7118         * src/mainwindow.c
7119         * src/message_search.c
7120         * src/messageview.c
7121         * src/mh_gtk.c
7122         * src/mimeview.c
7123         * src/news_gtk.c
7124         * src/prefs_actions.c
7125         * src/prefs_customheader.c
7126         * src/prefs_filtering.c
7127         * src/prefs_matcher.c
7128         * src/prefs_template.c
7129         * src/prefs_themes.c
7130         * src/ssl_manager.c
7131         * src/summary_search.c
7132         * src/summaryview.c
7133         * src/textview.c
7134         * src/toolbar.c
7135         * src/gtk/foldersort.c
7136         * src/gtk/gtkaspell.c
7137         * src/gtk/inputdialog.c
7138         * src/gtk/prefswindow.c
7139         * src/plugins/pgpcore/select-keys.c
7140         * src/plugins/trayicon/trayicon.c
7141                 HIG compliant button order
7142
7143 2006-01-14 [mones]      1.9.100cvs147
7144
7145         * po/es.po
7146                 Updated translation
7147
7148 2006-01-13 [paul]       1.9.100cvs146
7149
7150         * AUTHORS
7151         * ChangeLog
7152         * src/gtk/authors.h
7153                 add Joshua M. Kwan to contributors list
7154
7155 2006-01-13 [colin]      1.9.100cvs145
7156
7157         * src/gtk/quicksearch.c
7158                 Don't refocus quick search after executing (Esc or Enter)
7159                 Allows to '/'search something then move up/down in 
7160                 summaryview, and to Esc a search and be back in the 
7161                 summaryview
7162
7163 2006-01-13 [paul]       1.9.100cvs144
7164
7165         * src/plugins/pgpinline/pgpinline.c
7166                 support Content-Type 'application/pgp'
7167                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7168
7169 2006-01-13 [paul]       1.9.100cvs143
7170
7171         * manual/account.xml
7172                 make mention of partial retrieval
7173                 thanks to Colin
7174
7175 2006-01-13 [paul]       1.9.100cvs142
7176
7177         * src/account.c
7178         * src/account.h
7179         * src/action.c
7180         * src/action.h
7181         * src/adbookbase.h
7182         * src/addr_compl.c
7183         * src/addr_compl.h
7184         * src/addrbook.c
7185         * src/addrcache.c
7186         * src/addrcache.h
7187         * src/addrcindex.c
7188         * src/addrcindex.h
7189         * src/addrclip.c
7190         * src/addrclip.h
7191         * src/addrdefs.h
7192         * src/addressadd.c
7193         * src/addressadd.h
7194         * src/addressbook.c
7195         * src/addressbook.h
7196         * src/addrgather.c
7197         * src/addrgather.h
7198         * src/addrharvest.c
7199         * src/addrharvest.h
7200         * src/addrindex.c
7201         * src/addrindex.h
7202         * src/addritem.c
7203         * src/addritem.h
7204         * src/addrquery.c
7205         * src/addrquery.h
7206         * src/addrselect.c
7207         * src/addrselect.h
7208         * src/alertpanel.c
7209         * src/alertpanel.h
7210         * src/browseldap.c
7211         * src/browseldap.h
7212         * src/codeconv.c
7213         * src/codeconv.h
7214         * src/compose.c
7215         * src/compose.h
7216         * src/customheader.c
7217         * src/customheader.h
7218         * src/displayheader.c
7219         * src/displayheader.h
7220         * src/editaddress.c
7221         * src/editaddress.h
7222         * src/editbook.c
7223         * src/editbook.h
7224         * src/editgroup.c
7225         * src/editgroup.h
7226         * src/editjpilot.c
7227         * src/editjpilot.h
7228         * src/editldap.c
7229         * src/editldap.h
7230         * src/editldap_basedn.c
7231         * src/editldap_basedn.h
7232         * src/editvcard.c
7233         * src/editvcard.h
7234         * src/exphtmldlg.c
7235         * src/exphtmldlg.h
7236         * src/expldifdlg.c
7237         * src/expldifdlg.h
7238         * src/export.h
7239         * src/exporthtml.c
7240         * src/exporthtml.h
7241         * src/exportldif.c
7242         * src/exportldif.h
7243         * src/filtering.c
7244         * src/filtering.h
7245         * src/folder.c
7246         * src/folder.h
7247         * src/folder_item_prefs.c
7248         * src/folder_item_prefs.h
7249         * src/foldersel.c
7250         * src/foldersel.h
7251         * src/folderutils.c
7252         * src/folderutils.h
7253         * src/folderview.c
7254         * src/folderview.h
7255         * src/grouplistdialog.c
7256         * src/grouplistdialog.h
7257         * src/headerview.c
7258         * src/html.c
7259         * src/html.h
7260         * src/image_viewer.c
7261         * src/image_viewer.h
7262         * src/imap.c
7263         * src/imap.h
7264         * src/imap_gtk.c
7265         * src/imap_gtk.h
7266         * src/import.h
7267         * src/importldif.c
7268         * src/importldif.h
7269         * src/importmutt.c
7270         * src/importmutt.h
7271         * src/importpine.c
7272         * src/importpine.h
7273         * src/inc.c
7274         * src/inc.h
7275         * src/jpilot.c
7276         * src/jpilot.h
7277         * src/ldapctrl.c
7278         * src/ldapctrl.h
7279         * src/ldaplocate.c
7280         * src/ldaplocate.h
7281         * src/ldapquery.c
7282         * src/ldapquery.h
7283         * src/ldapserver.c
7284         * src/ldapserver.h
7285         * src/ldaputil.c
7286         * src/ldaputil.h
7287         * src/ldif.c
7288         * src/ldif.h
7289         * src/main.c
7290         * src/main.h
7291         * src/mainwindow.c
7292         * src/mainwindow.h
7293         * src/manual.c
7294         * src/manual.h
7295         * src/mbox.c
7296         * src/mbox.h
7297         * src/message_search.c
7298         * src/message_search.h
7299         * src/messageview.c
7300         * src/messageview.h
7301         * src/mh.c
7302         * src/mh.h
7303         * src/mh_gtk.c
7304         * src/mh_gtk.h
7305         * src/mimeview.c
7306         * src/mimeview.h
7307         * src/msgcache.c
7308         * src/msgcache.h
7309         * src/mutt.c
7310         * src/mutt.h
7311         * src/news.c
7312         * src/news.h
7313         * src/news_gtk.c
7314         * src/news_gtk.h
7315         * src/partial_download.c
7316         * src/partial_download.h
7317         * src/pine.c
7318         * src/pine.h
7319         * src/pop.c
7320         * src/pop.h
7321         * src/prefs_account.c
7322         * src/prefs_account.h
7323         * src/prefs_actions.c
7324         * src/prefs_actions.h
7325         * src/prefs_common.c
7326         * src/prefs_common.h
7327         * src/prefs_compose_writing.c
7328         * src/prefs_compose_writing.h
7329         * src/prefs_customheader.c
7330         * src/prefs_customheader.h
7331         * src/prefs_display_header.c
7332         * src/prefs_display_header.h
7333         * src/prefs_filtering.c
7334         * src/prefs_filtering.h
7335         * src/prefs_filtering_action.c
7336         * src/prefs_filtering_action.h
7337         * src/prefs_folder_column.c
7338         * src/prefs_folder_column.h
7339         * src/prefs_folder_item.c
7340         * src/prefs_folder_item.h
7341         * src/prefs_fonts.c
7342         * src/prefs_fonts.h
7343         * src/prefs_gtk.c
7344         * src/prefs_gtk.h
7345         * src/prefs_image_viewer.c
7346         * src/prefs_image_viewer.h
7347         * src/prefs_matcher.c
7348         * src/prefs_matcher.h
7349         * src/prefs_message.c
7350         * src/prefs_msg_colors.c
7351         * src/prefs_msg_colors.h
7352         * src/prefs_other.c
7353         * src/prefs_quote.c
7354         * src/prefs_receive.c
7355         * src/prefs_send.c
7356         * src/prefs_spelling.c
7357         * src/prefs_spelling.h
7358         * src/prefs_summaries.c
7359         * src/prefs_summaries.h
7360         * src/prefs_summary_column.c
7361         * src/prefs_summary_column.h
7362         * src/prefs_template.c
7363         * src/prefs_template.h
7364         * src/prefs_themes.c
7365         * src/prefs_themes.h
7366         * src/prefs_toolbar.c
7367         * src/prefs_toolbar.h
7368         * src/prefs_wrapping.c
7369         * src/prefs_wrapping.h
7370         * src/privacy.c
7371         * src/privacy.h
7372         * src/procheader.c
7373         * src/procheader.h
7374         * src/procmime.c
7375         * src/procmime.h
7376         * src/procmsg.c
7377         * src/procmsg.h
7378         * src/quote_fmt.c
7379         * src/quote_fmt_parse.y
7380         * src/recv.c
7381         * src/recv.h
7382         * src/remotefolder.c
7383         * src/remotefolder.h
7384         * src/send_message.c
7385         * src/send_message.h
7386         * src/setup.c
7387         * src/setup.h
7388         * src/sourcewindow.c
7389         * src/sourcewindow.h
7390         * src/ssl_manager.c
7391         * src/ssl_manager.h
7392         * src/statusbar.c
7393         * src/statusbar.h
7394         * src/stock_pixmap.c
7395         * src/stock_pixmap.h
7396         * src/summary_search.c
7397         * src/summary_search.h
7398         * src/summaryview.c
7399         * src/summaryview.h
7400         * src/syldap.c
7401         * src/syldap.h
7402         * src/textview.c
7403         * src/textview.h
7404         * src/toolbar.c
7405         * src/toolbar.h
7406         * src/undo.c
7407         * src/undo.h
7408         * src/unmime.c
7409         * src/unmime.h
7410         * src/vcard.c
7411         * src/vcard.h
7412         * src/wizard.c
7413         * src/wizard.h
7414         * src/common/base64.c
7415         * src/common/base64.h
7416         * src/common/defs.h
7417         * src/common/hooks.c
7418         * src/common/hooks.h
7419         * src/common/log.c
7420         * src/common/log.h
7421         * src/common/mgutils.c
7422         * src/common/mgutils.h
7423         * src/common/nntp.c
7424         * src/common/nntp.h
7425         * src/common/passcrypt.c
7426         * src/common/passcrypt.h.in
7427         * src/common/plugin.c
7428         * src/common/plugin.h
7429         * src/common/prefs.c
7430         * src/common/prefs.h
7431         * src/common/progressindicator.c
7432         * src/common/progressindicator.h
7433         * src/common/quoted-printable.c
7434         * src/common/quoted-printable.h
7435         * src/common/session.c
7436         * src/common/session.h
7437         * src/common/smtp.c
7438         * src/common/smtp.h
7439         * src/common/socket.c
7440         * src/common/socket.h
7441         * src/common/ssl.c
7442         * src/common/ssl.h
7443         * src/common/ssl_certificate.c
7444         * src/common/ssl_certificate.h
7445         * src/common/stringtable.c
7446         * src/common/stringtable.h
7447         * src/common/sylpheed.c
7448         * src/common/sylpheed.h
7449         * src/common/template.c
7450         * src/common/template.h
7451         * src/common/timing.h
7452         * src/common/utils.c
7453         * src/common/utils.h
7454         * src/common/version.h.in
7455         * src/common/xml.c
7456         * src/common/xml.h
7457         * src/common/xmlprops.c
7458         * src/common/xmlprops.h
7459         * src/gtk/colorlabel.c
7460         * src/gtk/colorsel.c
7461         * src/gtk/colorsel.h
7462         * src/gtk/description_window.c
7463         * src/gtk/description_window.h
7464         * src/gtk/filesel.c
7465         * src/gtk/filesel.h
7466         * src/gtk/foldersort.c
7467         * src/gtk/foldersort.h
7468         * src/gtk/gtkutils.c
7469         * src/gtk/gtkutils.h
7470         * src/gtk/inputdialog.c
7471         * src/gtk/inputdialog.h
7472         * src/gtk/logwindow.c
7473         * src/gtk/logwindow.h
7474         * src/gtk/manage_window.c
7475         * src/gtk/manage_window.h
7476         * src/gtk/menu.c
7477         * src/gtk/menu.h
7478         * src/gtk/pluginwindow.c
7479         * src/gtk/pluginwindow.h
7480         * src/gtk/prefswindow.c
7481         * src/gtk/prefswindow.h
7482         * src/gtk/progressdialog.c
7483         * src/gtk/progressdialog.h
7484         * src/gtk/sslcertwindow.c
7485         * src/gtk/sslcertwindow.h
7486         * src/plugins/clamav/clamav_plugin.c
7487         * src/plugins/clamav/clamav_plugin.h
7488         * src/plugins/clamav/clamav_plugin_gtk.c
7489         * src/plugins/demo/demo.c
7490         * src/plugins/dillo_viewer/dillo_prefs.c
7491         * src/plugins/dillo_viewer/dillo_prefs.h
7492         * src/plugins/dillo_viewer/dillo_viewer.c
7493         * src/plugins/pgpcore/passphrase.c
7494         * src/plugins/pgpcore/passphrase.h
7495         * src/plugins/pgpcore/plugin.c
7496         * src/plugins/pgpcore/select-keys.c
7497         * src/plugins/pgpcore/select-keys.h
7498         * src/plugins/pgpcore/sgpgme.c
7499         * src/plugins/pgpcore/sgpgme.h
7500         * src/plugins/pgpinline/pgpinline.c
7501         * src/plugins/pgpinline/pgpinline.h
7502         * src/plugins/pgpinline/plugin.c
7503         * src/plugins/pgpmime/pgpmime.c
7504         * src/plugins/pgpmime/pgpmime.h
7505         * src/plugins/pgpmime/plugin.c
7506         * src/plugins/spamassassin/spamassassin.c
7507         * src/plugins/spamassassin/spamassassin.h
7508         * src/plugins/spamassassin/spamassassin_gtk.c
7509         * src/plugins/trayicon/trayicon.c
7510                 update copyright header
7511
7512 2006-01-13 [paul]       1.9.100cvs141
7513
7514         * src/account.c
7515         * src/export.c
7516         * src/import.c
7517         * src/mainwindow.c
7518         * src/prefs_account.c
7519         * src/prefs_display_header.c
7520         * src/prefs_receive.c
7521         * src/prefs_send.c
7522         * src/prefs_summaries.c
7523         * src/prefs_themes.c
7524         * src/prefs_toolbar.c
7525         * src/gtk/about.c
7526                 various cleanups
7527
7528 2006-01-12 [colin]      1.9.100cvs140
7529
7530         * src/folder.c
7531         * src/folder.h
7532         * src/main.c
7533                 Add --subscribe option
7534                 Let sylpheed-claws email@domain.com equivalent to --compose
7535                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7536
7537 2006-01-12 [paul]       1.9.100cvs139
7538
7539         * src/mainwindow.c
7540                 append 'Change folder order' label with '...'
7541         * src/prefs_actions.c
7542                 allow reordering of actions list by dnd
7543         * src/gtk/foldersort.c
7544                 make the dialog nicer
7545
7546 2006-01-11 [colin]      1.9.100cvs138
7547
7548         * src/compose.c
7549                 Allow templates without text
7550
7551 2006-01-11 [paul]       1.9.100cvs137
7552
7553         * tools/README
7554         * tools/filter_conv_new.pl
7555                 add info to README
7556                 also check .sylpheed for filter.xml
7557                 be a bit informative to the user
7558
7559 2006-01-11 [colin]      1.9.100cvs136
7560
7561         * src/textview.c
7562                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7563
7564 2006-01-10 [paul]       1.9.100cvs135
7565
7566         * tools/Makefile.am
7567         * tools/filter_conv_new.pl
7568                 add script to convert new style Sylpheed
7569                 filter rules (Sylpheed >= 0.9.99) to
7570                 Claws filtering rules
7571
7572 2006-01-10 [colin]      1.9.100cvs134
7573
7574         * src/compose.c
7575                 Fix broken line joins in certain conditions
7576                 (between two quoted lines: <enter><enter><up>
7577                  <type a wrapped sentence><go in the first line>
7578                  <insert more text><watch as line joining failed>)
7579
7580 2006-01-10 [paul]       1.9.100cvs133
7581
7582         * src/compose.c
7583                 don't report success in error dialog
7584                 thanks to Colin
7585         * src/common/utils.c
7586                 include some trailing punctuations as URI
7587                 thanks to Hiro
7588
7589 2006-01-10 [paul]       1.9.100cvs132
7590
7591         * src/mimeview.c
7592                 fix incompatible pointer type
7593                 warning
7594
7595 2006-01-10 [paul]       1.9.100cvs131
7596
7597         * src/compose.c
7598                 change Subject in window title
7599                 instantaneously
7600
7601 2006-01-09 [colin]      1.9.100cvs130
7602
7603         * src/addressbook.c
7604         * src/headerview.c
7605         * src/mainwindow.c
7606         * src/messageview.c
7607         * src/mimeview.c
7608         * src/noticeview.c
7609         * src/summaryview.c
7610                 Fix possible crashes on exit and in addressbook
7611
7612 2006-01-09 [paul]       1.9.100cvs129
7613
7614         * src/prefs_msg_colors.c
7615                 some cleanups that I forgot last time
7616
7617 2006-01-09 [paul]       1.9.100cvs128
7618
7619         * README
7620         * src/folderview.c
7621         * src/prefs_msg_colors.c
7622                 add previously hidden option, color_new, to
7623                 the gui
7624                 move the page to Display/
7625                 rework the gui
7626
7627 2006-01-09 [wwp]        1.9.100cvs127
7628
7629         * src/prefs_themes.c
7630                 made the prefs/display/themes layouts spacing less condensed
7631                 (and so they match other prefs/pages' look).
7632
7633 2006-01-09 [paul]       1.9.100cvs126
7634
7635         * src/compose.c
7636         * src/prefs_common.c
7637         * src/prefs_common.h
7638         * src/prefs_wrapping.c
7639                 remove 'wrap at send' option
7640
7641 2006-01-06 [colin]      1.9.100cvs125
7642
7643         * src/compose.c
7644                 Just make completely sure we don't insert "manual line breaks" 
7645                 when wrapping... 
7646
7647 2006-01-04 [paul]
7648
7649         * 2.0.0-rc3 released
7650
7651 2006-01-04 [paul]       1.9.100cvs124
7652
7653         * src/folderview.c
7654                 fix bug 882, 'quick scroll in folder list
7655                 displays wrong folder contents'
7656
7657 2006-01-04 [paul]       1.9.100cvs123
7658
7659         * src/plugins/pgpmime/pgpmime.c
7660                 better debug information when signing
7661                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7662
7663 2006-01-03 [colin]      1.9.100cvs122
7664
7665         * configure.ac
7666                 We need to recheck for gpgme 1.0.0 after checking
7667                 for 1.1.1, because if 1.1.1 isn't available, 
7668                 GPGME_LIBS and friends are blanked out by the 
7669                 second check.
7670
7671 2006-01-03 [colin]      1.9.100cvs121
7672
7673         * src/common/prefs.c
7674                 Windows unlink-before rename fix
7675         * src/plugins/pgpcore/sgpgme.c
7676                 Add support for PKA info if available
7677                 Both patches by Werner Koch
7678
7679 2006-01-03 [paul]       1.9.100cvs120
7680
7681         * src/messageview.c
7682                 fix bug 884, 'Send receipt' button visible in queue
7683                 Thanks to Colin
7684
7685 2006-01-02 [colin]      1.9.100cvs119
7686
7687         * src/compose.c
7688         * src/imap.c
7689                 Fix autosave on IMAP and more generally try to
7690                 return the correct ID on a newly added IMAP message
7691
7692 2006-01-02 [paul]       1.9.100cvs118
7693
7694         * manual/keyboard.xml
7695                 edited
7696
7697 2006-01-01 [paul]       1.9.100cvs117
7698
7699         * src/gtk/authors.h
7700                 alphabetical order
7701
7702 2005-12-30 [colin]      1.9.100cvs116
7703
7704         * manual/advanced.xml
7705                 Explain Pre/Post-processing differences.
7706
7707 2005-12-30 [colin]      1.9.100cvs115
7708
7709         * src/mh.c
7710                 Implement copy_msgs for a little optimization
7711         * src/imap.c
7712                 Finish yesterday's fix
7713
7714 2005-12-29 [colin]      1.9.100cvs114
7715
7716         * src/imap.c
7717                 Fix occasional failure in fetching a mail over
7718                 IMAP
7719
7720 2005-12-29 [colin]      1.9.100cvs113
7721
7722         * src/compose.c
7723                 Don't remove a draft when sending it, if it is 
7724                 locked.
7725
7726 2005-12-28 [colin]      1.9.100cvs112
7727
7728         * src/summaryview.c
7729                 Fix leak for real
7730
7731 2005-12-28 [wwp]        1.9.100cvs111
7732
7733         * doc/faq/.cvsignore
7734         * doc/faq/de/.cvsignore
7735         * doc/faq/en/.cvsignore
7736         * doc/faq/es/.cvsignore
7737         * doc/faq/fr/.cvsignore
7738         * doc/faq/it/.cvsignore
7739         * doc/manual/.cvsignore
7740         * doc/manual/de/.cvsignore
7741         * doc/manual/en/.cvsignore
7742         * doc/manual/es/.cvsignore
7743         * doc/manual/fr/.cvsignore
7744         * doc/manual/ja/.cvsignore
7745         * src/plugins/mathml_viewer/.cvsignore
7746                 rollback revival of those files (my bad, sorry for the noise).
7747
7748 2005-12-28 [wwp]        1.9.100cvs110
7749
7750         * src/compose.c
7751                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7752
7753 2005-12-28 [wwp]        1.9.100cvs109
7754
7755         * doc/faq/.cvsignore
7756         * doc/faq/de/.cvsignore
7757         * doc/faq/en/.cvsignore
7758         * doc/faq/es/.cvsignore
7759         * doc/faq/fr/.cvsignore
7760         * doc/faq/it/.cvsignore
7761         * doc/manual/.cvsignore
7762         * doc/manual/de/.cvsignore
7763         * doc/manual/en/.cvsignore
7764         * doc/manual/es/.cvsignore
7765         * doc/manual/fr/.cvsignore
7766         * doc/manual/ja/.cvsignore
7767         * src/plugins/mathml_viewer/.cvsignore
7768         * po/.cvsignore
7769                 more files to ignore.
7770
7771 2005-12-24 [colin]      1.9.100cvs108
7772
7773         * AUTHORS
7774         * src/gtk/authors.h
7775                 Update for Werner
7776
7777 2005-12-24 [colin]      1.9.100cvs107
7778
7779         * src/procmsg.c
7780                 Allow NULL src_msginfo in 
7781                 procmsg_msginfo_new_from_mimeinfo
7782
7783 2005-12-23 [paul]       1.9.100cvs106
7784
7785         * src/plugins/pgpinline/mypgpcore.def
7786                 add this forgotten file
7787
7788 2005-12-23 [colin]      1.9.100cvs105
7789
7790         * src/mainwindow.c
7791                 Fix missing break
7792
7793 2005-12-23 [colin]      1.9.100cvs104
7794
7795         * autogen.sh
7796         * src/folder.c
7797         * src/mh.c
7798         * src/common/plugin.c
7799         * src/common/socket.c
7800         * src/common/socket.h
7801         * src/common/utils.c
7802         * src/common/utils.h
7803         * src/gtk/pluginwindow.c
7804         * src/plugins/pgpcore/plugin.def
7805         * src/plugins/pgpcore/sylpheed.def
7806         * src/plugins/pgpinline/Makefile.am
7807         * src/plugins/pgpinline/plugin.def
7808         * src/plugins/pgpinline/sylpheed.def
7809         * src/plugins/pgpmime/plugin.def
7810         * src/plugins/pgpmime/sylpheed.def
7811                 Various w32 fixes by Werner Koch
7812
7813 2005-12-22 [paul]       1.9.100cvs103
7814
7815         * src/wizard.c
7816                 don't offer IMAP as 'server type' if
7817                 libetpan isn't built in
7818
7819 2005-12-22 [paul]       1.9.100cvs102
7820
7821         * AUTHORS
7822         * src/mainwindow.c
7823         * src/mainwindow.h
7824         * src/toolbar.c
7825         * src/gtk/authors.h
7826                 support GTK_TOOLBAR_BOTH_HORIZ (text
7827                 next to icon) Patch by Marien Zwart
7828                 marienz@users.sf.net
7829                 Also reword the text
7830
7831 2005-12-21 [colin]      1.9.100cvs101
7832
7833         * configure.ac
7834                 Fix DATADIRNAME
7835         * COPYING
7836                 Fix missing section and explicit the exception better
7837         * src/compose.c
7838                 Prevent mail from being lost without notice when an
7839                 SMTP error happens on trying to send an unmodified
7840                 drafted mail.
7841         * src/send_message.c
7842         * src/common/smtp.c
7843                 Fix password remembering when wrong, and add return
7844                 value checks where they should have been
7845         * src/plugins/pgpcore/sylpheed.def
7846         * src/plugins/pgpinline/sylpheed.def
7847         * src/plugins/pgpmime/sylpheed.def
7848                 Add a few symbols needed
7849
7850 2005-12-21 [paul]       1.9.100cvs100
7851
7852         * m4/codeset.m4
7853         * m4/glibc21.m4
7854         * m4/intdiv0.m4
7855         * m4/inttypes-pri.m4
7856         * m4/inttypes.m4
7857         * m4/inttypes_h.m4
7858         * m4/isc-posix.m4
7859         * m4/lcmessage.m4
7860         * m4/stdint_h.m4
7861         * m4/uintmax_t.m4
7862                 gettextization
7863                 thanks to Colin
7864
7865 2005-12-21 [paul]       1.9.100cvs99
7866
7867         * po/sv.po
7868                 fixed by Colin
7869
7870 2005-12-20 [paul]       1.9.100cvs98
7871
7872         * po/sv.po
7873                 updated by Anders Trobäck
7874
7875 2005-12-20 [colin]      1.9.100cvs97
7876
7877         * ABOUT-NLS
7878         * Makefile.am
7879         * autogen.sh
7880         * configure.ac
7881         * config/config.rpath
7882         * config/mkinstalldirs
7883         * m4/Makefile.am
7884         * m4/glibc2.m4
7885         * m4/gnupg.m4
7886         * m4/gpgme.m4
7887         * m4/intmax.m4
7888         * m4/longdouble.m4
7889         * m4/longlong.m4
7890         * m4/printf-posix.m4
7891         * m4/signed.m4
7892         * m4/size_max.m4
7893         * m4/ulonglong.m4
7894         * m4/wchar_t.m4
7895         * m4/wint_t.m4
7896         * m4/xsize.m4
7897         * po/Makefile.in.in
7898         * po/Makevars
7899         * po/bg.po
7900         * po/ca.po
7901         * po/cs.po
7902         * po/de.po
7903         * po/el.po
7904         * po/en_GB.po
7905         * po/es.po
7906         * po/fi.po
7907         * po/fr.po
7908         * po/hr.po
7909         * po/hu.po
7910         * po/it.po
7911         * po/ja.po
7912         * po/ko.po
7913         * po/nb.po
7914         * po/nl.po
7915         * po/pl.po
7916         * po/pt_BR.po
7917         * po/ru.po
7918         * po/sk.po
7919         * po/sr.po
7920         * po/stamp-po
7921         * po/sv.po
7922         * po/zh_CN.po
7923         * po/zh_TW.po
7924         * src/Makefile.am
7925         * src/codeconv.c
7926         * src/compose.c
7927         * src/exporthtml.c
7928         * src/exportldif.c
7929         * src/folder.c
7930         * src/main.c
7931         * src/manual.c
7932         * src/mh.c
7933         * src/mimeview.c
7934         * src/send_message.c
7935         * src/common/Makefile.am
7936         * src/common/fnmatch.c
7937         * src/common/fnmatch.h
7938         * src/common/fnmatch_loop.c
7939         * src/common/nntp.c
7940         * src/common/plugin.c
7941         * src/common/smtp.c
7942         * src/common/socket.c
7943         * src/common/string_match.c
7944         * src/common/sylpheed.c
7945         * src/common/utils.c
7946         * src/common/utils.h
7947         * src/common/w32_dirent.c
7948         * src/common/w32_reg.c
7949         * src/common/w32_signal.c
7950         * src/common/w32_stat.c
7951         * src/common/w32_stdio.c
7952         * src/common/w32_stdlib.c
7953         * src/common/w32_string.c
7954         * src/common/w32_time.c
7955         * src/common/w32_unistd.c
7956         * src/common/w32_wait.c
7957         * src/common/w32lib.h
7958         * src/etpan/Makefile.am
7959         * src/gtk/Makefile.am
7960         * src/plugins/clamav/Makefile.am
7961         * src/plugins/demo/Makefile.am
7962         * src/plugins/dillo_viewer/Makefile.am
7963         * src/plugins/pgpcore/Makefile.am
7964         * src/plugins/pgpcore/passphrase.c
7965         * src/plugins/pgpcore/plugin.def
7966         * src/plugins/pgpcore/sgpgme.c
7967         * src/plugins/pgpcore/sylpheed.def
7968         * src/plugins/pgpcore/version.rc
7969         * src/plugins/pgpinline/Makefile.am
7970         * src/plugins/pgpinline/plugin.def
7971         * src/plugins/pgpinline/sylpheed.def
7972         * src/plugins/pgpinline/version.rc
7973         * src/plugins/pgpmime/Makefile.am
7974         * src/plugins/pgpmime/mypgpcore.def
7975         * src/plugins/pgpmime/plugin.def
7976         * src/plugins/pgpmime/sylpheed.def
7977         * src/plugins/pgpmime/version.rc
7978         * src/plugins/spamassassin/Makefile.am
7979                 Very little ;-) patch from Werner Koch, providing
7980                 infrastructure for cross-compiling to Win32
7981
7982 2005-12-20 [paul]       1.9.100cvs96
7983
7984         * src/account.c
7985         * src/account.h
7986         * src/mainwindow.c
7987         * src/mainwindow.h
7988         * src/toolbar.c
7989         * src/toolbar.h
7990                 add a combo to the Get All button, allowing
7991                 quick retrieval from any account
7992                 Patch by Fabien Vantard, slightly modified
7993                 by Colin
7994         * src/gtk/about.c
7995                 i18n fix. Patch by Fabien Vantard
7996
7997 2005-12-19 [colin]      1.9.100cvs95
7998
7999         * src/compose.c
8000         * src/compose.h
8001                 Don't automatically join lines when they've 
8002                 been separated by the user and not automatically
8003
8004 2005-12-19 [paul]       1.9.100cvs94
8005
8006         * src/gtk/pluginwindow.c
8007                 i18n fix.
8008                 Patch by Fabien Vantard
8009
8010 2005-12-15 [paul]       1.9.100cvs93
8011
8012         * src/common/plugin.c
8013         * src/common/plugin.h
8014         * src/gtk/pluginwindow.c
8015         * src/plugins/clamav/clamav_plugin.c
8016         * src/plugins/demo/demo.c
8017         * src/plugins/dillo_viewer/dillo_viewer.c
8018         * src/plugins/pgpcore/plugin.c
8019         * src/plugins/pgpinline/plugin.c
8020         * src/plugins/pgpmime/plugin.c
8021         * src/plugins/spamassassin/spamassassin.c
8022         * src/plugins/trayicon/trayicon.c
8023                 add plugin_version()
8024
8025 2005-12-15 [colin]      1.9.100cvs92
8026
8027         * src/compose.c
8028                 Further fix bug #875
8029
8030 2005-12-15 [paul]       1.9.100cvs91
8031
8032         * src/gtk/filesel.c
8033                 fix attach_load_dir getting set to
8034                 PLUGINDIR on plugin load
8035
8036 2005-12-14 [mones]      1.9.100cvs90
8037
8038         * manual/ack.xml
8039         * manual/keyboard.xml
8040                 Initial draft and some shortcuts added
8041                 
8042         * po/es.po
8043                 Updated translation
8044
8045 2005-12-14 [colin]      1.9.100cvs89
8046
8047         * src/compose.c
8048         * src/imap.c
8049         * src/summaryview.c
8050         * src/gtk/gtkaspell.c
8051                 More leaks fixed
8052         * src/prefs_folder_item.c
8053                 Fix recursive prefs apply
8054
8055
8056 2005-12-14 [colin]      1.9.100cvs88
8057
8058         * src/compose.c
8059                 Fix bug #875 (Freeze On Inline Forward of 
8060                 Large Message)
8061
8062 2005-12-13 [colin]      1.9.100cvs87
8063
8064         * src/compose.c
8065                 Uniq-ify and sort the mimetypes list
8066                 Patch by Fabien Vantard
8067
8068 2005-12-13 [colin]      1.9.100cvs86
8069
8070         * src/imap.c
8071         * src/etpan/imap-thread.c
8072                 Fix leaks (patch by Hoa)
8073         * src/news.c
8074         * src/common/plugin.c
8075                 Fix leaks
8076
8077 2005-12-12 [colin]
8078
8079         * 2.0.0-rc2 released
8080
8081 2005-12-12 [colin]      1.9.100cvs85
8082
8083         * src/matcher.c
8084                 Fix a leak
8085
8086 2005-12-12 [wwp]        1.9.100cvs84
8087
8088         * src/gtk/icon_legend.c
8089                 fix misbehaviour and crash when closing the legend window
8090         using the Esc key (patch by Fabien Vantard).
8091
8092 2005-12-12 [paul]       1.9.100cvs83
8093
8094         * src/browseldap.c
8095         * src/foldersel.c
8096         * src/prefs_actions.c
8097         * src/prefs_filtering.c
8098         * src/prefs_matcher.c
8099         * src/prefs_spelling.glade      ** REMOVED **
8100         * src/prefs_template.c
8101         * src/gtk/foldersort.glade      ** REMOVED **
8102         * src/gtk/pluginwindow.c
8103         * src/gtk/pluginwindow.glade    ** REMOVED **
8104         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
8105                 cleanups
8106
8107 2005-12-11 [paul]       1.9.100cvs82
8108
8109         * src/gtk/filesel.c
8110                 fix attach_load_dir crasher (double free)
8111
8112 2005-12-09 [paul]       1.9.100cvs81
8113
8114         * po/POTFILES.in
8115         * src/mainwindow.c
8116         * src/gtk/Makefile.am
8117         * src/gtk/icon_legend.c
8118         * src/gtk/icon_legend.h
8119                 add icon legend
8120         * src/manual.c
8121                 cleanup
8122
8123 2005-12-09 [paul]       1.9.100cvs80
8124
8125         * src/plugins/pgpcore/passphrase.c
8126                 wrap the label in the dialog
8127
8128 2005-12-09 [colin]      1.9.100cvs79
8129
8130         * src/plugins/pgpcore/sgpgme.c
8131                 Display (untrusted) on not trusted signatures
8132                 Patch by Michal Èihaø <michal@cihar.com>
8133                 Closes bug #867 (Report also key trust)
8134
8135 2005-12-09 [colin]      1.9.100cvs78
8136
8137         * src/common/plugin.c
8138                 Update licence check, following Eben Moglen's advice
8139
8140 2005-12-08 [colin]      1.9.100cvs77
8141
8142         * src/folder.c
8143                 Fix the occasionnal item->cache != NULL 
8144                 assertion failure. 
8145
8146 2005-12-08 [colin]      1.9.100cvs76
8147
8148         * src/mimeview.c
8149         * src/plugins/pgpcore/sgpgme.c
8150                 Print key id when unable to check it
8151                 Closes bug #866 (Show key id when missing)
8152
8153 2005-12-08 [paul]       1.9.100cvs75
8154
8155         * src/prefs_common.c
8156         * src/prefs_common.h
8157         * src/gtk/filesel.c
8158                 remember load attachment dir
8159
8160 2005-12-07 [colin]      1.9.100cvs74
8161
8162         * src/prefs_toolbar.c
8163                 Gtk fixes, patch by Fabien Vantard
8164
8165 2005-12-07 [colin]      1.9.100cvs73
8166
8167         * src/action.c
8168         * src/compose.c
8169         * src/compose.h
8170                 Fix bug #839 (Quoted text isn't colored after 
8171                 executing an action)
8172         * src/common/plugin.c
8173                 Require plugins to declare their licence in plugin_licence()
8174                 Refuse to load non-GPL plugins as they'd be illegal (as 
8175                 derived works of Sylpheed-Claws, they must be GPL).
8176         * src/plugins/clamav/clamav_plugin.c
8177         * src/plugins/demo/demo.c
8178         * src/plugins/dillo_viewer/dillo_viewer.c
8179         * src/plugins/pgpcore/plugin.c
8180         * src/plugins/pgpinline/plugin.c
8181         * src/plugins/pgpmime/plugin.c
8182         * src/plugins/spamassassin/spamassassin.c
8183         * src/plugins/trayicon/trayicon.c
8184                 Add plugin_licence()
8185
8186 2005-12-07 [paul]       1.9.100cvs72
8187
8188         * configure.ac
8189         * src/mainwindow.c
8190         * src/manual.c
8191         * src/manual.h
8192         * src/common/defs.h
8193                 clean up after local FAQ removal and
8194                 temporary manual removal
8195
8196 2005-12-06 [colin]      1.9.100cvs71
8197
8198         * configure.ac
8199         * doc/Makefile.am
8200         * doc/faq/.cvsignore
8201         * doc/faq/Makefile.am
8202         * doc/faq/de/.cvsignore
8203         * doc/faq/de/Makefile.am
8204         * doc/faq/de/sylpheed-faq-1.html
8205         * doc/faq/de/sylpheed-faq-2.html
8206         * doc/faq/de/sylpheed-faq-3.html
8207         * doc/faq/de/sylpheed-faq.html
8208         * doc/faq/en/.cvsignore
8209         * doc/faq/en/Makefile.am
8210         * doc/faq/en/sylpheed-faq-1.html
8211         * doc/faq/en/sylpheed-faq-2.html
8212         * doc/faq/en/sylpheed-faq-3.html
8213         * doc/faq/en/sylpheed-faq-4.html
8214         * doc/faq/en/sylpheed-faq.html
8215         * doc/faq/es/.cvsignore
8216         * doc/faq/es/Makefile.am
8217         * doc/faq/es/sylpheed-faq-1.html
8218         * doc/faq/es/sylpheed-faq-2.html
8219         * doc/faq/es/sylpheed-faq-3.html
8220         * doc/faq/es/sylpheed-faq-4.html
8221         * doc/faq/es/sylpheed-faq.html
8222         * doc/faq/fr/.cvsignore
8223         * doc/faq/fr/Makefile.am
8224         * doc/faq/fr/sylpheed-faq-1.html
8225         * doc/faq/fr/sylpheed-faq-2.html
8226         * doc/faq/fr/sylpheed-faq-3.html
8227         * doc/faq/fr/sylpheed-faq.html
8228         * doc/faq/it/.cvsignore
8229         * doc/faq/it/Makefile.am
8230         * doc/faq/it/sylpheed-faq-1.html
8231         * doc/faq/it/sylpheed-faq-2.html
8232         * doc/faq/it/sylpheed-faq-3.html
8233         * doc/faq/it/sylpheed-faq.html
8234         * doc/manual/.cvsignore
8235         * doc/manual/Makefile.am
8236         * doc/manual/de/.cvsignore
8237         * doc/manual/de/Makefile.am
8238         * doc/manual/de/sylpheed-1.html
8239         * doc/manual/de/sylpheed-10.html
8240         * doc/manual/de/sylpheed-11.html
8241         * doc/manual/de/sylpheed-12.html
8242         * doc/manual/de/sylpheed-13.html
8243         * doc/manual/de/sylpheed-14.html
8244         * doc/manual/de/sylpheed-15.html
8245         * doc/manual/de/sylpheed-16.html
8246         * doc/manual/de/sylpheed-17.html
8247         * doc/manual/de/sylpheed-18.html
8248         * doc/manual/de/sylpheed-19.html
8249         * doc/manual/de/sylpheed-2.html
8250         * doc/manual/de/sylpheed-20.html
8251         * doc/manual/de/sylpheed-3.html
8252         * doc/manual/de/sylpheed-4.html
8253         * doc/manual/de/sylpheed-5.html
8254         * doc/manual/de/sylpheed-6.html
8255         * doc/manual/de/sylpheed-7.html
8256         * doc/manual/de/sylpheed-8.html
8257         * doc/manual/de/sylpheed-9.html
8258         * doc/manual/de/sylpheed.html
8259         * doc/manual/en/.cvsignore
8260         * doc/manual/en/Makefile.am
8261         * doc/manual/en/sylpheed-1.html
8262         * doc/manual/en/sylpheed-10.html
8263         * doc/manual/en/sylpheed-11.html
8264         * doc/manual/en/sylpheed-12.html
8265         * doc/manual/en/sylpheed-13.html
8266         * doc/manual/en/sylpheed-14.html
8267         * doc/manual/en/sylpheed-15.html
8268         * doc/manual/en/sylpheed-16.html
8269         * doc/manual/en/sylpheed-17.html
8270         * doc/manual/en/sylpheed-18.html
8271         * doc/manual/en/sylpheed-19.html
8272         * doc/manual/en/sylpheed-2.html
8273         * doc/manual/en/sylpheed-20.html
8274         * doc/manual/en/sylpheed-21.html
8275         * doc/manual/en/sylpheed-22.html
8276         * doc/manual/en/sylpheed-3.html
8277         * doc/manual/en/sylpheed-4.html
8278         * doc/manual/en/sylpheed-5.html
8279         * doc/manual/en/sylpheed-6.html
8280         * doc/manual/en/sylpheed-7.html
8281         * doc/manual/en/sylpheed-8.html
8282         * doc/manual/en/sylpheed-9.html
8283         * doc/manual/en/sylpheed.html
8284         * doc/manual/es/.cvsignore
8285         * doc/manual/es/Makefile.am
8286         * doc/manual/es/sylpheed-1.html
8287         * doc/manual/es/sylpheed-10.html
8288         * doc/manual/es/sylpheed-11.html
8289         * doc/manual/es/sylpheed-12.html
8290         * doc/manual/es/sylpheed-13.html
8291         * doc/manual/es/sylpheed-14.html
8292         * doc/manual/es/sylpheed-15.html
8293         * doc/manual/es/sylpheed-16.html
8294         * doc/manual/es/sylpheed-17.html
8295         * doc/manual/es/sylpheed-18.html
8296         * doc/manual/es/sylpheed-19.html
8297         * doc/manual/es/sylpheed-2.html
8298         * doc/manual/es/sylpheed-20.html
8299         * doc/manual/es/sylpheed-3.html
8300         * doc/manual/es/sylpheed-4.html
8301         * doc/manual/es/sylpheed-5.html
8302         * doc/manual/es/sylpheed-6.html
8303         * doc/manual/es/sylpheed-7.html
8304         * doc/manual/es/sylpheed-8.html
8305         * doc/manual/es/sylpheed-9.html
8306         * doc/manual/es/sylpheed.html
8307         * doc/manual/fr/.cvsignore
8308         * doc/manual/fr/Makefile.am
8309         * doc/manual/fr/sylpheed-1.html
8310         * doc/manual/fr/sylpheed-10.html
8311         * doc/manual/fr/sylpheed-11.html
8312         * doc/manual/fr/sylpheed-12.html
8313         * doc/manual/fr/sylpheed-13.html
8314         * doc/manual/fr/sylpheed-14.html
8315         * doc/manual/fr/sylpheed-15.html
8316         * doc/manual/fr/sylpheed-16.html
8317         * doc/manual/fr/sylpheed-17.html
8318         * doc/manual/fr/sylpheed-18.html
8319         * doc/manual/fr/sylpheed-19.html
8320         * doc/manual/fr/sylpheed-2.html
8321         * doc/manual/fr/sylpheed-20.html
8322         * doc/manual/fr/sylpheed-3.html
8323         * doc/manual/fr/sylpheed-4.html
8324         * doc/manual/fr/sylpheed-5.html
8325         * doc/manual/fr/sylpheed-6.html
8326         * doc/manual/fr/sylpheed-7.html
8327         * doc/manual/fr/sylpheed-8.html
8328         * doc/manual/fr/sylpheed-9.html
8329         * doc/manual/fr/sylpheed.html
8330         * doc/manual/ja/.cvsignore
8331         * doc/manual/ja/Makefile.am
8332         * doc/manual/ja/sylpheed-1.html
8333         * doc/manual/ja/sylpheed-10.html
8334         * doc/manual/ja/sylpheed-11.html
8335         * doc/manual/ja/sylpheed-12.html
8336         * doc/manual/ja/sylpheed-13.html
8337         * doc/manual/ja/sylpheed-14.html
8338         * doc/manual/ja/sylpheed-15.html
8339         * doc/manual/ja/sylpheed-16.html
8340         * doc/manual/ja/sylpheed-17.html
8341         * doc/manual/ja/sylpheed-18.html
8342         * doc/manual/ja/sylpheed-19.html
8343         * doc/manual/ja/sylpheed-2.html
8344         * doc/manual/ja/sylpheed-20.html
8345         * doc/manual/ja/sylpheed-3.html
8346         * doc/manual/ja/sylpheed-4.html
8347         * doc/manual/ja/sylpheed-5.html
8348         * doc/manual/ja/sylpheed-6.html
8349         * doc/manual/ja/sylpheed-7.html
8350         * doc/manual/ja/sylpheed-8.html
8351         * doc/manual/ja/sylpheed-9.html
8352         * doc/manual/ja/sylpheed.html
8353         * doc/manual/ja/sylpheed.sgml
8354         * src/mainwindow.c
8355                 Remove outdated manual and faq. Noisy, eh?
8356
8357 2005-12-06 [colin]      1.9.100cvs70
8358
8359         * src/compose.c
8360         * src/quote_fmt_parse.y
8361         * src/undo.c
8362         * src/undo.h
8363                 Allow %X to position cursor at 0 
8364                 (no %X = before signature)
8365                 Fix paste as quotation putting the cursor at 0
8366                 Fix undo offsets when pasting
8367                 Insert the quote_fmt at once instead of line 
8368                 by line
8369                 Fix [Edited] when starting to reply/forward
8370
8371 2005-12-06 [paul]       1.9.100cvs69
8372
8373         * src/plugins/clamav/clamav_plugin_gtk.c
8374                 add another tooltip
8375         * src/plugins/spamassassin/spamassassin_gtk.c
8376                 rework spamassassin_create_widget_func()
8377
8378 2005-12-05 [colin]      1.9.100cvs68
8379
8380         * po/POTFILES.in
8381                 Fix make release ;-)
8382
8383 2005-12-05 [colin]      1.9.100cvs67
8384
8385         * src/compose.c
8386         * src/compose.h
8387                 Fix cursor positioning (not obeying %X)
8388
8389 2005-12-05 [paul]       1.9.100cvs66
8390
8391         * src/plugins/dillo_viewer/dillo_prefs.c
8392                 fix compilation warning
8393
8394 2005-12-05 [paul]       1.9.100cvs65
8395
8396         * src/prefs_spelling.c
8397         * src/plugins/trayicon/trayicon.c
8398                 cleanups - remove unused stuff
8399
8400 2005-12-05 [paul]       1.9.100cvs64
8401
8402         * README
8403         * manual/plugins.xml
8404                 remove info about removed mathml_viewer plugin
8405
8406 2005-12-05 [paul]       1.9.100cvs63
8407
8408         * configure.ac
8409         * src/plugins/Makefile.am
8410         * src/plugins/mathml_viewer/.cvsignore
8411         * src/plugins/mathml_viewer/Makefile.am
8412         * src/plugins/mathml_viewer/mathml_viewer.c
8413                 remove unmaintained mathml_viewer plugin
8414
8415 2005-12-05 [paul]       1.9.100cvs62
8416
8417         * src/summaryview.c
8418                 obey prefs_common.always_show_msg when
8419                 moving a msg
8420                 Thanks to Colin
8421
8422 2005-12-05 [paul]       1.9.100cvs61
8423
8424         * src/compose.c
8425         * src/prefs_account.c
8426         * src/prefs_filtering.c
8427         * src/prefs_quote.c
8428         * src/prefs_spelling.c
8429         * src/prefs_toolbar.c
8430         * src/summaryview.c
8431         * src/gtk/gtkutils.c
8432         * src/gtk/quicksearch.c
8433         * src/plugins/dillo_viewer/dillo_prefs.c
8434                 dialog cleanups
8435
8436 2005-12-04 [paul]       1.9.100cvs60
8437
8438         * src/inc.c
8439         * src/prefs_account.c
8440         * src/prefs_account.h
8441                 allow a Local account to specify a
8442                 default inbox
8443                 (closes bug 843 'Inbox cannot be changed for local
8444                  mailboxes')
8445
8446 2005-12-04 [colin]      1.9.100cvs59
8447
8448         * src/plugins/trayicon/trayicon.c
8449                 Remove Get, rename Get All to Get Mail in order to
8450                 be consistent with the default main toolbar
8451
8452 2005-12-03 [colin]      1.9.100cvs58
8453
8454         * manual/gpl.xml
8455         * manual/sylpheed-claws-manual.xml
8456                 Add GPL appendix
8457
8458 2005-12-03 [paul]       1.9.100cvs57
8459
8460         * AUTHORS
8461         * po/sv.po
8462         * src/gtk/authors.h
8463                 new (partially complete) Swedish translation
8464                 by Anders Troback <sylpheed@troback.com>
8465
8466 2005-12-02 [paul]       1.9.100cvs56
8467
8468         * configure.ac
8469                 libetpan 0.41 required
8470
8471 2005-12-02 [paul]       1.9.100cvs55
8472
8473         * src/plugins/clamav/clamav_plugin.c
8474         * src/plugins/clamav/clamav_plugin.h
8475         * src/plugins/clamav/clamav_plugin_gtk.c
8476         * src/plugins/spamassassin/spamassassin.c
8477         * src/plugins/spamassassin/spamassassin.h
8478         * src/plugins/spamassassin/spamassassin_gtk.c
8479                 unregister prefs pages on unloading, thus
8480                 preventing a crash
8481                 (thanks to Colin for the hint)
8482
8483 2005-12-02 [wwp]        1.9.100cvs54
8484
8485         * src/quote_fmt.h
8486         * src/quote_fmt_parse.y
8487                 fix misuse of gboolean*, use gboolean instead
8488                 (thanks to Paul, Colin, for pointing out that scaring one)
8489
8490 2005-12-02 [paul]       1.9.100cvs53
8491
8492         * src/plugins/clamav/clamav_plugin.c
8493                 int no --> unsigned int no
8494         * src/plugins/clamav/clamav_plugin_gtk.c
8495                 rework config page
8496
8497 2005-12-02 [wwp]        1.9.100cvs52
8498
8499         * src/compose.c
8500         * src/prefs_template.c
8501         * src/quote_fmt.h
8502         * src/quote_fmt_parse.y
8503                 prevent from executing |f and |p templates commands when
8504                 adding or replacing templates in prefs (avoids annoying and
8505                 potentially dangerous behaviours)
8506
8507 2005-12-02 [paul]       1.9.100cvs51
8508
8509         * src/prefs_common.c
8510                 allow translation of some default values
8511                 Patch by Fabien Vantard
8512
8513 2005-12-02 [paul]       1.9.100cvs50
8514
8515         * src/codeconv.c
8516         * src/codeconv.h
8517         * src/prefs_common.c
8518         * src/prefs_common.h
8519         * src/prefs_message.c
8520         * src/textview.c
8521                 remove obsolete 'convert_mb_alnum' option
8522                 and related stuff
8523         * src/gtk/about.c
8524                 remove unused 'about_textview_visibility_notify'
8525
8526 2005-12-02 [paul]       1.9.100cvs49
8527
8528         * src/prefs_account.c
8529         * src/prefs_compose_writing.c
8530         * src/prefs_fonts.c
8531         * src/prefs_gtk.h
8532         * src/prefs_image_viewer.c
8533         * src/prefs_message.c
8534         * src/prefs_other.c
8535         * src/prefs_receive.c
8536         * src/prefs_send.c
8537         * src/prefs_spelling.c
8538         * src/prefs_summaries.c
8539         * src/prefs_wrapping.c
8540         * src/plugins/dillo_viewer/dillo_prefs.c
8541         * src/plugins/pgpcore/prefs_gpg.c
8542                 several cleanups to the prefs dialogs
8543                 (slightly modified) patch by Fabien Vantard
8544
8545 2005-12-02 [paul]       1.9.100cvs48
8546
8547         * src/main.c
8548                 --exit means exit
8549         * src/send_message.c
8550                 fix crash on send when connection fails
8551
8552         Thanks to Colin
8553
8554 2005-12-01 [colin]      1.9.100cvs47
8555
8556         * src/html.c
8557                 Translate &hellip; to "..."
8558
8559 2005-11-30 [colin]      1.9.100cvs46
8560
8561         * src/matcher.c
8562         * src/matcher.h
8563                 Optimize back yesterday's fix.
8564
8565 2005-11-30 [paul]       1.9.100cvs45
8566
8567         * manual/faq.xml
8568                 standardised
8569         * manual/intro.xml
8570                 written by Colin, edited by me
8571
8572 2005-11-29 [colin]      1.9.100cvs44
8573
8574         * src/matcher.c
8575                 Skip headers unconditionnaly in match_body if the
8576                 rule is not message or ~message
8577
8578 2005-11-29 [colin]      1.9.100cvs43
8579
8580         * src/matcher.c
8581                 Fix body_part and such, not skipping headers 
8582                 if the matchcriteria wasn't the first in the rule
8583
8584 2005-11-29 [colin]      1.9.100cvs42
8585
8586         * src/compose.c
8587                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8588                 option missing from message view window)
8589                 Fix double text D'n'D with gtk-2.8
8590         * src/matcher.c
8591                 Fix ~message, ~headers_part, ~body_part rules
8592         * src/messageview.c
8593                 Add Windows-1252 (Closes bug #863)
8594                 Fix accels
8595         * src/gtk/gtkaspell.c
8596                 Properly destroy accels in all menus
8597
8598 2005-11-29 [mones]      1.9.100cvs41
8599
8600         * po/es.po
8601                 Updated.
8602
8603 2005-11-27 [colin]      1.9.100cvs40
8604
8605         * src/mh_gtk.c
8606                 "/Remove mailbox" -> "/Remove mailbox..."
8607
8608 2005-11-27 [paul]       1.9.100cvs39
8609
8610         * AUTHORS
8611         * po/de.po
8612         * src/gtk/authors.h
8613                 updated by new maintainer, Stephan Sachse
8614
8615 2005-11-27 [paul]       1.9.100cvs38
8616
8617         * manual/faq.xml
8618                 written by Colin, edited by me
8619
8620 2005-11-27 [paul]       1.9.100cvs37
8621
8622         * src/prefs_common.c
8623         * src/prefs_common.h
8624         * src/prefs_receive.c
8625         * src/prefs_summaries.c
8626                 move 'go to inbox after receiving new mail'
8627                 option from display/sumamaries to mail
8628                 handling/receive, and rework prefs_summaries
8629                 dialog a little
8630
8631 2005-11-25 [martin]     1.9.100cvs36
8632
8633         * po/de.po
8634             fixed windows-1252 translation;
8635             translated some new and fuzzy strings
8636
8637 2005-11-25 [paul]       1.9.100cvs35
8638
8639         * src/plugins/clamav/clamav_plugin.c
8640                 complete the update done in cvs34
8641
8642 2005-11-25 [paul]       1.9.100cvs34
8643
8644         * src/plugins/clamav/clamav_plugin.c
8645                 reflect upstream changes
8646
8647 2005-11-25 [paul]       1.9.100cvs33
8648
8649         * manual/ack.xml
8650         * manual/plugins.xml
8651         * manual/sylpheed-claws-manual.xml
8652                 written/updated by Colin, edited by me
8653         * tools/acroread2sylpheed.pl
8654                 update binary name
8655
8656 2005-11-24 [colin]      1.9.100cvs32
8657
8658         * src/compose.c
8659                 Fix bug #856 (reediting messages forgets Request
8660                 Return Receipt)
8661
8662 2005-11-24 [paul]       1.9.100cvs31
8663
8664         * manual/addrbook.xml
8665         * manual/starting.xml
8666                 written by Colin, proofread, edited, adapted by me
8667         * manual/advanced.xml
8668                 add some Actions examples
8669         * src/importldif.c
8670                 use a Save button instead of a Close button
8671         * src/wizard.c
8672                 indicate mandatory fields
8673                 fix page display
8674                 Thanks to Colin
8675
8676 2005-11-23 [colin]      1.9.100cvs30
8677
8678         * src/addressbook.c
8679                 Rename menu item, fix possible crash after
8680                 deletion of books
8681         * src/addrindex.c
8682                 Allow searching for '*' in ldap
8683         * src/browseldap.c
8684                 Fix "Browse Entry" (did anyone use it?)
8685         * src/wizard.c
8686                 Add guards for mandatory information
8687
8688 2005-11-23 [paul]       1.9.100cvs29
8689
8690         * manual/advanced.xml
8691                 corrections to the English
8692
8693 2005-11-23 [colin]      1.9.100cvs28
8694
8695         * src/mimeview.c
8696                 Fix possible crash at exit. After the call to
8697                 gtk_container_remove(), the Viewer's widget has no
8698                 more parent so gtk+ automatically frees it and its
8699                 sons. If destroy_viewer() then try to access it,
8700                 problems ensue.
8701
8702 2005-11-22 [colin]      1.9.100cvs27
8703
8704         * src/compose.c
8705         * src/gtk/gtkaspell.c
8706                 Fix right-clicking on a misspelled word
8707                 Fix More... in suggestions menu
8708
8709 2005-11-22 [wwp]        1.9.100cvs26
8710
8711         * src/prefs_template.c
8712                 templates works: re-sort templates list when adding or replacing,
8713                 prevent from adding or replacing when the template name is empty
8714
8715 2005-11-21 [colin]      1.9.100cvs25
8716
8717         * src/addressbook.c
8718                 Fix some addressbook suckage (dnd, select all)
8719         * src/compose.c
8720         * src/gtk/gtkaspell.c
8721         * src/gtk/gtkaspell.h
8722                 Make the spellchecker menu work with the 
8723                 GtkTextView one instead of overriding it
8724
8725 2005-11-20 [paul]       1.9.100cvs24
8726
8727         * manual/handling.xml
8728                 proofread and corrected
8729
8730 2005-11-20 [paul]       1.9.100cvs23
8731
8732         * manual/Makefile
8733                 generate html as one file
8734         * manual/advanced.xml
8735                 fix output generation
8736                 reformat hidden options list
8737         * manual/manual.xml     ** REMOVED **
8738         * manual/sylpheed-claws-manual.xml      ** ADDED **
8739                 renamed
8740
8741 2005-11-18 [colin]      1.9.100cvs22
8742
8743         * src/prefs_account.c
8744                 Fix layout in news and mbox accounts
8745         * manual/account.xml
8746         * manual/advanced.xml
8747                 New contents for Paul to check :)
8748
8749 2005-11-18 [wwp]        1.9.100cvs21
8750
8751         * src/gtk/quicksearch.c
8752                 don't update extended quicksearch buttons twice
8753
8754 2005-11-18 [paul]       1.9.100cvs20
8755
8756         * src/textview.c
8757                 complete 1.9.100cvs19
8758
8759 2005-11-18 [paul]       1.9.100cvs19
8760
8761         * src/compose.c
8762                 cosmetic improvements
8763         * src/textview.c
8764                 also list text/* attachments
8765
8766 2005-11-18 [colin]      1.9.100cvs18
8767
8768         * src/summaryview.c
8769                 Use column 0 instead of -1 in 
8770                 gtk_ctree_node_moveto, in a naive
8771                 hope it'll fix the gtk-related crashes
8772
8773 2005-11-18 [colin]      1.9.100cvs17
8774
8775         * src/gtk/inputdialog.c
8776                 Fix icon staying the first one
8777
8778 2005-11-17 [wwp]        1.9.100cvs16
8779                 fix possible problem showing some quicksearch buttons, and a bad
8780                 call to g_return_if_fail in a function that returns a value (both
8781                 fixes by Fabien Vantard)
8782
8783 2005-11-15 [wwp]        1.9.100cvs15
8784
8785         * src/gtk/quicksearch.c
8786                 added a tooltip to that obscure ... quicksearch button
8787
8788 2005-11-15 [wwp]        1.9.100cvs14
8789
8790         * src/gtk/quicksearch.c
8791                 add a quicksearch helper to filtering expression users: the ... button
8792                 raises the condition expr window. condition expressions set up w/ this
8793                 window are used by the quicksearch if the user closes it pressing OK.
8794
8795 2005-11-14 [paul]       1.9.100cvs13
8796
8797         * src/plugins/clamav/clamav_plugin.c
8798         * src/plugins/spamassassin/spamassassin.c
8799                 change plugin type following recent merging
8800
8801 2005-11-14 [wwp]        1.9.100cvs12
8802
8803         * src/folder.c
8804                 prevent from crashing when copying/moving message(s) from and
8805                 to the same folder
8806
8807 2005-11-14 [paul]       1.9.100cvs11
8808
8809         * src/plugins/clamav/Makefile.am
8810         * src/plugins/clamav/clamav_plugin.c
8811         * src/plugins/clamav/clamav_plugin.h
8812         * src/plugins/clamav/clamav_plugin_gtk.c
8813                 also merge clamav and clamav_gtk plugins
8814
8815 2005-11-13 [colin]      1.9.100cvs10
8816
8817         * configure.ac
8818         * src/plugins/spamassassin/Makefile.am
8819         * src/plugins/spamassassin/spamassassin.c
8820         * src/plugins/spamassassin/spamassassin.h
8821         * src/plugins/spamassassin/spamassassin_gtk.c
8822                 Merge spamassassin and spamassassin_gtk plugins,
8823                 and build it by default.
8824
8825 2005-11-12 [colin]      1.9.100cvs9
8826
8827         * src/etpan/imap-thread.c
8828                 Fix gcc warning
8829
8830 2005-11-12 [colin]      1.9.100cvs8
8831
8832         * src/procmime.c
8833                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
8834
8835 2005-11-10 [colin]      1.9.100cvs7
8836
8837         * src/main.c
8838                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
8839                 minimised state)
8840
8841 2005-11-10 [wwp]        1.9.100cvs6
8842
8843         * src/gtk/description_window.c
8844                 fix a crash when closing description windows using the WM's [X] button
8845
8846 2005-11-09 [colin]      1.9.100cvs5
8847
8848         * src/common/ssl.c
8849                 Update libetpan call to follow upstream
8850                 (yes, this requires libetpan-0.40cvs3)
8851
8852 2005-11-08 [colin]      1.9.100cvs4
8853
8854         * src/compose.c
8855         * src/textview.c
8856         * src/common/utils.c
8857         * src/common/utils.h
8858                 Enhance the email parser
8859
8860 2005-11-08 [colin]      1.9.100cvs3
8861
8862         * src/procmime.c
8863                 Fix what looks like an off-by-one (fixes 
8864                 attachments from the Bat)
8865
8866 2005-11-08 [wwp]        1.9.100cvs2
8867
8868         * src/main.c
8869                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8870
8871 2005-11-08 [wwp]        1.9.100cvs1
8872
8873         * src/main.c
8874                 allow exiting Sylpheed-Claws from command-line
8875
8876 2005-11-08 [paul]       1.9.100
8877
8878         1.9.100 released
8879
8880 2005-11-07 [colin]      1.9.99cvs17
8881
8882         * src/addritem.c
8883         * src/ldif.c
8884                 Fix import of base-64 encoded items
8885
8886 2005-11-07 [colin]      1.9.99cvs16
8887
8888         * src/send_message.c
8889                 Fix bug #314 (Queue does not empty under certain 
8890                 circumstances)
8891
8892 2005-11-07 [paul]       1.9.99cvs15
8893
8894         * src/mutt.c
8895         * src/pine.c
8896                 fix buffer overflows
8897                 Thanks to Colin
8898
8899 2005-11-07 [paul]       1.9.99cvs14
8900
8901         * doc/man/Makefile.am
8902         * doc/man/sylpheed-claws.1      ** ADDED **
8903         * doc/man/sylpheed.1            ** DELETED **
8904                 rename and update the man file
8905
8906 2005-11-06 [colin]      1.9.99cvs13
8907
8908         * src/ldif.c
8909                 Fix ldif_get_line() that returned empty strings
8910                 (Didn't understand why). Also fix a possible
8911                 buffer overflow.
8912
8913 2005-11-06 [wwp]        1.9.99cvs12
8914
8915         * src/textview.c
8916         * src/gtk/about.c
8917         * src/gtk/gtkutils.c
8918         * src/gtk/gtkutils.h
8919                 fix a compilation warning,
8920                 make links sensitive in the about dialog
8921
8922 2005-11-04 [wwp]        1.9.99cvs11
8923
8924         * src/gtk/about.c
8925                 don't wrap or translate URIs, and a bit text format cleanup
8926
8927 2005-11-04 [wwp]        1.9.99cvs10
8928
8929         * src/gtk/about.c
8930                 better textview tagging implementation (no more use of marks for
8931                 postponed tagging)
8932
8933 2005-11-02 [colin]      1.9.99cvs9
8934
8935         * src/common/ssl.c
8936                 Forgot an ifdef
8937
8938 2005-11-02 [colin]      1.9.99cvs8
8939
8940         * configure.ac
8941                 Require libetpan-0.40 due to upstream fix
8942         * src/common/ssl.c
8943                 Tell libetpan not to call SSL_Library_Init,
8944                 as we do it ourselves.
8945
8946 2005-11-02 [colin]      1.9.99cvs7
8947
8948         * po/POTFILES.in
8949                 Add missing files (thanks to Fabien Vantard)
8950
8951 2005-11-02 [colin]      1.9.99cvs6
8952
8953         * src/summaryview.c
8954                 Fix totals when read messages are hidden or quicksearch
8955                 is on
8956         * src/ssl_manager.c
8957         * src/ssl_manager.h
8958         * src/common/ssl_certificate.c
8959         * src/common/ssl_certificate.h
8960         * src/gtk/sslcertwindow.c
8961         * src/gtk/sslcertwindow.h
8962                 Fix copyright on my stuff
8963
8964 2005-11-02 [wwp]        1.9.99cvs5
8965
8966         * src/prefs_themes.c
8967                 fix directory name checking (theme installation/removal),
8968                 made related error a bit more verbose
8969
8970 2005-11-02 [colin]      1.9.99cvs4
8971
8972         * src/summaryview.c
8973                 Fix typo (probably fixes bug #841 (Sort by the From 
8974                 field doesn't work)
8975
8976 2005-11-02 [paul]       1.9.99cvs3
8977
8978         * po/ko.po
8979         * po/nb.po
8980                 updated by SungHyun Nam, Geir Helland
8981         * src/wizard.c
8982                 fix typo in welcome message. spotted by
8983                 Andrea Spadaccini
8984
8985 2005-11-01 [colin]      1.9.99cvs2
8986
8987         * src/compose.c
8988                 Fix replying to ml wen confirming subscription
8989         * src/messageview.c
8990         * src/mimeview.c
8991         * src/mimeview.h
8992         * src/privacy.h
8993         * src/summaryview.c
8994                 Make key check non blocking
8995
8996 2005-10-31 [paul]       1.9.99cvs1
8997
8998         * tools/claws.i18n.status.pl
8999                 updated for ChangeLog
9000
9001 2005-10-31 [paul]       1.9.99
9002
9003         1.9.99 released
9004
9005 2005-10-31 [paul]       1.9.15cvs131
9006
9007         * .cvsignore
9008         * ChangeLog
9009         * ChangeLog.claws       ** REMOVED **
9010         * ChangeLog-gtk2.claws  ** REMOVED **
9011         * ChangeLog.gtk1        ** ADDED **
9012         * INSTALL
9013         * Makefile.am
9014         * NEWS
9015         * README
9016         * README.claws          ** REMOVED **
9017         * README.jp             ** REMOVED **
9018         * RELEASE_NOTES         ** ADDED **
9019         * RELEASE_NOTES.claws   ** REMOVED **
9020         * commitHelper
9021         * configure.ac
9022         * sylpheed.spec.in      ** REMOVED **
9023                 tidy up and update the default docs:
9024                 ChangeLog.claws is renamed ChangeLog.gtk1
9025                 ChangeLog-gtk2.claws is renamed ChangeLog
9026                 README.claws is renamed README
9027                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
9028
9029 2005-10-31 [paul]       1.9.15cvs130
9030
9031         * po/it.po
9032                 fix errors
9033
9034 2005-10-31 [paul]       1.9.15cvs129
9035
9036         * po/ca.po
9037         * po/de.po
9038         * po/en_GB.po
9039         * po/fr.po
9040         * po/it.po
9041         * po/pt_BR.po
9042         * po/sk.po
9043         * po/sr.po
9044         * po/zh_CN.po
9045                 updated by Miquel Oliete, Stephan Sachse and
9046                 Thomas Gilgin, me, Fabien Vantard, Andrea
9047                 Spadaccini, Frederico Goncalves Guimaraes,
9048                 Andrej Kacian, Aleksandar Urosevic, and
9049                 Ralgh Young.
9050
9051 2005-10-31 [mones]      1.9.15cvs128
9052
9053         * manual/faq.xml
9054                 More questions.
9055         
9056         * po/es.po
9057                 Updated for release.
9058
9059 2005-10-30 [colin]      1.9.15cvs127
9060
9061         * src/compose.c
9062                 Place cursor before rewrapping (fixes cursor
9063                 pos if quotation gets rewrapped)
9064
9065 2005-10-29 [paul]       1.9.15cvs126
9066
9067         * src/crash.c
9068         * src/foldersel.c
9069         * src/main.c
9070         * src/messageview.c
9071         * src/toolbar.c
9072         * src/gtk/authors.h
9073                 corrections to text items
9074
9075 2005-10-28 [colin]      1.9.15cvs125
9076
9077         * src/messageview.c
9078                 Make "hit 'C' to check sig" work from extern 
9079                 messageviews
9080
9081 2005-10-27 [colin]      1.9.15cvs124
9082
9083         * src/summaryview.c
9084                 Add a hack to avoid segfaulting when hammering 
9085                 on gtk's events
9086
9087 2005-10-27 [wwp]        1.9.15cvs123
9088
9089         * src/prefs_themes.c
9090                 sort list of themes names in themes prefs
9091
9092 2005-10-27 [paul]       1.9.15cvs122
9093
9094         * src/folder.c
9095         * src/prefs_account.c
9096                 fix building on Solaris
9097                 Patch by Alex Moore
9098
9099 2005-10-27 [wwp]        1.9.15cvs121
9100
9101         * src/summaryview.c
9102         * src/gtk/gtksctree.c
9103                 speed up unselecting messages in summary view (thanks to Colin)
9104
9105 2005-10-27 [paul]       1.9.15cvs120
9106
9107         * src/mainwindow.c
9108                 fix a compilation warning
9109         * src/summaryview.c
9110                 fix updating of 'n items selected' count
9111                 when deselecting
9112
9113 2005-10-27 [martin]     1.9.15cvs119
9114
9115         * src/action.c
9116                 ignore actions with a leading '/' in the action menu name
9117                 fixes a crash on menu creation
9118         * src/prefs_actions.c
9119                 do not allow a leading '/' in the action menu name
9120
9121 2005-10-27 [paul]       1.9.15cvs118
9122
9123         * src/main.c
9124                 fix compilation warning
9125
9126 2005-10-27 [paul]       1.9.15cvs117
9127
9128         * src/procmime.c
9129                 add #if HAVE_LOCALE_H
9130
9131 2005-10-27 [paul]       1.9.15cvs116
9132
9133         * src/plugins/clamav/clamav_plugin.c
9134         * src/plugins/dillo_viewer/dillo_viewer.c
9135         * src/plugins/mathml_viewer/mathml_viewer.c
9136         * src/plugins/pgpcore/plugin.c
9137         * src/plugins/pgpinline/plugin.c
9138         * src/plugins/pgpmime/plugin.c
9139         * src/plugins/spamassassin/spamassassin.c
9140         * src/plugins/trayicon/trayicon.c
9141                 plugin_init() : make error messages more
9142                 informative
9143
9144 2005-10-26 [wwp]        1.9.15cvs115
9145
9146         * src/prefs_matcher.c
9147                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9148
9149 2005-10-26 [wwp]        1.9.15cvs114
9150
9151         * src/procmime.c
9152         * src/gtk/gtksctree.c
9153         * src/plugins/spamassassin/libspamc.c
9154         * src/plugins/spamassassin/spamassassin.c
9155                 fix some compilation warnings more
9156
9157 2005-10-26 [mones]      1.9.15cvs113
9158
9159         * po/es.po
9160                 Updated translation
9161
9162 2005-10-26 [paul]       1.9.15cvs112
9163
9164         * src/prefs_message.c
9165                 give all display_xface stuff the
9166                 #if HAVE_LIBCOMPFACE treatment, thus
9167                 preventing a crash
9168                 (Thanks to Wolfgang Enderlein)
9169
9170 2005-10-26 [colin]      1.9.15cvs111
9171
9172         * src/gedit-print.c
9173                 Fix date format
9174         * src/imap_gtk.c
9175         * src/news_gtk.c
9176                 Remove context menu items that should not be there
9177         * src/jpilot.c
9178                 Fix encoding
9179         * src/main.c
9180         * src/mainwindow.c
9181                 Don't show the mainwindow too soon
9182
9183 2005-10-26 [wwp]        1.9.15cvs110
9184
9185         * src/folder.c
9186         * src/manual.c
9187         * src/summaryview.c
9188                 fix uninitialized pointers in the folder updating hook
9189                 (thanks to Colin)
9190
9191 2005-10-25 [mones]      1.9.15cvs109
9192
9193         * manual/faq.xml
9194                 General information subsection completed. 
9195                 Removed archaic references.
9196                 
9197         * manual/Makefile
9198         * manual/dtd/manual.dsl
9199                 Added customization stylesheet for getting paragraphs
9200                 fully justified in PDF output (as suggested by Colin).
9201
9202 2005-10-25 [colin]      1.9.15cvs108
9203
9204         * src/compose.c
9205                 Fix a second leak
9206
9207 2005-10-25 [colin]      1.9.15cvs107
9208
9209         * src/addrbook.c
9210         * src/addrindex.c
9211                 Fix leak (xml_get_element() allocates memory)
9212         * src/compose.c
9213                 Fix leak + dead code (shame!)
9214         * src/procmime.c
9215                 Fix leak
9216
9217 2005-10-25 [colin]      1.9.15cvs106
9218
9219         * src/mimeview.c
9220                 Fix encoding issue in Save all and in 
9221                 overwrite-confirmation alertpanel
9222
9223 2005-10-25 [colin]      1.9.15cvs105
9224
9225         * src/common/socket.c
9226                 Fix a leak - Thanks to Christopher Aillon
9227                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9228
9229 2005-10-25 [paul]       1.9.15cvs104
9230
9231         * src/wizard.c
9232                 Always guess servers from the right-hand
9233                 email part and guess username from the
9234                 left-hand part. (Thanks to Colin)
9235                 add an X-Face to the welcome message
9236
9237 2005-10-25 [paul]       1.9.15cvs103
9238
9239         * manual/handling.xml
9240                 written by Colin, edited by me
9241
9242 2005-10-25 [wwp]        1.9.15cvs102
9243
9244         * src/folderview.c
9245         * src/grouplistdialog.c
9246         * src/imap.c
9247         * src/noticeview.c
9248                 fix some compilation warnings
9249
9250 2005-10-24 [paul]
9251
9252         1.9.99-rc3 released
9253
9254 2005-10-24 [paul]       1.9.15cvs101
9255
9256         * src/gtk/about.c
9257                 fix window sizing
9258
9259 2005-10-24 [paul]       1.9.15cvs100
9260
9261         * src/pixmaps/offline.xpm
9262         * src/pixmaps/online.xpm
9263                 replace with last default versions
9264
9265 2005-10-24 [colin]      1.9.15cvs99
9266
9267         * src/imap.c
9268                 Fix bug when moving a folder
9269         * src/imap_gtk.c
9270         * src/mh_gtk.c
9271                 "Delete folder" pops up a window, so it 
9272                 should be suffixed with "..."
9273         * src/plugins/pgpcore/sgpgme.c
9274                 Include locale.h
9275
9276 2005-10-24 [mones]      1.9.15cvs98
9277
9278         * manual/Makefile
9279         * manual/account.xml
9280         * manual/ack.xml
9281         * manual/addrbook.xml
9282         * manual/advanced.xml
9283         * manual/faq.xml
9284         * manual/glossary.xml
9285         * manual/gpl.xml
9286         * manual/handling.xml
9287         * manual/intro.xml
9288         * manual/keyboard.xml
9289         * manual/manual.xml
9290         * manual/plugins.xml
9291         * manual/starting.xml
9292         * manual/dtd/sdocbook.dtd
9293                 Initial manual structure and some content.
9294
9295 2005-10-23 [wwp]        1.9.15cvs97
9296
9297         * src/gtk/about.c
9298                 fix a typo
9299
9300 2005-10-23 [wwp]        1.9.15cvs96
9301
9302         * src/gtk/about.c
9303         * src/gtk/authors.h
9304                 rework of the about window (main work by Paul), also featuring a few
9305                 fixes for typos and duplicate names
9306
9307 2005-10-23 [wwp]        1.9.15cvs95
9308
9309         * src/.cvsignore
9310                 Ignore the right binary name (sylpheed-claws now)
9311
9312 2005-10-23 [paul]       1.9.15cvs94
9313
9314         * src/compose.c
9315                 when using Folder Pref 'Default To for
9316                 replies' make the entry in the Compose
9317                 window bold
9318                 Patch by Fabien Vantard
9319
9320 2005-10-22 [colin]      1.9.15cvs93
9321
9322         * src/codeconv.c
9323                 Fix leak
9324
9325 2005-10-22 [colin]      1.9.15cvs92
9326
9327         * src/codeconv.c
9328                 try to convert using locale (apart utf8) if necessary
9329
9330 2005-10-22 [colin]      1.9.15cvs91
9331
9332         * src/pixmaps/new.xpm
9333         * src/pixmaps/unread.xpm
9334                 Make the unread envelope blue again and
9335                 saturate the new one a bit more.
9336
9337 2005-10-22 [colin]      1.9.15cvs90
9338
9339         * src/compose.c
9340                 When replying to a mail sent by one of our accounts,
9341                 use the original list of recipients. Let 'Reply All'
9342                 and 'Reply to sender' work like previously.
9343
9344 2005-10-21 [colin]      1.9.15cvs89
9345
9346         * src/prefs_filtering.c
9347                 Clear fields after add and replace
9348         * src/textview.c
9349                 Display xface differently (better)
9350         * src/plugins/pgpinline/pgpinline.c
9351                 Fix crappy encodings/recodings
9352
9353 2005-10-21 [paul]       1.9.15cvs88
9354
9355         * src/compose.c
9356         * src/prefs_folder_item.c
9357         * src/toolbar.c
9358                 fix news folder Folder Properties
9359                 (thanks to Colin)
9360         * src/folderview.c
9361                 update folderview after Themes change
9362                 keep selected folder selected
9363                 (thanks to Colin)
9364
9365 2005-10-21 [paul]       1.9.15cvs87
9366
9367         * tools/Makefile.am
9368         * tools/OOo2sylpheed.pl
9369         * tools/README
9370         * tools/README.sylprint
9371         * tools/asus_mailled.sh         ** REMOVED **
9372         * tools/filter_conv.pl
9373         * tools/freshmeat_search.pl
9374         * tools/google_search.pl
9375         * tools/gpg-sign-syl            ** REMOVED **
9376         * tools/kmail2sylpheed.pl
9377         * tools/kmail2sylpheed_v2.pl
9378         * tools/multiwebsearch.pl
9379         * tools/nautilus2sylpheed.sh
9380         * tools/newscache_clean.pl
9381         * tools/outlook2sylpheed.pl
9382         * tools/sylpheed-switcher       ** REMOVED **
9383         * tools/sylprint.pl
9384         * tools/sylprint.rc
9385         * tools/tb2sylpheed
9386         * tools/vcard2xml.py
9387         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9388                 update default config dir
9389                 update binary name (thanks to Fabien Vantard)
9390                 remove obsolete scripts
9391
9392 2005-10-21 [colin]      1.9.15cvs86
9393
9394         * src/inc.c
9395                 Fix possible leak and units. Based on a patch by
9396                 Fabien Vantard.
9397
9398 2005-10-20 [colin]      1.9.15cvs85
9399
9400         * src/textview.c
9401                 Clear xface when clearing textview
9402
9403 2005-10-20 [colin]      1.9.15cvs84
9404
9405         * configure.ac
9406         * src/folderview.c
9407         * src/headerview.c
9408         * src/main.c
9409         * src/prefs_common.c
9410         * src/prefs_common.h
9411         * src/prefs_message.c
9412         * src/textview.c
9413         * src/textview.h
9414         * src/common/defs.h
9415         * src/common/utils.c
9416         * src/common/utils.h
9417         * src/gtk/gtkutils.c
9418         * src/gtk/gtkutils.h
9419                 Migrate config to .sylpheed-claws (Automatically)
9420                 Add a way to get the Xface in the TextView
9421
9422 2005-10-20 [colin]      1.9.15cvs83
9423
9424         * src/gtk/Makefile.am
9425         * src/gtk/about.c
9426         * src/gtk/authors.h
9427                 Make the about dialog *grooovy*
9428
9429 2005-10-20 [colin]      1.9.15cvs82
9430
9431         * src/mimeview.c
9432                 Use "Open with" on double click if no command
9433                 was found
9434
9435 2005-10-20 [colin]      1.9.15cvs81
9436
9437         * src/imap.c
9438         * src/etpan/imap-thread.c
9439                 Fix possible crash.
9440
9441 2005-10-20 [paul]       1.9.15cvs80
9442
9443         * src/folder.c
9444                 don't show clipkey icon if the only
9445                 attachment is the signature
9446                 Patch by Colin
9447
9448 2005-10-20 [paul]       1.9.15cvs79
9449
9450         * AUTHORS
9451         * src/plugins/pgpmime/pgpmime.c
9452                 name the PGP/MIME signature 'signature.asc'
9453                 Patch by Andrew Nelson <freeandy@gmail.com>
9454
9455 2005-10-19 [colin]      1.9.15cvs78
9456
9457         * src/plugins/pgpmime/pgpmime.c
9458                 Oops, no need to double-check though
9459
9460 2005-10-19 [colin]      1.9.15cvs77
9461
9462         * src/plugins/pgpinline/pgpinline.c
9463         * src/plugins/pgpmime/pgpmime.c
9464                 Check that my_tmpfile() doesn't 
9465                 return NULL
9466
9467 2005-10-19 [colin]      1.9.15cvs76
9468
9469         * src/common/utils.c
9470                 Use shorter mime boundaries to avoid having
9471                 MTAs rewrapping our headers, breaking the
9472                 PGP signature in the process 
9473         * src/compose.c
9474         * src/plugins/pgpmime/pgpmime.c
9475                 Check for boundary uniqueness to be sure
9476                 it won't happen, instead of hoping for the
9477                 best
9478
9479 2005-10-19 [colin]      1.9.15cvs75
9480
9481         * sylpheed-claws.desktop
9482         * src/Makefile.am
9483         * src/main.c
9484                 Ship a sylpheed-claws binary instead
9485                 of a sylpheed one. Change the socket
9486                 name, too
9487         * src/folderview.c
9488                 Update folder only if it changed
9489         * src/wizard.c
9490                 Fix i18n in welcome mail, patch by
9491                 Fabien Vantard
9492
9493 2005-10-19 [paul]
9494
9495         1.9.99-rc2 released
9496
9497 2005-10-19 [paul]       1.9.15cvs74
9498
9499         * src/folder.c
9500         * src/folderview.c
9501                 fix summaryview update
9502                 Patch by Colin
9503
9504 2005-10-18 [colin]      1.9.15cvs73
9505
9506         * src/plugins/pgpcore/passphrase.c
9507                 Don't XGrabServer, and try a bit more to 
9508                 sync everything before grabbing mouse/keyboard
9509
9510 2005-10-18 [colin]      1.9.15cvs72
9511
9512         * src/Makefile.am
9513         * src/addressadd.c
9514         * src/addressbook.c
9515         * src/folderview.c
9516         * src/grouplistdialog.c
9517         * src/mimeview.c
9518         * src/stock_pixmap.c
9519         * src/stock_pixmap.h
9520         * src/summaryview.c
9521         * src/gtk/gtksctree.c
9522         * src/gtk/gtksctree.h
9523         * src/pixmaps/empty.xpm
9524                 Implement a wrapper call for gtk_ctree_set_node_info
9525                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9526                 pixmap instead of a NULL one. This works around some
9527                 memory problems deep inside gtk, revealed by valgrind,
9528                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9529                 as locked crashes sylpheed.), as well as, probably, 
9530                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9531
9532 2005-10-17 [colin]      1.9.15cvs71
9533
9534         * src/mimeview.c
9535                 Provide visual feedback when checking
9536                 signature
9537
9538 2005-10-17 [colin]      1.9.15cvs70
9539
9540         * src/main.c
9541                 Keep the folder list frozen while checking caches...
9542
9543 2005-10-17 [colin]      1.9.15cvs69
9544
9545         * src/addr_compl.c
9546                 Fi bug #833 (Autocompleting from addressbook 
9547                 fails with extended chars)
9548         * src/imap.c
9549                 Fix 'adding messages' staying in statusbar
9550                 after an error
9551
9552 2005-10-17 [wwp]        1.9.15cvs68
9553
9554         * src/ssl_manager.c
9555                 Fix buttons' layout resizing when window size changes
9556
9557 2005-10-17 [wwp]        1.9.15cvs67
9558
9559         * src/account.c
9560         * src/prefs_account.c
9561         * src/prefs_common.c
9562         * src/prefs_common.h
9563         * src/prefs_folder_item.c
9564         * src/prefs_gtk.c
9565         * src/gtk/logwindow.c
9566         * src/gtk/pluginwindow.c
9567         * src/gtk/prefswindow.c
9568         * src/gtk/prefswindow.h
9569                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9570
9571 2005-10-17 [paul]       1.9.15cvs66
9572
9573         * configure.ac
9574                 fix missing libetpan message
9575         * po/en_GB.po
9576                 updated
9577         * src/crash.c
9578         * src/manual.c
9579         * src/prefs_themes.c
9580         * src/common/defs.h
9581                 add some new URI defines, change some
9582                 others
9583         * src/wizard.c
9584                 make welcome message translatable
9585                 small improvements to english
9586                 other tweaks
9587         * src/gtk/menu.c
9588                 fix warnings
9589
9590 2005-10-17 [paul]       1.9.15cvs65
9591
9592         * src/summaryview.c
9593                 fix column titles
9594
9595 2005-10-16 [mones]      1.9.15cvs64
9596
9597         * po/es.po
9598                 Updated translation
9599
9600 2005-10-16 [colin]
9601
9602         1.9.99-rc1 released
9603
9604 2005-10-16 [colin]      1.9.15cvs63
9605
9606         * src/wizard.c
9607                 Fix whitespace
9608
9609 2005-10-16 [colin]      1.9.15cvs62
9610
9611         * src/toolbar.c
9612                 s/Get All/Get Mail/
9613         * src/wizard.c
9614                 Real welcome mail text, thanks Paul
9615
9616 2005-10-16 [colin]      1.9.15cvs61
9617
9618         * src/editldap.c
9619         * src/exporthtml.c
9620         * src/main.c
9621         * src/mainwindow.c
9622         * src/prefs_themes.c
9623         * src/prefs_toolbar.c
9624         * src/plugins/demo/demo.c
9625         * src/plugins/trayicon/trayicon.c
9626                 s/Sylpheed/Sylpheed-Claws/
9627
9628 2005-10-16 [colin]      1.9.15cvs60
9629
9630         * src/wizard.c
9631                 Add a welcome email in the first empty mailbox
9632         * src/prefs_common.c
9633                 Change one more default
9634
9635 2005-10-16 [colin]      1.9.15cvs59
9636
9637         * src/wizard.c
9638                 Remove printf
9639
9640 2005-10-16 [colin]      1.9.15cvs58
9641
9642         * src/toolbar.c
9643         * src/prefs_common.c
9644                 Change some defaults
9645
9646 2005-10-16 [colin]      1.9.15cvs57
9647
9648         * src/toolbar.c
9649         * src/prefs_common.c
9650                 Change some defaults
9651
9652 2005-10-16 [colin]      1.9.15cvs56
9653
9654         * src/wizard.c
9655                 By default, initialize fonts to have
9656                 the same size as normal GtkWidgets
9657
9658 2005-10-16 [colin]      1.9.15cvs55
9659
9660         * src/mimeview.c
9661                 Fix message a bit more
9662
9663 2005-10-16 [colin]      1.9.15cvs54
9664
9665         * src/addressbook.c
9666                 Second attempt at flicker fixing
9667
9668 2005-10-16 [colin]      1.9.15cvs53
9669
9670         * src/addressbook.c
9671                 Fix flicker
9672
9673 2005-10-16 [wwp]        1.9.15cvs52
9674
9675         * src/addressbook.c
9676         * src/editaddress.c
9677         * src/prefs_common.c
9678         * src/prefs_common.h
9679                 Remember window sizes (address book)
9680
9681 2005-10-16 [wwp]        1.9.15cvs51
9682
9683         * src/plugins/clamav/clamav_plugin_gtk.c
9684         * src/plugins/spamassassin/spamassassin_gtk.c
9685                 Fix compilation warnings (missing #include).
9686
9687 2005-10-16 [colin]      1.9.15cvs50
9688
9689         * src/mimeview.c
9690         * src/summaryview.c
9691         * src/textview.c
9692                 Make 'c' check signature, and forward
9693                 c, l, y, t from summaryview to mimeview
9694
9695 2005-10-16 [colin]      1.9.15cvs49
9696
9697         * src/addressbook.c
9698                 Put border around buttons
9699         * src/mainwindow.c
9700         * src/summaryview.c
9701                 Rework menus (Patch based on a patch
9702                 by Paul)
9703
9704 2005-10-15 [wwp]        1.9.15cvs48
9705
9706         * src/editjpilot.c
9707         * src/editldap.c
9708         * src/editvcard.c
9709         * src/exphtmldlg.c
9710         * src/expldifdlg.c
9711         * src/export.c
9712         * src/import.c
9713         * src/importldif.c
9714         * src/importmutt.c
9715         * src/importpine.c
9716         * src/prefs_account.c
9717         * src/prefs_spelling.c
9718         * src/gtk/gtkutils.c
9719         * src/gtk/gtkutils.h
9720         * src/plugins/clamav/clamav_plugin_gtk.c
9721         * src/plugins/spamassassin/spamassassin_gtk.c
9722                 use nicer browse-for-file/dir buttons than the "..." ones,
9723                 code factorizing more.
9724
9725 2005-10-14 [colin]      1.9.15cvs47
9726
9727         * src/mainwindow.c
9728                 set relief on the account switcher so that people see it
9729                 grey out Create processing rules when no message is selected
9730         * src/prefs_filtering.c
9731                 ask before closing if the rule has not been modified, even if
9732                 it's not valid
9733         * src/prefs_matcher.c
9734                 fix sensitivity when entering the dialog
9735         * src/gtk/inputdialog.c
9736                 display a better icon on password ask
9737         * src/plugins/pgpcore/passphrase.c
9738                 make the dialog look better
9739
9740 2005-10-14 [paul]       1.9.15cvs46
9741
9742         * src/folderview.c
9743                 indicate presense of marked msgs in
9744                 unexpanded subfolders
9745
9746 2005-10-14 [paul]       1.9.15cvs45
9747
9748         * src/prefs_actions.c
9749         * src/prefs_common.c
9750         * src/prefs_common.h
9751         * src/prefs_filtering_action.c
9752         * src/prefs_matcher.c
9753         * src/prefs_template.c
9754                 remember window sizes
9755                 fix Info button size
9756
9757         Patches by wwp
9758
9759 2005-10-13 [colin]      1.9.15cvs44
9760
9761         * src/mimeview.c
9762         * src/noticeview.c
9763         * src/noticeview.h
9764                 Add a tooltip on the icon (optional) 
9765                 Get rid of the signature buttons and only
9766                 use the icon+tooltip
9767
9768 2005-10-13 [colin]      1.9.15cvs43
9769
9770         * src/noticeview.c
9771         * src/noticeview.h
9772                 Add hand cursor for hovering over icon
9773
9774 2005-10-13 [colin]      1.9.15cvs42
9775
9776         * src/summaryview.c
9777                 Fix crash when quicksearch's hidden 
9778                 at startup
9779
9780 2005-10-13 [colin]      1.9.15cvs41
9781
9782         * src/compose.c
9783                 Set subject when forwarding multiple mails
9784                 Check that other recipient than the default Cc or Bcc
9785                 have been set before sending.
9786
9787 2005-10-13 [colin]      1.9.15cvs40
9788
9789         * src/imap.c
9790                 Batch per-folder
9791                 Introduce locking, but don't use it yet
9792
9793 2005-10-13 [colin]      1.9.15cvs39
9794
9795         * src/gtk/quicksearch.c
9796                 Reset quicksearch when hiding it
9797                 Make sticky a real pref
9798
9799 2005-10-13 [colin]      1.9.15cvs38
9800
9801         * src/summaryview.c
9802                 Faster prefs apply
9803
9804 2005-10-13 [colin]      1.9.15cvs37
9805
9806         * src/mimeview.c
9807         * src/noticeview.c
9808         * src/noticeview.h
9809         * src/plugins/pgpcore/sgpgme.c
9810                 Make privacy icon clickable
9811                 Move Trust field in Full info
9812                 When trust is less than full, don't display
9813                 a warning icon
9814
9815 2005-10-13 [colin]      1.9.15cvs36
9816
9817         * src/folder.c
9818                 Batch on flags sync
9819         * src/folderview.c
9820                 Revert speed hack which is dangerous in fact
9821                 Apply prefs faster
9822
9823 2005-10-13 [colin]      1.9.15cvs35
9824
9825         * src/folder_item_prefs.c
9826                 Fix pref corruption on folder move. Patch
9827                 by wwp
9828
9829 2005-10-13 [paul]       1.9.15cvs34
9830
9831         * src/export.c
9832         * src/import.c
9833                 fix typos in g_warnings
9834         * src/prefs_account.c
9835                 add a file selector for Signature file
9836
9837         Patches by wwp
9838
9839 2005-10-12 [colin]      1.9.15cvs33
9840
9841         * src/mimeview.c
9842                 Provide a quick way to go back from a
9843                 signature's full info to the email part
9844
9845 2005-10-12 [colin]      1.9.15cvs32
9846
9847         * src/compose.c
9848                 Remove old hack of encoding signed mails with base64.
9849                 QP works equally well.
9850
9851 2005-10-12 [colin]      1.9.15cvs31
9852
9853         * src/crash.c
9854                 Replace deprecated GtkText with GtkTextView
9855         * src/imap.c
9856                 Fix a logic bug about counts in imap_select
9857                 (previously un-triggered)
9858         * src/mainwindow.c
9859         * src/summaryview.c
9860         * src/news.c
9861                 Allow local deletion of news posts
9862         * src/mimeview.c
9863                 Show GPG noticeview on the message/rfc822 part
9864                 in addition to the text/plain one
9865         * src/prefs_image_viewer.c
9866           src/plugins/pgpcore/prefs_gpg.c
9867                 Polish (set the label as part of the checkbox)
9868         * src/wizard.c
9869                 Don't sit there doing nothing after destroying
9870                 the window - return err
9871
9872 2005-10-11 [colin]      1.9.15cvs30
9873
9874         * src/folderview.c
9875                 Apply processing rules before showing folders.
9876                 Early folder show (before flags sync) will only
9877                 be done when there are no processing rules (nor
9878                 pre- or post- ones)
9879         * src/imap.c
9880                 Fix stuff related to mail subdir, creation and 
9881                 deletion of folders 
9882         * src/imap_gtk.c
9883                 Don't allow creation of folders in NoInferior
9884                 folders, as it won't work
9885
9886 2005-10-10 [colin]      1.9.15cvs29
9887
9888         * src/compose.c
9889                 Reselect "None" Privacy system when selecting an
9890                 account with no privacy system defined
9891
9892 2005-10-10 [colin]      1.9.15cvs28
9893
9894         * src/mainwindow.c
9895                 Add Windows-1252 encoding
9896         * src/prefs_common.c
9897                 Rework some defaults:
9898                 - autosave to draft by default
9899                 - don't show header pane (it's already in the textview)
9900                 - Select first new or unread mail on entry
9901                 - Assume 'Yes' to change folder when there's no more
9902                   unread message
9903         * src/prefs_matcher.c
9904                 Fix a gtk assertion failure
9905         * src/gtk/colorlabel.c
9906                 Workaround bad repainting on selection
9907         * src/main.c
9908                 Freeze/thaw (a bit faster on ssh -X)
9909         * src/msgcache.c
9910                 Get rid of StrdupConverter that just adds an
9911                 extra strdup/free 
9912         * src/etpan/imap_thread.c
9913                 memset buf to 0
9914
9915 2005-10-10 [colin]      1.9.15cvs27
9916
9917         * src/export.c
9918         * src/import.c
9919                 Fix compile on gtk 2.4. Patch by wwp
9920
9921 2005-10-09 [colin]      1.9.15cvs26
9922
9923         * src/mainwindow.c
9924         * src/messageview.c
9925         * src/summaryview.c
9926                 Clarify forward menus. Patch by wwp
9927
9928 2005-10-09 [colin]      1.9.15cvs25
9929
9930         * src/compose.c
9931         * src/compose.h
9932                 Fix bug #829 (Non-working "Encrypt message by 
9933                 default when replying to an encrypted message")
9934
9935 2005-10-08 [colin]      1.9.15cvs24
9936
9937         * src/wizard.c
9938                 Fix bug #827 ("Welcome" setup wizard after a 
9939                 permission error gives up & forgets itself.)
9940
9941 2005-10-08 [colin]      1.9.15cvs23
9942
9943         * src/procmime.c
9944                 Fix bug #828 (Ignoring headers with spaces around = sign)
9945
9946 2005-10-08 [colin]      1.9.15cvs22
9947
9948         * src/export.c
9949                 Warning fix by wwp
9950
9951 2005-10-08 [colin]      1.9.15cvs21
9952
9953         * src/folder.c
9954         * src/folder.h
9955                 Add a processing_pending indicator, set on 
9956                 folder_item_open and cleared after 
9957                 folder_item_process_open
9958         * src/folderview.c
9959         * src/summaryview.c
9960                 wrap procmsg_msginfo_*_flags, and in the
9961                 wrapper check that there's no folder processing 
9962                 pending. If there is, defer the flags change until 
9963                 processing is done to avoid stepping over each
9964                 other's toes.
9965                 Freeze during processing, but not during scanning.
9966
9967 2005-10-07 [colin]      1.9.15cvs20
9968
9969         * src/plugins/pgpcore/passphrase.c
9970                 Fix bug #826 (X-Server hangs when 
9971                 right-clicking a PGP encrypted message)
9972
9973 2005-10-07 [paul]       1.9.15cvs19
9974
9975         * src/compose.c
9976                 fix compose_entries[]
9977                 patch by Fabien Vantard
9978
9979 2005-10-06 [colin]      1.9.15cvs18
9980
9981         * src/pixmaps/address.xpm
9982         * src/pixmaps/address_book.xpm
9983         * src/pixmaps/book.xpm
9984         * src/pixmaps/check_spelling.xpm
9985         * src/pixmaps/checkbox_off.xpm
9986         * src/pixmaps/checkbox_on.xpm
9987         * src/pixmaps/close.xpm
9988         * src/pixmaps/complete.xpm
9989         * src/pixmaps/continue.xpm
9990         * src/pixmaps/deleted.xpm
9991         * src/pixmaps/down_arrow.xpm
9992         * src/pixmaps/exec.xpm
9993         * src/pixmaps/forwarded.xpm
9994         * src/pixmaps/group.xpm
9995         * src/pixmaps/ignorethread.xpm
9996         * src/pixmaps/interface.xpm
9997         * src/pixmaps/jpilot.xpm
9998         * src/pixmaps/ldap.xpm
9999         * src/pixmaps/linewrap.xpm
10000         * src/pixmaps/linewrapcurrent.xpm
10001         * src/pixmaps/mail.xpm
10002         * src/pixmaps/mail_attach.xpm
10003         * src/pixmaps/mail_compose.xpm
10004         * src/pixmaps/mail_forward.xpm
10005         * src/pixmaps/mail_receive.xpm
10006         * src/pixmaps/mail_receive_all.xpm
10007         * src/pixmaps/mail_reply.xpm
10008         * src/pixmaps/mail_reply_to_all.xpm
10009         * src/pixmaps/mail_reply_to_author.xpm
10010         * src/pixmaps/mail_send.xpm
10011         * src/pixmaps/mail_send_queue.xpm
10012         * src/pixmaps/mime_application.xpm
10013         * src/pixmaps/mime_audio.xpm
10014         * src/pixmaps/mime_image.xpm
10015         * src/pixmaps/mime_message.xpm
10016         * src/pixmaps/mime_text_enriched.xpm
10017         * src/pixmaps/mime_text_html.xpm
10018         * src/pixmaps/mime_text_plain.xpm
10019         * src/pixmaps/mime_unknown.xpm
10020         * src/pixmaps/new.xpm
10021         * src/pixmaps/news_compose.xpm
10022         * src/pixmaps/offline.xpm
10023         * src/pixmaps/online.xpm
10024         * src/pixmaps/paste.xpm
10025         * src/pixmaps/preferences.xpm
10026         * src/pixmaps/privacy_emblem_encrypted.xpm
10027         * src/pixmaps/privacy_expired.xpm
10028         * src/pixmaps/privacy_failed.xpm
10029         * src/pixmaps/privacy_passed.xpm
10030         * src/pixmaps/privacy_signed.xpm
10031         * src/pixmaps/privacy_unknown.xpm
10032         * src/pixmaps/privacy_warn.xpm
10033         * src/pixmaps/properties.xpm
10034         * src/pixmaps/replied.xpm
10035         * src/pixmaps/search.xpm
10036         * src/pixmaps/unread.xpm
10037         * src/pixmaps/up_arrow.xpm
10038         * src/pixmaps/vcard.xpm
10039                 Modernize internal theme, with icons from the 
10040                 Gnomaws theme. Keep some of the old ones where
10041                 they were better.
10042
10043 2005-10-06 [colin]      1.9.15cvs17
10044
10045         * src/summaryview.c
10046                 Little optimisations + bugfix
10047         * src/toolbar.c
10048                 Remove default useless items - useless being defined
10049                 by the default relevant prefs
10050         * src/wizard.c
10051                 include config.h to make gettext work
10052         * src/prefs_themes.c
10053                 Fix selection of current theme in prefs
10054
10055 2005-10-06 [colin]      1.9.15cvs16
10056
10057         * src/prefs_common.c
10058         * src/prefs_common.h
10059         * src/prefs_summaries.c
10060         * src/folderview.c
10061                 Add a warning dialog on Mark all read 
10062                 (with pref to get rid of it)
10063
10064 2005-10-06 [paul]       1.9.15cvs15
10065
10066         * po/nb.po
10067         * po/pt_BR.po
10068                 updated by Geir Helland and Frederico
10069                 Goncalves Guimaraes
10070
10071 2005-10-05 [colin]      1.9.15cvs14
10072
10073         * src/folder.c
10074         * src/folder.h
10075         * src/folderview.c
10076         * src/folderview.h
10077         * src/imap_gtk.c
10078         * src/mh_gtk.c
10079         * src/mainwindow.c
10080         * src/setup.c
10081                 add a way to rescan without rebuilding
10082                 make moving a bit faster (less folders changes)
10083                 don't lock the tree on Get 
10084         * src/imap.c
10085                 Don't re-delete deleted messages before expunging
10086         * src/summaryview.c
10087                 Set batch mode when deleting mails
10088
10089 2005-10-05 [paul]       1.9.15cvs13
10090
10091         * src/mainwindow.c
10092         * src/mainwindow.h
10093                 fix disabled Execute menu item
10094         * src/toolbar.c
10095                 match the change in 1.9.15cvs10: use Compose
10096                 instead of News by default
10097
10098 2005-10-04 [colin]      1.9.15cvs12
10099
10100         * src/compose.c
10101                 When replying to an ML post with Reply-To set
10102                 to the poster's email, honor it (as before),
10103                 but also honor our user's request to reply to
10104                 the mailing list: set the ML address in the To
10105                 field and the Reply-To address in the Cc: 
10106                 field.
10107
10108 2005-10-04 [colin]      1.9.15cvs11
10109
10110         * src/plugins/trayicon/trayicon.c
10111                 Finish cosmetic change - thanks to wwp
10112
10113 2005-10-04 [colin]      1.9.15cvs10
10114
10115         * src/toolbar.c
10116                 Use Compose instead of Email by default.
10117                 Spotted by wwp.
10118
10119 2005-10-04 [colin]      1.9.15cvs9
10120
10121         * src/folder.c
10122         * src/folder.h
10123         * src/folderview.c
10124         * src/imap.c
10125         * src/etpan/imap-thread.c
10126         * src/etpan/imap-thread.h
10127                 Try to make IMAP faster, by simplifying SEARCH
10128                 commands, avoiding sending two STATUS in a row,
10129                 and deferring flags sync and processing just
10130                 after displaying the folder. 
10131                 This will update the SummaryView in certain
10132                 cases (new mails not already fetched, flags
10133                 changed from another client) but in a non-
10134                 blocking manner.
10135
10136 2005-10-04 [colin]      1.9.15cvs8
10137
10138         * src/plugins/trayicon/trayicon.c
10139                 Relabel "Offline" to "Work offline"
10140
10141 2005-10-04 [colin]      1.9.15cvs7
10142
10143         * src/export.c
10144         * src/import.c
10145         * src/mbox.c
10146                 Fix mbox import/export buglets
10147                 Patch by wwp
10148         * src/plugins/trayicon/trayicon.c
10149                 Add offline swithc
10150                 Patch by wwp
10151
10152 2005-10-04 [colin]      1.9.15cvs6
10153
10154         * src/folder.c
10155         * src/folderview.c
10156         * src/summaryview.c
10157                 Better fix (don't break mark all read) for cvs2
10158
10159 2005-10-03 [colin]      1.9.15cvs5
10160
10161         * src/folder.c
10162                 Use a sane sort by default
10163
10164 2005-10-03 [colin]      1.9.15cvs4
10165
10166         * src/inc.c
10167                 Add a 'Only once' button for overriding offline mode
10168         * src/prefs_account.c
10169         * src/wizard.c
10170                 Add Local mbox to the wizard
10171                 Add IMAP subdir to the wizard (or the wizard is useless
10172                 for such accounts, or even worse than useless)
10173                 Move IMAP subdir from Advanced to Receive tab, as it's
10174                 not that uncommon
10175
10176 2005-10-03 [colin]      1.9.15cvs3
10177
10178         * src/send_message.c
10179                 Forgot this one in cvs1
10180
10181 2005-10-03 [colin]      1.9.15cvs2
10182
10183         * src/folder.c
10184                 Faster close when leaving a folder with lots
10185                 of new mails. Idea by David Relson.
10186
10187 2005-10-03 [colin]      1.9.15cvs1
10188
10189         * src/compose.c
10190         * src/imap.c
10191         * src/inc.c
10192         * src/main.c
10193         * src/messageview.c
10194         * src/news.c
10195         * src/summaryview.c
10196         * src/gtk/sslcertwindow.c
10197         * src/plugins/trayicon/trayicon.c
10198                 Add accels to every AlertPanel. Patch by Fabien 
10199                 Vantard
10200
10201 2005-10-03 [paul]       1.9.15
10202
10203         1.9.15 released
10204
10205 2005-10-03 [paul]       1.9.14cvs68
10206
10207         * po/ca.po
10208         * po/de.po
10209         * po/es.po
10210         * po/fi.po
10211         * po/fr.po
10212         * po/sk.po
10213         * po/sr.po
10214         * po/zh_CN.po
10215                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10216                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10217                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10218
10219 2005-10-03 [paul]       1.9.14cvs67
10220
10221         * src/send_message.c
10222                 prevent hang on Cancel
10223                 patch by Colin
10224
10225 2005-10-03 [paul]       1.9.14cvs66
10226
10227         * src/main.c
10228                 fix crash in IMAP caused by discrepancy
10229                 between check_at_startup and offline mode
10230                 Patch by Colin
10231
10232 2005-10-01 [paul]       1.9.14cvs65
10233
10234         * src/inc.c
10235                 fix engrish
10236
10237 2005-10-01 [paul]       1.9.14cvs64
10238         * src/export.c
10239         * src/import.c
10240                 synchronise import_mbox() and export_mbox()
10241         * src/mbox.c
10242                 proc_mbox(): add alert if file cannot be opened
10243                 export_list_to_mbox(): test if dest file exists,
10244                 prompt user to overwrite if it does. add alert
10245                 if file cannot be created
10246                                                                 
10247         Patch by wwp
10248                                                                                                                 
10249
10250 2005-09-30 [paul]       1.9.14cvs63
10251
10252         * src/addressbook.c
10253                 Fix sensitivity of a menu
10254         * src/codeconv.c
10255                 Respect hidden pref for mails with no encoding
10256         * src/common/xml.c
10257                 Fix memory corruption
10258         * src/plugins/pgpcore/sgpgme.c
10259                 Fix segfault on incomplete sigs, and display
10260                 of S/Mime UIDs
10261
10262         Patches by Colin
10263
10264 2005-09-30 [colin]      1.9.14cvs62
10265
10266         * src/partial_download.c
10267                 Little logic fix in almost-dead code
10268         * src/pop.c
10269                 Fix partial download when there's no new mail
10270
10271 2005-09-29 [paul]       1.9.14cvs61
10272
10273         * src/plugins/pgpinline/pgpinline.c
10274                 fix bug 819, 'crash accessing sign message'
10275                 Patch by Colin
10276
10277 2005-09-28 [martin]     1.9.14cvs60
10278
10279         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10280                 fix bug #790 (Crash when restarting window manager (fluxbox))
10281
10282 2005-09-28 [paul]       1.9.14cvs59
10283
10284         * src/gtk/gtkaspell.c
10285                 fix off-by-one typo
10286
10287 2005-09-27 [colin]      1.9.14cvs58
10288
10289         * src/plugins/pgpcore/sgpgme.c
10290                 Report error when there's one, instead of
10291                 "Signature unchecked" 
10292
10293 2005-09-27 [colin]      1.9.14cvs57
10294
10295         * src/prefs_quote.c
10296                 Fix bug #816 (Weird quotation with spaces)
10297
10298 2005-09-27 [colin]      1.9.14cvs56
10299
10300         * src/codeconv.c
10301         * src/compose.c
10302         * src/compose.h
10303                 Put subject in compose's title
10304                 Fix Automatic encoding so that it's really automatic:
10305                 first try default locale's charset, then charset of the replied mail, 
10306                 then utf-8
10307                 Fix encoding of headers (must be in strict mode too)
10308
10309 2005-09-26 [colin]      1.9.14cvs55
10310
10311         * src/gtk/gtkaspell.c
10312                 Fix previous patch - don't color the space,
10313                 just uncolor it :)
10314
10315 2005-09-26 [colin]      1.9.14cvs54
10316
10317         * src/gtk/gtkaspell.c
10318                 Unmark space if possible
10319
10320 2005-09-26 [colin]      1.9.14cvs53
10321
10322         * src/imap.c
10323                 log_error instead of alertpanel according to the pref
10324         * src/etpan/imap-thread.c
10325                 Print connect status, copy only necessary size to 
10326                 logger
10327         * src/plugins/pgpmime/pgpmime.c
10328                 Handle S/Mime signatures (verification only). Patch based
10329                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10330
10331 2005-09-26 [paul]       1.9.14cvs52
10332
10333         * src/common/passcrypt.c
10334                 this 'workaround' not necessary on NetBSD.
10335                 Thanks to Daniel Gustafson
10336
10337 2005-09-26 [paul]
10338
10339         1.9.15-rc4 released
10340
10341 2005-09-26 [paul]       1.9.14cvs51
10342
10343         * src/summaryview.c
10344                 Skip currently selected message when
10345                 looking for next new or unread message
10346                 in current folder. Patch by Colin
10347         * src/common/passcrypt.c
10348                 eliminate warnings on *BSD. Patch by
10349                 Daniel Gustafson
10350
10351 2005-09-26 [colin]      1.9.14cvs50
10352
10353         * src/procmsg.c
10354                 Call postfiltering hook anyway
10355
10356 2005-09-22 [colin]      1.9.14cvs49
10357
10358         * src/codeconv.c
10359         * src/codeconv.h
10360                 Add a strict mode that doesn't replace with _
10361         * src/compose.c
10362         * src/compose.h
10363                 Use strict conversion while sending
10364                 Fix race when drafting while sending (happens
10365                 on IMAP)
10366                 Fix d'n'd of messages from summaryview
10367         * src/prefs_common.c
10368         * src/prefs_common.h
10369                 add hidden utf8_instead_of_locale_for_broken_mail 
10370                 pref for people that preferred the default charset 
10371                 to be utf8 for broken mails
10372         * src/quote_fmt_parse.y
10373                 fix bug #815 (No quote insert if "From:" fied 
10374                 contained Russian letters)
10375         * src/summaryview.c
10376                 Fix d'n'd of messages to compose
10377
10378 2005-09-22 [paul]       1.9.14cvs48
10379
10380         * src/compose.c
10381                 fix bug where attachments Name entry
10382                 would display Path instead
10383
10384 2005-09-21 [paul]       1.9.14cvs47
10385
10386         * README
10387         * README.jp
10388         * configure.ac
10389         * config/config.rpath
10390         * doc/manual/en/sylpheed-20.html
10391         * doc/manual/es/sylpheed-20.html
10392         * po/bg.po
10393         * po/ca.po
10394         * po/de.po
10395         * po/es.po
10396         * po/fr.po
10397         * po/it.po
10398         * po/pt_BR.po
10399         * po/sk.po
10400         * po/zh_TW.po
10401         * src/account.c
10402         * src/account.h
10403         * src/action.c
10404         * src/action.h
10405         * src/adbookbase.h
10406         * src/addr_compl.c
10407         * src/addr_compl.h
10408         * src/addrbook.c
10409         * src/addrbook.h
10410         * src/addrcache.c
10411         * src/addrcache.h
10412         * src/addrcindex.c
10413         * src/addrcindex.h
10414         * src/addrclip.c
10415         * src/addrclip.h
10416         * src/addrdefs.h
10417         * src/addressadd.c
10418         * src/addressadd.h
10419         * src/addressbook.c
10420         * src/addressbook.h
10421         * src/addressitem.h
10422         * src/addrgather.c
10423         * src/addrgather.h
10424         * src/addrharvest.c
10425         * src/addrharvest.h
10426         * src/addrindex.c
10427         * src/addrindex.h
10428         * src/addritem.c
10429         * src/addritem.h
10430         * src/addrquery.c
10431         * src/addrquery.h
10432         * src/addrselect.c
10433         * src/addrselect.h
10434         * src/alertpanel.c
10435         * src/alertpanel.h
10436         * src/browseldap.c
10437         * src/browseldap.h
10438         * src/codeconv.c
10439         * src/codeconv.h
10440         * src/compose.c
10441         * src/compose.h
10442         * src/crash.c
10443         * src/crash.h
10444         * src/customheader.c
10445         * src/customheader.h
10446         * src/displayheader.c
10447         * src/displayheader.h
10448         * src/editaddress.c
10449         * src/editaddress.h
10450         * src/editbook.c
10451         * src/editbook.h
10452         * src/editgroup.c
10453         * src/editgroup.h
10454         * src/editjpilot.c
10455         * src/editjpilot.h
10456         * src/editldap.c
10457         * src/editldap.h
10458         * src/editldap_basedn.c
10459         * src/editldap_basedn.h
10460         * src/editvcard.c
10461         * src/editvcard.h
10462         * src/enriched.c
10463         * src/enriched.h
10464         * src/exphtmldlg.c
10465         * src/exphtmldlg.h
10466         * src/expldifdlg.c
10467         * src/expldifdlg.h
10468         * src/export.c
10469         * src/export.h
10470         * src/exporthtml.c
10471         * src/exporthtml.h
10472         * src/exportldif.c
10473         * src/exportldif.h
10474         * src/filtering.c
10475         * src/filtering.h
10476         * src/folder.c
10477         * src/folder.h
10478         * src/folder_item_prefs.c
10479         * src/folder_item_prefs.h
10480         * src/foldersel.c
10481         * src/foldersel.h
10482         * src/folderutils.c
10483         * src/folderutils.h
10484         * src/folderview.c
10485         * src/folderview.h
10486         * src/grouplistdialog.c
10487         * src/grouplistdialog.h
10488         * src/headerview.c
10489         * src/headerview.h
10490         * src/html.c
10491         * src/html.h
10492         * src/image_viewer.c
10493         * src/image_viewer.h
10494         * src/imap.c
10495         * src/imap.h
10496         * src/imap_gtk.c
10497         * src/imap_gtk.h
10498         * src/import.c
10499         * src/import.h
10500         * src/importldif.c
10501         * src/importldif.h
10502         * src/importmutt.c
10503         * src/importmutt.h
10504         * src/importpine.c
10505         * src/importpine.h
10506         * src/inc.c
10507         * src/inc.h
10508         * src/jpilot.c
10509         * src/jpilot.h
10510         * src/ldapctrl.c
10511         * src/ldapctrl.h
10512         * src/ldaplocate.c
10513         * src/ldaplocate.h
10514         * src/ldapquery.c
10515         * src/ldapquery.h
10516         * src/ldapserver.c
10517         * src/ldapserver.h
10518         * src/ldaputil.c
10519         * src/ldaputil.h
10520         * src/ldif.c
10521         * src/ldif.h
10522         * src/localfolder.c
10523         * src/localfolder.h
10524         * src/main.c
10525         * src/main.h
10526         * src/mainwindow.c
10527         * src/mainwindow.h
10528         * src/manual.c
10529         * src/manual.h
10530         * src/matcher.c
10531         * src/matcher.h
10532         * src/matcher_parser.h
10533         * src/matcher_parser_lex.l
10534         * src/matcher_parser_parse.y
10535         * src/mbox.c
10536         * src/mbox.h
10537         * src/message_search.c
10538         * src/message_search.h
10539         * src/messageview.c
10540         * src/messageview.h
10541         * src/mh.c
10542         * src/mh.h
10543         * src/mh_gtk.c
10544         * src/mh_gtk.h
10545         * src/mimeview.c
10546         * src/mimeview.h
10547         * src/msgcache.c
10548         * src/msgcache.h
10549         * src/mutt.c
10550         * src/mutt.h
10551         * src/news.c
10552         * src/news.h
10553         * src/news_gtk.c
10554         * src/news_gtk.h
10555         * src/noticeview.c
10556         * src/noticeview.h
10557         * src/partial_download.c
10558         * src/partial_download.h
10559         * src/pine.c
10560         * src/pine.h
10561         * src/pop.c
10562         * src/pop.h
10563         * src/prefs_account.c
10564         * src/prefs_account.h
10565         * src/prefs_actions.c
10566         * src/prefs_actions.h
10567         * src/prefs_common.c
10568         * src/prefs_common.h
10569         * src/prefs_compose_writing.c
10570         * src/prefs_compose_writing.h
10571         * src/prefs_customheader.c
10572         * src/prefs_customheader.h
10573         * src/prefs_display_header.c
10574         * src/prefs_display_header.h
10575         * src/prefs_ext_prog.c
10576         * src/prefs_ext_prog.h
10577         * src/prefs_filtering.c
10578         * src/prefs_filtering.h
10579         * src/prefs_filtering_action.c
10580         * src/prefs_filtering_action.h
10581         * src/prefs_folder_column.c
10582         * src/prefs_folder_column.h
10583         * src/prefs_folder_item.c
10584         * src/prefs_folder_item.h
10585         * src/prefs_fonts.c
10586         * src/prefs_fonts.h
10587         * src/prefs_gtk.c
10588         * src/prefs_gtk.h
10589         * src/prefs_image_viewer.c
10590         * src/prefs_image_viewer.h
10591         * src/prefs_matcher.c
10592         * src/prefs_matcher.h
10593         * src/prefs_message.c
10594         * src/prefs_message.h
10595         * src/prefs_msg_colors.c
10596         * src/prefs_msg_colors.h
10597         * src/prefs_other.c
10598         * src/prefs_other.h
10599         * src/prefs_quote.c
10600         * src/prefs_quote.h
10601         * src/prefs_receive.c
10602         * src/prefs_receive.h
10603         * src/prefs_send.c
10604         * src/prefs_send.h
10605         * src/prefs_spelling.c
10606         * src/prefs_spelling.h
10607         * src/prefs_summaries.c
10608         * src/prefs_summaries.h
10609         * src/prefs_summary_column.c
10610         * src/prefs_summary_column.h
10611         * src/prefs_template.c
10612         * src/prefs_template.h
10613         * src/prefs_themes.c
10614         * src/prefs_themes.h
10615         * src/prefs_toolbar.c
10616         * src/prefs_toolbar.h
10617         * src/prefs_wrapping.c
10618         * src/prefs_wrapping.h
10619         * src/privacy.c
10620         * src/privacy.h
10621         * src/procheader.c
10622         * src/procheader.h
10623         * src/procmime.c
10624         * src/procmime.h
10625         * src/procmsg.c
10626         * src/procmsg.h
10627         * src/quote_fmt.c
10628         * src/quote_fmt_parse.y
10629         * src/recv.c
10630         * src/recv.h
10631         * src/remotefolder.c
10632         * src/remotefolder.h
10633         * src/send_message.c
10634         * src/send_message.h
10635         * src/setup.c
10636         * src/setup.h
10637         * src/simple-gettext.c
10638         * src/sourcewindow.c
10639         * src/sourcewindow.h
10640         * src/ssl_manager.c
10641         * src/ssl_manager.h
10642         * src/statusbar.c
10643         * src/statusbar.h
10644         * src/stock_pixmap.c
10645         * src/stock_pixmap.h
10646         * src/summary_search.c
10647         * src/summary_search.h
10648         * src/summaryview.c
10649         * src/summaryview.h
10650         * src/syldap.c
10651         * src/syldap.h
10652         * src/textview.c
10653         * src/textview.h
10654         * src/toolbar.c
10655         * src/toolbar.h
10656         * src/undo.c
10657         * src/undo.h
10658         * src/unmime.c
10659         * src/unmime.h
10660         * src/vcard.c
10661         * src/vcard.h
10662         * src/wizard.c
10663         * src/wizard.h
10664         * src/common/base64.c
10665         * src/common/base64.h
10666         * src/common/defs.h
10667         * src/common/hooks.c
10668         * src/common/hooks.h
10669         * src/common/log.c
10670         * src/common/log.h
10671         * src/common/md5.c
10672         * src/common/md5.h
10673         * src/common/mgutils.c
10674         * src/common/mgutils.h
10675         * src/common/nntp.c
10676         * src/common/nntp.h
10677         * src/common/passcrypt.c
10678         * src/common/passcrypt.h.in
10679         * src/common/plugin.c
10680         * src/common/plugin.h
10681         * src/common/prefs.c
10682         * src/common/prefs.h
10683         * src/common/progressindicator.c
10684         * src/common/progressindicator.h
10685         * src/common/quoted-printable.c
10686         * src/common/quoted-printable.h
10687         * src/common/session.c
10688         * src/common/session.h
10689         * src/common/smtp.c
10690         * src/common/smtp.h
10691         * src/common/socket.c
10692         * src/common/socket.h
10693         * src/common/ssl.c
10694         * src/common/ssl.h
10695         * src/common/ssl_certificate.c
10696         * src/common/ssl_certificate.h
10697         * src/common/string_match.c
10698         * src/common/string_match.h
10699         * src/common/stringtable.c
10700         * src/common/sylpheed.c
10701         * src/common/sylpheed.h
10702         * src/common/template.c
10703         * src/common/template.h
10704         * src/common/timing.h
10705         * src/common/utils.c
10706         * src/common/utils.h
10707         * src/common/uuencode.c
10708         * src/common/uuencode.h
10709         * src/common/version.h.in
10710         * src/common/xml.c
10711         * src/common/xml.h
10712         * src/common/xmlprops.c
10713         * src/common/xmlprops.h
10714         * src/gtk/about.c
10715         * src/gtk/about.h
10716         * src/gtk/colorlabel.c
10717         * src/gtk/colorlabel.h
10718         * src/gtk/colorsel.c
10719         * src/gtk/colorsel.h
10720         * src/gtk/description_window.c
10721         * src/gtk/description_window.h
10722         * src/gtk/filesel.c
10723         * src/gtk/filesel.h
10724         * src/gtk/foldersort.c
10725         * src/gtk/foldersort.h
10726         * src/gtk/gtkutils.c
10727         * src/gtk/gtkutils.h
10728         * src/gtk/inputdialog.c
10729         * src/gtk/inputdialog.h
10730         * src/gtk/logwindow.c
10731         * src/gtk/logwindow.h
10732         * src/gtk/manage_window.c
10733         * src/gtk/manage_window.h
10734         * src/gtk/menu.c
10735         * src/gtk/menu.h
10736         * src/gtk/pluginwindow.c
10737         * src/gtk/pluginwindow.h
10738         * src/gtk/prefswindow.c
10739         * src/gtk/prefswindow.h
10740         * src/gtk/progressdialog.c
10741         * src/gtk/progressdialog.h
10742         * src/gtk/quicksearch.c
10743         * src/gtk/quicksearch.h
10744         * src/gtk/sslcertwindow.c
10745         * src/gtk/sslcertwindow.h
10746         * src/plugins/clamav/clamav_plugin.c
10747         * src/plugins/clamav/clamav_plugin.h
10748         * src/plugins/clamav/clamav_plugin_gtk.c
10749         * src/plugins/demo/demo.c
10750         * src/plugins/dillo_viewer/dillo_prefs.c
10751         * src/plugins/dillo_viewer/dillo_prefs.h
10752         * src/plugins/dillo_viewer/dillo_viewer.c
10753         * src/plugins/mathml_viewer/mathml_viewer.c
10754         * src/plugins/pgpcore/passphrase.c
10755         * src/plugins/pgpcore/passphrase.h
10756         * src/plugins/pgpcore/plugin.c
10757         * src/plugins/pgpcore/prefs_gpg.c
10758         * src/plugins/pgpcore/prefs_gpg.h
10759         * src/plugins/pgpcore/select-keys.c
10760         * src/plugins/pgpcore/select-keys.h
10761         * src/plugins/pgpcore/sgpgme.c
10762         * src/plugins/pgpcore/sgpgme.h
10763         * src/plugins/pgpinline/pgpinline.c
10764         * src/plugins/pgpinline/pgpinline.h
10765         * src/plugins/pgpinline/plugin.c
10766         * src/plugins/pgpmime/pgpmime.c
10767         * src/plugins/pgpmime/pgpmime.h
10768         * src/plugins/pgpmime/plugin.c
10769         * src/plugins/spamassassin/spamassassin.c
10770         * src/plugins/spamassassin/spamassassin.h
10771         * src/plugins/spamassassin/spamassassin_gtk.c
10772         * src/plugins/trayicon/trayicon.c
10773         * tools/OOo2sylpheed.pl
10774         * tools/acroread2sylpheed.pl
10775         * tools/asus_mailled.sh
10776         * tools/filter_conv.pl
10777         * tools/freshmeat_search.pl
10778         * tools/google_search.pl
10779         * tools/kmail2sylpheed.pl
10780         * tools/kmail2sylpheed_v2.pl
10781         * tools/maildir2sylpheed.pl
10782         * tools/multiwebsearch.pl
10783         * tools/newscache_clean.pl
10784         * tools/outlook2sylpheed.pl
10785         * tools/sylpheed-switcher
10786         * tools/update-po
10787         * tools/vcard2xml.py
10788         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10789                 update FSF address
10790
10791 2005-09-21 [colin]      1.9.14cvs46
10792
10793         * src/gedit-print.c
10794         * src/procmsg.c
10795         * src/procmsg.h
10796         * src/textview.c
10797         * src/summaryview.c
10798                 Remove some printing hacks (deselection/reselection),
10799                 which by the way fix printing the currently 
10800                 displayed mime part (still only text)
10801                 Plus a little optimisation of summary_show
10802
10803
10804 2005-09-20 [colin]      1.9.14cvs45
10805
10806         * src/mainwindow.c
10807         * src/messageview.c
10808                 GUI fixups: add accels, set message
10809                 view title to displayed mail's subject
10810         * src/prefs_spelling.c
10811         * src/gtk/gtkaspell.c
10812                 GUI fixups: allow underlining misspelled
10813                 words instead of coloring them (a11y!)
10814
10815 2005-09-19 [colin]
10816
10817         1.9.15rc3 released
10818
10819 2005-09-19 [colin]      1.9.14cvs44
10820
10821         * src/compose.c
10822                 Fix draft message
10823         * src/gtk/gtkaspell.c
10824                 Fix wrong test ;-)
10825
10826 2005-09-19 [colin]      1.9.14cvs43
10827
10828         * src/addressbook.c
10829                 Fix sensitivity of Delete button
10830         * src/compose.c
10831                 Warn if the requested Privacy system
10832                 is not available
10833         * src/exphtmldlg.c
10834         * src/expldifdlg.c
10835         * src/importldif.c
10836         * src/importmutt.c
10837         * src/importpine.c
10838                 Fix crappy UI
10839         * src/
10840         * src/ssl.h
10841         * src/prefs_account.h
10842         * src/prefs_account.c
10843                 Save SSL prefs even in builds that have
10844                 SSL support disable
10845         * src/imap.c
10846         * src/inc.c
10847         * src/news.c
10848         * src/send_message.c
10849                 Warn if connection should be secure, but
10850                 SSL support isn't compiled in
10851         * src/gtkaspell.c
10852                 Fix word separation on UTF-8 systems
10853                 Fixes bug #812 (Strange inline spellchecking)
10854         * src/compose.c
10855                 Warn if the requested Privacy system
10856                 is not available
10857                 Factorize offline warning
10858         * src/imap.c
10859         * src/imap_gtk.c
10860         * src/imap_gtk.h
10861         * src/inc.h
10862         * src/news_gtk.c
10863         * src/news_gtk.h
10864         * src/messageview.c
10865                 Factorize offline warning
10866
10867 2005-09-19 [paul]
10868
10869         1.9.15-rc2 released
10870
10871 2005-09-18 [colin]      1.9.14cvs42
10872
10873         * src/codeconv.c
10874         * src/codeconv.h
10875         * src/procmime.c
10876                 Add a way to get locale's charset ignoring utf-8,
10877                 and use that as default encoding for broken mails
10878
10879 2005-09-18 [colin]      1.9.14cvs41
10880
10881         * src/gtk/logwindow.c
10882                 Translate string. Patch by Fabien Vantard
10883
10884 2005-09-18 [colin]      1.9.14cvs40
10885
10886         * configure.ac
10887                 Fix bug #803 (IMAP/SSL support breaks with 
10888                 GnuTLS libetpan 0.38)
10889
10890 2005-09-18 [colin]      1.9.14cvs39
10891
10892         * src/codeconv.c
10893         * src/compose.c
10894         * src/procmime.c
10895                 More charsets fixes. Fixes bug #806 (non
10896                 ascii characters in subject line)
10897
10898 2005-09-17 [paul]       1.9.14cvs38
10899
10900         * src/folderview.c
10901         * src/mainwindow.c
10902                 fix gcc-2.95 issues
10903                 Patch by Pawel Pekala
10904
10905 2005-09-17 [colin]      1.9.14cvs37
10906
10907         * src/addrindex.c
10908                 bugfix for NO-USE LDAP compilation, patch 
10909                 by Fabien Vantard
10910
10911 2005-09-17 [colin]      1.9.14cvs36
10912
10913         * src/prefs_actions.c
10914         * src/prefs_customheader.c
10915         * src/prefs_display_header.c
10916         * src/prefs_filtering_action.c
10917         * src/prefs_matcher.c
10918         * src/prefs_toolbar.c
10919                 Fix strange casts (less elegant but
10920                 works better)
10921
10922 2005-09-16 [colin]      1.9.14cvs35
10923
10924         * src/jpilot.c
10925                 Missed that one
10926
10927 2005-09-16 [colin]      1.9.14cvs34
10928
10929         * configure.ac
10930         * src/Makefile.am
10931         * src/addr_compl.c
10932         * src/addrindex.c
10933         * src/browseldap.c
10934         * src/editldap.c
10935         * src/ldaplocate.c
10936         * src/ldapquery.c
10937         * src/ldapquery.h
10938         * src/ldapserver.c
10939         * src/ldapserver.h
10940         * src/main.c
10941         * src/matcher_parser_parse.y
10942         * src/prefs_themes.c
10943         * src/etpan/Makefile.am
10944         * src/gtk/description_window.c
10945         * src/plugins/clamav/Makefile.am
10946         * src/plugins/clamav/clamav_plugin.c
10947         * src/plugins/dillo_viewer/Makefile.am
10948         * src/plugins/pgpcore/Makefile.am
10949         * src/plugins/pgpinline/Makefile.am
10950         * src/plugins/pgpmime/Makefile.am
10951         * src/plugins/trayicon/Makefile.am
10952                 Fix 100% cpu usage in address completion list
10953                 Fix little bugs (return with no values etc)
10954                 Fix all warnings (with common CFLAGS)
10955
10956 2005-09-15 [colin]      1.9.14cvs33
10957
10958         * src/addressbook.c
10959                 Fix bug where sometimes a group's email list is empty,
10960                 force its refresh (probably fixes "Re: how to create a 
10961                 distribution list")
10962         * src/ldapquery.c
10963                 Don't return to the callback in the main thread from the
10964                 fetch thread (or face segs!)
10965
10966 2005-09-15 [paul]       1.9.14cvs32
10967
10968         * src/prefs_matcher.c
10969                 forgotten in last commit
10970
10971 2005-09-15 [paul]       1.9.14cvs31
10972
10973         * src/prefs_actions.c
10974         * src/prefs_filtering_action.c
10975         * src/prefs_quote.c
10976         * src/quote_fmt.c
10977         * src/summaryview.c
10978         * src/gtk/description_window.c
10979         * src/gtk/description_window.h
10980         * src/gtk/quicksearch.c
10981                 allow interaction with the called
10982                 description window
10983                 Patch by Anders Hammar
10984
10985 2005-09-14 [paul]       1.9.14cvs30
10986
10987         * src/compose.c
10988                 fix a little annoyance when pasting with 3rd button 
10989                 with wrap_pastes=0 and wrap_input=1
10990                 Patch by Colin
10991
10992 2005-09-14 [paul]       1.9.14cvs29
10993
10994         * src/prefs_account.c
10995                 disable 'Filter messages on receiving' for
10996                 SMTP-only accounts
10997                 Patch  by Anders Hammar
10998
10999 2005-09-14 [paul]       1.9.14cvs28
11000
11001         * po/sk.po
11002                 fix crash
11003                 updated by Andrej Kacian
11004
11005 2005-09-14 [paul]
11006
11007         1.9.15-rc1 released
11008
11009 2005-09-14 [paul]       1.9.14cvs27
11010
11011         * po/es.po
11012                 updated by Ricardo Mones Lastra
11013         * src/compose.c
11014         * src/compose.h
11015                 associate no_wrap_tags to Compose windows
11016                 instead of using a static one
11017                 Patch by Colin
11018         * src/mbox.c
11019                 fix proc_mbox()
11020                 Patch by wwp
11021         * src/textview.c
11022                 remove unneeded printf()
11023
11024 2005-09-14 [paul]       1.9.14cvs26
11025
11026         * src/addrcache.c
11027         * src/codeconv.h
11028         * src/folder.h
11029         * src/mainwindow.h
11030         * src/mh.c
11031         * src/mimeview.h
11032         * src/partial_download.c
11033         * src/pop.c
11034         * src/prefs_account.c
11035         * src/prefs_account.h
11036         * src/prefs_actions.c
11037         * src/prefs_customheader.c
11038         * src/prefs_display_header.c
11039         * src/prefs_filtering_action.c
11040         * src/prefs_matcher.c
11041         * src/prefs_toolbar.c
11042         * src/privacy.h
11043         * src/procmime.c
11044         * src/procmime.h
11045         * src/procmsg.h
11046         * src/textview.c
11047         * src/undo.h
11048         * src/common/plugin.c
11049         * src/common/session.h
11050         * src/common/socket.c
11051         * src/common/socket.h
11052         * src/common/template.c
11053         * src/gtk/gtkaspell.c
11054         * src/gtk/quicksearch.h
11055         * src/plugins/pgpcore/passphrase.c
11056         * src/plugins/pgpcore/prefs_gpg.h
11057         * src/plugins/pgpcore/select-keys.c
11058         * src/plugins/pgpcore/select-keys.h
11059         * src/plugins/pgpcore/sgpgme.c
11060         * src/plugins/pgpinline/pgpinline.c
11061         * src/plugins/pgpmime/pgpmime.c
11062         * src/plugins/trayicon/trayicon.c
11063                 fix compilation warnings
11064                 Patch by Daniel Gustafson
11065
11066 2005-09-14 [paul]       1.9.14cvs25
11067
11068         * src/addressbook.c
11069                 add missing column header, and other small
11070                 bug fixes
11071                 Patch by Anders Hammar
11072
11073 2005-09-13 [colin]      1.9.14cvs24
11074
11075         * src/gtk/gtkaspell.c
11076                 Fix non-utf8 in menu
11077                 Fix little leaks
11078                 Nullify struct members after free()s
11079
11080 2005-09-13 [colin]      1.9.14cvs23
11081
11082         * src/compose.c
11083                 Test utf8 compliance before inserting to 
11084                 buffer, and try to convert if necessary
11085         * src/procmime.c
11086                 If no charset is present, use the locale 
11087                 one instead of us-ascii
11088         * src/procmsg.c
11089                 Add Sender, List-Post and To in the checked 
11090                 headers for automatic rules creation 
11091                 (thanks to wwp)
11092         * src/prefs_themes.c
11093         * src/gtk/gtkaspell.c
11094                 Remove deprecated functions. 
11095                 patch by Daniel Gustafson
11096
11097 2005-09-12 [colin]      1.9.14cvs22
11098
11099         * src/compose.c
11100                 Fix bug #448 (Scrolling/Redraw issue with 
11101                 address-fields in Header)
11102         * src/mainwindow.c
11103         * src/summaryview.c
11104         * src/summaryview.h
11105                 Fix loss of MSG_MARKED on move/copy
11106                 Fix bug #804 (Quicksearch togglebutton doesn't 
11107                 get depressed after '/' key is pressed)
11108
11109 2005-09-12 [paul]       1.9.14cvs21
11110
11111         * AUTHORS
11112         * src/gtk/logwindow.c
11113                 add 'Clear Log' to popup menu
11114                 Patch by Anders Hammar <anders.hammar@telia.com>
11115
11116 2005-09-12 [paul]       1.9.14cvs20
11117
11118         * src/compose.c
11119                 set correct sensitivity on attachments
11120                 popup menu
11121         * src/folder.c
11122                 fix typo
11123         * src/prefs_spelling.c
11124                 fix crash when no LANG env is set
11125         * src/common/xml.c
11126                 fix crash in wizard
11127                 don't use memeory after free
11128
11129         All patches by Daniel Gustafson
11130
11131 2005-09-12 [paul]       1.9.14cvs19
11132
11133         * src/prefs_themes.c
11134                 make theme info selectable
11135         * src/gtk/description_window.c
11136                 make window non-modal
11137         * tools/README
11138                 add details of asus_mailed.sh
11139         * tools/claws.i18n.status.pl
11140                 update for new zh_TW translator
11141                 widen the output
11142                 create alternate coloured lines
11143                 improve readability
11144
11145 2005-09-10 [colin]      1.9.14cvs18
11146
11147         * src/plugins/pgpcore/select-keys.c
11148                 Better order for the buttons
11149
11150 2005-09-10 [colin]      1.9.14cvs17
11151
11152         * src/compose.c
11153         * src/plugins/pgpcore/select-keys.c
11154         * src/plugins/pgpcore/select-keys.h
11155         * src/plugins/pgpcore/sgpgme.c
11156                 Add a "Don't encrypt" button to the key
11157                 selection dialog. Fixes bug #177 (There should be a 
11158                 'Don't encrypt button in the Select Keys dialog)
11159
11160 2005-09-10 [colin]      1.9.14cvs16
11161
11162         * src/compose.c
11163                 Fix bug #572 (%X option does not work with templates)
11164
11165 2005-09-10 [colin]      1.9.14cvs15
11166
11167         * src/toolbar.c 
11168                 Remove g_print
11169
11170 2005-09-10 [colin]      1.9.14cvs14
11171
11172         * src/imap.c
11173                 Fix a possible crash
11174
11175 2005-09-09 [colin]      1.9.14cvs13
11176
11177         * src/imap.c
11178         * src/etpan/imap-thread.c
11179         * src/etpan/imap-thread.h
11180                 Fix moving from queue or drafts to normal folders
11181                 Fix bug #794 (No way to delete without expunging)
11182                 Take flags unset by other mailers into account
11183                 Take deleted flag set by other mailers into account
11184                 Fix unsetting REPLIED flag
11185                 Fix crash when capabilities can't be retrieved
11186         * src/mainwindow.c
11187         * src/mainwindow.h
11188                 Add M_DELAYED_FLAGS condition, and let the user use
11189                 Execute in order to be able to expunge deleted mails,
11190                 even if he's not in delayed execute mode
11191         * src/prefs_spelling.c
11192                 Use 'en' dictionary by default if LANG is POSIX or C
11193         * src/gtk/prefswindow.c
11194                 Fix bug #767 (Preferences windows expanding) by making
11195                 the window a bit larger when the resolution is greater
11196                 than 640x480, and by putting the prefs in a
11197                 GtkScrolledWindow.
11198
11199 2005-09-09 [paul]       1.9.14cvs12
11200
11201         * AUTHORS
11202         * configure.ac
11203         * po/zh_TW.Big5.po      ** REMOVED **
11204         * po/zh_TW.po           ** ADDED **
11205                 updated by Wei-Lun Chao
11206
11207 2005-09-09 [paul]       1.9.14cvs11
11208
11209         * src/mainwindow.c
11210                 fix asserts
11211         * src/common/xml.c
11212                 delay memory allocation until file is
11213                 opened successfully
11214                 Patch by Daniel Gustafson
11215
11216 2005-09-09 [colin]      1.9.14cvs10
11217
11218         * src/imap.c
11219                 Add guards
11220
11221 2005-09-08 [colin]      1.9.14cvs9
11222
11223         * src/compose.c
11224                 Alert when we can't save draft
11225                 Fix various wrap/color issues
11226                 Add mid-click pasting respecting wrap_paste option
11227         * src/folder.c
11228         * src/folder.h
11229         * src/folder_item_prefs.c
11230         * src/folder_item_prefs.h
11231         * src/imap.c
11232         * src/imap_gtk.c
11233         * src/imap_gtk.h
11234         * src/main.c
11235         * src/mainwindow.c
11236         * src/mainwindow.h
11237         * src/news.c
11238         * src/news_gtk.c
11239         * src/news_gtk.h
11240         * src/prefs_folder_item.c
11241                 Fix the impossibility to synchronise folders for
11242                 offline use (IMAP and NNTP are concerned)
11243
11244 2005-09-08 [colin]      1.9.14cvs8
11245
11246         * configure.ac
11247                 Build LDAP and JPilot by default if available
11248         * src/textview.c
11249                 Fix use after free
11250
11251 2005-09-08 [paul]       1.9.14cvs7
11252
11253         * doc/manual/en/sylpheed-1.html
11254         * doc/manual/en/sylpheed-18.html
11255         * doc/manual/en/sylpheed-19.html
11256         * doc/manual/en/sylpheed-4.html
11257         * doc/manual/en/sylpheed-6.html
11258         * doc/manual/en/sylpheed.html
11259                 a few minor updates, plus include some
11260                 details about plugins and their requirements
11261         * src/mainwindow.c
11262                 minor changes to English in /View/Sort
11263
11264 2005-09-07 [colin]      1.9.14cvs6
11265
11266         * doc/manual/en/sylpheed-1.html
11267         * doc/manual/en/sylpheed-10.html
11268         * doc/manual/en/sylpheed-11.html
11269         * doc/manual/en/sylpheed-12.html
11270         * doc/manual/en/sylpheed-13.html
11271         * doc/manual/en/sylpheed-14.html
11272         * doc/manual/en/sylpheed-15.html
11273         * doc/manual/en/sylpheed-16.html
11274         * doc/manual/en/sylpheed-17.html
11275         * doc/manual/en/sylpheed-18.html
11276         * doc/manual/en/sylpheed-19.html
11277         * doc/manual/en/sylpheed-2.html
11278         * doc/manual/en/sylpheed-20.html
11279         * doc/manual/en/sylpheed-21.html
11280         * doc/manual/en/sylpheed-22.html
11281         * doc/manual/en/sylpheed-3.html
11282         * doc/manual/en/sylpheed-4.html
11283         * doc/manual/en/sylpheed-5.html
11284         * doc/manual/en/sylpheed-6.html
11285         * doc/manual/en/sylpheed-7.html
11286         * doc/manual/en/sylpheed-8.html
11287         * doc/manual/en/sylpheed-9.html
11288         * doc/manual/en/sylpheed.html
11289                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11290
11291 2005-09-07 [colin]      1.9.14cvs5
11292
11293         * src/mainwindow.c
11294                 Make labels more to-the-point
11295
11296 2005-09-07 [colin]      1.9.14cvs4
11297
11298         * doc/manual/en/sylpheed-1.html
11299         * doc/manual/en/sylpheed-12.html
11300         * doc/manual/en/sylpheed-13.html
11301         * doc/manual/en/sylpheed-14.html
11302         * doc/manual/en/sylpheed-15.html
11303         * doc/manual/en/sylpheed-16.html
11304         * doc/manual/en/sylpheed-17.html
11305         * doc/manual/en/sylpheed-18.html
11306         * doc/manual/en/sylpheed-19.html
11307         * doc/manual/en/sylpheed-2.html
11308         * doc/manual/en/sylpheed-20.html
11309         * doc/manual/en/sylpheed-21.html
11310         * doc/manual/en/sylpheed-22.html
11311         * doc/manual/en/sylpheed-4.html
11312         * doc/manual/en/sylpheed-5.html
11313         * doc/manual/en/sylpheed-6.html
11314         * doc/manual/en/sylpheed-7.html
11315         * doc/manual/en/sylpheed-8.html
11316         * doc/manual/en/sylpheed-9.html
11317         * doc/manual/en/sylpheed.html
11318                 Update manual
11319
11320 2005-09-07 [colin]      1.9.14cvs3
11321
11322         * doc/faq/en/sylpheed-faq-1.html
11323         * doc/faq/en/sylpheed-faq-2.html
11324         * doc/faq/en/sylpheed-faq-3.html
11325         * doc/faq/en/sylpheed-faq.html
11326                 Update FAQ
11327
11328 2005-09-07 [colin]      1.9.14cvs2
11329
11330         * src/folderview.c
11331         * src/procmsg.c
11332         * src/summaryview.c
11333         * src/toolbar.c
11334                 Fix special subfolders:
11335                 - Inherit parent's icon
11336                 - sent contents of queues subfolders
11337                 - empty subfolders of trashes
11338         * src/mainwindow.c
11339                 Remove outdated manual and faq entries
11340         * src/common/utils.c
11341                 Add quotes around %s coming from mailcap
11342
11343 2005-09-07 [colin]      1.9.14cvs1
11344
11345         * src/compose.c
11346                 After saving draft, set modified to FALSE
11347         * src/mimeview.c
11348         * src/common/utils.c
11349         * src/common/utils.h
11350                 Try to open mime parts using what is 
11351                 indicated in ~/.mailcap or /etc/mailcap,
11352                 if possible.
11353
11354 2005-09-05 [paul]       1.9.14
11355
11356         1.9.14 released
11357
11358         * po/sk.po
11359                 updated by Andrej Kacian
11360
11361 2005-09-05 [paul]       1.9.13cvs83
11362
11363         * po/de.po
11364         * po/es.po
11365         * po/fi.po
11366         * po/fr.po
11367         * po/nb.po
11368         * po/pt_BR.po
11369         * po/sr.po
11370                 updated translations by Thomas Gilgin, Ricardo Mones
11371                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11372                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11373
11374 2005-09-04 [paul]       1.9.13cvs82
11375
11376         * src/compose.c
11377                 only warn about exceeded line length limit
11378                 on send
11379
11380 2005-09-04 [paul]       1.9.13cvs81
11381
11382         * src/compose.c
11383                 fix crash in 'line length exceeded' dialogue
11384
11385 2005-09-02 [paul]       1.9.13cvs80
11386
11387         * src/imap.c
11388                 fix bug 795, 'Connection lost IMAP'
11389                 and add statusbar prints
11390                 Patch by Colin
11391
11392 2005-09-02 [paul]       1.9.13cvs79
11393
11394         * src/compose.c
11395                 compose_wrap_paragraph() becomes
11396                 compose_beautify_paragraph()
11397                 Patch by Colin
11398
11399 2005-09-02 [colin]      1.9.13cvs78
11400
11401         * src/folderview.c
11402                 Micro-fix
11403
11404 2005-09-01 [colin]      1.9.13cvs77
11405
11406         * src/imap.c
11407                 Maybe fix bug #795 (Connection lost IMAP)
11408                 Don't try to send logout when we're disconnected.
11409         * src/summaryview.c
11410                 Include locked and marked emails in HRM
11411                 view. Fixes bug #800 (Locked messages no longer 
11412                 show up when hide read messages is used)
11413
11414 2005-09-01 [paul]       1.9.13cvs76
11415
11416         * src/prefs_common.c
11417                 fix bad cutting
11418
11419 2005-08-31 [colin]      1.9.13cvs75
11420
11421         * src/folderview.c
11422         * src/folderview.h
11423         * src/prefs_summaries.c
11424         * src/summaryview.c
11425                 Fix "go to next new", fix preference
11426                 (Open unread/next swapped)
11427
11428 2005-08-31 [paul]       1.9.13cvs74
11429
11430         * src/compose.c
11431         * src/folderview.c
11432         * src/headerview.c
11433         * src/headerview.h
11434         * src/mainwindow.c
11435         * src/prefs_common.c
11436         * src/prefs_common.h
11437         * src/prefs_fonts.c
11438         * src/summaryview.c
11439         * src/textview.c
11440         * src/common/defs.h
11441                 remove obsolete BOLD_FONT setting
11442                 fix font update in headerview and textview
11443                 headers after prefs change
11444                 Patch By Colin
11445
11446 2005-08-31 [paul]
11447
11448         1.9.14-rc4 released
11449
11450 2005-08-30 [colin]      1.9.13cvs73
11451
11452         * src/summaryview.c
11453                 When Hide read messages is selected and we
11454                 refresh the summaryview, don't remove the 
11455                 currently displayed message. Fixes bug #797
11456                 (Summary view reloads when new mail is 
11457                 downloaded in 1.9.14 rc)
11458
11459 2005-08-30 [colin]      1.9.13cvs72
11460
11461         * src/folderview.c
11462                 Fix flickering
11463         * src/mainwindow.c
11464                 Remove useless callback
11465         * src/mimeview.c
11466         * src/gtk/filesel.c
11467         * src/gtk/filesel.h
11468                 Add a filesel_select_file_save_folder() - used by Save All
11469
11470 2005-08-29 [paul]       1.9.13cvs71
11471
11472         * AUTHORS
11473         * src/matcher_parser_parse.y
11474         * src/etpan/imap-thread.c
11475                 fix building on FreeBSD
11476                 Patch by Daniel Gustafson <daniel@hobbit.se>
11477
11478 2005-08-29 [paul]       1.9.13cvs70
11479
11480         * src/plugins/pgpinline/pgpinline.c
11481                 only initialise sig result if it's been handled
11482                 Patch by Colin
11483
11484 2005-08-29 [paul]       1.9.13cvs69
11485         
11486         Patches by Colin:
11487
11488         * src/imap.c
11489         * src/common.utils.c
11490         * src/common/utils.h
11491                 optimisation
11492         * src/stock_pixmap.h
11493                 fix wrong icon reference
11494         * src/pixmaps/trash_btn.xpm
11495                 replace with nicer image
11496
11497 2005-08-28 [colin]      1.9.13cvs68
11498
11499         * src/Makefile.am
11500         * src/stock_pixmap.c
11501         * src/stock_pixmap.h
11502         * src/toolbar.c
11503         * src/pixmaps/trash_btn.xpm
11504                 Add a specific trash xpm for the button
11505
11506 2005-08-28 [colin]      1.9.13cvs67
11507
11508         * src/imap.c
11509                 Fix leak
11510
11511 2005-08-27 [colin]      1.9.13cvs66
11512
11513         * src/imap.c
11514         * src/procmime.c
11515                 Correctly fix "Problem with replies", fixes
11516                 pgpmime encryption too. 
11517
11518 2005-08-27 [colin]      1.9.13cvs65
11519
11520         * src/folder.c
11521         * src/procmsg.c
11522         * src/procmsg.h
11523         * src/summaryview.c
11524                 Fix bug #517 (messages removed from summaryview 
11525                 when moving fails)
11526
11527 2005-08-27 [colin]      1.9.13cvs64
11528
11529         * tools/Makefile.am
11530         * tools/asus_mailled.sh
11531                 Add a script to blink ASUS laptops' mail LED where there
11532                 is unread mail.
11533
11534 2005-08-27 [colin]      1.9.13cvs63
11535
11536         * src/imap.c
11537         * src/etpan/imap-thread.c
11538         * src/etpan/imap-thread.h
11539                 Implement automatic choosing of login method
11540                 Fixes bug #791
11541         * src/gtk/.cvsignore
11542                 Add sylpheed-marshal.[ch]
11543
11544 2005-08-27 [colin]      1.9.13cvs62
11545
11546         * src/common/utils.c
11547                 Fix confusing perror
11548
11549 2005-08-27 [colin]      1.9.13cvs61
11550
11551         * src/toolbar.c
11552         * src/toolbar.h
11553                 Remove A_DELETE, replace it with 
11554                 A_TRASH and A_DELETE_REAL. Automatically
11555                 rewrite config files to replace A_DELETE
11556                 with A_TRASH (no functionality change).
11557                 Fixes half of #794
11558
11559 2005-08-26 [colin]      1.9.13cvs60
11560
11561         * src/procmime.c
11562                 Previous "Problem with replies" fix brought other
11563                 problems, fixing them
11564
11565 2005-08-26 [colin]      1.9.13cvs59
11566
11567         * src/procmime.c
11568                 Fix "Problem with replies". This happened only
11569                 on IMAP...
11570         * src/procmsg.c
11571                 Factorize code a bit
11572         * src/compose.c
11573                 Speed improvement on very long messages (wrapping)
11574                 Fix signature color on Reedit and Redirect
11575                 On Reedit, don't attach pgp-signatures parts, but
11576                 set signing to On.
11577
11578 2005-08-24 [paul]       1.9.13cvs58
11579
11580         * src/compose.c
11581                 don't claim success when clicking
11582                 Cancel on the passphrase box.
11583                 Patch by Colin
11584
11585 2005-08-24 [paul]       1.9.13cvs57
11586
11587         * src/main.c
11588                 fix misplaced sylpheed.log
11589         * src/common/defs.h
11590                 define UIDL_DIR
11591
11592 2005-08-24 [paul]       1.9.13cvs56
11593
11594         * src/imap.c
11595         * src/etpan/imap-thread.c
11596         * src/etpan/imap-thread.h
11597                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11598                 Patch by Colin
11599         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11600         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11601                 remove autogenerated files
11602         * tools/kdeservicemenu/README
11603         * tools/kdeservicemenu/install.sh
11604         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11605         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11606                 use Claws icon, use 'Sylpheed-Claws' in menu,
11607                 use kdialog, and other cleanups
11608
11609 2005-08-23 [paul]       1.9.13cvs55
11610
11611         * src/compose.c
11612                 fix paste/wrap crash
11613                 Patch by Colin
11614
11615 2005-08-23 [paul]       1.9.13cvs54
11616
11617         * src/main.c
11618                 fix crash recovery
11619                 Patch by Colin
11620
11621 2005-08-23 [paul]       1.9.13cvs53
11622
11623         * src/addressbook.c
11624         * src/editaddress.c
11625                 view all data of LDAP contacts
11626                 Patch by Colin
11627
11628 2005-08-23 [paul]       1.9.13cvs52
11629
11630         * src/addressbook.c
11631                 fix issues with the Search field
11632                 Patch by Colin
11633
11634 2005-08-22 [paul]       1.9.13cvs51
11635
11636         * src/folderview.c
11637                 put name of folder in processing dialog
11638                 title
11639         * src/prefs_folder_item.c
11640                 improve english usage
11641
11642 2005-08-22 [paul]       1.9.13cvs50
11643
11644         * src/filtering.c
11645         * src/filtering.h
11646         * src/matcher.c
11647         * src/matcher_parser_lex.l
11648         * src/matcher_parser_parse.y
11649         * src/prefs_filtering.c
11650                 add Filtering/Processing rule names feature.
11651                 (the incompatible old matcherrc is saved as
11652                 matcherrc.pre_names).
11653                 Patch by Colin
11654
11655 2005-08-22 [paul]       1.9.13cvs49
11656
11657         * src/procmsg.c
11658                 fix colour labelling
11659                 Patch by Colin
11660
11661 2005-08-22 [paul]       1.9.13cvs48
11662
11663         * src/textview.c
11664                 fix open_image_cb()
11665
11666 2005-08-22 [paul]       1.9.13cvs47
11667
11668         * src/imap.c
11669                 fix bug 789, 'SC crashes with imap (CVS ver)'
11670                 Patch by Colin
11671
11672 2005-08-22 [paul]       1.9.13cvs46
11673
11674         * src/mimeview.c
11675         * src/prefs_common.c
11676         * src/common/defs.h
11677                 define reused defaults in defs.h
11678         * src/textview.c
11679                 add 'Open image' to image popup menu
11680
11681 2005-08-21 [colin]      1.9.13cvs45
11682
11683         * src/summaryview.c
11684                 Fix bug #788 (Bogus "From" address displayed)
11685
11686 2005-08-20 [colin]      1.9.13cvs44
11687
11688         * src/folder.c
11689                 Fix buf #787 (multilevel delete causes SIGSEGV)
11690
11691 2005-08-19 [colin]      1.9.13cvs43
11692
11693         * src/inc.c
11694         * src/prefs_common.c
11695         * src/prefs_common.h
11696                 Add an hidden pref to allow modifying the
11697                 update stepping in incorporation.
11698                 Patch by wwp.
11699
11700 2005-08-19 [colin]      1.9.13cvs42
11701
11702         * src/compose.c
11703         * src/procmime.c
11704                 Workaround for broken MUAs: encode 
11705                 Content-type: name: as ASCII and 
11706                 Content-Disposition: filename: as
11707                 per rfc2231
11708         * src/prefs_account.c
11709                 Fix invisible-ness of SMTP SSL prefs
11710                 in NNTP accounts
11711
11712 2005-08-19 [paul]       1.9.13cvs41
11713
11714         * src/compose.c
11715         * src/prefs_common.c
11716         * src/prefs_common.h
11717         * src/prefs_wrapping.c
11718                 paste with or without wrapping.
11719                 patch by Colin
11720
11721 2005-08-19 [paul]       1.9.13cvs40
11722
11723         * src/prefs_common.c
11724         * src/prefs_common.h
11725         * src/summaryview.c
11726                 reintroduce enable_swap_from as a
11727                 hidden pref. patch by Colin
11728         * src/quote_fmt_parse.y
11729         * src/plugins/clamav/clamav_plugin.c
11730         * src/plugins/dillo_viewer/dillo_viewer.c
11731         * src/plugins/mathml_viewer/mathml_viewer.c
11732         * src/plugins/pgpcore/sgpgme.c
11733         * src/plugins/pgpinline/pgpinline.c
11734         * src/plugins/pgpmime/pgpmime.c
11735                 tidy up. patch by Colin
11736
11737 2005-08-19 [paul]       1.9.13cvs39
11738
11739         * configure.ac
11740                 complete cvs38's sync
11741         * src/editaddress.c
11742         * src/gedit-print.c
11743         * src/mutt.c
11744         * src/etpan/etpan-log.c
11745         * src/etpan/imap-thread.c
11746         * src/gtk/gtksourceprintjob.c
11747                 fix compilation warnings
11748                 (patch by Colin)
11749
11750 2005-08-19 [paul]       1.9.13cvs38
11751
11752         sync with main:
11753
11754         * src/account.c
11755         * src/action.c
11756         * src/addrbook.c
11757         * src/addrcache.c
11758         * src/addrharvest.c
11759         * src/addrindex.c
11760         * src/codeconv.c
11761         * src/compose.c
11762         * src/crash.c
11763         * src/exporthtml.c
11764         * src/exportldif.c
11765         * src/folder.c
11766         * src/image_viewer.c
11767         * src/inc.c
11768         * src/inc.h
11769         * src/jpilot.c
11770         * src/ldif.c
11771         * src/main.c
11772         * src/matcher.c
11773         * src/mbox.c
11774         * src/messageview.c
11775         * src/mh.c
11776         * src/mimeview.c
11777         * src/msgcache.c
11778         * src/mutt.c
11779         * src/news.c
11780         * src/partial_download.c
11781         * src/pine.c
11782         * src/pop.c
11783         * src/prefs_actions.c
11784         * src/prefs_common.c
11785         * src/prefs_customheader.c
11786         * src/prefs_display_header.c
11787         * src/prefs_gtk.c
11788         * src/prefs_themes.c
11789         * src/procheader.c
11790         * src/procmime.c
11791         * src/procmsg.c
11792         * src/recv.c
11793         * src/send_message.c
11794         * src/simple-gettext.c
11795         * src/sourcewindow.c
11796         * src/textview.c
11797         * src/vcard.c
11798         * src/common/defs.h
11799         * src/common/log.c
11800         * src/common/plugin.c
11801         * src/common/prefs.c
11802         * src/common/session.c
11803         * src/common/session.h
11804         * src/common/socket.c
11805         * src/common/socket.h
11806         * src/common/ssl_certificate.c
11807         * src/common/template.c
11808         * src/common/utils.c
11809         * src/common/utils.h
11810         * src/common/xml.c
11811         * src/gtk/about.c
11812         added wrappers for C library function that
11813                 take pathname arguments.
11814                 enabled compilation with MinGW.
11815                 use GDir instead of directly using opendir().
11816                 added rename_force().
11817
11818 2005-08-19 [paul]       1.9.13cvs37
11819         
11820         patches by Colin:
11821         * src/compose.c
11822                 fix privacy settings on re-editing
11823                 a sent message
11824         * src/jpilot.c
11825                 fix encoding bug
11826         * src/folder.c
11827         * src/procmsg.c
11828         * src/procmsg.h
11829         * src/summaryview.c
11830                 flag changing optimisation
11831
11832 2005-08-18 [martin]     1.9.13cvs36
11833
11834         * commitHelper
11835             added my login
11836         * src/addrcache.c
11837         * src/addrharvest.c
11838         * src/addrindex.c
11839         * src/compose.c
11840         * src/grouplistdialog.c
11841         * src/main.c
11842         * src/mainwindow.c
11843         * src/msgcache.c
11844         * src/mutt.c
11845         * src/pine.c
11846         * src/prefs_account.c
11847         * src/prefs_themes.c
11848         * src/stock_pixmap.c
11849         * src/summaryview.c
11850         * src/gtk/about.c
11851         * src/gtk/logwindow.c
11852             removed deprecated glib and gdk stuff
11853         * src/plugins/pgpcore/select-keys.c
11854             convert attributes from locale to utf8
11855
11856 2005-08-17 [paul]       1.9.13cvs35
11857
11858         * src/account.c
11859         * src/addressbook.c
11860                 use new GTK_STOCK_ icons if available
11861         * src/summaryview.c
11862         * src/gtk/gtksctree.c
11863         * src/gtk/gtksctree.h
11864                 faster range select. patch by Colin
11865
11866 2005-08-17 [paul]       1.9.13cvs34
11867
11868         patches by colin:
11869         * src/addressbook.c
11870         * src/addressitem.h
11871                 Add an edit button for contacts, fix selections
11872                 of gtksctree items
11873         * src/editaddress.c
11874                 Change labels, let Save be always possible in the
11875                 email and user atributes tabs
11876         * src/folderview.c
11877                 fix sort issues
11878         * src/summaryview.c
11879                 select next item instead of the displayed one
11880                 after deletion
11881
11882         * src/gtk/progressdialog.c
11883                 use prefs_common.enable_rules_hint
11884
11885 2005-08-13 [hoa]        1.9.13cvs33
11886
11887         * src/etpan/imap-thread.c
11888                 fixed build on Solaris.
11889
11890 2005-08-10 [colin]      1.9.13cvs32
11891
11892         * src/procmsg.c
11893                 Fix cvs31 (missing fclose before reading
11894                 the file)
11895
11896 2005-08-10 [colin]      1.9.13cvs31
11897
11898         * src/procmsg.c
11899                 Fix procmsg_msginfo_new_from_mimeinfo() when
11900                 the MimeInfo isn't stored in memory. This fixes
11901                 replying to an attached message.
11902
11903 2005-08-10 [colin]      1.9.13cvs30
11904
11905         * src/mainwindow.c
11906                 Fix slowness in account changing
11907
11908 2005-08-10 [colin]      1.9.13cvs29
11909
11910         * src/folder.c
11911         * src/folderutils.c
11912         * src/folderview.c
11913         * src/imap_gtk.c
11914         * src/mainwindow.c
11915         * src/mh_gtk.c
11916         * src/procmsg.c
11917         * src/summaryview.c
11918                 Optimize folder_has_parent_of_type
11919                 Prevent moving special sub-folders from contextual menus
11920                 Rework message a bit ("Empty all messages" -> "Delete all
11921                 messages")
11922                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11923                 and "Deleted Items" folders)
11924
11925 2005-08-08 [colin]      1.9.13cvs28
11926
11927         * src/summaryview.c
11928         * src/prefs_summaries.c
11929                 Make "Select first unread|new" more flexible
11930                 (just prioritize new or unread)
11931
11932 2005-08-08 [colin]      1.9.13cvs27
11933
11934         * src/summaryview.c
11935                 If "select first new" is selected and there only
11936                 are unread messages, fallback to "select first
11937                 unread".
11938
11939 2005-08-08 [colin]      1.9.13cvs26
11940
11941         * src/folder.c
11942                 Fix shameful bugs (and bug #779)
11943
11944 2005-08-08 [colin]      1.9.13cvs25
11945
11946         * src/folder.c
11947         * src/folder.h
11948                 Cache parents' type to make folder_has_parent_of_type
11949                 faster
11950         * src/folderview.c
11951                 Forbid DnD of special sub-folders
11952         * src/procmsg.c
11953         * src/procmsg.h
11954                 Add MAIL_POSTFILTERING_HOOK
11955         * src/summaryview.c
11956                 Revert over-zealous deletion of the use_addr_book 
11957                 code
11958
11959 2005-08-07 [colin]      1.9.13cvs24
11960
11961         * src/folder.c
11962                 Fix big mistake (passing MsgInfo instead 
11963                 of FolderItem)
11964
11965 2005-08-07 [colin]      1.9.13cvs23
11966
11967         * src/compose.c
11968         * src/folder.c
11969         * src/folder.h
11970         * src/foldersel.c
11971         * src/folderutils.c
11972         * src/folderview.c
11973         * src/imap.c
11974         * src/mainwindow.c
11975         * src/messageview.c
11976         * src/mh.c
11977         * src/msgcache.c
11978         * src/procmime.c
11979         * src/summaryview.c
11980                 Make subfolders of Drafts, Queue, Outbox, Trash
11981                 work like their parents. 
11982                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
11983
11984 2005-08-07 [colin]      1.9.13cvs22
11985
11986         * src/addressbook.c
11987                 Fix bug #771 (Dragged contacts not saved)
11988
11989 2005-08-07 [paul]       1.9.13cvs21
11990
11991         * src/summaryview.c
11992                 fix bug 32 'Search Doesn't display results
11993                 if "Hide Read Messages" is chosen'
11994                 be more literal in interpreting 'Hide read
11995                 messages'
11996
11997 2005-08-07 [colin]      1.9.13cvs20
11998
11999         * src/folderview.c
12000                 Add debug
12001         * src/summaryview.c
12002                 Faster 'unthread_for_execution'
12003
12004 2005-08-06 [paul]       1.9.13cvs19
12005
12006         * src/mainwindow.c
12007                 add mnemonics to Set displayed columns
12008                 fix bug where msgview_visible option was
12009                 overwritten as TRUE on startup
12010
12011 2005-08-06 [paul]       1.9.13cvs18
12012
12013         * src/mainwindow.c
12014                 refer to 'displayed columns in folder/message
12015                 list' not 'displayed items in summary/message view'
12016         * src/prefs_display_header.c
12017                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
12018                 be consistent with similar dialogues
12019         * src/prefs_folder_column.c
12020         * src/prefs_summary_column.c
12021                 'columns' not 'items', and folder and message lists,
12022                 instead of folder and summary views;
12023                 Use 'Hidden columns' as list heading not 'Available
12024                 items';
12025                 move the 'Remove' button to the right hand side;
12026                 top-align the buttons;
12027                 remove unneeded vbox
12028         * src/prefs_summaries.c
12029                 put the 2 column prefs buttons in a frame to reduce
12030                 overall width; refer to columns not items &c.
12031
12032 2005-08-05 [colin]      1.9.13cvs17
12033
12034         * src/prefs_common.c
12035         * src/prefs_common.h
12036         * src/mainwindow.c
12037         * src/compose.c
12038         * src/messageview.c
12039                 Add an hidden toolbar_detachable pref, so
12040                 that I can get rid of these painful handles
12041                 in the toolbars. Defaults to TRUE to avoid
12042                 changing the GUI on unsuspecting people...
12043
12044 2005-08-05 [colin]      1.9.13cvs16
12045
12046         * src/Makefile.am
12047         * src/prefs_folder_column.c
12048         * src/prefs_folder_column.h
12049                 Add prefs for folder columns
12050         * src/folderview.c
12051         * src/folderview.h
12052         * src/mainwindow.c
12053         * src/mainwindow.h
12054         * src/prefs_common.c
12055         * src/prefs_common.h
12056         * src/prefs_summaries.c
12057                 Use them
12058         * src/prefs_summary_column.c
12059         * src/summaryview.c
12060         * src/summaryview.h
12061                 Add a To column
12062         * src/textview.c
12063         * src/common/utils.c
12064         * src/common/utils.h
12065                 Move uri colourisation functions
12066                 to utils
12067         * src/compose.c
12068                 Colourise URIs
12069         * src/imap.c
12070                 Fix bug with LIST where we'd try
12071                 to get Folder//////[...]/// 
12072
12073 2005-08-05 [paul]       1.9.13cvs15
12074
12075         * src/prefs_summaries.c
12076                 improve the English usage
12077         * src/summaryview.c
12078                 set font on column change
12079                 thanks to Colin
12080
12081 2005-08-05 [paul]       1.9.13cvs14
12082
12083         * src/prefs_common.c
12084         * src/prefs_common.h
12085         * src/prefs_summaries.c
12086         * src/summaryview.c
12087                 replace 'open_unread_on_enter' option with
12088                 'select_on_entry' option. opening/not opening
12089                 is now exclusively controlled by 'always_show_msg'
12090
12091 2005-08-04 [colin]      1.9.13cvs13
12092
12093         * src/compose.c
12094                 Remove dead code
12095                 Add colourisation of quotes and signatures
12096         * src/folderview.c
12097                 Fix possible crashes
12098         * src/messageview.c
12099                 Change an assert that is no problem
12100         * src/news.c
12101         * src/news_gtk.c
12102         * src/news_gtk.h
12103                 Fix offline mode
12104         * src/gtk/quicksearch.c
12105                 Fix a possible crash
12106
12107 2005-08-03 [colin]      1.9.13cvs12
12108
12109         * src/prefs_account.c
12110                 Fix bug #777 (Sylpheed crash in account configuration)
12111
12112 2005-08-03 [colin]      1.9.13cvs11
12113
12114         * src/addressbook.c
12115         * src/editaddress.c
12116         * src/editgroup.c
12117                 Fixing addressbook, round 2
12118         * src/textview.c
12119                 Fix emphasis color on rechecking 'Colorize messages'
12120
12121 2005-08-03 [paul]       1.9.13cvs10
12122
12123         sync with main
12124
12125         * src/addr_compl.c
12126         * src/compose.c
12127         * src/main.c
12128         * src/pop.c
12129         * src/prefs_account.c
12130         * src/procmime.c
12131         * src/procmsg.c
12132         * src/quote_fmt_parse.y
12133         * src/textview.c
12134         * src/common/quoted-printable.c
12135         * src/common/utils.c
12136         * src/common/utils.h
12137         * src/common/xml.c
12138                 replaced incorrect locale-independent
12139                 ctype functions with GLib's. Corrected
12140                 signedness mismatch.
12141         * src/headerview.c
12142                 headerview_create(): added spacing for vbox.
12143         * src/gtk/about.c
12144                 set focus to the OK button.
12145
12146 2005-08-03 [colin]      1.9.13cvs9
12147
12148         * src/folderview.c
12149                 Fix possible crash
12150
12151 2005-08-02 [colin]      1.9.13cvs8
12152
12153         * src/mainwindow.c
12154                 Fix cast
12155         * src/addressbook.c
12156         * src/addressitem.h
12157                 Fix a cast and more generally, try to make the
12158                 GUI more intuitive and consistent (round 1)
12159
12160 2005-08-02 [paul]       1.9.13cvs7
12161
12162         * src/folder.h
12163                 missing in 1.9.13cvs6
12164
12165 2005-08-02 [colin]      1.9.13cvs6
12166
12167         * src/folder.c
12168                 Fix one more leak
12169
12170 2005-08-02 [colin]      1.9.13cvs5
12171
12172         * src/folder.c
12173         * src/folderview.c
12174         * src/imap.c
12175         * src/main.c
12176         * src/mbox.c
12177         * src/procmsg.c
12178         * src/summaryview.c
12179                 Fix a number of folder_item_get_msg_list()-related
12180                 leaks (missing procmsg_msginfo_free()s)
12181
12182 2005-08-01 [colin]      1.9.13cvs4
12183
12184         * src/folderview.c
12185         * src/folderview.h
12186         * src/mainwindow.c
12187         * src/prefs_fonts.c
12188         * src/prefs_summaries.c
12189         * src/prefs_themes.c
12190         * src/summaryview.c
12191         * src/summaryview.h
12192         * src/textview.c
12193         * src/textview.h
12194                 Fix instant-apply of summary and folderview-related prefs
12195                 Fix erroneous g_free and alertpanels in prefs_theme
12196                 Add instant-apply for fonts
12197                 Defer applying of prefs a little bit so it's done only
12198                 once even if requested by multiples prefs pages
12199
12200 2005-08-01 [paul]       1.9.13cvs3
12201
12202         * src/main.c
12203                 fix bug 776 'S.C. crashes on close'
12204                 thanks to Colin
12205         * src/etpan/etpan-thread-manager-types.h
12206                 add missing include
12207                 thanks to Hoa
12208
12209 2005-07-25 [paul]       1.9.13cvs2
12210
12211         * src/summaryview.c
12212                 fix typos. spotted by Fabien Vantard
12213
12214 2005-07-24 [paul]       1.9.13cvs1
12215
12216         * doc/man/sylpheed.1
12217                 update man page, incorporating fix of
12218                 bug 769 'Typo in manpage'
12219         * src/etpan/imap-thread.c
12220                 fix NetBSD openssl dependencies. patch by
12221                 George Michaelson <ggm@apnic.net>
12222         * po/pt_BR.po
12223                 updated by Frederico Goncalves Guimaraes
12224
12225 2005-07-22 [paul]       1.9.13
12226
12227         1.9.13 release
12228
12229 2005-07-22 [paul]       1.9.12cvs91
12230
12231         * AUTHORS
12232         * INSTALL
12233         * README.claws
12234         * RELEASE_NOTES.claws
12235                 updated for release
12236         * configure.ac
12237         * po/nb.po
12238         * tools/claws.i18n.status.pl
12239                 add Norwegian translation. submiited by
12240                 Geir Helland <pjallabais@users.sourceforge.net>
12241         * po/ca.po
12242         * po/de.po
12243         * po/es.po
12244         * po/fi.po
12245         * po/fr.po
12246         * po/it.po
12247         * po/sk.po
12248         * po/sr.po
12249         * po/zh_CN.po
12250                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12251                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12252                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12253                 Yang Guilong
12254         * src/plugins/clamav/clamav_plugin_gtk.c
12255         * src/plugins/spamassassin/spamassassin_gtk.c
12256                 replace outdated description strings
12257
12258 2005-07-21 [colin]      1.9.12cvs90
12259
12260         * src/folder.c
12261                 Set folder to batch mode when scanning it. Makes deletion
12262                 of unread mails on IMAP much faster (due to the UNREAD 
12263                 flag unsetting)
12264
12265 2005-07-21 [darko]      1.9.12cvs89
12266
12267         * configure.ac
12268                 link against libresolv if necessary (patch by Paul)
12269         * src/msgcache.c
12270                 use glib's portable macros to determine endianness
12271
12272 2005-07-21 [paul]       1.9.12cvs88
12273
12274         * src/crash.c
12275         * src/gtk/about.c
12276                 update compiled-in features list
12277
12278 2005-07-20 [colin]      1.9.12cvs87
12279
12280         * src/folder.c
12281         * src/textview.c
12282                 Gcc 2.9x compilation fixes, thanks to Darko
12283         * src/plugins/clamav/clamav_plugin.c
12284                 Little optimisation: load virus database only once
12285         * src/plugins/spamassassin/spamassassin.c
12286                 Big optimisation: filtering one mail took at least 1 second,
12287                 now it takes at least 50ms. Doesn't speed up spamassassin 
12288                 itself, but should already be much more tolerable.
12289
12290 2005-07-20 [colin]      1.9.12cvs86
12291
12292         * src/summaryview.c
12293                 Fix performance issue
12294
12295 2005-07-19 [colin]      1.9.12cvs85
12296
12297         * src/plugins/pgpinline/plugin.c
12298                 Fix warning
12299
12300 2005-07-19 [colin]      1.9.12cvs84
12301
12302         * configure.ac
12303         * src/plugins/Makefile.am
12304         * src/plugins/pgpinline/.cvsignore
12305         * src/plugins/pgpinline/Makefile.am
12306         * src/plugins/pgpinline/pgpinline.c
12307         * src/plugins/pgpinline/pgpinline.deps
12308         * src/plugins/pgpinline/pgpinline.h
12309         * src/plugins/pgpinline/plugin.c
12310                 Put pgpinline in the main tree
12311
12312 2005-07-19 [paul]       1.9.12cvs83
12313
12314         * src/prefs_actions.c
12315                 prevent '//' in menu names, which cause a crash
12316                 thanks to Colin
12317
12318 2005-07-19 [paul]       1.9.12cvs82
12319
12320         * configure.ac
12321                 be generally more informative in configure output.
12322                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12323                 '[ --disable-openssl ...', as --enable-openssl is default
12324                 PGP/MIME: don't check for GPGME again, check for
12325                 pgpcore instead. Therefore prevent the possibility of
12326                 attempting to build pgpmime if pgpcore dependencies are
12327                 not met
12328                 ClamAV: use pkgconfig to check for lib
12329                 libgnomeprint: revert logic on inner test to match
12330                 everything else
12331         * src/plugins/pgpcore/sgpgme.c
12332                 add missing include
12333
12334 2005-07-19 [colin]      1.9.12cvs81
12335
12336         * src/summaryview.c
12337                 Fix slow thread rebuilding in particular
12338                 cases
12339
12340 2005-07-19 [paul]       1.9.12cvs80
12341
12342         * sylpheed-claws.desktop
12343                 fix typo, spotted by Stephan Sachse
12344         * src/account.c
12345                 replace GTK_STOCK_ADD with
12346                 GTK_STOCK_NEW button
12347
12348 2005-07-18 [colin]      1.9.12cvs79
12349
12350         * src/etpan/imap-thread.c
12351                 Fix return value (Thanks Hoa)
12352
12353 2005-07-18 [colin]      1.9.12cvs78
12354
12355         * src/imap.c
12356                 Allow empty passwords
12357                 Create drafts/queue/outbox if necessary
12358         * src/summaryview.c
12359                 Remove old code
12360         * src/etpan/imap-thread.c
12361                 Fix STARTTLS (Thanks to Hoa)
12362
12363 2005-07-18 [paul]       1.9.12cvs77
12364
12365         * ChangeLog-gtk2.jp
12366         * ChangeLog.jp
12367                 removed
12368         * Makefile.am
12369                 updated to reflect additions and removals
12370         * TODO
12371                 updated to be claws-specific
12372         * TODO-gtk2
12373         * TODO-gtk2.jp
12374         * TODO.jp
12375         * sylpheed-128x128.png
12376         * sylpheed-64x64.png
12377                 removed
12378         * sylpheed-claws-128x128.png
12379         * sylpheed-claws-64x64.png
12380         * sylpheed-claws.desktop
12381         * sylpheed-claws.png
12382                 added
12383         * sylpheed.desktop
12384         * sylpheed.png
12385                 removed
12386
12387 2005-07-17 [paul]       1.9.12cvs76
12388
12389         * src/account.c
12390         * src/addressbook.c
12391         * src/alertpanel.c
12392         * src/alertpanel.h
12393         * src/compose.c
12394         * src/exphtmldlg.c
12395         * src/expldifdlg.c
12396         * src/folderview.c
12397         * src/imap_gtk.c
12398         * src/inc.c
12399         * src/message_search.c
12400         * src/messageview.c
12401         * src/mh_gtk.c
12402         * src/news_gtk.c
12403         * src/prefs_actions.c
12404         * src/prefs_filtering.c
12405         * src/prefs_matcher.c
12406         * src/prefs_template.c
12407         * src/prefs_themes.c
12408         * src/ssl_manager.c
12409         * src/summary_search.c
12410         * src/textview.c
12411         * src/toolbar.c
12412         * src/gtk/sslcertwindow.c
12413         * src/plugins/pgpcore/sgpgme.c
12414                 rework alertpanels
12415
12416 2005-07-17 [colin]      1.9.12cvs75
12417
12418         * src/privacy.c
12419                 add a PrivacySystem accessor that checks that
12420                 the system cached in a MimeInfo's privacydata
12421                 is still registered. Use this accessor instead
12422                 of directly using data->system. Fixes crashes
12423                 after unloading pgp plugins.
12424
12425 2005-07-17 [colin]      1.9.12cvs74
12426
12427         * src/alertpanel.c
12428                 Change geometry hints to a simple default size.
12429                 Fixes the certs dialogs.
12430
12431 2005-07-17 [colin]      1.9.12cvs73
12432
12433         * src/gtk/sslcertwindow.c
12434                 Use a gtkExpander
12435
12436 2005-07-17 [colin]      1.9.12cvs72
12437
12438         * src/plugins/pgpcore/Makefile.am
12439         * src/plugins/pgpmime/Makefile.am
12440                 Add gpgme libs
12441
12442 2005-07-17 [paul]       1.9.12cvs71
12443
12444         * configure.ac
12445                 add --disable-gnomeprint option
12446                 modified version of patch by Marius Mauch
12447
12448 2005-07-17 [paul]       1.9.12cvs70
12449
12450         * src/common/defs.h
12451                 update urls
12452         * src/account.c
12453         * src/action.c
12454         * src/addressbook.c
12455         * src/compose.c
12456         * src/foldersel.c
12457         * src/folderview.c
12458         * src/html.c
12459         * src/imap_gtk.c
12460         * src/main.c
12461         * src/mainwindow.c
12462         * src/messageview.c
12463         * src/mh_gtk.c
12464         * src/mimeview.c
12465         * src/news_gtk.c
12466         * src/prefs_account.c
12467         * src/prefs_send.c
12468         * src/prefs_summaries.c
12469         * src/procmsg.c
12470         * src/summaryview.c
12471         * src/common/utils.c
12472         * src/common/xml.c
12473         * src/plugins/pgpcore/passphrase.c
12474         * src/plugins/pgpcore/select-keys.c
12475                 replace inappropriately used backticks
12476                 with single quotes
12477
12478 2005-07-16 [colin]      1.9.12cvs69
12479
12480         * src/image_viewer.c
12481                 Add extra paranoid checks
12482
12483 2005-07-16 [colin]      1.9.12cvs68
12484
12485         * src/plugins/pgpcore/prefs_gpg.c
12486                 Don't auto-check sigs by default, as it
12487                 can be really slow.
12488
12489 2005-07-16 [colin]      1.9.12cvs67
12490
12491         * src/plugins/pgpcore/sgpgme.c
12492                 Make messages a bit better.
12493
12494 2005-07-16 [colin]      1.9.12cvs66
12495
12496         * src/imap.c
12497                 Remove pseudo-log
12498         * src/etpan/imap-thread.c
12499                 Add real log
12500
12501 2005-07-16 [colin]      1.9.12cvs65
12502
12503         * src/main.c
12504         * src/prefs_other.c
12505                 And now, fix build with libetpan :-/
12506
12507 2005-07-15 [colin]      1.9.12cvs64
12508
12509         * src/prefs_other.c
12510                 Continue fixing build without libetpan.
12511
12512 2005-07-15 [colin]      1.9.12cvs63
12513
12514         * src/main.c
12515                 Fix build with --disable-libetpan
12516
12517 2005-07-15 [colin]      1.9.12cvs62
12518
12519         * configure.ac
12520                 Bump libetpan's version
12521
12522 2005-07-15 [colin]      1.9.12cvs61
12523
12524         * src/etpan/imap-thread.c
12525                 Actually stop logging :)
12526
12527 2005-07-15 [colin]      1.9.12cvs60
12528
12529         * src/addressbook.c
12530                 Fix dnd of multiple addresses.
12531
12532 2005-07-15 [hoa]        1.9.12cvs59
12533
12534         * src/etpan/imap-thread.c
12535             disable login of IMAP password in libetpan log file.
12536
12537 2005-07-15 [paul]       1.9.12cvs58
12538
12539         * src/account.c
12540                 don't automatically sort
12541                 do allow drag n drop
12542
12543 2005-07-15 [paul]       1.9.12cvs57
12544
12545         * src/account.c
12546         * src/ssl_manager.c
12547                 alphabetical listing
12548
12549 2005-07-15 [paul]       1.9.12cvs56
12550
12551         * src/gtk/pluginwindow.c
12552                 sort plugin list alphabetically
12553
12554 2005-07-15 [paul]       1.9.12cvs55
12555
12556         * src/prefs_spelling.c
12557         * src/prefs_wrapping.c
12558                 unify English usage
12559
12560 2005-07-15 [colin]      1.9.12cvs54
12561
12562         * src/wizard.c
12563                 Typo fix
12564
12565 2005-07-15 [paul]       1.9.12cvs53
12566
12567         * src/prefs_message.c
12568                 make 'show cursor' a hidden option
12569
12570 2005-07-14 [colin]      1.9.12cvs52
12571
12572         * src/plugins/spamassassin/Makefile.am
12573         * src/plugins/clamav/Makefile.am
12574                 Fix double EXTRA_DISTs
12575
12576 2005-07-14 [colin]      1.9.12cvs51
12577
12578         * src/plugins/clamav/Makefile.am
12579         * src/plugins/clamav/clamav_plugin_gtk.deps
12580         * src/plugins/spamassassin/Makefile.am
12581         * src/plugins/spamassassin/spamassassin_gtk.deps
12582                 Make $plugin_gtk depend on $plugin
12583
12584 2005-07-14 [hoa]        1.9.12cvs50
12585
12586         * src/etpan/imap-thread.c
12587                 enable debug log of libetpan when running with --debug
12588
12589 2005-07-14 [colin]      1.9.12cvs49
12590
12591         * configure.ac
12592         * src/common/Makefile.am
12593         * src/common/plugin.c
12594         * src/common/plugin.h
12595                 Add a little plugin dependancy system.
12596                 Plugins can ship a $plugin_name.deps file
12597                 (near them in PLUGINDIR) so that their
12598                 dependancies are loaded if possible.
12599         * src/plugins/Makefile.am
12600         * src/plugins/pgpcore/Makefile.am
12601         * src/plugins/pgpcore/passphrase.c
12602         * src/plugins/pgpcore/passphrase.h
12603         * src/plugins/pgpcore/plugin.c
12604         * src/plugins/pgpcore/prefs_gpg.c
12605         * src/plugins/pgpcore/prefs_gpg.h
12606         * src/plugins/pgpcore/select-keys.c
12607         * src/plugins/pgpcore/select-keys.h
12608         * src/plugins/pgpcore/sgpgme.c
12609         * src/plugins/pgpcore/sgpgme.h
12610                 Introduce pgpcore, used by pgpmime and
12611                 pgpinline
12612         * src/plugins/pgpmime/Makefile.am
12613         * src/plugins/pgpmime/passphrase.c
12614         * src/plugins/pgpmime/passphrase.h
12615         * src/plugins/pgpmime/pgpmime.c
12616         * src/plugins/pgpmime/pgpmime.deps
12617         * src/plugins/pgpmime/plugin.c
12618         * src/plugins/pgpmime/prefs_gpg.c
12619         * src/plugins/pgpmime/prefs_gpg.h
12620         * src/plugins/pgpmime/select-keys.c
12621         * src/plugins/pgpmime/select-keys.h
12622         * src/plugins/pgpmime/sgpgme.c
12623         * src/plugins/pgpmime/sgpgme.h
12624                 Remove the core from pgpmime and add the
12625                 dependancy to pgpcore.
12626
12627 2005-07-14 [paul]       1.9.12cvs48
12628
12629         * src/stock_pixmap.c
12630                 forgot this in last commit
12631
12632 2005-07-14 [paul]       1.9.12cvs47
12633
12634         * src/account.c
12635         * src/addressbook.c
12636                 add accelerators for the buttons (sync with main)
12637         * src/compose.c
12638         * src/compose.h
12639                 add accelerators for the buttons.
12640                 fix editing with external editor.
12641                 replace gdk_input_*() with GIOChannel;
12642                 (sync with main)
12643         * src/foldersel.c
12644                 display folder names with new/unread
12645                 representation (sync with main)
12646         * src/main.c
12647                 specify default window icon (sync with main)
12648         * src/prefs_common.c
12649                 use_addr_book default to FALSE
12650         * src/summaryview.c
12651         * src/textview.c
12652                 add accelerators for the buttons (sync with main)
12653         * src/gtk/menu.c
12654                 fix typos
12655         * src/pixmaps/sylpheed_icon.xpm
12656                 updated
12657
12658 2005-07-13 [paul]       1.9.12cvs46
12659
12660         * src/plugins/pgpmime/pgpmime.c
12661         * src/plugins/pgpmime/sgpgme.c
12662                 (temporarily) use deprecated gpgme_data_rewind()
12663                 while largefile support is not present
12664                 (as suggested by Colin)
12665
12666 2005-07-13 [paul]       1.9.12cvs45
12667
12668         * configure.ac
12669                 remove large file support (for now):
12670                 it breaks too many things
12671
12672 2005-07-13 [paul]       1.9.12cvs44
12673
12674         * configure.ac
12675                 add large file support
12676         * src/html.c
12677                 fix bug #763 where href attribute was not
12678                 the very first attribute of a link
12679                 patch by Thomas Gilgin
12680
12681 2005-07-13 [colin]      1.9.12cvs43
12682
12683         * src/gtk/pluginwindow.c
12684                 Little portability fix
12685
12686 2005-07-13 [colin]      1.9.12cvs42
12687
12688         * src/plugins/pgpmime/sgpgme.c
12689                 Fix crasher.
12690
12691 2005-07-13 [colin]      1.9.12cvs41
12692
12693         * src/plugins/pgpmime/pgpmime.c
12694         * src/plugins/pgpmime/sgpgme.c
12695                 Use gpgme_data_release_and_get_mem instead
12696                 of gpgme_data_read.
12697
12698 2005-07-13 [colin]      1.9.12cvs40
12699
12700         * configure.ac
12701         * src/plugins/pgpmime/passphrase.c
12702         * src/plugins/pgpmime/passphrase.h
12703         * src/plugins/pgpmime/pgpmime.c
12704         * src/plugins/pgpmime/plugin.c
12705         * src/plugins/pgpmime/select-keys.c
12706         * src/plugins/pgpmime/select-keys.h
12707         * src/plugins/pgpmime/sgpgme.c
12708         * src/plugins/pgpmime/sgpgme.h
12709                 Port pgpmime to gpgme-1.0.
12710
12711 2005-07-12 [paul]       1.9.12cvs39
12712
12713         * AUTHORS
12714         * src/toolbar.c
12715         * src/toolbar.h
12716                 add a 'Go to Prev' button to the toolbar.
12717                 correct tooltip text of go to buttons.
12718                 based on patch by Yang Guilong <bamanzi@gmail.com>
12719
12720 2005-07-12 [colin]      1.9.12cvs38
12721
12722         * src/statusbar.c
12723                 Fix progress bar showing stuff at startup.
12724
12725 2005-07-12 [paul]       1.9.12cvs37
12726
12727         * src/editjpilot.c
12728                 fix building with jpilot support
12729
12730 2005-07-11 [colin]      1.9.12cvs36
12731
12732         * src/inc.c
12733                 Add visual indication that filtering is running
12734         * src/textview.c
12735                 Make {}[] uri delimiters
12736         * src/summaryview.c
12737                 Remove useless (and slow) calls
12738
12739 2005-07-11 [paul]       1.9.12cvs35
12740
12741         * src/plugins/clamav/clamav_plugin_gtk.c
12742         * src/plugins/dillo_viewer/dillo_prefs.c
12743         * src/plugins/pgpmime/prefs_gpg.c
12744         * src/plugins/spamassassin/spamassassin_gtk.c
12745                 gather plugins prefs together under their
12746                 own 'Plugins' heading
12747
12748 2005-07-11 [paul]       1.9.12cvs34
12749
12750         sync with main
12751
12752         * src/account.c
12753                 account_delete(): modified alert dialog
12754         * src/editjpilot.c
12755         * src/editvcard.c
12756                 fixed a crash when cancelling file selection
12757                 dialog by Escape key. Made non-ascii filename
12758                 selectable.
12759         * src/prefs_template.c
12760                 prefs_template_window_create(): make scrolled
12761                 window policy AUTOMATIC
12762
12763 2005-07-10 [hoa]        1.9.12cvs33
12764
12765         * src/etpan/imap-thread.c
12766                 workaround for old Courier IMAP servers.
12767
12768 2005-07-10 [colin]      1.9.12cvs32
12769
12770         * src/folder.c
12771         * src/statusbar.c
12772         * src/statusbar.h
12773                 Add visual progress indicator on filtering/processing
12774                 Factorize the progress bar code
12775         * src/imap.c
12776         * src/imap.h
12777         * src/etpan/imap-thread.c
12778                 Add a reference counter to avoid destroying the Folder
12779                 while it's in use by another callback.
12780
12781 2005-07-09 [hoa]        1.9.12cvs31
12782
12783         * src/imap.c
12784         * src/etpan/imap-thread.c
12785                 fixed deadlock when removing IMAP account.
12786
12787 2005-07-08 [colin]      1.9.12cvs30
12788
12789         * src/textview.c
12790         * src/unmime.c
12791                 Fix again problems decoding broken headers
12792         * src/gtk/inputdialog.c
12793                 Fix local variable shadowing a global one
12794
12795 2005-07-08 [colin]      1.9.12cvs29
12796
12797         * src/msgcache.c
12798                 Make the cache/mark files platform-agnostic by writing
12799                 them in little-endian format. Reading them is also done
12800                 in little-endian format, of course; however, in order
12801                 to avoid trashing mark data on big-endian machines, the
12802                 files are, at first, read from the native format if the
12803                 little-endian one doesn't exist. This is easy to deter-
12804                 mine by trying to open a file with a swapped data_ver
12805                 and seeing if it's the wanted version.
12806                 Little-endian using users should see absolutely no
12807                 difference, Big-endian users may get a very little
12808                 performance drop due to byte-swapping.
12809                 Tested on i386 and ppc32. 
12810                 Fixes bug #159 (The index file, in the mailboxes, is 
12811                 hardware depending).
12812
12813                 To have the cache/mark files updated to the new little-
12814                 endian format, "Check for new messages" or even
12815                 "Rebuild folder tree" aren't enough. Files will be
12816                 updated as soon as a folder has been opened/closed.
12817                 To update everything, just select all folders by
12818                 selecting them one by one.
12819
12820 2005-07-07 [colin]      1.9.12cvs28
12821
12822         * src/imap.c
12823                 Remember the folder separator per IMAPFolder
12824                 instead of globally.
12825                 Revive the Session on noop; fixes bug #761
12826                 (mark a bunch of unread messages as read takes 
12827                 forever)
12828
12829 2005-07-07 [darko]      1.9.12cvs27
12830
12831         * src/common/template.c
12832                 Sort templates alphabetically
12833
12834 2005-07-06 [colin]      1.9.12cvs26
12835
12836         * src/imap.c
12837                 Try to use the correct separator in
12838                 most cases. Possibly fixes bug #759
12839                 (only creates the INBOX folder when 
12840                 setting up new IMAP account) and 
12841                 bug #760 (Can't retrieve messages)
12842
12843 2005-07-06 [colin]      1.9.12cvs25
12844
12845         * src/imap.c
12846                 Use real_path in status command. This will
12847                 help later, when namespaces will be used.
12848
12849 2005-07-06 [colin]      1.9.12cvs24
12850
12851         * configure.ac
12852         * src/account.c
12853         * src/folder.c
12854         * src/imap.c
12855         * src/etpan/etpan-log.c
12856         * src/etpan/etpan-thread-manager.c
12857         * src/etpan/imap-thread.c
12858                 Add a --disable-libetpan parameter. With this,
12859                 users that don't want IMAP4 support can avoid
12860                 the new dependancy (and have no IMAP support).
12861                 Users that have IMAP4 accounts and use this
12862                 parameter won't lose their configuration, their
12863                 IMAP accounts will just be invisible and not
12864                 used.
12865         * src/textview.c
12866                 Make the "Copy ..." contextual menu items 
12867                 copy to both the X clipboard and the gtk 
12868                 clipboard - as most other apps do.
12869         * src/gtk/about.c
12870                 Add a notice about OpenSSL usage, in order to
12871                 comply with OpenSSL's license (point 6):
12872                 http://www.openssl.org/source/license.html
12873
12874 2005-07-06 [colin]      1.9.12cvs23
12875
12876         * src/alertpanel.c
12877                 Fix a minimum size for alertpanels
12878         * src/compose.c
12879                 Show 'No space left on device' type errors
12880                 when queuing/sending
12881         * src/imap_gtk.c
12882         * src/mh_gtk.c
12883                 Rework folder's deletion message (remove 
12884                 extra \n)
12885
12886 2005-07-05 [colin]      1.9.12cvs22
12887
12888         * src/imap.c
12889                 Add an alertpanel on auth error
12890                 Add pseudo-log
12891                 Remove pthread-related stuff
12892
12893 2005-07-05 [colin]      1.9.12cvs21
12894
12895         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12896                 Fix crash on plugin reloading (with a hack)
12897
12898 2005-07-05 [colin]      1.9.12cvs20
12899
12900         * src/prefs_account.c
12901         * src/prefs_account.h
12902                 Fix typo
12903         * src/gtk/filesel.c
12904         * src/gtk/filesel.h
12905                 Add a way to filter the view
12906         * src/gtk/pluginwindow.c
12907                 Filter loadable stuff
12908         * src/plugins/pgpmime/prefs_gpg.c
12909                 Fix missing unregistration
12910         * .cvsignore
12911         * src/etpan/.cvsignore
12912         * src/plugins/spamassassin/.cvsignore
12913                 Add more stuff to cvs ignored files
12914
12915 2005-07-04 [colin]      1.9.12cvs19
12916
12917         * src/imap.c
12918                 Fix scan_required returning FALSE when it
12919                 shouldn't. Maybe fix #760 (Can't retrieve
12920                 messages)
12921
12922 2005-07-04 [colin]      1.9.12cvs18
12923
12924         * src/summaryview.c
12925                 Fix always_show_msg pref
12926
12927 2005-07-04 [paul]       1.9.12cvs17
12928
12929         sync with main (forgotten in last commit)
12930         
12931         * src/common/utils.c
12932         * src/common/utils.h
12933                 check_line_length(): new.
12934                 is_dir_exist()
12935                 is_file_entry_exist()
12936                 dirent_is_regular_file()
12937                 dirent_is_directory(): use g_file_test() instead of stat().
12938
12939 2005-07-04 [paul]       1.9.12cvs16
12940
12941         sync with main:
12942
12943         * src/compose.c
12944                 compose_write_to_file(): check for line
12945                 length limit and display warning if exceeds
12946         * src/jpilot.c
12947                 use get_home_dir() instead of g_get_home_dir()
12948         * src/procheader.c
12949                 removed warning about invalid date
12950         * src/vcard.c
12951                 use get_home_dir() instead of g_get_home_dir()
12952
12953 2005-07-04 [paul]       1.9.12cvs15
12954
12955         * src/stock_pixmap.c
12956                 fix new pixmap naming errors
12957                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12958
12959 2005-07-04 [colin]      1.9.12cvs14
12960
12961         * src/imap.c
12962                 Fix debugging string with a warning
12963
12964 2005-07-04 [colin]      1.9.12cvs13
12965
12966         * configure.ac
12967                 Add a check for libetpan's version (>= 0.37)
12968
12969 2005-07-04 [hoa]        1.9.12cvs12
12970
12971         * commitHelper
12972         * src/imap.c
12973         * src/etpan/imap-thread.c
12974         * src/etpan/imap-thread.h
12975                 fixed IMAP implementation of check of mails.
12976
12977 2005-07-03 [hoa]        1.9.12cvs11
12978
12979         * src/etpan/Makefile.am
12980         * src/etpan/etpan-errors.h
12981         * src/etpan/etpan-log.[ch]
12982         * src/etpan/etpan-thread-manager-types.h
12983         * src/etpan/etpan-thread-manager.[ch]
12984         * src/etpan/imap-thread.[ch]
12985         * src/Makefile.am
12986         * src/imap.c
12987         * src/main.c
12988         * src/prefs_other.c
12989         * configure.ac
12990             merged imap branch.
12991             dependency on libetpan 0.37 is now added.
12992
12993 2005-07-01 [colin]      1.9.12cvs10
12994
12995         * src/Makefile.am
12996         * src/folder.c
12997         * src/folder.h
12998         * src/folderview.c
12999         * src/stock_pixmap.c
13000         * src/stock_pixmap.h
13001         * src/plugins/trayicon/trayicon.c
13002                 Add marked symbol on folders containing
13003                 marked messages
13004         * src/procmsg.c
13005         * src/procmsg.h
13006         * src/toolbar.c
13007         * src/prefs_common.c
13008         * src/prefs_common.h
13009         * src/prefs_send.c
13010                 Add an optional confirmation dialog on queue
13011                 sending. Patch by wwp.
13012         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
13013         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
13014         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
13015         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
13016         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
13017         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
13018         * src/pixmaps/inbox_mark.xpm            ** ADDED **
13019         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
13020         * src/pixmaps/outbox_mark.xpm           ** ADDED **
13021         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
13022         * src/pixmaps/trash_mark.xpm            ** ADDED **
13023                 New pixmaps
13024
13025 2005-07-01 [colin]      1.9.12cvs9
13026
13027         * src/summaryview.c
13028                 Fix a little threading bug
13029         * src/addrgather.c
13030         * src/mainwindow.c
13031                 A little bit of HIG normality never hurts
13032
13033 2005-07-01 [colin]      1.9.12cvs8
13034
13035         * src/compose.c
13036         * src/msgcache.c
13037         * src/pop.c
13038         * src/procmime.c
13039         * src/recv.c
13040         * src/common/log.c
13041         * src/common/template.c
13042         * src/common/utils.c
13043         * src/common/utils.h
13044                 Reverted the fwrite_atomic stuff. In fact
13045                 it is already atomic.
13046
13047 2005-06-30 [colin]      1.9.12cvs7
13048
13049         * src/common/utils.c
13050         * src/common/utils.h
13051                 Add an fwrite_atomic() function to make
13052                 sure we write everything: fwrite can make
13053                 short writes.
13054         * src/compose.c
13055         * src/msgcache.c
13056         * src/pop.c
13057         * src/procmime.c
13058         * src/recv.c
13059         * src/common/log.c
13060         * src/common/template.c
13061                 Use that (and fix swapping of size and nmemb).
13062                 Thanks to Rich Coe for the heads up.
13063
13064 2005-06-30 [colin]      1.9.12cvs6
13065
13066         * src/addressbook.c
13067                 Optimize addressbook opening 
13068
13069 2005-06-30 [colin]      1.9.12cvs5
13070
13071         * src/summaryview.c
13072                 Remove calls to summary_step after move/copy
13073
13074 2005-06-28 [paul]       1.9.12cvs4
13075
13076         * src/alertpanel.c
13077                 wrap and make the error msg selectable
13078
13079 2005-06-28 [paul]       1.9.12cvs3
13080
13081         * src/ssl_manager.c
13082                 replace the OK button with a Close button
13083         * src/gtk/foldersort.c
13084                 use GTK_STOCK_ icons/buttons
13085
13086 2005-06-28 [colin]      1.9.12cvs2
13087
13088         * src/gedit-print.c             ** ADDED **
13089         * src/gedit-print.h             ** ADDED **
13090         * src/gtk/gtksourceprintjob.c   ** ADDED **
13091         * src/gtk/gtksourceprintjob.h   ** ADDED **
13092                 I can't believe no one had enough time to tell
13093                 me I forgot the `cvs add`
13094
13095 2005-06-27 [colin]      1.9.12cvs1
13096
13097         * src/Makefile.am
13098         * src/gtk/Makefile.am
13099         * src/messageview.c
13100         * src/procmsg.c
13101         * src/summaryview.c
13102         * configure.ac
13103                 Add optional libgnomeprint-based printing
13104         * src/mainwindow.c
13105         * src/gtk/quicksearch.c
13106                 Add an Edit/Quick search menu item to show
13107                 and focus the quicksearch
13108
13109 2005-06-27 [paul]       1.9.12
13110
13111         1.9.12 release
13112
13113         * po/ca.po
13114         * po/de.po
13115         * po/es.po
13116         * po/fr.po
13117         * po/it.po
13118         * po/ko.po
13119         * po/pt_BR.po
13120         * po/sk.po
13121         * po/zh_CN.po
13122                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13123                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
13124                 SungHyun Nam, Frederico Goncalves Guimaraes,
13125                 Andrej Kacian, and Yang Guilong
13126 2005-06-26 [colin]      1.9.11cvs106
13127
13128         * src/imap_gtk.c
13129                 Forgot one file for previous fix
13130
13131 2005-06-26 [colin]      1.9.11cvs105
13132
13133         * src/folder.c
13134         * src/imap.c
13135                 Fix problems with folder operations in no_select
13136                 imap folders. it applies only to mails, and 
13137                 creation/deletion/move/renaming of folders 
13138                 should be possible
13139
13140 2005-06-26 [paul]       1.9.11cvs104
13141
13142         * src/prefs_filtering.c
13143                 replace one more GTK_STOCK_REMOVE
13144                 with GTK_STOCK_DELETE
13145
13146 2005-06-25 [colin]      1.9.11cvs103
13147
13148         * src/imap.c
13149                 Optimize get_seq_set_from_seq_list
13150                 (Patch by Ricardo) 
13151
13152 2005-06-25 [colin]      1.9.11cvs102
13153
13154         * src/mh.c
13155                 If the directory exists, but not in the
13156                 correct encoding, rename it. This should
13157                 handle old-versions-induced bugs.
13158
13159 2005-06-25 [colin]      1.9.11cvs101
13160
13161         * src/mh.c
13162                 Fix path access with extended dir names
13163                 Fixes bug #589 (SC segfaults with wrong locale
13164                 settings)
13165
13166 2005-06-25 [colin]      1.9.11cvs100
13167
13168         * src/prefs_account.c
13169         * src/prefs_account.h
13170         * src/compose.c
13171                 Add an option to encrypt replies to
13172                 encrypted messages
13173
13174 2005-06-25 [colin]      1.9.11cvs99
13175
13176         * src/compose.c
13177         * src/quote_fmt_parse.y
13178                 ... And make it work with pgpinline.
13179
13180 2005-06-25 [colin]      1.9.11cvs98
13181
13182         * src/compose.c
13183         * src/procmime.c
13184         * src/procmime.h
13185         * src/quote_fmt_parse.y
13186                 o Make reedition of encrypted messages possible
13187                   (as long as it is encrypted to self too, no
13188                    magic there)
13189                 o Make replying with quote (and without selecting
13190                   text) possible for encrypted messages.
13191                 Closes bug #550 (Not possible to "reply with quote"
13192                 to gnupg encrypted messages)
13193
13194 2005-06-24 [paul]       1.9.11cvs97
13195
13196         * src/imap.c
13197                 add missing include
13198
13199 2005-06-24 [paul]       1.9.11cvs96
13200
13201         * src/editldap.c
13202                 made bind password entry invisible
13203                 (sync with main)
13204         * src/send_message.c
13205                 send_message_local(): check exit status
13206                 to detect errors (sync with main)
13207         * src/textview.c
13208                 use main's less ambiguous popup menu
13209                 wording
13210
13211 2005-06-24 [paul]       1.9.11cvs95
13212
13213         * src/prefs_actions.c
13214         * src/prefs_customheader.c
13215         * src/prefs_display_header.c
13216         * src/prefs_filtering_action.c
13217         * src/prefs_matcher.c
13218         * src/prefs_template.c
13219         * src/prefs_toolbar.c
13220                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13221         * src/gtk/description_window.c
13222                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13223
13224 2005-06-23 [colin]      1.9.11cvs94
13225
13226         * src/summaryview.c
13227                 Fix rough edges (be sure to call status_show whenever
13228                 necessary).
13229
13230 2005-06-23 [colin]      1.9.11cvs93
13231
13232         * src/summaryview.c
13233                 Optimize Select All
13234                 Before, in a 5K mails folder: 11s
13235                 After, in the same folder: 58000µs
13236                 The joys of locking... gtk_clist_select_all() fires a 
13237                 tree-select-row event for each selected row, which in 
13238                 summaryview, callbacks summary_selected which in turn,
13239                 calls summary_status_show, which walks the selected
13240                 rows. Hence, calling gtk_clist_select_all was 
13241                 exponential. Locking the summaryview makes 
13242                 summary_selected return early.
13243
13244 2005-06-23 [colin]      1.9.11cvs92
13245
13246         * src/imap.c
13247                 Move mutex at the important place to avoid
13248                 deadlocks
13249         * src/summaryview.c
13250                 Fix Del key deleting directly instead of
13251                 moving to trash
13252
13253 2005-06-22 [colin]      1.9.11cvs91
13254
13255         * src/plugins/spamassassin/libspamc.c
13256                 As we do spagetti code with assignations in multiple
13257                 places (see _message_read_raw where out = msg = raw),
13258                 let's be sure we don't free the same pointer twice.
13259                 Should fix bug #683 (Crash in libpam at 
13260                 message_cleanup).
13261
13262 2005-06-22 [colin]      1.9.11cvs90
13263
13264         * src/compose.c
13265         * src/messageview.c
13266         * src/toolbar.c
13267                 Make toolbar's delete use the move to trash stuff;
13268                 Add gtk_widget_realize to be sure pixmaps can get
13269                 created (that may fix an old worksforme bug which
13270                 I can't find back...)
13271
13272 2005-06-22 [colin]      1.9.11cvs89
13273
13274         * src/summaryview.c
13275         * src/summaryview.h
13276         * src/mainwindow.c
13277                 Rename "Message/Delete" to "Message/Move to trash"
13278                 Add "Message/Delete..." that directly destroys the
13279                 selected messages after asking for a confirmation.
13280
13281 2005-06-22 [colin]      1.9.11cvs88
13282
13283         * src/imap.c
13284                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13285                 o Fix a deadlock (thanks Darko)
13286
13287 2005-06-22 [colin]      1.9.11cvs87
13288
13289         * src/gtk/foldersort.c
13290                 Add missing include for the i18n;
13291                 patch by Fabien Vantard
13292
13293 2005-06-21 [colin]      1.9.11cvs86
13294
13295         * src/folder.c
13296         * src/folderview.c
13297                 Respect the no_select flag
13298         * src/imap.c
13299                 Fix recursive deletion
13300         * src/imap_gtk.c
13301         * src/mh_gtk.c
13302                 Make the folder deletion's warning
13303                 more explicit
13304
13305 2005-06-21 [colin]      1.9.11cvs85
13306
13307         * src/textview.c
13308                 Prevent email addresses from spanning accross
13309                 lines - fixes bug # 646 (newline-chars in 
13310                 email addresses)
13311
13312 2005-06-20 [colin]      1.9.11cvs84
13313
13314         * src/folder.c
13315                 Be sure not to remove source if copy failed
13316
13317 2005-06-20 [colin]      1.9.11cvs83
13318
13319         * src/folderview.c
13320         * src/imap_gtk.c
13321                 remove summaryview's lock
13322         * src/imap.c
13323                 introduce threads to avoid problems when foreground tasks
13324                 interfere with background tasks
13325         * src/mh.c
13326                 prevent moving to drafts/queue
13327         * src/mimeview.c
13328                 fix leak
13329
13330 2005-06-19 [colin]      1.9.11cvs82
13331
13332         * src/imap_gtk.c
13333                 Remember that the user doesn't want to override
13334                 offline mode, for 3 seconds. It avoid presenting
13335                 him with N popups in a really short time.
13336
13337 2005-06-17 [colin]      1.9.11cvs81
13338
13339         * src/imap.c
13340                 Fix IMAP breaking on folders containing '('
13341                 (Probably won't be enough)
13342
13343 2005-06-17 [colin]      1.9.11cvs80
13344
13345         Forgotten files on 1.9.11cvs79
13346         * src/summaryview.c
13347                 Fix stepping when not immediately executing
13348         * src/imap.c
13349                 Really prevent UID FETCH 0
13350         * src/codeconv.c
13351                 Fix outgoing charset never set to utf-8
13352         * src/mh.c
13353                 Fix leak
13354
13355 2005-06-16 [colin]      1.9.11cvs79
13356
13357         * src/compose.c
13358                 Fix bug #707 (Dash splits rows)
13359                 Only wrap if we're on a line break position and
13360                 the previous one was a "white" (space) char.
13361                 Pango stuff is weird.
13362
13363 2005-06-16 [colin]      1.9.11cvs78
13364
13365         * src/imap_gtk.c
13366                 Lock summaryview while downloading messages
13367                 on user demand
13368         * src/procheader.c
13369         * src/unmime.c
13370         * src/common/utils.c
13371         * src/common/utils.h
13372                 Replace \r and \n with spaces in From and
13373                 Subject headers
13374
13375 2005-06-16 [paul]       1.9.11cvs77
13376
13377         * src/procmime.c
13378                 liberalise the mime parser
13379         * src/gtk/about.c
13380                 add text wrapping
13381
13382 2005-06-16 [paul]       1.9.11cvs76
13383
13384         * src/gtk/about.c
13385                 reworked
13386
13387 2005-06-15 [colin]      1.9.11cvs75
13388
13389         * src/compose.c
13390                 Finish header encoding fix
13391         * src/summaryview.c
13392                 Fix segfault
13393         * src/headerview.c
13394                 Fix compilation (Thanks Stephan
13395                 Sachse)
13396
13397 2005-06-15 [colin]      1.9.11cvs74
13398
13399         * Makefile.am
13400                 Install gnome2 stuff rather than gnome1, 
13401                 if both are present
13402         * src/codeconv.c
13403         * src/codeconv.h
13404         * src/compose.c
13405                 Fix headers encoding
13406         * src/folder.c
13407                 Visual progress when fetching all messages
13408         * src/folderview.c
13409         * src/summaryview.c
13410         * src/summaryview.h
13411                 Prevent changing current message while
13412                 incorporating
13413
13414 2005-06-15 [paul]       1.9.11cvs73
13415
13416         * src/gtk/gtkaspell.c
13417         * src/gtk/gtkaspell.h
13418                 fix build warnings
13419
13420 2005-06-15 [paul]       1.9.11cvs72
13421
13422         * src/prefs_filtering.c
13423                 allow reordering of filter rules by
13424                 drag n drop
13425
13426 2005-06-15 [paul]       1.9.11cvs71
13427
13428         * COPYING
13429                 updated
13430         * src/codeconv.c
13431                 replace deprecated function
13432         * src/inc.c
13433         * src/send_message.c
13434         * src/gtk/progressdialog.c
13435         * src/gtk/progressdialog.h
13436                 salvage and reuse parts of reverted sync
13437
13438 2005-06-15 [paul]       1.9.11cvs70
13439
13440         * src/inc.c
13441         * src/send_message.c
13442         * src/gtk/progressdialog.c
13443         * src/gtk/progressdialog.h
13444                 revert yesterday's sync with main
13445                 it contains deprecated functions
13446
13447 2005-06-15 [colin]      1.9.11cvs69
13448
13449         * src/headerview.c
13450                 Fix bug #670 (multi user to: will corrupt message 
13451                 headers display)
13452
13453 2005-06-15 [colin]      1.9.11cvs68
13454
13455         * src/compose.c
13456                 Fix bug #421 (Fix undo on wrapping)
13457
13458 2005-06-15 [colin]      1.9.11cvs67
13459
13460         * src/folder.c
13461                 Provide visual feedback while processing
13462                 folder's rules.
13463         * src/imap.c
13464                 Provide visual feedback while getting
13465                 short headers (for uncached messages)
13466
13467
13468 2005-06-14 [paul]       1.9.11cvs66
13469
13470         * src/account.c
13471                 change a couple stock icons
13472         * src/inc.c
13473         * src/send_message.c
13474         * src/gtk/progressdialog.c
13475         * src/gtk/progressdialog.h
13476                 sync main's GtkTreeView implementation
13477
13478 2005-06-14 [colin]      1.9.11cvs65
13479
13480         * src/imap.c
13481                 Various little fixes, mainly on error paths
13482
13483 2005-06-13 [colin]      1.9.11cvs64
13484
13485         * matcher.c
13486         * procmsg.c
13487         * procmsg.h
13488                 Add a way to fetch only headers. This speeds
13489                 up filtering on headers for IMAP. Fixes:
13490                 bug #481 extraneous imap commands slow down 
13491                         imap filtering
13492                 bug #522 Sylpheed downloads all messages 
13493                         when opening mailbox (IMAP)
13494                 bug #677 IMAP fetch is soooooooooooooo slow
13495         * src/folder.c
13496         * src/folder.h
13497                 Add a folder set_batch method so that
13498                 implementations can speed up flags changes
13499         * src/folderutils.c
13500         * src/summaryview.c
13501                 Use that in mark as (un)read and mark all read
13502                 Refix bug #679
13503         * src/imap.c
13504                 Implement set_batch - brings back deferred
13505                 flags in a less buggy manner. Fixes:
13506                 bug #729 IMAP immediate expunge of deleted messages
13507                 bug #191 remove list of messages with one command
13508                 Fix login with strange chars
13509                 Implement fetch_msg_full
13510                 Fix copy (wrong counts)
13511
13512 2005-06-12 [colin]      1.9.11cvs63
13513
13514         * src/folder.c
13515                 lock incorporation during long operations.
13516                 Avoids fucking up the IMAP socket.
13517
13518 2005-06-12 [colin]      1.9.11cvs62
13519
13520         * src/imap.c
13521                 Fix harmful typo
13522                 Factorize remove_all_msg
13523                 Thread-ize expunge
13524         * src/summaryview.c
13525                 Don't update partial-download status if unnecessary
13526         * src/folder.c
13527                 Use remove_msgs everywhere possible
13528
13529 2005-06-12 [colin]      1.9.11cvs61
13530
13531         * src/folder.c
13532         * src/folder.h
13533                 Add a remove_msgs function to remove a 
13534                 list of messages
13535         * src/imap.c
13536                 Implement that.
13537
13538 2005-06-12 [colin]      1.9.11cvs60
13539
13540         * src/imap.c
13541                 Remove flags-processing deferring... Too hard
13542                 to get it to work in all cases.
13543
13544 2005-06-11 [colin]      1.9.11cvs59
13545
13546         * src/imap.c
13547                 printf -> debug_print
13548
13549 2005-06-11 [colin]      1.9.11cvs58
13550
13551         * src/imap.c
13552                 o Fix build without USE_PTHREAD
13553                 o Factorize imap_open
13554                 o Alertpanel in case of impossible connection
13555                 o Alertpanel in case of impossible login
13556                 o Fix deferred flags processing to force a 
13557                   flush before adding some more flags to process,
13558                   but in another folder.
13559
13560 2005-06-10 [colin]      1.9.11cvs57
13561
13562         * src/imap.c
13563                 o Fix a format string error
13564                 o init ssl socket outside of the thread 
13565                   (it possibly invokes gtk calls)
13566         * src/procmime.c
13567                 o Put back the buffer to its necessary size
13568                 o Fix changing a file pointer without keeping
13569                   track of it (thanks Valgrind)
13570         * src/common/smtp.c
13571                 o Fix automatic STARTTLS if login should be done
13572                   and the server only allows it after starting TLS
13573         * src/gtk/gtkinputdialog.c
13574                 o Eat GDK_Return so that the combo popup doesn't 
13575                   appear when we press Enter to validate the combo
13576                   input dialog (as seen in the Open with... dialog)
13577
13578 2005-06-10 [colin]      1.9.11cvs56
13579
13580         * src/imap.c
13581                 o A bit less debug
13582                 o Fix a crash on deletion
13583                 o Threadize imap_select (it's called outside of 
13584                   threads)
13585                 o Defer treatment of DELETED flags
13586
13587
13588 2005-06-09 [colin]      1.9.11cvs55
13589
13590         * src/imap.c
13591                 Make sure we check imap_gtk_should_override(), which
13592                 potentially calls gtk stuff, before creating thread.
13593                 That way it should't be called via imap_get_session()
13594                 inside a thread.
13595
13596 2005-06-09 [colin]      1.9.11cvs54
13597
13598         * src/imap.c
13599                 o add a bit of status output
13600                 o remove some dead code
13601                 o threadize get_list_of_uids
13602                 o threadize imap_get_flags
13603                 o defer flag changing by 500ms so that they
13604                   can be batched
13605
13606
13607 2005-06-08 [colin]      1.9.11cvs53
13608
13609         * src/imap.c
13610                 Thread-ize imap_cmd_fetch
13611
13612 2005-06-08 [colin]      1.9.11cvs52
13613
13614         * src/main.c
13615                 Mmh, that broke POP3...
13616
13617 2005-06-08 [colin]      1.9.11cvs51
13618
13619         * src/main.c
13620                 Stabilize IMAP patch (thanks to Hoa)
13621
13622 2005-06-08 [colin]      1.9.11cvs50
13623
13624         * src/imap.c
13625                 Test patch to speed up imap. 
13626
13627 2005-06-08 [colin]      1.9.11cvs49
13628
13629         * src/imap_gtk.c
13630                 Warning fix
13631         * src/procmime.c
13632                 Apply patch from gentoo to use /usr/share/mime/globs if 
13633                 available, after un-breaking it
13634         * src/common/log.c
13635         * src/common/log.h
13636                 Use g_timeout for invoking hooks that possibly use gtk
13637                 calls. This should leave gtk calls in the main thread.
13638
13639 2005-06-08 [paul]       1.9.11cvs48
13640
13641         * src/codeconv.c
13642                 conv_get_outgoing_charset_str(): don't
13643                 use prefs_common setting
13644         * src/compose.c
13645         * src/compose.h
13646                 add /Options/Character encoding/... to
13647                 temporarily change the outgoing encoding
13648
13649         (belated sync with main)
13650
13651 2005-06-08 [paul]       1.9.11cvs47
13652
13653         * src/compose.c
13654                 correction to/completion of last
13655                 sync with main
13656
13657 2005-06-08 [paul]       1.9.11cvs46
13658
13659         sync with main:
13660         
13661         * src/codeconv.c
13662         * src/codeconv.h
13663                 always enabled Japanese auto-detection
13664                 if the first letters of locale string
13665                 is "ja"
13666         * src/compose.c
13667                 don't use "destroy" signal to destroy
13668                 Compose object (fix rare crashes on discard?)
13669         * src/mainwindow.c
13670         * src/messageview.c
13671         * src/prefs_send.c
13672                 added Hebrew encodings
13673         * src/sourcewindow.c
13674                 don't use "destroy" signal to destroy
13675                 objects
13676
13677 2005-06-07 [colin]      1.9.11cvs45
13678
13679         * src/summaryview.c
13680                 Add missing unlocks/locks
13681
13682 2005-06-07 [paul]       1.9.11cvs44
13683
13684         * src/summaryview.c
13685                 restore bug #749 fix
13686
13687 2005-06-06 [colin]      1.9.11cvs43
13688
13689         * src/summaryview.c
13690                 Fix selection bug when prefs_common.open_unread 
13691                 is FALSE
13692
13693 2005-06-06 [colin]      1.9.11cvs42
13694
13695         * src/common/md5.c
13696                 Fix a warning
13697         * src/summaryview.c
13698         * src/folderview.c
13699                 Factorize long operations beginning and end
13700                 (locking, freezing/thawing, cursor, ...)
13701                 Check selection->data member in selection-
13702                 related loops; this avoids dying an awful
13703                 death if the selection changes on us while
13704                 we're marking a whole IMAP folder unread, 
13705                 for example.
13706
13707 2005-06-06 [paul]       1.9.11cvs41
13708
13709         * src/textview.c
13710                 don't g_free() a static gchar buffer
13711
13712 2005-06-05 [colin]      1.9.11cvs40
13713
13714         * src/mainwindow.c
13715         * src/messageview.c
13716         * src/summaryview.c
13717                 Fix bug #749 (Show all headers should be
13718                 sticky as the GUI suggests)
13719
13720 2005-06-03 [paul]       1.9.11cvs39
13721
13722         * src/compose.c
13723                 don't allow editing of mail while sending.
13724                 patch by Colin
13725
13726 2005-06-03 [paul]       1.9.11cvs38
13727
13728         * src/folderview.c
13729                 add a freeze/thaw to speed up 'mark all read'
13730
13731 2005-06-03 [paul]       1.9.11cvs37
13732
13733         * src/prefs_message.c
13734                 reflect changes immediately
13735
13736 2005-06-02 [colin]      1.9.11cvs36
13737
13738         * po/POTFILES.in
13739                 Patch by Fabien Vantard.
13740
13741 2005-06-02 [colin]      1.9.11cvs35
13742
13743         * src/imap.c
13744                 Use a non-blocking imap_getline() if possible.
13745                 This should completely prevent the interface
13746                 from freezin on imap operations, although it
13747                 may do strange stuff in case of folder switching
13748                 while a big imap operation is taking place...
13749
13750                 In addition, fix a leak in the case thread
13751                 creation fails on connection.
13752
13753 2005-06-02 [colin]      1.9.11cvs34
13754
13755         * src/crash.c
13756         * src/prefs_common.h
13757                 Fix build (prefs_common_init() doesn't exist
13758                 anymore)
13759
13760 2005-06-02 [colin]      1.9.11cvs33
13761
13762         * src/prefs_account.c
13763                 Fix bug #245 (filtering rules broken when
13764                 renaming a remote account (imap4 or nntp)
13765
13766 2005-06-02 [colin]      1.9.11cvs32
13767
13768         * src/imap.c
13769                 Try to fix IMAP shortcomings: 
13770                 o Multithread imap_open()
13771                 o allow offline-mode overriding instead of
13772                   just returning NULL
13773         * src/imap_gtk.c
13774         * src/imap_gtk.h
13775                 Add a function to ask whether we want to
13776                 override offline-mode for 10 minutes (one-shot
13777                 asking was painful)
13778         * src/procheader.c
13779                 Fix segfault when imap parser isn't happy about
13780                 a missing {
13781
13782 2005-06-01 [colin]      1.9.11cvs31
13783
13784         * src/addrharvest.c
13785         * src/compose.c
13786         * src/mbox.c
13787         * src/mbox.h
13788         * src/mh.c
13789         * src/msgcache.c
13790         * src/send_message.c
13791         * src/setup.c
13792         * src/undo.c
13793         * src/common/hooks.c
13794         * src/common/prefs.c
13795         * src/common/template.c
13796         * src/common/utils.c
13797         * src/gtk/gtkutils.c
13798         * src/gtk/inputdialog.c
13799         * src/gtk/menu.c
13800         * src/gtk/pluginwindow.c
13801         * src/gtk/prefswindow.c
13802         * src/plugins/pgpmime/passphrase.c
13803         * src/plugins/pgpmime/prefs_gpg.c
13804                 More -Wall fixes
13805
13806         * src/common/Makefile.am
13807         * src/common/timing.h
13808                 Add basic timing code
13809
13810         * src/summaryview.c
13811                 Fix a bug with unread messages when 
13812                 re-sorting folders, and by the way
13813                 fix a big performance hit when 
13814                 re-sorting (10k mails: before 5s,
13815                 after .5s)
13816
13817         * src/prefs_compose_writing.c
13818         * src/prefs_compose_writing.h
13819         * src/prefs_message.c
13820         * src/prefs_message.h
13821         * src/prefs_other.c
13822         * src/prefs_other.h
13823         * src/prefs_quote.c
13824         * src/prefs_quote.h
13825         * src/prefs_receive.c
13826         * src/prefs_receive.h
13827         * src/prefs_send.c
13828         * src/prefs_send.h
13829         * src/prefs_summaries.c
13830         * src/prefs_summaries.h
13831                 Fix copyright banner
13832
13833 2005-06-01 [paul]       1.9.11cvs30
13834
13835         * po/fi.po
13836                 updated by Flammie Pirinen
13837         * src/procmime.c
13838                 fix 'Bad BASE64 content' output
13839
13840 2005-05-31 [colin]      1.9.11cvs29
13841
13842         * src/procmime.c
13843                 Oops, where did my hunk go.
13844
13845 2005-05-31 [colin]      1.9.11cvs28
13846
13847         * src/Makefile.am
13848         * src/account.c
13849         * src/action.c
13850         * src/addr_compl.c
13851         * src/addressbook.c
13852         * src/codeconv.c
13853         * src/compose.c
13854         * src/export.c
13855         * src/folder.c
13856         * src/folderview.c
13857         * src/image_viewer.c
13858         * src/main.c
13859         * src/mainwindow.c
13860         * src/messageview.c
13861         * src/mimeview.c
13862         * src/msgcache.c
13863         * src/prefs_account.c
13864         * src/prefs_actions.c
13865         * src/prefs_common.c
13866         * src/prefs_compose_writing.c
13867         * src/prefs_customheader.c
13868         * src/prefs_ext_prog.c
13869         * src/prefs_filtering.c
13870         * src/prefs_filtering_action.c
13871         * src/prefs_fonts.c
13872         * src/prefs_image_viewer.c
13873         * src/prefs_message.c
13874         * src/prefs_message.h
13875         * src/prefs_msg_colors.c
13876         * src/prefs_other.c
13877         * src/prefs_other.h
13878         * src/prefs_quote.c
13879         * src/prefs_receive.c
13880         * src/prefs_receive.h
13881         * src/prefs_send.c
13882         * src/prefs_send.h
13883         * src/prefs_spelling.c
13884         * src/prefs_summaries.c
13885         * src/prefs_summary_column.c
13886         * src/prefs_template.c
13887         * src/prefs_themes.c
13888         * src/prefs_toolbar.c
13889         * src/prefs_wrapping.c
13890         * src/procmime.c
13891         * src/procmsg.c
13892         * src/send_message.h
13893         * src/ssl_manager.c
13894         * src/summary_search.c
13895         * src/summaryview.c
13896         * src/textview.c
13897         * src/wizard.c
13898         * src/common/smtp.c
13899         * src/common/smtp.h
13900         * src/gtk/gtkutils.h
13901                 o Move the rest of Common prefs to new style
13902                 o Lots of -Wall warning fixes
13903                 o fix FIXME in cache memusage calculation
13904                 o Let return receipts be sent from any account
13905                 o Little cache optimisation (read)
13906                 o Fix bug #746 (don't treat commas as separators
13907                   when inside a quoted string)
13908
13909 2005-05-31 [paul]       1.9.11cvs27
13910
13911         * src/prefs_common.c
13912                 fix 'off-by-one' typo
13913
13914 2005-05-31 [paul]       1.9.11cvs26
13915
13916         * src/account.c
13917         * src/addr_compl.c
13918         * src/compose.c
13919         * src/foldersel.c
13920         * src/prefs_actions.c
13921         * src/prefs_common.c
13922         * src/prefs_common.h
13923         * src/prefs_customheader.c
13924         * src/prefs_display_header.c
13925         * src/prefs_filtering.c
13926         * src/prefs_filtering_action.c
13927         * src/prefs_matcher.c
13928         * src/prefs_summaries.c
13929         * src/prefs_summary_column.c
13930         * src/prefs_template.c
13931         * src/prefs_toolbar.c
13932         * src/ssl_manager.c
13933         * src/gtk/pluginwindow.c
13934         * src/gtk/prefswindow.c
13935         * src/gtk/progressdialog.c
13936                 add hidden prefs 'enable_rules_hint'
13937                 for gtk_tree_view_set_rules_hint()
13938                 (sync with main)
13939                 
13940
13941 2005-05-31 [colin]      1.9.11cvs25
13942
13943         * src/Makefile.am
13944         * src/main.c
13945         * src/prefs_common.c
13946         * src/prefs_summaries.c ** ADDED **
13947         * src/prefs_summaries.h ** ADDED **
13948                 Common/Display -> Display/Summaries
13949
13950 2005-05-31 [colin]      1.9.11cvs24
13951
13952         * src/Makefile.am
13953         * src/main.c
13954         * src/prefs_quote.c ** ADDED **
13955         * src/prefs_quote.h ** ADDED **
13956                 Move Common/Quote to Compose/Quoting
13957         * src/prefs_common.c
13958         * src/prefs_common.h
13959                 Remove old quote stuff, add
13960                 convenience functions for GtkTextView prefs
13961         * src/gtk/prefswindow.c
13962                 Set default height higher
13963
13964 2005-05-30 [colin]      1.9.11cvs23
13965
13966         * src/Makefile.am
13967         * src/main.c
13968         * src/prefs_common.c
13969         * src/prefs_compose_writing.c ** ADDED **
13970         * src/prefs_compose_writing.h ** ADDED **
13971                 Move Common/Compose prefs to Compose/Writing
13972
13973 2005-05-30 [colin]      1.9.11cvs22
13974
13975         * src/common/utils.c
13976                 Fix bug #651 (Confused Attract by Subject)
13977                 Patch by M. Benkmann <haferfrost@web.de>
13978         * AUTHORS
13979
13980 2005-05-30 [colin]      1.9.11cvs21
13981
13982         * src/compose.c
13983                 Fix concatenation of different headers of
13984                 the same type (bug #645)
13985         * src/prefs_folder_item.c
13986                 Fix bug #699 (setting color to black doesn't
13987                 work immediately)
13988         * src/procmime.c
13989                 Print out decoding error only once per
13990                 block
13991
13992 2005-05-30 [paul]       1.9.11cvs20
13993
13994         * src/common/template.c
13995                 fix Bcc
13996
13997 2005-05-30 [paul]       1.9.11cvs19
13998
13999         * doc/src/rfc2368.txt   **NEW FILE**
14000         * src/compose.c
14001                 compose_entries_set(): don't interpret Bcc
14002                 header field (conform to RFC 2368)
14003                 (sync with main)
14004
14005 2005-05-29 [colin]      1.9.11cvs18
14006
14007         * src/prefs_common.c
14008                 Let the default reply format respect
14009                 netiquette by cutting the signature.
14010
14011 2005-05-29 [colin]      1.9.11cvs17
14012
14013         * src/summaryview.c
14014                 Don't let always_show_msg override
14015                 open_unread_on_enter when opening a new
14016                 directory.
14017
14018 2005-05-27 [paul]       1.9.11cvs16
14019
14020         sync with main:
14021
14022         * src/main.c
14023                 app_will_exit(): cleanup tmp directory when exit
14024         * src/message_search.c
14025                 improved the interface and made code cleanup.
14026                 removed Clear button
14027         * src/send_message.c
14028                 send_message_local(): use GSpawn, and detect errors
14029         * src/summary_search.c
14030                 improved the interface and made code cleanup
14031         * src/textview.c
14032                 textview_write_link(): also skip non-ascii space
14033                  at the head of link strings (phishing check
14034                  didn't work at the case)
14035         * src/common/utils.c
14036                 get_command_output(): use g_spawn_command_line_sync()
14037                 instead of popen()
14038
14039 2005-05-26 [colin]      1.9.11cvs15
14040
14041         * src/folder.c
14042                 remove printf
14043
14044 2005-05-26 [colin]      1.9.11cvs14
14045
14046         * src/common/nntp.c
14047                 Fix nntp mode reader (bug #611)
14048                 Patch by Florian Mickler <florian@mickler.org>
14049
14050 2005-05-26 [colin]      1.9.11cvs13
14051
14052         * src/plugins/pgpmime/passphrase.c
14053                 Fix mouse grabbing (bug #557)
14054
14055 2005-05-26 [colin]      1.9.11cvs12
14056
14057         * src/prefs_themes.c
14058                 Fix g_warning (bug #541)
14059
14060 2005-05-26 [colin]      1.9.11cvs11
14061
14062         * src/prefs_actions.c
14063         * src/prefs_template.c
14064                 Fix bug #506 (no warning if action/template
14065                 is not saved)
14066         * src/common/template.c
14067                 Fix a possible crash
14068
14069 2005-05-26 [colin]      1.9.11cvs10
14070
14071         * src/folder.c
14072         * src/folderview.c
14073         * src/procmsg.c
14074         * src/summaryview.c
14075                 Forbid locked messages to be moved or
14076                 deleted. Locked messages in trashes 
14077                 still get deleted, for performance
14078                 reason (mh.c::mh_remove_all_msgs)
14079
14080 2005-05-25 [colin]      1.9.11cvs9
14081
14082         * src/procmime.c
14083                 Use correct encoding when sending mails
14084                 with attachments that have accentued 
14085                 chars in their name
14086
14087 2005-05-24 [colin]      1.9.11cvs8
14088
14089         * src/summaryview.c
14090                 Fix bug #688 f) read/unread marker not
14091                 changed on first click
14092                 Also, optimize summary_status_show()
14093                 calls
14094         * src/folder.c
14095         * src/inc.c
14096         * src/procmime.c
14097                 Fix bug #688 b) and c) wrt message
14098                 attachments and signature
14099         * src/stock_pixmap.c
14100         * src/stock_pixmap.h
14101         * src/stock_pixmap.c
14102         * src/stock_pixmap.h
14103         * src/Makefile.am
14104         * src/pixmaps/clip_gpg_signed.xpm
14105                 Add clip/signed icon
14106
14107 2005-05-24 [colin]      1.9.11cvs7
14108
14109         * src/folder_item_prefs.c
14110                 whitespace fix
14111
14112 2005-05-24 [colin]      1.9.11cvs6
14113
14114         * src/folderview.c
14115         * src/prefs_common.c
14116         * src/prefs_common.h
14117                 Add a confirmation to folder drag and drop
14118                 fixes bug #156
14119         * src/alertpanel.c
14120         * src/alertpanel.h
14121                 fix _with_disable parameters so that
14122                 the buttons labels are specifiable too
14123         * src/plugins/pgpmime/sgpgme.c
14124                 reflect said change
14125                 
14126
14127 2005-05-24 [colin]      1.9.11cvs5
14128
14129         * src/folderview.c
14130                 Uncollapse/collapse folders on double-click
14131                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
14132                 closes bug #108
14133
14134 2005-05-23 [colin]      1.9.11cvs4
14135
14136         * src/common/socket.c
14137                 Check another special SSL_peek() error.
14138                 Should help wrt bug #728
14139
14140 2005-05-23 [colin]      1.9.11cvs3
14141
14142         * src/plugins/pgpmime/pgpmime.c
14143                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
14144                 breaking menu accelerators and stuff. Users will have to
14145                 reselect "PGP MIME" instead of "PGP/MIME" in their 
14146                 account's privacy preferences if needed.
14147
14148 2005-05-22 [paul]
14149
14150         * tools/kdeservicemenu/install.sh
14151                 use kdesu to prompt for root password if doing
14152                 global install/uninstall
14153
14154 2005-05-20 [colin]      1.9.11cvs2
14155
14156         * src/procmsg.c
14157                 Fix another compilation error with gcc-2.9x
14158                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14159         * src/send_message.c
14160                 Don't send QUIT if we aren't connected
14161
14162 2005-05-19 [colin]      1.9.11cvs1
14163
14164         * src/procmsg.c
14165                 Fix compilation with gcc 2.9x
14166
14167 2005-05-19 [paul]       1.9.11
14168
14169         1.9.11 released
14170
14171 2005-05-19 [paul]       1.9.9cvs14
14172
14173         * src/gtk/inputdialog.c
14174                 prevent gettext warning
14175
14176 2005-05-19 [paul]       1.9.9cvs13
14177
14178         * src/mainwindow.c
14179         * src/prefs_common.c
14180         * src/prefs_common.h
14181         * src/textview.c
14182         * src/textview.h
14183                 add an option to toggle cursor in message
14184                 view (sync with main)
14185
14186 2005-05-18 [colin]      1.9.9cvs12
14187
14188         * src/compose.c
14189                 Dereference freed pointer
14190         * src/gtk/gtkaspell.c
14191                 Fix duplication of dictionaries (is it an aspell issue?)
14192
14193 2005-05-18 [colin]      1.9.9cvs11
14194
14195         * src/gtk/inputdialog.c
14196         * src/gtk/gtkaspell.c
14197                 HIGuify dialogs
14198         * src/alertpanel.c
14199                 Remove a double call
14200
14201 2005-05-17 [colin]      1.9.9cvs10
14202
14203         * src/gtk/gtkaspell.c
14204                 Fix dialogs, Ctrl-Enter accel
14205
14206 2005-05-17 [colin]      1.9.9cvs9
14207
14208         * src/gtk/gtkaspell.c
14209                 Fix some accelerators, escape in replace-window
14210
14211 2005-05-16 [colin]      1.9.9cvs8
14212
14213         * src/gtk/gtkaspell.c
14214                 Revert last commit, it was a mistake.
14215
14216 2005-05-16 [colin]      1.9.9cvs7
14217
14218         * src/gtk/gtkaspell.c
14219                 Remove buggy code while we're at it. It's a 
14220                 dead code path anyway.
14221
14222 2005-05-16 [colin]      1.9.9cvs6
14223
14224         * src/gtk/gtkaspell.c
14225                 Missed some gtk_menu_popup where deactivate
14226                 signal should be handled. Should fix bug
14227                 #629 a bit more.
14228
14229 2005-05-16 [colin]      1.9.9cvs5
14230
14231         * src/gtk/gtkaspell.c
14232                 Remove debug printf()s
14233
14234 2005-05-16 [colin]      1.9.9cvs4
14235
14236         * src/gtk/gtkaspell.c
14237                 Fix a bit aspell problems
14238                 (see bug #629)
14239
14240 2005-05-13 [colin]      1.9.9cvs3
14241
14242         * src/folderview.c
14243                 Fix the + appearing even when no subfolders
14244                 have unread messages. Thanks to wwp for the
14245                 bug report.
14246
14247 2005-05-11 [paul]       1.9.9cvs2
14248
14249         * src/folderview.c
14250                 correction to 1.9.9cvs1, only colour folders that
14251                 have new msgs (not unread msgs)
14252
14253 2005-05-10 [colin]      1.9.9cvs1
14254
14255         * src/folderview.c
14256         * src/summaryview.c
14257                 Try to fix bolding bugs again.
14258
14259 2005-05-09 [paul]
14260
14261         * tools/claws.i18n.status.pl
14262                 add Ricardo Mones Lastra's script that has been providing
14263                 the i18n status page for many months
14264
14265 2005-05-09 [paul]       1.9.9
14266
14267         1.9.9 release
14268
14269 2005-05-09 [paul]       1.9.6cvs58
14270
14271         * AUTHORS
14272         * INSTALL
14273         * README.claws
14274                 updated
14275         * Makefile.am 
14276         * RELEASE_NOTES.claws
14277                 add release notes to cvs to simplify release
14278                 procedure
14279         * configure.ac
14280                 add ca and fi to ALL_LINGUAS
14281         * po/Makefile.in.in
14282                 workaround for missing Makevars
14283         * po/ca.po
14284         * po/fi.po
14285                 add new Catalan and Finnish translations
14286                 submitted by Miquel Oliete and Flammie Pirinen
14287         * po/de.po
14288         * po/es.po
14289         * po/fr.po
14290         * po/it.po
14291         * po/pl.po
14292         * po/ru.po
14293         * po/sk.po
14294         * po/sr.po
14295         * po/zh_CN.po
14296                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14297                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14298                 Urke MMI, and Hansom Young
14299         * src/main.c
14300                 Fix drafting when quitting. compose_draft() closes the
14301                 compose windows, which modifies the compose_list GSList.
14302                 We have to refresh this list after echo drafting to avoid a
14303                 segfault
14304         * src/partial_download.c
14305                 fix segfault on exit
14306
14307 2005-05-06 [paul]       1.9.6cvs57
14308
14309         * src/grouplistdialog.c
14310                 quick fix/workaround for unresizeable newsgroup
14311                 name column 
14312
14313 2005-05-06 [paul]       1.9.6cvs56
14314
14315         * src/inc.c
14316         * src/mainwindow.c
14317                 use gettext plural forms
14318         * src/imap_gtk.c
14319         * src/mh_gtk.c
14320         * src/toolbar.c
14321                 small improvement to english usage
14322
14323 2005-05-05 [thorsten]   1.9.6cvs55
14324
14325         * src/folder.c
14326                 fix possible crash
14327
14328 2005-05-05 [paul]       1.9.6cvs54
14329         
14330         sync with HEAD
14331
14332         * AUTHORS
14333         * src/compose.c
14334                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14335                 patch by Tim Mann
14336
14337 2005-05-05 [paul]       1.9.6cvs53
14338
14339         * src/mainwindow.c
14340                 fix resizing of separate message and
14341                 folder views
14342
14343 2005-05-05 [paul]       1.9.6cvs52
14344
14345         * src/account.c
14346         * src/addrgather.c
14347         * src/browseldap.c
14348         * src/exphtmldlg.c
14349         * src/expldifdlg.c
14350         * src/importmutt.c
14351         * src/importpine.c
14352         * src/main.c
14353         * src/mainwindow.c
14354         * src/noticeview.c
14355         * src/prefs_filtering.c
14356         * src/prefs_filtering_action.c
14357         * src/prefs_matcher.c
14358         * src/prefs_spelling.c
14359         * src/prefs_toolbar.c
14360         * src/toolbar.c
14361         * src/wizard.c
14362         * src/gtk/description_window.c
14363         * src/gtk/gtkvscrollbutton.c
14364         * src/gtk/progressdialog.c
14365         * src/gtk/quicksearch.c
14366         * src/plugins/pgpmime/prefs_gpg.c
14367         * src/plugins/spamassassin/spamassassin_gtk.c
14368                 replace deprecated gtk_widget_set_usize
14369
14370 2005-05-04 [colin]      1.9.6cvs51
14371
14372         * src/common/utils.c
14373                 Fix crash when subst_for_filename is called
14374                 with a NULL parameter
14375
14376 2005-05-04 [colin]      1.9.6cvs50
14377
14378         * src/partial_download.c
14379         * src/pop.c
14380                 Escape login when writing uidl file
14381                 fixes bug #736
14382
14383 2005-05-03 [colin]      1.9.6cvs49
14384
14385         * src/procmime.c
14386                 Fix possible DOS in mime parser
14387                 (see bug #634)
14388
14389 2005-05-02 [colin]      1.9.6cvs48
14390
14391         * src/compose.c
14392                 Try to fix the copy/paste mess once again.
14393
14394
14395 2005-04-30 [colin]      1.9.6cvs47
14396
14397         * src/prefs_account.h
14398         * src/procmsg.c
14399         * src/send_message.c
14400         * src/common/smtp.c
14401         * src/common/smtp.h
14402                 Try to batch sending mails (per account) instead of
14403                 reconnecting to server every time.
14404
14405 2005-04-29 [colin]      1.9.6cvs46
14406
14407         * src/messageview.c
14408                 Fix window resizing that refused to size down
14409         * src/prefs_common.c
14410         * src/prefs_common.h
14411         * src/prefs_filtering.c
14412                 Save Filtering's window size
14413
14414 2005-04-21 [paul]       1.9.6cvs45
14415
14416         * ChangeLog-gtk2.claws
14417         * src/setup.c
14418                 correction to sync
14419
14420 2005-04-21 [paul]       1.9.6cvs44
14421
14422         sync with main:
14423
14424         * src/setup.c
14425         * src/statusbar.c
14426         * src/statusbar.h
14427                 use gtkut_widget_draw_now(). Improved performance
14428                 of the update of statusbar
14429         * src/textview.c
14430                 textview_smooth_scroll_do(): redraw it after scroll
14431                 is done (fixed incorrect display when a part of the
14432                 view is hidden).
14433         * src/gtk/gtkutils.c
14434         * src/gtk/gtkutils.h
14435                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14436                 to force update of widgets.
14437                 Removed gtkut_widget_wait_for_draw() which had a big
14438                 overhead  because of waiting for all events processed 
14439
14440 2005-04-20 [paul]       1.9.6cvs43
14441
14442         * src/codeconv.c
14443                 complete 1.9.6cvs42's sync:
14444                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14445
14446 2005-04-19 [paul]       1.9.6cvs42
14447
14448         sync with main:
14449
14450         * src/action.c
14451                 catch_output(): correctly select the insert text
14452                 (fix invalid iterator warnings).
14453         * src/codeconv.c
14454         * src/codeconv.h
14455         * src/mainwindow.c
14456         * src/messageview.c
14457         * src/prefs_common.c
14458                 support GBK encoding.
14459         * src/common/session.c
14460         * src/common/session.h
14461                 use separate buffer for large data to be sent,
14462                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14463
14464 2005-04-18 [paul]       1.9.6cvs41
14465
14466         * src/jpilot.c
14467                 convert unsigned long into guint32
14468                 patch by Paul LeoNerd Evans 
14469
14470 2005-04-17 [colin]      1.9.6cvs40
14471
14472         * src/compose.c
14473                 Fix 'Request return receipt' from folder
14474                 properties (bug #708)
14475
14476 2005-04-17 [colin]      1.9.6cvs39
14477
14478         * src/mainwindow.c
14479                 Fix duplicate hotkeys in Mainwindow's menu
14480
14481 2005-04-17 [colin]      1.9.6cvs38
14482
14483         * src/folderview.c
14484                 Fix duplicate hotkeys in Folderview's contextual
14485                 menu
14486
14487 2005-04-15 [colin]      1.9.6cvs37
14488
14489         * src/summaryview.c
14490                 Fix 'Save as...' with non-ascii filenames
14491
14492 2005-04-15 [colin]      1.9.6cvs36
14493
14494         * src/plugins/pgpmime/pgpmime.c
14495                 Fix bus error on 64bit. Spotted by 
14496                 macallan1888@gmail.com
14497
14498 2005-04-15 [colin]      1.9.6cvs35
14499
14500         * src/prefs_account.c
14501                 Fix cvs34.
14502
14503 2005-04-12 [colin]      1.9.6cvs34
14504
14505         * src/prefs_account.c
14506                 Fix smtp auth type off-by-one. We forgot to
14507                 add PLAIN in the prefs-to-gui setter func and
14508                 as a result, the selected auth when opening
14509                 account prefs was not the correct one.
14510
14511 2005-04-12 [paul]       1.9.6cvs33
14512
14513         * src/inc.c
14514                 if the recv dialog is visible, Cancel only
14515                 cancels the current account
14516
14517
14518 2005-04-10 [colin]      1.9.6cvs32
14519
14520         * src/filtering.c
14521                 Copy score when copying FilteringActions
14522                 Fix bug #674
14523
14524 2005-04-10 [colin]      1.9.6cvs31
14525
14526         * src/inc.c
14527                 Make Message -> Receive -> Cancel cancel 
14528                 incorporation on all accounts. Fixes
14529                 bug #693
14530
14531 2005-04-10 [colin]      1.9.6cvs30
14532
14533         * src/prefs_account.c
14534                 Update Privacy checkbuttons status based
14535                 on the selected privacy system
14536         * src/compose.c
14537                 Always connect the "None" privacy system; the
14538                 static boolean was probably there to avoid
14539                 reconnecting twice in the same compose window,
14540                 but as the parent function is only called once
14541                 per compose, it's only a bug - as a static is
14542                 initialized once per application instance.
14543                 Also, don't uncheck Sign and Encrypt when
14544                 selecting None as privacy system; just ignore
14545                 them when sending/queuing.
14546                 Should fix bug #695
14547
14548 2005-04-08 [colin]      1.9.6cvs29
14549
14550         * src/account.c
14551         * src/prefs_account.c
14552         * src/prefs_account.h
14553                 Add account preference to queue message in a certain
14554                 folder.
14555
14556 2005-04-06 [colin]      1.9.6cvs28
14557
14558         * src/prefs_account.c
14559                 Update old inbox path syntax
14560
14561 2005-04-06 [paul]       1.9.6cvs27
14562
14563         sync with main:
14564
14565         * configure.ac
14566                 changed -traditional-cpp to -no-cpp-precomp for newer
14567                 Mac OS X support
14568         * src/foldersel.c
14569                 made column resize automatically
14570         * src/send_message.c
14571                 send_message_smtp(): consider EOF right after QUIT
14572                 successful (workaround for Gmail SMTP server)
14573         * src/common/socket.c
14574                 ssl_read(), ssl_peek(): check EOF which violates the
14575                 SSL protocol
14576         * src/gtk/colorlabel.c
14577                 removed warnings when displaying colorlabel menu
14578                 (don't use GtkAlignment)
14579
14580 2005-04-05 [paul]       1.9.6cvs26
14581
14582         * src/plugins/trayicon/trayicon.c
14583                 fix clipping of icon under KDE3 
14584
14585 2005-04-05 [paul]       1.9.6cvs25
14586
14587         * src/summaryview.c
14588                 hide display of threading
14589                 patch by Alfons
14590
14591 2005-04-04 [thorsten]   1.9.6cvs24
14592
14593         * src/mh.c
14594                 marks lost on filesystems with different stat() results on
14595                 summer-/wintertime
14596
14597 2005-04-03 [colin]      1.9.6cvs23
14598
14599         * src/summaryview.c
14600                 Don't handle up/down. Patch by Alfons
14601
14602 2005-04-02 [colin]      1.9.6cvs22
14603
14604         * src/summaryview.c
14605                 Make scrolling faster. Patch by Alfons.
14606
14607 2005-04-01 [colin]      1.9.6cvs21
14608
14609         * src/Makefile.am
14610         * src/stock_pixmap.c
14611         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14612         * src/pixmaps/dir_noselect.xpm ** ADDED **
14613                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14614
14615 2005-04-01 [colin]      1.9.6cvs20
14616
14617         * src/image_viewer.c
14618         * src/image_viewer.h
14619         * src/procmime.c
14620         * src/procmime.h
14621         * src/textview.c
14622         * src/textview.h
14623                 Implement inline image resizing and right-clicking
14624
14625 2005-04-01 [paul]       1.9.6cvs19
14626
14627         * AUTHORS
14628         * Makefile.am
14629         * configure.ac
14630                 check for gnome2
14631                 patch by Luca Cavalli <loopback<AT>slackit.org>
14632         * po/ru.po
14633                 updated by Pavlo Bohmat
14634
14635 2005-03-31 [colin]      1.9.6cvs18
14636
14637         * src/news.c
14638                 Fix parsing references
14639         * src/msgcache.c
14640                 don't put nulls in the references list
14641         * src/procheader.c
14642                 commit that forgotten file in 1.9.6cvs14
14643
14644 2005-03-31 [colin]      1.9.6cvs17
14645
14646         * src/compose.c
14647                 Fix joining of signature separator again. 
14648                 Maybe Hiro could put it in main too...
14649
14650 2005-03-31 [colin]      1.9.6cvs16
14651
14652         * src/Makefile.am
14653         * src/foldersel.c
14654         * src/stock_pixmap.c
14655         * src/stock_pixmap.h
14656         * src/pixmaps/dir-noselect.xpm
14657                 Update foldersel.c (sync from main, patch by Alfons)
14658
14659 2005-03-30 [colin]      1.9.6cvs15
14660
14661         * src/imap.c
14662                 Fix handling of imap folders containing [] in 
14663                 their name. Thanks to Nahuel Angelinetti for
14664                 the detailed bugreport.
14665
14666 2005-03-30 [colin]      1.9.6cvs14
14667
14668         * src/common/utils.h
14669         * src/common/utils.c
14670         * src/common/defs.h
14671         * src/matcher.c
14672         * src/msgcache.c
14673         * src/news.c
14674         * src/procmsg.c
14675         * src/procmsg.h
14676         * src/quote_fmt_parse.y
14677         * src/summaryview.c
14678                 Update references system. Patch by Alfons
14679
14680 2005-03-30 [colin]      1.9.6cvs13
14681
14682         * src/common/socket.c
14683                 Force the glibc to read resolv.conf again when 
14684                 it has changed. Should fix issues when changing
14685                 networks on a laptop and not restarting sylpheed. 
14686
14687 2005-03-30 [paul]       1.9.6cvs12
14688
14689         partial sync with main:
14690
14691         * src/action.c
14692                 create_io_dialog(): use user-defined text font
14693                 (thanks to Alfons), and modified its appearance.
14694         * src/addrgather.c
14695         * src/addrharvest.c
14696         * src/browseldap.c
14697                 replace old code
14698         * src/compose.c
14699                 don't join (presumably) itemized lines on line-wrapping
14700                 fixed wrapping of quote when auto-wrapping is enabled
14701                 compose_destroy(): destroy paned only if it's not
14702                 attached to window. Fixed memory leak of popup menu.
14703         * src/exphtmldlg.c
14704         * src/expldifdlg.c
14705                 replace old code
14706         * src/html.c
14707         * src/html.h
14708         * src/importmutt.c
14709         * src/importpine.c
14710                 replace old code
14711         * src/main.c
14712                 removed redundant code
14713         * src/mainwindow.c
14714                 changed 'Code set' (which is rather incorrect)
14715                 in the menu to 'Character encoding'
14716                 main_window_set_widgets(): request size first
14717                 to prevent window size becoming wrong
14718                 fixed remembering of the state of the visibility
14719                 of MessageView
14720         * src/messageview.c
14721                 changed 'Code set' (which is rather incorrect)
14722                 in the menu to 'Character encoding'
14723         * src/prefs_common.c
14724         * src/prefs_common.h
14725                 added an option whether to render HTML as text or not
14726                 added separators to outgoing encoding menu
14727         * src/procheader.c
14728                 procheader_scan_date_string(): support header
14729                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14730         * src/summaryview.c
14731         * src/summaryview.h
14732                 minor code cleanup
14733         * src/textview.c
14734                 textview_show_html(): force output of newline
14735                 added an option whether to render HTML as text or not
14736         * src/common/utils.c
14737                 strncpy2(): optimized based on Alfons' code
14738         * src/gtk/gtkutils.c
14739         * src/gtk/gtkutils.h
14740                 removed non-used code
14741         * src/plugins/pgpmime/passphrase.c
14742                 partially fixed grab input of passphrase dialog
14743                 Confine pointer to window
14744
14745 2005-03-30 [colin]      1.9.6cvs11
14746
14747         * src/msgcache.c
14748         * src/msgcache.h
14749                 Read/write 32bit ints from cache & marks
14750                 From main.
14751
14752 2005-03-29 [paul]       1.9.6cvs10
14753
14754         * AUTHORS
14755         * ChangeLog.claws
14756         * src/compose.c
14757         * src/gtk/gtkaspell.c
14758                 sync with HEAD (don't pass NULL pointers) 
14759
14760 2005-03-24 [paul]
14761
14762         * tools/Makefile.am
14763         * tools/README
14764         * tools/acroread2sylpheed.pl
14765                 sync with HEAD (add script to send pdfs as
14766                 attachments from Adobe Reader 7)
14767
14768 2005-03-21 [paul]       1.9.6cvs9
14769
14770         * configure.ac
14771         * po/POTFILES.in
14772         * src/Makefile.am
14773         * src/crash.c
14774         * src/image_viewer.c ** ADDED **
14775         * src/image_viewer.h ** ADDED **
14776         * src/main.c
14777         * src/prefs_common.c
14778         * src/prefs_common.h
14779         * src/prefs_image_viewer.c ** ADDED **
14780         * src/prefs_image_viewer.h ** ADDED **
14781         * src/textview.c
14782         * src/gtk/about.c
14783         * src/pixmaps/sylpheed_logo.xpm
14784         * src/plugins/Makefile.am
14785         * src/plugins/image_viewer/.cvsignore ** REMOVED **
14786         * src/plugins/image_viewer/Makefile.am ** REMOVED **
14787         * src/plugins/image_viewer/plugin.c ** REMOVED **
14788         * src/plugins/image_viewer/viewer.c ** REMOVED **
14789         * src/plugins/image_viewer/viewer.glade ** REMOVED **
14790         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
14791         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
14792         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
14793         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
14794                 as gdk-pixbuf is now built-in
14795                 remove image_viewer plugin and put code back into
14796                 main codebase
14797                 implement inline image display (sync with main)
14798
14799                 replace logo with newer, nicer, larger version  
14800
14801 2005-03-21 [paul]       1.9.6cvs8
14802
14803         * src/gtk/about.c
14804                 cosmetic improvement
14805
14806 2005-03-21 [holger]     1.9.6cvs7
14807
14808         * src/plugins/spamassassin/spamassassin.c
14809                 Sync with HEAD
14810                 (unregister hook on failed plugin init)
14811
14812 2005-03-20 [colin]      1.9.6cvs6
14813
14814         * src/common/plugin.c
14815                 Check that plugin isn't already loaded
14816                 Patch by Alfons
14817
14818 2005-03-20 [thorsten]   1.9.6cvs5
14819
14820         * src/compose.c
14821                 use a more compatible syntax
14822
14823 2005-03-20 [thorsten]   1.9.6cvs4
14824
14825         * src/prefs_toolbar.c
14826                 fix crash when selecting toolbar item (uninitialized pointer)
14827
14828 2005-03-20 [thorsten]   1.9.6cvs3
14829
14830         * src/procmime.c
14831                 fix mimetype detection (referenced free()d string)
14832
14833 2005-03-20 [paul]       1.9.6cvs2
14834
14835         * src/compose.c
14836                 sync with HEAD (1.0.3cvs5)
14837                 neglect Reply-To header if empty
14838                 Patch by Alfons 
14839
14840 2005-03-19 [holger]     1.9.6cvs1
14841
14842         * src/summaryview.c
14843         * src/summaryview.h
14844                 Sync with HEAD
14845
14846 2005-03-18 [paul]       1.9.6
14847
14848         initial GTK2 release
14849
14850 2005-03-18 [paul]       1.0.3cvs3.1
14851
14852         * AUTHORS
14853         * ChangeLog.claws
14854         * configure.ac
14855         * src/gtk/about.c
14856         * src/pixmaps/sylpheed_logo.xpm
14857                 sync with HEAD
14858
14859 2005-03-18 [colin]      1.0.3cvs2.6
14860
14861         * src/summaryview.c
14862                 Remove call to summary_step in summary_copy_selected_to
14863                 Can't see its purpose, and this causes bug when copying
14864                 a message if the next one is unread: it reads it.
14865
14866 2005-03-18 [paul]       1.0.3cvs2.5
14867
14868         * src/foldersel.c
14869                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14870
14871 2005-03-18 [paul]       1.0.3cvs2.4
14872
14873         * src/addrharvest.c
14874         * src/codeconv.c
14875         * src/codeconv.h
14876         * src/compose.c
14877         * src/news.c
14878         * src/procheader.c
14879         * src/procmime.c
14880         * src/unmime.c
14881         * src/unmime.h
14882                 fix buffer overflow, CAN-2005-0667, see
14883                 http://secunia.com/advisories/14491/
14884                 Patch by Alfons
14885
14886 2005-03-17 [colin]      1.0.3cvs2.3
14887
14888         * src/prefs_fonts.c
14889         * src/summaryview.c
14890                 Fix font bugs (both lists now officialy share 
14891                 the same font)
14892                 
14893
14894 2005-03-17 [paul]       1.0.3cvs2.2
14895
14896         * src/gtk/pluginwindow.c
14897                 make plugin descriptions uneditable
14898
14899 2005-03-11 [paul]       1.0.3cvs2.1
14900
14901         * ChangeLog.claws
14902         * configure.ac
14903         * po/POTFILES.in
14904         * src/plugins/trayicon/trayicon.c
14905                 sync with HEAD
14906                 add src/wizard.c to POTFILES.in
14907
14908 2005-03-11 [paul]       1.0.3cvs1.1
14909
14910         * ChangeLog
14911         * ChangeLog.claws
14912         * configure.ac
14913         * po/de.po
14914         * po/es.po
14915         * po/fr.po
14916         * po/it.po
14917         * po/pt_BR.po
14918         * po/ru.po
14919         * po/sk.po
14920         * po/sr.po
14921         * po/zh_CN.po
14922                 sync with HEAD
14923
14924 2005-03-04 [colin]      1.0.1cvs22.2
14925
14926         * src/compose.c
14927                 Fix signatures with accentued chars in it
14928
14929 2005-03-04 [colin]      1.0.1cvs22.1
14930
14931         * src/common/smtp.c
14932         * src/common/smtp.h
14933                 Don't use SIZE param in MAIL FROM: if server 
14934                 doesn't support it. Patch by Eugen Freiter
14935                 <eugen_f@users.sf.net>
14936
14937 2005-02-27 [paul]       1.0.1cvs20.1
14938
14939         * ChangeLog.claws
14940         * configure.ac
14941         * src/messageview.c
14942                 sync with HEAD
14943
14944 2005-02-27 [colin]      1.0.1cvs19.4
14945
14946         * src/procheader.c
14947         * src/procheader.h
14948                 Fix prototypes. Patch by Alfons
14949
14950 2005-02-27 [colin]      1.0.1cvs19.3
14951
14952         * src/compose.c
14953                 Don't auto-join the signature separator.
14954
14955 2005-02-26 [colin]      1.0.1cvs19.2
14956
14957         * src/summaryview.c
14958                 Fix 'mark all read' with collapsed threads.
14959                 Patch by Alfons.
14960
14961 2005-02-25 [paul]       1.0.1cvs19.1
14962
14963         * ChangeLog.claws
14964         * configure.ac
14965         * src/prefs_account.c
14966         * src/prefs_folder_item.c
14967         * src/gtk/prefswindow.c
14968         * src/gtk/prefswindow.h
14969                 sync with HEAD
14970
14971 2005-02-25 [paul]       1.0.1cvs15.12
14972
14973         * src/alertpanel.c
14974         * src/codeconv.c
14975         * src/compose.c
14976         * src/textview.c
14977         * src/gtk/gtkutils.c
14978         * src/gtk/gtkutils.h
14979         * src/gtk/logwindow.c
14980         * src/gtk/progressdialog.c
14981                 sync with main (revision 127)
14982                 and fix logwindow clipping
14983
14984 2005-02-24 [colin]      1.0.1cvs15.11
14985
14986         * src/plugins/pgpmime/passphrase.c
14987                 Disable input grabbing; it doesn't work yet.
14988
14989 2005-02-24 [colin]      1.0.1cvs15.10
14990
14991         * src/messageview.c
14992                 Don't send out receipts if offline. Ask.
14993
14994 2005-02-23 [colin]      1.0.1cvs15.9
14995
14996         * src/summaryview.c     
14997                 Fix expanding
14998
14999 2005-02-23 [colin]      1.0.1cvs15.8
15000
15001         * src/summaryview.c
15002                 Really fix Bug 568 by removing useless
15003                 calls. summary_thread_init() now called
15004                 in summary_sort(). This should please
15005                 Alfons as it should be faster than 
15006                 previously.
15007
15008 2005-02-23 [colin]      1.0.1cvs15.7
15009
15010         * src/compose.c
15011                 Encode parts as QP or B64 if signing
15012
15013 2005-02-23 [colin]      1.0.1cvs15.6
15014
15015         * src/compose.c
15016                 Fix Mimeinfo leakage (including tmp files)
15017         * src/procmsg.c
15018                 Fix tmp file leakage (spotted by Ivan Rayner)
15019
15020 2005-02-22 [colin]      1.0.1cvs15.5
15021
15022         * src/expldifdlg.c
15023                 Fix keyboard input. Patch by Alfons.
15024
15025 2005-02-21 [colin]      1.0.1cvs15.4
15026
15027         * src/compose.c
15028                 Fix Sign/Encrypt when unselecting privacy
15029                 system
15030         * src/prefs_common.c
15031                 Change default message font to Monospace
15032         * src/summaryview.c
15033                 More freezing during potentially large operations
15034
15035 2005-02-21 [paul]       1.0.1cvs15.3
15036
15037         * src/main.c
15038                 fix --help output
15039
15040 2005-02-21 [paul]       1.0.1cvs15.2
15041
15042         * po/Makefile.in.in
15043         * src/compose.c
15044         * src/summaryview.c
15045         * src/textview.c
15046         * src/common/utils.c
15047         * src/common/utils.h
15048                 sync with main (revision 117)
15049
15050 2005-02-20 [colin]      1.0.1cvs15.1
15051
15052         * src/common/defs.h
15053                 Change cache file to .sylpheed_claws_cache, as
15054                 suggested by Alfons. Allows people to switch
15055                 between Sylpheed and Sylpheed-Claws. it is
15056                 a good idea to "Check for new messages" at next
15057                 startup.
15058
15059
15060 2005-02-18 [colin]      1.0.1cvs14.1
15061
15062         * src/quote_fmt_lex.l
15063         * src/quote_fmt_parse.y
15064                 Fix parser initialisation. Patch by Ivan.
15065
15066 2005-02-18 [colin]      1.0.1cvs11.6
15067
15068         * src/folderview.c
15069                 Fix scrolldown (bug 662)
15070
15071 2005-02-17 [colin]      1.0.1cvs11.5
15072
15073         * src/codeconv.c
15074                 conv_filename_to_utf8: return clean 7bit instead
15075                 of broken utf8 if needed
15076         * src/mimeview.c
15077                 Fix display of parts with unclean 8bit names
15078
15079 2005-02-17 [paul]       1.0.1cvs11.4
15080
15081         * src/compose.c
15082         * src/exportldif.c
15083         * src/matcher_parser_parse.y
15084         * src/procmime.c
15085         * src/sourcewindow.c
15086         * src/common/Makefile.am
15087         * src/common/intl.h             ** REMOVED **
15088         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15089                 sync with main (revision 109)
15090                 and clean up
15091
15092 2005-02-16 [colin]      1.0.1cvs11.3
15093
15094         * src/summaryview.c
15095                 Fix collapsed thread not highlighting when new
15096                 messages in it (Bug 568) Patch by Stephan Sachse.
15097                 Fix messed up selection when reaching bounds (Bug 632)
15098         * src/prefs_themes.c
15099                 Fix theme installing (Bug 684)
15100
15101 2005-02-16 [colin]      1.0.1cvs11.2
15102
15103         * src/messageview.c
15104                 Fix messageview_select_all
15105
15106 2005-02-16 [colin]      1.0.1cvs11.1
15107
15108         * src/mh.c
15109                 Sync with HEAD (MH scan required function)
15110
15111 2005-02-15 [colin]      1.0.1cvs8.1
15112
15113         * src/mimeview.c
15114         * src/common/utils.c
15115                 Sync with HEAD (filename chars substitution)
15116
15117 2005-02-15 [colin]      1.0.1cvs7.3
15118
15119         * src/gtk/pluginwindow.c
15120                 Fix button spacing
15121
15122 2005-02-15 [colin]      1.0.1cvs7.2
15123
15124         * src/mimeview.c
15125                 Fix mime icons not reset across message when
15126                 scrolled down
15127
15128 2005-02-15 [colin]      1.0.1cvs7.1
15129
15130         * src/compose.c
15131         * src/procmime.c
15132                 Sync with HEAD (optimisation of cvs6)
15133
15134 2005-02-14 [colin]      1.0.1cvs6.1
15135
15136         * src/compose.c
15137         * src/procmime.c
15138                 Sync with HEAD (encode "From " at line beginning)
15139
15140 2005-02-14 [colin]      1.0.1cvs5.3
15141
15142         * src/compose.c
15143                 Fix wrapping with accentued chars.
15144
15145 2005-02-13 [colin]      1.0.1cvs5.2
15146
15147         * src/textview.c
15148                 Fix email informative part parsing with
15149                 accentued chars in it. ispunct() returns
15150                 true for them in utf8...
15151
15152 2005-02-12 [colin]      1.0.1cvs5.1
15153
15154         * src/filtering.c
15155                 Sync with HEAD (remove wrong use of compose after send)
15156
15157 2005-02-12 [paul]       1.0.1cvs4.5
15158
15159         * src/textview.c
15160                 remove unnecessary code (thanks to Alfons)
15161
15162 2005-02-12 [paul]       1.0.1cvs4.4
15163
15164         * src/textview.c
15165                 add 'Copy' to contextual menu on emails
15166
15167 2005-02-11 [colin]      1.0.1cvs4.3
15168
15169         * src/compose.c
15170                 revert 1.0.0cvs28.2, it doesn't work that well.
15171
15172 2005-02-11 [paul]       1.0.1cvs4.2
15173
15174         * po/Makefile.in.in
15175                 fix 'make release'
15176
15177 2005-02-10 [paul]       1.0.1cvs4.1
15178
15179         * ChangeLog
15180         * ChangeLog.claws
15181         * ChangeLog.jp
15182         * configure.ac
15183         * src/compose.c
15184                 sync with HEAD (sync with main)
15185
15186 2005-02-10 [paul]       1.0.1cvs3.2
15187
15188         * AUTHORS
15189         * Makefile.am
15190         * autogen.sh
15191         * configure.ac
15192         * config/mkinstalldirs
15193         * intl/.cvsignore
15194         * intl/ChangeLog
15195         * intl/VERSION
15196         * intl/bindtextdom.c
15197         * intl/config.charset
15198         * intl/dcgettext.c
15199         * intl/dcigettext.c
15200         * intl/dcngettext.c
15201         * intl/dgettext.c
15202         * intl/dngettext.c
15203         * intl/eval-plural.h
15204         * intl/explodename.c
15205         * intl/finddomain.c
15206         * intl/gettext.c
15207         * intl/gettextP.h
15208         * intl/gmo.h
15209         * intl/hash-string.h
15210         * intl/intl-compat.c
15211         * intl/l10nflist.c
15212         * intl/libgnuintl.h.in
15213         * intl/loadinfo.h
15214         * intl/loadmsgcat.c
15215         * intl/localcharset.c
15216         * intl/localcharset.h
15217         * intl/locale.alias
15218         * intl/localealias.c
15219         * intl/localename.c
15220         * intl/log.c
15221         * intl/ngettext.c
15222         * intl/os2compat.c
15223         * intl/os2compat.h
15224         * intl/osdep.c
15225         * intl/plural-exp.c
15226         * intl/plural-exp.h
15227         * intl/plural.c
15228         * intl/plural.y
15229         * intl/ref-add.sin
15230         * intl/ref-del.sin
15231         * intl/relocatable.c
15232         * intl/relocatable.h
15233         * intl/textdomain.c
15234         * m4/Makefile.am
15235         * po/Makefile.in.in
15236         * src/Makefile.am
15237         * src/account.c
15238         * src/action.c
15239         * src/addr_compl.c
15240         * src/addressadd.c
15241         * src/addressbook.c
15242         * src/addrgather.c
15243         * src/addrindex.c
15244         * src/alertpanel.c
15245         * src/browseldap.c
15246         * src/codeconv.c
15247         * src/codeconv.h
15248         * src/compose.c
15249         * src/compose.h
15250         * src/crash.c
15251         * src/editaddress.c
15252         * src/editbook.c
15253         * src/editgroup.c
15254         * src/editjpilot.c
15255         * src/editldap.c
15256         * src/editldap_basedn.c
15257         * src/editvcard.c
15258         * src/exphtmldlg.c
15259         * src/expldifdlg.c
15260         * src/export.c
15261         * src/exporthtml.c
15262         * src/filtering.c
15263         * src/folder.c
15264         * src/folder_item_prefs.c
15265         * src/foldersel.c
15266         * src/folderview.c
15267         * src/grouplistdialog.c
15268         * src/headerview.c
15269         * src/imap.c
15270         * src/imap_gtk.c
15271         * src/import.c
15272         * src/importldif.c
15273         * src/importmutt.c
15274         * src/importpine.c
15275         * src/inc.c
15276         * src/ldif.c
15277         * src/main.c
15278         * src/mainwindow.c
15279         * src/matcher.c
15280         * src/mbox.c
15281         * src/message_search.c
15282         * src/messageview.c
15283         * src/mh.c
15284         * src/mh_gtk.c
15285         * src/mimeview.c
15286         * src/msgcache.c
15287         * src/news.c
15288         * src/news_gtk.c
15289         * src/noticeview.c
15290         * src/partial_download.c
15291         * src/pop.c
15292         * src/prefs_account.c
15293         * src/prefs_actions.c
15294         * src/prefs_common.c
15295         * src/prefs_customheader.c
15296         * src/prefs_display_header.c
15297         * src/prefs_ext_prog.c
15298         * src/prefs_filtering.c
15299         * src/prefs_filtering_action.c
15300         * src/prefs_folder_item.c
15301         * src/prefs_fonts.c
15302         * src/prefs_gtk.c
15303         * src/prefs_matcher.c
15304         * src/prefs_msg_colors.c
15305         * src/prefs_spelling.c
15306         * src/prefs_summary_column.c
15307         * src/prefs_template.c
15308         * src/prefs_themes.c
15309         * src/prefs_toolbar.c
15310         * src/prefs_wrapping.c
15311         * src/privacy.c
15312         * src/procheader.c
15313         * src/procmime.c
15314         * src/procmsg.c
15315         * src/quote_fmt.c
15316         * src/recv.c
15317         * src/send_message.c
15318         * src/setup.c
15319         * src/sourcewindow.c
15320         * src/ssl_manager.c
15321         * src/statusbar.c
15322         * src/summary_search.c
15323         * src/summaryview.c
15324         * src/textview.c
15325         * src/toolbar.c
15326         * src/wizard.c
15327         * src/common/nntp.c
15328         * src/common/plugin.c
15329         * src/common/smtp.c
15330         * src/common/ssl.c
15331         * src/common/ssl_certificate.c
15332         * src/common/string_match.c
15333         * src/common/sylpheed.c
15334         * src/common/template.c
15335         * src/common/utils.c
15336         * src/gtk/about.c
15337         * src/gtk/colorlabel.c
15338         * src/gtk/description_window.c
15339         * src/gtk/filesel.c
15340         * src/gtk/foldersort.c
15341         * src/gtk/gtkaspell.c
15342         * src/gtk/gtkutils.c
15343         * src/gtk/inputdialog.c
15344         * src/gtk/logwindow.c
15345         * src/gtk/menu.c
15346         * src/gtk/pluginwindow.c
15347         * src/gtk/prefswindow.c
15348         * src/gtk/progressdialog.c
15349         * src/gtk/quicksearch.c
15350         * src/gtk/sslcertwindow.c
15351         * src/plugins/clamav/clamav_plugin.c
15352         * src/plugins/clamav/clamav_plugin_gtk.c
15353         * src/plugins/demo/demo.c
15354         * src/plugins/dillo_viewer/dillo_prefs.c
15355         * src/plugins/dillo_viewer/dillo_viewer.c
15356         * src/plugins/image_viewer/plugin.c
15357         * src/plugins/image_viewer/viewer.c
15358         * src/plugins/image_viewer/viewerprefs.c
15359         * src/plugins/mathml_viewer/mathml_viewer.c
15360         * src/plugins/pgpmime/passphrase.c
15361         * src/plugins/pgpmime/plugin.c
15362         * src/plugins/pgpmime/prefs_gpg.c
15363         * src/plugins/pgpmime/select-keys.c
15364         * src/plugins/pgpmime/sgpgme.c
15365         * src/plugins/spamassassin/spamassassin.c
15366         * src/plugins/spamassassin/spamassassin_gtk.c
15367         * src/plugins/trayicon/trayicon.c
15368                 sync with main (revision 104)
15369
15370 2005-02-10 [colin]      1.0.1cvs3.1
15371
15372         * src/mainwindow.c
15373                 Sync with HEAD (fix occasional crasher)
15374
15375 2005-02-10 [colin]      1.0.1cvs2.1
15376
15377         * src/messageview.c
15378                 Synw with HEAD (don't automatically display html)
15379
15380 2005-02-09 [colin]      1.0.1cvs1.3
15381
15382         * src/textview.c
15383         * src/textview.h
15384                 Add contextual menu on emails
15385
15386 2005-02-09 [colin]      1.0.1cvs1.2
15387
15388         * src/codeconv.c
15389                 Fix converting from broken headers and 
15390                 put back the _ in missing places
15391                 (feature broke with cvs24.2 sync, main 
15392                  possibly affected?)
15393
15394 2005-02-09 [colin]      1.0.1cvs1.1
15395
15396         * src/messageview.c
15397         * src/mimeview.c
15398         * src/mimeview.h
15399                 Sync with HEAD (display non text/plain mails with plugin)
15400
15401 2005-02-08 [colin]      1.0.1.1
15402
15403         * ChangeLog.claws
15404         * po/pt_BR.po
15405                 Sync with HEAD
15406         * configure.ac
15407                 Make default configuration directory 
15408                 be .sylpheed-gtk2
15409
15410 2005-02-08 [colin]      1.0.0cvs29.1
15411
15412         * po/de.po
15413         * po/es.po
15414         * po/fr.po
15415         * po/it.po
15416         * po/sk.po
15417         * po/sr.po
15418                 Sync translations with HEAD
15419
15420 2005-02-06 [colin]      1.0.0cvs28.3
15421
15422         * src/compose.c
15423                 Make compose a bit faster - patch by Alfons.
15424
15425 2005-02-06 [colin]      1.0.0cvs28.2
15426
15427         * src/compose.c
15428                 Make pasting via middle-click more reliable
15429
15430 2005-02-05 [paul]       1.0.0cvs28.1
15431
15432         * ChangeLog
15433         * ChangeLog.claws
15434         * ChangeLog.jp
15435         * configure.ac
15436         * src/compose.c
15437                 sync with HEAD
15438                 (fix bug 682 'redirect is broken'
15439
15440 2005-02-05 [torte]      1.0.0cvs27.1
15441
15442         * ChangeLog.claws
15443         * configure.ac
15444         * src/partial_download.c
15445                 Sync with HEAD (fix buf overflow)
15446
15447 2005-02-03 [colin]      1.0.0cvs26.1
15448
15449         * src/common/plugin.c
15450                 Sync with HEAD (avoid plugin mismatches)
15451
15452 2005-02-03 [paul]       1.0.0cvs25.3
15453
15454         * src/folderview.c
15455         * src/headerview.c
15456         * src/summaryview.c
15457         * src/textview.c
15458         * src/gtk/colorlabel.c
15459                 third and final part of initial sync with main-gtk2
15460
15461 2005-02-03 [paul]       1.0.0cvs25.2
15462
15463         * src/jpilot.c
15464                 fix building with jpilot support
15465
15466 2005-02-02 [colin]      1.0.0cvs25.1
15467
15468         * src/messageview.c
15469                 Sync with HEAD (fix dangerous typo)
15470
15471 2005-02-01 [colin]      1.0.0cvs24.3
15472
15473         * src/common/xml.c
15474                 Write file as advertised (UTF-8)
15475
15476 2005-02-01 [paul]       1.0.0cvs24.2
15477
15478         * src/addrbook.c
15479         * src/addrindex.c
15480         * src/alertpanel.h
15481         * src/codeconv.c
15482         * src/codeconv.h
15483         * src/compose.c
15484         * src/export.c
15485         * src/folder_item_prefs.c
15486         * src/html.c
15487         * src/imap.c
15488         * src/import.c
15489         * src/jpilot.c
15490         * src/mainwindow.c
15491         * src/matcher_parser_lex.l
15492         * src/messageview.c
15493         * src/mh.c
15494         * src/prefs_account.c
15495         * src/prefs_actions.c
15496         * src/prefs_common.c
15497         * src/prefs_gtk.c
15498         * src/prefs_gtk.h
15499         * src/prefs_themes.c
15500         * src/procheader.c
15501         * src/procmime.c
15502         * src/sourcewindow.c
15503         * src/statusbar.c
15504         * src/summaryview.c
15505         * src/textview.c
15506         * src/toolbar.c
15507         * src/unmime.c
15508         * src/common/template.c
15509         * src/common/utils.c
15510         * src/common/xml.c
15511         * src/common/xml.h
15512         * src/gtk/gtkaspell.c
15513         * src/plugins/clamav/clamav_plugin.c
15514         * src/plugins/dillo_viewer/dillo_prefs.c
15515         * src/plugins/image_viewer/viewerprefs.c
15516         * src/plugins/pgpmime/passphrase.c
15517         * src/plugins/pgpmime/prefs_gpg.c
15518         * src/plugins/pgpmime/select-keys.c
15519         * src/plugins/spamassassin/spamassassin.c
15520                 second part of initial sync with main-gtk2
15521                 (more to follow)
15522
15523 2005-01-31 [colin]      1.0.0cvs24.1
15524
15525         * src/compose.c
15526                 Sync with HEAD
15527
15528 2005-01-29 [paul]       1.0.0cvs23.2
15529
15530         * src/account.c
15531         * src/action.c
15532         * src/addressadd.c
15533         * src/addressbook.c
15534         * src/alertpanel.c
15535         * src/compose.c
15536         * src/editaddress.c
15537         * src/editbook.c
15538         * src/editgroup.c
15539         * src/editjpilot.c
15540         * src/editldap.c
15541         * src/editldap_basedn.c
15542         * src/editvcard.c
15543         * src/export.c
15544         * src/foldersel.c
15545         * src/grouplistdialog.c
15546         * src/import.c
15547         * src/importldif.c
15548         * src/inc.c
15549         * src/main.c
15550         * src/mainwindow.c
15551         * src/message_search.c
15552         * src/messageview.c
15553         * src/mimeview.c
15554         * src/prefs_actions.c
15555         * src/prefs_common.c
15556         * src/prefs_common.h
15557         * src/prefs_customheader.c
15558         * src/prefs_display_header.c
15559         * src/prefs_filtering.c
15560         * src/prefs_filtering_action.c
15561         * src/prefs_gtk.c
15562         * src/prefs_matcher.c
15563         * src/prefs_summary_column.c
15564         * src/prefs_template.c
15565         * src/sourcewindow.c
15566         * src/summary_search.c
15567         * src/summaryview.c
15568         * src/textview.c
15569         * src/gtk/about.c
15570         * src/gtk/description_window.c
15571         * src/gtk/gtkshruler.c
15572         * src/gtk/gtkutils.c
15573         * src/gtk/gtkutils.h
15574         * src/gtk/inputdialog.c
15575         * src/gtk/logwindow.c
15576         * src/gtk/prefswindow.c
15577         * src/gtk/progressdialog.c
15578         * src/gtk/progressdialog.h
15579                 first part of initial sync with main-gtk2
15580                 (more to follow)
15581
15582 2005-01-28 [colin]      1.0.0cvs23.1
15583
15584         * src/folderview.c
15585                 Sync with HEAD
15586
15587 2005-01-27 [colin]      1.0.0cvs21.1
15588
15589         * src/folder.c
15590         * src/folderview.c
15591                 Sync with HEAD
15592
15593 2005-01-27 [colin]      1.0.0cvs19.1
15594
15595         * src/procmime.c
15596                 Sync with HEAD
15597
15598 2005-01-27 [colin]      1.0.0cvs18.1
15599
15600         * src/messageview.c
15601         * src/summaryview.c
15602         * src/mainwindow.c
15603         * src/compose.c
15604         * src/compose.h
15605         * src/procmsg.c
15606         * src/procmsg.h
15607         * src/toolbar.c
15608                 Sync with HEAD
15609
15610 2005-01-26 [paul]       1.0.0cvs15.2
15611
15612         * src/compose.c
15613                 compose_entries_set(): convert subject and body to
15614                 utf8 if necessary. patch by Felix Eckhofer
15615
15616 2005-01-26 [paul]       1.0.0cvs15.1
15617
15618         * configure.ac
15619         * src/common/template.c
15620                 sync with HEAD (fix memory leak)
15621
15622 2005-01-25 [paul]       1.0.0cvs14.1
15623
15624         * configure.ac
15625         * src/compose.c
15626                 sync with HEAD
15627
15628 2005-01-24 [colin]      1.0.0cvs13.1
15629
15630         * src/summaryview.c
15631                 Sync with HEAD
15632
15633 2005-01-24 [paul]       1.0.0cvs12.1
15634
15635         * configure.ac
15636         * src/messageview.c
15637         * src/mh.c
15638         * src/common/utils.c
15639                 sync with HEAD
15640
15641 2005-01-24 [colin]      1.0.0cvs11.1
15642
15643         * src/procheader.c
15644                 Sync with HEAD
15645
15646 2005-01-24 [colin]      1.0.0cvs10.1
15647
15648         * src/folderview.c
15649                 Sync with HEAD
15650
15651 2005-01-23 [colin]      1.0.0cvs9.1
15652
15653         * src/crash.c
15654                 Sync with HEAD
15655
15656 2005-01-22 [colin]      1.0.0cvs8.1
15657
15658         * src/summaryview.c
15659         * src/gtk/quicksearch.c
15660                 Sync with HEAD
15661
15662 2005-01-21 [colin]      1.0.0cvs7.1
15663
15664         * src/summaryview.c
15665                 Sync with HEAD
15666
15667 2005-01-21 [colin]      1.0.0cvs6.1
15668
15669         * src/summaryview.c
15670                 Sync with HEAD
15671
15672 2005-01-21 [colin]      1.0.0cvs5.1
15673
15674         * src/gtk/quicksearch.c
15675         * src/prefs_common.c
15676         * src/prefs_common.h
15677                 Sync with HEAD (recurse option)
15678
15679 2005-01-21 [colin]      1.0.0cvs4.1
15680
15681         * src/folder.h
15682         * src/folderview.c
15683         * src/folderview.h
15684         * src/summaryview.c
15685         * src/gtk/quicksearch.c
15686         * src/gtk/quicksearch.h
15687                 Sync with HEAD (recursive quicksearch)
15688
15689 2005-01-20 [colin]      1.0.0cvs3.4
15690
15691         * src/ssl_manager.c
15692                 Remove useless code
15693
15694 2005-01-20 [colin]      1.0.0cvs3.3
15695
15696         * src/ssl_manager.c
15697                 Fix leak, thanks to Alfons.
15698
15699 2005-01-20 [colin]      1.0.0cvs3.2
15700
15701         * src/ssl_manager.c
15702                 Port SSL certificate window to GTK2.
15703
15704 2005-01-20 [paul]       1.0.0cvs3.1
15705
15706         * ChangeLog.claws
15707         * configure.ac
15708         * src/addrindex.c
15709         * src/addrindex.h
15710                 sync with HEAD
15711
15712 2005-01-19 [colin]      1.0.0cvs2.2
15713
15714         * src/plugins/trayicon/trayicon.c
15715                 Fix freeze with gtk-2.6, the easy way
15716                 (signal blocking helpless there...)
15717                 Closes bug #668.
15718
15719 2005-01-19 [colin]      1.0.0cvs2.1
15720
15721         * src/mbox.c
15722         * src/mbox.h
15723         * src/mainwindow.c
15724         * src/summaryview.c
15725         * src/summaryview.h
15726                 Sync with HEAD
15727
15728 2005-01-19 [paul]       1.0.0cvs1.1
15729
15730         * configure.ac
15731         * po/de.po
15732         * po/es.po
15733         * po/fr.po
15734         * po/hr.po
15735         * po/it.po
15736         * po/ja.po
15737         * po/ko.po
15738         * po/pt_BR.po
15739         * po/ru.po
15740         * po/sk.po
15741         * po/sr.po
15742                 sync with HEAD (update translations)
15743
15744 2005-01-18 [colin]      1.0.0cvs0.1
15745
15746         * src/foldersel.c
15747                 Specify search column - patch by Alfons
15748
15749 2005-01-18 [colin]      0.9.13cvs36.3
15750
15751         * src/prefs_toolbar.c
15752                 Change Delete to Remove
15753         * src/prefs_fonts.c
15754                 GTK2 version and leak fixes
15755         * src/prefs_actions.c
15756                 Add stock buttons.
15757                 All patches by Alfons
15758
15759 2005-01-17 [colin]      0.9.13cvs36.2
15760
15761         * src/compose.c
15762                 Fix DnD inserting twice. While at it,
15763                 add DnD support for text/plain in the
15764                 body, and add support in the headers.
15765
15766 2005-01-16 [colin]      0.9.13cvs36.1
15767
15768         * ChangeLog
15769         * ChangeLog.jp
15770         * ChangeLog.claws
15771                 Sync with HEAD (nothing applicable)
15772
15773 2005-01-16 [colin]      0.9.13cvs33.2
15774
15775         * src/prefs_toolbar.c
15776                 GTK2ize prefs_toolbar, by Alfons.
15777
15778 2005-01-14 [colin]      0.9.13cvs33.1
15779
15780         * src/html.c
15781         * src/msgcache.c
15782                 Sync with HEAD
15783
15784 2005-01-14 [colin]      0.9.13cvs32.1
15785
15786         * src/html.c
15787         * src/html.h
15788         * src/msgcache.c
15789         * AUTHORS
15790         * tools/calypso_convert.pl
15791                 Sync with HEAD
15792
15793 2005-01-08 [colin]      0.9.13cvs29.2
15794
15795         * src/prefs_filtering_action.c
15796         * src/prefs_filtering.c
15797                 2 more gtk2 patches by Alfons
15798
15799 2005-01-07 [paul]       0.9.13cvs29.1
15800
15801         * ChangeLog
15802         * ChangeLog.claws
15803         * ChangeLog.jp
15804         * configure.ac
15805         * src/pop.c
15806         * src/pop.h
15807                 sync with HEAD
15808
15809 2005-01-07 [colin]      0.9.13cvs28.3
15810
15811         * src/gtk/progressdialog.c
15812         * src/gtk/progressdialog.h
15813         * src/inc.c
15814         * src/send_message.c
15815                 GTK2 for the incorporation dialog. The CList isn't dead
15816                 yet, for a more smooth migration. Patch by Alfons.
15817
15818 2005-01-06 [colin]      0.9.13cvs28.2
15819
15820         * src/prefs_display_header.c
15821                 GTK2 conversion by Alfons
15822         * src/prefs_actions.c
15823         * src/prefs_matcher.c
15824                 Fix 2 leaks - patch by Alfons
15825
15826 2005-01-06 [colin]      0.9.13cvs28.1
15827
15828         * src/prefs_matcher.c
15829                 Sync with HEAD
15830
15831 2005-01-06 [colin]      0.9.13cvs27.4
15832
15833         * src/prefs_matcher.c
15834                 Fix double-free. Patch by Alfons
15835
15836 2005-01-06 [colin]      0.9.13cvs27.3
15837
15838         * src/prefs_matcher.c
15839                 GTK2 widgets + memleak
15840                 Patch by Alfons
15841
15842 2005-01-05 [colin]      0.9.13cvs27.2
15843
15844         * src/account.c
15845         * src/addr_compl.c
15846         * src/foldersel.c
15847         * src/stock_pixmap.c
15848         * src/stock_pixmap.h
15849                 3 more GTK2 patches by Alfons.
15850
15851 2005-01-04 [colin]      0.9.13cvs27.1
15852
15853         * src/folderview.c
15854         * src/imap_gtk.c
15855         * src/news_gtk.c
15856                 Sync with HEAD
15857
15858 2005-01-04 [colin]      0.9.13cvs25.9
15859
15860         * src/compose.c
15861                 Fix Show Ruler menuitem
15862         * src/prefs_template.c
15863                 Convert to GTK2
15864         * src/common/utils.c
15865                 Make auto pointer stuff handles NULLs
15866                 Patches by Alfons.
15867
15868 2005-01-04 [colin]      0.9.13cvs25.8
15869
15870         * src/compose.c
15871                 Move the attachment list to gtk2
15872                 Patch by Alfons.
15873
15874 2005-01-04 [colin]      0.9.13cvs25.7
15875
15876         * src/textview.c
15877                 Make some keys work again
15878                 Patch by SungHyun Nam <namsh@kldp.org>
15879
15880 2005-01-04 [colin]      0.9.13cvs25.6
15881
15882         * src/gtk/gtkshruler.c
15883                 Move the ruler to GTK2
15884                 Patch by Alfons
15885
15886 2005-01-03 [colin]      0.9.13cvs25.5
15887
15888         * src/compose.c
15889                 Fix my broken patch apply 
15890
15891 2005-01-03 [colin]      0.9.13cvs25.4
15892
15893         * src/common/utils.c
15894         * src/common/utils.h
15895         * src/gtk/prefswindow.c
15896                 Move auto pointer stuff to utils.c
15897                 Patch by Alfons again :)
15898
15899 2005-01-03 [colin]      0.9.13cvs25.3
15900
15901         * src/compose.c
15902         * src/prefs_gtk.c
15903         * src/prefs_template.c
15904         * src/textview.c
15905                 Empty text widgets with empty strings, not NULL char
15906                 Patch by SungHyun Nam <namsh@kldp_org>
15907
15908 2005-01-03 [colin]      0.9.13cvs25.2
15909
15910         * src/main.c
15911         * AUTHORS
15912                 Sync with HEAD
15913
15914 2005-01-03 [colin]      0.9.13cvs25.1
15915
15916         * src/pop.c
15917         * src/pop.h
15918                 Sync with HEAD
15919
15920 2005-01-03 [colin]      0.9.13cvs24.3
15921
15922         * src/account.c
15923                 Two patches from Alfons and Alex S Moore:
15924                 fix images, fix return value.
15925
15926 2005-01-01 [colin]      0.9.13cvs24.2
15927
15928         * src/prefs_actions.c
15929                 Fix over-zealous assertion. Patch by Alfons
15930
15931 2005-01-01 [colin]      0.9.13cvs24.1
15932
15933         * src/procmime.c
15934                 Sync with HEAD (leak fix)
15935
15936 2004-12-31 [colin]      0.9.13cvs23.2
15937
15938         * src/prefs_common.c
15939                 GTK2 widgets + stock buttons - patch by Alfons
15940
15941 2004-12-31 [paul]       0.9.13cvs23.1
15942
15943         * configure.ac
15944                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15945         * src/gtk/pluginwindow.c
15946                 use GTK2 widgets and plug memory leaks,
15947                 patches by Alfons
15948
15949 2004-12-30 [colin]      0.9.13cvs22.4
15950
15951         * src/account.c
15952         * src/action.c
15953         * src/export.c
15954         * src/foldersel.c
15955         * src/import.c
15956         * src/message_search.c
15957         * src/prefs_actions.c
15958         * src/prefs_common.c
15959         * src/prefs_customheader.c
15960         * src/prefs_filtering.c
15961         * src/prefs_summary_column.c
15962         * src/summary_search.c
15963         * src/gtk/about.c
15964         * src/gtk/description_window.c
15965         * src/gtk/gtkutils.c
15966         * src/gtk/gtkutils.h
15967         * src/gtk/inputdialog.c
15968         * src/gtk/prefswindow.c
15969                 Use GTK2 stock buttons. Patches by Alfons.
15970
15971 2004-12-30 [colin]      0.9.13cvs22.3
15972
15973         * src/account.c
15974                 Sync with HEAD
15975         * src/prefs_actions.c
15976         * src/prefs_customheader.c
15977         * src/prefs_filtering.c
15978         * src/prefs_msg_colors.c
15979         * src/prefs_summary_column.c
15980         * src/gtk/prefswindow.c
15981                 Use GtkTreeView instead of deprecated 
15982                 widgets. Patches by Alfons.
15983
15984 2004-12-30 [paul]       0.9.13cvs22.2
15985
15986         * src/foldersel.c
15987                 use GTK 2 Tree View
15988                 patch by Alfons, with root folder sorting fix
15989                 by Stephan Sachse
15990
15991 2004-12-30 [paul]       0.9.13cvs22.1
15992
15993         * ChangeLog
15994         * ChangeLog.claws
15995         * ChangeLog.jp
15996         * NEWS
15997         * configure.ac
15998         * src/account.c
15999                 sync with HEAD
16000
16001 2004-12-22 [martin]     0.9.13cvs21.2
16002
16003         * src/action.c
16004                 free the command line after its use
16005
16006 2004-12-18 [paul]       0.9.13cvs21.1
16007
16008         * AUTHORS
16009         * ChangeLog
16010         * ChangeLog.claws
16011         * ChangeLog.jp
16012         * NEWS
16013         * configure.ac
16014         * src/action.c
16015         * src/compose.c
16016         * src/syldap.c
16017                 sync with HEAD
16018
16019 2004-12-17 [martin]     0.9.13cvs17.2
16020
16021         * src/action.c
16022                 convert actions input to locale
16023         * src/inc.c
16024                 convert notification command to locale
16025         * src/plugins/pgpmime/select-keys.c
16026                 convert attributes to utf8
16027
16028 2004-12-14 [colin]      0.9.13cvs17.1
16029
16030         * ChangeLog
16031         * ChangeLog.jp
16032         * ChangeLog.claws
16033         * src/action.c
16034         * src/common/utils.c
16035         * src/gtk/prefswindow.c
16036         * src/gtk/gtkutils.c
16037         * src/gtk/gtkutils.h
16038         * src/plugins/spamassassin/libspamc.c
16039                 Sync with HEAD
16040
16041 2004-12-13 [colin]      0.9.13cvs14.1
16042
16043         * src/quote_fmt_parse.y
16044                 Sync with HEAD
16045
16046 2004-12-10 [colin]      0.9.13cvs12.1
16047
16048         * src/prefs_themes.c
16049         * src/mainwindow.c
16050         * src/messageview.c
16051                 Sync with HEAD
16052
16053 2004-12-09 [colin]      0.9.13cvs10.1
16054
16055         * src/procmime.c
16056                 Sync with HEAD (fix B64 encoding from memory)
16057
16058 2004-12-08 [colin]      0.9.13cvs9.1
16059
16060         * src/gtk/colorlabel.c
16061                 Sync with HEAD
16062
16063 2004-12-08 [paul]       0.9.13cvs8.2
16064
16065         * src/gtk/pluginwindow.c
16066                 fix window resizing oddities
16067
16068 2004-12-08 [colin]      0.9.13cvs8.1
16069
16070         * src/quote_fmt_parse.y
16071                 Sync with HEAD
16072
16073 2004-12-08 [colin]      0.9.13cvs7.1
16074
16075         * src/matcher_parser_parse.y
16076         * src/msgcache.c
16077         * src/prefs_matcher.c
16078         * src/procheader.c
16079         * src/matcher.c
16080         * src/common/defs.h
16081         * po/sr.po
16082                 Sync with HEAD
16083
16084 2004-12-08 [colin]      0.9.13cvs6.1
16085
16086         * src/quote_fmt_parse.y
16087         * src/textview.c
16088                 Sync with HEAD
16089         * src/gtk/prefswindow.c
16090         * src/gtk/pluginwindow.c
16091                 Fix G_CALLBACKS protos (thanks to Alfons)
16092
16093 2004-12-07 [torte]      0.9.13cvs2.2
16094
16095         * src/procmime.c
16096                 [Bug 650] reply button causes crash
16097                 Thanks to David Relson and Christoph
16098
16099 2004-12-07 [colin]      0.9.13cvs2.1
16100
16101         * ChangeLog.claws
16102         * AUTHORS
16103         * po/sk.po
16104         * src/procmime.c
16105         * src/prefs_account.c
16106         * src/common/smtp.c
16107         * src/common/smtp.h
16108                 Sync with HEAD
16109
16110 2004-12-06 [colin]      0.9.12cvs187.1
16111
16112         * ChangeLog.claws
16113         * INSTALL
16114         * Makefile.am
16115         * README.claws
16116         * TODO.claws
16117         * configure.ac
16118         * po/bg.po
16119         * po/cs.po
16120         * po/el.po
16121         * po/en_GB.po
16122         * po/es.po
16123         * po/fr.po
16124         * po/hr.po
16125         * po/hu.po
16126         * po/it.po
16127         * po/ja.po
16128         * po/ko.po
16129         * po/nl.po
16130         * po/pl.po
16131         * po/pt_BR.po
16132         * po/ru.po
16133         * po/sk.po
16134         * po/sr.po
16135         * po/sv.po
16136         * po/zh_CN.po
16137         * po/zh_TW.Big5.po
16138         * src/compose.c
16139         * tools/Makefile.am
16140         * tools/README
16141         * tools/filter_conv.pl
16142         * tools/kdeservicemenu/README
16143         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16144         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16145                 Sync with HEAD
16146
16147 2004-12-04 [colin]      0.9.12cvs183.1
16148
16149         * src/compose.c
16150                 Sync with HEAD (compose window position saving)
16151
16152 2004-12-04 [paul]       0.9.12cvs182.3
16153
16154         * src/messageview.c
16155         * src/mimeview.c
16156         * src/prefs_customheader.c
16157         * src/gtk/quicksearch.c
16158                 replace some forgotten GTK_SIGNAL_FUNCs
16159
16160 2004-12-04 [paul]       0.9.12cvs182.2
16161
16162         * src/Makefile.am
16163                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16164                 committed in error      
16165
16166 2004-12-04 [paul]       0.9.12cvs182.1
16167
16168         * ChangeLog
16169         * ChangeLog.claws
16170         * ChangeLog.jp
16171         * INSTALL
16172         * NEWS
16173         * README
16174         * README.jp
16175         * configure.ac
16176         * doc/manual/ja/Makefile.am
16177         * doc/manual/ja/sylpheed-1.html
16178         * doc/manual/ja/sylpheed-10.html
16179         * doc/manual/ja/sylpheed-11.html
16180         * doc/manual/ja/sylpheed-12.html
16181         * doc/manual/ja/sylpheed-13.html
16182         * doc/manual/ja/sylpheed-14.html
16183         * doc/manual/ja/sylpheed-15.html
16184         * doc/manual/ja/sylpheed-16.html
16185         * doc/manual/ja/sylpheed-17.html
16186         * doc/manual/ja/sylpheed-18.html
16187         * doc/manual/ja/sylpheed-19.html
16188         * doc/manual/ja/sylpheed-2.html
16189         * doc/manual/ja/sylpheed-20.html
16190         * doc/manual/ja/sylpheed-3.html
16191         * doc/manual/ja/sylpheed-4.html
16192         * doc/manual/ja/sylpheed-5.html
16193         * doc/manual/ja/sylpheed-6.html
16194         * doc/manual/ja/sylpheed-7.html
16195         * doc/manual/ja/sylpheed-8.html
16196         * doc/manual/ja/sylpheed-9.html
16197         * doc/manual/ja/sylpheed.html
16198         * doc/manual/ja/sylpheed.sgml
16199         * po/de.po
16200         * src/Makefile.am
16201         * src/compose.c
16202         * src/procmime.c
16203         * src/pixmaps/regular.xpm **REMOVED**
16204         * src/plugins/pgpmime/pgpmime.c
16205         * src/plugins/pgpmime/plugin.c
16206         * src/plugins/pgpmime/prefs_gpg.c
16207                 sync with HEAD
16208
16209 2004-12-03 [paul]       0.9.12cvs180.1
16210
16211         * ChangeLog
16212         * ChangeLog.claws
16213         * ChangeLog.jp
16214         * configure.ac
16215         * src/Makefile.am
16216         * src/pop.c
16217         * src/common/utils.c
16218         * src/common/utils.h
16219         * src/pixmaps/continue.xpm
16220         * src/pixmaps/dir_close.xpm
16221         * src/pixmaps/dir_open.xpm
16222         * src/pixmaps/drafts_close.xpm
16223         * src/pixmaps/drafts_open.xpm
16224         * src/pixmaps/folder.xpm **REMOVED**
16225         * src/pixmaps/group.xpm
16226         * src/pixmaps/unread.xpm
16227                 sync with HEAD
16228
16229 2004-12-02 [colin]      0.9.12cvs179.1
16230
16231         * src/compose.c
16232                 Sync with HEAD (non-duplicated reedition)
16233
16234 2004-12-02 [colin]      0.9.12cvs178.1
16235
16236         * src/compose.c
16237                 Sync with HEAD (linewrap_quote fix)
16238
16239 2004-12-01 [colin]      0.9.12cvs177.3
16240
16241         * src/addrharvest.c
16242                 Replace sizeof with strlen
16243
16244 2004-12-01 [paul]       0.9.12cvs177.2
16245
16246         * src/addrharvest.c
16247                 fix 'harvest addresses'
16248
16249 2004-11-30 [colin]      0.9.12cvs177.1
16250
16251         * src/gtk/prefswindow.c
16252         * src/gtk/pluginwindow.c
16253                 Sync with HEAD
16254
16255 2004-11-29 [colin]      0.9.12cvs176.1
16256
16257         * src/folderview.c
16258                 sync with HEAD (Fix disappearing separators in folderview's popup)
16259
16260 2004-11-29 [colin]      0.9.12cvs175.1
16261
16262         * src/procmime.c
16263                 Sync with head (another format fix)
16264
16265 2004-11-29 [colin]      0.9.12cvs174.1
16266
16267         * src/pop.c
16268                 Sync with HEAD (format string fix)
16269
16270 2004-11-26 [colin]      0.9.12cvs173.1
16271
16272         * src/common/smtp.c
16273         * src/common/smtp.h
16274                 Sync with HEAD
16275
16276 2004-11-24 [colin]      0.9.12cvs172.1
16277
16278         * src/plugins/pgpmime/pgpmime.c
16279                 Sync with HEAD
16280
16281 2004-11-24 [colin]      0.9.12cvs171.1
16282
16283         * src/plugins/pgpmime/pgpmime.c
16284                 Sync with head (gpgmectx leaks)
16285
16286 2004-11-24 [colin]      0.9.12cvs169.1
16287
16288         * src/plugins/pgpmime/plugin.c
16289         * src/plugins/trayicon/Makefile.am
16290         * src/plugins/trayicon/newmarkedmail.xpm
16291         * src/plugins/trayicon/trayicon.c
16292         * src/plugins/trayicon/unreadmarkedmail.xpm
16293                 Sync with HEAD
16294
16295 2004-11-23 [colin]      0.9.12cvs168.1
16296
16297         * src/partial_download.c
16298         * src/partial_download.h
16299         * src/plugins/pgpmime/plugin.c
16300                 Sync with HEAD
16301
16302 2004-11-23 [colin]      0.9.12cvs166.1
16303
16304         * src/Makefile.am
16305         * src/codeconv.c
16306         * src/compose.c
16307         * src/folderview.c
16308         * src/main.c
16309         * src/partial_download.c
16310         * src/partial_download.h
16311         * src/prefs_account.c
16312         * src/prefs_account.h
16313         * src/privacy.c
16314         * src/privacy.h
16315         * src/procmime.c
16316         * src/common/Makefile.am
16317         * src/common/base64.h
16318         * src/common/partial_download.c
16319         * src/common/partial_download.h
16320         * src/gtk/prefswindow.c
16321         * src/gtk/prefswindow.h
16322         * src/plugins/pgpmime/pgpmime.c
16323         * src/plugins/pgpmime/prefs_gpg.c
16324         * src/plugins/pgpmime/prefs_gpg.h
16325         * src/plugins/pgpmime/sgpgme.c
16326         * src/plugins/pgpmime/sgpgme.h
16327                 Sync with HEAD
16328
16329 2004-11-23 [colin]      0.9.12cvs163.1
16330
16331         * src/main.c
16332                 Sync with HEAD (cursor optimization)
16333
16334 2004-11-23 [colin]      0.9.12cvs162.1
16335
16336         * src/prefs_common.c
16337         * src/prefs_themes.c
16338         * src/procmsg.c
16339                 Sync with HEAD
16340
16341 2004-11-23 [colin]      0.9.12cvs158.9
16342
16343         * src/compose.c
16344                 Fix double-free when forwarding
16345         * src/msgcache.c
16346                 Fix leak on error path
16347                 
16348
16349 2004-11-23 [colin]      0.9.12cvs158.8
16350
16351         * src/compose.c
16352                 Fix possible double-free
16353                 Spotted by Alfons
16354
16355 2004-11-23 [colin]      0.9.12cvs158.7
16356
16357         * src/compose.c
16358                 Fix some signal handlers' prototypes
16359                 Spotted by Alfons
16360
16361 2004-11-22 [colin]      0.9.12cvs158.6
16362
16363         * src/compose.c
16364                 Remove unneeded code and duplicated
16365                 wrapping - patch by Alfons
16366
16367 2004-11-22 [colin]      0.9.12cvs158.5
16368
16369         * src/prefs_themes.c
16370                 Fix oversized selector
16371
16372 2004-11-22 [colin]      0.9.12cvs158.4
16373
16374         * src/compose.c
16375                 fix dump_text()
16376                 patch by Alfons
16377
16378 2004-11-19 [colin]      0.9.12cvs158.3
16379
16380         * src/textview.c
16381                 Add a context menu on links (open, copy)
16382
16383 2004-11-18 [paul]       0.9.12cvs158.2
16384
16385         * src/addrgather.c
16386         * src/exphtmldlg.c
16387         * src/expldifdlg.c
16388         * src/mimeview.c
16389         * src/prefs_common.c
16390         * src/plugins/image_viewer/viewer.c
16391         * src/plugins/spamassassin/spamassassin_gtk.c
16392                 replace deprecated gtk_notebook_set_page
16393                 and gtk_notebook_current_page
16394
16395 2004-11-18 [paul]       0.9.12cvs158.1
16396
16397         * configure.ac
16398         * src/compose.c
16399         * src/mainwindow.c
16400         * src/messageview.c
16401         * src/prefs_common.c
16402         * src/common/utils.c
16403         * src/common/utils.h
16404                 sync with HEAD
16405
16406 2004-11-17 [colin]      0.9.12cvs156.1
16407
16408         * src/prefs_account.c
16409         * src/prefs_account.h
16410         * src/procmsg.c
16411                 Sync with HEAD (add pref to store encrypted mails encrypted)
16412
16413 2004-11-17 [paul]       0.9.12cvs155.1
16414
16415         * ChangeLog
16416         * ChangeLog.claws
16417         * ChangeLog.jp
16418         * NEWS
16419         * configure.ac
16420         * src/compose.c
16421         * src/jpilot.c
16422         * src/privacy.c
16423         * src/procmime.c
16424         * src/procmime.h
16425         * src/procmsg.c
16426         * src/toolbar.c
16427         * src/pixmaps/error.xpm
16428                 sync with HEAD
16429
16430 2004-11-17 [colin]      0.9.12cvs151.1
16431
16432         * src/plugins/pgpmime/pgpmime.c
16433                 Sync with HEAD (remove debug printf)
16434
16435 2004-11-17 [colin]      0.9.12cvs150.1
16436
16437         * src/plugins/pgpmime/pgpmime.c
16438                 Sync with HEAD (off-by-one fix)
16439
16440 2004-11-17 [colin]      0.9.12cvs149.1
16441
16442         * src/procmsg.c
16443                 Sync with HEAD (coding style fixes)
16444
16445 2004-11-16 [colin]      0.9.12cvs148.1
16446
16447         * src/procmsg.c
16448                 Sync with head (Fix the fix)
16449
16450 2004-11-16 [colin]      0.9.12cvs147.1
16451
16452         * src/procmsg.c
16453                 Sync with Main (leak fix)
16454
16455 2004-11-16 [colin]      0.9.12cvs146.14
16456
16457         * src/compose.c
16458                 Remove useless chunk of code
16459                 Patch by Alfons
16460
16461 2004-11-15 [colin]      0.9.12cvs146.13
16462
16463         * src/compose.c
16464                 Fix drafting after insertion
16465                 Patch by Alfons
16466
16467 2004-11-15 [colin]      0.9.12cvs146.12
16468
16469         * src/compose.c
16470         * src/prefs_filtering.c
16471         * src/prefs_filtering_action.c
16472         * src/prefs_toolbar.c
16473                 Fix some const-correctness
16474
16475 2004-11-15 [colin]      0.9.12cvs146.11
16476
16477         * src/summaryview.c
16478         * src/prefs_themes.c
16479         * src/messageview.c
16480                 Fix some leaks
16481
16482 2004-11-15 [colin]      0.9.12cvs146.10
16483
16484         * src/codeconv.c
16485                 More unreadable locale fixes
16486
16487 2004-11-14 [colin]      0.9.12cvs146.9
16488
16489         * src/textview.c
16490                 Fix uri_security_check
16491                 Patch by Alfons
16492
16493 2004-11-13 [paul]       0.9.12cvs146.8
16494
16495         * src/folder.c
16496         * src/procmime.c
16497                 fix 2 bugs introduced in last commit
16498
16499 2004-11-13 [paul]       0.9.12cvs146.7
16500
16501         * src/compose.c
16502         * src/exporthtml.c
16503         * src/exportldif.c
16504         * src/folder.c
16505         * src/imap.c
16506         * src/imap_gtk.c
16507         * src/main.c
16508         * src/mainwindow.c
16509         * src/messageview.c
16510         * src/mh_gtk.c
16511         * src/prefs_themes.c
16512         * src/procmime.c
16513         * src/setup.c
16514         * src/summaryview.c
16515                 replace deprecated g_basename
16516
16517 2004-11-13 [paul]       0.9.12cvs146.6
16518
16519         * src/compose.c
16520         * src/imap.c
16521         * src/matcher_parser.h
16522         * src/matcher_parser_parse.y
16523         * src/prefs_filtering.c
16524         * src/prefs_filtering_action.c
16525         * src/prefs_themes.c
16526         * src/prefs_toolbar.c
16527         * src/common/utils.c
16528                 various small fixes/cleanups
16529
16530 2004-11-12 [colin]      0.9.12cvs146.5
16531
16532         * src/textview.c
16533                 Validate event's origin on visibility notify
16534                 Patch by Alfons.
16535
16536 2004-11-12 [paul]       0.9.12cvs146.4
16537
16538         * src/exporthtml.c
16539         * src/exportldif.c
16540         * src/imap.c
16541         * src/mh.c
16542         * src/mimeview.c
16543         * src/prefs_spelling.c
16544         * src/prefs_themes.c
16545                 replace deprecated g_dirname    
16546
16547 2004-11-12 [colin]      0.9.12cvs146.3
16548
16549         * src/textview.c
16550                 Some coding style fixes
16551
16552 2004-11-12 [colin]      0.9.12cvs146.2
16553
16554         * src/codeconv.c
16555                 We want to replace _all_ extended chars in
16556                 conv_unreadable_*, because any string containing
16557                 extended chars not parsing as UTF8 is 
16558                 undisplayed on gtk2.
16559
16560 2004-11-12 [paul]       0.9.12cvs146.1
16561
16562         * ChangeLog
16563         * ChangeLog.claws
16564         * ChangeLog.jp
16565         * NEWS
16566         * configure.ac
16567         * src/account.c
16568         * src/folderview.c
16569         * src/folderview.h
16570         * src/imap.c
16571         * src/imap_gtk.c
16572         * src/inc.c
16573         * src/mainwindow.c
16574         * src/mh_gtk.c
16575         * src/news_gtk.c
16576         * src/pop.c
16577         * src/prefs_account.c
16578         * src/prefs_account.h
16579         * src/prefs_ext_prog.c
16580         * src/procmime.c
16581         * src/procmime.h
16582         * src/procmsg.c
16583         * src/procmsg.h
16584         * src/summary_search.c
16585         * src/summaryview.c
16586         * src/textview.c
16587         * src/common/defs.h
16588         * src/common/utils.c
16589         * src/common/utils.h
16590         * src/gtk/menu.c
16591         * src/gtk/menu.h
16592                 sync with HEAD
16593
16594 2004-11-11 [colin]      0.9.12cvs144.2
16595
16596         * src/textview.c
16597                 Fix URI range selection (patch by Alfons)
16598
16599 2004-11-09 [colin]      0.9.12cvs144.1
16600
16601         * ChangeLog.claws
16602         * src/compose.c
16603         * src/folder.c
16604         * src/folder_item_prefs.c
16605         * src/prefs_account.c
16606         * src/prefs_account.h
16607         * src/plugins/pgpmime/pgpmime.c
16608                 Sync with HEAD
16609
16610 2004-11-08 [colin]      0.9.12cvs143.1
16611
16612         * src/summaryview.c
16613                 Sync with HEAD (optimize quicksearch)
16614
16615 2004-11-08 [colin]      0.9.12cvs142.2
16616
16617         * src/compose.c
16618                 Don't wrap when Edit/Auto wrapping is disabled
16619
16620 2004-11-08 [colin]      0.9.12cvs142.1
16621
16622         * src/textview.c
16623                 Sync with HEAD
16624
16625 2004-11-08 [colin]      0.9.12cvs141.1
16626
16627         * src/textview.c
16628                 Sync with HEAD (fix some mail URIs)
16629
16630 2004-11-08 [colin]      0.9.12cvs140.3
16631
16632         * src/textview.c
16633                 o Use text cursor instead of arrow when
16634                   not on a link
16635                 o Fix handling of contiguous links (as in
16636                   "colin@colino.net" <colin@colino.net>)
16637                   This one unveils a bug in get_email_part()
16638
16639 2004-11-07 [colin]      0.9.12cvs140.2
16640
16641         * src/textview.c
16642                 Fix memleak. Patch by Alfons.
16643
16644 2004-11-06 [colin]      0.9.12cvs140.1
16645
16646         * src/compose.c
16647                 Sync with HEAD (don't ask passphrase
16648                 when drafting)
16649
16650 2004-11-06 [paul]       0.9.12cvs139.2
16651
16652         * AUTHORS
16653         * src/textview.c
16654         * src/textview.h
16655                 textview URI handling. hovering over a 
16656                 link displays it in the status bar,
16657                 and changes the mouse pointer to a hand 
16658                 cursor. a link is activated with a single 
16659                 click. (Modified from the) patch by Jean-Yves 
16660                 Lefort <jylefort@users.sourceforge.net>
16661                 
16662
16663 2004-11-05 [colin]      0.9.12cvs139.1
16664
16665         * src/compose.c
16666         * src/procmime.c
16667                 Sync with HEAD again ^^
16668
16669 2004-11-05 [colin]      0.9.12cvs139.1
16670
16671         * src/compose.c
16672         * src/procmime.c
16673                 Sync with HEAD
16674
16675 2004-11-03 [paul]       0.9.12cvs138.1
16676
16677         * ChangeLog.claws
16678         * configure.ac
16679         * po/POTFILES.in
16680         * src/prefs_ext_prog.c
16681         * src/procmime.c
16682         * tools/kdeservicemenu/README
16683         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16684         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16685                 sync with HEAD
16686
16687 2004-11-01 [christoph]  0.9.12cvs136.2
16688
16689         * src/procmime.c
16690                 convert MIME parameters to UTF-8
16691
16692 2004-10-29 [colin]      0.9.12cvs136.1
16693
16694         * src/common/utils.c
16695                 Sync with HEAD (don't use '=' in mime boundary)
16696
16697 2004-10-29 [paul]       0.9.12cvs135.1
16698
16699         * configure.ac
16700         * doc/src/rfc2231.txt
16701         * src/procmime.c
16702         * src/common/quoted-printable.c
16703         * src/common/utils.c
16704         * src/common/utils.h
16705                 sync with HEAD
16706
16707 2004-10-27 [paul]       0.9.12cvs134.1
16708
16709         * configure.ac
16710         * src/main.c
16711         * src/procmime.c
16712         * src/plugins/pgpmime/pgpmime.c
16713                 sync with HEAD
16714
16715 2004-10-26 [paul]       0.9.12cvs132.3
16716
16717         * src/account.c
16718         * src/addressbook.c
16719         * src/addrgather.c
16720         * src/addrharvest.c
16721         * src/codeconv.c
16722         * src/compose.c
16723         * src/customheader.c
16724         * src/editaddress.c
16725         * src/editgroup.c
16726         * src/enriched.c
16727         * src/expldifdlg.c
16728         * src/exporthtml.c
16729         * src/exportldif.c
16730         * src/folder.c
16731         * src/foldersel.c
16732         * src/folderview.c
16733         * src/grouplistdialog.c
16734         * src/html.c
16735         * src/imap.c
16736         * src/jpilot.c
16737         * src/ldapserver.c
16738         * src/ldif.c
16739         * src/mimeview.c
16740         * src/news.c
16741         * src/news_gtk.c
16742         * src/pop.c
16743         * src/prefs_display_header.c
16744         * src/prefs_gtk.c
16745         * src/prefs_msg_colors.c
16746         * src/prefs_toolbar.c
16747         * src/procheader.c
16748         * src/procmime.c
16749         * src/summaryview.c
16750         * src/textview.c
16751         * src/toolbar.c
16752         * src/vcard.c
16753         * src/common/mgutils.c
16754         * src/common/nntp.c
16755         * src/common/smtp.c
16756         * src/common/template.c
16757         * src/common/utils.c
16758         * src/common/xmlprops.c
16759         * src/plugins/pgpmime/pgpmime.c
16760         * src/plugins/pgpmime/select-keys.c
16761         * src/plugins/pgpmime/sgpgme.c
16762                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16763                 g_string_sprintfa(), gtk_notebook_current_page()
16764
16765 2004-10-26 [colin]      0.9.12cvs132.2
16766
16767         * src/prefs_folder_item.c
16768                 Fix default-account selection
16769
16770 2004-10-21 [colin]      0.9.12cvs133
16771
16772         * src/compose.c
16773                 Sync with HEAD (Remove extra separator in compose's Options)
16774         * src/textview.c
16775                 Set wrapping to char
16776
16777 2004-10-21 [paul]       0.9.12cvs131.2
16778
16779         * src/compose.c
16780         * src/sourcewindow.c
16781                 fix wrapping
16782                 fix window shrinking 
16783
16784 2004-10-21 [colin]      0.9.12cvs131.1
16785
16786         * ChangeLog.claws
16787         * src/compose.c
16788                 Sync with HEAD
16789
16790 2004-10-21 [paul]       0.9.12cvs130.2
16791
16792         * src/prefs_folder_item.c
16793                 sync with HEAD (Apply to subfolders)
16794
16795 2004-10-19 [colin]      0.9.12cvs130.1
16796
16797         * ChangeLog.claws
16798         * src/compose.c
16799         * src/common/utils.c
16800         * src/gtk/menu.c
16801                 Sync with HEAD
16802
16803 2004-10-19 [colin]      0.9.12cvs128.1
16804
16805         * src/addrbook.c
16806         * src/addrcache.c
16807         * src/addressbook.c
16808         * src/codeconv.c
16809         * src/compose.c
16810         * src/customheader.c
16811         * src/editaddress.c
16812         * src/editgroup.c
16813         * src/exporthtml.c
16814         * src/folder.c
16815         * src/folderview.c
16816         * src/imap.c
16817         * src/jpilot.c
16818         * src/main.c
16819         * src/matcher_parser_parse.y
16820         * src/mbox.c
16821         * src/pop.c
16822         * src/prefs_account.c
16823         * src/prefs_gtk.c
16824         * src/prefs_msg_colors.c
16825         * src/procheader.c
16826         * src/procmime.c
16827         * src/procmime.h
16828         * src/procmsg.c
16829         * src/summaryview.c
16830         * src/textview.c
16831         * src/common/base64.c
16832         * src/common/partial_download.c
16833         * src/common/socket.c
16834         * src/common/sylpheed.c
16835         * src/common/utils.c
16836         * src/common/utils.h
16837         * src/gtk/pluginwindow.c
16838         * src/gtk/quicksearch.c
16839         * src/plugins/clamav/clamav_plugin.c
16840         * src/plugins/clamav/clamav_plugin.h
16841         * src/plugins/clamav/clamav_plugin_gtk.c
16842         * src/plugins/pgpmime/passphrase.c
16843         * src/plugins/pgpmime/pgpmime.c
16844         * src/plugins/pgpmime/plugin.c
16845         * src/plugins/pgpmime/prefs_gpg.c
16846         * src/plugins/pgpmime/prefs_gpg.h
16847         * src/plugins/pgpmime/select-keys.c
16848         * src/plugins/pgpmime/sgpgme.c
16849         * src/plugins/spamassassin/libspamc.c
16850         * src/plugins/spamassassin/spamassassin.c
16851         * src/plugins/spamassassin/spamassassin.h
16852         * src/plugins/spamassassin/spamassassin_gtk.c
16853         * src/plugins/trayicon/trayicon.c
16854         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
16855                 Sync with HEAD
16856
16857 2004-10-14 [colin]      0.9.12cvs126.2
16858
16859         * src/codeconv.c
16860         * src/textview.c
16861                 Fix conv_unreadable_locale
16862
16863 2004-10-13 [colin]      0.9.12cvs126.1
16864
16865         * src/compose.c
16866                 Sync with HEAD (don't convert charset for 
16867                 drafted messages, minor cleanup)
16868
16869 2004-10-13 [colin]      0.9.12cvs125.1
16870
16871         * po/POTFILES.in
16872                 Sync with HEAD (POTFILES fix)
16873
16874 2004-10-12 [colin]      0.9.12cvs124.3
16875
16876         * src/compose.c
16877                 Fix encoding bug from latest sync
16878
16879 2004-10-12 [paul]       0.9.12cvs124.2
16880
16881         * src/plugins/pgpmime/prefs_gpg.c
16882         * src/plugins/pgpmime/prefs_gpg.h
16883                 forgotten in last commit        
16884
16885 2004-10-12 [paul]       0.9.12cvs124.1
16886
16887         * ChangeLog.claws
16888         * configure.ac
16889         * m4/spamassassin.m4
16890         * src/Makefile.am
16891         * src/account.c
16892         * src/compose.c
16893         * src/compose.h
16894         * src/crash.c
16895         * src/main.c
16896         * src/mimeview.c
16897         * src/passphrase.c
16898         * src/passphrase.h
16899         * src/prefs_account.c
16900         * src/prefs_account.h
16901         * src/prefs_common.c
16902         * src/privacy.c
16903         * src/privacy.h
16904         * src/procmime.c
16905         * src/procmime.h
16906         * src/procmsg.c
16907         * src/rfc2015.c
16908         * src/rfc2015.h
16909         * src/select-keys.c
16910         * src/select-keys.h
16911         * src/textview.c
16912         * src/common/utils.c
16913         * src/common/utils.h
16914         * src/gtk/about.c
16915         * src/plugins/pgpmime/Makefile.am
16916         * src/plugins/pgpmime/passphrase.c
16917         * src/plugins/pgpmime/passphrase.h
16918         * src/plugins/pgpmime/pgpmime.c
16919         * src/plugins/pgpmime/plugin.c
16920         * src/plugins/pgpmime/select-keys.c
16921         * src/plugins/pgpmime/select-keys.h
16922         * src/plugins/pgpmime/sgpgme.c
16923         * src/plugins/pgpmime/sgpgme.h
16924                 sync with HEAD
16925
16926 2004-10-04 [colin]      0.9.12cvs122.1
16927
16928         * src/mainwindow.c
16929         * src/messageview.c
16930         * src/messageview.h
16931         * src/textview.c
16932                 Sync with HEAD
16933
16934 2004-10-04 [colin]      0.9.12cvs121.1
16935
16936         * src/summaryview.c
16937                 Sync with HEAD
16938
16939 2004-10-04 [paul]       0.9.12cvs120.1
16940
16941         * configure.ac
16942                 sync with HEAD [don't try to build 
16943                 pgpmime plugin when gpgme is disabled]
16944
16945 2004-10-03 [colin]      0.9.12cvs119.3
16946
16947         * src/gtk/gtksctree.c
16948                 Lots of side effects. Put back as before 117.2.
16949         * src/summaryview.c
16950                 Fix bug #602
16951
16952 2004-10-03 [colin]      0.9.12cvs119.2
16953
16954         * src/gtk/gtksctree.c
16955                 Revert 608 fix that doesn't work that good
16956
16957 2004-10-02 [colin]      0.9.12cvs119.1
16958
16959         * src/mainwindow.c
16960         * src/messageview.c
16961         * src/prefs_common.h
16962         * src/procmime.c
16963         * src/procmime.h
16964         * src/textview.c
16965                 Sync with HEAD
16966         * src/gtk/gtksctree.c
16967                 Close bug #608
16968
16969 2004-10-01 [colin]      0.9.12cvs118.1
16970
16971         * src/mimeview.c
16972                 Sync with HEAD (better Save All fix)
16973
16974 2004-10-01 [colin]      0.9.12cvs117.2
16975
16976         * src/gtk/gtksctree.c
16977                 Faster on selection
16978
16979 2004-10-01 [colin]      0.9.12cvs117.1
16980
16981         * src/mimeview.c
16982                 Sync with HEAD (Save All: only attachments)
16983
16984 2004-10-01 [paul]       0.9.12cvs116.1
16985
16986         * ChangeLog.claws
16987         * configure.ac
16988         * src/account.c
16989         * src/prefs_common.c
16990         * src/gtk/colorlabel.c
16991                 sync with HEAD
16992
16993 2004-09-30 [colin]      0.9.12cvs115.1
16994
16995         * src/stock_pixmap.c
16996         * src/stock_pixmap.h
16997         * src/folderview.c
16998         * src/Makefile.am
16999         * src/pixmaps/read.xpm
17000                 Sync with HEAD (new pixmap)
17001
17002 2004-09-29 [colin]      0.9.12cvs114.1
17003
17004         * src/compose.c
17005                 Sync with HEAD
17006                 Fix focus handling in headers
17007
17008 2004-09-29 [paul]       0.9.12cvs113.1
17009
17010         * src/quote_fmt_parse.y
17011                 sync with HEAD
17012  
17013
17014 2004-09-28 [colin]      0.9.12cvs112.1
17015
17016         * src/folderview.c
17017         * src/mainwindow.c
17018                 Sync with HEAD
17019
17020 2004-09-28 [colin]      0.9.12cvs110.1
17021
17022         * src/folderview.c
17023                 Sync with HEAD (Contextual Empty trash menu)
17024
17025 2004-09-28 [colin]      0.9.12cvs108.1
17026
17027         * src/addressbook.c
17028                 Sync with HEAD (addressbook edit on double-click)
17029
17030 2004-09-28 [colin]      0.9.12cvs106.1
17031
17032         * src/inc.c
17033                 Sync with HEAD (folder_item freeze on inc)
17034
17035 2004-09-27 [colin]      0.9.12cvs105.1
17036
17037         * src/folderview.c
17038                 Sync with HEAD (right-align new and unread column)
17039
17040 2004-09-27 [colin]      0.9.12cvs104.1
17041
17042         * src/main.c
17043                 Sync with HEAD (revert 0.9.12cvs101)
17044
17045 2004-09-24 [colin]      0.9.12cvs103.2
17046
17047         * src/wizard.c
17048                 Fix gtk warnings and use domain part of the email address 
17049                 when domain detection fails (no dot in domain name)
17050
17051 2004-09-23 [colin]      0.9.12cvs103.1
17052
17053         * src/plugins/spamassassin/libspamc.c
17054         * src/plugins/spamassassin/libspamc.h
17055         * src/plugins/spamassassin/utils.c
17056         * src/plugins/spamassassin/utils.h
17057                 Sync with HEAD (Update spamassassin to 3.0)
17058
17059 2004-09-21 [colin]      0.9.12cvs102.3
17060
17061         * src/action.c
17062                 Add horizontal scrollbar in action io dialog as needed
17063                 Patch by Alfons.
17064
17065 2004-09-20 [colin]      0.9.12cvs102.2
17066
17067         * src/plugins/image_viewer/viewer.c
17068                 Remove imlib stuff
17069                 use gtk_pixmap_set when clearing
17070                 (would be better to use gtkImages, but causes size-allocate 
17071                 signals storm)
17072
17073 2004-09-17 [paul]       0.9.12cvs102.1
17074
17075         * ChangeLog
17076         * ChangeLog.claws
17077         * ChangeLog.jp
17078         * configure.ac
17079         * src/inc.c
17080                 sync with HEAD
17081
17082
17083 2004-09-17 [colin]      0.9.12cvs101.1
17084
17085         * ChangeLog.claws
17086         * src/main.c
17087                 Sync with HEAD (fix segs at exit)
17088
17089 2004-09-14 [colin]      0.9.12cvs99.5
17090
17091         * src/common/socket.c
17092         * AUTHORS
17093                 Fix send error on 64bit platforms
17094                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
17095
17096 2004-09-14 [colin]      0.9.12cvs99.4
17097
17098         * src/action.c
17099                 Fix action output with utf8 
17100                 Patch by Alfons.
17101
17102 2004-09-14 [colin]      0.9.12cvs99.3
17103
17104         * ChangeLog.claws
17105         * src/folder.c
17106                 Sync with HEAD
17107
17108 2004-09-09 [colin]      0.9.12cvs99.2
17109
17110         * src/action.c
17111                 Fix progress bar (displaying "Completed %v/%u")
17112                 Patch by Alfons.
17113
17114 2004-09-08 [colin]      0.9.12cvs99.1
17115
17116         * src/account.c
17117         * src/folder.c
17118         * src/procmsg.c
17119         * src/procmsg.h
17120         * src/plugins/pgpmime/pgpmime.c
17121                 Sync with HEAD
17122
17123 2004-09-08 [colin]      0.9.12cvs97.2
17124
17125         * src/summaryview.c
17126                 Don't select mails in collapsed threads 
17127                 when navigating with up/down
17128
17129 2004-09-07 [colin]      0.9.12cvs97.1
17130
17131         * src/inc.c
17132                 Sync with HEAD (meaningful error messages)
17133
17134 2004-09-06 [colin]      0.9.12cvs96.1
17135
17136         * src/toolbar.c
17137                 Sync with HEAD (fix Redirect graying out)
17138
17139 2004-09-06 [colin]      0.9.12cvs95.1
17140
17141         * src/summaryview.c
17142         * src/mimeview.c
17143                 Sync with HEAD (fix dropped URIs)
17144
17145 2004-09-06 [colin]      0.9.12cvs94.1
17146
17147         * src/addressbook.c
17148         * src/addressitem.h
17149         * src/addritem.c
17150         * src/addritem.h
17151                 Sync with HEAD (addressbook DnD)
17152
17153 2004-09-03 [colin]      0.9.12cvs93.1
17154
17155         * src/summaryview.c
17156                 Sync with HEAD (next/prev unread)
17157
17158 2004-09-03 [colin]      0.9.12cvs92.1
17159
17160         * src/prefs_common.c
17161         * src/prefs_common.h
17162         * src/summaryview.c
17163                 Sync with HEAD ('mark_as_read_delay' pref)
17164
17165 2004-09-02 [colin]      0.9.12cvs91.2
17166
17167         * src/common/xml.c
17168                 Fix leak
17169
17170 2004-09-02 [colin]      0.9.12cvs91.1
17171
17172         * src/gtk/menu.c
17173                 Sync with HEAD (menu accel don't work, but whatever)
17174
17175 2004-09-02 [colin]      0.9.12cvs90.1
17176
17177         * src/account.c
17178                 Sync with HEAD (fix bug 582)
17179
17180 2004-09-02 [colin]      0.9.12cvs89.1
17181
17182         * src/addrindex.c
17183                 Sync with HEAD (free deleted queries)
17184
17185 2004-09-02 [colin]      0.9.12cvs88.1
17186
17187         * src/ldapquery.c
17188                 Sync with HEAD (fix LDAP freezes)
17189
17190 2004-09-02 [colin]      0.9.12cvs87.1
17191
17192         * src/prefs_spelling.c
17193                 Sync with HEAD (add default dictionary)
17194
17195 2004-09-01 [colin]      0.9.12cvs86.1
17196
17197         * src/filtering.c
17198         * src/folderview.c
17199         * src/imap.c
17200         * src/prefs_matcher.c
17201         * src/stock_pixmap.c
17202         * src/summary_search.c
17203         * src/summaryview.c
17204         * src/wizard.c
17205         * src/wizard.h
17206                 Sync with HEAD (uninitialized vars fixes)
17207                 + gtk2 specific warning fixes
17208
17209 2004-08-31 [colin]      0.9.12cvs85.1
17210
17211         * src/folder.c
17212                 Sync with HEAD (Fix memory corruption due to 
17213                 uninitialized var)
17214
17215 2004-08-31 [colin]      0.9.12cvs84.4
17216
17217         * src/summary_search.c
17218                 Fix segfaults when searching in folders with broken headers
17219
17220 2004-08-31 [colin]      0.9.12cvs84.3
17221
17222         * src/compose.c
17223         * src/textview.c
17224                 Fix some more encoding/decoding issues
17225
17226 2004-08-30 [colin]      0.9.12cvs84.2
17227
17228         * src/mimeview.c
17229         * src/prefs_themes.c
17230         * src/gtk/filesel.c
17231         * src/gtk/filesel.h
17232                 Add a folder-mode selection (fixes mimeview's "Save all")
17233
17234 2004-08-29 [colin]      0.9.12cvs84.1
17235
17236         * src/mimeview.c
17237                 Sync with HEAD (don't escape saved filenames)
17238
17239 2004-08-27 [colin]      0.9.12cvs83.1
17240
17241         * ChangeLog
17242         * ChangeLog.claws
17243         * ChangeLog.jp
17244         * src/mh.c
17245         * src/procheader.c
17246         * src/procmsg.c
17247         * src/procmsg.h
17248         * src/common/utils.c
17249         * src/gtk/menu.h
17250         * po/
17251                 Sync with HEAD 0.9.12cvs83 (sync with main)
17252
17253 2004-08-26 [colin]      0.9.12cvs82.4
17254
17255         * src/codeconv.c
17256                 Fix strange stack corruption
17257                 Convert to utf8 after unmime, not before
17258
17259 2004-08-26 [colin]      0.9.12cvs82.3
17260
17261         * src/main.c
17262         * src/wizard.c
17263                 Fix account folders duplication
17264
17265 2004-08-25 [colin]      0.9.12cvs82.2
17266
17267         * src/wizard.c
17268                 Remove ports
17269                 Add SSL selection
17270                 Use login@server as account name
17271
17272 2004-08-25 [colin]      0.9.12cvs82.1
17273
17274         * src/plugins/pgpmime/pgpmime.c
17275                 Sync with HEAD (leak fix).
17276
17277 2004-08-25 [colin]      0.9.12cvs81.1
17278
17279         * src/plugins/pgpmime/pgpmime.c
17280         * src/plugins/pgpmime/sgpgme.c
17281         * src/plugins/pgpmime/sgpgme.h
17282                 Sync with HEAD (Handle combined messages).
17283
17284 2004-08-24 [colin]      0.9.12cvs80.3
17285
17286         * src/wizard.c
17287                 Fix full name, ports, and imap
17288
17289 2004-08-24 [colin]      0.9.12cvs80.2
17290
17291         * src/Makefile.am
17292         * src/main.c
17293         * src/setup.c
17294         * src/setup.h
17295         * src/stock_pixmap.c
17296         * src/stock_pixmap.h
17297         * src/wizard.c ** ADDED **
17298         * src/wizard.h ** ADDED ** 
17299         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17300                 Add a setup wizard 
17301
17302 2004-08-24 [colin]      0.9.12cvs80.1
17303
17304         * src/folder.c
17305                 Sync with HEAD (set mimeflags on all messages)
17306
17307 2004-08-24 [colin]      0.9.12cvs79.3
17308
17309         * src/matcher_parser_lex.l
17310                 Fix 8bits strings not in utf8
17311
17312 2004-08-24 [colin]      0.9.12cvs79.2
17313
17314         * src/compose.c
17315                 Check conversion result before replacing buffer
17316
17317 2004-08-23 [colin]      0.9.12cvs79.1
17318
17319         * src/compose.c
17320                 Sync with HEAD (create message header in memory)
17321
17322 2004-08-23 [colin]      0.9.12cvs78.1
17323
17324         * src/rfc2015.c
17325         * src/rfc2015.h
17326                 Sync with HEAD (fix bug 197 again)
17327
17328 2004-08-23 [colin]      0.9.12cvs77.3
17329
17330         * src/compose.c
17331                 Fix again inline gpg signing (which outputs utf8
17332                 in gtk2). Not syncing this fix to HEAD as this 
17333                 code is meant to die.
17334
17335 2004-08-23 [colin]      0.9.12cvs77.2
17336
17337         * src/prefs_account.h
17338                 Remove useless include
17339
17340 2004-08-23 [colin]      0.9.12cvs77.1
17341
17342         * src/imap.c
17343         * po/es.po
17344         * po/fr.po
17345         * po/it.po
17346         * po/pl.po
17347         * po/pt_BR.po
17348         * po/sk.po
17349         * po/sr.po
17350                 Sync with HEAD (fix bug 577)
17351
17352 2004-08-22 [colin]      0.9.12cvs76.1
17353
17354         * src/plugins/trayicon/trayicon.c
17355                 Sync with HEAD (fix formatting bug)
17356
17357 2004-08-21 [colin]      0.9.12cvs74.2
17358
17359         * src/gtk/colorsel.c
17360                 Fix bug 564 (Folder color selection window exits on any
17361                 keypress)
17362
17363 2004-08-21 [colin]      0.9.12cvs74.1
17364
17365         * ChangeLog.claws
17366         * src/compose.c
17367         * src/summaryview.c
17368         * src/toolbar.c
17369                 Sync with HEAD (fix bug 576)
17370
17371 2004-08-21 [colin]      0.9.12cvs70.1
17372
17373         * src/compose.c
17374         * src/mainwindow.c
17375                 Sync with HEAD
17376                 
17377
17378 2004-08-21 [paul]       0.9.12cvs66.4
17379
17380         * src/mainwindow.c
17381         * src/messageview.c
17382         * src/gtk/menu.c
17383         * src/plugins/spamassassin/spamassassin_gtk.c
17384                 remove some deprecated gtk1 functions
17385
17386
17387 2004-08-21 [colin]      0.9.12cvs66.3
17388
17389         * src/compose.c
17390         * src/codeconv.c
17391                 Fix warnings
17392                 Remove encoding hacks
17393                 Fix bug 575 (Strange character messes up message)
17394                 Don't display conversion error when drafting
17395
17396 2004-08-21 [paul]       0.9.12cvs66.2
17397
17398         * src/prefs_account.c
17399                 fix GnuPG mode bugs
17400
17401
17402 2004-08-20 [colin]      0.9.12cvs66.1
17403
17404         * src/codeconv.c
17405                 Sync with HEAD 0.9.12cvs66
17406
17407 2004-08-20 [paul]
17408
17409         * src/plugins/pgpmime/plugin.c
17410                 modify PGP/MIME plugin's description
17411
17412 2004-08-17 [colin]      0.9.12cvs65.1
17413
17414         * src/common/ssl.c
17415         * src/plugins/pgpmime/plugin.c
17416                 Sync with HEAD
17417
17418 2004-08-14 [colin]      0.9.12cvs60.3
17419
17420         * src/plugins/trayicon/trayicon.c
17421                 Put back resize callback, on size-request signal
17422                 rather than size-allocate to avoid infinite 
17423                 callback loop
17424
17425 2004-08-13 [colin]      0.9.12cvs60.2
17426
17427         * src/common/defs.h
17428                 Cache versions have been fixed
17429
17430 2004-08-13 [colin]      0.9.12cvs60.1
17431
17432         * src/folderutils.c
17433                 Sync with HEAD
17434
17435 2004-08-12 [colin]      0.9.12cvs59.1
17436
17437         * src/plugins/trayicon/trayicon.c
17438                 Sync with HEAD
17439
17440 2004-08-12 [colin]      0.9.12cvs57.5
17441
17442         * sylpheed.desktop
17443         * configure.ac
17444         * src/Makefile.am
17445         * src/main.c
17446                 Add support for Freedesktop.org's startup notification
17447
17448 2004-08-11 [colin]      0.9.12cvs57.4
17449
17450         * src/textview.c
17451                 Fix off-by-one
17452
17453 2004-08-11 [colin]      0.9.12cvs57.3
17454
17455         * src/message_search.c
17456         * src/summary_search.c
17457                 Make searches case insensitive by default
17458         * src/textview.c
17459                 Fix case-insensitive search in message
17460
17461 2004-08-11 [colin]      0.9.12cvs57.2
17462
17463         * src/summary_search.c
17464                 Let case-sensitive be specified
17465
17466 2004-08-10 [colin]      0.9.12cvs55.4
17467
17468         * src/common/socket.c
17469                 Fix the possible race condition
17470
17471 2004-08-09 [paul]       0.9.12cvs55.3
17472
17473         * configure.ac
17474         * src/Makefile.am
17475         * src/common/Makefile.am
17476                 sync with HEAD
17477
17478
17479 2004-08-09 [paul]       0.9.12cvs55.2
17480
17481         * autogen.sh
17482         * po/poconv.sh
17483                 remove unneeded script
17484
17485         * configure.ac
17486                 add forgotten USE_LDAP_TLS (sync with HEAD)
17487
17488
17489 2004-08-09 [colin]      0.9.12cvs55.1
17490
17491         * src/main.c
17492         * src/common/ssl.c
17493         * src/common/sylpheed.c
17494         * src/common/sylpheed.h
17495                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17496
17497 2004-08-09 [paul]       0.9.12cvs54.1
17498
17499         * ChangeLog
17500         * ChangeLog.claws
17501         * ChangeLog.jp
17502         * configure.ac
17503         * po/POTFILES.in
17504         * src/Makefile.am
17505         * src/folderutils.c
17506         * src/main.c
17507         * src/pgpmime.c
17508         * src/pgpmime.h
17509         * src/sgpgme.c
17510         * src/sgpgme.h
17511         * src/plugins/Makefile.am
17512         * src/plugins/pgpmime/.cvsignore
17513         * src/plugins/pgpmime/Makefile.am
17514         * src/plugins/pgpmime/pgpmime.c
17515         * src/plugins/pgpmime/pgpmime.h
17516         * src/plugins/pgpmime/plugin.c
17517         * src/plugins/pgpmime/sgpgme.c
17518         * src/plugins/pgpmime/sgpgme.h
17519                 sync with HEAD
17520
17521 2004-08-08 [paul]       0.9.12cvs51.1
17522
17523         * configure.ac
17524         * src/folder.c
17525                 sync with HEAD
17526
17527 2004-08-07 [colin]      0.9.12cvs50.1
17528
17529         * src/pop.c
17530         * src/common/partial_download.c
17531                 fix warnings (sync from HEAD)
17532
17533 2004-08-07 [colin]      0.9.12cvs48.1
17534
17535         * src/prefs_folder_item.c
17536                 sync with HEAD 0.9.12cvs48
17537
17538 2004-08-06 [colin]      0.9.12cvs47.1
17539
17540         * src/compose.c
17541                 Sync with HEAD
17542
17543 2004-08-06 [christoph]  0.9.12cvs46.2
17544
17545         * src/main.c
17546         * src/plugins/clamav/clamav_plugin_gtk.c
17547         * src/plugins/dillo_viewer/dillo_viewer.c
17548         * src/plugins/image_viewer/plugin.c
17549         * src/plugins/mathml_viewer/mathml_viewer.c
17550         * src/plugins/spamassassin/spamassassin_gtk.c
17551         * src/plugins/trayicon/trayicon.c
17552                 don't mix GTK1.2 plugin with GTK2 plugins
17553
17554 2004-08-06 [colin]      0.9.12cvs46.1
17555
17556         * ChangeLog
17557         * ChangeLog.claws
17558         * ChangeLog.jp
17559         * configure.ac
17560         * sylpheed-claws.pc.in
17561         * src/folder.c
17562         * src/imap.c
17563         * src/localfolder.c
17564         * src/messageview.c
17565         * src/mimeview.c
17566         * src/mimeview.h
17567         * src/msgcache.c
17568         * src/news.c
17569         * src/prefs_ext_prog.c
17570         * src/prefs_folder_item.c
17571         * src/prefs_fonts.c
17572         * src/prefs_msg_colors.c
17573         * src/prefs_spelling.c
17574         * src/prefs_themes.c
17575         * src/prefs_toolbar.c
17576         * src/prefs_wrapping.c
17577         * src/procmime.h
17578         * src/common/defs.h
17579         * src/common/nntp.c
17580         * src/common/session.c
17581         * src/common/session.h
17582         * src/common/socket.c
17583         * src/common/utils.h
17584         * src/common/xml.c
17585         * src/common/xml.h
17586         * src/gtk/prefswindow.c
17587         * src/gtk/prefswindow.h
17588         * src/plugins/clamav/clamav_plugin_gtk.c
17589         * src/plugins/dillo_viewer/dillo_prefs.c
17590         * src/plugins/image_viewer/viewerprefs.c
17591         * src/plugins/spamassassin/spamassassin_gtk.c
17592         * m4/openssl.m4 *** REMOVED ***
17593                 Sync with HEAD 0.9.12cvs46
17594
17595 2004-08-03 [paul]       0.9.12cvs40.2
17596
17597         * src/action.c
17598         * src/addressadd.c
17599         * src/addressbook.c
17600         * src/addrgather.c
17601         * src/browseldap.c
17602         * src/compose.c
17603         * src/crash.c
17604         * src/editaddress.c
17605         * src/editgroup.c
17606         * src/editldap_basedn.c
17607         * src/foldersel.c
17608         * src/importldif.c
17609         * src/mimeview.c
17610         * src/prefs_common.c
17611         * src/prefs_template.c
17612         * src/sourcewindow.c
17613         * src/summaryview.c
17614         * src/gtk/about.c
17615         * src/gtk/foldersort.c
17616         * src/gtk/logwindow.c
17617         * src/gtk/pluginwindow.c
17618         * src/gtk/prefswindow.c
17619                 change all gtk_scrolled_window_set_policy from 
17620                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17621
17622 2004-08-02 [paul]       0.9.12cvs40.1
17623
17624         * AUTHORS
17625                 update translation team section
17626         * po/pt_BR.po
17627                 updated by Frederico Goncalves Guimaraes
17628                 <fggdebian@yahoo.com.br>
17629
17630 2004-07-31 [colin]      0.9.12cvs39.9
17631
17632         * src/exphtmldlg.c
17633                 Fix compilation
17634
17635 2004-07-31 [colin]      0.9.12cvs39.8
17636
17637         * src/exphtmldlg.c
17638                 Fix an alertpanel type
17639
17640 2004-07-30 [colin]      0.9.12cvs39.7
17641
17642         * src/alertpanel.c
17643                 Fix alertpanel_error_log's icon
17644
17645 2004-07-30 [colin]      0.9.12cvs39.6
17646
17647         * src/pop.c
17648                 Two of them should still be warnings
17649
17650 2004-07-30 [colin]      0.9.12cvs39.5
17651
17652         * src/pop.c
17653                 More warning -> error
17654 2004-07-29 [colin]      0.9.12cvs39.4
17655
17656         * src/pop.c
17657                 Warning -> error
17658
17659 2004-07-29 [colin]      0.9.12cvs39.3
17660
17661         * src/prefs_matcher.c
17662                 Fix segfault
17663
17664 2004-07-29 [colin]      0.9.12cvs39.2
17665
17666         * src/alertpanel.c
17667                 More nice-looking alertpanels
17668
17669 2004-07-29 [colin]      0.9.12cvs39.1
17670
17671         * src/messageview.c
17672                 sync with head
17673                 (inform user when partial mail is deleted on server)
17674
17675 2004-07-29 [colin]      0.9.12cvs38.1
17676
17677         * src/messageview.c
17678                 sync with head
17679
17680 2004-07-28 [paul]       0.9.12cvs37.7
17681
17682         * src/mainwindow.c
17683                 complete the replacement of deprecated gtk_progress_*
17684
17685 2004-07-28 [paul]       0.9.12cvs37.6
17686
17687         * src/action.c
17688         * src/inc.c
17689         * src/mainwindow.c
17690         * src/send_message.c
17691         * src/gtk/progressdialog.c
17692         * src/gtk/progressdialog.h
17693                 replace deprecated gtk_progress_*
17694
17695 2004-07-28 [paul]       0.9.12cvs37.5
17696
17697         * src/gtk/filesel.c
17698                 remove gtk_window_set_wmclass()
17699 2004-07-28 [paul]       0.9.12cvs37.4
17700
17701         * src/addressbook.c
17702         * src/compose.c
17703         * src/foldersel.c
17704         * src/mainwindow.c
17705         * src/messageview.c
17706         * src/sourcewindow.c
17707         * src/gtk/logwindow.c
17708                 remove gtk_window_set_wmclass()
17709                 
17710         * src/prefs_filtering.c
17711         * src/prefs_filtering_action.c
17712         * src/prefs_fonts.c
17713         * src/prefs_gtk.c
17714         * src/prefs_matcher.c
17715         * src/ssl_manager.c
17716         * src/gtk/prefswindow.c
17717                 replace gtk_window_position()
17718
17719 2004-07-28 [colin]      0.9.12cvs37.3
17720
17721         * src/alertpanel.c
17722         * src/alertpanel.h
17723                 Add a way to specify panel type for specific
17724                 panels (alertpanel())
17725         * src/account.c
17726         * src/addressbook.c
17727         * src/compose.c
17728         * src/expldifdlg.c
17729         * src/main.c
17730         * src/messageview.c
17731         * src/summaryview.c
17732         * src/textview.c
17733         * src/gtk/sslcertwindow.c
17734                 Fix alertpanel()s so that their icon match
17735                 their real type
17736
17737 2004-07-28 [paul]       0.9.12cvs37.2
17738
17739         * src/addr_compl.c
17740         * src/addressbook.c
17741         * src/alertpanel.c
17742         * src/compose.c
17743         * src/export.c
17744         * src/foldersel.c
17745         * src/folderview.c
17746         * src/grouplistdialog.c
17747         * src/import.c
17748         * src/mainwindow.c
17749         * src/message_search.c
17750         * src/messageview.c
17751         * src/passphrase.c
17752         * src/prefs_actions.c
17753         * src/prefs_common.c
17754         * src/prefs_customheader.c
17755         * src/prefs_display_header.c
17756         * src/prefs_filtering.c
17757         * src/prefs_filtering_action.c
17758         * src/prefs_gtk.c
17759         * src/prefs_matcher.c
17760         * src/prefs_msg_colors.c
17761         * src/prefs_summary_column.c
17762         * src/prefs_template.c
17763         * src/sourcewindow.c
17764         * src/ssl_manager.c
17765         * src/summary_search.c
17766         * src/gtk/colorsel.c
17767         * src/gtk/description_window.c
17768         * src/gtk/gtkaspell.c
17769         * src/gtk/inputdialog.c
17770         * src/gtk/logwindow.c
17771         * src/gtk/prefswindow.c
17772         * src/gtk/progressdialog.c
17773                 replace deprecated gtk_window_set_policy
17774
17775 2004-07-27 [colin]      0.9.12cvs37.1
17776
17777         * src/msgcache.c
17778                 More fixes (synced for head again)
17779
17780 2004-07-27 [colin]      0.9.12cvs35.3
17781
17782         * src/msgcache.c
17783                 Fix wrong test
17784
17785 2004-07-27 [colin]      0.9.12cvs35.2
17786
17787         * src/mimeview.c
17788                 Fix width a bit (by Paul)
17789         * src/alertpanel.c
17790         * src/alertpanel.h
17791                 Specialize icons, make alertpanel_message()
17792                 private
17793         * src/message_search.c
17794         * src/sgpgme.c
17795         * src/summary_search.c
17796                 Suit alertpanel changes
17797
17798 2004-07-27 [colin]      0.9.12cvs35.1
17799
17800         * src/alertpanel.c
17801                 Add an icon
17802         * src/passphrase.c
17803                 Add debug output - maybe someone will
17804                 want to look at the problem with Grab
17805                 Input :)
17806         Bump version as we're synced with HEAD
17807
17808 2004-07-26 [colin]      0.9.12cvs33.26
17809
17810         * src/pop.c
17811                 Fix uidl-file parsing when not in new
17812                 format
17813
17814 2004-07-26 [colin]      0.9.12cvs33.25
17815
17816         * src/gtk/menu.c
17817                 Move popup menu up if necessary (fixes 
17818                 account selector)
17819         * src/mainwindow.c
17820                 Set account selector's button height to
17821                 minimum
17822
17823 2004-07-26 [colin]      0.9.12cvs33.24
17824
17825         * src/alertpanel.c
17826                 Maybe fix 551 (Truncated font in alert window)
17827
17828 2004-07-26 [colin]      0.9.12cvs33.23
17829
17830         * po/de.po
17831         * po/es.po
17832         * po/fr.po
17833         * po/it.po
17834         * po/ja.po
17835         * po/pl.po
17836         * po/ru.po
17837         * po/sk.po
17838         * po/sr.po
17839         * po/zh_CN.po
17840                 Sync po files with HEAD
17841
17842 2004-07-26 [paul]       0.9.12cvs33.22
17843
17844         * src/compose.c
17845                 fix Bug 556 'Organisation-header is sent even if empty'
17846
17847 2004-07-24 [colin]      0.9.12cvs33.21
17848
17849         * src/compose.c
17850         * src/gtk/gtkaspell.c
17851         * src/gtk/gtkaspell.h
17852                 Fix speller accelerators (require hack)
17853
17854 2004-07-24 [colin]      0.9.12cvs33.20
17855
17856         * src/gtk/gtkaspell.c
17857                 Fix over-eager code deletion breaking
17858                 Check while typing
17859
17860 2004-07-24 [colin]      0.9.12cvs33.19
17861
17862         * src/browseldap.c
17863         * src/ldapctrl.c
17864         * src/ldapctrl.h
17865         * src/ldapserver.h
17866                 Sync ldap with HEAD
17867         (Fixes 546 LDAP completely broken)
17868
17869 2004-07-24 [colin]      0.9.12cvs33.18
17870
17871         * src/prefs_msg_colors.c
17872                 Fix prototype mismatch
17873         (Fixes 547 void function cannot return value)
17874
17875 2004-07-24 [colin]      0.9.12cvs33.17
17876
17877         * src/mainwindow.c
17878                 Fix sort going back to previous sort key
17879                 when changing sort direction
17880
17881 2004-07-24 [colin]      0.9.12cvs33.16
17882
17883         * src/compose.c
17884                 Fix space insertion when re-wrapping at 
17885                 cursor point
17886
17887 2004-07-24 [colin]      0.9.12cvs33.15
17888
17889         * src/gtk/gtkaspell.c
17890                 Don't change cursor position in insert-text
17891                 callback
17892         (Fixes 539 Word wrapping on input transposes letters)
17893
17894 2004-07-24 [colin]      0.9.12cvs33.14
17895
17896         * src/gtk/gtkaspell.c
17897                 Reencode non-ascii chars to dictionary's
17898                 encoding
17899         (Fixes 544 Spell check broken non english locale)
17900
17901 2004-07-24 [colin]      0.9.12cvs33.13
17902
17903         * src/summaryview.c
17904                 Fix Shift+Down, add Home/End/PgUp/PgDown
17905
17906 2004-07-21 [colin]      0.9.12cvs33.12
17907
17908         * src/prefs_common.c
17909                 Fix a gtk warning (Patch by Andrej Kacian)
17910
17911 2004-07-21 [colin]      0.9.12cvs33.11
17912
17913         * src/gtk/filesel.c
17914                 More check
17915
17916 2004-07-21 [colin]      0.9.12cvs33.10
17917
17918         * src/compose.c
17919         * src/crash.c
17920         * src/export.c
17921         * src/import.c
17922         * src/messageview.c
17923         * src/mimeview.c
17924         * src/prefs_spelling.c
17925         * src/prefs_themes.c
17926         * src/summaryview.c
17927         * src/gtk/filesel.c
17928         * src/gtk/filesel.h
17929         * src/gtk/pluginwindow.c
17930                 Untwist open/save mode guessing logic, make
17931                 it explicit
17932
17933 2004-07-20 [colin]      0.9.12cvs33.9
17934
17935         * src/codeconv.c
17936                 conv_encode_header: src_charset is UTF-8 on
17937                 gtk2
17938         * src/compose.c
17939                 Remove double encoding of the headers
17940
17941 2004-07-20 [colin]      0.9.12cvs33.8
17942
17943         * src/codeconv.c
17944                 Fix typo
17945
17946 2004-07-20 [colin]      0.9.12cvs33.7
17947
17948         * src/mainwindow.c
17949                 Set the separated messageview to the saved
17950                 size of Claws' messageview (Patch by Alfons)
17951                 Fix a callback prototype (me)
17952
17953 2004-07-20 [colin]      0.9.12cvs33.6
17954
17955         * src/codeconv.h
17956                 Forgot one hunk in 0.9.12cvs33.4
17957
17958 2004-07-19 [colin]      0.9.12cvs33.5
17959
17960         * src/action.c
17961                 Action output fix
17962                 Patch by Alfons
17963
17964 2004-07-19 [colin]      0.9.12cvs33.4
17965
17966         * src/compose.c
17967                 Fix outgoing charset bug in headers
17968         * src/codeconv.c
17969                 Clean for glib2 - Patch by Alfons
17970
17971 2004-07-19 [colin]      0.9.12cvs33.3
17972
17973         * src/statusbar.c
17974                 Remove grip from the statusbar
17975                 Patch by Alfons
17976
17977 2004-07-19 [colin]      0.9.12cvs33.2
17978
17979         * src/messageview.c
17980         * src/textview.c
17981                 Fix messageview remembering the previous
17982                 scroll position when loading a new message
17983                 Patch by Alfons
17984
17985 2004-07-19 [colin]      0.9.12cvs33.1
17986
17987         * src/folder.h
17988         * src/folderview.c
17989         * src/summaryview.c
17990                 Sync with HEAD
17991
17992 2004-07-18 [colin]      0.9.12cvs32.7
17993
17994         * configure.ac
17995                 Remove useless check for XIM - noticed
17996                 by Alfons
17997
17998 2004-07-18 [colin]      0.9.12cvs32.6
17999
18000         * src/summaryview.c
18001                 Remove non-modified and shift-modified
18002                 accelerators in summaryview's popup
18003                 menu, as that doesn't get catched by
18004                 the accel-activate signal catcher...
18005
18006 2004-07-18 [colin]      0.9.12cvs32.5
18007
18008         * src/prefs_common.c
18009                 Define sensible default prefs for 
18010                 wrapping
18011
18012 2004-07-18 [colin]      0.9.12cvs32.4
18013
18014         * src/compose.c
18015         * src/prefs_common.c
18016         * src/prefs_common.h
18017         * src/prefs_wrapping.c
18018                 Remove Smart Wrapping pref, which does
18019                 nothing on gtk2 branch
18020
18021 2004-07-18 [colin]      0.9.12cvs32.3
18022
18023         * src/sourcewindow.c
18024                 Proper utf8
18025
18026 2004-07-18 [colin]      0.9.12cvs32.2
18027
18028         * src/compose.c
18029                 Save attachment status when drafting
18030
18031 2004-07-18 [colin]      0.9.12cvs32.1
18032
18033         * src/gtk/filesel.c
18034                 Fix erratic folder selection in open mode
18035
18036 2004-07-18 [colin]      0.9.12cvs31.11
18037
18038         * src/pop.c
18039                 Don't let partial messages get deleted
18040                 even with "dowload all"
18041                 (0.9.12cvs31.8 fix extension)
18042 2004-07-18 [colin]      0.9.12cvs31.10
18043
18044         * src/gtk/logwindow.c
18045                 Fix log scrolling
18046
18047 2004-07-18 [colin]      0.9.12cvs31.9
18048
18049         * src/common/utils.c
18050                 Fix non-utf8 strings coming from commands
18051                 and files
18052
18053 2004-07-18 [colin]      0.9.12cvs31.8
18054
18055         * src/pop.c
18056                 Fix partial download bug with Download all
18057                 messages option
18058
18059 2004-07-18 [colin]      0.9.12cvs31.7
18060
18061         * src/textview.c
18062                 Fix bug introduced in 0.9.12cvs31.2
18063                 (blocked in select mode after double click)
18064
18065 2004-07-18 [colin]      0.9.12cvs31.6
18066
18067         * src/compose.c
18068         * src/gtk/menu.c
18069                 More glib-warning fixes
18070
18071 2004-07-18 [colin]      0.9.12cvs31.5
18072
18073         * src/compose.c
18074                 Fix trashing the primary clipboard when moving 
18075                 around with tab
18076         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
18077
18078 2004-07-18 [colin]      0.9.12cvs31.4
18079
18080         * src/codeconv.c
18081                 convert unencoded iso headers to utf8
18082         (Fix Bug 538 Unencoded local characters in subject make it 
18083          disappear)
18084
18085 2004-07-18 [colin]      0.9.12cvs31.3
18086
18087         * src/compose.c
18088                 Fix tab char handling in wrapping
18089         (Fix Bug 537 Line wrap problem - TAB character treated as 
18090          one character instead of 8)
18091
18092 2004-07-18 [colin]      0.9.12cvs31.2
18093
18094         * src/textview.c
18095                 return FALSE on GDK_MOTION_NOTIFY
18096         (Fix Bug 535 Hyperlinks/addresses are not selectable 
18097          (unable to highlight))
18098
18099 2004-07-18 [colin]      0.9.12cvs31.1
18100
18101         * src/folderview.c
18102                 Sync with 0.9.12cvs31
18103
18104 2004-07-18 [colin]      0.9.12cvs30.4
18105
18106         * src/compose.c
18107                 Also block text_inserted when inserting a file
18108
18109 2004-07-18 [colin]      0.9.12cvs30.3
18110
18111         * src/compose.c
18112                 Fix smart wrapping (block text_inserted handler
18113                 while putting quotation to avoid wrap on input,
18114                 don't join lines if next is sig separator)
18115
18116 2004-07-17 [colin]      0.9.12cvs30.2
18117
18118         * src/folderview.c
18119         * src/mainwindow.c
18120         * src/mimeview.c
18121         * src/summaryview.c
18122         * src/gtk/quicksearch.c
18123         * src/gtk/quicksearch.h
18124                 Block key events handlers *and* accels while
18125                 quicksearch is focused
18126         (Fixes Bug 534 quick-search bar not accepting certain letters)
18127
18128 2004-07-17 [colin]      0.9.12cvs30.1
18129
18130         * src/folder.h
18131         * src/folderview.c
18132         * src/summaryview.c
18133                 Sync with 0.9.12cvs30
18134
18135 2004-07-17 [colin]      0.9.12cvs28.2
18136
18137         * src/mimeview.c
18138         * src/procmime.c
18139         * src/summaryview.c
18140         * src/gtk/menu.c
18141                 Squash some compile and glib warnings
18142
18143 2004-07-17 [paul]       0.9.12cvs28.1
18144
18145         * src/mimeview.c
18146                 sync with 0.9.12cvs28 HEAD
18147
18148 2004-07-16 [paul]       0.9.12cvs26.1
18149         
18150         * src/gtk/quicksearch.c
18151         * src/account.c
18152         * src/account.h
18153         * src/compose.c
18154         * src/customheader.c
18155         * src/folder_item_prefs.c
18156         * src/main.c
18157         * src/mainwindow.c
18158         * src/messageview.c
18159         * src/mimeview.c
18160         * src/news.c
18161         * src/pgpmime.c
18162         * src/pop.c
18163         * src/pop.h
18164         * src/prefs_account.c
18165         * src/prefs_account.h
18166         * src/prefs_common.c
18167         * src/prefs_common.h
18168         * src/prefs_display_header.c
18169         * src/prefs_gtk.c
18170         * src/prefs_gtk.h
18171         * src/procheader.c
18172         * src/procmime.c
18173                 sync with 0.9.12cvs26 HEAD      
18174
18175 2004-07-15 [colin]      0.9.12cvs18.14
18176
18177         * src/folder.c
18178                 Disable GPG signature check during
18179                 folder move and scan
18180         (Closes Bug 521 Signature checking slows down Folder-Move)
18181
18182 2004-07-14 [colin]      0.9.12cvs18.13
18183
18184         * src/common/partial_download.c
18185                 update includes
18186
18187 2004-07-14 [colin]      0.9.12cvs18.12
18188
18189         * src/common/partial_download.c
18190         * src/common/partial_download.h
18191                 Move doc at top, add correct copyright
18192
18193 2004-07-14 [colin]      0.9.12cvs18.11
18194
18195         * src/folder.c
18196         * src/messageview.c
18197         * src/pop.c
18198         * src/pop.h
18199         * src/procmsg.c
18200         * src/summaryview.c
18201         * src/common/Makefile.am
18202         * src/common/partial_download.c ** NEW FILES **
18203         * src/common/partial_download.h ** NEW FILES **
18204                 Move partial-download related stuff to its
18205                 own file
18206
18207 2004-07-14 [colin]      0.9.12cvs18.10
18208
18209         * src/send_message.c
18210                 Fix smtp auth when user is null or empty
18211
18212 2004-07-13 [colin]      0.9.12cvs18.9
18213
18214         * src/gtk/quicksearch.c
18215                 Use alphabetic order
18216
18217 2004-07-13 [colin]      0.9.12cvs18.8
18218
18219         * src/pop.c
18220                 Be paranoid on the checks
18221
18222 2004-07-13 [colin]      0.9.12cvs18.7
18223
18224         * src/gtk/quicksearch.c
18225                 Fix Engrish once again
18226
18227 2004-07-13 [colin]      0.9.12cvs18.6
18228
18229         * src/procmsg.c
18230         * src/summaryview.c
18231                 Mark messages for deletion when they are about to
18232                 be removed from trash
18233
18234 2004-07-13 [colin]      0.9.12cvs18.5
18235
18236         * src/matcher.c
18237         * src/matcher.h
18238         * src/matcher_parser_parse.y
18239         * src/prefs_matcher.c
18240         * src/gtk/quicksearch.c
18241                 Add 'partial' ('p') match string to find partially
18242                 downloaded messages
18243
18244 2004-07-13 [colin]      0.9.12cvs18.4
18245
18246         * src/pop.c
18247                 Fix misplaced block
18248
18249 2004-07-13 [colin]      0.9.12cvs18.3
18250
18251         * src/pop.c
18252         * src/pop.h
18253         * src/messageview.c
18254                 Refactor API (to avoid passing 5+ params and code
18255                 duplication)
18256         * src/folder.c
18257         * src/msgcache.c
18258         * src/procheader.c
18259         * src/common/defs.h
18260                 Add planned_download to cache
18261                 Don't mess uidl file when moving partially downloaded
18262                 mails (they change folder, we should change it in the
18263                 uidl list too or we'll remove an incorrect message)
18264                 (this also helps removing hacks when changing 
18265                 planned_download in messageview.c)
18266
18267 2004-07-12 [colin]      0.9.12cvs18.2
18268
18269         * src/gtk/quicksearch.c
18270                 Fix missing status update in quicksearch
18271
18272 2004-07-12 [paul]       0.9.12cvs18.1
18273
18274         * po/POTFILES.in
18275         * src/Makefile.am
18276         * src/account.c
18277         * src/codeconv.c
18278         * src/compose.c
18279         * src/inc.c
18280         * src/main.c
18281         * src/prefs_common.c
18282         * src/procmsg.h
18283         * src/toolbar.c
18284         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18285         * src/prefs_wrapping.[ch]       ** NEW FILES **
18286         * src/common/intl.h
18287         * src/common/utils.[ch]
18288         * src/gtk/quicksearch.[ch]
18289                 sync with 0.9.12cvs18 HEAD
18290
18291 2004-07-12 [colin]      0.9.11cvs17.25
18292
18293         * src/folder.c
18294         * src/folder.h
18295                 Remove unused function added by me in 0.9.11cvs17.10
18296
18297 2004-07-11 [colin]      0.9.11cvs17.24
18298
18299         * src/inc.c
18300         * src/messageview.c
18301         * src/pop.c
18302         * src/pop.h
18303                 Use folderitem and msgnum instead of filename to
18304                 know which mail to delete
18305                 Move old partial mail deletion to pop.c
18306
18307 2004-07-10 [colin]      0.9.11cvs17.23
18308
18309         * src/inc.c
18310                 Add debug
18311         * src/pop.c
18312         * src/pop.h
18313                 Don't re-use same enums for unrelated stuff: it's 
18314                 completely misleading !
18315                 Document a bit
18316
18317 2004-07-09 [colin]      0.9.11cvs17.22
18318
18319         * src/inc.c
18320                 Remove folder-type check and do
18321                 more tests to be sure everything's
18322                 ok
18323         * src/messageview.c
18324                 Punctuation update, remove useless
18325                 code, fix two warnings
18326         * src/noticeview.c
18327                 Layout cleaning, reset 2nd button
18328                 when specifying one
18329
18330 2004-07-09 [colin]      0.9.11cvs17.21
18331
18332         * src/messageview.c
18333         * src/pop.c
18334         * src/pop.h
18335                 Allow user to change his mind
18336                 and postpone decision (by
18337                 unmarking the mail)
18338
18339 2004-07-09 [colin]      0.9.11cvs17.20
18340
18341         * src/messageview.c
18342                 Fix bug with delete state
18343         * src/pop.c
18344         * src/pop.h
18345                 Fix buffer leak (fread doesn't 
18346                 terminate buffers with \0)
18347                 Refactoring (remove magic 
18348                 numbers)
18349
18350 2004-07-09 [colin]      0.9.11cvs17.19
18351
18352         * src/pop.c
18353                 Don't log "Skipping message" if 
18354                 we're going to TOP it two lines
18355                 later
18356
18357 2004-07-09 [colin]      0.9.11cvs17.18
18358
18359         * src/messageview.c
18360                 Fix Engrish
18361
18362 2004-07-09 [colin]      0.9.11cvs17.17
18363
18364         * src/pop.c
18365                 strlen checking...
18366         * src/messageview.c
18367                 refactoring a bit
18368
18369 2004-07-08 [colin]      0.9.11cvs17.16
18370
18371         * src/noticeview.c
18372         * src/noticeview.h
18373                 Add an optional second button
18374         * src/messageview.c
18375         * src/pop.c
18376         * src/pop.h
18377                 Don't delete partially received mails after a certain
18378                 time; rather, let the user decide.
18379
18380 2004-07-08 [colin]      0.9.11cvs17.15
18381
18382         * src/common/smtp.h
18383                 Sync with HEAD
18384
18385 2004-07-08 [colin]      0.9.11cvs17.14
18386
18387         * src/messageview.c
18388         * src/common/smtp.c
18389                 Use to_human_readable() for sizes
18390
18391 2004-07-08 [colin]      0.9.11cvs17.13
18392
18393         * src/inc.c
18394         * src/messageview.c
18395         * src/pop.c
18396         * src/pop.h
18397         * src/procmsg.c
18398                 Fix partial-downloading issues:
18399                         catch unsupported TOP
18400                         don't delete partially downloaded mails before 5 days
18401                         don't update existing with non-MH folders; that'll
18402                         make dups, but it's better than trashing the folder
18403                         free new msginfo parts
18404                 Fix indentation ;-)
18405
18406 2004-07-08 [colin]      0.9.11cvs17.12
18407
18408         * src/common/smtp.c
18409         * src/common/smtp.h
18410                 Sync smtp size verification with HEAD
18411
18412 2004-07-08 [colin]      0.9.11cvs17.11
18413
18414         * src/summaryview.c
18415         * src/prefs_common.c
18416         * src/prefs_common.h
18417         * src/gtk/quicksearch.c
18418         * src/gtk/quicksearch.h
18419                 Sync sticky pref with HEAD
18420
18421 2004-07-08 [colin]      0.9.11cvs17.10
18422
18423         * src/folder.c [1.213.2.6]
18424         * src/folder.h [1.87.2.6]
18425         * src/inc.c [1.149.2.7]
18426         * src/messageview.c [1.94.2.8]
18427         * src/procheader.c [1.47.2.6]
18428         * src/procmsg.c [1.150.2.4]
18429         * src/procmsg.h [1.60.2.5]
18430         * src/pop.c [1.56.2.4]
18431         * src/pop.h [1.17.2.3]
18432                 Let too big messages get downloaded, but truncated
18433                 Add a button to download them completely
18434                 
18435 2004-07-06 [colin]      0.9.11cvs17.9
18436
18437         * src/gtk/quicksearch.c [1.1.2.3]
18438                 Add a Clear button
18439         * commitHelper
18440         * PATCHSETS
18441                 Add a script to help with cvs
18442
18443 2004-07-03 [colin]      0.9.11cvs17.8
18444
18445         * src/plugins/imageviewer/viewer.c
18446                 fix imageviewer (which was staying on the first
18447                 displayed image)
18448
18449 2004-07-03 [colin]      0.9.11cvs17.7
18450
18451         Removed FIXME_GTK2 warnings
18452         * src/gtk/gtkutils.c
18453                 useless #warnings
18454         * src/gtk/menu.c
18455                 useless #warnings (no need to mess with menu rc)
18456         * src/gtk/menu.h
18457                 unused functions
18458         
18459
18460 2004-07-03 [colin]      0.9.11cvs17.6
18461
18462         Removed FIXME_GTK2 warnings
18463         * src/codeconv.c
18464                 useless #warnings (rewrite needed)
18465         * src/compose.c
18466                 useless #warnings (rewrite needed)
18467                 useless #warnings (gtk2 is like that)
18468                 useless #warnings (previously fixed)
18469         * src/main.c
18470                 useless #warnings (previously fixed)
18471         * src/message_search.c
18472                 useless #warnings (gtk2 is like that)
18473                 Made apparent that search is case-sensitive
18474         * src/mimeview.c
18475                 useless #warnings (rewrite needed)
18476                 useless #warnings (gtk2 is like that)
18477                 reimplemented real warnings
18478         * src/prefs_common.c
18479                 Removed block cursor option (not it gtk2)
18480         * src/prefs_gtk.c
18481                 useless #warnings (rewrite needed)
18482         * src/procheader.c
18483                 useless #warnings (rewrite needed)
18484         * src/sourcewindow.c
18485                 useless #warnings (incorrect placing)
18486         * src/summary_search.c
18487                 useless #warnings (gtk2 is like that)
18488                 Made apparent that search is case-sensitive
18489         * src/action.c
18490                 useless #warnings (gtk2 is like that)
18491         * src/textview.c
18492                 useless #warnings (rewrite needed)
18493         * src/toolbar.c
18494                 useless #warnings (rewrite needed)
18495
18496 2004-07-03 [colin]      0.9.11cvs17.5
18497
18498         * src/textview.c
18499                 Fix mismerge which broke URI opening
18500                 
18501 2004-07-01 [colin]      0.9.11cvs17.4
18502
18503         * src/gtk/filesel.c
18504                 Fill filename when saving
18505                 
18506 2004-06-27 [colin]      0.9.11cvs17.3
18507
18508         * src/gtk/filesel.[ch]
18509                 Use the new GTK file selector
18510                 Update prototype to match the reality: multiple file
18511                 selection is open-only          
18512         * src/compose.c
18513                 Match the new prototypes        
18514         * configure.ac
18515                 Match the new requirements (gtk 2.4.0)
18516                         
18517 2004-06-26 [colin]      0.9.11cvs17.2
18518
18519         * src/plugins/trayicon/trayicon.c
18520                 Remove useless signal handler on resize, which causes
18521                 an infinite "loop"
18522         
18523 2004-06-26 [colin]      0.9.11cvs17.1
18524         
18525         * tools/Makefile.am
18526                 remove launch_firebird and add nautilus2sylpheed.sh
18527         * src/quicksearch.c
18528           src/summaryview.c
18529                 Fix show/hide "Extended symbols" button problem
18530                 Fix apparition at startup
18531                 Fix const warnings
18532         * src/plugins/image_viewer/Makefile.am
18533                 Fix configure 
18534         * common/ssl.c
18535                 Re-enable certificate check, as it doesn't seem to
18536                 cause Xlib errors anymore
18537
18538 2004-06-25 [paul]       0.9.11cvs17
18539
18540         * sync with 0.9.11cvs17 HEAD
18541         
18542         NOTE: QuickSearch is broken
18543
18544 2004-06-07 [colin]      0.9.10claws67.10
18545         * src/plugins/trayicon/trayicon.c
18546           src/plugins/trayicon/libeggtrayicon/Makefile.am
18547           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18548                 Fix gettextization in trayicon plugin
18549
18550 2004-06-07 [colin]      0.9.10claws67.9
18551         
18552         * src/summaryview.c
18553           src/gtk/gtksctree.[ch]
18554                 Let Shift+{Up,Down} work in summaryview
18555                 (well, Down "works" and Up works)
18556                 Let the list scroll when using these keys
18557
18558 2004-06-06 [colin]      0.9.10claws67.8
18559
18560         * src/plugins/trayicon/trayicon.c
18561                 Fix pixmap update
18562
18563 2004-06-06 [colin]      0.9.10claws67.7
18564
18565         * src/addressbook.c
18566                 Fix signal handling causing system-wide focus grab
18567
18568 2004-05-25 [paul]       0.9.10claws67.6
18569
18570         * Makefile.am
18571           src/Makefile.am
18572                 clean up
18573
18574 2004-05-25 [paul]       0.9.10claws67.5
18575
18576         * replace deprecated gtk_signal... functions
18577
18578 2004-05-23 [colin]      0.9.10claws67.4
18579
18580         * src/compose.c
18581                 Fix wrapping
18582
18583 2004-05-22 [colin]      0.9.10claws67.3
18584
18585         * src/compose.c
18586                 Re-fix [Edited] in compose.c::compose_reedit()
18587
18588 2004-05-22 [colin]      0.9.10claws67.2
18589
18590         * src/procmime.c
18591                 Fix parsing of multiparts mails
18592
18593 2004-05-22 [colin]      0.9.10claws67.1
18594
18595         * src/summaryview.c
18596                 Fix quicksearch
18597
18598 2004-05-22 [paul]       0.9.10claws67
18599
18600         * sync with 0.9.10claws67 HEAD
18601
18602 2004-05-14 [alfons]
18603
18604         * src/procmime.h
18605                 add forgotton prototype
18606
18607 2004-05-10 [paul]       0.9.10claws57
18608
18609         * sync with 0.9.10claws57 HEAD
18610
18611 2004-05-05 [paul]       0.9.9.claws1
18612
18613         * ChangeLog-gtk2        ** REMOVED **
18614           ChangeLog-gtk2.claws  ** ADDED **
18615                 rename and adopt the normal claws format
18616                 
18617         * configure.ac
18618                 require gtkmathview >= 0.5
18619
18620         * ac/*                          ** REMOVED **
18621           ac/                           ** REMOVED **
18622           intl/Makefile.in              ** REMOVED **
18623           m4/                           ** ADDED **
18624           m4/missing                    ** ADDED **
18625           m4/missing/gdk-pixbuf.m4      ** ADDED **
18626           m4/missing/gettext.m4         ** ADDED **
18627           m4/missing/gpgme.m4           ** ADDED **
18628           m4/missing/imlib.m4           ** ADDED **
18629           m4/.cvsignore                 ** ADDED **
18630           m4/Makefile.am                ** ADDED **
18631           m4/README                     ** ADDED **
18632           m4/aclocal-include.m4         ** ADDED **
18633           m4/aspell.m4                  ** ADDED **
18634           m4/check-type.m4              ** ADDED **
18635           m4/gnupg-check-typedef.m4     ** ADDED **
18636           m4/openssl.m4                 ** ADDED **
18637           m4/spamassassin.m4            ** ADDED **
18638           po/ChangeLog                  ** REMOVED **
18639           po/Makefile.in.in             ** REMOVED **
18640           po/Rules-quot                 ** REMOVED **
18641           po/boldquot.sed               ** REMOVED **
18642           po/en@boldquot.header         ** REMOVED **
18643           po/en@quot.header             ** REMOVED **
18644           po/insert-header.sin          ** REMOVED **
18645           po/quot.sed                   ** REMOVED **
18646           po/remove-potcdate.sed        ** REMOVED **
18647           po/remove-potcdate.sin        ** REMOVED **
18648           po/stamp-po                   ** REMOVED **
18649           Makefile.am
18650           autogen.sh
18651           configure.ac
18652                 enable building with automake 1.8.x
18653                 add 'autopoint --force' to autogen.sh and remove all
18654                 auto-generated files, remove ac/ directory and use
18655                 m4/ directory instead
18656                 
18657         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18658                 fix gettextization
18659
18660 2004-02-28 Colin Leroy <colin@colino.net>
18661         * src/prefs_matcher.c
18662           src/prefs_filtering.c
18663           src/prefs_filtering_action.c
18664                 Fix non-editable GtkEntries
18665
18666 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18667         * src/prefs_themes.c
18668                 utf8 conversion for theme info
18669
18670 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18671         * sync 0.9.9claws
18672
18673 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18674         * src/grouplistdialog.c
18675                 allow multiple selections without ctrl key
18676
18677 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18678         * src/main.c
18679                 enable customizable accelerators
18680
18681 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18682         * src/prefs_common.c
18683                 re-enable different font settings for gtk1/2
18684         * src/prefs_folder_item.c
18685                 fix folder prefs displayed wrong
18686         * src/textview.c
18687                 set 'sunken' shadow type
18688
18689 2004-02-07 Colin Leroy <colin@colino.net>
18690         * src/compose.c
18691                 Fix message being always [Edited]
18692                 Encode headers correctly (utf8 buf)
18693
18694 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18695         * src/socket.c
18696                 remove double g_source_attach()
18697                 (Thanks to Colin Leroy)
18698
18699 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18700         * src/gtk/gtksctree.c
18701                 Fix SSL certificate list not shown
18702         * src/mimeview.c
18703                 Fix clicks in mime tree
18704
18705 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18706         * src/common/socket.c
18707                 Fix SSL receive
18708         * src/compose.c
18709                 Fix clipboard menu hotkeys
18710
18711 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18712         * src/gtk/gtkaspell.[ch]
18713           src/compose.c
18714                 reimplement spellchecker
18715
18716 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18717         * src/gtk/filesel.c
18718                 crash when inserting file in compose window
18719                 (TODO: keep old selection on clicks)
18720         * src/main.c
18721                 use gtkrc-2.0 instead of gtkrc
18722
18723 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18724         * src/messageview.c
18725                 remove orphaned mimeview unref()
18726
18727 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18728         * src/grouplistdialog.c
18729                 expand nodes containing subscribed groups
18730
18731 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18732         * src/textview.c
18733                 textview: hide cursor, restore old click behaviour
18734
18735 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18736         * src/textview.c
18737                 variable names messed up
18738
18739 2004-01-17 Colin Leroy <colin@colino.net>
18740         * src/addr_compl.c
18741                 Fix completion address too thin
18742         * src/compose.c
18743                 Fix tab-to-subject behaviour
18744         * src/summaryview.c
18745                 Implement key up & down in summaryview
18746
18747 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18748
18749         * sync 098claws
18750
18751 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18752         * configure.ac
18753           Makefile.am
18754           doc/.cvsignore
18755           doc/Makefile.am
18756                 faq, man, manual moved to doc/
18757         * ac/aspell.m4
18758           ac/check-type.m4
18759           ac/gnupg-check-typedef.m4
18760           ac/openssl.m4
18761           ac/spamassassin.m4
18762           ac/missing/gdk-pixbuf.m4
18763           ac/missing/gpgme.m4
18764           ac/missing/imlib.m4
18765                 fix automake warnings
18766
18767 2003-12-06 Colin Leroy <colin@colino.net>
18768         * src/summaryview.c
18769                 Fix quicksearch
18770
18771 2003-12-05 Colin Leroy <colin@colino.net>
18772         * src/summaryview.c
18773                 Fix going to next unread folder
18774
18775 2003-12-05 Colin Leroy <colin@colino.net>
18776         * src/crash.c
18777                 Fix gtk2 compilation
18778         * src/session.c
18779                 Remove iotag source handler at disconnection
18780         * src/socket.[ch] 
18781                 Remove source handler when closing socket 
18782                 (fixes another seg)
18783
18784 2003-12-04 Colin Leroy <colin@colino.net>
18785         * src/compose.c
18786           src/prefs_account.c
18787           src/prefs_common.c
18788                 Fix some dropdown menus
18789
18790 2003-12-04 Colin Leroy <colin@colino.net>
18791         * src/compose.c
18792                 Fix event handlers on header fields
18793         * src/common/socket.c
18794           src/common/session.c
18795                 Fix segfault with callback (SSL)
18796                 Fix end of session 
18797
18798 2003-10-06 Thorsten Maerz <torte@netztorte.de>
18799
18800         * Fix compile bug in src/compose.c
18801         * removed src/gtk/gtkstext.[ch]
18802
18803 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
18804
18805         * Convert character set and escape "text" attributes in toolbar setting
18806         files.
18807         * Fixed bug in button-press-event handling.
18808
18809 2003-09-16 Thorsten Maerz <torte@netztorte.de>
18810
18811         * Fixed bug in key-press-event handling.
18812
18813 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
18814
18815         * Enabled to compile tray-icon plugin (Ad-hoc).
18816         * Avoid hang up bug of icon list in mime view (Ad-hoc).
18817
18818 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
18819
18820         * Enabled to compile on sylpheed-claws.
18821         (tray-icon plugin still cannot compile yet.)
18822
18823 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
18824
18825         * Updated to 0.9.5.
18826
18827 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
18828
18829         * Updated to 0.9.4.
18830         * Ported monitoring SSL mechanism to GSource of GLib2
18831         (I don't confirm it)
18832         * Added _gtk2 suffix to key name of font preference to avoid
18833         ovverwriting preference of Gtk+-1.2 version.
18834
18835 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
18836
18837         * Updated to 0.9.2.
18838
18839 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
18840
18841         * Updated to 0.9.1.
18842         * Translate po files into UTF-8 when execute autogen.sh.
18843
18844 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
18845
18846         * Updated to 0.9.0.
18847
18848 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
18849
18850         * Plugged GError related memory leaks.
18851
18852 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
18853
18854         * Changed default size of fonts.
18855         * Enabled to set titile font size of warning dialog.
18856
18857 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
18858
18859         * Embed a sylpheed icon into executable binary on Windows.
18860
18861 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18862
18863         * I forgot to traslate character set of element string in src/xml.c.
18864
18865 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18866
18867         * Fixed detecting bind_textdomain_codeset in configure.in.
18868         * The bug in which "Example" of "Date fromat" preference isn't displayed
18869         correctly has been fixed.
18870
18871 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18872
18873         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18874           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18875           glib-gettextize
18876           Removed intl directory.
18877           Translated po files into UTF-8.
18878           (Thanks! Ryuji Abe)
18879
18880 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18881
18882         * The bug which doesn't unscape string in xml.c has been fixed.
18883
18884 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18885
18886         * The bug which is failed to translate encoding of file name thorough
18887         file dialog has been fixed.
18888
18889 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18890
18891         * Modified to translate file names which is used in inporting/expoting
18892         mbox feature and "Save as" feature into locale encoding.
18893         * Translate file names into locale encoding when "Attache file" and
18894         "Insert file".
18895         * Force set G_BROKEN_FILENAMES environment variable.
18896         * Other minor fixes.
18897
18898 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18899
18900         * Modified to treat MH folder's name as locale encoding.
18901
18902 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18903
18904         * The bug which clash on switching candidates of auto completion of
18905         addresses, cannot use auto completion in Japanesse is fixed
18906         (Thanks! Tokunaga-san)¡¥
18907
18908 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18909
18910         * The bug which cannot switch key accelerator preference has been fixed
18911         (Thanks! smbd-san)¡¥
18912
18913 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18914
18915         * version 0.8.11-gtk2-20030314
18916
18917 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18918
18919         * The bug in which character set conversion of filtering messages has
18920         been fixed.(Thanks! COCOA-san).
18921
18922 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18923
18924         * Revived "Leave space on head" preference in "Message" category.
18925         * A bug which clash when put the cursor to end of buffer and execute
18926         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18927
18928 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18929
18930         * version 0.8.11-gtk2-20030312
18931
18932 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18933
18934         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18935         * Modified to use Pango's API directly for font preference.
18936         * Integrated GtkTextView of textview to one widget.
18937         * Set fonts of header title in textview by "header_title" tag.
18938         * Removed some deprecated codes.
18939
18940 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18941
18942         * Updated to 0.8.11.
18943         * Merged cygwin patch(Thanks! Sakai-san).
18944
18945 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18946
18947         * version 0.8.10-gtk2-20030309