2006-10-18 [colin] 2.5.5cvs15
[claws.git] / ChangeLog
1 2006-10-18 [colin]      2.5.5cvs15
2
3         * src/compose.c
4         * src/compose.h
5                 Add Options/Reply mode/ menu to be able to
6                 change the recipients of a reply on the fly
7
8 2006-10-18 [colin]      2.5.5cvs14
9
10         * src/compose.c
11                 Fix redirecting of our own sent mails
12
13 2006-10-17 [wwp]        2.5.5cvs13
14
15         * src/send_message.c
16                 Fix duplicate error messages when sending, and missing
17                 newline in such error messages.
18
19 2006-10-17 [colin]      2.5.5cvs12
20
21         * src/compose.c
22                 Compare addresses case-insensitive
23
24 2006-10-17 [colin]      2.5.5cvs11
25
26         * src/plugins/pgpcore/sgpgme.c
27                 Fix return status
28
29 2006-10-17 [colin]      2.5.5cvs10
30
31         * src/plugins/pgpcore/pgp_viewer.c
32                 Fix return status
33
34 2006-10-17 [colin]      2.5.5cvs9
35
36         * src/quote_fmt.c
37                 Fix a typo (thanks to Fabien)
38
39 2006-10-16 [colin]      2.5.5cvs8
40
41         * src/textview.c
42                 Fix problem with quote-folding when emails
43                 don't convert cleanly to UTF-8
44
45 2006-10-14 [colin]      2.5.5cvs7
46
47         * src/prefs_template.c
48                 Reset fields when reopening
49                 the window
50
51 2006-10-13 [paul]       2.5.5cvs6
52
53         * manual/advanced.xml
54         * src/prefs_message.c
55                 make 'respect_flowed_format' a hidden
56                 option, and add a manual entry for it
57                 Thanks to Colin
58
59 2006-10-12 [colin]      2.5.5cvs5
60
61         * src/codeconv.c
62                 Revert part of 2.5.2cvs21:
63                 Don't optimise by reusing the 
64                 last iconv converter if possible:
65                 it seems slightly broken in a 
66                 very hard way to reproduce
67
68 2006-10-12 [colin]      2.5.5cvs4
69
70         * src/prefs_common.c
71         * src/prefs_common.h
72         * src/prefs_message.c
73         * src/procmime.c
74                 Fix bug 1035, 'Incorrect handling 
75                 of flowed lines'. We now optionnaly
76                 handle this format (preference is in
77                 Message View/Text options section)
78
79 2006-10-12 [colin]      2.5.5cvs3
80
81         * po/POTFILES.in
82                 Add new file
83         * src/plugins/pgpcore/pgp_viewer.c
84         * src/plugins/pgpcore/sgpgme.c
85                 Don't try to import without asking
86
87 2006-10-12 [colin]      2.5.5cvs2
88
89         * src/compose.c
90                 Fix bug 1036, 'Forwarding a mutlipart
91                 mail with a "text/html" block to ms
92                 outlook users leeds to freeze of
93                 outlook'. Poor outlook users...
94
95 2006-10-12 [paul]       2.5.5cvs1
96
97         * NEWS
98         * README
99         * configure.ac
100                 Update version number following
101                 stable release
102
103 2006-10-11 [paul]       2.5.4cvs1
104
105         * NEWS
106         * README
107         * configure.ac
108                 Update version number following
109                 stable release
110
111 2006-10-11 [paul]       2.5.3cvs32
112
113         * src/textview.c
114                 fix bug 1032, 'Segmentation fault when showing
115                 message' (bug in quote folding)
116                 Thanks to Colin
117
118 2006-10-10 [colin]      2.5.3cvs31
119
120         * src/quote_fmt.c
121                 Rephrase english a bit
122
123 2006-10-10 [colin]      2.5.3cvs30
124
125         * src/prefs_compose_writing.c
126                 Stop making the page larger than the window
127
128 2006-10-10 [wwp]        2.5.3cvs29
129
130         * src/compose.c
131         * src/prefs_template.c
132         * src/quote_fmt.c
133         * src/quote_fmt.h
134         * src/quote_fmt_lex.l
135         * src/quote_fmt_parse.y
136                 Extend the quote parser a bit: allow to get access to
137                 basic (composing) account info.
138
139 2006-10-10 [colin]      2.5.3cvs28
140
141         * src/procheader.c
142                 Fix this \t problem in subject
143
144 2006-10-09 [colin]      2.5.3cvs27
145
146         * src/main.c
147         * src/prefs_gtk.c
148                 Prepare cache a bit later
149                 If section already exists, skip the new one 
150                 (as previously); avoid writing the same block
151                 twice - if we find a second block with the 
152                 same id, skip it.
153         * src/plugins/pgpcore/pgp_viewer.c
154                 Set cursor to busy when retrieving a key
155         * src/plugins/pgpcore/sgpgme.c
156                 allow 5 seconds for gpg to export the key
157                 
158
159 2006-10-09 [colin]      2.5.3cvs26
160
161         * configure.ac
162         * src/msgcache.c
163         * src/prefs_gtk.c
164                 Check for existence of fgets_unlocked
165                 and fwrite_unlocked
166
167 2006-10-09 [paul]       2.5.3cvs25
168
169         * src/prefs_summaries.c
170                 replace strftime() with fast_strftime() and in
171                 the consequence fix the bug in the display of
172                 AM/PM in the 'Example' string
173
174 2006-10-09 [ticho]      2.5.3cvs24
175
176         * po/sk.po
177                 Updated (and fixed up somewhat) Slovak translation.
178
179 2006-10-08 [colin]      2.5.3cvs23
180
181         * src/prefs_folder_item.c
182                 Explain why prefs in the top-level folder
183                 aren't retained, but are still useful
184
185 2006-10-08 [colin]      2.5.3cvs22
186
187         * src/prefs_gtk.c
188                 Don't cache anything if caching fails
189
190 2006-10-08 [colin]      2.5.3cvs21
191
192         * src/common/utils.c
193                 always include gi18n.h
194
195 2006-10-07 [colin]      2.5.3cvs20
196
197         * src/plugins/pgpcore/pgp_viewer.c
198                 Kill gpg after 5 seconds wait
199
200 2006-10-07 [colin]      2.5.3cvs19
201
202         * src/plugins/pgpcore/pgp_viewer.c
203         * src/plugins/pgpcore/pgp_viewer.h
204                 Fix copyright
205
206 2006-10-07 [colin]      2.5.3cvs18
207
208         * src/plugins/pgpcore/pgp_viewer.c
209         * src/plugins/pgpcore/pgp_viewer.h
210                 Actually add the files to CVS
211
212 2006-10-07 [colin]      2.5.3cvs17
213
214         * src/plugins/pgpcore/sgpgme.c
215                 Be sure not to crash on 'application/pgp-signature' that
216                 are not application/pgp-signatures
217
218 2006-10-07 [colin]      2.5.3cvs16
219
220         * src/textview.c
221         * src/textview.h
222                 Make a bit more of the API available
223         * src/plugins/pgpcore/Makefile.am
224         * src/plugins/pgpcore/plugin.c
225         * src/plugins/pgpcore/sgpgme.c
226                 Add basic key import/export
227
228 2006-10-07 [colin]      2.5.3cvs15
229
230         * src/folderview.c
231         * src/imap.c
232         * src/prefs_account.c
233         * src/wizard.c
234                 Warn users *everywhere* if libetpan's not
235                 linked in
236
237 2006-10-06 [mones]      2.5.3cvs14
238
239         * po/de.po
240         * po/es.po
241                 updated by Stephan Sachse and me
242
243 2006-10-06 [colin]      2.5.3cvs13
244
245         * src/main.c
246         * src/common/sylpheed.c
247                 Don't load common plugins if --exit is passed
248         * src/prefs_gtk.c
249         * src/prefs_gtk.h
250                 Implement a cache to avoid reading the same
251                 files over and over again at startup
252
253 2006-10-06 [colin]      2.5.3cvs12
254
255         * src/summaryview.c
256         * src/gtk/quicksearch.c
257                 Update display every 5k mails on fast searches
258
259 2006-10-06 [colin]      2.5.3cvs11
260
261         * src/textview.c
262                 Don't do quote folding on HTML or ERTF.
263                 May fix the Cygwin issues if they were
264                 happening with HTML mails?
265
266 2006-10-05 [colin]      2.5.3cvs10
267
268         * src/prefs_gtk.c
269                 Oops, forgot one
270
271 2006-10-05 [colin]      2.5.3cvs9
272
273         * src/prefs_gtk.c
274                 Use unlocked_stdio here too
275
276 2006-10-05 [colin]      2.5.3cvs8
277
278         * src/folderview.c
279                 Fix go to next * after preferences apply
280         * src/msgcache.c
281                 Do the fd lock/unlock ourselves instead of
282                 letting the libc do it at each write 
283
284 2006-10-05 [colin]      2.5.3cvs7
285
286         * src/common/utils.c
287                 Faster division, thanks to Jean Diraison
288
289 2006-10-05 [paul]       2.5.3cvs6
290
291         * src/common/utils.c
292                 fix building with --disable-nls
293
294 2006-10-04 [colin]      2.5.3cvs5
295
296         * src/folder.c
297                 Maybe fix a segfault
298
299 2006-10-04 [wwp]        2.5.3cvs4
300
301         * src/prefs_folder_item.c
302                 Fine-tune layouts in folder item prefs. Suggested by
303                 Fabien Vantard <fzzzzz@gmail.com>.
304
305 2006-10-04 [wwp]        2.5.3cvs3
306
307         * src/prefs_folder_item.c
308                 Kill the clandestine passengers. You didn't see anything.
309
310 2006-10-04 [wwp]        2.5.3cvs2
311
312         * src/prefs_folder_item.c
313                 Add a way to test the subject simplify regexp in
314                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
315                 w/ few layout changes.
316
317 2006-20-04 [paul]       2.5.3cvs1
318
319         * NEWS
320         * README
321         * configure.ac
322                 Update version number following
323                 stable release
324
325 2006-10-04 [colin]      2.5.2cvs42
326
327         * src/folder.c
328         * src/folder.h
329         * src/summaryview.c
330                 Provide a way for folder classes to set their sort
331                 type and key
332
333 2006-10-03 [colin]      2.5.2cvs41
334
335         * src/mh.c
336                 Don't use strlen() to know if the
337                 string's empty
338
339 2006-10-03 [colin]      2.5.2cvs40
340
341         * src/mh.c
342                 Fix "check for new folders" with accentued folders
343
344 2006-10-03 [ticho]      2.5.2cvs39
345
346         * src/filtering.c
347         * src/folder.c
348         * src/inc.c
349         * src/mbox.c
350                 Colin's fix for "copy" filtering rules.
351
352 2006-10-02 [colin]      2.5.2cvs38
353
354         * src/folderview.c
355                 Fix for double-click too
356
357 2006-10-02 [colin]      2.5.2cvs37
358
359         * src/folderview.c
360                 correct fix for cvs36
361
362 2006-10-02 [colin]      2.5.2cvs36
363
364         * src/folderview.c
365                 Fix 'goto next unread' after collapsing/expanding 
366                 a node.
367
368 2006-10-02 [colin]      2.5.2cvs35
369
370         * src/summaryview.c
371                 Fix double freeze/thaw
372         * src/common/utils.c
373         * src/common/utils.h
374                 Reimplement strftime
375         * src/procheader.c
376                 Use it
377
378
379 2006-10-02 [colin]      2.5.2cvs34
380
381         * src/mh.c
382                 Time mh_write_sequences() - it's fast
383         * src/summaryview.c
384                 Init a variable to shut up gcc
385
386 2006-10-01 [colin]      2.5.2cvs33
387
388         * src/folder.c
389         * src/mh.c
390         * src/mh.h
391         * src/msgcache.c
392                 Add helper mh_set_mtime(), and set mtime to stat()'s result
393                 Add fsync but disable it, it's slow as hell
394
395 2006-10-01 [colin]      2.5.2cvs32
396
397         * src/mh.c
398         * src/msgcache.c
399                 fflush() caches and mh_sequences before
400                 fclose()ing
401
402 2006-10-01 [colin]      2.5.2cvs31
403
404         * src/msgcache.c
405                 Don't ftruncate when not using mmap
406
407 2006-09-30 [colin]      2.5.2cvs30
408
409         * src/main.c
410                 Write folder list *after* saving caches
411
412 2006-09-30 [colin]      2.5.2cvs29
413
414         * src/folder.c
415         * src/mh.c
416                 Debug forced mtime changes
417
418 2006-09-30 [colin]      2.5.2cvs28
419
420         * src/folder.c
421         * src/main.c
422                 Remove useless debug_print()s (code
423                 well-tested)
424
425 2006-09-30 [colin]      2.5.2cvs27
426
427         * src/mh.c
428                 Do stuff faster when writing mh_sequences
429
430 2006-09-30 [colin]      2.5.2cvs26
431
432         * src/mh.c
433                 Don't let the writing of .mh_sequences, which
434                 can change the folder's mtime, let us think
435                 we need to scan.
436
437 2006-09-30 [colin]      2.5.2cvs25
438
439         * src/folder.c
440                 Move a debug_print where it belongs 
441                 (processing)
442         * src/summaryview.c
443                 Don't mess with a huge slow subject
444                 table if we're not threading by
445                 subject
446
447 2006-09-30 [colin]      2.5.2cvs24
448
449         * src/msgcache.c
450                 Reenable mmaped reads (*not* writes!)
451         * src/procmsg.c
452                 Don't destroy and recreate hashtables just
453                 for fun
454         * src/common/utils.c
455                 Remove useless reply prefixes (it's case
456                 unsensitive)
457
458 2006-09-30 [wwp]        2.5.2cvs23
459
460         * tools/fix_date.sh
461                 Fixed a minor bug in date value extraction, added a switch
462                 to replace non RFC-compliant Date: value, added a switch
463                 to use strict RFC matching patterns for dates.
464
465 2006-09-29 [colin]      2.5.2cvs22
466
467         * src/matcher_parser.h
468         * src/matcher_parser_parse.y
469         * src/prefs_filtering.c
470         * src/statusbar.c
471         * src/summary_search.c
472         * src/summaryview.c
473         * src/gtk/quicksearch.c
474         * src/gtk/quicksearch.h
475                 Optimise searches by setting different
476                 refresh intervals (depending if the 
477                 search is fast or not)
478
479 2006-09-29 [colin]      2.5.2cvs21
480
481         * src/codeconv.c
482                 Optimise by reusing the last iconv converter
483                 if possible
484         * src/textview.c
485                 Optimise a bit (the foldable quotes feature
486                 still has an awful O(n^2) algo
487
488 2006-09-29 [colin]      2.5.2cvs20
489
490         * src/gtk/gtksctree.c
491         * src/gtk/gtksctree.h
492                 Optimise de-selection via up/down or
493                 another key
494
495 2006-09-28 [colin]      2.5.2cvs19
496
497         * src/action.c
498         * src/compose.c
499         * src/folderview.c
500         * src/mainwindow.c
501         * src/messageview.c
502         * src/summary_search.c
503         * src/toolbar.c
504                 Avoid using summaryview->ctree directly
505
506 2006-09-28 [colin]      2.5.2cvs18
507
508         * src/summaryview.c
509         * src/summaryview.h
510                 Add helpers to freeze/thaw/grab_focus
511                 Factorize calls to freeze/thaw/grab_focus
512                 
513
514 2006-09-28 [colin]      2.5.2cvs17
515
516         * src/main.c
517                 More guards for the session management
518
519 2006-09-28 [colin]      2.5.2cvs16
520
521         * src/folderview.c
522         * src/gtk/gtksctree.c
523         * src/gtk/gtksctree.h
524                 Make expanding not recursive in folderview
525
526 2006-09-28 [colin]      2.5.2cvs15
527
528         * src/addressbook.c
529                 If nothing is selected in the list (right part)
530                 and a group is selected in the tree (left part),
531                 mail this group.
532
533 2006-09-28 [colin]      2.5.2cvs14
534
535         * src/Makefile.am
536                 Actually use SM_LIBS
537
538 2006-09-28 [ticho]      2.5.2cvs13
539
540         * src/export.c
541         * src/messageview.c
542         * src/mimeview.c
543         * src/news.c
544         * src/pop.c
545         * src/prefs_themes.c
546         * src/procmsg.c
547                 Small i18n string optimization.
548         * src/send_message.c
549         * src/summaryview.c
550         * src/common/session.c
551         * src/common/smtp.c
552         * src/common/ssl_certificate.c
553         * src/common/utils.c
554                 Use "Couldn't" instead of "Can't" in UI messages,
555                 where appropriate.
556
557 2006-09-28 [colin]      2.5.2cvs12
558
559         * configure.ac
560                 Possibly fix link errors
561
562 2006-09-27 [wwp]        2.5.2cvs11
563
564         * src/gtk/authors.h
565         * doc/man/sylpheed-claws.1
566         * manual/ack.xml
567         * manual/es/ack.xml
568         * manual/fr/ack.xml
569         * manual/pl/ack.xml
570                 Updated authors info (me, myself and I).
571
572 2006-09-27 [colin]      2.5.2cvs10
573
574         * src/addressbook.c
575                 Remove useless printf
576
577 2006-09-27 [wwp]        2.5.2cvs9
578
579         * src/editgroup.c
580         * src/send_message.c
581         * src/inc.c
582         * src/prefs_common.c
583         * src/prefs_common.h
584         * src/gtk/progressdialog.c
585                 remember more windows' sizes (send dialog, received dialog,
586                 edit group in addressbook).
587
588 2006-09-27 [colin]      2.5.2cvs8
589
590         * configure.ac
591         * src/main.c
592         * src/mainwindow.h
593                 Use libSM to communicate with the session
594                 manager, so that we can know when the 
595                 session ends, save our caches, and draft
596                 our compose windows.
597
598 2006-09-27 [colin]      2.5.2cvs7
599
600         * src/addressbook.c
601                 Fix issues:
602                 o Allow Book and Group creation from the tree's
603                   contextual menu
604                 o Do not actually delete the contacts when 
605                   deleting groups from the tree (duh!)
606
607 2006-09-27 [colin]      2.5.2cvs6
608
609         * src/compose.c
610         * src/compose.h
611         * src/mainwindow.c
612         * src/textview.c
613         * src/toolbar.c
614                 o Allow passing an email address to 
615                   compose_new_with_folderitem
616                 o Update callers
617                 o Use current folderitem when clicking
618                   on a TextView mailto: link
619                 o Fix a possible leak in TextView
620
621 2006-09-27 [colin]      2.5.2cvs5
622
623         * src/html.c
624                 Use UTF-8 chars to replace HTML entities
625
626 2006-09-27 [colin]      2.5.2cvs4
627
628         * AUTHORS
629         * src/prefs_account.c
630         * src/gtk/authors.h
631                 Fix bug #1024 (Array index out of
632                 range in sylpheed-claws-2.5.2)
633                 Patch by Ales Nosek <anosek@suse.cz>
634
635 2006-09-27 [colin]      2.5.2cvs3
636
637         * src/addr_compl.c
638                 Actually do the test
639
640 2006-09-27 [colin]      2.5.2cvs2
641
642         * src/addr_compl.c
643         * src/addr_compl.h
644                 Allow completing with comma (in certain cases: vCalendar
645                 for example doesn't support that)
646                 Patch by Fabien Vantard
647
648 2006-09-26 [colin]      2.5.2cvs1
649
650         * src/Makefile.am
651         * src/addr_compl.c
652         * src/addr_compl.h
653         * src/addrbook.c
654         * src/addrbook.h
655         * src/addressbook.c
656         * src/addrindex.c
657         * src/addrindex.h
658         * src/compose.c
659         * src/prefs_common.c
660         * src/prefs_filtering_action.c
661         * src/prefs_folder_item.c
662         * src/prefs_template.c
663         * src/stock_pixmap.c
664         * src/stock_pixmap.h
665         * src/pixmaps/addr_one.xpm
666         * src/pixmaps/addr_two.xpm
667                 Add auto-completion on groups
668
669 2006-09-26 [colin]      2.5.2
670
671         * NEWS
672         * README
673         * RELEASE_NOTES
674                 2.5.2 released
675
676 2006-09-26 [colin]      2.5.1cvs5
677
678         * src/matcher.c
679                 Fix condition
680
681 2006-09-26 [colin]      2.5.1cvs4
682
683         * src/mbox.c
684                 Revert cvs1 (useless as the message is printed 
685                 every 500 mails)
686
687 2006-09-26 [colin]      2.5.1cvs3
688
689         * src/partial_download.c
690                 Fix crasher found by Alexsandar Urosevic
691
692 2006-09-26 [colin]      2.5.1cvs2
693
694         * src/summaryview.c
695                 Fix bug #1023 (Sylpheed deletes too much messages)
696
697 2006-09-26 [ticho]      2.5.1cvs1
698
699         * src/mbox.c
700                 Make use of gettext's multiple plurals for statusbar
701                 progress message.
702
703 2006-09-25 [paul]       2.5.1
704
705         * NEWS
706         * README
707         * RELEASE_NOTES
708                 2.5.1 released
709
710 2006-09-25 [colin]      2.5.0cvs3
711
712         * src/plugins/bogofilter/bogofilter.c
713         * src/plugins/clamav/clamav_plugin.c
714         * src/plugins/spamassassin/spamassassin.c
715                 BogoFilter, Spamassassin: Fix double hook registering after
716                 visiting preferences
717                 Spamassassin, Clamav: Just set the mails to move instead of
718                 doing the move - caller will move the things at once.
719
720 2006-09-25 [colin]      2.5.0cvs2
721
722         * src/imap.c
723         * src/etpan/imap-thread.c
724                 Use UID SEARCH ALL instead of UID 1:*
725                 (braindead servers can't figure out that's
726                 the same...)
727
728 2006-09-25 [wwp]        2.5.0cvs1
729
730         * src/message_search.c
731                 Added the ability to stop a running search (in message body).
732
733 2006-09-25 [paul]       2.5.0
734
735         * NEWS
736         * README
737         * RELEASE_NOTES
738                 2.5.0 released
739
740 2006-09-25 [paul]       2.4.0cvs214
741
742         * po/cs.po
743         * po/de.po
744         * po/fi.po
745         * po/fr.po
746         * po/nl.po
747         * po/pt_BR.po
748         * po/sk.po
749         * po/sr.po
750         * po/zh_CN.po
751                 updated by Tim, Stephan Sachse, Flammie Pirinen,
752                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
753                 Ticho, Aleksander Urosevic, Ralgh Young
754
755 2006-09-24 [mones]      2.4.0cvs213
756
757         * po/es.po
758                 Updated for release
759
760 2006-09-23 [colin]      2.4.0cvs212
761
762         * src/gtk/inputdialog.c
763                 Fix [ ] remember this appearing in normal
764                 input dialogs after it's been used by
765                 mimeview.
766         * src/folder.c
767         * src/folderview.c
768         * src/msgcache.c
769         * src/procmsg.c
770         * src/summaryview.c
771         * src/textview.c
772         * src/common/timing.h
773                 Enable timings in debug mode and make it
774                 look prettier.
775
776 2006-09-22 [colin]      2.4.0cvs211
777
778         * README
779                 Revert test change
780         * commitHelper
781                 ping the correct URI
782
783 2006-09-22 [colin]      2.4.0cvs210
784
785         * README
786                 Let's see if bug #1022 is fixed
787
788 2006-09-21 [colin]      2.4.0cvs209
789
790         * src/wizard.c
791         * src/common/plugin.c
792                 Prepare infra to load predefined plugins when
793                 no configuration existed. Don't actually load
794                 anything yet (feat. freeze)
795
796 2006-09-21 [wwp]        2.4.0cvs208
797
798         * manual/fr/faq.xml
799                 Partial sync w/ 2.4.0cvs72:
800                 wrap file and minor updates.
801
802 2006-09-21 [wwp]        2.4.0cvs207
803
804         * tools/fix_date.sh
805                 several fixes and enhancements. A new --force switch has been
806                 added to prevent overriding by default Date: header when
807                 already existing.
808
809 2006-09-21 [paul]       2.4.0cvs206
810
811         * src/common/utils.c
812                 add Chinese UTF8 Re prefix
813
814 2006-09-21 [wwp]        2.4.0cvs205
815
816         * tools/Makefile.am
817                 Fics alfabettical order.
818
819 2006-09-21 [wwp]        2.4.0cvs204
820
821         * tools/fix_date.sh
822         * tools/Makefile.am
823                 Added an action tool to fix missing Date field in emails.
824                 Updated Makefile.am to reflect those last two additions.
825
826 2006-09-21 [wwp]        2.4.0cvs203
827
828         * tools/uuooffice
829                 Added a action tool to open uuencoded docs w/
830                 OpenOffice (based on uudec method).
831
832 2006-09-21 [colin]      2.4.0cvs202
833
834         * src/compose.c
835         * src/textview.c
836                 Workaround possible GTK crash: remove selection 
837                 clipboard before destroying widget, or GTK+-2.10
838                 dies. Thanks to Hiro.
839
840 2006-09-20 [colin]      2.4.0cvs201
841
842         * src/compose.c
843                 Fix free-after-use in some cases (when 
844                 procmime_encode_content() frees mimeinfo->data.mem
845                 and turns it to a temp file)
846
847 2006-09-20 [colin]      2.4.0cvs200
848
849         * src/folderview.c
850         * src/summaryview.c
851         * src/gtk/gtksctree.c
852         * src/gtk/gtksctree.h
853                 Add tooltips in the folderview and summaryview
854                 (Doesn't break string freeze as they already
855                 exist)
856         * src/toolbar.c
857                 Put the spam button in the default configuration
858                 if compiled with bogo plugin too
859
860 2006-09-19 [colin]      2.4.0cvs199
861
862         * src/summaryview.c
863         * src/summaryview.h
864                 Update folder name label on folder rename
865         * src/prefs_matcher.c
866         * src/gtk/logwindow.h
867                 Fix warnings
868                 Patches by Fabien
869
870 2006-09-19 [wwp]        2.4.0cvs198
871
872         * src/summary_search.c
873                 fix can't click forward/backward buttons in the
874                 search messages.
875
876 2006-09-18 [paul]       2.4.0cvs197
877
878         * src/wizard.c
879                 add missing bracket, capitalise the A of
880                 'SpamAssassin'
881
882 2006-09-18 [paul]       2.4.0cvs196
883
884         * src/compose.c
885                 fix bug 1012 'crashed upon sending mail
886                 from compose window'
887                 Thanks to Colin
888
889 2006-09-16 [colin]      2.4.0cvs195
890
891         * src/folderview.c
892                 Fix "real-time" sorting by freezing/thawing
893
894 2006-09-16 [colin]      2.4.0cvs194
895
896         * manual/faq.xml
897                 Fix the anti-spam entry a bit
898
899 2006-09-16 [colin]      2.4.0cvs193
900
901         * src/wizard.c
902                 Make sure reviewers have no excuse when stating
903                 Sylpheed-Claws doesn't have antispam capabilities.
904
905 2006-09-16 [colin]      2.4.0cvs192
906
907         * src/main.c
908                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
909                 as if the SIGPIPE comes from etpan's thread we could
910                 trigger a GUI update from this thread.
911
912 2006-09-16 [colin]      2.4.0cvs191
913
914         * src/summaryview.c
915                 Init all members of the struct
916
917 2006-09-16 [paul]       2.4.0cvs190
918
919         * src/account.c
920                 improvements to the English
921
922 2006-09-15 [colin]      2.4.0cvs189
923
924         * src/summaryview.c
925                 HIG order on dialog
926
927 2006-09-14 [colin]      2.4.0cvs188
928
929         * src/common/socket.c
930         * src/common/socket.h
931         * src/common/ssl.c
932         * src/common/ssl_certificate.c
933         * src/common/ssl_certificate.h
934         * src/etpan/imap-thread.c
935                 the get_fqdn() call done to get canonical name when
936                 checking an SSL certificate is blocking, which is
937                 sad as we just did a non-blocking lookup to connect.
938                 Fix that by letting the fqdn available to the SockInfo,
939                 and use that in ssl_certificate_check(). For IMAP,
940                 we don't do it as the lookup's done by libetpan, but
941                 it's less annoying as IMAP connections as much more
942                 rare than POP3 connections.
943
944 2006-09-14 [paul]       2.4.0cvs187
945
946         * manual/advanced.xml
947                 improvements to the English,
948                 properly place the new hidden options
949                 within the alphabetical order
950         * src/gtk/pluginwindow.c
951                 improvements to the English
952
953 2006-09-14 [colin]      2.4.0cvs186
954
955         * src/prefs_common.c
956         * src/prefs_common.h
957         * src/gtk/gtksctree.c
958         * manual/advanced.xml
959                 New hidden pref, stripes_color_offset, to change
960                 the value added/substracted to normal bgcolor to
961                 create the stripes in summaries
962
963 2006-09-13 [colin]      2.4.0cvs185
964
965         * src/gedit-print.c
966         * src/messageview.c
967         * src/messageview.h
968         * src/summaryview.c
969         * src/textview.c
970                 Fix misc. printing issues: 
971                 - Bad font for linkified headers
972                 - Different font if the mail was displayed or not
973                 - Factorize the thing
974
975 2006-09-13 [colin]      2.4.0cvs184
976
977         * src/common/ssl_certificate.c
978                 Only get FQDN once when checking certificate
979
980 2006-09-13 [colin]      2.4.0cvs183
981
982         * src/account.c
983         * src/gtk/pluginwindow.c
984                 Misc. GUI fixes by Fabien
985
986 2006-09-13 [wwp]        2.4.0cvs182
987
988         * configure.ac
989         * src/common/utils.h
990         * src/common/utils.c
991                 get rid of unused wide-char functions.
992
993 2006-09-13 [wwp]        2.4.0cvs181
994
995         * src/plugins/pgpinline/sylpheed.def
996         * src/textview.c
997                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
998                 add privacy_reset_error to the .def file,
999                 do not fork for an external textviewer.
1000
1001 2006-09-13 [wwp]        2.4.0cvs180
1002
1003         * src/prefs_common.c
1004                 fix broken font entry in prefs (patch issued by the gpg4win team,
1005                 probably by Marcus Brinkmann <marcus@g10code.de>).
1006
1007 2006-09-13 [colin]      2.4.0cvs179
1008
1009         * src/folder.h
1010                 Fix a warning in summaryview.c
1011         * src/mainwindow.c
1012         * src/summaryview.c
1013         * src/summaryview.h
1014                 Add missing Mark/* elements in the
1015                 main menu
1016
1017 2006-09-12 [colin]      2.4.0cvs178
1018
1019         * src/prefs_actions.c
1020         * src/prefs_filtering_action.c
1021         * src/prefs_matcher.c
1022                 Use (New) instead of New everywhere
1023
1024 2006-09-12 [wwp]        2.4.0cvs177
1025
1026         * manual/fr/addrbook.xml
1027         * manual/fr/handling.xml
1028                 updated some quotes in the fr manual to match the fr translation.
1029
1030 2006-09-12 [wwp]        2.4.0cvs176
1031
1032         * src/prefs_matcher.c
1033                 don't store translated string elements in matcher expressions.
1034                 Also fixed a misused of Q_().
1035
1036 2006-09-11 [wwp]        2.4.0cvs175
1037
1038         * src/plugins//bogofilter/bogofilter.c
1039         * src/plugins//clamav/clamav_plugin.c
1040         * src/plugins//demo/demo.c
1041         * src/plugins//dillo_viewer/dillo_viewer.c
1042         * src/plugins//pgpcore/plugin.c
1043         * src/plugins//pgpinline/plugin.c
1044         * src/plugins//pgpmime/plugin.c
1045         * src/plugins//spamassassin/spamassassin.c
1046                 gettext-ize more strings (mostly plugin error messages).
1047
1048 2006-09-11 [colin]      2.4.0cvs174
1049
1050         * src/alertpanel.c
1051                 Make maximum buffer size bigger to avoid
1052                 truncating translated messages. Patch by
1053                 Fabien
1054
1055 2006-09-11 [colin]      2.4.0cvs173
1056
1057         * src/etpan/imap-thread.c
1058                 Fix compilation on OpenBSD, thanks to 
1059                 Landry
1060
1061 2006-09-10 [wwp]        2.4.0cvs172
1062
1063         * manual/account.xml
1064         * manual/addrbook.xml
1065         * manual/handling.xml
1066         * manual/es/handling.xml
1067         * manual/fr/account.xml
1068         * manual/fr/addrbook.xml
1069         * manual/fr/handling.xml
1070                 documented addressbook matching (condition configuration):
1071                   addrbook.xml, en fr
1072                 documented per-account filtering rules (handling/filtering
1073                   section, account section):
1074                   account.xml, handling.xml, en fr
1075                 slightly updated the handling/searching section to tell few
1076                   words about the extended search ability:
1077                   handling.xml, en fr
1078                 added missing <quote></quotes> to Quick Search:
1079                   handling.xml, en fr es
1080                 fixed a typo (auomatically):
1081                   handling.xml, en
1082                 changes revisited by Paul.
1083
1084 2006-09-10 [paul]       2.4.0cvs171
1085
1086         * src/prefs_actions.c
1087         * src/prefs_filtering.c
1088         * src/prefs_template.c
1089                 adjustments to the gui
1090                 Patch by Fabien Vantard (slightly modified)
1091
1092 2006-09-10 [colin]      2.4.0cvs170
1093
1094         * src/summaryview.c
1095                 Check folderitem/summaryview consistency
1096                 (basically automates Update summary). Fixes
1097                 #1011 (wrong (negative) count on unread 
1098                 messages)
1099
1100 2006-09-10 [colin]      2.4.0cvs169
1101
1102         * src/gtk/gtksctree.c
1103                 Fix recursive expansion via mouse
1104         * src/plugins/bogofilter/bogofilter.c
1105                 Use normal filtering way of moving
1106                 messages (batching), possibly fixing
1107                 bug #1015 (Bogofilter plugin doubles 
1108                 new messages)
1109
1110 2006-09-09 [wwp]        2.4.0cvs168
1111
1112         * src/prefs_filtering.c
1113                 better place for this fix.
1114
1115 2006-09-09 [wwp]        2.4.0cvs167
1116
1117         * src/prefs_filtering.c
1118                 fix a minor bug when the enabled status of a filtering/processing
1119                 rule always got set to TRUE when replacing this rule. That still
1120                 make sense when adding a new rule, but now when replacing, we
1121                 don't override the value of 'enabled'.
1122                 Also renamed the func prefs_filtering_list_view_get_rule_name()
1123                 to prefs_filtering_list_view_get_info() as this function not only
1124                 returns the name, but also the account_id and the enabled status.
1125
1126 2006-09-09 [mones]      2.4.0cvs166
1127
1128         * manual/glossary.xml
1129         * manual/plugins.xml
1130                 Minor format corrections
1131         * manual/gpl.xml
1132                 Fix misplaced NO WARRANTY section
1133         * manual/es/advanced.xml
1134         * manual/es/faq.xml
1135         * manual/es/glossary.xml
1136         * manual/es/gpl.xml
1137         * manual/es/handling.xml
1138         * manual/es/plugins.xml
1139         * manual/es/starting.xml
1140                 Incorporate changes from English version
1141         * manual/fr/ack.xml
1142         * manual/pl/ack.xml
1143         * manual/es/ack.xml
1144                 Fix address, (add translation credits in es version)
1145         * po/es.po
1146                 Updated translation
1147
1148 2006-09-09 [wwp]        2.4.0cvs165
1149
1150         * src/prefs_filtering.c
1151                 fix a crash when opening filtering prefs, if matcherrc file contains
1152                 broken data (non-existing account id, which is theoretically not
1153                 possible).
1154
1155 2006-09-08 [colin]      2.4.0cvs164
1156
1157         * src/folder.c
1158                 Wrong assert, make it an if()
1159         * src/gtk/gtksctree.c
1160                 Fix bug #1013 (expand selected thread 
1161                 tree) - expanding is now recursive
1162
1163 2006-09-07 [wwp]        2.4.0cvs163
1164
1165         * src/prefs_matcher.c
1166                 make better sentences about addressbook matching in the
1167                 matcher prefs. This should make translators' work easier
1168                 too.
1169
1170 2006-09-07 [wwp]        2.4.0cvs162
1171
1172         * src/prefs_filtering.c
1173                 code simplification (get rid of dup var. assignment).
1174
1175 2006-09-07 [wwp]        2.4.0cvs161
1176
1177         * src/summaryview.c
1178                 use GTK_STOCK icons when possible, patch by Fabien Vantard
1179                 <fzzzzz@gmail.com>.
1180
1181 2006-09-07 [paul]       2.4.0cvs160
1182
1183         * src/mimeview.c
1184                 fix compilation warnings
1185                 Thanks to Colin
1186
1187 2006-09-07 [paul]       2.4.0cvs159
1188
1189         * src/mimeview.c
1190                 select the mimepart icon when
1191                 displaying as text
1192                 Thanks to Colin
1193
1194 2006-09-06 [paul]       2.4.0cvs158
1195
1196         * src/prefs_filtering.c
1197                 fix labels and table element spacing
1198                 Patch by Fabien Vantard
1199
1200 2006-09-06 [paul]
1201
1202         2.5.0-rc3 released
1203
1204 2006-09-06 [paul]       2.4.0cvs157
1205
1206         * manual/es/advanced.xml
1207                 fix typo
1208
1209 2006-09-06 [wwp]        2.4.0cvs156
1210
1211         * src/mainwindow.c
1212                 fix an dup launch issue when iconified, thanks to Colin.
1213
1214 2006-09-06 [wwp]        2.4.0cvs155
1215
1216         * src/gtk//gtksctree.h
1217                 oops, forgot that one!
1218
1219 2006-09-06 [wwp]        2.4.0cvs154
1220
1221         * manual/pl/advanced.xml
1222         * manual/advanced.xml
1223         * manual/es/advanced.xml
1224         * manual/fr/advanced.xml
1225         * src/prefs_customheader.c
1226         * src/prefs_filtering_action.c
1227         * src/foldersel.c
1228         * src/prefs_summaries.c
1229         * src/prefs_filtering.c
1230         * src/account.c
1231         * src/compose.c
1232         * src/prefs_summary_column.c
1233         * src/addr_compl.c
1234         * src/prefs_actions.c
1235         * src/prefs_folder_column.c
1236         * src/ssl_manager.c
1237         * src/prefs_template.c
1238         * src/prefs_display_header.c
1239         * src/prefs_common.h
1240         * src/prefs_matcher.c
1241         * src/prefs_common.c
1242         * src/prefs_toolbar.c
1243         * src/summaryview.c
1244         * src/folderview.c
1245         * src/gtk/gtksctree.c
1246         * src/gtk/pluginwindow.c
1247         * src/gtk/progressdialog.c
1248         * src/gtk/prefswindow.c
1249                 renamed hidden option enable_rules_hint to use_stripes_everywhere
1250                 to make its meaning more obvious (all versions of the manual reflect
1251                 the change).
1252                 added an extra hidden option use_stripes_in_summary to allow
1253                 discarding these stripes in mainwindow's folder and message lists;
1254                 en and fr manuals only are OK towards this.
1255
1256 2006-09-06 [colin]      2.4.0cvs153
1257
1258         * src/textview.c
1259                 Hide Sylpheed-Claws' internal queue headers
1260                 when showing all headers. They'll be present
1261                 only in Source window.
1262
1263 2006-09-05 [colin]      2.4.0cvs152
1264
1265         * src/plugins/trayicon/trayicon.c
1266                 Fix crash at exit - we have to disconnect
1267                 our handlers
1268         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1269                 Update eggtrayicon - patch adapted from a
1270                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
1271                 on Sylpheed's ML
1272
1273 2006-09-05 [colin]      2.4.0cvs151
1274
1275         * src/mainwindow.c
1276         * src/gtk/logwindow.c
1277                 Fix race condition when something writes
1278                 to the log too soon during init. Thanks
1279                 to Fabien Vantard
1280
1281 2006-09-05 [colin]      2.4.0cvs150
1282
1283         * src/mimeview.c
1284                 Don't select part on right-click either
1285
1286 2006-09-05 [paul]       2.4.0cvs149
1287
1288         * src/mimeview.c
1289                 completion of previous commit
1290                 Thanks to Colin
1291
1292 2006-09-05 [colin]      2.4.0cvs148
1293
1294         * src/mimeview.c
1295                 Don't force selection on middle-click, just open
1296
1297 2006-09-04 [colin]      2.4.0cvs147
1298
1299         * src/mimeview.c
1300                 Looks like gtk_notebook_set_current_page()
1301                 sometimes steals focus, and this annoys us
1302                 in MimeViewers as it renders navigation
1303                 keys useless. Take back focus after switching
1304                 pages.
1305
1306 2006-09-04 [colin]      2.4.0cvs146
1307
1308         * src/messageview.c
1309                 Set stop_loading when clicking on Next
1310                 during load. Don't add a callback to 
1311                 avoid over-complicating things.
1312
1313 2006-09-04 [colin]      2.4.0cvs145
1314
1315         * src/mimeview.c
1316         * src/messageview.c
1317                 Fix multiple loads in separate messageview
1318
1319 2006-09-04 [colin]      2.4.0cvs144
1320
1321         * src/summaryview.c
1322                 Let navigation keys be handled during 
1323                 load
1324
1325 2006-09-04 [colin]      2.4.0cvs143
1326
1327         * src/messageview.c
1328         * src/summaryview.c
1329         * src/textview.c
1330         * src/textview.h
1331                 Make loading of huge mails (lots of text and/or
1332                 images) cancellable, so the GUI doesn't block 
1333
1334 2006-09-04 [colin]      2.4.0cvs142
1335
1336         * src/plugins/trayicon/trayicon.c
1337                 Fix annoyance when removing a folder with 
1338                 unread mails: trayicon didn't update
1339
1340 2006-09-04 [paul]       2.4.0cvs141
1341
1342         * src/gtk/icon_legend.c
1343                 straighten up columns
1344                 Patch by Fabien Vantard
1345
1346 2006-09-04 [wwp]        2.4.0cvs140
1347
1348         * src/prefs_filtering.c
1349                 fix new line's account name in filtering prefs:
1350                 was "All", is now "(New)".
1351
1352 2006-09-04 [paul]       2.4.0cvs139
1353
1354         * tools/make.themes.project
1355                 use "AUTOMAKE_OPTIONS = dist-bzip2"
1356                 instead of homebrewed "make release"
1357
1358 2006-09-03 [colin]      2.4.0cvs138
1359
1360         * src/folderview.c
1361                 Fix bug #1007 (Wrong folder highlighted)
1362
1363 2006-09-03 [colin]      2.4.0cvs137
1364
1365         * src/compose.c
1366                 Don't set Newsgroup: header to a mail folder
1367                 path
1368
1369 2006-09-03 [paul]       2.4.0cvs136
1370
1371         * src/prefs_other.c
1372         * src/prefs_spelling.c
1373                 unify the gui
1374
1375 2006-09-03 [paul]       2.4.0cvs135
1376
1377         * src/prefs_summaries.c
1378                 correct menu item text in prefs_keybind_apply_clicked()
1379
1380 2006-09-03 [paul]       2.4.0cvs134
1381
1382         * manual/advanced.xml
1383                 some improvements to the descriptions
1384         * src/mainwindow.c
1385         * src/messageview.c
1386         * src/summaryview.c
1387         * src/gtk/menu.c
1388                 fix menu sensitivity issues
1389         * src/prefs_message.c
1390                 drop the useless word 'short'
1391         * src/prefs_other.c
1392                 add the word 'lines' indicating log length
1393                 is a measure of lines
1394         * src/textview.c
1395                 fix compilation warnings
1396
1397 2006-09-02 [colin]      2.4.0cvs133
1398
1399         * src/messageview.c
1400                 Display a special return-receipt message
1401                 if the message is from the user
1402         * src/summaryview.c
1403                 Fix missing freeze of the list when marking
1404                 all read and unthreading for exec. Thanks
1405                 to Stephan Sachse.
1406
1407 2006-09-02 [paul]       2.4.0cvs132
1408
1409         * src/mainwindow.c
1410         * src/prefs_message.c
1411         * src/summaryview.c
1412                 fix some english
1413
1414 2006-09-02 [wwp]        2.4.0cvs131
1415
1416         * src/prefs_filtering.c
1417                 added an account name column to the filtering rules
1418                 dialog.
1419
1420 2006-09-02 [colin]      2.4.0cvs130
1421
1422         * src/gtk/logwindow.c
1423         * src/gtk/logwindow.h
1424                 Block scrolling if we're not at the end
1425                 of the log
1426
1427 2006-09-02 [colin]      2.4.0cvs129
1428
1429         * src/folder.c
1430                 Make sure account-specific rules can't
1431                 be used in {pre-,post-,}processing
1432         * src/mainwindow.c
1433         * src/gtk/logwindow.c
1434         * src/gtk/logwindow.h
1435                 Jump to last error when clicking on the
1436                 warning icon
1437
1438 2006-09-02 [colin]      2.4.0cvs128
1439
1440         * src/imap.c
1441         * src/import.c
1442         * src/mainwindow.c
1443         * src/mainwindow.h
1444                 Fix warning icon
1445         * src/inc.c
1446         * src/mbox.c
1447         * src/mbox.h
1448                 Let proc_mbox know its account, for
1449                 account-specific rules
1450
1451 2006-09-01 [colin]      2.4.0cvs127
1452
1453         * src/codeconv.c
1454                 Don't uselessly use iconv to convert from
1455                 us-ascii
1456         * src/alertpanel.c
1457         * src/mainwindow.c
1458         * src/mainwindow.h
1459         * src/inc.c
1460                 Fix certain log cases, disable warning icon
1461                 for now, the correct way to display it when
1462                 necessary and only when necessary is probably
1463                 to do it manually rather than use error logs
1464         * src/etpan/imap-thread.c
1465                 Clean up UID logging a bit
1466         * src/gtk/logwindow.c
1467         * src/gtk/logwindow.h
1468                 Make logging faster when the window's closed
1469
1470 2006-09-01 [wwp]        2.4.0cvs126
1471
1472         * manual/fr/account.xml
1473                 reflect changes to the ref. manual (parts of cvs72):
1474                 fix tabnames and quotes.
1475
1476 2006-09-01 [wwp]        2.4.0cvs125
1477
1478         * manual/fr/plugins.xml
1479                 reflect changes to the reference manual (cvs42):
1480                 update IRC channel info.
1481
1482 2006-09-01 [wwp]        2.4.0cvs124
1483
1484         * commitHelper
1485                 use CVSEDITOR env. var. if set, according to `man cvs`.
1486
1487 2006-09-01 [wwp]        2.4.0cvs123
1488
1489         * manual/advanced.xml
1490                 better sentence again (thanks to Paul).
1491
1492 2006-09-01 [wwp]        2.4.0cvs122
1493
1494         * manual/advanced.xml
1495         fix definition of toolbar_detachable and rework a bit the one of
1496         enable_dotted_lines.
1497
1498 2006-09-01 [mones]      2.4.0cvs121
1499
1500         * manual/advanced.xml
1501                 Document enable_dotted_lines
1502
1503 2006-09-01 [paul]       2.4.0cvs120
1504
1505         * src/folderview.c
1506         * src/folderview.h
1507         * src/imap.c
1508         * src/mainwindow.c
1509         * src/summaryview.c
1510                 obey the 'When entering folder...' option
1511                 when using the /View/Go to/... menu items
1512                 Thanks to Colin
1513
1514 2006-08-31 [colin]      2.4.0cvs119
1515
1516         * src/folderview.c
1517                 Revert 2.4.0cvs116, wrong fix.
1518
1519 2006-08-31 [colin]      2.4.0cvs118
1520
1521         * src/gtk/gtksctree.c
1522                 Better state the various copyrights
1523
1524 2006-08-31 [colin]      2.4.0cvs117
1525
1526         * src/prefs_common.c
1527                 fix enable_dotted_lines
1528
1529 2006-08-31 [colin]      2.4.0cvs116
1530
1531         * src/folderview.c
1532                 Use pref "Always open on select" when going
1533                 to next unread folder
1534         * src/gtk/gtksctree.c
1535                 Fix link failure to _gtk_clist_create_cell_layout
1536                 on certain computers. (Why not mine, I wonder)
1537
1538 2006-08-31 [colin]      2.4.0cvs115
1539
1540         * src/procmsg.c
1541         * src/textview.c
1542         * src/plugins/bogofilter/bogofilter.c
1543         * src/plugins/spamassassin/spamassassin.c
1544                 Requalify some "errors" to warnings
1545         * src/mainwindow.c
1546         * src/mainwindow.h
1547         * src/statusbar.c
1548                 Add an icon in the statusbar to notify
1549                 of errors
1550         * src/gtk/gtksctree.c
1551         * src/folderview.c
1552         * src/summaryview.c
1553                 Make the GtkSCTree look more modern by
1554                 alternating background lines
1555         * src/prefs_common.c
1556         * src/prefs_common.h
1557                 Add a pref to let people have the old
1558                 way if they prefer
1559
1560
1561 2006-08-30 [colin]      2.4.0cvs114
1562
1563         * src/procmsg.c
1564         * src/procmsg.h
1565                 Provide a way to filter a list of
1566                 messages in an optimised manner, and
1567                 add a list-filtering hook
1568         * src/folder.c
1569         * src/inc.c
1570         * src/mbox.c
1571                 Use the list filtering
1572         * src/plugins/bogofilter/bogofilter.c
1573                 Use the list-filtering hook
1574                 Use -b (bulk) mode for more speed
1575                 when learning and filtering
1576         * src/etpan/imap-thread.c
1577                 Make log output shorter in UID SEARCH
1578
1579
1580 2006-08-30 [colin]      2.4.0cvs113
1581
1582         * src/plugins/bogofilter/bogofilter.c
1583                 Really fast mass learning - thanks to David
1584                 Relson for the options explanations :)
1585
1586 2006-08-30 [colin]      2.4.0cvs112
1587
1588         * src/msgcache.c
1589                 Fix compilation on FreeBSD. Thanks
1590                 to Michael Hugues
1591
1592 2006-08-29 [colin]      2.4.0cvs111
1593
1594         * src/folderview.c
1595                 Handle "popup_menu" signal (for popping the 
1596                 menu via the keyboard)
1597         * src/mimeview.c
1598         * src/mimeview.h
1599         * src/summaryview.c
1600         * src/textview.c
1601         * src/gtk/gtkutils.c
1602         * src/gtk/gtkutils.h
1603                 Factorize scrolling code, and add an API 
1604                 for MimeViewers to handle scroll orders
1605
1606 2006-08-29 [wwp]        2.4.0cvs110
1607
1608         * src/plugins//bogofilter/bogofilter.c
1609         * src/plugins//spamassassin/spamassassin.c
1610                 make the bogofilter/spamassassin filtering error dialogs at
1611         incorporation obey to the "don't popup error dialog on
1612         receive error" option. If disabled, feed the log window w/
1613         the error message.
1614
1615 2006-08-29 [paul]
1616
1617         2.5.0-rc2 released
1618
1619 2006-08-29 [paul]       2.4.0cvs109
1620
1621         * Makefile.am
1622                 remove 'make release', it's not needed
1623                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1624
1625 2006-08-29 [paul]       2.4.0cvs108
1626
1627         * src/foldersel.c
1628         * src/summary_search.c
1629         * src/gtk/progressdialog.c
1630         * src/plugins/pgpcore/passphrase.c
1631                 replace deprecated gtk_window_set_policy()
1632
1633 2006-08-29 [colin]      2.4.0cvs107
1634
1635         * src/folder.c
1636                 Fix data loss when copy fails during a move:
1637                 only use fast remove_msgs if everything was
1638                 copied OK; else use slow remove_msg on the
1639                 mails that got copied only.
1640
1641 2006-08-28 [paul]       2.4.0cvs106
1642
1643         * src/mh.c
1644                 revert change in 2.4.0cvs104, it breaks
1645                 stuff
1646
1647 2006-08-28 [paul]       2.4.0cvs105
1648
1649         * src/plugins/spamassassin/spamassassin.c
1650                 english fix
1651
1652 2006-08-28 [paul]       2.4.0cvs104
1653
1654         * src/mh.c
1655                 fix data loss when moving to another
1656                 mailbox fails
1657         * src/prefs_spelling.c
1658                 improve the english
1659         * src/gtk/pluginwindow.c
1660                 improve the layout of the dialog text
1661         All thanks to Colin
1662
1663 2006-08-28 [paul]       2.4.0cvs103
1664
1665         * src/plugins/bogofilter/bogofilter.c
1666         * src/plugins/bogofilter/bogofilter_gtk.c
1667                 fix english up a bit, innit
1668
1669 2006-08-28 [paul]       2.4.0cvs102
1670
1671         * configure.ac
1672         * po/Makefile.in.in
1673         * po/Makevars
1674                 require autoconf 2.60, enabling building
1675                 with gettext 0.15 (gettext 0.14.x build still
1676                 possible). Replace Makefiles with versions
1677                 from gettext 0.15.
1678                 Remove configure options --with-localedir and
1679                 --with-mandir. The options that are provided
1680                 directly by autoconf 2.60 can be used instead:
1681                 --mandir --localedir
1682
1683 2006-08-27 [colin]      2.4.0cvs101
1684
1685         * src/plugins/bogofilter/Makefile.am
1686                 Fix make dist (no README)
1687
1688 2006-08-27 [colin]      2.4.0cvs100
1689
1690         * src/folder.c
1691                 Don't use F_UNKNOWN folders for any default
1692                 outbox/trash/etc
1693         * src/plugins/bogofilter/bogofilter.c
1694         * src/plugins/bogofilter/bogofilter.h
1695         * src/plugins/bogofilter/bogofilter_gtk.c
1696                 Add an option to specify the path to bogofilter
1697                 Use single-quotes to be able to learn in folders
1698                 with spaces in their names
1699                 Verify learning status
1700
1701 2006-08-27 [colin]      2.4.0cvs99
1702
1703         * manual/faq.xml
1704         * manual/plugins.xml
1705                 Document Bogofilter plugin
1706
1707 2006-08-27 [colin]      2.4.0cvs98
1708
1709         * src/compose.c
1710         * src/messageview.c
1711         * src/procmsg.c
1712         * src/procmsg.h
1713                 When possible, copy the queued mail to sent folder
1714                 instead of re-adding. Much faster on IMAP.
1715
1716 2006-08-27 [colin]      2.4.0cvs97
1717
1718         * src/msgcache.c
1719                 Disable mmaped caches - huge metadata loss
1720                 here after a power failure.
1721         * src/summaryview.c
1722                 Add quicksearch timing
1723         * src/common/plugin.c
1724         * src/common/plugin.h
1725                 Implement an interface to tell what plugins
1726                 provide. Prevent loading of similar plugins.
1727         * src/plugins/clamav/clamav_plugin.c
1728         * src/plugins/demo/demo.c
1729         * src/plugins/dillo_viewer/dillo_viewer.c
1730         * src/plugins/pgpcore/plugin.c
1731         * src/plugins/pgpinline/pgpinline.c
1732         * src/plugins/pgpmime/pgpmime.c
1733         * src/plugins/spamassassin/spamassassin.c
1734         * src/plugins/trayicon/trayicon.c
1735                 Implement plugin_provides()
1736
1737 2006-08-27 [colin]      2.4.0cvs96
1738
1739         * configure.ac
1740         * src/plugins/Makefile.am
1741         * src/plugins/bogofilter/.cvsignore
1742         * src/plugins/bogofilter/Makefile.am
1743         * src/plugins/bogofilter/bogofilter.c
1744         * src/plugins/bogofilter/bogofilter.h
1745         * src/plugins/bogofilter/bogofilter_gtk.c
1746                 New Bogofilter plugin, provides filtering and
1747                 learning. Spamassassin will go to extra plugins.
1748
1749 2006-08-26 [mones]      2.4.0cvs95
1750
1751         * manual/handling.xml
1752                 Fix subfolder path in the example (thanks to Paul) 
1753
1754 2006-08-26 [mones]      2.4.0cvs94
1755
1756         * manual/glossary.xml
1757                 2.2. + add ISP to the glossary
1758                 7.5. + Add UIDL to glossary
1759                 7.7. + Add TCP to glossary
1760         * manual/handling.xml
1761                 7.1. + Mentions GNU/Linux distribution, what about the non...
1762                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1763                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1764                 7.4. = Use appropriate quotation for commands
1765                 7.6. = change "" to <quote></quote>
1766         * manual/plugins.xml
1767                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1768         * manual/starting.xml
1769                 2.1. + local mbox file: some examples of mbox file locations...
1770                 Also reformatted files requiring it
1771
1772 2006-08-26 [wwp]        2.4.0cvs93
1773
1774         * src/summary_search.c
1775                 disable find buttons while summary search is running.
1776
1777 2006-08-25 [colin]      2.4.0cvs92
1778
1779         * src/folder.c
1780         * src/folderutils.c
1781         * src/mh.c
1782         * src/procmsg.h
1783         * src/summaryview.c
1784                 Speed up MH moving, and add progressbar
1785                 for MH deletion
1786         * src/msgcache.c
1787                 Write cache files using mmap() too
1788
1789 2006-08-25 [wwp]        2.4.0cvs91
1790
1791         * src/summaryview.c
1792                 switch spam<->ham button when a message has been marked as spam or ham
1793                 and is still selected. Thanks to Colin.
1794
1795 2006-08-25 [paul]       2.4.0cvs90
1796
1797         * src/Makefile.am
1798         * src/stock_pixmap.c
1799         * src/stock_pixmap.h
1800         * src/summaryview.c
1801         * src/gtk/icon_legend.c
1802         * src/pixmaps/copied.xpm
1803         * src/pixmaps/moved.xpm
1804                 add icons for delayed execution marked for
1805                 copying, marked for moving
1806
1807 2006-08-25 [mones]      2.4.0cvs89
1808
1809         * manual/glossary.xml
1810                 Fix the other glossary items:
1811                 5.1. = Inmmediate execution -> <quote>immediate execution...
1812                 5.2. = Fix MBOX capitalization -> Mbox
1813                 5.3. + Improve Plugins def. w/ tech. ref.
1814                 5.4. = Quotation -> replace '>' by <quote>></quote>
1815                 5.5. - SMTP Server. -> remove dot
1816         * po/es.po
1817                 Updated translation
1818
1819 2006-08-25 [mones]      2.4.0cvs88
1820
1821         * manual/ack.xml
1822                 Reformatted, changed email address
1823         * manual/glossary.xml
1824                 Reformatted, fixed MANUAL-TODO items:
1825                 8.2. + add ROT-13 to glossary
1826                 8.4. + add URL to glossary
1827         * manual/es/advanced.xml
1828                 Fixed <literal>s
1829
1830 2006-08-25 [paul]       2.4.0cvs87
1831
1832         * src/gtk/icon_legend.c
1833                 add 'marked for deletion' icon
1834                 arrange icons by containing column
1835                 wrap long label text
1836
1837 2006-08-25 [colin]      2.4.0cvs86
1838
1839         * src/common/utils.c
1840         * src/common/utils.h
1841                 Add the sc_g_*list_bigger functions in
1842                 a place everyone can use it
1843         * src/summaryview.c
1844                 Only freeze/thaw the list when working
1845                 on the selection, if it's bigger than 1
1846         * src/gtk/gtksctree.c
1847                 Only freeze/thaw the list when unselec-
1848                 ting 'all' if ('all' != 1)
1849                 This avoids some flickering
1850
1851 2006-08-24 [colin]      2.4.0cvs85
1852
1853         * src/addressbook.c
1854                 Fix strange list selection
1855                 Fix random seg (Invalid read of freed memory)
1856
1857 2006-08-24 [colin]      2.4.0cvs84
1858
1859         * src/alertpanel.c
1860         * src/gtk/inputdialog.c
1861         * src/plugins/pgpcore/passphrase.c
1862                 Revert minimal width patch of 2.4.0cvs67,
1863                 as it is also a maximal width. Use 
1864                 gtk_window_set_default_size instead.
1865
1866 2006-08-24 [colin]      2.4.0cvs83
1867
1868         * src/msgcache.c
1869                 Write cache/mark to temp files before
1870                 overwriting old ones (avoids metadata
1871                 loss if writing the new files fail).
1872                 Use mmap() to read cache/mark file, as
1873                 this makes cache reading faster. Dis-
1874                 abled for big-endian machines until it
1875                 can be tested. (Big-endian users: set
1876                 msgcache_use_mmap = TRUE in the relevant
1877                 #if).
1878         * src/procmsg.h
1879                 Move rarely used fields of MsgInfo in 
1880                 another structure, which will only be
1881                 allocated if needed. Face, X-Face,
1882                 Return receipt headers and List-*
1883                 headers are moved. Mails having none
1884                 of these occupy 52 bytes less with
1885                 this patch, which makes 2.5MB of RAM
1886                 saved on a 50k folder).
1887         * src/headerview.c
1888         * src/mainwindow.c
1889         * src/messageview.c
1890         * src/partial_download.c
1891         * src/procheader.c
1892         * src/procmsg.c
1893         * src/textview.c
1894                 Follow this structure change.
1895
1896 2006-08-24 [wwp]        2.4.0cvs82
1897
1898         * manual/es/.cvsignore
1899         * manual/es/dist/.cvsignore
1900         * manual/es/dist/html/.cvsignore
1901         * manual/es/dist/pdf/.cvsignore
1902         * manual/es/dist/ps/.cvsignore
1903         * manual/es/dist/txt/.cvsignore
1904                 more (generated) files to ignore.
1905
1906 2006-08-24 [colin]      2.4.0cvs81
1907
1908         * src/folder.c
1909         * src/mh.c
1910                 Fix possible problems with local delivery. Check the folder doesn't
1911                 need scan before setting its mtime when saving cache (which can be
1912                 done long after the folder's been modified by an external process);
1913                 Check that the stored item's mtime didn't change in mh functions.
1914
1915 2006-08-24 [mones]      2.4.0cvs80
1916
1917         * manual/advanced.xml
1918                 Rewrapping, some fixes and MANUAL-TODO items:
1919                 8.1. = change "" to <quote></quote>
1920                 8.3. = quote menu items
1921                 8.5. - deploying -> new user ... ideally a new user (redundant)
1922
1923 2006-08-23 [colin]      2.4.0cvs79
1924
1925         * src/gtk/gtksctree.c
1926                 When selecting or deselecting range, only
1927                 freeze/thaw when selection is bigger than 10
1928
1929 2006-08-23 [colin]      2.4.0cvs78
1930
1931         * src/messageview.c
1932         * src/mimeview.c
1933         * src/mimeview.h
1934         * src/plugins/dillo_viewer/dillo_viewer.c
1935                 Provide an API for MimeViewer plugins to
1936                 return a text selection for replying
1937
1938 2006-08-23 [colin]      2.4.0cvs77
1939
1940         * src/image_viewer.c
1941         * src/textview.c
1942                 Use gtk_pixbuf_new_from_file_at_scale(), which
1943                 is faster than getting the pixbuf then resizing
1944                 it.
1945
1946 2006-08-23 [colin]      2.4.0cvs76
1947
1948         * src/procmime.c
1949                 UTF-8 should be sent Quoted-printable
1950
1951 2006-08-22 [colin]      2.4.0cvs75
1952
1953         * src/mh.c
1954                 Check if scan is required before touching
1955                 the folder (or it'll be required every time)
1956
1957 2006-08-22 [colin]      2.4.0cvs74
1958
1959         * configure.ac
1960                 Require libetpan 0.46 (crasher fix when built
1961                 against gnutls)
1962
1963 2006-08-22 [colin]      2.4.0cvs73
1964
1965         * src/folder.c
1966                 Set folder's mtime after writing its
1967                 cache
1968         * src/folderview.c
1969                 Add some timing
1970         * src/procmsg.c
1971                 Don't do useless stuff if we don't 
1972                 thread by subject
1973         * src/summaryview.c
1974                 Add some timing, don't deselect prior
1975                 to selecting (gtksctree does it itself),
1976                 remove crash avoidance hacks as it's been
1977                 properly fixed since a while
1978         * src/common/utils.c
1979                 Optimize to_human_readable(): _() is slow,
1980                 do it only once, and avoid %f format for KB
1981                 (the most common in a summaryview)
1982         * src/gtk/gtksctree.c
1983                 Don't uselessly freeze/thaw (fixes flicker
1984                 on next unread and friends), reduce number
1985                 of g_list_nth/g_list_position where possible
1986         * src/gtk/gtkutils.c
1987         * src/gtk/gtkutils.h
1988                 Reduce number of g_list_nth/g_list_position
1989                 where possible.
1990                 All of this makes loading as 70k folder 2.1
1991                 seconds instead of 3.2 (with hot FS caches).
1992                 (1.3 seconds without Date and Size columns...)
1993
1994 2006-08-22 [paul]       2.4.0cvs72
1995
1996         wrap documents and do some items from mones' MANUAL-TODO:
1997
1998         * manual/account.xml
1999                 4.1. = fix tabname references to <quote>tabname</quote>
2000                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
2001         * manual/faq.xml
2002                 1.1. = mentioned options don't match UI
2003                 Add information about the 'Never send Return Receipts'
2004                 option
2005         * manual/handling.xml
2006                 6.2. = Mentions Extended symbols button, but now is
2007                 named Information
2008                 6.3. = Mentions ... button, which is now Edit
2009
2010 2006-08-22 [colin]      2.4.0cvs71
2011
2012         * src/gtk/pluginwindow.c
2013                 Fix layout in verbose translations (such
2014                 as french)
2015
2016 2006-08-22 [paul]       2.4.0cvs70
2017
2018         * manual/Makefile.am
2019                 build manuals in alphabetical order
2020         * src/addressbook.c
2021         * src/prefs_themes.c
2022                 replace/remove deprecated symbols
2023         * src/gtk/gtkutils.c
2024                 fix a warning
2025         * src/gtk/pluginwindow.c
2026                 replace deprecated symbol
2027                 replace label text and move it
2028         * src/plugins/pgpcore/prefs_gpg.c
2029                 move the 'Generate...' button out of the
2030                 Sign Key frame, replace the English used
2031         * src/plugins/pgpcore/sgpgme.c
2032                 fixes to the English
2033
2034 2006-08-21 [colin]      2.4.0cvs69
2035
2036         * src/plugins/trayicon/trayicon.c
2037                 Add more strings for translation; patch
2038                 by Pawel
2039
2040 2006-08-21 [colin]      2.4.0cvs68
2041
2042         * src/compose.c
2043                 fix replied flag not set after drafting
2044         * src/matcher.c
2045                 fix body quicksearch in non-encoded bodies
2046                 containing '='
2047         * src/msgcache.c
2048                 Get rid of the g_malloc workaround for
2049                 corrupted caches, use g_try_malloc
2050
2051 2006-08-21 [colin]      2.4.0cvs67
2052
2053         * src/alertpanel.c
2054         * src/gtk/inputdialog.c
2055         * src/plugins/pgpcore/passphrase.c
2056                 Set minimal width to 375
2057         * src/mainwindow.c
2058                 Fix switching to offline, asking if it 
2059                 should be overriden for synchronising
2060         * src/mimeview.c
2061                 Don't offer to remember command on Open 
2062                 with for text parts, as the browser or 
2063                 text editor command isn't changed from 
2064                 there
2065
2066 2006-08-20 [paul]       2.4.0cvs66
2067
2068         * po/ko.po
2069         * po/zh_CN.po
2070                 fix plural form errors. revealed by stricter
2071                 checking of gettext 0.15
2072
2073 2006-08-18 [paul]       2.4.0cvs65
2074
2075         * src/stock_pixmap.c
2076                 fix the fix of 2.4.0cvs64
2077                 Thanks to Colin
2078
2079 2006-08-18 [paul]       2.4.0cvs64
2080
2081         * src/stock_pixmap.c
2082                 fix leaks
2083                 Thanks to Colin
2084
2085 2006-08-18 [paul]       2.4.0cvs63
2086
2087         * src/compose.c
2088         * src/procmsg.c
2089                 fix occasional IMAP bug where large msgs
2090                 were left in the queue folder after sending
2091                 Thanks to Colin
2092
2093 2006-08-18 [paul]       2.4.0cvs62
2094
2095         * src/folderview.c
2096                 freeze the summaryview while quicksearch results
2097                 are displayed
2098                 (fixes bug 456 'current message is hidden when the
2099                 view is refreshed and extended search is "unread 
2100                 messages"')
2101                 Thanks to Colin
2102         * src/textview.c
2103                 add missing #include "inputdialog.h"
2104         * src/common/utils.h
2105                 add missing mailcap_update_default() and improve
2106                 readability
2107
2108 2006-08-17 [colin]      2.4.0cvs61
2109
2110         * src/plugins/pgpcore/select-keys.c
2111                 Fix warnings :)
2112
2113 2006-08-17 [colin]      2.4.0cvs60
2114
2115         * src/compose.c
2116                 Don't continue queuing if Cancel is clicked
2117                 in select-keys
2118
2119 2006-08-17 [colin]      2.4.0cvs59
2120
2121         * src/plugins/pgpcore/select-keys.c
2122                 When encrypting, if only one key matches and it 
2123                 matches exactly, automatically use it.
2124
2125 2006-08-17 [colin]      2.4.0cvs58
2126
2127         * src/mimeview.c
2128         * src/prefs_common.c
2129         * src/prefs_common.h
2130         * src/prefs_ext_prog.c
2131         * src/textview.c
2132                 Fix issues with previous patch (text/html)
2133                 Remove outdated prefs
2134
2135 2006-08-17 [colin]      2.4.0cvs57
2136
2137         * src/imap.c
2138                 Add View Log button on auth error
2139         * src/procmsg.c
2140                 Fix encrypted mail marked as new when
2141                 saved in normal folders
2142         * src/plugins/pgpinline/pgpinline.c
2143                 Fix encrypt bug on IMAP
2144         * src/mimeview.c
2145         * src/common/utils.c
2146         * src/common/utils.h
2147         * src/gtk/inputdialog.c
2148         * src/gtk/inputdialog.h
2149                 Get rid of metamail stuff, simplify
2150                 opening, and allow remembering of user's
2151                 choices (by updating ~/.mailcap). There's
2152                 still to drop "Audio player" and "Image
2153                 viewer" preferences.
2154
2155 2006-08-17 [mones]      2.4.0cvs56
2156
2157         * manual/es/sylpheed-claws-manual.xml
2158                 fix DTD path
2159
2160 2006-08-17 [mones]      2.4.0cvs55
2161
2162         * configure.ac
2163         * manual/Makefile.am
2164         * manual/es/Makefile.am
2165         * manual/es/account.xml
2166         * manual/es/ack.xml
2167         * manual/es/addrbook.xml
2168         * manual/es/advanced.xml
2169         * manual/es/faq.xml
2170         * manual/es/glossary.xml
2171         * manual/es/gpl.xml
2172         * manual/es/handling.xml
2173         * manual/es/intro.xml
2174         * manual/es/keyboard.xml
2175         * manual/es/plugins.xml
2176         * manual/es/starting.xml
2177         * manual/es/sylpheed-claws-manual.xml
2178         * manual/es/dist/Makefile.am
2179         * manual/es/dist/html/Makefile.am
2180         * manual/es/dist/pdf/Makefile.am
2181         * manual/es/dist/ps/Makefile.am
2182         * manual/es/dist/txt/Makefile.am
2183                 Spanish translation for the manual
2184
2185 2006-08-16 [colin]      2.4.0cvs54
2186
2187         * src/compose.c
2188         * src/main.c
2189         * src/mainwindow.c
2190                 Fix send button sensitivity at startup
2191                 Set send menu sensitivity (patch by Fabien)
2192         * src/ssl_manager.c
2193                 Enable closing with esc (patch by Fabien)
2194         * src/gtk/foldersort.c
2195                 Enable closing with esc (patch by Fabien)
2196         * src/procmime.c
2197                 Optimisation (no need to copy to tempfile to
2198                 "decode" 7bit and 8bit)
2199         * src/summaryview.c
2200                 Fix cruft in swap_from case
2201         * src/textview.c
2202                 Fix missing last line in some mail cases 
2203                 (Fixes debian #381872)
2204         * src/plugins/pgpcore/prefs_gpg.c
2205         * src/plugins/pgpcore/sgpgme.c
2206         * src/plugins/pgpcore/sgpgme.h
2207                 Don't show "no key found" when user explicitely
2208                 wants to create a key
2209
2210 2006-08-16 [paul]       2.4.0cvs53
2211
2212         * configure.ac
2213         * src/account.c
2214         * src/addressbook.c
2215         * src/headerview.c
2216         * src/prefs_account.c
2217         * src/prefs_message.c
2218         * src/gtk/gtkutils.c
2219                 bump up minimum required versions of GTK+ and
2220                 GLIB to 2.6.0
2221
2222 2006-08-16 [paul]       2.4.0cvs52
2223
2224         * src/toolbar.c
2225                 workaround GTK+ Bug 351600 - 'Can't re-click
2226                 on button after sensitivity update'
2227                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
2228                 Thanks to Colin
2229
2230 2006-08-15 [colin]      2.4.0cvs51
2231
2232         * src/plugins/pgpcore/prefs_gpg.c
2233                 Set options sensitivity according to
2234                 key existence
2235         * src/plugins/pgpcore/sgpgme.c
2236                 Allow to create key with no passphrase
2237
2238 2006-08-14 [cleroy]     2.4.0cvs50
2239
2240         * src/gtk/pluginwindow.c
2241                 New layout (maybe to be changed?)
2242         * src/gtk/gtkutils.c
2243                 Fix a bit label_window
2244         * src/plugins/pgpcore/passphrase.c
2245         * src/plugins/pgpcore/passphrase.h
2246         * src/plugins/pgpcore/plugin.c
2247         * src/plugins/pgpcore/prefs_gpg.c
2248         * src/plugins/pgpcore/prefs_gpg.h
2249         * src/plugins/pgpcore/sgpgme.c
2250         * src/plugins/pgpcore/sgpgme.h
2251                 Allow to create a PGP private key via the GUI
2252
2253 2006-08-14 [wwp]        2.4.0cvs49
2254
2255         * src/addressbook_foldersel.c
2256                 fix strict ISO C90 compliance.
2257
2258 2006-08-14 [paul]       2.4.0cvs48
2259
2260         * src/gtk/prefswindow.c
2261                 re-set scrolled window on opening
2262                 Patch by Ticho
2263
2264 2006-08-14 [paul]
2265
2266         2.5.0-rc1 released
2267
2268 2006-08-14 [paul]       2.4.0cvs47
2269
2270         * src/prefs_display_header.c
2271                 re-enable user-defined Displayed Headers
2272
2273 2006-08-14 [paul]       2.4.0cvs46
2274
2275         * src/prefs_account.c
2276                 use GTK_STOCK_EDIT
2277
2278 2006-08-13 [colin]      2.4.0cvs45
2279
2280         * src/common/utils.c
2281                 Fix "a" in quote when the original message is empty,
2282                 by using \0 instead of 'a' to test writability of
2283                 temp files.
2284
2285 2006-08-13 [wwp]        2.4.0cvs44
2286
2287         * src/plugins/spamassassin/spamassassin.c
2288                 fix capitalization of "SpamAssassin" in some debug, log and
2289                 dialog messages.
2290
2291 2006-08-13 [paul]       2.4.0cvs43
2292
2293         * src/editldap.c
2294                 fix overlapping widgets
2295         * src/prefs_account.c
2296                 fix translation of protocol_names[]
2297                 fix label disappearing off the edge of the
2298                 visible area
2299
2300 2006-08-12 [paul]       2.4.0cvs42
2301
2302         * manual/plugins.xml
2303                 update IRC channel info before it gets forgotten
2304                 about
2305
2306 2006-08-11 [colin]      2.4.0cvs41
2307
2308         * src/compose.c
2309         * src/mainwindow.c
2310         * src/mainwindow.h
2311         * src/procmsg.c
2312         * src/procmsg.h
2313         * src/summaryview.c
2314         * src/toolbar.c
2315                 Grey out the Send button if
2316                 - Queue folders are empty, or
2317                 - We're sending already
2318
2319 2006-08-11 [wwp]        2.4.0cvs40
2320
2321         * src/main.c
2322                 fix a logic issue when quitting while a compose window is
2323                 still open, thanks to Colin.
2324
2325 2006-08-10 [colin]      2.4.0cvs39
2326
2327         * src/main.c
2328                 Fix default font size setting after wizard run
2329         * src/imap.c
2330         * src/etpan/imap-thread.c
2331         * src/etpan/imap-thread.h
2332                 Fix bug #999 (Timing out on TSL cert validation 
2333                 dialog makes ugly things happen). Also, STARTTLS
2334                 unconditionnaly if initial capabilities contain
2335                 LOGINDISABLED and STARTTLS.
2336
2337 2006-08-09 [colin]      2.4.0cvs38
2338
2339         * src/mainwindow.c
2340         * src/mainwindow.h
2341                 Fix Tools/Actions sensitivity when there are
2342                 no actions
2343
2344 2006-08-09 [colin]      2.4.0cvs37
2345
2346         * src/prefs_filtering.c
2347                 Warning fix, patch by Paul
2348         * src/messageview.c
2349         * src/prefs_actions.c
2350         * src/prefs_filtering_action.c
2351         * src/prefs_matcher.c
2352                 Uniformisation of "Info ..." to "Info..." (for
2353                 old gtk), patch by Fabien
2354         * src/plugins/clamav/clamav_plugin_gtk.c
2355                 Sensitivity fix by Fabien
2356
2357 2006-08-09 [colin]      2.4.0cvs36
2358
2359         * src/main.c
2360         * src/main.h
2361                 Add a function to know whether we're exiting
2362         * src/plugins/trayicon/trayicon.c
2363                 If exiting, don't do anything. Faster, and
2364                 avoids gtk_main_iteration reentracy causing
2365                 segfaults at exit
2366
2367 2006-08-09 [colin]      2.4.0cvs35
2368
2369         * src/messageview.c
2370         * src/mimeview.c
2371         * src/mimeview.h
2372                 Fix lack of part selection when automatically 
2373                 jumping to a specific part
2374         * src/msgcache.c
2375                 Little optimisation in cache reading
2376
2377 2006-08-09 [colin]      2.4.0cvs34
2378
2379         * src/compose.c
2380                 Fix crash setting the priority on reedit
2381                 (Accessing compose before creating it!)
2382
2383 2006-08-08 [colin]      2.4.0cvs33
2384
2385         * src/procmime.c
2386                 Fix bug #998 (last attachment is not accessible)
2387                 Bad RFC interpretation on multipart close-delimiters
2388         * src/mimeview.c
2389         * src/mimeview.h
2390         * src/gtk/gtkvscrollbutton.c
2391         * src/gtk/gtkvscrollbutton.h
2392                 Make attachments list wheel-scrollable
2393
2394 2006-08-07 [colin]      2.4.0cvs32
2395
2396         * src/gtk/gtkaspell.c
2397                 Fix bug #973 (Unicode punctation characters 
2398                 are not recognized as separators by the
2399                 spell checker); fix unsigned stuff
2400
2401 2006-08-07 [colin]      2.4.0cvs31
2402
2403         * src/compose.c
2404                 Fix bug #956 (DnD text with accents in compose 
2405                 text entry); fix gccc's signed/unsigned fuss
2406
2407 2006-08-06 [colin]      2.4.0cvs30
2408
2409         * src/main.c
2410                 Fix bug #979 (Plugin crashes when exiting 
2411                 sylpheed-claws) : handle exit request only 
2412                 once
2413
2414 2006-08-05 [colin]      2.4.0cvs29
2415
2416         * src/news.c
2417                 Just make sure we have a msgid.
2418
2419 2006-08-05 [colin]      2.4.0cvs28
2420
2421         * src/news.c
2422         * src/summaryview.c
2423                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2424                 by reimplementing it
2425         * src/textview.c
2426                 Fix bug when hiding quotes with level > 3 and quote
2427                 colors are recycled
2428
2429 2006-08-04 [colin]      2.4.0cvs27
2430
2431         * src/compose.c
2432         * src/undo.c
2433         * src/undo.h
2434                 Fix a bit replace-by-pasting undo
2435         * src/mainwindow.c
2436         * src/messageview.c
2437                 Fix Fold quotes menu synchro in
2438                 mainwindow when it changes in 
2439                 messageview
2440         * src/textview.c
2441                 Fix right-click on quotes blocks
2442         * src/common/utils.c
2443                 Verify that the file created by
2444                 my_tmpfile() is writable. Fixes
2445                 bug #988 (very specific filesystem
2446                 issue)
2447         * src/plugins/pgpcore/sgpgme.c
2448                 Fix file descriptor leak
2449         * src/plugins/spamassassin/spamassassin.c
2450                 Warn once if spamd isn't reachable
2451
2452 2006-08-04 [colin]      2.4.0cvs26
2453
2454         * src/toolbar.c
2455                 i18n context patch by Fabien
2456
2457 2006-08-03 [colin]      2.4.0cvs25
2458
2459         * src/mainwindow.c
2460         * src/messageview.c
2461                 Rename "Hide quotes" to "Fold quotes"
2462         * src/textview.c
2463                 Don't use hand cursor on quotes. "all 
2464                 the bonuses of the feature and none of 
2465                 unwelcome side-effects"
2466
2467 2006-08-03 [colin]      2.4.0cvs24
2468
2469         * AUTHORS
2470         * sylpheed-claws.desktop
2471         * src/gtk/authors.h
2472                 Bring the desktop file to XDG compliance
2473                 Patch by Charles A. Edwards
2474
2475 2006-08-03 [colin]      2.4.0cvs23
2476
2477         * src/textview.c
2478                 Fix links offset when they are preceded
2479                 by accentued chars (g_utf8_strlen!)
2480         * src/mainwindow.c
2481                 Fix wrong status when starting offline
2482
2483
2484 2006-08-03 [wwp]        2.4.0cvs22
2485
2486         * src/prefs_common.h
2487                 ask what to do w/ filtering rules that belong to an account when
2488                 applying filtering rules manually from the main window (skip,
2489                 apply regardless of the account, use current account). This dialog
2490                 can be skipped and the last reply used.
2491                 (forgot that file)
2492
2493 2006-08-03 [wwp]        2.4.0cvs21
2494
2495         * src/filtering.c
2496         * src/filtering.h
2497         * src/prefs_common.c
2498         * src/summaryview.c
2499         * src/alertpanel.c
2500         * src/alertpanel.h
2501         * src/messageview.c
2502                 ask what to do w/ filtering rules that belong to an account when
2503                 applying filtering rules manually from the main window (skip,
2504                 apply regardless of the account, use current account). This dialog
2505                 can be skipped and the last reply used.
2506
2507
2508 2006-08-03 [colin]      2.4.0cvs20
2509
2510         * src/textview.c
2511                 Optimize previous patch
2512
2513 2006-08-03 [cleroy]     2.4.0cvs19
2514
2515         * src/textview.c
2516                 Fix quotes getting toggled back when the
2517                 mail has an even number of text parts
2518
2519 2006-08-02 [colin]      2.4.0cvs18
2520
2521         * src/messageview.c
2522                 Add Hide quotes menu
2523
2524 2006-08-02 [colin]      2.4.0cvs17
2525
2526         * src/mainwindow.c
2527         * src/prefs_common.c
2528         * src/textview.c
2529         * src/textview.h
2530         * src/gtk/about.c
2531                 Allow per-level quote hiding,
2532                 Allow toggling quotes by double-clicking them
2533                 Rename RemoteURI to ClickableText to reflect
2534                 the fact it's used for a variety of things
2535
2536 2006-08-02 [wwp]        2.4.0cvs16
2537
2538         * src/mainwindow.c
2539                 fix "View/Hide quotes" menu item status initialization.
2540
2541 2006-08-02 [wwp]        2.4.0cvs15
2542
2543         * src/matcher_parser_parse.y
2544                 remove a debug trace.
2545
2546 2006-08-02 [paul]       2.4.0cvs14
2547
2548         * src/plugins/pgpcore/passphrase.c
2549                 don't set initial dialog size
2550                 make it resizable
2551
2552 2006-08-02 [paul]       2.4.0cvs13
2553
2554         * src/noticeview.c
2555                 remove the rogue '/' character
2556
2557 2006-08-02 [paul]       2.4.0cvs12
2558
2559         * src/noticeview.c
2560                 allow buttons to resize as necessary
2561
2562 2006-08-01 [wwp]        2.4.0cvs11
2563
2564         * src/mbox.c
2565                 fix strict ISO C90 compliance.
2566
2567 2006-08-01 [wwp]        2.4.0cvs10
2568
2569         * tools/update-po
2570                 updated update-po tool to work w/ context-dependent translations.
2571                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2572
2573 2006-08-01 [wwp]        2.4.0cvs9
2574
2575         * src/matcher.c
2576         * src/prefs_filtering.c
2577         * src/prefs_matcher.c
2578                 allow context-dependent translations for "All",
2579                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2580
2581 2006-07-31 [colin]      2.4.0cvs8
2582
2583         * AUTHORS
2584         * src/gtk/authors.h
2585                 Add Rafal to authors
2586
2587 2006-07-31 [colin]      2.4.0cvs7
2588
2589         * src/compose.c
2590         * src/mainwindow.c
2591         * src/messageview.h
2592         * src/prefs_common.c
2593         * src/prefs_common.h
2594         * src/textview.c
2595                 Add 'View/Hide quotes'. Patch based on a patch
2596                 by Rafal Weglarz
2597
2598 2006-07-31 [colin]      2.4.0cvs6
2599
2600         * src/action.c
2601                 Fix problem with "> stuff >" actions
2602
2603 2006-07-31 [paul]       2.4.0cvs5
2604
2605         * po/nb.po
2606                 updated by Geir Helland
2607
2608 2006-07-31 [wwp]        2.4.0cvs4
2609
2610         * src/mainwindow.c
2611         * src/summaryview.c
2612         * src/summaryview.h
2613                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2614                 thanks to Colin.
2615
2616 2006-07-31 [wwp]        2.4.0cvs3
2617
2618         * src/Makefile.am
2619         * src/addr_compl.c
2620         * src/addr_compl.h
2621         * src/addressbook.c
2622         * src/addressbook.h
2623         * src/addressbook_foldersel.c
2624         * src/addressbook_foldersel.h
2625         * src/addrindex.c
2626         * src/addrindex.h
2627         * src/matcher.c
2628         * src/matcher.h
2629         * src/matcher_parser_lex.l
2630         * src/matcher_parser_parse.y
2631         * src/prefs_common.c
2632         * src/prefs_common.h
2633         * src/prefs_filtering.c
2634         * src/prefs_matcher.c
2635         * src/prefs_matcher.h
2636         * src/summaryview.c
2637                 introduce filtering against the address book. It's now possible to add
2638                 matched conditions to determine if any email address in a message matches
2639                 or doesn't match any or all books or folders in the address book.
2640
2641 2006-07-31 [wwp]        2.4.0cvs2
2642
2643         * src/account.c
2644         * src/filtering.c
2645         * src/filtering.h
2646         * src/folder.c
2647         * src/folderview.c
2648         * src/inc.c
2649         * src/mainwindow.c
2650         * src/matcher.c
2651         * src/matcher_parser_lex.l
2652         * src/matcher_parser_parse.y
2653         * src/mbox.c
2654         * src/prefs_filtering.c
2655         * src/prefs_filtering.h
2656         * src/procmsg.c
2657         * src/procmsg.h
2658         * src/summaryview.c
2659                 introduce per-account filtering rules. Each filtering rule can now be assigned
2660                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2661                 when applying filtering rules manually, as all rules will apply - even the ones
2662                 assigned to an account. This issue will be addressed soon.
2663  
2664
2665
2666 2006-07-31 [wwp]        2.4.0cvs1
2667
2668         * src/quote_fmt.c
2669                 make more strings translatable.
2670
2671 2006-07-31 [paul]       2.4.0
2672
2673         2.4.0 released
2674
2675 2006-07-31 [paul]       2.3.1cvs91
2676
2677         * po/ca.po
2678                 updated by Miquel Oliete
2679
2680 2006-07-31 [paul]       2.3.1cvs90
2681
2682         * po/de.po
2683         * po/el.po
2684         * po/fr.po
2685         * po/it.po
2686         * po/pl.po
2687         * po/pt_BR.po
2688         * po/sr.po
2689         * po/zh_CN.po
2690                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2691                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2692                 Aleksandar Urosevic, and Ralgh Young
2693
2694 2006-07-31 [paul]       2.3.1cvs89
2695
2696         * src/account.c
2697         * src/main.c
2698         * src/mainwindow.c
2699         * src/mainwindow.h
2700                 Fix a race condition when, after an SC crash, rescanning
2701                 folders took more than 0.5 seconds
2702                 Thanks to Colin
2703
2704 2006-07-31 [paul]       2.3.1cvs88
2705
2706         * src/folderview.c
2707                 don't translate separator strings
2708
2709 2006-07-30 [mones]      2.3.1cvs87
2710
2711         * doc/man/sylpheed-claws.1
2712                 Fixed non-ASCII chars in Hoa's name
2713         * po/es.po
2714                 Updated for release
2715
2716 2006-07-27 [colin]      2.3.1cvs86
2717
2718         * src/textview.c
2719                 Don't include the leading \n in links
2720                 Patch by Fabien
2721
2722 2006-07-25 [colin]      2.3.1cvs85
2723
2724         * src/mainwindow.c
2725         * src/common/socket.h
2726         * src/etpan/imap-thread.c
2727                 Refresh resolvers before connecting
2728                 to IMAP servers, and after switching
2729                 to online. Thanks to Paul.
2730
2731 2006-07-18 [colin]
2732
2733         * 2.4.0-rc4 released
2734
2735 2006-07-17 [colin]      2.3.1cvs84
2736
2737         * src/inc.c
2738                 Show connection attempt in statusbar before
2739                 connecting (previously first message was
2740                 "Retrieving messages from ..." after the
2741                 connection succeeded.
2742
2743 2006-07-16 [wwp]        2.3.1cvs83
2744
2745         * sylpheed-claws.ico
2746                 Added .ico file (windows multi-size icon file, generated).
2747
2748 2006-07-12 [wwp]        2.3.1cvs82
2749
2750         * src/messageview.c
2751                 remove Message/Re-edit menu entry from messageview window,
2752                 as sent/draft/queued messages are opened in compose window when
2753                 re-edited and it's not possible to re-edit other msgs.
2754
2755 2006-07-12 [paul]       2.3.1cvs81
2756
2757         * AUTHORS
2758         * src/mainwindow.c
2759         * src/gtk/authors.h
2760                 check online state before resetting
2761                 mailcheck timer. Useful if some program
2762                 verifies connection state and updates
2763                 Claws.
2764                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2765
2766 2006-07-12 [paul]       2.3.1cvs80
2767
2768         * sylpheed-claws-128x128.png
2769         * sylpheed-claws-64x64.png
2770         * sylpheed-claws.png
2771         * src/Makefile.am
2772         * src/main.c
2773         * src/prefs_toolbar.c
2774         * src/stock_pixmap.c
2775         * src/stock_pixmap.h
2776         * src/wizard.c
2777         * src/gtk/about.c
2778         * src/gtk/gtkutils.c
2779         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2780         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2781         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2782         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2783         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2784         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2785                 updated and renamed logo/icon files and related
2786                 logo by Jesper Schultz
2787
2788 2006-07-11 [paul]       2.3.1cvs79
2789
2790         * src/main.c
2791                 fix the labels a smidgin
2792
2793 2006-07-09 [colin]      2.3.1cvs78
2794
2795         * src/textview.c
2796                 Show errors in textviewer's command
2797                 Patch by H. Merijn Brand
2798
2799 2006-07-09 [colin]      2.3.1cvs77
2800
2801         * src/compose.c
2802                 Save FMID in drafts too
2803
2804 2006-07-08 [colin]      2.3.1cvs76
2805
2806         * src/compose.c
2807                 Svae RMID in drafted mails too
2808                 Save quote_fmt vars for whole mails,
2809                 don't reset at each quote_fmt_init:
2810                 allows to use the same |i{var} in
2811                 various template fields
2812         * src/prefs_template.c
2813         * src/quote_fmt.h
2814         * src/quote_fmt_parse.y
2815                 Same
2816
2817 2006-07-08 [colin]      2.3.1cvs75
2818
2819         * src/textview.c
2820                 Fix highlighting of attached parts URIs
2821
2822 2006-07-08 [colin]      2.3.1cvs74
2823
2824         * src/main.c
2825                 Prevent bug #981 (sc 2.3.1 segfaults with 
2826                 gtk+ 2.10) from being reported again:
2827                 if Sylpheed-Claws has been compiled against
2828                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2829                 of if Sylpheed-Claws has been compiled against
2830                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2831                 error out.
2832
2833 2006-07-07 [colin]      2.3.1cvs73
2834
2835         * src/prefs_actions.c
2836                 Fix label
2837
2838 2006-07-07 [colin]      2.3.1cvs72
2839
2840         * src/prefs_actions.c
2841                 Fix compile on gtk < 2.8. argh :)
2842
2843 2006-07-07 [paul]       2.3.1cvs71
2844
2845         * src/common/defs.h
2846                 update DONATE_URI
2847
2848 2006-07-07 [colin]      2.3.1cvs70
2849
2850         * po/POTFILES.in
2851         * src/quote_fmt.c
2852         * src/quote_fmt_lex.l
2853         * src/quote_fmt_parse.y
2854                 Add |i{var}, a way to insert user-entered
2855                 text in a template
2856
2857 2006-07-07 [colin]
2858
2859         * 2.4.0-rc3 released
2860
2861 2006-07-07 [colin]      2.3.1cvs69
2862
2863         * src/folder.c
2864                 Don't consider inboxes of UNKNOWN folder 
2865                 classes to be useable as default inboxes
2866
2867 2006-07-07 [paul]       2.3.1cvs68
2868
2869         * src/textview.c
2870                 add missing #include <errno.h>
2871                 Thanks to René J. Blokland
2872
2873 2006-07-07 [paul]       2.3.1cvs67
2874
2875         * src/action.c
2876                 Return now Closes dialog
2877         * src/mimeview.c
2878         * src/mimeview.h
2879         * src/textview.c
2880                 add contextual menu to mime parts listed
2881                 in the textview
2882                 Thanks to Colin
2883         * src/common/utils.c
2884                 reversal: ' is a valid character in URLs
2885
2886 2006-07-06 [colin]      2.3.1cvs66
2887
2888         * src/remotefolder.h
2889                 Forgotten in previous commit
2890
2891 2006-07-06 [colin]      2.3.1cvs65
2892
2893         * src/folder.c
2894                 Set summary update flag whenever
2895                 totals changed
2896         * src/imap.c
2897         * src/prefs_account.c
2898         * src/common/utils.h
2899         * src/etpan/imap-thread.c
2900                 Fix warnings, thanks to Fabien and
2901                 Ricardo
2902
2903 2006-07-06 [wwp]        2.3.1cvs64
2904
2905         * src/gtk/gtkutils.c
2906                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2907
2908 2006-07-06 [wwp]        2.3.1cvs63
2909
2910         * src/account.c
2911         * src/addressbook.c
2912         * src/addressitem.h
2913         * src/folderview.c
2914         * src/mainwindow.c
2915         * src/manual.c
2916         * src/manual.h
2917         * src/message_search.c
2918         * src/prefs_actions.c
2919         * src/prefs_filtering.c
2920         * src/prefs_filtering.h
2921         * src/prefs_template.c
2922         * src/summary_search.c
2923         * src/summaryview.c
2924         * src/gtk/gtkutils.c
2925         * src/gtk/gtkutils.h
2926         * src/gtk/pluginwindow.c
2927                 add help buttons to some dialogs. Clicking such buttons opens a
2928                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2929
2930 2006-07-06 [paul]       2.3.1cvs62
2931
2932         * src/textview.c
2933                 fix attachments contextual menu
2934                 Thanks to Colin
2935
2936 2006-07-05 [colin]      2.3.1cvs61
2937
2938         * src/textview.c
2939         * src/compose.c
2940                 Handle sftp:// links
2941
2942 2006-07-05 [paul]       2.3.1cvs60
2943
2944         * src/gtk/filesel.c
2945                 grab save button by default
2946                 Thanks to Colin
2947
2948 2006-07-05 [wwp]        2.3.1cvs59
2949
2950         * manual/xml2pdf
2951                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2952
2953 2006-07-04 [colin]      2.3.1cvs58
2954
2955         * src/mimeview.c
2956         * src/textview.c
2957                 Use left click to select, middle click to open
2958                 on mimeparts links
2959         * src/common/utils.c
2960                 Fix segfault
2961
2962 2006-07-04 [colin]      2.3.1cvs57
2963
2964         * src/mainwindow.c
2965         * src/news.c
2966                 Warning fixes, thanks to Fabien
2967
2968 2006-07-04 [colin]      2.3.1cvs56
2969
2970         * src/mimeview.c
2971         * src/mimeview.h
2972         * src/textview.c
2973                 Allow parts to be selected via their text label
2974                 in textview
2975
2976 2006-07-04 [colin]      2.3.1cvs55
2977
2978         * src/folderview.c
2979                 Feedback when closing (for big folders)
2980         * src/prefs_actions.c
2981         * src/prefs_filtering.c
2982         * src/prefs_matcher.c
2983         * src/prefs_template.c
2984                 Fix default button when closing without
2985                 having saved
2986
2987 2006-07-04 [colin]      2.3.1cvs54
2988
2989         * src/news.c
2990                 Delete local file on deletion
2991
2992 2006-07-03 [colin]      2.3.1cvs53
2993
2994         * src/folderview.c
2995         * src/main.c
2996                 Don't freeze when rescanning after crash
2997
2998 2006-07-03 [wwp]        2.3.1cvs52
2999
3000         * src/compose.c
3001         * src/privacy.c
3002         * src/privacy.h
3003         * src/plugins/pgpinline/pgpinline.c
3004         * src/plugins/pgpmime/pgpmime.c
3005                 don't report an error when the user cancels the passphrase dialog.
3006
3007 2006-07-02 [colin]      2.3.1cvs51
3008
3009         * src/folderview.c
3010                 Open message when crossing folders with Space,
3011                 goto next unread and friends
3012
3013 2006-07-01 [colin]      2.3.1cvs50
3014
3015         * src/prefs_account.c
3016                 Typographic rules varying from language
3017                 to language (in french "Protocole :"),
3018                 we have to do that :)
3019
3020 2006-07-01 [ticho]      2.3.1cvs49
3021
3022         * src/prefs_account.c
3023                 Only use one temporary gchar* variable in
3024                 prefs_account_protocol_set_optmenu().
3025
3026 2006-07-01 [ticho]      2.3.1cvs48
3027
3028         * src/prefs_account.c
3029         * src/prefs_account.h
3030                 Use GtkLabel for existing account protocol name.
3031                 Created an array for protocol names and populate the
3032                 combobox from it in a for() cycle.
3033
3034 2006-06-30 [colin]      2.3.1cvs47
3035
3036         * src/compose.c
3037                 Block undo when changing signature (by changing
3038                 account)
3039
3040 2006-06-30 [paul]       2.3.1cvs46
3041
3042         * src/send_message.c
3043                 when editing From in the Compose window, use that address
3044                 in the Return-Path: header
3045                 Thanks to Colin
3046
3047 2006-06-30 [colin]      2.3.1cvs45
3048
3049         * src/compose.c
3050                 Fix signature replacement:
3051                 - when no newline before separator
3052                 - when reediting
3053
3054 2006-06-29 [colin]      2.3.1cvs44
3055
3056         * src/folderview.c
3057         * src/folderview.h
3058         * src/mainwindow.c
3059         * src/summaryview.c
3060                 Let 'View/Go to/Next marked' work like
3061                 Next new & Next unread: across folders
3062                 Change the select_on_entry pref to do
3063                 what we want when changing folder
3064         * src/common/utils.c
3065                 Fix single-quoted links 
3066
3067 2006-06-29 [colin]      2.3.1cvs43
3068
3069         * src/gtk/gtkaspell.c
3070                 "Sylpheed" and "Sylpheed-Claws" do exist !
3071
3072 2006-06-29 [colin]      2.3.1cvs42
3073
3074         * src/imap.c
3075                 Forgot to remove debug
3076
3077 2006-06-29 [colin]      2.3.1cvs41
3078
3079         * src/imap.c
3080         * src/imap.h
3081         * src/mainwindow.c
3082                 Disconnect from IMAP servers when going
3083                 offline. Fixes bug #978 (going to offline-mode 
3084                 won't close connections)
3085
3086 2006-06-29 [colin]      2.3.1cvs40
3087
3088         * src/main.c
3089                 Fix transient setting on failing plugins
3090                 Patch by Fabien
3091         * src/plugins/pgpcore/sgpgme.c
3092                 Only warn for OpenPGP. Most people don't
3093                 have CMS available.
3094
3095 2006-06-29 [colin]      2.3.1cvs39
3096
3097         * src/compose.c
3098                 Fix Spelling menu (discrepancy between context menu
3099                 and top menu when folder's dictionary isn't the 
3100                 default one)
3101         * src/plugins/pgpcore/sgpgme.c
3102                 More error reporting about why gpgme can fail
3103
3104 2006-06-29 [wwp]        2.3.1cvs38
3105
3106         * src/mainwindow.c
3107                 honor the display-header-pane setting even when the message view
3108                 is a separate window.
3109
3110 2006-06-29 [wwp]        2.3.1cvs37
3111
3112         * src/prefs_actions.c
3113                 forgot to commit that one (use of GTK_STOCK_INFO).
3114
3115 2006-06-29 [colin]      2.3.1cvs36
3116
3117         * src/imap.c
3118                 Better handling of login errors (ask the password
3119                 again once), alert in case of error. Fix three
3120                 signedness warnings.
3121
3122 2006-06-28 [wwp]        2.3.1cvs35
3123
3124         * src/prefs_template.c
3125         * src/prefs_matcher.c
3126         * src/prefs_filtering_action.c
3127         * src/prefs_quote.c
3128                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
3129                 patch by Fabien Vantard, slightly modified.
3130
3131 2006-06-28 [paul]
3132
3133         2.4.0-rc2 released
3134
3135 2006-06-28 [colin]      2.3.1cvs34
3136
3137         * src/prefs_account.c
3138                 Fix bug #977 (Can't add or edit imap accounts)
3139
3140 2006-06-28 [colin]      2.3.1cvs33
3141
3142         * src/mimeview.c
3143                 Fix previous
3144
3145 2006-06-28 [colin]      2.3.1cvs32
3146
3147         * src/mimeview.c
3148                 Save named inlined attachments with "Save all"
3149         * src/main.c
3150         * src/mbox.c
3151         * src/common/plugin.c
3152         * src/common/plugin.h
3153         * src/common/sylpheed.c
3154         * src/common/utils.c
3155         * src/plugins/pgpcore/sylpheed.def
3156         * src/plugins/pgpinline/sylpheed.def
3157         * src/plugins/pgpmime/sylpheed.def
3158                 Win32 compatibility patch, by
3159                 Werner Koch
3160
3161 2006-06-28 [wwp]        2.3.1cvs31
3162
3163         * src/imap.c
3164         * src/prefs_folder_item.c
3165                 less compilation warnings (thanks to Fabien Vantard), less typos.
3166
3167 2006-06-28 [paul]       2.3.1cvs30
3168
3169         * src/gtk/gtkutils.c
3170                 gtk_combo_box_set_focus_on_click() is only
3171                 available since gtk 2.6.0
3172
3173 2006-06-28 [paul]       2.3.1cvs29
3174
3175         * src/prefs_ext_prog.c
3176                 fix engrish and add a tooltip for the
3177                 'command for 'Display as text' option
3178
3179 2006-06-28 [paul]
3180
3181         2.4.0-rc1 released
3182
3183 2006-06-28 [paul]       2.3.1cvs28
3184
3185         * ChangeLog
3186         * tools/Makefile.am
3187                 include textviewer.pl in releases
3188
3189 2006-06-28 [paul]       2.3.1cvs27
3190
3191         * src/prefs_ext_prog.c
3192                 hide Print command option if libgnomeprint
3193                 support is present
3194
3195 2006-06-27 [colin]      2.3.1cvs26
3196
3197         * src/compose.c
3198                 Fix Esc handling in insert/attach dialog
3199                 Don't show this dialog if dragging something
3200                 else than text/uri-list
3201                 Thanks to Fabien Vantard
3202         * tools/textviewer.pl
3203                 Filter script to display stuff as text
3204                 by H. Merijn Brand
3205
3206 2006-06-27 [wwp]        2.3.1cvs25
3207
3208         * src/messageview.c
3209                 use the exact product name (message view title), patch
3210                 by Fabien Vantard.
3211
3212 2006-06-27 [ticho]      2.3.1cvs24
3213
3214         * src/prefs_account.c
3215         * src/prefs_common.c
3216         * src/prefs_common.h
3217         * src/prefs_ext_prog.c
3218         * src/textview.c
3219                 Add a preference (Preferences/External programs)
3220                 to allow "Display as text" to be done via a script
3221                 (patch by H.Merijn Brand).
3222                 Use GtkComboBox for protocol selection in account
3223                 preferences.
3224                 Only include current choice for existing accounts, and
3225                 insensitivize the combobox.
3226
3227 2006-06-27 [paul]       2.3.1cvs23
3228
3229         * src/mbox.c
3230                 fix crasher introduced in cvs21.
3231                 Thanks to Colin
3232
3233 2006-06-26 [colin]      2.3.1cvs22
3234
3235         * src/mbox.c
3236                 Fix double-frees when leaving folders
3237                 after exporting to mbox
3238
3239 2006-06-26 [colin]      2.3.1cvs21
3240
3241         * src/mbox.c
3242                 More feedback (and optimisation)
3243                 on import/export
3244         * src/common/utils.c
3245                 Fix case when looking for mail addresses
3246         * src/gtk/gtkutils.c
3247                 Extra check for (X-)Face
3248
3249 2006-06-25 [ticho]      2.3.1cvs20
3250
3251         * src/compose.c
3252         * src/exphtmldlg.c
3253         * src/gtk/gtkutils.c
3254         * src/gtk/gtkutils.h
3255                 Added second argument to gtkut_sc_combobox_create() to
3256                 control focus-on-click for the widget.
3257                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
3258
3259 2006-06-25 [ticho]      2.3.1cvs19
3260
3261         * src/compose.c
3262         * src/gtk/Makefile.am
3263         * src/gtk/combobox.c
3264         * src/gtk/combobox.h
3265         * src/gtk/gtkutils.c
3266         * src/gtk/gtkutils.h
3267                 Use GtkComboBox instead of deprecated GtkOptionMenu
3268                 for account selector in compose window and for encoding
3269                 selector in attachment properties.
3270                 Also factorise working with the new GtkComboBox somewhat.
3271
3272 2006-06-24 [paul]       2.3.1cvs18
3273
3274         * src/prefs_common.c
3275                 use the correct default value
3276
3277 2006-06-24 [paul]       2.3.1cvs17
3278
3279         * src/compose.c
3280         * src/prefs_common.c
3281         * src/prefs_common.h
3282         * src/prefs_compose_writing.c
3283                 enable setting of default action when
3284                 dnd'ing files in the compose window.
3285                 (Collaborative effort with wwp)
3286
3287 2006-06-23 [wwp]        2.3.1cvs16
3288
3289         * src/compose.c
3290                 i18n fix (thanks to Fabien Vantard)
3291
3292 2006-06-22 [colin]      2.3.1cvs15
3293
3294         * src/prefs_customheader.c
3295                 Don't use filters in custom headers' file 
3296                 selector. Remember, extensions mean nothing :)
3297
3298 2006-06-22 [paul]       2.3.1cvs14
3299
3300         * configure.ac
3301                 allow setting of man directory location
3302
3303 2006-06-22 [colin]      2.3.1cvs13
3304
3305         * src/mainwindow.c
3306                 Add 'View/Go to/Next unread folder'.
3307                 I missed that :)
3308
3309 2006-06-22 [colin]      2.3.1cvs12
3310
3311         * src/common/utils.c
3312                 Add some subject prefixes
3313                 Patch by Bjorn T Johansen <btj@havleik.no>
3314
3315 2006-06-22 [colin]      2.3.1cvs11
3316
3317         * manual/advanced.xml
3318                 Forgotten hidden pref
3319
3320 2006-06-21 [paul]       2.3.1cvs10
3321
3322         * src/prefs_account.c
3323                 complete the removal of 'Add date header' option
3324
3325 2006-06-21 [paul]       2.3.1cvs9
3326
3327         * src/account.c
3328         * src/compose.c
3329         * src/prefs_account.c
3330         * src/prefs_account.h
3331                 remove option to add date header - always
3332                 add date header
3333         * src/etpan/imap-thread.c
3334                 fix warnings (Thanks to Colin)
3335
3336 2006-06-21 [wwp]        2.3.1cvs8
3337
3338         * src/folder.c
3339                 set the attachment flag when inline text part are (file)named. This is more convenient
3340                 when receiving (for instance) inline source files or patches sent using thunderbird.
3341
3342 2006-06-21 [paul]       2.3.1cvs7
3343
3344         * src/inc.c
3345                 fix off-by-one count of current msg in
3346                 statusbar filtering progressbar
3347
3348 2006-06-21 [paul]       2.3.1cvs6
3349
3350         * src/folder.c
3351                 Show attachment icon even if the part is 'inline'
3352                 if the following conditions are met:
3353                 - content-type != 'text/plain'
3354                 - content-type != '*/pgp-signature'
3355                 - either 'name' or 'filename' parameter is not NULL
3356                 
3357                 Thanks to Colin
3358
3359 2006-06-21 [paul]       2.3.1cvs5
3360
3361         * src/messageview.c
3362         * src/prefs_common.c
3363         * src/prefs_common.h
3364         * src/prefs_other.c
3365                 add an option to 'Never send Return
3366                 Receipts'
3367                 Thanks to Colin
3368
3369 2006-06-20 [mones]      2.3.1cvs4
3370
3371         * po/es.po
3372                 updated
3373         * src/compose.c
3374                 typo fixed (space after comma)
3375         * tools/make.themes.project
3376                 remove exec mode from tarball files
3377
3378 2006-06-20 [colin]      2.3.1cvs3
3379
3380         * src/news.c
3381         * src/procheader.c
3382         * src/unmime.c
3383                 Better fix for \n's in headers (don't 
3384                 break Received: and others)
3385
3386 2006-06-20 [paul]       2.3.1cvs2
3387
3388         * src/alertpanel.c
3389         * src/textview.c
3390                 improve legibility of phishing attempt
3391                 dialog
3392
3393 2006-06-20 [paul]       2.3.1cvs1
3394
3395         * NEWS
3396         * README
3397         * configure.ac
3398                 Update version number following
3399                 stable release
3400
3401 2006-06-20 [colin]      2.3.0cvs26
3402
3403         * src/compose.c
3404                 When dragging a file to the text of the compose
3405                 window, ask whether we want to insert or attach
3406                 (I know lots of people who do that to attach)
3407
3408 2006-06-20 [colin]      2.3.0cvs25
3409
3410         * src/etpan/imap-thread.c
3411                 Fix threshold (the append command is often > 32 bytes)
3412
3413 2006-06-19 [colin]      2.3.0cvs24
3414
3415         * src/imap.c
3416         * src/etpan/imap-thread.c
3417                 Workaround Rockliffe IMAP server bug: replace
3418                 "x UID SEARCH (ANSWERED UID 1:*)" with
3419                 "x UID SEARCH ANSWERED"
3420                 (Rockliffe doesn't handle the parenthesis)
3421
3422 2006-06-19 [colin]      2.3.0cvs23
3423
3424         * src/compose.c
3425         * src/imap.c
3426         * src/etpan/imap-thread.c
3427                 Probably fix bug #972 (Freezes when adding 
3428                 an attachment to the message)
3429         * src/common/defs.h
3430                 Modernize Firefox cmd
3431
3432
3433 2006-06-18 [colin]      2.3.0cvs22
3434
3435         * src/prefs_customheader.c
3436                 Only allow correct filenames for various
3437                 custom headers
3438
3439 2006-06-18 [colin]      2.3.0cvs21
3440
3441         * src/prefs_customheader.c
3442                 Add a 'From File...' button in custom headers prefs, which
3443                 try to do the right thing: 
3444                 for normal headers, use file as plaintext,
3445                 for X-Face, calls compface,
3446                 for Face, encode to b64.
3447
3448 2006-06-17 [colin]      2.3.0cvs20
3449
3450         * src/mh.c
3451                 Warning fix
3452
3453 2006-06-16 [colin]      2.3.0cvs19
3454
3455         * src/summaryview.c
3456                 Recursive quicksearch: show message list
3457                 in current folder, *then* search children
3458                 in the background.
3459
3460 2006-06-16 [colin]      2.3.0cvs18
3461
3462         * src/main.c
3463                 Instead of ignoring SIGPIPE, save caches
3464                 when getting one. Will fix the fact that
3465                 hot caches are out-of-date when logging 
3466                 out of Xorg.
3467         * src/compose.c
3468         * src/prefs_compose_writing.c
3469                 Only save text (not attachments) when 
3470                 auto-saving to drafts
3471         * src/unmime.c
3472                 Always replace \n, \r and \t with spaces
3473                 in headers
3474         * manual/dist/html/Makefile.am
3475         * manual/dist/pdf/Makefile.am
3476         * manual/dist/ps/Makefile.am
3477         * manual/dist/txt/Makefile.am
3478         * manual/fr/dist/html/Makefile.am
3479         * manual/fr/dist/pdf/Makefile.am
3480         * manual/fr/dist/ps/Makefile.am
3481         * manual/fr/dist/txt/Makefile.am
3482         * manual/pl/dist/html/Makefile.am
3483         * manual/pl/dist/pdf/Makefile.am
3484         * manual/pl/dist/ps/Makefile.am
3485         * manual/pl/dist/txt/Makefile.am
3486                 Fix make clean removing pregenerated manuals
3487
3488
3489 2006-06-16 [colin]      2.3.0cvs17
3490
3491         * src/plugins/pgpcore/sgpgme.c
3492         * src/plugins/pgpmime/pgpmime.c
3493         * src/plugins/pgpinline/pgpinline.c
3494                 Better error reporting in setup_signers.
3495                 Don't fallback to default key if specified
3496                 key isn't found.
3497                 Don't allow signing if more than one secret
3498                 key matches the one specified in prefs.
3499
3500 2006-06-15 [colin]      2.3.0cvs16
3501
3502         * src/folderview.c
3503                 Add "Send queue" in the folder's contextual
3504                 menu
3505         * src/compose.c
3506         * src/messageview.c
3507         * src/privacy.c
3508         * src/privacy.h
3509         * src/procmime.c
3510         * src/procmsg.c
3511         * src/plugins/pgpcore/passphrase.c
3512         * src/plugins/pgpcore/sgpgme.c
3513         * src/plugins/pgpinline/pgpinline.c
3514         * src/plugins/pgpmime/pgpmime.c
3515                 Better error reporting
3516         * src/mbox.c
3517                 Probably fix bug #971 (2.2.3 cannot read mail 
3518                 from local mbox)
3519
3520
3521 2006-06-15 [mones]      2.3.0cvs15
3522
3523         * tools/make.themes.project
3524                 creates the themes project from the web page
3525
3526 2006-06-15 [colin]      2.3.0cvs14
3527
3528         * src/folder.c
3529                 Better fix (avoid losing the folder if scan_tree 
3530                 fails)
3531
3532 2006-06-15 [cleroy]     2.3.0cvs13
3533
3534         * src/folder.c
3535                 Probably fix Bug #969 (crash on rebuilding 
3536                 imap folder)
3537
3538 2006-06-14 [colin]      2.3.0cvs12
3539
3540         * manual/dtd/manual.xsl
3541         * manual/sylpheed-claws-manual.xml
3542         * manual/fr/sylpheed-claws-manual.xml
3543         * manual/pl/sylpheed-claws-manual.xml
3544                 Insert pagebreaks between sections
3545
3546 2006-06-14 [paul]       2.3.0cvs11
3547
3548         * configure.ac
3549                 better fix than 2.3.0cvs10
3550
3551 2006-06-14 [paul]       2.3.0cvs10
3552
3553         * configure.ac
3554                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3555                 (backwards compatible)
3556
3557 2006-06-13 [colin]      2.3.0cvs9
3558
3559         * src/messageview.c
3560                 Fix sending of return receipt with the new queue folders
3561
3562 2006-06-13 [wwp]        2.3.0cvs8
3563
3564         * src/quote_fmt_lex.l
3565                 fix wrong tokens returned in quote_fmt lexer, query not().
3566
3567 2006-06-13 [wwp]        2.3.0cvs7
3568
3569         * src/folder.c
3570         * src/prefs_folder_item.c
3571                 allow changing folder type even when folder is not a top-level one,
3572                 thanks to Colin.
3573
3574 2006-06-12 [colin]      2.3.0cvs6
3575
3576         * src/folderview.c
3577                 Fix double-ask of "Do you want to mark all
3578                 as read"
3579
3580 2006-06-12 [colin]      2.3.0cvs5
3581
3582         * src/compose.c
3583         * src/compose.h
3584         * src/folder.c
3585         * src/folder.h
3586         * src/imap.c
3587         * src/inc.c
3588         * src/main.c
3589         * src/messageview.c
3590         * src/mh.c
3591         * src/prefs_folder_item.c
3592         * src/procheader.c
3593         * src/procmime.c
3594         * src/procmsg.c
3595         * src/procmsg.h
3596         * src/send_message.c
3597         * src/summaryview.c
3598         * src/toolbar.c
3599                 Apply bug #964's patch (Queue and drafts aren't normal)
3600                 The Drafts and Queue folder now contain RFC-822 files,
3601                 allowing to move and copy mails from and to these 
3602                 folders. Moving from Drafts to Queue will prepare the
3603                 mail for sending (PGP signature, encryption, etc).
3604                 This patch also rework sending errors handling to try
3605                 to be more helpful.
3606                 Also, allow redefining folder types via the GUI 
3607                 (Folder type in its Properties)
3608
3609 2006-06-12 [colin]      2.3.0cvs4
3610
3611         * src/summaryview.c
3612         * src/prefs_common.c
3613         * src/prefs_common.h
3614         * src/gedit-print.c
3615                 Allow to define a specific print font - patch
3616                 by Bernhard Walle <bernhard.walle@gmx.de>
3617         * src/prefs_fonts.c
3618         * manual/advanced.xml
3619         * manual/fr/advanced.xml
3620                 Add a hidden pref to allow deletion without
3621                 confirmation
3622
3623 2006-06-12 [wwp]        2.3.0cvs3
3624
3625         * .cvsignore
3626                 more files to ignore.
3627
3628 2006-06-12 [wwp]        2.3.0cvs2
3629
3630         * src/quote_fmt.c
3631         * src/quote_fmt_lex.l
3632         * src/quote_fmt_parse.y
3633                 extend the quote_fmt parser (templates and quotes):
3634                 - allow limited sub-expressions in |p{} and |f{} expressions,
3635                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3636                 - implemented/fixed missing implementation of query_references and show_references,
3637                 - completed, fixed contents and format of the symbols help dialog,
3638                 - fix some compilation warnings.
3639
3640 2006-06-12 [wwp]        2.3.0cvs1
3641
3642         * manual/advanced.xml
3643         * manual/fr/advanced.xml
3644                 updates in the "templates" section of the manual (eng/fr):
3645                  - be more precise (both versions)
3646                  - completed to match the english reference (fr version)
3647                  - touchups (both versions)
3648
3649 2006-06-12 [paul]       2.3.0
3650
3651         2.3.0 released
3652
3653 2006-06-12 [paul]       2.2.3cvs14
3654
3655         * po/ca.po
3656         * po/cs.po
3657         * po/de.po
3658         * po/el.po
3659         * po/fr.po
3660         * po/it.po
3661         * po/pt_BR.po
3662         * po/sr.po
3663         * po/zh_CN.po
3664                 updated by Miquel Oliete, Tim, Stephan Sachse,
3665                 Stavros Giannouris, Fabien Vantard, Andrea
3666                 Spadaccini, Frederico Goncalves Guimaraes,
3667                 Aleksandar Urosevic, and Ralgh Young
3668
3669 2006-06-12 [colin]      2.2.3cvs13
3670
3671         * src/mbox.c
3672                 Add missing header
3673
3674 2006-06-11 [colin]      2.2.3cvs12
3675
3676         * src/msgcache.c
3677                 Verify that g_malloc() succeeded
3678
3679 2006-06-11 [colin]      2.2.3cvs11
3680
3681         * src/wizard.c
3682                 Add Face header to welcome mail
3683
3684 2006-06-10 [colin]      2.2.3cvs10
3685
3686         * src/textview.c
3687                 Revert previous (Forgot it changes the
3688                 margin on the whole mail)
3689
3690 2006-06-10 [colin]      2.2.3cvs9
3691
3692         * src/textview.c
3693                 Don't overlap long headers under (X-)Face
3694
3695 2006-06-10 [mones]      2.2.3cvs8
3696
3697         * manual/xml2pdf
3698                 allow generation of manual on systems lacking saxon binary
3699                 but with java and the saxon library installed
3700
3701         * po/es.po
3702                 updated for release
3703
3704 2006-06-09 [colin]      2.2.3cvs7
3705
3706         * src/summaryview.c
3707                 Fix leak when using Display Sender using Addressbook
3708
3709 2006-06-09 [colin]      2.2.3cvs6
3710
3711         * src/compose.c
3712         * src/folder.c
3713         * src/folderview.c
3714         * src/mimeview.c
3715         * src/summaryview.c
3716                 More leaks fixes
3717
3718 2006-06-09 [paul]       2.2.3cvs5
3719
3720         * AUTHORS
3721         * src/gtk/authors.h
3722         * tools/claws.i18n.status.pl
3723                 updated with new info
3724
3725 2006-06-09 [paul]       2.2.3cvs4
3726
3727         * README
3728                 updated
3729         * manual/ack.xml
3730                 add wwp to authors list
3731         * src/gtk/authors.h
3732                 update mine and Colin's addresses
3733
3734 2006-06-08 [colin]      2.2.3cvs3
3735
3736         * src/etpan/imap-thread.c
3737                 Fix leak on SSL cert check
3738
3739 2006-06-08 [colin]      2.2.3cvs2
3740
3741         * src/common/utils.c
3742                 Fix leak
3743
3744 2006-06-08 [paul]       2.2.3cvs1
3745
3746         * configure.ac
3747                 Update version number following
3748                 stable release
3749
3750 2006-06-07 [colin]      2.2.2cvs3
3751
3752         * src/msgcache.c
3753                 Fix catching cache read errors (guint instead of gint)
3754                 Prevent malloc'ing more than 8MB (means cache corruption)
3755
3756 2006-06-07 [paul]       2.2.2cvs2
3757
3758         * src/exporthtml.c
3759         * src/exportldif.c
3760         * src/mh.c
3761         * src/mutt.c
3762         * src/pine.c
3763         * src/common/utils.c
3764                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3765                 obey $HOME'
3766                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3767                 Thanks to Colin
3768
3769 2006-06-06 [paul]       2.2.2cvs1
3770
3771         * configure.ac
3772                 Update version number following
3773                 stable release
3774
3775 2006-06-06 [paul]       2.2.1cvs6
3776
3777         * src/matcher.c
3778                 fix  implicit declaration of
3779                 sylpheed_do_idle()
3780                 Patch by Fabien Vantard
3781
3782 2006-06-06 [paul]       2.2.1cvs5
3783
3784         * src/matcher.c
3785                 fix age_greater and age_lower so that they
3786                 mean what say and not '...or equal to'
3787                 Thanks to Colin
3788
3789 2006-06-06 [paul]       2.2.1cvs4
3790
3791         * src/textview.c
3792         * src/common/utils.c
3793                 fix URI check
3794                 Thanks to Colin
3795
3796 2006-06-05 [wwp]        2.2.1cvs3
3797
3798         * manual/fr/account.xml
3799                 minor language fixes (thanks to Fabien Vantard).
3800
3801 2006-06-05 [colin]      2.2.1cvs2
3802
3803         * src/prefs_folder_item.c
3804         * src/folderview.c
3805                 Allow recursive setting of properties 
3806                 for whole mailboxes
3807         * src/matcher.c
3808                 Don't freeze on 'test' filtering rule
3809
3810 2006-06-05 [colin]      2.2.1cvs1
3811
3812         * configure.ac
3813                 Update version number following
3814                 stable release
3815
3816 2006-06-04 [wwp]        2.2.0cvs82
3817
3818         * manual/glossary.xml
3819         * manual/account.xml
3820         * manual/fr/glossary.xml
3821         * manual/fr/account.xml
3822                 added glossary section and references/links related to the Face custom header.
3823
3824 2006-06-04 [colin]      2.2.0cvs81
3825
3826         * src/summaryview.c
3827                 Skip to next message on move with no
3828                 immediate execution
3829
3830 2006-06-04 [wwp]        2.2.0cvs80
3831
3832         * manual/xml2pdf
3833                 added sanity checks, exit when needed.
3834
3835 2006-06-03 [paul]       2.2.0cvs79
3836
3837         * src/prefs_receive.c
3838                 page name is now 'Receiving'
3839         * src/prefs_send.c
3840                 page name is now 'Sending'
3841
3842 2006-06-03 [colin]      2.2.0cvs78
3843
3844         * src/plugins/spamassassin/spamassassin_gtk.c
3845                 Autoswitch to Localhost if transport was previously
3846                 disabled. Else people had to check [] Enable, then
3847                 *reselect* transport.
3848
3849 2006-06-03 [colin]      2.2.0cvs77
3850
3851         * src/plugins/pgpinline/pgpinline.c
3852         * src/plugins/pgpmime/pgpmime.c
3853                 Check that gpg_data_release_and_get_mem 
3854                 didn't fail (now, why this happens...)
3855
3856 2006-06-03 [colin]      2.2.0cvs76
3857
3858         * src/mbox.c
3859                 Fix bug #962 (Manual and/or UI should 
3860                 warn about incompatible locking 
3861                 causing dataloss)
3862
3863 2006-06-02 [cleroy]     2.2.0cvs75
3864
3865         * src/filtering.c
3866         * src/folder.c
3867         * src/procmsg.c
3868         * src/summaryview.c
3869                 Fix a few leaks
3870
3871 2006-06-02 [colin]      2.2.0cvs74
3872
3873         * src/main.c
3874                 On exit, free caches after writing them
3875                 Shuts up some valgrind false positives
3876         * src/procmsg.c
3877         * src/send_message.c
3878                 Fix races when reusing existing SMTP connections
3879                 Fix inexistant session timeout
3880         * src/toolbar.c
3881                 Display alertpanel after all queues have
3882                 been processed, not after each
3883
3884 2006-06-02 [wwp]        2.2.0cvs73
3885
3886         * manual/fr/glossary.xml
3887         * manual/fr/ack.xml
3888         * manual/ack.xml
3889                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3890
3891 2006-06-02 [wwp]        2.2.0cvs72
3892
3893         * manual/xml2pdf
3894         * manual/dist/pdf/Makefile.am
3895         * manual/dtd/manual.xsl
3896         * manual/fr/dist/pdf/Makefile.am
3897         * manual/pl/dist/pdf/Makefile.am
3898                 we changed the procedure to generate the .pdf version of the manual.
3899                 The procedure is more modern and the .pdf we get now has a valid index.
3900                 Here are the new pre-requisites:
3901
3902                 - JRE 1.x (1.4 here): there must be one from your distro
3903                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3904                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3905                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3906
3907                 See my posts for further info about the installation of this toolchain:
3908
3909                 Date: Fri, 19 May 2006 19:40:06 +0200
3910                 From: wwp <subscript@free.fr>
3911                 To: sylpheed-claws-devel@lists.sourceforge.net
3912                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3913
3914                 and
3915
3916                 Date: Wed, 24 May 2006 12:58:49 +0200
3917                 From: wwp <subscript@free.fr>
3918                 To: sylpheed-claws-devel@lists.sourceforge.net
3919                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3920
3921 2006-06-01 [colin]      2.2.0cvs71
3922
3923         * src/compose.c
3924                 Better guards against IMAP races
3925         * src/main.c
3926         * src/prefs_common.c
3927         * src/prefs_common.h
3928         * src/common/ssl_certificate.c
3929         * src/etpan/imap-thread.c
3930         * src/etpan/imap-thread.h
3931         * src/gtk/sslcertwindow.c
3932                 New hidden option ssl_skip_cert_check to 
3933                 avoid dups of bug #959 (libetpan linked
3934                 against gnutls and gnutls buggy on 64bit)
3935                 Present expired warning only once per
3936                 session/server.
3937         * manual/advanced.xml
3938         * manual/fr/advanced.xml
3939                 Document new option
3940
3941 2006-06-01 [wwp]        2.2.0cvs70
3942
3943         * src/messageview.c
3944                 fix for bug #961 (return receipt dialog 
3945                 complains incorrectly about return-path 
3946                 email adress being different), thanks 
3947                 to Colin.
3948
3949 2006-05-31 [cleroy]     2.2.0cvs69
3950
3951         * src/common/ssl.c
3952                 Guard against NULLs, although this
3953                 should never be an issue
3954
3955 2006-05-31 [colin]      2.2.0cvs68
3956
3957         * src/filtering.c
3958                 Use g_slist_prepend
3959         * src/imap.c
3960                 Don't remove caches when destroying folder, it
3961                 could (should) be done at exit
3962         * src/inc.c
3963                 free processing cache after incorporation
3964         * src/etpan/imap-thread.c
3965                 Maybe fix bug #959 (Crash on moving to emails 
3966                 to a imap account per ssl with a expired 
3967                 certificate.)
3968
3969 2006-05-30 [colin]      2.2.0cvs67
3970
3971         * src/summaryview.c
3972                 Put back event flush when displaying message
3973                 It avoids reading a bunch of messages just
3974                 by hitting shift-n for too long ;)
3975
3976 2006-05-29 [colin]      2.2.0cvs66
3977
3978         * src/summaryview.c
3979                 Remove useless g_warnings
3980
3981 2006-05-29 [colin]      2.2.0cvs65
3982
3983         * src/imap.c
3984                 Fix g_slist_append()s for performance
3985
3986 2006-05-29 [colin]      2.2.0cvs64
3987
3988         * src/compose.c
3989         * src/common/utils.c
3990                 Fix extraneous tab at start of addresses
3991         * src/mainwindow.c
3992                 Fix warnings (thanks to Fabien)
3993                 Fix crash at exit when composing messages 
3994                 exist
3995         * src/pop.c
3996                 Fix progress bar when deleting expired mails
3997                 Thanks to Hiro
3998         * src/summaryview.c
3999         * src/gtk/gtksctree.c
4000                 Fix re-sorting slowness
4001
4002 2006-05-29 [paul]       2.2.0cvs63
4003
4004         * src/mh.c
4005                 fetch full message when moving mails
4006                 from another mailbox, (fixed data loss
4007                 when filtering from IMAP to MH, introduced
4008                 in 2.2.0cvs57).
4009                 Thanks to Colin
4010
4011 2006-05-29 [mones]      2.2.0cvs62
4012
4013         * src/gtk/gtksctree.c
4014                 Unselect faster (patch by Colin)        
4015
4016 2006-05-26 [colin]      2.2.0cvs61
4017
4018         * src/summaryview.c
4019                 Unplug MSGINFO_UPDATE callback on delete too.
4020
4021 2006-05-26 [colin]      2.2.0cvs60
4022
4023         * src/foldersel.c
4024                 Fix bold in folder selection window with glib2.10
4025                 thanks Hiro
4026
4027 2006-05-26 [colin]      2.2.0cvs59
4028
4029         * src/procheader.c
4030                 Convert date only if necessary (and don't
4031                 try to convert from utf8 to utf8, too)
4032         * src/summaryview.c
4033                 Only set column's text if the column's 
4034                 displayed
4035
4036 2006-05-26 [colin]      2.2.0cvs58
4037
4038         * src/summaryview.c
4039         * src/gtk/gtkutils.c
4040                 Fix useless warning
4041
4042 2006-05-26 [colin]      2.2.0cvs57
4043
4044         * src/mainwindow.c
4045                 Make summaryview selectable as long as 
4046                 no message has focus
4047         * src/mh.c
4048                 Faster deletion (by implementing mh_remove_msgs)
4049                 Faster copy (avoid using mh_fetch_msg just to get
4050                 the filename)
4051                 Faster move (using move_file instead of copy_file
4052                 if MSG_IS_MOVE)
4053                 No progressbar if total number of mails to cp/mv 
4054                 is less than 100
4055         * src/summaryview.c
4056                 Fix removal from subject_table when mail gets moved
4057                 Faster deletion (g_slist_prepend instead of append)
4058         * src/gtk/gtksctree.c
4059                 Remove useless code
4060
4061 2006-05-25 [colin]      2.2.0cvs56
4062
4063         * src/common/ssl_certificate.c
4064                 Fix leak in expired cert check
4065
4066 2006-05-25 [colin]      2.2.0cvs55
4067
4068         * src/mh.c
4069                 Disable flags syncing on .mh_sequences - it
4070                 is buggy and marks mails read under unknown
4071                 conditions.
4072
4073 2006-05-25 [paul]
4074
4075         * 2.3.0-rc4 released
4076
4077 2006-05-24 [colin]      2.2.0cvs54
4078
4079         attention cvs users: if you manage to crash
4080         Sylpheed-Claws while moving, copying or deleting
4081         mails, we *are* interested in stack traces and
4082         valgrind logs. It looks stable, but one never
4083         knows...
4084
4085         * src/folder.c
4086                 Add progressbar for cache updates
4087         * src/folderutils.c
4088                 Optimize Mark all read in the current
4089                 folder
4090         * src/mh.c
4091                 Add progressbar for copy/move
4092         * src/procmsg.c
4093                 Optimize O(n^2) in copy/move
4094         * src/summaryview.c
4095         * src/gtk/gtksctree.c
4096                 Optimize O(n^2) algos
4097         * src/common/timing.h
4098                 Display ms instead of us
4099
4100 2006-05-24 [wwp]        2.2.0cvs53
4101
4102         * manual/fr/advanced.xml
4103                 updates to the French manual.
4104
4105 2006-05-24 [wwp]        2.2.0cvs52
4106
4107         * src/common/utils.c
4108                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
4109
4110 2006-05-24 [wwp]        2.2.0cvs51
4111
4112         * src/folderutils.c
4113                 fixed "mark all read" in MH folders (thanks to Colin).
4114
4115 2006-05-24 [paul]       2.2.0cvs50
4116
4117         * doc/man/sylpheed-claws.1
4118                 updated the man page
4119
4120 2006-05-23 [colin]      2.2.0cvs49
4121
4122         * src/folderview.c
4123         * src/imap.c
4124         * src/inc.c
4125         * src/mbox.c
4126         * src/messageview.c
4127         * src/news.c
4128         * src/send_message.c
4129         * src/summaryview.c
4130         * src/gtk/sslcertwindow.c
4131                 alertpanel fixes, by Fabien
4132
4133 2006-05-23 [colin]      2.2.0cvs48
4134
4135         * src/folder.c
4136         * src/folderview.c
4137         * src/msgcache.c
4138         * src/summaryview.c
4139         * src/gtk/gtksctree.c
4140         * src/gtk/gtksctree.h
4141                 More timings
4142                 Fix slow loading problem, which was caused by the
4143                 use of some gtk_ctree funcs and their use of
4144                 g_list_position while gtk_ctree_(un)link'ing.
4145                 Reap more functions from gtkctree.c to be sure we
4146                 use our (fast) version instead of theirs.
4147         * src/mh.c
4148                 Fix copy of unread mails
4149
4150
4151 2006-05-22 [wwp]        2.2.0cvs47
4152
4153         * manual/fr/advanced.xml
4154                 updated.
4155
4156 2006-05-22 [colin]      2.2.0cvs46
4157
4158         * src/filtering.c
4159                 Fix possible infinite loop. 'copy' is not a 
4160                 final action, so when encountering a 'copy',
4161                 we have to check if a previous one was set
4162                 and do it. In the same way, if we encounter
4163                 a 'move' we have to perform a possibly 
4164                 pending 'copy'. This will slow down filtering
4165                 on IMAP if move+copy or multiple copy actions
4166                 are to be done, but handling it via the batch
4167                 would be really too convoluted.
4168
4169 2006-05-22 [wwp]        2.2.0cvs45
4170
4171         * manual/fr/advanced.xml
4172         * manual/fr/faq.xml
4173         * manual/fr/glossary.xml
4174         * manual/fr/handling.xml
4175         * manual/fr/intro.xml
4176         * manual/fr/plugins.xml
4177         * manual/fr/sylpheed-claws-manual.xml
4178                 sync w/ the english manual: updates URIs, documented mailing-list
4179                 support, better explanation about the enabled/disabled feature
4180                 in filtering/processing rules by Paul.
4181
4182 2006-05-21 [colin]      2.2.0cvs44
4183
4184         * src/summaryview.c
4185                 Don't expand after building threads, but during
4186
4187 2006-05-21 [colin]      2.2.0cvs43
4188
4189         * src/procmsg.c
4190         * src/summaryview.c
4191                 More timing possibilities... For next time I have 
4192                 to find out how the hell some 3GHz computer takes
4193                 one minute to open a 30k folder...
4194
4195 2006-05-21 [colin]      2.2.0cvs42
4196
4197         * manual/pl/advanced.xml
4198         * manual/pl/faq.xml
4199         * manual/pl/glossary.xml
4200         * manual/pl/handling.xml
4201         * manual/pl/intro.xml
4202         * manual/pl/plugins.xml
4203         * manual/pl/sylpheed-claws-manual.xml
4204                 Polish manual updated by Pawel
4205
4206 2006-05-20 [colin]
4207
4208         * 2.3.0-rc3 released
4209
4210 2006-05-20 [colin]      2.2.0cvs41
4211
4212         * src/imap.c
4213                 Fix -rc2 problems:
4214                 - remove cache of moved messages from original folder
4215                 - apply new flags to messages even if they aren't appliable
4216                   via IMAP.
4217
4218 2006-05-20 [colin]
4219
4220         * 2.3.0-rc2 released
4221
4222 2006-05-19 [colin]      2.2.0cvs40
4223
4224         * src/imap.c
4225                 Don't issue SELECT in imap_change_flags
4226                 before having checked that we indeed have
4227                 some flags to change. MSG_POSTFILTERED for
4228                 example can't be used on IMAP.
4229                 Fixes bug #955 (copying messages between 
4230                 imap folders is extremely slow), which was
4231                 a regression.
4232
4233 2006-05-19 [colin]      2.2.0cvs39
4234
4235         * src/folder.c
4236         * src/folder.h
4237         * src/folderview.c
4238                 Try to fix bug #830 (Some unread messages 
4239                 get marked read in IMAP inbox):
4240                 - Prevent scanning a folder if it's being 
4241                   opened via the GUI
4242                 - Postpone opening via the GUI of a folder
4243                   currently scanned.
4244
4245
4246 2006-05-19 [wwp]        2.2.0cvs38
4247
4248         * manual/advanced.xml
4249                 fix English+typo (thanks to Paul).
4250
4251 2006-05-19 [wwp]        2.2.0cvs37
4252
4253         * manual/advanced.xml
4254         * manual/fr/advanced.xml
4255         * src/gtk/logwindow.c
4256         * src/prefs_common.c
4257         * src/prefs_common.h
4258                 added hidden prefs to allow customization of colors used in
4259                 protocol log window (useful for dark gtk+ themes).
4260
4261 2006-05-19 [wwp]        2.2.0cvs36
4262
4263         * ChangeLog
4264                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
4265
4266 2006-05-19 [paul]       2.2.0cvs35
4267
4268         * src/textview.c
4269                 make Reply-To fully clickable
4270         * src/gtk/logwindow.c
4271                 more colouring (SMTP ESMTP)
4272         Both patches by Pawel Pekala
4273
4274 2006-05-19 [cleroy]     2.2.0cvs34
4275
4276         * src/mh.c
4277                 Don't update flags from current folder
4278                 Probably fixes bug #935 (Read Messages 
4279                 Revert to Being Marked as Unread)
4280
4281 2006-05-18 [colin]      2.2.0cvs33
4282
4283         * src/imap.c
4284                 Warning fix
4285         * src/compose.c
4286         * src/mainwindow.c
4287         * src/summaryview.c
4288         * src/toolbar.c
4289                 Allow replying to multiple emails
4290                 in multiple windows
4291         * src/mimeview.c
4292         * src/etpan/imap-thread.c
4293                 Leak fixes
4294
4295 2006-05-18 [paul]       2.2.0cvs32
4296
4297         * src/summaryview.c
4298                 keep Mailing-List menu refreshed
4299                 Thanks to Colin
4300
4301 2006-05-18 [paul]       2.2.0cvs31
4302
4303         * manual/advanced.xml
4304         * manual/faq.xml
4305         * manual/glossary.xml
4306         * manual/handling.xml
4307         * manual/intro.xml
4308         * manual/plugins.xml
4309         * manual/sylpheed-claws-manual.xml
4310                 update URLs
4311                 add info about mailing-list support
4312                 edit filtering info
4313         * src/wizard.c
4314         * src/common/defs.h
4315         * src/gtk/about.c
4316         * src/plugins/dillo_viewer/README
4317                 update URLs
4318
4319 2006-05-17 [wwp]        2.2.0cvs30
4320
4321         * manual/handling.xml
4322         * manual/fr/handling.xml
4323                 documented the ability to enabled/disable filtering/processing rules.
4324
4325 2006-05-17 [colin]      2.2.0cvs29
4326
4327         * src/main.c
4328                 Don't initialize g_thread subsystem if it's 
4329                 already done (thanks to Hiro)
4330         * src/mimeview.c
4331                 Fix saving of parts when there name can't be
4332                 converted from UTF-8.
4333
4334 2006-05-17 [paul]       2.2.0cvs28
4335
4336         * po/Makefile.in.in
4337                 fix config.status warning with autoconf 2.60
4338
4339 2006-05-17 [paul]       2.2.0cvs27
4340
4341         * po/POTFILES.in
4342                 add src/mbox.c
4343
4344 2006-05-17 [wwp]        2.2.0cvs26
4345
4346         * src/mainwindow.c
4347                 fix useless and potentially dangerous buffer walking (thanks to Colin).
4348
4349 2006-05-17 [wwp]        2.2.0cvs25
4350
4351         * src/plugins/demo/demo.c
4352                 updated product name in plugin demo (many plugins need to be
4353                 sync'ed w/ that change).
4354
4355 2006-05-17 [colin]      2.2.0cvs24
4356
4357         * src/mh.c
4358                 Fix leak
4359
4360 2006-05-16 [colin]      2.2.0cvs23
4361
4362         * src/mainwindow.c
4363                 Stupid me hit again. Fix cvs22.
4364
4365 2006-05-16 [colin]      2.2.0cvs22
4366
4367         * src/mainwindow.c
4368                 Fix bug #922 (sylpheed-claws crashed after 
4369                 pushing on Inbox folder)
4370
4371 2006-05-16 [colin]      2.2.0cvs21
4372
4373         * src/compose.c
4374                 Make From header be copy/paste/select-able
4375
4376 2006-05-16 [wwp]        2.2.0cvs20
4377
4378         * src/export.c
4379         * src/matcher.c
4380         * src/summaryview.c
4381         * src/etpan/imap-thread.c
4382                 fix some compiler warnings (thanks to Colin).
4383
4384 2006-05-16 [wwp]        2.2.0cvs19
4385
4386         * src/action.c
4387         * src/gedit-print.c
4388         * src/inc.c
4389         * src/mainwindow.c
4390         * src/mh.c
4391         * src/statusbar.c
4392         * src/send_message.c
4393         * src/summaryview.c
4394                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
4395
4396 2006-05-15 [colin]      2.2.0cvs18
4397
4398         * src/procmsg.c
4399                 Fix automatic rule creation with List-Post
4400
4401 2006-05-15 [paul]       2.2.0cvs17
4402
4403         * tools/filter_conv_new.pl
4404                 updated for rule enabling/disabling
4405                 claws version >= 2.3.x required
4406
4407 2006-05-15 [cleroy]     2.2.0cvs16
4408
4409         * src/main.c
4410                 Revert test
4411
4412 2006-05-15 [cleroy]     2.2.0cvs15
4413
4414         * src/main.c
4415                 test
4416
4417 2006-05-15 [wwp]        2.2.0cvs14
4418
4419         * manual/pl/.cvsignore
4420                 ignore generated files.
4421
4422 2006-05-14 [wwp]        2.3.0-rc1
4423
4424         * 2.3.0-rc1 released
4425
4426 2006-05-13 [wwp]        2.2.0cvs13
4427
4428         * src/filtering.c
4429         * src/filtering.h
4430         * src/matcher.c
4431         * src/matcher_parser_lex.l
4432         * src/matcher_parser_parse.y
4433         * src/prefs_filtering.c
4434                 new feature: provide the ability to disable filtering and processing
4435                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4436                 adaptations.
4437
4438 2006-05-13 [colin]      2.2.0cvs12
4439
4440         * src/compose.c
4441                 Remove useless if (a) b; else b;
4442                 Thanks to wwp
4443
4444 2006-05-13 [wwp]        2.2.0cvs11
4445
4446         * src/export.c
4447         * src/import.c
4448         * src/mainwindow.c
4449         * src/mbox.c
4450         * src/summaryview.c
4451         * src/summaryview.h
4452                 no more silent failures (or at least less ones) when importing
4453                 or exporting from/to mbox. Also start importing/exporting if
4454                 the necessary info is set.
4455
4456 2006-05-13 [wwp]        2.2.0cvs10
4457
4458         * RELEASE_NOTES
4459                 restored up-to-date release notes.
4460
4461 2006-05-13 [paul]       2.2.0cvs9
4462
4463         * po/nl.po
4464         * po/ru.po
4465                 updated by Tim Dijkstra and Pavlo Bohmat
4466
4467 2006-05-12 [colin]      2.2.0cvs8
4468
4469         * src/gtk/quicksearch.c
4470                 Add "k" as shortcut for "colorlabel". Patch
4471                 by ath42@users.sf.net.
4472
4473 2006-05-12 [paul]       2.2.0cvs7
4474
4475         * src/prefs_common.h
4476         * src/prefs_summaries.c
4477         * src/summaryview.c
4478                 when entering a folder also allow
4479                 going directly to first Marked message
4480
4481 2006-05-12 [paul]       2.2.0cvs6
4482
4483         * src/summaryview.c
4484                 always obey 'confirm before marking all
4485                 mails read' option
4486
4487 2006-05-12 [paul]       2.2.0cvs5
4488
4489         * src/textview.c
4490                 make Sender fully clickable
4491
4492 2006-05-12 [colin]      2.2.0cvs4
4493
4494         * src/compose.c
4495         * src/compose.h
4496                 Let From be editable
4497         * src/main.c
4498         * src/mh.c
4499                 Full support of .mh_sequences' Unseen seq
4500
4501 2006-05-12 [colin]      2.2.0cvs3
4502
4503         * src/folder.c
4504         * src/mainwindow.c
4505         * src/mainwindow.h
4506         * src/messageview.c
4507         * src/prefs_spelling.c
4508         * src/procheader.c
4509         * src/procmsg.c
4510         * src/procmsg.h
4511         * src/summaryview.c
4512         * src/toolbar.c
4513         * src/toolbar.h
4514                 Add contextual menu on Compose toolbar
4515                 button. Fixes bug #944 (Automatic
4516                 addresses not applied when changing account
4517                 from compose window)
4518                 add Mailing List support
4519                 based on the old 0.6.5claws25 patch by
4520                 Melvin Hadasht, with finishing touches
4521                 by Colin
4522                 Fix "ignore thread" when mails are threaded by
4523                 subject (and weren't ignored although appearing
4524                 in the thread).
4525                 GUI rework.
4526                 Both patches by Pawel.
4527
4528 2006-05-08 [paul]       2.2.0cvs2
4529
4530         * src/mainwindow.c
4531         * src/mainwindow.h
4532         * src/messageview.c
4533         * src/procheader.c
4534         * src/procmsg.c
4535         * src/procmsg.h
4536         * src/summaryview.c
4537                 add Mailing List support
4538                 based on the old 0.6.5claws25 patch by 
4539                 Melvin Hadasht, with finishing touches
4540                 by Colin
4541
4542 2006-05-08 [colin]      2.2.0cvs1
4543
4544         * src/mainwindow.c
4545         * src/toolbar.c
4546         * src/toolbar.h
4547                 Add contextual menu on Compose toolbar 
4548                 button. Fixes bug #944 (Automatic 
4549                 addresses not applied when changing account 
4550                 from compose window)
4551
4552 2006-05-08 [paul]       2.2.0
4553
4554         2.2.0 released
4555
4556 2006-05-08 [paul]       2.1.1cvs51
4557
4558         * po/cs.po
4559         * po/de.po
4560         * po/en_GB.po
4561         * po/fi.po
4562         * po/fr.po
4563         * po/pt_BR.po
4564         * po/sr.po
4565         * po/zh_CN.po
4566                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4567                 Fabien Vantard, Frederico Goncalves Guimaraes,
4568                 Aleksandar Urosevic, and Ralgh Young
4569
4570 2006-05-12 [colin]      2.1.1cvs50
4571
4572         * po/cs.po
4573         * po/de.po
4574         * po/en_GB.po
4575         * po/es.po
4576         * po/fi.po
4577         * po/fr.po
4578         * po/pt_BR.po
4579         * po/sr.po
4580         * po/zh_CN.po
4581                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4582                 Fabien Vantard, Frederico Goncalves Guimaraes,
4583                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4584
4585 2006-05-05 [colin]      2.1.1cvs49
4586
4587         * manual/Makefile.am
4588         * manual/pl/Makefile.am
4589         * manual/pl/account.xml
4590         * manual/pl/ack.xml
4591         * manual/pl/addrbook.xml
4592         * manual/pl/advanced.xml
4593         * manual/pl/faq.xml
4594         * manual/pl/glossary.xml
4595         * manual/pl/gpl.xml
4596         * manual/pl/handling.xml
4597         * manual/pl/intro.xml
4598         * manual/pl/keyboard.xml
4599         * manual/pl/plugins.xml
4600         * manual/pl/starting.xml
4601         * manual/pl/sylpheed-claws-manual.xml
4602         * manual/pl/dist/.cvsignore
4603         * manual/pl/dist/Makefile.am
4604         * manual/pl/dist/html/.cvsignore
4605         * manual/pl/dist/html/Makefile.am
4606         * manual/pl/dist/pdf/.cvsignore
4607         * manual/pl/dist/pdf/Makefile.am
4608         * manual/pl/dist/ps/.cvsignore
4609         * manual/pl/dist/ps/Makefile.am
4610         * manual/pl/dist/txt/.cvsignore
4611         * manual/pl/dist/txt/Makefile.am
4612                 Add the polish translation of the manual,
4613                 Authored by Pawel Pekala.
4614
4615 2006-05-05 [cleroy]     2.1.1cvs48
4616
4617         * src/main.c
4618                 Re-read matcherrc after loading plugins 
4619                 if some of them add folders.
4620
4621 2006-05-03 [colin]      2.1.1cvs47
4622
4623         * src/imap.c
4624                 I'm idiot
4625
4626 2006-05-03 [colin]      2.1.1cvs46
4627
4628         * src/imap.c
4629                 Be sure to have a session when
4630                 getting separator
4631
4632 2006-05-03 [colin]      2.1.1cvs45
4633
4634         * src/imap.c
4635         * src/imap.h
4636         * src/imap_gtk.c
4637                 Fix preventing renaming with namespace 
4638                 separator.
4639
4640 2006-05-01 [colin]      2.1.1cvs44
4641
4642         * src/action.c
4643                 Don't reload messageview when result of
4644                 action is piped.
4645
4646 2006-04-29 [colin]      2.1.1cvs43
4647
4648         * src/prefs_receive.c
4649         * src/plugins/spamassassin/spamassassin_gtk.c
4650         * src/plugins/clamav/clamav_plugin_gtk.c
4651                 GUI fixes by Pawel
4652
4653 2006-04-29 [colin]      2.1.1cvs42
4654
4655         * src/prefs_compose_writing.c
4656         * src/prefs_quote.c
4657                 Cleanups. Patch by Pawel
4658
4659 2006-04-28 [paul]       2.1.1cvs41
4660
4661         * src/matcher.c
4662                 fix returned quick search results when search
4663                 term contains an underscore.
4664                 Thanks to Colin
4665
4666 2006-04-28 [paul]       2.1.1cvs40
4667
4668         * src/prefs_message.c
4669         * src/prefs_receive.c
4670                 GUI cleanups
4671                 Patches by Pawel Pekala
4672
4673 2006-04-27 [colin]      2.1.1cvs39
4674
4675         * src/wizard.c
4676                 Differentiate subject Welcome from
4677                 window's title Welcome
4678
4679 2006-04-27 [paul]
4680
4681         2.2.0-rc1 released
4682
4683 2006-04-27 [paul]       2.1.1cvs38
4684
4685         * manual/advanced.xml
4686         * manual/fr/advanced.xml
4687                 add info about compose_no_markup hidden pref
4688
4689 2006-04-27 [paul]       2.1.1cvs37
4690
4691         * src/prefs_account.c
4692                 improve privacy labels
4693         * src/prefs_msg_colors.c
4694                 change some strings for translators' convenience
4695         * src/gtk/gtkutils.c
4696                 don't underline the link button text
4697
4698 2006-04-25 [colin]      2.1.1cvs36
4699
4700         * src/folder.c
4701                 Complete 2.1.1cvs33 (once more ;)
4702
4703 2006-04-25 [colin]      2.1.1cvs35
4704
4705         * src/editldap.c
4706                 Fix tooltip
4707
4708 2006-04-25 [cleroy]     2.1.1cvs34
4709
4710         * src/compose.c
4711         * src/gtk/gtkaspell.c
4712                 Fix crash on redirect (related to the return 
4713                 of the aspell menu in compose's toolbar)
4714         * src/prefs_msg_colors.c
4715                 Fix sensitivity widgets
4716         * src/image_viewer.c
4717         * src/gtk/pluginwindow.c
4718         * src/gtk/prefswindow.c
4719                 Change released signals to clicked (Fabien)
4720         * po/POTFILES.in
4721         * src/common/socket.c
4722         * src/plugins/spamassassin/spamassassin.c
4723                 Translate strings (Fabien)
4724
4725 2006-04-25 [paul]       2.1.1cvs33
4726
4727         * src/folder.c
4728         * src/folder.h
4729         * src/folderview.c
4730                 complete the fix of bug #912
4731                 Thanks to Colin
4732
4733 2006-04-25 [colin]      2.1.1cvs32
4734
4735         * src/news.c
4736                 Better progress bar
4737         * src/mimeview.c
4738         * src/summaryview.c
4739         * src/summaryview.h
4740                 Fix focus chain
4741                 Patches by Pawel Pekala
4742
4743 2006-04-24 [colin]      2.1.1cvs31
4744
4745         * src/compose.c
4746                 Fix compilation warnings (Fabien)
4747
4748 2006-04-24 [colin]      2.1.1cvs30
4749
4750         * src/addrindex.c
4751         * src/editldap.c
4752         * src/editldap_basedn.c
4753         * src/editldap_basedn.h
4754         * src/ldapctrl.c
4755         * src/ldapctrl.h
4756         * src/ldapquery.c
4757         * src/ldaputil.c
4758         * src/ldaputil.h
4759                 Fix bug #901 (LDAPS support)
4760
4761 2006-04-24 [colin]      2.1.1cvs29
4762
4763         * src/compose.c
4764                 Fix logic on error with send dialog on
4765         * src/imap.c
4766                 Fix compilation without libetpan, thanks
4767                 to Fabien
4768         * src/summaryview.c
4769                 Fix 'context-menu' key
4770
4771 2006-04-23 [colin]      2.1.1cvs28
4772
4773         * src/folder.c
4774                 Never free current's cache to free up 
4775                 memory. Fixes bug #912 (new count 
4776                 randomly set to message count)
4777
4778 2006-04-23 [colin]      2.1.1cvs27
4779
4780         * src/gtk/quicksearch.c
4781                 And remove printf...
4782
4783 2006-04-23 [colin]      2.1.1cvs26
4784
4785         * src/gtk/quicksearch.c
4786                 Fix replacing in quicksearch, and fix inserting
4787                 in the middle of the string. (introduced at 2.1.0cvs22)
4788
4789 2006-04-23 [colin]      2.1.1cvs25
4790
4791         * src/imap.c
4792                 Make sure uidnext is initialized in get_num_list
4793                 (not for stable, related to 2.1.1cvs8 and friends)
4794
4795 2006-04-23 [colin]      2.1.1cvs24
4796
4797         * src/imap.c
4798                 Output something when login is successful
4799                 too
4800
4801 2006-04-23 [colin]      2.1.1cvs23
4802
4803         * src/etpan/imap-thread.c
4804                 Better logging (line-per-line, hide data in fetch)
4805                 Fix a const warning
4806         * src/gtk/logwindow.c
4807         * src/gtk/logwindow.h
4808                 Better logging (color for input/output)
4809
4810 2006-04-21 [colin]      2.1.1cvs22
4811
4812         * src/gtk/quicksearch.c
4813                 On gtk+-2.8, use stock buttons in quicksearch
4814                 Based on a patch by Fabien and a design by Paul
4815
4816 2006-04-21 [colin]      2.1.1cvs21
4817
4818         * src/folderview.c
4819         * src/mainwindow.c
4820                 Fix occasional flicker in folderview
4821         * src/common/utils.c
4822                 Fix bug #943 (Incorrectly parsed email address 
4823                 list in short headers on message view and in 
4824                 printouts)
4825
4826 2006-04-20 [colin]      2.1.1cvs20
4827
4828         * src/imap.c
4829         * src/imap.h
4830         * src/prefs_account.c
4831                 Add ANONYMOUS auth for IMAP
4832
4833 2006-04-20 [paul]       2.1.1cvs19
4834
4835         * src/main.c
4836                 proper fix for 2.1.1cvs18
4837                 Thanks to Colin
4838
4839 2006-04-20 [paul]       2.1.1cvs18
4840
4841         * src/main.c
4842                 fix build warnings
4843
4844 2006-04-20 [paul]       2.1.1cvs17
4845
4846         * src/gtk/quicksearch.c
4847                 fix standard, non-extended Quick search,
4848                 was broken in 2.1.1cvs15.
4849                 Thanks to Colin.
4850
4851 2006-04-20 [colin]      2.1.1cvs16
4852
4853         * src/prefs_matcher.c
4854                 Fix values when reselecting a ~test
4855                 rule
4856
4857 2006-04-19 [colin]      2.1.1cvs15
4858
4859         * src/compose.c
4860         * src/compose.h
4861         * src/gtk/gtkaspell.c
4862         * src/gtk/gtkaspell.h
4863                 Put back Options menu in Spelling/
4864         * src/gtk/quicksearch.c
4865                 Don't search, and show error, if the
4866                 advanced search has a syntax error
4867
4868 2006-04-18 [colin]      2.1.1cvs14
4869
4870         * src/textview.c
4871                 Fix gdk warnings on set_cursor when textview
4872                 isn't visible
4873
4874 2006-04-18 [colin]      2.1.1cvs13
4875
4876         * src/gtk/gtksctree.c
4877                 Remove seemingly useless refresh that causes
4878                 flicker - watch this commit in case of 
4879                 problems before planned backport to stable
4880
4881 2006-04-18 [colin]      2.1.1cvs12
4882
4883         * src/imap.c
4884                 Factorize get/set_xml code
4885         * src/compose.c
4886         * src/prefs_account.c
4887         * src/prefs_account.h
4888         * src/procmsg.c
4889                 Add Encrypt to self option
4890
4891 2006-04-17 [colin]      2.1.1cvs11
4892
4893         * configure.ac
4894                 Fix search on encrpyt function on dragonfly
4895                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4896
4897 2006-04-17 [colin]      2.1.1cvs10
4898
4899         * src/prefs_account.c
4900                 Be safe by default: remove mails from POP3
4901                 after 7 days, not immediately
4902
4903 2006-04-17 [colin]      2.1.1cvs9
4904
4905         * src/etpan/imap-thread.c
4906                 Fix build on DragonFly - patch by 
4907                 Jonathan Buschmann <jonthn@agmact.com>
4908
4909 2006-04-17 [colin]      2.1.1cvs8
4910
4911         * src/imap.c
4912                 Save uidnext between sessions
4913
4914 2006-04-17 [colin]      2.1.1cvs7
4915
4916         * src/imap.c
4917                 scan is required when uid validity changes
4918
4919 2006-04-17 [colin]      2.1.1cvs6
4920
4921         * src/folderview.c
4922                 Don't scan if not necessary, apart in current
4923                 folder and INBOX to fetch flags.
4924         * src/imap.c
4925                 Scan is necessary if unread count changes
4926
4927 2006-04-17 [colin]      2.1.1cvs5
4928
4929         * src/imap.c
4930                 ...But always fetch ANSWERED and DELETED flags for
4931                 INBOX, as filtering can happen on these flags.
4932
4933 2006-04-17 [colin]      2.1.1cvs4
4934
4935         * src/imap.c
4936                 Don't fetch REPLIED and DELETED flags when synchronising
4937                 flags with a closed folder. We only need UNSEEN and FLAGGED
4938                 to update the folderview.
4939
4940 2006-04-17 [colin]      2.1.1cvs3
4941
4942         * src/imap.c
4943                 Faster flag search when there are new mails 
4944                 in a folder. We can do a full search if the 
4945                 folder contains less messages than the new
4946                 list.
4947
4948 2006-04-17 [colin]      2.1.1cvs2
4949
4950         * po/cs.po
4951         * po/de.po
4952         * po/fr.po
4953         * po/nl.po
4954         * po/pt_BR.po
4955                 Update translations from stable branch
4956
4957 2006-04-17 [colin]      2.1.1cvs1
4958
4959         * configure.ac
4960                 Bump version to follow stable release
4961
4962 2006-04-16 [mones]      2.1.0cvs50
4963
4964         * po/es.po
4965                 Updated for release
4966
4967 2006-04-16 [colin]      2.1.0cvs49
4968
4969         * src/textview.c
4970                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4971                 with gtk < 2.8. Thanks to Fabien Vantard.
4972
4973 2006-04-15 [colin]      2.1.0cvs48
4974
4975         * src/etpan/imap-thread.c
4976                 Fix bug #919 (libetpan: SEGV when connecting 
4977                 using command)
4978
4979 2006-04-14 [colin]      2.1.0cvs47
4980
4981         * src/main.c
4982                 Fix race on --select (should be done better)
4983
4984 2006-04-14 [wwp]        2.1.0cvs46
4985
4986         * src/send_message.c
4987                 enforce a check for domain in account prefs (a sending
4988                 error could be faced if domain was checked but no value set),
4989                 thanks to Colin.
4990
4991 2006-04-14 [colin]      2.1.0cvs45
4992
4993         * src/codeconv.c
4994                 when converting from unknown to unknown, if the
4995                 string is UTF8, don't convert it to the locale
4996                 (which breaks it)
4997
4998 2006-04-14 [colin]      2.1.0cvs44
4999
5000         * src/compose.c
5001                 Don't try to use ASCII for converting headers
5002                 (as done in body)
5003
5004 2006-04-14 [paul]       2.1.0cvs43
5005
5006         * src/crash.c
5007                 add locale/charset info to crash report
5008         * src/gtk/about.c
5009                 add wwp to doc team
5010                 replace 'e-mail' with preferred 'email'
5011         * src/gtk/authors.h
5012                 ensure contributors list is in alphabetical
5013                 order
5014
5015 2006-04-13 [colin]      2.1.0cvs42
5016
5017         * src/textview.c
5018                 Prevent gdk warnings
5019
5020 2006-04-13 [colin]      2.1.0cvs41
5021
5022         * src/common/ssl_certificate.c
5023         * src/common/ssl_certificate.h
5024         * src/gtk/sslcertwindow.c
5025                 Warn on expired certs, and display the expiration date
5026
5027 2006-04-13 [colin]      2.1.0cvs40
5028
5029         * src/plugins/spamassassin/spamassassin_gtk.c
5030                 Fix missing set_text on unix socket
5031
5032 2006-04-13 [wwp]        2.1.0cvs39
5033
5034         * manual/fr/advanced.xml
5035         * manual/fr/glossary.xml
5036                 applied new spam/ham/email lexicon (pourriel, courriel)
5037
5038 2006-04-13 [paul]       2.1.0cvs38
5039
5040         * src/plugins/pgpmime/plugin.c
5041                 remove the mention of S/MIME from the
5042                 description. This is now handled by the
5043                 S/MIME plugin.
5044
5045 2006-04-13 [paul]       2.1.0cvs37
5046
5047         * src/prefs_msg_colors.c
5048                 rework dialog
5049         * src/prefs_folder_item.c
5050         * src/prefs_spelling.c
5051                 add a tooltip to the colour selector buttons
5052
5053 2006-04-13 [wwp]        2.1.0cvs36
5054
5055         * manual/advanced.xml
5056         * manual/glossary.xml
5057         * manual/handling.xml
5058         * manual/keyboard.xml
5059         * manual/plugins.xml
5060         * manual/starting.xml
5061         * manual/fr/account.xml
5062         * manual/fr/ack.xml
5063         * manual/fr/addrbook.xml
5064         * manual/fr/advanced.xml
5065         * manual/fr/faq.xml
5066         * manual/fr/glossary.xml
5067         * manual/fr/gpl.xml
5068         * manual/fr/handling.xml
5069         * manual/fr/intro.xml
5070         * manual/fr/keyboard.xml
5071         * manual/fr/plugins.xml
5072         * manual/fr/starting.xml
5073         * manual/fr/sylpheed-claws-manual.xml
5074                 fixes to the manuals:
5075                  - summaryview -> Message List (same in French)
5076                  - translate key names
5077                  - fix French punctuation, use non-breakable spaces when
5078                    necessary, don't use &thinsp; which is not portable
5079                  - tell what maildir and mbox formats we support
5080
5081 2006-04-12 [wwp]        2.1.0cvs35
5082
5083         * src/prefs_toolbar.c
5084                 unified a replace button more,
5085                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5086
5087 2006-04-12 [wwp]        2.1.0cvs34
5088
5089         * src/prefs_common.c
5090         * src/prefs_msg_colors.c
5091                 make default color labels translatable,
5092                 patch from Fabien Vantard <fzzzzz@gmail.com>,
5093                 thanks to Tim <timbrain@post.cz> for reporting.
5094
5095 2006-04-12 [wwp]        2.1.0cvs33
5096
5097         * manual/glossary.xml
5098         * manual/intro.xml
5099         * manual/plugins.xml
5100         * manual/starting.xml
5101         * manual/sylpheed-claws-manual.xml
5102         * manual/fr/.cvsignore
5103         * manual/fr/account.xml
5104         * manual/fr/ack.xml
5105         * manual/fr/addrbook.xml
5106         * manual/fr/advanced.xml
5107         * manual/fr/faq.xml
5108         * manual/fr/glossary.xml
5109         * manual/fr/handling.xml
5110         * manual/fr/intro.xml
5111         * manual/fr/keyboard.xml
5112         * manual/fr/plugins.xml
5113         * manual/fr/starting.xml
5114         * manual/fr/sylpheed-claws-manual.xml
5115                 various fixes: typos, missing .fr translations, punctuation,
5116                 capitalization, links, accents and some bad French more.
5117
5118 2006-04-12 [wwp]        2.1.0cvs32
5119
5120         * src/prefs_gtk.c
5121                 fix for bug #935: always store prefs files in UTF-8 (thanks
5122                 to Colin).
5123
5124 2006-04-11 [colin]      2.1.0cvs31
5125
5126         * src/compose.c
5127                 Fix inserting files not in utf8 when locale is utf8
5128
5129 2006-04-11 [colin]      2.1.0cvs30
5130
5131         * src/inc.c
5132                 Don't show error dialog when cancelling connection
5133                 Patch by Pawel
5134
5135 2006-04-11 [cleroy]     2.1.0cvs29
5136
5137         * src/compose.c
5138                 Implement multiple quote levels
5139         * src/prefs_common.c
5140                 Change a little bit the quote bgcolor for 2nd level
5141
5142 2006-04-11 [colin]      2.1.0cvs28
5143
5144         * src/gtk/about.c
5145                 Add locale and charset in the label
5146
5147 2006-04-10 [colin]      2.1.0cvs27
5148
5149         * src/compose.c
5150         * src/prefs_common.c
5151         * src/prefs_common.h
5152         * src/prefs_msg_colors.c
5153         * src/textview.c
5154                 Allow optional background color in quotes
5155                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
5156                 GTK+-2.8.x feature
5157
5158 2006-04-10 [colin]      2.1.0cvs26
5159
5160         * src/main.c
5161         * src/mainwindow.c
5162         * src/mainwindow.h
5163                 Implement --select
5164
5165 2006-04-10 [colin]      2.1.0cvs25
5166
5167         * manual/plugins.xml
5168         * manual/fr/plugins.xml
5169                 Document libcurl's proxy variables
5170
5171 2006-04-09 [colin]      2.1.0cvs24
5172
5173         * src/prefs_common.c
5174                 gettext() returns statically allocated stuff. We have
5175                 to strdup it in order to be able to free it.
5176
5177 2006-04-09 [colin]      2.1.0cvs23
5178
5179         * AUTHORS
5180         * src/gtk/authors.h
5181                 Add Alexei
5182
5183 2006-04-09 [colin]      2.1.0cvs22
5184
5185         * src/mainwindow.c
5186         * src/gtk/quicksearch.c
5187                 Fix bug #859 (problems with cyrilic input in 
5188                 search panel) - Patch by Alexey Illarionov 
5189                 <littlesavage@rambler.ru>
5190
5191 2006-04-09 [colin]      2.1.0cvs21
5192
5193         * src/prefs_customheader.c
5194                 I prefer removing then freeing rather than the contrary
5195                 (even if it doesn't change anything ;-)
5196         * src/prefs_account.c
5197                 Fix bug #933 (Crash re-entering the custom headers list 
5198                 dialog in accounts prefs)
5199                 The problem happened when cancelling the Account 
5200                 Preferences' dialogs - in which case we didn't do 
5201                 anything to the PrefsAccount * struct. In case of applying,
5202                 the old ac_prefs was replaced with the tmp_ac_prefs we were
5203                 working with in this dialog. The problem is that 
5204                 prefs_customheader.c, working on this tmp_ac_prefs, always
5205                 changes the ->customhdr_list pointer, even when cancelled. 
5206                 So in case of cancelling the prefs_account dialog, we still
5207                 have to update ->customhdr_list in the real account.
5208
5209 2006-04-08 [colin]      2.1.0cvs20
5210
5211         * manual/fr/glossary.xml
5212         * manual/fr/keyboard.xml
5213                 Forgot some headers :)
5214
5215 2006-04-08 [colin]      2.1.0cvs19
5216
5217         * manual/Makefile.am
5218         * manual/fr/Makefile.am
5219         * manual/fr/account.xml
5220         * manual/fr/ack.xml
5221         * manual/fr/addrbook.xml
5222         * manual/fr/advanced.xml
5223         * manual/fr/faq.xml
5224         * manual/fr/glossary.xml
5225         * manual/fr/gpl.xml
5226         * manual/fr/handling.xml
5227         * manual/fr/intro.xml
5228         * manual/fr/keyboard.xml
5229         * manual/fr/plugins.xml
5230         * manual/fr/starting.xml
5231         * manual/fr/sylpheed-claws-manual.xml
5232         * manual/fr/dist/.cvsignore
5233         * manual/fr/dist/Makefile.am
5234         * manual/fr/dist/html/.cvsignore
5235         * manual/fr/dist/html/Makefile.am
5236         * manual/fr/dist/pdf/.cvsignore
5237         * manual/fr/dist/pdf/Makefile.am
5238         * manual/fr/dist/ps/.cvsignore
5239         * manual/fr/dist/ps/Makefile.am
5240         * manual/fr/dist/txt/.cvsignore
5241         * manual/fr/dist/txt/Makefile.am
5242                 Add the french translation of the manual. Thanks to
5243                 Olivier Delhomme <olivier.delhomme@free.fr> for 
5244                 account.xml, ack.xml, addrbook.xml and advanced.xml
5245
5246 2006-04-08 [colin]      2.1.0cvs18
5247
5248         * manual/plugins.xml
5249         * manual/starting.xml
5250                 More fixes
5251
5252 2006-04-07 [colin]      2.1.0cvs17
5253
5254         * manual/faq.xml
5255         * manual/intro.xml
5256         * manual/keyboard.xml
5257                 Little fixes
5258
5259 2006-04-07 [colin]      2.1.0cvs16
5260
5261         * README
5262         * src/compose.c
5263         * src/prefs_common.c
5264         * src/prefs_common.h
5265                 Add hidden compose_no_markup pref
5266
5267 2006-04-07 [wwp]        2.1.0cvs15
5268
5269         * src/summary_search.c
5270         * .cvsignore
5271                 Bugfix: stop button was sticky when searching in an empty folder.
5272                 Applied curly brackets code style to the whole file (summary_search.c).
5273                 More files to ignore.
5274
5275 2006-04-07 [wwp]        2.1.0cvs14
5276
5277         * src/message_search.c
5278         * src/summary_search.c
5279                 changed default button when search bumps at file/folder
5280                 beginning or end, for convenience (thanks to Colin).
5281
5282 2006-04-07 [paul]       2.1.0cvs13
5283
5284         * src/plugins/dillo_viewer/dillo_prefs.c
5285                 avoid future potential for namespace collision
5286                 Patch by Colin
5287
5288 2006-04-06 [wwp]        2.1.0cvs12
5289
5290         * src/summary_search.c
5291                 Unify extended/advanced searches names (and thus factorize labels),
5292                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5293
5294 2006-04-06 [wwp]        2.1.0cvs11
5295
5296         * src/folderview.c
5297         * src/prefs_themes.c
5298         * src/summaryview.c
5299                 Fixed some compilation warnings.
5300
5301 2006-04-06 [colin]      2.1.0cvs10
5302
5303         * manual/advanced.xml
5304                 Document the wizard template and how to deploy
5305                 Sylpheed-Claws effectively
5306
5307 2006-04-06 [colin]      2.1.0cvs9
5308
5309         * src/folderview.c
5310                 gettext patch to tell translators about _("#"),
5311                 by Maxim Britov
5312
5313 2006-04-06 [colin]      2.1.0cvs8
5314
5315         * src/textview.c
5316                 Fix invalid GtkTextBIter after clicking "Display as text"
5317
5318 2006-04-06 [mones]      2.1.0cvs7
5319
5320         * src/addr_compl.c
5321         * src/addrindex.c
5322         * src/addritem.c
5323         * src/codeconv.c
5324         * src/compose.c
5325         * src/filtering.c
5326         * src/folder.c
5327         * src/folder_item_prefs.c
5328         * src/folderview.c
5329         * src/localfolder.c
5330         * src/matcher.c
5331         * src/mimeview.c
5332         * src/prefs_msg_colors.c
5333         * src/prefs_spelling.c
5334         * src/prefs_themes.c
5335         * src/procmime.c
5336         * src/procmsg.c
5337         * src/stock_pixmap.c
5338         * src/summaryview.c
5339         * src/textview.c
5340         * src/toolbar.c
5341         * src/common/mgutils.c
5342         * src/common/prefs.c
5343         * src/common/ssl_certificate.c
5344         * src/gtk/colorlabel.c
5345         * src/gtk/quicksearch.c
5346         * src/plugins/pgpmime/pgpmime.c
5347         * src/plugins/spamassassin/spamassassin.c
5348                 Removed redundant NULL checks for g_free() calls.
5349                 Patch by Pawel Pekala.
5350
5351 2006-04-06 [mones]      2.1.0cvs6
5352
5353         * src/prefs_actions.c
5354         * src/prefs_filtering.c
5355         * src/prefs_filtering_action.c
5356         * src/prefs_matcher.c
5357         * src/prefs_template.c
5358         * src/gtk/gtkutils.c
5359         * src/gtk/gtkutils.h
5360                 Have a nice replace button. Patch by Pawel Pekala
5361
5362 2006-04-06 [colin]      2.1.0cvs5
5363
5364         * src/addressbook.c
5365                 Fix crash with empty columns
5366
5367 2006-04-05 [colin]      2.1.0cvs4
5368
5369         * src/wizard.c
5370         * src/prefs_gtk.c
5371                 Allow wizard customization with pre-filled values
5372
5373 2006-04-05 [colin]      2.1.0cvs3
5374
5375         * src/textview.c
5376         * src/mimeview.c
5377         * src/mimeview.h
5378                 Nicer messages in mimeview
5379
5380 2006-04-05 [colin]      2.1.0cvs2
5381
5382         * src/addressbook.c
5383         * src/prefs_summaries.c
5384                 i18n fix
5385
5386 2006-04-05 [colin]      2.1.0cvs1
5387
5388         * src/plugins/pgpcore/plugin.c
5389         * src/plugins/pgpcore/select-keys.c
5390         * src/plugins/pgpcore/select-keys.h
5391         * src/plugins/pgpcore/sgpgme.c
5392         * src/plugins/pgpcore/sgpgme.h
5393         * src/plugins/pgpinline/pgpinline.c
5394         * src/plugins/pgpinline/plugin.c
5395         * src/plugins/pgpmime/pgpmime.c
5396         * src/plugins/pgpmime/plugin.c
5397                 Factorize and generalize a bit 
5398                 Drop S/MIME signature verification from PGP/MIME
5399                 (adding it as another, more complete plugin)
5400
5401 2006-04-05 [paul]       2.1.0
5402
5403         2.1.0 released
5404
5405 2006-04-05 [paul]       2.0.0cvs186
5406
5407         * manual/advanced.xml
5408                 add info on colour labels
5409
5410 2006-04-05 [paul]       2.0.0cvs185
5411
5412         * po/bg.po
5413         * po/cs.po
5414         * po/de.po
5415         * po/el.po
5416         * po/en_GB.po
5417         * po/fi.po
5418         * po/fr.po
5419         * po/it.po
5420         * po/nl.po
5421         * po/pl.po
5422         * po/pt_BR.po
5423         * po/sr.po
5424         * po/zh_CN.po
5425                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
5426                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
5427                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
5428                 Guimaraes, Aleksandar Urosevic, Ralgh Young
5429         * src/gtk/authors.h
5430         * tools/claws.i18n.status.pl
5431                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
5432                 and new Czech translator, Tim <timbrain@post.cz>
5433
5434 2006-04-05 [mones]      2.0.0cvs184
5435
5436         * po/es.po
5437                 Updated translation
5438
5439 2006-04-05 [colin]      2.0.0cvs183
5440
5441         * src/gtk/quicksearch.c
5442                 Fix bug #929 (unnecessary reload in quick search bar)
5443
5444 2006-04-05 [colin]      2.0.0cvs182
5445
5446         * src/compose.c
5447                 Fix crash on Reply with no From:
5448                 Show signature and conversion error on queuing 
5449                 (but not sending)
5450         * src/mainwindow.c
5451         * src/summaryview.c
5452         * src/summaryview.h
5453                 Factorize threading code and make sure msginfo 
5454                 is not null when it comes from a GtkCTreeRow's 
5455                 data
5456         * src/gtk/gtkaspell.c
5457                 Check for necessary things
5458         * src/gtk/gtksctree.c
5459         * src/gtk/gtksctree.h
5460                 Reset anchor if necessary when removing node
5461
5462 2006-03-29 [colin]      2.0.0cvs181
5463
5464         * src/folderview.c
5465                 Warn for disabled IMAP accounts (due to lack of
5466                 libetpan). Breaks string-freeze - sorry - but it
5467                 is kind of important ;)
5468
5469 2006-03-28 [colin]      2.0.0cvs180
5470
5471         * src/gtk/gtkutils.c
5472         * src/gtk/gtkutils.h
5473                 Add a gtkut_get_link_btn() function that
5474                 creates a button which acts like an URI
5475         * src/prefs_themes.c
5476         * src/gtk/about.c
5477                 Use this function (factorizes codes)
5478         * src/common/defs.h
5479         * src/gtk/pluginwindow.c
5480                 Add a "Get more..." in the plugins window
5481
5482 2006-03-28 [colin]      2.0.0cvs179
5483
5484         * src/common/smtp.c
5485         * src/common/passcrypt.c
5486         * src/undo.c
5487                 Warning fixes. Patch by Pawel Pekala
5488
5489 2006-03-27 [colin]      2.0.0cvs178
5490
5491         * src/undo.c
5492                 Fix undoing by blocks with spaces
5493
5494 2006-03-27 [colin]      2.0.0cvs177
5495
5496         * src/textview.c
5497                 Set margin to 3px for headers
5498
5499 2006-03-27 [paul]
5500
5501         2.1.0-rc2 released
5502
5503 2006-03-27 [wwp]        2.0.0cvs176
5504
5505         * src/summaryview.c
5506                 don't reset quicksearch when updating the message list.
5507                 Thanks to Colin.
5508
5509 2006-03-26 [wwp]        2.0.0cvs175
5510
5511         * src/compose.c
5512                 use a unified border width ('other' tab in the compose window,
5513                 patch by Pawel Pekala).
5514
5515
5516 2006-03-26 [wwp]        2.0.0cvs174
5517
5518         * src/common/quoted-printable.c
5519         * src/addressbook.c
5520                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5521
5522 2006-03-26 [colin]      2.0.0cvs173
5523
5524         * src/quote_fmt_parse.y
5525                 Fix non-UTF8 date formats messing up the whole quote a 
5526                 little bit
5527
5528 2006-03-26 [colin]      2.0.0cvs172
5529
5530         * src/procheader.c
5531                 Make sure the date is UTF8 valid, or try to make it
5532                 so. IncrediMail is really IncrediStupid.
5533         * src/compose.c
5534                 Fix possible conversions. 
5535                 
5536
5537 2006-03-26 [colin]      2.0.0cvs171
5538
5539         * src/matcher.c
5540                 Fix corner cases in body search. This is still a
5541                 hack... It seems impossible to make it good and 
5542                 reasonably fast at the same time.
5543
5544 2006-03-26 [colin]      2.0.0cvs170
5545
5546         * src/summaryview.c
5547                 I think I killed the twilight zone bug!
5548                 summary_select_node() flushes GTK events in order
5549                 to be able to center the view. But this also 
5550                 flushes keypresses like Ctrl-Alt-U, so this can
5551                 call summary_show from summary_select_node (itself
5552                 called from summary_show, etc.). And the summaryview
5553                 has to be unlocked in this function. So just locking
5554                 while processing GTK events, and bailing if locked, 
5555                 should fix it.
5556                 Fixes bug #927 (SIGSEGV during Update Summary)
5557
5558 2006-03-25 [colin]      2.0.0cvs169
5559
5560         * src/matcher.c
5561                 Fix search in QP-encoded bodies
5562                 Fix utf-8 searches in bodies encoded in the
5563                 locale's encoding
5564         * src/common/quoted-printable.c
5565         * src/common/quoted-printable.h
5566                 Add a decode function that doesn't overwrite
5567                 the original pointer
5568                 
5569
5570 2006-03-24 [colin]      2.0.0cvs168
5571
5572         * src/action.c
5573         * src/summaryview.c
5574         * src/summaryview.h
5575                 Update message cache after action
5576                 Patch by H. Merijn Brand
5577         * src/prefs_msg_colors.c
5578                 Factorize label 
5579                 Patch by Fabien Vantard
5580         * src/plugins/spamassassin/spamassassin_gtk.c
5581                 Remove useless translation
5582                 Patch by Fabien Vantard
5583
5584 2006-03-23 [colin]      2.0.0cvs167
5585
5586         * src/common/ssl.c
5587                 Let 30 seconds to SSL_connect
5588
5589 2006-03-23 [wwp]        2.0.0cvs166
5590
5591         * src/summaryview.c
5592         * src/gtk/description_window.c
5593                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5594                 and headers are translated; adjust description windows' width to fit their
5595                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5596
5597 2006-03-23 [paul]       2.0.0cvs165
5598
5599         * src/common/utils.c
5600                 fix highlighting of URIs containing "()"
5601                 (2.0.0cvs164's reversal fixed)
5602                 Thanks to Colin.
5603
5604 2006-03-23 [paul]       2.0.0cvs164
5605
5606         * src/common/utils.c
5607                 revert patch, (postponing a fix), at 2.0.0cvs120
5608                 as it breaks more URIs than it fixes.
5609                 Allow '-' to be a terminating character in a URI
5610
5611 2006-03-22 [colin]      2.0.0cvs163
5612
5613         * configure.ac
5614                 Require libetpan 0.45
5615                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5616
5617 2006-03-22 [paul]       2.0.0cvs162
5618
5619         * src/editgroup.c
5620                 replace '<-' and '->' buttons with GTK_STOCK graphical
5621                 buttons
5622         * src/summary_search.c
5623                 don't offer '...' for translation
5624                 add a tooltip to advanced search '...' button
5625         * src/gtk/quicksearch.c
5626                 don't offer '...' for translation
5627
5628 2006-03-21 [colin]      2.0.0cvs161
5629
5630         * src/compose.c
5631                 Fix middle-click pasting (insert at click
5632                 position instead of cursor position, don't
5633                 remove existing selection and allow pasting
5634                 our own selection)
5635         * src/addressbook.c
5636                 "LDAP Server" -> "LDAP servers"
5637
5638 2006-03-21 [wwp]        2.0.0cvs160
5639
5640         * src/etpan/imap-thread.c
5641                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5642
5643 2006-03-20 [colin]      2.0.0cvs159
5644
5645         * src/summaryview.c
5646                 Don't reload summaryview after an execute with no
5647                 move action
5648
5649 2006-03-19 [colin]      2.0.0cvs158
5650
5651         * src/addressbook.c
5652                 and put groups at the top, always
5653
5654 2006-03-19 [colin]      2.0.0cvs157
5655
5656         * src/addressbook.c
5657                 Order groups before names, as previously
5658
5659 2006-03-19 [colin]      2.0.0cvs156
5660
5661         * src/addressbook.c
5662                 - Sort case-unsensitive
5663                 - Put the sort arrow at opening too
5664
5665 2006-03-19 [wwp]        2.0.0cvs155
5666
5667         * src/addressbook.c
5668                 allow sorting by name/email/remarks, ensure that right-pane's contents
5669                 matches the left-pane selection (cleared when appropriate).
5670                 Patch by Pawel Pekala <c0rn@o2.pl>.
5671
5672 2006-03-18 [colin]      2.0.0cvs154
5673
5674         * src/textview.c
5675                 Fix text cursor ;)
5676
5677 2006-03-18 [colin]      2.0.0cvs153
5678
5679         * src/gtk/filesel.c
5680                 Make sure we hide the preview if we didn't get
5681                 a filename
5682
5683 2006-03-18 [colin]      2.0.0cvs152
5684
5685         * src/summaryview.c
5686                 Set cursor to watch for execution (fixes lack
5687                 of watch-cursor when dnd'ing hundreds of mails)
5688         * src/gtk/filesel.c
5689                 Check that mime type is 'image/*' before updating
5690                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5691
5692 2006-03-18 [colin]      2.0.0cvs151
5693
5694         * src/mainwindow.c
5695         * src/textview.c
5696         * src/textview.h
5697                 Put a watch cursor in textview too when the mainwindow's
5698                 cursor in a watch
5699
5700 2006-03-18 [colin]      2.0.0cvs150
5701
5702         * src/folder.c
5703                 Change wrong asserts to simple tests
5704
5705 2006-03-17 [colin]      2.0.0cvs149
5706
5707         * src/mainwindow.c
5708         * src/mainwindow.h
5709         * src/prefs_msg_colors.c
5710         * src/summaryview.c
5711         * src/summaryview.h
5712         * src/gtk/colorlabel.c
5713         * src/gtk/colorlabel.h
5714                 Add a color label menu in the main menubar
5715                 Add (fixed) accels Ctrl-{0-7} to change the color
5716                 They have to be fixed because the menu's dynamic,
5717                 the items are complex widgets, hence we can't use
5718                 a GtkItemFactory.
5719
5720
5721 2006-03-17 [wwp]        2.0.0cvs148
5722
5723         * src/compose.c
5724                 rollback few lines from my previous commit (those lines come from
5725                 a pending patch, accidentally commited, even if neutral as they are
5726                 commented out).
5727
5728 2006-03-17 [wwp]        2.0.0cvs147
5729
5730         * src/compose.c
5731                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5732                 applied code style/indentation to the modified function.
5733
5734 2006-03-17 [wwp]        2.0.0cvs146
5735
5736         * src/procmsg.c
5737         * src/compose.c
5738                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5739
5740 2006-03-17 [paul]
5741
5742         2.1.0-rc1 released
5743
5744 2006-03-17 [paul]       2.0.0cvs145
5745
5746         * src/main.c
5747                 addressbook_read_file() was called twice
5748         * src/textview.c
5749                 X-Mailer highlighting
5750
5751 2006-03-16 [colin]      2.0.0cvs144
5752
5753         * src/sourcewindow.c
5754         * src/sourcewindow.h
5755                 And the last one, in source window.
5756
5757 2006-03-16 [colin]      2.0.0cvs143
5758
5759         * src/compose.c
5760         * src/compose.h
5761                 Fix the same stuff in compose
5762
5763 2006-03-16 [colin]      2.0.0cvs142
5764
5765         * src/messageview.c
5766                 Complete the previous messageview crash fix
5767
5768 2006-03-16 [colin]      2.0.0cvs141
5769
5770         * src/procmsg.h
5771         * src/procmsg.c
5772         * src/folder.c
5773                 Fix POSTPROCESSING hook
5774                 Patch by H. Merijn Brand
5775
5776         * src/procmime.c
5777         * src/procmime.h
5778                 Parse Content-Location
5779
5780         * src/toolbar.c
5781         * src/messageview.c
5782         * src/messageview.h
5783                 Don't crash when a top-level MessageView has
5784                 been closed on us. Same problematic than
5785                 yesterday's quicksearch issue.
5786
5787 2006-03-15 [colin]      2.0.0cvs140
5788
5789         * src/gtk/quicksearch.c
5790                 Fix a bitchy race we didn't think about when we
5791                 added quicksearch cancellation:
5792                 If the search is not on cached fields, for example
5793                 body_part matchcase "stuff"
5794                 the matcher code has to get the whole message. If
5795                 we're on IMAP, that can be slow, and in order to
5796                 be non-blocking, the IMAP code idle loop processes
5797                 gtk events too. So it is possible to cancel a
5798                 quicksearch while the matcher is getting the mail's
5799                 body. After matcher got its body, it will start to
5800                 iterate over the matcher list that the Quicksearch's
5801                 clear_search_cb() just freed via prepare_matcher().
5802                 SIGSEGV ensues.
5803                 The fix consists of guarding the matcherlist_match()
5804                 call with a boolean 'matching'. If we reset the
5805                 quicksearch while matching is TRUE, we don't free
5806                 the matcherlist anymore like we did, but we set
5807                 another new flag, deferred_free, to TRUE. Then,
5808                 in quicksearch_match(), just after returning from
5809                 matcherlist_match() and unsetting the matching flag,
5810                 we check the deferred_free flag and do the
5811                 prepare_matcher() (which does the matcherlist_free)
5812                 for real, so we free the matcherlist once it's not
5813                 used anymore.
5814                 As all of this runs via the glib main loop, we
5815                 luckily don't need a mutex.
5816         * src/summaryview.c
5817                 Also, show progress while searching.
5818
5819
5820 2006-03-14 [colin]      2.0.0cvs139
5821
5822         * src/alertpanel.c
5823                 Make alertpanel_is_open non-static
5824
5825 2006-03-14 [colin]      2.0.0cvs138
5826
5827         * src/prefs_spelling.c
5828                 Cleanups - Fabien Vantard
5829
5830 2006-03-14 [wwp]        2.0.0cvs137
5831
5832         * src/main.c
5833                 code style normalization (curly braces, indentation).
5834
5835 2006-03-14 [wwp]        2.0.0cvs137
5836
5837         * src/main.c
5838                 code style (braces, indentation)
5839
5840 2006-03-12 [paul]       2.0.0cvs136
5841
5842         * src/prefs_common.c
5843                 trans_hdr defaults to FALSE to be RFC-savvy
5844         * src/prefs_summaries.c
5845                 add a tooltip to the trans_hdr option
5846                 
5847
5848 2006-03-12 [paul]       2.0.0cvs135
5849
5850         * src/prefs_matcher.c
5851                 give a little more width to the combos
5852         * src/prefs_display_header.c
5853         * src/textview.c
5854                 translate headers if prefs_common.trans_hdr
5855                 is TRUE
5856
5857         Patches by Pawel Pekala
5858
5859 2006-03-12 [paul]       2.0.0cvs134
5860
5861         * src/plugins/clamav/clamav_plugin.c
5862         * src/plugins/dillo_viewer/dillo_viewer.c
5863         * src/plugins/pgpcore/plugin.c
5864         * src/plugins/pgpinline/plugin.c
5865         * src/plugins/pgpmime/plugin.c
5866         * src/plugins/spamassassin/spamassassin.c
5867                 update/add to descriptions
5868         * src/plugins/spamassassin/spamassassin_gtk.c
5869                 fixes to the english, remove superfluous
5870                 tooltips, clean up a little
5871
5872 2006-03-12 [paul]       2.0.0cvs133
5873
5874         * src/compose.c
5875                 fix Bug 924, 'Account combo box shows up wrong 
5876                 if & is in account name'
5877
5878 2006-03-11 [colin]      2.0.0cvs132
5879
5880         * src/summaryview.c
5881                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5882                 messed up shift-selection because is slows down
5883                 moving around summaryview. thanks -users
5884
5885 2006-03-10 [colin]      2.0.0cvs131
5886
5887         * src/plugins/spamassassin/spamassassin_gtk.c
5888                 Put back Paul's engrish fixes
5889
5890 2006-03-10 [colin]      2.0.0cvs130
5891
5892         * src/plugins/spamassassin/spamassassin.c
5893         * src/plugins/spamassassin/spamassassin.h
5894         * src/plugins/spamassassin/spamassassin_gtk.c
5895                 Cleanup SA prefs page (more)
5896                 Patch by Fabien Vantard
5897
5898 2006-03-10 [paul]       2.0.0cvs129
5899
5900         * src/prefs_msg_colors.c
5901         * src/prefs_spelling.c
5902                 widget sensitivity
5903
5904 2006-03-09 [mones]      2.0.0cvs128
5905
5906         * po/es.po
5907                 Update for next RC
5908
5909 2006-03-09 [wwp]        2.0.0cvs127
5910
5911         * configure.ac
5912                 revert accidental commit (requirement for libetpan 0.43), this time
5913                 not in HEAD.
5914
5915 2006-03-09 [wwp]        2.0.0cvs125
5916
5917         * configure.ac
5918                 revert accidental commit (requirement for libetpan 0.43)
5919
5920 2006-03-09 [paul]       2.0.0cvs126
5921
5922         * src/prefs_receive.c
5923                 remove useless frame
5924                 replace 'incorporation' with 'receiving'
5925         * src/plugins/clamav/clamav_plugin_gtk.c
5926         * src/plugins/spamassassin/spamassassin_gtk.c
5927                 improve widget sensitivity
5928                 fix a bit his engrish
5929
5930 2006-03-09 [wwp]        2.0.0cvs125
5931
5932         * src/addressadd.c
5933         * src/foldersel.c
5934         * src/prefs_common.c
5935         * src/prefs_common.h
5936                 remember some more windows' sizes (add to addressbook and
5937                 select folder).
5938
5939 2006-03-09 [paul]       2.0.0cvs124
5940
5941         * src/plugins/pgpcore/prefs_gpg.c
5942                 normalise construction of dialogue
5943
5944 2006-03-09 [paul]       2.0.0cvs123
5945
5946         * src/plugins/trayicon/Makefile.am
5947                 add missing slash
5948
5949 2006-03-08 [colin]      2.0.0cvs122
5950
5951         * src/plugins/trayicon/Makefile.am
5952                 Fix build in separate dir 
5953                 Patch by Bamanzi <bamanzi@gmail.com>
5954
5955 2006-03-08 [colin]      2.0.0cvs121
5956
5957         * src/procmsg.c
5958                 Batch move and copies from summaryview with delayed execution
5959                 too
5960
5961 2006-03-07 [paul]       2.0.0cvs120
5962
5963         * src/common/utils.c
5964                 fix highlighting of URIs containing "()"
5965                 Patch by Pawel Pekala
5966
5967 2006-03-07 [paul]       2.0.0cvs119
5968
5969         * src/folder.c
5970         * src/folder.h
5971         * src/folderview.c
5972                 immediately do alphabetical resort when
5973                 changing a folder's name
5974                 Patch by Pawel Pekala
5975
5976 2006-03-07 [paul]       2.0.0cvs118
5977
5978         * src/news.c
5979         * src/news_gtk.c
5980                 when unsubscribing a newsgroup, remove the
5981                 folder and msgs in .sylpheed-claws/newscache
5982                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5983
5984 2006-03-07 [paul]       2.0.0cvs117
5985
5986         * src/textview.c
5987                 fix wrong Fake URL Warning
5988                 Thanks to Hiro
5989
5990 2006-03-07 [colin]      2.0.0cvs116
5991
5992         * src/imap.c
5993                 Return immediately when password dialog was
5994                 cancelled
5995         * src/gtk/inputdialog.c
5996                 Allow empty strings for passwords
5997
5998
5999 2006-03-06 [colin]      2.0.0cvs115
6000
6001         * src/imap.c
6002                 Prevent double-timeouts when connection fails
6003
6004 2006-03-06 [colin]
6005
6006         2.0.1-rc1 released
6007
6008 2006-03-06 [colin]      2.0.0cvs114
6009
6010         * src/imap.c
6011                 Refresh session during potentially long
6012                 operations
6013
6014 2006-03-06 [wwp]        2.0.0cvs113
6015
6016         * src/prefs_msg_colors.h
6017                 forgot that one (custom color labels).
6018
6019 2006-03-06 [wwp]        2.0.0cvs112
6020
6021         * src/prefs_common.c
6022         * src/prefs_common.h
6023         * src/prefs_msg_colors.c
6024         * src/summaryview.c
6025         * src/summaryview.h
6026         * src/gtk/colorlabel.c
6027         * src/gtk/colorlabel.h
6028                 colors in messages list are now customizable. Color values and names can
6029                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
6030                 Thanks to Paul and Colin for their help with this longstanding patch!
6031
6032 2006-03-06 [wwp]        2.0.0cvs111
6033
6034         * src/textview.c
6035                 don't crash if (x)face is bad.
6036
6037 2006-03-05 [paul]       2.0.0cvs110
6038
6039         * AUTHORS
6040         * configure.ac
6041         * src/Makefile.am
6042         * src/common/Makefile.am
6043         * src/common/utils.h
6044         * src/etpan/imap-thread.c
6045         * src/gtk/authors.h
6046         * src/plugins/clamav/Makefile.am
6047         * src/plugins/demo/Makefile.am
6048         * src/plugins/dillo_viewer/Makefile.am
6049         * src/plugins/pgpcore/Makefile.am
6050         * src/plugins/pgpcore/passphrase.c
6051         * src/plugins/pgpinline/Makefile.am
6052         * src/plugins/pgpmime/Makefile.am
6053         * src/plugins/spamassassin/Makefile.am
6054         * src/plugins/trayicon/Makefile.am
6055                 fix builiding on cygwin
6056                 Patch by Ralgh Young <bamanzi@gmail.com>
6057
6058 2006-03-04 [wwp]        2.0.0cvs109
6059
6060         * manual/keyboard.xml
6061                 fix mixed up/down keys.
6062
6063 2006-03-04 [wwp]        2.0.0cvs108
6064
6065         * README
6066         * INSTALL
6067                 updated links to SpamAssassin.
6068
6069 2006-03-04 [wwp]        2.0.0cvs107
6070
6071         * manual/plugins.xml
6072         * src/plugins/spamassassin/README
6073                 updated SpamAssassin plugin docs to reflect new functional additions
6074                 (also fix/update/documents few technical stuff more, see the README).
6075
6076 2006-03-04 [wwp]        2.0.0cvs106
6077
6078         * src/prefs_message.c
6079                 normalized capitalization of message-prefs paths.
6080
6081 2006-03-04 [wwp]        2.0.0cvs105
6082
6083         * manual/advanced.xml
6084                 typo.
6085
6086 2006-03-03 [colin]      2.0.0cvs104
6087
6088         * src/plugins/clamav/clamav_plugin_gtk.c
6089                 Rework prefs page, patch by Fabien 
6090
6091 2006-03-03 [colin]      2.0.0cvs103
6092
6093         * src/plugins/clamav/clamav_plugin.c
6094                 Set error on all errors
6095
6096 2006-03-03 [colin]      2.0.0cvs102
6097
6098         * src/common/plugin.c
6099                 Initialize error to avoid crashing when a plugin fails
6100                 without setting error
6101
6102 2006-03-02 [wwp]        2.0.0cvs101
6103
6104         * configure.ac
6105                 fixed linker flags for libetpan support on Cygwin
6106                 (thanks to H.Merijn Brand).
6107
6108 2006-03-02 [wwp]        2.0.0cvs100
6109
6110         * src/addressbook.c
6111                 fix some AB error messages: one for punctuation and
6112                 one wrongly duplicate (thanks, maxbritov).
6113
6114 2006-03-02 [wwp]        2.0.0cvs99
6115
6116         * src/plugins/spamassassin/spamassassin.c
6117                 make sync calls to sa-learn/spamc to prevent
6118                 system (whatever local or client/server) overload.
6119
6120 2006-03-02 [colin]      2.0.0cvs98
6121
6122         * src/summaryview.c
6123                 Put the spam icon in the status column instead of the
6124                 mark one
6125
6126 2006-03-01 [colin]      2.0.0cvs97
6127
6128         * src/plugins/spamassassin/spamassassin.c
6129                 Fix segfault (g_file_set_contents fails for some 
6130                 reason and err==0x2f. Can't find out why with
6131                 valgrind, using working function :-)
6132
6133 2006-03-01 [colin]      2.0.0cvs96
6134
6135         * src/inc.c
6136                 Offline overriding: let 'No' be cached only 3 seconds
6137
6138 2006-03-01 [colin]      2.0.0cvs95
6139
6140         * src/addr_compl.c
6141         * src/addrbook.c
6142         * src/addressbook.c
6143         * src/addrindex.c
6144         * src/folder_item_prefs.c
6145         * src/headerview.c
6146         * src/imap.c
6147         * src/inc.c
6148         * src/ldif.c
6149         * src/mainwindow.c
6150         * src/mh.c
6151         * src/msgcache.c
6152         * src/prefs_common.h
6153         * src/prefs_msg_colors.c
6154         * src/procheader.c
6155         * src/procheader.h
6156         * src/procmime.c
6157         * src/procmsg.c
6158         * src/procmsg.h
6159         * src/send_message.h
6160         * src/simple-gettext.c
6161         * src/summaryview.c
6162         * src/summaryview.h
6163         * src/syldap.c
6164         * src/textview.c
6165         * src/undo.c
6166         * src/common/ssl_certificate.c
6167         * src/common/utils.c
6168         * src/gtk/colorsel.c
6169         * src/gtk/gtksctree.c
6170         * src/gtk/gtkshruler.c
6171         * src/plugins/trayicon/trayicon.c
6172                 #if 0 goes to /dev/null
6173
6174 2006-03-01 [colin]      2.0.0cvs94
6175
6176         * src/compose.c
6177         * src/imap.c
6178         * src/inc.c
6179         * src/inc.h
6180         * src/messageview.c
6181         * src/news.c
6182         * src/plugins/spamassassin/spamassassin.c
6183                 Allow to add information in the "working offline"
6184                 window
6185
6186 2006-03-01 [wwp]        2.0.0cvs93
6187
6188         * src/plugins/spamassassin/spamassassin.c
6189                 fixed spamc invocation: use a tricky temporary mini shell wrapper
6190                 'cause it seems that calling `spamc ... < inputfile` with
6191                 g_spawn_(a)sync simply.. erm doesn't work :-).
6192
6193 2006-03-01 [wwp]        2.0.0cvs92
6194
6195         * src/toolbar.c
6196         * src/toolbar.h
6197                 simplify the adding of spam/ham button to the messageview toolbar
6198                 (it gets more clear now that the same button will be "Mark as spam"
6199                 or "Mark as ham" according to the current message status,
6200                 thanks to Colin).
6201
6202 2006-03-01 [wwp]        2.0.0cvs91
6203
6204         * src/messageview.c
6205         * src/procmsg.c
6206         * src/procmsg.h
6207         * src/summaryview.c
6208         * src/plugins/spamassassin/spamassassin.c
6209         * src/plugins/spamassassin/spamassassin.h
6210                 make learner callbacks return a status (0 for ok),
6211                 handle it in main code to avoid setting flags when learning failed,
6212                 don't learn on TCP if offline in spamassassin,
6213                 thanks to Colin.
6214
6215                 
6216
6217 2006-03-01 [wwp]        2.0.0cvs90
6218
6219         * src/compose.c
6220                 some work around the compose window's account menu,
6221                 patch by Fabien Vantard.
6222
6223 2006-03-01 [wwp]        2.0.0cvs89
6224
6225         * src/plugins/spamassassin/spamassassin.c
6226                 fixed bad logics, was using spamc in local mode and sa-learn
6227                 in remote mode (thanks, Colin).
6228
6229 2006-03-01 [wwp]        2.0.0cvs88
6230
6231         * src/plugins/spamassassin/spamassassin.c
6232         * src/plugins/spamassassin/spamassassin.h
6233         * src/plugins/spamassassin/spamassassin_gtk.c
6234                 made processing of emails w/ sa-plugin an option (default is TRUE),
6235                 fixed Engrish some tooltips, capitalization of some debug messages
6236                 and warnings. The spamassassin plugin now provides two separate
6237                 services: process emails upon incorporation and spamd training.
6238                 Both services (un)register independently but use some common
6239                 plugin settings (transport settings, spam storage location).
6240
6241 2006-02-28 [wwp]        2.0.0cvs87
6242
6243         * src/plugins/spamassassin/spamassassin.c
6244                 fix async flag to spamc cmdline execution (batch exec should
6245                 be asynchronous).
6246
6247 2006-02-27 [wwp]        2.0.0cvs86
6248
6249         * src/plugins/spamassassin/spamassassin.c
6250         * src/plugins/spamassassin/spamassassin.h
6251         * src/plugins/spamassassin/spamassassin_gtk.c
6252                 - added the ability to learn a remote spamassassin server (spamd),
6253                 using spamc.
6254                 - added the spamassassin option 'username', that applies to all
6255                 spamassassin operations (filtering, learning, local or remote).
6256                 The default username is the current unix user (if left blank
6257                 from gtk prefs or config file).
6258                 - commented out some unused code (notebook widget), removed unused
6259                 layout (hbox1).
6260                 - make more widgets sensitive to the transport type.
6261
6262 2006-02-27 [colin]      2.0.0cvs85
6263
6264         * src/plugins/spamassassin/spamassassin.c
6265                 Fix sa-learn call when offline
6266
6267 2006-02-27 [colin]      2.0.0cvs84
6268
6269         * configure.ac
6270         * src/Makefile.am
6271         * src/mainwindow.c
6272         * src/mainwindow.h
6273         * src/messageview.c
6274         * src/messageview.h
6275         * src/prefs_toolbar.c
6276         * src/procmsg.c
6277         * src/stock_pixmap.c
6278         * src/stock_pixmap.h
6279         * src/summaryview.c
6280         * src/toolbar.c
6281         * src/toolbar.h
6282         * src/pixmaps/ham_btn.xpm
6283         * src/pixmaps/spam.xpm
6284         * src/pixmaps/spam_btn.xpm
6285         * src/plugins/spamassassin/spamassassin.c
6286                 Add button in toolbar for spam learning
6287                 Fix a few bugs from the last related commit
6288                 Revert 1.9.6cvs23 which messed up shift-selection
6289
6290 2006-02-24 [colin]      2.0.0cvs83
6291
6292         * src/procmsg.c
6293         * src/summaryview.c
6294         * src/summaryview.h
6295         * src/plugins/spamassassin/spamassassin.c
6296         * src/plugins/spamassassin/spamassassin.h
6297         * src/plugins/spamassassin/spamassassin_gtk.c
6298                 Unregister learner when spamassassin is either
6299                 disabled or over tcp
6300
6301 2006-02-24 [colin]      2.0.0cvs82
6302
6303         * src/Makefile.am
6304         * src/mainwindow.c
6305         * src/mainwindow.h
6306         * src/procmsg.c
6307         * src/procmsg.h
6308         * src/stock_pixmap.c
6309         * src/stock_pixmap.h
6310         * src/summaryview.c
6311         * src/summaryview.h
6312         * src/gtk/icon_legend.c
6313         * src/pixmaps/spam.xpm  ** NEW FILE **
6314         * src/plugins/spamassassin/spamassassin.c
6315         * src/plugins/spamassassin/spamassassin_gtk.c
6316                 Add spam learning interface (Mark/Mark as 
6317                 (spam|ham) menus)
6318
6319 2006-02-24 [wwp]        2.0.0cvs81
6320
6321         * src/compose.c
6322         * src/compose.h
6323         * src/filtering.c
6324                 hide compose window when sending message in batch mode
6325                 (filtering: forward and redirect). Also fixed a wrong
6326                 value returned when sending failed, neutral anyway.
6327                 (Colin, me) 
6328
6329 2006-02-24 [wwp]        2.0.0cvs80
6330
6331         * src/mainwindow.c
6332                 use GTK+'s stock quit button. Patch by Fabien Vantard.
6333
6334 2006-02-24 [paul]       2.0.0cvs79
6335
6336         * src/news.c
6337         * src/news.h
6338         * src/news_gtk.c
6339                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
6340                 Thanks to Colin
6341
6342 2006-02-23 [colin]      2.0.0cvs78
6343
6344         * src/alertpanel.c
6345                 Change OK to Close in alertpanel with View log
6346                 button; add accel to View log. Patch by Fabien
6347                 Vantard
6348
6349 2006-02-23 [wwp]        2.0.0cvs77
6350
6351         * src/compose.c
6352                 silly me, there were much more tests to perform, since toolbars can
6353                 really have down to 1 element only.
6354
6355 2006-02-23 [wwp]        2.0.0cvs76
6356
6357         * commitHelper
6358                 fixed indentation from my previous commit. Fallback to VISUAL if
6359                 EDITOR is not set (and to vi, at last resort).
6360
6361 2006-02-23 [wwp]        2.0.0cvs75
6362
6363         * commitHelper
6364                 improved error detection (Colin, me).
6365
6366 2006-02-23 [wwp]        2.0.0cvs74
6367
6368         * src/prefs_toolbar.c
6369                 simplify and fix prefs/toolbars layouting. Combos' contents can
6370                 now be really displayed.
6371
6372 2006-02-23 [wwp]        2.0.0cvs73
6373         simplifies and fix prefs/toolbars layouting. Combos' contents can now
6374         be really displayed.
6375
6376 2006-02-22 [wwp]        2.0.0cvs72
6377
6378         * src/compose.c
6379                 fix a typo in my previous commit (sorry!).
6380
6381 2006-02-22 [wwp]        2.0.0cvs71
6382
6383         * src/prefs_toolbar.c
6384                 fix a crash when adding separators to toolbars,
6385                 also fix some separator item information.
6386
6387 2006-02-22 [wwp]        2.0.0cvs70
6388
6389         * src/compose.c
6390                 fix a crash when redirecting (for instance) when compose window's
6391                 toolbar contents has been customized (when some buttons have been
6392                 removed in fact).
6393
6394 2006-02-21 [wwp]        2.0.0cvs69
6395
6396         * src/summaryview.c
6397         * src/gtk/pluginwindow.c
6398         * src/plugins/pgpcore/prefs_gpg.c
6399                 fix some compilation warnings (feat. remains of removed code).
6400
6401 2006-02-21 [wwp]        2.0.0cvs68
6402
6403         * src/gtk/gtkutils.c
6404                 fix two compilation issues, thanks to Stephan Sachse.
6405
6406 2006-02-20 [colin]      2.0.0cvs67
6407
6408         * src/mainwindow.c
6409                 Don't reselect displayed mail on refocus
6410                 This fixes actions misbehaving 
6411
6412 2006-02-20 [wwp]        2.0.0cvs66
6413
6414         * src/summaryview.c
6415         * src/gtk/gtksctree.c
6416         * src/gtk/gtkshruler.c
6417                 changed more runtime typecast checks.
6418
6419 2006-02-20 [wwp]        2.0.0cvs65
6420
6421         * src/summary_search.c
6422                 find all - summaryview refresh issue fixed, thanks to Colin.
6423
6424 2006-02-20 [wwp]        2.0.0cvs64
6425
6426         * src/gtk/gtkutils.c
6427                 better runtime typecast checks.
6428
6429 2006-02-20 [wwp]        2.0.0cvs63
6430
6431         * src/summary_search.c
6432                 enhancements to the summary search:
6433                         - add the ability to stop the running search
6434                           (upon ESC-key press, new Stop button or when Clear button is pressed)
6435                         - don't search if no criteria (From/To/Subject/Body) is set
6436                         - ensure that a busy mouse pointer is always shown when searching,
6437                           show it even a bit earlier
6438
6439 2006-02-19 [colin]      2.0.0cvs62
6440
6441         * src/compose.c
6442         * src/imap.c
6443         * src/etpan/imap-thread.c
6444         * src/etpan/imap-thread.h
6445                 (Future) IMAP speed improvement on sending
6446                 Will require a libetpan update
6447         * src/summaryview.c
6448         * src/gtk/quicksearch.c
6449                 Make quicksearch clearable while running.
6450
6451 2006-02-17 [colin]      2.0.0cvs61
6452
6453         * src/imap.c
6454         * src/etpan/imap-thread.c
6455         * src/etpan/imap-thread.h
6456                 Check for IMAP certificates
6457                 ** Requires libetpan-0.42-cvs4 
6458                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6459
6460 2006-02-17 [colin]      2.0.0cvs60
6461
6462         * src/messageview.c
6463         * src/prefs_common.c
6464         * src/prefs_common.h
6465         * src/prefs_message.c
6466                 Add pref to display HTML-only mails with plugin, 
6467                 if possible (defaulting to FALSE of course).
6468
6469 2006-02-16 [colin]      2.0.0cvs59
6470
6471         * src/main.c
6472         * src/common/plugin.c
6473         * src/common/plugin.h
6474         * src/gtk/pluginwindow.c
6475                 Keep track of requested (but unloaded) plugins
6476                 in some error cases.
6477
6478 2006-02-16 [wwp]        2.0.0cvs58
6479
6480         * src/gtk/gtkaspell.c
6481         * src/gtk/gtkaspell.h
6482         * src/prefs_spelling.c
6483         * src/compose.c
6484         * src/prefs_common.c
6485         * src/prefs_common.h
6486                 implemented new optional spellchecker behaviour: re-check message when
6487                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6488
6489 2006-02-16 [wwp]        2.0.0cvs57
6490
6491         * src/quote_fmt_parse.y
6492                 pclose popen'ed pipe.
6493
6494 2006-02-15 [colin]      2.0.0cvs56
6495
6496         * src/mimeview.c
6497         * src/mimeview.h
6498                 Let MimeViewers know which MimeView they
6499                 depend of.
6500         * src/summaryview.c
6501                 Swap From/To columns in Sent/Queue/Drafts
6502                 folders
6503         * src/etpan/imap-thread.c
6504                 Use mailstream_low_tls_open() for STARTTLS
6505                 instead of mailstream_low_ssl_open()
6506                 ** REQUIRES libetpan 0.42cvs3 **
6507
6508 2006-02-15 [wwp]        2.0.0cvs55
6509
6510         * src/compose.c
6511         * src/compose.h
6512         * src/message_search.c
6513         * src/message_search.h
6514         * src/textview.c
6515         * src/gtk/gtkutils.c
6516         * src/gtk/gtkutils.h
6517                 added the ability to Find text in the compose window (and a bit
6518                 of code factorization).
6519
6520 2006-02-15 [wwp]        2.0.0cvs54
6521
6522         * src/prefs_gtk.c
6523                 yet another one file was missing (fix for some widgets' sensitivity).
6524                 Thanks Colin!
6525
6526 2006-02-15 [wwp]        2.0.0cvs53
6527
6528         * src/prefs_gtk.h
6529                 oops forgot that file (fix for some widgets' sensitivity).
6530
6531 2006-02-15 [wwp]        2.0.0cvs52
6532
6533         * src/summary_search.c
6534                 implemented advanced summary search options (added the ability
6535                 to use matcher conditions in an advanced search mode).
6536
6537 2006-02-15 [wwp]        2.0.0cvs51
6538
6539         * src/plugins/pgpcore/prefs_gpg.c
6540         * src/prefs_account.c
6541                 fix some widget sensitivity, mostly around some labels in
6542                 account prefs.
6543
6544 2006-02-15 [paul]       2.0.0cvs50
6545
6546         * manual/advanced.xml
6547                 improve Templates info
6548                 written by wwp
6549
6550 2006-02-14 [colin]      2.0.0cvs49
6551
6552         * src/pixmaps/address_book.xpm
6553         * src/pixmaps/preferences.xpm
6554         * src/pixmaps/properties.xpm
6555                 Fix pixmap size - patch by Fabien Vantard
6556
6557 2006-02-13 [colin]      2.0.0cvs48
6558
6559         * src/procmime.c
6560                 Add missing fclose()s on error
6561         * src/textview.c
6562                 Remove unused code
6563         * src/common/utils.c
6564                 Fix temp files not being deleted on windows
6565         Patches by Thomas Gilgin
6566
6567 2006-02-13 [colin]      2.0.0cvs47
6568
6569         * src/mainwindow.c
6570                 Fix exit crash
6571
6572 2006-02-13 [wwp]        2.0.0cvs46
6573
6574         * src/plugins/pgpcore/prefs_gpg.c
6575                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6576
6577 2006-02-12 [colin]      2.0.0cvs45
6578
6579         * src/folderview.c
6580         * src/main.c
6581         * src/mainwindow.c
6582                 Fix "stuff" when quitting
6583
6584 2006-02-12 [wwp]        2.0.0cvs44
6585
6586         * src/prefs_themes.c
6587                 fix typos in debug messages.
6588
6589 2006-02-11 [colin]      2.0.0cvs43
6590
6591         * src/summaryview.c
6592                 don't allow drag/drop from ourself
6593
6594 2006-02-10 [wwp]        2.0.0cvs42
6595
6596         * src/exporthtml.c
6597         * src/html.c
6598         * src/html.h
6599         * src/procmime.c
6600         * src/textview.c
6601                 renamed html_ prefixed functions and data structures to avoid
6602                 namespace clashes w/ other software (gtkhtml2 for instance).
6603                 Closes bug #907.
6604
6605
6606 2006-02-09 [colin]      2.0.0cvs41
6607
6608         * src/summaryview.c
6609                 Fix shitty logic messed up. Thanks Ticho for the hint!
6610
6611 2006-02-09 [wwp]        2.0.0cvs40
6612
6613         * src/gtk/about.c
6614         * src/compose.c
6615         * src/prefs_account.c
6616         * src/prefs_gtk.h
6617         * src/editaddress.c
6618                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6619                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6620                 Browse buttons in accounts prefs.
6621
6622 2006-02-09 [colin]      2.0.0cvs39
6623
6624         * src/matcher.c
6625                 Check for pointer before using its members
6626         * src/gtk/gtksourceprintjob.c
6627                 Fix a wrong warning
6628
6629 2006-02-09 [wwp]        2.0.0cvs38
6630
6631         * src/gtk/filesel.c
6632                 fix few compiler warnings (type mismatch).
6633
6634 2006-02-09 [paul]       2.0.0cvs37
6635
6636         * po/fr.po
6637                 updated by Fabien Vantard
6638
6639 2006-02-08 [colin]      2.0.0cvs36
6640
6641         * src/prefs_common.c
6642         * src/common/defs.h
6643         * src/common/plugin.c
6644                 allow windows and linux configurations to coexist
6645                 patch by Thomas Gilgin
6646
6647 2006-02-08 [colin]      2.0.0cvs35
6648
6649         * src/filtering.c
6650         * src/matcher.c
6651         * src/matcher.h
6652         * src/matcher_parser_parse.y
6653         * src/prefs_filtering_action.c
6654         * src/prefs_matcher.c
6655                 Add the "Ignore thread" filtering
6656                 action
6657
6658 2006-02-08 [colin]      2.0.0cvs34
6659
6660         * src/compose.c
6661         * src/procmime.c
6662         * src/procmime.h
6663                 Fix bug #905 (damaged attachment)
6664                 text files with raw \0's aren't really text files
6665         FOR_STABLE
6666
6667 2006-02-08 [colin]      2.0.0cvs33
6668
6669         * src/summaryview.c
6670                 Fix crasher introduced yesterday
6671
6672 2006-02-08 [wwp]        2.0.0cvs32
6673
6674         * src/compose.c
6675         * src/compose.h
6676                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6677
6678 2006-02-08 [wwp]        2.0.0cvs31
6679
6680         * src/prefs_template.c
6681                 templates enhancement: allow address completion for Cc and Bcc fields
6682                 (it was currently possible for the To field only)
6683
6684 2006-02-08 [colin]      2.0.0cvs30
6685
6686         * src/compose.c
6687                 Don't unblock if not blocked
6688         FOR_STABLE
6689
6690 2006-02-07 [colin]      2.0.0cvs29
6691
6692         * src/action.c
6693                 Forgot to refresh summaryview
6694
6695 2006-02-07 [colin]      2.0.0cvs28
6696
6697         * src/action.c
6698                 Freeze/thaw message list and folder list while
6699                 processing %as{} actions 
6700         * src/compose.c
6701                 Fix auto-wrap disabling after a middle-click
6702                 paste - FOR_STABLE
6703
6704 2006-02-07 [paul]       2.0.0cvs27
6705
6706         * src/folder.c
6707                 fix freeing of uninitialised pointers
6708                 Thanks to Colin
6709
6710 2006-02-06 [colin]      2.0.0cvs26
6711
6712         * src/folder.c
6713                 Use g_slist_prepend in potentially big list
6714
6715 2006-02-06 [colin]      2.0.0cvs25
6716
6717         * src/folder.c
6718                 Completely skip processing if it doesn't 
6719                 exist (faster!)
6720
6721 2006-02-06 [colin]      2.0.0cvs24
6722
6723         * src/folder.c
6724         * src/summaryview.c
6725                 Batch filtering in summaryview (from Tools menu)
6726                 and pre/post//-processing too
6727
6728 2006-02-06 [colin]      2.0.0cvs23
6729
6730         * src/procmsg.h
6731         * src/filtering.c
6732                 Use a special field for batch filtering instead
6733                 of stepping on deferred execution's toes
6734
6735 2006-02-06 [colin]      2.0.0cvs22
6736
6737         * src/action.c
6738         * src/filtering.c
6739         * src/filtering.h
6740         * src/folder.c
6741         * src/summaryview.c
6742                 Fix filtering via menus and actions
6743
6744 2006-02-06 [colin]      2.0.0cvs21
6745
6746         * src/imap.c
6747                 Put the added file directly to cache if possible (will work
6748                 with next libetpan)
6749         * src/filtering.c
6750         * src/filtering.h
6751         * src/inc.c
6752         * src/folder.c
6753         * src/mbox.c
6754         * src/procmsg.h
6755                 Move and copy filtered messages by batches instead of one
6756                 by one - faster on IMAP
6757         * src/procmsg.c
6758                 Add a function that'll possibly be useful later
6759
6760 2006-02-06 [colin]      2.0.0cvs20
6761
6762         * src/addressbook.c
6763                 Use internal mime-type instead of text/plain for d'n'd
6764         * src/compose.c
6765                 Allow attaching files from mimeview's icon list via d'n'd
6766         * src/folderview.c
6767         * src/folderview.h
6768                 Use internal mime-type instead of text/plain for d'n'd
6769                 Don't try to selected opened folder if none is
6770                 Factorize d'n'd from other apps code
6771         * src/headerview.c
6772         * src/textview.c
6773         * src/gtk/gtkutils.c
6774         * src/gtk/gtkutils.h
6775                 Factorize Face/X-Face stuff
6776         * src/mimeview.c
6777                 Fix d'n'd to other apps
6778         * src/prefs_message.c
6779                 Let the XFace pref be usable without libcompface as it also
6780                 applies to Face
6781         * src/summaryview.c
6782                 Fix d'n'd to other apps
6783                 Factorize d'n'd from other apps code
6784
6785 2006-02-06 [wwp]        2.0.0cvs19
6786
6787         * po/it.po
6788                 Italian translation fixes by Andrea Spadaccini (no more confusion
6789                 between filtering and processing, and few changes in the About
6790                 dialog).
6791
6792
6793 2006-02-06 [mones]      2.0.0cvs18
6794
6795         * src/gtk/icon_legend.c
6796                 Improved descriptions allowing better translations
6797
6798 2006-02-05 [colin]      2.0.0cvs17
6799
6800         * src/imap.c
6801                 Add the f*cking missing expunge that caused imap_fetch_env
6802                 to fail after an add_msgs ! :-///
6803         * src/etpan/imap-thread.c
6804                 Add a bit of debug
6805         FOR_STABLE
6806
6807 2006-02-05 [colin]      2.0.0cvs16
6808
6809         * src/common/utils.c
6810                 Don't check for return-path (or we can't put
6811                 back non-sent mails)
6812
6813 2006-02-05 [colin]      2.0.0cvs15
6814
6815         * src/textview.c
6816                 Don't try to display Face header in textview
6817                 when teh headerview's active
6818
6819 2006-02-05 [colin]      2.0.0cvs14
6820
6821         * tools/tbird2syl.py
6822         * tools/Makefile.am
6823                 Add script to import Thunderbird mails
6824
6825 2006-02-05 [colin]      2.0.0cvs13
6826
6827         * src/headerview.c
6828         * src/procheader.c
6829         * src/procmsg.c
6830         * src/procmsg.h
6831         * src/textview.c
6832                 Show Face headers - patch partially by Klaus Flittner
6833
6834 2006-02-05 [colin]      2.0.0cvs12
6835
6836         * src/folderview.c
6837         * src/summaryview.c
6838         * src/common/utils.c
6839         * src/common/utils.h
6840                 Let dnd work from mime icons to summaryview
6841                 and to folderview too
6842                 Add a crude test to avoid trying to add files
6843                 drag'n'dropped when they're not mails
6844
6845 2006-02-04 [colin]      2.0.0cvs11
6846
6847         * src/summaryview.c
6848         * src/mimeview.c
6849                 Fix utf8 conversion
6850
6851 2006-02-04 [colin]      2.0.0cvs10
6852
6853         * src/compose.c
6854         * src/folderview.c
6855         * src/mimeview.c
6856         * src/summaryview.c
6857         * src/summaryview.h
6858                 Added various drag and drop capas:
6859                 From                    To
6860                 summaryview             other apps
6861                 mimeview icons          other apps
6862                 other apps              summaryview
6863                 other apps              folderview
6864
6865                 This shouldn't have broken the existing:
6866                 From                    To
6867                 summaryview             folderview
6868                 folderview              folderview
6869                 summaryview             compose's attachments
6870
6871         Tests welcomed.
6872
6873 2006-02-02 [paul]       2.0.0cvs9
6874
6875         * src/mainwindow.c
6876                 move global option 'Set displayed columns...' out
6877                 of folder option grouping.
6878                 fix sensitivity of 'harvest addresses'
6879         FOR_STABLE
6880
6881 2006-02-01 [colin]      2.0.0cvs8
6882
6883         * src/mimeview.c
6884                 Revert the alertpanel patch, it sucks (intrusive
6885                 and gets in the way of "open")
6886
6887 2006-02-01 [colin]      2.0.0cvs7
6888
6889         * src/compose.c
6890         * src/prefs_account.c
6891         * src/prefs_common.c
6892         * src/common/defs.h
6893         * src/common/utils.c
6894         * src/common/utils.h
6895                 Add ability to edit the signature file
6896                 from the account preferences, and use
6897                 a default for the text editor.
6898                 Patch by Fabien Vantard
6899
6900 2006-02-01 [colin]      2.0.0cvs6
6901
6902         * src/mimeview.c
6903                 Try to get mime type by extension if it is
6904                 application/octet-stream
6905                 Display a window with possible choices when
6906                 encountering unknown mime types
6907         * src/gtk/filesel.c
6908         * src/gtk/filesel.h
6909                 Add preview
6910                 Allow multiple selection in filtered filesel
6911                 (patch by Fabien Vantard)
6912         * src/gtk/pluginwindow.c
6913                 Use it (patch by Fabien Vantard)
6914
6915 2006-02-01 [paul]       2.0.0cvs5
6916
6917         * src/jpilot.c
6918                 fix crash on creating jpilot address book
6919                 Thanks to Colin - FOR_STABLE
6920         * src/prefs_summaries.c
6921         * src/prefs_wrapping.c
6922         * src/gtk/icon_legend.c
6923         * src/gtk/quicksearch.c
6924                 string fixes and additions
6925
6926 2006-02-01 [paul]       2.0.0cvs4
6927
6928         * src/compose.c
6929         * src/mainwindow.c
6930         * src/messageview.c
6931         * src/prefs_send.c
6932                 add Arabic encoding option
6933                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6934
6935 2006-01-31 [colin]      2.0.0cvs3
6936
6937         * src/plugins/pgpcore/passphrase.c
6938                 Convert passphrase to locale encoding
6939         * src/compose.c
6940                 Fix drafting on IMAP. Crappy bug sneaked in
6941                 the release :-/
6942         FOR_STABLE
6943
6944 2006-01-30 [paul]       2.0.0cvs2
6945
6946         * src/gtk/icon_legend.c
6947                 show the new entries
6948
6949 2006-01-30 [colin]      2.0.0cvs1
6950
6951         * src/manual.c
6952                 Check for the file to be present before 
6953                 enabling the menu - FOR_STABLE
6954         * src/gtk/icon_legend.c
6955                 Add folders icons (not all of them, there
6956                 are too much, but the most intriguing ones)
6957
6958 2006-01-30 [paul]       2.0.0
6959
6960         version 2.0.0 released
6961
6962 2006-01-30 [paul]       1.9.100cvs200
6963
6964         * manual/faq.xml
6965         * manual/gpl.xml
6966         * manual/intro.xml
6967         * manual/starting.xml
6968         * manual/sylpheed-claws-manual.xml
6969                 fixes, additions
6970
6971 2006-01-29 [mones]      1.9.100cvs199
6972
6973         * manual/account.xml
6974         * manual/advanced.xml
6975         * manual/glossary.xml
6976                 Some typos fixed, added LDIF term to glossary
6977         * po/es.po
6978                 Fixed leading plus symbol
6979
6980 2006-01-29 [paul]       1.9.100cvs198
6981
6982         * po/fi.po
6983         * po/sk.po
6984                 updated by Tommi Pirinen and Andrej Kacian
6985
6986 2006-01-29 [paul]       1.9.100cvs197
6987
6988         * src/gtk/authors.h
6989                 remove duplicates
6990
6991 2006-01-29 [paul]       1.9.100cvs196
6992
6993         * AUTHORS
6994         * po/nl.po
6995         * src/gtk/authors.h
6996         * tools/claws.i18n.status.pl
6997                 nl translation updated by Tim Dijkstra
6998
6999 2006-01-29 [paul]       1.9.100cvs195
7000
7001         * po/sr.po
7002         * po/sv.po
7003                 updated by Aleksandar Urosevic and Anders Troback
7004
7005 2006-01-28 [colin]      1.9.100cvs194
7006
7007         * src/gtk/gtksourceprintjob.c
7008                 Don't fiddle with PangoLayout when we
7009                 have an image
7010
7011 2006-01-28 [paul]       1.9.100cvs193
7012
7013         * AUTHORS
7014         * po/el.po
7015         * po/zh_CN.po
7016         * src/gtk/authors.h
7017         * tools/claws.i18n.status.pl
7018                 updated translations submitted by Stavros Giannouris
7019                 and Ralgh Young
7020
7021 2006-01-27 [colin]      1.9.100cvs192
7022
7023         * src/summaryview.c
7024         * src/gtk/gtksourceprintjob.c
7025                 Add image printing 
7026                 (libgnomeprint only, of course)
7027
7028 2006-01-27 [paul]       1.9.100cvs191
7029
7030         * po/fr.po
7031         * po/it.po
7032                 updated by Fabien Vantard and Andrea Spadaccini
7033
7034 2006-01-26 [colin]      1.9.100cvs190
7035
7036         * manual/Makefile.am
7037         * configure.ac
7038                 Make building the manual optional 
7039                 (--disable-manual)
7040
7041 2006-01-26 [paul]       1.9.100cvs189
7042
7043         * manual/glossary.xml
7044         * manual/plugins.xml
7045                 edited
7046         * po/en_GB.po
7047                 updated
7048
7049 2006-01-26 [paul]       1.9.100cvs188
7050
7051         * src/prefs_display_header.c
7052         * src/prefs_folder_column.c
7053         * src/prefs_msg_colors.c
7054         * src/prefs_summaries.c
7055         * src/prefs_summary_column.c
7056                 HIGify
7057
7058 2006-01-25 [colin]      1.9.100cvs187
7059
7060         * src/imap.c
7061                 Don't allow moving/copying mails between
7062                 queue/drafts and non-queue/drafts folders
7063                 Fixes bug #897 (message header is resetted 
7064                 if one is copied to Drafts)
7065
7066 2006-01-25 [colin]      1.9.100cvs186
7067
7068         * src/folder.c
7069         * src/mainwindow.c
7070                 Fix subscribed folders not found
7071         * src/compose.c
7072                 Don't try to encode as original mail's charset
7073                 if it's ascii 
7074
7075 2006-01-25 [paul]       1.9.100cvs185
7076
7077         * AUTHORS
7078         * po/Makevars
7079                 updated
7080         * po/de.po
7081         * po/pl.po
7082         * po/pt_BR.po
7083         * po/sr.po
7084                 updates submitted by Stephan Sachse, Emilian Nowak
7085                 and Quar, Frederico Goncalves Guimaraes, and
7086                 Aleksandar Urosevic
7087                 Fix Bug 896, 'PT_BR locale broken'.
7088         * src/gtk/authors.h
7089                 updated
7090
7091 2006-01-24 [mones]      1.9.100cvs184
7092
7093         * manual/glossary.xml
7094                 All current terms finished. Reviewers welcome ;-)
7095         * manual/keyboard.xml
7096                 Fixed column width for pdf output.
7097         * po/es.po
7098                 Updated
7099
7100 2006-01-24 [paul]       1.9.100cvs183
7101
7102         * manual/glossary.xml
7103                 fix id name
7104         * manual/dist/html/Makefile.am
7105         * manual/dist/pdf/Makefile.am
7106         * manual/dist/ps/Makefile.am
7107         * manual/dist/txt/Makefile.am
7108                 fix make deps
7109                 Thanks to Colin
7110
7111 2006-01-24 [mones]      1.9.100cvs182
7112
7113         * manual/glossary.xml
7114                 Nearly finished, some terms missing.
7115
7116 2006-01-23 [paul]       1.9.100cvs181
7117
7118         * manual/dist/html/Makefile.am
7119         * manual/dist/pdf/Makefile.am
7120         * manual/dist/ps/Makefile.am
7121         * manual/dist/txt/Makefile.am
7122         * src/mainwindow.c
7123                 re-enable manual
7124                 Thanks to Colin
7125
7126 2006-01-22 [colin]      1.9.100cvs180
7127
7128         * src/compose.c
7129         * src/gtk/gtkaspell.c
7130                 Don't deselect stuff before right-clicking, with aspell.
7131                 (This prevented right-click Copy, for example).
7132                 Thanks to Clo!
7133
7134 2006-01-22 [paul]       1.9.100cvs179
7135
7136         * src/summary_search.c
7137                 don't fix the widget size as it causes problems
7138                 under localisation.
7139                 Thanks to Emilian Nowak
7140
7141 2006-01-21 [paul]       1.9.100cvs178
7142
7143         * src/prefs_themes.c
7144                 fix broken underlining of label text
7145                 with some translations
7146
7147 2006-01-21 [colin]      1.9.100cvs177
7148
7149         * po/fr.po
7150                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
7151
7152 2006-01-20 [colin]      1.9.100cvs176
7153
7154         * configure.ac
7155         * Makefile.am
7156         * manual/Makefile
7157         * manual/dist/html/.cvsignore
7158         * manual/dist/html/Makefile.am
7159         * manual/dist/pdf/.cvsignore
7160         * manual/dist/pdf/Makefile.am
7161         * manual/dist/ps/.cvsignore
7162         * manual/dist/ps/Makefile.am
7163         * manual/dist/txt/.cvsignore
7164         * manual/dist/txt/Makefile.am
7165                 Autotool-ize manual
7166
7167 2006-01-20 [paul]       1.9.100cvs175
7168
7169         * manual/handling.xml
7170                 make Filtering and Searching entries easier to find
7171         * manual/keyboard.xml
7172                 add the remaining default keybinds
7173         * src/prefs_summaries.c
7174                 update the default keybinds
7175
7176 2006-01-20 [paul]       1.9.100cvs174
7177
7178         * src/addressbook.c
7179         * src/addrgather.c
7180         * src/addrharvest.c
7181         * src/editaddress.c
7182         * src/editgroup.c
7183         * src/exphtmldlg.c
7184         * src/expldifdlg.c
7185         * src/exporthtml.c
7186         * src/exportldif.c
7187         * src/ldif.c
7188                 replace 'e-mail' with 'email'
7189         * src/summary_search.c
7190                 add mnemonic to "Find all" button
7191
7192 2006-01-20 [wwp]        1.9.100cvs173
7193
7194         * src/export.c
7195         * src/import.c
7196                 touched mbox import/export buttons for HIG-compliance
7197
7198 2006-01-19 [paul]       1.9.100cvs172
7199
7200         * manual/account.xml
7201         * manual/addrbook.xml
7202         * manual/advanced.xml
7203         * manual/faq.xml
7204         * manual/handling.xml
7205         * manual/intro.xml
7206         * manual/plugins.xml
7207         * manual/starting.xml
7208                 more editing
7209
7210 2006-01-19 [paul]       1.9.100cvs171
7211
7212         * src/toolbar.c
7213                 allow use of trash button while receiving
7214                 Thanks to Colin
7215
7216 2006-01-19 [wwp]        1.9.100cvs170
7217
7218         * src/gtk/quicksearch.c
7219         * src/compose.c
7220                 force text color to black when yellow background is set
7221
7222 2006-01-19 [colin]      1.9.100cvs169
7223
7224         * src/plugins/trayicon/trayicon.c
7225                 Gray out Get Mail when already getting mail
7226
7227 2006-01-18 [paul]       1.9.100cvs168
7228
7229         * src/compose.c
7230                 give widget yellow background was To is
7231                 set via folder prefs
7232         * src/gtk/quicksearch.c
7233                 give widget yellow background when quick
7234                 search is active.
7235                 Thanks to Colin
7236
7237 2006-01-18 [paul]       1.9.100cvs167
7238
7239         * doc/man/sylpheed-claws.1
7240                 add --subscribe option
7241
7242 2006-01-18 [paul]       1.9.100cvs166
7243
7244         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7245         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7246                 use %U instead of %F (%F is broken for user installed
7247                 files in kde 3.5)
7248
7249 2006-01-18 [colin]      1.9.100cvs165
7250
7251         * src/summaryview.c
7252                 Default to Yes in "No more * messages" dialogs
7253
7254 2006-01-17 [colin]      1.9.100cvs164
7255
7256         * src/compose.c
7257                 Possibly fix an invalid iterator causing
7258                 crash
7259
7260 2006-01-17 [colin]      1.9.100cvs163
7261
7262         * src/mimeview.c
7263                 Fix crash when the image disappears under the
7264                 image viewer
7265
7266 2006-01-16 [colin]      1.9.100cvs162
7267
7268         * src/compose.c
7269                 Fix reenabling autowrap
7270
7271 2006-01-16 [colin]      1.9.100cvs161
7272
7273         * src/compose.c
7274                 reset quote_len before getting quote_str
7275
7276 2006-01-16 [colin]      1.9.100cvs160
7277
7278         * src/account.c
7279         * src/account.h
7280         * src/folder.c
7281         * src/imap_gtk.c
7282         * src/mh_gtk.c
7283                 Fix bug #883 (default inbox does not track folder move)
7284
7285 2006-01-16 [colin]      1.9.100cvs159
7286
7287         * src/compose.c
7288         * src/plugins/pgpcore/passphrase.c
7289                 More buttons fixes
7290
7291 2006-01-16 [paul]       1.9.100cvs158
7292
7293         * src/prefs_actions.c
7294         * src/prefs_filtering_action.c
7295         * src/prefs_matcher.c
7296         * src/quote_fmt.c
7297         * src/gtk/description_window.c
7298         * src/gtk/description_window.h
7299         * src/gtk/quicksearch.c
7300                 description window cleanups
7301
7302 2006-01-15 [colin]      1.9.100cvs157
7303
7304         * src/addressbook.c
7305         * src/prefs_filtering.c
7306                 Same here
7307
7308 2006-01-15 [colin]      1.9.100cvs156
7309
7310         * src/folderview.c
7311         * src/mainwindow.c
7312                 Same for "Empty trash"
7313
7314 2006-01-15 [colin]      1.9.100cvs155
7315
7316         * src/inc.c
7317                 Override offline dialog had Yes by default
7318
7319 2006-01-15 [colin]      1.9.100cvs154
7320
7321         * src/summaryview.c
7322                 Delete selected messages? previously had Yes the default
7323
7324 2006-01-15 [colin]      1.9.100cvs153
7325
7326         * src/folder.c
7327         * src/folder.h
7328         * src/main.c
7329                 Check if a mailbox is loaded after all
7330                 plugins are loaded.
7331
7332 2006-01-15 [colin]      1.9.100cvs152
7333
7334         * src/folder.c
7335                 Don't start wizard when there are unloaded folders (will help
7336                 people with only mbox or maildir mailboxes)
7337
7338 2006-01-14 [colin]      1.9.100cvs151
7339
7340         * src/addressbook.c
7341         * src/expldifdlg.c
7342         * src/importldif.c
7343         * src/importmutt.c
7344         * src/importpine.c
7345         * src/mh_gtk.c
7346                 More HIG compliance and fixes
7347
7348 2006-01-14 [colin]      1.9.100cvs150
7349
7350         * src/prefs_filtering_action.c
7351         * src/foldersel.c
7352                 Two forgotten button order changes
7353
7354 2006-01-14 [colin]      1.9.100cvs149
7355
7356         * src/account.c
7357         * src/addressbook.c
7358         * src/compose.c
7359         * src/folderview.c
7360         * src/imap_gtk.c
7361         * src/mainwindow.c
7362         * src/mh_gtk.c
7363         * src/news_gtk.c
7364         * src/prefs_actions.c
7365         * src/prefs_customheader.c
7366         * src/prefs_filtering.c
7367         * src/prefs_matcher.c
7368         * src/prefs_template.c
7369         * src/ssl_manager.c
7370         * src/summaryview.c
7371         * src/textview.c
7372         * src/toolbar.c
7373                 All deletion confirmations are now "Cancel, Delete" 
7374                 instead of "No, Yes"
7375                 Clarified most of the other "No, Yes" to 
7376                 "Cancel, Descriptive_action"
7377                 Rechanged the "Entry not saved" alerts to have 
7378                 "Close, Continue editing"
7379
7380
7381 2006-01-14 [paul]
7382
7383         * 2.0.0-rc4 released
7384
7385 2006-01-14 [paul]       1.9.100cvs148
7386
7387         * src/account.c
7388         * src/addressadd.c
7389         * src/addressbook.c
7390         * src/compose.c
7391         * src/editaddress.c
7392         * src/editbook.c
7393         * src/editgroup.c
7394         * src/editjpilot.c
7395         * src/editldap.c
7396         * src/editvcard.c
7397         * src/exphtmldlg.c
7398         * src/expldifdlg.c
7399         * src/folderview.c
7400         * src/grouplistdialog.c
7401         * src/imap_gtk.c
7402         * src/importmutt.c
7403         * src/importpine.c
7404         * src/inc.c
7405         * src/main.c
7406         * src/mainwindow.c
7407         * src/message_search.c
7408         * src/messageview.c
7409         * src/mh_gtk.c
7410         * src/mimeview.c
7411         * src/news_gtk.c
7412         * src/prefs_actions.c
7413         * src/prefs_customheader.c
7414         * src/prefs_filtering.c
7415         * src/prefs_matcher.c
7416         * src/prefs_template.c
7417         * src/prefs_themes.c
7418         * src/ssl_manager.c
7419         * src/summary_search.c
7420         * src/summaryview.c
7421         * src/textview.c
7422         * src/toolbar.c
7423         * src/gtk/foldersort.c
7424         * src/gtk/gtkaspell.c
7425         * src/gtk/inputdialog.c
7426         * src/gtk/prefswindow.c
7427         * src/plugins/pgpcore/select-keys.c
7428         * src/plugins/trayicon/trayicon.c
7429                 HIG compliant button order
7430
7431 2006-01-14 [mones]      1.9.100cvs147
7432
7433         * po/es.po
7434                 Updated translation
7435
7436 2006-01-13 [paul]       1.9.100cvs146
7437
7438         * AUTHORS
7439         * ChangeLog
7440         * src/gtk/authors.h
7441                 add Joshua M. Kwan to contributors list
7442
7443 2006-01-13 [colin]      1.9.100cvs145
7444
7445         * src/gtk/quicksearch.c
7446                 Don't refocus quick search after executing (Esc or Enter)
7447                 Allows to '/'search something then move up/down in 
7448                 summaryview, and to Esc a search and be back in the 
7449                 summaryview
7450
7451 2006-01-13 [paul]       1.9.100cvs144
7452
7453         * src/plugins/pgpinline/pgpinline.c
7454                 support Content-Type 'application/pgp'
7455                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7456
7457 2006-01-13 [paul]       1.9.100cvs143
7458
7459         * manual/account.xml
7460                 make mention of partial retrieval
7461                 thanks to Colin
7462
7463 2006-01-13 [paul]       1.9.100cvs142
7464
7465         * src/account.c
7466         * src/account.h
7467         * src/action.c
7468         * src/action.h
7469         * src/adbookbase.h
7470         * src/addr_compl.c
7471         * src/addr_compl.h
7472         * src/addrbook.c
7473         * src/addrcache.c
7474         * src/addrcache.h
7475         * src/addrcindex.c
7476         * src/addrcindex.h
7477         * src/addrclip.c
7478         * src/addrclip.h
7479         * src/addrdefs.h
7480         * src/addressadd.c
7481         * src/addressadd.h
7482         * src/addressbook.c
7483         * src/addressbook.h
7484         * src/addrgather.c
7485         * src/addrgather.h
7486         * src/addrharvest.c
7487         * src/addrharvest.h
7488         * src/addrindex.c
7489         * src/addrindex.h
7490         * src/addritem.c
7491         * src/addritem.h
7492         * src/addrquery.c
7493         * src/addrquery.h
7494         * src/addrselect.c
7495         * src/addrselect.h
7496         * src/alertpanel.c
7497         * src/alertpanel.h
7498         * src/browseldap.c
7499         * src/browseldap.h
7500         * src/codeconv.c
7501         * src/codeconv.h
7502         * src/compose.c
7503         * src/compose.h
7504         * src/customheader.c
7505         * src/customheader.h
7506         * src/displayheader.c
7507         * src/displayheader.h
7508         * src/editaddress.c
7509         * src/editaddress.h
7510         * src/editbook.c
7511         * src/editbook.h
7512         * src/editgroup.c
7513         * src/editgroup.h
7514         * src/editjpilot.c
7515         * src/editjpilot.h
7516         * src/editldap.c
7517         * src/editldap.h
7518         * src/editldap_basedn.c
7519         * src/editldap_basedn.h
7520         * src/editvcard.c
7521         * src/editvcard.h
7522         * src/exphtmldlg.c
7523         * src/exphtmldlg.h
7524         * src/expldifdlg.c
7525         * src/expldifdlg.h
7526         * src/export.h
7527         * src/exporthtml.c
7528         * src/exporthtml.h
7529         * src/exportldif.c
7530         * src/exportldif.h
7531         * src/filtering.c
7532         * src/filtering.h
7533         * src/folder.c
7534         * src/folder.h
7535         * src/folder_item_prefs.c
7536         * src/folder_item_prefs.h
7537         * src/foldersel.c
7538         * src/foldersel.h
7539         * src/folderutils.c
7540         * src/folderutils.h
7541         * src/folderview.c
7542         * src/folderview.h
7543         * src/grouplistdialog.c
7544         * src/grouplistdialog.h
7545         * src/headerview.c
7546         * src/html.c
7547         * src/html.h
7548         * src/image_viewer.c
7549         * src/image_viewer.h
7550         * src/imap.c
7551         * src/imap.h
7552         * src/imap_gtk.c
7553         * src/imap_gtk.h
7554         * src/import.h
7555         * src/importldif.c
7556         * src/importldif.h
7557         * src/importmutt.c
7558         * src/importmutt.h
7559         * src/importpine.c
7560         * src/importpine.h
7561         * src/inc.c
7562         * src/inc.h
7563         * src/jpilot.c
7564         * src/jpilot.h
7565         * src/ldapctrl.c
7566         * src/ldapctrl.h
7567         * src/ldaplocate.c
7568         * src/ldaplocate.h
7569         * src/ldapquery.c
7570         * src/ldapquery.h
7571         * src/ldapserver.c
7572         * src/ldapserver.h
7573         * src/ldaputil.c
7574         * src/ldaputil.h
7575         * src/ldif.c
7576         * src/ldif.h
7577         * src/main.c
7578         * src/main.h
7579         * src/mainwindow.c
7580         * src/mainwindow.h
7581         * src/manual.c
7582         * src/manual.h
7583         * src/mbox.c
7584         * src/mbox.h
7585         * src/message_search.c
7586         * src/message_search.h
7587         * src/messageview.c
7588         * src/messageview.h
7589         * src/mh.c
7590         * src/mh.h
7591         * src/mh_gtk.c
7592         * src/mh_gtk.h
7593         * src/mimeview.c
7594         * src/mimeview.h
7595         * src/msgcache.c
7596         * src/msgcache.h
7597         * src/mutt.c
7598         * src/mutt.h
7599         * src/news.c
7600         * src/news.h
7601         * src/news_gtk.c
7602         * src/news_gtk.h
7603         * src/partial_download.c
7604         * src/partial_download.h
7605         * src/pine.c
7606         * src/pine.h
7607         * src/pop.c
7608         * src/pop.h
7609         * src/prefs_account.c
7610         * src/prefs_account.h
7611         * src/prefs_actions.c
7612         * src/prefs_actions.h
7613         * src/prefs_common.c
7614         * src/prefs_common.h
7615         * src/prefs_compose_writing.c
7616         * src/prefs_compose_writing.h
7617         * src/prefs_customheader.c
7618         * src/prefs_customheader.h
7619         * src/prefs_display_header.c
7620         * src/prefs_display_header.h
7621         * src/prefs_filtering.c
7622         * src/prefs_filtering.h
7623         * src/prefs_filtering_action.c
7624         * src/prefs_filtering_action.h
7625         * src/prefs_folder_column.c
7626         * src/prefs_folder_column.h
7627         * src/prefs_folder_item.c
7628         * src/prefs_folder_item.h
7629         * src/prefs_fonts.c
7630         * src/prefs_fonts.h
7631         * src/prefs_gtk.c
7632         * src/prefs_gtk.h
7633         * src/prefs_image_viewer.c
7634         * src/prefs_image_viewer.h
7635         * src/prefs_matcher.c
7636         * src/prefs_matcher.h
7637         * src/prefs_message.c
7638         * src/prefs_msg_colors.c
7639         * src/prefs_msg_colors.h
7640         * src/prefs_other.c
7641         * src/prefs_quote.c
7642         * src/prefs_receive.c
7643         * src/prefs_send.c
7644         * src/prefs_spelling.c
7645         * src/prefs_spelling.h
7646         * src/prefs_summaries.c
7647         * src/prefs_summaries.h
7648         * src/prefs_summary_column.c
7649         * src/prefs_summary_column.h
7650         * src/prefs_template.c
7651         * src/prefs_template.h
7652         * src/prefs_themes.c
7653         * src/prefs_themes.h
7654         * src/prefs_toolbar.c
7655         * src/prefs_toolbar.h
7656         * src/prefs_wrapping.c
7657         * src/prefs_wrapping.h
7658         * src/privacy.c
7659         * src/privacy.h
7660         * src/procheader.c
7661         * src/procheader.h
7662         * src/procmime.c
7663         * src/procmime.h
7664         * src/procmsg.c
7665         * src/procmsg.h
7666         * src/quote_fmt.c
7667         * src/quote_fmt_parse.y
7668         * src/recv.c
7669         * src/recv.h
7670         * src/remotefolder.c
7671         * src/remotefolder.h
7672         * src/send_message.c
7673         * src/send_message.h
7674         * src/setup.c
7675         * src/setup.h
7676         * src/sourcewindow.c
7677         * src/sourcewindow.h
7678         * src/ssl_manager.c
7679         * src/ssl_manager.h
7680         * src/statusbar.c
7681         * src/statusbar.h
7682         * src/stock_pixmap.c
7683         * src/stock_pixmap.h
7684         * src/summary_search.c
7685         * src/summary_search.h
7686         * src/summaryview.c
7687         * src/summaryview.h
7688         * src/syldap.c
7689         * src/syldap.h
7690         * src/textview.c
7691         * src/textview.h
7692         * src/toolbar.c
7693         * src/toolbar.h
7694         * src/undo.c
7695         * src/undo.h
7696         * src/unmime.c
7697         * src/unmime.h
7698         * src/vcard.c
7699         * src/vcard.h
7700         * src/wizard.c
7701         * src/wizard.h
7702         * src/common/base64.c
7703         * src/common/base64.h
7704         * src/common/defs.h
7705         * src/common/hooks.c
7706         * src/common/hooks.h
7707         * src/common/log.c
7708         * src/common/log.h
7709         * src/common/mgutils.c
7710         * src/common/mgutils.h
7711         * src/common/nntp.c
7712         * src/common/nntp.h
7713         * src/common/passcrypt.c
7714         * src/common/passcrypt.h.in
7715         * src/common/plugin.c
7716         * src/common/plugin.h
7717         * src/common/prefs.c
7718         * src/common/prefs.h
7719         * src/common/progressindicator.c
7720         * src/common/progressindicator.h
7721         * src/common/quoted-printable.c
7722         * src/common/quoted-printable.h
7723         * src/common/session.c
7724         * src/common/session.h
7725         * src/common/smtp.c
7726         * src/common/smtp.h
7727         * src/common/socket.c
7728         * src/common/socket.h
7729         * src/common/ssl.c
7730         * src/common/ssl.h
7731         * src/common/ssl_certificate.c
7732         * src/common/ssl_certificate.h
7733         * src/common/stringtable.c
7734         * src/common/stringtable.h
7735         * src/common/sylpheed.c
7736         * src/common/sylpheed.h
7737         * src/common/template.c
7738         * src/common/template.h
7739         * src/common/timing.h
7740         * src/common/utils.c
7741         * src/common/utils.h
7742         * src/common/version.h.in
7743         * src/common/xml.c
7744         * src/common/xml.h
7745         * src/common/xmlprops.c
7746         * src/common/xmlprops.h
7747         * src/gtk/colorlabel.c
7748         * src/gtk/colorsel.c
7749         * src/gtk/colorsel.h
7750         * src/gtk/description_window.c
7751         * src/gtk/description_window.h
7752         * src/gtk/filesel.c
7753         * src/gtk/filesel.h
7754         * src/gtk/foldersort.c
7755         * src/gtk/foldersort.h
7756         * src/gtk/gtkutils.c
7757         * src/gtk/gtkutils.h
7758         * src/gtk/inputdialog.c
7759         * src/gtk/inputdialog.h
7760         * src/gtk/logwindow.c
7761         * src/gtk/logwindow.h
7762         * src/gtk/manage_window.c
7763         * src/gtk/manage_window.h
7764         * src/gtk/menu.c
7765         * src/gtk/menu.h
7766         * src/gtk/pluginwindow.c
7767         * src/gtk/pluginwindow.h
7768         * src/gtk/prefswindow.c
7769         * src/gtk/prefswindow.h
7770         * src/gtk/progressdialog.c
7771         * src/gtk/progressdialog.h
7772         * src/gtk/sslcertwindow.c
7773         * src/gtk/sslcertwindow.h
7774         * src/plugins/clamav/clamav_plugin.c
7775         * src/plugins/clamav/clamav_plugin.h
7776         * src/plugins/clamav/clamav_plugin_gtk.c
7777         * src/plugins/demo/demo.c
7778         * src/plugins/dillo_viewer/dillo_prefs.c
7779         * src/plugins/dillo_viewer/dillo_prefs.h
7780         * src/plugins/dillo_viewer/dillo_viewer.c
7781         * src/plugins/pgpcore/passphrase.c
7782         * src/plugins/pgpcore/passphrase.h
7783         * src/plugins/pgpcore/plugin.c
7784         * src/plugins/pgpcore/select-keys.c
7785         * src/plugins/pgpcore/select-keys.h
7786         * src/plugins/pgpcore/sgpgme.c
7787         * src/plugins/pgpcore/sgpgme.h
7788         * src/plugins/pgpinline/pgpinline.c
7789         * src/plugins/pgpinline/pgpinline.h
7790         * src/plugins/pgpinline/plugin.c
7791         * src/plugins/pgpmime/pgpmime.c
7792         * src/plugins/pgpmime/pgpmime.h
7793         * src/plugins/pgpmime/plugin.c
7794         * src/plugins/spamassassin/spamassassin.c
7795         * src/plugins/spamassassin/spamassassin.h
7796         * src/plugins/spamassassin/spamassassin_gtk.c
7797         * src/plugins/trayicon/trayicon.c
7798                 update copyright header
7799
7800 2006-01-13 [paul]       1.9.100cvs141
7801
7802         * src/account.c
7803         * src/export.c
7804         * src/import.c
7805         * src/mainwindow.c
7806         * src/prefs_account.c
7807         * src/prefs_display_header.c
7808         * src/prefs_receive.c
7809         * src/prefs_send.c
7810         * src/prefs_summaries.c
7811         * src/prefs_themes.c
7812         * src/prefs_toolbar.c
7813         * src/gtk/about.c
7814                 various cleanups
7815
7816 2006-01-12 [colin]      1.9.100cvs140
7817
7818         * src/folder.c
7819         * src/folder.h
7820         * src/main.c
7821                 Add --subscribe option
7822                 Let sylpheed-claws email@domain.com equivalent to --compose
7823                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7824
7825 2006-01-12 [paul]       1.9.100cvs139
7826
7827         * src/mainwindow.c
7828                 append 'Change folder order' label with '...'
7829         * src/prefs_actions.c
7830                 allow reordering of actions list by dnd
7831         * src/gtk/foldersort.c
7832                 make the dialog nicer
7833
7834 2006-01-11 [colin]      1.9.100cvs138
7835
7836         * src/compose.c
7837                 Allow templates without text
7838
7839 2006-01-11 [paul]       1.9.100cvs137
7840
7841         * tools/README
7842         * tools/filter_conv_new.pl
7843                 add info to README
7844                 also check .sylpheed for filter.xml
7845                 be a bit informative to the user
7846
7847 2006-01-11 [colin]      1.9.100cvs136
7848
7849         * src/textview.c
7850                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7851
7852 2006-01-10 [paul]       1.9.100cvs135
7853
7854         * tools/Makefile.am
7855         * tools/filter_conv_new.pl
7856                 add script to convert new style Sylpheed
7857                 filter rules (Sylpheed >= 0.9.99) to
7858                 Claws filtering rules
7859
7860 2006-01-10 [colin]      1.9.100cvs134
7861
7862         * src/compose.c
7863                 Fix broken line joins in certain conditions
7864                 (between two quoted lines: <enter><enter><up>
7865                  <type a wrapped sentence><go in the first line>
7866                  <insert more text><watch as line joining failed>)
7867
7868 2006-01-10 [paul]       1.9.100cvs133
7869
7870         * src/compose.c
7871                 don't report success in error dialog
7872                 thanks to Colin
7873         * src/common/utils.c
7874                 include some trailing punctuations as URI
7875                 thanks to Hiro
7876
7877 2006-01-10 [paul]       1.9.100cvs132
7878
7879         * src/mimeview.c
7880                 fix incompatible pointer type
7881                 warning
7882
7883 2006-01-10 [paul]       1.9.100cvs131
7884
7885         * src/compose.c
7886                 change Subject in window title
7887                 instantaneously
7888
7889 2006-01-09 [colin]      1.9.100cvs130
7890
7891         * src/addressbook.c
7892         * src/headerview.c
7893         * src/mainwindow.c
7894         * src/messageview.c
7895         * src/mimeview.c
7896         * src/noticeview.c
7897         * src/summaryview.c
7898                 Fix possible crashes on exit and in addressbook
7899
7900 2006-01-09 [paul]       1.9.100cvs129
7901
7902         * src/prefs_msg_colors.c
7903                 some cleanups that I forgot last time
7904
7905 2006-01-09 [paul]       1.9.100cvs128
7906
7907         * README
7908         * src/folderview.c
7909         * src/prefs_msg_colors.c
7910                 add previously hidden option, color_new, to
7911                 the gui
7912                 move the page to Display/
7913                 rework the gui
7914
7915 2006-01-09 [wwp]        1.9.100cvs127
7916
7917         * src/prefs_themes.c
7918                 made the prefs/display/themes layouts spacing less condensed
7919                 (and so they match other prefs/pages' look).
7920
7921 2006-01-09 [paul]       1.9.100cvs126
7922
7923         * src/compose.c
7924         * src/prefs_common.c
7925         * src/prefs_common.h
7926         * src/prefs_wrapping.c
7927                 remove 'wrap at send' option
7928
7929 2006-01-06 [colin]      1.9.100cvs125
7930
7931         * src/compose.c
7932                 Just make completely sure we don't insert "manual line breaks" 
7933                 when wrapping... 
7934
7935 2006-01-04 [paul]
7936
7937         * 2.0.0-rc3 released
7938
7939 2006-01-04 [paul]       1.9.100cvs124
7940
7941         * src/folderview.c
7942                 fix bug 882, 'quick scroll in folder list
7943                 displays wrong folder contents'
7944
7945 2006-01-04 [paul]       1.9.100cvs123
7946
7947         * src/plugins/pgpmime/pgpmime.c
7948                 better debug information when signing
7949                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7950
7951 2006-01-03 [colin]      1.9.100cvs122
7952
7953         * configure.ac
7954                 We need to recheck for gpgme 1.0.0 after checking
7955                 for 1.1.1, because if 1.1.1 isn't available, 
7956                 GPGME_LIBS and friends are blanked out by the 
7957                 second check.
7958
7959 2006-01-03 [colin]      1.9.100cvs121
7960
7961         * src/common/prefs.c
7962                 Windows unlink-before rename fix
7963         * src/plugins/pgpcore/sgpgme.c
7964                 Add support for PKA info if available
7965                 Both patches by Werner Koch
7966
7967 2006-01-03 [paul]       1.9.100cvs120
7968
7969         * src/messageview.c
7970                 fix bug 884, 'Send receipt' button visible in queue
7971                 Thanks to Colin
7972
7973 2006-01-02 [colin]      1.9.100cvs119
7974
7975         * src/compose.c
7976         * src/imap.c
7977                 Fix autosave on IMAP and more generally try to
7978                 return the correct ID on a newly added IMAP message
7979
7980 2006-01-02 [paul]       1.9.100cvs118
7981
7982         * manual/keyboard.xml
7983                 edited
7984
7985 2006-01-01 [paul]       1.9.100cvs117
7986
7987         * src/gtk/authors.h
7988                 alphabetical order
7989
7990 2005-12-30 [colin]      1.9.100cvs116
7991
7992         * manual/advanced.xml
7993                 Explain Pre/Post-processing differences.
7994
7995 2005-12-30 [colin]      1.9.100cvs115
7996
7997         * src/mh.c
7998                 Implement copy_msgs for a little optimization
7999         * src/imap.c
8000                 Finish yesterday's fix
8001
8002 2005-12-29 [colin]      1.9.100cvs114
8003
8004         * src/imap.c
8005                 Fix occasional failure in fetching a mail over
8006                 IMAP
8007
8008 2005-12-29 [colin]      1.9.100cvs113
8009
8010         * src/compose.c
8011                 Don't remove a draft when sending it, if it is 
8012                 locked.
8013
8014 2005-12-28 [colin]      1.9.100cvs112
8015
8016         * src/summaryview.c
8017                 Fix leak for real
8018
8019 2005-12-28 [wwp]        1.9.100cvs111
8020
8021         * doc/faq/.cvsignore
8022         * doc/faq/de/.cvsignore
8023         * doc/faq/en/.cvsignore
8024         * doc/faq/es/.cvsignore
8025         * doc/faq/fr/.cvsignore
8026         * doc/faq/it/.cvsignore
8027         * doc/manual/.cvsignore
8028         * doc/manual/de/.cvsignore
8029         * doc/manual/en/.cvsignore
8030         * doc/manual/es/.cvsignore
8031         * doc/manual/fr/.cvsignore
8032         * doc/manual/ja/.cvsignore
8033         * src/plugins/mathml_viewer/.cvsignore
8034                 rollback revival of those files (my bad, sorry for the noise).
8035
8036 2005-12-28 [wwp]        1.9.100cvs110
8037
8038         * src/compose.c
8039                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
8040
8041 2005-12-28 [wwp]        1.9.100cvs109
8042
8043         * doc/faq/.cvsignore
8044         * doc/faq/de/.cvsignore
8045         * doc/faq/en/.cvsignore
8046         * doc/faq/es/.cvsignore
8047         * doc/faq/fr/.cvsignore
8048         * doc/faq/it/.cvsignore
8049         * doc/manual/.cvsignore
8050         * doc/manual/de/.cvsignore
8051         * doc/manual/en/.cvsignore
8052         * doc/manual/es/.cvsignore
8053         * doc/manual/fr/.cvsignore
8054         * doc/manual/ja/.cvsignore
8055         * src/plugins/mathml_viewer/.cvsignore
8056         * po/.cvsignore
8057                 more files to ignore.
8058
8059 2005-12-24 [colin]      1.9.100cvs108
8060
8061         * AUTHORS
8062         * src/gtk/authors.h
8063                 Update for Werner
8064
8065 2005-12-24 [colin]      1.9.100cvs107
8066
8067         * src/procmsg.c
8068                 Allow NULL src_msginfo in 
8069                 procmsg_msginfo_new_from_mimeinfo
8070
8071 2005-12-23 [paul]       1.9.100cvs106
8072
8073         * src/plugins/pgpinline/mypgpcore.def
8074                 add this forgotten file
8075
8076 2005-12-23 [colin]      1.9.100cvs105
8077
8078         * src/mainwindow.c
8079                 Fix missing break
8080
8081 2005-12-23 [colin]      1.9.100cvs104
8082
8083         * autogen.sh
8084         * src/folder.c
8085         * src/mh.c
8086         * src/common/plugin.c
8087         * src/common/socket.c
8088         * src/common/socket.h
8089         * src/common/utils.c
8090         * src/common/utils.h
8091         * src/gtk/pluginwindow.c
8092         * src/plugins/pgpcore/plugin.def
8093         * src/plugins/pgpcore/sylpheed.def
8094         * src/plugins/pgpinline/Makefile.am
8095         * src/plugins/pgpinline/plugin.def
8096         * src/plugins/pgpinline/sylpheed.def
8097         * src/plugins/pgpmime/plugin.def
8098         * src/plugins/pgpmime/sylpheed.def
8099                 Various w32 fixes by Werner Koch
8100
8101 2005-12-22 [paul]       1.9.100cvs103
8102
8103         * src/wizard.c
8104                 don't offer IMAP as 'server type' if
8105                 libetpan isn't built in
8106
8107 2005-12-22 [paul]       1.9.100cvs102
8108
8109         * AUTHORS
8110         * src/mainwindow.c
8111         * src/mainwindow.h
8112         * src/toolbar.c
8113         * src/gtk/authors.h
8114                 support GTK_TOOLBAR_BOTH_HORIZ (text
8115                 next to icon) Patch by Marien Zwart
8116                 marienz@users.sf.net
8117                 Also reword the text
8118
8119 2005-12-21 [colin]      1.9.100cvs101
8120
8121         * configure.ac
8122                 Fix DATADIRNAME
8123         * COPYING
8124                 Fix missing section and explicit the exception better
8125         * src/compose.c
8126                 Prevent mail from being lost without notice when an
8127                 SMTP error happens on trying to send an unmodified
8128                 drafted mail.
8129         * src/send_message.c
8130         * src/common/smtp.c
8131                 Fix password remembering when wrong, and add return
8132                 value checks where they should have been
8133         * src/plugins/pgpcore/sylpheed.def
8134         * src/plugins/pgpinline/sylpheed.def
8135         * src/plugins/pgpmime/sylpheed.def
8136                 Add a few symbols needed
8137
8138 2005-12-21 [paul]       1.9.100cvs100
8139
8140         * m4/codeset.m4
8141         * m4/glibc21.m4
8142         * m4/intdiv0.m4
8143         * m4/inttypes-pri.m4
8144         * m4/inttypes.m4
8145         * m4/inttypes_h.m4
8146         * m4/isc-posix.m4
8147         * m4/lcmessage.m4
8148         * m4/stdint_h.m4
8149         * m4/uintmax_t.m4
8150                 gettextization
8151                 thanks to Colin
8152
8153 2005-12-21 [paul]       1.9.100cvs99
8154
8155         * po/sv.po
8156                 fixed by Colin
8157
8158 2005-12-20 [paul]       1.9.100cvs98
8159
8160         * po/sv.po
8161                 updated by Anders Trobäck
8162
8163 2005-12-20 [colin]      1.9.100cvs97
8164
8165         * ABOUT-NLS
8166         * Makefile.am
8167         * autogen.sh
8168         * configure.ac
8169         * config/config.rpath
8170         * config/mkinstalldirs
8171         * m4/Makefile.am
8172         * m4/glibc2.m4
8173         * m4/gnupg.m4
8174         * m4/gpgme.m4
8175         * m4/intmax.m4
8176         * m4/longdouble.m4
8177         * m4/longlong.m4
8178         * m4/printf-posix.m4
8179         * m4/signed.m4
8180         * m4/size_max.m4
8181         * m4/ulonglong.m4
8182         * m4/wchar_t.m4
8183         * m4/wint_t.m4
8184         * m4/xsize.m4
8185         * po/Makefile.in.in
8186         * po/Makevars
8187         * po/bg.po
8188         * po/ca.po
8189         * po/cs.po
8190         * po/de.po
8191         * po/el.po
8192         * po/en_GB.po
8193         * po/es.po
8194         * po/fi.po
8195         * po/fr.po
8196         * po/hr.po
8197         * po/hu.po
8198         * po/it.po
8199         * po/ja.po
8200         * po/ko.po
8201         * po/nb.po
8202         * po/nl.po
8203         * po/pl.po
8204         * po/pt_BR.po
8205         * po/ru.po
8206         * po/sk.po
8207         * po/sr.po
8208         * po/stamp-po
8209         * po/sv.po
8210         * po/zh_CN.po
8211         * po/zh_TW.po
8212         * src/Makefile.am
8213         * src/codeconv.c
8214         * src/compose.c
8215         * src/exporthtml.c
8216         * src/exportldif.c
8217         * src/folder.c
8218         * src/main.c
8219         * src/manual.c
8220         * src/mh.c
8221         * src/mimeview.c
8222         * src/send_message.c
8223         * src/common/Makefile.am
8224         * src/common/fnmatch.c
8225         * src/common/fnmatch.h
8226         * src/common/fnmatch_loop.c
8227         * src/common/nntp.c
8228         * src/common/plugin.c
8229         * src/common/smtp.c
8230         * src/common/socket.c
8231         * src/common/string_match.c
8232         * src/common/sylpheed.c
8233         * src/common/utils.c
8234         * src/common/utils.h
8235         * src/common/w32_dirent.c
8236         * src/common/w32_reg.c
8237         * src/common/w32_signal.c
8238         * src/common/w32_stat.c
8239         * src/common/w32_stdio.c
8240         * src/common/w32_stdlib.c
8241         * src/common/w32_string.c
8242         * src/common/w32_time.c
8243         * src/common/w32_unistd.c
8244         * src/common/w32_wait.c
8245         * src/common/w32lib.h
8246         * src/etpan/Makefile.am
8247         * src/gtk/Makefile.am
8248         * src/plugins/clamav/Makefile.am
8249         * src/plugins/demo/Makefile.am
8250         * src/plugins/dillo_viewer/Makefile.am
8251         * src/plugins/pgpcore/Makefile.am
8252         * src/plugins/pgpcore/passphrase.c
8253         * src/plugins/pgpcore/plugin.def
8254         * src/plugins/pgpcore/sgpgme.c
8255         * src/plugins/pgpcore/sylpheed.def
8256         * src/plugins/pgpcore/version.rc
8257         * src/plugins/pgpinline/Makefile.am
8258         * src/plugins/pgpinline/plugin.def
8259         * src/plugins/pgpinline/sylpheed.def
8260         * src/plugins/pgpinline/version.rc
8261         * src/plugins/pgpmime/Makefile.am
8262         * src/plugins/pgpmime/mypgpcore.def
8263         * src/plugins/pgpmime/plugin.def
8264         * src/plugins/pgpmime/sylpheed.def
8265         * src/plugins/pgpmime/version.rc
8266         * src/plugins/spamassassin/Makefile.am
8267                 Very little ;-) patch from Werner Koch, providing
8268                 infrastructure for cross-compiling to Win32
8269
8270 2005-12-20 [paul]       1.9.100cvs96
8271
8272         * src/account.c
8273         * src/account.h
8274         * src/mainwindow.c
8275         * src/mainwindow.h
8276         * src/toolbar.c
8277         * src/toolbar.h
8278                 add a combo to the Get All button, allowing
8279                 quick retrieval from any account
8280                 Patch by Fabien Vantard, slightly modified
8281                 by Colin
8282         * src/gtk/about.c
8283                 i18n fix. Patch by Fabien Vantard
8284
8285 2005-12-19 [colin]      1.9.100cvs95
8286
8287         * src/compose.c
8288         * src/compose.h
8289                 Don't automatically join lines when they've 
8290                 been separated by the user and not automatically
8291
8292 2005-12-19 [paul]       1.9.100cvs94
8293
8294         * src/gtk/pluginwindow.c
8295                 i18n fix.
8296                 Patch by Fabien Vantard
8297
8298 2005-12-15 [paul]       1.9.100cvs93
8299
8300         * src/common/plugin.c
8301         * src/common/plugin.h
8302         * src/gtk/pluginwindow.c
8303         * src/plugins/clamav/clamav_plugin.c
8304         * src/plugins/demo/demo.c
8305         * src/plugins/dillo_viewer/dillo_viewer.c
8306         * src/plugins/pgpcore/plugin.c
8307         * src/plugins/pgpinline/plugin.c
8308         * src/plugins/pgpmime/plugin.c
8309         * src/plugins/spamassassin/spamassassin.c
8310         * src/plugins/trayicon/trayicon.c
8311                 add plugin_version()
8312
8313 2005-12-15 [colin]      1.9.100cvs92
8314
8315         * src/compose.c
8316                 Further fix bug #875
8317
8318 2005-12-15 [paul]       1.9.100cvs91
8319
8320         * src/gtk/filesel.c
8321                 fix attach_load_dir getting set to
8322                 PLUGINDIR on plugin load
8323
8324 2005-12-14 [mones]      1.9.100cvs90
8325
8326         * manual/ack.xml
8327         * manual/keyboard.xml
8328                 Initial draft and some shortcuts added
8329                 
8330         * po/es.po
8331                 Updated translation
8332
8333 2005-12-14 [colin]      1.9.100cvs89
8334
8335         * src/compose.c
8336         * src/imap.c
8337         * src/summaryview.c
8338         * src/gtk/gtkaspell.c
8339                 More leaks fixed
8340         * src/prefs_folder_item.c
8341                 Fix recursive prefs apply
8342
8343
8344 2005-12-14 [colin]      1.9.100cvs88
8345
8346         * src/compose.c
8347                 Fix bug #875 (Freeze On Inline Forward of 
8348                 Large Message)
8349
8350 2005-12-13 [colin]      1.9.100cvs87
8351
8352         * src/compose.c
8353                 Uniq-ify and sort the mimetypes list
8354                 Patch by Fabien Vantard
8355
8356 2005-12-13 [colin]      1.9.100cvs86
8357
8358         * src/imap.c
8359         * src/etpan/imap-thread.c
8360                 Fix leaks (patch by Hoa)
8361         * src/news.c
8362         * src/common/plugin.c
8363                 Fix leaks
8364
8365 2005-12-12 [colin]
8366
8367         * 2.0.0-rc2 released
8368
8369 2005-12-12 [colin]      1.9.100cvs85
8370
8371         * src/matcher.c
8372                 Fix a leak
8373
8374 2005-12-12 [wwp]        1.9.100cvs84
8375
8376         * src/gtk/icon_legend.c
8377                 fix misbehaviour and crash when closing the legend window
8378         using the Esc key (patch by Fabien Vantard).
8379
8380 2005-12-12 [paul]       1.9.100cvs83
8381
8382         * src/browseldap.c
8383         * src/foldersel.c
8384         * src/prefs_actions.c
8385         * src/prefs_filtering.c
8386         * src/prefs_matcher.c
8387         * src/prefs_spelling.glade      ** REMOVED **
8388         * src/prefs_template.c
8389         * src/gtk/foldersort.glade      ** REMOVED **
8390         * src/gtk/pluginwindow.c
8391         * src/gtk/pluginwindow.glade    ** REMOVED **
8392         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
8393                 cleanups
8394
8395 2005-12-11 [paul]       1.9.100cvs82
8396
8397         * src/gtk/filesel.c
8398                 fix attach_load_dir crasher (double free)
8399
8400 2005-12-09 [paul]       1.9.100cvs81
8401
8402         * po/POTFILES.in
8403         * src/mainwindow.c
8404         * src/gtk/Makefile.am
8405         * src/gtk/icon_legend.c
8406         * src/gtk/icon_legend.h
8407                 add icon legend
8408         * src/manual.c
8409                 cleanup
8410
8411 2005-12-09 [paul]       1.9.100cvs80
8412
8413         * src/plugins/pgpcore/passphrase.c
8414                 wrap the label in the dialog
8415
8416 2005-12-09 [colin]      1.9.100cvs79
8417
8418         * src/plugins/pgpcore/sgpgme.c
8419                 Display (untrusted) on not trusted signatures
8420                 Patch by Michal Èihaø <michal@cihar.com>
8421                 Closes bug #867 (Report also key trust)
8422
8423 2005-12-09 [colin]      1.9.100cvs78
8424
8425         * src/common/plugin.c
8426                 Update licence check, following Eben Moglen's advice
8427
8428 2005-12-08 [colin]      1.9.100cvs77
8429
8430         * src/folder.c
8431                 Fix the occasionnal item->cache != NULL 
8432                 assertion failure. 
8433
8434 2005-12-08 [colin]      1.9.100cvs76
8435
8436         * src/mimeview.c
8437         * src/plugins/pgpcore/sgpgme.c
8438                 Print key id when unable to check it
8439                 Closes bug #866 (Show key id when missing)
8440
8441 2005-12-08 [paul]       1.9.100cvs75
8442
8443         * src/prefs_common.c
8444         * src/prefs_common.h
8445         * src/gtk/filesel.c
8446                 remember load attachment dir
8447
8448 2005-12-07 [colin]      1.9.100cvs74
8449
8450         * src/prefs_toolbar.c
8451                 Gtk fixes, patch by Fabien Vantard
8452
8453 2005-12-07 [colin]      1.9.100cvs73
8454
8455         * src/action.c
8456         * src/compose.c
8457         * src/compose.h
8458                 Fix bug #839 (Quoted text isn't colored after 
8459                 executing an action)
8460         * src/common/plugin.c
8461                 Require plugins to declare their licence in plugin_licence()
8462                 Refuse to load non-GPL plugins as they'd be illegal (as 
8463                 derived works of Sylpheed-Claws, they must be GPL).
8464         * src/plugins/clamav/clamav_plugin.c
8465         * src/plugins/demo/demo.c
8466         * src/plugins/dillo_viewer/dillo_viewer.c
8467         * src/plugins/pgpcore/plugin.c
8468         * src/plugins/pgpinline/plugin.c
8469         * src/plugins/pgpmime/plugin.c
8470         * src/plugins/spamassassin/spamassassin.c
8471         * src/plugins/trayicon/trayicon.c
8472                 Add plugin_licence()
8473
8474 2005-12-07 [paul]       1.9.100cvs72
8475
8476         * configure.ac
8477         * src/mainwindow.c
8478         * src/manual.c
8479         * src/manual.h
8480         * src/common/defs.h
8481                 clean up after local FAQ removal and
8482                 temporary manual removal
8483
8484 2005-12-06 [colin]      1.9.100cvs71
8485
8486         * configure.ac
8487         * doc/Makefile.am
8488         * doc/faq/.cvsignore
8489         * doc/faq/Makefile.am
8490         * doc/faq/de/.cvsignore
8491         * doc/faq/de/Makefile.am
8492         * doc/faq/de/sylpheed-faq-1.html
8493         * doc/faq/de/sylpheed-faq-2.html
8494         * doc/faq/de/sylpheed-faq-3.html
8495         * doc/faq/de/sylpheed-faq.html
8496         * doc/faq/en/.cvsignore
8497         * doc/faq/en/Makefile.am
8498         * doc/faq/en/sylpheed-faq-1.html
8499         * doc/faq/en/sylpheed-faq-2.html
8500         * doc/faq/en/sylpheed-faq-3.html
8501         * doc/faq/en/sylpheed-faq-4.html
8502         * doc/faq/en/sylpheed-faq.html
8503         * doc/faq/es/.cvsignore
8504         * doc/faq/es/Makefile.am
8505         * doc/faq/es/sylpheed-faq-1.html
8506         * doc/faq/es/sylpheed-faq-2.html
8507         * doc/faq/es/sylpheed-faq-3.html
8508         * doc/faq/es/sylpheed-faq-4.html
8509         * doc/faq/es/sylpheed-faq.html
8510         * doc/faq/fr/.cvsignore
8511         * doc/faq/fr/Makefile.am
8512         * doc/faq/fr/sylpheed-faq-1.html
8513         * doc/faq/fr/sylpheed-faq-2.html
8514         * doc/faq/fr/sylpheed-faq-3.html
8515         * doc/faq/fr/sylpheed-faq.html
8516         * doc/faq/it/.cvsignore
8517         * doc/faq/it/Makefile.am
8518         * doc/faq/it/sylpheed-faq-1.html
8519         * doc/faq/it/sylpheed-faq-2.html
8520         * doc/faq/it/sylpheed-faq-3.html
8521         * doc/faq/it/sylpheed-faq.html
8522         * doc/manual/.cvsignore
8523         * doc/manual/Makefile.am
8524         * doc/manual/de/.cvsignore
8525         * doc/manual/de/Makefile.am
8526         * doc/manual/de/sylpheed-1.html
8527         * doc/manual/de/sylpheed-10.html
8528         * doc/manual/de/sylpheed-11.html
8529         * doc/manual/de/sylpheed-12.html
8530         * doc/manual/de/sylpheed-13.html
8531         * doc/manual/de/sylpheed-14.html
8532         * doc/manual/de/sylpheed-15.html
8533         * doc/manual/de/sylpheed-16.html
8534         * doc/manual/de/sylpheed-17.html
8535         * doc/manual/de/sylpheed-18.html
8536         * doc/manual/de/sylpheed-19.html
8537         * doc/manual/de/sylpheed-2.html
8538         * doc/manual/de/sylpheed-20.html
8539         * doc/manual/de/sylpheed-3.html
8540         * doc/manual/de/sylpheed-4.html
8541         * doc/manual/de/sylpheed-5.html
8542         * doc/manual/de/sylpheed-6.html
8543         * doc/manual/de/sylpheed-7.html
8544         * doc/manual/de/sylpheed-8.html
8545         * doc/manual/de/sylpheed-9.html
8546         * doc/manual/de/sylpheed.html
8547         * doc/manual/en/.cvsignore
8548         * doc/manual/en/Makefile.am
8549         * doc/manual/en/sylpheed-1.html
8550         * doc/manual/en/sylpheed-10.html
8551         * doc/manual/en/sylpheed-11.html
8552         * doc/manual/en/sylpheed-12.html
8553         * doc/manual/en/sylpheed-13.html
8554         * doc/manual/en/sylpheed-14.html
8555         * doc/manual/en/sylpheed-15.html
8556         * doc/manual/en/sylpheed-16.html
8557         * doc/manual/en/sylpheed-17.html
8558         * doc/manual/en/sylpheed-18.html
8559         * doc/manual/en/sylpheed-19.html
8560         * doc/manual/en/sylpheed-2.html
8561         * doc/manual/en/sylpheed-20.html
8562         * doc/manual/en/sylpheed-21.html
8563         * doc/manual/en/sylpheed-22.html
8564         * doc/manual/en/sylpheed-3.html
8565         * doc/manual/en/sylpheed-4.html
8566         * doc/manual/en/sylpheed-5.html
8567         * doc/manual/en/sylpheed-6.html
8568         * doc/manual/en/sylpheed-7.html
8569         * doc/manual/en/sylpheed-8.html
8570         * doc/manual/en/sylpheed-9.html
8571         * doc/manual/en/sylpheed.html
8572         * doc/manual/es/.cvsignore
8573         * doc/manual/es/Makefile.am
8574         * doc/manual/es/sylpheed-1.html
8575         * doc/manual/es/sylpheed-10.html
8576         * doc/manual/es/sylpheed-11.html
8577         * doc/manual/es/sylpheed-12.html
8578         * doc/manual/es/sylpheed-13.html
8579         * doc/manual/es/sylpheed-14.html
8580         * doc/manual/es/sylpheed-15.html
8581         * doc/manual/es/sylpheed-16.html
8582         * doc/manual/es/sylpheed-17.html
8583         * doc/manual/es/sylpheed-18.html
8584         * doc/manual/es/sylpheed-19.html
8585         * doc/manual/es/sylpheed-2.html
8586         * doc/manual/es/sylpheed-20.html
8587         * doc/manual/es/sylpheed-3.html
8588         * doc/manual/es/sylpheed-4.html
8589         * doc/manual/es/sylpheed-5.html
8590         * doc/manual/es/sylpheed-6.html
8591         * doc/manual/es/sylpheed-7.html
8592         * doc/manual/es/sylpheed-8.html
8593         * doc/manual/es/sylpheed-9.html
8594         * doc/manual/es/sylpheed.html
8595         * doc/manual/fr/.cvsignore
8596         * doc/manual/fr/Makefile.am
8597         * doc/manual/fr/sylpheed-1.html
8598         * doc/manual/fr/sylpheed-10.html
8599         * doc/manual/fr/sylpheed-11.html
8600         * doc/manual/fr/sylpheed-12.html
8601         * doc/manual/fr/sylpheed-13.html
8602         * doc/manual/fr/sylpheed-14.html
8603         * doc/manual/fr/sylpheed-15.html
8604         * doc/manual/fr/sylpheed-16.html
8605         * doc/manual/fr/sylpheed-17.html
8606         * doc/manual/fr/sylpheed-18.html
8607         * doc/manual/fr/sylpheed-19.html
8608         * doc/manual/fr/sylpheed-2.html
8609         * doc/manual/fr/sylpheed-20.html
8610         * doc/manual/fr/sylpheed-3.html
8611         * doc/manual/fr/sylpheed-4.html
8612         * doc/manual/fr/sylpheed-5.html
8613         * doc/manual/fr/sylpheed-6.html
8614         * doc/manual/fr/sylpheed-7.html
8615         * doc/manual/fr/sylpheed-8.html
8616         * doc/manual/fr/sylpheed-9.html
8617         * doc/manual/fr/sylpheed.html
8618         * doc/manual/ja/.cvsignore
8619         * doc/manual/ja/Makefile.am
8620         * doc/manual/ja/sylpheed-1.html
8621         * doc/manual/ja/sylpheed-10.html
8622         * doc/manual/ja/sylpheed-11.html
8623         * doc/manual/ja/sylpheed-12.html
8624         * doc/manual/ja/sylpheed-13.html
8625         * doc/manual/ja/sylpheed-14.html
8626         * doc/manual/ja/sylpheed-15.html
8627         * doc/manual/ja/sylpheed-16.html
8628         * doc/manual/ja/sylpheed-17.html
8629         * doc/manual/ja/sylpheed-18.html
8630         * doc/manual/ja/sylpheed-19.html
8631         * doc/manual/ja/sylpheed-2.html
8632         * doc/manual/ja/sylpheed-20.html
8633         * doc/manual/ja/sylpheed-3.html
8634         * doc/manual/ja/sylpheed-4.html
8635         * doc/manual/ja/sylpheed-5.html
8636         * doc/manual/ja/sylpheed-6.html
8637         * doc/manual/ja/sylpheed-7.html
8638         * doc/manual/ja/sylpheed-8.html
8639         * doc/manual/ja/sylpheed-9.html
8640         * doc/manual/ja/sylpheed.html
8641         * doc/manual/ja/sylpheed.sgml
8642         * src/mainwindow.c
8643                 Remove outdated manual and faq. Noisy, eh?
8644
8645 2005-12-06 [colin]      1.9.100cvs70
8646
8647         * src/compose.c
8648         * src/quote_fmt_parse.y
8649         * src/undo.c
8650         * src/undo.h
8651                 Allow %X to position cursor at 0 
8652                 (no %X = before signature)
8653                 Fix paste as quotation putting the cursor at 0
8654                 Fix undo offsets when pasting
8655                 Insert the quote_fmt at once instead of line 
8656                 by line
8657                 Fix [Edited] when starting to reply/forward
8658
8659 2005-12-06 [paul]       1.9.100cvs69
8660
8661         * src/plugins/clamav/clamav_plugin_gtk.c
8662                 add another tooltip
8663         * src/plugins/spamassassin/spamassassin_gtk.c
8664                 rework spamassassin_create_widget_func()
8665
8666 2005-12-05 [colin]      1.9.100cvs68
8667
8668         * po/POTFILES.in
8669                 Fix make release ;-)
8670
8671 2005-12-05 [colin]      1.9.100cvs67
8672
8673         * src/compose.c
8674         * src/compose.h
8675                 Fix cursor positioning (not obeying %X)
8676
8677 2005-12-05 [paul]       1.9.100cvs66
8678
8679         * src/plugins/dillo_viewer/dillo_prefs.c
8680                 fix compilation warning
8681
8682 2005-12-05 [paul]       1.9.100cvs65
8683
8684         * src/prefs_spelling.c
8685         * src/plugins/trayicon/trayicon.c
8686                 cleanups - remove unused stuff
8687
8688 2005-12-05 [paul]       1.9.100cvs64
8689
8690         * README
8691         * manual/plugins.xml
8692                 remove info about removed mathml_viewer plugin
8693
8694 2005-12-05 [paul]       1.9.100cvs63
8695
8696         * configure.ac
8697         * src/plugins/Makefile.am
8698         * src/plugins/mathml_viewer/.cvsignore
8699         * src/plugins/mathml_viewer/Makefile.am
8700         * src/plugins/mathml_viewer/mathml_viewer.c
8701                 remove unmaintained mathml_viewer plugin
8702
8703 2005-12-05 [paul]       1.9.100cvs62
8704
8705         * src/summaryview.c
8706                 obey prefs_common.always_show_msg when
8707                 moving a msg
8708                 Thanks to Colin
8709
8710 2005-12-05 [paul]       1.9.100cvs61
8711
8712         * src/compose.c
8713         * src/prefs_account.c
8714         * src/prefs_filtering.c
8715         * src/prefs_quote.c
8716         * src/prefs_spelling.c
8717         * src/prefs_toolbar.c
8718         * src/summaryview.c
8719         * src/gtk/gtkutils.c
8720         * src/gtk/quicksearch.c
8721         * src/plugins/dillo_viewer/dillo_prefs.c
8722                 dialog cleanups
8723
8724 2005-12-04 [paul]       1.9.100cvs60
8725
8726         * src/inc.c
8727         * src/prefs_account.c
8728         * src/prefs_account.h
8729                 allow a Local account to specify a
8730                 default inbox
8731                 (closes bug 843 'Inbox cannot be changed for local
8732                  mailboxes')
8733
8734 2005-12-04 [colin]      1.9.100cvs59
8735
8736         * src/plugins/trayicon/trayicon.c
8737                 Remove Get, rename Get All to Get Mail in order to
8738                 be consistent with the default main toolbar
8739
8740 2005-12-03 [colin]      1.9.100cvs58
8741
8742         * manual/gpl.xml
8743         * manual/sylpheed-claws-manual.xml
8744                 Add GPL appendix
8745
8746 2005-12-03 [paul]       1.9.100cvs57
8747
8748         * AUTHORS
8749         * po/sv.po
8750         * src/gtk/authors.h
8751                 new (partially complete) Swedish translation
8752                 by Anders Troback <sylpheed@troback.com>
8753
8754 2005-12-02 [paul]       1.9.100cvs56
8755
8756         * configure.ac
8757                 libetpan 0.41 required
8758
8759 2005-12-02 [paul]       1.9.100cvs55
8760
8761         * src/plugins/clamav/clamav_plugin.c
8762         * src/plugins/clamav/clamav_plugin.h
8763         * src/plugins/clamav/clamav_plugin_gtk.c
8764         * src/plugins/spamassassin/spamassassin.c
8765         * src/plugins/spamassassin/spamassassin.h
8766         * src/plugins/spamassassin/spamassassin_gtk.c
8767                 unregister prefs pages on unloading, thus
8768                 preventing a crash
8769                 (thanks to Colin for the hint)
8770
8771 2005-12-02 [wwp]        1.9.100cvs54
8772
8773         * src/quote_fmt.h
8774         * src/quote_fmt_parse.y
8775                 fix misuse of gboolean*, use gboolean instead
8776                 (thanks to Paul, Colin, for pointing out that scaring one)
8777
8778 2005-12-02 [paul]       1.9.100cvs53
8779
8780         * src/plugins/clamav/clamav_plugin.c
8781                 int no --> unsigned int no
8782         * src/plugins/clamav/clamav_plugin_gtk.c
8783                 rework config page
8784
8785 2005-12-02 [wwp]        1.9.100cvs52
8786
8787         * src/compose.c
8788         * src/prefs_template.c
8789         * src/quote_fmt.h
8790         * src/quote_fmt_parse.y
8791                 prevent from executing |f and |p templates commands when
8792                 adding or replacing templates in prefs (avoids annoying and
8793                 potentially dangerous behaviours)
8794
8795 2005-12-02 [paul]       1.9.100cvs51
8796
8797         * src/prefs_common.c
8798                 allow translation of some default values
8799                 Patch by Fabien Vantard
8800
8801 2005-12-02 [paul]       1.9.100cvs50
8802
8803         * src/codeconv.c
8804         * src/codeconv.h
8805         * src/prefs_common.c
8806         * src/prefs_common.h
8807         * src/prefs_message.c
8808         * src/textview.c
8809                 remove obsolete 'convert_mb_alnum' option
8810                 and related stuff
8811         * src/gtk/about.c
8812                 remove unused 'about_textview_visibility_notify'
8813
8814 2005-12-02 [paul]       1.9.100cvs49
8815
8816         * src/prefs_account.c
8817         * src/prefs_compose_writing.c
8818         * src/prefs_fonts.c
8819         * src/prefs_gtk.h
8820         * src/prefs_image_viewer.c
8821         * src/prefs_message.c
8822         * src/prefs_other.c
8823         * src/prefs_receive.c
8824         * src/prefs_send.c
8825         * src/prefs_spelling.c
8826         * src/prefs_summaries.c
8827         * src/prefs_wrapping.c
8828         * src/plugins/dillo_viewer/dillo_prefs.c
8829         * src/plugins/pgpcore/prefs_gpg.c
8830                 several cleanups to the prefs dialogs
8831                 (slightly modified) patch by Fabien Vantard
8832
8833 2005-12-02 [paul]       1.9.100cvs48
8834
8835         * src/main.c
8836                 --exit means exit
8837         * src/send_message.c
8838                 fix crash on send when connection fails
8839
8840         Thanks to Colin
8841
8842 2005-12-01 [colin]      1.9.100cvs47
8843
8844         * src/html.c
8845                 Translate &hellip; to "..."
8846
8847 2005-11-30 [colin]      1.9.100cvs46
8848
8849         * src/matcher.c
8850         * src/matcher.h
8851                 Optimize back yesterday's fix.
8852
8853 2005-11-30 [paul]       1.9.100cvs45
8854
8855         * manual/faq.xml
8856                 standardised
8857         * manual/intro.xml
8858                 written by Colin, edited by me
8859
8860 2005-11-29 [colin]      1.9.100cvs44
8861
8862         * src/matcher.c
8863                 Skip headers unconditionnaly in match_body if the
8864                 rule is not message or ~message
8865
8866 2005-11-29 [colin]      1.9.100cvs43
8867
8868         * src/matcher.c
8869                 Fix body_part and such, not skipping headers 
8870                 if the matchcriteria wasn't the first in the rule
8871
8872 2005-11-29 [colin]      1.9.100cvs42
8873
8874         * src/compose.c
8875                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8876                 option missing from message view window)
8877                 Fix double text D'n'D with gtk-2.8
8878         * src/matcher.c
8879                 Fix ~message, ~headers_part, ~body_part rules
8880         * src/messageview.c
8881                 Add Windows-1252 (Closes bug #863)
8882                 Fix accels
8883         * src/gtk/gtkaspell.c
8884                 Properly destroy accels in all menus
8885
8886 2005-11-29 [mones]      1.9.100cvs41
8887
8888         * po/es.po
8889                 Updated.
8890
8891 2005-11-27 [colin]      1.9.100cvs40
8892
8893         * src/mh_gtk.c
8894                 "/Remove mailbox" -> "/Remove mailbox..."
8895
8896 2005-11-27 [paul]       1.9.100cvs39
8897
8898         * AUTHORS
8899         * po/de.po
8900         * src/gtk/authors.h
8901                 updated by new maintainer, Stephan Sachse
8902
8903 2005-11-27 [paul]       1.9.100cvs38
8904
8905         * manual/faq.xml
8906                 written by Colin, edited by me
8907
8908 2005-11-27 [paul]       1.9.100cvs37
8909
8910         * src/prefs_common.c
8911         * src/prefs_common.h
8912         * src/prefs_receive.c
8913         * src/prefs_summaries.c
8914                 move 'go to inbox after receiving new mail'
8915                 option from display/sumamaries to mail
8916                 handling/receive, and rework prefs_summaries
8917                 dialog a little
8918
8919 2005-11-25 [martin]     1.9.100cvs36
8920
8921         * po/de.po
8922             fixed windows-1252 translation;
8923             translated some new and fuzzy strings
8924
8925 2005-11-25 [paul]       1.9.100cvs35
8926
8927         * src/plugins/clamav/clamav_plugin.c
8928                 complete the update done in cvs34
8929
8930 2005-11-25 [paul]       1.9.100cvs34
8931
8932         * src/plugins/clamav/clamav_plugin.c
8933                 reflect upstream changes
8934
8935 2005-11-25 [paul]       1.9.100cvs33
8936
8937         * manual/ack.xml
8938         * manual/plugins.xml
8939         * manual/sylpheed-claws-manual.xml
8940                 written/updated by Colin, edited by me
8941         * tools/acroread2sylpheed.pl
8942                 update binary name
8943
8944 2005-11-24 [colin]      1.9.100cvs32
8945
8946         * src/compose.c
8947                 Fix bug #856 (reediting messages forgets Request
8948                 Return Receipt)
8949
8950 2005-11-24 [paul]       1.9.100cvs31
8951
8952         * manual/addrbook.xml
8953         * manual/starting.xml
8954                 written by Colin, proofread, edited, adapted by me
8955         * manual/advanced.xml
8956                 add some Actions examples
8957         * src/importldif.c
8958                 use a Save button instead of a Close button
8959         * src/wizard.c
8960                 indicate mandatory fields
8961                 fix page display
8962                 Thanks to Colin
8963
8964 2005-11-23 [colin]      1.9.100cvs30
8965
8966         * src/addressbook.c
8967                 Rename menu item, fix possible crash after
8968                 deletion of books
8969         * src/addrindex.c
8970                 Allow searching for '*' in ldap
8971         * src/browseldap.c
8972                 Fix "Browse Entry" (did anyone use it?)
8973         * src/wizard.c
8974                 Add guards for mandatory information
8975
8976 2005-11-23 [paul]       1.9.100cvs29
8977
8978         * manual/advanced.xml
8979                 corrections to the English
8980
8981 2005-11-23 [colin]      1.9.100cvs28
8982
8983         * src/mimeview.c
8984                 Fix possible crash at exit. After the call to
8985                 gtk_container_remove(), the Viewer's widget has no
8986                 more parent so gtk+ automatically frees it and its
8987                 sons. If destroy_viewer() then try to access it,
8988                 problems ensue.
8989
8990 2005-11-22 [colin]      1.9.100cvs27
8991
8992         * src/compose.c
8993         * src/gtk/gtkaspell.c
8994                 Fix right-clicking on a misspelled word
8995                 Fix More... in suggestions menu
8996
8997 2005-11-22 [wwp]        1.9.100cvs26
8998
8999         * src/prefs_template.c
9000                 templates works: re-sort templates list when adding or replacing,
9001                 prevent from adding or replacing when the template name is empty
9002
9003 2005-11-21 [colin]      1.9.100cvs25
9004
9005         * src/addressbook.c
9006                 Fix some addressbook suckage (dnd, select all)
9007         * src/compose.c
9008         * src/gtk/gtkaspell.c
9009         * src/gtk/gtkaspell.h
9010                 Make the spellchecker menu work with the 
9011                 GtkTextView one instead of overriding it
9012
9013 2005-11-20 [paul]       1.9.100cvs24
9014
9015         * manual/handling.xml
9016                 proofread and corrected
9017
9018 2005-11-20 [paul]       1.9.100cvs23
9019
9020         * manual/Makefile
9021                 generate html as one file
9022         * manual/advanced.xml
9023                 fix output generation
9024                 reformat hidden options list
9025         * manual/manual.xml     ** REMOVED **
9026         * manual/sylpheed-claws-manual.xml      ** ADDED **
9027                 renamed
9028
9029 2005-11-18 [colin]      1.9.100cvs22
9030
9031         * src/prefs_account.c
9032                 Fix layout in news and mbox accounts
9033         * manual/account.xml
9034         * manual/advanced.xml
9035                 New contents for Paul to check :)
9036
9037 2005-11-18 [wwp]        1.9.100cvs21
9038
9039         * src/gtk/quicksearch.c
9040                 don't update extended quicksearch buttons twice
9041
9042 2005-11-18 [paul]       1.9.100cvs20
9043
9044         * src/textview.c
9045                 complete 1.9.100cvs19
9046
9047 2005-11-18 [paul]       1.9.100cvs19
9048
9049         * src/compose.c
9050                 cosmetic improvements
9051         * src/textview.c
9052                 also list text/* attachments
9053
9054 2005-11-18 [colin]      1.9.100cvs18
9055
9056         * src/summaryview.c
9057                 Use column 0 instead of -1 in 
9058                 gtk_ctree_node_moveto, in a naive
9059                 hope it'll fix the gtk-related crashes
9060
9061 2005-11-18 [colin]      1.9.100cvs17
9062
9063         * src/gtk/inputdialog.c
9064                 Fix icon staying the first one
9065
9066 2005-11-17 [wwp]        1.9.100cvs16
9067                 fix possible problem showing some quicksearch buttons, and a bad
9068                 call to g_return_if_fail in a function that returns a value (both
9069                 fixes by Fabien Vantard)
9070
9071 2005-11-15 [wwp]        1.9.100cvs15
9072
9073         * src/gtk/quicksearch.c
9074                 added a tooltip to that obscure ... quicksearch button
9075
9076 2005-11-15 [wwp]        1.9.100cvs14
9077
9078         * src/gtk/quicksearch.c
9079                 add a quicksearch helper to filtering expression users: the ... button
9080                 raises the condition expr window. condition expressions set up w/ this
9081                 window are used by the quicksearch if the user closes it pressing OK.
9082
9083 2005-11-14 [paul]       1.9.100cvs13
9084
9085         * src/plugins/clamav/clamav_plugin.c
9086         * src/plugins/spamassassin/spamassassin.c
9087                 change plugin type following recent merging
9088
9089 2005-11-14 [wwp]        1.9.100cvs12
9090
9091         * src/folder.c
9092                 prevent from crashing when copying/moving message(s) from and
9093                 to the same folder
9094
9095 2005-11-14 [paul]       1.9.100cvs11
9096
9097         * src/plugins/clamav/Makefile.am
9098         * src/plugins/clamav/clamav_plugin.c
9099         * src/plugins/clamav/clamav_plugin.h
9100         * src/plugins/clamav/clamav_plugin_gtk.c
9101                 also merge clamav and clamav_gtk plugins
9102
9103 2005-11-13 [colin]      1.9.100cvs10
9104
9105         * configure.ac
9106         * src/plugins/spamassassin/Makefile.am
9107         * src/plugins/spamassassin/spamassassin.c
9108         * src/plugins/spamassassin/spamassassin.h
9109         * src/plugins/spamassassin/spamassassin_gtk.c
9110                 Merge spamassassin and spamassassin_gtk plugins,
9111                 and build it by default.
9112
9113 2005-11-12 [colin]      1.9.100cvs9
9114
9115         * src/etpan/imap-thread.c
9116                 Fix gcc warning
9117
9118 2005-11-12 [colin]      1.9.100cvs8
9119
9120         * src/procmime.c
9121                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
9122
9123 2005-11-10 [colin]      1.9.100cvs7
9124
9125         * src/main.c
9126                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
9127                 minimised state)
9128
9129 2005-11-10 [wwp]        1.9.100cvs6
9130
9131         * src/gtk/description_window.c
9132                 fix a crash when closing description windows using the WM's [X] button
9133
9134 2005-11-09 [colin]      1.9.100cvs5
9135
9136         * src/common/ssl.c
9137                 Update libetpan call to follow upstream
9138                 (yes, this requires libetpan-0.40cvs3)
9139
9140 2005-11-08 [colin]      1.9.100cvs4
9141
9142         * src/compose.c
9143         * src/textview.c
9144         * src/common/utils.c
9145         * src/common/utils.h
9146                 Enhance the email parser
9147
9148 2005-11-08 [colin]      1.9.100cvs3
9149
9150         * src/procmime.c
9151                 Fix what looks like an off-by-one (fixes 
9152                 attachments from the Bat)
9153
9154 2005-11-08 [wwp]        1.9.100cvs2
9155
9156         * src/main.c
9157                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
9158
9159 2005-11-08 [wwp]        1.9.100cvs1
9160
9161         * src/main.c
9162                 allow exiting Sylpheed-Claws from command-line
9163
9164 2005-11-08 [paul]       1.9.100
9165
9166         1.9.100 released
9167
9168 2005-11-07 [colin]      1.9.99cvs17
9169
9170         * src/addritem.c
9171         * src/ldif.c
9172                 Fix import of base-64 encoded items
9173
9174 2005-11-07 [colin]      1.9.99cvs16
9175
9176         * src/send_message.c
9177                 Fix bug #314 (Queue does not empty under certain 
9178                 circumstances)
9179
9180 2005-11-07 [paul]       1.9.99cvs15
9181
9182         * src/mutt.c
9183         * src/pine.c
9184                 fix buffer overflows
9185                 Thanks to Colin
9186
9187 2005-11-07 [paul]       1.9.99cvs14
9188
9189         * doc/man/Makefile.am
9190         * doc/man/sylpheed-claws.1      ** ADDED **
9191         * doc/man/sylpheed.1            ** DELETED **
9192                 rename and update the man file
9193
9194 2005-11-06 [colin]      1.9.99cvs13
9195
9196         * src/ldif.c
9197                 Fix ldif_get_line() that returned empty strings
9198                 (Didn't understand why). Also fix a possible
9199                 buffer overflow.
9200
9201 2005-11-06 [wwp]        1.9.99cvs12
9202
9203         * src/textview.c
9204         * src/gtk/about.c
9205         * src/gtk/gtkutils.c
9206         * src/gtk/gtkutils.h
9207                 fix a compilation warning,
9208                 make links sensitive in the about dialog
9209
9210 2005-11-04 [wwp]        1.9.99cvs11
9211
9212         * src/gtk/about.c
9213                 don't wrap or translate URIs, and a bit text format cleanup
9214
9215 2005-11-04 [wwp]        1.9.99cvs10
9216
9217         * src/gtk/about.c
9218                 better textview tagging implementation (no more use of marks for
9219                 postponed tagging)
9220
9221 2005-11-02 [colin]      1.9.99cvs9
9222
9223         * src/common/ssl.c
9224                 Forgot an ifdef
9225
9226 2005-11-02 [colin]      1.9.99cvs8
9227
9228         * configure.ac
9229                 Require libetpan-0.40 due to upstream fix
9230         * src/common/ssl.c
9231                 Tell libetpan not to call SSL_Library_Init,
9232                 as we do it ourselves.
9233
9234 2005-11-02 [colin]      1.9.99cvs7
9235
9236         * po/POTFILES.in
9237                 Add missing files (thanks to Fabien Vantard)
9238
9239 2005-11-02 [colin]      1.9.99cvs6
9240
9241         * src/summaryview.c
9242                 Fix totals when read messages are hidden or quicksearch
9243                 is on
9244         * src/ssl_manager.c
9245         * src/ssl_manager.h
9246         * src/common/ssl_certificate.c
9247         * src/common/ssl_certificate.h
9248         * src/gtk/sslcertwindow.c
9249         * src/gtk/sslcertwindow.h
9250                 Fix copyright on my stuff
9251
9252 2005-11-02 [wwp]        1.9.99cvs5
9253
9254         * src/prefs_themes.c
9255                 fix directory name checking (theme installation/removal),
9256                 made related error a bit more verbose
9257
9258 2005-11-02 [colin]      1.9.99cvs4
9259
9260         * src/summaryview.c
9261                 Fix typo (probably fixes bug #841 (Sort by the From 
9262                 field doesn't work)
9263
9264 2005-11-02 [paul]       1.9.99cvs3
9265
9266         * po/ko.po
9267         * po/nb.po
9268                 updated by SungHyun Nam, Geir Helland
9269         * src/wizard.c
9270                 fix typo in welcome message. spotted by
9271                 Andrea Spadaccini
9272
9273 2005-11-01 [colin]      1.9.99cvs2
9274
9275         * src/compose.c
9276                 Fix replying to ml wen confirming subscription
9277         * src/messageview.c
9278         * src/mimeview.c
9279         * src/mimeview.h
9280         * src/privacy.h
9281         * src/summaryview.c
9282                 Make key check non blocking
9283
9284 2005-10-31 [paul]       1.9.99cvs1
9285
9286         * tools/claws.i18n.status.pl
9287                 updated for ChangeLog
9288
9289 2005-10-31 [paul]       1.9.99
9290
9291         1.9.99 released
9292
9293 2005-10-31 [paul]       1.9.15cvs131
9294
9295         * .cvsignore
9296         * ChangeLog
9297         * ChangeLog.claws       ** REMOVED **
9298         * ChangeLog-gtk2.claws  ** REMOVED **
9299         * ChangeLog.gtk1        ** ADDED **
9300         * INSTALL
9301         * Makefile.am
9302         * NEWS
9303         * README
9304         * README.claws          ** REMOVED **
9305         * README.jp             ** REMOVED **
9306         * RELEASE_NOTES         ** ADDED **
9307         * RELEASE_NOTES.claws   ** REMOVED **
9308         * commitHelper
9309         * configure.ac
9310         * sylpheed.spec.in      ** REMOVED **
9311                 tidy up and update the default docs:
9312                 ChangeLog.claws is renamed ChangeLog.gtk1
9313                 ChangeLog-gtk2.claws is renamed ChangeLog
9314                 README.claws is renamed README
9315                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
9316
9317 2005-10-31 [paul]       1.9.15cvs130
9318
9319         * po/it.po
9320                 fix errors
9321
9322 2005-10-31 [paul]       1.9.15cvs129
9323
9324         * po/ca.po
9325         * po/de.po
9326         * po/en_GB.po
9327         * po/fr.po
9328         * po/it.po
9329         * po/pt_BR.po
9330         * po/sk.po
9331         * po/sr.po
9332         * po/zh_CN.po
9333                 updated by Miquel Oliete, Stephan Sachse and
9334                 Thomas Gilgin, me, Fabien Vantard, Andrea
9335                 Spadaccini, Frederico Goncalves Guimaraes,
9336                 Andrej Kacian, Aleksandar Urosevic, and
9337                 Ralgh Young.
9338
9339 2005-10-31 [mones]      1.9.15cvs128
9340
9341         * manual/faq.xml
9342                 More questions.
9343         
9344         * po/es.po
9345                 Updated for release.
9346
9347 2005-10-30 [colin]      1.9.15cvs127
9348
9349         * src/compose.c
9350                 Place cursor before rewrapping (fixes cursor
9351                 pos if quotation gets rewrapped)
9352
9353 2005-10-29 [paul]       1.9.15cvs126
9354
9355         * src/crash.c
9356         * src/foldersel.c
9357         * src/main.c
9358         * src/messageview.c
9359         * src/toolbar.c
9360         * src/gtk/authors.h
9361                 corrections to text items
9362
9363 2005-10-28 [colin]      1.9.15cvs125
9364
9365         * src/messageview.c
9366                 Make "hit 'C' to check sig" work from extern 
9367                 messageviews
9368
9369 2005-10-27 [colin]      1.9.15cvs124
9370
9371         * src/summaryview.c
9372                 Add a hack to avoid segfaulting when hammering 
9373                 on gtk's events
9374
9375 2005-10-27 [wwp]        1.9.15cvs123
9376
9377         * src/prefs_themes.c
9378                 sort list of themes names in themes prefs
9379
9380 2005-10-27 [paul]       1.9.15cvs122
9381
9382         * src/folder.c
9383         * src/prefs_account.c
9384                 fix building on Solaris
9385                 Patch by Alex Moore
9386
9387 2005-10-27 [wwp]        1.9.15cvs121
9388
9389         * src/summaryview.c
9390         * src/gtk/gtksctree.c
9391                 speed up unselecting messages in summary view (thanks to Colin)
9392
9393 2005-10-27 [paul]       1.9.15cvs120
9394
9395         * src/mainwindow.c
9396                 fix a compilation warning
9397         * src/summaryview.c
9398                 fix updating of 'n items selected' count
9399                 when deselecting
9400
9401 2005-10-27 [martin]     1.9.15cvs119
9402
9403         * src/action.c
9404                 ignore actions with a leading '/' in the action menu name
9405                 fixes a crash on menu creation
9406         * src/prefs_actions.c
9407                 do not allow a leading '/' in the action menu name
9408
9409 2005-10-27 [paul]       1.9.15cvs118
9410
9411         * src/main.c
9412                 fix compilation warning
9413
9414 2005-10-27 [paul]       1.9.15cvs117
9415
9416         * src/procmime.c
9417                 add #if HAVE_LOCALE_H
9418
9419 2005-10-27 [paul]       1.9.15cvs116
9420
9421         * src/plugins/clamav/clamav_plugin.c
9422         * src/plugins/dillo_viewer/dillo_viewer.c
9423         * src/plugins/mathml_viewer/mathml_viewer.c
9424         * src/plugins/pgpcore/plugin.c
9425         * src/plugins/pgpinline/plugin.c
9426         * src/plugins/pgpmime/plugin.c
9427         * src/plugins/spamassassin/spamassassin.c
9428         * src/plugins/trayicon/trayicon.c
9429                 plugin_init() : make error messages more
9430                 informative
9431
9432 2005-10-26 [wwp]        1.9.15cvs115
9433
9434         * src/prefs_matcher.c
9435                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9436
9437 2005-10-26 [wwp]        1.9.15cvs114
9438
9439         * src/procmime.c
9440         * src/gtk/gtksctree.c
9441         * src/plugins/spamassassin/libspamc.c
9442         * src/plugins/spamassassin/spamassassin.c
9443                 fix some compilation warnings more
9444
9445 2005-10-26 [mones]      1.9.15cvs113
9446
9447         * po/es.po
9448                 Updated translation
9449
9450 2005-10-26 [paul]       1.9.15cvs112
9451
9452         * src/prefs_message.c
9453                 give all display_xface stuff the
9454                 #if HAVE_LIBCOMPFACE treatment, thus
9455                 preventing a crash
9456                 (Thanks to Wolfgang Enderlein)
9457
9458 2005-10-26 [colin]      1.9.15cvs111
9459
9460         * src/gedit-print.c
9461                 Fix date format
9462         * src/imap_gtk.c
9463         * src/news_gtk.c
9464                 Remove context menu items that should not be there
9465         * src/jpilot.c
9466                 Fix encoding
9467         * src/main.c
9468         * src/mainwindow.c
9469                 Don't show the mainwindow too soon
9470
9471 2005-10-26 [wwp]        1.9.15cvs110
9472
9473         * src/folder.c
9474         * src/manual.c
9475         * src/summaryview.c
9476                 fix uninitialized pointers in the folder updating hook
9477                 (thanks to Colin)
9478
9479 2005-10-25 [mones]      1.9.15cvs109
9480
9481         * manual/faq.xml
9482                 General information subsection completed. 
9483                 Removed archaic references.
9484                 
9485         * manual/Makefile
9486         * manual/dtd/manual.dsl
9487                 Added customization stylesheet for getting paragraphs
9488                 fully justified in PDF output (as suggested by Colin).
9489
9490 2005-10-25 [colin]      1.9.15cvs108
9491
9492         * src/compose.c
9493                 Fix a second leak
9494
9495 2005-10-25 [colin]      1.9.15cvs107
9496
9497         * src/addrbook.c
9498         * src/addrindex.c
9499                 Fix leak (xml_get_element() allocates memory)
9500         * src/compose.c
9501                 Fix leak + dead code (shame!)
9502         * src/procmime.c
9503                 Fix leak
9504
9505 2005-10-25 [colin]      1.9.15cvs106
9506
9507         * src/mimeview.c
9508                 Fix encoding issue in Save all and in 
9509                 overwrite-confirmation alertpanel
9510
9511 2005-10-25 [colin]      1.9.15cvs105
9512
9513         * src/common/socket.c
9514                 Fix a leak - Thanks to Christopher Aillon
9515                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9516
9517 2005-10-25 [paul]       1.9.15cvs104
9518
9519         * src/wizard.c
9520                 Always guess servers from the right-hand
9521                 email part and guess username from the
9522                 left-hand part. (Thanks to Colin)
9523                 add an X-Face to the welcome message
9524
9525 2005-10-25 [paul]       1.9.15cvs103
9526
9527         * manual/handling.xml
9528                 written by Colin, edited by me
9529
9530 2005-10-25 [wwp]        1.9.15cvs102
9531
9532         * src/folderview.c
9533         * src/grouplistdialog.c
9534         * src/imap.c
9535         * src/noticeview.c
9536                 fix some compilation warnings
9537
9538 2005-10-24 [paul]
9539
9540         1.9.99-rc3 released
9541
9542 2005-10-24 [paul]       1.9.15cvs101
9543
9544         * src/gtk/about.c
9545                 fix window sizing
9546
9547 2005-10-24 [paul]       1.9.15cvs100
9548
9549         * src/pixmaps/offline.xpm
9550         * src/pixmaps/online.xpm
9551                 replace with last default versions
9552
9553 2005-10-24 [colin]      1.9.15cvs99
9554
9555         * src/imap.c
9556                 Fix bug when moving a folder
9557         * src/imap_gtk.c
9558         * src/mh_gtk.c
9559                 "Delete folder" pops up a window, so it 
9560                 should be suffixed with "..."
9561         * src/plugins/pgpcore/sgpgme.c
9562                 Include locale.h
9563
9564 2005-10-24 [mones]      1.9.15cvs98
9565
9566         * manual/Makefile
9567         * manual/account.xml
9568         * manual/ack.xml
9569         * manual/addrbook.xml
9570         * manual/advanced.xml
9571         * manual/faq.xml
9572         * manual/glossary.xml
9573         * manual/gpl.xml
9574         * manual/handling.xml
9575         * manual/intro.xml
9576         * manual/keyboard.xml
9577         * manual/manual.xml
9578         * manual/plugins.xml
9579         * manual/starting.xml
9580         * manual/dtd/sdocbook.dtd
9581                 Initial manual structure and some content.
9582
9583 2005-10-23 [wwp]        1.9.15cvs97
9584
9585         * src/gtk/about.c
9586                 fix a typo
9587
9588 2005-10-23 [wwp]        1.9.15cvs96
9589
9590         * src/gtk/about.c
9591         * src/gtk/authors.h
9592                 rework of the about window (main work by Paul), also featuring a few
9593                 fixes for typos and duplicate names
9594
9595 2005-10-23 [wwp]        1.9.15cvs95
9596
9597         * src/.cvsignore
9598                 Ignore the right binary name (sylpheed-claws now)
9599
9600 2005-10-23 [paul]       1.9.15cvs94
9601
9602         * src/compose.c
9603                 when using Folder Pref 'Default To for
9604                 replies' make the entry in the Compose
9605                 window bold
9606                 Patch by Fabien Vantard
9607
9608 2005-10-22 [colin]      1.9.15cvs93
9609
9610         * src/codeconv.c
9611                 Fix leak
9612
9613 2005-10-22 [colin]      1.9.15cvs92
9614
9615         * src/codeconv.c
9616                 try to convert using locale (apart utf8) if necessary
9617
9618 2005-10-22 [colin]      1.9.15cvs91
9619
9620         * src/pixmaps/new.xpm
9621         * src/pixmaps/unread.xpm
9622                 Make the unread envelope blue again and
9623                 saturate the new one a bit more.
9624
9625 2005-10-22 [colin]      1.9.15cvs90
9626
9627         * src/compose.c
9628                 When replying to a mail sent by one of our accounts,
9629                 use the original list of recipients. Let 'Reply All'
9630                 and 'Reply to sender' work like previously.
9631
9632 2005-10-21 [colin]      1.9.15cvs89
9633
9634         * src/prefs_filtering.c
9635                 Clear fields after add and replace
9636         * src/textview.c
9637                 Display xface differently (better)
9638         * src/plugins/pgpinline/pgpinline.c
9639                 Fix crappy encodings/recodings
9640
9641 2005-10-21 [paul]       1.9.15cvs88
9642
9643         * src/compose.c
9644         * src/prefs_folder_item.c
9645         * src/toolbar.c
9646                 fix news folder Folder Properties
9647                 (thanks to Colin)
9648         * src/folderview.c
9649                 update folderview after Themes change
9650                 keep selected folder selected
9651                 (thanks to Colin)
9652
9653 2005-10-21 [paul]       1.9.15cvs87
9654
9655         * tools/Makefile.am
9656         * tools/OOo2sylpheed.pl
9657         * tools/README
9658         * tools/README.sylprint
9659         * tools/asus_mailled.sh         ** REMOVED **
9660         * tools/filter_conv.pl
9661         * tools/freshmeat_search.pl
9662         * tools/google_search.pl
9663         * tools/gpg-sign-syl            ** REMOVED **
9664         * tools/kmail2sylpheed.pl
9665         * tools/kmail2sylpheed_v2.pl
9666         * tools/multiwebsearch.pl
9667         * tools/nautilus2sylpheed.sh
9668         * tools/newscache_clean.pl
9669         * tools/outlook2sylpheed.pl
9670         * tools/sylpheed-switcher       ** REMOVED **
9671         * tools/sylprint.pl
9672         * tools/sylprint.rc
9673         * tools/tb2sylpheed
9674         * tools/vcard2xml.py
9675         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9676                 update default config dir
9677                 update binary name (thanks to Fabien Vantard)
9678                 remove obsolete scripts
9679
9680 2005-10-21 [colin]      1.9.15cvs86
9681
9682         * src/inc.c
9683                 Fix possible leak and units. Based on a patch by
9684                 Fabien Vantard.
9685
9686 2005-10-20 [colin]      1.9.15cvs85
9687
9688         * src/textview.c
9689                 Clear xface when clearing textview
9690
9691 2005-10-20 [colin]      1.9.15cvs84
9692
9693         * configure.ac
9694         * src/folderview.c
9695         * src/headerview.c
9696         * src/main.c
9697         * src/prefs_common.c
9698         * src/prefs_common.h
9699         * src/prefs_message.c
9700         * src/textview.c
9701         * src/textview.h
9702         * src/common/defs.h
9703         * src/common/utils.c
9704         * src/common/utils.h
9705         * src/gtk/gtkutils.c
9706         * src/gtk/gtkutils.h
9707                 Migrate config to .sylpheed-claws (Automatically)
9708                 Add a way to get the Xface in the TextView
9709
9710 2005-10-20 [colin]      1.9.15cvs83
9711
9712         * src/gtk/Makefile.am
9713         * src/gtk/about.c
9714         * src/gtk/authors.h
9715                 Make the about dialog *grooovy*
9716
9717 2005-10-20 [colin]      1.9.15cvs82
9718
9719         * src/mimeview.c
9720                 Use "Open with" on double click if no command
9721                 was found
9722
9723 2005-10-20 [colin]      1.9.15cvs81
9724
9725         * src/imap.c
9726         * src/etpan/imap-thread.c
9727                 Fix possible crash.
9728
9729 2005-10-20 [paul]       1.9.15cvs80
9730
9731         * src/folder.c
9732                 don't show clipkey icon if the only
9733                 attachment is the signature
9734                 Patch by Colin
9735
9736 2005-10-20 [paul]       1.9.15cvs79
9737
9738         * AUTHORS
9739         * src/plugins/pgpmime/pgpmime.c
9740                 name the PGP/MIME signature 'signature.asc'
9741                 Patch by Andrew Nelson <freeandy@gmail.com>
9742
9743 2005-10-19 [colin]      1.9.15cvs78
9744
9745         * src/plugins/pgpmime/pgpmime.c
9746                 Oops, no need to double-check though
9747
9748 2005-10-19 [colin]      1.9.15cvs77
9749
9750         * src/plugins/pgpinline/pgpinline.c
9751         * src/plugins/pgpmime/pgpmime.c
9752                 Check that my_tmpfile() doesn't 
9753                 return NULL
9754
9755 2005-10-19 [colin]      1.9.15cvs76
9756
9757         * src/common/utils.c
9758                 Use shorter mime boundaries to avoid having
9759                 MTAs rewrapping our headers, breaking the
9760                 PGP signature in the process 
9761         * src/compose.c
9762         * src/plugins/pgpmime/pgpmime.c
9763                 Check for boundary uniqueness to be sure
9764                 it won't happen, instead of hoping for the
9765                 best
9766
9767 2005-10-19 [colin]      1.9.15cvs75
9768
9769         * sylpheed-claws.desktop
9770         * src/Makefile.am
9771         * src/main.c
9772                 Ship a sylpheed-claws binary instead
9773                 of a sylpheed one. Change the socket
9774                 name, too
9775         * src/folderview.c
9776                 Update folder only if it changed
9777         * src/wizard.c
9778                 Fix i18n in welcome mail, patch by
9779                 Fabien Vantard
9780
9781 2005-10-19 [paul]
9782
9783         1.9.99-rc2 released
9784
9785 2005-10-19 [paul]       1.9.15cvs74
9786
9787         * src/folder.c
9788         * src/folderview.c
9789                 fix summaryview update
9790                 Patch by Colin
9791
9792 2005-10-18 [colin]      1.9.15cvs73
9793
9794         * src/plugins/pgpcore/passphrase.c
9795                 Don't XGrabServer, and try a bit more to 
9796                 sync everything before grabbing mouse/keyboard
9797
9798 2005-10-18 [colin]      1.9.15cvs72
9799
9800         * src/Makefile.am
9801         * src/addressadd.c
9802         * src/addressbook.c
9803         * src/folderview.c
9804         * src/grouplistdialog.c
9805         * src/mimeview.c
9806         * src/stock_pixmap.c
9807         * src/stock_pixmap.h
9808         * src/summaryview.c
9809         * src/gtk/gtksctree.c
9810         * src/gtk/gtksctree.h
9811         * src/pixmaps/empty.xpm
9812                 Implement a wrapper call for gtk_ctree_set_node_info
9813                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9814                 pixmap instead of a NULL one. This works around some
9815                 memory problems deep inside gtk, revealed by valgrind,
9816                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9817                 as locked crashes sylpheed.), as well as, probably, 
9818                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9819
9820 2005-10-17 [colin]      1.9.15cvs71
9821
9822         * src/mimeview.c
9823                 Provide visual feedback when checking
9824                 signature
9825
9826 2005-10-17 [colin]      1.9.15cvs70
9827
9828         * src/main.c
9829                 Keep the folder list frozen while checking caches...
9830
9831 2005-10-17 [colin]      1.9.15cvs69
9832
9833         * src/addr_compl.c
9834                 Fi bug #833 (Autocompleting from addressbook 
9835                 fails with extended chars)
9836         * src/imap.c
9837                 Fix 'adding messages' staying in statusbar
9838                 after an error
9839
9840 2005-10-17 [wwp]        1.9.15cvs68
9841
9842         * src/ssl_manager.c
9843                 Fix buttons' layout resizing when window size changes
9844
9845 2005-10-17 [wwp]        1.9.15cvs67
9846
9847         * src/account.c
9848         * src/prefs_account.c
9849         * src/prefs_common.c
9850         * src/prefs_common.h
9851         * src/prefs_folder_item.c
9852         * src/prefs_gtk.c
9853         * src/gtk/logwindow.c
9854         * src/gtk/pluginwindow.c
9855         * src/gtk/prefswindow.c
9856         * src/gtk/prefswindow.h
9857                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9858
9859 2005-10-17 [paul]       1.9.15cvs66
9860
9861         * configure.ac
9862                 fix missing libetpan message
9863         * po/en_GB.po
9864                 updated
9865         * src/crash.c
9866         * src/manual.c
9867         * src/prefs_themes.c
9868         * src/common/defs.h
9869                 add some new URI defines, change some
9870                 others
9871         * src/wizard.c
9872                 make welcome message translatable
9873                 small improvements to english
9874                 other tweaks
9875         * src/gtk/menu.c
9876                 fix warnings
9877
9878 2005-10-17 [paul]       1.9.15cvs65
9879
9880         * src/summaryview.c
9881                 fix column titles
9882
9883 2005-10-16 [mones]      1.9.15cvs64
9884
9885         * po/es.po
9886                 Updated translation
9887
9888 2005-10-16 [colin]
9889
9890         1.9.99-rc1 released
9891
9892 2005-10-16 [colin]      1.9.15cvs63
9893
9894         * src/wizard.c
9895                 Fix whitespace
9896
9897 2005-10-16 [colin]      1.9.15cvs62
9898
9899         * src/toolbar.c
9900                 s/Get All/Get Mail/
9901         * src/wizard.c
9902                 Real welcome mail text, thanks Paul
9903
9904 2005-10-16 [colin]      1.9.15cvs61
9905
9906         * src/editldap.c
9907         * src/exporthtml.c
9908         * src/main.c
9909         * src/mainwindow.c
9910         * src/prefs_themes.c
9911         * src/prefs_toolbar.c
9912         * src/plugins/demo/demo.c
9913         * src/plugins/trayicon/trayicon.c
9914                 s/Sylpheed/Sylpheed-Claws/
9915
9916 2005-10-16 [colin]      1.9.15cvs60
9917
9918         * src/wizard.c
9919                 Add a welcome email in the first empty mailbox
9920         * src/prefs_common.c
9921                 Change one more default
9922
9923 2005-10-16 [colin]      1.9.15cvs59
9924
9925         * src/wizard.c
9926                 Remove printf
9927
9928 2005-10-16 [colin]      1.9.15cvs58
9929
9930         * src/toolbar.c
9931         * src/prefs_common.c
9932                 Change some defaults
9933
9934 2005-10-16 [colin]      1.9.15cvs57
9935
9936         * src/toolbar.c
9937         * src/prefs_common.c
9938                 Change some defaults
9939
9940 2005-10-16 [colin]      1.9.15cvs56
9941
9942         * src/wizard.c
9943                 By default, initialize fonts to have
9944                 the same size as normal GtkWidgets
9945
9946 2005-10-16 [colin]      1.9.15cvs55
9947
9948         * src/mimeview.c
9949                 Fix message a bit more
9950
9951 2005-10-16 [colin]      1.9.15cvs54
9952
9953         * src/addressbook.c
9954                 Second attempt at flicker fixing
9955
9956 2005-10-16 [colin]      1.9.15cvs53
9957
9958         * src/addressbook.c
9959                 Fix flicker
9960
9961 2005-10-16 [wwp]        1.9.15cvs52
9962
9963         * src/addressbook.c
9964         * src/editaddress.c
9965         * src/prefs_common.c
9966         * src/prefs_common.h
9967                 Remember window sizes (address book)
9968
9969 2005-10-16 [wwp]        1.9.15cvs51
9970
9971         * src/plugins/clamav/clamav_plugin_gtk.c
9972         * src/plugins/spamassassin/spamassassin_gtk.c
9973                 Fix compilation warnings (missing #include).
9974
9975 2005-10-16 [colin]      1.9.15cvs50
9976
9977         * src/mimeview.c
9978         * src/summaryview.c
9979         * src/textview.c
9980                 Make 'c' check signature, and forward
9981                 c, l, y, t from summaryview to mimeview
9982
9983 2005-10-16 [colin]      1.9.15cvs49
9984
9985         * src/addressbook.c
9986                 Put border around buttons
9987         * src/mainwindow.c
9988         * src/summaryview.c
9989                 Rework menus (Patch based on a patch
9990                 by Paul)
9991
9992 2005-10-15 [wwp]        1.9.15cvs48
9993
9994         * src/editjpilot.c
9995         * src/editldap.c
9996         * src/editvcard.c
9997         * src/exphtmldlg.c
9998         * src/expldifdlg.c
9999         * src/export.c
10000         * src/import.c
10001         * src/importldif.c
10002         * src/importmutt.c
10003         * src/importpine.c
10004         * src/prefs_account.c
10005         * src/prefs_spelling.c
10006         * src/gtk/gtkutils.c
10007         * src/gtk/gtkutils.h
10008         * src/plugins/clamav/clamav_plugin_gtk.c
10009         * src/plugins/spamassassin/spamassassin_gtk.c
10010                 use nicer browse-for-file/dir buttons than the "..." ones,
10011                 code factorizing more.
10012
10013 2005-10-14 [colin]      1.9.15cvs47
10014
10015         * src/mainwindow.c
10016                 set relief on the account switcher so that people see it
10017                 grey out Create processing rules when no message is selected
10018         * src/prefs_filtering.c
10019                 ask before closing if the rule has not been modified, even if
10020                 it's not valid
10021         * src/prefs_matcher.c
10022                 fix sensitivity when entering the dialog
10023         * src/gtk/inputdialog.c
10024                 display a better icon on password ask
10025         * src/plugins/pgpcore/passphrase.c
10026                 make the dialog look better
10027
10028 2005-10-14 [paul]       1.9.15cvs46
10029
10030         * src/folderview.c
10031                 indicate presense of marked msgs in
10032                 unexpanded subfolders
10033
10034 2005-10-14 [paul]       1.9.15cvs45
10035
10036         * src/prefs_actions.c
10037         * src/prefs_common.c
10038         * src/prefs_common.h
10039         * src/prefs_filtering_action.c
10040         * src/prefs_matcher.c
10041         * src/prefs_template.c
10042                 remember window sizes
10043                 fix Info button size
10044
10045         Patches by wwp
10046
10047 2005-10-13 [colin]      1.9.15cvs44
10048
10049         * src/mimeview.c
10050         * src/noticeview.c
10051         * src/noticeview.h
10052                 Add a tooltip on the icon (optional) 
10053                 Get rid of the signature buttons and only
10054                 use the icon+tooltip
10055
10056 2005-10-13 [colin]      1.9.15cvs43
10057
10058         * src/noticeview.c
10059         * src/noticeview.h
10060                 Add hand cursor for hovering over icon
10061
10062 2005-10-13 [colin]      1.9.15cvs42
10063
10064         * src/summaryview.c
10065                 Fix crash when quicksearch's hidden 
10066                 at startup
10067
10068 2005-10-13 [colin]      1.9.15cvs41
10069
10070         * src/compose.c
10071                 Set subject when forwarding multiple mails
10072                 Check that other recipient than the default Cc or Bcc
10073                 have been set before sending.
10074
10075 2005-10-13 [colin]      1.9.15cvs40
10076
10077         * src/imap.c
10078                 Batch per-folder
10079                 Introduce locking, but don't use it yet
10080
10081 2005-10-13 [colin]      1.9.15cvs39
10082
10083         * src/gtk/quicksearch.c
10084                 Reset quicksearch when hiding it
10085                 Make sticky a real pref
10086
10087 2005-10-13 [colin]      1.9.15cvs38
10088
10089         * src/summaryview.c
10090                 Faster prefs apply
10091
10092 2005-10-13 [colin]      1.9.15cvs37
10093
10094         * src/mimeview.c
10095         * src/noticeview.c
10096         * src/noticeview.h
10097         * src/plugins/pgpcore/sgpgme.c
10098                 Make privacy icon clickable
10099                 Move Trust field in Full info
10100                 When trust is less than full, don't display
10101                 a warning icon
10102
10103 2005-10-13 [colin]      1.9.15cvs36
10104
10105         * src/folder.c
10106                 Batch on flags sync
10107         * src/folderview.c
10108                 Revert speed hack which is dangerous in fact
10109                 Apply prefs faster
10110
10111 2005-10-13 [colin]      1.9.15cvs35
10112
10113         * src/folder_item_prefs.c
10114                 Fix pref corruption on folder move. Patch
10115                 by wwp
10116
10117 2005-10-13 [paul]       1.9.15cvs34
10118
10119         * src/export.c
10120         * src/import.c
10121                 fix typos in g_warnings
10122         * src/prefs_account.c
10123                 add a file selector for Signature file
10124
10125         Patches by wwp
10126
10127 2005-10-12 [colin]      1.9.15cvs33
10128
10129         * src/mimeview.c
10130                 Provide a quick way to go back from a
10131                 signature's full info to the email part
10132
10133 2005-10-12 [colin]      1.9.15cvs32
10134
10135         * src/compose.c
10136                 Remove old hack of encoding signed mails with base64.
10137                 QP works equally well.
10138
10139 2005-10-12 [colin]      1.9.15cvs31
10140
10141         * src/crash.c
10142                 Replace deprecated GtkText with GtkTextView
10143         * src/imap.c
10144                 Fix a logic bug about counts in imap_select
10145                 (previously un-triggered)
10146         * src/mainwindow.c
10147         * src/summaryview.c
10148         * src/news.c
10149                 Allow local deletion of news posts
10150         * src/mimeview.c
10151                 Show GPG noticeview on the message/rfc822 part
10152                 in addition to the text/plain one
10153         * src/prefs_image_viewer.c
10154           src/plugins/pgpcore/prefs_gpg.c
10155                 Polish (set the label as part of the checkbox)
10156         * src/wizard.c
10157                 Don't sit there doing nothing after destroying
10158                 the window - return err
10159
10160 2005-10-11 [colin]      1.9.15cvs30
10161
10162         * src/folderview.c
10163                 Apply processing rules before showing folders.
10164                 Early folder show (before flags sync) will only
10165                 be done when there are no processing rules (nor
10166                 pre- or post- ones)
10167         * src/imap.c
10168                 Fix stuff related to mail subdir, creation and 
10169                 deletion of folders 
10170         * src/imap_gtk.c
10171                 Don't allow creation of folders in NoInferior
10172                 folders, as it won't work
10173
10174 2005-10-10 [colin]      1.9.15cvs29
10175
10176         * src/compose.c
10177                 Reselect "None" Privacy system when selecting an
10178                 account with no privacy system defined
10179
10180 2005-10-10 [colin]      1.9.15cvs28
10181
10182         * src/mainwindow.c
10183                 Add Windows-1252 encoding
10184         * src/prefs_common.c
10185                 Rework some defaults:
10186                 - autosave to draft by default
10187                 - don't show header pane (it's already in the textview)
10188                 - Select first new or unread mail on entry
10189                 - Assume 'Yes' to change folder when there's no more
10190                   unread message
10191         * src/prefs_matcher.c
10192                 Fix a gtk assertion failure
10193         * src/gtk/colorlabel.c
10194                 Workaround bad repainting on selection
10195         * src/main.c
10196                 Freeze/thaw (a bit faster on ssh -X)
10197         * src/msgcache.c
10198                 Get rid of StrdupConverter that just adds an
10199                 extra strdup/free 
10200         * src/etpan/imap_thread.c
10201                 memset buf to 0
10202
10203 2005-10-10 [colin]      1.9.15cvs27
10204
10205         * src/export.c
10206         * src/import.c
10207                 Fix compile on gtk 2.4. Patch by wwp
10208
10209 2005-10-09 [colin]      1.9.15cvs26
10210
10211         * src/mainwindow.c
10212         * src/messageview.c
10213         * src/summaryview.c
10214                 Clarify forward menus. Patch by wwp
10215
10216 2005-10-09 [colin]      1.9.15cvs25
10217
10218         * src/compose.c
10219         * src/compose.h
10220                 Fix bug #829 (Non-working "Encrypt message by 
10221                 default when replying to an encrypted message")
10222
10223 2005-10-08 [colin]      1.9.15cvs24
10224
10225         * src/wizard.c
10226                 Fix bug #827 ("Welcome" setup wizard after a 
10227                 permission error gives up & forgets itself.)
10228
10229 2005-10-08 [colin]      1.9.15cvs23
10230
10231         * src/procmime.c
10232                 Fix bug #828 (Ignoring headers with spaces around = sign)
10233
10234 2005-10-08 [colin]      1.9.15cvs22
10235
10236         * src/export.c
10237                 Warning fix by wwp
10238
10239 2005-10-08 [colin]      1.9.15cvs21
10240
10241         * src/folder.c
10242         * src/folder.h
10243                 Add a processing_pending indicator, set on 
10244                 folder_item_open and cleared after 
10245                 folder_item_process_open
10246         * src/folderview.c
10247         * src/summaryview.c
10248                 wrap procmsg_msginfo_*_flags, and in the
10249                 wrapper check that there's no folder processing 
10250                 pending. If there is, defer the flags change until 
10251                 processing is done to avoid stepping over each
10252                 other's toes.
10253                 Freeze during processing, but not during scanning.
10254
10255 2005-10-07 [colin]      1.9.15cvs20
10256
10257         * src/plugins/pgpcore/passphrase.c
10258                 Fix bug #826 (X-Server hangs when 
10259                 right-clicking a PGP encrypted message)
10260
10261 2005-10-07 [paul]       1.9.15cvs19
10262
10263         * src/compose.c
10264                 fix compose_entries[]
10265                 patch by Fabien Vantard
10266
10267 2005-10-06 [colin]      1.9.15cvs18
10268
10269         * src/pixmaps/address.xpm
10270         * src/pixmaps/address_book.xpm
10271         * src/pixmaps/book.xpm
10272         * src/pixmaps/check_spelling.xpm
10273         * src/pixmaps/checkbox_off.xpm
10274         * src/pixmaps/checkbox_on.xpm
10275         * src/pixmaps/close.xpm
10276         * src/pixmaps/complete.xpm
10277         * src/pixmaps/continue.xpm
10278         * src/pixmaps/deleted.xpm
10279         * src/pixmaps/down_arrow.xpm
10280         * src/pixmaps/exec.xpm
10281         * src/pixmaps/forwarded.xpm
10282         * src/pixmaps/group.xpm
10283         * src/pixmaps/ignorethread.xpm
10284         * src/pixmaps/interface.xpm
10285         * src/pixmaps/jpilot.xpm
10286         * src/pixmaps/ldap.xpm
10287         * src/pixmaps/linewrap.xpm
10288         * src/pixmaps/linewrapcurrent.xpm
10289         * src/pixmaps/mail.xpm
10290         * src/pixmaps/mail_attach.xpm
10291         * src/pixmaps/mail_compose.xpm
10292         * src/pixmaps/mail_forward.xpm
10293         * src/pixmaps/mail_receive.xpm
10294         * src/pixmaps/mail_receive_all.xpm
10295         * src/pixmaps/mail_reply.xpm
10296         * src/pixmaps/mail_reply_to_all.xpm
10297         * src/pixmaps/mail_reply_to_author.xpm
10298         * src/pixmaps/mail_send.xpm
10299         * src/pixmaps/mail_send_queue.xpm
10300         * src/pixmaps/mime_application.xpm
10301         * src/pixmaps/mime_audio.xpm
10302         * src/pixmaps/mime_image.xpm
10303         * src/pixmaps/mime_message.xpm
10304         * src/pixmaps/mime_text_enriched.xpm
10305         * src/pixmaps/mime_text_html.xpm
10306         * src/pixmaps/mime_text_plain.xpm
10307         * src/pixmaps/mime_unknown.xpm
10308         * src/pixmaps/new.xpm
10309         * src/pixmaps/news_compose.xpm
10310         * src/pixmaps/offline.xpm
10311         * src/pixmaps/online.xpm
10312         * src/pixmaps/paste.xpm
10313         * src/pixmaps/preferences.xpm
10314         * src/pixmaps/privacy_emblem_encrypted.xpm
10315         * src/pixmaps/privacy_expired.xpm
10316         * src/pixmaps/privacy_failed.xpm
10317         * src/pixmaps/privacy_passed.xpm
10318         * src/pixmaps/privacy_signed.xpm
10319         * src/pixmaps/privacy_unknown.xpm
10320         * src/pixmaps/privacy_warn.xpm
10321         * src/pixmaps/properties.xpm
10322         * src/pixmaps/replied.xpm
10323         * src/pixmaps/search.xpm
10324         * src/pixmaps/unread.xpm
10325         * src/pixmaps/up_arrow.xpm
10326         * src/pixmaps/vcard.xpm
10327                 Modernize internal theme, with icons from the 
10328                 Gnomaws theme. Keep some of the old ones where
10329                 they were better.
10330
10331 2005-10-06 [colin]      1.9.15cvs17
10332
10333         * src/summaryview.c
10334                 Little optimisations + bugfix
10335         * src/toolbar.c
10336                 Remove default useless items - useless being defined
10337                 by the default relevant prefs
10338         * src/wizard.c
10339                 include config.h to make gettext work
10340         * src/prefs_themes.c
10341                 Fix selection of current theme in prefs
10342
10343 2005-10-06 [colin]      1.9.15cvs16
10344
10345         * src/prefs_common.c
10346         * src/prefs_common.h
10347         * src/prefs_summaries.c
10348         * src/folderview.c
10349                 Add a warning dialog on Mark all read 
10350                 (with pref to get rid of it)
10351
10352 2005-10-06 [paul]       1.9.15cvs15
10353
10354         * po/nb.po
10355         * po/pt_BR.po
10356                 updated by Geir Helland and Frederico
10357                 Goncalves Guimaraes
10358
10359 2005-10-05 [colin]      1.9.15cvs14
10360
10361         * src/folder.c
10362         * src/folder.h
10363         * src/folderview.c
10364         * src/folderview.h
10365         * src/imap_gtk.c
10366         * src/mh_gtk.c
10367         * src/mainwindow.c
10368         * src/setup.c
10369                 add a way to rescan without rebuilding
10370                 make moving a bit faster (less folders changes)
10371                 don't lock the tree on Get 
10372         * src/imap.c
10373                 Don't re-delete deleted messages before expunging
10374         * src/summaryview.c
10375                 Set batch mode when deleting mails
10376
10377 2005-10-05 [paul]       1.9.15cvs13
10378
10379         * src/mainwindow.c
10380         * src/mainwindow.h
10381                 fix disabled Execute menu item
10382         * src/toolbar.c
10383                 match the change in 1.9.15cvs10: use Compose
10384                 instead of News by default
10385
10386 2005-10-04 [colin]      1.9.15cvs12
10387
10388         * src/compose.c
10389                 When replying to an ML post with Reply-To set
10390                 to the poster's email, honor it (as before),
10391                 but also honor our user's request to reply to
10392                 the mailing list: set the ML address in the To
10393                 field and the Reply-To address in the Cc: 
10394                 field.
10395
10396 2005-10-04 [colin]      1.9.15cvs11
10397
10398         * src/plugins/trayicon/trayicon.c
10399                 Finish cosmetic change - thanks to wwp
10400
10401 2005-10-04 [colin]      1.9.15cvs10
10402
10403         * src/toolbar.c
10404                 Use Compose instead of Email by default.
10405                 Spotted by wwp.
10406
10407 2005-10-04 [colin]      1.9.15cvs9
10408
10409         * src/folder.c
10410         * src/folder.h
10411         * src/folderview.c
10412         * src/imap.c
10413         * src/etpan/imap-thread.c
10414         * src/etpan/imap-thread.h
10415                 Try to make IMAP faster, by simplifying SEARCH
10416                 commands, avoiding sending two STATUS in a row,
10417                 and deferring flags sync and processing just
10418                 after displaying the folder. 
10419                 This will update the SummaryView in certain
10420                 cases (new mails not already fetched, flags
10421                 changed from another client) but in a non-
10422                 blocking manner.
10423
10424 2005-10-04 [colin]      1.9.15cvs8
10425
10426         * src/plugins/trayicon/trayicon.c
10427                 Relabel "Offline" to "Work offline"
10428
10429 2005-10-04 [colin]      1.9.15cvs7
10430
10431         * src/export.c
10432         * src/import.c
10433         * src/mbox.c
10434                 Fix mbox import/export buglets
10435                 Patch by wwp
10436         * src/plugins/trayicon/trayicon.c
10437                 Add offline swithc
10438                 Patch by wwp
10439
10440 2005-10-04 [colin]      1.9.15cvs6
10441
10442         * src/folder.c
10443         * src/folderview.c
10444         * src/summaryview.c
10445                 Better fix (don't break mark all read) for cvs2
10446
10447 2005-10-03 [colin]      1.9.15cvs5
10448
10449         * src/folder.c
10450                 Use a sane sort by default
10451
10452 2005-10-03 [colin]      1.9.15cvs4
10453
10454         * src/inc.c
10455                 Add a 'Only once' button for overriding offline mode
10456         * src/prefs_account.c
10457         * src/wizard.c
10458                 Add Local mbox to the wizard
10459                 Add IMAP subdir to the wizard (or the wizard is useless
10460                 for such accounts, or even worse than useless)
10461                 Move IMAP subdir from Advanced to Receive tab, as it's
10462                 not that uncommon
10463
10464 2005-10-03 [colin]      1.9.15cvs3
10465
10466         * src/send_message.c
10467                 Forgot this one in cvs1
10468
10469 2005-10-03 [colin]      1.9.15cvs2
10470
10471         * src/folder.c
10472                 Faster close when leaving a folder with lots
10473                 of new mails. Idea by David Relson.
10474
10475 2005-10-03 [colin]      1.9.15cvs1
10476
10477         * src/compose.c
10478         * src/imap.c
10479         * src/inc.c
10480         * src/main.c
10481         * src/messageview.c
10482         * src/news.c
10483         * src/summaryview.c
10484         * src/gtk/sslcertwindow.c
10485         * src/plugins/trayicon/trayicon.c
10486                 Add accels to every AlertPanel. Patch by Fabien 
10487                 Vantard
10488
10489 2005-10-03 [paul]       1.9.15
10490
10491         1.9.15 released
10492
10493 2005-10-03 [paul]       1.9.14cvs68
10494
10495         * po/ca.po
10496         * po/de.po
10497         * po/es.po
10498         * po/fi.po
10499         * po/fr.po
10500         * po/sk.po
10501         * po/sr.po
10502         * po/zh_CN.po
10503                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10504                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10505                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10506
10507 2005-10-03 [paul]       1.9.14cvs67
10508
10509         * src/send_message.c
10510                 prevent hang on Cancel
10511                 patch by Colin
10512
10513 2005-10-03 [paul]       1.9.14cvs66
10514
10515         * src/main.c
10516                 fix crash in IMAP caused by discrepancy
10517                 between check_at_startup and offline mode
10518                 Patch by Colin
10519
10520 2005-10-01 [paul]       1.9.14cvs65
10521
10522         * src/inc.c
10523                 fix engrish
10524
10525 2005-10-01 [paul]       1.9.14cvs64
10526         * src/export.c
10527         * src/import.c
10528                 synchronise import_mbox() and export_mbox()
10529         * src/mbox.c
10530                 proc_mbox(): add alert if file cannot be opened
10531                 export_list_to_mbox(): test if dest file exists,
10532                 prompt user to overwrite if it does. add alert
10533                 if file cannot be created
10534                                                                 
10535         Patch by wwp
10536                                                                                                                 
10537
10538 2005-09-30 [paul]       1.9.14cvs63
10539
10540         * src/addressbook.c
10541                 Fix sensitivity of a menu
10542         * src/codeconv.c
10543                 Respect hidden pref for mails with no encoding
10544         * src/common/xml.c
10545                 Fix memory corruption
10546         * src/plugins/pgpcore/sgpgme.c
10547                 Fix segfault on incomplete sigs, and display
10548                 of S/Mime UIDs
10549
10550         Patches by Colin
10551
10552 2005-09-30 [colin]      1.9.14cvs62
10553
10554         * src/partial_download.c
10555                 Little logic fix in almost-dead code
10556         * src/pop.c
10557                 Fix partial download when there's no new mail
10558
10559 2005-09-29 [paul]       1.9.14cvs61
10560
10561         * src/plugins/pgpinline/pgpinline.c
10562                 fix bug 819, 'crash accessing sign message'
10563                 Patch by Colin
10564
10565 2005-09-28 [martin]     1.9.14cvs60
10566
10567         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10568                 fix bug #790 (Crash when restarting window manager (fluxbox))
10569
10570 2005-09-28 [paul]       1.9.14cvs59
10571
10572         * src/gtk/gtkaspell.c
10573                 fix off-by-one typo
10574
10575 2005-09-27 [colin]      1.9.14cvs58
10576
10577         * src/plugins/pgpcore/sgpgme.c
10578                 Report error when there's one, instead of
10579                 "Signature unchecked" 
10580
10581 2005-09-27 [colin]      1.9.14cvs57
10582
10583         * src/prefs_quote.c
10584                 Fix bug #816 (Weird quotation with spaces)
10585
10586 2005-09-27 [colin]      1.9.14cvs56
10587
10588         * src/codeconv.c
10589         * src/compose.c
10590         * src/compose.h
10591                 Put subject in compose's title
10592                 Fix Automatic encoding so that it's really automatic:
10593                 first try default locale's charset, then charset of the replied mail, 
10594                 then utf-8
10595                 Fix encoding of headers (must be in strict mode too)
10596
10597 2005-09-26 [colin]      1.9.14cvs55
10598
10599         * src/gtk/gtkaspell.c
10600                 Fix previous patch - don't color the space,
10601                 just uncolor it :)
10602
10603 2005-09-26 [colin]      1.9.14cvs54
10604
10605         * src/gtk/gtkaspell.c
10606                 Unmark space if possible
10607
10608 2005-09-26 [colin]      1.9.14cvs53
10609
10610         * src/imap.c
10611                 log_error instead of alertpanel according to the pref
10612         * src/etpan/imap-thread.c
10613                 Print connect status, copy only necessary size to 
10614                 logger
10615         * src/plugins/pgpmime/pgpmime.c
10616                 Handle S/Mime signatures (verification only). Patch based
10617                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10618
10619 2005-09-26 [paul]       1.9.14cvs52
10620
10621         * src/common/passcrypt.c
10622                 this 'workaround' not necessary on NetBSD.
10623                 Thanks to Daniel Gustafson
10624
10625 2005-09-26 [paul]
10626
10627         1.9.15-rc4 released
10628
10629 2005-09-26 [paul]       1.9.14cvs51
10630
10631         * src/summaryview.c
10632                 Skip currently selected message when
10633                 looking for next new or unread message
10634                 in current folder. Patch by Colin
10635         * src/common/passcrypt.c
10636                 eliminate warnings on *BSD. Patch by
10637                 Daniel Gustafson
10638
10639 2005-09-26 [colin]      1.9.14cvs50
10640
10641         * src/procmsg.c
10642                 Call postfiltering hook anyway
10643
10644 2005-09-22 [colin]      1.9.14cvs49
10645
10646         * src/codeconv.c
10647         * src/codeconv.h
10648                 Add a strict mode that doesn't replace with _
10649         * src/compose.c
10650         * src/compose.h
10651                 Use strict conversion while sending
10652                 Fix race when drafting while sending (happens
10653                 on IMAP)
10654                 Fix d'n'd of messages from summaryview
10655         * src/prefs_common.c
10656         * src/prefs_common.h
10657                 add hidden utf8_instead_of_locale_for_broken_mail 
10658                 pref for people that preferred the default charset 
10659                 to be utf8 for broken mails
10660         * src/quote_fmt_parse.y
10661                 fix bug #815 (No quote insert if "From:" fied 
10662                 contained Russian letters)
10663         * src/summaryview.c
10664                 Fix d'n'd of messages to compose
10665
10666 2005-09-22 [paul]       1.9.14cvs48
10667
10668         * src/compose.c
10669                 fix bug where attachments Name entry
10670                 would display Path instead
10671
10672 2005-09-21 [paul]       1.9.14cvs47
10673
10674         * README
10675         * README.jp
10676         * configure.ac
10677         * config/config.rpath
10678         * doc/manual/en/sylpheed-20.html
10679         * doc/manual/es/sylpheed-20.html
10680         * po/bg.po
10681         * po/ca.po
10682         * po/de.po
10683         * po/es.po
10684         * po/fr.po
10685         * po/it.po
10686         * po/pt_BR.po
10687         * po/sk.po
10688         * po/zh_TW.po
10689         * src/account.c
10690         * src/account.h
10691         * src/action.c
10692         * src/action.h
10693         * src/adbookbase.h
10694         * src/addr_compl.c
10695         * src/addr_compl.h
10696         * src/addrbook.c
10697         * src/addrbook.h
10698         * src/addrcache.c
10699         * src/addrcache.h
10700         * src/addrcindex.c
10701         * src/addrcindex.h
10702         * src/addrclip.c
10703         * src/addrclip.h
10704         * src/addrdefs.h
10705         * src/addressadd.c
10706         * src/addressadd.h
10707         * src/addressbook.c
10708         * src/addressbook.h
10709         * src/addressitem.h
10710         * src/addrgather.c
10711         * src/addrgather.h
10712         * src/addrharvest.c
10713         * src/addrharvest.h
10714         * src/addrindex.c
10715         * src/addrindex.h
10716         * src/addritem.c
10717         * src/addritem.h
10718         * src/addrquery.c
10719         * src/addrquery.h
10720         * src/addrselect.c
10721         * src/addrselect.h
10722         * src/alertpanel.c
10723         * src/alertpanel.h
10724         * src/browseldap.c
10725         * src/browseldap.h
10726         * src/codeconv.c
10727         * src/codeconv.h
10728         * src/compose.c
10729         * src/compose.h
10730         * src/crash.c
10731         * src/crash.h
10732         * src/customheader.c
10733         * src/customheader.h
10734         * src/displayheader.c
10735         * src/displayheader.h
10736         * src/editaddress.c
10737         * src/editaddress.h
10738         * src/editbook.c
10739         * src/editbook.h
10740         * src/editgroup.c
10741         * src/editgroup.h
10742         * src/editjpilot.c
10743         * src/editjpilot.h
10744         * src/editldap.c
10745         * src/editldap.h
10746         * src/editldap_basedn.c
10747         * src/editldap_basedn.h
10748         * src/editvcard.c
10749         * src/editvcard.h
10750         * src/enriched.c
10751         * src/enriched.h
10752         * src/exphtmldlg.c
10753         * src/exphtmldlg.h
10754         * src/expldifdlg.c
10755         * src/expldifdlg.h
10756         * src/export.c
10757         * src/export.h
10758         * src/exporthtml.c
10759         * src/exporthtml.h
10760         * src/exportldif.c
10761         * src/exportldif.h
10762         * src/filtering.c
10763         * src/filtering.h
10764         * src/folder.c
10765         * src/folder.h
10766         * src/folder_item_prefs.c
10767         * src/folder_item_prefs.h
10768         * src/foldersel.c
10769         * src/foldersel.h
10770         * src/folderutils.c
10771         * src/folderutils.h
10772         * src/folderview.c
10773         * src/folderview.h
10774         * src/grouplistdialog.c
10775         * src/grouplistdialog.h
10776         * src/headerview.c
10777         * src/headerview.h
10778         * src/html.c
10779         * src/html.h
10780         * src/image_viewer.c
10781         * src/image_viewer.h
10782         * src/imap.c
10783         * src/imap.h
10784         * src/imap_gtk.c
10785         * src/imap_gtk.h
10786         * src/import.c
10787         * src/import.h
10788         * src/importldif.c
10789         * src/importldif.h
10790         * src/importmutt.c
10791         * src/importmutt.h
10792         * src/importpine.c
10793         * src/importpine.h
10794         * src/inc.c
10795         * src/inc.h
10796         * src/jpilot.c
10797         * src/jpilot.h
10798         * src/ldapctrl.c
10799         * src/ldapctrl.h
10800         * src/ldaplocate.c
10801         * src/ldaplocate.h
10802         * src/ldapquery.c
10803         * src/ldapquery.h
10804         * src/ldapserver.c
10805         * src/ldapserver.h
10806         * src/ldaputil.c
10807         * src/ldaputil.h
10808         * src/ldif.c
10809         * src/ldif.h
10810         * src/localfolder.c
10811         * src/localfolder.h
10812         * src/main.c
10813         * src/main.h
10814         * src/mainwindow.c
10815         * src/mainwindow.h
10816         * src/manual.c
10817         * src/manual.h
10818         * src/matcher.c
10819         * src/matcher.h
10820         * src/matcher_parser.h
10821         * src/matcher_parser_lex.l
10822         * src/matcher_parser_parse.y
10823         * src/mbox.c
10824         * src/mbox.h
10825         * src/message_search.c
10826         * src/message_search.h
10827         * src/messageview.c
10828         * src/messageview.h
10829         * src/mh.c
10830         * src/mh.h
10831         * src/mh_gtk.c
10832         * src/mh_gtk.h
10833         * src/mimeview.c
10834         * src/mimeview.h
10835         * src/msgcache.c
10836         * src/msgcache.h
10837         * src/mutt.c
10838         * src/mutt.h
10839         * src/news.c
10840         * src/news.h
10841         * src/news_gtk.c
10842         * src/news_gtk.h
10843         * src/noticeview.c
10844         * src/noticeview.h
10845         * src/partial_download.c
10846         * src/partial_download.h
10847         * src/pine.c
10848         * src/pine.h
10849         * src/pop.c
10850         * src/pop.h
10851         * src/prefs_account.c
10852         * src/prefs_account.h
10853         * src/prefs_actions.c
10854         * src/prefs_actions.h
10855         * src/prefs_common.c
10856         * src/prefs_common.h
10857         * src/prefs_compose_writing.c
10858         * src/prefs_compose_writing.h
10859         * src/prefs_customheader.c
10860         * src/prefs_customheader.h
10861         * src/prefs_display_header.c
10862         * src/prefs_display_header.h
10863         * src/prefs_ext_prog.c
10864         * src/prefs_ext_prog.h
10865         * src/prefs_filtering.c
10866         * src/prefs_filtering.h
10867         * src/prefs_filtering_action.c
10868         * src/prefs_filtering_action.h
10869         * src/prefs_folder_column.c
10870         * src/prefs_folder_column.h
10871         * src/prefs_folder_item.c
10872         * src/prefs_folder_item.h
10873         * src/prefs_fonts.c
10874         * src/prefs_fonts.h
10875         * src/prefs_gtk.c
10876         * src/prefs_gtk.h
10877         * src/prefs_image_viewer.c
10878         * src/prefs_image_viewer.h
10879         * src/prefs_matcher.c
10880         * src/prefs_matcher.h
10881         * src/prefs_message.c
10882         * src/prefs_message.h
10883         * src/prefs_msg_colors.c
10884         * src/prefs_msg_colors.h
10885         * src/prefs_other.c
10886         * src/prefs_other.h
10887         * src/prefs_quote.c
10888         * src/prefs_quote.h
10889         * src/prefs_receive.c
10890         * src/prefs_receive.h
10891         * src/prefs_send.c
10892         * src/prefs_send.h
10893         * src/prefs_spelling.c
10894         * src/prefs_spelling.h
10895         * src/prefs_summaries.c
10896         * src/prefs_summaries.h
10897         * src/prefs_summary_column.c
10898         * src/prefs_summary_column.h
10899         * src/prefs_template.c
10900         * src/prefs_template.h
10901         * src/prefs_themes.c
10902         * src/prefs_themes.h
10903         * src/prefs_toolbar.c
10904         * src/prefs_toolbar.h
10905         * src/prefs_wrapping.c
10906         * src/prefs_wrapping.h
10907         * src/privacy.c
10908         * src/privacy.h
10909         * src/procheader.c
10910         * src/procheader.h
10911         * src/procmime.c
10912         * src/procmime.h
10913         * src/procmsg.c
10914         * src/procmsg.h
10915         * src/quote_fmt.c
10916         * src/quote_fmt_parse.y
10917         * src/recv.c
10918         * src/recv.h
10919         * src/remotefolder.c
10920         * src/remotefolder.h
10921         * src/send_message.c
10922         * src/send_message.h
10923         * src/setup.c
10924         * src/setup.h
10925         * src/simple-gettext.c
10926         * src/sourcewindow.c
10927         * src/sourcewindow.h
10928         * src/ssl_manager.c
10929         * src/ssl_manager.h
10930         * src/statusbar.c
10931         * src/statusbar.h
10932         * src/stock_pixmap.c
10933         * src/stock_pixmap.h
10934         * src/summary_search.c
10935         * src/summary_search.h
10936         * src/summaryview.c
10937         * src/summaryview.h
10938         * src/syldap.c
10939         * src/syldap.h
10940         * src/textview.c
10941         * src/textview.h
10942         * src/toolbar.c
10943         * src/toolbar.h
10944         * src/undo.c
10945         * src/undo.h
10946         * src/unmime.c
10947         * src/unmime.h
10948         * src/vcard.c
10949         * src/vcard.h
10950         * src/wizard.c
10951         * src/wizard.h
10952         * src/common/base64.c
10953         * src/common/base64.h
10954         * src/common/defs.h
10955         * src/common/hooks.c
10956         * src/common/hooks.h
10957         * src/common/log.c
10958         * src/common/log.h
10959         * src/common/md5.c
10960         * src/common/md5.h
10961         * src/common/mgutils.c
10962         * src/common/mgutils.h
10963         * src/common/nntp.c
10964         * src/common/nntp.h
10965         * src/common/passcrypt.c
10966         * src/common/passcrypt.h.in
10967         * src/common/plugin.c
10968         * src/common/plugin.h
10969         * src/common/prefs.c
10970         * src/common/prefs.h
10971         * src/common/progressindicator.c
10972         * src/common/progressindicator.h
10973         * src/common/quoted-printable.c
10974         * src/common/quoted-printable.h
10975         * src/common/session.c
10976         * src/common/session.h
10977         * src/common/smtp.c
10978         * src/common/smtp.h
10979         * src/common/socket.c
10980         * src/common/socket.h
10981         * src/common/ssl.c
10982         * src/common/ssl.h
10983         * src/common/ssl_certificate.c
10984         * src/common/ssl_certificate.h
10985         * src/common/string_match.c
10986         * src/common/string_match.h
10987         * src/common/stringtable.c
10988         * src/common/sylpheed.c
10989         * src/common/sylpheed.h
10990         * src/common/template.c
10991         * src/common/template.h
10992         * src/common/timing.h
10993         * src/common/utils.c
10994         * src/common/utils.h
10995         * src/common/uuencode.c
10996         * src/common/uuencode.h
10997         * src/common/version.h.in
10998         * src/common/xml.c
10999         * src/common/xml.h
11000         * src/common/xmlprops.c
11001         * src/common/xmlprops.h
11002         * src/gtk/about.c
11003         * src/gtk/about.h
11004         * src/gtk/colorlabel.c
11005         * src/gtk/colorlabel.h
11006         * src/gtk/colorsel.c
11007         * src/gtk/colorsel.h
11008         * src/gtk/description_window.c
11009         * src/gtk/description_window.h
11010         * src/gtk/filesel.c
11011         * src/gtk/filesel.h
11012         * src/gtk/foldersort.c
11013         * src/gtk/foldersort.h
11014         * src/gtk/gtkutils.c
11015         * src/gtk/gtkutils.h
11016         * src/gtk/inputdialog.c
11017         * src/gtk/inputdialog.h
11018         * src/gtk/logwindow.c
11019         * src/gtk/logwindow.h
11020         * src/gtk/manage_window.c
11021         * src/gtk/manage_window.h
11022         * src/gtk/menu.c
11023         * src/gtk/menu.h
11024         * src/gtk/pluginwindow.c
11025         * src/gtk/pluginwindow.h
11026         * src/gtk/prefswindow.c
11027         * src/gtk/prefswindow.h
11028         * src/gtk/progressdialog.c
11029         * src/gtk/progressdialog.h
11030         * src/gtk/quicksearch.c
11031         * src/gtk/quicksearch.h
11032         * src/gtk/sslcertwindow.c
11033         * src/gtk/sslcertwindow.h
11034         * src/plugins/clamav/clamav_plugin.c
11035         * src/plugins/clamav/clamav_plugin.h
11036         * src/plugins/clamav/clamav_plugin_gtk.c
11037         * src/plugins/demo/demo.c
11038         * src/plugins/dillo_viewer/dillo_prefs.c
11039         * src/plugins/dillo_viewer/dillo_prefs.h
11040         * src/plugins/dillo_viewer/dillo_viewer.c
11041         * src/plugins/mathml_viewer/mathml_viewer.c
11042         * src/plugins/pgpcore/passphrase.c
11043         * src/plugins/pgpcore/passphrase.h
11044         * src/plugins/pgpcore/plugin.c
11045         * src/plugins/pgpcore/prefs_gpg.c
11046         * src/plugins/pgpcore/prefs_gpg.h
11047         * src/plugins/pgpcore/select-keys.c
11048         * src/plugins/pgpcore/select-keys.h
11049         * src/plugins/pgpcore/sgpgme.c
11050         * src/plugins/pgpcore/sgpgme.h
11051         * src/plugins/pgpinline/pgpinline.c
11052         * src/plugins/pgpinline/pgpinline.h
11053         * src/plugins/pgpinline/plugin.c
11054         * src/plugins/pgpmime/pgpmime.c
11055         * src/plugins/pgpmime/pgpmime.h
11056         * src/plugins/pgpmime/plugin.c
11057         * src/plugins/spamassassin/spamassassin.c
11058         * src/plugins/spamassassin/spamassassin.h
11059         * src/plugins/spamassassin/spamassassin_gtk.c
11060         * src/plugins/trayicon/trayicon.c
11061         * tools/OOo2sylpheed.pl
11062         * tools/acroread2sylpheed.pl
11063         * tools/asus_mailled.sh
11064         * tools/filter_conv.pl
11065         * tools/freshmeat_search.pl
11066         * tools/google_search.pl
11067         * tools/kmail2sylpheed.pl
11068         * tools/kmail2sylpheed_v2.pl
11069         * tools/maildir2sylpheed.pl
11070         * tools/multiwebsearch.pl
11071         * tools/newscache_clean.pl
11072         * tools/outlook2sylpheed.pl
11073         * tools/sylpheed-switcher
11074         * tools/update-po
11075         * tools/vcard2xml.py
11076         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11077                 update FSF address
11078
11079 2005-09-21 [colin]      1.9.14cvs46
11080
11081         * src/gedit-print.c
11082         * src/procmsg.c
11083         * src/procmsg.h
11084         * src/textview.c
11085         * src/summaryview.c
11086                 Remove some printing hacks (deselection/reselection),
11087                 which by the way fix printing the currently 
11088                 displayed mime part (still only text)
11089                 Plus a little optimisation of summary_show
11090
11091
11092 2005-09-20 [colin]      1.9.14cvs45
11093
11094         * src/mainwindow.c
11095         * src/messageview.c
11096                 GUI fixups: add accels, set message
11097                 view title to displayed mail's subject
11098         * src/prefs_spelling.c
11099         * src/gtk/gtkaspell.c
11100                 GUI fixups: allow underlining misspelled
11101                 words instead of coloring them (a11y!)
11102
11103 2005-09-19 [colin]
11104
11105         1.9.15rc3 released
11106
11107 2005-09-19 [colin]      1.9.14cvs44
11108
11109         * src/compose.c
11110                 Fix draft message
11111         * src/gtk/gtkaspell.c
11112                 Fix wrong test ;-)
11113
11114 2005-09-19 [colin]      1.9.14cvs43
11115
11116         * src/addressbook.c
11117                 Fix sensitivity of Delete button
11118         * src/compose.c
11119                 Warn if the requested Privacy system
11120                 is not available
11121         * src/exphtmldlg.c
11122         * src/expldifdlg.c
11123         * src/importldif.c
11124         * src/importmutt.c
11125         * src/importpine.c
11126                 Fix crappy UI
11127         * src/
11128         * src/ssl.h
11129         * src/prefs_account.h
11130         * src/prefs_account.c
11131                 Save SSL prefs even in builds that have
11132                 SSL support disable
11133         * src/imap.c
11134         * src/inc.c
11135         * src/news.c
11136         * src/send_message.c
11137                 Warn if connection should be secure, but
11138                 SSL support isn't compiled in
11139         * src/gtkaspell.c
11140                 Fix word separation on UTF-8 systems
11141                 Fixes bug #812 (Strange inline spellchecking)
11142         * src/compose.c
11143                 Warn if the requested Privacy system
11144                 is not available
11145                 Factorize offline warning
11146         * src/imap.c
11147         * src/imap_gtk.c
11148         * src/imap_gtk.h
11149         * src/inc.h
11150         * src/news_gtk.c
11151         * src/news_gtk.h
11152         * src/messageview.c
11153                 Factorize offline warning
11154
11155 2005-09-19 [paul]
11156
11157         1.9.15-rc2 released
11158
11159 2005-09-18 [colin]      1.9.14cvs42
11160
11161         * src/codeconv.c
11162         * src/codeconv.h
11163         * src/procmime.c
11164                 Add a way to get locale's charset ignoring utf-8,
11165                 and use that as default encoding for broken mails
11166
11167 2005-09-18 [colin]      1.9.14cvs41
11168
11169         * src/gtk/logwindow.c
11170                 Translate string. Patch by Fabien Vantard
11171
11172 2005-09-18 [colin]      1.9.14cvs40
11173
11174         * configure.ac
11175                 Fix bug #803 (IMAP/SSL support breaks with 
11176                 GnuTLS libetpan 0.38)
11177
11178 2005-09-18 [colin]      1.9.14cvs39
11179
11180         * src/codeconv.c
11181         * src/compose.c
11182         * src/procmime.c
11183                 More charsets fixes. Fixes bug #806 (non
11184                 ascii characters in subject line)
11185
11186 2005-09-17 [paul]       1.9.14cvs38
11187
11188         * src/folderview.c
11189         * src/mainwindow.c
11190                 fix gcc-2.95 issues
11191                 Patch by Pawel Pekala
11192
11193 2005-09-17 [colin]      1.9.14cvs37
11194
11195         * src/addrindex.c
11196                 bugfix for NO-USE LDAP compilation, patch 
11197                 by Fabien Vantard
11198
11199 2005-09-17 [colin]      1.9.14cvs36
11200
11201         * src/prefs_actions.c
11202         * src/prefs_customheader.c
11203         * src/prefs_display_header.c
11204         * src/prefs_filtering_action.c
11205         * src/prefs_matcher.c
11206         * src/prefs_toolbar.c
11207                 Fix strange casts (less elegant but
11208                 works better)
11209
11210 2005-09-16 [colin]      1.9.14cvs35
11211
11212         * src/jpilot.c
11213                 Missed that one
11214
11215 2005-09-16 [colin]      1.9.14cvs34
11216
11217         * configure.ac
11218         * src/Makefile.am
11219         * src/addr_compl.c
11220         * src/addrindex.c
11221         * src/browseldap.c
11222         * src/editldap.c
11223         * src/ldaplocate.c
11224         * src/ldapquery.c
11225         * src/ldapquery.h
11226         * src/ldapserver.c
11227         * src/ldapserver.h
11228         * src/main.c
11229         * src/matcher_parser_parse.y
11230         * src/prefs_themes.c
11231         * src/etpan/Makefile.am
11232         * src/gtk/description_window.c
11233         * src/plugins/clamav/Makefile.am
11234         * src/plugins/clamav/clamav_plugin.c
11235         * src/plugins/dillo_viewer/Makefile.am
11236         * src/plugins/pgpcore/Makefile.am
11237         * src/plugins/pgpinline/Makefile.am
11238         * src/plugins/pgpmime/Makefile.am
11239         * src/plugins/trayicon/Makefile.am
11240                 Fix 100% cpu usage in address completion list
11241                 Fix little bugs (return with no values etc)
11242                 Fix all warnings (with common CFLAGS)
11243
11244 2005-09-15 [colin]      1.9.14cvs33
11245
11246         * src/addressbook.c
11247                 Fix bug where sometimes a group's email list is empty,
11248                 force its refresh (probably fixes "Re: how to create a 
11249                 distribution list")
11250         * src/ldapquery.c
11251                 Don't return to the callback in the main thread from the
11252                 fetch thread (or face segs!)
11253
11254 2005-09-15 [paul]       1.9.14cvs32
11255
11256         * src/prefs_matcher.c
11257                 forgotten in last commit
11258
11259 2005-09-15 [paul]       1.9.14cvs31
11260
11261         * src/prefs_actions.c
11262         * src/prefs_filtering_action.c
11263         * src/prefs_quote.c
11264         * src/quote_fmt.c
11265         * src/summaryview.c
11266         * src/gtk/description_window.c
11267         * src/gtk/description_window.h
11268         * src/gtk/quicksearch.c
11269                 allow interaction with the called
11270                 description window
11271                 Patch by Anders Hammar
11272
11273 2005-09-14 [paul]       1.9.14cvs30
11274
11275         * src/compose.c
11276                 fix a little annoyance when pasting with 3rd button 
11277                 with wrap_pastes=0 and wrap_input=1
11278                 Patch by Colin
11279
11280 2005-09-14 [paul]       1.9.14cvs29
11281
11282         * src/prefs_account.c
11283                 disable 'Filter messages on receiving' for
11284                 SMTP-only accounts
11285                 Patch  by Anders Hammar
11286
11287 2005-09-14 [paul]       1.9.14cvs28
11288
11289         * po/sk.po
11290                 fix crash
11291                 updated by Andrej Kacian
11292
11293 2005-09-14 [paul]
11294
11295         1.9.15-rc1 released
11296
11297 2005-09-14 [paul]       1.9.14cvs27
11298
11299         * po/es.po
11300                 updated by Ricardo Mones Lastra
11301         * src/compose.c
11302         * src/compose.h
11303                 associate no_wrap_tags to Compose windows
11304                 instead of using a static one
11305                 Patch by Colin
11306         * src/mbox.c
11307                 fix proc_mbox()
11308                 Patch by wwp
11309         * src/textview.c
11310                 remove unneeded printf()
11311
11312 2005-09-14 [paul]       1.9.14cvs26
11313
11314         * src/addrcache.c
11315         * src/codeconv.h
11316         * src/folder.h
11317         * src/mainwindow.h
11318         * src/mh.c
11319         * src/mimeview.h
11320         * src/partial_download.c
11321         * src/pop.c
11322         * src/prefs_account.c
11323         * src/prefs_account.h
11324         * src/prefs_actions.c
11325         * src/prefs_customheader.c
11326         * src/prefs_display_header.c
11327         * src/prefs_filtering_action.c
11328         * src/prefs_matcher.c
11329         * src/prefs_toolbar.c
11330         * src/privacy.h
11331         * src/procmime.c
11332         * src/procmime.h
11333         * src/procmsg.h
11334         * src/textview.c
11335         * src/undo.h
11336         * src/common/plugin.c
11337         * src/common/session.h
11338         * src/common/socket.c
11339         * src/common/socket.h
11340         * src/common/template.c
11341         * src/gtk/gtkaspell.c
11342         * src/gtk/quicksearch.h
11343         * src/plugins/pgpcore/passphrase.c
11344         * src/plugins/pgpcore/prefs_gpg.h
11345         * src/plugins/pgpcore/select-keys.c
11346         * src/plugins/pgpcore/select-keys.h
11347         * src/plugins/pgpcore/sgpgme.c
11348         * src/plugins/pgpinline/pgpinline.c
11349         * src/plugins/pgpmime/pgpmime.c
11350         * src/plugins/trayicon/trayicon.c
11351                 fix compilation warnings
11352                 Patch by Daniel Gustafson
11353
11354 2005-09-14 [paul]       1.9.14cvs25
11355
11356         * src/addressbook.c
11357                 add missing column header, and other small
11358                 bug fixes
11359                 Patch by Anders Hammar
11360
11361 2005-09-13 [colin]      1.9.14cvs24
11362
11363         * src/gtk/gtkaspell.c
11364                 Fix non-utf8 in menu
11365                 Fix little leaks
11366                 Nullify struct members after free()s
11367
11368 2005-09-13 [colin]      1.9.14cvs23
11369
11370         * src/compose.c
11371                 Test utf8 compliance before inserting to 
11372                 buffer, and try to convert if necessary
11373         * src/procmime.c
11374                 If no charset is present, use the locale 
11375                 one instead of us-ascii
11376         * src/procmsg.c
11377                 Add Sender, List-Post and To in the checked 
11378                 headers for automatic rules creation 
11379                 (thanks to wwp)
11380         * src/prefs_themes.c
11381         * src/gtk/gtkaspell.c
11382                 Remove deprecated functions. 
11383                 patch by Daniel Gustafson
11384
11385 2005-09-12 [colin]      1.9.14cvs22
11386
11387         * src/compose.c
11388                 Fix bug #448 (Scrolling/Redraw issue with 
11389                 address-fields in Header)
11390         * src/mainwindow.c
11391         * src/summaryview.c
11392         * src/summaryview.h
11393                 Fix loss of MSG_MARKED on move/copy
11394                 Fix bug #804 (Quicksearch togglebutton doesn't 
11395                 get depressed after '/' key is pressed)
11396
11397 2005-09-12 [paul]       1.9.14cvs21
11398
11399         * AUTHORS
11400         * src/gtk/logwindow.c
11401                 add 'Clear Log' to popup menu
11402                 Patch by Anders Hammar <anders.hammar@telia.com>
11403
11404 2005-09-12 [paul]       1.9.14cvs20
11405
11406         * src/compose.c
11407                 set correct sensitivity on attachments
11408                 popup menu
11409         * src/folder.c
11410                 fix typo
11411         * src/prefs_spelling.c
11412                 fix crash when no LANG env is set
11413         * src/common/xml.c
11414                 fix crash in wizard
11415                 don't use memeory after free
11416
11417         All patches by Daniel Gustafson
11418
11419 2005-09-12 [paul]       1.9.14cvs19
11420
11421         * src/prefs_themes.c
11422                 make theme info selectable
11423         * src/gtk/description_window.c
11424                 make window non-modal
11425         * tools/README
11426                 add details of asus_mailed.sh
11427         * tools/claws.i18n.status.pl
11428                 update for new zh_TW translator
11429                 widen the output
11430                 create alternate coloured lines
11431                 improve readability
11432
11433 2005-09-10 [colin]      1.9.14cvs18
11434
11435         * src/plugins/pgpcore/select-keys.c
11436                 Better order for the buttons
11437
11438 2005-09-10 [colin]      1.9.14cvs17
11439
11440         * src/compose.c
11441         * src/plugins/pgpcore/select-keys.c
11442         * src/plugins/pgpcore/select-keys.h
11443         * src/plugins/pgpcore/sgpgme.c
11444                 Add a "Don't encrypt" button to the key
11445                 selection dialog. Fixes bug #177 (There should be a 
11446                 'Don't encrypt button in the Select Keys dialog)
11447
11448 2005-09-10 [colin]      1.9.14cvs16
11449
11450         * src/compose.c
11451                 Fix bug #572 (%X option does not work with templates)
11452
11453 2005-09-10 [colin]      1.9.14cvs15
11454
11455         * src/toolbar.c 
11456                 Remove g_print
11457
11458 2005-09-10 [colin]      1.9.14cvs14
11459
11460         * src/imap.c
11461                 Fix a possible crash
11462
11463 2005-09-09 [colin]      1.9.14cvs13
11464
11465         * src/imap.c
11466         * src/etpan/imap-thread.c
11467         * src/etpan/imap-thread.h
11468                 Fix moving from queue or drafts to normal folders
11469                 Fix bug #794 (No way to delete without expunging)
11470                 Take flags unset by other mailers into account
11471                 Take deleted flag set by other mailers into account
11472                 Fix unsetting REPLIED flag
11473                 Fix crash when capabilities can't be retrieved
11474         * src/mainwindow.c
11475         * src/mainwindow.h
11476                 Add M_DELAYED_FLAGS condition, and let the user use
11477                 Execute in order to be able to expunge deleted mails,
11478                 even if he's not in delayed execute mode
11479         * src/prefs_spelling.c
11480                 Use 'en' dictionary by default if LANG is POSIX or C
11481         * src/gtk/prefswindow.c
11482                 Fix bug #767 (Preferences windows expanding) by making
11483                 the window a bit larger when the resolution is greater
11484                 than 640x480, and by putting the prefs in a
11485                 GtkScrolledWindow.
11486
11487 2005-09-09 [paul]       1.9.14cvs12
11488
11489         * AUTHORS
11490         * configure.ac
11491         * po/zh_TW.Big5.po      ** REMOVED **
11492         * po/zh_TW.po           ** ADDED **
11493                 updated by Wei-Lun Chao
11494
11495 2005-09-09 [paul]       1.9.14cvs11
11496
11497         * src/mainwindow.c
11498                 fix asserts
11499         * src/common/xml.c
11500                 delay memory allocation until file is
11501                 opened successfully
11502                 Patch by Daniel Gustafson
11503
11504 2005-09-09 [colin]      1.9.14cvs10
11505
11506         * src/imap.c
11507                 Add guards
11508
11509 2005-09-08 [colin]      1.9.14cvs9
11510
11511         * src/compose.c
11512                 Alert when we can't save draft
11513                 Fix various wrap/color issues
11514                 Add mid-click pasting respecting wrap_paste option
11515         * src/folder.c
11516         * src/folder.h
11517         * src/folder_item_prefs.c
11518         * src/folder_item_prefs.h
11519         * src/imap.c
11520         * src/imap_gtk.c
11521         * src/imap_gtk.h
11522         * src/main.c
11523         * src/mainwindow.c
11524         * src/mainwindow.h
11525         * src/news.c
11526         * src/news_gtk.c
11527         * src/news_gtk.h
11528         * src/prefs_folder_item.c
11529                 Fix the impossibility to synchronise folders for
11530                 offline use (IMAP and NNTP are concerned)
11531
11532 2005-09-08 [colin]      1.9.14cvs8
11533
11534         * configure.ac
11535                 Build LDAP and JPilot by default if available
11536         * src/textview.c
11537                 Fix use after free
11538
11539 2005-09-08 [paul]       1.9.14cvs7
11540
11541         * doc/manual/en/sylpheed-1.html
11542         * doc/manual/en/sylpheed-18.html
11543         * doc/manual/en/sylpheed-19.html
11544         * doc/manual/en/sylpheed-4.html
11545         * doc/manual/en/sylpheed-6.html
11546         * doc/manual/en/sylpheed.html
11547                 a few minor updates, plus include some
11548                 details about plugins and their requirements
11549         * src/mainwindow.c
11550                 minor changes to English in /View/Sort
11551
11552 2005-09-07 [colin]      1.9.14cvs6
11553
11554         * doc/manual/en/sylpheed-1.html
11555         * doc/manual/en/sylpheed-10.html
11556         * doc/manual/en/sylpheed-11.html
11557         * doc/manual/en/sylpheed-12.html
11558         * doc/manual/en/sylpheed-13.html
11559         * doc/manual/en/sylpheed-14.html
11560         * doc/manual/en/sylpheed-15.html
11561         * doc/manual/en/sylpheed-16.html
11562         * doc/manual/en/sylpheed-17.html
11563         * doc/manual/en/sylpheed-18.html
11564         * doc/manual/en/sylpheed-19.html
11565         * doc/manual/en/sylpheed-2.html
11566         * doc/manual/en/sylpheed-20.html
11567         * doc/manual/en/sylpheed-21.html
11568         * doc/manual/en/sylpheed-22.html
11569         * doc/manual/en/sylpheed-3.html
11570         * doc/manual/en/sylpheed-4.html
11571         * doc/manual/en/sylpheed-5.html
11572         * doc/manual/en/sylpheed-6.html
11573         * doc/manual/en/sylpheed-7.html
11574         * doc/manual/en/sylpheed-8.html
11575         * doc/manual/en/sylpheed-9.html
11576         * doc/manual/en/sylpheed.html
11577                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11578
11579 2005-09-07 [colin]      1.9.14cvs5
11580
11581         * src/mainwindow.c
11582                 Make labels more to-the-point
11583
11584 2005-09-07 [colin]      1.9.14cvs4
11585
11586         * doc/manual/en/sylpheed-1.html
11587         * doc/manual/en/sylpheed-12.html
11588         * doc/manual/en/sylpheed-13.html
11589         * doc/manual/en/sylpheed-14.html
11590         * doc/manual/en/sylpheed-15.html
11591         * doc/manual/en/sylpheed-16.html
11592         * doc/manual/en/sylpheed-17.html
11593         * doc/manual/en/sylpheed-18.html
11594         * doc/manual/en/sylpheed-19.html
11595         * doc/manual/en/sylpheed-2.html
11596         * doc/manual/en/sylpheed-20.html
11597         * doc/manual/en/sylpheed-21.html
11598         * doc/manual/en/sylpheed-22.html
11599         * doc/manual/en/sylpheed-4.html
11600         * doc/manual/en/sylpheed-5.html
11601         * doc/manual/en/sylpheed-6.html
11602         * doc/manual/en/sylpheed-7.html
11603         * doc/manual/en/sylpheed-8.html
11604         * doc/manual/en/sylpheed-9.html
11605         * doc/manual/en/sylpheed.html
11606                 Update manual
11607
11608 2005-09-07 [colin]      1.9.14cvs3
11609
11610         * doc/faq/en/sylpheed-faq-1.html
11611         * doc/faq/en/sylpheed-faq-2.html
11612         * doc/faq/en/sylpheed-faq-3.html
11613         * doc/faq/en/sylpheed-faq.html
11614                 Update FAQ
11615
11616 2005-09-07 [colin]      1.9.14cvs2
11617
11618         * src/folderview.c
11619         * src/procmsg.c
11620         * src/summaryview.c
11621         * src/toolbar.c
11622                 Fix special subfolders:
11623                 - Inherit parent's icon
11624                 - sent contents of queues subfolders
11625                 - empty subfolders of trashes
11626         * src/mainwindow.c
11627                 Remove outdated manual and faq entries
11628         * src/common/utils.c
11629                 Add quotes around %s coming from mailcap
11630
11631 2005-09-07 [colin]      1.9.14cvs1
11632
11633         * src/compose.c
11634                 After saving draft, set modified to FALSE
11635         * src/mimeview.c
11636         * src/common/utils.c
11637         * src/common/utils.h
11638                 Try to open mime parts using what is 
11639                 indicated in ~/.mailcap or /etc/mailcap,
11640                 if possible.
11641
11642 2005-09-05 [paul]       1.9.14
11643
11644         1.9.14 released
11645
11646         * po/sk.po
11647                 updated by Andrej Kacian
11648
11649 2005-09-05 [paul]       1.9.13cvs83
11650
11651         * po/de.po
11652         * po/es.po
11653         * po/fi.po
11654         * po/fr.po
11655         * po/nb.po
11656         * po/pt_BR.po
11657         * po/sr.po
11658                 updated translations by Thomas Gilgin, Ricardo Mones
11659                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11660                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11661
11662 2005-09-04 [paul]       1.9.13cvs82
11663
11664         * src/compose.c
11665                 only warn about exceeded line length limit
11666                 on send
11667
11668 2005-09-04 [paul]       1.9.13cvs81
11669
11670         * src/compose.c
11671                 fix crash in 'line length exceeded' dialogue
11672
11673 2005-09-02 [paul]       1.9.13cvs80
11674
11675         * src/imap.c
11676                 fix bug 795, 'Connection lost IMAP'
11677                 and add statusbar prints
11678                 Patch by Colin
11679
11680 2005-09-02 [paul]       1.9.13cvs79
11681
11682         * src/compose.c
11683                 compose_wrap_paragraph() becomes
11684                 compose_beautify_paragraph()
11685                 Patch by Colin
11686
11687 2005-09-02 [colin]      1.9.13cvs78
11688
11689         * src/folderview.c
11690                 Micro-fix
11691
11692 2005-09-01 [colin]      1.9.13cvs77
11693
11694         * src/imap.c
11695                 Maybe fix bug #795 (Connection lost IMAP)
11696                 Don't try to send logout when we're disconnected.
11697         * src/summaryview.c
11698                 Include locked and marked emails in HRM
11699                 view. Fixes bug #800 (Locked messages no longer 
11700                 show up when hide read messages is used)
11701
11702 2005-09-01 [paul]       1.9.13cvs76
11703
11704         * src/prefs_common.c
11705                 fix bad cutting
11706
11707 2005-08-31 [colin]      1.9.13cvs75
11708
11709         * src/folderview.c
11710         * src/folderview.h
11711         * src/prefs_summaries.c
11712         * src/summaryview.c
11713                 Fix "go to next new", fix preference
11714                 (Open unread/next swapped)
11715
11716 2005-08-31 [paul]       1.9.13cvs74
11717
11718         * src/compose.c
11719         * src/folderview.c
11720         * src/headerview.c
11721         * src/headerview.h
11722         * src/mainwindow.c
11723         * src/prefs_common.c
11724         * src/prefs_common.h
11725         * src/prefs_fonts.c
11726         * src/summaryview.c
11727         * src/textview.c
11728         * src/common/defs.h
11729                 remove obsolete BOLD_FONT setting
11730                 fix font update in headerview and textview
11731                 headers after prefs change
11732                 Patch By Colin
11733
11734 2005-08-31 [paul]
11735
11736         1.9.14-rc4 released
11737
11738 2005-08-30 [colin]      1.9.13cvs73
11739
11740         * src/summaryview.c
11741                 When Hide read messages is selected and we
11742                 refresh the summaryview, don't remove the 
11743                 currently displayed message. Fixes bug #797
11744                 (Summary view reloads when new mail is 
11745                 downloaded in 1.9.14 rc)
11746
11747 2005-08-30 [colin]      1.9.13cvs72
11748
11749         * src/folderview.c
11750                 Fix flickering
11751         * src/mainwindow.c
11752                 Remove useless callback
11753         * src/mimeview.c
11754         * src/gtk/filesel.c
11755         * src/gtk/filesel.h
11756                 Add a filesel_select_file_save_folder() - used by Save All
11757
11758 2005-08-29 [paul]       1.9.13cvs71
11759
11760         * AUTHORS
11761         * src/matcher_parser_parse.y
11762         * src/etpan/imap-thread.c
11763                 fix building on FreeBSD
11764                 Patch by Daniel Gustafson <daniel@hobbit.se>
11765
11766 2005-08-29 [paul]       1.9.13cvs70
11767
11768         * src/plugins/pgpinline/pgpinline.c
11769                 only initialise sig result if it's been handled
11770                 Patch by Colin
11771
11772 2005-08-29 [paul]       1.9.13cvs69
11773         
11774         Patches by Colin:
11775
11776         * src/imap.c
11777         * src/common.utils.c
11778         * src/common/utils.h
11779                 optimisation
11780         * src/stock_pixmap.h
11781                 fix wrong icon reference
11782         * src/pixmaps/trash_btn.xpm
11783                 replace with nicer image
11784
11785 2005-08-28 [colin]      1.9.13cvs68
11786
11787         * src/Makefile.am
11788         * src/stock_pixmap.c
11789         * src/stock_pixmap.h
11790         * src/toolbar.c
11791         * src/pixmaps/trash_btn.xpm
11792                 Add a specific trash xpm for the button
11793
11794 2005-08-28 [colin]      1.9.13cvs67
11795
11796         * src/imap.c
11797                 Fix leak
11798
11799 2005-08-27 [colin]      1.9.13cvs66
11800
11801         * src/imap.c
11802         * src/procmime.c
11803                 Correctly fix "Problem with replies", fixes
11804                 pgpmime encryption too. 
11805
11806 2005-08-27 [colin]      1.9.13cvs65
11807
11808         * src/folder.c
11809         * src/procmsg.c
11810         * src/procmsg.h
11811         * src/summaryview.c
11812                 Fix bug #517 (messages removed from summaryview 
11813                 when moving fails)
11814
11815 2005-08-27 [colin]      1.9.13cvs64
11816
11817         * tools/Makefile.am
11818         * tools/asus_mailled.sh
11819                 Add a script to blink ASUS laptops' mail LED where there
11820                 is unread mail.
11821
11822 2005-08-27 [colin]      1.9.13cvs63
11823
11824         * src/imap.c
11825         * src/etpan/imap-thread.c
11826         * src/etpan/imap-thread.h
11827                 Implement automatic choosing of login method
11828                 Fixes bug #791
11829         * src/gtk/.cvsignore
11830                 Add sylpheed-marshal.[ch]
11831
11832 2005-08-27 [colin]      1.9.13cvs62
11833
11834         * src/common/utils.c
11835                 Fix confusing perror
11836
11837 2005-08-27 [colin]      1.9.13cvs61
11838
11839         * src/toolbar.c
11840         * src/toolbar.h
11841                 Remove A_DELETE, replace it with 
11842                 A_TRASH and A_DELETE_REAL. Automatically
11843                 rewrite config files to replace A_DELETE
11844                 with A_TRASH (no functionality change).
11845                 Fixes half of #794
11846
11847 2005-08-26 [colin]      1.9.13cvs60
11848
11849         * src/procmime.c
11850                 Previous "Problem with replies" fix brought other
11851                 problems, fixing them
11852
11853 2005-08-26 [colin]      1.9.13cvs59
11854
11855         * src/procmime.c
11856                 Fix "Problem with replies". This happened only
11857                 on IMAP...
11858         * src/procmsg.c
11859                 Factorize code a bit
11860         * src/compose.c
11861                 Speed improvement on very long messages (wrapping)
11862                 Fix signature color on Reedit and Redirect
11863                 On Reedit, don't attach pgp-signatures parts, but
11864                 set signing to On.
11865
11866 2005-08-24 [paul]       1.9.13cvs58
11867
11868         * src/compose.c
11869                 don't claim success when clicking
11870                 Cancel on the passphrase box.
11871                 Patch by Colin
11872
11873 2005-08-24 [paul]       1.9.13cvs57
11874
11875         * src/main.c
11876                 fix misplaced sylpheed.log
11877         * src/common/defs.h
11878                 define UIDL_DIR
11879
11880 2005-08-24 [paul]       1.9.13cvs56
11881
11882         * src/imap.c
11883         * src/etpan/imap-thread.c
11884         * src/etpan/imap-thread.h
11885                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11886                 Patch by Colin
11887         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11888         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11889                 remove autogenerated files
11890         * tools/kdeservicemenu/README
11891         * tools/kdeservicemenu/install.sh
11892         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11893         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11894                 use Claws icon, use 'Sylpheed-Claws' in menu,
11895                 use kdialog, and other cleanups
11896
11897 2005-08-23 [paul]       1.9.13cvs55
11898
11899         * src/compose.c
11900                 fix paste/wrap crash
11901                 Patch by Colin
11902
11903 2005-08-23 [paul]       1.9.13cvs54
11904
11905         * src/main.c
11906                 fix crash recovery
11907                 Patch by Colin
11908
11909 2005-08-23 [paul]       1.9.13cvs53
11910
11911         * src/addressbook.c
11912         * src/editaddress.c
11913                 view all data of LDAP contacts
11914                 Patch by Colin
11915
11916 2005-08-23 [paul]       1.9.13cvs52
11917
11918         * src/addressbook.c
11919                 fix issues with the Search field
11920                 Patch by Colin
11921
11922 2005-08-22 [paul]       1.9.13cvs51
11923
11924         * src/folderview.c
11925                 put name of folder in processing dialog
11926                 title
11927         * src/prefs_folder_item.c
11928                 improve english usage
11929
11930 2005-08-22 [paul]       1.9.13cvs50
11931
11932         * src/filtering.c
11933         * src/filtering.h
11934         * src/matcher.c
11935         * src/matcher_parser_lex.l
11936         * src/matcher_parser_parse.y
11937         * src/prefs_filtering.c
11938                 add Filtering/Processing rule names feature.
11939                 (the incompatible old matcherrc is saved as
11940                 matcherrc.pre_names).
11941                 Patch by Colin
11942
11943 2005-08-22 [paul]       1.9.13cvs49
11944
11945         * src/procmsg.c
11946                 fix colour labelling
11947                 Patch by Colin
11948
11949 2005-08-22 [paul]       1.9.13cvs48
11950
11951         * src/textview.c
11952                 fix open_image_cb()
11953
11954 2005-08-22 [paul]       1.9.13cvs47
11955
11956         * src/imap.c
11957                 fix bug 789, 'SC crashes with imap (CVS ver)'
11958                 Patch by Colin
11959
11960 2005-08-22 [paul]       1.9.13cvs46
11961
11962         * src/mimeview.c
11963         * src/prefs_common.c
11964         * src/common/defs.h
11965                 define reused defaults in defs.h
11966         * src/textview.c
11967                 add 'Open image' to image popup menu
11968
11969 2005-08-21 [colin]      1.9.13cvs45
11970
11971         * src/summaryview.c
11972                 Fix bug #788 (Bogus "From" address displayed)
11973
11974 2005-08-20 [colin]      1.9.13cvs44
11975
11976         * src/folder.c
11977                 Fix buf #787 (multilevel delete causes SIGSEGV)
11978
11979 2005-08-19 [colin]      1.9.13cvs43
11980
11981         * src/inc.c
11982         * src/prefs_common.c
11983         * src/prefs_common.h
11984                 Add an hidden pref to allow modifying the
11985                 update stepping in incorporation.
11986                 Patch by wwp.
11987
11988 2005-08-19 [colin]      1.9.13cvs42
11989
11990         * src/compose.c
11991         * src/procmime.c
11992                 Workaround for broken MUAs: encode 
11993                 Content-type: name: as ASCII and 
11994                 Content-Disposition: filename: as
11995                 per rfc2231
11996         * src/prefs_account.c
11997                 Fix invisible-ness of SMTP SSL prefs
11998                 in NNTP accounts
11999
12000 2005-08-19 [paul]       1.9.13cvs41
12001
12002         * src/compose.c
12003         * src/prefs_common.c
12004         * src/prefs_common.h
12005         * src/prefs_wrapping.c
12006                 paste with or without wrapping.
12007                 patch by Colin
12008
12009 2005-08-19 [paul]       1.9.13cvs40
12010
12011         * src/prefs_common.c
12012         * src/prefs_common.h
12013         * src/summaryview.c
12014                 reintroduce enable_swap_from as a
12015                 hidden pref. patch by Colin
12016         * src/quote_fmt_parse.y
12017         * src/plugins/clamav/clamav_plugin.c
12018         * src/plugins/dillo_viewer/dillo_viewer.c
12019         * src/plugins/mathml_viewer/mathml_viewer.c
12020         * src/plugins/pgpcore/sgpgme.c
12021         * src/plugins/pgpinline/pgpinline.c
12022         * src/plugins/pgpmime/pgpmime.c
12023                 tidy up. patch by Colin
12024
12025 2005-08-19 [paul]       1.9.13cvs39
12026
12027         * configure.ac
12028                 complete cvs38's sync
12029         * src/editaddress.c
12030         * src/gedit-print.c
12031         * src/mutt.c
12032         * src/etpan/etpan-log.c
12033         * src/etpan/imap-thread.c
12034         * src/gtk/gtksourceprintjob.c
12035                 fix compilation warnings
12036                 (patch by Colin)
12037
12038 2005-08-19 [paul]       1.9.13cvs38
12039
12040         sync with main:
12041
12042         * src/account.c
12043         * src/action.c
12044         * src/addrbook.c
12045         * src/addrcache.c
12046         * src/addrharvest.c
12047         * src/addrindex.c
12048         * src/codeconv.c
12049         * src/compose.c
12050         * src/crash.c
12051         * src/exporthtml.c
12052         * src/exportldif.c
12053         * src/folder.c
12054         * src/image_viewer.c
12055         * src/inc.c
12056         * src/inc.h
12057         * src/jpilot.c
12058         * src/ldif.c
12059         * src/main.c
12060         * src/matcher.c
12061         * src/mbox.c
12062         * src/messageview.c
12063         * src/mh.c
12064         * src/mimeview.c
12065         * src/msgcache.c
12066         * src/mutt.c
12067         * src/news.c
12068         * src/partial_download.c
12069         * src/pine.c
12070         * src/pop.c
12071         * src/prefs_actions.c
12072         * src/prefs_common.c
12073         * src/prefs_customheader.c
12074         * src/prefs_display_header.c
12075         * src/prefs_gtk.c
12076         * src/prefs_themes.c
12077         * src/procheader.c
12078         * src/procmime.c
12079         * src/procmsg.c
12080         * src/recv.c
12081         * src/send_message.c
12082         * src/simple-gettext.c
12083         * src/sourcewindow.c
12084         * src/textview.c
12085         * src/vcard.c
12086         * src/common/defs.h
12087         * src/common/log.c
12088         * src/common/plugin.c
12089         * src/common/prefs.c
12090         * src/common/session.c
12091         * src/common/session.h
12092         * src/common/socket.c
12093         * src/common/socket.h
12094         * src/common/ssl_certificate.c
12095         * src/common/template.c
12096         * src/common/utils.c
12097         * src/common/utils.h
12098         * src/common/xml.c
12099         * src/gtk/about.c
12100         added wrappers for C library function that
12101                 take pathname arguments.
12102                 enabled compilation with MinGW.
12103                 use GDir instead of directly using opendir().
12104                 added rename_force().
12105
12106 2005-08-19 [paul]       1.9.13cvs37
12107         
12108         patches by Colin:
12109         * src/compose.c
12110                 fix privacy settings on re-editing
12111                 a sent message
12112         * src/jpilot.c
12113                 fix encoding bug
12114         * src/folder.c
12115         * src/procmsg.c
12116         * src/procmsg.h
12117         * src/summaryview.c
12118                 flag changing optimisation
12119
12120 2005-08-18 [martin]     1.9.13cvs36
12121
12122         * commitHelper
12123             added my login
12124         * src/addrcache.c
12125         * src/addrharvest.c
12126         * src/addrindex.c
12127         * src/compose.c
12128         * src/grouplistdialog.c
12129         * src/main.c
12130         * src/mainwindow.c
12131         * src/msgcache.c
12132         * src/mutt.c
12133         * src/pine.c
12134         * src/prefs_account.c
12135         * src/prefs_themes.c
12136         * src/stock_pixmap.c
12137         * src/summaryview.c
12138         * src/gtk/about.c
12139         * src/gtk/logwindow.c
12140             removed deprecated glib and gdk stuff
12141         * src/plugins/pgpcore/select-keys.c
12142             convert attributes from locale to utf8
12143
12144 2005-08-17 [paul]       1.9.13cvs35
12145
12146         * src/account.c
12147         * src/addressbook.c
12148                 use new GTK_STOCK_ icons if available
12149         * src/summaryview.c
12150         * src/gtk/gtksctree.c
12151         * src/gtk/gtksctree.h
12152                 faster range select. patch by Colin
12153
12154 2005-08-17 [paul]       1.9.13cvs34
12155
12156         patches by colin:
12157         * src/addressbook.c
12158         * src/addressitem.h
12159                 Add an edit button for contacts, fix selections
12160                 of gtksctree items
12161         * src/editaddress.c
12162                 Change labels, let Save be always possible in the
12163                 email and user atributes tabs
12164         * src/folderview.c
12165                 fix sort issues
12166         * src/summaryview.c
12167                 select next item instead of the displayed one
12168                 after deletion
12169
12170         * src/gtk/progressdialog.c
12171                 use prefs_common.enable_rules_hint
12172
12173 2005-08-13 [hoa]        1.9.13cvs33
12174
12175         * src/etpan/imap-thread.c
12176                 fixed build on Solaris.
12177
12178 2005-08-10 [colin]      1.9.13cvs32
12179
12180         * src/procmsg.c
12181                 Fix cvs31 (missing fclose before reading
12182                 the file)
12183
12184 2005-08-10 [colin]      1.9.13cvs31
12185
12186         * src/procmsg.c
12187                 Fix procmsg_msginfo_new_from_mimeinfo() when
12188                 the MimeInfo isn't stored in memory. This fixes
12189                 replying to an attached message.
12190
12191 2005-08-10 [colin]      1.9.13cvs30
12192
12193         * src/mainwindow.c
12194                 Fix slowness in account changing
12195
12196 2005-08-10 [colin]      1.9.13cvs29
12197
12198         * src/folder.c
12199         * src/folderutils.c
12200         * src/folderview.c
12201         * src/imap_gtk.c
12202         * src/mainwindow.c
12203         * src/mh_gtk.c
12204         * src/procmsg.c
12205         * src/summaryview.c
12206                 Optimize folder_has_parent_of_type
12207                 Prevent moving special sub-folders from contextual menus
12208                 Rework message a bit ("Empty all messages" -> "Delete all
12209                 messages")
12210                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
12211                 and "Deleted Items" folders)
12212
12213 2005-08-08 [colin]      1.9.13cvs28
12214
12215         * src/summaryview.c
12216         * src/prefs_summaries.c
12217                 Make "Select first unread|new" more flexible
12218                 (just prioritize new or unread)
12219
12220 2005-08-08 [colin]      1.9.13cvs27
12221
12222         * src/summaryview.c
12223                 If "select first new" is selected and there only
12224                 are unread messages, fallback to "select first
12225                 unread".
12226
12227 2005-08-08 [colin]      1.9.13cvs26
12228
12229         * src/folder.c
12230                 Fix shameful bugs (and bug #779)
12231
12232 2005-08-08 [colin]      1.9.13cvs25
12233
12234         * src/folder.c
12235         * src/folder.h
12236                 Cache parents' type to make folder_has_parent_of_type
12237                 faster
12238         * src/folderview.c
12239                 Forbid DnD of special sub-folders
12240         * src/procmsg.c
12241         * src/procmsg.h
12242                 Add MAIL_POSTFILTERING_HOOK
12243         * src/summaryview.c
12244                 Revert over-zealous deletion of the use_addr_book 
12245                 code
12246
12247 2005-08-07 [colin]      1.9.13cvs24
12248
12249         * src/folder.c
12250                 Fix big mistake (passing MsgInfo instead 
12251                 of FolderItem)
12252
12253 2005-08-07 [colin]      1.9.13cvs23
12254
12255         * src/compose.c
12256         * src/folder.c
12257         * src/folder.h
12258         * src/foldersel.c
12259         * src/folderutils.c
12260         * src/folderview.c
12261         * src/imap.c
12262         * src/mainwindow.c
12263         * src/messageview.c
12264         * src/mh.c
12265         * src/msgcache.c
12266         * src/procmime.c
12267         * src/summaryview.c
12268                 Make subfolders of Drafts, Queue, Outbox, Trash
12269                 work like their parents. 
12270                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
12271
12272 2005-08-07 [colin]      1.9.13cvs22
12273
12274         * src/addressbook.c
12275                 Fix bug #771 (Dragged contacts not saved)
12276
12277 2005-08-07 [paul]       1.9.13cvs21
12278
12279         * src/summaryview.c
12280                 fix bug 32 'Search Doesn't display results
12281                 if "Hide Read Messages" is chosen'
12282                 be more literal in interpreting 'Hide read
12283                 messages'
12284
12285 2005-08-07 [colin]      1.9.13cvs20
12286
12287         * src/folderview.c
12288                 Add debug
12289         * src/summaryview.c
12290                 Faster 'unthread_for_execution'
12291
12292 2005-08-06 [paul]       1.9.13cvs19
12293
12294         * src/mainwindow.c
12295                 add mnemonics to Set displayed columns
12296                 fix bug where msgview_visible option was
12297                 overwritten as TRUE on startup
12298
12299 2005-08-06 [paul]       1.9.13cvs18
12300
12301         * src/mainwindow.c
12302                 refer to 'displayed columns in folder/message
12303                 list' not 'displayed items in summary/message view'
12304         * src/prefs_display_header.c
12305                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
12306                 be consistent with similar dialogues
12307         * src/prefs_folder_column.c
12308         * src/prefs_summary_column.c
12309                 'columns' not 'items', and folder and message lists,
12310                 instead of folder and summary views;
12311                 Use 'Hidden columns' as list heading not 'Available
12312                 items';
12313                 move the 'Remove' button to the right hand side;
12314                 top-align the buttons;
12315                 remove unneeded vbox
12316         * src/prefs_summaries.c
12317                 put the 2 column prefs buttons in a frame to reduce
12318                 overall width; refer to columns not items &c.
12319
12320 2005-08-05 [colin]      1.9.13cvs17
12321
12322         * src/prefs_common.c
12323         * src/prefs_common.h
12324         * src/mainwindow.c
12325         * src/compose.c
12326         * src/messageview.c
12327                 Add an hidden toolbar_detachable pref, so
12328                 that I can get rid of these painful handles
12329                 in the toolbars. Defaults to TRUE to avoid
12330                 changing the GUI on unsuspecting people...
12331
12332 2005-08-05 [colin]      1.9.13cvs16
12333
12334         * src/Makefile.am
12335         * src/prefs_folder_column.c
12336         * src/prefs_folder_column.h
12337                 Add prefs for folder columns
12338         * src/folderview.c
12339         * src/folderview.h
12340         * src/mainwindow.c
12341         * src/mainwindow.h
12342         * src/prefs_common.c
12343         * src/prefs_common.h
12344         * src/prefs_summaries.c
12345                 Use them
12346         * src/prefs_summary_column.c
12347         * src/summaryview.c
12348         * src/summaryview.h
12349                 Add a To column
12350         * src/textview.c
12351         * src/common/utils.c
12352         * src/common/utils.h
12353                 Move uri colourisation functions
12354                 to utils
12355         * src/compose.c
12356                 Colourise URIs
12357         * src/imap.c
12358                 Fix bug with LIST where we'd try
12359                 to get Folder//////[...]/// 
12360
12361 2005-08-05 [paul]       1.9.13cvs15
12362
12363         * src/prefs_summaries.c
12364                 improve the English usage
12365         * src/summaryview.c
12366                 set font on column change
12367                 thanks to Colin
12368
12369 2005-08-05 [paul]       1.9.13cvs14
12370
12371         * src/prefs_common.c
12372         * src/prefs_common.h
12373         * src/prefs_summaries.c
12374         * src/summaryview.c
12375                 replace 'open_unread_on_enter' option with
12376                 'select_on_entry' option. opening/not opening
12377                 is now exclusively controlled by 'always_show_msg'
12378
12379 2005-08-04 [colin]      1.9.13cvs13
12380
12381         * src/compose.c
12382                 Remove dead code
12383                 Add colourisation of quotes and signatures
12384         * src/folderview.c
12385                 Fix possible crashes
12386         * src/messageview.c
12387                 Change an assert that is no problem
12388         * src/news.c
12389         * src/news_gtk.c
12390         * src/news_gtk.h
12391                 Fix offline mode
12392         * src/gtk/quicksearch.c
12393                 Fix a possible crash
12394
12395 2005-08-03 [colin]      1.9.13cvs12
12396
12397         * src/prefs_account.c
12398                 Fix bug #777 (Sylpheed crash in account configuration)
12399
12400 2005-08-03 [colin]      1.9.13cvs11
12401
12402         * src/addressbook.c
12403         * src/editaddress.c
12404         * src/editgroup.c
12405                 Fixing addressbook, round 2
12406         * src/textview.c
12407                 Fix emphasis color on rechecking 'Colorize messages'
12408
12409 2005-08-03 [paul]       1.9.13cvs10
12410
12411         sync with main
12412
12413         * src/addr_compl.c
12414         * src/compose.c
12415         * src/main.c
12416         * src/pop.c
12417         * src/prefs_account.c
12418         * src/procmime.c
12419         * src/procmsg.c
12420         * src/quote_fmt_parse.y
12421         * src/textview.c
12422         * src/common/quoted-printable.c
12423         * src/common/utils.c
12424         * src/common/utils.h
12425         * src/common/xml.c
12426                 replaced incorrect locale-independent
12427                 ctype functions with GLib's. Corrected
12428                 signedness mismatch.
12429         * src/headerview.c
12430                 headerview_create(): added spacing for vbox.
12431         * src/gtk/about.c
12432                 set focus to the OK button.
12433
12434 2005-08-03 [colin]      1.9.13cvs9
12435
12436         * src/folderview.c
12437                 Fix possible crash
12438
12439 2005-08-02 [colin]      1.9.13cvs8
12440
12441         * src/mainwindow.c
12442                 Fix cast
12443         * src/addressbook.c
12444         * src/addressitem.h
12445                 Fix a cast and more generally, try to make the
12446                 GUI more intuitive and consistent (round 1)
12447
12448 2005-08-02 [paul]       1.9.13cvs7
12449
12450         * src/folder.h
12451                 missing in 1.9.13cvs6
12452
12453 2005-08-02 [colin]      1.9.13cvs6
12454
12455         * src/folder.c
12456                 Fix one more leak
12457
12458 2005-08-02 [colin]      1.9.13cvs5
12459
12460         * src/folder.c
12461         * src/folderview.c
12462         * src/imap.c
12463         * src/main.c
12464         * src/mbox.c
12465         * src/procmsg.c
12466         * src/summaryview.c
12467                 Fix a number of folder_item_get_msg_list()-related
12468                 leaks (missing procmsg_msginfo_free()s)
12469
12470 2005-08-01 [colin]      1.9.13cvs4
12471
12472         * src/folderview.c
12473         * src/folderview.h
12474         * src/mainwindow.c
12475         * src/prefs_fonts.c
12476         * src/prefs_summaries.c
12477         * src/prefs_themes.c
12478         * src/summaryview.c
12479         * src/summaryview.h
12480         * src/textview.c
12481         * src/textview.h
12482                 Fix instant-apply of summary and folderview-related prefs
12483                 Fix erroneous g_free and alertpanels in prefs_theme
12484                 Add instant-apply for fonts
12485                 Defer applying of prefs a little bit so it's done only
12486                 once even if requested by multiples prefs pages
12487
12488 2005-08-01 [paul]       1.9.13cvs3
12489
12490         * src/main.c
12491                 fix bug 776 'S.C. crashes on close'
12492                 thanks to Colin
12493         * src/etpan/etpan-thread-manager-types.h
12494                 add missing include
12495                 thanks to Hoa
12496
12497 2005-07-25 [paul]       1.9.13cvs2
12498
12499         * src/summaryview.c
12500                 fix typos. spotted by Fabien Vantard
12501
12502 2005-07-24 [paul]       1.9.13cvs1
12503
12504         * doc/man/sylpheed.1
12505                 update man page, incorporating fix of
12506                 bug 769 'Typo in manpage'
12507         * src/etpan/imap-thread.c
12508                 fix NetBSD openssl dependencies. patch by
12509                 George Michaelson <ggm@apnic.net>
12510         * po/pt_BR.po
12511                 updated by Frederico Goncalves Guimaraes
12512
12513 2005-07-22 [paul]       1.9.13
12514
12515         1.9.13 release
12516
12517 2005-07-22 [paul]       1.9.12cvs91
12518
12519         * AUTHORS
12520         * INSTALL
12521         * README.claws
12522         * RELEASE_NOTES.claws
12523                 updated for release
12524         * configure.ac
12525         * po/nb.po
12526         * tools/claws.i18n.status.pl
12527                 add Norwegian translation. submiited by
12528                 Geir Helland <pjallabais@users.sourceforge.net>
12529         * po/ca.po
12530         * po/de.po
12531         * po/es.po
12532         * po/fi.po
12533         * po/fr.po
12534         * po/it.po
12535         * po/sk.po
12536         * po/sr.po
12537         * po/zh_CN.po
12538                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12539                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12540                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12541                 Yang Guilong
12542         * src/plugins/clamav/clamav_plugin_gtk.c
12543         * src/plugins/spamassassin/spamassassin_gtk.c
12544                 replace outdated description strings
12545
12546 2005-07-21 [colin]      1.9.12cvs90
12547
12548         * src/folder.c
12549                 Set folder to batch mode when scanning it. Makes deletion
12550                 of unread mails on IMAP much faster (due to the UNREAD 
12551                 flag unsetting)
12552
12553 2005-07-21 [darko]      1.9.12cvs89
12554
12555         * configure.ac
12556                 link against libresolv if necessary (patch by Paul)
12557         * src/msgcache.c
12558                 use glib's portable macros to determine endianness
12559
12560 2005-07-21 [paul]       1.9.12cvs88
12561
12562         * src/crash.c
12563         * src/gtk/about.c
12564                 update compiled-in features list
12565
12566 2005-07-20 [colin]      1.9.12cvs87
12567
12568         * src/folder.c
12569         * src/textview.c
12570                 Gcc 2.9x compilation fixes, thanks to Darko
12571         * src/plugins/clamav/clamav_plugin.c
12572                 Little optimisation: load virus database only once
12573         * src/plugins/spamassassin/spamassassin.c
12574                 Big optimisation: filtering one mail took at least 1 second,
12575                 now it takes at least 50ms. Doesn't speed up spamassassin 
12576                 itself, but should already be much more tolerable.
12577
12578 2005-07-20 [colin]      1.9.12cvs86
12579
12580         * src/summaryview.c
12581                 Fix performance issue
12582
12583 2005-07-19 [colin]      1.9.12cvs85
12584
12585         * src/plugins/pgpinline/plugin.c
12586                 Fix warning
12587
12588 2005-07-19 [colin]      1.9.12cvs84
12589
12590         * configure.ac
12591         * src/plugins/Makefile.am
12592         * src/plugins/pgpinline/.cvsignore
12593         * src/plugins/pgpinline/Makefile.am
12594         * src/plugins/pgpinline/pgpinline.c
12595         * src/plugins/pgpinline/pgpinline.deps
12596         * src/plugins/pgpinline/pgpinline.h
12597         * src/plugins/pgpinline/plugin.c
12598                 Put pgpinline in the main tree
12599
12600 2005-07-19 [paul]       1.9.12cvs83
12601
12602         * src/prefs_actions.c
12603                 prevent '//' in menu names, which cause a crash
12604                 thanks to Colin
12605
12606 2005-07-19 [paul]       1.9.12cvs82
12607
12608         * configure.ac
12609                 be generally more informative in configure output.
12610                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12611                 '[ --disable-openssl ...', as --enable-openssl is default
12612                 PGP/MIME: don't check for GPGME again, check for
12613                 pgpcore instead. Therefore prevent the possibility of
12614                 attempting to build pgpmime if pgpcore dependencies are
12615                 not met
12616                 ClamAV: use pkgconfig to check for lib
12617                 libgnomeprint: revert logic on inner test to match
12618                 everything else
12619         * src/plugins/pgpcore/sgpgme.c
12620                 add missing include
12621
12622 2005-07-19 [colin]      1.9.12cvs81
12623
12624         * src/summaryview.c
12625                 Fix slow thread rebuilding in particular
12626                 cases
12627
12628 2005-07-19 [paul]       1.9.12cvs80
12629
12630         * sylpheed-claws.desktop
12631                 fix typo, spotted by Stephan Sachse
12632         * src/account.c
12633                 replace GTK_STOCK_ADD with
12634                 GTK_STOCK_NEW button
12635
12636 2005-07-18 [colin]      1.9.12cvs79
12637
12638         * src/etpan/imap-thread.c
12639                 Fix return value (Thanks Hoa)
12640
12641 2005-07-18 [colin]      1.9.12cvs78
12642
12643         * src/imap.c
12644                 Allow empty passwords
12645                 Create drafts/queue/outbox if necessary
12646         * src/summaryview.c
12647                 Remove old code
12648         * src/etpan/imap-thread.c
12649                 Fix STARTTLS (Thanks to Hoa)
12650
12651 2005-07-18 [paul]       1.9.12cvs77
12652
12653         * ChangeLog-gtk2.jp
12654         * ChangeLog.jp
12655                 removed
12656         * Makefile.am
12657                 updated to reflect additions and removals
12658         * TODO
12659                 updated to be claws-specific
12660         * TODO-gtk2
12661         * TODO-gtk2.jp
12662         * TODO.jp
12663         * sylpheed-128x128.png
12664         * sylpheed-64x64.png
12665                 removed
12666         * sylpheed-claws-128x128.png
12667         * sylpheed-claws-64x64.png
12668         * sylpheed-claws.desktop
12669         * sylpheed-claws.png
12670                 added
12671         * sylpheed.desktop
12672         * sylpheed.png
12673                 removed
12674
12675 2005-07-17 [paul]       1.9.12cvs76
12676
12677         * src/account.c
12678         * src/addressbook.c
12679         * src/alertpanel.c
12680         * src/alertpanel.h
12681         * src/compose.c
12682         * src/exphtmldlg.c
12683         * src/expldifdlg.c
12684         * src/folderview.c
12685         * src/imap_gtk.c
12686         * src/inc.c
12687         * src/message_search.c
12688         * src/messageview.c
12689         * src/mh_gtk.c
12690         * src/news_gtk.c
12691         * src/prefs_actions.c
12692         * src/prefs_filtering.c
12693         * src/prefs_matcher.c
12694         * src/prefs_template.c
12695         * src/prefs_themes.c
12696         * src/ssl_manager.c
12697         * src/summary_search.c
12698         * src/textview.c
12699         * src/toolbar.c
12700         * src/gtk/sslcertwindow.c
12701         * src/plugins/pgpcore/sgpgme.c
12702                 rework alertpanels
12703
12704 2005-07-17 [colin]      1.9.12cvs75
12705
12706         * src/privacy.c
12707                 add a PrivacySystem accessor that checks that
12708                 the system cached in a MimeInfo's privacydata
12709                 is still registered. Use this accessor instead
12710                 of directly using data->system. Fixes crashes
12711                 after unloading pgp plugins.
12712
12713 2005-07-17 [colin]      1.9.12cvs74
12714
12715         * src/alertpanel.c
12716                 Change geometry hints to a simple default size.
12717                 Fixes the certs dialogs.
12718
12719 2005-07-17 [colin]      1.9.12cvs73
12720
12721         * src/gtk/sslcertwindow.c
12722                 Use a gtkExpander
12723
12724 2005-07-17 [colin]      1.9.12cvs72
12725
12726         * src/plugins/pgpcore/Makefile.am
12727         * src/plugins/pgpmime/Makefile.am
12728                 Add gpgme libs
12729
12730 2005-07-17 [paul]       1.9.12cvs71
12731
12732         * configure.ac
12733                 add --disable-gnomeprint option
12734                 modified version of patch by Marius Mauch
12735
12736 2005-07-17 [paul]       1.9.12cvs70
12737
12738         * src/common/defs.h
12739                 update urls
12740         * src/account.c
12741         * src/action.c
12742         * src/addressbook.c
12743         * src/compose.c
12744         * src/foldersel.c
12745         * src/folderview.c
12746         * src/html.c
12747         * src/imap_gtk.c
12748         * src/main.c
12749         * src/mainwindow.c
12750         * src/messageview.c
12751         * src/mh_gtk.c
12752         * src/mimeview.c
12753         * src/news_gtk.c
12754         * src/prefs_account.c
12755         * src/prefs_send.c
12756         * src/prefs_summaries.c
12757         * src/procmsg.c
12758         * src/summaryview.c
12759         * src/common/utils.c
12760         * src/common/xml.c
12761         * src/plugins/pgpcore/passphrase.c
12762         * src/plugins/pgpcore/select-keys.c
12763                 replace inappropriately used backticks
12764                 with single quotes
12765
12766 2005-07-16 [colin]      1.9.12cvs69
12767
12768         * src/image_viewer.c
12769                 Add extra paranoid checks
12770
12771 2005-07-16 [colin]      1.9.12cvs68
12772
12773         * src/plugins/pgpcore/prefs_gpg.c
12774                 Don't auto-check sigs by default, as it
12775                 can be really slow.
12776
12777 2005-07-16 [colin]      1.9.12cvs67
12778
12779         * src/plugins/pgpcore/sgpgme.c
12780                 Make messages a bit better.
12781
12782 2005-07-16 [colin]      1.9.12cvs66
12783
12784         * src/imap.c
12785                 Remove pseudo-log
12786         * src/etpan/imap-thread.c
12787                 Add real log
12788
12789 2005-07-16 [colin]      1.9.12cvs65
12790
12791         * src/main.c
12792         * src/prefs_other.c
12793                 And now, fix build with libetpan :-/
12794
12795 2005-07-15 [colin]      1.9.12cvs64
12796
12797         * src/prefs_other.c
12798                 Continue fixing build without libetpan.
12799
12800 2005-07-15 [colin]      1.9.12cvs63
12801
12802         * src/main.c
12803                 Fix build with --disable-libetpan
12804
12805 2005-07-15 [colin]      1.9.12cvs62
12806
12807         * configure.ac
12808                 Bump libetpan's version
12809
12810 2005-07-15 [colin]      1.9.12cvs61
12811
12812         * src/etpan/imap-thread.c
12813                 Actually stop logging :)
12814
12815 2005-07-15 [colin]      1.9.12cvs60
12816
12817         * src/addressbook.c
12818                 Fix dnd of multiple addresses.
12819
12820 2005-07-15 [hoa]        1.9.12cvs59
12821
12822         * src/etpan/imap-thread.c
12823             disable login of IMAP password in libetpan log file.
12824
12825 2005-07-15 [paul]       1.9.12cvs58
12826
12827         * src/account.c
12828                 don't automatically sort
12829                 do allow drag n drop
12830
12831 2005-07-15 [paul]       1.9.12cvs57
12832
12833         * src/account.c
12834         * src/ssl_manager.c
12835                 alphabetical listing
12836
12837 2005-07-15 [paul]       1.9.12cvs56
12838
12839         * src/gtk/pluginwindow.c
12840                 sort plugin list alphabetically
12841
12842 2005-07-15 [paul]       1.9.12cvs55
12843
12844         * src/prefs_spelling.c
12845         * src/prefs_wrapping.c
12846                 unify English usage
12847
12848 2005-07-15 [colin]      1.9.12cvs54
12849
12850         * src/wizard.c
12851                 Typo fix
12852
12853 2005-07-15 [paul]       1.9.12cvs53
12854
12855         * src/prefs_message.c
12856                 make 'show cursor' a hidden option
12857
12858 2005-07-14 [colin]      1.9.12cvs52
12859
12860         * src/plugins/spamassassin/Makefile.am
12861         * src/plugins/clamav/Makefile.am
12862                 Fix double EXTRA_DISTs
12863
12864 2005-07-14 [colin]      1.9.12cvs51
12865
12866         * src/plugins/clamav/Makefile.am
12867         * src/plugins/clamav/clamav_plugin_gtk.deps
12868         * src/plugins/spamassassin/Makefile.am
12869         * src/plugins/spamassassin/spamassassin_gtk.deps
12870                 Make $plugin_gtk depend on $plugin
12871
12872 2005-07-14 [hoa]        1.9.12cvs50
12873
12874         * src/etpan/imap-thread.c
12875                 enable debug log of libetpan when running with --debug
12876
12877 2005-07-14 [colin]      1.9.12cvs49
12878
12879         * configure.ac
12880         * src/common/Makefile.am
12881         * src/common/plugin.c
12882         * src/common/plugin.h
12883                 Add a little plugin dependancy system.
12884                 Plugins can ship a $plugin_name.deps file
12885                 (near them in PLUGINDIR) so that their
12886                 dependancies are loaded if possible.
12887         * src/plugins/Makefile.am
12888         * src/plugins/pgpcore/Makefile.am
12889         * src/plugins/pgpcore/passphrase.c
12890         * src/plugins/pgpcore/passphrase.h
12891         * src/plugins/pgpcore/plugin.c
12892         * src/plugins/pgpcore/prefs_gpg.c
12893         * src/plugins/pgpcore/prefs_gpg.h
12894         * src/plugins/pgpcore/select-keys.c
12895         * src/plugins/pgpcore/select-keys.h
12896         * src/plugins/pgpcore/sgpgme.c
12897         * src/plugins/pgpcore/sgpgme.h
12898                 Introduce pgpcore, used by pgpmime and
12899                 pgpinline
12900         * src/plugins/pgpmime/Makefile.am
12901         * src/plugins/pgpmime/passphrase.c
12902         * src/plugins/pgpmime/passphrase.h
12903         * src/plugins/pgpmime/pgpmime.c
12904         * src/plugins/pgpmime/pgpmime.deps
12905         * src/plugins/pgpmime/plugin.c
12906         * src/plugins/pgpmime/prefs_gpg.c
12907         * src/plugins/pgpmime/prefs_gpg.h
12908         * src/plugins/pgpmime/select-keys.c
12909         * src/plugins/pgpmime/select-keys.h
12910         * src/plugins/pgpmime/sgpgme.c
12911         * src/plugins/pgpmime/sgpgme.h
12912                 Remove the core from pgpmime and add the
12913                 dependancy to pgpcore.
12914
12915 2005-07-14 [paul]       1.9.12cvs48
12916
12917         * src/stock_pixmap.c
12918                 forgot this in last commit
12919
12920 2005-07-14 [paul]       1.9.12cvs47
12921
12922         * src/account.c
12923         * src/addressbook.c
12924                 add accelerators for the buttons (sync with main)
12925         * src/compose.c
12926         * src/compose.h
12927                 add accelerators for the buttons.
12928                 fix editing with external editor.
12929                 replace gdk_input_*() with GIOChannel;
12930                 (sync with main)
12931         * src/foldersel.c
12932                 display folder names with new/unread
12933                 representation (sync with main)
12934         * src/main.c
12935                 specify default window icon (sync with main)
12936         * src/prefs_common.c
12937                 use_addr_book default to FALSE
12938         * src/summaryview.c
12939         * src/textview.c
12940                 add accelerators for the buttons (sync with main)
12941         * src/gtk/menu.c
12942                 fix typos
12943         * src/pixmaps/sylpheed_icon.xpm
12944                 updated
12945
12946 2005-07-13 [paul]       1.9.12cvs46
12947
12948         * src/plugins/pgpmime/pgpmime.c
12949         * src/plugins/pgpmime/sgpgme.c
12950                 (temporarily) use deprecated gpgme_data_rewind()
12951                 while largefile support is not present
12952                 (as suggested by Colin)
12953
12954 2005-07-13 [paul]       1.9.12cvs45
12955
12956         * configure.ac
12957                 remove large file support (for now):
12958                 it breaks too many things
12959
12960 2005-07-13 [paul]       1.9.12cvs44
12961
12962         * configure.ac
12963                 add large file support
12964         * src/html.c
12965                 fix bug #763 where href attribute was not
12966                 the very first attribute of a link
12967                 patch by Thomas Gilgin
12968
12969 2005-07-13 [colin]      1.9.12cvs43
12970
12971         * src/gtk/pluginwindow.c
12972                 Little portability fix
12973
12974 2005-07-13 [colin]      1.9.12cvs42
12975
12976         * src/plugins/pgpmime/sgpgme.c
12977                 Fix crasher.
12978
12979 2005-07-13 [colin]      1.9.12cvs41
12980
12981         * src/plugins/pgpmime/pgpmime.c
12982         * src/plugins/pgpmime/sgpgme.c
12983                 Use gpgme_data_release_and_get_mem instead
12984                 of gpgme_data_read.
12985
12986 2005-07-13 [colin]      1.9.12cvs40
12987
12988         * configure.ac
12989         * src/plugins/pgpmime/passphrase.c
12990         * src/plugins/pgpmime/passphrase.h
12991         * src/plugins/pgpmime/pgpmime.c
12992         * src/plugins/pgpmime/plugin.c
12993         * src/plugins/pgpmime/select-keys.c
12994         * src/plugins/pgpmime/select-keys.h
12995         * src/plugins/pgpmime/sgpgme.c
12996         * src/plugins/pgpmime/sgpgme.h
12997                 Port pgpmime to gpgme-1.0.
12998
12999 2005-07-12 [paul]       1.9.12cvs39
13000
13001         * AUTHORS
13002         * src/toolbar.c
13003         * src/toolbar.h
13004                 add a 'Go to Prev' button to the toolbar.
13005                 correct tooltip text of go to buttons.
13006                 based on patch by Yang Guilong <bamanzi@gmail.com>
13007
13008 2005-07-12 [colin]      1.9.12cvs38
13009
13010         * src/statusbar.c
13011                 Fix progress bar showing stuff at startup.
13012
13013 2005-07-12 [paul]       1.9.12cvs37
13014
13015         * src/editjpilot.c
13016                 fix building with jpilot support
13017
13018 2005-07-11 [colin]      1.9.12cvs36
13019
13020         * src/inc.c
13021                 Add visual indication that filtering is running
13022         * src/textview.c
13023                 Make {}[] uri delimiters
13024         * src/summaryview.c
13025                 Remove useless (and slow) calls
13026
13027 2005-07-11 [paul]       1.9.12cvs35
13028
13029         * src/plugins/clamav/clamav_plugin_gtk.c
13030         * src/plugins/dillo_viewer/dillo_prefs.c
13031         * src/plugins/pgpmime/prefs_gpg.c
13032         * src/plugins/spamassassin/spamassassin_gtk.c
13033                 gather plugins prefs together under their
13034                 own 'Plugins' heading
13035
13036 2005-07-11 [paul]       1.9.12cvs34
13037
13038         sync with main
13039
13040         * src/account.c
13041                 account_delete(): modified alert dialog
13042         * src/editjpilot.c
13043         * src/editvcard.c
13044                 fixed a crash when cancelling file selection
13045                 dialog by Escape key. Made non-ascii filename
13046                 selectable.
13047         * src/prefs_template.c
13048                 prefs_template_window_create(): make scrolled
13049                 window policy AUTOMATIC
13050
13051 2005-07-10 [hoa]        1.9.12cvs33
13052
13053         * src/etpan/imap-thread.c
13054                 workaround for old Courier IMAP servers.
13055
13056 2005-07-10 [colin]      1.9.12cvs32
13057
13058         * src/folder.c
13059         * src/statusbar.c
13060         * src/statusbar.h
13061                 Add visual progress indicator on filtering/processing
13062                 Factorize the progress bar code
13063         * src/imap.c
13064         * src/imap.h
13065         * src/etpan/imap-thread.c
13066                 Add a reference counter to avoid destroying the Folder
13067                 while it's in use by another callback.
13068
13069 2005-07-09 [hoa]        1.9.12cvs31
13070
13071         * src/imap.c
13072         * src/etpan/imap-thread.c
13073                 fixed deadlock when removing IMAP account.
13074
13075 2005-07-08 [colin]      1.9.12cvs30
13076
13077         * src/textview.c
13078         * src/unmime.c
13079                 Fix again problems decoding broken headers
13080         * src/gtk/inputdialog.c
13081                 Fix local variable shadowing a global one
13082
13083 2005-07-08 [colin]      1.9.12cvs29
13084
13085         * src/msgcache.c
13086                 Make the cache/mark files platform-agnostic by writing
13087                 them in little-endian format. Reading them is also done
13088                 in little-endian format, of course; however, in order
13089                 to avoid trashing mark data on big-endian machines, the
13090                 files are, at first, read from the native format if the
13091                 little-endian one doesn't exist. This is easy to deter-
13092                 mine by trying to open a file with a swapped data_ver
13093                 and seeing if it's the wanted version.
13094                 Little-endian using users should see absolutely no
13095                 difference, Big-endian users may get a very little
13096                 performance drop due to byte-swapping.
13097                 Tested on i386 and ppc32. 
13098                 Fixes bug #159 (The index file, in the mailboxes, is 
13099                 hardware depending).
13100
13101                 To have the cache/mark files updated to the new little-
13102                 endian format, "Check for new messages" or even
13103                 "Rebuild folder tree" aren't enough. Files will be
13104                 updated as soon as a folder has been opened/closed.
13105                 To update everything, just select all folders by
13106                 selecting them one by one.
13107
13108 2005-07-07 [colin]      1.9.12cvs28
13109
13110         * src/imap.c
13111                 Remember the folder separator per IMAPFolder
13112                 instead of globally.
13113                 Revive the Session on noop; fixes bug #761
13114                 (mark a bunch of unread messages as read takes 
13115                 forever)
13116
13117 2005-07-07 [darko]      1.9.12cvs27
13118
13119         * src/common/template.c
13120                 Sort templates alphabetically
13121
13122 2005-07-06 [colin]      1.9.12cvs26
13123
13124         * src/imap.c
13125                 Try to use the correct separator in
13126                 most cases. Possibly fixes bug #759
13127                 (only creates the INBOX folder when 
13128                 setting up new IMAP account) and 
13129                 bug #760 (Can't retrieve messages)
13130
13131 2005-07-06 [colin]      1.9.12cvs25
13132
13133         * src/imap.c
13134                 Use real_path in status command. This will
13135                 help later, when namespaces will be used.
13136
13137 2005-07-06 [colin]      1.9.12cvs24
13138
13139         * configure.ac
13140         * src/account.c
13141         * src/folder.c
13142         * src/imap.c
13143         * src/etpan/etpan-log.c
13144         * src/etpan/etpan-thread-manager.c
13145         * src/etpan/imap-thread.c
13146                 Add a --disable-libetpan parameter. With this,
13147                 users that don't want IMAP4 support can avoid
13148                 the new dependancy (and have no IMAP support).
13149                 Users that have IMAP4 accounts and use this
13150                 parameter won't lose their configuration, their
13151                 IMAP accounts will just be invisible and not
13152                 used.
13153         * src/textview.c
13154                 Make the "Copy ..." contextual menu items 
13155                 copy to both the X clipboard and the gtk 
13156                 clipboard - as most other apps do.
13157         * src/gtk/about.c
13158                 Add a notice about OpenSSL usage, in order to
13159                 comply with OpenSSL's license (point 6):
13160                 http://www.openssl.org/source/license.html
13161
13162 2005-07-06 [colin]      1.9.12cvs23
13163
13164         * src/alertpanel.c
13165                 Fix a minimum size for alertpanels
13166         * src/compose.c
13167                 Show 'No space left on device' type errors
13168                 when queuing/sending
13169         * src/imap_gtk.c
13170         * src/mh_gtk.c
13171                 Rework folder's deletion message (remove 
13172                 extra \n)
13173
13174 2005-07-05 [colin]      1.9.12cvs22
13175
13176         * src/imap.c
13177                 Add an alertpanel on auth error
13178                 Add pseudo-log
13179                 Remove pthread-related stuff
13180
13181 2005-07-05 [colin]      1.9.12cvs21
13182
13183         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13184                 Fix crash on plugin reloading (with a hack)
13185
13186 2005-07-05 [colin]      1.9.12cvs20
13187
13188         * src/prefs_account.c
13189         * src/prefs_account.h
13190                 Fix typo
13191         * src/gtk/filesel.c
13192         * src/gtk/filesel.h
13193                 Add a way to filter the view
13194         * src/gtk/pluginwindow.c
13195                 Filter loadable stuff
13196         * src/plugins/pgpmime/prefs_gpg.c
13197                 Fix missing unregistration
13198         * .cvsignore
13199         * src/etpan/.cvsignore
13200         * src/plugins/spamassassin/.cvsignore
13201                 Add more stuff to cvs ignored files
13202
13203 2005-07-04 [colin]      1.9.12cvs19
13204
13205         * src/imap.c
13206                 Fix scan_required returning FALSE when it
13207                 shouldn't. Maybe fix #760 (Can't retrieve
13208                 messages)
13209
13210 2005-07-04 [colin]      1.9.12cvs18
13211
13212         * src/summaryview.c
13213                 Fix always_show_msg pref
13214
13215 2005-07-04 [paul]       1.9.12cvs17
13216
13217         sync with main (forgotten in last commit)
13218         
13219         * src/common/utils.c
13220         * src/common/utils.h
13221                 check_line_length(): new.
13222                 is_dir_exist()
13223                 is_file_entry_exist()
13224                 dirent_is_regular_file()
13225                 dirent_is_directory(): use g_file_test() instead of stat().
13226
13227 2005-07-04 [paul]       1.9.12cvs16
13228
13229         sync with main:
13230
13231         * src/compose.c
13232                 compose_write_to_file(): check for line
13233                 length limit and display warning if exceeds
13234         * src/jpilot.c
13235                 use get_home_dir() instead of g_get_home_dir()
13236         * src/procheader.c
13237                 removed warning about invalid date
13238         * src/vcard.c
13239                 use get_home_dir() instead of g_get_home_dir()
13240
13241 2005-07-04 [paul]       1.9.12cvs15
13242
13243         * src/stock_pixmap.c
13244                 fix new pixmap naming errors
13245                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
13246
13247 2005-07-04 [colin]      1.9.12cvs14
13248
13249         * src/imap.c
13250                 Fix debugging string with a warning
13251
13252 2005-07-04 [colin]      1.9.12cvs13
13253
13254         * configure.ac
13255                 Add a check for libetpan's version (>= 0.37)
13256
13257 2005-07-04 [hoa]        1.9.12cvs12
13258
13259         * commitHelper
13260         * src/imap.c
13261         * src/etpan/imap-thread.c
13262         * src/etpan/imap-thread.h
13263                 fixed IMAP implementation of check of mails.
13264
13265 2005-07-03 [hoa]        1.9.12cvs11
13266
13267         * src/etpan/Makefile.am
13268         * src/etpan/etpan-errors.h
13269         * src/etpan/etpan-log.[ch]
13270         * src/etpan/etpan-thread-manager-types.h
13271         * src/etpan/etpan-thread-manager.[ch]
13272         * src/etpan/imap-thread.[ch]
13273         * src/Makefile.am
13274         * src/imap.c
13275         * src/main.c
13276         * src/prefs_other.c
13277         * configure.ac
13278             merged imap branch.
13279             dependency on libetpan 0.37 is now added.
13280
13281 2005-07-01 [colin]      1.9.12cvs10
13282
13283         * src/Makefile.am
13284         * src/folder.c
13285         * src/folder.h
13286         * src/folderview.c
13287         * src/stock_pixmap.c
13288         * src/stock_pixmap.h
13289         * src/plugins/trayicon/trayicon.c
13290                 Add marked symbol on folders containing
13291                 marked messages
13292         * src/procmsg.c
13293         * src/procmsg.h
13294         * src/toolbar.c
13295         * src/prefs_common.c
13296         * src/prefs_common.h
13297         * src/prefs_send.c
13298                 Add an optional confirmation dialog on queue
13299                 sending. Patch by wwp.
13300         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
13301         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
13302         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
13303         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
13304         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
13305         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
13306         * src/pixmaps/inbox_mark.xpm            ** ADDED **
13307         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
13308         * src/pixmaps/outbox_mark.xpm           ** ADDED **
13309         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
13310         * src/pixmaps/trash_mark.xpm            ** ADDED **
13311                 New pixmaps
13312
13313 2005-07-01 [colin]      1.9.12cvs9
13314
13315         * src/summaryview.c
13316                 Fix a little threading bug
13317         * src/addrgather.c
13318         * src/mainwindow.c
13319                 A little bit of HIG normality never hurts
13320
13321 2005-07-01 [colin]      1.9.12cvs8
13322
13323         * src/compose.c
13324         * src/msgcache.c
13325         * src/pop.c
13326         * src/procmime.c
13327         * src/recv.c
13328         * src/common/log.c
13329         * src/common/template.c
13330         * src/common/utils.c
13331         * src/common/utils.h
13332                 Reverted the fwrite_atomic stuff. In fact
13333                 it is already atomic.
13334
13335 2005-06-30 [colin]      1.9.12cvs7
13336
13337         * src/common/utils.c
13338         * src/common/utils.h
13339                 Add an fwrite_atomic() function to make
13340                 sure we write everything: fwrite can make
13341                 short writes.
13342         * src/compose.c
13343         * src/msgcache.c
13344         * src/pop.c
13345         * src/procmime.c
13346         * src/recv.c
13347         * src/common/log.c
13348         * src/common/template.c
13349                 Use that (and fix swapping of size and nmemb).
13350                 Thanks to Rich Coe for the heads up.
13351
13352 2005-06-30 [colin]      1.9.12cvs6
13353
13354         * src/addressbook.c
13355                 Optimize addressbook opening 
13356
13357 2005-06-30 [colin]      1.9.12cvs5
13358
13359         * src/summaryview.c
13360                 Remove calls to summary_step after move/copy
13361
13362 2005-06-28 [paul]       1.9.12cvs4
13363
13364         * src/alertpanel.c
13365                 wrap and make the error msg selectable
13366
13367 2005-06-28 [paul]       1.9.12cvs3
13368
13369         * src/ssl_manager.c
13370                 replace the OK button with a Close button
13371         * src/gtk/foldersort.c
13372                 use GTK_STOCK_ icons/buttons
13373
13374 2005-06-28 [colin]      1.9.12cvs2
13375
13376         * src/gedit-print.c             ** ADDED **
13377         * src/gedit-print.h             ** ADDED **
13378         * src/gtk/gtksourceprintjob.c   ** ADDED **
13379         * src/gtk/gtksourceprintjob.h   ** ADDED **
13380                 I can't believe no one had enough time to tell
13381                 me I forgot the `cvs add`
13382
13383 2005-06-27 [colin]      1.9.12cvs1
13384
13385         * src/Makefile.am
13386         * src/gtk/Makefile.am
13387         * src/messageview.c
13388         * src/procmsg.c
13389         * src/summaryview.c
13390         * configure.ac
13391                 Add optional libgnomeprint-based printing
13392         * src/mainwindow.c
13393         * src/gtk/quicksearch.c
13394                 Add an Edit/Quick search menu item to show
13395                 and focus the quicksearch
13396
13397 2005-06-27 [paul]       1.9.12
13398
13399         1.9.12 release
13400
13401         * po/ca.po
13402         * po/de.po
13403         * po/es.po
13404         * po/fr.po
13405         * po/it.po
13406         * po/ko.po
13407         * po/pt_BR.po
13408         * po/sk.po
13409         * po/zh_CN.po
13410                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13411                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
13412                 SungHyun Nam, Frederico Goncalves Guimaraes,
13413                 Andrej Kacian, and Yang Guilong
13414 2005-06-26 [colin]      1.9.11cvs106
13415
13416         * src/imap_gtk.c
13417                 Forgot one file for previous fix
13418
13419 2005-06-26 [colin]      1.9.11cvs105
13420
13421         * src/folder.c
13422         * src/imap.c
13423                 Fix problems with folder operations in no_select
13424                 imap folders. it applies only to mails, and 
13425                 creation/deletion/move/renaming of folders 
13426                 should be possible
13427
13428 2005-06-26 [paul]       1.9.11cvs104
13429
13430         * src/prefs_filtering.c
13431                 replace one more GTK_STOCK_REMOVE
13432                 with GTK_STOCK_DELETE
13433
13434 2005-06-25 [colin]      1.9.11cvs103
13435
13436         * src/imap.c
13437                 Optimize get_seq_set_from_seq_list
13438                 (Patch by Ricardo) 
13439
13440 2005-06-25 [colin]      1.9.11cvs102
13441
13442         * src/mh.c
13443                 If the directory exists, but not in the
13444                 correct encoding, rename it. This should
13445                 handle old-versions-induced bugs.
13446
13447 2005-06-25 [colin]      1.9.11cvs101
13448
13449         * src/mh.c
13450                 Fix path access with extended dir names
13451                 Fixes bug #589 (SC segfaults with wrong locale
13452                 settings)
13453
13454 2005-06-25 [colin]      1.9.11cvs100
13455
13456         * src/prefs_account.c
13457         * src/prefs_account.h
13458         * src/compose.c
13459                 Add an option to encrypt replies to
13460                 encrypted messages
13461
13462 2005-06-25 [colin]      1.9.11cvs99
13463
13464         * src/compose.c
13465         * src/quote_fmt_parse.y
13466                 ... And make it work with pgpinline.
13467
13468 2005-06-25 [colin]      1.9.11cvs98
13469
13470         * src/compose.c
13471         * src/procmime.c
13472         * src/procmime.h
13473         * src/quote_fmt_parse.y
13474                 o Make reedition of encrypted messages possible
13475                   (as long as it is encrypted to self too, no
13476                    magic there)
13477                 o Make replying with quote (and without selecting
13478                   text) possible for encrypted messages.
13479                 Closes bug #550 (Not possible to "reply with quote"
13480                 to gnupg encrypted messages)
13481
13482 2005-06-24 [paul]       1.9.11cvs97
13483
13484         * src/imap.c
13485                 add missing include
13486
13487 2005-06-24 [paul]       1.9.11cvs96
13488
13489         * src/editldap.c
13490                 made bind password entry invisible
13491                 (sync with main)
13492         * src/send_message.c
13493                 send_message_local(): check exit status
13494                 to detect errors (sync with main)
13495         * src/textview.c
13496                 use main's less ambiguous popup menu
13497                 wording
13498
13499 2005-06-24 [paul]       1.9.11cvs95
13500
13501         * src/prefs_actions.c
13502         * src/prefs_customheader.c
13503         * src/prefs_display_header.c
13504         * src/prefs_filtering_action.c
13505         * src/prefs_matcher.c
13506         * src/prefs_template.c
13507         * src/prefs_toolbar.c
13508                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13509         * src/gtk/description_window.c
13510                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13511
13512 2005-06-23 [colin]      1.9.11cvs94
13513
13514         * src/summaryview.c
13515                 Fix rough edges (be sure to call status_show whenever
13516                 necessary).
13517
13518 2005-06-23 [colin]      1.9.11cvs93
13519
13520         * src/summaryview.c
13521                 Optimize Select All
13522                 Before, in a 5K mails folder: 11s
13523                 After, in the same folder: 58000µs
13524                 The joys of locking... gtk_clist_select_all() fires a 
13525                 tree-select-row event for each selected row, which in 
13526                 summaryview, callbacks summary_selected which in turn,
13527                 calls summary_status_show, which walks the selected
13528                 rows. Hence, calling gtk_clist_select_all was 
13529                 exponential. Locking the summaryview makes 
13530                 summary_selected return early.
13531
13532 2005-06-23 [colin]      1.9.11cvs92
13533
13534         * src/imap.c
13535                 Move mutex at the important place to avoid
13536                 deadlocks
13537         * src/summaryview.c
13538                 Fix Del key deleting directly instead of
13539                 moving to trash
13540
13541 2005-06-22 [colin]      1.9.11cvs91
13542
13543         * src/plugins/spamassassin/libspamc.c
13544                 As we do spagetti code with assignations in multiple
13545                 places (see _message_read_raw where out = msg = raw),
13546                 let's be sure we don't free the same pointer twice.
13547                 Should fix bug #683 (Crash in libpam at 
13548                 message_cleanup).
13549
13550 2005-06-22 [colin]      1.9.11cvs90
13551
13552         * src/compose.c
13553         * src/messageview.c
13554         * src/toolbar.c
13555                 Make toolbar's delete use the move to trash stuff;
13556                 Add gtk_widget_realize to be sure pixmaps can get
13557                 created (that may fix an old worksforme bug which
13558                 I can't find back...)
13559
13560 2005-06-22 [colin]      1.9.11cvs89
13561
13562         * src/summaryview.c
13563         * src/summaryview.h
13564         * src/mainwindow.c
13565                 Rename "Message/Delete" to "Message/Move to trash"
13566                 Add "Message/Delete..." that directly destroys the
13567                 selected messages after asking for a confirmation.
13568
13569 2005-06-22 [colin]      1.9.11cvs88
13570
13571         * src/imap.c
13572                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13573                 o Fix a deadlock (thanks Darko)
13574
13575 2005-06-22 [colin]      1.9.11cvs87
13576
13577         * src/gtk/foldersort.c
13578                 Add missing include for the i18n;
13579                 patch by Fabien Vantard
13580
13581 2005-06-21 [colin]      1.9.11cvs86
13582
13583         * src/folder.c
13584         * src/folderview.c
13585                 Respect the no_select flag
13586         * src/imap.c
13587                 Fix recursive deletion
13588         * src/imap_gtk.c
13589         * src/mh_gtk.c
13590                 Make the folder deletion's warning
13591                 more explicit
13592
13593 2005-06-21 [colin]      1.9.11cvs85
13594
13595         * src/textview.c
13596                 Prevent email addresses from spanning accross
13597                 lines - fixes bug # 646 (newline-chars in 
13598                 email addresses)
13599
13600 2005-06-20 [colin]      1.9.11cvs84
13601
13602         * src/folder.c
13603                 Be sure not to remove source if copy failed
13604
13605 2005-06-20 [colin]      1.9.11cvs83
13606
13607         * src/folderview.c
13608         * src/imap_gtk.c
13609                 remove summaryview's lock
13610         * src/imap.c
13611                 introduce threads to avoid problems when foreground tasks
13612                 interfere with background tasks
13613         * src/mh.c
13614                 prevent moving to drafts/queue
13615         * src/mimeview.c
13616                 fix leak
13617
13618 2005-06-19 [colin]      1.9.11cvs82
13619
13620         * src/imap_gtk.c
13621                 Remember that the user doesn't want to override
13622                 offline mode, for 3 seconds. It avoid presenting
13623                 him with N popups in a really short time.
13624
13625 2005-06-17 [colin]      1.9.11cvs81
13626
13627         * src/imap.c
13628                 Fix IMAP breaking on folders containing '('
13629                 (Probably won't be enough)
13630
13631 2005-06-17 [colin]      1.9.11cvs80
13632
13633         Forgotten files on 1.9.11cvs79
13634         * src/summaryview.c
13635                 Fix stepping when not immediately executing
13636         * src/imap.c
13637                 Really prevent UID FETCH 0
13638         * src/codeconv.c
13639                 Fix outgoing charset never set to utf-8
13640         * src/mh.c
13641                 Fix leak
13642
13643 2005-06-16 [colin]      1.9.11cvs79
13644
13645         * src/compose.c
13646                 Fix bug #707 (Dash splits rows)
13647                 Only wrap if we're on a line break position and
13648                 the previous one was a "white" (space) char.
13649                 Pango stuff is weird.
13650
13651 2005-06-16 [colin]      1.9.11cvs78
13652
13653         * src/imap_gtk.c
13654                 Lock summaryview while downloading messages
13655                 on user demand
13656         * src/procheader.c
13657         * src/unmime.c
13658         * src/common/utils.c
13659         * src/common/utils.h
13660                 Replace \r and \n with spaces in From and
13661                 Subject headers
13662
13663 2005-06-16 [paul]       1.9.11cvs77
13664
13665         * src/procmime.c
13666                 liberalise the mime parser
13667         * src/gtk/about.c
13668                 add text wrapping
13669
13670 2005-06-16 [paul]       1.9.11cvs76
13671
13672         * src/gtk/about.c
13673                 reworked
13674
13675 2005-06-15 [colin]      1.9.11cvs75
13676
13677         * src/compose.c
13678                 Finish header encoding fix
13679         * src/summaryview.c
13680                 Fix segfault
13681         * src/headerview.c
13682                 Fix compilation (Thanks Stephan
13683                 Sachse)
13684
13685 2005-06-15 [colin]      1.9.11cvs74
13686
13687         * Makefile.am
13688                 Install gnome2 stuff rather than gnome1, 
13689                 if both are present
13690         * src/codeconv.c
13691         * src/codeconv.h
13692         * src/compose.c
13693                 Fix headers encoding
13694         * src/folder.c
13695                 Visual progress when fetching all messages
13696         * src/folderview.c
13697         * src/summaryview.c
13698         * src/summaryview.h
13699                 Prevent changing current message while
13700                 incorporating
13701
13702 2005-06-15 [paul]       1.9.11cvs73
13703
13704         * src/gtk/gtkaspell.c
13705         * src/gtk/gtkaspell.h
13706                 fix build warnings
13707
13708 2005-06-15 [paul]       1.9.11cvs72
13709
13710         * src/prefs_filtering.c
13711                 allow reordering of filter rules by
13712                 drag n drop
13713
13714 2005-06-15 [paul]       1.9.11cvs71
13715
13716         * COPYING
13717                 updated
13718         * src/codeconv.c
13719                 replace deprecated function
13720         * src/inc.c
13721         * src/send_message.c
13722         * src/gtk/progressdialog.c
13723         * src/gtk/progressdialog.h
13724                 salvage and reuse parts of reverted sync
13725
13726 2005-06-15 [paul]       1.9.11cvs70
13727
13728         * src/inc.c
13729         * src/send_message.c
13730         * src/gtk/progressdialog.c
13731         * src/gtk/progressdialog.h
13732                 revert yesterday's sync with main
13733                 it contains deprecated functions
13734
13735 2005-06-15 [colin]      1.9.11cvs69
13736
13737         * src/headerview.c
13738                 Fix bug #670 (multi user to: will corrupt message 
13739                 headers display)
13740
13741 2005-06-15 [colin]      1.9.11cvs68
13742
13743         * src/compose.c
13744                 Fix bug #421 (Fix undo on wrapping)
13745
13746 2005-06-15 [colin]      1.9.11cvs67
13747
13748         * src/folder.c
13749                 Provide visual feedback while processing
13750                 folder's rules.
13751         * src/imap.c
13752                 Provide visual feedback while getting
13753                 short headers (for uncached messages)
13754
13755
13756 2005-06-14 [paul]       1.9.11cvs66
13757
13758         * src/account.c
13759                 change a couple stock icons
13760         * src/inc.c
13761         * src/send_message.c
13762         * src/gtk/progressdialog.c
13763         * src/gtk/progressdialog.h
13764                 sync main's GtkTreeView implementation
13765
13766 2005-06-14 [colin]      1.9.11cvs65
13767
13768         * src/imap.c
13769                 Various little fixes, mainly on error paths
13770
13771 2005-06-13 [colin]      1.9.11cvs64
13772
13773         * matcher.c
13774         * procmsg.c
13775         * procmsg.h
13776                 Add a way to fetch only headers. This speeds
13777                 up filtering on headers for IMAP. Fixes:
13778                 bug #481 extraneous imap commands slow down 
13779                         imap filtering
13780                 bug #522 Sylpheed downloads all messages 
13781                         when opening mailbox (IMAP)
13782                 bug #677 IMAP fetch is soooooooooooooo slow
13783         * src/folder.c
13784         * src/folder.h
13785                 Add a folder set_batch method so that
13786                 implementations can speed up flags changes
13787         * src/folderutils.c
13788         * src/summaryview.c
13789                 Use that in mark as (un)read and mark all read
13790                 Refix bug #679
13791         * src/imap.c
13792                 Implement set_batch - brings back deferred
13793                 flags in a less buggy manner. Fixes:
13794                 bug #729 IMAP immediate expunge of deleted messages
13795                 bug #191 remove list of messages with one command
13796                 Fix login with strange chars
13797                 Implement fetch_msg_full
13798                 Fix copy (wrong counts)
13799
13800 2005-06-12 [colin]      1.9.11cvs63
13801
13802         * src/folder.c
13803                 lock incorporation during long operations.
13804                 Avoids fucking up the IMAP socket.
13805
13806 2005-06-12 [colin]      1.9.11cvs62
13807
13808         * src/imap.c
13809                 Fix harmful typo
13810                 Factorize remove_all_msg
13811                 Thread-ize expunge
13812         * src/summaryview.c
13813                 Don't update partial-download status if unnecessary
13814         * src/folder.c
13815                 Use remove_msgs everywhere possible
13816
13817 2005-06-12 [colin]      1.9.11cvs61
13818
13819         * src/folder.c
13820         * src/folder.h
13821                 Add a remove_msgs function to remove a 
13822                 list of messages
13823         * src/imap.c
13824                 Implement that.
13825
13826 2005-06-12 [colin]      1.9.11cvs60
13827
13828         * src/imap.c
13829                 Remove flags-processing deferring... Too hard
13830                 to get it to work in all cases.
13831
13832 2005-06-11 [colin]      1.9.11cvs59
13833
13834         * src/imap.c
13835                 printf -> debug_print
13836
13837 2005-06-11 [colin]      1.9.11cvs58
13838
13839         * src/imap.c
13840                 o Fix build without USE_PTHREAD
13841                 o Factorize imap_open
13842                 o Alertpanel in case of impossible connection
13843                 o Alertpanel in case of impossible login
13844                 o Fix deferred flags processing to force a 
13845                   flush before adding some more flags to process,
13846                   but in another folder.
13847
13848 2005-06-10 [colin]      1.9.11cvs57
13849
13850         * src/imap.c
13851                 o Fix a format string error
13852                 o init ssl socket outside of the thread 
13853                   (it possibly invokes gtk calls)
13854         * src/procmime.c
13855                 o Put back the buffer to its necessary size
13856                 o Fix changing a file pointer without keeping
13857                   track of it (thanks Valgrind)
13858         * src/common/smtp.c
13859                 o Fix automatic STARTTLS if login should be done
13860                   and the server only allows it after starting TLS
13861         * src/gtk/gtkinputdialog.c
13862                 o Eat GDK_Return so that the combo popup doesn't 
13863                   appear when we press Enter to validate the combo
13864                   input dialog (as seen in the Open with... dialog)
13865
13866 2005-06-10 [colin]      1.9.11cvs56
13867
13868         * src/imap.c
13869                 o A bit less debug
13870                 o Fix a crash on deletion
13871                 o Threadize imap_select (it's called outside of 
13872                   threads)
13873                 o Defer treatment of DELETED flags
13874
13875
13876 2005-06-09 [colin]      1.9.11cvs55
13877
13878         * src/imap.c
13879                 Make sure we check imap_gtk_should_override(), which
13880                 potentially calls gtk stuff, before creating thread.
13881                 That way it should't be called via imap_get_session()
13882                 inside a thread.
13883
13884 2005-06-09 [colin]      1.9.11cvs54
13885
13886         * src/imap.c
13887                 o add a bit of status output
13888                 o remove some dead code
13889                 o threadize get_list_of_uids
13890                 o threadize imap_get_flags
13891                 o defer flag changing by 500ms so that they
13892                   can be batched
13893
13894
13895 2005-06-08 [colin]      1.9.11cvs53
13896
13897         * src/imap.c
13898                 Thread-ize imap_cmd_fetch
13899
13900 2005-06-08 [colin]      1.9.11cvs52
13901
13902         * src/main.c
13903                 Mmh, that broke POP3...
13904
13905 2005-06-08 [colin]      1.9.11cvs51
13906
13907         * src/main.c
13908                 Stabilize IMAP patch (thanks to Hoa)
13909
13910 2005-06-08 [colin]      1.9.11cvs50
13911
13912         * src/imap.c
13913                 Test patch to speed up imap. 
13914
13915 2005-06-08 [colin]      1.9.11cvs49
13916
13917         * src/imap_gtk.c
13918                 Warning fix
13919         * src/procmime.c
13920                 Apply patch from gentoo to use /usr/share/mime/globs if 
13921                 available, after un-breaking it
13922         * src/common/log.c
13923         * src/common/log.h
13924                 Use g_timeout for invoking hooks that possibly use gtk
13925                 calls. This should leave gtk calls in the main thread.
13926
13927 2005-06-08 [paul]       1.9.11cvs48
13928
13929         * src/codeconv.c
13930                 conv_get_outgoing_charset_str(): don't
13931                 use prefs_common setting
13932         * src/compose.c
13933         * src/compose.h
13934                 add /Options/Character encoding/... to
13935                 temporarily change the outgoing encoding
13936
13937         (belated sync with main)
13938
13939 2005-06-08 [paul]       1.9.11cvs47
13940
13941         * src/compose.c
13942                 correction to/completion of last
13943                 sync with main
13944
13945 2005-06-08 [paul]       1.9.11cvs46
13946
13947         sync with main:
13948         
13949         * src/codeconv.c
13950         * src/codeconv.h
13951                 always enabled Japanese auto-detection
13952                 if the first letters of locale string
13953                 is "ja"
13954         * src/compose.c
13955                 don't use "destroy" signal to destroy
13956                 Compose object (fix rare crashes on discard?)
13957         * src/mainwindow.c
13958         * src/messageview.c
13959         * src/prefs_send.c
13960                 added Hebrew encodings
13961         * src/sourcewindow.c
13962                 don't use "destroy" signal to destroy
13963                 objects
13964
13965 2005-06-07 [colin]      1.9.11cvs45
13966
13967         * src/summaryview.c
13968                 Add missing unlocks/locks
13969
13970 2005-06-07 [paul]       1.9.11cvs44
13971
13972         * src/summaryview.c
13973                 restore bug #749 fix
13974
13975 2005-06-06 [colin]      1.9.11cvs43
13976
13977         * src/summaryview.c
13978                 Fix selection bug when prefs_common.open_unread 
13979                 is FALSE
13980
13981 2005-06-06 [colin]      1.9.11cvs42
13982
13983         * src/common/md5.c
13984                 Fix a warning
13985         * src/summaryview.c
13986         * src/folderview.c
13987                 Factorize long operations beginning and end
13988                 (locking, freezing/thawing, cursor, ...)
13989                 Check selection->data member in selection-
13990                 related loops; this avoids dying an awful
13991                 death if the selection changes on us while
13992                 we're marking a whole IMAP folder unread, 
13993                 for example.
13994
13995 2005-06-06 [paul]       1.9.11cvs41
13996
13997         * src/textview.c
13998                 don't g_free() a static gchar buffer
13999
14000 2005-06-05 [colin]      1.9.11cvs40
14001
14002         * src/mainwindow.c
14003         * src/messageview.c
14004         * src/summaryview.c
14005                 Fix bug #749 (Show all headers should be
14006                 sticky as the GUI suggests)
14007
14008 2005-06-03 [paul]       1.9.11cvs39
14009
14010         * src/compose.c
14011                 don't allow editing of mail while sending.
14012                 patch by Colin
14013
14014 2005-06-03 [paul]       1.9.11cvs38
14015
14016         * src/folderview.c
14017                 add a freeze/thaw to speed up 'mark all read'
14018
14019 2005-06-03 [paul]       1.9.11cvs37
14020
14021         * src/prefs_message.c
14022                 reflect changes immediately
14023
14024 2005-06-02 [colin]      1.9.11cvs36
14025
14026         * po/POTFILES.in
14027                 Patch by Fabien Vantard.
14028
14029 2005-06-02 [colin]      1.9.11cvs35
14030
14031         * src/imap.c
14032                 Use a non-blocking imap_getline() if possible.
14033                 This should completely prevent the interface
14034                 from freezin on imap operations, although it
14035                 may do strange stuff in case of folder switching
14036                 while a big imap operation is taking place...
14037
14038                 In addition, fix a leak in the case thread
14039                 creation fails on connection.
14040
14041 2005-06-02 [colin]      1.9.11cvs34
14042
14043         * src/crash.c
14044         * src/prefs_common.h
14045                 Fix build (prefs_common_init() doesn't exist
14046                 anymore)
14047
14048 2005-06-02 [colin]      1.9.11cvs33
14049
14050         * src/prefs_account.c
14051                 Fix bug #245 (filtering rules broken when
14052                 renaming a remote account (imap4 or nntp)
14053
14054 2005-06-02 [colin]      1.9.11cvs32
14055
14056         * src/imap.c
14057                 Try to fix IMAP shortcomings: 
14058                 o Multithread imap_open()
14059                 o allow offline-mode overriding instead of
14060                   just returning NULL
14061         * src/imap_gtk.c
14062         * src/imap_gtk.h
14063                 Add a function to ask whether we want to
14064                 override offline-mode for 10 minutes (one-shot
14065                 asking was painful)
14066         * src/procheader.c
14067                 Fix segfault when imap parser isn't happy about
14068                 a missing {
14069
14070 2005-06-01 [colin]      1.9.11cvs31
14071
14072         * src/addrharvest.c
14073         * src/compose.c
14074         * src/mbox.c
14075         * src/mbox.h
14076         * src/mh.c
14077         * src/msgcache.c
14078         * src/send_message.c
14079         * src/setup.c
14080         * src/undo.c
14081         * src/common/hooks.c
14082         * src/common/prefs.c
14083         * src/common/template.c
14084         * src/common/utils.c
14085         * src/gtk/gtkutils.c
14086         * src/gtk/inputdialog.c
14087         * src/gtk/menu.c
14088         * src/gtk/pluginwindow.c
14089         * src/gtk/prefswindow.c
14090         * src/plugins/pgpmime/passphrase.c
14091         * src/plugins/pgpmime/prefs_gpg.c
14092                 More -Wall fixes
14093
14094         * src/common/Makefile.am
14095         * src/common/timing.h
14096                 Add basic timing code
14097
14098         * src/summaryview.c
14099                 Fix a bug with unread messages when 
14100                 re-sorting folders, and by the way
14101                 fix a big performance hit when 
14102                 re-sorting (10k mails: before 5s,
14103                 after .5s)
14104
14105         * src/prefs_compose_writing.c
14106         * src/prefs_compose_writing.h
14107         * src/prefs_message.c
14108         * src/prefs_message.h
14109         * src/prefs_other.c
14110         * src/prefs_other.h
14111         * src/prefs_quote.c
14112         * src/prefs_quote.h
14113         * src/prefs_receive.c
14114         * src/prefs_receive.h
14115         * src/prefs_send.c
14116         * src/prefs_send.h
14117         * src/prefs_summaries.c
14118         * src/prefs_summaries.h
14119                 Fix copyright banner
14120
14121 2005-06-01 [paul]       1.9.11cvs30
14122
14123         * po/fi.po
14124                 updated by Flammie Pirinen
14125         * src/procmime.c
14126                 fix 'Bad BASE64 content' output
14127
14128 2005-05-31 [colin]      1.9.11cvs29
14129
14130         * src/procmime.c
14131                 Oops, where did my hunk go.
14132
14133 2005-05-31 [colin]      1.9.11cvs28
14134
14135         * src/Makefile.am
14136         * src/account.c
14137         * src/action.c
14138         * src/addr_compl.c
14139         * src/addressbook.c
14140         * src/codeconv.c
14141         * src/compose.c
14142         * src/export.c
14143         * src/folder.c
14144         * src/folderview.c
14145         * src/image_viewer.c
14146         * src/main.c
14147         * src/mainwindow.c
14148         * src/messageview.c
14149         * src/mimeview.c
14150         * src/msgcache.c
14151         * src/prefs_account.c
14152         * src/prefs_actions.c
14153         * src/prefs_common.c
14154         * src/prefs_compose_writing.c
14155         * src/prefs_customheader.c
14156         * src/prefs_ext_prog.c
14157         * src/prefs_filtering.c
14158         * src/prefs_filtering_action.c
14159         * src/prefs_fonts.c
14160         * src/prefs_image_viewer.c
14161         * src/prefs_message.c
14162         * src/prefs_message.h
14163         * src/prefs_msg_colors.c
14164         * src/prefs_other.c
14165         * src/prefs_other.h
14166         * src/prefs_quote.c
14167         * src/prefs_receive.c
14168         * src/prefs_receive.h
14169         * src/prefs_send.c
14170         * src/prefs_send.h
14171         * src/prefs_spelling.c
14172         * src/prefs_summaries.c
14173         * src/prefs_summary_column.c
14174         * src/prefs_template.c
14175         * src/prefs_themes.c
14176         * src/prefs_toolbar.c
14177         * src/prefs_wrapping.c
14178         * src/procmime.c
14179         * src/procmsg.c
14180         * src/send_message.h
14181         * src/ssl_manager.c
14182         * src/summary_search.c
14183         * src/summaryview.c
14184         * src/textview.c
14185         * src/wizard.c
14186         * src/common/smtp.c
14187         * src/common/smtp.h
14188         * src/gtk/gtkutils.h
14189                 o Move the rest of Common prefs to new style
14190                 o Lots of -Wall warning fixes
14191                 o fix FIXME in cache memusage calculation
14192                 o Let return receipts be sent from any account
14193                 o Little cache optimisation (read)
14194                 o Fix bug #746 (don't treat commas as separators
14195                   when inside a quoted string)
14196
14197 2005-05-31 [paul]       1.9.11cvs27
14198
14199         * src/prefs_common.c
14200                 fix 'off-by-one' typo
14201
14202 2005-05-31 [paul]       1.9.11cvs26
14203
14204         * src/account.c
14205         * src/addr_compl.c
14206         * src/compose.c
14207         * src/foldersel.c
14208         * src/prefs_actions.c
14209         * src/prefs_common.c
14210         * src/prefs_common.h
14211         * src/prefs_customheader.c
14212         * src/prefs_display_header.c
14213         * src/prefs_filtering.c
14214         * src/prefs_filtering_action.c
14215         * src/prefs_matcher.c
14216         * src/prefs_summaries.c
14217         * src/prefs_summary_column.c
14218         * src/prefs_template.c
14219         * src/prefs_toolbar.c
14220         * src/ssl_manager.c
14221         * src/gtk/pluginwindow.c
14222         * src/gtk/prefswindow.c
14223         * src/gtk/progressdialog.c
14224                 add hidden prefs 'enable_rules_hint'
14225                 for gtk_tree_view_set_rules_hint()
14226                 (sync with main)
14227                 
14228
14229 2005-05-31 [colin]      1.9.11cvs25
14230
14231         * src/Makefile.am
14232         * src/main.c
14233         * src/prefs_common.c
14234         * src/prefs_summaries.c ** ADDED **
14235         * src/prefs_summaries.h ** ADDED **
14236                 Common/Display -> Display/Summaries
14237
14238 2005-05-31 [colin]      1.9.11cvs24
14239
14240         * src/Makefile.am
14241         * src/main.c
14242         * src/prefs_quote.c ** ADDED **
14243         * src/prefs_quote.h ** ADDED **
14244                 Move Common/Quote to Compose/Quoting
14245         * src/prefs_common.c
14246         * src/prefs_common.h
14247                 Remove old quote stuff, add
14248                 convenience functions for GtkTextView prefs
14249         * src/gtk/prefswindow.c
14250                 Set default height higher
14251
14252 2005-05-30 [colin]      1.9.11cvs23
14253
14254         * src/Makefile.am
14255         * src/main.c
14256         * src/prefs_common.c
14257         * src/prefs_compose_writing.c ** ADDED **
14258         * src/prefs_compose_writing.h ** ADDED **
14259                 Move Common/Compose prefs to Compose/Writing
14260
14261 2005-05-30 [colin]      1.9.11cvs22
14262
14263         * src/common/utils.c
14264                 Fix bug #651 (Confused Attract by Subject)
14265                 Patch by M. Benkmann <haferfrost@web.de>
14266         * AUTHORS
14267
14268 2005-05-30 [colin]      1.9.11cvs21
14269
14270         * src/compose.c
14271                 Fix concatenation of different headers of
14272                 the same type (bug #645)
14273         * src/prefs_folder_item.c
14274                 Fix bug #699 (setting color to black doesn't
14275                 work immediately)
14276         * src/procmime.c
14277                 Print out decoding error only once per
14278                 block
14279
14280 2005-05-30 [paul]       1.9.11cvs20
14281
14282         * src/common/template.c
14283                 fix Bcc
14284
14285 2005-05-30 [paul]       1.9.11cvs19
14286
14287         * doc/src/rfc2368.txt   **NEW FILE**
14288         * src/compose.c
14289                 compose_entries_set(): don't interpret Bcc
14290                 header field (conform to RFC 2368)
14291                 (sync with main)
14292
14293 2005-05-29 [colin]      1.9.11cvs18
14294
14295         * src/prefs_common.c
14296                 Let the default reply format respect
14297                 netiquette by cutting the signature.
14298
14299 2005-05-29 [colin]      1.9.11cvs17
14300
14301         * src/summaryview.c
14302                 Don't let always_show_msg override
14303                 open_unread_on_enter when opening a new
14304                 directory.
14305
14306 2005-05-27 [paul]       1.9.11cvs16
14307
14308         sync with main:
14309
14310         * src/main.c
14311                 app_will_exit(): cleanup tmp directory when exit
14312         * src/message_search.c
14313                 improved the interface and made code cleanup.
14314                 removed Clear button
14315         * src/send_message.c
14316                 send_message_local(): use GSpawn, and detect errors
14317         * src/summary_search.c
14318                 improved the interface and made code cleanup
14319         * src/textview.c
14320                 textview_write_link(): also skip non-ascii space
14321                  at the head of link strings (phishing check
14322                  didn't work at the case)
14323         * src/common/utils.c
14324                 get_command_output(): use g_spawn_command_line_sync()
14325                 instead of popen()
14326
14327 2005-05-26 [colin]      1.9.11cvs15
14328
14329         * src/folder.c
14330                 remove printf
14331
14332 2005-05-26 [colin]      1.9.11cvs14
14333
14334         * src/common/nntp.c
14335                 Fix nntp mode reader (bug #611)
14336                 Patch by Florian Mickler <florian@mickler.org>
14337
14338 2005-05-26 [colin]      1.9.11cvs13
14339
14340         * src/plugins/pgpmime/passphrase.c
14341                 Fix mouse grabbing (bug #557)
14342
14343 2005-05-26 [colin]      1.9.11cvs12
14344
14345         * src/prefs_themes.c
14346                 Fix g_warning (bug #541)
14347
14348 2005-05-26 [colin]      1.9.11cvs11
14349
14350         * src/prefs_actions.c
14351         * src/prefs_template.c
14352                 Fix bug #506 (no warning if action/template
14353                 is not saved)
14354         * src/common/template.c
14355                 Fix a possible crash
14356
14357 2005-05-26 [colin]      1.9.11cvs10
14358
14359         * src/folder.c
14360         * src/folderview.c
14361         * src/procmsg.c
14362         * src/summaryview.c
14363                 Forbid locked messages to be moved or
14364                 deleted. Locked messages in trashes 
14365                 still get deleted, for performance
14366                 reason (mh.c::mh_remove_all_msgs)
14367
14368 2005-05-25 [colin]      1.9.11cvs9
14369
14370         * src/procmime.c
14371                 Use correct encoding when sending mails
14372                 with attachments that have accentued 
14373                 chars in their name
14374
14375 2005-05-24 [colin]      1.9.11cvs8
14376
14377         * src/summaryview.c
14378                 Fix bug #688 f) read/unread marker not
14379                 changed on first click
14380                 Also, optimize summary_status_show()
14381                 calls
14382         * src/folder.c
14383         * src/inc.c
14384         * src/procmime.c
14385                 Fix bug #688 b) and c) wrt message
14386                 attachments and signature
14387         * src/stock_pixmap.c
14388         * src/stock_pixmap.h
14389         * src/stock_pixmap.c
14390         * src/stock_pixmap.h
14391         * src/Makefile.am
14392         * src/pixmaps/clip_gpg_signed.xpm
14393                 Add clip/signed icon
14394
14395 2005-05-24 [colin]      1.9.11cvs7
14396
14397         * src/folder_item_prefs.c
14398                 whitespace fix
14399
14400 2005-05-24 [colin]      1.9.11cvs6
14401
14402         * src/folderview.c
14403         * src/prefs_common.c
14404         * src/prefs_common.h
14405                 Add a confirmation to folder drag and drop
14406                 fixes bug #156
14407         * src/alertpanel.c
14408         * src/alertpanel.h
14409                 fix _with_disable parameters so that
14410                 the buttons labels are specifiable too
14411         * src/plugins/pgpmime/sgpgme.c
14412                 reflect said change
14413                 
14414
14415 2005-05-24 [colin]      1.9.11cvs5
14416
14417         * src/folderview.c
14418                 Uncollapse/collapse folders on double-click
14419                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
14420                 closes bug #108
14421
14422 2005-05-23 [colin]      1.9.11cvs4
14423
14424         * src/common/socket.c
14425                 Check another special SSL_peek() error.
14426                 Should help wrt bug #728
14427
14428 2005-05-23 [colin]      1.9.11cvs3
14429
14430         * src/plugins/pgpmime/pgpmime.c
14431                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
14432                 breaking menu accelerators and stuff. Users will have to
14433                 reselect "PGP MIME" instead of "PGP/MIME" in their 
14434                 account's privacy preferences if needed.
14435
14436 2005-05-22 [paul]
14437
14438         * tools/kdeservicemenu/install.sh
14439                 use kdesu to prompt for root password if doing
14440                 global install/uninstall
14441
14442 2005-05-20 [colin]      1.9.11cvs2
14443
14444         * src/procmsg.c
14445                 Fix another compilation error with gcc-2.9x
14446                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14447         * src/send_message.c
14448                 Don't send QUIT if we aren't connected
14449
14450 2005-05-19 [colin]      1.9.11cvs1
14451
14452         * src/procmsg.c
14453                 Fix compilation with gcc 2.9x
14454
14455 2005-05-19 [paul]       1.9.11
14456
14457         1.9.11 released
14458
14459 2005-05-19 [paul]       1.9.9cvs14
14460
14461         * src/gtk/inputdialog.c
14462                 prevent gettext warning
14463
14464 2005-05-19 [paul]       1.9.9cvs13
14465
14466         * src/mainwindow.c
14467         * src/prefs_common.c
14468         * src/prefs_common.h
14469         * src/textview.c
14470         * src/textview.h
14471                 add an option to toggle cursor in message
14472                 view (sync with main)
14473
14474 2005-05-18 [colin]      1.9.9cvs12
14475
14476         * src/compose.c
14477                 Dereference freed pointer
14478         * src/gtk/gtkaspell.c
14479                 Fix duplication of dictionaries (is it an aspell issue?)
14480
14481 2005-05-18 [colin]      1.9.9cvs11
14482
14483         * src/gtk/inputdialog.c
14484         * src/gtk/gtkaspell.c
14485                 HIGuify dialogs
14486         * src/alertpanel.c
14487                 Remove a double call
14488
14489 2005-05-17 [colin]      1.9.9cvs10
14490
14491         * src/gtk/gtkaspell.c
14492                 Fix dialogs, Ctrl-Enter accel
14493
14494 2005-05-17 [colin]      1.9.9cvs9
14495
14496         * src/gtk/gtkaspell.c
14497                 Fix some accelerators, escape in replace-window
14498
14499 2005-05-16 [colin]      1.9.9cvs8
14500
14501         * src/gtk/gtkaspell.c
14502                 Revert last commit, it was a mistake.
14503
14504 2005-05-16 [colin]      1.9.9cvs7
14505
14506         * src/gtk/gtkaspell.c
14507                 Remove buggy code while we're at it. It's a 
14508                 dead code path anyway.
14509
14510 2005-05-16 [colin]      1.9.9cvs6
14511
14512         * src/gtk/gtkaspell.c
14513                 Missed some gtk_menu_popup where deactivate
14514                 signal should be handled. Should fix bug
14515                 #629 a bit more.
14516
14517 2005-05-16 [colin]      1.9.9cvs5
14518
14519         * src/gtk/gtkaspell.c
14520                 Remove debug printf()s
14521
14522 2005-05-16 [colin]      1.9.9cvs4
14523
14524         * src/gtk/gtkaspell.c
14525                 Fix a bit aspell problems
14526                 (see bug #629)
14527
14528 2005-05-13 [colin]      1.9.9cvs3
14529
14530         * src/folderview.c
14531                 Fix the + appearing even when no subfolders
14532                 have unread messages. Thanks to wwp for the
14533                 bug report.
14534
14535 2005-05-11 [paul]       1.9.9cvs2
14536
14537         * src/folderview.c
14538                 correction to 1.9.9cvs1, only colour folders that
14539                 have new msgs (not unread msgs)
14540
14541 2005-05-10 [colin]      1.9.9cvs1
14542
14543         * src/folderview.c
14544         * src/summaryview.c
14545                 Try to fix bolding bugs again.
14546
14547 2005-05-09 [paul]
14548
14549         * tools/claws.i18n.status.pl
14550                 add Ricardo Mones Lastra's script that has been providing
14551                 the i18n status page for many months
14552
14553 2005-05-09 [paul]       1.9.9
14554
14555         1.9.9 release
14556
14557 2005-05-09 [paul]       1.9.6cvs58
14558
14559         * AUTHORS
14560         * INSTALL
14561         * README.claws
14562                 updated
14563         * Makefile.am 
14564         * RELEASE_NOTES.claws
14565                 add release notes to cvs to simplify release
14566                 procedure
14567         * configure.ac
14568                 add ca and fi to ALL_LINGUAS
14569         * po/Makefile.in.in
14570                 workaround for missing Makevars
14571         * po/ca.po
14572         * po/fi.po
14573                 add new Catalan and Finnish translations
14574                 submitted by Miquel Oliete and Flammie Pirinen
14575         * po/de.po
14576         * po/es.po
14577         * po/fr.po
14578         * po/it.po
14579         * po/pl.po
14580         * po/ru.po
14581         * po/sk.po
14582         * po/sr.po
14583         * po/zh_CN.po
14584                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14585                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14586                 Urke MMI, and Hansom Young
14587         * src/main.c
14588                 Fix drafting when quitting. compose_draft() closes the
14589                 compose windows, which modifies the compose_list GSList.
14590                 We have to refresh this list after echo drafting to avoid a
14591                 segfault
14592         * src/partial_download.c
14593                 fix segfault on exit
14594
14595 2005-05-06 [paul]       1.9.6cvs57
14596
14597         * src/grouplistdialog.c
14598                 quick fix/workaround for unresizeable newsgroup
14599                 name column 
14600
14601 2005-05-06 [paul]       1.9.6cvs56
14602
14603         * src/inc.c
14604         * src/mainwindow.c
14605                 use gettext plural forms
14606         * src/imap_gtk.c
14607         * src/mh_gtk.c
14608         * src/toolbar.c
14609                 small improvement to english usage
14610
14611 2005-05-05 [thorsten]   1.9.6cvs55
14612
14613         * src/folder.c
14614                 fix possible crash
14615
14616 2005-05-05 [paul]       1.9.6cvs54
14617         
14618         sync with HEAD
14619
14620         * AUTHORS
14621         * src/compose.c
14622                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14623                 patch by Tim Mann
14624
14625 2005-05-05 [paul]       1.9.6cvs53
14626
14627         * src/mainwindow.c
14628                 fix resizing of separate message and
14629                 folder views
14630
14631 2005-05-05 [paul]       1.9.6cvs52
14632
14633         * src/account.c
14634         * src/addrgather.c
14635         * src/browseldap.c
14636         * src/exphtmldlg.c
14637         * src/expldifdlg.c
14638         * src/importmutt.c
14639         * src/importpine.c
14640         * src/main.c
14641         * src/mainwindow.c
14642         * src/noticeview.c
14643         * src/prefs_filtering.c
14644         * src/prefs_filtering_action.c
14645         * src/prefs_matcher.c
14646         * src/prefs_spelling.c
14647         * src/prefs_toolbar.c
14648         * src/toolbar.c
14649         * src/wizard.c
14650         * src/gtk/description_window.c
14651         * src/gtk/gtkvscrollbutton.c
14652         * src/gtk/progressdialog.c
14653         * src/gtk/quicksearch.c
14654         * src/plugins/pgpmime/prefs_gpg.c
14655         * src/plugins/spamassassin/spamassassin_gtk.c
14656                 replace deprecated gtk_widget_set_usize
14657
14658 2005-05-04 [colin]      1.9.6cvs51
14659
14660         * src/common/utils.c
14661                 Fix crash when subst_for_filename is called
14662                 with a NULL parameter
14663
14664 2005-05-04 [colin]      1.9.6cvs50
14665
14666         * src/partial_download.c
14667         * src/pop.c
14668                 Escape login when writing uidl file
14669                 fixes bug #736
14670
14671 2005-05-03 [colin]      1.9.6cvs49
14672
14673         * src/procmime.c
14674                 Fix possible DOS in mime parser
14675                 (see bug #634)
14676
14677 2005-05-02 [colin]      1.9.6cvs48
14678
14679         * src/compose.c
14680                 Try to fix the copy/paste mess once again.
14681
14682
14683 2005-04-30 [colin]      1.9.6cvs47
14684
14685         * src/prefs_account.h
14686         * src/procmsg.c
14687         * src/send_message.c
14688         * src/common/smtp.c
14689         * src/common/smtp.h
14690                 Try to batch sending mails (per account) instead of
14691                 reconnecting to server every time.
14692
14693 2005-04-29 [colin]      1.9.6cvs46
14694
14695         * src/messageview.c
14696                 Fix window resizing that refused to size down
14697         * src/prefs_common.c
14698         * src/prefs_common.h
14699         * src/prefs_filtering.c
14700                 Save Filtering's window size
14701
14702 2005-04-21 [paul]       1.9.6cvs45
14703
14704         * ChangeLog-gtk2.claws
14705         * src/setup.c
14706                 correction to sync
14707
14708 2005-04-21 [paul]       1.9.6cvs44
14709
14710         sync with main:
14711
14712         * src/setup.c
14713         * src/statusbar.c
14714         * src/statusbar.h
14715                 use gtkut_widget_draw_now(). Improved performance
14716                 of the update of statusbar
14717         * src/textview.c
14718                 textview_smooth_scroll_do(): redraw it after scroll
14719                 is done (fixed incorrect display when a part of the
14720                 view is hidden).
14721         * src/gtk/gtkutils.c
14722         * src/gtk/gtkutils.h
14723                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14724                 to force update of widgets.
14725                 Removed gtkut_widget_wait_for_draw() which had a big
14726                 overhead  because of waiting for all events processed 
14727
14728 2005-04-20 [paul]       1.9.6cvs43
14729
14730         * src/codeconv.c
14731                 complete 1.9.6cvs42's sync:
14732                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14733
14734 2005-04-19 [paul]       1.9.6cvs42
14735
14736         sync with main:
14737
14738         * src/action.c
14739                 catch_output(): correctly select the insert text
14740                 (fix invalid iterator warnings).
14741         * src/codeconv.c
14742         * src/codeconv.h
14743         * src/mainwindow.c
14744         * src/messageview.c
14745         * src/prefs_common.c
14746                 support GBK encoding.
14747         * src/common/session.c
14748         * src/common/session.h
14749                 use separate buffer for large data to be sent,
14750                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14751
14752 2005-04-18 [paul]       1.9.6cvs41
14753
14754         * src/jpilot.c
14755                 convert unsigned long into guint32
14756                 patch by Paul LeoNerd Evans 
14757
14758 2005-04-17 [colin]      1.9.6cvs40
14759
14760         * src/compose.c
14761                 Fix 'Request return receipt' from folder
14762                 properties (bug #708)
14763
14764 2005-04-17 [colin]      1.9.6cvs39
14765
14766         * src/mainwindow.c
14767                 Fix duplicate hotkeys in Mainwindow's menu
14768
14769 2005-04-17 [colin]      1.9.6cvs38
14770
14771         * src/folderview.c
14772                 Fix duplicate hotkeys in Folderview's contextual
14773                 menu
14774
14775 2005-04-15 [colin]      1.9.6cvs37
14776
14777         * src/summaryview.c
14778                 Fix 'Save as...' with non-ascii filenames
14779
14780 2005-04-15 [colin]      1.9.6cvs36
14781
14782         * src/plugins/pgpmime/pgpmime.c
14783                 Fix bus error on 64bit. Spotted by 
14784                 macallan1888@gmail.com
14785
14786 2005-04-15 [colin]      1.9.6cvs35
14787
14788         * src/prefs_account.c
14789                 Fix cvs34.
14790
14791 2005-04-12 [colin]      1.9.6cvs34
14792
14793         * src/prefs_account.c
14794                 Fix smtp auth type off-by-one. We forgot to
14795                 add PLAIN in the prefs-to-gui setter func and
14796                 as a result, the selected auth when opening
14797                 account prefs was not the correct one.
14798
14799 2005-04-12 [paul]       1.9.6cvs33
14800
14801         * src/inc.c
14802                 if the recv dialog is visible, Cancel only
14803                 cancels the current account
14804
14805
14806 2005-04-10 [colin]      1.9.6cvs32
14807
14808         * src/filtering.c
14809                 Copy score when copying FilteringActions
14810                 Fix bug #674
14811
14812 2005-04-10 [colin]      1.9.6cvs31
14813
14814         * src/inc.c
14815                 Make Message -> Receive -> Cancel cancel 
14816                 incorporation on all accounts. Fixes
14817                 bug #693
14818
14819 2005-04-10 [colin]      1.9.6cvs30
14820
14821         * src/prefs_account.c
14822                 Update Privacy checkbuttons status based
14823                 on the selected privacy system
14824         * src/compose.c
14825                 Always connect the "None" privacy system; the
14826                 static boolean was probably there to avoid
14827                 reconnecting twice in the same compose window,
14828                 but as the parent function is only called once
14829                 per compose, it's only a bug - as a static is
14830                 initialized once per application instance.
14831                 Also, don't uncheck Sign and Encrypt when
14832                 selecting None as privacy system; just ignore
14833                 them when sending/queuing.
14834                 Should fix bug #695
14835
14836 2005-04-08 [colin]      1.9.6cvs29
14837
14838         * src/account.c
14839         * src/prefs_account.c
14840         * src/prefs_account.h
14841                 Add account preference to queue message in a certain
14842                 folder.
14843
14844 2005-04-06 [colin]      1.9.6cvs28
14845
14846         * src/prefs_account.c
14847                 Update old inbox path syntax
14848
14849 2005-04-06 [paul]       1.9.6cvs27
14850
14851         sync with main:
14852
14853         * configure.ac
14854                 changed -traditional-cpp to -no-cpp-precomp for newer
14855                 Mac OS X support
14856         * src/foldersel.c
14857                 made column resize automatically
14858         * src/send_message.c
14859                 send_message_smtp(): consider EOF right after QUIT
14860                 successful (workaround for Gmail SMTP server)
14861         * src/common/socket.c
14862                 ssl_read(), ssl_peek(): check EOF which violates the
14863                 SSL protocol
14864         * src/gtk/colorlabel.c
14865                 removed warnings when displaying colorlabel menu
14866                 (don't use GtkAlignment)
14867
14868 2005-04-05 [paul]       1.9.6cvs26
14869
14870         * src/plugins/trayicon/trayicon.c
14871                 fix clipping of icon under KDE3 
14872
14873 2005-04-05 [paul]       1.9.6cvs25
14874
14875         * src/summaryview.c
14876                 hide display of threading
14877                 patch by Alfons
14878
14879 2005-04-04 [thorsten]   1.9.6cvs24
14880
14881         * src/mh.c
14882                 marks lost on filesystems with different stat() results on
14883                 summer-/wintertime
14884
14885 2005-04-03 [colin]      1.9.6cvs23
14886
14887         * src/summaryview.c
14888                 Don't handle up/down. Patch by Alfons
14889
14890 2005-04-02 [colin]      1.9.6cvs22
14891
14892         * src/summaryview.c
14893                 Make scrolling faster. Patch by Alfons.
14894
14895 2005-04-01 [colin]      1.9.6cvs21
14896
14897         * src/Makefile.am
14898         * src/stock_pixmap.c
14899         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14900         * src/pixmaps/dir_noselect.xpm ** ADDED **
14901                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14902
14903 2005-04-01 [colin]      1.9.6cvs20
14904
14905         * src/image_viewer.c
14906         * src/image_viewer.h
14907         * src/procmime.c
14908         * src/procmime.h
14909         * src/textview.c
14910         * src/textview.h
14911                 Implement inline image resizing and right-clicking
14912
14913 2005-04-01 [paul]       1.9.6cvs19
14914
14915         * AUTHORS
14916         * Makefile.am
14917         * configure.ac
14918                 check for gnome2
14919                 patch by Luca Cavalli <loopback<AT>slackit.org>
14920         * po/ru.po
14921                 updated by Pavlo Bohmat
14922
14923 2005-03-31 [colin]      1.9.6cvs18
14924
14925         * src/news.c
14926                 Fix parsing references
14927         * src/msgcache.c
14928                 don't put nulls in the references list
14929         * src/procheader.c
14930                 commit that forgotten file in 1.9.6cvs14
14931
14932 2005-03-31 [colin]      1.9.6cvs17
14933
14934         * src/compose.c
14935                 Fix joining of signature separator again. 
14936                 Maybe Hiro could put it in main too...
14937
14938 2005-03-31 [colin]      1.9.6cvs16
14939
14940         * src/Makefile.am
14941         * src/foldersel.c
14942         * src/stock_pixmap.c
14943         * src/stock_pixmap.h
14944         * src/pixmaps/dir-noselect.xpm
14945                 Update foldersel.c (sync from main, patch by Alfons)
14946
14947 2005-03-30 [colin]      1.9.6cvs15
14948
14949         * src/imap.c
14950                 Fix handling of imap folders containing [] in 
14951                 their name. Thanks to Nahuel Angelinetti for
14952                 the detailed bugreport.
14953
14954 2005-03-30 [colin]      1.9.6cvs14
14955
14956         * src/common/utils.h
14957         * src/common/utils.c
14958         * src/common/defs.h
14959         * src/matcher.c
14960         * src/msgcache.c
14961         * src/news.c
14962         * src/procmsg.c
14963         * src/procmsg.h
14964         * src/quote_fmt_parse.y
14965         * src/summaryview.c
14966                 Update references system. Patch by Alfons
14967
14968 2005-03-30 [colin]      1.9.6cvs13
14969
14970         * src/common/socket.c
14971                 Force the glibc to read resolv.conf again when 
14972                 it has changed. Should fix issues when changing
14973                 networks on a laptop and not restarting sylpheed. 
14974
14975 2005-03-30 [paul]       1.9.6cvs12
14976
14977         partial sync with main:
14978
14979         * src/action.c
14980                 create_io_dialog(): use user-defined text font
14981                 (thanks to Alfons), and modified its appearance.
14982         * src/addrgather.c
14983         * src/addrharvest.c
14984         * src/browseldap.c
14985                 replace old code
14986         * src/compose.c
14987                 don't join (presumably) itemized lines on line-wrapping
14988                 fixed wrapping of quote when auto-wrapping is enabled
14989                 compose_destroy(): destroy paned only if it's not
14990                 attached to window. Fixed memory leak of popup menu.
14991         * src/exphtmldlg.c
14992         * src/expldifdlg.c
14993                 replace old code
14994         * src/html.c
14995         * src/html.h
14996         * src/importmutt.c
14997         * src/importpine.c
14998                 replace old code
14999         * src/main.c
15000                 removed redundant code
15001         * src/mainwindow.c
15002                 changed 'Code set' (which is rather incorrect)
15003                 in the menu to 'Character encoding'
15004                 main_window_set_widgets(): request size first
15005                 to prevent window size becoming wrong
15006                 fixed remembering of the state of the visibility
15007                 of MessageView
15008         * src/messageview.c
15009                 changed 'Code set' (which is rather incorrect)
15010                 in the menu to 'Character encoding'
15011         * src/prefs_common.c
15012         * src/prefs_common.h
15013                 added an option whether to render HTML as text or not
15014                 added separators to outgoing encoding menu
15015         * src/procheader.c
15016                 procheader_scan_date_string(): support header
15017                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
15018         * src/summaryview.c
15019         * src/summaryview.h
15020                 minor code cleanup
15021         * src/textview.c
15022                 textview_show_html(): force output of newline
15023                 added an option whether to render HTML as text or not
15024         * src/common/utils.c
15025                 strncpy2(): optimized based on Alfons' code
15026         * src/gtk/gtkutils.c
15027         * src/gtk/gtkutils.h
15028                 removed non-used code
15029         * src/plugins/pgpmime/passphrase.c
15030                 partially fixed grab input of passphrase dialog
15031                 Confine pointer to window
15032
15033 2005-03-30 [colin]      1.9.6cvs11
15034
15035         * src/msgcache.c
15036         * src/msgcache.h
15037                 Read/write 32bit ints from cache & marks
15038                 From main.
15039
15040 2005-03-29 [paul]       1.9.6cvs10
15041
15042         * AUTHORS
15043         * ChangeLog.claws
15044         * src/compose.c
15045         * src/gtk/gtkaspell.c
15046                 sync with HEAD (don't pass NULL pointers) 
15047
15048 2005-03-24 [paul]
15049
15050         * tools/Makefile.am
15051         * tools/README
15052         * tools/acroread2sylpheed.pl
15053                 sync with HEAD (add script to send pdfs as
15054                 attachments from Adobe Reader 7)
15055
15056 2005-03-21 [paul]       1.9.6cvs9
15057
15058         * configure.ac
15059         * po/POTFILES.in
15060         * src/Makefile.am
15061         * src/crash.c
15062         * src/image_viewer.c ** ADDED **
15063         * src/image_viewer.h ** ADDED **
15064         * src/main.c
15065         * src/prefs_common.c
15066         * src/prefs_common.h
15067         * src/prefs_image_viewer.c ** ADDED **
15068         * src/prefs_image_viewer.h ** ADDED **
15069         * src/textview.c
15070         * src/gtk/about.c
15071         * src/pixmaps/sylpheed_logo.xpm
15072         * src/plugins/Makefile.am
15073         * src/plugins/image_viewer/.cvsignore ** REMOVED **
15074         * src/plugins/image_viewer/Makefile.am ** REMOVED **
15075         * src/plugins/image_viewer/plugin.c ** REMOVED **
15076         * src/plugins/image_viewer/viewer.c ** REMOVED **
15077         * src/plugins/image_viewer/viewer.glade ** REMOVED **
15078         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
15079         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
15080         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
15081         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
15082                 as gdk-pixbuf is now built-in
15083                 remove image_viewer plugin and put code back into
15084                 main codebase
15085                 implement inline image display (sync with main)
15086
15087                 replace logo with newer, nicer, larger version  
15088
15089 2005-03-21 [paul]       1.9.6cvs8
15090
15091         * src/gtk/about.c
15092                 cosmetic improvement
15093
15094 2005-03-21 [holger]     1.9.6cvs7
15095
15096         * src/plugins/spamassassin/spamassassin.c
15097                 Sync with HEAD
15098                 (unregister hook on failed plugin init)
15099
15100 2005-03-20 [colin]      1.9.6cvs6
15101
15102         * src/common/plugin.c
15103                 Check that plugin isn't already loaded
15104                 Patch by Alfons
15105
15106 2005-03-20 [thorsten]   1.9.6cvs5
15107
15108         * src/compose.c
15109                 use a more compatible syntax
15110
15111 2005-03-20 [thorsten]   1.9.6cvs4
15112
15113         * src/prefs_toolbar.c
15114                 fix crash when selecting toolbar item (uninitialized pointer)
15115
15116 2005-03-20 [thorsten]   1.9.6cvs3
15117
15118         * src/procmime.c
15119                 fix mimetype detection (referenced free()d string)
15120
15121 2005-03-20 [paul]       1.9.6cvs2
15122
15123         * src/compose.c
15124                 sync with HEAD (1.0.3cvs5)
15125                 neglect Reply-To header if empty
15126                 Patch by Alfons 
15127
15128 2005-03-19 [holger]     1.9.6cvs1
15129
15130         * src/summaryview.c
15131         * src/summaryview.h
15132                 Sync with HEAD
15133
15134 2005-03-18 [paul]       1.9.6
15135
15136         initial GTK2 release
15137
15138 2005-03-18 [paul]       1.0.3cvs3.1
15139
15140         * AUTHORS
15141         * ChangeLog.claws
15142         * configure.ac
15143         * src/gtk/about.c
15144         * src/pixmaps/sylpheed_logo.xpm
15145                 sync with HEAD
15146
15147 2005-03-18 [colin]      1.0.3cvs2.6
15148
15149         * src/summaryview.c
15150                 Remove call to summary_step in summary_copy_selected_to
15151                 Can't see its purpose, and this causes bug when copying
15152                 a message if the next one is unread: it reads it.
15153
15154 2005-03-18 [paul]       1.0.3cvs2.5
15155
15156         * src/foldersel.c
15157                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
15158
15159 2005-03-18 [paul]       1.0.3cvs2.4
15160
15161         * src/addrharvest.c
15162         * src/codeconv.c
15163         * src/codeconv.h
15164         * src/compose.c
15165         * src/news.c
15166         * src/procheader.c
15167         * src/procmime.c
15168         * src/unmime.c
15169         * src/unmime.h
15170                 fix buffer overflow, CAN-2005-0667, see
15171                 http://secunia.com/advisories/14491/
15172                 Patch by Alfons
15173
15174 2005-03-17 [colin]      1.0.3cvs2.3
15175
15176         * src/prefs_fonts.c
15177         * src/summaryview.c
15178                 Fix font bugs (both lists now officialy share 
15179                 the same font)
15180                 
15181
15182 2005-03-17 [paul]       1.0.3cvs2.2
15183
15184         * src/gtk/pluginwindow.c
15185                 make plugin descriptions uneditable
15186
15187 2005-03-11 [paul]       1.0.3cvs2.1
15188
15189         * ChangeLog.claws
15190         * configure.ac
15191         * po/POTFILES.in
15192         * src/plugins/trayicon/trayicon.c
15193                 sync with HEAD
15194                 add src/wizard.c to POTFILES.in
15195
15196 2005-03-11 [paul]       1.0.3cvs1.1
15197
15198         * ChangeLog
15199         * ChangeLog.claws
15200         * configure.ac
15201         * po/de.po
15202         * po/es.po
15203         * po/fr.po
15204         * po/it.po
15205         * po/pt_BR.po
15206         * po/ru.po
15207         * po/sk.po
15208         * po/sr.po
15209         * po/zh_CN.po
15210                 sync with HEAD
15211
15212 2005-03-04 [colin]      1.0.1cvs22.2
15213
15214         * src/compose.c
15215                 Fix signatures with accentued chars in it
15216
15217 2005-03-04 [colin]      1.0.1cvs22.1
15218
15219         * src/common/smtp.c
15220         * src/common/smtp.h
15221                 Don't use SIZE param in MAIL FROM: if server 
15222                 doesn't support it. Patch by Eugen Freiter
15223                 <eugen_f@users.sf.net>
15224
15225 2005-02-27 [paul]       1.0.1cvs20.1
15226
15227         * ChangeLog.claws
15228         * configure.ac
15229         * src/messageview.c
15230                 sync with HEAD
15231
15232 2005-02-27 [colin]      1.0.1cvs19.4
15233
15234         * src/procheader.c
15235         * src/procheader.h
15236                 Fix prototypes. Patch by Alfons
15237
15238 2005-02-27 [colin]      1.0.1cvs19.3
15239
15240         * src/compose.c
15241                 Don't auto-join the signature separator.
15242
15243 2005-02-26 [colin]      1.0.1cvs19.2
15244
15245         * src/summaryview.c
15246                 Fix 'mark all read' with collapsed threads.
15247                 Patch by Alfons.
15248
15249 2005-02-25 [paul]       1.0.1cvs19.1
15250
15251         * ChangeLog.claws
15252         * configure.ac
15253         * src/prefs_account.c
15254         * src/prefs_folder_item.c
15255         * src/gtk/prefswindow.c
15256         * src/gtk/prefswindow.h
15257                 sync with HEAD
15258
15259 2005-02-25 [paul]       1.0.1cvs15.12
15260
15261         * src/alertpanel.c
15262         * src/codeconv.c
15263         * src/compose.c
15264         * src/textview.c
15265         * src/gtk/gtkutils.c
15266         * src/gtk/gtkutils.h
15267         * src/gtk/logwindow.c
15268         * src/gtk/progressdialog.c
15269                 sync with main (revision 127)
15270                 and fix logwindow clipping
15271
15272 2005-02-24 [colin]      1.0.1cvs15.11
15273
15274         * src/plugins/pgpmime/passphrase.c
15275                 Disable input grabbing; it doesn't work yet.
15276
15277 2005-02-24 [colin]      1.0.1cvs15.10
15278
15279         * src/messageview.c
15280                 Don't send out receipts if offline. Ask.
15281
15282 2005-02-23 [colin]      1.0.1cvs15.9
15283
15284         * src/summaryview.c     
15285                 Fix expanding
15286
15287 2005-02-23 [colin]      1.0.1cvs15.8
15288
15289         * src/summaryview.c
15290                 Really fix Bug 568 by removing useless
15291                 calls. summary_thread_init() now called
15292                 in summary_sort(). This should please
15293                 Alfons as it should be faster than 
15294                 previously.
15295
15296 2005-02-23 [colin]      1.0.1cvs15.7
15297
15298         * src/compose.c
15299                 Encode parts as QP or B64 if signing
15300
15301 2005-02-23 [colin]      1.0.1cvs15.6
15302
15303         * src/compose.c
15304                 Fix Mimeinfo leakage (including tmp files)
15305         * src/procmsg.c
15306                 Fix tmp file leakage (spotted by Ivan Rayner)
15307
15308 2005-02-22 [colin]      1.0.1cvs15.5
15309
15310         * src/expldifdlg.c
15311                 Fix keyboard input. Patch by Alfons.
15312
15313 2005-02-21 [colin]      1.0.1cvs15.4
15314
15315         * src/compose.c
15316                 Fix Sign/Encrypt when unselecting privacy
15317                 system
15318         * src/prefs_common.c
15319                 Change default message font to Monospace
15320         * src/summaryview.c
15321                 More freezing during potentially large operations
15322
15323 2005-02-21 [paul]       1.0.1cvs15.3
15324
15325         * src/main.c
15326                 fix --help output
15327
15328 2005-02-21 [paul]       1.0.1cvs15.2
15329
15330         * po/Makefile.in.in
15331         * src/compose.c
15332         * src/summaryview.c
15333         * src/textview.c
15334         * src/common/utils.c
15335         * src/common/utils.h
15336                 sync with main (revision 117)
15337
15338 2005-02-20 [colin]      1.0.1cvs15.1
15339
15340         * src/common/defs.h
15341                 Change cache file to .sylpheed_claws_cache, as
15342                 suggested by Alfons. Allows people to switch
15343                 between Sylpheed and Sylpheed-Claws. it is
15344                 a good idea to "Check for new messages" at next
15345                 startup.
15346
15347
15348 2005-02-18 [colin]      1.0.1cvs14.1
15349
15350         * src/quote_fmt_lex.l
15351         * src/quote_fmt_parse.y
15352                 Fix parser initialisation. Patch by Ivan.
15353
15354 2005-02-18 [colin]      1.0.1cvs11.6
15355
15356         * src/folderview.c
15357                 Fix scrolldown (bug 662)
15358
15359 2005-02-17 [colin]      1.0.1cvs11.5
15360
15361         * src/codeconv.c
15362                 conv_filename_to_utf8: return clean 7bit instead
15363                 of broken utf8 if needed
15364         * src/mimeview.c
15365                 Fix display of parts with unclean 8bit names
15366
15367 2005-02-17 [paul]       1.0.1cvs11.4
15368
15369         * src/compose.c
15370         * src/exportldif.c
15371         * src/matcher_parser_parse.y
15372         * src/procmime.c
15373         * src/sourcewindow.c
15374         * src/common/Makefile.am
15375         * src/common/intl.h             ** REMOVED **
15376         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15377                 sync with main (revision 109)
15378                 and clean up
15379
15380 2005-02-16 [colin]      1.0.1cvs11.3
15381
15382         * src/summaryview.c
15383                 Fix collapsed thread not highlighting when new
15384                 messages in it (Bug 568) Patch by Stephan Sachse.
15385                 Fix messed up selection when reaching bounds (Bug 632)
15386         * src/prefs_themes.c
15387                 Fix theme installing (Bug 684)
15388
15389 2005-02-16 [colin]      1.0.1cvs11.2
15390
15391         * src/messageview.c
15392                 Fix messageview_select_all
15393
15394 2005-02-16 [colin]      1.0.1cvs11.1
15395
15396         * src/mh.c
15397                 Sync with HEAD (MH scan required function)
15398
15399 2005-02-15 [colin]      1.0.1cvs8.1
15400
15401         * src/mimeview.c
15402         * src/common/utils.c
15403                 Sync with HEAD (filename chars substitution)
15404
15405 2005-02-15 [colin]      1.0.1cvs7.3
15406
15407         * src/gtk/pluginwindow.c
15408                 Fix button spacing
15409
15410 2005-02-15 [colin]      1.0.1cvs7.2
15411
15412         * src/mimeview.c
15413                 Fix mime icons not reset across message when
15414                 scrolled down
15415
15416 2005-02-15 [colin]      1.0.1cvs7.1
15417
15418         * src/compose.c
15419         * src/procmime.c
15420                 Sync with HEAD (optimisation of cvs6)
15421
15422 2005-02-14 [colin]      1.0.1cvs6.1
15423
15424         * src/compose.c
15425         * src/procmime.c
15426                 Sync with HEAD (encode "From " at line beginning)
15427
15428 2005-02-14 [colin]      1.0.1cvs5.3
15429
15430         * src/compose.c
15431                 Fix wrapping with accentued chars.
15432
15433 2005-02-13 [colin]      1.0.1cvs5.2
15434
15435         * src/textview.c
15436                 Fix email informative part parsing with
15437                 accentued chars in it. ispunct() returns
15438                 true for them in utf8...
15439
15440 2005-02-12 [colin]      1.0.1cvs5.1
15441
15442         * src/filtering.c
15443                 Sync with HEAD (remove wrong use of compose after send)
15444
15445 2005-02-12 [paul]       1.0.1cvs4.5
15446
15447         * src/textview.c
15448                 remove unnecessary code (thanks to Alfons)
15449
15450 2005-02-12 [paul]       1.0.1cvs4.4
15451
15452         * src/textview.c
15453                 add 'Copy' to contextual menu on emails
15454
15455 2005-02-11 [colin]      1.0.1cvs4.3
15456
15457         * src/compose.c
15458                 revert 1.0.0cvs28.2, it doesn't work that well.
15459
15460 2005-02-11 [paul]       1.0.1cvs4.2
15461
15462         * po/Makefile.in.in
15463                 fix 'make release'
15464
15465 2005-02-10 [paul]       1.0.1cvs4.1
15466
15467         * ChangeLog
15468         * ChangeLog.claws
15469         * ChangeLog.jp
15470         * configure.ac
15471         * src/compose.c
15472                 sync with HEAD (sync with main)
15473
15474 2005-02-10 [paul]       1.0.1cvs3.2
15475
15476         * AUTHORS
15477         * Makefile.am
15478         * autogen.sh
15479         * configure.ac
15480         * config/mkinstalldirs
15481         * intl/.cvsignore
15482         * intl/ChangeLog
15483         * intl/VERSION
15484         * intl/bindtextdom.c
15485         * intl/config.charset
15486         * intl/dcgettext.c
15487         * intl/dcigettext.c
15488         * intl/dcngettext.c
15489         * intl/dgettext.c
15490         * intl/dngettext.c
15491         * intl/eval-plural.h
15492         * intl/explodename.c
15493         * intl/finddomain.c
15494         * intl/gettext.c
15495         * intl/gettextP.h
15496         * intl/gmo.h
15497         * intl/hash-string.h
15498         * intl/intl-compat.c
15499         * intl/l10nflist.c
15500         * intl/libgnuintl.h.in
15501         * intl/loadinfo.h
15502         * intl/loadmsgcat.c
15503         * intl/localcharset.c
15504         * intl/localcharset.h
15505         * intl/locale.alias
15506         * intl/localealias.c
15507         * intl/localename.c
15508         * intl/log.c
15509         * intl/ngettext.c
15510         * intl/os2compat.c
15511         * intl/os2compat.h
15512         * intl/osdep.c
15513         * intl/plural-exp.c
15514         * intl/plural-exp.h
15515         * intl/plural.c
15516         * intl/plural.y
15517         * intl/ref-add.sin
15518         * intl/ref-del.sin
15519         * intl/relocatable.c
15520         * intl/relocatable.h
15521         * intl/textdomain.c
15522         * m4/Makefile.am
15523         * po/Makefile.in.in
15524         * src/Makefile.am
15525         * src/account.c
15526         * src/action.c
15527         * src/addr_compl.c
15528         * src/addressadd.c
15529         * src/addressbook.c
15530         * src/addrgather.c
15531         * src/addrindex.c
15532         * src/alertpanel.c
15533         * src/browseldap.c
15534         * src/codeconv.c
15535         * src/codeconv.h
15536         * src/compose.c
15537         * src/compose.h
15538         * src/crash.c
15539         * src/editaddress.c
15540         * src/editbook.c
15541         * src/editgroup.c
15542         * src/editjpilot.c
15543         * src/editldap.c
15544         * src/editldap_basedn.c
15545         * src/editvcard.c
15546         * src/exphtmldlg.c
15547         * src/expldifdlg.c
15548         * src/export.c
15549         * src/exporthtml.c
15550         * src/filtering.c
15551         * src/folder.c
15552         * src/folder_item_prefs.c
15553         * src/foldersel.c
15554         * src/folderview.c
15555         * src/grouplistdialog.c
15556         * src/headerview.c
15557         * src/imap.c
15558         * src/imap_gtk.c
15559         * src/import.c
15560         * src/importldif.c
15561         * src/importmutt.c
15562         * src/importpine.c
15563         * src/inc.c
15564         * src/ldif.c
15565         * src/main.c
15566         * src/mainwindow.c
15567         * src/matcher.c
15568         * src/mbox.c
15569         * src/message_search.c
15570         * src/messageview.c
15571         * src/mh.c
15572         * src/mh_gtk.c
15573         * src/mimeview.c
15574         * src/msgcache.c
15575         * src/news.c
15576         * src/news_gtk.c
15577         * src/noticeview.c
15578         * src/partial_download.c
15579         * src/pop.c
15580         * src/prefs_account.c
15581         * src/prefs_actions.c
15582         * src/prefs_common.c
15583         * src/prefs_customheader.c
15584         * src/prefs_display_header.c
15585         * src/prefs_ext_prog.c
15586         * src/prefs_filtering.c
15587         * src/prefs_filtering_action.c
15588         * src/prefs_folder_item.c
15589         * src/prefs_fonts.c
15590         * src/prefs_gtk.c
15591         * src/prefs_matcher.c
15592         * src/prefs_msg_colors.c
15593         * src/prefs_spelling.c
15594         * src/prefs_summary_column.c
15595         * src/prefs_template.c
15596         * src/prefs_themes.c
15597         * src/prefs_toolbar.c
15598         * src/prefs_wrapping.c
15599         * src/privacy.c
15600         * src/procheader.c
15601         * src/procmime.c
15602         * src/procmsg.c
15603         * src/quote_fmt.c
15604         * src/recv.c
15605         * src/send_message.c
15606         * src/setup.c
15607         * src/sourcewindow.c
15608         * src/ssl_manager.c
15609         * src/statusbar.c
15610         * src/summary_search.c
15611         * src/summaryview.c
15612         * src/textview.c
15613         * src/toolbar.c
15614         * src/wizard.c
15615         * src/common/nntp.c
15616         * src/common/plugin.c
15617         * src/common/smtp.c
15618         * src/common/ssl.c
15619         * src/common/ssl_certificate.c
15620         * src/common/string_match.c
15621         * src/common/sylpheed.c
15622         * src/common/template.c
15623         * src/common/utils.c
15624         * src/gtk/about.c
15625         * src/gtk/colorlabel.c
15626         * src/gtk/description_window.c
15627         * src/gtk/filesel.c
15628         * src/gtk/foldersort.c
15629         * src/gtk/gtkaspell.c
15630         * src/gtk/gtkutils.c
15631         * src/gtk/inputdialog.c
15632         * src/gtk/logwindow.c
15633         * src/gtk/menu.c
15634         * src/gtk/pluginwindow.c
15635         * src/gtk/prefswindow.c
15636         * src/gtk/progressdialog.c
15637         * src/gtk/quicksearch.c
15638         * src/gtk/sslcertwindow.c
15639         * src/plugins/clamav/clamav_plugin.c
15640         * src/plugins/clamav/clamav_plugin_gtk.c
15641         * src/plugins/demo/demo.c
15642         * src/plugins/dillo_viewer/dillo_prefs.c
15643         * src/plugins/dillo_viewer/dillo_viewer.c
15644         * src/plugins/image_viewer/plugin.c
15645         * src/plugins/image_viewer/viewer.c
15646         * src/plugins/image_viewer/viewerprefs.c
15647         * src/plugins/mathml_viewer/mathml_viewer.c
15648         * src/plugins/pgpmime/passphrase.c
15649         * src/plugins/pgpmime/plugin.c
15650         * src/plugins/pgpmime/prefs_gpg.c
15651         * src/plugins/pgpmime/select-keys.c
15652         * src/plugins/pgpmime/sgpgme.c
15653         * src/plugins/spamassassin/spamassassin.c
15654         * src/plugins/spamassassin/spamassassin_gtk.c
15655         * src/plugins/trayicon/trayicon.c
15656                 sync with main (revision 104)
15657
15658 2005-02-10 [colin]      1.0.1cvs3.1
15659
15660         * src/mainwindow.c
15661                 Sync with HEAD (fix occasional crasher)
15662
15663 2005-02-10 [colin]      1.0.1cvs2.1
15664
15665         * src/messageview.c
15666                 Synw with HEAD (don't automatically display html)
15667
15668 2005-02-09 [colin]      1.0.1cvs1.3
15669
15670         * src/textview.c
15671         * src/textview.h
15672                 Add contextual menu on emails
15673
15674 2005-02-09 [colin]      1.0.1cvs1.2
15675
15676         * src/codeconv.c
15677                 Fix converting from broken headers and 
15678                 put back the _ in missing places
15679                 (feature broke with cvs24.2 sync, main 
15680                  possibly affected?)
15681
15682 2005-02-09 [colin]      1.0.1cvs1.1
15683
15684         * src/messageview.c
15685         * src/mimeview.c
15686         * src/mimeview.h
15687                 Sync with HEAD (display non text/plain mails with plugin)
15688
15689 2005-02-08 [colin]      1.0.1.1
15690
15691         * ChangeLog.claws
15692         * po/pt_BR.po
15693                 Sync with HEAD
15694         * configure.ac
15695                 Make default configuration directory 
15696                 be .sylpheed-gtk2
15697
15698 2005-02-08 [colin]      1.0.0cvs29.1
15699
15700         * po/de.po
15701         * po/es.po
15702         * po/fr.po
15703         * po/it.po
15704         * po/sk.po
15705         * po/sr.po
15706                 Sync translations with HEAD
15707
15708 2005-02-06 [colin]      1.0.0cvs28.3
15709
15710         * src/compose.c
15711                 Make compose a bit faster - patch by Alfons.
15712
15713 2005-02-06 [colin]      1.0.0cvs28.2
15714
15715         * src/compose.c
15716                 Make pasting via middle-click more reliable
15717
15718 2005-02-05 [paul]       1.0.0cvs28.1
15719
15720         * ChangeLog
15721         * ChangeLog.claws
15722         * ChangeLog.jp
15723         * configure.ac
15724         * src/compose.c
15725                 sync with HEAD
15726                 (fix bug 682 'redirect is broken'
15727
15728 2005-02-05 [torte]      1.0.0cvs27.1
15729
15730         * ChangeLog.claws
15731         * configure.ac
15732         * src/partial_download.c
15733                 Sync with HEAD (fix buf overflow)
15734
15735 2005-02-03 [colin]      1.0.0cvs26.1
15736
15737         * src/common/plugin.c
15738                 Sync with HEAD (avoid plugin mismatches)
15739
15740 2005-02-03 [paul]       1.0.0cvs25.3
15741
15742         * src/folderview.c
15743         * src/headerview.c
15744         * src/summaryview.c
15745         * src/textview.c
15746         * src/gtk/colorlabel.c
15747                 third and final part of initial sync with main-gtk2
15748
15749 2005-02-03 [paul]       1.0.0cvs25.2
15750
15751         * src/jpilot.c
15752                 fix building with jpilot support
15753
15754 2005-02-02 [colin]      1.0.0cvs25.1
15755
15756         * src/messageview.c
15757                 Sync with HEAD (fix dangerous typo)
15758
15759 2005-02-01 [colin]      1.0.0cvs24.3
15760
15761         * src/common/xml.c
15762                 Write file as advertised (UTF-8)
15763
15764 2005-02-01 [paul]       1.0.0cvs24.2
15765
15766         * src/addrbook.c
15767         * src/addrindex.c
15768         * src/alertpanel.h
15769         * src/codeconv.c
15770         * src/codeconv.h
15771         * src/compose.c
15772         * src/export.c
15773         * src/folder_item_prefs.c
15774         * src/html.c
15775         * src/imap.c
15776         * src/import.c
15777         * src/jpilot.c
15778         * src/mainwindow.c
15779         * src/matcher_parser_lex.l
15780         * src/messageview.c
15781         * src/mh.c
15782         * src/prefs_account.c
15783         * src/prefs_actions.c
15784         * src/prefs_common.c
15785         * src/prefs_gtk.c
15786         * src/prefs_gtk.h
15787         * src/prefs_themes.c
15788         * src/procheader.c
15789         * src/procmime.c
15790         * src/sourcewindow.c
15791         * src/statusbar.c
15792         * src/summaryview.c
15793         * src/textview.c
15794         * src/toolbar.c
15795         * src/unmime.c
15796         * src/common/template.c
15797         * src/common/utils.c
15798         * src/common/xml.c
15799         * src/common/xml.h
15800         * src/gtk/gtkaspell.c
15801         * src/plugins/clamav/clamav_plugin.c
15802         * src/plugins/dillo_viewer/dillo_prefs.c
15803         * src/plugins/image_viewer/viewerprefs.c
15804         * src/plugins/pgpmime/passphrase.c
15805         * src/plugins/pgpmime/prefs_gpg.c
15806         * src/plugins/pgpmime/select-keys.c
15807         * src/plugins/spamassassin/spamassassin.c
15808                 second part of initial sync with main-gtk2
15809                 (more to follow)
15810
15811 2005-01-31 [colin]      1.0.0cvs24.1
15812
15813         * src/compose.c
15814                 Sync with HEAD
15815
15816 2005-01-29 [paul]       1.0.0cvs23.2
15817
15818         * src/account.c
15819         * src/action.c
15820         * src/addressadd.c
15821         * src/addressbook.c
15822         * src/alertpanel.c
15823         * src/compose.c
15824         * src/editaddress.c
15825         * src/editbook.c
15826         * src/editgroup.c
15827         * src/editjpilot.c
15828         * src/editldap.c
15829         * src/editldap_basedn.c
15830         * src/editvcard.c
15831         * src/export.c
15832         * src/foldersel.c
15833         * src/grouplistdialog.c
15834         * src/import.c
15835         * src/importldif.c
15836         * src/inc.c
15837         * src/main.c
15838         * src/mainwindow.c
15839         * src/message_search.c
15840         * src/messageview.c
15841         * src/mimeview.c
15842         * src/prefs_actions.c
15843         * src/prefs_common.c
15844         * src/prefs_common.h
15845         * src/prefs_customheader.c
15846         * src/prefs_display_header.c
15847         * src/prefs_filtering.c
15848         * src/prefs_filtering_action.c
15849         * src/prefs_gtk.c
15850         * src/prefs_matcher.c
15851         * src/prefs_summary_column.c
15852         * src/prefs_template.c
15853         * src/sourcewindow.c
15854         * src/summary_search.c
15855         * src/summaryview.c
15856         * src/textview.c
15857         * src/gtk/about.c
15858         * src/gtk/description_window.c
15859         * src/gtk/gtkshruler.c
15860         * src/gtk/gtkutils.c
15861         * src/gtk/gtkutils.h
15862         * src/gtk/inputdialog.c
15863         * src/gtk/logwindow.c
15864         * src/gtk/prefswindow.c
15865         * src/gtk/progressdialog.c
15866         * src/gtk/progressdialog.h
15867                 first part of initial sync with main-gtk2
15868                 (more to follow)
15869
15870 2005-01-28 [colin]      1.0.0cvs23.1
15871
15872         * src/folderview.c
15873                 Sync with HEAD
15874
15875 2005-01-27 [colin]      1.0.0cvs21.1
15876
15877         * src/folder.c
15878         * src/folderview.c
15879                 Sync with HEAD
15880
15881 2005-01-27 [colin]      1.0.0cvs19.1
15882
15883         * src/procmime.c
15884                 Sync with HEAD
15885
15886 2005-01-27 [colin]      1.0.0cvs18.1
15887
15888         * src/messageview.c
15889         * src/summaryview.c
15890         * src/mainwindow.c
15891         * src/compose.c
15892         * src/compose.h
15893         * src/procmsg.c
15894         * src/procmsg.h
15895         * src/toolbar.c
15896                 Sync with HEAD
15897
15898 2005-01-26 [paul]       1.0.0cvs15.2
15899
15900         * src/compose.c
15901                 compose_entries_set(): convert subject and body to
15902                 utf8 if necessary. patch by Felix Eckhofer
15903
15904 2005-01-26 [paul]       1.0.0cvs15.1
15905
15906         * configure.ac
15907         * src/common/template.c
15908                 sync with HEAD (fix memory leak)
15909
15910 2005-01-25 [paul]       1.0.0cvs14.1
15911
15912         * configure.ac
15913         * src/compose.c
15914                 sync with HEAD
15915
15916 2005-01-24 [colin]      1.0.0cvs13.1
15917
15918         * src/summaryview.c
15919                 Sync with HEAD
15920
15921 2005-01-24 [paul]       1.0.0cvs12.1
15922
15923         * configure.ac
15924         * src/messageview.c
15925         * src/mh.c
15926         * src/common/utils.c
15927                 sync with HEAD
15928
15929 2005-01-24 [colin]      1.0.0cvs11.1
15930
15931         * src/procheader.c
15932                 Sync with HEAD
15933
15934 2005-01-24 [colin]      1.0.0cvs10.1
15935
15936         * src/folderview.c
15937                 Sync with HEAD
15938
15939 2005-01-23 [colin]      1.0.0cvs9.1
15940
15941         * src/crash.c
15942                 Sync with HEAD
15943
15944 2005-01-22 [colin]      1.0.0cvs8.1
15945
15946         * src/summaryview.c
15947         * src/gtk/quicksearch.c
15948                 Sync with HEAD
15949
15950 2005-01-21 [colin]      1.0.0cvs7.1
15951
15952         * src/summaryview.c
15953                 Sync with HEAD
15954
15955 2005-01-21 [colin]      1.0.0cvs6.1
15956
15957         * src/summaryview.c
15958                 Sync with HEAD
15959
15960 2005-01-21 [colin]      1.0.0cvs5.1
15961
15962         * src/gtk/quicksearch.c
15963         * src/prefs_common.c
15964         * src/prefs_common.h
15965                 Sync with HEAD (recurse option)
15966
15967 2005-01-21 [colin]      1.0.0cvs4.1
15968
15969         * src/folder.h
15970         * src/folderview.c
15971         * src/folderview.h
15972         * src/summaryview.c
15973         * src/gtk/quicksearch.c
15974         * src/gtk/quicksearch.h
15975                 Sync with HEAD (recursive quicksearch)
15976
15977 2005-01-20 [colin]      1.0.0cvs3.4
15978
15979         * src/ssl_manager.c
15980                 Remove useless code
15981
15982 2005-01-20 [colin]      1.0.0cvs3.3
15983
15984         * src/ssl_manager.c
15985                 Fix leak, thanks to Alfons.
15986
15987 2005-01-20 [colin]      1.0.0cvs3.2
15988
15989         * src/ssl_manager.c
15990                 Port SSL certificate window to GTK2.
15991
15992 2005-01-20 [paul]       1.0.0cvs3.1
15993
15994         * ChangeLog.claws
15995         * configure.ac
15996         * src/addrindex.c
15997         * src/addrindex.h
15998                 sync with HEAD
15999
16000 2005-01-19 [colin]      1.0.0cvs2.2
16001
16002         * src/plugins/trayicon/trayicon.c
16003                 Fix freeze with gtk-2.6, the easy way
16004                 (signal blocking helpless there...)
16005                 Closes bug #668.
16006
16007 2005-01-19 [colin]      1.0.0cvs2.1
16008
16009         * src/mbox.c
16010         * src/mbox.h
16011         * src/mainwindow.c
16012         * src/summaryview.c
16013         * src/summaryview.h
16014                 Sync with HEAD
16015
16016 2005-01-19 [paul]       1.0.0cvs1.1
16017
16018         * configure.ac
16019         * po/de.po
16020         * po/es.po
16021         * po/fr.po
16022         * po/hr.po
16023         * po/it.po
16024         * po/ja.po
16025         * po/ko.po
16026         * po/pt_BR.po
16027         * po/ru.po
16028         * po/sk.po
16029         * po/sr.po
16030                 sync with HEAD (update translations)
16031
16032 2005-01-18 [colin]      1.0.0cvs0.1
16033
16034         * src/foldersel.c
16035                 Specify search column - patch by Alfons
16036
16037 2005-01-18 [colin]      0.9.13cvs36.3
16038
16039         * src/prefs_toolbar.c
16040                 Change Delete to Remove
16041         * src/prefs_fonts.c
16042                 GTK2 version and leak fixes
16043         * src/prefs_actions.c
16044                 Add stock buttons.
16045                 All patches by Alfons
16046
16047 2005-01-17 [colin]      0.9.13cvs36.2
16048
16049         * src/compose.c
16050                 Fix DnD inserting twice. While at it,
16051                 add DnD support for text/plain in the
16052                 body, and add support in the headers.
16053
16054 2005-01-16 [colin]      0.9.13cvs36.1
16055
16056         * ChangeLog
16057         * ChangeLog.jp
16058         * ChangeLog.claws
16059                 Sync with HEAD (nothing applicable)
16060
16061 2005-01-16 [colin]      0.9.13cvs33.2
16062
16063         * src/prefs_toolbar.c
16064                 GTK2ize prefs_toolbar, by Alfons.
16065
16066 2005-01-14 [colin]      0.9.13cvs33.1
16067
16068         * src/html.c
16069         * src/msgcache.c
16070                 Sync with HEAD
16071
16072 2005-01-14 [colin]      0.9.13cvs32.1
16073
16074         * src/html.c
16075         * src/html.h
16076         * src/msgcache.c
16077         * AUTHORS
16078         * tools/calypso_convert.pl
16079                 Sync with HEAD
16080
16081 2005-01-08 [colin]      0.9.13cvs29.2
16082
16083         * src/prefs_filtering_action.c
16084         * src/prefs_filtering.c
16085                 2 more gtk2 patches by Alfons
16086
16087 2005-01-07 [paul]       0.9.13cvs29.1
16088
16089         * ChangeLog
16090         * ChangeLog.claws
16091         * ChangeLog.jp
16092         * configure.ac
16093         * src/pop.c
16094         * src/pop.h
16095                 sync with HEAD
16096
16097 2005-01-07 [colin]      0.9.13cvs28.3
16098
16099         * src/gtk/progressdialog.c
16100         * src/gtk/progressdialog.h
16101         * src/inc.c
16102         * src/send_message.c
16103                 GTK2 for the incorporation dialog. The CList isn't dead
16104                 yet, for a more smooth migration. Patch by Alfons.
16105
16106 2005-01-06 [colin]      0.9.13cvs28.2
16107
16108         * src/prefs_display_header.c
16109                 GTK2 conversion by Alfons
16110         * src/prefs_actions.c
16111         * src/prefs_matcher.c
16112                 Fix 2 leaks - patch by Alfons
16113
16114 2005-01-06 [colin]      0.9.13cvs28.1
16115
16116         * src/prefs_matcher.c
16117                 Sync with HEAD
16118
16119 2005-01-06 [colin]      0.9.13cvs27.4
16120
16121         * src/prefs_matcher.c
16122                 Fix double-free. Patch by Alfons
16123
16124 2005-01-06 [colin]      0.9.13cvs27.3
16125
16126         * src/prefs_matcher.c
16127                 GTK2 widgets + memleak
16128                 Patch by Alfons
16129
16130 2005-01-05 [colin]      0.9.13cvs27.2
16131
16132         * src/account.c
16133         * src/addr_compl.c
16134         * src/foldersel.c
16135         * src/stock_pixmap.c
16136         * src/stock_pixmap.h
16137                 3 more GTK2 patches by Alfons.
16138
16139 2005-01-04 [colin]      0.9.13cvs27.1
16140
16141         * src/folderview.c
16142         * src/imap_gtk.c
16143         * src/news_gtk.c
16144                 Sync with HEAD
16145
16146 2005-01-04 [colin]      0.9.13cvs25.9
16147
16148         * src/compose.c
16149                 Fix Show Ruler menuitem
16150         * src/prefs_template.c
16151                 Convert to GTK2
16152         * src/common/utils.c
16153                 Make auto pointer stuff handles NULLs
16154                 Patches by Alfons.
16155
16156 2005-01-04 [colin]      0.9.13cvs25.8
16157
16158         * src/compose.c
16159                 Move the attachment list to gtk2
16160                 Patch by Alfons.
16161
16162 2005-01-04 [colin]      0.9.13cvs25.7
16163
16164         * src/textview.c
16165                 Make some keys work again
16166                 Patch by SungHyun Nam <namsh@kldp.org>
16167
16168 2005-01-04 [colin]      0.9.13cvs25.6
16169
16170         * src/gtk/gtkshruler.c
16171                 Move the ruler to GTK2
16172                 Patch by Alfons
16173
16174 2005-01-03 [colin]      0.9.13cvs25.5
16175
16176         * src/compose.c
16177                 Fix my broken patch apply 
16178
16179 2005-01-03 [colin]      0.9.13cvs25.4
16180
16181         * src/common/utils.c
16182         * src/common/utils.h
16183         * src/gtk/prefswindow.c
16184                 Move auto pointer stuff to utils.c
16185                 Patch by Alfons again :)
16186
16187 2005-01-03 [colin]      0.9.13cvs25.3
16188
16189         * src/compose.c
16190         * src/prefs_gtk.c
16191         * src/prefs_template.c
16192         * src/textview.c
16193                 Empty text widgets with empty strings, not NULL char
16194                 Patch by SungHyun Nam <namsh@kldp_org>
16195
16196 2005-01-03 [colin]      0.9.13cvs25.2
16197
16198         * src/main.c
16199         * AUTHORS
16200                 Sync with HEAD
16201
16202 2005-01-03 [colin]      0.9.13cvs25.1
16203
16204         * src/pop.c
16205         * src/pop.h
16206                 Sync with HEAD
16207
16208 2005-01-03 [colin]      0.9.13cvs24.3
16209
16210         * src/account.c
16211                 Two patches from Alfons and Alex S Moore:
16212                 fix images, fix return value.
16213
16214 2005-01-01 [colin]      0.9.13cvs24.2
16215
16216         * src/prefs_actions.c
16217                 Fix over-zealous assertion. Patch by Alfons
16218
16219 2005-01-01 [colin]      0.9.13cvs24.1
16220
16221         * src/procmime.c
16222                 Sync with HEAD (leak fix)
16223
16224 2004-12-31 [colin]      0.9.13cvs23.2
16225
16226         * src/prefs_common.c
16227                 GTK2 widgets + stock buttons - patch by Alfons
16228
16229 2004-12-31 [paul]       0.9.13cvs23.1
16230
16231         * configure.ac
16232                 bump up EXTRA_VERSION to match (sync'ed) HEAD
16233         * src/gtk/pluginwindow.c
16234                 use GTK2 widgets and plug memory leaks,
16235                 patches by Alfons
16236
16237 2004-12-30 [colin]      0.9.13cvs22.4
16238
16239         * src/account.c
16240         * src/action.c
16241         * src/export.c
16242         * src/foldersel.c
16243         * src/import.c
16244         * src/message_search.c
16245         * src/prefs_actions.c
16246         * src/prefs_common.c
16247         * src/prefs_customheader.c
16248         * src/prefs_filtering.c
16249         * src/prefs_summary_column.c
16250         * src/summary_search.c
16251         * src/gtk/about.c
16252         * src/gtk/description_window.c
16253         * src/gtk/gtkutils.c
16254         * src/gtk/gtkutils.h
16255         * src/gtk/inputdialog.c
16256         * src/gtk/prefswindow.c
16257                 Use GTK2 stock buttons. Patches by Alfons.
16258
16259 2004-12-30 [colin]      0.9.13cvs22.3
16260
16261         * src/account.c
16262                 Sync with HEAD
16263         * src/prefs_actions.c
16264         * src/prefs_customheader.c
16265         * src/prefs_filtering.c
16266         * src/prefs_msg_colors.c
16267         * src/prefs_summary_column.c
16268         * src/gtk/prefswindow.c
16269                 Use GtkTreeView instead of deprecated 
16270                 widgets. Patches by Alfons.
16271
16272 2004-12-30 [paul]       0.9.13cvs22.2
16273
16274         * src/foldersel.c
16275                 use GTK 2 Tree View
16276                 patch by Alfons, with root folder sorting fix
16277                 by Stephan Sachse
16278
16279 2004-12-30 [paul]       0.9.13cvs22.1
16280
16281         * ChangeLog
16282         * ChangeLog.claws
16283         * ChangeLog.jp
16284         * NEWS
16285         * configure.ac
16286         * src/account.c
16287                 sync with HEAD
16288
16289 2004-12-22 [martin]     0.9.13cvs21.2
16290
16291         * src/action.c
16292                 free the command line after its use
16293
16294 2004-12-18 [paul]       0.9.13cvs21.1
16295
16296         * AUTHORS
16297         * ChangeLog
16298         * ChangeLog.claws
16299         * ChangeLog.jp
16300         * NEWS
16301         * configure.ac
16302         * src/action.c
16303         * src/compose.c
16304         * src/syldap.c
16305                 sync with HEAD
16306
16307 2004-12-17 [martin]     0.9.13cvs17.2
16308
16309         * src/action.c
16310                 convert actions input to locale
16311         * src/inc.c
16312                 convert notification command to locale
16313         * src/plugins/pgpmime/select-keys.c
16314                 convert attributes to utf8
16315
16316 2004-12-14 [colin]      0.9.13cvs17.1
16317
16318         * ChangeLog
16319         * ChangeLog.jp
16320         * ChangeLog.claws
16321         * src/action.c
16322         * src/common/utils.c
16323         * src/gtk/prefswindow.c
16324         * src/gtk/gtkutils.c
16325         * src/gtk/gtkutils.h
16326         * src/plugins/spamassassin/libspamc.c
16327                 Sync with HEAD
16328
16329 2004-12-13 [colin]      0.9.13cvs14.1
16330
16331         * src/quote_fmt_parse.y
16332                 Sync with HEAD
16333
16334 2004-12-10 [colin]      0.9.13cvs12.1
16335
16336         * src/prefs_themes.c
16337         * src/mainwindow.c
16338         * src/messageview.c
16339                 Sync with HEAD
16340
16341 2004-12-09 [colin]      0.9.13cvs10.1
16342
16343         * src/procmime.c
16344                 Sync with HEAD (fix B64 encoding from memory)
16345
16346 2004-12-08 [colin]      0.9.13cvs9.1
16347
16348         * src/gtk/colorlabel.c
16349                 Sync with HEAD
16350
16351 2004-12-08 [paul]       0.9.13cvs8.2
16352
16353         * src/gtk/pluginwindow.c
16354                 fix window resizing oddities
16355
16356 2004-12-08 [colin]      0.9.13cvs8.1
16357
16358         * src/quote_fmt_parse.y
16359                 Sync with HEAD
16360
16361 2004-12-08 [colin]      0.9.13cvs7.1
16362
16363         * src/matcher_parser_parse.y
16364         * src/msgcache.c
16365         * src/prefs_matcher.c
16366         * src/procheader.c
16367         * src/matcher.c
16368         * src/common/defs.h
16369         * po/sr.po
16370                 Sync with HEAD
16371
16372 2004-12-08 [colin]      0.9.13cvs6.1
16373
16374         * src/quote_fmt_parse.y
16375         * src/textview.c
16376                 Sync with HEAD
16377         * src/gtk/prefswindow.c
16378         * src/gtk/pluginwindow.c
16379                 Fix G_CALLBACKS protos (thanks to Alfons)
16380
16381 2004-12-07 [torte]      0.9.13cvs2.2
16382
16383         * src/procmime.c
16384                 [Bug 650] reply button causes crash
16385                 Thanks to David Relson and Christoph
16386
16387 2004-12-07 [colin]      0.9.13cvs2.1
16388
16389         * ChangeLog.claws
16390         * AUTHORS
16391         * po/sk.po
16392         * src/procmime.c
16393         * src/prefs_account.c
16394         * src/common/smtp.c
16395         * src/common/smtp.h
16396                 Sync with HEAD
16397
16398 2004-12-06 [colin]      0.9.12cvs187.1
16399
16400         * ChangeLog.claws
16401         * INSTALL
16402         * Makefile.am
16403         * README.claws
16404         * TODO.claws
16405         * configure.ac
16406         * po/bg.po
16407         * po/cs.po
16408         * po/el.po
16409         * po/en_GB.po
16410         * po/es.po
16411         * po/fr.po
16412         * po/hr.po
16413         * po/hu.po
16414         * po/it.po
16415         * po/ja.po
16416         * po/ko.po
16417         * po/nl.po
16418         * po/pl.po
16419         * po/pt_BR.po
16420         * po/ru.po
16421         * po/sk.po
16422         * po/sr.po
16423         * po/sv.po
16424         * po/zh_CN.po
16425         * po/zh_TW.Big5.po
16426         * src/compose.c
16427         * tools/Makefile.am
16428         * tools/README
16429         * tools/filter_conv.pl
16430         * tools/kdeservicemenu/README
16431         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16432         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16433                 Sync with HEAD
16434
16435 2004-12-04 [colin]      0.9.12cvs183.1
16436
16437         * src/compose.c
16438                 Sync with HEAD (compose window position saving)
16439
16440 2004-12-04 [paul]       0.9.12cvs182.3
16441
16442         * src/messageview.c
16443         * src/mimeview.c
16444         * src/prefs_customheader.c
16445         * src/gtk/quicksearch.c
16446                 replace some forgotten GTK_SIGNAL_FUNCs
16447
16448 2004-12-04 [paul]       0.9.12cvs182.2
16449
16450         * src/Makefile.am
16451                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16452                 committed in error      
16453
16454 2004-12-04 [paul]       0.9.12cvs182.1
16455
16456         * ChangeLog
16457         * ChangeLog.claws
16458         * ChangeLog.jp
16459         * INSTALL
16460         * NEWS
16461         * README
16462         * README.jp
16463         * configure.ac
16464         * doc/manual/ja/Makefile.am
16465         * doc/manual/ja/sylpheed-1.html
16466         * doc/manual/ja/sylpheed-10.html
16467         * doc/manual/ja/sylpheed-11.html
16468         * doc/manual/ja/sylpheed-12.html
16469         * doc/manual/ja/sylpheed-13.html
16470         * doc/manual/ja/sylpheed-14.html
16471         * doc/manual/ja/sylpheed-15.html
16472         * doc/manual/ja/sylpheed-16.html
16473         * doc/manual/ja/sylpheed-17.html
16474         * doc/manual/ja/sylpheed-18.html
16475         * doc/manual/ja/sylpheed-19.html
16476         * doc/manual/ja/sylpheed-2.html
16477         * doc/manual/ja/sylpheed-20.html
16478         * doc/manual/ja/sylpheed-3.html
16479         * doc/manual/ja/sylpheed-4.html
16480         * doc/manual/ja/sylpheed-5.html
16481         * doc/manual/ja/sylpheed-6.html
16482         * doc/manual/ja/sylpheed-7.html
16483         * doc/manual/ja/sylpheed-8.html
16484         * doc/manual/ja/sylpheed-9.html
16485         * doc/manual/ja/sylpheed.html
16486         * doc/manual/ja/sylpheed.sgml
16487         * po/de.po
16488         * src/Makefile.am
16489         * src/compose.c
16490         * src/procmime.c
16491         * src/pixmaps/regular.xpm **REMOVED**
16492         * src/plugins/pgpmime/pgpmime.c
16493         * src/plugins/pgpmime/plugin.c
16494         * src/plugins/pgpmime/prefs_gpg.c
16495                 sync with HEAD
16496
16497 2004-12-03 [paul]       0.9.12cvs180.1
16498
16499         * ChangeLog
16500         * ChangeLog.claws
16501         * ChangeLog.jp
16502         * configure.ac
16503         * src/Makefile.am
16504         * src/pop.c
16505         * src/common/utils.c
16506         * src/common/utils.h
16507         * src/pixmaps/continue.xpm
16508         * src/pixmaps/dir_close.xpm
16509         * src/pixmaps/dir_open.xpm
16510         * src/pixmaps/drafts_close.xpm
16511         * src/pixmaps/drafts_open.xpm
16512         * src/pixmaps/folder.xpm **REMOVED**
16513         * src/pixmaps/group.xpm
16514         * src/pixmaps/unread.xpm
16515                 sync with HEAD
16516
16517 2004-12-02 [colin]      0.9.12cvs179.1
16518
16519         * src/compose.c
16520                 Sync with HEAD (non-duplicated reedition)
16521
16522 2004-12-02 [colin]      0.9.12cvs178.1
16523
16524         * src/compose.c
16525                 Sync with HEAD (linewrap_quote fix)
16526
16527 2004-12-01 [colin]      0.9.12cvs177.3
16528
16529         * src/addrharvest.c
16530                 Replace sizeof with strlen
16531
16532 2004-12-01 [paul]       0.9.12cvs177.2
16533
16534         * src/addrharvest.c
16535                 fix 'harvest addresses'
16536
16537 2004-11-30 [colin]      0.9.12cvs177.1
16538
16539         * src/gtk/prefswindow.c
16540         * src/gtk/pluginwindow.c
16541                 Sync with HEAD
16542
16543 2004-11-29 [colin]      0.9.12cvs176.1
16544
16545         * src/folderview.c
16546                 sync with HEAD (Fix disappearing separators in folderview's popup)
16547
16548 2004-11-29 [colin]      0.9.12cvs175.1
16549
16550         * src/procmime.c
16551                 Sync with head (another format fix)
16552
16553 2004-11-29 [colin]      0.9.12cvs174.1
16554
16555         * src/pop.c
16556                 Sync with HEAD (format string fix)
16557
16558 2004-11-26 [colin]      0.9.12cvs173.1
16559
16560         * src/common/smtp.c
16561         * src/common/smtp.h
16562                 Sync with HEAD
16563
16564 2004-11-24 [colin]      0.9.12cvs172.1
16565
16566         * src/plugins/pgpmime/pgpmime.c
16567                 Sync with HEAD
16568
16569 2004-11-24 [colin]      0.9.12cvs171.1
16570
16571         * src/plugins/pgpmime/pgpmime.c
16572                 Sync with head (gpgmectx leaks)
16573
16574 2004-11-24 [colin]      0.9.12cvs169.1
16575
16576         * src/plugins/pgpmime/plugin.c
16577         * src/plugins/trayicon/Makefile.am
16578         * src/plugins/trayicon/newmarkedmail.xpm
16579         * src/plugins/trayicon/trayicon.c
16580         * src/plugins/trayicon/unreadmarkedmail.xpm
16581                 Sync with HEAD
16582
16583 2004-11-23 [colin]      0.9.12cvs168.1
16584
16585         * src/partial_download.c
16586         * src/partial_download.h
16587         * src/plugins/pgpmime/plugin.c
16588                 Sync with HEAD
16589
16590 2004-11-23 [colin]      0.9.12cvs166.1
16591
16592         * src/Makefile.am
16593         * src/codeconv.c
16594         * src/compose.c
16595         * src/folderview.c
16596         * src/main.c
16597         * src/partial_download.c
16598         * src/partial_download.h
16599         * src/prefs_account.c
16600         * src/prefs_account.h
16601         * src/privacy.c
16602         * src/privacy.h
16603         * src/procmime.c
16604         * src/common/Makefile.am
16605         * src/common/base64.h
16606         * src/common/partial_download.c
16607         * src/common/partial_download.h
16608         * src/gtk/prefswindow.c
16609         * src/gtk/prefswindow.h
16610         * src/plugins/pgpmime/pgpmime.c
16611         * src/plugins/pgpmime/prefs_gpg.c
16612         * src/plugins/pgpmime/prefs_gpg.h
16613         * src/plugins/pgpmime/sgpgme.c
16614         * src/plugins/pgpmime/sgpgme.h
16615                 Sync with HEAD
16616
16617 2004-11-23 [colin]      0.9.12cvs163.1
16618
16619         * src/main.c
16620                 Sync with HEAD (cursor optimization)
16621
16622 2004-11-23 [colin]      0.9.12cvs162.1
16623
16624         * src/prefs_common.c
16625         * src/prefs_themes.c
16626         * src/procmsg.c
16627                 Sync with HEAD
16628
16629 2004-11-23 [colin]      0.9.12cvs158.9
16630
16631         * src/compose.c
16632                 Fix double-free when forwarding
16633         * src/msgcache.c
16634                 Fix leak on error path
16635                 
16636
16637 2004-11-23 [colin]      0.9.12cvs158.8
16638
16639         * src/compose.c
16640                 Fix possible double-free
16641                 Spotted by Alfons
16642
16643 2004-11-23 [colin]      0.9.12cvs158.7
16644
16645         * src/compose.c
16646                 Fix some signal handlers' prototypes
16647                 Spotted by Alfons
16648
16649 2004-11-22 [colin]      0.9.12cvs158.6
16650
16651         * src/compose.c
16652                 Remove unneeded code and duplicated
16653                 wrapping - patch by Alfons
16654
16655 2004-11-22 [colin]      0.9.12cvs158.5
16656
16657         * src/prefs_themes.c
16658                 Fix oversized selector
16659
16660 2004-11-22 [colin]      0.9.12cvs158.4
16661
16662         * src/compose.c
16663                 fix dump_text()
16664                 patch by Alfons
16665
16666 2004-11-19 [colin]      0.9.12cvs158.3
16667
16668         * src/textview.c
16669                 Add a context menu on links (open, copy)
16670
16671 2004-11-18 [paul]       0.9.12cvs158.2
16672
16673         * src/addrgather.c
16674         * src/exphtmldlg.c
16675         * src/expldifdlg.c
16676         * src/mimeview.c
16677         * src/prefs_common.c
16678         * src/plugins/image_viewer/viewer.c
16679         * src/plugins/spamassassin/spamassassin_gtk.c
16680                 replace deprecated gtk_notebook_set_page
16681                 and gtk_notebook_current_page
16682
16683 2004-11-18 [paul]       0.9.12cvs158.1
16684
16685         * configure.ac
16686         * src/compose.c
16687         * src/mainwindow.c
16688         * src/messageview.c
16689         * src/prefs_common.c
16690         * src/common/utils.c
16691         * src/common/utils.h
16692                 sync with HEAD
16693
16694 2004-11-17 [colin]      0.9.12cvs156.1
16695
16696         * src/prefs_account.c
16697         * src/prefs_account.h
16698         * src/procmsg.c
16699                 Sync with HEAD (add pref to store encrypted mails encrypted)
16700
16701 2004-11-17 [paul]       0.9.12cvs155.1
16702
16703         * ChangeLog
16704         * ChangeLog.claws
16705         * ChangeLog.jp
16706         * NEWS
16707         * configure.ac
16708         * src/compose.c
16709         * src/jpilot.c
16710         * src/privacy.c
16711         * src/procmime.c
16712         * src/procmime.h
16713         * src/procmsg.c
16714         * src/toolbar.c
16715         * src/pixmaps/error.xpm
16716                 sync with HEAD
16717
16718 2004-11-17 [colin]      0.9.12cvs151.1
16719
16720         * src/plugins/pgpmime/pgpmime.c
16721                 Sync with HEAD (remove debug printf)
16722
16723 2004-11-17 [colin]      0.9.12cvs150.1
16724
16725         * src/plugins/pgpmime/pgpmime.c
16726                 Sync with HEAD (off-by-one fix)
16727
16728 2004-11-17 [colin]      0.9.12cvs149.1
16729
16730         * src/procmsg.c
16731                 Sync with HEAD (coding style fixes)
16732
16733 2004-11-16 [colin]      0.9.12cvs148.1
16734
16735         * src/procmsg.c
16736                 Sync with head (Fix the fix)
16737
16738 2004-11-16 [colin]      0.9.12cvs147.1
16739
16740         * src/procmsg.c
16741                 Sync with Main (leak fix)
16742
16743 2004-11-16 [colin]      0.9.12cvs146.14
16744
16745         * src/compose.c
16746                 Remove useless chunk of code
16747                 Patch by Alfons
16748
16749 2004-11-15 [colin]      0.9.12cvs146.13
16750
16751         * src/compose.c
16752                 Fix drafting after insertion
16753                 Patch by Alfons
16754
16755 2004-11-15 [colin]      0.9.12cvs146.12
16756
16757         * src/compose.c
16758         * src/prefs_filtering.c
16759         * src/prefs_filtering_action.c
16760         * src/prefs_toolbar.c
16761                 Fix some const-correctness
16762
16763 2004-11-15 [colin]      0.9.12cvs146.11
16764
16765         * src/summaryview.c
16766         * src/prefs_themes.c
16767         * src/messageview.c
16768                 Fix some leaks
16769
16770 2004-11-15 [colin]      0.9.12cvs146.10
16771
16772         * src/codeconv.c
16773                 More unreadable locale fixes
16774
16775 2004-11-14 [colin]      0.9.12cvs146.9
16776
16777         * src/textview.c
16778                 Fix uri_security_check
16779                 Patch by Alfons
16780
16781 2004-11-13 [paul]       0.9.12cvs146.8
16782
16783         * src/folder.c
16784         * src/procmime.c
16785                 fix 2 bugs introduced in last commit
16786
16787 2004-11-13 [paul]       0.9.12cvs146.7
16788
16789         * src/compose.c
16790         * src/exporthtml.c
16791         * src/exportldif.c
16792         * src/folder.c
16793         * src/imap.c
16794         * src/imap_gtk.c
16795         * src/main.c
16796         * src/mainwindow.c
16797         * src/messageview.c
16798         * src/mh_gtk.c
16799         * src/prefs_themes.c
16800         * src/procmime.c
16801         * src/setup.c
16802         * src/summaryview.c
16803                 replace deprecated g_basename
16804
16805 2004-11-13 [paul]       0.9.12cvs146.6
16806
16807         * src/compose.c
16808         * src/imap.c
16809         * src/matcher_parser.h
16810         * src/matcher_parser_parse.y
16811         * src/prefs_filtering.c
16812         * src/prefs_filtering_action.c
16813         * src/prefs_themes.c
16814         * src/prefs_toolbar.c
16815         * src/common/utils.c
16816                 various small fixes/cleanups
16817
16818 2004-11-12 [colin]      0.9.12cvs146.5
16819
16820         * src/textview.c
16821                 Validate event's origin on visibility notify
16822                 Patch by Alfons.
16823
16824 2004-11-12 [paul]       0.9.12cvs146.4
16825
16826         * src/exporthtml.c
16827         * src/exportldif.c
16828         * src/imap.c
16829         * src/mh.c
16830         * src/mimeview.c
16831         * src/prefs_spelling.c
16832         * src/prefs_themes.c
16833                 replace deprecated g_dirname    
16834
16835 2004-11-12 [colin]      0.9.12cvs146.3
16836
16837         * src/textview.c
16838                 Some coding style fixes
16839
16840 2004-11-12 [colin]      0.9.12cvs146.2
16841
16842         * src/codeconv.c
16843                 We want to replace _all_ extended chars in
16844                 conv_unreadable_*, because any string containing
16845                 extended chars not parsing as UTF8 is 
16846                 undisplayed on gtk2.
16847
16848 2004-11-12 [paul]       0.9.12cvs146.1
16849
16850         * ChangeLog
16851         * ChangeLog.claws
16852         * ChangeLog.jp
16853         * NEWS
16854         * configure.ac
16855         * src/account.c
16856         * src/folderview.c
16857         * src/folderview.h
16858         * src/imap.c
16859         * src/imap_gtk.c
16860         * src/inc.c
16861         * src/mainwindow.c
16862         * src/mh_gtk.c
16863         * src/news_gtk.c
16864         * src/pop.c
16865         * src/prefs_account.c
16866         * src/prefs_account.h
16867         * src/prefs_ext_prog.c
16868         * src/procmime.c
16869         * src/procmime.h
16870         * src/procmsg.c
16871         * src/procmsg.h
16872         * src/summary_search.c
16873         * src/summaryview.c
16874         * src/textview.c
16875         * src/common/defs.h
16876         * src/common/utils.c
16877         * src/common/utils.h
16878         * src/gtk/menu.c
16879         * src/gtk/menu.h
16880                 sync with HEAD
16881
16882 2004-11-11 [colin]      0.9.12cvs144.2
16883
16884         * src/textview.c
16885                 Fix URI range selection (patch by Alfons)
16886
16887 2004-11-09 [colin]      0.9.12cvs144.1
16888
16889         * ChangeLog.claws
16890         * src/compose.c
16891         * src/folder.c
16892         * src/folder_item_prefs.c
16893         * src/prefs_account.c
16894         * src/prefs_account.h
16895         * src/plugins/pgpmime/pgpmime.c
16896                 Sync with HEAD
16897
16898 2004-11-08 [colin]      0.9.12cvs143.1
16899
16900         * src/summaryview.c
16901                 Sync with HEAD (optimize quicksearch)
16902
16903 2004-11-08 [colin]      0.9.12cvs142.2
16904
16905         * src/compose.c
16906                 Don't wrap when Edit/Auto wrapping is disabled
16907
16908 2004-11-08 [colin]      0.9.12cvs142.1
16909
16910         * src/textview.c
16911                 Sync with HEAD
16912
16913 2004-11-08 [colin]      0.9.12cvs141.1
16914
16915         * src/textview.c
16916                 Sync with HEAD (fix some mail URIs)
16917
16918 2004-11-08 [colin]      0.9.12cvs140.3
16919
16920         * src/textview.c
16921                 o Use text cursor instead of arrow when
16922                   not on a link
16923                 o Fix handling of contiguous links (as in
16924                   "colin@colino.net" <colin@colino.net>)
16925                   This one unveils a bug in get_email_part()
16926
16927 2004-11-07 [colin]      0.9.12cvs140.2
16928
16929         * src/textview.c
16930                 Fix memleak. Patch by Alfons.
16931
16932 2004-11-06 [colin]      0.9.12cvs140.1
16933
16934         * src/compose.c
16935                 Sync with HEAD (don't ask passphrase
16936                 when drafting)
16937
16938 2004-11-06 [paul]       0.9.12cvs139.2
16939
16940         * AUTHORS
16941         * src/textview.c
16942         * src/textview.h
16943                 textview URI handling. hovering over a 
16944                 link displays it in the status bar,
16945                 and changes the mouse pointer to a hand 
16946                 cursor. a link is activated with a single 
16947                 click. (Modified from the) patch by Jean-Yves 
16948                 Lefort <jylefort@users.sourceforge.net>
16949                 
16950
16951 2004-11-05 [colin]      0.9.12cvs139.1
16952
16953         * src/compose.c
16954         * src/procmime.c
16955                 Sync with HEAD again ^^
16956
16957 2004-11-05 [colin]      0.9.12cvs139.1
16958
16959         * src/compose.c
16960         * src/procmime.c
16961                 Sync with HEAD
16962
16963 2004-11-03 [paul]       0.9.12cvs138.1
16964
16965         * ChangeLog.claws
16966         * configure.ac
16967         * po/POTFILES.in
16968         * src/prefs_ext_prog.c
16969         * src/procmime.c
16970         * tools/kdeservicemenu/README
16971         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16972         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16973                 sync with HEAD
16974
16975 2004-11-01 [christoph]  0.9.12cvs136.2
16976
16977         * src/procmime.c
16978                 convert MIME parameters to UTF-8
16979
16980 2004-10-29 [colin]      0.9.12cvs136.1
16981
16982         * src/common/utils.c
16983                 Sync with HEAD (don't use '=' in mime boundary)
16984
16985 2004-10-29 [paul]       0.9.12cvs135.1
16986
16987         * configure.ac
16988         * doc/src/rfc2231.txt
16989         * src/procmime.c
16990         * src/common/quoted-printable.c
16991         * src/common/utils.c
16992         * src/common/utils.h
16993                 sync with HEAD
16994
16995 2004-10-27 [paul]       0.9.12cvs134.1
16996
16997         * configure.ac
16998         * src/main.c
16999         * src/procmime.c
17000         * src/plugins/pgpmime/pgpmime.c
17001                 sync with HEAD
17002
17003 2004-10-26 [paul]       0.9.12cvs132.3
17004
17005         * src/account.c
17006         * src/addressbook.c
17007         * src/addrgather.c
17008         * src/addrharvest.c
17009         * src/codeconv.c
17010         * src/compose.c
17011         * src/customheader.c
17012         * src/editaddress.c
17013         * src/editgroup.c
17014         * src/enriched.c
17015         * src/expldifdlg.c
17016         * src/exporthtml.c
17017         * src/exportldif.c
17018         * src/folder.c
17019         * src/foldersel.c
17020         * src/folderview.c
17021         * src/grouplistdialog.c
17022         * src/html.c
17023         * src/imap.c
17024         * src/jpilot.c
17025         * src/ldapserver.c
17026         * src/ldif.c
17027         * src/mimeview.c
17028         * src/news.c
17029         * src/news_gtk.c
17030         * src/pop.c
17031         * src/prefs_display_header.c
17032         * src/prefs_gtk.c
17033         * src/prefs_msg_colors.c
17034         * src/prefs_toolbar.c
17035         * src/procheader.c
17036         * src/procmime.c
17037         * src/summaryview.c
17038         * src/textview.c
17039         * src/toolbar.c
17040         * src/vcard.c
17041         * src/common/mgutils.c
17042         * src/common/nntp.c
17043         * src/common/smtp.c
17044         * src/common/template.c
17045         * src/common/utils.c
17046         * src/common/xmlprops.c
17047         * src/plugins/pgpmime/pgpmime.c
17048         * src/plugins/pgpmime/select-keys.c
17049         * src/plugins/pgpmime/sgpgme.c
17050                 replace deprecated g_strcasecmp(), g_strncasecmp(),
17051                 g_string_sprintfa(), gtk_notebook_current_page()
17052
17053 2004-10-26 [colin]      0.9.12cvs132.2
17054
17055         * src/prefs_folder_item.c
17056                 Fix default-account selection
17057
17058 2004-10-21 [colin]      0.9.12cvs133
17059
17060         * src/compose.c
17061                 Sync with HEAD (Remove extra separator in compose's Options)
17062         * src/textview.c
17063                 Set wrapping to char
17064
17065 2004-10-21 [paul]       0.9.12cvs131.2
17066
17067         * src/compose.c
17068         * src/sourcewindow.c
17069                 fix wrapping
17070                 fix window shrinking 
17071
17072 2004-10-21 [colin]      0.9.12cvs131.1
17073
17074         * ChangeLog.claws
17075         * src/compose.c
17076                 Sync with HEAD
17077
17078 2004-10-21 [paul]       0.9.12cvs130.2
17079
17080         * src/prefs_folder_item.c
17081                 sync with HEAD (Apply to subfolders)
17082
17083 2004-10-19 [colin]      0.9.12cvs130.1
17084
17085         * ChangeLog.claws
17086         * src/compose.c
17087         * src/common/utils.c
17088         * src/gtk/menu.c
17089                 Sync with HEAD
17090
17091 2004-10-19 [colin]      0.9.12cvs128.1
17092
17093         * src/addrbook.c
17094         * src/addrcache.c
17095         * src/addressbook.c
17096         * src/codeconv.c
17097         * src/compose.c
17098         * src/customheader.c
17099         * src/editaddress.c
17100         * src/editgroup.c
17101         * src/exporthtml.c
17102         * src/folder.c
17103         * src/folderview.c
17104         * src/imap.c
17105         * src/jpilot.c
17106         * src/main.c
17107         * src/matcher_parser_parse.y
17108         * src/mbox.c
17109         * src/pop.c
17110         * src/prefs_account.c
17111         * src/prefs_gtk.c
17112         * src/prefs_msg_colors.c
17113         * src/procheader.c
17114         * src/procmime.c
17115         * src/procmime.h
17116         * src/procmsg.c
17117         * src/summaryview.c
17118         * src/textview.c
17119         * src/common/base64.c
17120         * src/common/partial_download.c
17121         * src/common/socket.c
17122         * src/common/sylpheed.c
17123         * src/common/utils.c
17124         * src/common/utils.h
17125         * src/gtk/pluginwindow.c
17126         * src/gtk/quicksearch.c
17127         * src/plugins/clamav/clamav_plugin.c
17128         * src/plugins/clamav/clamav_plugin.h
17129         * src/plugins/clamav/clamav_plugin_gtk.c
17130         * src/plugins/pgpmime/passphrase.c
17131         * src/plugins/pgpmime/pgpmime.c
17132         * src/plugins/pgpmime/plugin.c
17133         * src/plugins/pgpmime/prefs_gpg.c
17134         * src/plugins/pgpmime/prefs_gpg.h
17135         * src/plugins/pgpmime/select-keys.c
17136         * src/plugins/pgpmime/sgpgme.c
17137         * src/plugins/spamassassin/libspamc.c
17138         * src/plugins/spamassassin/spamassassin.c
17139         * src/plugins/spamassassin/spamassassin.h
17140         * src/plugins/spamassassin/spamassassin_gtk.c
17141         * src/plugins/trayicon/trayicon.c
17142         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
17143                 Sync with HEAD
17144
17145 2004-10-14 [colin]      0.9.12cvs126.2
17146
17147         * src/codeconv.c
17148         * src/textview.c
17149                 Fix conv_unreadable_locale
17150
17151 2004-10-13 [colin]      0.9.12cvs126.1
17152
17153         * src/compose.c
17154                 Sync with HEAD (don't convert charset for 
17155                 drafted messages, minor cleanup)
17156
17157 2004-10-13 [colin]      0.9.12cvs125.1
17158
17159         * po/POTFILES.in
17160                 Sync with HEAD (POTFILES fix)
17161
17162 2004-10-12 [colin]      0.9.12cvs124.3
17163
17164         * src/compose.c
17165                 Fix encoding bug from latest sync
17166
17167 2004-10-12 [paul]       0.9.12cvs124.2
17168
17169         * src/plugins/pgpmime/prefs_gpg.c
17170         * src/plugins/pgpmime/prefs_gpg.h
17171                 forgotten in last commit        
17172
17173 2004-10-12 [paul]       0.9.12cvs124.1
17174
17175         * ChangeLog.claws
17176         * configure.ac
17177         * m4/spamassassin.m4
17178         * src/Makefile.am
17179         * src/account.c
17180         * src/compose.c
17181         * src/compose.h
17182         * src/crash.c
17183         * src/main.c
17184         * src/mimeview.c
17185         * src/passphrase.c
17186         * src/passphrase.h
17187         * src/prefs_account.c
17188         * src/prefs_account.h
17189         * src/prefs_common.c
17190         * src/privacy.c
17191         * src/privacy.h
17192         * src/procmime.c
17193         * src/procmime.h
17194         * src/procmsg.c
17195         * src/rfc2015.c
17196         * src/rfc2015.h
17197         * src/select-keys.c
17198         * src/select-keys.h
17199         * src/textview.c
17200         * src/common/utils.c
17201         * src/common/utils.h
17202         * src/gtk/about.c
17203         * src/plugins/pgpmime/Makefile.am
17204         * src/plugins/pgpmime/passphrase.c
17205         * src/plugins/pgpmime/passphrase.h
17206         * src/plugins/pgpmime/pgpmime.c
17207         * src/plugins/pgpmime/plugin.c
17208         * src/plugins/pgpmime/select-keys.c
17209         * src/plugins/pgpmime/select-keys.h
17210         * src/plugins/pgpmime/sgpgme.c
17211         * src/plugins/pgpmime/sgpgme.h
17212                 sync with HEAD
17213
17214 2004-10-04 [colin]      0.9.12cvs122.1
17215
17216         * src/mainwindow.c
17217         * src/messageview.c
17218         * src/messageview.h
17219         * src/textview.c
17220                 Sync with HEAD
17221
17222 2004-10-04 [colin]      0.9.12cvs121.1
17223
17224         * src/summaryview.c
17225                 Sync with HEAD
17226
17227 2004-10-04 [paul]       0.9.12cvs120.1
17228
17229         * configure.ac
17230                 sync with HEAD [don't try to build 
17231                 pgpmime plugin when gpgme is disabled]
17232
17233 2004-10-03 [colin]      0.9.12cvs119.3
17234
17235         * src/gtk/gtksctree.c
17236                 Lots of side effects. Put back as before 117.2.
17237         * src/summaryview.c
17238                 Fix bug #602
17239
17240 2004-10-03 [colin]      0.9.12cvs119.2
17241
17242         * src/gtk/gtksctree.c
17243                 Revert 608 fix that doesn't work that good
17244
17245 2004-10-02 [colin]      0.9.12cvs119.1
17246
17247         * src/mainwindow.c
17248         * src/messageview.c
17249         * src/prefs_common.h
17250         * src/procmime.c
17251         * src/procmime.h
17252         * src/textview.c
17253                 Sync with HEAD
17254         * src/gtk/gtksctree.c
17255                 Close bug #608
17256
17257 2004-10-01 [colin]      0.9.12cvs118.1
17258
17259         * src/mimeview.c
17260                 Sync with HEAD (better Save All fix)
17261
17262 2004-10-01 [colin]      0.9.12cvs117.2
17263
17264         * src/gtk/gtksctree.c
17265                 Faster on selection
17266
17267 2004-10-01 [colin]      0.9.12cvs117.1
17268
17269         * src/mimeview.c
17270                 Sync with HEAD (Save All: only attachments)
17271
17272 2004-10-01 [paul]       0.9.12cvs116.1
17273
17274         * ChangeLog.claws
17275         * configure.ac
17276         * src/account.c
17277         * src/prefs_common.c
17278         * src/gtk/colorlabel.c
17279                 sync with HEAD
17280
17281 2004-09-30 [colin]      0.9.12cvs115.1
17282
17283         * src/stock_pixmap.c
17284         * src/stock_pixmap.h
17285         * src/folderview.c
17286         * src/Makefile.am
17287         * src/pixmaps/read.xpm
17288                 Sync with HEAD (new pixmap)
17289
17290 2004-09-29 [colin]      0.9.12cvs114.1
17291
17292         * src/compose.c
17293                 Sync with HEAD
17294                 Fix focus handling in headers
17295
17296 2004-09-29 [paul]       0.9.12cvs113.1
17297
17298         * src/quote_fmt_parse.y
17299                 sync with HEAD
17300  
17301
17302 2004-09-28 [colin]      0.9.12cvs112.1
17303
17304         * src/folderview.c
17305         * src/mainwindow.c
17306                 Sync with HEAD
17307
17308 2004-09-28 [colin]      0.9.12cvs110.1
17309
17310         * src/folderview.c
17311                 Sync with HEAD (Contextual Empty trash menu)
17312
17313 2004-09-28 [colin]      0.9.12cvs108.1
17314
17315         * src/addressbook.c
17316                 Sync with HEAD (addressbook edit on double-click)
17317
17318 2004-09-28 [colin]      0.9.12cvs106.1
17319
17320         * src/inc.c
17321                 Sync with HEAD (folder_item freeze on inc)
17322
17323 2004-09-27 [colin]      0.9.12cvs105.1
17324
17325         * src/folderview.c
17326                 Sync with HEAD (right-align new and unread column)
17327
17328 2004-09-27 [colin]      0.9.12cvs104.1
17329
17330         * src/main.c
17331                 Sync with HEAD (revert 0.9.12cvs101)
17332
17333 2004-09-24 [colin]      0.9.12cvs103.2
17334
17335         * src/wizard.c
17336                 Fix gtk warnings and use domain part of the email address 
17337                 when domain detection fails (no dot in domain name)
17338
17339 2004-09-23 [colin]      0.9.12cvs103.1
17340
17341         * src/plugins/spamassassin/libspamc.c
17342         * src/plugins/spamassassin/libspamc.h
17343         * src/plugins/spamassassin/utils.c
17344         * src/plugins/spamassassin/utils.h
17345                 Sync with HEAD (Update spamassassin to 3.0)
17346
17347 2004-09-21 [colin]      0.9.12cvs102.3
17348
17349         * src/action.c
17350                 Add horizontal scrollbar in action io dialog as needed
17351                 Patch by Alfons.
17352
17353 2004-09-20 [colin]      0.9.12cvs102.2
17354
17355         * src/plugins/image_viewer/viewer.c
17356                 Remove imlib stuff
17357                 use gtk_pixmap_set when clearing
17358                 (would be better to use gtkImages, but causes size-allocate 
17359                 signals storm)
17360
17361 2004-09-17 [paul]       0.9.12cvs102.1
17362
17363         * ChangeLog
17364         * ChangeLog.claws
17365         * ChangeLog.jp
17366         * configure.ac
17367         * src/inc.c
17368                 sync with HEAD
17369
17370
17371 2004-09-17 [colin]      0.9.12cvs101.1
17372
17373         * ChangeLog.claws
17374         * src/main.c
17375                 Sync with HEAD (fix segs at exit)
17376
17377 2004-09-14 [colin]      0.9.12cvs99.5
17378
17379         * src/common/socket.c
17380         * AUTHORS
17381                 Fix send error on 64bit platforms
17382                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
17383
17384 2004-09-14 [colin]      0.9.12cvs99.4
17385
17386         * src/action.c
17387                 Fix action output with utf8 
17388                 Patch by Alfons.
17389
17390 2004-09-14 [colin]      0.9.12cvs99.3
17391
17392         * ChangeLog.claws
17393         * src/folder.c
17394                 Sync with HEAD
17395
17396 2004-09-09 [colin]      0.9.12cvs99.2
17397
17398         * src/action.c
17399                 Fix progress bar (displaying "Completed %v/%u")
17400                 Patch by Alfons.
17401
17402 2004-09-08 [colin]      0.9.12cvs99.1
17403
17404         * src/account.c
17405         * src/folder.c
17406         * src/procmsg.c
17407         * src/procmsg.h
17408         * src/plugins/pgpmime/pgpmime.c
17409                 Sync with HEAD
17410
17411 2004-09-08 [colin]      0.9.12cvs97.2
17412
17413         * src/summaryview.c
17414                 Don't select mails in collapsed threads 
17415                 when navigating with up/down
17416
17417 2004-09-07 [colin]      0.9.12cvs97.1
17418
17419         * src/inc.c
17420                 Sync with HEAD (meaningful error messages)
17421
17422 2004-09-06 [colin]      0.9.12cvs96.1
17423
17424         * src/toolbar.c
17425                 Sync with HEAD (fix Redirect graying out)
17426
17427 2004-09-06 [colin]      0.9.12cvs95.1
17428
17429         * src/summaryview.c
17430         * src/mimeview.c
17431                 Sync with HEAD (fix dropped URIs)
17432
17433 2004-09-06 [colin]      0.9.12cvs94.1
17434
17435         * src/addressbook.c
17436         * src/addressitem.h
17437         * src/addritem.c
17438         * src/addritem.h
17439                 Sync with HEAD (addressbook DnD)
17440
17441 2004-09-03 [colin]      0.9.12cvs93.1
17442
17443         * src/summaryview.c
17444                 Sync with HEAD (next/prev unread)
17445
17446 2004-09-03 [colin]      0.9.12cvs92.1
17447
17448         * src/prefs_common.c
17449         * src/prefs_common.h
17450         * src/summaryview.c
17451                 Sync with HEAD ('mark_as_read_delay' pref)
17452
17453 2004-09-02 [colin]      0.9.12cvs91.2
17454
17455         * src/common/xml.c
17456                 Fix leak
17457
17458 2004-09-02 [colin]      0.9.12cvs91.1
17459
17460         * src/gtk/menu.c
17461                 Sync with HEAD (menu accel don't work, but whatever)
17462
17463 2004-09-02 [colin]      0.9.12cvs90.1
17464
17465         * src/account.c
17466                 Sync with HEAD (fix bug 582)
17467
17468 2004-09-02 [colin]      0.9.12cvs89.1
17469
17470         * src/addrindex.c
17471                 Sync with HEAD (free deleted queries)
17472
17473 2004-09-02 [colin]      0.9.12cvs88.1
17474
17475         * src/ldapquery.c
17476                 Sync with HEAD (fix LDAP freezes)
17477
17478 2004-09-02 [colin]      0.9.12cvs87.1
17479
17480         * src/prefs_spelling.c
17481                 Sync with HEAD (add default dictionary)
17482
17483 2004-09-01 [colin]      0.9.12cvs86.1
17484
17485         * src/filtering.c
17486         * src/folderview.c
17487         * src/imap.c
17488         * src/prefs_matcher.c
17489         * src/stock_pixmap.c
17490         * src/summary_search.c
17491         * src/summaryview.c
17492         * src/wizard.c
17493         * src/wizard.h
17494                 Sync with HEAD (uninitialized vars fixes)
17495                 + gtk2 specific warning fixes
17496
17497 2004-08-31 [colin]      0.9.12cvs85.1
17498
17499         * src/folder.c
17500                 Sync with HEAD (Fix memory corruption due to 
17501                 uninitialized var)
17502
17503 2004-08-31 [colin]      0.9.12cvs84.4
17504
17505         * src/summary_search.c
17506                 Fix segfaults when searching in folders with broken headers
17507
17508 2004-08-31 [colin]      0.9.12cvs84.3
17509
17510         * src/compose.c
17511         * src/textview.c
17512                 Fix some more encoding/decoding issues
17513
17514 2004-08-30 [colin]      0.9.12cvs84.2
17515
17516         * src/mimeview.c
17517         * src/prefs_themes.c
17518         * src/gtk/filesel.c
17519         * src/gtk/filesel.h
17520                 Add a folder-mode selection (fixes mimeview's "Save all")
17521
17522 2004-08-29 [colin]      0.9.12cvs84.1
17523
17524         * src/mimeview.c
17525                 Sync with HEAD (don't escape saved filenames)
17526
17527 2004-08-27 [colin]      0.9.12cvs83.1
17528
17529         * ChangeLog
17530         * ChangeLog.claws
17531         * ChangeLog.jp
17532         * src/mh.c
17533         * src/procheader.c
17534         * src/procmsg.c
17535         * src/procmsg.h
17536         * src/common/utils.c
17537         * src/gtk/menu.h
17538         * po/
17539                 Sync with HEAD 0.9.12cvs83 (sync with main)
17540
17541 2004-08-26 [colin]      0.9.12cvs82.4
17542
17543         * src/codeconv.c
17544                 Fix strange stack corruption
17545                 Convert to utf8 after unmime, not before
17546
17547 2004-08-26 [colin]      0.9.12cvs82.3
17548
17549         * src/main.c
17550         * src/wizard.c
17551                 Fix account folders duplication
17552
17553 2004-08-25 [colin]      0.9.12cvs82.2
17554
17555         * src/wizard.c
17556                 Remove ports
17557                 Add SSL selection
17558                 Use login@server as account name
17559
17560 2004-08-25 [colin]      0.9.12cvs82.1
17561
17562         * src/plugins/pgpmime/pgpmime.c
17563                 Sync with HEAD (leak fix).
17564
17565 2004-08-25 [colin]      0.9.12cvs81.1
17566
17567         * src/plugins/pgpmime/pgpmime.c
17568         * src/plugins/pgpmime/sgpgme.c
17569         * src/plugins/pgpmime/sgpgme.h
17570                 Sync with HEAD (Handle combined messages).
17571
17572 2004-08-24 [colin]      0.9.12cvs80.3
17573
17574         * src/wizard.c
17575                 Fix full name, ports, and imap
17576
17577 2004-08-24 [colin]      0.9.12cvs80.2
17578
17579         * src/Makefile.am
17580         * src/main.c
17581         * src/setup.c
17582         * src/setup.h
17583         * src/stock_pixmap.c
17584         * src/stock_pixmap.h
17585         * src/wizard.c ** ADDED **
17586         * src/wizard.h ** ADDED ** 
17587         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17588                 Add a setup wizard 
17589
17590 2004-08-24 [colin]      0.9.12cvs80.1
17591
17592         * src/folder.c
17593                 Sync with HEAD (set mimeflags on all messages)
17594
17595 2004-08-24 [colin]      0.9.12cvs79.3
17596
17597         * src/matcher_parser_lex.l
17598                 Fix 8bits strings not in utf8
17599
17600 2004-08-24 [colin]      0.9.12cvs79.2
17601
17602         * src/compose.c
17603                 Check conversion result before replacing buffer
17604
17605 2004-08-23 [colin]      0.9.12cvs79.1
17606
17607         * src/compose.c
17608                 Sync with HEAD (create message header in memory)
17609
17610 2004-08-23 [colin]      0.9.12cvs78.1
17611
17612         * src/rfc2015.c
17613         * src/rfc2015.h
17614                 Sync with HEAD (fix bug 197 again)
17615
17616 2004-08-23 [colin]      0.9.12cvs77.3
17617
17618         * src/compose.c
17619                 Fix again inline gpg signing (which outputs utf8
17620                 in gtk2). Not syncing this fix to HEAD as this 
17621                 code is meant to die.
17622
17623 2004-08-23 [colin]      0.9.12cvs77.2
17624
17625         * src/prefs_account.h
17626                 Remove useless include
17627
17628 2004-08-23 [colin]      0.9.12cvs77.1
17629
17630         * src/imap.c
17631         * po/es.po
17632         * po/fr.po
17633         * po/it.po
17634         * po/pl.po
17635         * po/pt_BR.po
17636         * po/sk.po
17637         * po/sr.po
17638                 Sync with HEAD (fix bug 577)
17639
17640 2004-08-22 [colin]      0.9.12cvs76.1
17641
17642         * src/plugins/trayicon/trayicon.c
17643                 Sync with HEAD (fix formatting bug)
17644
17645 2004-08-21 [colin]      0.9.12cvs74.2
17646
17647         * src/gtk/colorsel.c
17648                 Fix bug 564 (Folder color selection window exits on any
17649                 keypress)
17650
17651 2004-08-21 [colin]      0.9.12cvs74.1
17652
17653         * ChangeLog.claws
17654         * src/compose.c
17655         * src/summaryview.c
17656         * src/toolbar.c
17657                 Sync with HEAD (fix bug 576)
17658
17659 2004-08-21 [colin]      0.9.12cvs70.1
17660
17661         * src/compose.c
17662         * src/mainwindow.c
17663                 Sync with HEAD
17664                 
17665
17666 2004-08-21 [paul]       0.9.12cvs66.4
17667
17668         * src/mainwindow.c
17669         * src/messageview.c
17670         * src/gtk/menu.c
17671         * src/plugins/spamassassin/spamassassin_gtk.c
17672                 remove some deprecated gtk1 functions
17673
17674
17675 2004-08-21 [colin]      0.9.12cvs66.3
17676
17677         * src/compose.c
17678         * src/codeconv.c
17679                 Fix warnings
17680                 Remove encoding hacks
17681                 Fix bug 575 (Strange character messes up message)
17682                 Don't display conversion error when drafting
17683
17684 2004-08-21 [paul]       0.9.12cvs66.2
17685
17686         * src/prefs_account.c
17687                 fix GnuPG mode bugs
17688
17689
17690 2004-08-20 [colin]      0.9.12cvs66.1
17691
17692         * src/codeconv.c
17693                 Sync with HEAD 0.9.12cvs66
17694
17695 2004-08-20 [paul]
17696
17697         * src/plugins/pgpmime/plugin.c
17698                 modify PGP/MIME plugin's description
17699
17700 2004-08-17 [colin]      0.9.12cvs65.1
17701
17702         * src/common/ssl.c
17703         * src/plugins/pgpmime/plugin.c
17704                 Sync with HEAD
17705
17706 2004-08-14 [colin]      0.9.12cvs60.3
17707
17708         * src/plugins/trayicon/trayicon.c
17709                 Put back resize callback, on size-request signal
17710                 rather than size-allocate to avoid infinite 
17711                 callback loop
17712
17713 2004-08-13 [colin]      0.9.12cvs60.2
17714
17715         * src/common/defs.h
17716                 Cache versions have been fixed
17717
17718 2004-08-13 [colin]      0.9.12cvs60.1
17719
17720         * src/folderutils.c
17721                 Sync with HEAD
17722
17723 2004-08-12 [colin]      0.9.12cvs59.1
17724
17725         * src/plugins/trayicon/trayicon.c
17726                 Sync with HEAD
17727
17728 2004-08-12 [colin]      0.9.12cvs57.5
17729
17730         * sylpheed.desktop
17731         * configure.ac
17732         * src/Makefile.am
17733         * src/main.c
17734                 Add support for Freedesktop.org's startup notification
17735
17736 2004-08-11 [colin]      0.9.12cvs57.4
17737
17738         * src/textview.c
17739                 Fix off-by-one
17740
17741 2004-08-11 [colin]      0.9.12cvs57.3
17742
17743         * src/message_search.c
17744         * src/summary_search.c
17745                 Make searches case insensitive by default
17746         * src/textview.c
17747                 Fix case-insensitive search in message
17748
17749 2004-08-11 [colin]      0.9.12cvs57.2
17750
17751         * src/summary_search.c
17752                 Let case-sensitive be specified
17753
17754 2004-08-10 [colin]      0.9.12cvs55.4
17755
17756         * src/common/socket.c
17757                 Fix the possible race condition
17758
17759 2004-08-09 [paul]       0.9.12cvs55.3
17760
17761         * configure.ac
17762         * src/Makefile.am
17763         * src/common/Makefile.am
17764                 sync with HEAD
17765
17766
17767 2004-08-09 [paul]       0.9.12cvs55.2
17768
17769         * autogen.sh
17770         * po/poconv.sh
17771                 remove unneeded script
17772
17773         * configure.ac
17774                 add forgotten USE_LDAP_TLS (sync with HEAD)
17775
17776
17777 2004-08-09 [colin]      0.9.12cvs55.1
17778
17779         * src/main.c
17780         * src/common/ssl.c
17781         * src/common/sylpheed.c
17782         * src/common/sylpheed.h
17783                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17784
17785 2004-08-09 [paul]       0.9.12cvs54.1
17786
17787         * ChangeLog
17788         * ChangeLog.claws
17789         * ChangeLog.jp
17790         * configure.ac
17791         * po/POTFILES.in
17792         * src/Makefile.am
17793         * src/folderutils.c
17794         * src/main.c
17795         * src/pgpmime.c
17796         * src/pgpmime.h
17797         * src/sgpgme.c
17798         * src/sgpgme.h
17799         * src/plugins/Makefile.am
17800         * src/plugins/pgpmime/.cvsignore
17801         * src/plugins/pgpmime/Makefile.am
17802         * src/plugins/pgpmime/pgpmime.c
17803         * src/plugins/pgpmime/pgpmime.h
17804         * src/plugins/pgpmime/plugin.c
17805         * src/plugins/pgpmime/sgpgme.c
17806         * src/plugins/pgpmime/sgpgme.h
17807                 sync with HEAD
17808
17809 2004-08-08 [paul]       0.9.12cvs51.1
17810
17811         * configure.ac
17812         * src/folder.c
17813                 sync with HEAD
17814
17815 2004-08-07 [colin]      0.9.12cvs50.1
17816
17817         * src/pop.c
17818         * src/common/partial_download.c
17819                 fix warnings (sync from HEAD)
17820
17821 2004-08-07 [colin]      0.9.12cvs48.1
17822
17823         * src/prefs_folder_item.c
17824                 sync with HEAD 0.9.12cvs48
17825
17826 2004-08-06 [colin]      0.9.12cvs47.1
17827
17828         * src/compose.c
17829                 Sync with HEAD
17830
17831 2004-08-06 [christoph]  0.9.12cvs46.2
17832
17833         * src/main.c
17834         * src/plugins/clamav/clamav_plugin_gtk.c
17835         * src/plugins/dillo_viewer/dillo_viewer.c
17836         * src/plugins/image_viewer/plugin.c
17837         * src/plugins/mathml_viewer/mathml_viewer.c
17838         * src/plugins/spamassassin/spamassassin_gtk.c
17839         * src/plugins/trayicon/trayicon.c
17840                 don't mix GTK1.2 plugin with GTK2 plugins
17841
17842 2004-08-06 [colin]      0.9.12cvs46.1
17843
17844         * ChangeLog
17845         * ChangeLog.claws
17846         * ChangeLog.jp
17847         * configure.ac
17848         * sylpheed-claws.pc.in
17849         * src/folder.c
17850         * src/imap.c
17851         * src/localfolder.c
17852         * src/messageview.c
17853         * src/mimeview.c
17854         * src/mimeview.h
17855         * src/msgcache.c
17856         * src/news.c
17857         * src/prefs_ext_prog.c
17858         * src/prefs_folder_item.c
17859         * src/prefs_fonts.c
17860         * src/prefs_msg_colors.c
17861         * src/prefs_spelling.c
17862         * src/prefs_themes.c
17863         * src/prefs_toolbar.c
17864         * src/prefs_wrapping.c
17865         * src/procmime.h
17866         * src/common/defs.h
17867         * src/common/nntp.c
17868         * src/common/session.c
17869         * src/common/session.h
17870         * src/common/socket.c
17871         * src/common/utils.h
17872         * src/common/xml.c
17873         * src/common/xml.h
17874         * src/gtk/prefswindow.c
17875         * src/gtk/prefswindow.h
17876         * src/plugins/clamav/clamav_plugin_gtk.c
17877         * src/plugins/dillo_viewer/dillo_prefs.c
17878         * src/plugins/image_viewer/viewerprefs.c
17879         * src/plugins/spamassassin/spamassassin_gtk.c
17880         * m4/openssl.m4 *** REMOVED ***
17881                 Sync with HEAD 0.9.12cvs46
17882
17883 2004-08-03 [paul]       0.9.12cvs40.2
17884
17885         * src/action.c
17886         * src/addressadd.c
17887         * src/addressbook.c
17888         * src/addrgather.c
17889         * src/browseldap.c
17890         * src/compose.c
17891         * src/crash.c
17892         * src/editaddress.c
17893         * src/editgroup.c
17894         * src/editldap_basedn.c
17895         * src/foldersel.c
17896         * src/importldif.c
17897         * src/mimeview.c
17898         * src/prefs_common.c
17899         * src/prefs_template.c
17900         * src/sourcewindow.c
17901         * src/summaryview.c
17902         * src/gtk/about.c
17903         * src/gtk/foldersort.c
17904         * src/gtk/logwindow.c
17905         * src/gtk/pluginwindow.c
17906         * src/gtk/prefswindow.c
17907                 change all gtk_scrolled_window_set_policy from 
17908                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17909
17910 2004-08-02 [paul]       0.9.12cvs40.1
17911
17912         * AUTHORS
17913                 update translation team section
17914         * po/pt_BR.po
17915                 updated by Frederico Goncalves Guimaraes
17916                 <fggdebian@yahoo.com.br>
17917
17918 2004-07-31 [colin]      0.9.12cvs39.9
17919
17920         * src/exphtmldlg.c
17921                 Fix compilation
17922
17923 2004-07-31 [colin]      0.9.12cvs39.8
17924
17925         * src/exphtmldlg.c
17926                 Fix an alertpanel type
17927
17928 2004-07-30 [colin]      0.9.12cvs39.7
17929
17930         * src/alertpanel.c
17931                 Fix alertpanel_error_log's icon
17932
17933 2004-07-30 [colin]      0.9.12cvs39.6
17934
17935         * src/pop.c
17936                 Two of them should still be warnings
17937
17938 2004-07-30 [colin]      0.9.12cvs39.5
17939
17940         * src/pop.c
17941                 More warning -> error
17942 2004-07-29 [colin]      0.9.12cvs39.4
17943
17944         * src/pop.c
17945                 Warning -> error
17946
17947 2004-07-29 [colin]      0.9.12cvs39.3
17948
17949         * src/prefs_matcher.c
17950                 Fix segfault
17951
17952 2004-07-29 [colin]      0.9.12cvs39.2
17953
17954         * src/alertpanel.c
17955                 More nice-looking alertpanels
17956
17957 2004-07-29 [colin]      0.9.12cvs39.1
17958
17959         * src/messageview.c
17960                 sync with head
17961                 (inform user when partial mail is deleted on server)
17962
17963 2004-07-29 [colin]      0.9.12cvs38.1
17964
17965         * src/messageview.c
17966                 sync with head
17967
17968 2004-07-28 [paul]       0.9.12cvs37.7
17969
17970         * src/mainwindow.c
17971                 complete the replacement of deprecated gtk_progress_*
17972
17973 2004-07-28 [paul]       0.9.12cvs37.6
17974
17975         * src/action.c
17976         * src/inc.c
17977         * src/mainwindow.c
17978         * src/send_message.c
17979         * src/gtk/progressdialog.c
17980         * src/gtk/progressdialog.h
17981                 replace deprecated gtk_progress_*
17982
17983 2004-07-28 [paul]       0.9.12cvs37.5
17984
17985         * src/gtk/filesel.c
17986                 remove gtk_window_set_wmclass()
17987 2004-07-28 [paul]       0.9.12cvs37.4
17988
17989         * src/addressbook.c
17990         * src/compose.c
17991         * src/foldersel.c
17992         * src/mainwindow.c
17993         * src/messageview.c
17994         * src/sourcewindow.c
17995         * src/gtk/logwindow.c
17996                 remove gtk_window_set_wmclass()
17997                 
17998         * src/prefs_filtering.c
17999         * src/prefs_filtering_action.c
18000         * src/prefs_fonts.c
18001         * src/prefs_gtk.c
18002         * src/prefs_matcher.c
18003         * src/ssl_manager.c
18004         * src/gtk/prefswindow.c
18005                 replace gtk_window_position()
18006
18007 2004-07-28 [colin]      0.9.12cvs37.3
18008
18009         * src/alertpanel.c
18010         * src/alertpanel.h
18011                 Add a way to specify panel type for specific
18012                 panels (alertpanel())
18013         * src/account.c
18014         * src/addressbook.c
18015         * src/compose.c
18016         * src/expldifdlg.c
18017         * src/main.c
18018         * src/messageview.c
18019         * src/summaryview.c
18020         * src/textview.c
18021         * src/gtk/sslcertwindow.c
18022                 Fix alertpanel()s so that their icon match
18023                 their real type
18024
18025 2004-07-28 [paul]       0.9.12cvs37.2
18026
18027         * src/addr_compl.c
18028         * src/addressbook.c
18029         * src/alertpanel.c
18030         * src/compose.c
18031         * src/export.c
18032         * src/foldersel.c
18033         * src/folderview.c
18034         * src/grouplistdialog.c
18035         * src/import.c
18036         * src/mainwindow.c
18037         * src/message_search.c
18038         * src/messageview.c
18039         * src/passphrase.c
18040         * src/prefs_actions.c
18041         * src/prefs_common.c
18042         * src/prefs_customheader.c
18043         * src/prefs_display_header.c
18044         * src/prefs_filtering.c
18045         * src/prefs_filtering_action.c
18046         * src/prefs_gtk.c
18047         * src/prefs_matcher.c
18048         * src/prefs_msg_colors.c
18049         * src/prefs_summary_column.c
18050         * src/prefs_template.c
18051         * src/sourcewindow.c
18052         * src/ssl_manager.c
18053         * src/summary_search.c
18054         * src/gtk/colorsel.c
18055         * src/gtk/description_window.c
18056         * src/gtk/gtkaspell.c
18057         * src/gtk/inputdialog.c
18058         * src/gtk/logwindow.c
18059         * src/gtk/prefswindow.c
18060         * src/gtk/progressdialog.c
18061                 replace deprecated gtk_window_set_policy
18062
18063 2004-07-27 [colin]      0.9.12cvs37.1
18064
18065         * src/msgcache.c
18066                 More fixes (synced for head again)
18067
18068 2004-07-27 [colin]      0.9.12cvs35.3
18069
18070         * src/msgcache.c
18071                 Fix wrong test
18072
18073 2004-07-27 [colin]      0.9.12cvs35.2
18074
18075         * src/mimeview.c
18076                 Fix width a bit (by Paul)
18077         * src/alertpanel.c
18078         * src/alertpanel.h
18079                 Specialize icons, make alertpanel_message()
18080                 private
18081         * src/message_search.c
18082         * src/sgpgme.c
18083         * src/summary_search.c
18084                 Suit alertpanel changes
18085
18086 2004-07-27 [colin]      0.9.12cvs35.1
18087
18088         * src/alertpanel.c
18089                 Add an icon
18090         * src/passphrase.c
18091                 Add debug output - maybe someone will
18092                 want to look at the problem with Grab
18093                 Input :)
18094         Bump version as we're synced with HEAD
18095
18096 2004-07-26 [colin]      0.9.12cvs33.26
18097
18098         * src/pop.c
18099                 Fix uidl-file parsing when not in new
18100                 format
18101
18102 2004-07-26 [colin]      0.9.12cvs33.25
18103
18104         * src/gtk/menu.c
18105                 Move popup menu up if necessary (fixes 
18106                 account selector)
18107         * src/mainwindow.c
18108                 Set account selector's button height to
18109                 minimum
18110
18111 2004-07-26 [colin]      0.9.12cvs33.24
18112
18113         * src/alertpanel.c
18114                 Maybe fix 551 (Truncated font in alert window)
18115
18116 2004-07-26 [colin]      0.9.12cvs33.23
18117
18118         * po/de.po
18119         * po/es.po
18120         * po/fr.po
18121         * po/it.po
18122         * po/ja.po
18123         * po/pl.po
18124         * po/ru.po
18125         * po/sk.po
18126         * po/sr.po
18127         * po/zh_CN.po
18128                 Sync po files with HEAD
18129
18130 2004-07-26 [paul]       0.9.12cvs33.22
18131
18132         * src/compose.c
18133                 fix Bug 556 'Organisation-header is sent even if empty'
18134
18135 2004-07-24 [colin]      0.9.12cvs33.21
18136
18137         * src/compose.c
18138         * src/gtk/gtkaspell.c
18139         * src/gtk/gtkaspell.h
18140                 Fix speller accelerators (require hack)
18141
18142 2004-07-24 [colin]      0.9.12cvs33.20
18143
18144         * src/gtk/gtkaspell.c
18145                 Fix over-eager code deletion breaking
18146                 Check while typing
18147
18148 2004-07-24 [colin]      0.9.12cvs33.19
18149
18150         * src/browseldap.c
18151         * src/ldapctrl.c
18152         * src/ldapctrl.h
18153         * src/ldapserver.h
18154                 Sync ldap with HEAD
18155         (Fixes 546 LDAP completely broken)
18156
18157 2004-07-24 [colin]      0.9.12cvs33.18
18158
18159         * src/prefs_msg_colors.c
18160                 Fix prototype mismatch
18161         (Fixes 547 void function cannot return value)
18162
18163 2004-07-24 [colin]      0.9.12cvs33.17
18164
18165         * src/mainwindow.c
18166                 Fix sort going back to previous sort key
18167                 when changing sort direction
18168
18169 2004-07-24 [colin]      0.9.12cvs33.16
18170
18171         * src/compose.c
18172                 Fix space insertion when re-wrapping at 
18173                 cursor point
18174
18175 2004-07-24 [colin]      0.9.12cvs33.15
18176
18177         * src/gtk/gtkaspell.c
18178                 Don't change cursor position in insert-text
18179                 callback
18180         (Fixes 539 Word wrapping on input transposes letters)
18181
18182 2004-07-24 [colin]      0.9.12cvs33.14
18183
18184         * src/gtk/gtkaspell.c
18185                 Reencode non-ascii chars to dictionary's
18186                 encoding
18187         (Fixes 544 Spell check broken non english locale)
18188
18189 2004-07-24 [colin]      0.9.12cvs33.13
18190
18191         * src/summaryview.c
18192                 Fix Shift+Down, add Home/End/PgUp/PgDown
18193
18194 2004-07-21 [colin]      0.9.12cvs33.12
18195
18196         * src/prefs_common.c
18197                 Fix a gtk warning (Patch by Andrej Kacian)
18198
18199 2004-07-21 [colin]      0.9.12cvs33.11
18200
18201         * src/gtk/filesel.c
18202                 More check
18203
18204 2004-07-21 [colin]      0.9.12cvs33.10
18205
18206         * src/compose.c
18207         * src/crash.c
18208         * src/export.c
18209         * src/import.c
18210         * src/messageview.c
18211         * src/mimeview.c
18212         * src/prefs_spelling.c
18213         * src/prefs_themes.c
18214         * src/summaryview.c
18215         * src/gtk/filesel.c
18216         * src/gtk/filesel.h
18217         * src/gtk/pluginwindow.c
18218                 Untwist open/save mode guessing logic, make
18219                 it explicit
18220
18221 2004-07-20 [colin]      0.9.12cvs33.9
18222
18223         * src/codeconv.c
18224                 conv_encode_header: src_charset is UTF-8 on
18225                 gtk2
18226         * src/compose.c
18227                 Remove double encoding of the headers
18228
18229 2004-07-20 [colin]      0.9.12cvs33.8
18230
18231         * src/codeconv.c
18232                 Fix typo
18233
18234 2004-07-20 [colin]      0.9.12cvs33.7
18235
18236         * src/mainwindow.c
18237                 Set the separated messageview to the saved
18238                 size of Claws' messageview (Patch by Alfons)
18239                 Fix a callback prototype (me)
18240
18241 2004-07-20 [colin]      0.9.12cvs33.6
18242
18243         * src/codeconv.h
18244                 Forgot one hunk in 0.9.12cvs33.4
18245
18246 2004-07-19 [colin]      0.9.12cvs33.5
18247
18248         * src/action.c
18249                 Action output fix
18250                 Patch by Alfons
18251
18252 2004-07-19 [colin]      0.9.12cvs33.4
18253
18254         * src/compose.c
18255                 Fix outgoing charset bug in headers
18256         * src/codeconv.c
18257                 Clean for glib2 - Patch by Alfons
18258
18259 2004-07-19 [colin]      0.9.12cvs33.3
18260
18261         * src/statusbar.c
18262                 Remove grip from the statusbar
18263                 Patch by Alfons
18264
18265 2004-07-19 [colin]      0.9.12cvs33.2
18266
18267         * src/messageview.c
18268         * src/textview.c
18269                 Fix messageview remembering the previous
18270                 scroll position when loading a new message
18271                 Patch by Alfons
18272
18273 2004-07-19 [colin]      0.9.12cvs33.1
18274
18275         * src/folder.h
18276         * src/folderview.c
18277         * src/summaryview.c
18278                 Sync with HEAD
18279
18280 2004-07-18 [colin]      0.9.12cvs32.7
18281
18282         * configure.ac
18283                 Remove useless check for XIM - noticed
18284                 by Alfons
18285
18286 2004-07-18 [colin]      0.9.12cvs32.6
18287
18288         * src/summaryview.c
18289                 Remove non-modified and shift-modified
18290                 accelerators in summaryview's popup
18291                 menu, as that doesn't get catched by
18292                 the accel-activate signal catcher...
18293
18294 2004-07-18 [colin]      0.9.12cvs32.5
18295
18296         * src/prefs_common.c
18297                 Define sensible default prefs for 
18298                 wrapping
18299
18300 2004-07-18 [colin]      0.9.12cvs32.4
18301
18302         * src/compose.c
18303         * src/prefs_common.c
18304         * src/prefs_common.h
18305         * src/prefs_wrapping.c
18306                 Remove Smart Wrapping pref, which does
18307                 nothing on gtk2 branch
18308
18309 2004-07-18 [colin]      0.9.12cvs32.3
18310
18311         * src/sourcewindow.c
18312                 Proper utf8
18313
18314 2004-07-18 [colin]      0.9.12cvs32.2
18315
18316         * src/compose.c
18317                 Save attachment status when drafting
18318
18319 2004-07-18 [colin]      0.9.12cvs32.1
18320
18321         * src/gtk/filesel.c
18322                 Fix erratic folder selection in open mode
18323
18324 2004-07-18 [colin]      0.9.12cvs31.11
18325
18326         * src/pop.c
18327                 Don't let partial messages get deleted
18328                 even with "dowload all"
18329                 (0.9.12cvs31.8 fix extension)
18330 2004-07-18 [colin]      0.9.12cvs31.10
18331
18332         * src/gtk/logwindow.c
18333                 Fix log scrolling
18334
18335 2004-07-18 [colin]      0.9.12cvs31.9
18336
18337         * src/common/utils.c
18338                 Fix non-utf8 strings coming from commands
18339                 and files
18340
18341 2004-07-18 [colin]      0.9.12cvs31.8
18342
18343         * src/pop.c
18344                 Fix partial download bug with Download all
18345                 messages option
18346
18347 2004-07-18 [colin]      0.9.12cvs31.7
18348
18349         * src/textview.c
18350                 Fix bug introduced in 0.9.12cvs31.2
18351                 (blocked in select mode after double click)
18352
18353 2004-07-18 [colin]      0.9.12cvs31.6
18354
18355         * src/compose.c
18356         * src/gtk/menu.c
18357                 More glib-warning fixes
18358
18359 2004-07-18 [colin]      0.9.12cvs31.5
18360
18361         * src/compose.c
18362                 Fix trashing the primary clipboard when moving 
18363                 around with tab
18364         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
18365
18366 2004-07-18 [colin]      0.9.12cvs31.4
18367
18368         * src/codeconv.c
18369                 convert unencoded iso headers to utf8
18370         (Fix Bug 538 Unencoded local characters in subject make it 
18371          disappear)
18372
18373 2004-07-18 [colin]      0.9.12cvs31.3
18374
18375         * src/compose.c
18376                 Fix tab char handling in wrapping
18377         (Fix Bug 537 Line wrap problem - TAB character treated as 
18378          one character instead of 8)
18379
18380 2004-07-18 [colin]      0.9.12cvs31.2
18381
18382         * src/textview.c
18383                 return FALSE on GDK_MOTION_NOTIFY
18384         (Fix Bug 535 Hyperlinks/addresses are not selectable 
18385          (unable to highlight))
18386
18387 2004-07-18 [colin]      0.9.12cvs31.1
18388
18389         * src/folderview.c
18390                 Sync with 0.9.12cvs31
18391
18392 2004-07-18 [colin]      0.9.12cvs30.4
18393
18394         * src/compose.c
18395                 Also block text_inserted when inserting a file
18396
18397 2004-07-18 [colin]      0.9.12cvs30.3
18398
18399         * src/compose.c
18400                 Fix smart wrapping (block text_inserted handler
18401                 while putting quotation to avoid wrap on input,
18402                 don't join lines if next is sig separator)
18403
18404 2004-07-17 [colin]      0.9.12cvs30.2
18405
18406         * src/folderview.c
18407         * src/mainwindow.c
18408         * src/mimeview.c
18409         * src/summaryview.c
18410         * src/gtk/quicksearch.c
18411         * src/gtk/quicksearch.h
18412                 Block key events handlers *and* accels while
18413                 quicksearch is focused
18414         (Fixes Bug 534 quick-search bar not accepting certain letters)
18415
18416 2004-07-17 [colin]      0.9.12cvs30.1
18417
18418         * src/folder.h
18419         * src/folderview.c
18420         * src/summaryview.c
18421                 Sync with 0.9.12cvs30
18422
18423 2004-07-17 [colin]      0.9.12cvs28.2
18424
18425         * src/mimeview.c
18426         * src/procmime.c
18427         * src/summaryview.c
18428         * src/gtk/menu.c
18429                 Squash some compile and glib warnings
18430
18431 2004-07-17 [paul]       0.9.12cvs28.1
18432
18433         * src/mimeview.c
18434                 sync with 0.9.12cvs28 HEAD
18435
18436 2004-07-16 [paul]       0.9.12cvs26.1
18437         
18438         * src/gtk/quicksearch.c
18439         * src/account.c
18440         * src/account.h
18441         * src/compose.c
18442         * src/customheader.c
18443         * src/folder_item_prefs.c
18444         * src/main.c
18445         * src/mainwindow.c
18446         * src/messageview.c
18447         * src/mimeview.c
18448         * src/news.c
18449         * src/pgpmime.c
18450         * src/pop.c
18451         * src/pop.h
18452         * src/prefs_account.c
18453         * src/prefs_account.h
18454         * src/prefs_common.c
18455         * src/prefs_common.h
18456         * src/prefs_display_header.c
18457         * src/prefs_gtk.c
18458         * src/prefs_gtk.h
18459         * src/procheader.c
18460         * src/procmime.c
18461                 sync with 0.9.12cvs26 HEAD      
18462
18463 2004-07-15 [colin]      0.9.12cvs18.14
18464
18465         * src/folder.c
18466                 Disable GPG signature check during
18467                 folder move and scan
18468         (Closes Bug 521 Signature checking slows down Folder-Move)
18469
18470 2004-07-14 [colin]      0.9.12cvs18.13
18471
18472         * src/common/partial_download.c
18473                 update includes
18474
18475 2004-07-14 [colin]      0.9.12cvs18.12
18476
18477         * src/common/partial_download.c
18478         * src/common/partial_download.h
18479                 Move doc at top, add correct copyright
18480
18481 2004-07-14 [colin]      0.9.12cvs18.11
18482
18483         * src/folder.c
18484         * src/messageview.c
18485         * src/pop.c
18486         * src/pop.h
18487         * src/procmsg.c
18488         * src/summaryview.c
18489         * src/common/Makefile.am
18490         * src/common/partial_download.c ** NEW FILES **
18491         * src/common/partial_download.h ** NEW FILES **
18492                 Move partial-download related stuff to its
18493                 own file
18494
18495 2004-07-14 [colin]      0.9.12cvs18.10
18496
18497         * src/send_message.c
18498                 Fix smtp auth when user is null or empty
18499
18500 2004-07-13 [colin]      0.9.12cvs18.9
18501
18502         * src/gtk/quicksearch.c
18503                 Use alphabetic order
18504
18505 2004-07-13 [colin]      0.9.12cvs18.8
18506
18507         * src/pop.c
18508                 Be paranoid on the checks
18509
18510 2004-07-13 [colin]      0.9.12cvs18.7
18511
18512         * src/gtk/quicksearch.c
18513                 Fix Engrish once again
18514
18515 2004-07-13 [colin]      0.9.12cvs18.6
18516
18517         * src/procmsg.c
18518         * src/summaryview.c
18519                 Mark messages for deletion when they are about to
18520                 be removed from trash
18521
18522 2004-07-13 [colin]      0.9.12cvs18.5
18523
18524         * src/matcher.c
18525         * src/matcher.h
18526         * src/matcher_parser_parse.y
18527         * src/prefs_matcher.c
18528         * src/gtk/quicksearch.c
18529                 Add 'partial' ('p') match string to find partially
18530                 downloaded messages
18531
18532 2004-07-13 [colin]      0.9.12cvs18.4
18533
18534         * src/pop.c
18535                 Fix misplaced block
18536
18537 2004-07-13 [colin]      0.9.12cvs18.3
18538
18539         * src/pop.c
18540         * src/pop.h
18541         * src/messageview.c
18542                 Refactor API (to avoid passing 5+ params and code
18543                 duplication)
18544         * src/folder.c
18545         * src/msgcache.c
18546         * src/procheader.c
18547         * src/common/defs.h
18548                 Add planned_download to cache
18549                 Don't mess uidl file when moving partially downloaded
18550                 mails (they change folder, we should change it in the
18551                 uidl list too or we'll remove an incorrect message)
18552                 (this also helps removing hacks when changing 
18553                 planned_download in messageview.c)
18554
18555 2004-07-12 [colin]      0.9.12cvs18.2
18556
18557         * src/gtk/quicksearch.c
18558                 Fix missing status update in quicksearch
18559
18560 2004-07-12 [paul]       0.9.12cvs18.1
18561
18562         * po/POTFILES.in
18563         * src/Makefile.am
18564         * src/account.c
18565         * src/codeconv.c
18566         * src/compose.c
18567         * src/inc.c
18568         * src/main.c
18569         * src/prefs_common.c
18570         * src/procmsg.h
18571         * src/toolbar.c
18572         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18573         * src/prefs_wrapping.[ch]       ** NEW FILES **
18574         * src/common/intl.h
18575         * src/common/utils.[ch]
18576         * src/gtk/quicksearch.[ch]
18577                 sync with 0.9.12cvs18 HEAD
18578
18579 2004-07-12 [colin]      0.9.11cvs17.25
18580
18581         * src/folder.c
18582         * src/folder.h
18583                 Remove unused function added by me in 0.9.11cvs17.10
18584
18585 2004-07-11 [colin]      0.9.11cvs17.24
18586
18587         * src/inc.c
18588         * src/messageview.c
18589         * src/pop.c
18590         * src/pop.h
18591                 Use folderitem and msgnum instead of filename to
18592                 know which mail to delete
18593                 Move old partial mail deletion to pop.c
18594
18595 2004-07-10 [colin]      0.9.11cvs17.23
18596
18597         * src/inc.c
18598                 Add debug
18599         * src/pop.c
18600         * src/pop.h
18601                 Don't re-use same enums for unrelated stuff: it's 
18602                 completely misleading !
18603                 Document a bit
18604
18605 2004-07-09 [colin]      0.9.11cvs17.22
18606
18607         * src/inc.c
18608                 Remove folder-type check and do
18609                 more tests to be sure everything's
18610                 ok
18611         * src/messageview.c
18612                 Punctuation update, remove useless
18613                 code, fix two warnings
18614         * src/noticeview.c
18615                 Layout cleaning, reset 2nd button
18616                 when specifying one
18617
18618 2004-07-09 [colin]      0.9.11cvs17.21
18619
18620         * src/messageview.c
18621         * src/pop.c
18622         * src/pop.h
18623                 Allow user to change his mind
18624                 and postpone decision (by
18625                 unmarking the mail)
18626
18627 2004-07-09 [colin]      0.9.11cvs17.20
18628
18629         * src/messageview.c
18630                 Fix bug with delete state
18631         * src/pop.c
18632         * src/pop.h
18633                 Fix buffer leak (fread doesn't 
18634                 terminate buffers with \0)
18635                 Refactoring (remove magic 
18636                 numbers)
18637
18638 2004-07-09 [colin]      0.9.11cvs17.19
18639
18640         * src/pop.c
18641                 Don't log "Skipping message" if 
18642                 we're going to TOP it two lines
18643                 later
18644
18645 2004-07-09 [colin]      0.9.11cvs17.18
18646
18647         * src/messageview.c
18648                 Fix Engrish
18649
18650 2004-07-09 [colin]      0.9.11cvs17.17
18651
18652         * src/pop.c
18653                 strlen checking...
18654         * src/messageview.c
18655                 refactoring a bit
18656
18657 2004-07-08 [colin]      0.9.11cvs17.16
18658
18659         * src/noticeview.c
18660         * src/noticeview.h
18661                 Add an optional second button
18662         * src/messageview.c
18663         * src/pop.c
18664         * src/pop.h
18665                 Don't delete partially received mails after a certain
18666                 time; rather, let the user decide.
18667
18668 2004-07-08 [colin]      0.9.11cvs17.15
18669
18670         * src/common/smtp.h
18671                 Sync with HEAD
18672
18673 2004-07-08 [colin]      0.9.11cvs17.14
18674
18675         * src/messageview.c
18676         * src/common/smtp.c
18677                 Use to_human_readable() for sizes
18678
18679 2004-07-08 [colin]      0.9.11cvs17.13
18680
18681         * src/inc.c
18682         * src/messageview.c
18683         * src/pop.c
18684         * src/pop.h
18685         * src/procmsg.c
18686                 Fix partial-downloading issues:
18687                         catch unsupported TOP
18688                         don't delete partially downloaded mails before 5 days
18689                         don't update existing with non-MH folders; that'll
18690                         make dups, but it's better than trashing the folder
18691                         free new msginfo parts
18692                 Fix indentation ;-)
18693
18694 2004-07-08 [colin]      0.9.11cvs17.12
18695
18696         * src/common/smtp.c
18697         * src/common/smtp.h
18698                 Sync smtp size verification with HEAD
18699
18700 2004-07-08 [colin]      0.9.11cvs17.11
18701
18702         * src/summaryview.c
18703         * src/prefs_common.c
18704         * src/prefs_common.h
18705         * src/gtk/quicksearch.c
18706         * src/gtk/quicksearch.h
18707                 Sync sticky pref with HEAD
18708
18709 2004-07-08 [colin]      0.9.11cvs17.10
18710
18711         * src/folder.c [1.213.2.6]
18712         * src/folder.h [1.87.2.6]
18713         * src/inc.c [1.149.2.7]
18714         * src/messageview.c [1.94.2.8]
18715         * src/procheader.c [1.47.2.6]
18716         * src/procmsg.c [1.150.2.4]
18717         * src/procmsg.h [1.60.2.5]
18718         * src/pop.c [1.56.2.4]
18719         * src/pop.h [1.17.2.3]
18720                 Let too big messages get downloaded, but truncated
18721                 Add a button to download them completely
18722                 
18723 2004-07-06 [colin]      0.9.11cvs17.9
18724
18725         * src/gtk/quicksearch.c [1.1.2.3]
18726                 Add a Clear button
18727         * commitHelper
18728         * PATCHSETS
18729                 Add a script to help with cvs
18730
18731 2004-07-03 [colin]      0.9.11cvs17.8
18732
18733         * src/plugins/imageviewer/viewer.c
18734                 fix imageviewer (which was staying on the first
18735                 displayed image)
18736
18737 2004-07-03 [colin]      0.9.11cvs17.7
18738
18739         Removed FIXME_GTK2 warnings
18740         * src/gtk/gtkutils.c
18741                 useless #warnings
18742         * src/gtk/menu.c
18743                 useless #warnings (no need to mess with menu rc)
18744         * src/gtk/menu.h
18745                 unused functions
18746         
18747
18748 2004-07-03 [colin]      0.9.11cvs17.6
18749
18750         Removed FIXME_GTK2 warnings
18751         * src/codeconv.c
18752                 useless #warnings (rewrite needed)
18753         * src/compose.c
18754                 useless #warnings (rewrite needed)
18755                 useless #warnings (gtk2 is like that)
18756                 useless #warnings (previously fixed)
18757         * src/main.c
18758                 useless #warnings (previously fixed)
18759         * src/message_search.c
18760                 useless #warnings (gtk2 is like that)
18761                 Made apparent that search is case-sensitive
18762         * src/mimeview.c
18763                 useless #warnings (rewrite needed)
18764                 useless #warnings (gtk2 is like that)
18765                 reimplemented real warnings
18766         * src/prefs_common.c
18767                 Removed block cursor option (not it gtk2)
18768         * src/prefs_gtk.c
18769                 useless #warnings (rewrite needed)
18770         * src/procheader.c
18771                 useless #warnings (rewrite needed)
18772         * src/sourcewindow.c
18773                 useless #warnings (incorrect placing)
18774         * src/summary_search.c
18775                 useless #warnings (gtk2 is like that)
18776                 Made apparent that search is case-sensitive
18777         * src/action.c
18778                 useless #warnings (gtk2 is like that)
18779         * src/textview.c
18780                 useless #warnings (rewrite needed)
18781         * src/toolbar.c
18782                 useless #warnings (rewrite needed)
18783
18784 2004-07-03 [colin]      0.9.11cvs17.5
18785
18786         * src/textview.c
18787                 Fix mismerge which broke URI opening
18788                 
18789 2004-07-01 [colin]      0.9.11cvs17.4
18790
18791         * src/gtk/filesel.c
18792                 Fill filename when saving
18793                 
18794 2004-06-27 [colin]      0.9.11cvs17.3
18795
18796         * src/gtk/filesel.[ch]
18797                 Use the new GTK file selector
18798                 Update prototype to match the reality: multiple file
18799                 selection is open-only          
18800         * src/compose.c
18801                 Match the new prototypes        
18802         * configure.ac
18803                 Match the new requirements (gtk 2.4.0)
18804                         
18805 2004-06-26 [colin]      0.9.11cvs17.2
18806
18807         * src/plugins/trayicon/trayicon.c
18808                 Remove useless signal handler on resize, which causes
18809                 an infinite "loop"
18810         
18811 2004-06-26 [colin]      0.9.11cvs17.1
18812         
18813         * tools/Makefile.am
18814                 remove launch_firebird and add nautilus2sylpheed.sh
18815         * src/quicksearch.c
18816           src/summaryview.c
18817                 Fix show/hide "Extended symbols" button problem
18818                 Fix apparition at startup
18819                 Fix const warnings
18820         * src/plugins/image_viewer/Makefile.am
18821                 Fix configure 
18822         * common/ssl.c
18823                 Re-enable certificate check, as it doesn't seem to
18824                 cause Xlib errors anymore
18825
18826 2004-06-25 [paul]       0.9.11cvs17
18827
18828         * sync with 0.9.11cvs17 HEAD
18829         
18830         NOTE: QuickSearch is broken
18831
18832 2004-06-07 [colin]      0.9.10claws67.10
18833         * src/plugins/trayicon/trayicon.c
18834           src/plugins/trayicon/libeggtrayicon/Makefile.am
18835           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18836                 Fix gettextization in trayicon plugin
18837
18838 2004-06-07 [colin]      0.9.10claws67.9
18839         
18840         * src/summaryview.c
18841           src/gtk/gtksctree.[ch]
18842                 Let Shift+{Up,Down} work in summaryview
18843                 (well, Down "works" and Up works)
18844                 Let the list scroll when using these keys
18845
18846 2004-06-06 [colin]      0.9.10claws67.8
18847
18848         * src/plugins/trayicon/trayicon.c
18849                 Fix pixmap update
18850
18851 2004-06-06 [colin]      0.9.10claws67.7
18852
18853         * src/addressbook.c
18854                 Fix signal handling causing system-wide focus grab
18855
18856 2004-05-25 [paul]       0.9.10claws67.6
18857
18858         * Makefile.am
18859           src/Makefile.am
18860                 clean up
18861
18862 2004-05-25 [paul]       0.9.10claws67.5
18863
18864         * replace deprecated gtk_signal... functions
18865
18866 2004-05-23 [colin]      0.9.10claws67.4
18867
18868         * src/compose.c
18869                 Fix wrapping
18870
18871 2004-05-22 [colin]      0.9.10claws67.3
18872
18873         * src/compose.c
18874                 Re-fix [Edited] in compose.c::compose_reedit()
18875
18876 2004-05-22 [colin]      0.9.10claws67.2
18877
18878         * src/procmime.c
18879                 Fix parsing of multiparts mails
18880
18881 2004-05-22 [colin]      0.9.10claws67.1
18882
18883         * src/summaryview.c
18884                 Fix quicksearch
18885
18886 2004-05-22 [paul]       0.9.10claws67
18887
18888         * sync with 0.9.10claws67 HEAD
18889
18890 2004-05-14 [alfons]
18891
18892         * src/procmime.h
18893                 add forgotton prototype
18894
18895 2004-05-10 [paul]       0.9.10claws57
18896
18897         * sync with 0.9.10claws57 HEAD
18898
18899 2004-05-05 [paul]       0.9.9.claws1
18900
18901         * ChangeLog-gtk2        ** REMOVED **
18902           ChangeLog-gtk2.claws  ** ADDED **
18903                 rename and adopt the normal claws format
18904                 
18905         * configure.ac
18906                 require gtkmathview >= 0.5
18907
18908         * ac/*                          ** REMOVED **
18909           ac/                           ** REMOVED **
18910           intl/Makefile.in              ** REMOVED **
18911           m4/                           ** ADDED **
18912           m4/missing                    ** ADDED **
18913           m4/missing/gdk-pixbuf.m4      ** ADDED **
18914           m4/missing/gettext.m4         ** ADDED **
18915           m4/missing/gpgme.m4           ** ADDED **
18916           m4/missing/imlib.m4           ** ADDED **
18917           m4/.cvsignore                 ** ADDED **
18918           m4/Makefile.am                ** ADDED **
18919           m4/README                     ** ADDED **
18920           m4/aclocal-include.m4         ** ADDED **
18921           m4/aspell.m4                  ** ADDED **
18922           m4/check-type.m4              ** ADDED **
18923           m4/gnupg-check-typedef.m4     ** ADDED **
18924           m4/openssl.m4                 ** ADDED **
18925           m4/spamassassin.m4            ** ADDED **
18926           po/ChangeLog                  ** REMOVED **
18927           po/Makefile.in.in             ** REMOVED **
18928           po/Rules-quot                 ** REMOVED **
18929           po/boldquot.sed               ** REMOVED **
18930           po/en@boldquot.header         ** REMOVED **
18931           po/en@quot.header             ** REMOVED **
18932           po/insert-header.sin          ** REMOVED **
18933           po/quot.sed                   ** REMOVED **
18934           po/remove-potcdate.sed        ** REMOVED **
18935           po/remove-potcdate.sin        ** REMOVED **
18936           po/stamp-po                   ** REMOVED **
18937           Makefile.am
18938           autogen.sh
18939           configure.ac
18940                 enable building with automake 1.8.x
18941                 add 'autopoint --force' to autogen.sh and remove all
18942                 auto-generated files, remove ac/ directory and use
18943                 m4/ directory instead
18944                 
18945         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18946                 fix gettextization
18947
18948 2004-02-28 Colin Leroy <colin@colino.net>
18949         * src/prefs_matcher.c
18950           src/prefs_filtering.c
18951           src/prefs_filtering_action.c
18952                 Fix non-editable GtkEntries
18953
18954 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18955         * src/prefs_themes.c
18956                 utf8 conversion for theme info
18957
18958 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18959         * sync 0.9.9claws
18960
18961 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18962         * src/grouplistdialog.c
18963                 allow multiple selections without ctrl key
18964
18965 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18966         * src/main.c
18967                 enable customizable accelerators
18968
18969 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18970         * src/prefs_common.c
18971                 re-enable different font settings for gtk1/2
18972         * src/prefs_folder_item.c
18973                 fix folder prefs displayed wrong
18974         * src/textview.c
18975                 set 'sunken' shadow type
18976
18977 2004-02-07 Colin Leroy <colin@colino.net>
18978         * src/compose.c
18979                 Fix message being always [Edited]
18980                 Encode headers correctly (utf8 buf)
18981
18982 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18983         * src/socket.c
18984                 remove double g_source_attach()
18985                 (Thanks to Colin Leroy)
18986
18987 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18988         * src/gtk/gtksctree.c
18989                 Fix SSL certificate list not shown
18990         * src/mimeview.c
18991                 Fix clicks in mime tree
18992
18993 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18994         * src/common/socket.c
18995                 Fix SSL receive
18996         * src/compose.c
18997                 Fix clipboard menu hotkeys
18998
18999 2004-01-25 Thorsten Maerz <torte@netztorte.de>
19000         * src/gtk/gtkaspell.[ch]
19001           src/compose.c
19002                 reimplement spellchecker
19003
19004 2004-01-25 Thorsten Maerz <torte@netztorte.de>
19005         * src/gtk/filesel.c
19006                 crash when inserting file in compose window
19007                 (TODO: keep old selection on clicks)
19008         * src/main.c
19009                 use gtkrc-2.0 instead of gtkrc
19010
19011 2004-01-25 Thorsten Maerz <torte@netztorte.de>
19012         * src/messageview.c
19013                 remove orphaned mimeview unref()
19014
19015 2004-01-20 Thorsten Maerz <torte@netztorte.de>
19016         * src/grouplistdialog.c
19017                 expand nodes containing subscribed groups
19018
19019 2004-01-19 Thorsten Maerz <torte@netztorte.de>
19020         * src/textview.c
19021                 textview: hide cursor, restore old click behaviour
19022
19023 2004-01-18 Thorsten Maerz <torte@netztorte.de>
19024         * src/textview.c
19025                 variable names messed up
19026
19027 2004-01-17 Colin Leroy <colin@colino.net>
19028         * src/addr_compl.c
19029                 Fix completion address too thin
19030         * src/compose.c
19031                 Fix tab-to-subject behaviour
19032         * src/summaryview.c
19033                 Implement key up & down in summaryview
19034
19035 2004-01-12 Thorsten Maerz <torte@netztorte.de>
19036
19037         * sync 098claws
19038
19039 2004-01-08 Thorsten Maerz <torte@netztorte.de>
19040         * configure.ac
19041           Makefile.am
19042           doc/.cvsignore
19043           doc/Makefile.am
19044                 faq, man, manual moved to doc/
19045         * ac/aspell.m4
19046           ac/check-type.m4
19047           ac/gnupg-check-typedef.m4
19048           ac/openssl.m4
19049           ac/spamassassin.m4
19050           ac/missing/gdk-pixbuf.m4
19051           ac/missing/gpgme.m4
19052           ac/missing/imlib.m4
19053                 fix automake warnings
19054
19055 2003-12-06 Colin Leroy <colin@colino.net>
19056         * src/summaryview.c
19057                 Fix quicksearch
19058
19059 2003-12-05 Colin Leroy <colin@colino.net>
19060         * src/summaryview.c
19061                 Fix going to next unread folder
19062
19063 2003-12-05 Colin Leroy <colin@colino.net>
19064         * src/crash.c
19065                 Fix gtk2 compilation
19066         * src/session.c
19067                 Remove iotag source handler at disconnection
19068         * src/socket.[ch] 
19069                 Remove source handler when closing socket 
19070                 (fixes another seg)
19071
19072 2003-12-04 Colin Leroy <colin@colino.net>
19073         * src/compose.c
19074           src/prefs_account.c
19075           src/prefs_common.c
19076                 Fix some dropdown menus
19077
19078 2003-12-04 Colin Leroy <colin@colino.net>
19079         * src/compose.c
19080                 Fix event handlers on header fields
19081         * src/common/socket.c
19082           src/common/session.c
19083                 Fix segfault with callback (SSL)
19084                 Fix end of session 
19085
19086 2003-10-06 Thorsten Maerz <torte@netztorte.de>
19087
19088         * Fix compile bug in src/compose.c
19089         * removed src/gtk/gtkstext.[ch]
19090
19091 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
19092
19093         * Convert character set and escape "text" attributes in toolbar setting
19094         files.
19095         * Fixed bug in button-press-event handling.
19096
19097 2003-09-16 Thorsten Maerz <torte@netztorte.de>
19098
19099         * Fixed bug in key-press-event handling.
19100
19101 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
19102
19103         * Enabled to compile tray-icon plugin (Ad-hoc).
19104         * Avoid hang up bug of icon list in mime view (Ad-hoc).
19105
19106 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
19107
19108         * Enabled to compile on sylpheed-claws.
19109         (tray-icon plugin still cannot compile yet.)
19110
19111 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
19112
19113         * Updated to 0.9.5.
19114
19115 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
19116
19117         * Updated to 0.9.4.
19118         * Ported monitoring SSL mechanism to GSource of GLib2
19119         (I don't confirm it)
19120         * Added _gtk2 suffix to key name of font preference to avoid
19121         ovverwriting preference of Gtk+-1.2 version.
19122
19123 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
19124
19125         * Updated to 0.9.2.
19126
19127 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
19128
19129         * Updated to 0.9.1.
19130         * Translate po files into UTF-8 when execute autogen.sh.
19131
19132 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
19133
19134         * Updated to 0.9.0.
19135
19136 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
19137
19138         * Plugged GError related memory leaks.
19139
19140 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
19141
19142         * Changed default size of fonts.
19143         * Enabled to set titile font size of warning dialog.
19144
19145 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
19146
19147         * Embed a sylpheed icon into executable binary on Windows.
19148
19149 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
19150
19151         * I forgot to traslate character set of element string in src/xml.c.
19152
19153 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
19154
19155         * Fixed detecting bind_textdomain_codeset in configure.in.
19156         * The bug in which "Example" of "Date fromat" preference isn't displayed
19157         correctly has been fixed.
19158
19159 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
19160
19161         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
19162           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
19163           glib-gettextize
19164           Removed intl directory.
19165           Translated po files into UTF-8.
19166           (Thanks! Ryuji Abe)
19167
19168 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
19169
19170         * The bug which doesn't unscape string in xml.c has been fixed.
19171
19172 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
19173
19174         * The bug which is failed to translate encoding of file name thorough
19175         file dialog has been fixed.
19176
19177 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
19178
19179         * Modified to translate file names which is used in inporting/expoting
19180         mbox feature and "Save as" feature into locale encoding.
19181         * Translate file names into locale encoding when "Attache file" and
19182         "Insert file".
19183         * Force set G_BROKEN_FILENAMES environment variable.
19184         * Other minor fixes.
19185
19186 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
19187
19188         * Modified to treat MH folder's name as locale encoding.
19189
19190 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
19191
19192         * The bug which clash on switching candidates of auto completion of
19193         addresses, cannot use auto completion in Japanesse is fixed
19194         (Thanks! Tokunaga-san)¡¥
19195
19196 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19197
19198         * The bug which cannot switch key accelerator preference has been fixed
19199         (Thanks! smbd-san)¡¥
19200
19201 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19202
19203         * version 0.8.11-gtk2-20030314
19204
19205 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19206
19207         * The bug in which character set conversion of filtering messages has
19208         been fixed.(Thanks! COCOA-san).
19209
19210 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
19211
19212         * Revived "Leave space on head" preference in "Message" category.
19213         * A bug which clash when put the cursor to end of buffer and execute
19214         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
19215
19216 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19217
19218         * version 0.8.11-gtk2-20030312
19219
19220 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19221
19222         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
19223         * Modified to use Pango's API directly for font preference.
19224         * Integrated GtkTextView of textview to one widget.
19225         * Set fonts of header title in textview by "header_title" tag.
19226         * Removed some deprecated codes.
19227
19228 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
19229
19230         * Updated to 0.8.11.
19231         * Merged cygwin patch(Thanks! Sakai-san).
19232
19233 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
19234
19235         * version 0.8.10-gtk2-20030309