ed69007aebadfd407476b1cfd92c71bf454401c3
[claws.git] / ChangeLog
1 2006-10-18 [colin]      2.5.5cvs17
2
3         * src/gtk/quicksearch.c
4                 Remove "save to history only if there's
5                 no syntax error", it breaks for some 
6                 reason which I'll investigate later.
7
8 2006-10-18 [colin]      2.5.5cvs16
9
10         * src/prefs_common.c
11         * src/prefs_common.h
12         * src/summaryview.c
13         * src/gtk/quicksearch.c
14         * src/gtk/quicksearch.h
15                 Add a type-ahead option for fast searches
16                 Patch by Fabien Vantard
17
18 2006-10-18 [colin]      2.5.5cvs15
19
20         * src/compose.c
21         * src/compose.h
22                 Add Options/Reply mode/ menu to be able to
23                 change the recipients of a reply on the fly
24
25 2006-10-18 [colin]      2.5.5cvs14
26
27         * src/compose.c
28                 Fix redirecting of our own sent mails
29
30 2006-10-17 [wwp]        2.5.5cvs13
31
32         * src/send_message.c
33                 Fix duplicate error messages when sending, and missing
34                 newline in such error messages.
35
36 2006-10-17 [colin]      2.5.5cvs12
37
38         * src/compose.c
39                 Compare addresses case-insensitive
40
41 2006-10-17 [colin]      2.5.5cvs11
42
43         * src/plugins/pgpcore/sgpgme.c
44                 Fix return status
45
46 2006-10-17 [colin]      2.5.5cvs10
47
48         * src/plugins/pgpcore/pgp_viewer.c
49                 Fix return status
50
51 2006-10-17 [colin]      2.5.5cvs9
52
53         * src/quote_fmt.c
54                 Fix a typo (thanks to Fabien)
55
56 2006-10-16 [colin]      2.5.5cvs8
57
58         * src/textview.c
59                 Fix problem with quote-folding when emails
60                 don't convert cleanly to UTF-8
61
62 2006-10-14 [colin]      2.5.5cvs7
63
64         * src/prefs_template.c
65                 Reset fields when reopening
66                 the window
67
68 2006-10-13 [paul]       2.5.5cvs6
69
70         * manual/advanced.xml
71         * src/prefs_message.c
72                 make 'respect_flowed_format' a hidden
73                 option, and add a manual entry for it
74                 Thanks to Colin
75
76 2006-10-12 [colin]      2.5.5cvs5
77
78         * src/codeconv.c
79                 Revert part of 2.5.2cvs21:
80                 Don't optimise by reusing the 
81                 last iconv converter if possible:
82                 it seems slightly broken in a 
83                 very hard way to reproduce
84
85 2006-10-12 [colin]      2.5.5cvs4
86
87         * src/prefs_common.c
88         * src/prefs_common.h
89         * src/prefs_message.c
90         * src/procmime.c
91                 Fix bug 1035, 'Incorrect handling 
92                 of flowed lines'. We now optionnaly
93                 handle this format (preference is in
94                 Message View/Text options section)
95
96 2006-10-12 [colin]      2.5.5cvs3
97
98         * po/POTFILES.in
99                 Add new file
100         * src/plugins/pgpcore/pgp_viewer.c
101         * src/plugins/pgpcore/sgpgme.c
102                 Don't try to import without asking
103
104 2006-10-12 [colin]      2.5.5cvs2
105
106         * src/compose.c
107                 Fix bug 1036, 'Forwarding a mutlipart
108                 mail with a "text/html" block to ms
109                 outlook users leeds to freeze of
110                 outlook'. Poor outlook users...
111
112 2006-10-12 [paul]       2.5.5cvs1
113
114         * NEWS
115         * README
116         * configure.ac
117                 Update version number following
118                 stable release
119
120 2006-10-11 [paul]       2.5.4cvs1
121
122         * NEWS
123         * README
124         * configure.ac
125                 Update version number following
126                 stable release
127
128 2006-10-11 [paul]       2.5.3cvs32
129
130         * src/textview.c
131                 fix bug 1032, 'Segmentation fault when showing
132                 message' (bug in quote folding)
133                 Thanks to Colin
134
135 2006-10-10 [colin]      2.5.3cvs31
136
137         * src/quote_fmt.c
138                 Rephrase english a bit
139
140 2006-10-10 [colin]      2.5.3cvs30
141
142         * src/prefs_compose_writing.c
143                 Stop making the page larger than the window
144
145 2006-10-10 [wwp]        2.5.3cvs29
146
147         * src/compose.c
148         * src/prefs_template.c
149         * src/quote_fmt.c
150         * src/quote_fmt.h
151         * src/quote_fmt_lex.l
152         * src/quote_fmt_parse.y
153                 Extend the quote parser a bit: allow to get access to
154                 basic (composing) account info.
155
156 2006-10-10 [colin]      2.5.3cvs28
157
158         * src/procheader.c
159                 Fix this \t problem in subject
160
161 2006-10-09 [colin]      2.5.3cvs27
162
163         * src/main.c
164         * src/prefs_gtk.c
165                 Prepare cache a bit later
166                 If section already exists, skip the new one 
167                 (as previously); avoid writing the same block
168                 twice - if we find a second block with the 
169                 same id, skip it.
170         * src/plugins/pgpcore/pgp_viewer.c
171                 Set cursor to busy when retrieving a key
172         * src/plugins/pgpcore/sgpgme.c
173                 allow 5 seconds for gpg to export the key
174                 
175
176 2006-10-09 [colin]      2.5.3cvs26
177
178         * configure.ac
179         * src/msgcache.c
180         * src/prefs_gtk.c
181                 Check for existence of fgets_unlocked
182                 and fwrite_unlocked
183
184 2006-10-09 [paul]       2.5.3cvs25
185
186         * src/prefs_summaries.c
187                 replace strftime() with fast_strftime() and in
188                 the consequence fix the bug in the display of
189                 AM/PM in the 'Example' string
190
191 2006-10-09 [ticho]      2.5.3cvs24
192
193         * po/sk.po
194                 Updated (and fixed up somewhat) Slovak translation.
195
196 2006-10-08 [colin]      2.5.3cvs23
197
198         * src/prefs_folder_item.c
199                 Explain why prefs in the top-level folder
200                 aren't retained, but are still useful
201
202 2006-10-08 [colin]      2.5.3cvs22
203
204         * src/prefs_gtk.c
205                 Don't cache anything if caching fails
206
207 2006-10-08 [colin]      2.5.3cvs21
208
209         * src/common/utils.c
210                 always include gi18n.h
211
212 2006-10-07 [colin]      2.5.3cvs20
213
214         * src/plugins/pgpcore/pgp_viewer.c
215                 Kill gpg after 5 seconds wait
216
217 2006-10-07 [colin]      2.5.3cvs19
218
219         * src/plugins/pgpcore/pgp_viewer.c
220         * src/plugins/pgpcore/pgp_viewer.h
221                 Fix copyright
222
223 2006-10-07 [colin]      2.5.3cvs18
224
225         * src/plugins/pgpcore/pgp_viewer.c
226         * src/plugins/pgpcore/pgp_viewer.h
227                 Actually add the files to CVS
228
229 2006-10-07 [colin]      2.5.3cvs17
230
231         * src/plugins/pgpcore/sgpgme.c
232                 Be sure not to crash on 'application/pgp-signature' that
233                 are not application/pgp-signatures
234
235 2006-10-07 [colin]      2.5.3cvs16
236
237         * src/textview.c
238         * src/textview.h
239                 Make a bit more of the API available
240         * src/plugins/pgpcore/Makefile.am
241         * src/plugins/pgpcore/plugin.c
242         * src/plugins/pgpcore/sgpgme.c
243                 Add basic key import/export
244
245 2006-10-07 [colin]      2.5.3cvs15
246
247         * src/folderview.c
248         * src/imap.c
249         * src/prefs_account.c
250         * src/wizard.c
251                 Warn users *everywhere* if libetpan's not
252                 linked in
253
254 2006-10-06 [mones]      2.5.3cvs14
255
256         * po/de.po
257         * po/es.po
258                 updated by Stephan Sachse and me
259
260 2006-10-06 [colin]      2.5.3cvs13
261
262         * src/main.c
263         * src/common/sylpheed.c
264                 Don't load common plugins if --exit is passed
265         * src/prefs_gtk.c
266         * src/prefs_gtk.h
267                 Implement a cache to avoid reading the same
268                 files over and over again at startup
269
270 2006-10-06 [colin]      2.5.3cvs12
271
272         * src/summaryview.c
273         * src/gtk/quicksearch.c
274                 Update display every 5k mails on fast searches
275
276 2006-10-06 [colin]      2.5.3cvs11
277
278         * src/textview.c
279                 Don't do quote folding on HTML or ERTF.
280                 May fix the Cygwin issues if they were
281                 happening with HTML mails?
282
283 2006-10-05 [colin]      2.5.3cvs10
284
285         * src/prefs_gtk.c
286                 Oops, forgot one
287
288 2006-10-05 [colin]      2.5.3cvs9
289
290         * src/prefs_gtk.c
291                 Use unlocked_stdio here too
292
293 2006-10-05 [colin]      2.5.3cvs8
294
295         * src/folderview.c
296                 Fix go to next * after preferences apply
297         * src/msgcache.c
298                 Do the fd lock/unlock ourselves instead of
299                 letting the libc do it at each write 
300
301 2006-10-05 [colin]      2.5.3cvs7
302
303         * src/common/utils.c
304                 Faster division, thanks to Jean Diraison
305
306 2006-10-05 [paul]       2.5.3cvs6
307
308         * src/common/utils.c
309                 fix building with --disable-nls
310
311 2006-10-04 [colin]      2.5.3cvs5
312
313         * src/folder.c
314                 Maybe fix a segfault
315
316 2006-10-04 [wwp]        2.5.3cvs4
317
318         * src/prefs_folder_item.c
319                 Fine-tune layouts in folder item prefs. Suggested by
320                 Fabien Vantard <fzzzzz@gmail.com>.
321
322 2006-10-04 [wwp]        2.5.3cvs3
323
324         * src/prefs_folder_item.c
325                 Kill the clandestine passengers. You didn't see anything.
326
327 2006-10-04 [wwp]        2.5.3cvs2
328
329         * src/prefs_folder_item.c
330                 Add a way to test the subject simplify regexp in
331                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
332                 w/ few layout changes.
333
334 2006-20-04 [paul]       2.5.3cvs1
335
336         * NEWS
337         * README
338         * configure.ac
339                 Update version number following
340                 stable release
341
342 2006-10-04 [colin]      2.5.2cvs42
343
344         * src/folder.c
345         * src/folder.h
346         * src/summaryview.c
347                 Provide a way for folder classes to set their sort
348                 type and key
349
350 2006-10-03 [colin]      2.5.2cvs41
351
352         * src/mh.c
353                 Don't use strlen() to know if the
354                 string's empty
355
356 2006-10-03 [colin]      2.5.2cvs40
357
358         * src/mh.c
359                 Fix "check for new folders" with accentued folders
360
361 2006-10-03 [ticho]      2.5.2cvs39
362
363         * src/filtering.c
364         * src/folder.c
365         * src/inc.c
366         * src/mbox.c
367                 Colin's fix for "copy" filtering rules.
368
369 2006-10-02 [colin]      2.5.2cvs38
370
371         * src/folderview.c
372                 Fix for double-click too
373
374 2006-10-02 [colin]      2.5.2cvs37
375
376         * src/folderview.c
377                 correct fix for cvs36
378
379 2006-10-02 [colin]      2.5.2cvs36
380
381         * src/folderview.c
382                 Fix 'goto next unread' after collapsing/expanding 
383                 a node.
384
385 2006-10-02 [colin]      2.5.2cvs35
386
387         * src/summaryview.c
388                 Fix double freeze/thaw
389         * src/common/utils.c
390         * src/common/utils.h
391                 Reimplement strftime
392         * src/procheader.c
393                 Use it
394
395
396 2006-10-02 [colin]      2.5.2cvs34
397
398         * src/mh.c
399                 Time mh_write_sequences() - it's fast
400         * src/summaryview.c
401                 Init a variable to shut up gcc
402
403 2006-10-01 [colin]      2.5.2cvs33
404
405         * src/folder.c
406         * src/mh.c
407         * src/mh.h
408         * src/msgcache.c
409                 Add helper mh_set_mtime(), and set mtime to stat()'s result
410                 Add fsync but disable it, it's slow as hell
411
412 2006-10-01 [colin]      2.5.2cvs32
413
414         * src/mh.c
415         * src/msgcache.c
416                 fflush() caches and mh_sequences before
417                 fclose()ing
418
419 2006-10-01 [colin]      2.5.2cvs31
420
421         * src/msgcache.c
422                 Don't ftruncate when not using mmap
423
424 2006-09-30 [colin]      2.5.2cvs30
425
426         * src/main.c
427                 Write folder list *after* saving caches
428
429 2006-09-30 [colin]      2.5.2cvs29
430
431         * src/folder.c
432         * src/mh.c
433                 Debug forced mtime changes
434
435 2006-09-30 [colin]      2.5.2cvs28
436
437         * src/folder.c
438         * src/main.c
439                 Remove useless debug_print()s (code
440                 well-tested)
441
442 2006-09-30 [colin]      2.5.2cvs27
443
444         * src/mh.c
445                 Do stuff faster when writing mh_sequences
446
447 2006-09-30 [colin]      2.5.2cvs26
448
449         * src/mh.c
450                 Don't let the writing of .mh_sequences, which
451                 can change the folder's mtime, let us think
452                 we need to scan.
453
454 2006-09-30 [colin]      2.5.2cvs25
455
456         * src/folder.c
457                 Move a debug_print where it belongs 
458                 (processing)
459         * src/summaryview.c
460                 Don't mess with a huge slow subject
461                 table if we're not threading by
462                 subject
463
464 2006-09-30 [colin]      2.5.2cvs24
465
466         * src/msgcache.c
467                 Reenable mmaped reads (*not* writes!)
468         * src/procmsg.c
469                 Don't destroy and recreate hashtables just
470                 for fun
471         * src/common/utils.c
472                 Remove useless reply prefixes (it's case
473                 unsensitive)
474
475 2006-09-30 [wwp]        2.5.2cvs23
476
477         * tools/fix_date.sh
478                 Fixed a minor bug in date value extraction, added a switch
479                 to replace non RFC-compliant Date: value, added a switch
480                 to use strict RFC matching patterns for dates.
481
482 2006-09-29 [colin]      2.5.2cvs22
483
484         * src/matcher_parser.h
485         * src/matcher_parser_parse.y
486         * src/prefs_filtering.c
487         * src/statusbar.c
488         * src/summary_search.c
489         * src/summaryview.c
490         * src/gtk/quicksearch.c
491         * src/gtk/quicksearch.h
492                 Optimise searches by setting different
493                 refresh intervals (depending if the 
494                 search is fast or not)
495
496 2006-09-29 [colin]      2.5.2cvs21
497
498         * src/codeconv.c
499                 Optimise by reusing the last iconv converter
500                 if possible
501         * src/textview.c
502                 Optimise a bit (the foldable quotes feature
503                 still has an awful O(n^2) algo
504
505 2006-09-29 [colin]      2.5.2cvs20
506
507         * src/gtk/gtksctree.c
508         * src/gtk/gtksctree.h
509                 Optimise de-selection via up/down or
510                 another key
511
512 2006-09-28 [colin]      2.5.2cvs19
513
514         * src/action.c
515         * src/compose.c
516         * src/folderview.c
517         * src/mainwindow.c
518         * src/messageview.c
519         * src/summary_search.c
520         * src/toolbar.c
521                 Avoid using summaryview->ctree directly
522
523 2006-09-28 [colin]      2.5.2cvs18
524
525         * src/summaryview.c
526         * src/summaryview.h
527                 Add helpers to freeze/thaw/grab_focus
528                 Factorize calls to freeze/thaw/grab_focus
529                 
530
531 2006-09-28 [colin]      2.5.2cvs17
532
533         * src/main.c
534                 More guards for the session management
535
536 2006-09-28 [colin]      2.5.2cvs16
537
538         * src/folderview.c
539         * src/gtk/gtksctree.c
540         * src/gtk/gtksctree.h
541                 Make expanding not recursive in folderview
542
543 2006-09-28 [colin]      2.5.2cvs15
544
545         * src/addressbook.c
546                 If nothing is selected in the list (right part)
547                 and a group is selected in the tree (left part),
548                 mail this group.
549
550 2006-09-28 [colin]      2.5.2cvs14
551
552         * src/Makefile.am
553                 Actually use SM_LIBS
554
555 2006-09-28 [ticho]      2.5.2cvs13
556
557         * src/export.c
558         * src/messageview.c
559         * src/mimeview.c
560         * src/news.c
561         * src/pop.c
562         * src/prefs_themes.c
563         * src/procmsg.c
564                 Small i18n string optimization.
565         * src/send_message.c
566         * src/summaryview.c
567         * src/common/session.c
568         * src/common/smtp.c
569         * src/common/ssl_certificate.c
570         * src/common/utils.c
571                 Use "Couldn't" instead of "Can't" in UI messages,
572                 where appropriate.
573
574 2006-09-28 [colin]      2.5.2cvs12
575
576         * configure.ac
577                 Possibly fix link errors
578
579 2006-09-27 [wwp]        2.5.2cvs11
580
581         * src/gtk/authors.h
582         * doc/man/sylpheed-claws.1
583         * manual/ack.xml
584         * manual/es/ack.xml
585         * manual/fr/ack.xml
586         * manual/pl/ack.xml
587                 Updated authors info (me, myself and I).
588
589 2006-09-27 [colin]      2.5.2cvs10
590
591         * src/addressbook.c
592                 Remove useless printf
593
594 2006-09-27 [wwp]        2.5.2cvs9
595
596         * src/editgroup.c
597         * src/send_message.c
598         * src/inc.c
599         * src/prefs_common.c
600         * src/prefs_common.h
601         * src/gtk/progressdialog.c
602                 remember more windows' sizes (send dialog, received dialog,
603                 edit group in addressbook).
604
605 2006-09-27 [colin]      2.5.2cvs8
606
607         * configure.ac
608         * src/main.c
609         * src/mainwindow.h
610                 Use libSM to communicate with the session
611                 manager, so that we can know when the 
612                 session ends, save our caches, and draft
613                 our compose windows.
614
615 2006-09-27 [colin]      2.5.2cvs7
616
617         * src/addressbook.c
618                 Fix issues:
619                 o Allow Book and Group creation from the tree's
620                   contextual menu
621                 o Do not actually delete the contacts when 
622                   deleting groups from the tree (duh!)
623
624 2006-09-27 [colin]      2.5.2cvs6
625
626         * src/compose.c
627         * src/compose.h
628         * src/mainwindow.c
629         * src/textview.c
630         * src/toolbar.c
631                 o Allow passing an email address to 
632                   compose_new_with_folderitem
633                 o Update callers
634                 o Use current folderitem when clicking
635                   on a TextView mailto: link
636                 o Fix a possible leak in TextView
637
638 2006-09-27 [colin]      2.5.2cvs5
639
640         * src/html.c
641                 Use UTF-8 chars to replace HTML entities
642
643 2006-09-27 [colin]      2.5.2cvs4
644
645         * AUTHORS
646         * src/prefs_account.c
647         * src/gtk/authors.h
648                 Fix bug #1024 (Array index out of
649                 range in sylpheed-claws-2.5.2)
650                 Patch by Ales Nosek <anosek@suse.cz>
651
652 2006-09-27 [colin]      2.5.2cvs3
653
654         * src/addr_compl.c
655                 Actually do the test
656
657 2006-09-27 [colin]      2.5.2cvs2
658
659         * src/addr_compl.c
660         * src/addr_compl.h
661                 Allow completing with comma (in certain cases: vCalendar
662                 for example doesn't support that)
663                 Patch by Fabien Vantard
664
665 2006-09-26 [colin]      2.5.2cvs1
666
667         * src/Makefile.am
668         * src/addr_compl.c
669         * src/addr_compl.h
670         * src/addrbook.c
671         * src/addrbook.h
672         * src/addressbook.c
673         * src/addrindex.c
674         * src/addrindex.h
675         * src/compose.c
676         * src/prefs_common.c
677         * src/prefs_filtering_action.c
678         * src/prefs_folder_item.c
679         * src/prefs_template.c
680         * src/stock_pixmap.c
681         * src/stock_pixmap.h
682         * src/pixmaps/addr_one.xpm
683         * src/pixmaps/addr_two.xpm
684                 Add auto-completion on groups
685
686 2006-09-26 [colin]      2.5.2
687
688         * NEWS
689         * README
690         * RELEASE_NOTES
691                 2.5.2 released
692
693 2006-09-26 [colin]      2.5.1cvs5
694
695         * src/matcher.c
696                 Fix condition
697
698 2006-09-26 [colin]      2.5.1cvs4
699
700         * src/mbox.c
701                 Revert cvs1 (useless as the message is printed 
702                 every 500 mails)
703
704 2006-09-26 [colin]      2.5.1cvs3
705
706         * src/partial_download.c
707                 Fix crasher found by Alexsandar Urosevic
708
709 2006-09-26 [colin]      2.5.1cvs2
710
711         * src/summaryview.c
712                 Fix bug #1023 (Sylpheed deletes too much messages)
713
714 2006-09-26 [ticho]      2.5.1cvs1
715
716         * src/mbox.c
717                 Make use of gettext's multiple plurals for statusbar
718                 progress message.
719
720 2006-09-25 [paul]       2.5.1
721
722         * NEWS
723         * README
724         * RELEASE_NOTES
725                 2.5.1 released
726
727 2006-09-25 [colin]      2.5.0cvs3
728
729         * src/plugins/bogofilter/bogofilter.c
730         * src/plugins/clamav/clamav_plugin.c
731         * src/plugins/spamassassin/spamassassin.c
732                 BogoFilter, Spamassassin: Fix double hook registering after
733                 visiting preferences
734                 Spamassassin, Clamav: Just set the mails to move instead of
735                 doing the move - caller will move the things at once.
736
737 2006-09-25 [colin]      2.5.0cvs2
738
739         * src/imap.c
740         * src/etpan/imap-thread.c
741                 Use UID SEARCH ALL instead of UID 1:*
742                 (braindead servers can't figure out that's
743                 the same...)
744
745 2006-09-25 [wwp]        2.5.0cvs1
746
747         * src/message_search.c
748                 Added the ability to stop a running search (in message body).
749
750 2006-09-25 [paul]       2.5.0
751
752         * NEWS
753         * README
754         * RELEASE_NOTES
755                 2.5.0 released
756
757 2006-09-25 [paul]       2.4.0cvs214
758
759         * po/cs.po
760         * po/de.po
761         * po/fi.po
762         * po/fr.po
763         * po/nl.po
764         * po/pt_BR.po
765         * po/sk.po
766         * po/sr.po
767         * po/zh_CN.po
768                 updated by Tim, Stephan Sachse, Flammie Pirinen,
769                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
770                 Ticho, Aleksander Urosevic, Ralgh Young
771
772 2006-09-24 [mones]      2.4.0cvs213
773
774         * po/es.po
775                 Updated for release
776
777 2006-09-23 [colin]      2.4.0cvs212
778
779         * src/gtk/inputdialog.c
780                 Fix [ ] remember this appearing in normal
781                 input dialogs after it's been used by
782                 mimeview.
783         * src/folder.c
784         * src/folderview.c
785         * src/msgcache.c
786         * src/procmsg.c
787         * src/summaryview.c
788         * src/textview.c
789         * src/common/timing.h
790                 Enable timings in debug mode and make it
791                 look prettier.
792
793 2006-09-22 [colin]      2.4.0cvs211
794
795         * README
796                 Revert test change
797         * commitHelper
798                 ping the correct URI
799
800 2006-09-22 [colin]      2.4.0cvs210
801
802         * README
803                 Let's see if bug #1022 is fixed
804
805 2006-09-21 [colin]      2.4.0cvs209
806
807         * src/wizard.c
808         * src/common/plugin.c
809                 Prepare infra to load predefined plugins when
810                 no configuration existed. Don't actually load
811                 anything yet (feat. freeze)
812
813 2006-09-21 [wwp]        2.4.0cvs208
814
815         * manual/fr/faq.xml
816                 Partial sync w/ 2.4.0cvs72:
817                 wrap file and minor updates.
818
819 2006-09-21 [wwp]        2.4.0cvs207
820
821         * tools/fix_date.sh
822                 several fixes and enhancements. A new --force switch has been
823                 added to prevent overriding by default Date: header when
824                 already existing.
825
826 2006-09-21 [paul]       2.4.0cvs206
827
828         * src/common/utils.c
829                 add Chinese UTF8 Re prefix
830
831 2006-09-21 [wwp]        2.4.0cvs205
832
833         * tools/Makefile.am
834                 Fics alfabettical order.
835
836 2006-09-21 [wwp]        2.4.0cvs204
837
838         * tools/fix_date.sh
839         * tools/Makefile.am
840                 Added an action tool to fix missing Date field in emails.
841                 Updated Makefile.am to reflect those last two additions.
842
843 2006-09-21 [wwp]        2.4.0cvs203
844
845         * tools/uuooffice
846                 Added a action tool to open uuencoded docs w/
847                 OpenOffice (based on uudec method).
848
849 2006-09-21 [colin]      2.4.0cvs202
850
851         * src/compose.c
852         * src/textview.c
853                 Workaround possible GTK crash: remove selection 
854                 clipboard before destroying widget, or GTK+-2.10
855                 dies. Thanks to Hiro.
856
857 2006-09-20 [colin]      2.4.0cvs201
858
859         * src/compose.c
860                 Fix free-after-use in some cases (when 
861                 procmime_encode_content() frees mimeinfo->data.mem
862                 and turns it to a temp file)
863
864 2006-09-20 [colin]      2.4.0cvs200
865
866         * src/folderview.c
867         * src/summaryview.c
868         * src/gtk/gtksctree.c
869         * src/gtk/gtksctree.h
870                 Add tooltips in the folderview and summaryview
871                 (Doesn't break string freeze as they already
872                 exist)
873         * src/toolbar.c
874                 Put the spam button in the default configuration
875                 if compiled with bogo plugin too
876
877 2006-09-19 [colin]      2.4.0cvs199
878
879         * src/summaryview.c
880         * src/summaryview.h
881                 Update folder name label on folder rename
882         * src/prefs_matcher.c
883         * src/gtk/logwindow.h
884                 Fix warnings
885                 Patches by Fabien
886
887 2006-09-19 [wwp]        2.4.0cvs198
888
889         * src/summary_search.c
890                 fix can't click forward/backward buttons in the
891                 search messages.
892
893 2006-09-18 [paul]       2.4.0cvs197
894
895         * src/wizard.c
896                 add missing bracket, capitalise the A of
897                 'SpamAssassin'
898
899 2006-09-18 [paul]       2.4.0cvs196
900
901         * src/compose.c
902                 fix bug 1012 'crashed upon sending mail
903                 from compose window'
904                 Thanks to Colin
905
906 2006-09-16 [colin]      2.4.0cvs195
907
908         * src/folderview.c
909                 Fix "real-time" sorting by freezing/thawing
910
911 2006-09-16 [colin]      2.4.0cvs194
912
913         * manual/faq.xml
914                 Fix the anti-spam entry a bit
915
916 2006-09-16 [colin]      2.4.0cvs193
917
918         * src/wizard.c
919                 Make sure reviewers have no excuse when stating
920                 Sylpheed-Claws doesn't have antispam capabilities.
921
922 2006-09-16 [colin]      2.4.0cvs192
923
924         * src/main.c
925                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
926                 as if the SIGPIPE comes from etpan's thread we could
927                 trigger a GUI update from this thread.
928
929 2006-09-16 [colin]      2.4.0cvs191
930
931         * src/summaryview.c
932                 Init all members of the struct
933
934 2006-09-16 [paul]       2.4.0cvs190
935
936         * src/account.c
937                 improvements to the English
938
939 2006-09-15 [colin]      2.4.0cvs189
940
941         * src/summaryview.c
942                 HIG order on dialog
943
944 2006-09-14 [colin]      2.4.0cvs188
945
946         * src/common/socket.c
947         * src/common/socket.h
948         * src/common/ssl.c
949         * src/common/ssl_certificate.c
950         * src/common/ssl_certificate.h
951         * src/etpan/imap-thread.c
952                 the get_fqdn() call done to get canonical name when
953                 checking an SSL certificate is blocking, which is
954                 sad as we just did a non-blocking lookup to connect.
955                 Fix that by letting the fqdn available to the SockInfo,
956                 and use that in ssl_certificate_check(). For IMAP,
957                 we don't do it as the lookup's done by libetpan, but
958                 it's less annoying as IMAP connections as much more
959                 rare than POP3 connections.
960
961 2006-09-14 [paul]       2.4.0cvs187
962
963         * manual/advanced.xml
964                 improvements to the English,
965                 properly place the new hidden options
966                 within the alphabetical order
967         * src/gtk/pluginwindow.c
968                 improvements to the English
969
970 2006-09-14 [colin]      2.4.0cvs186
971
972         * src/prefs_common.c
973         * src/prefs_common.h
974         * src/gtk/gtksctree.c
975         * manual/advanced.xml
976                 New hidden pref, stripes_color_offset, to change
977                 the value added/substracted to normal bgcolor to
978                 create the stripes in summaries
979
980 2006-09-13 [colin]      2.4.0cvs185
981
982         * src/gedit-print.c
983         * src/messageview.c
984         * src/messageview.h
985         * src/summaryview.c
986         * src/textview.c
987                 Fix misc. printing issues: 
988                 - Bad font for linkified headers
989                 - Different font if the mail was displayed or not
990                 - Factorize the thing
991
992 2006-09-13 [colin]      2.4.0cvs184
993
994         * src/common/ssl_certificate.c
995                 Only get FQDN once when checking certificate
996
997 2006-09-13 [colin]      2.4.0cvs183
998
999         * src/account.c
1000         * src/gtk/pluginwindow.c
1001                 Misc. GUI fixes by Fabien
1002
1003 2006-09-13 [wwp]        2.4.0cvs182
1004
1005         * configure.ac
1006         * src/common/utils.h
1007         * src/common/utils.c
1008                 get rid of unused wide-char functions.
1009
1010 2006-09-13 [wwp]        2.4.0cvs181
1011
1012         * src/plugins/pgpinline/sylpheed.def
1013         * src/textview.c
1014                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
1015                 add privacy_reset_error to the .def file,
1016                 do not fork for an external textviewer.
1017
1018 2006-09-13 [wwp]        2.4.0cvs180
1019
1020         * src/prefs_common.c
1021                 fix broken font entry in prefs (patch issued by the gpg4win team,
1022                 probably by Marcus Brinkmann <marcus@g10code.de>).
1023
1024 2006-09-13 [colin]      2.4.0cvs179
1025
1026         * src/folder.h
1027                 Fix a warning in summaryview.c
1028         * src/mainwindow.c
1029         * src/summaryview.c
1030         * src/summaryview.h
1031                 Add missing Mark/* elements in the
1032                 main menu
1033
1034 2006-09-12 [colin]      2.4.0cvs178
1035
1036         * src/prefs_actions.c
1037         * src/prefs_filtering_action.c
1038         * src/prefs_matcher.c
1039                 Use (New) instead of New everywhere
1040
1041 2006-09-12 [wwp]        2.4.0cvs177
1042
1043         * manual/fr/addrbook.xml
1044         * manual/fr/handling.xml
1045                 updated some quotes in the fr manual to match the fr translation.
1046
1047 2006-09-12 [wwp]        2.4.0cvs176
1048
1049         * src/prefs_matcher.c
1050                 don't store translated string elements in matcher expressions.
1051                 Also fixed a misused of Q_().
1052
1053 2006-09-11 [wwp]        2.4.0cvs175
1054
1055         * src/plugins//bogofilter/bogofilter.c
1056         * src/plugins//clamav/clamav_plugin.c
1057         * src/plugins//demo/demo.c
1058         * src/plugins//dillo_viewer/dillo_viewer.c
1059         * src/plugins//pgpcore/plugin.c
1060         * src/plugins//pgpinline/plugin.c
1061         * src/plugins//pgpmime/plugin.c
1062         * src/plugins//spamassassin/spamassassin.c
1063                 gettext-ize more strings (mostly plugin error messages).
1064
1065 2006-09-11 [colin]      2.4.0cvs174
1066
1067         * src/alertpanel.c
1068                 Make maximum buffer size bigger to avoid
1069                 truncating translated messages. Patch by
1070                 Fabien
1071
1072 2006-09-11 [colin]      2.4.0cvs173
1073
1074         * src/etpan/imap-thread.c
1075                 Fix compilation on OpenBSD, thanks to 
1076                 Landry
1077
1078 2006-09-10 [wwp]        2.4.0cvs172
1079
1080         * manual/account.xml
1081         * manual/addrbook.xml
1082         * manual/handling.xml
1083         * manual/es/handling.xml
1084         * manual/fr/account.xml
1085         * manual/fr/addrbook.xml
1086         * manual/fr/handling.xml
1087                 documented addressbook matching (condition configuration):
1088                   addrbook.xml, en fr
1089                 documented per-account filtering rules (handling/filtering
1090                   section, account section):
1091                   account.xml, handling.xml, en fr
1092                 slightly updated the handling/searching section to tell few
1093                   words about the extended search ability:
1094                   handling.xml, en fr
1095                 added missing <quote></quotes> to Quick Search:
1096                   handling.xml, en fr es
1097                 fixed a typo (auomatically):
1098                   handling.xml, en
1099                 changes revisited by Paul.
1100
1101 2006-09-10 [paul]       2.4.0cvs171
1102
1103         * src/prefs_actions.c
1104         * src/prefs_filtering.c
1105         * src/prefs_template.c
1106                 adjustments to the gui
1107                 Patch by Fabien Vantard (slightly modified)
1108
1109 2006-09-10 [colin]      2.4.0cvs170
1110
1111         * src/summaryview.c
1112                 Check folderitem/summaryview consistency
1113                 (basically automates Update summary). Fixes
1114                 #1011 (wrong (negative) count on unread 
1115                 messages)
1116
1117 2006-09-10 [colin]      2.4.0cvs169
1118
1119         * src/gtk/gtksctree.c
1120                 Fix recursive expansion via mouse
1121         * src/plugins/bogofilter/bogofilter.c
1122                 Use normal filtering way of moving
1123                 messages (batching), possibly fixing
1124                 bug #1015 (Bogofilter plugin doubles 
1125                 new messages)
1126
1127 2006-09-09 [wwp]        2.4.0cvs168
1128
1129         * src/prefs_filtering.c
1130                 better place for this fix.
1131
1132 2006-09-09 [wwp]        2.4.0cvs167
1133
1134         * src/prefs_filtering.c
1135                 fix a minor bug when the enabled status of a filtering/processing
1136                 rule always got set to TRUE when replacing this rule. That still
1137                 make sense when adding a new rule, but now when replacing, we
1138                 don't override the value of 'enabled'.
1139                 Also renamed the func prefs_filtering_list_view_get_rule_name()
1140                 to prefs_filtering_list_view_get_info() as this function not only
1141                 returns the name, but also the account_id and the enabled status.
1142
1143 2006-09-09 [mones]      2.4.0cvs166
1144
1145         * manual/glossary.xml
1146         * manual/plugins.xml
1147                 Minor format corrections
1148         * manual/gpl.xml
1149                 Fix misplaced NO WARRANTY section
1150         * manual/es/advanced.xml
1151         * manual/es/faq.xml
1152         * manual/es/glossary.xml
1153         * manual/es/gpl.xml
1154         * manual/es/handling.xml
1155         * manual/es/plugins.xml
1156         * manual/es/starting.xml
1157                 Incorporate changes from English version
1158         * manual/fr/ack.xml
1159         * manual/pl/ack.xml
1160         * manual/es/ack.xml
1161                 Fix address, (add translation credits in es version)
1162         * po/es.po
1163                 Updated translation
1164
1165 2006-09-09 [wwp]        2.4.0cvs165
1166
1167         * src/prefs_filtering.c
1168                 fix a crash when opening filtering prefs, if matcherrc file contains
1169                 broken data (non-existing account id, which is theoretically not
1170                 possible).
1171
1172 2006-09-08 [colin]      2.4.0cvs164
1173
1174         * src/folder.c
1175                 Wrong assert, make it an if()
1176         * src/gtk/gtksctree.c
1177                 Fix bug #1013 (expand selected thread 
1178                 tree) - expanding is now recursive
1179
1180 2006-09-07 [wwp]        2.4.0cvs163
1181
1182         * src/prefs_matcher.c
1183                 make better sentences about addressbook matching in the
1184                 matcher prefs. This should make translators' work easier
1185                 too.
1186
1187 2006-09-07 [wwp]        2.4.0cvs162
1188
1189         * src/prefs_filtering.c
1190                 code simplification (get rid of dup var. assignment).
1191
1192 2006-09-07 [wwp]        2.4.0cvs161
1193
1194         * src/summaryview.c
1195                 use GTK_STOCK icons when possible, patch by Fabien Vantard
1196                 <fzzzzz@gmail.com>.
1197
1198 2006-09-07 [paul]       2.4.0cvs160
1199
1200         * src/mimeview.c
1201                 fix compilation warnings
1202                 Thanks to Colin
1203
1204 2006-09-07 [paul]       2.4.0cvs159
1205
1206         * src/mimeview.c
1207                 select the mimepart icon when
1208                 displaying as text
1209                 Thanks to Colin
1210
1211 2006-09-06 [paul]       2.4.0cvs158
1212
1213         * src/prefs_filtering.c
1214                 fix labels and table element spacing
1215                 Patch by Fabien Vantard
1216
1217 2006-09-06 [paul]
1218
1219         2.5.0-rc3 released
1220
1221 2006-09-06 [paul]       2.4.0cvs157
1222
1223         * manual/es/advanced.xml
1224                 fix typo
1225
1226 2006-09-06 [wwp]        2.4.0cvs156
1227
1228         * src/mainwindow.c
1229                 fix an dup launch issue when iconified, thanks to Colin.
1230
1231 2006-09-06 [wwp]        2.4.0cvs155
1232
1233         * src/gtk//gtksctree.h
1234                 oops, forgot that one!
1235
1236 2006-09-06 [wwp]        2.4.0cvs154
1237
1238         * manual/pl/advanced.xml
1239         * manual/advanced.xml
1240         * manual/es/advanced.xml
1241         * manual/fr/advanced.xml
1242         * src/prefs_customheader.c
1243         * src/prefs_filtering_action.c
1244         * src/foldersel.c
1245         * src/prefs_summaries.c
1246         * src/prefs_filtering.c
1247         * src/account.c
1248         * src/compose.c
1249         * src/prefs_summary_column.c
1250         * src/addr_compl.c
1251         * src/prefs_actions.c
1252         * src/prefs_folder_column.c
1253         * src/ssl_manager.c
1254         * src/prefs_template.c
1255         * src/prefs_display_header.c
1256         * src/prefs_common.h
1257         * src/prefs_matcher.c
1258         * src/prefs_common.c
1259         * src/prefs_toolbar.c
1260         * src/summaryview.c
1261         * src/folderview.c
1262         * src/gtk/gtksctree.c
1263         * src/gtk/pluginwindow.c
1264         * src/gtk/progressdialog.c
1265         * src/gtk/prefswindow.c
1266                 renamed hidden option enable_rules_hint to use_stripes_everywhere
1267                 to make its meaning more obvious (all versions of the manual reflect
1268                 the change).
1269                 added an extra hidden option use_stripes_in_summary to allow
1270                 discarding these stripes in mainwindow's folder and message lists;
1271                 en and fr manuals only are OK towards this.
1272
1273 2006-09-06 [colin]      2.4.0cvs153
1274
1275         * src/textview.c
1276                 Hide Sylpheed-Claws' internal queue headers
1277                 when showing all headers. They'll be present
1278                 only in Source window.
1279
1280 2006-09-05 [colin]      2.4.0cvs152
1281
1282         * src/plugins/trayicon/trayicon.c
1283                 Fix crash at exit - we have to disconnect
1284                 our handlers
1285         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1286                 Update eggtrayicon - patch adapted from a
1287                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
1288                 on Sylpheed's ML
1289
1290 2006-09-05 [colin]      2.4.0cvs151
1291
1292         * src/mainwindow.c
1293         * src/gtk/logwindow.c
1294                 Fix race condition when something writes
1295                 to the log too soon during init. Thanks
1296                 to Fabien Vantard
1297
1298 2006-09-05 [colin]      2.4.0cvs150
1299
1300         * src/mimeview.c
1301                 Don't select part on right-click either
1302
1303 2006-09-05 [paul]       2.4.0cvs149
1304
1305         * src/mimeview.c
1306                 completion of previous commit
1307                 Thanks to Colin
1308
1309 2006-09-05 [colin]      2.4.0cvs148
1310
1311         * src/mimeview.c
1312                 Don't force selection on middle-click, just open
1313
1314 2006-09-04 [colin]      2.4.0cvs147
1315
1316         * src/mimeview.c
1317                 Looks like gtk_notebook_set_current_page()
1318                 sometimes steals focus, and this annoys us
1319                 in MimeViewers as it renders navigation
1320                 keys useless. Take back focus after switching
1321                 pages.
1322
1323 2006-09-04 [colin]      2.4.0cvs146
1324
1325         * src/messageview.c
1326                 Set stop_loading when clicking on Next
1327                 during load. Don't add a callback to 
1328                 avoid over-complicating things.
1329
1330 2006-09-04 [colin]      2.4.0cvs145
1331
1332         * src/mimeview.c
1333         * src/messageview.c
1334                 Fix multiple loads in separate messageview
1335
1336 2006-09-04 [colin]      2.4.0cvs144
1337
1338         * src/summaryview.c
1339                 Let navigation keys be handled during 
1340                 load
1341
1342 2006-09-04 [colin]      2.4.0cvs143
1343
1344         * src/messageview.c
1345         * src/summaryview.c
1346         * src/textview.c
1347         * src/textview.h
1348                 Make loading of huge mails (lots of text and/or
1349                 images) cancellable, so the GUI doesn't block 
1350
1351 2006-09-04 [colin]      2.4.0cvs142
1352
1353         * src/plugins/trayicon/trayicon.c
1354                 Fix annoyance when removing a folder with 
1355                 unread mails: trayicon didn't update
1356
1357 2006-09-04 [paul]       2.4.0cvs141
1358
1359         * src/gtk/icon_legend.c
1360                 straighten up columns
1361                 Patch by Fabien Vantard
1362
1363 2006-09-04 [wwp]        2.4.0cvs140
1364
1365         * src/prefs_filtering.c
1366                 fix new line's account name in filtering prefs:
1367                 was "All", is now "(New)".
1368
1369 2006-09-04 [paul]       2.4.0cvs139
1370
1371         * tools/make.themes.project
1372                 use "AUTOMAKE_OPTIONS = dist-bzip2"
1373                 instead of homebrewed "make release"
1374
1375 2006-09-03 [colin]      2.4.0cvs138
1376
1377         * src/folderview.c
1378                 Fix bug #1007 (Wrong folder highlighted)
1379
1380 2006-09-03 [colin]      2.4.0cvs137
1381
1382         * src/compose.c
1383                 Don't set Newsgroup: header to a mail folder
1384                 path
1385
1386 2006-09-03 [paul]       2.4.0cvs136
1387
1388         * src/prefs_other.c
1389         * src/prefs_spelling.c
1390                 unify the gui
1391
1392 2006-09-03 [paul]       2.4.0cvs135
1393
1394         * src/prefs_summaries.c
1395                 correct menu item text in prefs_keybind_apply_clicked()
1396
1397 2006-09-03 [paul]       2.4.0cvs134
1398
1399         * manual/advanced.xml
1400                 some improvements to the descriptions
1401         * src/mainwindow.c
1402         * src/messageview.c
1403         * src/summaryview.c
1404         * src/gtk/menu.c
1405                 fix menu sensitivity issues
1406         * src/prefs_message.c
1407                 drop the useless word 'short'
1408         * src/prefs_other.c
1409                 add the word 'lines' indicating log length
1410                 is a measure of lines
1411         * src/textview.c
1412                 fix compilation warnings
1413
1414 2006-09-02 [colin]      2.4.0cvs133
1415
1416         * src/messageview.c
1417                 Display a special return-receipt message
1418                 if the message is from the user
1419         * src/summaryview.c
1420                 Fix missing freeze of the list when marking
1421                 all read and unthreading for exec. Thanks
1422                 to Stephan Sachse.
1423
1424 2006-09-02 [paul]       2.4.0cvs132
1425
1426         * src/mainwindow.c
1427         * src/prefs_message.c
1428         * src/summaryview.c
1429                 fix some english
1430
1431 2006-09-02 [wwp]        2.4.0cvs131
1432
1433         * src/prefs_filtering.c
1434                 added an account name column to the filtering rules
1435                 dialog.
1436
1437 2006-09-02 [colin]      2.4.0cvs130
1438
1439         * src/gtk/logwindow.c
1440         * src/gtk/logwindow.h
1441                 Block scrolling if we're not at the end
1442                 of the log
1443
1444 2006-09-02 [colin]      2.4.0cvs129
1445
1446         * src/folder.c
1447                 Make sure account-specific rules can't
1448                 be used in {pre-,post-,}processing
1449         * src/mainwindow.c
1450         * src/gtk/logwindow.c
1451         * src/gtk/logwindow.h
1452                 Jump to last error when clicking on the
1453                 warning icon
1454
1455 2006-09-02 [colin]      2.4.0cvs128
1456
1457         * src/imap.c
1458         * src/import.c
1459         * src/mainwindow.c
1460         * src/mainwindow.h
1461                 Fix warning icon
1462         * src/inc.c
1463         * src/mbox.c
1464         * src/mbox.h
1465                 Let proc_mbox know its account, for
1466                 account-specific rules
1467
1468 2006-09-01 [colin]      2.4.0cvs127
1469
1470         * src/codeconv.c
1471                 Don't uselessly use iconv to convert from
1472                 us-ascii
1473         * src/alertpanel.c
1474         * src/mainwindow.c
1475         * src/mainwindow.h
1476         * src/inc.c
1477                 Fix certain log cases, disable warning icon
1478                 for now, the correct way to display it when
1479                 necessary and only when necessary is probably
1480                 to do it manually rather than use error logs
1481         * src/etpan/imap-thread.c
1482                 Clean up UID logging a bit
1483         * src/gtk/logwindow.c
1484         * src/gtk/logwindow.h
1485                 Make logging faster when the window's closed
1486
1487 2006-09-01 [wwp]        2.4.0cvs126
1488
1489         * manual/fr/account.xml
1490                 reflect changes to the ref. manual (parts of cvs72):
1491                 fix tabnames and quotes.
1492
1493 2006-09-01 [wwp]        2.4.0cvs125
1494
1495         * manual/fr/plugins.xml
1496                 reflect changes to the reference manual (cvs42):
1497                 update IRC channel info.
1498
1499 2006-09-01 [wwp]        2.4.0cvs124
1500
1501         * commitHelper
1502                 use CVSEDITOR env. var. if set, according to `man cvs`.
1503
1504 2006-09-01 [wwp]        2.4.0cvs123
1505
1506         * manual/advanced.xml
1507                 better sentence again (thanks to Paul).
1508
1509 2006-09-01 [wwp]        2.4.0cvs122
1510
1511         * manual/advanced.xml
1512         fix definition of toolbar_detachable and rework a bit the one of
1513         enable_dotted_lines.
1514
1515 2006-09-01 [mones]      2.4.0cvs121
1516
1517         * manual/advanced.xml
1518                 Document enable_dotted_lines
1519
1520 2006-09-01 [paul]       2.4.0cvs120
1521
1522         * src/folderview.c
1523         * src/folderview.h
1524         * src/imap.c
1525         * src/mainwindow.c
1526         * src/summaryview.c
1527                 obey the 'When entering folder...' option
1528                 when using the /View/Go to/... menu items
1529                 Thanks to Colin
1530
1531 2006-08-31 [colin]      2.4.0cvs119
1532
1533         * src/folderview.c
1534                 Revert 2.4.0cvs116, wrong fix.
1535
1536 2006-08-31 [colin]      2.4.0cvs118
1537
1538         * src/gtk/gtksctree.c
1539                 Better state the various copyrights
1540
1541 2006-08-31 [colin]      2.4.0cvs117
1542
1543         * src/prefs_common.c
1544                 fix enable_dotted_lines
1545
1546 2006-08-31 [colin]      2.4.0cvs116
1547
1548         * src/folderview.c
1549                 Use pref "Always open on select" when going
1550                 to next unread folder
1551         * src/gtk/gtksctree.c
1552                 Fix link failure to _gtk_clist_create_cell_layout
1553                 on certain computers. (Why not mine, I wonder)
1554
1555 2006-08-31 [colin]      2.4.0cvs115
1556
1557         * src/procmsg.c
1558         * src/textview.c
1559         * src/plugins/bogofilter/bogofilter.c
1560         * src/plugins/spamassassin/spamassassin.c
1561                 Requalify some "errors" to warnings
1562         * src/mainwindow.c
1563         * src/mainwindow.h
1564         * src/statusbar.c
1565                 Add an icon in the statusbar to notify
1566                 of errors
1567         * src/gtk/gtksctree.c
1568         * src/folderview.c
1569         * src/summaryview.c
1570                 Make the GtkSCTree look more modern by
1571                 alternating background lines
1572         * src/prefs_common.c
1573         * src/prefs_common.h
1574                 Add a pref to let people have the old
1575                 way if they prefer
1576
1577
1578 2006-08-30 [colin]      2.4.0cvs114
1579
1580         * src/procmsg.c
1581         * src/procmsg.h
1582                 Provide a way to filter a list of
1583                 messages in an optimised manner, and
1584                 add a list-filtering hook
1585         * src/folder.c
1586         * src/inc.c
1587         * src/mbox.c
1588                 Use the list filtering
1589         * src/plugins/bogofilter/bogofilter.c
1590                 Use the list-filtering hook
1591                 Use -b (bulk) mode for more speed
1592                 when learning and filtering
1593         * src/etpan/imap-thread.c
1594                 Make log output shorter in UID SEARCH
1595
1596
1597 2006-08-30 [colin]      2.4.0cvs113
1598
1599         * src/plugins/bogofilter/bogofilter.c
1600                 Really fast mass learning - thanks to David
1601                 Relson for the options explanations :)
1602
1603 2006-08-30 [colin]      2.4.0cvs112
1604
1605         * src/msgcache.c
1606                 Fix compilation on FreeBSD. Thanks
1607                 to Michael Hugues
1608
1609 2006-08-29 [colin]      2.4.0cvs111
1610
1611         * src/folderview.c
1612                 Handle "popup_menu" signal (for popping the 
1613                 menu via the keyboard)
1614         * src/mimeview.c
1615         * src/mimeview.h
1616         * src/summaryview.c
1617         * src/textview.c
1618         * src/gtk/gtkutils.c
1619         * src/gtk/gtkutils.h
1620                 Factorize scrolling code, and add an API 
1621                 for MimeViewers to handle scroll orders
1622
1623 2006-08-29 [wwp]        2.4.0cvs110
1624
1625         * src/plugins//bogofilter/bogofilter.c
1626         * src/plugins//spamassassin/spamassassin.c
1627                 make the bogofilter/spamassassin filtering error dialogs at
1628         incorporation obey to the "don't popup error dialog on
1629         receive error" option. If disabled, feed the log window w/
1630         the error message.
1631
1632 2006-08-29 [paul]
1633
1634         2.5.0-rc2 released
1635
1636 2006-08-29 [paul]       2.4.0cvs109
1637
1638         * Makefile.am
1639                 remove 'make release', it's not needed
1640                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1641
1642 2006-08-29 [paul]       2.4.0cvs108
1643
1644         * src/foldersel.c
1645         * src/summary_search.c
1646         * src/gtk/progressdialog.c
1647         * src/plugins/pgpcore/passphrase.c
1648                 replace deprecated gtk_window_set_policy()
1649
1650 2006-08-29 [colin]      2.4.0cvs107
1651
1652         * src/folder.c
1653                 Fix data loss when copy fails during a move:
1654                 only use fast remove_msgs if everything was
1655                 copied OK; else use slow remove_msg on the
1656                 mails that got copied only.
1657
1658 2006-08-28 [paul]       2.4.0cvs106
1659
1660         * src/mh.c
1661                 revert change in 2.4.0cvs104, it breaks
1662                 stuff
1663
1664 2006-08-28 [paul]       2.4.0cvs105
1665
1666         * src/plugins/spamassassin/spamassassin.c
1667                 english fix
1668
1669 2006-08-28 [paul]       2.4.0cvs104
1670
1671         * src/mh.c
1672                 fix data loss when moving to another
1673                 mailbox fails
1674         * src/prefs_spelling.c
1675                 improve the english
1676         * src/gtk/pluginwindow.c
1677                 improve the layout of the dialog text
1678         All thanks to Colin
1679
1680 2006-08-28 [paul]       2.4.0cvs103
1681
1682         * src/plugins/bogofilter/bogofilter.c
1683         * src/plugins/bogofilter/bogofilter_gtk.c
1684                 fix english up a bit, innit
1685
1686 2006-08-28 [paul]       2.4.0cvs102
1687
1688         * configure.ac
1689         * po/Makefile.in.in
1690         * po/Makevars
1691                 require autoconf 2.60, enabling building
1692                 with gettext 0.15 (gettext 0.14.x build still
1693                 possible). Replace Makefiles with versions
1694                 from gettext 0.15.
1695                 Remove configure options --with-localedir and
1696                 --with-mandir. The options that are provided
1697                 directly by autoconf 2.60 can be used instead:
1698                 --mandir --localedir
1699
1700 2006-08-27 [colin]      2.4.0cvs101
1701
1702         * src/plugins/bogofilter/Makefile.am
1703                 Fix make dist (no README)
1704
1705 2006-08-27 [colin]      2.4.0cvs100
1706
1707         * src/folder.c
1708                 Don't use F_UNKNOWN folders for any default
1709                 outbox/trash/etc
1710         * src/plugins/bogofilter/bogofilter.c
1711         * src/plugins/bogofilter/bogofilter.h
1712         * src/plugins/bogofilter/bogofilter_gtk.c
1713                 Add an option to specify the path to bogofilter
1714                 Use single-quotes to be able to learn in folders
1715                 with spaces in their names
1716                 Verify learning status
1717
1718 2006-08-27 [colin]      2.4.0cvs99
1719
1720         * manual/faq.xml
1721         * manual/plugins.xml
1722                 Document Bogofilter plugin
1723
1724 2006-08-27 [colin]      2.4.0cvs98
1725
1726         * src/compose.c
1727         * src/messageview.c
1728         * src/procmsg.c
1729         * src/procmsg.h
1730                 When possible, copy the queued mail to sent folder
1731                 instead of re-adding. Much faster on IMAP.
1732
1733 2006-08-27 [colin]      2.4.0cvs97
1734
1735         * src/msgcache.c
1736                 Disable mmaped caches - huge metadata loss
1737                 here after a power failure.
1738         * src/summaryview.c
1739                 Add quicksearch timing
1740         * src/common/plugin.c
1741         * src/common/plugin.h
1742                 Implement an interface to tell what plugins
1743                 provide. Prevent loading of similar plugins.
1744         * src/plugins/clamav/clamav_plugin.c
1745         * src/plugins/demo/demo.c
1746         * src/plugins/dillo_viewer/dillo_viewer.c
1747         * src/plugins/pgpcore/plugin.c
1748         * src/plugins/pgpinline/pgpinline.c
1749         * src/plugins/pgpmime/pgpmime.c
1750         * src/plugins/spamassassin/spamassassin.c
1751         * src/plugins/trayicon/trayicon.c
1752                 Implement plugin_provides()
1753
1754 2006-08-27 [colin]      2.4.0cvs96
1755
1756         * configure.ac
1757         * src/plugins/Makefile.am
1758         * src/plugins/bogofilter/.cvsignore
1759         * src/plugins/bogofilter/Makefile.am
1760         * src/plugins/bogofilter/bogofilter.c
1761         * src/plugins/bogofilter/bogofilter.h
1762         * src/plugins/bogofilter/bogofilter_gtk.c
1763                 New Bogofilter plugin, provides filtering and
1764                 learning. Spamassassin will go to extra plugins.
1765
1766 2006-08-26 [mones]      2.4.0cvs95
1767
1768         * manual/handling.xml
1769                 Fix subfolder path in the example (thanks to Paul) 
1770
1771 2006-08-26 [mones]      2.4.0cvs94
1772
1773         * manual/glossary.xml
1774                 2.2. + add ISP to the glossary
1775                 7.5. + Add UIDL to glossary
1776                 7.7. + Add TCP to glossary
1777         * manual/handling.xml
1778                 7.1. + Mentions GNU/Linux distribution, what about the non...
1779                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1780                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1781                 7.4. = Use appropriate quotation for commands
1782                 7.6. = change "" to <quote></quote>
1783         * manual/plugins.xml
1784                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1785         * manual/starting.xml
1786                 2.1. + local mbox file: some examples of mbox file locations...
1787                 Also reformatted files requiring it
1788
1789 2006-08-26 [wwp]        2.4.0cvs93
1790
1791         * src/summary_search.c
1792                 disable find buttons while summary search is running.
1793
1794 2006-08-25 [colin]      2.4.0cvs92
1795
1796         * src/folder.c
1797         * src/folderutils.c
1798         * src/mh.c
1799         * src/procmsg.h
1800         * src/summaryview.c
1801                 Speed up MH moving, and add progressbar
1802                 for MH deletion
1803         * src/msgcache.c
1804                 Write cache files using mmap() too
1805
1806 2006-08-25 [wwp]        2.4.0cvs91
1807
1808         * src/summaryview.c
1809                 switch spam<->ham button when a message has been marked as spam or ham
1810                 and is still selected. Thanks to Colin.
1811
1812 2006-08-25 [paul]       2.4.0cvs90
1813
1814         * src/Makefile.am
1815         * src/stock_pixmap.c
1816         * src/stock_pixmap.h
1817         * src/summaryview.c
1818         * src/gtk/icon_legend.c
1819         * src/pixmaps/copied.xpm
1820         * src/pixmaps/moved.xpm
1821                 add icons for delayed execution marked for
1822                 copying, marked for moving
1823
1824 2006-08-25 [mones]      2.4.0cvs89
1825
1826         * manual/glossary.xml
1827                 Fix the other glossary items:
1828                 5.1. = Inmmediate execution -> <quote>immediate execution...
1829                 5.2. = Fix MBOX capitalization -> Mbox
1830                 5.3. + Improve Plugins def. w/ tech. ref.
1831                 5.4. = Quotation -> replace '>' by <quote>></quote>
1832                 5.5. - SMTP Server. -> remove dot
1833         * po/es.po
1834                 Updated translation
1835
1836 2006-08-25 [mones]      2.4.0cvs88
1837
1838         * manual/ack.xml
1839                 Reformatted, changed email address
1840         * manual/glossary.xml
1841                 Reformatted, fixed MANUAL-TODO items:
1842                 8.2. + add ROT-13 to glossary
1843                 8.4. + add URL to glossary
1844         * manual/es/advanced.xml
1845                 Fixed <literal>s
1846
1847 2006-08-25 [paul]       2.4.0cvs87
1848
1849         * src/gtk/icon_legend.c
1850                 add 'marked for deletion' icon
1851                 arrange icons by containing column
1852                 wrap long label text
1853
1854 2006-08-25 [colin]      2.4.0cvs86
1855
1856         * src/common/utils.c
1857         * src/common/utils.h
1858                 Add the sc_g_*list_bigger functions in
1859                 a place everyone can use it
1860         * src/summaryview.c
1861                 Only freeze/thaw the list when working
1862                 on the selection, if it's bigger than 1
1863         * src/gtk/gtksctree.c
1864                 Only freeze/thaw the list when unselec-
1865                 ting 'all' if ('all' != 1)
1866                 This avoids some flickering
1867
1868 2006-08-24 [colin]      2.4.0cvs85
1869
1870         * src/addressbook.c
1871                 Fix strange list selection
1872                 Fix random seg (Invalid read of freed memory)
1873
1874 2006-08-24 [colin]      2.4.0cvs84
1875
1876         * src/alertpanel.c
1877         * src/gtk/inputdialog.c
1878         * src/plugins/pgpcore/passphrase.c
1879                 Revert minimal width patch of 2.4.0cvs67,
1880                 as it is also a maximal width. Use 
1881                 gtk_window_set_default_size instead.
1882
1883 2006-08-24 [colin]      2.4.0cvs83
1884
1885         * src/msgcache.c
1886                 Write cache/mark to temp files before
1887                 overwriting old ones (avoids metadata
1888                 loss if writing the new files fail).
1889                 Use mmap() to read cache/mark file, as
1890                 this makes cache reading faster. Dis-
1891                 abled for big-endian machines until it
1892                 can be tested. (Big-endian users: set
1893                 msgcache_use_mmap = TRUE in the relevant
1894                 #if).
1895         * src/procmsg.h
1896                 Move rarely used fields of MsgInfo in 
1897                 another structure, which will only be
1898                 allocated if needed. Face, X-Face,
1899                 Return receipt headers and List-*
1900                 headers are moved. Mails having none
1901                 of these occupy 52 bytes less with
1902                 this patch, which makes 2.5MB of RAM
1903                 saved on a 50k folder).
1904         * src/headerview.c
1905         * src/mainwindow.c
1906         * src/messageview.c
1907         * src/partial_download.c
1908         * src/procheader.c
1909         * src/procmsg.c
1910         * src/textview.c
1911                 Follow this structure change.
1912
1913 2006-08-24 [wwp]        2.4.0cvs82
1914
1915         * manual/es/.cvsignore
1916         * manual/es/dist/.cvsignore
1917         * manual/es/dist/html/.cvsignore
1918         * manual/es/dist/pdf/.cvsignore
1919         * manual/es/dist/ps/.cvsignore
1920         * manual/es/dist/txt/.cvsignore
1921                 more (generated) files to ignore.
1922
1923 2006-08-24 [colin]      2.4.0cvs81
1924
1925         * src/folder.c
1926         * src/mh.c
1927                 Fix possible problems with local delivery. Check the folder doesn't
1928                 need scan before setting its mtime when saving cache (which can be
1929                 done long after the folder's been modified by an external process);
1930                 Check that the stored item's mtime didn't change in mh functions.
1931
1932 2006-08-24 [mones]      2.4.0cvs80
1933
1934         * manual/advanced.xml
1935                 Rewrapping, some fixes and MANUAL-TODO items:
1936                 8.1. = change "" to <quote></quote>
1937                 8.3. = quote menu items
1938                 8.5. - deploying -> new user ... ideally a new user (redundant)
1939
1940 2006-08-23 [colin]      2.4.0cvs79
1941
1942         * src/gtk/gtksctree.c
1943                 When selecting or deselecting range, only
1944                 freeze/thaw when selection is bigger than 10
1945
1946 2006-08-23 [colin]      2.4.0cvs78
1947
1948         * src/messageview.c
1949         * src/mimeview.c
1950         * src/mimeview.h
1951         * src/plugins/dillo_viewer/dillo_viewer.c
1952                 Provide an API for MimeViewer plugins to
1953                 return a text selection for replying
1954
1955 2006-08-23 [colin]      2.4.0cvs77
1956
1957         * src/image_viewer.c
1958         * src/textview.c
1959                 Use gtk_pixbuf_new_from_file_at_scale(), which
1960                 is faster than getting the pixbuf then resizing
1961                 it.
1962
1963 2006-08-23 [colin]      2.4.0cvs76
1964
1965         * src/procmime.c
1966                 UTF-8 should be sent Quoted-printable
1967
1968 2006-08-22 [colin]      2.4.0cvs75
1969
1970         * src/mh.c
1971                 Check if scan is required before touching
1972                 the folder (or it'll be required every time)
1973
1974 2006-08-22 [colin]      2.4.0cvs74
1975
1976         * configure.ac
1977                 Require libetpan 0.46 (crasher fix when built
1978                 against gnutls)
1979
1980 2006-08-22 [colin]      2.4.0cvs73
1981
1982         * src/folder.c
1983                 Set folder's mtime after writing its
1984                 cache
1985         * src/folderview.c
1986                 Add some timing
1987         * src/procmsg.c
1988                 Don't do useless stuff if we don't 
1989                 thread by subject
1990         * src/summaryview.c
1991                 Add some timing, don't deselect prior
1992                 to selecting (gtksctree does it itself),
1993                 remove crash avoidance hacks as it's been
1994                 properly fixed since a while
1995         * src/common/utils.c
1996                 Optimize to_human_readable(): _() is slow,
1997                 do it only once, and avoid %f format for KB
1998                 (the most common in a summaryview)
1999         * src/gtk/gtksctree.c
2000                 Don't uselessly freeze/thaw (fixes flicker
2001                 on next unread and friends), reduce number
2002                 of g_list_nth/g_list_position where possible
2003         * src/gtk/gtkutils.c
2004         * src/gtk/gtkutils.h
2005                 Reduce number of g_list_nth/g_list_position
2006                 where possible.
2007                 All of this makes loading as 70k folder 2.1
2008                 seconds instead of 3.2 (with hot FS caches).
2009                 (1.3 seconds without Date and Size columns...)
2010
2011 2006-08-22 [paul]       2.4.0cvs72
2012
2013         wrap documents and do some items from mones' MANUAL-TODO:
2014
2015         * manual/account.xml
2016                 4.1. = fix tabname references to <quote>tabname</quote>
2017                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
2018         * manual/faq.xml
2019                 1.1. = mentioned options don't match UI
2020                 Add information about the 'Never send Return Receipts'
2021                 option
2022         * manual/handling.xml
2023                 6.2. = Mentions Extended symbols button, but now is
2024                 named Information
2025                 6.3. = Mentions ... button, which is now Edit
2026
2027 2006-08-22 [colin]      2.4.0cvs71
2028
2029         * src/gtk/pluginwindow.c
2030                 Fix layout in verbose translations (such
2031                 as french)
2032
2033 2006-08-22 [paul]       2.4.0cvs70
2034
2035         * manual/Makefile.am
2036                 build manuals in alphabetical order
2037         * src/addressbook.c
2038         * src/prefs_themes.c
2039                 replace/remove deprecated symbols
2040         * src/gtk/gtkutils.c
2041                 fix a warning
2042         * src/gtk/pluginwindow.c
2043                 replace deprecated symbol
2044                 replace label text and move it
2045         * src/plugins/pgpcore/prefs_gpg.c
2046                 move the 'Generate...' button out of the
2047                 Sign Key frame, replace the English used
2048         * src/plugins/pgpcore/sgpgme.c
2049                 fixes to the English
2050
2051 2006-08-21 [colin]      2.4.0cvs69
2052
2053         * src/plugins/trayicon/trayicon.c
2054                 Add more strings for translation; patch
2055                 by Pawel
2056
2057 2006-08-21 [colin]      2.4.0cvs68
2058
2059         * src/compose.c
2060                 fix replied flag not set after drafting
2061         * src/matcher.c
2062                 fix body quicksearch in non-encoded bodies
2063                 containing '='
2064         * src/msgcache.c
2065                 Get rid of the g_malloc workaround for
2066                 corrupted caches, use g_try_malloc
2067
2068 2006-08-21 [colin]      2.4.0cvs67
2069
2070         * src/alertpanel.c
2071         * src/gtk/inputdialog.c
2072         * src/plugins/pgpcore/passphrase.c
2073                 Set minimal width to 375
2074         * src/mainwindow.c
2075                 Fix switching to offline, asking if it 
2076                 should be overriden for synchronising
2077         * src/mimeview.c
2078                 Don't offer to remember command on Open 
2079                 with for text parts, as the browser or 
2080                 text editor command isn't changed from 
2081                 there
2082
2083 2006-08-20 [paul]       2.4.0cvs66
2084
2085         * po/ko.po
2086         * po/zh_CN.po
2087                 fix plural form errors. revealed by stricter
2088                 checking of gettext 0.15
2089
2090 2006-08-18 [paul]       2.4.0cvs65
2091
2092         * src/stock_pixmap.c
2093                 fix the fix of 2.4.0cvs64
2094                 Thanks to Colin
2095
2096 2006-08-18 [paul]       2.4.0cvs64
2097
2098         * src/stock_pixmap.c
2099                 fix leaks
2100                 Thanks to Colin
2101
2102 2006-08-18 [paul]       2.4.0cvs63
2103
2104         * src/compose.c
2105         * src/procmsg.c
2106                 fix occasional IMAP bug where large msgs
2107                 were left in the queue folder after sending
2108                 Thanks to Colin
2109
2110 2006-08-18 [paul]       2.4.0cvs62
2111
2112         * src/folderview.c
2113                 freeze the summaryview while quicksearch results
2114                 are displayed
2115                 (fixes bug 456 'current message is hidden when the
2116                 view is refreshed and extended search is "unread 
2117                 messages"')
2118                 Thanks to Colin
2119         * src/textview.c
2120                 add missing #include "inputdialog.h"
2121         * src/common/utils.h
2122                 add missing mailcap_update_default() and improve
2123                 readability
2124
2125 2006-08-17 [colin]      2.4.0cvs61
2126
2127         * src/plugins/pgpcore/select-keys.c
2128                 Fix warnings :)
2129
2130 2006-08-17 [colin]      2.4.0cvs60
2131
2132         * src/compose.c
2133                 Don't continue queuing if Cancel is clicked
2134                 in select-keys
2135
2136 2006-08-17 [colin]      2.4.0cvs59
2137
2138         * src/plugins/pgpcore/select-keys.c
2139                 When encrypting, if only one key matches and it 
2140                 matches exactly, automatically use it.
2141
2142 2006-08-17 [colin]      2.4.0cvs58
2143
2144         * src/mimeview.c
2145         * src/prefs_common.c
2146         * src/prefs_common.h
2147         * src/prefs_ext_prog.c
2148         * src/textview.c
2149                 Fix issues with previous patch (text/html)
2150                 Remove outdated prefs
2151
2152 2006-08-17 [colin]      2.4.0cvs57
2153
2154         * src/imap.c
2155                 Add View Log button on auth error
2156         * src/procmsg.c
2157                 Fix encrypted mail marked as new when
2158                 saved in normal folders
2159         * src/plugins/pgpinline/pgpinline.c
2160                 Fix encrypt bug on IMAP
2161         * src/mimeview.c
2162         * src/common/utils.c
2163         * src/common/utils.h
2164         * src/gtk/inputdialog.c
2165         * src/gtk/inputdialog.h
2166                 Get rid of metamail stuff, simplify
2167                 opening, and allow remembering of user's
2168                 choices (by updating ~/.mailcap). There's
2169                 still to drop "Audio player" and "Image
2170                 viewer" preferences.
2171
2172 2006-08-17 [mones]      2.4.0cvs56
2173
2174         * manual/es/sylpheed-claws-manual.xml
2175                 fix DTD path
2176
2177 2006-08-17 [mones]      2.4.0cvs55
2178
2179         * configure.ac
2180         * manual/Makefile.am
2181         * manual/es/Makefile.am
2182         * manual/es/account.xml
2183         * manual/es/ack.xml
2184         * manual/es/addrbook.xml
2185         * manual/es/advanced.xml
2186         * manual/es/faq.xml
2187         * manual/es/glossary.xml
2188         * manual/es/gpl.xml
2189         * manual/es/handling.xml
2190         * manual/es/intro.xml
2191         * manual/es/keyboard.xml
2192         * manual/es/plugins.xml
2193         * manual/es/starting.xml
2194         * manual/es/sylpheed-claws-manual.xml
2195         * manual/es/dist/Makefile.am
2196         * manual/es/dist/html/Makefile.am
2197         * manual/es/dist/pdf/Makefile.am
2198         * manual/es/dist/ps/Makefile.am
2199         * manual/es/dist/txt/Makefile.am
2200                 Spanish translation for the manual
2201
2202 2006-08-16 [colin]      2.4.0cvs54
2203
2204         * src/compose.c
2205         * src/main.c
2206         * src/mainwindow.c
2207                 Fix send button sensitivity at startup
2208                 Set send menu sensitivity (patch by Fabien)
2209         * src/ssl_manager.c
2210                 Enable closing with esc (patch by Fabien)
2211         * src/gtk/foldersort.c
2212                 Enable closing with esc (patch by Fabien)
2213         * src/procmime.c
2214                 Optimisation (no need to copy to tempfile to
2215                 "decode" 7bit and 8bit)
2216         * src/summaryview.c
2217                 Fix cruft in swap_from case
2218         * src/textview.c
2219                 Fix missing last line in some mail cases 
2220                 (Fixes debian #381872)
2221         * src/plugins/pgpcore/prefs_gpg.c
2222         * src/plugins/pgpcore/sgpgme.c
2223         * src/plugins/pgpcore/sgpgme.h
2224                 Don't show "no key found" when user explicitely
2225                 wants to create a key
2226
2227 2006-08-16 [paul]       2.4.0cvs53
2228
2229         * configure.ac
2230         * src/account.c
2231         * src/addressbook.c
2232         * src/headerview.c
2233         * src/prefs_account.c
2234         * src/prefs_message.c
2235         * src/gtk/gtkutils.c
2236                 bump up minimum required versions of GTK+ and
2237                 GLIB to 2.6.0
2238
2239 2006-08-16 [paul]       2.4.0cvs52
2240
2241         * src/toolbar.c
2242                 workaround GTK+ Bug 351600 - 'Can't re-click
2243                 on button after sensitivity update'
2244                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
2245                 Thanks to Colin
2246
2247 2006-08-15 [colin]      2.4.0cvs51
2248
2249         * src/plugins/pgpcore/prefs_gpg.c
2250                 Set options sensitivity according to
2251                 key existence
2252         * src/plugins/pgpcore/sgpgme.c
2253                 Allow to create key with no passphrase
2254
2255 2006-08-14 [cleroy]     2.4.0cvs50
2256
2257         * src/gtk/pluginwindow.c
2258                 New layout (maybe to be changed?)
2259         * src/gtk/gtkutils.c
2260                 Fix a bit label_window
2261         * src/plugins/pgpcore/passphrase.c
2262         * src/plugins/pgpcore/passphrase.h
2263         * src/plugins/pgpcore/plugin.c
2264         * src/plugins/pgpcore/prefs_gpg.c
2265         * src/plugins/pgpcore/prefs_gpg.h
2266         * src/plugins/pgpcore/sgpgme.c
2267         * src/plugins/pgpcore/sgpgme.h
2268                 Allow to create a PGP private key via the GUI
2269
2270 2006-08-14 [wwp]        2.4.0cvs49
2271
2272         * src/addressbook_foldersel.c
2273                 fix strict ISO C90 compliance.
2274
2275 2006-08-14 [paul]       2.4.0cvs48
2276
2277         * src/gtk/prefswindow.c
2278                 re-set scrolled window on opening
2279                 Patch by Ticho
2280
2281 2006-08-14 [paul]
2282
2283         2.5.0-rc1 released
2284
2285 2006-08-14 [paul]       2.4.0cvs47
2286
2287         * src/prefs_display_header.c
2288                 re-enable user-defined Displayed Headers
2289
2290 2006-08-14 [paul]       2.4.0cvs46
2291
2292         * src/prefs_account.c
2293                 use GTK_STOCK_EDIT
2294
2295 2006-08-13 [colin]      2.4.0cvs45
2296
2297         * src/common/utils.c
2298                 Fix "a" in quote when the original message is empty,
2299                 by using \0 instead of 'a' to test writability of
2300                 temp files.
2301
2302 2006-08-13 [wwp]        2.4.0cvs44
2303
2304         * src/plugins/spamassassin/spamassassin.c
2305                 fix capitalization of "SpamAssassin" in some debug, log and
2306                 dialog messages.
2307
2308 2006-08-13 [paul]       2.4.0cvs43
2309
2310         * src/editldap.c
2311                 fix overlapping widgets
2312         * src/prefs_account.c
2313                 fix translation of protocol_names[]
2314                 fix label disappearing off the edge of the
2315                 visible area
2316
2317 2006-08-12 [paul]       2.4.0cvs42
2318
2319         * manual/plugins.xml
2320                 update IRC channel info before it gets forgotten
2321                 about
2322
2323 2006-08-11 [colin]      2.4.0cvs41
2324
2325         * src/compose.c
2326         * src/mainwindow.c
2327         * src/mainwindow.h
2328         * src/procmsg.c
2329         * src/procmsg.h
2330         * src/summaryview.c
2331         * src/toolbar.c
2332                 Grey out the Send button if
2333                 - Queue folders are empty, or
2334                 - We're sending already
2335
2336 2006-08-11 [wwp]        2.4.0cvs40
2337
2338         * src/main.c
2339                 fix a logic issue when quitting while a compose window is
2340                 still open, thanks to Colin.
2341
2342 2006-08-10 [colin]      2.4.0cvs39
2343
2344         * src/main.c
2345                 Fix default font size setting after wizard run
2346         * src/imap.c
2347         * src/etpan/imap-thread.c
2348         * src/etpan/imap-thread.h
2349                 Fix bug #999 (Timing out on TSL cert validation 
2350                 dialog makes ugly things happen). Also, STARTTLS
2351                 unconditionnaly if initial capabilities contain
2352                 LOGINDISABLED and STARTTLS.
2353
2354 2006-08-09 [colin]      2.4.0cvs38
2355
2356         * src/mainwindow.c
2357         * src/mainwindow.h
2358                 Fix Tools/Actions sensitivity when there are
2359                 no actions
2360
2361 2006-08-09 [colin]      2.4.0cvs37
2362
2363         * src/prefs_filtering.c
2364                 Warning fix, patch by Paul
2365         * src/messageview.c
2366         * src/prefs_actions.c
2367         * src/prefs_filtering_action.c
2368         * src/prefs_matcher.c
2369                 Uniformisation of "Info ..." to "Info..." (for
2370                 old gtk), patch by Fabien
2371         * src/plugins/clamav/clamav_plugin_gtk.c
2372                 Sensitivity fix by Fabien
2373
2374 2006-08-09 [colin]      2.4.0cvs36
2375
2376         * src/main.c
2377         * src/main.h
2378                 Add a function to know whether we're exiting
2379         * src/plugins/trayicon/trayicon.c
2380                 If exiting, don't do anything. Faster, and
2381                 avoids gtk_main_iteration reentracy causing
2382                 segfaults at exit
2383
2384 2006-08-09 [colin]      2.4.0cvs35
2385
2386         * src/messageview.c
2387         * src/mimeview.c
2388         * src/mimeview.h
2389                 Fix lack of part selection when automatically 
2390                 jumping to a specific part
2391         * src/msgcache.c
2392                 Little optimisation in cache reading
2393
2394 2006-08-09 [colin]      2.4.0cvs34
2395
2396         * src/compose.c
2397                 Fix crash setting the priority on reedit
2398                 (Accessing compose before creating it!)
2399
2400 2006-08-08 [colin]      2.4.0cvs33
2401
2402         * src/procmime.c
2403                 Fix bug #998 (last attachment is not accessible)
2404                 Bad RFC interpretation on multipart close-delimiters
2405         * src/mimeview.c
2406         * src/mimeview.h
2407         * src/gtk/gtkvscrollbutton.c
2408         * src/gtk/gtkvscrollbutton.h
2409                 Make attachments list wheel-scrollable
2410
2411 2006-08-07 [colin]      2.4.0cvs32
2412
2413         * src/gtk/gtkaspell.c
2414                 Fix bug #973 (Unicode punctation characters 
2415                 are not recognized as separators by the
2416                 spell checker); fix unsigned stuff
2417
2418 2006-08-07 [colin]      2.4.0cvs31
2419
2420         * src/compose.c
2421                 Fix bug #956 (DnD text with accents in compose 
2422                 text entry); fix gccc's signed/unsigned fuss
2423
2424 2006-08-06 [colin]      2.4.0cvs30
2425
2426         * src/main.c
2427                 Fix bug #979 (Plugin crashes when exiting 
2428                 sylpheed-claws) : handle exit request only 
2429                 once
2430
2431 2006-08-05 [colin]      2.4.0cvs29
2432
2433         * src/news.c
2434                 Just make sure we have a msgid.
2435
2436 2006-08-05 [colin]      2.4.0cvs28
2437
2438         * src/news.c
2439         * src/summaryview.c
2440                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2441                 by reimplementing it
2442         * src/textview.c
2443                 Fix bug when hiding quotes with level > 3 and quote
2444                 colors are recycled
2445
2446 2006-08-04 [colin]      2.4.0cvs27
2447
2448         * src/compose.c
2449         * src/undo.c
2450         * src/undo.h
2451                 Fix a bit replace-by-pasting undo
2452         * src/mainwindow.c
2453         * src/messageview.c
2454                 Fix Fold quotes menu synchro in
2455                 mainwindow when it changes in 
2456                 messageview
2457         * src/textview.c
2458                 Fix right-click on quotes blocks
2459         * src/common/utils.c
2460                 Verify that the file created by
2461                 my_tmpfile() is writable. Fixes
2462                 bug #988 (very specific filesystem
2463                 issue)
2464         * src/plugins/pgpcore/sgpgme.c
2465                 Fix file descriptor leak
2466         * src/plugins/spamassassin/spamassassin.c
2467                 Warn once if spamd isn't reachable
2468
2469 2006-08-04 [colin]      2.4.0cvs26
2470
2471         * src/toolbar.c
2472                 i18n context patch by Fabien
2473
2474 2006-08-03 [colin]      2.4.0cvs25
2475
2476         * src/mainwindow.c
2477         * src/messageview.c
2478                 Rename "Hide quotes" to "Fold quotes"
2479         * src/textview.c
2480                 Don't use hand cursor on quotes. "all 
2481                 the bonuses of the feature and none of 
2482                 unwelcome side-effects"
2483
2484 2006-08-03 [colin]      2.4.0cvs24
2485
2486         * AUTHORS
2487         * sylpheed-claws.desktop
2488         * src/gtk/authors.h
2489                 Bring the desktop file to XDG compliance
2490                 Patch by Charles A. Edwards
2491
2492 2006-08-03 [colin]      2.4.0cvs23
2493
2494         * src/textview.c
2495                 Fix links offset when they are preceded
2496                 by accentued chars (g_utf8_strlen!)
2497         * src/mainwindow.c
2498                 Fix wrong status when starting offline
2499
2500
2501 2006-08-03 [wwp]        2.4.0cvs22
2502
2503         * src/prefs_common.h
2504                 ask what to do w/ filtering rules that belong to an account when
2505                 applying filtering rules manually from the main window (skip,
2506                 apply regardless of the account, use current account). This dialog
2507                 can be skipped and the last reply used.
2508                 (forgot that file)
2509
2510 2006-08-03 [wwp]        2.4.0cvs21
2511
2512         * src/filtering.c
2513         * src/filtering.h
2514         * src/prefs_common.c
2515         * src/summaryview.c
2516         * src/alertpanel.c
2517         * src/alertpanel.h
2518         * src/messageview.c
2519                 ask what to do w/ filtering rules that belong to an account when
2520                 applying filtering rules manually from the main window (skip,
2521                 apply regardless of the account, use current account). This dialog
2522                 can be skipped and the last reply used.
2523
2524
2525 2006-08-03 [colin]      2.4.0cvs20
2526
2527         * src/textview.c
2528                 Optimize previous patch
2529
2530 2006-08-03 [cleroy]     2.4.0cvs19
2531
2532         * src/textview.c
2533                 Fix quotes getting toggled back when the
2534                 mail has an even number of text parts
2535
2536 2006-08-02 [colin]      2.4.0cvs18
2537
2538         * src/messageview.c
2539                 Add Hide quotes menu
2540
2541 2006-08-02 [colin]      2.4.0cvs17
2542
2543         * src/mainwindow.c
2544         * src/prefs_common.c
2545         * src/textview.c
2546         * src/textview.h
2547         * src/gtk/about.c
2548                 Allow per-level quote hiding,
2549                 Allow toggling quotes by double-clicking them
2550                 Rename RemoteURI to ClickableText to reflect
2551                 the fact it's used for a variety of things
2552
2553 2006-08-02 [wwp]        2.4.0cvs16
2554
2555         * src/mainwindow.c
2556                 fix "View/Hide quotes" menu item status initialization.
2557
2558 2006-08-02 [wwp]        2.4.0cvs15
2559
2560         * src/matcher_parser_parse.y
2561                 remove a debug trace.
2562
2563 2006-08-02 [paul]       2.4.0cvs14
2564
2565         * src/plugins/pgpcore/passphrase.c
2566                 don't set initial dialog size
2567                 make it resizable
2568
2569 2006-08-02 [paul]       2.4.0cvs13
2570
2571         * src/noticeview.c
2572                 remove the rogue '/' character
2573
2574 2006-08-02 [paul]       2.4.0cvs12
2575
2576         * src/noticeview.c
2577                 allow buttons to resize as necessary
2578
2579 2006-08-01 [wwp]        2.4.0cvs11
2580
2581         * src/mbox.c
2582                 fix strict ISO C90 compliance.
2583
2584 2006-08-01 [wwp]        2.4.0cvs10
2585
2586         * tools/update-po
2587                 updated update-po tool to work w/ context-dependent translations.
2588                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2589
2590 2006-08-01 [wwp]        2.4.0cvs9
2591
2592         * src/matcher.c
2593         * src/prefs_filtering.c
2594         * src/prefs_matcher.c
2595                 allow context-dependent translations for "All",
2596                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2597
2598 2006-07-31 [colin]      2.4.0cvs8
2599
2600         * AUTHORS
2601         * src/gtk/authors.h
2602                 Add Rafal to authors
2603
2604 2006-07-31 [colin]      2.4.0cvs7
2605
2606         * src/compose.c
2607         * src/mainwindow.c
2608         * src/messageview.h
2609         * src/prefs_common.c
2610         * src/prefs_common.h
2611         * src/textview.c
2612                 Add 'View/Hide quotes'. Patch based on a patch
2613                 by Rafal Weglarz
2614
2615 2006-07-31 [colin]      2.4.0cvs6
2616
2617         * src/action.c
2618                 Fix problem with "> stuff >" actions
2619
2620 2006-07-31 [paul]       2.4.0cvs5
2621
2622         * po/nb.po
2623                 updated by Geir Helland
2624
2625 2006-07-31 [wwp]        2.4.0cvs4
2626
2627         * src/mainwindow.c
2628         * src/summaryview.c
2629         * src/summaryview.h
2630                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2631                 thanks to Colin.
2632
2633 2006-07-31 [wwp]        2.4.0cvs3
2634
2635         * src/Makefile.am
2636         * src/addr_compl.c
2637         * src/addr_compl.h
2638         * src/addressbook.c
2639         * src/addressbook.h
2640         * src/addressbook_foldersel.c
2641         * src/addressbook_foldersel.h
2642         * src/addrindex.c
2643         * src/addrindex.h
2644         * src/matcher.c
2645         * src/matcher.h
2646         * src/matcher_parser_lex.l
2647         * src/matcher_parser_parse.y
2648         * src/prefs_common.c
2649         * src/prefs_common.h
2650         * src/prefs_filtering.c
2651         * src/prefs_matcher.c
2652         * src/prefs_matcher.h
2653         * src/summaryview.c
2654                 introduce filtering against the address book. It's now possible to add
2655                 matched conditions to determine if any email address in a message matches
2656                 or doesn't match any or all books or folders in the address book.
2657
2658 2006-07-31 [wwp]        2.4.0cvs2
2659
2660         * src/account.c
2661         * src/filtering.c
2662         * src/filtering.h
2663         * src/folder.c
2664         * src/folderview.c
2665         * src/inc.c
2666         * src/mainwindow.c
2667         * src/matcher.c
2668         * src/matcher_parser_lex.l
2669         * src/matcher_parser_parse.y
2670         * src/mbox.c
2671         * src/prefs_filtering.c
2672         * src/prefs_filtering.h
2673         * src/procmsg.c
2674         * src/procmsg.h
2675         * src/summaryview.c
2676                 introduce per-account filtering rules. Each filtering rule can now be assigned
2677                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2678                 when applying filtering rules manually, as all rules will apply - even the ones
2679                 assigned to an account. This issue will be addressed soon.
2680  
2681
2682
2683 2006-07-31 [wwp]        2.4.0cvs1
2684
2685         * src/quote_fmt.c
2686                 make more strings translatable.
2687
2688 2006-07-31 [paul]       2.4.0
2689
2690         2.4.0 released
2691
2692 2006-07-31 [paul]       2.3.1cvs91
2693
2694         * po/ca.po
2695                 updated by Miquel Oliete
2696
2697 2006-07-31 [paul]       2.3.1cvs90
2698
2699         * po/de.po
2700         * po/el.po
2701         * po/fr.po
2702         * po/it.po
2703         * po/pl.po
2704         * po/pt_BR.po
2705         * po/sr.po
2706         * po/zh_CN.po
2707                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2708                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2709                 Aleksandar Urosevic, and Ralgh Young
2710
2711 2006-07-31 [paul]       2.3.1cvs89
2712
2713         * src/account.c
2714         * src/main.c
2715         * src/mainwindow.c
2716         * src/mainwindow.h
2717                 Fix a race condition when, after an SC crash, rescanning
2718                 folders took more than 0.5 seconds
2719                 Thanks to Colin
2720
2721 2006-07-31 [paul]       2.3.1cvs88
2722
2723         * src/folderview.c
2724                 don't translate separator strings
2725
2726 2006-07-30 [mones]      2.3.1cvs87
2727
2728         * doc/man/sylpheed-claws.1
2729                 Fixed non-ASCII chars in Hoa's name
2730         * po/es.po
2731                 Updated for release
2732
2733 2006-07-27 [colin]      2.3.1cvs86
2734
2735         * src/textview.c
2736                 Don't include the leading \n in links
2737                 Patch by Fabien
2738
2739 2006-07-25 [colin]      2.3.1cvs85
2740
2741         * src/mainwindow.c
2742         * src/common/socket.h
2743         * src/etpan/imap-thread.c
2744                 Refresh resolvers before connecting
2745                 to IMAP servers, and after switching
2746                 to online. Thanks to Paul.
2747
2748 2006-07-18 [colin]
2749
2750         * 2.4.0-rc4 released
2751
2752 2006-07-17 [colin]      2.3.1cvs84
2753
2754         * src/inc.c
2755                 Show connection attempt in statusbar before
2756                 connecting (previously first message was
2757                 "Retrieving messages from ..." after the
2758                 connection succeeded.
2759
2760 2006-07-16 [wwp]        2.3.1cvs83
2761
2762         * sylpheed-claws.ico
2763                 Added .ico file (windows multi-size icon file, generated).
2764
2765 2006-07-12 [wwp]        2.3.1cvs82
2766
2767         * src/messageview.c
2768                 remove Message/Re-edit menu entry from messageview window,
2769                 as sent/draft/queued messages are opened in compose window when
2770                 re-edited and it's not possible to re-edit other msgs.
2771
2772 2006-07-12 [paul]       2.3.1cvs81
2773
2774         * AUTHORS
2775         * src/mainwindow.c
2776         * src/gtk/authors.h
2777                 check online state before resetting
2778                 mailcheck timer. Useful if some program
2779                 verifies connection state and updates
2780                 Claws.
2781                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2782
2783 2006-07-12 [paul]       2.3.1cvs80
2784
2785         * sylpheed-claws-128x128.png
2786         * sylpheed-claws-64x64.png
2787         * sylpheed-claws.png
2788         * src/Makefile.am
2789         * src/main.c
2790         * src/prefs_toolbar.c
2791         * src/stock_pixmap.c
2792         * src/stock_pixmap.h
2793         * src/wizard.c
2794         * src/gtk/about.c
2795         * src/gtk/gtkutils.c
2796         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2797         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2798         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2799         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2800         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2801         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2802                 updated and renamed logo/icon files and related
2803                 logo by Jesper Schultz
2804
2805 2006-07-11 [paul]       2.3.1cvs79
2806
2807         * src/main.c
2808                 fix the labels a smidgin
2809
2810 2006-07-09 [colin]      2.3.1cvs78
2811
2812         * src/textview.c
2813                 Show errors in textviewer's command
2814                 Patch by H. Merijn Brand
2815
2816 2006-07-09 [colin]      2.3.1cvs77
2817
2818         * src/compose.c
2819                 Save FMID in drafts too
2820
2821 2006-07-08 [colin]      2.3.1cvs76
2822
2823         * src/compose.c
2824                 Svae RMID in drafted mails too
2825                 Save quote_fmt vars for whole mails,
2826                 don't reset at each quote_fmt_init:
2827                 allows to use the same |i{var} in
2828                 various template fields
2829         * src/prefs_template.c
2830         * src/quote_fmt.h
2831         * src/quote_fmt_parse.y
2832                 Same
2833
2834 2006-07-08 [colin]      2.3.1cvs75
2835
2836         * src/textview.c
2837                 Fix highlighting of attached parts URIs
2838
2839 2006-07-08 [colin]      2.3.1cvs74
2840
2841         * src/main.c
2842                 Prevent bug #981 (sc 2.3.1 segfaults with 
2843                 gtk+ 2.10) from being reported again:
2844                 if Sylpheed-Claws has been compiled against
2845                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2846                 of if Sylpheed-Claws has been compiled against
2847                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2848                 error out.
2849
2850 2006-07-07 [colin]      2.3.1cvs73
2851
2852         * src/prefs_actions.c
2853                 Fix label
2854
2855 2006-07-07 [colin]      2.3.1cvs72
2856
2857         * src/prefs_actions.c
2858                 Fix compile on gtk < 2.8. argh :)
2859
2860 2006-07-07 [paul]       2.3.1cvs71
2861
2862         * src/common/defs.h
2863                 update DONATE_URI
2864
2865 2006-07-07 [colin]      2.3.1cvs70
2866
2867         * po/POTFILES.in
2868         * src/quote_fmt.c
2869         * src/quote_fmt_lex.l
2870         * src/quote_fmt_parse.y
2871                 Add |i{var}, a way to insert user-entered
2872                 text in a template
2873
2874 2006-07-07 [colin]
2875
2876         * 2.4.0-rc3 released
2877
2878 2006-07-07 [colin]      2.3.1cvs69
2879
2880         * src/folder.c
2881                 Don't consider inboxes of UNKNOWN folder 
2882                 classes to be useable as default inboxes
2883
2884 2006-07-07 [paul]       2.3.1cvs68
2885
2886         * src/textview.c
2887                 add missing #include <errno.h>
2888                 Thanks to René J. Blokland
2889
2890 2006-07-07 [paul]       2.3.1cvs67
2891
2892         * src/action.c
2893                 Return now Closes dialog
2894         * src/mimeview.c
2895         * src/mimeview.h
2896         * src/textview.c
2897                 add contextual menu to mime parts listed
2898                 in the textview
2899                 Thanks to Colin
2900         * src/common/utils.c
2901                 reversal: ' is a valid character in URLs
2902
2903 2006-07-06 [colin]      2.3.1cvs66
2904
2905         * src/remotefolder.h
2906                 Forgotten in previous commit
2907
2908 2006-07-06 [colin]      2.3.1cvs65
2909
2910         * src/folder.c
2911                 Set summary update flag whenever
2912                 totals changed
2913         * src/imap.c
2914         * src/prefs_account.c
2915         * src/common/utils.h
2916         * src/etpan/imap-thread.c
2917                 Fix warnings, thanks to Fabien and
2918                 Ricardo
2919
2920 2006-07-06 [wwp]        2.3.1cvs64
2921
2922         * src/gtk/gtkutils.c
2923                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2924
2925 2006-07-06 [wwp]        2.3.1cvs63
2926
2927         * src/account.c
2928         * src/addressbook.c
2929         * src/addressitem.h
2930         * src/folderview.c
2931         * src/mainwindow.c
2932         * src/manual.c
2933         * src/manual.h
2934         * src/message_search.c
2935         * src/prefs_actions.c
2936         * src/prefs_filtering.c
2937         * src/prefs_filtering.h
2938         * src/prefs_template.c
2939         * src/summary_search.c
2940         * src/summaryview.c
2941         * src/gtk/gtkutils.c
2942         * src/gtk/gtkutils.h
2943         * src/gtk/pluginwindow.c
2944                 add help buttons to some dialogs. Clicking such buttons opens a
2945                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2946
2947 2006-07-06 [paul]       2.3.1cvs62
2948
2949         * src/textview.c
2950                 fix attachments contextual menu
2951                 Thanks to Colin
2952
2953 2006-07-05 [colin]      2.3.1cvs61
2954
2955         * src/textview.c
2956         * src/compose.c
2957                 Handle sftp:// links
2958
2959 2006-07-05 [paul]       2.3.1cvs60
2960
2961         * src/gtk/filesel.c
2962                 grab save button by default
2963                 Thanks to Colin
2964
2965 2006-07-05 [wwp]        2.3.1cvs59
2966
2967         * manual/xml2pdf
2968                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2969
2970 2006-07-04 [colin]      2.3.1cvs58
2971
2972         * src/mimeview.c
2973         * src/textview.c
2974                 Use left click to select, middle click to open
2975                 on mimeparts links
2976         * src/common/utils.c
2977                 Fix segfault
2978
2979 2006-07-04 [colin]      2.3.1cvs57
2980
2981         * src/mainwindow.c
2982         * src/news.c
2983                 Warning fixes, thanks to Fabien
2984
2985 2006-07-04 [colin]      2.3.1cvs56
2986
2987         * src/mimeview.c
2988         * src/mimeview.h
2989         * src/textview.c
2990                 Allow parts to be selected via their text label
2991                 in textview
2992
2993 2006-07-04 [colin]      2.3.1cvs55
2994
2995         * src/folderview.c
2996                 Feedback when closing (for big folders)
2997         * src/prefs_actions.c
2998         * src/prefs_filtering.c
2999         * src/prefs_matcher.c
3000         * src/prefs_template.c
3001                 Fix default button when closing without
3002                 having saved
3003
3004 2006-07-04 [colin]      2.3.1cvs54
3005
3006         * src/news.c
3007                 Delete local file on deletion
3008
3009 2006-07-03 [colin]      2.3.1cvs53
3010
3011         * src/folderview.c
3012         * src/main.c
3013                 Don't freeze when rescanning after crash
3014
3015 2006-07-03 [wwp]        2.3.1cvs52
3016
3017         * src/compose.c
3018         * src/privacy.c
3019         * src/privacy.h
3020         * src/plugins/pgpinline/pgpinline.c
3021         * src/plugins/pgpmime/pgpmime.c
3022                 don't report an error when the user cancels the passphrase dialog.
3023
3024 2006-07-02 [colin]      2.3.1cvs51
3025
3026         * src/folderview.c
3027                 Open message when crossing folders with Space,
3028                 goto next unread and friends
3029
3030 2006-07-01 [colin]      2.3.1cvs50
3031
3032         * src/prefs_account.c
3033                 Typographic rules varying from language
3034                 to language (in french "Protocole :"),
3035                 we have to do that :)
3036
3037 2006-07-01 [ticho]      2.3.1cvs49
3038
3039         * src/prefs_account.c
3040                 Only use one temporary gchar* variable in
3041                 prefs_account_protocol_set_optmenu().
3042
3043 2006-07-01 [ticho]      2.3.1cvs48
3044
3045         * src/prefs_account.c
3046         * src/prefs_account.h
3047                 Use GtkLabel for existing account protocol name.
3048                 Created an array for protocol names and populate the
3049                 combobox from it in a for() cycle.
3050
3051 2006-06-30 [colin]      2.3.1cvs47
3052
3053         * src/compose.c
3054                 Block undo when changing signature (by changing
3055                 account)
3056
3057 2006-06-30 [paul]       2.3.1cvs46
3058
3059         * src/send_message.c
3060                 when editing From in the Compose window, use that address
3061                 in the Return-Path: header
3062                 Thanks to Colin
3063
3064 2006-06-30 [colin]      2.3.1cvs45
3065
3066         * src/compose.c
3067                 Fix signature replacement:
3068                 - when no newline before separator
3069                 - when reediting
3070
3071 2006-06-29 [colin]      2.3.1cvs44
3072
3073         * src/folderview.c
3074         * src/folderview.h
3075         * src/mainwindow.c
3076         * src/summaryview.c
3077                 Let 'View/Go to/Next marked' work like
3078                 Next new & Next unread: across folders
3079                 Change the select_on_entry pref to do
3080                 what we want when changing folder
3081         * src/common/utils.c
3082                 Fix single-quoted links 
3083
3084 2006-06-29 [colin]      2.3.1cvs43
3085
3086         * src/gtk/gtkaspell.c
3087                 "Sylpheed" and "Sylpheed-Claws" do exist !
3088
3089 2006-06-29 [colin]      2.3.1cvs42
3090
3091         * src/imap.c
3092                 Forgot to remove debug
3093
3094 2006-06-29 [colin]      2.3.1cvs41
3095
3096         * src/imap.c
3097         * src/imap.h
3098         * src/mainwindow.c
3099                 Disconnect from IMAP servers when going
3100                 offline. Fixes bug #978 (going to offline-mode 
3101                 won't close connections)
3102
3103 2006-06-29 [colin]      2.3.1cvs40
3104
3105         * src/main.c
3106                 Fix transient setting on failing plugins
3107                 Patch by Fabien
3108         * src/plugins/pgpcore/sgpgme.c
3109                 Only warn for OpenPGP. Most people don't
3110                 have CMS available.
3111
3112 2006-06-29 [colin]      2.3.1cvs39
3113
3114         * src/compose.c
3115                 Fix Spelling menu (discrepancy between context menu
3116                 and top menu when folder's dictionary isn't the 
3117                 default one)
3118         * src/plugins/pgpcore/sgpgme.c
3119                 More error reporting about why gpgme can fail
3120
3121 2006-06-29 [wwp]        2.3.1cvs38
3122
3123         * src/mainwindow.c
3124                 honor the display-header-pane setting even when the message view
3125                 is a separate window.
3126
3127 2006-06-29 [wwp]        2.3.1cvs37
3128
3129         * src/prefs_actions.c
3130                 forgot to commit that one (use of GTK_STOCK_INFO).
3131
3132 2006-06-29 [colin]      2.3.1cvs36
3133
3134         * src/imap.c
3135                 Better handling of login errors (ask the password
3136                 again once), alert in case of error. Fix three
3137                 signedness warnings.
3138
3139 2006-06-28 [wwp]        2.3.1cvs35
3140
3141         * src/prefs_template.c
3142         * src/prefs_matcher.c
3143         * src/prefs_filtering_action.c
3144         * src/prefs_quote.c
3145                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
3146                 patch by Fabien Vantard, slightly modified.
3147
3148 2006-06-28 [paul]
3149
3150         2.4.0-rc2 released
3151
3152 2006-06-28 [colin]      2.3.1cvs34
3153
3154         * src/prefs_account.c
3155                 Fix bug #977 (Can't add or edit imap accounts)
3156
3157 2006-06-28 [colin]      2.3.1cvs33
3158
3159         * src/mimeview.c
3160                 Fix previous
3161
3162 2006-06-28 [colin]      2.3.1cvs32
3163
3164         * src/mimeview.c
3165                 Save named inlined attachments with "Save all"
3166         * src/main.c
3167         * src/mbox.c
3168         * src/common/plugin.c
3169         * src/common/plugin.h
3170         * src/common/sylpheed.c
3171         * src/common/utils.c
3172         * src/plugins/pgpcore/sylpheed.def
3173         * src/plugins/pgpinline/sylpheed.def
3174         * src/plugins/pgpmime/sylpheed.def
3175                 Win32 compatibility patch, by
3176                 Werner Koch
3177
3178 2006-06-28 [wwp]        2.3.1cvs31
3179
3180         * src/imap.c
3181         * src/prefs_folder_item.c
3182                 less compilation warnings (thanks to Fabien Vantard), less typos.
3183
3184 2006-06-28 [paul]       2.3.1cvs30
3185
3186         * src/gtk/gtkutils.c
3187                 gtk_combo_box_set_focus_on_click() is only
3188                 available since gtk 2.6.0
3189
3190 2006-06-28 [paul]       2.3.1cvs29
3191
3192         * src/prefs_ext_prog.c
3193                 fix engrish and add a tooltip for the
3194                 'command for 'Display as text' option
3195
3196 2006-06-28 [paul]
3197
3198         2.4.0-rc1 released
3199
3200 2006-06-28 [paul]       2.3.1cvs28
3201
3202         * ChangeLog
3203         * tools/Makefile.am
3204                 include textviewer.pl in releases
3205
3206 2006-06-28 [paul]       2.3.1cvs27
3207
3208         * src/prefs_ext_prog.c
3209                 hide Print command option if libgnomeprint
3210                 support is present
3211
3212 2006-06-27 [colin]      2.3.1cvs26
3213
3214         * src/compose.c
3215                 Fix Esc handling in insert/attach dialog
3216                 Don't show this dialog if dragging something
3217                 else than text/uri-list
3218                 Thanks to Fabien Vantard
3219         * tools/textviewer.pl
3220                 Filter script to display stuff as text
3221                 by H. Merijn Brand
3222
3223 2006-06-27 [wwp]        2.3.1cvs25
3224
3225         * src/messageview.c
3226                 use the exact product name (message view title), patch
3227                 by Fabien Vantard.
3228
3229 2006-06-27 [ticho]      2.3.1cvs24
3230
3231         * src/prefs_account.c
3232         * src/prefs_common.c
3233         * src/prefs_common.h
3234         * src/prefs_ext_prog.c
3235         * src/textview.c
3236                 Add a preference (Preferences/External programs)
3237                 to allow "Display as text" to be done via a script
3238                 (patch by H.Merijn Brand).
3239                 Use GtkComboBox for protocol selection in account
3240                 preferences.
3241                 Only include current choice for existing accounts, and
3242                 insensitivize the combobox.
3243
3244 2006-06-27 [paul]       2.3.1cvs23
3245
3246         * src/mbox.c
3247                 fix crasher introduced in cvs21.
3248                 Thanks to Colin
3249
3250 2006-06-26 [colin]      2.3.1cvs22
3251
3252         * src/mbox.c
3253                 Fix double-frees when leaving folders
3254                 after exporting to mbox
3255
3256 2006-06-26 [colin]      2.3.1cvs21
3257
3258         * src/mbox.c
3259                 More feedback (and optimisation)
3260                 on import/export
3261         * src/common/utils.c
3262                 Fix case when looking for mail addresses
3263         * src/gtk/gtkutils.c
3264                 Extra check for (X-)Face
3265
3266 2006-06-25 [ticho]      2.3.1cvs20
3267
3268         * src/compose.c
3269         * src/exphtmldlg.c
3270         * src/gtk/gtkutils.c
3271         * src/gtk/gtkutils.h
3272                 Added second argument to gtkut_sc_combobox_create() to
3273                 control focus-on-click for the widget.
3274                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
3275
3276 2006-06-25 [ticho]      2.3.1cvs19
3277
3278         * src/compose.c
3279         * src/gtk/Makefile.am
3280         * src/gtk/combobox.c
3281         * src/gtk/combobox.h
3282         * src/gtk/gtkutils.c
3283         * src/gtk/gtkutils.h
3284                 Use GtkComboBox instead of deprecated GtkOptionMenu
3285                 for account selector in compose window and for encoding
3286                 selector in attachment properties.
3287                 Also factorise working with the new GtkComboBox somewhat.
3288
3289 2006-06-24 [paul]       2.3.1cvs18
3290
3291         * src/prefs_common.c
3292                 use the correct default value
3293
3294 2006-06-24 [paul]       2.3.1cvs17
3295
3296         * src/compose.c
3297         * src/prefs_common.c
3298         * src/prefs_common.h
3299         * src/prefs_compose_writing.c
3300                 enable setting of default action when
3301                 dnd'ing files in the compose window.
3302                 (Collaborative effort with wwp)
3303
3304 2006-06-23 [wwp]        2.3.1cvs16
3305
3306         * src/compose.c
3307                 i18n fix (thanks to Fabien Vantard)
3308
3309 2006-06-22 [colin]      2.3.1cvs15
3310
3311         * src/prefs_customheader.c
3312                 Don't use filters in custom headers' file 
3313                 selector. Remember, extensions mean nothing :)
3314
3315 2006-06-22 [paul]       2.3.1cvs14
3316
3317         * configure.ac
3318                 allow setting of man directory location
3319
3320 2006-06-22 [colin]      2.3.1cvs13
3321
3322         * src/mainwindow.c
3323                 Add 'View/Go to/Next unread folder'.
3324                 I missed that :)
3325
3326 2006-06-22 [colin]      2.3.1cvs12
3327
3328         * src/common/utils.c
3329                 Add some subject prefixes
3330                 Patch by Bjorn T Johansen <btj@havleik.no>
3331
3332 2006-06-22 [colin]      2.3.1cvs11
3333
3334         * manual/advanced.xml
3335                 Forgotten hidden pref
3336
3337 2006-06-21 [paul]       2.3.1cvs10
3338
3339         * src/prefs_account.c
3340                 complete the removal of 'Add date header' option
3341
3342 2006-06-21 [paul]       2.3.1cvs9
3343
3344         * src/account.c
3345         * src/compose.c
3346         * src/prefs_account.c
3347         * src/prefs_account.h
3348                 remove option to add date header - always
3349                 add date header
3350         * src/etpan/imap-thread.c
3351                 fix warnings (Thanks to Colin)
3352
3353 2006-06-21 [wwp]        2.3.1cvs8
3354
3355         * src/folder.c
3356                 set the attachment flag when inline text part are (file)named. This is more convenient
3357                 when receiving (for instance) inline source files or patches sent using thunderbird.
3358
3359 2006-06-21 [paul]       2.3.1cvs7
3360
3361         * src/inc.c
3362                 fix off-by-one count of current msg in
3363                 statusbar filtering progressbar
3364
3365 2006-06-21 [paul]       2.3.1cvs6
3366
3367         * src/folder.c
3368                 Show attachment icon even if the part is 'inline'
3369                 if the following conditions are met:
3370                 - content-type != 'text/plain'
3371                 - content-type != '*/pgp-signature'
3372                 - either 'name' or 'filename' parameter is not NULL
3373                 
3374                 Thanks to Colin
3375
3376 2006-06-21 [paul]       2.3.1cvs5
3377
3378         * src/messageview.c
3379         * src/prefs_common.c
3380         * src/prefs_common.h
3381         * src/prefs_other.c
3382                 add an option to 'Never send Return
3383                 Receipts'
3384                 Thanks to Colin
3385
3386 2006-06-20 [mones]      2.3.1cvs4
3387
3388         * po/es.po
3389                 updated
3390         * src/compose.c
3391                 typo fixed (space after comma)
3392         * tools/make.themes.project
3393                 remove exec mode from tarball files
3394
3395 2006-06-20 [colin]      2.3.1cvs3
3396
3397         * src/news.c
3398         * src/procheader.c
3399         * src/unmime.c
3400                 Better fix for \n's in headers (don't 
3401                 break Received: and others)
3402
3403 2006-06-20 [paul]       2.3.1cvs2
3404
3405         * src/alertpanel.c
3406         * src/textview.c
3407                 improve legibility of phishing attempt
3408                 dialog
3409
3410 2006-06-20 [paul]       2.3.1cvs1
3411
3412         * NEWS
3413         * README
3414         * configure.ac
3415                 Update version number following
3416                 stable release
3417
3418 2006-06-20 [colin]      2.3.0cvs26
3419
3420         * src/compose.c
3421                 When dragging a file to the text of the compose
3422                 window, ask whether we want to insert or attach
3423                 (I know lots of people who do that to attach)
3424
3425 2006-06-20 [colin]      2.3.0cvs25
3426
3427         * src/etpan/imap-thread.c
3428                 Fix threshold (the append command is often > 32 bytes)
3429
3430 2006-06-19 [colin]      2.3.0cvs24
3431
3432         * src/imap.c
3433         * src/etpan/imap-thread.c
3434                 Workaround Rockliffe IMAP server bug: replace
3435                 "x UID SEARCH (ANSWERED UID 1:*)" with
3436                 "x UID SEARCH ANSWERED"
3437                 (Rockliffe doesn't handle the parenthesis)
3438
3439 2006-06-19 [colin]      2.3.0cvs23
3440
3441         * src/compose.c
3442         * src/imap.c
3443         * src/etpan/imap-thread.c
3444                 Probably fix bug #972 (Freezes when adding 
3445                 an attachment to the message)
3446         * src/common/defs.h
3447                 Modernize Firefox cmd
3448
3449
3450 2006-06-18 [colin]      2.3.0cvs22
3451
3452         * src/prefs_customheader.c
3453                 Only allow correct filenames for various
3454                 custom headers
3455
3456 2006-06-18 [colin]      2.3.0cvs21
3457
3458         * src/prefs_customheader.c
3459                 Add a 'From File...' button in custom headers prefs, which
3460                 try to do the right thing: 
3461                 for normal headers, use file as plaintext,
3462                 for X-Face, calls compface,
3463                 for Face, encode to b64.
3464
3465 2006-06-17 [colin]      2.3.0cvs20
3466
3467         * src/mh.c
3468                 Warning fix
3469
3470 2006-06-16 [colin]      2.3.0cvs19
3471
3472         * src/summaryview.c
3473                 Recursive quicksearch: show message list
3474                 in current folder, *then* search children
3475                 in the background.
3476
3477 2006-06-16 [colin]      2.3.0cvs18
3478
3479         * src/main.c
3480                 Instead of ignoring SIGPIPE, save caches
3481                 when getting one. Will fix the fact that
3482                 hot caches are out-of-date when logging 
3483                 out of Xorg.
3484         * src/compose.c
3485         * src/prefs_compose_writing.c
3486                 Only save text (not attachments) when 
3487                 auto-saving to drafts
3488         * src/unmime.c
3489                 Always replace \n, \r and \t with spaces
3490                 in headers
3491         * manual/dist/html/Makefile.am
3492         * manual/dist/pdf/Makefile.am
3493         * manual/dist/ps/Makefile.am
3494         * manual/dist/txt/Makefile.am
3495         * manual/fr/dist/html/Makefile.am
3496         * manual/fr/dist/pdf/Makefile.am
3497         * manual/fr/dist/ps/Makefile.am
3498         * manual/fr/dist/txt/Makefile.am
3499         * manual/pl/dist/html/Makefile.am
3500         * manual/pl/dist/pdf/Makefile.am
3501         * manual/pl/dist/ps/Makefile.am
3502         * manual/pl/dist/txt/Makefile.am
3503                 Fix make clean removing pregenerated manuals
3504
3505
3506 2006-06-16 [colin]      2.3.0cvs17
3507
3508         * src/plugins/pgpcore/sgpgme.c
3509         * src/plugins/pgpmime/pgpmime.c
3510         * src/plugins/pgpinline/pgpinline.c
3511                 Better error reporting in setup_signers.
3512                 Don't fallback to default key if specified
3513                 key isn't found.
3514                 Don't allow signing if more than one secret
3515                 key matches the one specified in prefs.
3516
3517 2006-06-15 [colin]      2.3.0cvs16
3518
3519         * src/folderview.c
3520                 Add "Send queue" in the folder's contextual
3521                 menu
3522         * src/compose.c
3523         * src/messageview.c
3524         * src/privacy.c
3525         * src/privacy.h
3526         * src/procmime.c
3527         * src/procmsg.c
3528         * src/plugins/pgpcore/passphrase.c
3529         * src/plugins/pgpcore/sgpgme.c
3530         * src/plugins/pgpinline/pgpinline.c
3531         * src/plugins/pgpmime/pgpmime.c
3532                 Better error reporting
3533         * src/mbox.c
3534                 Probably fix bug #971 (2.2.3 cannot read mail 
3535                 from local mbox)
3536
3537
3538 2006-06-15 [mones]      2.3.0cvs15
3539
3540         * tools/make.themes.project
3541                 creates the themes project from the web page
3542
3543 2006-06-15 [colin]      2.3.0cvs14
3544
3545         * src/folder.c
3546                 Better fix (avoid losing the folder if scan_tree 
3547                 fails)
3548
3549 2006-06-15 [cleroy]     2.3.0cvs13
3550
3551         * src/folder.c
3552                 Probably fix Bug #969 (crash on rebuilding 
3553                 imap folder)
3554
3555 2006-06-14 [colin]      2.3.0cvs12
3556
3557         * manual/dtd/manual.xsl
3558         * manual/sylpheed-claws-manual.xml
3559         * manual/fr/sylpheed-claws-manual.xml
3560         * manual/pl/sylpheed-claws-manual.xml
3561                 Insert pagebreaks between sections
3562
3563 2006-06-14 [paul]       2.3.0cvs11
3564
3565         * configure.ac
3566                 better fix than 2.3.0cvs10
3567
3568 2006-06-14 [paul]       2.3.0cvs10
3569
3570         * configure.ac
3571                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3572                 (backwards compatible)
3573
3574 2006-06-13 [colin]      2.3.0cvs9
3575
3576         * src/messageview.c
3577                 Fix sending of return receipt with the new queue folders
3578
3579 2006-06-13 [wwp]        2.3.0cvs8
3580
3581         * src/quote_fmt_lex.l
3582                 fix wrong tokens returned in quote_fmt lexer, query not().
3583
3584 2006-06-13 [wwp]        2.3.0cvs7
3585
3586         * src/folder.c
3587         * src/prefs_folder_item.c
3588                 allow changing folder type even when folder is not a top-level one,
3589                 thanks to Colin.
3590
3591 2006-06-12 [colin]      2.3.0cvs6
3592
3593         * src/folderview.c
3594                 Fix double-ask of "Do you want to mark all
3595                 as read"
3596
3597 2006-06-12 [colin]      2.3.0cvs5
3598
3599         * src/compose.c
3600         * src/compose.h
3601         * src/folder.c
3602         * src/folder.h
3603         * src/imap.c
3604         * src/inc.c
3605         * src/main.c
3606         * src/messageview.c
3607         * src/mh.c
3608         * src/prefs_folder_item.c
3609         * src/procheader.c
3610         * src/procmime.c
3611         * src/procmsg.c
3612         * src/procmsg.h
3613         * src/send_message.c
3614         * src/summaryview.c
3615         * src/toolbar.c
3616                 Apply bug #964's patch (Queue and drafts aren't normal)
3617                 The Drafts and Queue folder now contain RFC-822 files,
3618                 allowing to move and copy mails from and to these 
3619                 folders. Moving from Drafts to Queue will prepare the
3620                 mail for sending (PGP signature, encryption, etc).
3621                 This patch also rework sending errors handling to try
3622                 to be more helpful.
3623                 Also, allow redefining folder types via the GUI 
3624                 (Folder type in its Properties)
3625
3626 2006-06-12 [colin]      2.3.0cvs4
3627
3628         * src/summaryview.c
3629         * src/prefs_common.c
3630         * src/prefs_common.h
3631         * src/gedit-print.c
3632                 Allow to define a specific print font - patch
3633                 by Bernhard Walle <bernhard.walle@gmx.de>
3634         * src/prefs_fonts.c
3635         * manual/advanced.xml
3636         * manual/fr/advanced.xml
3637                 Add a hidden pref to allow deletion without
3638                 confirmation
3639
3640 2006-06-12 [wwp]        2.3.0cvs3
3641
3642         * .cvsignore
3643                 more files to ignore.
3644
3645 2006-06-12 [wwp]        2.3.0cvs2
3646
3647         * src/quote_fmt.c
3648         * src/quote_fmt_lex.l
3649         * src/quote_fmt_parse.y
3650                 extend the quote_fmt parser (templates and quotes):
3651                 - allow limited sub-expressions in |p{} and |f{} expressions,
3652                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3653                 - implemented/fixed missing implementation of query_references and show_references,
3654                 - completed, fixed contents and format of the symbols help dialog,
3655                 - fix some compilation warnings.
3656
3657 2006-06-12 [wwp]        2.3.0cvs1
3658
3659         * manual/advanced.xml
3660         * manual/fr/advanced.xml
3661                 updates in the "templates" section of the manual (eng/fr):
3662                  - be more precise (both versions)
3663                  - completed to match the english reference (fr version)
3664                  - touchups (both versions)
3665
3666 2006-06-12 [paul]       2.3.0
3667
3668         2.3.0 released
3669
3670 2006-06-12 [paul]       2.2.3cvs14
3671
3672         * po/ca.po
3673         * po/cs.po
3674         * po/de.po
3675         * po/el.po
3676         * po/fr.po
3677         * po/it.po
3678         * po/pt_BR.po
3679         * po/sr.po
3680         * po/zh_CN.po
3681                 updated by Miquel Oliete, Tim, Stephan Sachse,
3682                 Stavros Giannouris, Fabien Vantard, Andrea
3683                 Spadaccini, Frederico Goncalves Guimaraes,
3684                 Aleksandar Urosevic, and Ralgh Young
3685
3686 2006-06-12 [colin]      2.2.3cvs13
3687
3688         * src/mbox.c
3689                 Add missing header
3690
3691 2006-06-11 [colin]      2.2.3cvs12
3692
3693         * src/msgcache.c
3694                 Verify that g_malloc() succeeded
3695
3696 2006-06-11 [colin]      2.2.3cvs11
3697
3698         * src/wizard.c
3699                 Add Face header to welcome mail
3700
3701 2006-06-10 [colin]      2.2.3cvs10
3702
3703         * src/textview.c
3704                 Revert previous (Forgot it changes the
3705                 margin on the whole mail)
3706
3707 2006-06-10 [colin]      2.2.3cvs9
3708
3709         * src/textview.c
3710                 Don't overlap long headers under (X-)Face
3711
3712 2006-06-10 [mones]      2.2.3cvs8
3713
3714         * manual/xml2pdf
3715                 allow generation of manual on systems lacking saxon binary
3716                 but with java and the saxon library installed
3717
3718         * po/es.po
3719                 updated for release
3720
3721 2006-06-09 [colin]      2.2.3cvs7
3722
3723         * src/summaryview.c
3724                 Fix leak when using Display Sender using Addressbook
3725
3726 2006-06-09 [colin]      2.2.3cvs6
3727
3728         * src/compose.c
3729         * src/folder.c
3730         * src/folderview.c
3731         * src/mimeview.c
3732         * src/summaryview.c
3733                 More leaks fixes
3734
3735 2006-06-09 [paul]       2.2.3cvs5
3736
3737         * AUTHORS
3738         * src/gtk/authors.h
3739         * tools/claws.i18n.status.pl
3740                 updated with new info
3741
3742 2006-06-09 [paul]       2.2.3cvs4
3743
3744         * README
3745                 updated
3746         * manual/ack.xml
3747                 add wwp to authors list
3748         * src/gtk/authors.h
3749                 update mine and Colin's addresses
3750
3751 2006-06-08 [colin]      2.2.3cvs3
3752
3753         * src/etpan/imap-thread.c
3754                 Fix leak on SSL cert check
3755
3756 2006-06-08 [colin]      2.2.3cvs2
3757
3758         * src/common/utils.c
3759                 Fix leak
3760
3761 2006-06-08 [paul]       2.2.3cvs1
3762
3763         * configure.ac
3764                 Update version number following
3765                 stable release
3766
3767 2006-06-07 [colin]      2.2.2cvs3
3768
3769         * src/msgcache.c
3770                 Fix catching cache read errors (guint instead of gint)
3771                 Prevent malloc'ing more than 8MB (means cache corruption)
3772
3773 2006-06-07 [paul]       2.2.2cvs2
3774
3775         * src/exporthtml.c
3776         * src/exportldif.c
3777         * src/mh.c
3778         * src/mutt.c
3779         * src/pine.c
3780         * src/common/utils.c
3781                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3782                 obey $HOME'
3783                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3784                 Thanks to Colin
3785
3786 2006-06-06 [paul]       2.2.2cvs1
3787
3788         * configure.ac
3789                 Update version number following
3790                 stable release
3791
3792 2006-06-06 [paul]       2.2.1cvs6
3793
3794         * src/matcher.c
3795                 fix  implicit declaration of
3796                 sylpheed_do_idle()
3797                 Patch by Fabien Vantard
3798
3799 2006-06-06 [paul]       2.2.1cvs5
3800
3801         * src/matcher.c
3802                 fix age_greater and age_lower so that they
3803                 mean what say and not '...or equal to'
3804                 Thanks to Colin
3805
3806 2006-06-06 [paul]       2.2.1cvs4
3807
3808         * src/textview.c
3809         * src/common/utils.c
3810                 fix URI check
3811                 Thanks to Colin
3812
3813 2006-06-05 [wwp]        2.2.1cvs3
3814
3815         * manual/fr/account.xml
3816                 minor language fixes (thanks to Fabien Vantard).
3817
3818 2006-06-05 [colin]      2.2.1cvs2
3819
3820         * src/prefs_folder_item.c
3821         * src/folderview.c
3822                 Allow recursive setting of properties 
3823                 for whole mailboxes
3824         * src/matcher.c
3825                 Don't freeze on 'test' filtering rule
3826
3827 2006-06-05 [colin]      2.2.1cvs1
3828
3829         * configure.ac
3830                 Update version number following
3831                 stable release
3832
3833 2006-06-04 [wwp]        2.2.0cvs82
3834
3835         * manual/glossary.xml
3836         * manual/account.xml
3837         * manual/fr/glossary.xml
3838         * manual/fr/account.xml
3839                 added glossary section and references/links related to the Face custom header.
3840
3841 2006-06-04 [colin]      2.2.0cvs81
3842
3843         * src/summaryview.c
3844                 Skip to next message on move with no
3845                 immediate execution
3846
3847 2006-06-04 [wwp]        2.2.0cvs80
3848
3849         * manual/xml2pdf
3850                 added sanity checks, exit when needed.
3851
3852 2006-06-03 [paul]       2.2.0cvs79
3853
3854         * src/prefs_receive.c
3855                 page name is now 'Receiving'
3856         * src/prefs_send.c
3857                 page name is now 'Sending'
3858
3859 2006-06-03 [colin]      2.2.0cvs78
3860
3861         * src/plugins/spamassassin/spamassassin_gtk.c
3862                 Autoswitch to Localhost if transport was previously
3863                 disabled. Else people had to check [] Enable, then
3864                 *reselect* transport.
3865
3866 2006-06-03 [colin]      2.2.0cvs77
3867
3868         * src/plugins/pgpinline/pgpinline.c
3869         * src/plugins/pgpmime/pgpmime.c
3870                 Check that gpg_data_release_and_get_mem 
3871                 didn't fail (now, why this happens...)
3872
3873 2006-06-03 [colin]      2.2.0cvs76
3874
3875         * src/mbox.c
3876                 Fix bug #962 (Manual and/or UI should 
3877                 warn about incompatible locking 
3878                 causing dataloss)
3879
3880 2006-06-02 [cleroy]     2.2.0cvs75
3881
3882         * src/filtering.c
3883         * src/folder.c
3884         * src/procmsg.c
3885         * src/summaryview.c
3886                 Fix a few leaks
3887
3888 2006-06-02 [colin]      2.2.0cvs74
3889
3890         * src/main.c
3891                 On exit, free caches after writing them
3892                 Shuts up some valgrind false positives
3893         * src/procmsg.c
3894         * src/send_message.c
3895                 Fix races when reusing existing SMTP connections
3896                 Fix inexistant session timeout
3897         * src/toolbar.c
3898                 Display alertpanel after all queues have
3899                 been processed, not after each
3900
3901 2006-06-02 [wwp]        2.2.0cvs73
3902
3903         * manual/fr/glossary.xml
3904         * manual/fr/ack.xml
3905         * manual/ack.xml
3906                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3907
3908 2006-06-02 [wwp]        2.2.0cvs72
3909
3910         * manual/xml2pdf
3911         * manual/dist/pdf/Makefile.am
3912         * manual/dtd/manual.xsl
3913         * manual/fr/dist/pdf/Makefile.am
3914         * manual/pl/dist/pdf/Makefile.am
3915                 we changed the procedure to generate the .pdf version of the manual.
3916                 The procedure is more modern and the .pdf we get now has a valid index.
3917                 Here are the new pre-requisites:
3918
3919                 - JRE 1.x (1.4 here): there must be one from your distro
3920                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3921                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3922                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3923
3924                 See my posts for further info about the installation of this toolchain:
3925
3926                 Date: Fri, 19 May 2006 19:40:06 +0200
3927                 From: wwp <subscript@free.fr>
3928                 To: sylpheed-claws-devel@lists.sourceforge.net
3929                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3930
3931                 and
3932
3933                 Date: Wed, 24 May 2006 12:58:49 +0200
3934                 From: wwp <subscript@free.fr>
3935                 To: sylpheed-claws-devel@lists.sourceforge.net
3936                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3937
3938 2006-06-01 [colin]      2.2.0cvs71
3939
3940         * src/compose.c
3941                 Better guards against IMAP races
3942         * src/main.c
3943         * src/prefs_common.c
3944         * src/prefs_common.h
3945         * src/common/ssl_certificate.c
3946         * src/etpan/imap-thread.c
3947         * src/etpan/imap-thread.h
3948         * src/gtk/sslcertwindow.c
3949                 New hidden option ssl_skip_cert_check to 
3950                 avoid dups of bug #959 (libetpan linked
3951                 against gnutls and gnutls buggy on 64bit)
3952                 Present expired warning only once per
3953                 session/server.
3954         * manual/advanced.xml
3955         * manual/fr/advanced.xml
3956                 Document new option
3957
3958 2006-06-01 [wwp]        2.2.0cvs70
3959
3960         * src/messageview.c
3961                 fix for bug #961 (return receipt dialog 
3962                 complains incorrectly about return-path 
3963                 email adress being different), thanks 
3964                 to Colin.
3965
3966 2006-05-31 [cleroy]     2.2.0cvs69
3967
3968         * src/common/ssl.c
3969                 Guard against NULLs, although this
3970                 should never be an issue
3971
3972 2006-05-31 [colin]      2.2.0cvs68
3973
3974         * src/filtering.c
3975                 Use g_slist_prepend
3976         * src/imap.c
3977                 Don't remove caches when destroying folder, it
3978                 could (should) be done at exit
3979         * src/inc.c
3980                 free processing cache after incorporation
3981         * src/etpan/imap-thread.c
3982                 Maybe fix bug #959 (Crash on moving to emails 
3983                 to a imap account per ssl with a expired 
3984                 certificate.)
3985
3986 2006-05-30 [colin]      2.2.0cvs67
3987
3988         * src/summaryview.c
3989                 Put back event flush when displaying message
3990                 It avoids reading a bunch of messages just
3991                 by hitting shift-n for too long ;)
3992
3993 2006-05-29 [colin]      2.2.0cvs66
3994
3995         * src/summaryview.c
3996                 Remove useless g_warnings
3997
3998 2006-05-29 [colin]      2.2.0cvs65
3999
4000         * src/imap.c
4001                 Fix g_slist_append()s for performance
4002
4003 2006-05-29 [colin]      2.2.0cvs64
4004
4005         * src/compose.c
4006         * src/common/utils.c
4007                 Fix extraneous tab at start of addresses
4008         * src/mainwindow.c
4009                 Fix warnings (thanks to Fabien)
4010                 Fix crash at exit when composing messages 
4011                 exist
4012         * src/pop.c
4013                 Fix progress bar when deleting expired mails
4014                 Thanks to Hiro
4015         * src/summaryview.c
4016         * src/gtk/gtksctree.c
4017                 Fix re-sorting slowness
4018
4019 2006-05-29 [paul]       2.2.0cvs63
4020
4021         * src/mh.c
4022                 fetch full message when moving mails
4023                 from another mailbox, (fixed data loss
4024                 when filtering from IMAP to MH, introduced
4025                 in 2.2.0cvs57).
4026                 Thanks to Colin
4027
4028 2006-05-29 [mones]      2.2.0cvs62
4029
4030         * src/gtk/gtksctree.c
4031                 Unselect faster (patch by Colin)        
4032
4033 2006-05-26 [colin]      2.2.0cvs61
4034
4035         * src/summaryview.c
4036                 Unplug MSGINFO_UPDATE callback on delete too.
4037
4038 2006-05-26 [colin]      2.2.0cvs60
4039
4040         * src/foldersel.c
4041                 Fix bold in folder selection window with glib2.10
4042                 thanks Hiro
4043
4044 2006-05-26 [colin]      2.2.0cvs59
4045
4046         * src/procheader.c
4047                 Convert date only if necessary (and don't
4048                 try to convert from utf8 to utf8, too)
4049         * src/summaryview.c
4050                 Only set column's text if the column's 
4051                 displayed
4052
4053 2006-05-26 [colin]      2.2.0cvs58
4054
4055         * src/summaryview.c
4056         * src/gtk/gtkutils.c
4057                 Fix useless warning
4058
4059 2006-05-26 [colin]      2.2.0cvs57
4060
4061         * src/mainwindow.c
4062                 Make summaryview selectable as long as 
4063                 no message has focus
4064         * src/mh.c
4065                 Faster deletion (by implementing mh_remove_msgs)
4066                 Faster copy (avoid using mh_fetch_msg just to get
4067                 the filename)
4068                 Faster move (using move_file instead of copy_file
4069                 if MSG_IS_MOVE)
4070                 No progressbar if total number of mails to cp/mv 
4071                 is less than 100
4072         * src/summaryview.c
4073                 Fix removal from subject_table when mail gets moved
4074                 Faster deletion (g_slist_prepend instead of append)
4075         * src/gtk/gtksctree.c
4076                 Remove useless code
4077
4078 2006-05-25 [colin]      2.2.0cvs56
4079
4080         * src/common/ssl_certificate.c
4081                 Fix leak in expired cert check
4082
4083 2006-05-25 [colin]      2.2.0cvs55
4084
4085         * src/mh.c
4086                 Disable flags syncing on .mh_sequences - it
4087                 is buggy and marks mails read under unknown
4088                 conditions.
4089
4090 2006-05-25 [paul]
4091
4092         * 2.3.0-rc4 released
4093
4094 2006-05-24 [colin]      2.2.0cvs54
4095
4096         attention cvs users: if you manage to crash
4097         Sylpheed-Claws while moving, copying or deleting
4098         mails, we *are* interested in stack traces and
4099         valgrind logs. It looks stable, but one never
4100         knows...
4101
4102         * src/folder.c
4103                 Add progressbar for cache updates
4104         * src/folderutils.c
4105                 Optimize Mark all read in the current
4106                 folder
4107         * src/mh.c
4108                 Add progressbar for copy/move
4109         * src/procmsg.c
4110                 Optimize O(n^2) in copy/move
4111         * src/summaryview.c
4112         * src/gtk/gtksctree.c
4113                 Optimize O(n^2) algos
4114         * src/common/timing.h
4115                 Display ms instead of us
4116
4117 2006-05-24 [wwp]        2.2.0cvs53
4118
4119         * manual/fr/advanced.xml
4120                 updates to the French manual.
4121
4122 2006-05-24 [wwp]        2.2.0cvs52
4123
4124         * src/common/utils.c
4125                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
4126
4127 2006-05-24 [wwp]        2.2.0cvs51
4128
4129         * src/folderutils.c
4130                 fixed "mark all read" in MH folders (thanks to Colin).
4131
4132 2006-05-24 [paul]       2.2.0cvs50
4133
4134         * doc/man/sylpheed-claws.1
4135                 updated the man page
4136
4137 2006-05-23 [colin]      2.2.0cvs49
4138
4139         * src/folderview.c
4140         * src/imap.c
4141         * src/inc.c
4142         * src/mbox.c
4143         * src/messageview.c
4144         * src/news.c
4145         * src/send_message.c
4146         * src/summaryview.c
4147         * src/gtk/sslcertwindow.c
4148                 alertpanel fixes, by Fabien
4149
4150 2006-05-23 [colin]      2.2.0cvs48
4151
4152         * src/folder.c
4153         * src/folderview.c
4154         * src/msgcache.c
4155         * src/summaryview.c
4156         * src/gtk/gtksctree.c
4157         * src/gtk/gtksctree.h
4158                 More timings
4159                 Fix slow loading problem, which was caused by the
4160                 use of some gtk_ctree funcs and their use of
4161                 g_list_position while gtk_ctree_(un)link'ing.
4162                 Reap more functions from gtkctree.c to be sure we
4163                 use our (fast) version instead of theirs.
4164         * src/mh.c
4165                 Fix copy of unread mails
4166
4167
4168 2006-05-22 [wwp]        2.2.0cvs47
4169
4170         * manual/fr/advanced.xml
4171                 updated.
4172
4173 2006-05-22 [colin]      2.2.0cvs46
4174
4175         * src/filtering.c
4176                 Fix possible infinite loop. 'copy' is not a 
4177                 final action, so when encountering a 'copy',
4178                 we have to check if a previous one was set
4179                 and do it. In the same way, if we encounter
4180                 a 'move' we have to perform a possibly 
4181                 pending 'copy'. This will slow down filtering
4182                 on IMAP if move+copy or multiple copy actions
4183                 are to be done, but handling it via the batch
4184                 would be really too convoluted.
4185
4186 2006-05-22 [wwp]        2.2.0cvs45
4187
4188         * manual/fr/advanced.xml
4189         * manual/fr/faq.xml
4190         * manual/fr/glossary.xml
4191         * manual/fr/handling.xml
4192         * manual/fr/intro.xml
4193         * manual/fr/plugins.xml
4194         * manual/fr/sylpheed-claws-manual.xml
4195                 sync w/ the english manual: updates URIs, documented mailing-list
4196                 support, better explanation about the enabled/disabled feature
4197                 in filtering/processing rules by Paul.
4198
4199 2006-05-21 [colin]      2.2.0cvs44
4200
4201         * src/summaryview.c
4202                 Don't expand after building threads, but during
4203
4204 2006-05-21 [colin]      2.2.0cvs43
4205
4206         * src/procmsg.c
4207         * src/summaryview.c
4208                 More timing possibilities... For next time I have 
4209                 to find out how the hell some 3GHz computer takes
4210                 one minute to open a 30k folder...
4211
4212 2006-05-21 [colin]      2.2.0cvs42
4213
4214         * manual/pl/advanced.xml
4215         * manual/pl/faq.xml
4216         * manual/pl/glossary.xml
4217         * manual/pl/handling.xml
4218         * manual/pl/intro.xml
4219         * manual/pl/plugins.xml
4220         * manual/pl/sylpheed-claws-manual.xml
4221                 Polish manual updated by Pawel
4222
4223 2006-05-20 [colin]
4224
4225         * 2.3.0-rc3 released
4226
4227 2006-05-20 [colin]      2.2.0cvs41
4228
4229         * src/imap.c
4230                 Fix -rc2 problems:
4231                 - remove cache of moved messages from original folder
4232                 - apply new flags to messages even if they aren't appliable
4233                   via IMAP.
4234
4235 2006-05-20 [colin]
4236
4237         * 2.3.0-rc2 released
4238
4239 2006-05-19 [colin]      2.2.0cvs40
4240
4241         * src/imap.c
4242                 Don't issue SELECT in imap_change_flags
4243                 before having checked that we indeed have
4244                 some flags to change. MSG_POSTFILTERED for
4245                 example can't be used on IMAP.
4246                 Fixes bug #955 (copying messages between 
4247                 imap folders is extremely slow), which was
4248                 a regression.
4249
4250 2006-05-19 [colin]      2.2.0cvs39
4251
4252         * src/folder.c
4253         * src/folder.h
4254         * src/folderview.c
4255                 Try to fix bug #830 (Some unread messages 
4256                 get marked read in IMAP inbox):
4257                 - Prevent scanning a folder if it's being 
4258                   opened via the GUI
4259                 - Postpone opening via the GUI of a folder
4260                   currently scanned.
4261
4262
4263 2006-05-19 [wwp]        2.2.0cvs38
4264
4265         * manual/advanced.xml
4266                 fix English+typo (thanks to Paul).
4267
4268 2006-05-19 [wwp]        2.2.0cvs37
4269
4270         * manual/advanced.xml
4271         * manual/fr/advanced.xml
4272         * src/gtk/logwindow.c
4273         * src/prefs_common.c
4274         * src/prefs_common.h
4275                 added hidden prefs to allow customization of colors used in
4276                 protocol log window (useful for dark gtk+ themes).
4277
4278 2006-05-19 [wwp]        2.2.0cvs36
4279
4280         * ChangeLog
4281                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
4282
4283 2006-05-19 [paul]       2.2.0cvs35
4284
4285         * src/textview.c
4286                 make Reply-To fully clickable
4287         * src/gtk/logwindow.c
4288                 more colouring (SMTP ESMTP)
4289         Both patches by Pawel Pekala
4290
4291 2006-05-19 [cleroy]     2.2.0cvs34
4292
4293         * src/mh.c
4294                 Don't update flags from current folder
4295                 Probably fixes bug #935 (Read Messages 
4296                 Revert to Being Marked as Unread)
4297
4298 2006-05-18 [colin]      2.2.0cvs33
4299
4300         * src/imap.c
4301                 Warning fix
4302         * src/compose.c
4303         * src/mainwindow.c
4304         * src/summaryview.c
4305         * src/toolbar.c
4306                 Allow replying to multiple emails
4307                 in multiple windows
4308         * src/mimeview.c
4309         * src/etpan/imap-thread.c
4310                 Leak fixes
4311
4312 2006-05-18 [paul]       2.2.0cvs32
4313
4314         * src/summaryview.c
4315                 keep Mailing-List menu refreshed
4316                 Thanks to Colin
4317
4318 2006-05-18 [paul]       2.2.0cvs31
4319
4320         * manual/advanced.xml
4321         * manual/faq.xml
4322         * manual/glossary.xml
4323         * manual/handling.xml
4324         * manual/intro.xml
4325         * manual/plugins.xml
4326         * manual/sylpheed-claws-manual.xml
4327                 update URLs
4328                 add info about mailing-list support
4329                 edit filtering info
4330         * src/wizard.c
4331         * src/common/defs.h
4332         * src/gtk/about.c
4333         * src/plugins/dillo_viewer/README
4334                 update URLs
4335
4336 2006-05-17 [wwp]        2.2.0cvs30
4337
4338         * manual/handling.xml
4339         * manual/fr/handling.xml
4340                 documented the ability to enabled/disable filtering/processing rules.
4341
4342 2006-05-17 [colin]      2.2.0cvs29
4343
4344         * src/main.c
4345                 Don't initialize g_thread subsystem if it's 
4346                 already done (thanks to Hiro)
4347         * src/mimeview.c
4348                 Fix saving of parts when there name can't be
4349                 converted from UTF-8.
4350
4351 2006-05-17 [paul]       2.2.0cvs28
4352
4353         * po/Makefile.in.in
4354                 fix config.status warning with autoconf 2.60
4355
4356 2006-05-17 [paul]       2.2.0cvs27
4357
4358         * po/POTFILES.in
4359                 add src/mbox.c
4360
4361 2006-05-17 [wwp]        2.2.0cvs26
4362
4363         * src/mainwindow.c
4364                 fix useless and potentially dangerous buffer walking (thanks to Colin).
4365
4366 2006-05-17 [wwp]        2.2.0cvs25
4367
4368         * src/plugins/demo/demo.c
4369                 updated product name in plugin demo (many plugins need to be
4370                 sync'ed w/ that change).
4371
4372 2006-05-17 [colin]      2.2.0cvs24
4373
4374         * src/mh.c
4375                 Fix leak
4376
4377 2006-05-16 [colin]      2.2.0cvs23
4378
4379         * src/mainwindow.c
4380                 Stupid me hit again. Fix cvs22.
4381
4382 2006-05-16 [colin]      2.2.0cvs22
4383
4384         * src/mainwindow.c
4385                 Fix bug #922 (sylpheed-claws crashed after 
4386                 pushing on Inbox folder)
4387
4388 2006-05-16 [colin]      2.2.0cvs21
4389
4390         * src/compose.c
4391                 Make From header be copy/paste/select-able
4392
4393 2006-05-16 [wwp]        2.2.0cvs20
4394
4395         * src/export.c
4396         * src/matcher.c
4397         * src/summaryview.c
4398         * src/etpan/imap-thread.c
4399                 fix some compiler warnings (thanks to Colin).
4400
4401 2006-05-16 [wwp]        2.2.0cvs19
4402
4403         * src/action.c
4404         * src/gedit-print.c
4405         * src/inc.c
4406         * src/mainwindow.c
4407         * src/mh.c
4408         * src/statusbar.c
4409         * src/send_message.c
4410         * src/summaryview.c
4411                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
4412
4413 2006-05-15 [colin]      2.2.0cvs18
4414
4415         * src/procmsg.c
4416                 Fix automatic rule creation with List-Post
4417
4418 2006-05-15 [paul]       2.2.0cvs17
4419
4420         * tools/filter_conv_new.pl
4421                 updated for rule enabling/disabling
4422                 claws version >= 2.3.x required
4423
4424 2006-05-15 [cleroy]     2.2.0cvs16
4425
4426         * src/main.c
4427                 Revert test
4428
4429 2006-05-15 [cleroy]     2.2.0cvs15
4430
4431         * src/main.c
4432                 test
4433
4434 2006-05-15 [wwp]        2.2.0cvs14
4435
4436         * manual/pl/.cvsignore
4437                 ignore generated files.
4438
4439 2006-05-14 [wwp]        2.3.0-rc1
4440
4441         * 2.3.0-rc1 released
4442
4443 2006-05-13 [wwp]        2.2.0cvs13
4444
4445         * src/filtering.c
4446         * src/filtering.h
4447         * src/matcher.c
4448         * src/matcher_parser_lex.l
4449         * src/matcher_parser_parse.y
4450         * src/prefs_filtering.c
4451                 new feature: provide the ability to disable filtering and processing
4452                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4453                 adaptations.
4454
4455 2006-05-13 [colin]      2.2.0cvs12
4456
4457         * src/compose.c
4458                 Remove useless if (a) b; else b;
4459                 Thanks to wwp
4460
4461 2006-05-13 [wwp]        2.2.0cvs11
4462
4463         * src/export.c
4464         * src/import.c
4465         * src/mainwindow.c
4466         * src/mbox.c
4467         * src/summaryview.c
4468         * src/summaryview.h
4469                 no more silent failures (or at least less ones) when importing
4470                 or exporting from/to mbox. Also start importing/exporting if
4471                 the necessary info is set.
4472
4473 2006-05-13 [wwp]        2.2.0cvs10
4474
4475         * RELEASE_NOTES
4476                 restored up-to-date release notes.
4477
4478 2006-05-13 [paul]       2.2.0cvs9
4479
4480         * po/nl.po
4481         * po/ru.po
4482                 updated by Tim Dijkstra and Pavlo Bohmat
4483
4484 2006-05-12 [colin]      2.2.0cvs8
4485
4486         * src/gtk/quicksearch.c
4487                 Add "k" as shortcut for "colorlabel". Patch
4488                 by ath42@users.sf.net.
4489
4490 2006-05-12 [paul]       2.2.0cvs7
4491
4492         * src/prefs_common.h
4493         * src/prefs_summaries.c
4494         * src/summaryview.c
4495                 when entering a folder also allow
4496                 going directly to first Marked message
4497
4498 2006-05-12 [paul]       2.2.0cvs6
4499
4500         * src/summaryview.c
4501                 always obey 'confirm before marking all
4502                 mails read' option
4503
4504 2006-05-12 [paul]       2.2.0cvs5
4505
4506         * src/textview.c
4507                 make Sender fully clickable
4508
4509 2006-05-12 [colin]      2.2.0cvs4
4510
4511         * src/compose.c
4512         * src/compose.h
4513                 Let From be editable
4514         * src/main.c
4515         * src/mh.c
4516                 Full support of .mh_sequences' Unseen seq
4517
4518 2006-05-12 [colin]      2.2.0cvs3
4519
4520         * src/folder.c
4521         * src/mainwindow.c
4522         * src/mainwindow.h
4523         * src/messageview.c
4524         * src/prefs_spelling.c
4525         * src/procheader.c
4526         * src/procmsg.c
4527         * src/procmsg.h
4528         * src/summaryview.c
4529         * src/toolbar.c
4530         * src/toolbar.h
4531                 Add contextual menu on Compose toolbar
4532                 button. Fixes bug #944 (Automatic
4533                 addresses not applied when changing account
4534                 from compose window)
4535                 add Mailing List support
4536                 based on the old 0.6.5claws25 patch by
4537                 Melvin Hadasht, with finishing touches
4538                 by Colin
4539                 Fix "ignore thread" when mails are threaded by
4540                 subject (and weren't ignored although appearing
4541                 in the thread).
4542                 GUI rework.
4543                 Both patches by Pawel.
4544
4545 2006-05-08 [paul]       2.2.0cvs2
4546
4547         * src/mainwindow.c
4548         * src/mainwindow.h
4549         * src/messageview.c
4550         * src/procheader.c
4551         * src/procmsg.c
4552         * src/procmsg.h
4553         * src/summaryview.c
4554                 add Mailing List support
4555                 based on the old 0.6.5claws25 patch by 
4556                 Melvin Hadasht, with finishing touches
4557                 by Colin
4558
4559 2006-05-08 [colin]      2.2.0cvs1
4560
4561         * src/mainwindow.c
4562         * src/toolbar.c
4563         * src/toolbar.h
4564                 Add contextual menu on Compose toolbar 
4565                 button. Fixes bug #944 (Automatic 
4566                 addresses not applied when changing account 
4567                 from compose window)
4568
4569 2006-05-08 [paul]       2.2.0
4570
4571         2.2.0 released
4572
4573 2006-05-08 [paul]       2.1.1cvs51
4574
4575         * po/cs.po
4576         * po/de.po
4577         * po/en_GB.po
4578         * po/fi.po
4579         * po/fr.po
4580         * po/pt_BR.po
4581         * po/sr.po
4582         * po/zh_CN.po
4583                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4584                 Fabien Vantard, Frederico Goncalves Guimaraes,
4585                 Aleksandar Urosevic, and Ralgh Young
4586
4587 2006-05-12 [colin]      2.1.1cvs50
4588
4589         * po/cs.po
4590         * po/de.po
4591         * po/en_GB.po
4592         * po/es.po
4593         * po/fi.po
4594         * po/fr.po
4595         * po/pt_BR.po
4596         * po/sr.po
4597         * po/zh_CN.po
4598                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4599                 Fabien Vantard, Frederico Goncalves Guimaraes,
4600                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4601
4602 2006-05-05 [colin]      2.1.1cvs49
4603
4604         * manual/Makefile.am
4605         * manual/pl/Makefile.am
4606         * manual/pl/account.xml
4607         * manual/pl/ack.xml
4608         * manual/pl/addrbook.xml
4609         * manual/pl/advanced.xml
4610         * manual/pl/faq.xml
4611         * manual/pl/glossary.xml
4612         * manual/pl/gpl.xml
4613         * manual/pl/handling.xml
4614         * manual/pl/intro.xml
4615         * manual/pl/keyboard.xml
4616         * manual/pl/plugins.xml
4617         * manual/pl/starting.xml
4618         * manual/pl/sylpheed-claws-manual.xml
4619         * manual/pl/dist/.cvsignore
4620         * manual/pl/dist/Makefile.am
4621         * manual/pl/dist/html/.cvsignore
4622         * manual/pl/dist/html/Makefile.am
4623         * manual/pl/dist/pdf/.cvsignore
4624         * manual/pl/dist/pdf/Makefile.am
4625         * manual/pl/dist/ps/.cvsignore
4626         * manual/pl/dist/ps/Makefile.am
4627         * manual/pl/dist/txt/.cvsignore
4628         * manual/pl/dist/txt/Makefile.am
4629                 Add the polish translation of the manual,
4630                 Authored by Pawel Pekala.
4631
4632 2006-05-05 [cleroy]     2.1.1cvs48
4633
4634         * src/main.c
4635                 Re-read matcherrc after loading plugins 
4636                 if some of them add folders.
4637
4638 2006-05-03 [colin]      2.1.1cvs47
4639
4640         * src/imap.c
4641                 I'm idiot
4642
4643 2006-05-03 [colin]      2.1.1cvs46
4644
4645         * src/imap.c
4646                 Be sure to have a session when
4647                 getting separator
4648
4649 2006-05-03 [colin]      2.1.1cvs45
4650
4651         * src/imap.c
4652         * src/imap.h
4653         * src/imap_gtk.c
4654                 Fix preventing renaming with namespace 
4655                 separator.
4656
4657 2006-05-01 [colin]      2.1.1cvs44
4658
4659         * src/action.c
4660                 Don't reload messageview when result of
4661                 action is piped.
4662
4663 2006-04-29 [colin]      2.1.1cvs43
4664
4665         * src/prefs_receive.c
4666         * src/plugins/spamassassin/spamassassin_gtk.c
4667         * src/plugins/clamav/clamav_plugin_gtk.c
4668                 GUI fixes by Pawel
4669
4670 2006-04-29 [colin]      2.1.1cvs42
4671
4672         * src/prefs_compose_writing.c
4673         * src/prefs_quote.c
4674                 Cleanups. Patch by Pawel
4675
4676 2006-04-28 [paul]       2.1.1cvs41
4677
4678         * src/matcher.c
4679                 fix returned quick search results when search
4680                 term contains an underscore.
4681                 Thanks to Colin
4682
4683 2006-04-28 [paul]       2.1.1cvs40
4684
4685         * src/prefs_message.c
4686         * src/prefs_receive.c
4687                 GUI cleanups
4688                 Patches by Pawel Pekala
4689
4690 2006-04-27 [colin]      2.1.1cvs39
4691
4692         * src/wizard.c
4693                 Differentiate subject Welcome from
4694                 window's title Welcome
4695
4696 2006-04-27 [paul]
4697
4698         2.2.0-rc1 released
4699
4700 2006-04-27 [paul]       2.1.1cvs38
4701
4702         * manual/advanced.xml
4703         * manual/fr/advanced.xml
4704                 add info about compose_no_markup hidden pref
4705
4706 2006-04-27 [paul]       2.1.1cvs37
4707
4708         * src/prefs_account.c
4709                 improve privacy labels
4710         * src/prefs_msg_colors.c
4711                 change some strings for translators' convenience
4712         * src/gtk/gtkutils.c
4713                 don't underline the link button text
4714
4715 2006-04-25 [colin]      2.1.1cvs36
4716
4717         * src/folder.c
4718                 Complete 2.1.1cvs33 (once more ;)
4719
4720 2006-04-25 [colin]      2.1.1cvs35
4721
4722         * src/editldap.c
4723                 Fix tooltip
4724
4725 2006-04-25 [cleroy]     2.1.1cvs34
4726
4727         * src/compose.c
4728         * src/gtk/gtkaspell.c
4729                 Fix crash on redirect (related to the return 
4730                 of the aspell menu in compose's toolbar)
4731         * src/prefs_msg_colors.c
4732                 Fix sensitivity widgets
4733         * src/image_viewer.c
4734         * src/gtk/pluginwindow.c
4735         * src/gtk/prefswindow.c
4736                 Change released signals to clicked (Fabien)
4737         * po/POTFILES.in
4738         * src/common/socket.c
4739         * src/plugins/spamassassin/spamassassin.c
4740                 Translate strings (Fabien)
4741
4742 2006-04-25 [paul]       2.1.1cvs33
4743
4744         * src/folder.c
4745         * src/folder.h
4746         * src/folderview.c
4747                 complete the fix of bug #912
4748                 Thanks to Colin
4749
4750 2006-04-25 [colin]      2.1.1cvs32
4751
4752         * src/news.c
4753                 Better progress bar
4754         * src/mimeview.c
4755         * src/summaryview.c
4756         * src/summaryview.h
4757                 Fix focus chain
4758                 Patches by Pawel Pekala
4759
4760 2006-04-24 [colin]      2.1.1cvs31
4761
4762         * src/compose.c
4763                 Fix compilation warnings (Fabien)
4764
4765 2006-04-24 [colin]      2.1.1cvs30
4766
4767         * src/addrindex.c
4768         * src/editldap.c
4769         * src/editldap_basedn.c
4770         * src/editldap_basedn.h
4771         * src/ldapctrl.c
4772         * src/ldapctrl.h
4773         * src/ldapquery.c
4774         * src/ldaputil.c
4775         * src/ldaputil.h
4776                 Fix bug #901 (LDAPS support)
4777
4778 2006-04-24 [colin]      2.1.1cvs29
4779
4780         * src/compose.c
4781                 Fix logic on error with send dialog on
4782         * src/imap.c
4783                 Fix compilation without libetpan, thanks
4784                 to Fabien
4785         * src/summaryview.c
4786                 Fix 'context-menu' key
4787
4788 2006-04-23 [colin]      2.1.1cvs28
4789
4790         * src/folder.c
4791                 Never free current's cache to free up 
4792                 memory. Fixes bug #912 (new count 
4793                 randomly set to message count)
4794
4795 2006-04-23 [colin]      2.1.1cvs27
4796
4797         * src/gtk/quicksearch.c
4798                 And remove printf...
4799
4800 2006-04-23 [colin]      2.1.1cvs26
4801
4802         * src/gtk/quicksearch.c
4803                 Fix replacing in quicksearch, and fix inserting
4804                 in the middle of the string. (introduced at 2.1.0cvs22)
4805
4806 2006-04-23 [colin]      2.1.1cvs25
4807
4808         * src/imap.c
4809                 Make sure uidnext is initialized in get_num_list
4810                 (not for stable, related to 2.1.1cvs8 and friends)
4811
4812 2006-04-23 [colin]      2.1.1cvs24
4813
4814         * src/imap.c
4815                 Output something when login is successful
4816                 too
4817
4818 2006-04-23 [colin]      2.1.1cvs23
4819
4820         * src/etpan/imap-thread.c
4821                 Better logging (line-per-line, hide data in fetch)
4822                 Fix a const warning
4823         * src/gtk/logwindow.c
4824         * src/gtk/logwindow.h
4825                 Better logging (color for input/output)
4826
4827 2006-04-21 [colin]      2.1.1cvs22
4828
4829         * src/gtk/quicksearch.c
4830                 On gtk+-2.8, use stock buttons in quicksearch
4831                 Based on a patch by Fabien and a design by Paul
4832
4833 2006-04-21 [colin]      2.1.1cvs21
4834
4835         * src/folderview.c
4836         * src/mainwindow.c
4837                 Fix occasional flicker in folderview
4838         * src/common/utils.c
4839                 Fix bug #943 (Incorrectly parsed email address 
4840                 list in short headers on message view and in 
4841                 printouts)
4842
4843 2006-04-20 [colin]      2.1.1cvs20
4844
4845         * src/imap.c
4846         * src/imap.h
4847         * src/prefs_account.c
4848                 Add ANONYMOUS auth for IMAP
4849
4850 2006-04-20 [paul]       2.1.1cvs19
4851
4852         * src/main.c
4853                 proper fix for 2.1.1cvs18
4854                 Thanks to Colin
4855
4856 2006-04-20 [paul]       2.1.1cvs18
4857
4858         * src/main.c
4859                 fix build warnings
4860
4861 2006-04-20 [paul]       2.1.1cvs17
4862
4863         * src/gtk/quicksearch.c
4864                 fix standard, non-extended Quick search,
4865                 was broken in 2.1.1cvs15.
4866                 Thanks to Colin.
4867
4868 2006-04-20 [colin]      2.1.1cvs16
4869
4870         * src/prefs_matcher.c
4871                 Fix values when reselecting a ~test
4872                 rule
4873
4874 2006-04-19 [colin]      2.1.1cvs15
4875
4876         * src/compose.c
4877         * src/compose.h
4878         * src/gtk/gtkaspell.c
4879         * src/gtk/gtkaspell.h
4880                 Put back Options menu in Spelling/
4881         * src/gtk/quicksearch.c
4882                 Don't search, and show error, if the
4883                 advanced search has a syntax error
4884
4885 2006-04-18 [colin]      2.1.1cvs14
4886
4887         * src/textview.c
4888                 Fix gdk warnings on set_cursor when textview
4889                 isn't visible
4890
4891 2006-04-18 [colin]      2.1.1cvs13
4892
4893         * src/gtk/gtksctree.c
4894                 Remove seemingly useless refresh that causes
4895                 flicker - watch this commit in case of 
4896                 problems before planned backport to stable
4897
4898 2006-04-18 [colin]      2.1.1cvs12
4899
4900         * src/imap.c
4901                 Factorize get/set_xml code
4902         * src/compose.c
4903         * src/prefs_account.c
4904         * src/prefs_account.h
4905         * src/procmsg.c
4906                 Add Encrypt to self option
4907
4908 2006-04-17 [colin]      2.1.1cvs11
4909
4910         * configure.ac
4911                 Fix search on encrpyt function on dragonfly
4912                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4913
4914 2006-04-17 [colin]      2.1.1cvs10
4915
4916         * src/prefs_account.c
4917                 Be safe by default: remove mails from POP3
4918                 after 7 days, not immediately
4919
4920 2006-04-17 [colin]      2.1.1cvs9
4921
4922         * src/etpan/imap-thread.c
4923                 Fix build on DragonFly - patch by 
4924                 Jonathan Buschmann <jonthn@agmact.com>
4925
4926 2006-04-17 [colin]      2.1.1cvs8
4927
4928         * src/imap.c
4929                 Save uidnext between sessions
4930
4931 2006-04-17 [colin]      2.1.1cvs7
4932
4933         * src/imap.c
4934                 scan is required when uid validity changes
4935
4936 2006-04-17 [colin]      2.1.1cvs6
4937
4938         * src/folderview.c
4939                 Don't scan if not necessary, apart in current
4940                 folder and INBOX to fetch flags.
4941         * src/imap.c
4942                 Scan is necessary if unread count changes
4943
4944 2006-04-17 [colin]      2.1.1cvs5
4945
4946         * src/imap.c
4947                 ...But always fetch ANSWERED and DELETED flags for
4948                 INBOX, as filtering can happen on these flags.
4949
4950 2006-04-17 [colin]      2.1.1cvs4
4951
4952         * src/imap.c
4953                 Don't fetch REPLIED and DELETED flags when synchronising
4954                 flags with a closed folder. We only need UNSEEN and FLAGGED
4955                 to update the folderview.
4956
4957 2006-04-17 [colin]      2.1.1cvs3
4958
4959         * src/imap.c
4960                 Faster flag search when there are new mails 
4961                 in a folder. We can do a full search if the 
4962                 folder contains less messages than the new
4963                 list.
4964
4965 2006-04-17 [colin]      2.1.1cvs2
4966
4967         * po/cs.po
4968         * po/de.po
4969         * po/fr.po
4970         * po/nl.po
4971         * po/pt_BR.po
4972                 Update translations from stable branch
4973
4974 2006-04-17 [colin]      2.1.1cvs1
4975
4976         * configure.ac
4977                 Bump version to follow stable release
4978
4979 2006-04-16 [mones]      2.1.0cvs50
4980
4981         * po/es.po
4982                 Updated for release
4983
4984 2006-04-16 [colin]      2.1.0cvs49
4985
4986         * src/textview.c
4987                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4988                 with gtk < 2.8. Thanks to Fabien Vantard.
4989
4990 2006-04-15 [colin]      2.1.0cvs48
4991
4992         * src/etpan/imap-thread.c
4993                 Fix bug #919 (libetpan: SEGV when connecting 
4994                 using command)
4995
4996 2006-04-14 [colin]      2.1.0cvs47
4997
4998         * src/main.c
4999                 Fix race on --select (should be done better)
5000
5001 2006-04-14 [wwp]        2.1.0cvs46
5002
5003         * src/send_message.c
5004                 enforce a check for domain in account prefs (a sending
5005                 error could be faced if domain was checked but no value set),
5006                 thanks to Colin.
5007
5008 2006-04-14 [colin]      2.1.0cvs45
5009
5010         * src/codeconv.c
5011                 when converting from unknown to unknown, if the
5012                 string is UTF8, don't convert it to the locale
5013                 (which breaks it)
5014
5015 2006-04-14 [colin]      2.1.0cvs44
5016
5017         * src/compose.c
5018                 Don't try to use ASCII for converting headers
5019                 (as done in body)
5020
5021 2006-04-14 [paul]       2.1.0cvs43
5022
5023         * src/crash.c
5024                 add locale/charset info to crash report
5025         * src/gtk/about.c
5026                 add wwp to doc team
5027                 replace 'e-mail' with preferred 'email'
5028         * src/gtk/authors.h
5029                 ensure contributors list is in alphabetical
5030                 order
5031
5032 2006-04-13 [colin]      2.1.0cvs42
5033
5034         * src/textview.c
5035                 Prevent gdk warnings
5036
5037 2006-04-13 [colin]      2.1.0cvs41
5038
5039         * src/common/ssl_certificate.c
5040         * src/common/ssl_certificate.h
5041         * src/gtk/sslcertwindow.c
5042                 Warn on expired certs, and display the expiration date
5043
5044 2006-04-13 [colin]      2.1.0cvs40
5045
5046         * src/plugins/spamassassin/spamassassin_gtk.c
5047                 Fix missing set_text on unix socket
5048
5049 2006-04-13 [wwp]        2.1.0cvs39
5050
5051         * manual/fr/advanced.xml
5052         * manual/fr/glossary.xml
5053                 applied new spam/ham/email lexicon (pourriel, courriel)
5054
5055 2006-04-13 [paul]       2.1.0cvs38
5056
5057         * src/plugins/pgpmime/plugin.c
5058                 remove the mention of S/MIME from the
5059                 description. This is now handled by the
5060                 S/MIME plugin.
5061
5062 2006-04-13 [paul]       2.1.0cvs37
5063
5064         * src/prefs_msg_colors.c
5065                 rework dialog
5066         * src/prefs_folder_item.c
5067         * src/prefs_spelling.c
5068                 add a tooltip to the colour selector buttons
5069
5070 2006-04-13 [wwp]        2.1.0cvs36
5071
5072         * manual/advanced.xml
5073         * manual/glossary.xml
5074         * manual/handling.xml
5075         * manual/keyboard.xml
5076         * manual/plugins.xml
5077         * manual/starting.xml
5078         * manual/fr/account.xml
5079         * manual/fr/ack.xml
5080         * manual/fr/addrbook.xml
5081         * manual/fr/advanced.xml
5082         * manual/fr/faq.xml
5083         * manual/fr/glossary.xml
5084         * manual/fr/gpl.xml
5085         * manual/fr/handling.xml
5086         * manual/fr/intro.xml
5087         * manual/fr/keyboard.xml
5088         * manual/fr/plugins.xml
5089         * manual/fr/starting.xml
5090         * manual/fr/sylpheed-claws-manual.xml
5091                 fixes to the manuals:
5092                  - summaryview -> Message List (same in French)
5093                  - translate key names
5094                  - fix French punctuation, use non-breakable spaces when
5095                    necessary, don't use &thinsp; which is not portable
5096                  - tell what maildir and mbox formats we support
5097
5098 2006-04-12 [wwp]        2.1.0cvs35
5099
5100         * src/prefs_toolbar.c
5101                 unified a replace button more,
5102                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5103
5104 2006-04-12 [wwp]        2.1.0cvs34
5105
5106         * src/prefs_common.c
5107         * src/prefs_msg_colors.c
5108                 make default color labels translatable,
5109                 patch from Fabien Vantard <fzzzzz@gmail.com>,
5110                 thanks to Tim <timbrain@post.cz> for reporting.
5111
5112 2006-04-12 [wwp]        2.1.0cvs33
5113
5114         * manual/glossary.xml
5115         * manual/intro.xml
5116         * manual/plugins.xml
5117         * manual/starting.xml
5118         * manual/sylpheed-claws-manual.xml
5119         * manual/fr/.cvsignore
5120         * manual/fr/account.xml
5121         * manual/fr/ack.xml
5122         * manual/fr/addrbook.xml
5123         * manual/fr/advanced.xml
5124         * manual/fr/faq.xml
5125         * manual/fr/glossary.xml
5126         * manual/fr/handling.xml
5127         * manual/fr/intro.xml
5128         * manual/fr/keyboard.xml
5129         * manual/fr/plugins.xml
5130         * manual/fr/starting.xml
5131         * manual/fr/sylpheed-claws-manual.xml
5132                 various fixes: typos, missing .fr translations, punctuation,
5133                 capitalization, links, accents and some bad French more.
5134
5135 2006-04-12 [wwp]        2.1.0cvs32
5136
5137         * src/prefs_gtk.c
5138                 fix for bug #935: always store prefs files in UTF-8 (thanks
5139                 to Colin).
5140
5141 2006-04-11 [colin]      2.1.0cvs31
5142
5143         * src/compose.c
5144                 Fix inserting files not in utf8 when locale is utf8
5145
5146 2006-04-11 [colin]      2.1.0cvs30
5147
5148         * src/inc.c
5149                 Don't show error dialog when cancelling connection
5150                 Patch by Pawel
5151
5152 2006-04-11 [cleroy]     2.1.0cvs29
5153
5154         * src/compose.c
5155                 Implement multiple quote levels
5156         * src/prefs_common.c
5157                 Change a little bit the quote bgcolor for 2nd level
5158
5159 2006-04-11 [colin]      2.1.0cvs28
5160
5161         * src/gtk/about.c
5162                 Add locale and charset in the label
5163
5164 2006-04-10 [colin]      2.1.0cvs27
5165
5166         * src/compose.c
5167         * src/prefs_common.c
5168         * src/prefs_common.h
5169         * src/prefs_msg_colors.c
5170         * src/textview.c
5171                 Allow optional background color in quotes
5172                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
5173                 GTK+-2.8.x feature
5174
5175 2006-04-10 [colin]      2.1.0cvs26
5176
5177         * src/main.c
5178         * src/mainwindow.c
5179         * src/mainwindow.h
5180                 Implement --select
5181
5182 2006-04-10 [colin]      2.1.0cvs25
5183
5184         * manual/plugins.xml
5185         * manual/fr/plugins.xml
5186                 Document libcurl's proxy variables
5187
5188 2006-04-09 [colin]      2.1.0cvs24
5189
5190         * src/prefs_common.c
5191                 gettext() returns statically allocated stuff. We have
5192                 to strdup it in order to be able to free it.
5193
5194 2006-04-09 [colin]      2.1.0cvs23
5195
5196         * AUTHORS
5197         * src/gtk/authors.h
5198                 Add Alexei
5199
5200 2006-04-09 [colin]      2.1.0cvs22
5201
5202         * src/mainwindow.c
5203         * src/gtk/quicksearch.c
5204                 Fix bug #859 (problems with cyrilic input in 
5205                 search panel) - Patch by Alexey Illarionov 
5206                 <littlesavage@rambler.ru>
5207
5208 2006-04-09 [colin]      2.1.0cvs21
5209
5210         * src/prefs_customheader.c
5211                 I prefer removing then freeing rather than the contrary
5212                 (even if it doesn't change anything ;-)
5213         * src/prefs_account.c
5214                 Fix bug #933 (Crash re-entering the custom headers list 
5215                 dialog in accounts prefs)
5216                 The problem happened when cancelling the Account 
5217                 Preferences' dialogs - in which case we didn't do 
5218                 anything to the PrefsAccount * struct. In case of applying,
5219                 the old ac_prefs was replaced with the tmp_ac_prefs we were
5220                 working with in this dialog. The problem is that 
5221                 prefs_customheader.c, working on this tmp_ac_prefs, always
5222                 changes the ->customhdr_list pointer, even when cancelled. 
5223                 So in case of cancelling the prefs_account dialog, we still
5224                 have to update ->customhdr_list in the real account.
5225
5226 2006-04-08 [colin]      2.1.0cvs20
5227
5228         * manual/fr/glossary.xml
5229         * manual/fr/keyboard.xml
5230                 Forgot some headers :)
5231
5232 2006-04-08 [colin]      2.1.0cvs19
5233
5234         * manual/Makefile.am
5235         * manual/fr/Makefile.am
5236         * manual/fr/account.xml
5237         * manual/fr/ack.xml
5238         * manual/fr/addrbook.xml
5239         * manual/fr/advanced.xml
5240         * manual/fr/faq.xml
5241         * manual/fr/glossary.xml
5242         * manual/fr/gpl.xml
5243         * manual/fr/handling.xml
5244         * manual/fr/intro.xml
5245         * manual/fr/keyboard.xml
5246         * manual/fr/plugins.xml
5247         * manual/fr/starting.xml
5248         * manual/fr/sylpheed-claws-manual.xml
5249         * manual/fr/dist/.cvsignore
5250         * manual/fr/dist/Makefile.am
5251         * manual/fr/dist/html/.cvsignore
5252         * manual/fr/dist/html/Makefile.am
5253         * manual/fr/dist/pdf/.cvsignore
5254         * manual/fr/dist/pdf/Makefile.am
5255         * manual/fr/dist/ps/.cvsignore
5256         * manual/fr/dist/ps/Makefile.am
5257         * manual/fr/dist/txt/.cvsignore
5258         * manual/fr/dist/txt/Makefile.am
5259                 Add the french translation of the manual. Thanks to
5260                 Olivier Delhomme <olivier.delhomme@free.fr> for 
5261                 account.xml, ack.xml, addrbook.xml and advanced.xml
5262
5263 2006-04-08 [colin]      2.1.0cvs18
5264
5265         * manual/plugins.xml
5266         * manual/starting.xml
5267                 More fixes
5268
5269 2006-04-07 [colin]      2.1.0cvs17
5270
5271         * manual/faq.xml
5272         * manual/intro.xml
5273         * manual/keyboard.xml
5274                 Little fixes
5275
5276 2006-04-07 [colin]      2.1.0cvs16
5277
5278         * README
5279         * src/compose.c
5280         * src/prefs_common.c
5281         * src/prefs_common.h
5282                 Add hidden compose_no_markup pref
5283
5284 2006-04-07 [wwp]        2.1.0cvs15
5285
5286         * src/summary_search.c
5287         * .cvsignore
5288                 Bugfix: stop button was sticky when searching in an empty folder.
5289                 Applied curly brackets code style to the whole file (summary_search.c).
5290                 More files to ignore.
5291
5292 2006-04-07 [wwp]        2.1.0cvs14
5293
5294         * src/message_search.c
5295         * src/summary_search.c
5296                 changed default button when search bumps at file/folder
5297                 beginning or end, for convenience (thanks to Colin).
5298
5299 2006-04-07 [paul]       2.1.0cvs13
5300
5301         * src/plugins/dillo_viewer/dillo_prefs.c
5302                 avoid future potential for namespace collision
5303                 Patch by Colin
5304
5305 2006-04-06 [wwp]        2.1.0cvs12
5306
5307         * src/summary_search.c
5308                 Unify extended/advanced searches names (and thus factorize labels),
5309                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5310
5311 2006-04-06 [wwp]        2.1.0cvs11
5312
5313         * src/folderview.c
5314         * src/prefs_themes.c
5315         * src/summaryview.c
5316                 Fixed some compilation warnings.
5317
5318 2006-04-06 [colin]      2.1.0cvs10
5319
5320         * manual/advanced.xml
5321                 Document the wizard template and how to deploy
5322                 Sylpheed-Claws effectively
5323
5324 2006-04-06 [colin]      2.1.0cvs9
5325
5326         * src/folderview.c
5327                 gettext patch to tell translators about _("#"),
5328                 by Maxim Britov
5329
5330 2006-04-06 [colin]      2.1.0cvs8
5331
5332         * src/textview.c
5333                 Fix invalid GtkTextBIter after clicking "Display as text"
5334
5335 2006-04-06 [mones]      2.1.0cvs7
5336
5337         * src/addr_compl.c
5338         * src/addrindex.c
5339         * src/addritem.c
5340         * src/codeconv.c
5341         * src/compose.c
5342         * src/filtering.c
5343         * src/folder.c
5344         * src/folder_item_prefs.c
5345         * src/folderview.c
5346         * src/localfolder.c
5347         * src/matcher.c
5348         * src/mimeview.c
5349         * src/prefs_msg_colors.c
5350         * src/prefs_spelling.c
5351         * src/prefs_themes.c
5352         * src/procmime.c
5353         * src/procmsg.c
5354         * src/stock_pixmap.c
5355         * src/summaryview.c
5356         * src/textview.c
5357         * src/toolbar.c
5358         * src/common/mgutils.c
5359         * src/common/prefs.c
5360         * src/common/ssl_certificate.c
5361         * src/gtk/colorlabel.c
5362         * src/gtk/quicksearch.c
5363         * src/plugins/pgpmime/pgpmime.c
5364         * src/plugins/spamassassin/spamassassin.c
5365                 Removed redundant NULL checks for g_free() calls.
5366                 Patch by Pawel Pekala.
5367
5368 2006-04-06 [mones]      2.1.0cvs6
5369
5370         * src/prefs_actions.c
5371         * src/prefs_filtering.c
5372         * src/prefs_filtering_action.c
5373         * src/prefs_matcher.c
5374         * src/prefs_template.c
5375         * src/gtk/gtkutils.c
5376         * src/gtk/gtkutils.h
5377                 Have a nice replace button. Patch by Pawel Pekala
5378
5379 2006-04-06 [colin]      2.1.0cvs5
5380
5381         * src/addressbook.c
5382                 Fix crash with empty columns
5383
5384 2006-04-05 [colin]      2.1.0cvs4
5385
5386         * src/wizard.c
5387         * src/prefs_gtk.c
5388                 Allow wizard customization with pre-filled values
5389
5390 2006-04-05 [colin]      2.1.0cvs3
5391
5392         * src/textview.c
5393         * src/mimeview.c
5394         * src/mimeview.h
5395                 Nicer messages in mimeview
5396
5397 2006-04-05 [colin]      2.1.0cvs2
5398
5399         * src/addressbook.c
5400         * src/prefs_summaries.c
5401                 i18n fix
5402
5403 2006-04-05 [colin]      2.1.0cvs1
5404
5405         * src/plugins/pgpcore/plugin.c
5406         * src/plugins/pgpcore/select-keys.c
5407         * src/plugins/pgpcore/select-keys.h
5408         * src/plugins/pgpcore/sgpgme.c
5409         * src/plugins/pgpcore/sgpgme.h
5410         * src/plugins/pgpinline/pgpinline.c
5411         * src/plugins/pgpinline/plugin.c
5412         * src/plugins/pgpmime/pgpmime.c
5413         * src/plugins/pgpmime/plugin.c
5414                 Factorize and generalize a bit 
5415                 Drop S/MIME signature verification from PGP/MIME
5416                 (adding it as another, more complete plugin)
5417
5418 2006-04-05 [paul]       2.1.0
5419
5420         2.1.0 released
5421
5422 2006-04-05 [paul]       2.0.0cvs186
5423
5424         * manual/advanced.xml
5425                 add info on colour labels
5426
5427 2006-04-05 [paul]       2.0.0cvs185
5428
5429         * po/bg.po
5430         * po/cs.po
5431         * po/de.po
5432         * po/el.po
5433         * po/en_GB.po
5434         * po/fi.po
5435         * po/fr.po
5436         * po/it.po
5437         * po/nl.po
5438         * po/pl.po
5439         * po/pt_BR.po
5440         * po/sr.po
5441         * po/zh_CN.po
5442                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
5443                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
5444                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
5445                 Guimaraes, Aleksandar Urosevic, Ralgh Young
5446         * src/gtk/authors.h
5447         * tools/claws.i18n.status.pl
5448                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
5449                 and new Czech translator, Tim <timbrain@post.cz>
5450
5451 2006-04-05 [mones]      2.0.0cvs184
5452
5453         * po/es.po
5454                 Updated translation
5455
5456 2006-04-05 [colin]      2.0.0cvs183
5457
5458         * src/gtk/quicksearch.c
5459                 Fix bug #929 (unnecessary reload in quick search bar)
5460
5461 2006-04-05 [colin]      2.0.0cvs182
5462
5463         * src/compose.c
5464                 Fix crash on Reply with no From:
5465                 Show signature and conversion error on queuing 
5466                 (but not sending)
5467         * src/mainwindow.c
5468         * src/summaryview.c
5469         * src/summaryview.h
5470                 Factorize threading code and make sure msginfo 
5471                 is not null when it comes from a GtkCTreeRow's 
5472                 data
5473         * src/gtk/gtkaspell.c
5474                 Check for necessary things
5475         * src/gtk/gtksctree.c
5476         * src/gtk/gtksctree.h
5477                 Reset anchor if necessary when removing node
5478
5479 2006-03-29 [colin]      2.0.0cvs181
5480
5481         * src/folderview.c
5482                 Warn for disabled IMAP accounts (due to lack of
5483                 libetpan). Breaks string-freeze - sorry - but it
5484                 is kind of important ;)
5485
5486 2006-03-28 [colin]      2.0.0cvs180
5487
5488         * src/gtk/gtkutils.c
5489         * src/gtk/gtkutils.h
5490                 Add a gtkut_get_link_btn() function that
5491                 creates a button which acts like an URI
5492         * src/prefs_themes.c
5493         * src/gtk/about.c
5494                 Use this function (factorizes codes)
5495         * src/common/defs.h
5496         * src/gtk/pluginwindow.c
5497                 Add a "Get more..." in the plugins window
5498
5499 2006-03-28 [colin]      2.0.0cvs179
5500
5501         * src/common/smtp.c
5502         * src/common/passcrypt.c
5503         * src/undo.c
5504                 Warning fixes. Patch by Pawel Pekala
5505
5506 2006-03-27 [colin]      2.0.0cvs178
5507
5508         * src/undo.c
5509                 Fix undoing by blocks with spaces
5510
5511 2006-03-27 [colin]      2.0.0cvs177
5512
5513         * src/textview.c
5514                 Set margin to 3px for headers
5515
5516 2006-03-27 [paul]
5517
5518         2.1.0-rc2 released
5519
5520 2006-03-27 [wwp]        2.0.0cvs176
5521
5522         * src/summaryview.c
5523                 don't reset quicksearch when updating the message list.
5524                 Thanks to Colin.
5525
5526 2006-03-26 [wwp]        2.0.0cvs175
5527
5528         * src/compose.c
5529                 use a unified border width ('other' tab in the compose window,
5530                 patch by Pawel Pekala).
5531
5532
5533 2006-03-26 [wwp]        2.0.0cvs174
5534
5535         * src/common/quoted-printable.c
5536         * src/addressbook.c
5537                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5538
5539 2006-03-26 [colin]      2.0.0cvs173
5540
5541         * src/quote_fmt_parse.y
5542                 Fix non-UTF8 date formats messing up the whole quote a 
5543                 little bit
5544
5545 2006-03-26 [colin]      2.0.0cvs172
5546
5547         * src/procheader.c
5548                 Make sure the date is UTF8 valid, or try to make it
5549                 so. IncrediMail is really IncrediStupid.
5550         * src/compose.c
5551                 Fix possible conversions. 
5552                 
5553
5554 2006-03-26 [colin]      2.0.0cvs171
5555
5556         * src/matcher.c
5557                 Fix corner cases in body search. This is still a
5558                 hack... It seems impossible to make it good and 
5559                 reasonably fast at the same time.
5560
5561 2006-03-26 [colin]      2.0.0cvs170
5562
5563         * src/summaryview.c
5564                 I think I killed the twilight zone bug!
5565                 summary_select_node() flushes GTK events in order
5566                 to be able to center the view. But this also 
5567                 flushes keypresses like Ctrl-Alt-U, so this can
5568                 call summary_show from summary_select_node (itself
5569                 called from summary_show, etc.). And the summaryview
5570                 has to be unlocked in this function. So just locking
5571                 while processing GTK events, and bailing if locked, 
5572                 should fix it.
5573                 Fixes bug #927 (SIGSEGV during Update Summary)
5574
5575 2006-03-25 [colin]      2.0.0cvs169
5576
5577         * src/matcher.c
5578                 Fix search in QP-encoded bodies
5579                 Fix utf-8 searches in bodies encoded in the
5580                 locale's encoding
5581         * src/common/quoted-printable.c
5582         * src/common/quoted-printable.h
5583                 Add a decode function that doesn't overwrite
5584                 the original pointer
5585                 
5586
5587 2006-03-24 [colin]      2.0.0cvs168
5588
5589         * src/action.c
5590         * src/summaryview.c
5591         * src/summaryview.h
5592                 Update message cache after action
5593                 Patch by H. Merijn Brand
5594         * src/prefs_msg_colors.c
5595                 Factorize label 
5596                 Patch by Fabien Vantard
5597         * src/plugins/spamassassin/spamassassin_gtk.c
5598                 Remove useless translation
5599                 Patch by Fabien Vantard
5600
5601 2006-03-23 [colin]      2.0.0cvs167
5602
5603         * src/common/ssl.c
5604                 Let 30 seconds to SSL_connect
5605
5606 2006-03-23 [wwp]        2.0.0cvs166
5607
5608         * src/summaryview.c
5609         * src/gtk/description_window.c
5610                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5611                 and headers are translated; adjust description windows' width to fit their
5612                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5613
5614 2006-03-23 [paul]       2.0.0cvs165
5615
5616         * src/common/utils.c
5617                 fix highlighting of URIs containing "()"
5618                 (2.0.0cvs164's reversal fixed)
5619                 Thanks to Colin.
5620
5621 2006-03-23 [paul]       2.0.0cvs164
5622
5623         * src/common/utils.c
5624                 revert patch, (postponing a fix), at 2.0.0cvs120
5625                 as it breaks more URIs than it fixes.
5626                 Allow '-' to be a terminating character in a URI
5627
5628 2006-03-22 [colin]      2.0.0cvs163
5629
5630         * configure.ac
5631                 Require libetpan 0.45
5632                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5633
5634 2006-03-22 [paul]       2.0.0cvs162
5635
5636         * src/editgroup.c
5637                 replace '<-' and '->' buttons with GTK_STOCK graphical
5638                 buttons
5639         * src/summary_search.c
5640                 don't offer '...' for translation
5641                 add a tooltip to advanced search '...' button
5642         * src/gtk/quicksearch.c
5643                 don't offer '...' for translation
5644
5645 2006-03-21 [colin]      2.0.0cvs161
5646
5647         * src/compose.c
5648                 Fix middle-click pasting (insert at click
5649                 position instead of cursor position, don't
5650                 remove existing selection and allow pasting
5651                 our own selection)
5652         * src/addressbook.c
5653                 "LDAP Server" -> "LDAP servers"
5654
5655 2006-03-21 [wwp]        2.0.0cvs160
5656
5657         * src/etpan/imap-thread.c
5658                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5659
5660 2006-03-20 [colin]      2.0.0cvs159
5661
5662         * src/summaryview.c
5663                 Don't reload summaryview after an execute with no
5664                 move action
5665
5666 2006-03-19 [colin]      2.0.0cvs158
5667
5668         * src/addressbook.c
5669                 and put groups at the top, always
5670
5671 2006-03-19 [colin]      2.0.0cvs157
5672
5673         * src/addressbook.c
5674                 Order groups before names, as previously
5675
5676 2006-03-19 [colin]      2.0.0cvs156
5677
5678         * src/addressbook.c
5679                 - Sort case-unsensitive
5680                 - Put the sort arrow at opening too
5681
5682 2006-03-19 [wwp]        2.0.0cvs155
5683
5684         * src/addressbook.c
5685                 allow sorting by name/email/remarks, ensure that right-pane's contents
5686                 matches the left-pane selection (cleared when appropriate).
5687                 Patch by Pawel Pekala <c0rn@o2.pl>.
5688
5689 2006-03-18 [colin]      2.0.0cvs154
5690
5691         * src/textview.c
5692                 Fix text cursor ;)
5693
5694 2006-03-18 [colin]      2.0.0cvs153
5695
5696         * src/gtk/filesel.c
5697                 Make sure we hide the preview if we didn't get
5698                 a filename
5699
5700 2006-03-18 [colin]      2.0.0cvs152
5701
5702         * src/summaryview.c
5703                 Set cursor to watch for execution (fixes lack
5704                 of watch-cursor when dnd'ing hundreds of mails)
5705         * src/gtk/filesel.c
5706                 Check that mime type is 'image/*' before updating
5707                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5708
5709 2006-03-18 [colin]      2.0.0cvs151
5710
5711         * src/mainwindow.c
5712         * src/textview.c
5713         * src/textview.h
5714                 Put a watch cursor in textview too when the mainwindow's
5715                 cursor in a watch
5716
5717 2006-03-18 [colin]      2.0.0cvs150
5718
5719         * src/folder.c
5720                 Change wrong asserts to simple tests
5721
5722 2006-03-17 [colin]      2.0.0cvs149
5723
5724         * src/mainwindow.c
5725         * src/mainwindow.h
5726         * src/prefs_msg_colors.c
5727         * src/summaryview.c
5728         * src/summaryview.h
5729         * src/gtk/colorlabel.c
5730         * src/gtk/colorlabel.h
5731                 Add a color label menu in the main menubar
5732                 Add (fixed) accels Ctrl-{0-7} to change the color
5733                 They have to be fixed because the menu's dynamic,
5734                 the items are complex widgets, hence we can't use
5735                 a GtkItemFactory.
5736
5737
5738 2006-03-17 [wwp]        2.0.0cvs148
5739
5740         * src/compose.c
5741                 rollback few lines from my previous commit (those lines come from
5742                 a pending patch, accidentally commited, even if neutral as they are
5743                 commented out).
5744
5745 2006-03-17 [wwp]        2.0.0cvs147
5746
5747         * src/compose.c
5748                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5749                 applied code style/indentation to the modified function.
5750
5751 2006-03-17 [wwp]        2.0.0cvs146
5752
5753         * src/procmsg.c
5754         * src/compose.c
5755                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5756
5757 2006-03-17 [paul]
5758
5759         2.1.0-rc1 released
5760
5761 2006-03-17 [paul]       2.0.0cvs145
5762
5763         * src/main.c
5764                 addressbook_read_file() was called twice
5765         * src/textview.c
5766                 X-Mailer highlighting
5767
5768 2006-03-16 [colin]      2.0.0cvs144
5769
5770         * src/sourcewindow.c
5771         * src/sourcewindow.h
5772                 And the last one, in source window.
5773
5774 2006-03-16 [colin]      2.0.0cvs143
5775
5776         * src/compose.c
5777         * src/compose.h
5778                 Fix the same stuff in compose
5779
5780 2006-03-16 [colin]      2.0.0cvs142
5781
5782         * src/messageview.c
5783                 Complete the previous messageview crash fix
5784
5785 2006-03-16 [colin]      2.0.0cvs141
5786
5787         * src/procmsg.h
5788         * src/procmsg.c
5789         * src/folder.c
5790                 Fix POSTPROCESSING hook
5791                 Patch by H. Merijn Brand
5792
5793         * src/procmime.c
5794         * src/procmime.h
5795                 Parse Content-Location
5796
5797         * src/toolbar.c
5798         * src/messageview.c
5799         * src/messageview.h
5800                 Don't crash when a top-level MessageView has
5801                 been closed on us. Same problematic than
5802                 yesterday's quicksearch issue.
5803
5804 2006-03-15 [colin]      2.0.0cvs140
5805
5806         * src/gtk/quicksearch.c
5807                 Fix a bitchy race we didn't think about when we
5808                 added quicksearch cancellation:
5809                 If the search is not on cached fields, for example
5810                 body_part matchcase "stuff"
5811                 the matcher code has to get the whole message. If
5812                 we're on IMAP, that can be slow, and in order to
5813                 be non-blocking, the IMAP code idle loop processes
5814                 gtk events too. So it is possible to cancel a
5815                 quicksearch while the matcher is getting the mail's
5816                 body. After matcher got its body, it will start to
5817                 iterate over the matcher list that the Quicksearch's
5818                 clear_search_cb() just freed via prepare_matcher().
5819                 SIGSEGV ensues.
5820                 The fix consists of guarding the matcherlist_match()
5821                 call with a boolean 'matching'. If we reset the
5822                 quicksearch while matching is TRUE, we don't free
5823                 the matcherlist anymore like we did, but we set
5824                 another new flag, deferred_free, to TRUE. Then,
5825                 in quicksearch_match(), just after returning from
5826                 matcherlist_match() and unsetting the matching flag,
5827                 we check the deferred_free flag and do the
5828                 prepare_matcher() (which does the matcherlist_free)
5829                 for real, so we free the matcherlist once it's not
5830                 used anymore.
5831                 As all of this runs via the glib main loop, we
5832                 luckily don't need a mutex.
5833         * src/summaryview.c
5834                 Also, show progress while searching.
5835
5836
5837 2006-03-14 [colin]      2.0.0cvs139
5838
5839         * src/alertpanel.c
5840                 Make alertpanel_is_open non-static
5841
5842 2006-03-14 [colin]      2.0.0cvs138
5843
5844         * src/prefs_spelling.c
5845                 Cleanups - Fabien Vantard
5846
5847 2006-03-14 [wwp]        2.0.0cvs137
5848
5849         * src/main.c
5850                 code style normalization (curly braces, indentation).
5851
5852 2006-03-14 [wwp]        2.0.0cvs137
5853
5854         * src/main.c
5855                 code style (braces, indentation)
5856
5857 2006-03-12 [paul]       2.0.0cvs136
5858
5859         * src/prefs_common.c
5860                 trans_hdr defaults to FALSE to be RFC-savvy
5861         * src/prefs_summaries.c
5862                 add a tooltip to the trans_hdr option
5863                 
5864
5865 2006-03-12 [paul]       2.0.0cvs135
5866
5867         * src/prefs_matcher.c
5868                 give a little more width to the combos
5869         * src/prefs_display_header.c
5870         * src/textview.c
5871                 translate headers if prefs_common.trans_hdr
5872                 is TRUE
5873
5874         Patches by Pawel Pekala
5875
5876 2006-03-12 [paul]       2.0.0cvs134
5877
5878         * src/plugins/clamav/clamav_plugin.c
5879         * src/plugins/dillo_viewer/dillo_viewer.c
5880         * src/plugins/pgpcore/plugin.c
5881         * src/plugins/pgpinline/plugin.c
5882         * src/plugins/pgpmime/plugin.c
5883         * src/plugins/spamassassin/spamassassin.c
5884                 update/add to descriptions
5885         * src/plugins/spamassassin/spamassassin_gtk.c
5886                 fixes to the english, remove superfluous
5887                 tooltips, clean up a little
5888
5889 2006-03-12 [paul]       2.0.0cvs133
5890
5891         * src/compose.c
5892                 fix Bug 924, 'Account combo box shows up wrong 
5893                 if & is in account name'
5894
5895 2006-03-11 [colin]      2.0.0cvs132
5896
5897         * src/summaryview.c
5898                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5899                 messed up shift-selection because is slows down
5900                 moving around summaryview. thanks -users
5901
5902 2006-03-10 [colin]      2.0.0cvs131
5903
5904         * src/plugins/spamassassin/spamassassin_gtk.c
5905                 Put back Paul's engrish fixes
5906
5907 2006-03-10 [colin]      2.0.0cvs130
5908
5909         * src/plugins/spamassassin/spamassassin.c
5910         * src/plugins/spamassassin/spamassassin.h
5911         * src/plugins/spamassassin/spamassassin_gtk.c
5912                 Cleanup SA prefs page (more)
5913                 Patch by Fabien Vantard
5914
5915 2006-03-10 [paul]       2.0.0cvs129
5916
5917         * src/prefs_msg_colors.c
5918         * src/prefs_spelling.c
5919                 widget sensitivity
5920
5921 2006-03-09 [mones]      2.0.0cvs128
5922
5923         * po/es.po
5924                 Update for next RC
5925
5926 2006-03-09 [wwp]        2.0.0cvs127
5927
5928         * configure.ac
5929                 revert accidental commit (requirement for libetpan 0.43), this time
5930                 not in HEAD.
5931
5932 2006-03-09 [wwp]        2.0.0cvs125
5933
5934         * configure.ac
5935                 revert accidental commit (requirement for libetpan 0.43)
5936
5937 2006-03-09 [paul]       2.0.0cvs126
5938
5939         * src/prefs_receive.c
5940                 remove useless frame
5941                 replace 'incorporation' with 'receiving'
5942         * src/plugins/clamav/clamav_plugin_gtk.c
5943         * src/plugins/spamassassin/spamassassin_gtk.c
5944                 improve widget sensitivity
5945                 fix a bit his engrish
5946
5947 2006-03-09 [wwp]        2.0.0cvs125
5948
5949         * src/addressadd.c
5950         * src/foldersel.c
5951         * src/prefs_common.c
5952         * src/prefs_common.h
5953                 remember some more windows' sizes (add to addressbook and
5954                 select folder).
5955
5956 2006-03-09 [paul]       2.0.0cvs124
5957
5958         * src/plugins/pgpcore/prefs_gpg.c
5959                 normalise construction of dialogue
5960
5961 2006-03-09 [paul]       2.0.0cvs123
5962
5963         * src/plugins/trayicon/Makefile.am
5964                 add missing slash
5965
5966 2006-03-08 [colin]      2.0.0cvs122
5967
5968         * src/plugins/trayicon/Makefile.am
5969                 Fix build in separate dir 
5970                 Patch by Bamanzi <bamanzi@gmail.com>
5971
5972 2006-03-08 [colin]      2.0.0cvs121
5973
5974         * src/procmsg.c
5975                 Batch move and copies from summaryview with delayed execution
5976                 too
5977
5978 2006-03-07 [paul]       2.0.0cvs120
5979
5980         * src/common/utils.c
5981                 fix highlighting of URIs containing "()"
5982                 Patch by Pawel Pekala
5983
5984 2006-03-07 [paul]       2.0.0cvs119
5985
5986         * src/folder.c
5987         * src/folder.h
5988         * src/folderview.c
5989                 immediately do alphabetical resort when
5990                 changing a folder's name
5991                 Patch by Pawel Pekala
5992
5993 2006-03-07 [paul]       2.0.0cvs118
5994
5995         * src/news.c
5996         * src/news_gtk.c
5997                 when unsubscribing a newsgroup, remove the
5998                 folder and msgs in .sylpheed-claws/newscache
5999                 Patch by Pawel Pekala <c0rn@gazeta.pl>
6000
6001 2006-03-07 [paul]       2.0.0cvs117
6002
6003         * src/textview.c
6004                 fix wrong Fake URL Warning
6005                 Thanks to Hiro
6006
6007 2006-03-07 [colin]      2.0.0cvs116
6008
6009         * src/imap.c
6010                 Return immediately when password dialog was
6011                 cancelled
6012         * src/gtk/inputdialog.c
6013                 Allow empty strings for passwords
6014
6015
6016 2006-03-06 [colin]      2.0.0cvs115
6017
6018         * src/imap.c
6019                 Prevent double-timeouts when connection fails
6020
6021 2006-03-06 [colin]
6022
6023         2.0.1-rc1 released
6024
6025 2006-03-06 [colin]      2.0.0cvs114
6026
6027         * src/imap.c
6028                 Refresh session during potentially long
6029                 operations
6030
6031 2006-03-06 [wwp]        2.0.0cvs113
6032
6033         * src/prefs_msg_colors.h
6034                 forgot that one (custom color labels).
6035
6036 2006-03-06 [wwp]        2.0.0cvs112
6037
6038         * src/prefs_common.c
6039         * src/prefs_common.h
6040         * src/prefs_msg_colors.c
6041         * src/summaryview.c
6042         * src/summaryview.h
6043         * src/gtk/colorlabel.c
6044         * src/gtk/colorlabel.h
6045                 colors in messages list are now customizable. Color values and names can
6046                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
6047                 Thanks to Paul and Colin for their help with this longstanding patch!
6048
6049 2006-03-06 [wwp]        2.0.0cvs111
6050
6051         * src/textview.c
6052                 don't crash if (x)face is bad.
6053
6054 2006-03-05 [paul]       2.0.0cvs110
6055
6056         * AUTHORS
6057         * configure.ac
6058         * src/Makefile.am
6059         * src/common/Makefile.am
6060         * src/common/utils.h
6061         * src/etpan/imap-thread.c
6062         * src/gtk/authors.h
6063         * src/plugins/clamav/Makefile.am
6064         * src/plugins/demo/Makefile.am
6065         * src/plugins/dillo_viewer/Makefile.am
6066         * src/plugins/pgpcore/Makefile.am
6067         * src/plugins/pgpcore/passphrase.c
6068         * src/plugins/pgpinline/Makefile.am
6069         * src/plugins/pgpmime/Makefile.am
6070         * src/plugins/spamassassin/Makefile.am
6071         * src/plugins/trayicon/Makefile.am
6072                 fix builiding on cygwin
6073                 Patch by Ralgh Young <bamanzi@gmail.com>
6074
6075 2006-03-04 [wwp]        2.0.0cvs109
6076
6077         * manual/keyboard.xml
6078                 fix mixed up/down keys.
6079
6080 2006-03-04 [wwp]        2.0.0cvs108
6081
6082         * README
6083         * INSTALL
6084                 updated links to SpamAssassin.
6085
6086 2006-03-04 [wwp]        2.0.0cvs107
6087
6088         * manual/plugins.xml
6089         * src/plugins/spamassassin/README
6090                 updated SpamAssassin plugin docs to reflect new functional additions
6091                 (also fix/update/documents few technical stuff more, see the README).
6092
6093 2006-03-04 [wwp]        2.0.0cvs106
6094
6095         * src/prefs_message.c
6096                 normalized capitalization of message-prefs paths.
6097
6098 2006-03-04 [wwp]        2.0.0cvs105
6099
6100         * manual/advanced.xml
6101                 typo.
6102
6103 2006-03-03 [colin]      2.0.0cvs104
6104
6105         * src/plugins/clamav/clamav_plugin_gtk.c
6106                 Rework prefs page, patch by Fabien 
6107
6108 2006-03-03 [colin]      2.0.0cvs103
6109
6110         * src/plugins/clamav/clamav_plugin.c
6111                 Set error on all errors
6112
6113 2006-03-03 [colin]      2.0.0cvs102
6114
6115         * src/common/plugin.c
6116                 Initialize error to avoid crashing when a plugin fails
6117                 without setting error
6118
6119 2006-03-02 [wwp]        2.0.0cvs101
6120
6121         * configure.ac
6122                 fixed linker flags for libetpan support on Cygwin
6123                 (thanks to H.Merijn Brand).
6124
6125 2006-03-02 [wwp]        2.0.0cvs100
6126
6127         * src/addressbook.c
6128                 fix some AB error messages: one for punctuation and
6129                 one wrongly duplicate (thanks, maxbritov).
6130
6131 2006-03-02 [wwp]        2.0.0cvs99
6132
6133         * src/plugins/spamassassin/spamassassin.c
6134                 make sync calls to sa-learn/spamc to prevent
6135                 system (whatever local or client/server) overload.
6136
6137 2006-03-02 [colin]      2.0.0cvs98
6138
6139         * src/summaryview.c
6140                 Put the spam icon in the status column instead of the
6141                 mark one
6142
6143 2006-03-01 [colin]      2.0.0cvs97
6144
6145         * src/plugins/spamassassin/spamassassin.c
6146                 Fix segfault (g_file_set_contents fails for some 
6147                 reason and err==0x2f. Can't find out why with
6148                 valgrind, using working function :-)
6149
6150 2006-03-01 [colin]      2.0.0cvs96
6151
6152         * src/inc.c
6153                 Offline overriding: let 'No' be cached only 3 seconds
6154
6155 2006-03-01 [colin]      2.0.0cvs95
6156
6157         * src/addr_compl.c
6158         * src/addrbook.c
6159         * src/addressbook.c
6160         * src/addrindex.c
6161         * src/folder_item_prefs.c
6162         * src/headerview.c
6163         * src/imap.c
6164         * src/inc.c
6165         * src/ldif.c
6166         * src/mainwindow.c
6167         * src/mh.c
6168         * src/msgcache.c
6169         * src/prefs_common.h
6170         * src/prefs_msg_colors.c
6171         * src/procheader.c
6172         * src/procheader.h
6173         * src/procmime.c
6174         * src/procmsg.c
6175         * src/procmsg.h
6176         * src/send_message.h
6177         * src/simple-gettext.c
6178         * src/summaryview.c
6179         * src/summaryview.h
6180         * src/syldap.c
6181         * src/textview.c
6182         * src/undo.c
6183         * src/common/ssl_certificate.c
6184         * src/common/utils.c
6185         * src/gtk/colorsel.c
6186         * src/gtk/gtksctree.c
6187         * src/gtk/gtkshruler.c
6188         * src/plugins/trayicon/trayicon.c
6189                 #if 0 goes to /dev/null
6190
6191 2006-03-01 [colin]      2.0.0cvs94
6192
6193         * src/compose.c
6194         * src/imap.c
6195         * src/inc.c
6196         * src/inc.h
6197         * src/messageview.c
6198         * src/news.c
6199         * src/plugins/spamassassin/spamassassin.c
6200                 Allow to add information in the "working offline"
6201                 window
6202
6203 2006-03-01 [wwp]        2.0.0cvs93
6204
6205         * src/plugins/spamassassin/spamassassin.c
6206                 fixed spamc invocation: use a tricky temporary mini shell wrapper
6207                 'cause it seems that calling `spamc ... < inputfile` with
6208                 g_spawn_(a)sync simply.. erm doesn't work :-).
6209
6210 2006-03-01 [wwp]        2.0.0cvs92
6211
6212         * src/toolbar.c
6213         * src/toolbar.h
6214                 simplify the adding of spam/ham button to the messageview toolbar
6215                 (it gets more clear now that the same button will be "Mark as spam"
6216                 or "Mark as ham" according to the current message status,
6217                 thanks to Colin).
6218
6219 2006-03-01 [wwp]        2.0.0cvs91
6220
6221         * src/messageview.c
6222         * src/procmsg.c
6223         * src/procmsg.h
6224         * src/summaryview.c
6225         * src/plugins/spamassassin/spamassassin.c
6226         * src/plugins/spamassassin/spamassassin.h
6227                 make learner callbacks return a status (0 for ok),
6228                 handle it in main code to avoid setting flags when learning failed,
6229                 don't learn on TCP if offline in spamassassin,
6230                 thanks to Colin.
6231
6232                 
6233
6234 2006-03-01 [wwp]        2.0.0cvs90
6235
6236         * src/compose.c
6237                 some work around the compose window's account menu,
6238                 patch by Fabien Vantard.
6239
6240 2006-03-01 [wwp]        2.0.0cvs89
6241
6242         * src/plugins/spamassassin/spamassassin.c
6243                 fixed bad logics, was using spamc in local mode and sa-learn
6244                 in remote mode (thanks, Colin).
6245
6246 2006-03-01 [wwp]        2.0.0cvs88
6247
6248         * src/plugins/spamassassin/spamassassin.c
6249         * src/plugins/spamassassin/spamassassin.h
6250         * src/plugins/spamassassin/spamassassin_gtk.c
6251                 made processing of emails w/ sa-plugin an option (default is TRUE),
6252                 fixed Engrish some tooltips, capitalization of some debug messages
6253                 and warnings. The spamassassin plugin now provides two separate
6254                 services: process emails upon incorporation and spamd training.
6255                 Both services (un)register independently but use some common
6256                 plugin settings (transport settings, spam storage location).
6257
6258 2006-02-28 [wwp]        2.0.0cvs87
6259
6260         * src/plugins/spamassassin/spamassassin.c
6261                 fix async flag to spamc cmdline execution (batch exec should
6262                 be asynchronous).
6263
6264 2006-02-27 [wwp]        2.0.0cvs86
6265
6266         * src/plugins/spamassassin/spamassassin.c
6267         * src/plugins/spamassassin/spamassassin.h
6268         * src/plugins/spamassassin/spamassassin_gtk.c
6269                 - added the ability to learn a remote spamassassin server (spamd),
6270                 using spamc.
6271                 - added the spamassassin option 'username', that applies to all
6272                 spamassassin operations (filtering, learning, local or remote).
6273                 The default username is the current unix user (if left blank
6274                 from gtk prefs or config file).
6275                 - commented out some unused code (notebook widget), removed unused
6276                 layout (hbox1).
6277                 - make more widgets sensitive to the transport type.
6278
6279 2006-02-27 [colin]      2.0.0cvs85
6280
6281         * src/plugins/spamassassin/spamassassin.c
6282                 Fix sa-learn call when offline
6283
6284 2006-02-27 [colin]      2.0.0cvs84
6285
6286         * configure.ac
6287         * src/Makefile.am
6288         * src/mainwindow.c
6289         * src/mainwindow.h
6290         * src/messageview.c
6291         * src/messageview.h
6292         * src/prefs_toolbar.c
6293         * src/procmsg.c
6294         * src/stock_pixmap.c
6295         * src/stock_pixmap.h
6296         * src/summaryview.c
6297         * src/toolbar.c
6298         * src/toolbar.h
6299         * src/pixmaps/ham_btn.xpm
6300         * src/pixmaps/spam.xpm
6301         * src/pixmaps/spam_btn.xpm
6302         * src/plugins/spamassassin/spamassassin.c
6303                 Add button in toolbar for spam learning
6304                 Fix a few bugs from the last related commit
6305                 Revert 1.9.6cvs23 which messed up shift-selection
6306
6307 2006-02-24 [colin]      2.0.0cvs83
6308
6309         * src/procmsg.c
6310         * src/summaryview.c
6311         * src/summaryview.h
6312         * src/plugins/spamassassin/spamassassin.c
6313         * src/plugins/spamassassin/spamassassin.h
6314         * src/plugins/spamassassin/spamassassin_gtk.c
6315                 Unregister learner when spamassassin is either
6316                 disabled or over tcp
6317
6318 2006-02-24 [colin]      2.0.0cvs82
6319
6320         * src/Makefile.am
6321         * src/mainwindow.c
6322         * src/mainwindow.h
6323         * src/procmsg.c
6324         * src/procmsg.h
6325         * src/stock_pixmap.c
6326         * src/stock_pixmap.h
6327         * src/summaryview.c
6328         * src/summaryview.h
6329         * src/gtk/icon_legend.c
6330         * src/pixmaps/spam.xpm  ** NEW FILE **
6331         * src/plugins/spamassassin/spamassassin.c
6332         * src/plugins/spamassassin/spamassassin_gtk.c
6333                 Add spam learning interface (Mark/Mark as 
6334                 (spam|ham) menus)
6335
6336 2006-02-24 [wwp]        2.0.0cvs81
6337
6338         * src/compose.c
6339         * src/compose.h
6340         * src/filtering.c
6341                 hide compose window when sending message in batch mode
6342                 (filtering: forward and redirect). Also fixed a wrong
6343                 value returned when sending failed, neutral anyway.
6344                 (Colin, me) 
6345
6346 2006-02-24 [wwp]        2.0.0cvs80
6347
6348         * src/mainwindow.c
6349                 use GTK+'s stock quit button. Patch by Fabien Vantard.
6350
6351 2006-02-24 [paul]       2.0.0cvs79
6352
6353         * src/news.c
6354         * src/news.h
6355         * src/news_gtk.c
6356                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
6357                 Thanks to Colin
6358
6359 2006-02-23 [colin]      2.0.0cvs78
6360
6361         * src/alertpanel.c
6362                 Change OK to Close in alertpanel with View log
6363                 button; add accel to View log. Patch by Fabien
6364                 Vantard
6365
6366 2006-02-23 [wwp]        2.0.0cvs77
6367
6368         * src/compose.c
6369                 silly me, there were much more tests to perform, since toolbars can
6370                 really have down to 1 element only.
6371
6372 2006-02-23 [wwp]        2.0.0cvs76
6373
6374         * commitHelper
6375                 fixed indentation from my previous commit. Fallback to VISUAL if
6376                 EDITOR is not set (and to vi, at last resort).
6377
6378 2006-02-23 [wwp]        2.0.0cvs75
6379
6380         * commitHelper
6381                 improved error detection (Colin, me).
6382
6383 2006-02-23 [wwp]        2.0.0cvs74
6384
6385         * src/prefs_toolbar.c
6386                 simplify and fix prefs/toolbars layouting. Combos' contents can
6387                 now be really displayed.
6388
6389 2006-02-23 [wwp]        2.0.0cvs73
6390         simplifies and fix prefs/toolbars layouting. Combos' contents can now
6391         be really displayed.
6392
6393 2006-02-22 [wwp]        2.0.0cvs72
6394
6395         * src/compose.c
6396                 fix a typo in my previous commit (sorry!).
6397
6398 2006-02-22 [wwp]        2.0.0cvs71
6399
6400         * src/prefs_toolbar.c
6401                 fix a crash when adding separators to toolbars,
6402                 also fix some separator item information.
6403
6404 2006-02-22 [wwp]        2.0.0cvs70
6405
6406         * src/compose.c
6407                 fix a crash when redirecting (for instance) when compose window's
6408                 toolbar contents has been customized (when some buttons have been
6409                 removed in fact).
6410
6411 2006-02-21 [wwp]        2.0.0cvs69
6412
6413         * src/summaryview.c
6414         * src/gtk/pluginwindow.c
6415         * src/plugins/pgpcore/prefs_gpg.c
6416                 fix some compilation warnings (feat. remains of removed code).
6417
6418 2006-02-21 [wwp]        2.0.0cvs68
6419
6420         * src/gtk/gtkutils.c
6421                 fix two compilation issues, thanks to Stephan Sachse.
6422
6423 2006-02-20 [colin]      2.0.0cvs67
6424
6425         * src/mainwindow.c
6426                 Don't reselect displayed mail on refocus
6427                 This fixes actions misbehaving 
6428
6429 2006-02-20 [wwp]        2.0.0cvs66
6430
6431         * src/summaryview.c
6432         * src/gtk/gtksctree.c
6433         * src/gtk/gtkshruler.c
6434                 changed more runtime typecast checks.
6435
6436 2006-02-20 [wwp]        2.0.0cvs65
6437
6438         * src/summary_search.c
6439                 find all - summaryview refresh issue fixed, thanks to Colin.
6440
6441 2006-02-20 [wwp]        2.0.0cvs64
6442
6443         * src/gtk/gtkutils.c
6444                 better runtime typecast checks.
6445
6446 2006-02-20 [wwp]        2.0.0cvs63
6447
6448         * src/summary_search.c
6449                 enhancements to the summary search:
6450                         - add the ability to stop the running search
6451                           (upon ESC-key press, new Stop button or when Clear button is pressed)
6452                         - don't search if no criteria (From/To/Subject/Body) is set
6453                         - ensure that a busy mouse pointer is always shown when searching,
6454                           show it even a bit earlier
6455
6456 2006-02-19 [colin]      2.0.0cvs62
6457
6458         * src/compose.c
6459         * src/imap.c
6460         * src/etpan/imap-thread.c
6461         * src/etpan/imap-thread.h
6462                 (Future) IMAP speed improvement on sending
6463                 Will require a libetpan update
6464         * src/summaryview.c
6465         * src/gtk/quicksearch.c
6466                 Make quicksearch clearable while running.
6467
6468 2006-02-17 [colin]      2.0.0cvs61
6469
6470         * src/imap.c
6471         * src/etpan/imap-thread.c
6472         * src/etpan/imap-thread.h
6473                 Check for IMAP certificates
6474                 ** Requires libetpan-0.42-cvs4 
6475                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6476
6477 2006-02-17 [colin]      2.0.0cvs60
6478
6479         * src/messageview.c
6480         * src/prefs_common.c
6481         * src/prefs_common.h
6482         * src/prefs_message.c
6483                 Add pref to display HTML-only mails with plugin, 
6484                 if possible (defaulting to FALSE of course).
6485
6486 2006-02-16 [colin]      2.0.0cvs59
6487
6488         * src/main.c
6489         * src/common/plugin.c
6490         * src/common/plugin.h
6491         * src/gtk/pluginwindow.c
6492                 Keep track of requested (but unloaded) plugins
6493                 in some error cases.
6494
6495 2006-02-16 [wwp]        2.0.0cvs58
6496
6497         * src/gtk/gtkaspell.c
6498         * src/gtk/gtkaspell.h
6499         * src/prefs_spelling.c
6500         * src/compose.c
6501         * src/prefs_common.c
6502         * src/prefs_common.h
6503                 implemented new optional spellchecker behaviour: re-check message when
6504                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6505
6506 2006-02-16 [wwp]        2.0.0cvs57
6507
6508         * src/quote_fmt_parse.y
6509                 pclose popen'ed pipe.
6510
6511 2006-02-15 [colin]      2.0.0cvs56
6512
6513         * src/mimeview.c
6514         * src/mimeview.h
6515                 Let MimeViewers know which MimeView they
6516                 depend of.
6517         * src/summaryview.c
6518                 Swap From/To columns in Sent/Queue/Drafts
6519                 folders
6520         * src/etpan/imap-thread.c
6521                 Use mailstream_low_tls_open() for STARTTLS
6522                 instead of mailstream_low_ssl_open()
6523                 ** REQUIRES libetpan 0.42cvs3 **
6524
6525 2006-02-15 [wwp]        2.0.0cvs55
6526
6527         * src/compose.c
6528         * src/compose.h
6529         * src/message_search.c
6530         * src/message_search.h
6531         * src/textview.c
6532         * src/gtk/gtkutils.c
6533         * src/gtk/gtkutils.h
6534                 added the ability to Find text in the compose window (and a bit
6535                 of code factorization).
6536
6537 2006-02-15 [wwp]        2.0.0cvs54
6538
6539         * src/prefs_gtk.c
6540                 yet another one file was missing (fix for some widgets' sensitivity).
6541                 Thanks Colin!
6542
6543 2006-02-15 [wwp]        2.0.0cvs53
6544
6545         * src/prefs_gtk.h
6546                 oops forgot that file (fix for some widgets' sensitivity).
6547
6548 2006-02-15 [wwp]        2.0.0cvs52
6549
6550         * src/summary_search.c
6551                 implemented advanced summary search options (added the ability
6552                 to use matcher conditions in an advanced search mode).
6553
6554 2006-02-15 [wwp]        2.0.0cvs51
6555
6556         * src/plugins/pgpcore/prefs_gpg.c
6557         * src/prefs_account.c
6558                 fix some widget sensitivity, mostly around some labels in
6559                 account prefs.
6560
6561 2006-02-15 [paul]       2.0.0cvs50
6562
6563         * manual/advanced.xml
6564                 improve Templates info
6565                 written by wwp
6566
6567 2006-02-14 [colin]      2.0.0cvs49
6568
6569         * src/pixmaps/address_book.xpm
6570         * src/pixmaps/preferences.xpm
6571         * src/pixmaps/properties.xpm
6572                 Fix pixmap size - patch by Fabien Vantard
6573
6574 2006-02-13 [colin]      2.0.0cvs48
6575
6576         * src/procmime.c
6577                 Add missing fclose()s on error
6578         * src/textview.c
6579                 Remove unused code
6580         * src/common/utils.c
6581                 Fix temp files not being deleted on windows
6582         Patches by Thomas Gilgin
6583
6584 2006-02-13 [colin]      2.0.0cvs47
6585
6586         * src/mainwindow.c
6587                 Fix exit crash
6588
6589 2006-02-13 [wwp]        2.0.0cvs46
6590
6591         * src/plugins/pgpcore/prefs_gpg.c
6592                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6593
6594 2006-02-12 [colin]      2.0.0cvs45
6595
6596         * src/folderview.c
6597         * src/main.c
6598         * src/mainwindow.c
6599                 Fix "stuff" when quitting
6600
6601 2006-02-12 [wwp]        2.0.0cvs44
6602
6603         * src/prefs_themes.c
6604                 fix typos in debug messages.
6605
6606 2006-02-11 [colin]      2.0.0cvs43
6607
6608         * src/summaryview.c
6609                 don't allow drag/drop from ourself
6610
6611 2006-02-10 [wwp]        2.0.0cvs42
6612
6613         * src/exporthtml.c
6614         * src/html.c
6615         * src/html.h
6616         * src/procmime.c
6617         * src/textview.c
6618                 renamed html_ prefixed functions and data structures to avoid
6619                 namespace clashes w/ other software (gtkhtml2 for instance).
6620                 Closes bug #907.
6621
6622
6623 2006-02-09 [colin]      2.0.0cvs41
6624
6625         * src/summaryview.c
6626                 Fix shitty logic messed up. Thanks Ticho for the hint!
6627
6628 2006-02-09 [wwp]        2.0.0cvs40
6629
6630         * src/gtk/about.c
6631         * src/compose.c
6632         * src/prefs_account.c
6633         * src/prefs_gtk.h
6634         * src/editaddress.c
6635                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6636                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6637                 Browse buttons in accounts prefs.
6638
6639 2006-02-09 [colin]      2.0.0cvs39
6640
6641         * src/matcher.c
6642                 Check for pointer before using its members
6643         * src/gtk/gtksourceprintjob.c
6644                 Fix a wrong warning
6645
6646 2006-02-09 [wwp]        2.0.0cvs38
6647
6648         * src/gtk/filesel.c
6649                 fix few compiler warnings (type mismatch).
6650
6651 2006-02-09 [paul]       2.0.0cvs37
6652
6653         * po/fr.po
6654                 updated by Fabien Vantard
6655
6656 2006-02-08 [colin]      2.0.0cvs36
6657
6658         * src/prefs_common.c
6659         * src/common/defs.h
6660         * src/common/plugin.c
6661                 allow windows and linux configurations to coexist
6662                 patch by Thomas Gilgin
6663
6664 2006-02-08 [colin]      2.0.0cvs35
6665
6666         * src/filtering.c
6667         * src/matcher.c
6668         * src/matcher.h
6669         * src/matcher_parser_parse.y
6670         * src/prefs_filtering_action.c
6671         * src/prefs_matcher.c
6672                 Add the "Ignore thread" filtering
6673                 action
6674
6675 2006-02-08 [colin]      2.0.0cvs34
6676
6677         * src/compose.c
6678         * src/procmime.c
6679         * src/procmime.h
6680                 Fix bug #905 (damaged attachment)
6681                 text files with raw \0's aren't really text files
6682         FOR_STABLE
6683
6684 2006-02-08 [colin]      2.0.0cvs33
6685
6686         * src/summaryview.c
6687                 Fix crasher introduced yesterday
6688
6689 2006-02-08 [wwp]        2.0.0cvs32
6690
6691         * src/compose.c
6692         * src/compose.h
6693                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6694
6695 2006-02-08 [wwp]        2.0.0cvs31
6696
6697         * src/prefs_template.c
6698                 templates enhancement: allow address completion for Cc and Bcc fields
6699                 (it was currently possible for the To field only)
6700
6701 2006-02-08 [colin]      2.0.0cvs30
6702
6703         * src/compose.c
6704                 Don't unblock if not blocked
6705         FOR_STABLE
6706
6707 2006-02-07 [colin]      2.0.0cvs29
6708
6709         * src/action.c
6710                 Forgot to refresh summaryview
6711
6712 2006-02-07 [colin]      2.0.0cvs28
6713
6714         * src/action.c
6715                 Freeze/thaw message list and folder list while
6716                 processing %as{} actions 
6717         * src/compose.c
6718                 Fix auto-wrap disabling after a middle-click
6719                 paste - FOR_STABLE
6720
6721 2006-02-07 [paul]       2.0.0cvs27
6722
6723         * src/folder.c
6724                 fix freeing of uninitialised pointers
6725                 Thanks to Colin
6726
6727 2006-02-06 [colin]      2.0.0cvs26
6728
6729         * src/folder.c
6730                 Use g_slist_prepend in potentially big list
6731
6732 2006-02-06 [colin]      2.0.0cvs25
6733
6734         * src/folder.c
6735                 Completely skip processing if it doesn't 
6736                 exist (faster!)
6737
6738 2006-02-06 [colin]      2.0.0cvs24
6739
6740         * src/folder.c
6741         * src/summaryview.c
6742                 Batch filtering in summaryview (from Tools menu)
6743                 and pre/post//-processing too
6744
6745 2006-02-06 [colin]      2.0.0cvs23
6746
6747         * src/procmsg.h
6748         * src/filtering.c
6749                 Use a special field for batch filtering instead
6750                 of stepping on deferred execution's toes
6751
6752 2006-02-06 [colin]      2.0.0cvs22
6753
6754         * src/action.c
6755         * src/filtering.c
6756         * src/filtering.h
6757         * src/folder.c
6758         * src/summaryview.c
6759                 Fix filtering via menus and actions
6760
6761 2006-02-06 [colin]      2.0.0cvs21
6762
6763         * src/imap.c
6764                 Put the added file directly to cache if possible (will work
6765                 with next libetpan)
6766         * src/filtering.c
6767         * src/filtering.h
6768         * src/inc.c
6769         * src/folder.c
6770         * src/mbox.c
6771         * src/procmsg.h
6772                 Move and copy filtered messages by batches instead of one
6773                 by one - faster on IMAP
6774         * src/procmsg.c
6775                 Add a function that'll possibly be useful later
6776
6777 2006-02-06 [colin]      2.0.0cvs20
6778
6779         * src/addressbook.c
6780                 Use internal mime-type instead of text/plain for d'n'd
6781         * src/compose.c
6782                 Allow attaching files from mimeview's icon list via d'n'd
6783         * src/folderview.c
6784         * src/folderview.h
6785                 Use internal mime-type instead of text/plain for d'n'd
6786                 Don't try to selected opened folder if none is
6787                 Factorize d'n'd from other apps code
6788         * src/headerview.c
6789         * src/textview.c
6790         * src/gtk/gtkutils.c
6791         * src/gtk/gtkutils.h
6792                 Factorize Face/X-Face stuff
6793         * src/mimeview.c
6794                 Fix d'n'd to other apps
6795         * src/prefs_message.c
6796                 Let the XFace pref be usable without libcompface as it also
6797                 applies to Face
6798         * src/summaryview.c
6799                 Fix d'n'd to other apps
6800                 Factorize d'n'd from other apps code
6801
6802 2006-02-06 [wwp]        2.0.0cvs19
6803
6804         * po/it.po
6805                 Italian translation fixes by Andrea Spadaccini (no more confusion
6806                 between filtering and processing, and few changes in the About
6807                 dialog).
6808
6809
6810 2006-02-06 [mones]      2.0.0cvs18
6811
6812         * src/gtk/icon_legend.c
6813                 Improved descriptions allowing better translations
6814
6815 2006-02-05 [colin]      2.0.0cvs17
6816
6817         * src/imap.c
6818                 Add the f*cking missing expunge that caused imap_fetch_env
6819                 to fail after an add_msgs ! :-///
6820         * src/etpan/imap-thread.c
6821                 Add a bit of debug
6822         FOR_STABLE
6823
6824 2006-02-05 [colin]      2.0.0cvs16
6825
6826         * src/common/utils.c
6827                 Don't check for return-path (or we can't put
6828                 back non-sent mails)
6829
6830 2006-02-05 [colin]      2.0.0cvs15
6831
6832         * src/textview.c
6833                 Don't try to display Face header in textview
6834                 when teh headerview's active
6835
6836 2006-02-05 [colin]      2.0.0cvs14
6837
6838         * tools/tbird2syl.py
6839         * tools/Makefile.am
6840                 Add script to import Thunderbird mails
6841
6842 2006-02-05 [colin]      2.0.0cvs13
6843
6844         * src/headerview.c
6845         * src/procheader.c
6846         * src/procmsg.c
6847         * src/procmsg.h
6848         * src/textview.c
6849                 Show Face headers - patch partially by Klaus Flittner
6850
6851 2006-02-05 [colin]      2.0.0cvs12
6852
6853         * src/folderview.c
6854         * src/summaryview.c
6855         * src/common/utils.c
6856         * src/common/utils.h
6857                 Let dnd work from mime icons to summaryview
6858                 and to folderview too
6859                 Add a crude test to avoid trying to add files
6860                 drag'n'dropped when they're not mails
6861
6862 2006-02-04 [colin]      2.0.0cvs11
6863
6864         * src/summaryview.c
6865         * src/mimeview.c
6866                 Fix utf8 conversion
6867
6868 2006-02-04 [colin]      2.0.0cvs10
6869
6870         * src/compose.c
6871         * src/folderview.c
6872         * src/mimeview.c
6873         * src/summaryview.c
6874         * src/summaryview.h
6875                 Added various drag and drop capas:
6876                 From                    To
6877                 summaryview             other apps
6878                 mimeview icons          other apps
6879                 other apps              summaryview
6880                 other apps              folderview
6881
6882                 This shouldn't have broken the existing:
6883                 From                    To
6884                 summaryview             folderview
6885                 folderview              folderview
6886                 summaryview             compose's attachments
6887
6888         Tests welcomed.
6889
6890 2006-02-02 [paul]       2.0.0cvs9
6891
6892         * src/mainwindow.c
6893                 move global option 'Set displayed columns...' out
6894                 of folder option grouping.
6895                 fix sensitivity of 'harvest addresses'
6896         FOR_STABLE
6897
6898 2006-02-01 [colin]      2.0.0cvs8
6899
6900         * src/mimeview.c
6901                 Revert the alertpanel patch, it sucks (intrusive
6902                 and gets in the way of "open")
6903
6904 2006-02-01 [colin]      2.0.0cvs7
6905
6906         * src/compose.c
6907         * src/prefs_account.c
6908         * src/prefs_common.c
6909         * src/common/defs.h
6910         * src/common/utils.c
6911         * src/common/utils.h
6912                 Add ability to edit the signature file
6913                 from the account preferences, and use
6914                 a default for the text editor.
6915                 Patch by Fabien Vantard
6916
6917 2006-02-01 [colin]      2.0.0cvs6
6918
6919         * src/mimeview.c
6920                 Try to get mime type by extension if it is
6921                 application/octet-stream
6922                 Display a window with possible choices when
6923                 encountering unknown mime types
6924         * src/gtk/filesel.c
6925         * src/gtk/filesel.h
6926                 Add preview
6927                 Allow multiple selection in filtered filesel
6928                 (patch by Fabien Vantard)
6929         * src/gtk/pluginwindow.c
6930                 Use it (patch by Fabien Vantard)
6931
6932 2006-02-01 [paul]       2.0.0cvs5
6933
6934         * src/jpilot.c
6935                 fix crash on creating jpilot address book
6936                 Thanks to Colin - FOR_STABLE
6937         * src/prefs_summaries.c
6938         * src/prefs_wrapping.c
6939         * src/gtk/icon_legend.c
6940         * src/gtk/quicksearch.c
6941                 string fixes and additions
6942
6943 2006-02-01 [paul]       2.0.0cvs4
6944
6945         * src/compose.c
6946         * src/mainwindow.c
6947         * src/messageview.c
6948         * src/prefs_send.c
6949                 add Arabic encoding option
6950                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6951
6952 2006-01-31 [colin]      2.0.0cvs3
6953
6954         * src/plugins/pgpcore/passphrase.c
6955                 Convert passphrase to locale encoding
6956         * src/compose.c
6957                 Fix drafting on IMAP. Crappy bug sneaked in
6958                 the release :-/
6959         FOR_STABLE
6960
6961 2006-01-30 [paul]       2.0.0cvs2
6962
6963         * src/gtk/icon_legend.c
6964                 show the new entries
6965
6966 2006-01-30 [colin]      2.0.0cvs1
6967
6968         * src/manual.c
6969                 Check for the file to be present before 
6970                 enabling the menu - FOR_STABLE
6971         * src/gtk/icon_legend.c
6972                 Add folders icons (not all of them, there
6973                 are too much, but the most intriguing ones)
6974
6975 2006-01-30 [paul]       2.0.0
6976
6977         version 2.0.0 released
6978
6979 2006-01-30 [paul]       1.9.100cvs200
6980
6981         * manual/faq.xml
6982         * manual/gpl.xml
6983         * manual/intro.xml
6984         * manual/starting.xml
6985         * manual/sylpheed-claws-manual.xml
6986                 fixes, additions
6987
6988 2006-01-29 [mones]      1.9.100cvs199
6989
6990         * manual/account.xml
6991         * manual/advanced.xml
6992         * manual/glossary.xml
6993                 Some typos fixed, added LDIF term to glossary
6994         * po/es.po
6995                 Fixed leading plus symbol
6996
6997 2006-01-29 [paul]       1.9.100cvs198
6998
6999         * po/fi.po
7000         * po/sk.po
7001                 updated by Tommi Pirinen and Andrej Kacian
7002
7003 2006-01-29 [paul]       1.9.100cvs197
7004
7005         * src/gtk/authors.h
7006                 remove duplicates
7007
7008 2006-01-29 [paul]       1.9.100cvs196
7009
7010         * AUTHORS
7011         * po/nl.po
7012         * src/gtk/authors.h
7013         * tools/claws.i18n.status.pl
7014                 nl translation updated by Tim Dijkstra
7015
7016 2006-01-29 [paul]       1.9.100cvs195
7017
7018         * po/sr.po
7019         * po/sv.po
7020                 updated by Aleksandar Urosevic and Anders Troback
7021
7022 2006-01-28 [colin]      1.9.100cvs194
7023
7024         * src/gtk/gtksourceprintjob.c
7025                 Don't fiddle with PangoLayout when we
7026                 have an image
7027
7028 2006-01-28 [paul]       1.9.100cvs193
7029
7030         * AUTHORS
7031         * po/el.po
7032         * po/zh_CN.po
7033         * src/gtk/authors.h
7034         * tools/claws.i18n.status.pl
7035                 updated translations submitted by Stavros Giannouris
7036                 and Ralgh Young
7037
7038 2006-01-27 [colin]      1.9.100cvs192
7039
7040         * src/summaryview.c
7041         * src/gtk/gtksourceprintjob.c
7042                 Add image printing 
7043                 (libgnomeprint only, of course)
7044
7045 2006-01-27 [paul]       1.9.100cvs191
7046
7047         * po/fr.po
7048         * po/it.po
7049                 updated by Fabien Vantard and Andrea Spadaccini
7050
7051 2006-01-26 [colin]      1.9.100cvs190
7052
7053         * manual/Makefile.am
7054         * configure.ac
7055                 Make building the manual optional 
7056                 (--disable-manual)
7057
7058 2006-01-26 [paul]       1.9.100cvs189
7059
7060         * manual/glossary.xml
7061         * manual/plugins.xml
7062                 edited
7063         * po/en_GB.po
7064                 updated
7065
7066 2006-01-26 [paul]       1.9.100cvs188
7067
7068         * src/prefs_display_header.c
7069         * src/prefs_folder_column.c
7070         * src/prefs_msg_colors.c
7071         * src/prefs_summaries.c
7072         * src/prefs_summary_column.c
7073                 HIGify
7074
7075 2006-01-25 [colin]      1.9.100cvs187
7076
7077         * src/imap.c
7078                 Don't allow moving/copying mails between
7079                 queue/drafts and non-queue/drafts folders
7080                 Fixes bug #897 (message header is resetted 
7081                 if one is copied to Drafts)
7082
7083 2006-01-25 [colin]      1.9.100cvs186
7084
7085         * src/folder.c
7086         * src/mainwindow.c
7087                 Fix subscribed folders not found
7088         * src/compose.c
7089                 Don't try to encode as original mail's charset
7090                 if it's ascii 
7091
7092 2006-01-25 [paul]       1.9.100cvs185
7093
7094         * AUTHORS
7095         * po/Makevars
7096                 updated
7097         * po/de.po
7098         * po/pl.po
7099         * po/pt_BR.po
7100         * po/sr.po
7101                 updates submitted by Stephan Sachse, Emilian Nowak
7102                 and Quar, Frederico Goncalves Guimaraes, and
7103                 Aleksandar Urosevic
7104                 Fix Bug 896, 'PT_BR locale broken'.
7105         * src/gtk/authors.h
7106                 updated
7107
7108 2006-01-24 [mones]      1.9.100cvs184
7109
7110         * manual/glossary.xml
7111                 All current terms finished. Reviewers welcome ;-)
7112         * manual/keyboard.xml
7113                 Fixed column width for pdf output.
7114         * po/es.po
7115                 Updated
7116
7117 2006-01-24 [paul]       1.9.100cvs183
7118
7119         * manual/glossary.xml
7120                 fix id name
7121         * manual/dist/html/Makefile.am
7122         * manual/dist/pdf/Makefile.am
7123         * manual/dist/ps/Makefile.am
7124         * manual/dist/txt/Makefile.am
7125                 fix make deps
7126                 Thanks to Colin
7127
7128 2006-01-24 [mones]      1.9.100cvs182
7129
7130         * manual/glossary.xml
7131                 Nearly finished, some terms missing.
7132
7133 2006-01-23 [paul]       1.9.100cvs181
7134
7135         * manual/dist/html/Makefile.am
7136         * manual/dist/pdf/Makefile.am
7137         * manual/dist/ps/Makefile.am
7138         * manual/dist/txt/Makefile.am
7139         * src/mainwindow.c
7140                 re-enable manual
7141                 Thanks to Colin
7142
7143 2006-01-22 [colin]      1.9.100cvs180
7144
7145         * src/compose.c
7146         * src/gtk/gtkaspell.c
7147                 Don't deselect stuff before right-clicking, with aspell.
7148                 (This prevented right-click Copy, for example).
7149                 Thanks to Clo!
7150
7151 2006-01-22 [paul]       1.9.100cvs179
7152
7153         * src/summary_search.c
7154                 don't fix the widget size as it causes problems
7155                 under localisation.
7156                 Thanks to Emilian Nowak
7157
7158 2006-01-21 [paul]       1.9.100cvs178
7159
7160         * src/prefs_themes.c
7161                 fix broken underlining of label text
7162                 with some translations
7163
7164 2006-01-21 [colin]      1.9.100cvs177
7165
7166         * po/fr.po
7167                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
7168
7169 2006-01-20 [colin]      1.9.100cvs176
7170
7171         * configure.ac
7172         * Makefile.am
7173         * manual/Makefile
7174         * manual/dist/html/.cvsignore
7175         * manual/dist/html/Makefile.am
7176         * manual/dist/pdf/.cvsignore
7177         * manual/dist/pdf/Makefile.am
7178         * manual/dist/ps/.cvsignore
7179         * manual/dist/ps/Makefile.am
7180         * manual/dist/txt/.cvsignore
7181         * manual/dist/txt/Makefile.am
7182                 Autotool-ize manual
7183
7184 2006-01-20 [paul]       1.9.100cvs175
7185
7186         * manual/handling.xml
7187                 make Filtering and Searching entries easier to find
7188         * manual/keyboard.xml
7189                 add the remaining default keybinds
7190         * src/prefs_summaries.c
7191                 update the default keybinds
7192
7193 2006-01-20 [paul]       1.9.100cvs174
7194
7195         * src/addressbook.c
7196         * src/addrgather.c
7197         * src/addrharvest.c
7198         * src/editaddress.c
7199         * src/editgroup.c
7200         * src/exphtmldlg.c
7201         * src/expldifdlg.c
7202         * src/exporthtml.c
7203         * src/exportldif.c
7204         * src/ldif.c
7205                 replace 'e-mail' with 'email'
7206         * src/summary_search.c
7207                 add mnemonic to "Find all" button
7208
7209 2006-01-20 [wwp]        1.9.100cvs173
7210
7211         * src/export.c
7212         * src/import.c
7213                 touched mbox import/export buttons for HIG-compliance
7214
7215 2006-01-19 [paul]       1.9.100cvs172
7216
7217         * manual/account.xml
7218         * manual/addrbook.xml
7219         * manual/advanced.xml
7220         * manual/faq.xml
7221         * manual/handling.xml
7222         * manual/intro.xml
7223         * manual/plugins.xml
7224         * manual/starting.xml
7225                 more editing
7226
7227 2006-01-19 [paul]       1.9.100cvs171
7228
7229         * src/toolbar.c
7230                 allow use of trash button while receiving
7231                 Thanks to Colin
7232
7233 2006-01-19 [wwp]        1.9.100cvs170
7234
7235         * src/gtk/quicksearch.c
7236         * src/compose.c
7237                 force text color to black when yellow background is set
7238
7239 2006-01-19 [colin]      1.9.100cvs169
7240
7241         * src/plugins/trayicon/trayicon.c
7242                 Gray out Get Mail when already getting mail
7243
7244 2006-01-18 [paul]       1.9.100cvs168
7245
7246         * src/compose.c
7247                 give widget yellow background was To is
7248                 set via folder prefs
7249         * src/gtk/quicksearch.c
7250                 give widget yellow background when quick
7251                 search is active.
7252                 Thanks to Colin
7253
7254 2006-01-18 [paul]       1.9.100cvs167
7255
7256         * doc/man/sylpheed-claws.1
7257                 add --subscribe option
7258
7259 2006-01-18 [paul]       1.9.100cvs166
7260
7261         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7262         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7263                 use %U instead of %F (%F is broken for user installed
7264                 files in kde 3.5)
7265
7266 2006-01-18 [colin]      1.9.100cvs165
7267
7268         * src/summaryview.c
7269                 Default to Yes in "No more * messages" dialogs
7270
7271 2006-01-17 [colin]      1.9.100cvs164
7272
7273         * src/compose.c
7274                 Possibly fix an invalid iterator causing
7275                 crash
7276
7277 2006-01-17 [colin]      1.9.100cvs163
7278
7279         * src/mimeview.c
7280                 Fix crash when the image disappears under the
7281                 image viewer
7282
7283 2006-01-16 [colin]      1.9.100cvs162
7284
7285         * src/compose.c
7286                 Fix reenabling autowrap
7287
7288 2006-01-16 [colin]      1.9.100cvs161
7289
7290         * src/compose.c
7291                 reset quote_len before getting quote_str
7292
7293 2006-01-16 [colin]      1.9.100cvs160
7294
7295         * src/account.c
7296         * src/account.h
7297         * src/folder.c
7298         * src/imap_gtk.c
7299         * src/mh_gtk.c
7300                 Fix bug #883 (default inbox does not track folder move)
7301
7302 2006-01-16 [colin]      1.9.100cvs159
7303
7304         * src/compose.c
7305         * src/plugins/pgpcore/passphrase.c
7306                 More buttons fixes
7307
7308 2006-01-16 [paul]       1.9.100cvs158
7309
7310         * src/prefs_actions.c
7311         * src/prefs_filtering_action.c
7312         * src/prefs_matcher.c
7313         * src/quote_fmt.c
7314         * src/gtk/description_window.c
7315         * src/gtk/description_window.h
7316         * src/gtk/quicksearch.c
7317                 description window cleanups
7318
7319 2006-01-15 [colin]      1.9.100cvs157
7320
7321         * src/addressbook.c
7322         * src/prefs_filtering.c
7323                 Same here
7324
7325 2006-01-15 [colin]      1.9.100cvs156
7326
7327         * src/folderview.c
7328         * src/mainwindow.c
7329                 Same for "Empty trash"
7330
7331 2006-01-15 [colin]      1.9.100cvs155
7332
7333         * src/inc.c
7334                 Override offline dialog had Yes by default
7335
7336 2006-01-15 [colin]      1.9.100cvs154
7337
7338         * src/summaryview.c
7339                 Delete selected messages? previously had Yes the default
7340
7341 2006-01-15 [colin]      1.9.100cvs153
7342
7343         * src/folder.c
7344         * src/folder.h
7345         * src/main.c
7346                 Check if a mailbox is loaded after all
7347                 plugins are loaded.
7348
7349 2006-01-15 [colin]      1.9.100cvs152
7350
7351         * src/folder.c
7352                 Don't start wizard when there are unloaded folders (will help
7353                 people with only mbox or maildir mailboxes)
7354
7355 2006-01-14 [colin]      1.9.100cvs151
7356
7357         * src/addressbook.c
7358         * src/expldifdlg.c
7359         * src/importldif.c
7360         * src/importmutt.c
7361         * src/importpine.c
7362         * src/mh_gtk.c
7363                 More HIG compliance and fixes
7364
7365 2006-01-14 [colin]      1.9.100cvs150
7366
7367         * src/prefs_filtering_action.c
7368         * src/foldersel.c
7369                 Two forgotten button order changes
7370
7371 2006-01-14 [colin]      1.9.100cvs149
7372
7373         * src/account.c
7374         * src/addressbook.c
7375         * src/compose.c
7376         * src/folderview.c
7377         * src/imap_gtk.c
7378         * src/mainwindow.c
7379         * src/mh_gtk.c
7380         * src/news_gtk.c
7381         * src/prefs_actions.c
7382         * src/prefs_customheader.c
7383         * src/prefs_filtering.c
7384         * src/prefs_matcher.c
7385         * src/prefs_template.c
7386         * src/ssl_manager.c
7387         * src/summaryview.c
7388         * src/textview.c
7389         * src/toolbar.c
7390                 All deletion confirmations are now "Cancel, Delete" 
7391                 instead of "No, Yes"
7392                 Clarified most of the other "No, Yes" to 
7393                 "Cancel, Descriptive_action"
7394                 Rechanged the "Entry not saved" alerts to have 
7395                 "Close, Continue editing"
7396
7397
7398 2006-01-14 [paul]
7399
7400         * 2.0.0-rc4 released
7401
7402 2006-01-14 [paul]       1.9.100cvs148
7403
7404         * src/account.c
7405         * src/addressadd.c
7406         * src/addressbook.c
7407         * src/compose.c
7408         * src/editaddress.c
7409         * src/editbook.c
7410         * src/editgroup.c
7411         * src/editjpilot.c
7412         * src/editldap.c
7413         * src/editvcard.c
7414         * src/exphtmldlg.c
7415         * src/expldifdlg.c
7416         * src/folderview.c
7417         * src/grouplistdialog.c
7418         * src/imap_gtk.c
7419         * src/importmutt.c
7420         * src/importpine.c
7421         * src/inc.c
7422         * src/main.c
7423         * src/mainwindow.c
7424         * src/message_search.c
7425         * src/messageview.c
7426         * src/mh_gtk.c
7427         * src/mimeview.c
7428         * src/news_gtk.c
7429         * src/prefs_actions.c
7430         * src/prefs_customheader.c
7431         * src/prefs_filtering.c
7432         * src/prefs_matcher.c
7433         * src/prefs_template.c
7434         * src/prefs_themes.c
7435         * src/ssl_manager.c
7436         * src/summary_search.c
7437         * src/summaryview.c
7438         * src/textview.c
7439         * src/toolbar.c
7440         * src/gtk/foldersort.c
7441         * src/gtk/gtkaspell.c
7442         * src/gtk/inputdialog.c
7443         * src/gtk/prefswindow.c
7444         * src/plugins/pgpcore/select-keys.c
7445         * src/plugins/trayicon/trayicon.c
7446                 HIG compliant button order
7447
7448 2006-01-14 [mones]      1.9.100cvs147
7449
7450         * po/es.po
7451                 Updated translation
7452
7453 2006-01-13 [paul]       1.9.100cvs146
7454
7455         * AUTHORS
7456         * ChangeLog
7457         * src/gtk/authors.h
7458                 add Joshua M. Kwan to contributors list
7459
7460 2006-01-13 [colin]      1.9.100cvs145
7461
7462         * src/gtk/quicksearch.c
7463                 Don't refocus quick search after executing (Esc or Enter)
7464                 Allows to '/'search something then move up/down in 
7465                 summaryview, and to Esc a search and be back in the 
7466                 summaryview
7467
7468 2006-01-13 [paul]       1.9.100cvs144
7469
7470         * src/plugins/pgpinline/pgpinline.c
7471                 support Content-Type 'application/pgp'
7472                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7473
7474 2006-01-13 [paul]       1.9.100cvs143
7475
7476         * manual/account.xml
7477                 make mention of partial retrieval
7478                 thanks to Colin
7479
7480 2006-01-13 [paul]       1.9.100cvs142
7481
7482         * src/account.c
7483         * src/account.h
7484         * src/action.c
7485         * src/action.h
7486         * src/adbookbase.h
7487         * src/addr_compl.c
7488         * src/addr_compl.h
7489         * src/addrbook.c
7490         * src/addrcache.c
7491         * src/addrcache.h
7492         * src/addrcindex.c
7493         * src/addrcindex.h
7494         * src/addrclip.c
7495         * src/addrclip.h
7496         * src/addrdefs.h
7497         * src/addressadd.c
7498         * src/addressadd.h
7499         * src/addressbook.c
7500         * src/addressbook.h
7501         * src/addrgather.c
7502         * src/addrgather.h
7503         * src/addrharvest.c
7504         * src/addrharvest.h
7505         * src/addrindex.c
7506         * src/addrindex.h
7507         * src/addritem.c
7508         * src/addritem.h
7509         * src/addrquery.c
7510         * src/addrquery.h
7511         * src/addrselect.c
7512         * src/addrselect.h
7513         * src/alertpanel.c
7514         * src/alertpanel.h
7515         * src/browseldap.c
7516         * src/browseldap.h
7517         * src/codeconv.c
7518         * src/codeconv.h
7519         * src/compose.c
7520         * src/compose.h
7521         * src/customheader.c
7522         * src/customheader.h
7523         * src/displayheader.c
7524         * src/displayheader.h
7525         * src/editaddress.c
7526         * src/editaddress.h
7527         * src/editbook.c
7528         * src/editbook.h
7529         * src/editgroup.c
7530         * src/editgroup.h
7531         * src/editjpilot.c
7532         * src/editjpilot.h
7533         * src/editldap.c
7534         * src/editldap.h
7535         * src/editldap_basedn.c
7536         * src/editldap_basedn.h
7537         * src/editvcard.c
7538         * src/editvcard.h
7539         * src/exphtmldlg.c
7540         * src/exphtmldlg.h
7541         * src/expldifdlg.c
7542         * src/expldifdlg.h
7543         * src/export.h
7544         * src/exporthtml.c
7545         * src/exporthtml.h
7546         * src/exportldif.c
7547         * src/exportldif.h
7548         * src/filtering.c
7549         * src/filtering.h
7550         * src/folder.c
7551         * src/folder.h
7552         * src/folder_item_prefs.c
7553         * src/folder_item_prefs.h
7554         * src/foldersel.c
7555         * src/foldersel.h
7556         * src/folderutils.c
7557         * src/folderutils.h
7558         * src/folderview.c
7559         * src/folderview.h
7560         * src/grouplistdialog.c
7561         * src/grouplistdialog.h
7562         * src/headerview.c
7563         * src/html.c
7564         * src/html.h
7565         * src/image_viewer.c
7566         * src/image_viewer.h
7567         * src/imap.c
7568         * src/imap.h
7569         * src/imap_gtk.c
7570         * src/imap_gtk.h
7571         * src/import.h
7572         * src/importldif.c
7573         * src/importldif.h
7574         * src/importmutt.c
7575         * src/importmutt.h
7576         * src/importpine.c
7577         * src/importpine.h
7578         * src/inc.c
7579         * src/inc.h
7580         * src/jpilot.c
7581         * src/jpilot.h
7582         * src/ldapctrl.c
7583         * src/ldapctrl.h
7584         * src/ldaplocate.c
7585         * src/ldaplocate.h
7586         * src/ldapquery.c
7587         * src/ldapquery.h
7588         * src/ldapserver.c
7589         * src/ldapserver.h
7590         * src/ldaputil.c
7591         * src/ldaputil.h
7592         * src/ldif.c
7593         * src/ldif.h
7594         * src/main.c
7595         * src/main.h
7596         * src/mainwindow.c
7597         * src/mainwindow.h
7598         * src/manual.c
7599         * src/manual.h
7600         * src/mbox.c
7601         * src/mbox.h
7602         * src/message_search.c
7603         * src/message_search.h
7604         * src/messageview.c
7605         * src/messageview.h
7606         * src/mh.c
7607         * src/mh.h
7608         * src/mh_gtk.c
7609         * src/mh_gtk.h
7610         * src/mimeview.c
7611         * src/mimeview.h
7612         * src/msgcache.c
7613         * src/msgcache.h
7614         * src/mutt.c
7615         * src/mutt.h
7616         * src/news.c
7617         * src/news.h
7618         * src/news_gtk.c
7619         * src/news_gtk.h
7620         * src/partial_download.c
7621         * src/partial_download.h
7622         * src/pine.c
7623         * src/pine.h
7624         * src/pop.c
7625         * src/pop.h
7626         * src/prefs_account.c
7627         * src/prefs_account.h
7628         * src/prefs_actions.c
7629         * src/prefs_actions.h
7630         * src/prefs_common.c
7631         * src/prefs_common.h
7632         * src/prefs_compose_writing.c
7633         * src/prefs_compose_writing.h
7634         * src/prefs_customheader.c
7635         * src/prefs_customheader.h
7636         * src/prefs_display_header.c
7637         * src/prefs_display_header.h
7638         * src/prefs_filtering.c
7639         * src/prefs_filtering.h
7640         * src/prefs_filtering_action.c
7641         * src/prefs_filtering_action.h
7642         * src/prefs_folder_column.c
7643         * src/prefs_folder_column.h
7644         * src/prefs_folder_item.c
7645         * src/prefs_folder_item.h
7646         * src/prefs_fonts.c
7647         * src/prefs_fonts.h
7648         * src/prefs_gtk.c
7649         * src/prefs_gtk.h
7650         * src/prefs_image_viewer.c
7651         * src/prefs_image_viewer.h
7652         * src/prefs_matcher.c
7653         * src/prefs_matcher.h
7654         * src/prefs_message.c
7655         * src/prefs_msg_colors.c
7656         * src/prefs_msg_colors.h
7657         * src/prefs_other.c
7658         * src/prefs_quote.c
7659         * src/prefs_receive.c
7660         * src/prefs_send.c
7661         * src/prefs_spelling.c
7662         * src/prefs_spelling.h
7663         * src/prefs_summaries.c
7664         * src/prefs_summaries.h
7665         * src/prefs_summary_column.c
7666         * src/prefs_summary_column.h
7667         * src/prefs_template.c
7668         * src/prefs_template.h
7669         * src/prefs_themes.c
7670         * src/prefs_themes.h
7671         * src/prefs_toolbar.c
7672         * src/prefs_toolbar.h
7673         * src/prefs_wrapping.c
7674         * src/prefs_wrapping.h
7675         * src/privacy.c
7676         * src/privacy.h
7677         * src/procheader.c
7678         * src/procheader.h
7679         * src/procmime.c
7680         * src/procmime.h
7681         * src/procmsg.c
7682         * src/procmsg.h
7683         * src/quote_fmt.c
7684         * src/quote_fmt_parse.y
7685         * src/recv.c
7686         * src/recv.h
7687         * src/remotefolder.c
7688         * src/remotefolder.h
7689         * src/send_message.c
7690         * src/send_message.h
7691         * src/setup.c
7692         * src/setup.h
7693         * src/sourcewindow.c
7694         * src/sourcewindow.h
7695         * src/ssl_manager.c
7696         * src/ssl_manager.h
7697         * src/statusbar.c
7698         * src/statusbar.h
7699         * src/stock_pixmap.c
7700         * src/stock_pixmap.h
7701         * src/summary_search.c
7702         * src/summary_search.h
7703         * src/summaryview.c
7704         * src/summaryview.h
7705         * src/syldap.c
7706         * src/syldap.h
7707         * src/textview.c
7708         * src/textview.h
7709         * src/toolbar.c
7710         * src/toolbar.h
7711         * src/undo.c
7712         * src/undo.h
7713         * src/unmime.c
7714         * src/unmime.h
7715         * src/vcard.c
7716         * src/vcard.h
7717         * src/wizard.c
7718         * src/wizard.h
7719         * src/common/base64.c
7720         * src/common/base64.h
7721         * src/common/defs.h
7722         * src/common/hooks.c
7723         * src/common/hooks.h
7724         * src/common/log.c
7725         * src/common/log.h
7726         * src/common/mgutils.c
7727         * src/common/mgutils.h
7728         * src/common/nntp.c
7729         * src/common/nntp.h
7730         * src/common/passcrypt.c
7731         * src/common/passcrypt.h.in
7732         * src/common/plugin.c
7733         * src/common/plugin.h
7734         * src/common/prefs.c
7735         * src/common/prefs.h
7736         * src/common/progressindicator.c
7737         * src/common/progressindicator.h
7738         * src/common/quoted-printable.c
7739         * src/common/quoted-printable.h
7740         * src/common/session.c
7741         * src/common/session.h
7742         * src/common/smtp.c
7743         * src/common/smtp.h
7744         * src/common/socket.c
7745         * src/common/socket.h
7746         * src/common/ssl.c
7747         * src/common/ssl.h
7748         * src/common/ssl_certificate.c
7749         * src/common/ssl_certificate.h
7750         * src/common/stringtable.c
7751         * src/common/stringtable.h
7752         * src/common/sylpheed.c
7753         * src/common/sylpheed.h
7754         * src/common/template.c
7755         * src/common/template.h
7756         * src/common/timing.h
7757         * src/common/utils.c
7758         * src/common/utils.h
7759         * src/common/version.h.in
7760         * src/common/xml.c
7761         * src/common/xml.h
7762         * src/common/xmlprops.c
7763         * src/common/xmlprops.h
7764         * src/gtk/colorlabel.c
7765         * src/gtk/colorsel.c
7766         * src/gtk/colorsel.h
7767         * src/gtk/description_window.c
7768         * src/gtk/description_window.h
7769         * src/gtk/filesel.c
7770         * src/gtk/filesel.h
7771         * src/gtk/foldersort.c
7772         * src/gtk/foldersort.h
7773         * src/gtk/gtkutils.c
7774         * src/gtk/gtkutils.h
7775         * src/gtk/inputdialog.c
7776         * src/gtk/inputdialog.h
7777         * src/gtk/logwindow.c
7778         * src/gtk/logwindow.h
7779         * src/gtk/manage_window.c
7780         * src/gtk/manage_window.h
7781         * src/gtk/menu.c
7782         * src/gtk/menu.h
7783         * src/gtk/pluginwindow.c
7784         * src/gtk/pluginwindow.h
7785         * src/gtk/prefswindow.c
7786         * src/gtk/prefswindow.h
7787         * src/gtk/progressdialog.c
7788         * src/gtk/progressdialog.h
7789         * src/gtk/sslcertwindow.c
7790         * src/gtk/sslcertwindow.h
7791         * src/plugins/clamav/clamav_plugin.c
7792         * src/plugins/clamav/clamav_plugin.h
7793         * src/plugins/clamav/clamav_plugin_gtk.c
7794         * src/plugins/demo/demo.c
7795         * src/plugins/dillo_viewer/dillo_prefs.c
7796         * src/plugins/dillo_viewer/dillo_prefs.h
7797         * src/plugins/dillo_viewer/dillo_viewer.c
7798         * src/plugins/pgpcore/passphrase.c
7799         * src/plugins/pgpcore/passphrase.h
7800         * src/plugins/pgpcore/plugin.c
7801         * src/plugins/pgpcore/select-keys.c
7802         * src/plugins/pgpcore/select-keys.h
7803         * src/plugins/pgpcore/sgpgme.c
7804         * src/plugins/pgpcore/sgpgme.h
7805         * src/plugins/pgpinline/pgpinline.c
7806         * src/plugins/pgpinline/pgpinline.h
7807         * src/plugins/pgpinline/plugin.c
7808         * src/plugins/pgpmime/pgpmime.c
7809         * src/plugins/pgpmime/pgpmime.h
7810         * src/plugins/pgpmime/plugin.c
7811         * src/plugins/spamassassin/spamassassin.c
7812         * src/plugins/spamassassin/spamassassin.h
7813         * src/plugins/spamassassin/spamassassin_gtk.c
7814         * src/plugins/trayicon/trayicon.c
7815                 update copyright header
7816
7817 2006-01-13 [paul]       1.9.100cvs141
7818
7819         * src/account.c
7820         * src/export.c
7821         * src/import.c
7822         * src/mainwindow.c
7823         * src/prefs_account.c
7824         * src/prefs_display_header.c
7825         * src/prefs_receive.c
7826         * src/prefs_send.c
7827         * src/prefs_summaries.c
7828         * src/prefs_themes.c
7829         * src/prefs_toolbar.c
7830         * src/gtk/about.c
7831                 various cleanups
7832
7833 2006-01-12 [colin]      1.9.100cvs140
7834
7835         * src/folder.c
7836         * src/folder.h
7837         * src/main.c
7838                 Add --subscribe option
7839                 Let sylpheed-claws email@domain.com equivalent to --compose
7840                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7841
7842 2006-01-12 [paul]       1.9.100cvs139
7843
7844         * src/mainwindow.c
7845                 append 'Change folder order' label with '...'
7846         * src/prefs_actions.c
7847                 allow reordering of actions list by dnd
7848         * src/gtk/foldersort.c
7849                 make the dialog nicer
7850
7851 2006-01-11 [colin]      1.9.100cvs138
7852
7853         * src/compose.c
7854                 Allow templates without text
7855
7856 2006-01-11 [paul]       1.9.100cvs137
7857
7858         * tools/README
7859         * tools/filter_conv_new.pl
7860                 add info to README
7861                 also check .sylpheed for filter.xml
7862                 be a bit informative to the user
7863
7864 2006-01-11 [colin]      1.9.100cvs136
7865
7866         * src/textview.c
7867                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7868
7869 2006-01-10 [paul]       1.9.100cvs135
7870
7871         * tools/Makefile.am
7872         * tools/filter_conv_new.pl
7873                 add script to convert new style Sylpheed
7874                 filter rules (Sylpheed >= 0.9.99) to
7875                 Claws filtering rules
7876
7877 2006-01-10 [colin]      1.9.100cvs134
7878
7879         * src/compose.c
7880                 Fix broken line joins in certain conditions
7881                 (between two quoted lines: <enter><enter><up>
7882                  <type a wrapped sentence><go in the first line>
7883                  <insert more text><watch as line joining failed>)
7884
7885 2006-01-10 [paul]       1.9.100cvs133
7886
7887         * src/compose.c
7888                 don't report success in error dialog
7889                 thanks to Colin
7890         * src/common/utils.c
7891                 include some trailing punctuations as URI
7892                 thanks to Hiro
7893
7894 2006-01-10 [paul]       1.9.100cvs132
7895
7896         * src/mimeview.c
7897                 fix incompatible pointer type
7898                 warning
7899
7900 2006-01-10 [paul]       1.9.100cvs131
7901
7902         * src/compose.c
7903                 change Subject in window title
7904                 instantaneously
7905
7906 2006-01-09 [colin]      1.9.100cvs130
7907
7908         * src/addressbook.c
7909         * src/headerview.c
7910         * src/mainwindow.c
7911         * src/messageview.c
7912         * src/mimeview.c
7913         * src/noticeview.c
7914         * src/summaryview.c
7915                 Fix possible crashes on exit and in addressbook
7916
7917 2006-01-09 [paul]       1.9.100cvs129
7918
7919         * src/prefs_msg_colors.c
7920                 some cleanups that I forgot last time
7921
7922 2006-01-09 [paul]       1.9.100cvs128
7923
7924         * README
7925         * src/folderview.c
7926         * src/prefs_msg_colors.c
7927                 add previously hidden option, color_new, to
7928                 the gui
7929                 move the page to Display/
7930                 rework the gui
7931
7932 2006-01-09 [wwp]        1.9.100cvs127
7933
7934         * src/prefs_themes.c
7935                 made the prefs/display/themes layouts spacing less condensed
7936                 (and so they match other prefs/pages' look).
7937
7938 2006-01-09 [paul]       1.9.100cvs126
7939
7940         * src/compose.c
7941         * src/prefs_common.c
7942         * src/prefs_common.h
7943         * src/prefs_wrapping.c
7944                 remove 'wrap at send' option
7945
7946 2006-01-06 [colin]      1.9.100cvs125
7947
7948         * src/compose.c
7949                 Just make completely sure we don't insert "manual line breaks" 
7950                 when wrapping... 
7951
7952 2006-01-04 [paul]
7953
7954         * 2.0.0-rc3 released
7955
7956 2006-01-04 [paul]       1.9.100cvs124
7957
7958         * src/folderview.c
7959                 fix bug 882, 'quick scroll in folder list
7960                 displays wrong folder contents'
7961
7962 2006-01-04 [paul]       1.9.100cvs123
7963
7964         * src/plugins/pgpmime/pgpmime.c
7965                 better debug information when signing
7966                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7967
7968 2006-01-03 [colin]      1.9.100cvs122
7969
7970         * configure.ac
7971                 We need to recheck for gpgme 1.0.0 after checking
7972                 for 1.1.1, because if 1.1.1 isn't available, 
7973                 GPGME_LIBS and friends are blanked out by the 
7974                 second check.
7975
7976 2006-01-03 [colin]      1.9.100cvs121
7977
7978         * src/common/prefs.c
7979                 Windows unlink-before rename fix
7980         * src/plugins/pgpcore/sgpgme.c
7981                 Add support for PKA info if available
7982                 Both patches by Werner Koch
7983
7984 2006-01-03 [paul]       1.9.100cvs120
7985
7986         * src/messageview.c
7987                 fix bug 884, 'Send receipt' button visible in queue
7988                 Thanks to Colin
7989
7990 2006-01-02 [colin]      1.9.100cvs119
7991
7992         * src/compose.c
7993         * src/imap.c
7994                 Fix autosave on IMAP and more generally try to
7995                 return the correct ID on a newly added IMAP message
7996
7997 2006-01-02 [paul]       1.9.100cvs118
7998
7999         * manual/keyboard.xml
8000                 edited
8001
8002 2006-01-01 [paul]       1.9.100cvs117
8003
8004         * src/gtk/authors.h
8005                 alphabetical order
8006
8007 2005-12-30 [colin]      1.9.100cvs116
8008
8009         * manual/advanced.xml
8010                 Explain Pre/Post-processing differences.
8011
8012 2005-12-30 [colin]      1.9.100cvs115
8013
8014         * src/mh.c
8015                 Implement copy_msgs for a little optimization
8016         * src/imap.c
8017                 Finish yesterday's fix
8018
8019 2005-12-29 [colin]      1.9.100cvs114
8020
8021         * src/imap.c
8022                 Fix occasional failure in fetching a mail over
8023                 IMAP
8024
8025 2005-12-29 [colin]      1.9.100cvs113
8026
8027         * src/compose.c
8028                 Don't remove a draft when sending it, if it is 
8029                 locked.
8030
8031 2005-12-28 [colin]      1.9.100cvs112
8032
8033         * src/summaryview.c
8034                 Fix leak for real
8035
8036 2005-12-28 [wwp]        1.9.100cvs111
8037
8038         * doc/faq/.cvsignore
8039         * doc/faq/de/.cvsignore
8040         * doc/faq/en/.cvsignore
8041         * doc/faq/es/.cvsignore
8042         * doc/faq/fr/.cvsignore
8043         * doc/faq/it/.cvsignore
8044         * doc/manual/.cvsignore
8045         * doc/manual/de/.cvsignore
8046         * doc/manual/en/.cvsignore
8047         * doc/manual/es/.cvsignore
8048         * doc/manual/fr/.cvsignore
8049         * doc/manual/ja/.cvsignore
8050         * src/plugins/mathml_viewer/.cvsignore
8051                 rollback revival of those files (my bad, sorry for the noise).
8052
8053 2005-12-28 [wwp]        1.9.100cvs110
8054
8055         * src/compose.c
8056                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
8057
8058 2005-12-28 [wwp]        1.9.100cvs109
8059
8060         * doc/faq/.cvsignore
8061         * doc/faq/de/.cvsignore
8062         * doc/faq/en/.cvsignore
8063         * doc/faq/es/.cvsignore
8064         * doc/faq/fr/.cvsignore
8065         * doc/faq/it/.cvsignore
8066         * doc/manual/.cvsignore
8067         * doc/manual/de/.cvsignore
8068         * doc/manual/en/.cvsignore
8069         * doc/manual/es/.cvsignore
8070         * doc/manual/fr/.cvsignore
8071         * doc/manual/ja/.cvsignore
8072         * src/plugins/mathml_viewer/.cvsignore
8073         * po/.cvsignore
8074                 more files to ignore.
8075
8076 2005-12-24 [colin]      1.9.100cvs108
8077
8078         * AUTHORS
8079         * src/gtk/authors.h
8080                 Update for Werner
8081
8082 2005-12-24 [colin]      1.9.100cvs107
8083
8084         * src/procmsg.c
8085                 Allow NULL src_msginfo in 
8086                 procmsg_msginfo_new_from_mimeinfo
8087
8088 2005-12-23 [paul]       1.9.100cvs106
8089
8090         * src/plugins/pgpinline/mypgpcore.def
8091                 add this forgotten file
8092
8093 2005-12-23 [colin]      1.9.100cvs105
8094
8095         * src/mainwindow.c
8096                 Fix missing break
8097
8098 2005-12-23 [colin]      1.9.100cvs104
8099
8100         * autogen.sh
8101         * src/folder.c
8102         * src/mh.c
8103         * src/common/plugin.c
8104         * src/common/socket.c
8105         * src/common/socket.h
8106         * src/common/utils.c
8107         * src/common/utils.h
8108         * src/gtk/pluginwindow.c
8109         * src/plugins/pgpcore/plugin.def
8110         * src/plugins/pgpcore/sylpheed.def
8111         * src/plugins/pgpinline/Makefile.am
8112         * src/plugins/pgpinline/plugin.def
8113         * src/plugins/pgpinline/sylpheed.def
8114         * src/plugins/pgpmime/plugin.def
8115         * src/plugins/pgpmime/sylpheed.def
8116                 Various w32 fixes by Werner Koch
8117
8118 2005-12-22 [paul]       1.9.100cvs103
8119
8120         * src/wizard.c
8121                 don't offer IMAP as 'server type' if
8122                 libetpan isn't built in
8123
8124 2005-12-22 [paul]       1.9.100cvs102
8125
8126         * AUTHORS
8127         * src/mainwindow.c
8128         * src/mainwindow.h
8129         * src/toolbar.c
8130         * src/gtk/authors.h
8131                 support GTK_TOOLBAR_BOTH_HORIZ (text
8132                 next to icon) Patch by Marien Zwart
8133                 marienz@users.sf.net
8134                 Also reword the text
8135
8136 2005-12-21 [colin]      1.9.100cvs101
8137
8138         * configure.ac
8139                 Fix DATADIRNAME
8140         * COPYING
8141                 Fix missing section and explicit the exception better
8142         * src/compose.c
8143                 Prevent mail from being lost without notice when an
8144                 SMTP error happens on trying to send an unmodified
8145                 drafted mail.
8146         * src/send_message.c
8147         * src/common/smtp.c
8148                 Fix password remembering when wrong, and add return
8149                 value checks where they should have been
8150         * src/plugins/pgpcore/sylpheed.def
8151         * src/plugins/pgpinline/sylpheed.def
8152         * src/plugins/pgpmime/sylpheed.def
8153                 Add a few symbols needed
8154
8155 2005-12-21 [paul]       1.9.100cvs100
8156
8157         * m4/codeset.m4
8158         * m4/glibc21.m4
8159         * m4/intdiv0.m4
8160         * m4/inttypes-pri.m4
8161         * m4/inttypes.m4
8162         * m4/inttypes_h.m4
8163         * m4/isc-posix.m4
8164         * m4/lcmessage.m4
8165         * m4/stdint_h.m4
8166         * m4/uintmax_t.m4
8167                 gettextization
8168                 thanks to Colin
8169
8170 2005-12-21 [paul]       1.9.100cvs99
8171
8172         * po/sv.po
8173                 fixed by Colin
8174
8175 2005-12-20 [paul]       1.9.100cvs98
8176
8177         * po/sv.po
8178                 updated by Anders Trobäck
8179
8180 2005-12-20 [colin]      1.9.100cvs97
8181
8182         * ABOUT-NLS
8183         * Makefile.am
8184         * autogen.sh
8185         * configure.ac
8186         * config/config.rpath
8187         * config/mkinstalldirs
8188         * m4/Makefile.am
8189         * m4/glibc2.m4
8190         * m4/gnupg.m4
8191         * m4/gpgme.m4
8192         * m4/intmax.m4
8193         * m4/longdouble.m4
8194         * m4/longlong.m4
8195         * m4/printf-posix.m4
8196         * m4/signed.m4
8197         * m4/size_max.m4
8198         * m4/ulonglong.m4
8199         * m4/wchar_t.m4
8200         * m4/wint_t.m4
8201         * m4/xsize.m4
8202         * po/Makefile.in.in
8203         * po/Makevars
8204         * po/bg.po
8205         * po/ca.po
8206         * po/cs.po
8207         * po/de.po
8208         * po/el.po
8209         * po/en_GB.po
8210         * po/es.po
8211         * po/fi.po
8212         * po/fr.po
8213         * po/hr.po
8214         * po/hu.po
8215         * po/it.po
8216         * po/ja.po
8217         * po/ko.po
8218         * po/nb.po
8219         * po/nl.po
8220         * po/pl.po
8221         * po/pt_BR.po
8222         * po/ru.po
8223         * po/sk.po
8224         * po/sr.po
8225         * po/stamp-po
8226         * po/sv.po
8227         * po/zh_CN.po
8228         * po/zh_TW.po
8229         * src/Makefile.am
8230         * src/codeconv.c
8231         * src/compose.c
8232         * src/exporthtml.c
8233         * src/exportldif.c
8234         * src/folder.c
8235         * src/main.c
8236         * src/manual.c
8237         * src/mh.c
8238         * src/mimeview.c
8239         * src/send_message.c
8240         * src/common/Makefile.am
8241         * src/common/fnmatch.c
8242         * src/common/fnmatch.h
8243         * src/common/fnmatch_loop.c
8244         * src/common/nntp.c
8245         * src/common/plugin.c
8246         * src/common/smtp.c
8247         * src/common/socket.c
8248         * src/common/string_match.c
8249         * src/common/sylpheed.c
8250         * src/common/utils.c
8251         * src/common/utils.h
8252         * src/common/w32_dirent.c
8253         * src/common/w32_reg.c
8254         * src/common/w32_signal.c
8255         * src/common/w32_stat.c
8256         * src/common/w32_stdio.c
8257         * src/common/w32_stdlib.c
8258         * src/common/w32_string.c
8259         * src/common/w32_time.c
8260         * src/common/w32_unistd.c
8261         * src/common/w32_wait.c
8262         * src/common/w32lib.h
8263         * src/etpan/Makefile.am
8264         * src/gtk/Makefile.am
8265         * src/plugins/clamav/Makefile.am
8266         * src/plugins/demo/Makefile.am
8267         * src/plugins/dillo_viewer/Makefile.am
8268         * src/plugins/pgpcore/Makefile.am
8269         * src/plugins/pgpcore/passphrase.c
8270         * src/plugins/pgpcore/plugin.def
8271         * src/plugins/pgpcore/sgpgme.c
8272         * src/plugins/pgpcore/sylpheed.def
8273         * src/plugins/pgpcore/version.rc
8274         * src/plugins/pgpinline/Makefile.am
8275         * src/plugins/pgpinline/plugin.def
8276         * src/plugins/pgpinline/sylpheed.def
8277         * src/plugins/pgpinline/version.rc
8278         * src/plugins/pgpmime/Makefile.am
8279         * src/plugins/pgpmime/mypgpcore.def
8280         * src/plugins/pgpmime/plugin.def
8281         * src/plugins/pgpmime/sylpheed.def
8282         * src/plugins/pgpmime/version.rc
8283         * src/plugins/spamassassin/Makefile.am
8284                 Very little ;-) patch from Werner Koch, providing
8285                 infrastructure for cross-compiling to Win32
8286
8287 2005-12-20 [paul]       1.9.100cvs96
8288
8289         * src/account.c
8290         * src/account.h
8291         * src/mainwindow.c
8292         * src/mainwindow.h
8293         * src/toolbar.c
8294         * src/toolbar.h
8295                 add a combo to the Get All button, allowing
8296                 quick retrieval from any account
8297                 Patch by Fabien Vantard, slightly modified
8298                 by Colin
8299         * src/gtk/about.c
8300                 i18n fix. Patch by Fabien Vantard
8301
8302 2005-12-19 [colin]      1.9.100cvs95
8303
8304         * src/compose.c
8305         * src/compose.h
8306                 Don't automatically join lines when they've 
8307                 been separated by the user and not automatically
8308
8309 2005-12-19 [paul]       1.9.100cvs94
8310
8311         * src/gtk/pluginwindow.c
8312                 i18n fix.
8313                 Patch by Fabien Vantard
8314
8315 2005-12-15 [paul]       1.9.100cvs93
8316
8317         * src/common/plugin.c
8318         * src/common/plugin.h
8319         * src/gtk/pluginwindow.c
8320         * src/plugins/clamav/clamav_plugin.c
8321         * src/plugins/demo/demo.c
8322         * src/plugins/dillo_viewer/dillo_viewer.c
8323         * src/plugins/pgpcore/plugin.c
8324         * src/plugins/pgpinline/plugin.c
8325         * src/plugins/pgpmime/plugin.c
8326         * src/plugins/spamassassin/spamassassin.c
8327         * src/plugins/trayicon/trayicon.c
8328                 add plugin_version()
8329
8330 2005-12-15 [colin]      1.9.100cvs92
8331
8332         * src/compose.c
8333                 Further fix bug #875
8334
8335 2005-12-15 [paul]       1.9.100cvs91
8336
8337         * src/gtk/filesel.c
8338                 fix attach_load_dir getting set to
8339                 PLUGINDIR on plugin load
8340
8341 2005-12-14 [mones]      1.9.100cvs90
8342
8343         * manual/ack.xml
8344         * manual/keyboard.xml
8345                 Initial draft and some shortcuts added
8346                 
8347         * po/es.po
8348                 Updated translation
8349
8350 2005-12-14 [colin]      1.9.100cvs89
8351
8352         * src/compose.c
8353         * src/imap.c
8354         * src/summaryview.c
8355         * src/gtk/gtkaspell.c
8356                 More leaks fixed
8357         * src/prefs_folder_item.c
8358                 Fix recursive prefs apply
8359
8360
8361 2005-12-14 [colin]      1.9.100cvs88
8362
8363         * src/compose.c
8364                 Fix bug #875 (Freeze On Inline Forward of 
8365                 Large Message)
8366
8367 2005-12-13 [colin]      1.9.100cvs87
8368
8369         * src/compose.c
8370                 Uniq-ify and sort the mimetypes list
8371                 Patch by Fabien Vantard
8372
8373 2005-12-13 [colin]      1.9.100cvs86
8374
8375         * src/imap.c
8376         * src/etpan/imap-thread.c
8377                 Fix leaks (patch by Hoa)
8378         * src/news.c
8379         * src/common/plugin.c
8380                 Fix leaks
8381
8382 2005-12-12 [colin]
8383
8384         * 2.0.0-rc2 released
8385
8386 2005-12-12 [colin]      1.9.100cvs85
8387
8388         * src/matcher.c
8389                 Fix a leak
8390
8391 2005-12-12 [wwp]        1.9.100cvs84
8392
8393         * src/gtk/icon_legend.c
8394                 fix misbehaviour and crash when closing the legend window
8395         using the Esc key (patch by Fabien Vantard).
8396
8397 2005-12-12 [paul]       1.9.100cvs83
8398
8399         * src/browseldap.c
8400         * src/foldersel.c
8401         * src/prefs_actions.c
8402         * src/prefs_filtering.c
8403         * src/prefs_matcher.c
8404         * src/prefs_spelling.glade      ** REMOVED **
8405         * src/prefs_template.c
8406         * src/gtk/foldersort.glade      ** REMOVED **
8407         * src/gtk/pluginwindow.c
8408         * src/gtk/pluginwindow.glade    ** REMOVED **
8409         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
8410                 cleanups
8411
8412 2005-12-11 [paul]       1.9.100cvs82
8413
8414         * src/gtk/filesel.c
8415                 fix attach_load_dir crasher (double free)
8416
8417 2005-12-09 [paul]       1.9.100cvs81
8418
8419         * po/POTFILES.in
8420         * src/mainwindow.c
8421         * src/gtk/Makefile.am
8422         * src/gtk/icon_legend.c
8423         * src/gtk/icon_legend.h
8424                 add icon legend
8425         * src/manual.c
8426                 cleanup
8427
8428 2005-12-09 [paul]       1.9.100cvs80
8429
8430         * src/plugins/pgpcore/passphrase.c
8431                 wrap the label in the dialog
8432
8433 2005-12-09 [colin]      1.9.100cvs79
8434
8435         * src/plugins/pgpcore/sgpgme.c
8436                 Display (untrusted) on not trusted signatures
8437                 Patch by Michal Èihaø <michal@cihar.com>
8438                 Closes bug #867 (Report also key trust)
8439
8440 2005-12-09 [colin]      1.9.100cvs78
8441
8442         * src/common/plugin.c
8443                 Update licence check, following Eben Moglen's advice
8444
8445 2005-12-08 [colin]      1.9.100cvs77
8446
8447         * src/folder.c
8448                 Fix the occasionnal item->cache != NULL 
8449                 assertion failure. 
8450
8451 2005-12-08 [colin]      1.9.100cvs76
8452
8453         * src/mimeview.c
8454         * src/plugins/pgpcore/sgpgme.c
8455                 Print key id when unable to check it
8456                 Closes bug #866 (Show key id when missing)
8457
8458 2005-12-08 [paul]       1.9.100cvs75
8459
8460         * src/prefs_common.c
8461         * src/prefs_common.h
8462         * src/gtk/filesel.c
8463                 remember load attachment dir
8464
8465 2005-12-07 [colin]      1.9.100cvs74
8466
8467         * src/prefs_toolbar.c
8468                 Gtk fixes, patch by Fabien Vantard
8469
8470 2005-12-07 [colin]      1.9.100cvs73
8471
8472         * src/action.c
8473         * src/compose.c
8474         * src/compose.h
8475                 Fix bug #839 (Quoted text isn't colored after 
8476                 executing an action)
8477         * src/common/plugin.c
8478                 Require plugins to declare their licence in plugin_licence()
8479                 Refuse to load non-GPL plugins as they'd be illegal (as 
8480                 derived works of Sylpheed-Claws, they must be GPL).
8481         * src/plugins/clamav/clamav_plugin.c
8482         * src/plugins/demo/demo.c
8483         * src/plugins/dillo_viewer/dillo_viewer.c
8484         * src/plugins/pgpcore/plugin.c
8485         * src/plugins/pgpinline/plugin.c
8486         * src/plugins/pgpmime/plugin.c
8487         * src/plugins/spamassassin/spamassassin.c
8488         * src/plugins/trayicon/trayicon.c
8489                 Add plugin_licence()
8490
8491 2005-12-07 [paul]       1.9.100cvs72
8492
8493         * configure.ac
8494         * src/mainwindow.c
8495         * src/manual.c
8496         * src/manual.h
8497         * src/common/defs.h
8498                 clean up after local FAQ removal and
8499                 temporary manual removal
8500
8501 2005-12-06 [colin]      1.9.100cvs71
8502
8503         * configure.ac
8504         * doc/Makefile.am
8505         * doc/faq/.cvsignore
8506         * doc/faq/Makefile.am
8507         * doc/faq/de/.cvsignore
8508         * doc/faq/de/Makefile.am
8509         * doc/faq/de/sylpheed-faq-1.html
8510         * doc/faq/de/sylpheed-faq-2.html
8511         * doc/faq/de/sylpheed-faq-3.html
8512         * doc/faq/de/sylpheed-faq.html
8513         * doc/faq/en/.cvsignore
8514         * doc/faq/en/Makefile.am
8515         * doc/faq/en/sylpheed-faq-1.html
8516         * doc/faq/en/sylpheed-faq-2.html
8517         * doc/faq/en/sylpheed-faq-3.html
8518         * doc/faq/en/sylpheed-faq-4.html
8519         * doc/faq/en/sylpheed-faq.html
8520         * doc/faq/es/.cvsignore
8521         * doc/faq/es/Makefile.am
8522         * doc/faq/es/sylpheed-faq-1.html
8523         * doc/faq/es/sylpheed-faq-2.html
8524         * doc/faq/es/sylpheed-faq-3.html
8525         * doc/faq/es/sylpheed-faq-4.html
8526         * doc/faq/es/sylpheed-faq.html
8527         * doc/faq/fr/.cvsignore
8528         * doc/faq/fr/Makefile.am
8529         * doc/faq/fr/sylpheed-faq-1.html
8530         * doc/faq/fr/sylpheed-faq-2.html
8531         * doc/faq/fr/sylpheed-faq-3.html
8532         * doc/faq/fr/sylpheed-faq.html
8533         * doc/faq/it/.cvsignore
8534         * doc/faq/it/Makefile.am
8535         * doc/faq/it/sylpheed-faq-1.html
8536         * doc/faq/it/sylpheed-faq-2.html
8537         * doc/faq/it/sylpheed-faq-3.html
8538         * doc/faq/it/sylpheed-faq.html
8539         * doc/manual/.cvsignore
8540         * doc/manual/Makefile.am
8541         * doc/manual/de/.cvsignore
8542         * doc/manual/de/Makefile.am
8543         * doc/manual/de/sylpheed-1.html
8544         * doc/manual/de/sylpheed-10.html
8545         * doc/manual/de/sylpheed-11.html
8546         * doc/manual/de/sylpheed-12.html
8547         * doc/manual/de/sylpheed-13.html
8548         * doc/manual/de/sylpheed-14.html
8549         * doc/manual/de/sylpheed-15.html
8550         * doc/manual/de/sylpheed-16.html
8551         * doc/manual/de/sylpheed-17.html
8552         * doc/manual/de/sylpheed-18.html
8553         * doc/manual/de/sylpheed-19.html
8554         * doc/manual/de/sylpheed-2.html
8555         * doc/manual/de/sylpheed-20.html
8556         * doc/manual/de/sylpheed-3.html
8557         * doc/manual/de/sylpheed-4.html
8558         * doc/manual/de/sylpheed-5.html
8559         * doc/manual/de/sylpheed-6.html
8560         * doc/manual/de/sylpheed-7.html
8561         * doc/manual/de/sylpheed-8.html
8562         * doc/manual/de/sylpheed-9.html
8563         * doc/manual/de/sylpheed.html
8564         * doc/manual/en/.cvsignore
8565         * doc/manual/en/Makefile.am
8566         * doc/manual/en/sylpheed-1.html
8567         * doc/manual/en/sylpheed-10.html
8568         * doc/manual/en/sylpheed-11.html
8569         * doc/manual/en/sylpheed-12.html
8570         * doc/manual/en/sylpheed-13.html
8571         * doc/manual/en/sylpheed-14.html
8572         * doc/manual/en/sylpheed-15.html
8573         * doc/manual/en/sylpheed-16.html
8574         * doc/manual/en/sylpheed-17.html
8575         * doc/manual/en/sylpheed-18.html
8576         * doc/manual/en/sylpheed-19.html
8577         * doc/manual/en/sylpheed-2.html
8578         * doc/manual/en/sylpheed-20.html
8579         * doc/manual/en/sylpheed-21.html
8580         * doc/manual/en/sylpheed-22.html
8581         * doc/manual/en/sylpheed-3.html
8582         * doc/manual/en/sylpheed-4.html
8583         * doc/manual/en/sylpheed-5.html
8584         * doc/manual/en/sylpheed-6.html
8585         * doc/manual/en/sylpheed-7.html
8586         * doc/manual/en/sylpheed-8.html
8587         * doc/manual/en/sylpheed-9.html
8588         * doc/manual/en/sylpheed.html
8589         * doc/manual/es/.cvsignore
8590         * doc/manual/es/Makefile.am
8591         * doc/manual/es/sylpheed-1.html
8592         * doc/manual/es/sylpheed-10.html
8593         * doc/manual/es/sylpheed-11.html
8594         * doc/manual/es/sylpheed-12.html
8595         * doc/manual/es/sylpheed-13.html
8596         * doc/manual/es/sylpheed-14.html
8597         * doc/manual/es/sylpheed-15.html
8598         * doc/manual/es/sylpheed-16.html
8599         * doc/manual/es/sylpheed-17.html
8600         * doc/manual/es/sylpheed-18.html
8601         * doc/manual/es/sylpheed-19.html
8602         * doc/manual/es/sylpheed-2.html
8603         * doc/manual/es/sylpheed-20.html
8604         * doc/manual/es/sylpheed-3.html
8605         * doc/manual/es/sylpheed-4.html
8606         * doc/manual/es/sylpheed-5.html
8607         * doc/manual/es/sylpheed-6.html
8608         * doc/manual/es/sylpheed-7.html
8609         * doc/manual/es/sylpheed-8.html
8610         * doc/manual/es/sylpheed-9.html
8611         * doc/manual/es/sylpheed.html
8612         * doc/manual/fr/.cvsignore
8613         * doc/manual/fr/Makefile.am
8614         * doc/manual/fr/sylpheed-1.html
8615         * doc/manual/fr/sylpheed-10.html
8616         * doc/manual/fr/sylpheed-11.html
8617         * doc/manual/fr/sylpheed-12.html
8618         * doc/manual/fr/sylpheed-13.html
8619         * doc/manual/fr/sylpheed-14.html
8620         * doc/manual/fr/sylpheed-15.html
8621         * doc/manual/fr/sylpheed-16.html
8622         * doc/manual/fr/sylpheed-17.html
8623         * doc/manual/fr/sylpheed-18.html
8624         * doc/manual/fr/sylpheed-19.html
8625         * doc/manual/fr/sylpheed-2.html
8626         * doc/manual/fr/sylpheed-20.html
8627         * doc/manual/fr/sylpheed-3.html
8628         * doc/manual/fr/sylpheed-4.html
8629         * doc/manual/fr/sylpheed-5.html
8630         * doc/manual/fr/sylpheed-6.html
8631         * doc/manual/fr/sylpheed-7.html
8632         * doc/manual/fr/sylpheed-8.html
8633         * doc/manual/fr/sylpheed-9.html
8634         * doc/manual/fr/sylpheed.html
8635         * doc/manual/ja/.cvsignore
8636         * doc/manual/ja/Makefile.am
8637         * doc/manual/ja/sylpheed-1.html
8638         * doc/manual/ja/sylpheed-10.html
8639         * doc/manual/ja/sylpheed-11.html
8640         * doc/manual/ja/sylpheed-12.html
8641         * doc/manual/ja/sylpheed-13.html
8642         * doc/manual/ja/sylpheed-14.html
8643         * doc/manual/ja/sylpheed-15.html
8644         * doc/manual/ja/sylpheed-16.html
8645         * doc/manual/ja/sylpheed-17.html
8646         * doc/manual/ja/sylpheed-18.html
8647         * doc/manual/ja/sylpheed-19.html
8648         * doc/manual/ja/sylpheed-2.html
8649         * doc/manual/ja/sylpheed-20.html
8650         * doc/manual/ja/sylpheed-3.html
8651         * doc/manual/ja/sylpheed-4.html
8652         * doc/manual/ja/sylpheed-5.html
8653         * doc/manual/ja/sylpheed-6.html
8654         * doc/manual/ja/sylpheed-7.html
8655         * doc/manual/ja/sylpheed-8.html
8656         * doc/manual/ja/sylpheed-9.html
8657         * doc/manual/ja/sylpheed.html
8658         * doc/manual/ja/sylpheed.sgml
8659         * src/mainwindow.c
8660                 Remove outdated manual and faq. Noisy, eh?
8661
8662 2005-12-06 [colin]      1.9.100cvs70
8663
8664         * src/compose.c
8665         * src/quote_fmt_parse.y
8666         * src/undo.c
8667         * src/undo.h
8668                 Allow %X to position cursor at 0 
8669                 (no %X = before signature)
8670                 Fix paste as quotation putting the cursor at 0
8671                 Fix undo offsets when pasting
8672                 Insert the quote_fmt at once instead of line 
8673                 by line
8674                 Fix [Edited] when starting to reply/forward
8675
8676 2005-12-06 [paul]       1.9.100cvs69
8677
8678         * src/plugins/clamav/clamav_plugin_gtk.c
8679                 add another tooltip
8680         * src/plugins/spamassassin/spamassassin_gtk.c
8681                 rework spamassassin_create_widget_func()
8682
8683 2005-12-05 [colin]      1.9.100cvs68
8684
8685         * po/POTFILES.in
8686                 Fix make release ;-)
8687
8688 2005-12-05 [colin]      1.9.100cvs67
8689
8690         * src/compose.c
8691         * src/compose.h
8692                 Fix cursor positioning (not obeying %X)
8693
8694 2005-12-05 [paul]       1.9.100cvs66
8695
8696         * src/plugins/dillo_viewer/dillo_prefs.c
8697                 fix compilation warning
8698
8699 2005-12-05 [paul]       1.9.100cvs65
8700
8701         * src/prefs_spelling.c
8702         * src/plugins/trayicon/trayicon.c
8703                 cleanups - remove unused stuff
8704
8705 2005-12-05 [paul]       1.9.100cvs64
8706
8707         * README
8708         * manual/plugins.xml
8709                 remove info about removed mathml_viewer plugin
8710
8711 2005-12-05 [paul]       1.9.100cvs63
8712
8713         * configure.ac
8714         * src/plugins/Makefile.am
8715         * src/plugins/mathml_viewer/.cvsignore
8716         * src/plugins/mathml_viewer/Makefile.am
8717         * src/plugins/mathml_viewer/mathml_viewer.c
8718                 remove unmaintained mathml_viewer plugin
8719
8720 2005-12-05 [paul]       1.9.100cvs62
8721
8722         * src/summaryview.c
8723                 obey prefs_common.always_show_msg when
8724                 moving a msg
8725                 Thanks to Colin
8726
8727 2005-12-05 [paul]       1.9.100cvs61
8728
8729         * src/compose.c
8730         * src/prefs_account.c
8731         * src/prefs_filtering.c
8732         * src/prefs_quote.c
8733         * src/prefs_spelling.c
8734         * src/prefs_toolbar.c
8735         * src/summaryview.c
8736         * src/gtk/gtkutils.c
8737         * src/gtk/quicksearch.c
8738         * src/plugins/dillo_viewer/dillo_prefs.c
8739                 dialog cleanups
8740
8741 2005-12-04 [paul]       1.9.100cvs60
8742
8743         * src/inc.c
8744         * src/prefs_account.c
8745         * src/prefs_account.h
8746                 allow a Local account to specify a
8747                 default inbox
8748                 (closes bug 843 'Inbox cannot be changed for local
8749                  mailboxes')
8750
8751 2005-12-04 [colin]      1.9.100cvs59
8752
8753         * src/plugins/trayicon/trayicon.c
8754                 Remove Get, rename Get All to Get Mail in order to
8755                 be consistent with the default main toolbar
8756
8757 2005-12-03 [colin]      1.9.100cvs58
8758
8759         * manual/gpl.xml
8760         * manual/sylpheed-claws-manual.xml
8761                 Add GPL appendix
8762
8763 2005-12-03 [paul]       1.9.100cvs57
8764
8765         * AUTHORS
8766         * po/sv.po
8767         * src/gtk/authors.h
8768                 new (partially complete) Swedish translation
8769                 by Anders Troback <sylpheed@troback.com>
8770
8771 2005-12-02 [paul]       1.9.100cvs56
8772
8773         * configure.ac
8774                 libetpan 0.41 required
8775
8776 2005-12-02 [paul]       1.9.100cvs55
8777
8778         * src/plugins/clamav/clamav_plugin.c
8779         * src/plugins/clamav/clamav_plugin.h
8780         * src/plugins/clamav/clamav_plugin_gtk.c
8781         * src/plugins/spamassassin/spamassassin.c
8782         * src/plugins/spamassassin/spamassassin.h
8783         * src/plugins/spamassassin/spamassassin_gtk.c
8784                 unregister prefs pages on unloading, thus
8785                 preventing a crash
8786                 (thanks to Colin for the hint)
8787
8788 2005-12-02 [wwp]        1.9.100cvs54
8789
8790         * src/quote_fmt.h
8791         * src/quote_fmt_parse.y
8792                 fix misuse of gboolean*, use gboolean instead
8793                 (thanks to Paul, Colin, for pointing out that scaring one)
8794
8795 2005-12-02 [paul]       1.9.100cvs53
8796
8797         * src/plugins/clamav/clamav_plugin.c
8798                 int no --> unsigned int no
8799         * src/plugins/clamav/clamav_plugin_gtk.c
8800                 rework config page
8801
8802 2005-12-02 [wwp]        1.9.100cvs52
8803
8804         * src/compose.c
8805         * src/prefs_template.c
8806         * src/quote_fmt.h
8807         * src/quote_fmt_parse.y
8808                 prevent from executing |f and |p templates commands when
8809                 adding or replacing templates in prefs (avoids annoying and
8810                 potentially dangerous behaviours)
8811
8812 2005-12-02 [paul]       1.9.100cvs51
8813
8814         * src/prefs_common.c
8815                 allow translation of some default values
8816                 Patch by Fabien Vantard
8817
8818 2005-12-02 [paul]       1.9.100cvs50
8819
8820         * src/codeconv.c
8821         * src/codeconv.h
8822         * src/prefs_common.c
8823         * src/prefs_common.h
8824         * src/prefs_message.c
8825         * src/textview.c
8826                 remove obsolete 'convert_mb_alnum' option
8827                 and related stuff
8828         * src/gtk/about.c
8829                 remove unused 'about_textview_visibility_notify'
8830
8831 2005-12-02 [paul]       1.9.100cvs49
8832
8833         * src/prefs_account.c
8834         * src/prefs_compose_writing.c
8835         * src/prefs_fonts.c
8836         * src/prefs_gtk.h
8837         * src/prefs_image_viewer.c
8838         * src/prefs_message.c
8839         * src/prefs_other.c
8840         * src/prefs_receive.c
8841         * src/prefs_send.c
8842         * src/prefs_spelling.c
8843         * src/prefs_summaries.c
8844         * src/prefs_wrapping.c
8845         * src/plugins/dillo_viewer/dillo_prefs.c
8846         * src/plugins/pgpcore/prefs_gpg.c
8847                 several cleanups to the prefs dialogs
8848                 (slightly modified) patch by Fabien Vantard
8849
8850 2005-12-02 [paul]       1.9.100cvs48
8851
8852         * src/main.c
8853                 --exit means exit
8854         * src/send_message.c
8855                 fix crash on send when connection fails
8856
8857         Thanks to Colin
8858
8859 2005-12-01 [colin]      1.9.100cvs47
8860
8861         * src/html.c
8862                 Translate &hellip; to "..."
8863
8864 2005-11-30 [colin]      1.9.100cvs46
8865
8866         * src/matcher.c
8867         * src/matcher.h
8868                 Optimize back yesterday's fix.
8869
8870 2005-11-30 [paul]       1.9.100cvs45
8871
8872         * manual/faq.xml
8873                 standardised
8874         * manual/intro.xml
8875                 written by Colin, edited by me
8876
8877 2005-11-29 [colin]      1.9.100cvs44
8878
8879         * src/matcher.c
8880                 Skip headers unconditionnaly in match_body if the
8881                 rule is not message or ~message
8882
8883 2005-11-29 [colin]      1.9.100cvs43
8884
8885         * src/matcher.c
8886                 Fix body_part and such, not skipping headers 
8887                 if the matchcriteria wasn't the first in the rule
8888
8889 2005-11-29 [colin]      1.9.100cvs42
8890
8891         * src/compose.c
8892                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8893                 option missing from message view window)
8894                 Fix double text D'n'D with gtk-2.8
8895         * src/matcher.c
8896                 Fix ~message, ~headers_part, ~body_part rules
8897         * src/messageview.c
8898                 Add Windows-1252 (Closes bug #863)
8899                 Fix accels
8900         * src/gtk/gtkaspell.c
8901                 Properly destroy accels in all menus
8902
8903 2005-11-29 [mones]      1.9.100cvs41
8904
8905         * po/es.po
8906                 Updated.
8907
8908 2005-11-27 [colin]      1.9.100cvs40
8909
8910         * src/mh_gtk.c
8911                 "/Remove mailbox" -> "/Remove mailbox..."
8912
8913 2005-11-27 [paul]       1.9.100cvs39
8914
8915         * AUTHORS
8916         * po/de.po
8917         * src/gtk/authors.h
8918                 updated by new maintainer, Stephan Sachse
8919
8920 2005-11-27 [paul]       1.9.100cvs38
8921
8922         * manual/faq.xml
8923                 written by Colin, edited by me
8924
8925 2005-11-27 [paul]       1.9.100cvs37
8926
8927         * src/prefs_common.c
8928         * src/prefs_common.h
8929         * src/prefs_receive.c
8930         * src/prefs_summaries.c
8931                 move 'go to inbox after receiving new mail'
8932                 option from display/sumamaries to mail
8933                 handling/receive, and rework prefs_summaries
8934                 dialog a little
8935
8936 2005-11-25 [martin]     1.9.100cvs36
8937
8938         * po/de.po
8939             fixed windows-1252 translation;
8940             translated some new and fuzzy strings
8941
8942 2005-11-25 [paul]       1.9.100cvs35
8943
8944         * src/plugins/clamav/clamav_plugin.c
8945                 complete the update done in cvs34
8946
8947 2005-11-25 [paul]       1.9.100cvs34
8948
8949         * src/plugins/clamav/clamav_plugin.c
8950                 reflect upstream changes
8951
8952 2005-11-25 [paul]       1.9.100cvs33
8953
8954         * manual/ack.xml
8955         * manual/plugins.xml
8956         * manual/sylpheed-claws-manual.xml
8957                 written/updated by Colin, edited by me
8958         * tools/acroread2sylpheed.pl
8959                 update binary name
8960
8961 2005-11-24 [colin]      1.9.100cvs32
8962
8963         * src/compose.c
8964                 Fix bug #856 (reediting messages forgets Request
8965                 Return Receipt)
8966
8967 2005-11-24 [paul]       1.9.100cvs31
8968
8969         * manual/addrbook.xml
8970         * manual/starting.xml
8971                 written by Colin, proofread, edited, adapted by me
8972         * manual/advanced.xml
8973                 add some Actions examples
8974         * src/importldif.c
8975                 use a Save button instead of a Close button
8976         * src/wizard.c
8977                 indicate mandatory fields
8978                 fix page display
8979                 Thanks to Colin
8980
8981 2005-11-23 [colin]      1.9.100cvs30
8982
8983         * src/addressbook.c
8984                 Rename menu item, fix possible crash after
8985                 deletion of books
8986         * src/addrindex.c
8987                 Allow searching for '*' in ldap
8988         * src/browseldap.c
8989                 Fix "Browse Entry" (did anyone use it?)
8990         * src/wizard.c
8991                 Add guards for mandatory information
8992
8993 2005-11-23 [paul]       1.9.100cvs29
8994
8995         * manual/advanced.xml
8996                 corrections to the English
8997
8998 2005-11-23 [colin]      1.9.100cvs28
8999
9000         * src/mimeview.c
9001                 Fix possible crash at exit. After the call to
9002                 gtk_container_remove(), the Viewer's widget has no
9003                 more parent so gtk+ automatically frees it and its
9004                 sons. If destroy_viewer() then try to access it,
9005                 problems ensue.
9006
9007 2005-11-22 [colin]      1.9.100cvs27
9008
9009         * src/compose.c
9010         * src/gtk/gtkaspell.c
9011                 Fix right-clicking on a misspelled word
9012                 Fix More... in suggestions menu
9013
9014 2005-11-22 [wwp]        1.9.100cvs26
9015
9016         * src/prefs_template.c
9017                 templates works: re-sort templates list when adding or replacing,
9018                 prevent from adding or replacing when the template name is empty
9019
9020 2005-11-21 [colin]      1.9.100cvs25
9021
9022         * src/addressbook.c
9023                 Fix some addressbook suckage (dnd, select all)
9024         * src/compose.c
9025         * src/gtk/gtkaspell.c
9026         * src/gtk/gtkaspell.h
9027                 Make the spellchecker menu work with the 
9028                 GtkTextView one instead of overriding it
9029
9030 2005-11-20 [paul]       1.9.100cvs24
9031
9032         * manual/handling.xml
9033                 proofread and corrected
9034
9035 2005-11-20 [paul]       1.9.100cvs23
9036
9037         * manual/Makefile
9038                 generate html as one file
9039         * manual/advanced.xml
9040                 fix output generation
9041                 reformat hidden options list
9042         * manual/manual.xml     ** REMOVED **
9043         * manual/sylpheed-claws-manual.xml      ** ADDED **
9044                 renamed
9045
9046 2005-11-18 [colin]      1.9.100cvs22
9047
9048         * src/prefs_account.c
9049                 Fix layout in news and mbox accounts
9050         * manual/account.xml
9051         * manual/advanced.xml
9052                 New contents for Paul to check :)
9053
9054 2005-11-18 [wwp]        1.9.100cvs21
9055
9056         * src/gtk/quicksearch.c
9057                 don't update extended quicksearch buttons twice
9058
9059 2005-11-18 [paul]       1.9.100cvs20
9060
9061         * src/textview.c
9062                 complete 1.9.100cvs19
9063
9064 2005-11-18 [paul]       1.9.100cvs19
9065
9066         * src/compose.c
9067                 cosmetic improvements
9068         * src/textview.c
9069                 also list text/* attachments
9070
9071 2005-11-18 [colin]      1.9.100cvs18
9072
9073         * src/summaryview.c
9074                 Use column 0 instead of -1 in 
9075                 gtk_ctree_node_moveto, in a naive
9076                 hope it'll fix the gtk-related crashes
9077
9078 2005-11-18 [colin]      1.9.100cvs17
9079
9080         * src/gtk/inputdialog.c
9081                 Fix icon staying the first one
9082
9083 2005-11-17 [wwp]        1.9.100cvs16
9084                 fix possible problem showing some quicksearch buttons, and a bad
9085                 call to g_return_if_fail in a function that returns a value (both
9086                 fixes by Fabien Vantard)
9087
9088 2005-11-15 [wwp]        1.9.100cvs15
9089
9090         * src/gtk/quicksearch.c
9091                 added a tooltip to that obscure ... quicksearch button
9092
9093 2005-11-15 [wwp]        1.9.100cvs14
9094
9095         * src/gtk/quicksearch.c
9096                 add a quicksearch helper to filtering expression users: the ... button
9097                 raises the condition expr window. condition expressions set up w/ this
9098                 window are used by the quicksearch if the user closes it pressing OK.
9099
9100 2005-11-14 [paul]       1.9.100cvs13
9101
9102         * src/plugins/clamav/clamav_plugin.c
9103         * src/plugins/spamassassin/spamassassin.c
9104                 change plugin type following recent merging
9105
9106 2005-11-14 [wwp]        1.9.100cvs12
9107
9108         * src/folder.c
9109                 prevent from crashing when copying/moving message(s) from and
9110                 to the same folder
9111
9112 2005-11-14 [paul]       1.9.100cvs11
9113
9114         * src/plugins/clamav/Makefile.am
9115         * src/plugins/clamav/clamav_plugin.c
9116         * src/plugins/clamav/clamav_plugin.h
9117         * src/plugins/clamav/clamav_plugin_gtk.c
9118                 also merge clamav and clamav_gtk plugins
9119
9120 2005-11-13 [colin]      1.9.100cvs10
9121
9122         * configure.ac
9123         * src/plugins/spamassassin/Makefile.am
9124         * src/plugins/spamassassin/spamassassin.c
9125         * src/plugins/spamassassin/spamassassin.h
9126         * src/plugins/spamassassin/spamassassin_gtk.c
9127                 Merge spamassassin and spamassassin_gtk plugins,
9128                 and build it by default.
9129
9130 2005-11-12 [colin]      1.9.100cvs9
9131
9132         * src/etpan/imap-thread.c
9133                 Fix gcc warning
9134
9135 2005-11-12 [colin]      1.9.100cvs8
9136
9137         * src/procmime.c
9138                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
9139
9140 2005-11-10 [colin]      1.9.100cvs7
9141
9142         * src/main.c
9143                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
9144                 minimised state)
9145
9146 2005-11-10 [wwp]        1.9.100cvs6
9147
9148         * src/gtk/description_window.c
9149                 fix a crash when closing description windows using the WM's [X] button
9150
9151 2005-11-09 [colin]      1.9.100cvs5
9152
9153         * src/common/ssl.c
9154                 Update libetpan call to follow upstream
9155                 (yes, this requires libetpan-0.40cvs3)
9156
9157 2005-11-08 [colin]      1.9.100cvs4
9158
9159         * src/compose.c
9160         * src/textview.c
9161         * src/common/utils.c
9162         * src/common/utils.h
9163                 Enhance the email parser
9164
9165 2005-11-08 [colin]      1.9.100cvs3
9166
9167         * src/procmime.c
9168                 Fix what looks like an off-by-one (fixes 
9169                 attachments from the Bat)
9170
9171 2005-11-08 [wwp]        1.9.100cvs2
9172
9173         * src/main.c
9174                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
9175
9176 2005-11-08 [wwp]        1.9.100cvs1
9177
9178         * src/main.c
9179                 allow exiting Sylpheed-Claws from command-line
9180
9181 2005-11-08 [paul]       1.9.100
9182
9183         1.9.100 released
9184
9185 2005-11-07 [colin]      1.9.99cvs17
9186
9187         * src/addritem.c
9188         * src/ldif.c
9189                 Fix import of base-64 encoded items
9190
9191 2005-11-07 [colin]      1.9.99cvs16
9192
9193         * src/send_message.c
9194                 Fix bug #314 (Queue does not empty under certain 
9195                 circumstances)
9196
9197 2005-11-07 [paul]       1.9.99cvs15
9198
9199         * src/mutt.c
9200         * src/pine.c
9201                 fix buffer overflows
9202                 Thanks to Colin
9203
9204 2005-11-07 [paul]       1.9.99cvs14
9205
9206         * doc/man/Makefile.am
9207         * doc/man/sylpheed-claws.1      ** ADDED **
9208         * doc/man/sylpheed.1            ** DELETED **
9209                 rename and update the man file
9210
9211 2005-11-06 [colin]      1.9.99cvs13
9212
9213         * src/ldif.c
9214                 Fix ldif_get_line() that returned empty strings
9215                 (Didn't understand why). Also fix a possible
9216                 buffer overflow.
9217
9218 2005-11-06 [wwp]        1.9.99cvs12
9219
9220         * src/textview.c
9221         * src/gtk/about.c
9222         * src/gtk/gtkutils.c
9223         * src/gtk/gtkutils.h
9224                 fix a compilation warning,
9225                 make links sensitive in the about dialog
9226
9227 2005-11-04 [wwp]        1.9.99cvs11
9228
9229         * src/gtk/about.c
9230                 don't wrap or translate URIs, and a bit text format cleanup
9231
9232 2005-11-04 [wwp]        1.9.99cvs10
9233
9234         * src/gtk/about.c
9235                 better textview tagging implementation (no more use of marks for
9236                 postponed tagging)
9237
9238 2005-11-02 [colin]      1.9.99cvs9
9239
9240         * src/common/ssl.c
9241                 Forgot an ifdef
9242
9243 2005-11-02 [colin]      1.9.99cvs8
9244
9245         * configure.ac
9246                 Require libetpan-0.40 due to upstream fix
9247         * src/common/ssl.c
9248                 Tell libetpan not to call SSL_Library_Init,
9249                 as we do it ourselves.
9250
9251 2005-11-02 [colin]      1.9.99cvs7
9252
9253         * po/POTFILES.in
9254                 Add missing files (thanks to Fabien Vantard)
9255
9256 2005-11-02 [colin]      1.9.99cvs6
9257
9258         * src/summaryview.c
9259                 Fix totals when read messages are hidden or quicksearch
9260                 is on
9261         * src/ssl_manager.c
9262         * src/ssl_manager.h
9263         * src/common/ssl_certificate.c
9264         * src/common/ssl_certificate.h
9265         * src/gtk/sslcertwindow.c
9266         * src/gtk/sslcertwindow.h
9267                 Fix copyright on my stuff
9268
9269 2005-11-02 [wwp]        1.9.99cvs5
9270
9271         * src/prefs_themes.c
9272                 fix directory name checking (theme installation/removal),
9273                 made related error a bit more verbose
9274
9275 2005-11-02 [colin]      1.9.99cvs4
9276
9277         * src/summaryview.c
9278                 Fix typo (probably fixes bug #841 (Sort by the From 
9279                 field doesn't work)
9280
9281 2005-11-02 [paul]       1.9.99cvs3
9282
9283         * po/ko.po
9284         * po/nb.po
9285                 updated by SungHyun Nam, Geir Helland
9286         * src/wizard.c
9287                 fix typo in welcome message. spotted by
9288                 Andrea Spadaccini
9289
9290 2005-11-01 [colin]      1.9.99cvs2
9291
9292         * src/compose.c
9293                 Fix replying to ml wen confirming subscription
9294         * src/messageview.c
9295         * src/mimeview.c
9296         * src/mimeview.h
9297         * src/privacy.h
9298         * src/summaryview.c
9299                 Make key check non blocking
9300
9301 2005-10-31 [paul]       1.9.99cvs1
9302
9303         * tools/claws.i18n.status.pl
9304                 updated for ChangeLog
9305
9306 2005-10-31 [paul]       1.9.99
9307
9308         1.9.99 released
9309
9310 2005-10-31 [paul]       1.9.15cvs131
9311
9312         * .cvsignore
9313         * ChangeLog
9314         * ChangeLog.claws       ** REMOVED **
9315         * ChangeLog-gtk2.claws  ** REMOVED **
9316         * ChangeLog.gtk1        ** ADDED **
9317         * INSTALL
9318         * Makefile.am
9319         * NEWS
9320         * README
9321         * README.claws          ** REMOVED **
9322         * README.jp             ** REMOVED **
9323         * RELEASE_NOTES         ** ADDED **
9324         * RELEASE_NOTES.claws   ** REMOVED **
9325         * commitHelper
9326         * configure.ac
9327         * sylpheed.spec.in      ** REMOVED **
9328                 tidy up and update the default docs:
9329                 ChangeLog.claws is renamed ChangeLog.gtk1
9330                 ChangeLog-gtk2.claws is renamed ChangeLog
9331                 README.claws is renamed README
9332                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
9333
9334 2005-10-31 [paul]       1.9.15cvs130
9335
9336         * po/it.po
9337                 fix errors
9338
9339 2005-10-31 [paul]       1.9.15cvs129
9340
9341         * po/ca.po
9342         * po/de.po
9343         * po/en_GB.po
9344         * po/fr.po
9345         * po/it.po
9346         * po/pt_BR.po
9347         * po/sk.po
9348         * po/sr.po
9349         * po/zh_CN.po
9350                 updated by Miquel Oliete, Stephan Sachse and
9351                 Thomas Gilgin, me, Fabien Vantard, Andrea
9352                 Spadaccini, Frederico Goncalves Guimaraes,
9353                 Andrej Kacian, Aleksandar Urosevic, and
9354                 Ralgh Young.
9355
9356 2005-10-31 [mones]      1.9.15cvs128
9357
9358         * manual/faq.xml
9359                 More questions.
9360         
9361         * po/es.po
9362                 Updated for release.
9363
9364 2005-10-30 [colin]      1.9.15cvs127
9365
9366         * src/compose.c
9367                 Place cursor before rewrapping (fixes cursor
9368                 pos if quotation gets rewrapped)
9369
9370 2005-10-29 [paul]       1.9.15cvs126
9371
9372         * src/crash.c
9373         * src/foldersel.c
9374         * src/main.c
9375         * src/messageview.c
9376         * src/toolbar.c
9377         * src/gtk/authors.h
9378                 corrections to text items
9379
9380 2005-10-28 [colin]      1.9.15cvs125
9381
9382         * src/messageview.c
9383                 Make "hit 'C' to check sig" work from extern 
9384                 messageviews
9385
9386 2005-10-27 [colin]      1.9.15cvs124
9387
9388         * src/summaryview.c
9389                 Add a hack to avoid segfaulting when hammering 
9390                 on gtk's events
9391
9392 2005-10-27 [wwp]        1.9.15cvs123
9393
9394         * src/prefs_themes.c
9395                 sort list of themes names in themes prefs
9396
9397 2005-10-27 [paul]       1.9.15cvs122
9398
9399         * src/folder.c
9400         * src/prefs_account.c
9401                 fix building on Solaris
9402                 Patch by Alex Moore
9403
9404 2005-10-27 [wwp]        1.9.15cvs121
9405
9406         * src/summaryview.c
9407         * src/gtk/gtksctree.c
9408                 speed up unselecting messages in summary view (thanks to Colin)
9409
9410 2005-10-27 [paul]       1.9.15cvs120
9411
9412         * src/mainwindow.c
9413                 fix a compilation warning
9414         * src/summaryview.c
9415                 fix updating of 'n items selected' count
9416                 when deselecting
9417
9418 2005-10-27 [martin]     1.9.15cvs119
9419
9420         * src/action.c
9421                 ignore actions with a leading '/' in the action menu name
9422                 fixes a crash on menu creation
9423         * src/prefs_actions.c
9424                 do not allow a leading '/' in the action menu name
9425
9426 2005-10-27 [paul]       1.9.15cvs118
9427
9428         * src/main.c
9429                 fix compilation warning
9430
9431 2005-10-27 [paul]       1.9.15cvs117
9432
9433         * src/procmime.c
9434                 add #if HAVE_LOCALE_H
9435
9436 2005-10-27 [paul]       1.9.15cvs116
9437
9438         * src/plugins/clamav/clamav_plugin.c
9439         * src/plugins/dillo_viewer/dillo_viewer.c
9440         * src/plugins/mathml_viewer/mathml_viewer.c
9441         * src/plugins/pgpcore/plugin.c
9442         * src/plugins/pgpinline/plugin.c
9443         * src/plugins/pgpmime/plugin.c
9444         * src/plugins/spamassassin/spamassassin.c
9445         * src/plugins/trayicon/trayicon.c
9446                 plugin_init() : make error messages more
9447                 informative
9448
9449 2005-10-26 [wwp]        1.9.15cvs115
9450
9451         * src/prefs_matcher.c
9452                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9453
9454 2005-10-26 [wwp]        1.9.15cvs114
9455
9456         * src/procmime.c
9457         * src/gtk/gtksctree.c
9458         * src/plugins/spamassassin/libspamc.c
9459         * src/plugins/spamassassin/spamassassin.c
9460                 fix some compilation warnings more
9461
9462 2005-10-26 [mones]      1.9.15cvs113
9463
9464         * po/es.po
9465                 Updated translation
9466
9467 2005-10-26 [paul]       1.9.15cvs112
9468
9469         * src/prefs_message.c
9470                 give all display_xface stuff the
9471                 #if HAVE_LIBCOMPFACE treatment, thus
9472                 preventing a crash
9473                 (Thanks to Wolfgang Enderlein)
9474
9475 2005-10-26 [colin]      1.9.15cvs111
9476
9477         * src/gedit-print.c
9478                 Fix date format
9479         * src/imap_gtk.c
9480         * src/news_gtk.c
9481                 Remove context menu items that should not be there
9482         * src/jpilot.c
9483                 Fix encoding
9484         * src/main.c
9485         * src/mainwindow.c
9486                 Don't show the mainwindow too soon
9487
9488 2005-10-26 [wwp]        1.9.15cvs110
9489
9490         * src/folder.c
9491         * src/manual.c
9492         * src/summaryview.c
9493                 fix uninitialized pointers in the folder updating hook
9494                 (thanks to Colin)
9495
9496 2005-10-25 [mones]      1.9.15cvs109
9497
9498         * manual/faq.xml
9499                 General information subsection completed. 
9500                 Removed archaic references.
9501                 
9502         * manual/Makefile
9503         * manual/dtd/manual.dsl
9504                 Added customization stylesheet for getting paragraphs
9505                 fully justified in PDF output (as suggested by Colin).
9506
9507 2005-10-25 [colin]      1.9.15cvs108
9508
9509         * src/compose.c
9510                 Fix a second leak
9511
9512 2005-10-25 [colin]      1.9.15cvs107
9513
9514         * src/addrbook.c
9515         * src/addrindex.c
9516                 Fix leak (xml_get_element() allocates memory)
9517         * src/compose.c
9518                 Fix leak + dead code (shame!)
9519         * src/procmime.c
9520                 Fix leak
9521
9522 2005-10-25 [colin]      1.9.15cvs106
9523
9524         * src/mimeview.c
9525                 Fix encoding issue in Save all and in 
9526                 overwrite-confirmation alertpanel
9527
9528 2005-10-25 [colin]      1.9.15cvs105
9529
9530         * src/common/socket.c
9531                 Fix a leak - Thanks to Christopher Aillon
9532                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9533
9534 2005-10-25 [paul]       1.9.15cvs104
9535
9536         * src/wizard.c
9537                 Always guess servers from the right-hand
9538                 email part and guess username from the
9539                 left-hand part. (Thanks to Colin)
9540                 add an X-Face to the welcome message
9541
9542 2005-10-25 [paul]       1.9.15cvs103
9543
9544         * manual/handling.xml
9545                 written by Colin, edited by me
9546
9547 2005-10-25 [wwp]        1.9.15cvs102
9548
9549         * src/folderview.c
9550         * src/grouplistdialog.c
9551         * src/imap.c
9552         * src/noticeview.c
9553                 fix some compilation warnings
9554
9555 2005-10-24 [paul]
9556
9557         1.9.99-rc3 released
9558
9559 2005-10-24 [paul]       1.9.15cvs101
9560
9561         * src/gtk/about.c
9562                 fix window sizing
9563
9564 2005-10-24 [paul]       1.9.15cvs100
9565
9566         * src/pixmaps/offline.xpm
9567         * src/pixmaps/online.xpm
9568                 replace with last default versions
9569
9570 2005-10-24 [colin]      1.9.15cvs99
9571
9572         * src/imap.c
9573                 Fix bug when moving a folder
9574         * src/imap_gtk.c
9575         * src/mh_gtk.c
9576                 "Delete folder" pops up a window, so it 
9577                 should be suffixed with "..."
9578         * src/plugins/pgpcore/sgpgme.c
9579                 Include locale.h
9580
9581 2005-10-24 [mones]      1.9.15cvs98
9582
9583         * manual/Makefile
9584         * manual/account.xml
9585         * manual/ack.xml
9586         * manual/addrbook.xml
9587         * manual/advanced.xml
9588         * manual/faq.xml
9589         * manual/glossary.xml
9590         * manual/gpl.xml
9591         * manual/handling.xml
9592         * manual/intro.xml
9593         * manual/keyboard.xml
9594         * manual/manual.xml
9595         * manual/plugins.xml
9596         * manual/starting.xml
9597         * manual/dtd/sdocbook.dtd
9598                 Initial manual structure and some content.
9599
9600 2005-10-23 [wwp]        1.9.15cvs97
9601
9602         * src/gtk/about.c
9603                 fix a typo
9604
9605 2005-10-23 [wwp]        1.9.15cvs96
9606
9607         * src/gtk/about.c
9608         * src/gtk/authors.h
9609                 rework of the about window (main work by Paul), also featuring a few
9610                 fixes for typos and duplicate names
9611
9612 2005-10-23 [wwp]        1.9.15cvs95
9613
9614         * src/.cvsignore
9615                 Ignore the right binary name (sylpheed-claws now)
9616
9617 2005-10-23 [paul]       1.9.15cvs94
9618
9619         * src/compose.c
9620                 when using Folder Pref 'Default To for
9621                 replies' make the entry in the Compose
9622                 window bold
9623                 Patch by Fabien Vantard
9624
9625 2005-10-22 [colin]      1.9.15cvs93
9626
9627         * src/codeconv.c
9628                 Fix leak
9629
9630 2005-10-22 [colin]      1.9.15cvs92
9631
9632         * src/codeconv.c
9633                 try to convert using locale (apart utf8) if necessary
9634
9635 2005-10-22 [colin]      1.9.15cvs91
9636
9637         * src/pixmaps/new.xpm
9638         * src/pixmaps/unread.xpm
9639                 Make the unread envelope blue again and
9640                 saturate the new one a bit more.
9641
9642 2005-10-22 [colin]      1.9.15cvs90
9643
9644         * src/compose.c
9645                 When replying to a mail sent by one of our accounts,
9646                 use the original list of recipients. Let 'Reply All'
9647                 and 'Reply to sender' work like previously.
9648
9649 2005-10-21 [colin]      1.9.15cvs89
9650
9651         * src/prefs_filtering.c
9652                 Clear fields after add and replace
9653         * src/textview.c
9654                 Display xface differently (better)
9655         * src/plugins/pgpinline/pgpinline.c
9656                 Fix crappy encodings/recodings
9657
9658 2005-10-21 [paul]       1.9.15cvs88
9659
9660         * src/compose.c
9661         * src/prefs_folder_item.c
9662         * src/toolbar.c
9663                 fix news folder Folder Properties
9664                 (thanks to Colin)
9665         * src/folderview.c
9666                 update folderview after Themes change
9667                 keep selected folder selected
9668                 (thanks to Colin)
9669
9670 2005-10-21 [paul]       1.9.15cvs87
9671
9672         * tools/Makefile.am
9673         * tools/OOo2sylpheed.pl
9674         * tools/README
9675         * tools/README.sylprint
9676         * tools/asus_mailled.sh         ** REMOVED **
9677         * tools/filter_conv.pl
9678         * tools/freshmeat_search.pl
9679         * tools/google_search.pl
9680         * tools/gpg-sign-syl            ** REMOVED **
9681         * tools/kmail2sylpheed.pl
9682         * tools/kmail2sylpheed_v2.pl
9683         * tools/multiwebsearch.pl
9684         * tools/nautilus2sylpheed.sh
9685         * tools/newscache_clean.pl
9686         * tools/outlook2sylpheed.pl
9687         * tools/sylpheed-switcher       ** REMOVED **
9688         * tools/sylprint.pl
9689         * tools/sylprint.rc
9690         * tools/tb2sylpheed
9691         * tools/vcard2xml.py
9692         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9693                 update default config dir
9694                 update binary name (thanks to Fabien Vantard)
9695                 remove obsolete scripts
9696
9697 2005-10-21 [colin]      1.9.15cvs86
9698
9699         * src/inc.c
9700                 Fix possible leak and units. Based on a patch by
9701                 Fabien Vantard.
9702
9703 2005-10-20 [colin]      1.9.15cvs85
9704
9705         * src/textview.c
9706                 Clear xface when clearing textview
9707
9708 2005-10-20 [colin]      1.9.15cvs84
9709
9710         * configure.ac
9711         * src/folderview.c
9712         * src/headerview.c
9713         * src/main.c
9714         * src/prefs_common.c
9715         * src/prefs_common.h
9716         * src/prefs_message.c
9717         * src/textview.c
9718         * src/textview.h
9719         * src/common/defs.h
9720         * src/common/utils.c
9721         * src/common/utils.h
9722         * src/gtk/gtkutils.c
9723         * src/gtk/gtkutils.h
9724                 Migrate config to .sylpheed-claws (Automatically)
9725                 Add a way to get the Xface in the TextView
9726
9727 2005-10-20 [colin]      1.9.15cvs83
9728
9729         * src/gtk/Makefile.am
9730         * src/gtk/about.c
9731         * src/gtk/authors.h
9732                 Make the about dialog *grooovy*
9733
9734 2005-10-20 [colin]      1.9.15cvs82
9735
9736         * src/mimeview.c
9737                 Use "Open with" on double click if no command
9738                 was found
9739
9740 2005-10-20 [colin]      1.9.15cvs81
9741
9742         * src/imap.c
9743         * src/etpan/imap-thread.c
9744                 Fix possible crash.
9745
9746 2005-10-20 [paul]       1.9.15cvs80
9747
9748         * src/folder.c
9749                 don't show clipkey icon if the only
9750                 attachment is the signature
9751                 Patch by Colin
9752
9753 2005-10-20 [paul]       1.9.15cvs79
9754
9755         * AUTHORS
9756         * src/plugins/pgpmime/pgpmime.c
9757                 name the PGP/MIME signature 'signature.asc'
9758                 Patch by Andrew Nelson <freeandy@gmail.com>
9759
9760 2005-10-19 [colin]      1.9.15cvs78
9761
9762         * src/plugins/pgpmime/pgpmime.c
9763                 Oops, no need to double-check though
9764
9765 2005-10-19 [colin]      1.9.15cvs77
9766
9767         * src/plugins/pgpinline/pgpinline.c
9768         * src/plugins/pgpmime/pgpmime.c
9769                 Check that my_tmpfile() doesn't 
9770                 return NULL
9771
9772 2005-10-19 [colin]      1.9.15cvs76
9773
9774         * src/common/utils.c
9775                 Use shorter mime boundaries to avoid having
9776                 MTAs rewrapping our headers, breaking the
9777                 PGP signature in the process 
9778         * src/compose.c
9779         * src/plugins/pgpmime/pgpmime.c
9780                 Check for boundary uniqueness to be sure
9781                 it won't happen, instead of hoping for the
9782                 best
9783
9784 2005-10-19 [colin]      1.9.15cvs75
9785
9786         * sylpheed-claws.desktop
9787         * src/Makefile.am
9788         * src/main.c
9789                 Ship a sylpheed-claws binary instead
9790                 of a sylpheed one. Change the socket
9791                 name, too
9792         * src/folderview.c
9793                 Update folder only if it changed
9794         * src/wizard.c
9795                 Fix i18n in welcome mail, patch by
9796                 Fabien Vantard
9797
9798 2005-10-19 [paul]
9799
9800         1.9.99-rc2 released
9801
9802 2005-10-19 [paul]       1.9.15cvs74
9803
9804         * src/folder.c
9805         * src/folderview.c
9806                 fix summaryview update
9807                 Patch by Colin
9808
9809 2005-10-18 [colin]      1.9.15cvs73
9810
9811         * src/plugins/pgpcore/passphrase.c
9812                 Don't XGrabServer, and try a bit more to 
9813                 sync everything before grabbing mouse/keyboard
9814
9815 2005-10-18 [colin]      1.9.15cvs72
9816
9817         * src/Makefile.am
9818         * src/addressadd.c
9819         * src/addressbook.c
9820         * src/folderview.c
9821         * src/grouplistdialog.c
9822         * src/mimeview.c
9823         * src/stock_pixmap.c
9824         * src/stock_pixmap.h
9825         * src/summaryview.c
9826         * src/gtk/gtksctree.c
9827         * src/gtk/gtksctree.h
9828         * src/pixmaps/empty.xpm
9829                 Implement a wrapper call for gtk_ctree_set_node_info
9830                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9831                 pixmap instead of a NULL one. This works around some
9832                 memory problems deep inside gtk, revealed by valgrind,
9833                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9834                 as locked crashes sylpheed.), as well as, probably, 
9835                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9836
9837 2005-10-17 [colin]      1.9.15cvs71
9838
9839         * src/mimeview.c
9840                 Provide visual feedback when checking
9841                 signature
9842
9843 2005-10-17 [colin]      1.9.15cvs70
9844
9845         * src/main.c
9846                 Keep the folder list frozen while checking caches...
9847
9848 2005-10-17 [colin]      1.9.15cvs69
9849
9850         * src/addr_compl.c
9851                 Fi bug #833 (Autocompleting from addressbook 
9852                 fails with extended chars)
9853         * src/imap.c
9854                 Fix 'adding messages' staying in statusbar
9855                 after an error
9856
9857 2005-10-17 [wwp]        1.9.15cvs68
9858
9859         * src/ssl_manager.c
9860                 Fix buttons' layout resizing when window size changes
9861
9862 2005-10-17 [wwp]        1.9.15cvs67
9863
9864         * src/account.c
9865         * src/prefs_account.c
9866         * src/prefs_common.c
9867         * src/prefs_common.h
9868         * src/prefs_folder_item.c
9869         * src/prefs_gtk.c
9870         * src/gtk/logwindow.c
9871         * src/gtk/pluginwindow.c
9872         * src/gtk/prefswindow.c
9873         * src/gtk/prefswindow.h
9874                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9875
9876 2005-10-17 [paul]       1.9.15cvs66
9877
9878         * configure.ac
9879                 fix missing libetpan message
9880         * po/en_GB.po
9881                 updated
9882         * src/crash.c
9883         * src/manual.c
9884         * src/prefs_themes.c
9885         * src/common/defs.h
9886                 add some new URI defines, change some
9887                 others
9888         * src/wizard.c
9889                 make welcome message translatable
9890                 small improvements to english
9891                 other tweaks
9892         * src/gtk/menu.c
9893                 fix warnings
9894
9895 2005-10-17 [paul]       1.9.15cvs65
9896
9897         * src/summaryview.c
9898                 fix column titles
9899
9900 2005-10-16 [mones]      1.9.15cvs64
9901
9902         * po/es.po
9903                 Updated translation
9904
9905 2005-10-16 [colin]
9906
9907         1.9.99-rc1 released
9908
9909 2005-10-16 [colin]      1.9.15cvs63
9910
9911         * src/wizard.c
9912                 Fix whitespace
9913
9914 2005-10-16 [colin]      1.9.15cvs62
9915
9916         * src/toolbar.c
9917                 s/Get All/Get Mail/
9918         * src/wizard.c
9919                 Real welcome mail text, thanks Paul
9920
9921 2005-10-16 [colin]      1.9.15cvs61
9922
9923         * src/editldap.c
9924         * src/exporthtml.c
9925         * src/main.c
9926         * src/mainwindow.c
9927         * src/prefs_themes.c
9928         * src/prefs_toolbar.c
9929         * src/plugins/demo/demo.c
9930         * src/plugins/trayicon/trayicon.c
9931                 s/Sylpheed/Sylpheed-Claws/
9932
9933 2005-10-16 [colin]      1.9.15cvs60
9934
9935         * src/wizard.c
9936                 Add a welcome email in the first empty mailbox
9937         * src/prefs_common.c
9938                 Change one more default
9939
9940 2005-10-16 [colin]      1.9.15cvs59
9941
9942         * src/wizard.c
9943                 Remove printf
9944
9945 2005-10-16 [colin]      1.9.15cvs58
9946
9947         * src/toolbar.c
9948         * src/prefs_common.c
9949                 Change some defaults
9950
9951 2005-10-16 [colin]      1.9.15cvs57
9952
9953         * src/toolbar.c
9954         * src/prefs_common.c
9955                 Change some defaults
9956
9957 2005-10-16 [colin]      1.9.15cvs56
9958
9959         * src/wizard.c
9960                 By default, initialize fonts to have
9961                 the same size as normal GtkWidgets
9962
9963 2005-10-16 [colin]      1.9.15cvs55
9964
9965         * src/mimeview.c
9966                 Fix message a bit more
9967
9968 2005-10-16 [colin]      1.9.15cvs54
9969
9970         * src/addressbook.c
9971                 Second attempt at flicker fixing
9972
9973 2005-10-16 [colin]      1.9.15cvs53
9974
9975         * src/addressbook.c
9976                 Fix flicker
9977
9978 2005-10-16 [wwp]        1.9.15cvs52
9979
9980         * src/addressbook.c
9981         * src/editaddress.c
9982         * src/prefs_common.c
9983         * src/prefs_common.h
9984                 Remember window sizes (address book)
9985
9986 2005-10-16 [wwp]        1.9.15cvs51
9987
9988         * src/plugins/clamav/clamav_plugin_gtk.c
9989         * src/plugins/spamassassin/spamassassin_gtk.c
9990                 Fix compilation warnings (missing #include).
9991
9992 2005-10-16 [colin]      1.9.15cvs50
9993
9994         * src/mimeview.c
9995         * src/summaryview.c
9996         * src/textview.c
9997                 Make 'c' check signature, and forward
9998                 c, l, y, t from summaryview to mimeview
9999
10000 2005-10-16 [colin]      1.9.15cvs49
10001
10002         * src/addressbook.c
10003                 Put border around buttons
10004         * src/mainwindow.c
10005         * src/summaryview.c
10006                 Rework menus (Patch based on a patch
10007                 by Paul)
10008
10009 2005-10-15 [wwp]        1.9.15cvs48
10010
10011         * src/editjpilot.c
10012         * src/editldap.c
10013         * src/editvcard.c
10014         * src/exphtmldlg.c
10015         * src/expldifdlg.c
10016         * src/export.c
10017         * src/import.c
10018         * src/importldif.c
10019         * src/importmutt.c
10020         * src/importpine.c
10021         * src/prefs_account.c
10022         * src/prefs_spelling.c
10023         * src/gtk/gtkutils.c
10024         * src/gtk/gtkutils.h
10025         * src/plugins/clamav/clamav_plugin_gtk.c
10026         * src/plugins/spamassassin/spamassassin_gtk.c
10027                 use nicer browse-for-file/dir buttons than the "..." ones,
10028                 code factorizing more.
10029
10030 2005-10-14 [colin]      1.9.15cvs47
10031
10032         * src/mainwindow.c
10033                 set relief on the account switcher so that people see it
10034                 grey out Create processing rules when no message is selected
10035         * src/prefs_filtering.c
10036                 ask before closing if the rule has not been modified, even if
10037                 it's not valid
10038         * src/prefs_matcher.c
10039                 fix sensitivity when entering the dialog
10040         * src/gtk/inputdialog.c
10041                 display a better icon on password ask
10042         * src/plugins/pgpcore/passphrase.c
10043                 make the dialog look better
10044
10045 2005-10-14 [paul]       1.9.15cvs46
10046
10047         * src/folderview.c
10048                 indicate presense of marked msgs in
10049                 unexpanded subfolders
10050
10051 2005-10-14 [paul]       1.9.15cvs45
10052
10053         * src/prefs_actions.c
10054         * src/prefs_common.c
10055         * src/prefs_common.h
10056         * src/prefs_filtering_action.c
10057         * src/prefs_matcher.c
10058         * src/prefs_template.c
10059                 remember window sizes
10060                 fix Info button size
10061
10062         Patches by wwp
10063
10064 2005-10-13 [colin]      1.9.15cvs44
10065
10066         * src/mimeview.c
10067         * src/noticeview.c
10068         * src/noticeview.h
10069                 Add a tooltip on the icon (optional) 
10070                 Get rid of the signature buttons and only
10071                 use the icon+tooltip
10072
10073 2005-10-13 [colin]      1.9.15cvs43
10074
10075         * src/noticeview.c
10076         * src/noticeview.h
10077                 Add hand cursor for hovering over icon
10078
10079 2005-10-13 [colin]      1.9.15cvs42
10080
10081         * src/summaryview.c
10082                 Fix crash when quicksearch's hidden 
10083                 at startup
10084
10085 2005-10-13 [colin]      1.9.15cvs41
10086
10087         * src/compose.c
10088                 Set subject when forwarding multiple mails
10089                 Check that other recipient than the default Cc or Bcc
10090                 have been set before sending.
10091
10092 2005-10-13 [colin]      1.9.15cvs40
10093
10094         * src/imap.c
10095                 Batch per-folder
10096                 Introduce locking, but don't use it yet
10097
10098 2005-10-13 [colin]      1.9.15cvs39
10099
10100         * src/gtk/quicksearch.c
10101                 Reset quicksearch when hiding it
10102                 Make sticky a real pref
10103
10104 2005-10-13 [colin]      1.9.15cvs38
10105
10106         * src/summaryview.c
10107                 Faster prefs apply
10108
10109 2005-10-13 [colin]      1.9.15cvs37
10110
10111         * src/mimeview.c
10112         * src/noticeview.c
10113         * src/noticeview.h
10114         * src/plugins/pgpcore/sgpgme.c
10115                 Make privacy icon clickable
10116                 Move Trust field in Full info
10117                 When trust is less than full, don't display
10118                 a warning icon
10119
10120 2005-10-13 [colin]      1.9.15cvs36
10121
10122         * src/folder.c
10123                 Batch on flags sync
10124         * src/folderview.c
10125                 Revert speed hack which is dangerous in fact
10126                 Apply prefs faster
10127
10128 2005-10-13 [colin]      1.9.15cvs35
10129
10130         * src/folder_item_prefs.c
10131                 Fix pref corruption on folder move. Patch
10132                 by wwp
10133
10134 2005-10-13 [paul]       1.9.15cvs34
10135
10136         * src/export.c
10137         * src/import.c
10138                 fix typos in g_warnings
10139         * src/prefs_account.c
10140                 add a file selector for Signature file
10141
10142         Patches by wwp
10143
10144 2005-10-12 [colin]      1.9.15cvs33
10145
10146         * src/mimeview.c
10147                 Provide a quick way to go back from a
10148                 signature's full info to the email part
10149
10150 2005-10-12 [colin]      1.9.15cvs32
10151
10152         * src/compose.c
10153                 Remove old hack of encoding signed mails with base64.
10154                 QP works equally well.
10155
10156 2005-10-12 [colin]      1.9.15cvs31
10157
10158         * src/crash.c
10159                 Replace deprecated GtkText with GtkTextView
10160         * src/imap.c
10161                 Fix a logic bug about counts in imap_select
10162                 (previously un-triggered)
10163         * src/mainwindow.c
10164         * src/summaryview.c
10165         * src/news.c
10166                 Allow local deletion of news posts
10167         * src/mimeview.c
10168                 Show GPG noticeview on the message/rfc822 part
10169                 in addition to the text/plain one
10170         * src/prefs_image_viewer.c
10171           src/plugins/pgpcore/prefs_gpg.c
10172                 Polish (set the label as part of the checkbox)
10173         * src/wizard.c
10174                 Don't sit there doing nothing after destroying
10175                 the window - return err
10176
10177 2005-10-11 [colin]      1.9.15cvs30
10178
10179         * src/folderview.c
10180                 Apply processing rules before showing folders.
10181                 Early folder show (before flags sync) will only
10182                 be done when there are no processing rules (nor
10183                 pre- or post- ones)
10184         * src/imap.c
10185                 Fix stuff related to mail subdir, creation and 
10186                 deletion of folders 
10187         * src/imap_gtk.c
10188                 Don't allow creation of folders in NoInferior
10189                 folders, as it won't work
10190
10191 2005-10-10 [colin]      1.9.15cvs29
10192
10193         * src/compose.c
10194                 Reselect "None" Privacy system when selecting an
10195                 account with no privacy system defined
10196
10197 2005-10-10 [colin]      1.9.15cvs28
10198
10199         * src/mainwindow.c
10200                 Add Windows-1252 encoding
10201         * src/prefs_common.c
10202                 Rework some defaults:
10203                 - autosave to draft by default
10204                 - don't show header pane (it's already in the textview)
10205                 - Select first new or unread mail on entry
10206                 - Assume 'Yes' to change folder when there's no more
10207                   unread message
10208         * src/prefs_matcher.c
10209                 Fix a gtk assertion failure
10210         * src/gtk/colorlabel.c
10211                 Workaround bad repainting on selection
10212         * src/main.c
10213                 Freeze/thaw (a bit faster on ssh -X)
10214         * src/msgcache.c
10215                 Get rid of StrdupConverter that just adds an
10216                 extra strdup/free 
10217         * src/etpan/imap_thread.c
10218                 memset buf to 0
10219
10220 2005-10-10 [colin]      1.9.15cvs27
10221
10222         * src/export.c
10223         * src/import.c
10224                 Fix compile on gtk 2.4. Patch by wwp
10225
10226 2005-10-09 [colin]      1.9.15cvs26
10227
10228         * src/mainwindow.c
10229         * src/messageview.c
10230         * src/summaryview.c
10231                 Clarify forward menus. Patch by wwp
10232
10233 2005-10-09 [colin]      1.9.15cvs25
10234
10235         * src/compose.c
10236         * src/compose.h
10237                 Fix bug #829 (Non-working "Encrypt message by 
10238                 default when replying to an encrypted message")
10239
10240 2005-10-08 [colin]      1.9.15cvs24
10241
10242         * src/wizard.c
10243                 Fix bug #827 ("Welcome" setup wizard after a 
10244                 permission error gives up & forgets itself.)
10245
10246 2005-10-08 [colin]      1.9.15cvs23
10247
10248         * src/procmime.c
10249                 Fix bug #828 (Ignoring headers with spaces around = sign)
10250
10251 2005-10-08 [colin]      1.9.15cvs22
10252
10253         * src/export.c
10254                 Warning fix by wwp
10255
10256 2005-10-08 [colin]      1.9.15cvs21
10257
10258         * src/folder.c
10259         * src/folder.h
10260                 Add a processing_pending indicator, set on 
10261                 folder_item_open and cleared after 
10262                 folder_item_process_open
10263         * src/folderview.c
10264         * src/summaryview.c
10265                 wrap procmsg_msginfo_*_flags, and in the
10266                 wrapper check that there's no folder processing 
10267                 pending. If there is, defer the flags change until 
10268                 processing is done to avoid stepping over each
10269                 other's toes.
10270                 Freeze during processing, but not during scanning.
10271
10272 2005-10-07 [colin]      1.9.15cvs20
10273
10274         * src/plugins/pgpcore/passphrase.c
10275                 Fix bug #826 (X-Server hangs when 
10276                 right-clicking a PGP encrypted message)
10277
10278 2005-10-07 [paul]       1.9.15cvs19
10279
10280         * src/compose.c
10281                 fix compose_entries[]
10282                 patch by Fabien Vantard
10283
10284 2005-10-06 [colin]      1.9.15cvs18
10285
10286         * src/pixmaps/address.xpm
10287         * src/pixmaps/address_book.xpm
10288         * src/pixmaps/book.xpm
10289         * src/pixmaps/check_spelling.xpm
10290         * src/pixmaps/checkbox_off.xpm
10291         * src/pixmaps/checkbox_on.xpm
10292         * src/pixmaps/close.xpm
10293         * src/pixmaps/complete.xpm
10294         * src/pixmaps/continue.xpm
10295         * src/pixmaps/deleted.xpm
10296         * src/pixmaps/down_arrow.xpm
10297         * src/pixmaps/exec.xpm
10298         * src/pixmaps/forwarded.xpm
10299         * src/pixmaps/group.xpm
10300         * src/pixmaps/ignorethread.xpm
10301         * src/pixmaps/interface.xpm
10302         * src/pixmaps/jpilot.xpm
10303         * src/pixmaps/ldap.xpm
10304         * src/pixmaps/linewrap.xpm
10305         * src/pixmaps/linewrapcurrent.xpm
10306         * src/pixmaps/mail.xpm
10307         * src/pixmaps/mail_attach.xpm
10308         * src/pixmaps/mail_compose.xpm
10309         * src/pixmaps/mail_forward.xpm
10310         * src/pixmaps/mail_receive.xpm
10311         * src/pixmaps/mail_receive_all.xpm
10312         * src/pixmaps/mail_reply.xpm
10313         * src/pixmaps/mail_reply_to_all.xpm
10314         * src/pixmaps/mail_reply_to_author.xpm
10315         * src/pixmaps/mail_send.xpm
10316         * src/pixmaps/mail_send_queue.xpm
10317         * src/pixmaps/mime_application.xpm
10318         * src/pixmaps/mime_audio.xpm
10319         * src/pixmaps/mime_image.xpm
10320         * src/pixmaps/mime_message.xpm
10321         * src/pixmaps/mime_text_enriched.xpm
10322         * src/pixmaps/mime_text_html.xpm
10323         * src/pixmaps/mime_text_plain.xpm
10324         * src/pixmaps/mime_unknown.xpm
10325         * src/pixmaps/new.xpm
10326         * src/pixmaps/news_compose.xpm
10327         * src/pixmaps/offline.xpm
10328         * src/pixmaps/online.xpm
10329         * src/pixmaps/paste.xpm
10330         * src/pixmaps/preferences.xpm
10331         * src/pixmaps/privacy_emblem_encrypted.xpm
10332         * src/pixmaps/privacy_expired.xpm
10333         * src/pixmaps/privacy_failed.xpm
10334         * src/pixmaps/privacy_passed.xpm
10335         * src/pixmaps/privacy_signed.xpm
10336         * src/pixmaps/privacy_unknown.xpm
10337         * src/pixmaps/privacy_warn.xpm
10338         * src/pixmaps/properties.xpm
10339         * src/pixmaps/replied.xpm
10340         * src/pixmaps/search.xpm
10341         * src/pixmaps/unread.xpm
10342         * src/pixmaps/up_arrow.xpm
10343         * src/pixmaps/vcard.xpm
10344                 Modernize internal theme, with icons from the 
10345                 Gnomaws theme. Keep some of the old ones where
10346                 they were better.
10347
10348 2005-10-06 [colin]      1.9.15cvs17
10349
10350         * src/summaryview.c
10351                 Little optimisations + bugfix
10352         * src/toolbar.c
10353                 Remove default useless items - useless being defined
10354                 by the default relevant prefs
10355         * src/wizard.c
10356                 include config.h to make gettext work
10357         * src/prefs_themes.c
10358                 Fix selection of current theme in prefs
10359
10360 2005-10-06 [colin]      1.9.15cvs16
10361
10362         * src/prefs_common.c
10363         * src/prefs_common.h
10364         * src/prefs_summaries.c
10365         * src/folderview.c
10366                 Add a warning dialog on Mark all read 
10367                 (with pref to get rid of it)
10368
10369 2005-10-06 [paul]       1.9.15cvs15
10370
10371         * po/nb.po
10372         * po/pt_BR.po
10373                 updated by Geir Helland and Frederico
10374                 Goncalves Guimaraes
10375
10376 2005-10-05 [colin]      1.9.15cvs14
10377
10378         * src/folder.c
10379         * src/folder.h
10380         * src/folderview.c
10381         * src/folderview.h
10382         * src/imap_gtk.c
10383         * src/mh_gtk.c
10384         * src/mainwindow.c
10385         * src/setup.c
10386                 add a way to rescan without rebuilding
10387                 make moving a bit faster (less folders changes)
10388                 don't lock the tree on Get 
10389         * src/imap.c
10390                 Don't re-delete deleted messages before expunging
10391         * src/summaryview.c
10392                 Set batch mode when deleting mails
10393
10394 2005-10-05 [paul]       1.9.15cvs13
10395
10396         * src/mainwindow.c
10397         * src/mainwindow.h
10398                 fix disabled Execute menu item
10399         * src/toolbar.c
10400                 match the change in 1.9.15cvs10: use Compose
10401                 instead of News by default
10402
10403 2005-10-04 [colin]      1.9.15cvs12
10404
10405         * src/compose.c
10406                 When replying to an ML post with Reply-To set
10407                 to the poster's email, honor it (as before),
10408                 but also honor our user's request to reply to
10409                 the mailing list: set the ML address in the To
10410                 field and the Reply-To address in the Cc: 
10411                 field.
10412
10413 2005-10-04 [colin]      1.9.15cvs11
10414
10415         * src/plugins/trayicon/trayicon.c
10416                 Finish cosmetic change - thanks to wwp
10417
10418 2005-10-04 [colin]      1.9.15cvs10
10419
10420         * src/toolbar.c
10421                 Use Compose instead of Email by default.
10422                 Spotted by wwp.
10423
10424 2005-10-04 [colin]      1.9.15cvs9
10425
10426         * src/folder.c
10427         * src/folder.h
10428         * src/folderview.c
10429         * src/imap.c
10430         * src/etpan/imap-thread.c
10431         * src/etpan/imap-thread.h
10432                 Try to make IMAP faster, by simplifying SEARCH
10433                 commands, avoiding sending two STATUS in a row,
10434                 and deferring flags sync and processing just
10435                 after displaying the folder. 
10436                 This will update the SummaryView in certain
10437                 cases (new mails not already fetched, flags
10438                 changed from another client) but in a non-
10439                 blocking manner.
10440
10441 2005-10-04 [colin]      1.9.15cvs8
10442
10443         * src/plugins/trayicon/trayicon.c
10444                 Relabel "Offline" to "Work offline"
10445
10446 2005-10-04 [colin]      1.9.15cvs7
10447
10448         * src/export.c
10449         * src/import.c
10450         * src/mbox.c
10451                 Fix mbox import/export buglets
10452                 Patch by wwp
10453         * src/plugins/trayicon/trayicon.c
10454                 Add offline swithc
10455                 Patch by wwp
10456
10457 2005-10-04 [colin]      1.9.15cvs6
10458
10459         * src/folder.c
10460         * src/folderview.c
10461         * src/summaryview.c
10462                 Better fix (don't break mark all read) for cvs2
10463
10464 2005-10-03 [colin]      1.9.15cvs5
10465
10466         * src/folder.c
10467                 Use a sane sort by default
10468
10469 2005-10-03 [colin]      1.9.15cvs4
10470
10471         * src/inc.c
10472                 Add a 'Only once' button for overriding offline mode
10473         * src/prefs_account.c
10474         * src/wizard.c
10475                 Add Local mbox to the wizard
10476                 Add IMAP subdir to the wizard (or the wizard is useless
10477                 for such accounts, or even worse than useless)
10478                 Move IMAP subdir from Advanced to Receive tab, as it's
10479                 not that uncommon
10480
10481 2005-10-03 [colin]      1.9.15cvs3
10482
10483         * src/send_message.c
10484                 Forgot this one in cvs1
10485
10486 2005-10-03 [colin]      1.9.15cvs2
10487
10488         * src/folder.c
10489                 Faster close when leaving a folder with lots
10490                 of new mails. Idea by David Relson.
10491
10492 2005-10-03 [colin]      1.9.15cvs1
10493
10494         * src/compose.c
10495         * src/imap.c
10496         * src/inc.c
10497         * src/main.c
10498         * src/messageview.c
10499         * src/news.c
10500         * src/summaryview.c
10501         * src/gtk/sslcertwindow.c
10502         * src/plugins/trayicon/trayicon.c
10503                 Add accels to every AlertPanel. Patch by Fabien 
10504                 Vantard
10505
10506 2005-10-03 [paul]       1.9.15
10507
10508         1.9.15 released
10509
10510 2005-10-03 [paul]       1.9.14cvs68
10511
10512         * po/ca.po
10513         * po/de.po
10514         * po/es.po
10515         * po/fi.po
10516         * po/fr.po
10517         * po/sk.po
10518         * po/sr.po
10519         * po/zh_CN.po
10520                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10521                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10522                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10523
10524 2005-10-03 [paul]       1.9.14cvs67
10525
10526         * src/send_message.c
10527                 prevent hang on Cancel
10528                 patch by Colin
10529
10530 2005-10-03 [paul]       1.9.14cvs66
10531
10532         * src/main.c
10533                 fix crash in IMAP caused by discrepancy
10534                 between check_at_startup and offline mode
10535                 Patch by Colin
10536
10537 2005-10-01 [paul]       1.9.14cvs65
10538
10539         * src/inc.c
10540                 fix engrish
10541
10542 2005-10-01 [paul]       1.9.14cvs64
10543         * src/export.c
10544         * src/import.c
10545                 synchronise import_mbox() and export_mbox()
10546         * src/mbox.c
10547                 proc_mbox(): add alert if file cannot be opened
10548                 export_list_to_mbox(): test if dest file exists,
10549                 prompt user to overwrite if it does. add alert
10550                 if file cannot be created
10551                                                                 
10552         Patch by wwp
10553                                                                                                                 
10554
10555 2005-09-30 [paul]       1.9.14cvs63
10556
10557         * src/addressbook.c
10558                 Fix sensitivity of a menu
10559         * src/codeconv.c
10560                 Respect hidden pref for mails with no encoding
10561         * src/common/xml.c
10562                 Fix memory corruption
10563         * src/plugins/pgpcore/sgpgme.c
10564                 Fix segfault on incomplete sigs, and display
10565                 of S/Mime UIDs
10566
10567         Patches by Colin
10568
10569 2005-09-30 [colin]      1.9.14cvs62
10570
10571         * src/partial_download.c
10572                 Little logic fix in almost-dead code
10573         * src/pop.c
10574                 Fix partial download when there's no new mail
10575
10576 2005-09-29 [paul]       1.9.14cvs61
10577
10578         * src/plugins/pgpinline/pgpinline.c
10579                 fix bug 819, 'crash accessing sign message'
10580                 Patch by Colin
10581
10582 2005-09-28 [martin]     1.9.14cvs60
10583
10584         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10585                 fix bug #790 (Crash when restarting window manager (fluxbox))
10586
10587 2005-09-28 [paul]       1.9.14cvs59
10588
10589         * src/gtk/gtkaspell.c
10590                 fix off-by-one typo
10591
10592 2005-09-27 [colin]      1.9.14cvs58
10593
10594         * src/plugins/pgpcore/sgpgme.c
10595                 Report error when there's one, instead of
10596                 "Signature unchecked" 
10597
10598 2005-09-27 [colin]      1.9.14cvs57
10599
10600         * src/prefs_quote.c
10601                 Fix bug #816 (Weird quotation with spaces)
10602
10603 2005-09-27 [colin]      1.9.14cvs56
10604
10605         * src/codeconv.c
10606         * src/compose.c
10607         * src/compose.h
10608                 Put subject in compose's title
10609                 Fix Automatic encoding so that it's really automatic:
10610                 first try default locale's charset, then charset of the replied mail, 
10611                 then utf-8
10612                 Fix encoding of headers (must be in strict mode too)
10613
10614 2005-09-26 [colin]      1.9.14cvs55
10615
10616         * src/gtk/gtkaspell.c
10617                 Fix previous patch - don't color the space,
10618                 just uncolor it :)
10619
10620 2005-09-26 [colin]      1.9.14cvs54
10621
10622         * src/gtk/gtkaspell.c
10623                 Unmark space if possible
10624
10625 2005-09-26 [colin]      1.9.14cvs53
10626
10627         * src/imap.c
10628                 log_error instead of alertpanel according to the pref
10629         * src/etpan/imap-thread.c
10630                 Print connect status, copy only necessary size to 
10631                 logger
10632         * src/plugins/pgpmime/pgpmime.c
10633                 Handle S/Mime signatures (verification only). Patch based
10634                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10635
10636 2005-09-26 [paul]       1.9.14cvs52
10637
10638         * src/common/passcrypt.c
10639                 this 'workaround' not necessary on NetBSD.
10640                 Thanks to Daniel Gustafson
10641
10642 2005-09-26 [paul]
10643
10644         1.9.15-rc4 released
10645
10646 2005-09-26 [paul]       1.9.14cvs51
10647
10648         * src/summaryview.c
10649                 Skip currently selected message when
10650                 looking for next new or unread message
10651                 in current folder. Patch by Colin
10652         * src/common/passcrypt.c
10653                 eliminate warnings on *BSD. Patch by
10654                 Daniel Gustafson
10655
10656 2005-09-26 [colin]      1.9.14cvs50
10657
10658         * src/procmsg.c
10659                 Call postfiltering hook anyway
10660
10661 2005-09-22 [colin]      1.9.14cvs49
10662
10663         * src/codeconv.c
10664         * src/codeconv.h
10665                 Add a strict mode that doesn't replace with _
10666         * src/compose.c
10667         * src/compose.h
10668                 Use strict conversion while sending
10669                 Fix race when drafting while sending (happens
10670                 on IMAP)
10671                 Fix d'n'd of messages from summaryview
10672         * src/prefs_common.c
10673         * src/prefs_common.h
10674                 add hidden utf8_instead_of_locale_for_broken_mail 
10675                 pref for people that preferred the default charset 
10676                 to be utf8 for broken mails
10677         * src/quote_fmt_parse.y
10678                 fix bug #815 (No quote insert if "From:" fied 
10679                 contained Russian letters)
10680         * src/summaryview.c
10681                 Fix d'n'd of messages to compose
10682
10683 2005-09-22 [paul]       1.9.14cvs48
10684
10685         * src/compose.c
10686                 fix bug where attachments Name entry
10687                 would display Path instead
10688
10689 2005-09-21 [paul]       1.9.14cvs47
10690
10691         * README
10692         * README.jp
10693         * configure.ac
10694         * config/config.rpath
10695         * doc/manual/en/sylpheed-20.html
10696         * doc/manual/es/sylpheed-20.html
10697         * po/bg.po
10698         * po/ca.po
10699         * po/de.po
10700         * po/es.po
10701         * po/fr.po
10702         * po/it.po
10703         * po/pt_BR.po
10704         * po/sk.po
10705         * po/zh_TW.po
10706         * src/account.c
10707         * src/account.h
10708         * src/action.c
10709         * src/action.h
10710         * src/adbookbase.h
10711         * src/addr_compl.c
10712         * src/addr_compl.h
10713         * src/addrbook.c
10714         * src/addrbook.h
10715         * src/addrcache.c
10716         * src/addrcache.h
10717         * src/addrcindex.c
10718         * src/addrcindex.h
10719         * src/addrclip.c
10720         * src/addrclip.h
10721         * src/addrdefs.h
10722         * src/addressadd.c
10723         * src/addressadd.h
10724         * src/addressbook.c
10725         * src/addressbook.h
10726         * src/addressitem.h
10727         * src/addrgather.c
10728         * src/addrgather.h
10729         * src/addrharvest.c
10730         * src/addrharvest.h
10731         * src/addrindex.c
10732         * src/addrindex.h
10733         * src/addritem.c
10734         * src/addritem.h
10735         * src/addrquery.c
10736         * src/addrquery.h
10737         * src/addrselect.c
10738         * src/addrselect.h
10739         * src/alertpanel.c
10740         * src/alertpanel.h
10741         * src/browseldap.c
10742         * src/browseldap.h
10743         * src/codeconv.c
10744         * src/codeconv.h
10745         * src/compose.c
10746         * src/compose.h
10747         * src/crash.c
10748         * src/crash.h
10749         * src/customheader.c
10750         * src/customheader.h
10751         * src/displayheader.c
10752         * src/displayheader.h
10753         * src/editaddress.c
10754         * src/editaddress.h
10755         * src/editbook.c
10756         * src/editbook.h
10757         * src/editgroup.c
10758         * src/editgroup.h
10759         * src/editjpilot.c
10760         * src/editjpilot.h
10761         * src/editldap.c
10762         * src/editldap.h
10763         * src/editldap_basedn.c
10764         * src/editldap_basedn.h
10765         * src/editvcard.c
10766         * src/editvcard.h
10767         * src/enriched.c
10768         * src/enriched.h
10769         * src/exphtmldlg.c
10770         * src/exphtmldlg.h
10771         * src/expldifdlg.c
10772         * src/expldifdlg.h
10773         * src/export.c
10774         * src/export.h
10775         * src/exporthtml.c
10776         * src/exporthtml.h
10777         * src/exportldif.c
10778         * src/exportldif.h
10779         * src/filtering.c
10780         * src/filtering.h
10781         * src/folder.c
10782         * src/folder.h
10783         * src/folder_item_prefs.c
10784         * src/folder_item_prefs.h
10785         * src/foldersel.c
10786         * src/foldersel.h
10787         * src/folderutils.c
10788         * src/folderutils.h
10789         * src/folderview.c
10790         * src/folderview.h
10791         * src/grouplistdialog.c
10792         * src/grouplistdialog.h
10793         * src/headerview.c
10794         * src/headerview.h
10795         * src/html.c
10796         * src/html.h
10797         * src/image_viewer.c
10798         * src/image_viewer.h
10799         * src/imap.c
10800         * src/imap.h
10801         * src/imap_gtk.c
10802         * src/imap_gtk.h
10803         * src/import.c
10804         * src/import.h
10805         * src/importldif.c
10806         * src/importldif.h
10807         * src/importmutt.c
10808         * src/importmutt.h
10809         * src/importpine.c
10810         * src/importpine.h
10811         * src/inc.c
10812         * src/inc.h
10813         * src/jpilot.c
10814         * src/jpilot.h
10815         * src/ldapctrl.c
10816         * src/ldapctrl.h
10817         * src/ldaplocate.c
10818         * src/ldaplocate.h
10819         * src/ldapquery.c
10820         * src/ldapquery.h
10821         * src/ldapserver.c
10822         * src/ldapserver.h
10823         * src/ldaputil.c
10824         * src/ldaputil.h
10825         * src/ldif.c
10826         * src/ldif.h
10827         * src/localfolder.c
10828         * src/localfolder.h
10829         * src/main.c
10830         * src/main.h
10831         * src/mainwindow.c
10832         * src/mainwindow.h
10833         * src/manual.c
10834         * src/manual.h
10835         * src/matcher.c
10836         * src/matcher.h
10837         * src/matcher_parser.h
10838         * src/matcher_parser_lex.l
10839         * src/matcher_parser_parse.y
10840         * src/mbox.c
10841         * src/mbox.h
10842         * src/message_search.c
10843         * src/message_search.h
10844         * src/messageview.c
10845         * src/messageview.h
10846         * src/mh.c
10847         * src/mh.h
10848         * src/mh_gtk.c
10849         * src/mh_gtk.h
10850         * src/mimeview.c
10851         * src/mimeview.h
10852         * src/msgcache.c
10853         * src/msgcache.h
10854         * src/mutt.c
10855         * src/mutt.h
10856         * src/news.c
10857         * src/news.h
10858         * src/news_gtk.c
10859         * src/news_gtk.h
10860         * src/noticeview.c
10861         * src/noticeview.h
10862         * src/partial_download.c
10863         * src/partial_download.h
10864         * src/pine.c
10865         * src/pine.h
10866         * src/pop.c
10867         * src/pop.h
10868         * src/prefs_account.c
10869         * src/prefs_account.h
10870         * src/prefs_actions.c
10871         * src/prefs_actions.h
10872         * src/prefs_common.c
10873         * src/prefs_common.h
10874         * src/prefs_compose_writing.c
10875         * src/prefs_compose_writing.h
10876         * src/prefs_customheader.c
10877         * src/prefs_customheader.h
10878         * src/prefs_display_header.c
10879         * src/prefs_display_header.h
10880         * src/prefs_ext_prog.c
10881         * src/prefs_ext_prog.h
10882         * src/prefs_filtering.c
10883         * src/prefs_filtering.h
10884         * src/prefs_filtering_action.c
10885         * src/prefs_filtering_action.h
10886         * src/prefs_folder_column.c
10887         * src/prefs_folder_column.h
10888         * src/prefs_folder_item.c
10889         * src/prefs_folder_item.h
10890         * src/prefs_fonts.c
10891         * src/prefs_fonts.h
10892         * src/prefs_gtk.c
10893         * src/prefs_gtk.h
10894         * src/prefs_image_viewer.c
10895         * src/prefs_image_viewer.h
10896         * src/prefs_matcher.c
10897         * src/prefs_matcher.h
10898         * src/prefs_message.c
10899         * src/prefs_message.h
10900         * src/prefs_msg_colors.c
10901         * src/prefs_msg_colors.h
10902         * src/prefs_other.c
10903         * src/prefs_other.h
10904         * src/prefs_quote.c
10905         * src/prefs_quote.h
10906         * src/prefs_receive.c
10907         * src/prefs_receive.h
10908         * src/prefs_send.c
10909         * src/prefs_send.h
10910         * src/prefs_spelling.c
10911         * src/prefs_spelling.h
10912         * src/prefs_summaries.c
10913         * src/prefs_summaries.h
10914         * src/prefs_summary_column.c
10915         * src/prefs_summary_column.h
10916         * src/prefs_template.c
10917         * src/prefs_template.h
10918         * src/prefs_themes.c
10919         * src/prefs_themes.h
10920         * src/prefs_toolbar.c
10921         * src/prefs_toolbar.h
10922         * src/prefs_wrapping.c
10923         * src/prefs_wrapping.h
10924         * src/privacy.c
10925         * src/privacy.h
10926         * src/procheader.c
10927         * src/procheader.h
10928         * src/procmime.c
10929         * src/procmime.h
10930         * src/procmsg.c
10931         * src/procmsg.h
10932         * src/quote_fmt.c
10933         * src/quote_fmt_parse.y
10934         * src/recv.c
10935         * src/recv.h
10936         * src/remotefolder.c
10937         * src/remotefolder.h
10938         * src/send_message.c
10939         * src/send_message.h
10940         * src/setup.c
10941         * src/setup.h
10942         * src/simple-gettext.c
10943         * src/sourcewindow.c
10944         * src/sourcewindow.h
10945         * src/ssl_manager.c
10946         * src/ssl_manager.h
10947         * src/statusbar.c
10948         * src/statusbar.h
10949         * src/stock_pixmap.c
10950         * src/stock_pixmap.h
10951         * src/summary_search.c
10952         * src/summary_search.h
10953         * src/summaryview.c
10954         * src/summaryview.h
10955         * src/syldap.c
10956         * src/syldap.h
10957         * src/textview.c
10958         * src/textview.h
10959         * src/toolbar.c
10960         * src/toolbar.h
10961         * src/undo.c
10962         * src/undo.h
10963         * src/unmime.c
10964         * src/unmime.h
10965         * src/vcard.c
10966         * src/vcard.h
10967         * src/wizard.c
10968         * src/wizard.h
10969         * src/common/base64.c
10970         * src/common/base64.h
10971         * src/common/defs.h
10972         * src/common/hooks.c
10973         * src/common/hooks.h
10974         * src/common/log.c
10975         * src/common/log.h
10976         * src/common/md5.c
10977         * src/common/md5.h
10978         * src/common/mgutils.c
10979         * src/common/mgutils.h
10980         * src/common/nntp.c
10981         * src/common/nntp.h
10982         * src/common/passcrypt.c
10983         * src/common/passcrypt.h.in
10984         * src/common/plugin.c
10985         * src/common/plugin.h
10986         * src/common/prefs.c
10987         * src/common/prefs.h
10988         * src/common/progressindicator.c
10989         * src/common/progressindicator.h
10990         * src/common/quoted-printable.c
10991         * src/common/quoted-printable.h
10992         * src/common/session.c
10993         * src/common/session.h
10994         * src/common/smtp.c
10995         * src/common/smtp.h
10996         * src/common/socket.c
10997         * src/common/socket.h
10998         * src/common/ssl.c
10999         * src/common/ssl.h
11000         * src/common/ssl_certificate.c
11001         * src/common/ssl_certificate.h
11002         * src/common/string_match.c
11003         * src/common/string_match.h
11004         * src/common/stringtable.c
11005         * src/common/sylpheed.c
11006         * src/common/sylpheed.h
11007         * src/common/template.c
11008         * src/common/template.h
11009         * src/common/timing.h
11010         * src/common/utils.c
11011         * src/common/utils.h
11012         * src/common/uuencode.c
11013         * src/common/uuencode.h
11014         * src/common/version.h.in
11015         * src/common/xml.c
11016         * src/common/xml.h
11017         * src/common/xmlprops.c
11018         * src/common/xmlprops.h
11019         * src/gtk/about.c
11020         * src/gtk/about.h
11021         * src/gtk/colorlabel.c
11022         * src/gtk/colorlabel.h
11023         * src/gtk/colorsel.c
11024         * src/gtk/colorsel.h
11025         * src/gtk/description_window.c
11026         * src/gtk/description_window.h
11027         * src/gtk/filesel.c
11028         * src/gtk/filesel.h
11029         * src/gtk/foldersort.c
11030         * src/gtk/foldersort.h
11031         * src/gtk/gtkutils.c
11032         * src/gtk/gtkutils.h
11033         * src/gtk/inputdialog.c
11034         * src/gtk/inputdialog.h
11035         * src/gtk/logwindow.c
11036         * src/gtk/logwindow.h
11037         * src/gtk/manage_window.c
11038         * src/gtk/manage_window.h
11039         * src/gtk/menu.c
11040         * src/gtk/menu.h
11041         * src/gtk/pluginwindow.c
11042         * src/gtk/pluginwindow.h
11043         * src/gtk/prefswindow.c
11044         * src/gtk/prefswindow.h
11045         * src/gtk/progressdialog.c
11046         * src/gtk/progressdialog.h
11047         * src/gtk/quicksearch.c
11048         * src/gtk/quicksearch.h
11049         * src/gtk/sslcertwindow.c
11050         * src/gtk/sslcertwindow.h
11051         * src/plugins/clamav/clamav_plugin.c
11052         * src/plugins/clamav/clamav_plugin.h
11053         * src/plugins/clamav/clamav_plugin_gtk.c
11054         * src/plugins/demo/demo.c
11055         * src/plugins/dillo_viewer/dillo_prefs.c
11056         * src/plugins/dillo_viewer/dillo_prefs.h
11057         * src/plugins/dillo_viewer/dillo_viewer.c
11058         * src/plugins/mathml_viewer/mathml_viewer.c
11059         * src/plugins/pgpcore/passphrase.c
11060         * src/plugins/pgpcore/passphrase.h
11061         * src/plugins/pgpcore/plugin.c
11062         * src/plugins/pgpcore/prefs_gpg.c
11063         * src/plugins/pgpcore/prefs_gpg.h
11064         * src/plugins/pgpcore/select-keys.c
11065         * src/plugins/pgpcore/select-keys.h
11066         * src/plugins/pgpcore/sgpgme.c
11067         * src/plugins/pgpcore/sgpgme.h
11068         * src/plugins/pgpinline/pgpinline.c
11069         * src/plugins/pgpinline/pgpinline.h
11070         * src/plugins/pgpinline/plugin.c
11071         * src/plugins/pgpmime/pgpmime.c
11072         * src/plugins/pgpmime/pgpmime.h
11073         * src/plugins/pgpmime/plugin.c
11074         * src/plugins/spamassassin/spamassassin.c
11075         * src/plugins/spamassassin/spamassassin.h
11076         * src/plugins/spamassassin/spamassassin_gtk.c
11077         * src/plugins/trayicon/trayicon.c
11078         * tools/OOo2sylpheed.pl
11079         * tools/acroread2sylpheed.pl
11080         * tools/asus_mailled.sh
11081         * tools/filter_conv.pl
11082         * tools/freshmeat_search.pl
11083         * tools/google_search.pl
11084         * tools/kmail2sylpheed.pl
11085         * tools/kmail2sylpheed_v2.pl
11086         * tools/maildir2sylpheed.pl
11087         * tools/multiwebsearch.pl
11088         * tools/newscache_clean.pl
11089         * tools/outlook2sylpheed.pl
11090         * tools/sylpheed-switcher
11091         * tools/update-po
11092         * tools/vcard2xml.py
11093         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11094                 update FSF address
11095
11096 2005-09-21 [colin]      1.9.14cvs46
11097
11098         * src/gedit-print.c
11099         * src/procmsg.c
11100         * src/procmsg.h
11101         * src/textview.c
11102         * src/summaryview.c
11103                 Remove some printing hacks (deselection/reselection),
11104                 which by the way fix printing the currently 
11105                 displayed mime part (still only text)
11106                 Plus a little optimisation of summary_show
11107
11108
11109 2005-09-20 [colin]      1.9.14cvs45
11110
11111         * src/mainwindow.c
11112         * src/messageview.c
11113                 GUI fixups: add accels, set message
11114                 view title to displayed mail's subject
11115         * src/prefs_spelling.c
11116         * src/gtk/gtkaspell.c
11117                 GUI fixups: allow underlining misspelled
11118                 words instead of coloring them (a11y!)
11119
11120 2005-09-19 [colin]
11121
11122         1.9.15rc3 released
11123
11124 2005-09-19 [colin]      1.9.14cvs44
11125
11126         * src/compose.c
11127                 Fix draft message
11128         * src/gtk/gtkaspell.c
11129                 Fix wrong test ;-)
11130
11131 2005-09-19 [colin]      1.9.14cvs43
11132
11133         * src/addressbook.c
11134                 Fix sensitivity of Delete button
11135         * src/compose.c
11136                 Warn if the requested Privacy system
11137                 is not available
11138         * src/exphtmldlg.c
11139         * src/expldifdlg.c
11140         * src/importldif.c
11141         * src/importmutt.c
11142         * src/importpine.c
11143                 Fix crappy UI
11144         * src/
11145         * src/ssl.h
11146         * src/prefs_account.h
11147         * src/prefs_account.c
11148                 Save SSL prefs even in builds that have
11149                 SSL support disable
11150         * src/imap.c
11151         * src/inc.c
11152         * src/news.c
11153         * src/send_message.c
11154                 Warn if connection should be secure, but
11155                 SSL support isn't compiled in
11156         * src/gtkaspell.c
11157                 Fix word separation on UTF-8 systems
11158                 Fixes bug #812 (Strange inline spellchecking)
11159         * src/compose.c
11160                 Warn if the requested Privacy system
11161                 is not available
11162                 Factorize offline warning
11163         * src/imap.c
11164         * src/imap_gtk.c
11165         * src/imap_gtk.h
11166         * src/inc.h
11167         * src/news_gtk.c
11168         * src/news_gtk.h
11169         * src/messageview.c
11170                 Factorize offline warning
11171
11172 2005-09-19 [paul]
11173
11174         1.9.15-rc2 released
11175
11176 2005-09-18 [colin]      1.9.14cvs42
11177
11178         * src/codeconv.c
11179         * src/codeconv.h
11180         * src/procmime.c
11181                 Add a way to get locale's charset ignoring utf-8,
11182                 and use that as default encoding for broken mails
11183
11184 2005-09-18 [colin]      1.9.14cvs41
11185
11186         * src/gtk/logwindow.c
11187                 Translate string. Patch by Fabien Vantard
11188
11189 2005-09-18 [colin]      1.9.14cvs40
11190
11191         * configure.ac
11192                 Fix bug #803 (IMAP/SSL support breaks with 
11193                 GnuTLS libetpan 0.38)
11194
11195 2005-09-18 [colin]      1.9.14cvs39
11196
11197         * src/codeconv.c
11198         * src/compose.c
11199         * src/procmime.c
11200                 More charsets fixes. Fixes bug #806 (non
11201                 ascii characters in subject line)
11202
11203 2005-09-17 [paul]       1.9.14cvs38
11204
11205         * src/folderview.c
11206         * src/mainwindow.c
11207                 fix gcc-2.95 issues
11208                 Patch by Pawel Pekala
11209
11210 2005-09-17 [colin]      1.9.14cvs37
11211
11212         * src/addrindex.c
11213                 bugfix for NO-USE LDAP compilation, patch 
11214                 by Fabien Vantard
11215
11216 2005-09-17 [colin]      1.9.14cvs36
11217
11218         * src/prefs_actions.c
11219         * src/prefs_customheader.c
11220         * src/prefs_display_header.c
11221         * src/prefs_filtering_action.c
11222         * src/prefs_matcher.c
11223         * src/prefs_toolbar.c
11224                 Fix strange casts (less elegant but
11225                 works better)
11226
11227 2005-09-16 [colin]      1.9.14cvs35
11228
11229         * src/jpilot.c
11230                 Missed that one
11231
11232 2005-09-16 [colin]      1.9.14cvs34
11233
11234         * configure.ac
11235         * src/Makefile.am
11236         * src/addr_compl.c
11237         * src/addrindex.c
11238         * src/browseldap.c
11239         * src/editldap.c
11240         * src/ldaplocate.c
11241         * src/ldapquery.c
11242         * src/ldapquery.h
11243         * src/ldapserver.c
11244         * src/ldapserver.h
11245         * src/main.c
11246         * src/matcher_parser_parse.y
11247         * src/prefs_themes.c
11248         * src/etpan/Makefile.am
11249         * src/gtk/description_window.c
11250         * src/plugins/clamav/Makefile.am
11251         * src/plugins/clamav/clamav_plugin.c
11252         * src/plugins/dillo_viewer/Makefile.am
11253         * src/plugins/pgpcore/Makefile.am
11254         * src/plugins/pgpinline/Makefile.am
11255         * src/plugins/pgpmime/Makefile.am
11256         * src/plugins/trayicon/Makefile.am
11257                 Fix 100% cpu usage in address completion list
11258                 Fix little bugs (return with no values etc)
11259                 Fix all warnings (with common CFLAGS)
11260
11261 2005-09-15 [colin]      1.9.14cvs33
11262
11263         * src/addressbook.c
11264                 Fix bug where sometimes a group's email list is empty,
11265                 force its refresh (probably fixes "Re: how to create a 
11266                 distribution list")
11267         * src/ldapquery.c
11268                 Don't return to the callback in the main thread from the
11269                 fetch thread (or face segs!)
11270
11271 2005-09-15 [paul]       1.9.14cvs32
11272
11273         * src/prefs_matcher.c
11274                 forgotten in last commit
11275
11276 2005-09-15 [paul]       1.9.14cvs31
11277
11278         * src/prefs_actions.c
11279         * src/prefs_filtering_action.c
11280         * src/prefs_quote.c
11281         * src/quote_fmt.c
11282         * src/summaryview.c
11283         * src/gtk/description_window.c
11284         * src/gtk/description_window.h
11285         * src/gtk/quicksearch.c
11286                 allow interaction with the called
11287                 description window
11288                 Patch by Anders Hammar
11289
11290 2005-09-14 [paul]       1.9.14cvs30
11291
11292         * src/compose.c
11293                 fix a little annoyance when pasting with 3rd button 
11294                 with wrap_pastes=0 and wrap_input=1
11295                 Patch by Colin
11296
11297 2005-09-14 [paul]       1.9.14cvs29
11298
11299         * src/prefs_account.c
11300                 disable 'Filter messages on receiving' for
11301                 SMTP-only accounts
11302                 Patch  by Anders Hammar
11303
11304 2005-09-14 [paul]       1.9.14cvs28
11305
11306         * po/sk.po
11307                 fix crash
11308                 updated by Andrej Kacian
11309
11310 2005-09-14 [paul]
11311
11312         1.9.15-rc1 released
11313
11314 2005-09-14 [paul]       1.9.14cvs27
11315
11316         * po/es.po
11317                 updated by Ricardo Mones Lastra
11318         * src/compose.c
11319         * src/compose.h
11320                 associate no_wrap_tags to Compose windows
11321                 instead of using a static one
11322                 Patch by Colin
11323         * src/mbox.c
11324                 fix proc_mbox()
11325                 Patch by wwp
11326         * src/textview.c
11327                 remove unneeded printf()
11328
11329 2005-09-14 [paul]       1.9.14cvs26
11330
11331         * src/addrcache.c
11332         * src/codeconv.h
11333         * src/folder.h
11334         * src/mainwindow.h
11335         * src/mh.c
11336         * src/mimeview.h
11337         * src/partial_download.c
11338         * src/pop.c
11339         * src/prefs_account.c
11340         * src/prefs_account.h
11341         * src/prefs_actions.c
11342         * src/prefs_customheader.c
11343         * src/prefs_display_header.c
11344         * src/prefs_filtering_action.c
11345         * src/prefs_matcher.c
11346         * src/prefs_toolbar.c
11347         * src/privacy.h
11348         * src/procmime.c
11349         * src/procmime.h
11350         * src/procmsg.h
11351         * src/textview.c
11352         * src/undo.h
11353         * src/common/plugin.c
11354         * src/common/session.h
11355         * src/common/socket.c
11356         * src/common/socket.h
11357         * src/common/template.c
11358         * src/gtk/gtkaspell.c
11359         * src/gtk/quicksearch.h
11360         * src/plugins/pgpcore/passphrase.c
11361         * src/plugins/pgpcore/prefs_gpg.h
11362         * src/plugins/pgpcore/select-keys.c
11363         * src/plugins/pgpcore/select-keys.h
11364         * src/plugins/pgpcore/sgpgme.c
11365         * src/plugins/pgpinline/pgpinline.c
11366         * src/plugins/pgpmime/pgpmime.c
11367         * src/plugins/trayicon/trayicon.c
11368                 fix compilation warnings
11369                 Patch by Daniel Gustafson
11370
11371 2005-09-14 [paul]       1.9.14cvs25
11372
11373         * src/addressbook.c
11374                 add missing column header, and other small
11375                 bug fixes
11376                 Patch by Anders Hammar
11377
11378 2005-09-13 [colin]      1.9.14cvs24
11379
11380         * src/gtk/gtkaspell.c
11381                 Fix non-utf8 in menu
11382                 Fix little leaks
11383                 Nullify struct members after free()s
11384
11385 2005-09-13 [colin]      1.9.14cvs23
11386
11387         * src/compose.c
11388                 Test utf8 compliance before inserting to 
11389                 buffer, and try to convert if necessary
11390         * src/procmime.c
11391                 If no charset is present, use the locale 
11392                 one instead of us-ascii
11393         * src/procmsg.c
11394                 Add Sender, List-Post and To in the checked 
11395                 headers for automatic rules creation 
11396                 (thanks to wwp)
11397         * src/prefs_themes.c
11398         * src/gtk/gtkaspell.c
11399                 Remove deprecated functions. 
11400                 patch by Daniel Gustafson
11401
11402 2005-09-12 [colin]      1.9.14cvs22
11403
11404         * src/compose.c
11405                 Fix bug #448 (Scrolling/Redraw issue with 
11406                 address-fields in Header)
11407         * src/mainwindow.c
11408         * src/summaryview.c
11409         * src/summaryview.h
11410                 Fix loss of MSG_MARKED on move/copy
11411                 Fix bug #804 (Quicksearch togglebutton doesn't 
11412                 get depressed after '/' key is pressed)
11413
11414 2005-09-12 [paul]       1.9.14cvs21
11415
11416         * AUTHORS
11417         * src/gtk/logwindow.c
11418                 add 'Clear Log' to popup menu
11419                 Patch by Anders Hammar <anders.hammar@telia.com>
11420
11421 2005-09-12 [paul]       1.9.14cvs20
11422
11423         * src/compose.c
11424                 set correct sensitivity on attachments
11425                 popup menu
11426         * src/folder.c
11427                 fix typo
11428         * src/prefs_spelling.c
11429                 fix crash when no LANG env is set
11430         * src/common/xml.c
11431                 fix crash in wizard
11432                 don't use memeory after free
11433
11434         All patches by Daniel Gustafson
11435
11436 2005-09-12 [paul]       1.9.14cvs19
11437
11438         * src/prefs_themes.c
11439                 make theme info selectable
11440         * src/gtk/description_window.c
11441                 make window non-modal
11442         * tools/README
11443                 add details of asus_mailed.sh
11444         * tools/claws.i18n.status.pl
11445                 update for new zh_TW translator
11446                 widen the output
11447                 create alternate coloured lines
11448                 improve readability
11449
11450 2005-09-10 [colin]      1.9.14cvs18
11451
11452         * src/plugins/pgpcore/select-keys.c
11453                 Better order for the buttons
11454
11455 2005-09-10 [colin]      1.9.14cvs17
11456
11457         * src/compose.c
11458         * src/plugins/pgpcore/select-keys.c
11459         * src/plugins/pgpcore/select-keys.h
11460         * src/plugins/pgpcore/sgpgme.c
11461                 Add a "Don't encrypt" button to the key
11462                 selection dialog. Fixes bug #177 (There should be a 
11463                 'Don't encrypt button in the Select Keys dialog)
11464
11465 2005-09-10 [colin]      1.9.14cvs16
11466
11467         * src/compose.c
11468                 Fix bug #572 (%X option does not work with templates)
11469
11470 2005-09-10 [colin]      1.9.14cvs15
11471
11472         * src/toolbar.c 
11473                 Remove g_print
11474
11475 2005-09-10 [colin]      1.9.14cvs14
11476
11477         * src/imap.c
11478                 Fix a possible crash
11479
11480 2005-09-09 [colin]      1.9.14cvs13
11481
11482         * src/imap.c
11483         * src/etpan/imap-thread.c
11484         * src/etpan/imap-thread.h
11485                 Fix moving from queue or drafts to normal folders
11486                 Fix bug #794 (No way to delete without expunging)
11487                 Take flags unset by other mailers into account
11488                 Take deleted flag set by other mailers into account
11489                 Fix unsetting REPLIED flag
11490                 Fix crash when capabilities can't be retrieved
11491         * src/mainwindow.c
11492         * src/mainwindow.h
11493                 Add M_DELAYED_FLAGS condition, and let the user use
11494                 Execute in order to be able to expunge deleted mails,
11495                 even if he's not in delayed execute mode
11496         * src/prefs_spelling.c
11497                 Use 'en' dictionary by default if LANG is POSIX or C
11498         * src/gtk/prefswindow.c
11499                 Fix bug #767 (Preferences windows expanding) by making
11500                 the window a bit larger when the resolution is greater
11501                 than 640x480, and by putting the prefs in a
11502                 GtkScrolledWindow.
11503
11504 2005-09-09 [paul]       1.9.14cvs12
11505
11506         * AUTHORS
11507         * configure.ac
11508         * po/zh_TW.Big5.po      ** REMOVED **
11509         * po/zh_TW.po           ** ADDED **
11510                 updated by Wei-Lun Chao
11511
11512 2005-09-09 [paul]       1.9.14cvs11
11513
11514         * src/mainwindow.c
11515                 fix asserts
11516         * src/common/xml.c
11517                 delay memory allocation until file is
11518                 opened successfully
11519                 Patch by Daniel Gustafson
11520
11521 2005-09-09 [colin]      1.9.14cvs10
11522
11523         * src/imap.c
11524                 Add guards
11525
11526 2005-09-08 [colin]      1.9.14cvs9
11527
11528         * src/compose.c
11529                 Alert when we can't save draft
11530                 Fix various wrap/color issues
11531                 Add mid-click pasting respecting wrap_paste option
11532         * src/folder.c
11533         * src/folder.h
11534         * src/folder_item_prefs.c
11535         * src/folder_item_prefs.h
11536         * src/imap.c
11537         * src/imap_gtk.c
11538         * src/imap_gtk.h
11539         * src/main.c
11540         * src/mainwindow.c
11541         * src/mainwindow.h
11542         * src/news.c
11543         * src/news_gtk.c
11544         * src/news_gtk.h
11545         * src/prefs_folder_item.c
11546                 Fix the impossibility to synchronise folders for
11547                 offline use (IMAP and NNTP are concerned)
11548
11549 2005-09-08 [colin]      1.9.14cvs8
11550
11551         * configure.ac
11552                 Build LDAP and JPilot by default if available
11553         * src/textview.c
11554                 Fix use after free
11555
11556 2005-09-08 [paul]       1.9.14cvs7
11557
11558         * doc/manual/en/sylpheed-1.html
11559         * doc/manual/en/sylpheed-18.html
11560         * doc/manual/en/sylpheed-19.html
11561         * doc/manual/en/sylpheed-4.html
11562         * doc/manual/en/sylpheed-6.html
11563         * doc/manual/en/sylpheed.html
11564                 a few minor updates, plus include some
11565                 details about plugins and their requirements
11566         * src/mainwindow.c
11567                 minor changes to English in /View/Sort
11568
11569 2005-09-07 [colin]      1.9.14cvs6
11570
11571         * doc/manual/en/sylpheed-1.html
11572         * doc/manual/en/sylpheed-10.html
11573         * doc/manual/en/sylpheed-11.html
11574         * doc/manual/en/sylpheed-12.html
11575         * doc/manual/en/sylpheed-13.html
11576         * doc/manual/en/sylpheed-14.html
11577         * doc/manual/en/sylpheed-15.html
11578         * doc/manual/en/sylpheed-16.html
11579         * doc/manual/en/sylpheed-17.html
11580         * doc/manual/en/sylpheed-18.html
11581         * doc/manual/en/sylpheed-19.html
11582         * doc/manual/en/sylpheed-2.html
11583         * doc/manual/en/sylpheed-20.html
11584         * doc/manual/en/sylpheed-21.html
11585         * doc/manual/en/sylpheed-22.html
11586         * doc/manual/en/sylpheed-3.html
11587         * doc/manual/en/sylpheed-4.html
11588         * doc/manual/en/sylpheed-5.html
11589         * doc/manual/en/sylpheed-6.html
11590         * doc/manual/en/sylpheed-7.html
11591         * doc/manual/en/sylpheed-8.html
11592         * doc/manual/en/sylpheed-9.html
11593         * doc/manual/en/sylpheed.html
11594                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11595
11596 2005-09-07 [colin]      1.9.14cvs5
11597
11598         * src/mainwindow.c
11599                 Make labels more to-the-point
11600
11601 2005-09-07 [colin]      1.9.14cvs4
11602
11603         * doc/manual/en/sylpheed-1.html
11604         * doc/manual/en/sylpheed-12.html
11605         * doc/manual/en/sylpheed-13.html
11606         * doc/manual/en/sylpheed-14.html
11607         * doc/manual/en/sylpheed-15.html
11608         * doc/manual/en/sylpheed-16.html
11609         * doc/manual/en/sylpheed-17.html
11610         * doc/manual/en/sylpheed-18.html
11611         * doc/manual/en/sylpheed-19.html
11612         * doc/manual/en/sylpheed-2.html
11613         * doc/manual/en/sylpheed-20.html
11614         * doc/manual/en/sylpheed-21.html
11615         * doc/manual/en/sylpheed-22.html
11616         * doc/manual/en/sylpheed-4.html
11617         * doc/manual/en/sylpheed-5.html
11618         * doc/manual/en/sylpheed-6.html
11619         * doc/manual/en/sylpheed-7.html
11620         * doc/manual/en/sylpheed-8.html
11621         * doc/manual/en/sylpheed-9.html
11622         * doc/manual/en/sylpheed.html
11623                 Update manual
11624
11625 2005-09-07 [colin]      1.9.14cvs3
11626
11627         * doc/faq/en/sylpheed-faq-1.html
11628         * doc/faq/en/sylpheed-faq-2.html
11629         * doc/faq/en/sylpheed-faq-3.html
11630         * doc/faq/en/sylpheed-faq.html
11631                 Update FAQ
11632
11633 2005-09-07 [colin]      1.9.14cvs2
11634
11635         * src/folderview.c
11636         * src/procmsg.c
11637         * src/summaryview.c
11638         * src/toolbar.c
11639                 Fix special subfolders:
11640                 - Inherit parent's icon
11641                 - sent contents of queues subfolders
11642                 - empty subfolders of trashes
11643         * src/mainwindow.c
11644                 Remove outdated manual and faq entries
11645         * src/common/utils.c
11646                 Add quotes around %s coming from mailcap
11647
11648 2005-09-07 [colin]      1.9.14cvs1
11649
11650         * src/compose.c
11651                 After saving draft, set modified to FALSE
11652         * src/mimeview.c
11653         * src/common/utils.c
11654         * src/common/utils.h
11655                 Try to open mime parts using what is 
11656                 indicated in ~/.mailcap or /etc/mailcap,
11657                 if possible.
11658
11659 2005-09-05 [paul]       1.9.14
11660
11661         1.9.14 released
11662
11663         * po/sk.po
11664                 updated by Andrej Kacian
11665
11666 2005-09-05 [paul]       1.9.13cvs83
11667
11668         * po/de.po
11669         * po/es.po
11670         * po/fi.po
11671         * po/fr.po
11672         * po/nb.po
11673         * po/pt_BR.po
11674         * po/sr.po
11675                 updated translations by Thomas Gilgin, Ricardo Mones
11676                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11677                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11678
11679 2005-09-04 [paul]       1.9.13cvs82
11680
11681         * src/compose.c
11682                 only warn about exceeded line length limit
11683                 on send
11684
11685 2005-09-04 [paul]       1.9.13cvs81
11686
11687         * src/compose.c
11688                 fix crash in 'line length exceeded' dialogue
11689
11690 2005-09-02 [paul]       1.9.13cvs80
11691
11692         * src/imap.c
11693                 fix bug 795, 'Connection lost IMAP'
11694                 and add statusbar prints
11695                 Patch by Colin
11696
11697 2005-09-02 [paul]       1.9.13cvs79
11698
11699         * src/compose.c
11700                 compose_wrap_paragraph() becomes
11701                 compose_beautify_paragraph()
11702                 Patch by Colin
11703
11704 2005-09-02 [colin]      1.9.13cvs78
11705
11706         * src/folderview.c
11707                 Micro-fix
11708
11709 2005-09-01 [colin]      1.9.13cvs77
11710
11711         * src/imap.c
11712                 Maybe fix bug #795 (Connection lost IMAP)
11713                 Don't try to send logout when we're disconnected.
11714         * src/summaryview.c
11715                 Include locked and marked emails in HRM
11716                 view. Fixes bug #800 (Locked messages no longer 
11717                 show up when hide read messages is used)
11718
11719 2005-09-01 [paul]       1.9.13cvs76
11720
11721         * src/prefs_common.c
11722                 fix bad cutting
11723
11724 2005-08-31 [colin]      1.9.13cvs75
11725
11726         * src/folderview.c
11727         * src/folderview.h
11728         * src/prefs_summaries.c
11729         * src/summaryview.c
11730                 Fix "go to next new", fix preference
11731                 (Open unread/next swapped)
11732
11733 2005-08-31 [paul]       1.9.13cvs74
11734
11735         * src/compose.c
11736         * src/folderview.c
11737         * src/headerview.c
11738         * src/headerview.h
11739         * src/mainwindow.c
11740         * src/prefs_common.c
11741         * src/prefs_common.h
11742         * src/prefs_fonts.c
11743         * src/summaryview.c
11744         * src/textview.c
11745         * src/common/defs.h
11746                 remove obsolete BOLD_FONT setting
11747                 fix font update in headerview and textview
11748                 headers after prefs change
11749                 Patch By Colin
11750
11751 2005-08-31 [paul]
11752
11753         1.9.14-rc4 released
11754
11755 2005-08-30 [colin]      1.9.13cvs73
11756
11757         * src/summaryview.c
11758                 When Hide read messages is selected and we
11759                 refresh the summaryview, don't remove the 
11760                 currently displayed message. Fixes bug #797
11761                 (Summary view reloads when new mail is 
11762                 downloaded in 1.9.14 rc)
11763
11764 2005-08-30 [colin]      1.9.13cvs72
11765
11766         * src/folderview.c
11767                 Fix flickering
11768         * src/mainwindow.c
11769                 Remove useless callback
11770         * src/mimeview.c
11771         * src/gtk/filesel.c
11772         * src/gtk/filesel.h
11773                 Add a filesel_select_file_save_folder() - used by Save All
11774
11775 2005-08-29 [paul]       1.9.13cvs71
11776
11777         * AUTHORS
11778         * src/matcher_parser_parse.y
11779         * src/etpan/imap-thread.c
11780                 fix building on FreeBSD
11781                 Patch by Daniel Gustafson <daniel@hobbit.se>
11782
11783 2005-08-29 [paul]       1.9.13cvs70
11784
11785         * src/plugins/pgpinline/pgpinline.c
11786                 only initialise sig result if it's been handled
11787                 Patch by Colin
11788
11789 2005-08-29 [paul]       1.9.13cvs69
11790         
11791         Patches by Colin:
11792
11793         * src/imap.c
11794         * src/common.utils.c
11795         * src/common/utils.h
11796                 optimisation
11797         * src/stock_pixmap.h
11798                 fix wrong icon reference
11799         * src/pixmaps/trash_btn.xpm
11800                 replace with nicer image
11801
11802 2005-08-28 [colin]      1.9.13cvs68
11803
11804         * src/Makefile.am
11805         * src/stock_pixmap.c
11806         * src/stock_pixmap.h
11807         * src/toolbar.c
11808         * src/pixmaps/trash_btn.xpm
11809                 Add a specific trash xpm for the button
11810
11811 2005-08-28 [colin]      1.9.13cvs67
11812
11813         * src/imap.c
11814                 Fix leak
11815
11816 2005-08-27 [colin]      1.9.13cvs66
11817
11818         * src/imap.c
11819         * src/procmime.c
11820                 Correctly fix "Problem with replies", fixes
11821                 pgpmime encryption too. 
11822
11823 2005-08-27 [colin]      1.9.13cvs65
11824
11825         * src/folder.c
11826         * src/procmsg.c
11827         * src/procmsg.h
11828         * src/summaryview.c
11829                 Fix bug #517 (messages removed from summaryview 
11830                 when moving fails)
11831
11832 2005-08-27 [colin]      1.9.13cvs64
11833
11834         * tools/Makefile.am
11835         * tools/asus_mailled.sh
11836                 Add a script to blink ASUS laptops' mail LED where there
11837                 is unread mail.
11838
11839 2005-08-27 [colin]      1.9.13cvs63
11840
11841         * src/imap.c
11842         * src/etpan/imap-thread.c
11843         * src/etpan/imap-thread.h
11844                 Implement automatic choosing of login method
11845                 Fixes bug #791
11846         * src/gtk/.cvsignore
11847                 Add sylpheed-marshal.[ch]
11848
11849 2005-08-27 [colin]      1.9.13cvs62
11850
11851         * src/common/utils.c
11852                 Fix confusing perror
11853
11854 2005-08-27 [colin]      1.9.13cvs61
11855
11856         * src/toolbar.c
11857         * src/toolbar.h
11858                 Remove A_DELETE, replace it with 
11859                 A_TRASH and A_DELETE_REAL. Automatically
11860                 rewrite config files to replace A_DELETE
11861                 with A_TRASH (no functionality change).
11862                 Fixes half of #794
11863
11864 2005-08-26 [colin]      1.9.13cvs60
11865
11866         * src/procmime.c
11867                 Previous "Problem with replies" fix brought other
11868                 problems, fixing them
11869
11870 2005-08-26 [colin]      1.9.13cvs59
11871
11872         * src/procmime.c
11873                 Fix "Problem with replies". This happened only
11874                 on IMAP...
11875         * src/procmsg.c
11876                 Factorize code a bit
11877         * src/compose.c
11878                 Speed improvement on very long messages (wrapping)
11879                 Fix signature color on Reedit and Redirect
11880                 On Reedit, don't attach pgp-signatures parts, but
11881                 set signing to On.
11882
11883 2005-08-24 [paul]       1.9.13cvs58
11884
11885         * src/compose.c
11886                 don't claim success when clicking
11887                 Cancel on the passphrase box.
11888                 Patch by Colin
11889
11890 2005-08-24 [paul]       1.9.13cvs57
11891
11892         * src/main.c
11893                 fix misplaced sylpheed.log
11894         * src/common/defs.h
11895                 define UIDL_DIR
11896
11897 2005-08-24 [paul]       1.9.13cvs56
11898
11899         * src/imap.c
11900         * src/etpan/imap-thread.c
11901         * src/etpan/imap-thread.h
11902                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11903                 Patch by Colin
11904         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11905         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11906                 remove autogenerated files
11907         * tools/kdeservicemenu/README
11908         * tools/kdeservicemenu/install.sh
11909         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11910         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11911                 use Claws icon, use 'Sylpheed-Claws' in menu,
11912                 use kdialog, and other cleanups
11913
11914 2005-08-23 [paul]       1.9.13cvs55
11915
11916         * src/compose.c
11917                 fix paste/wrap crash
11918                 Patch by Colin
11919
11920 2005-08-23 [paul]       1.9.13cvs54
11921
11922         * src/main.c
11923                 fix crash recovery
11924                 Patch by Colin
11925
11926 2005-08-23 [paul]       1.9.13cvs53
11927
11928         * src/addressbook.c
11929         * src/editaddress.c
11930                 view all data of LDAP contacts
11931                 Patch by Colin
11932
11933 2005-08-23 [paul]       1.9.13cvs52
11934
11935         * src/addressbook.c
11936                 fix issues with the Search field
11937                 Patch by Colin
11938
11939 2005-08-22 [paul]       1.9.13cvs51
11940
11941         * src/folderview.c
11942                 put name of folder in processing dialog
11943                 title
11944         * src/prefs_folder_item.c
11945                 improve english usage
11946
11947 2005-08-22 [paul]       1.9.13cvs50
11948
11949         * src/filtering.c
11950         * src/filtering.h
11951         * src/matcher.c
11952         * src/matcher_parser_lex.l
11953         * src/matcher_parser_parse.y
11954         * src/prefs_filtering.c
11955                 add Filtering/Processing rule names feature.
11956                 (the incompatible old matcherrc is saved as
11957                 matcherrc.pre_names).
11958                 Patch by Colin
11959
11960 2005-08-22 [paul]       1.9.13cvs49
11961
11962         * src/procmsg.c
11963                 fix colour labelling
11964                 Patch by Colin
11965
11966 2005-08-22 [paul]       1.9.13cvs48
11967
11968         * src/textview.c
11969                 fix open_image_cb()
11970
11971 2005-08-22 [paul]       1.9.13cvs47
11972
11973         * src/imap.c
11974                 fix bug 789, 'SC crashes with imap (CVS ver)'
11975                 Patch by Colin
11976
11977 2005-08-22 [paul]       1.9.13cvs46
11978
11979         * src/mimeview.c
11980         * src/prefs_common.c
11981         * src/common/defs.h
11982                 define reused defaults in defs.h
11983         * src/textview.c
11984                 add 'Open image' to image popup menu
11985
11986 2005-08-21 [colin]      1.9.13cvs45
11987
11988         * src/summaryview.c
11989                 Fix bug #788 (Bogus "From" address displayed)
11990
11991 2005-08-20 [colin]      1.9.13cvs44
11992
11993         * src/folder.c
11994                 Fix buf #787 (multilevel delete causes SIGSEGV)
11995
11996 2005-08-19 [colin]      1.9.13cvs43
11997
11998         * src/inc.c
11999         * src/prefs_common.c
12000         * src/prefs_common.h
12001                 Add an hidden pref to allow modifying the
12002                 update stepping in incorporation.
12003                 Patch by wwp.
12004
12005 2005-08-19 [colin]      1.9.13cvs42
12006
12007         * src/compose.c
12008         * src/procmime.c
12009                 Workaround for broken MUAs: encode 
12010                 Content-type: name: as ASCII and 
12011                 Content-Disposition: filename: as
12012                 per rfc2231
12013         * src/prefs_account.c
12014                 Fix invisible-ness of SMTP SSL prefs
12015                 in NNTP accounts
12016
12017 2005-08-19 [paul]       1.9.13cvs41
12018
12019         * src/compose.c
12020         * src/prefs_common.c
12021         * src/prefs_common.h
12022         * src/prefs_wrapping.c
12023                 paste with or without wrapping.
12024                 patch by Colin
12025
12026 2005-08-19 [paul]       1.9.13cvs40
12027
12028         * src/prefs_common.c
12029         * src/prefs_common.h
12030         * src/summaryview.c
12031                 reintroduce enable_swap_from as a
12032                 hidden pref. patch by Colin
12033         * src/quote_fmt_parse.y
12034         * src/plugins/clamav/clamav_plugin.c
12035         * src/plugins/dillo_viewer/dillo_viewer.c
12036         * src/plugins/mathml_viewer/mathml_viewer.c
12037         * src/plugins/pgpcore/sgpgme.c
12038         * src/plugins/pgpinline/pgpinline.c
12039         * src/plugins/pgpmime/pgpmime.c
12040                 tidy up. patch by Colin
12041
12042 2005-08-19 [paul]       1.9.13cvs39
12043
12044         * configure.ac
12045                 complete cvs38's sync
12046         * src/editaddress.c
12047         * src/gedit-print.c
12048         * src/mutt.c
12049         * src/etpan/etpan-log.c
12050         * src/etpan/imap-thread.c
12051         * src/gtk/gtksourceprintjob.c
12052                 fix compilation warnings
12053                 (patch by Colin)
12054
12055 2005-08-19 [paul]       1.9.13cvs38
12056
12057         sync with main:
12058
12059         * src/account.c
12060         * src/action.c
12061         * src/addrbook.c
12062         * src/addrcache.c
12063         * src/addrharvest.c
12064         * src/addrindex.c
12065         * src/codeconv.c
12066         * src/compose.c
12067         * src/crash.c
12068         * src/exporthtml.c
12069         * src/exportldif.c
12070         * src/folder.c
12071         * src/image_viewer.c
12072         * src/inc.c
12073         * src/inc.h
12074         * src/jpilot.c
12075         * src/ldif.c
12076         * src/main.c
12077         * src/matcher.c
12078         * src/mbox.c
12079         * src/messageview.c
12080         * src/mh.c
12081         * src/mimeview.c
12082         * src/msgcache.c
12083         * src/mutt.c
12084         * src/news.c
12085         * src/partial_download.c
12086         * src/pine.c
12087         * src/pop.c
12088         * src/prefs_actions.c
12089         * src/prefs_common.c
12090         * src/prefs_customheader.c
12091         * src/prefs_display_header.c
12092         * src/prefs_gtk.c
12093         * src/prefs_themes.c
12094         * src/procheader.c
12095         * src/procmime.c
12096         * src/procmsg.c
12097         * src/recv.c
12098         * src/send_message.c
12099         * src/simple-gettext.c
12100         * src/sourcewindow.c
12101         * src/textview.c
12102         * src/vcard.c
12103         * src/common/defs.h
12104         * src/common/log.c
12105         * src/common/plugin.c
12106         * src/common/prefs.c
12107         * src/common/session.c
12108         * src/common/session.h
12109         * src/common/socket.c
12110         * src/common/socket.h
12111         * src/common/ssl_certificate.c
12112         * src/common/template.c
12113         * src/common/utils.c
12114         * src/common/utils.h
12115         * src/common/xml.c
12116         * src/gtk/about.c
12117         added wrappers for C library function that
12118                 take pathname arguments.
12119                 enabled compilation with MinGW.
12120                 use GDir instead of directly using opendir().
12121                 added rename_force().
12122
12123 2005-08-19 [paul]       1.9.13cvs37
12124         
12125         patches by Colin:
12126         * src/compose.c
12127                 fix privacy settings on re-editing
12128                 a sent message
12129         * src/jpilot.c
12130                 fix encoding bug
12131         * src/folder.c
12132         * src/procmsg.c
12133         * src/procmsg.h
12134         * src/summaryview.c
12135                 flag changing optimisation
12136
12137 2005-08-18 [martin]     1.9.13cvs36
12138
12139         * commitHelper
12140             added my login
12141         * src/addrcache.c
12142         * src/addrharvest.c
12143         * src/addrindex.c
12144         * src/compose.c
12145         * src/grouplistdialog.c
12146         * src/main.c
12147         * src/mainwindow.c
12148         * src/msgcache.c
12149         * src/mutt.c
12150         * src/pine.c
12151         * src/prefs_account.c
12152         * src/prefs_themes.c
12153         * src/stock_pixmap.c
12154         * src/summaryview.c
12155         * src/gtk/about.c
12156         * src/gtk/logwindow.c
12157             removed deprecated glib and gdk stuff
12158         * src/plugins/pgpcore/select-keys.c
12159             convert attributes from locale to utf8
12160
12161 2005-08-17 [paul]       1.9.13cvs35
12162
12163         * src/account.c
12164         * src/addressbook.c
12165                 use new GTK_STOCK_ icons if available
12166         * src/summaryview.c
12167         * src/gtk/gtksctree.c
12168         * src/gtk/gtksctree.h
12169                 faster range select. patch by Colin
12170
12171 2005-08-17 [paul]       1.9.13cvs34
12172
12173         patches by colin:
12174         * src/addressbook.c
12175         * src/addressitem.h
12176                 Add an edit button for contacts, fix selections
12177                 of gtksctree items
12178         * src/editaddress.c
12179                 Change labels, let Save be always possible in the
12180                 email and user atributes tabs
12181         * src/folderview.c
12182                 fix sort issues
12183         * src/summaryview.c
12184                 select next item instead of the displayed one
12185                 after deletion
12186
12187         * src/gtk/progressdialog.c
12188                 use prefs_common.enable_rules_hint
12189
12190 2005-08-13 [hoa]        1.9.13cvs33
12191
12192         * src/etpan/imap-thread.c
12193                 fixed build on Solaris.
12194
12195 2005-08-10 [colin]      1.9.13cvs32
12196
12197         * src/procmsg.c
12198                 Fix cvs31 (missing fclose before reading
12199                 the file)
12200
12201 2005-08-10 [colin]      1.9.13cvs31
12202
12203         * src/procmsg.c
12204                 Fix procmsg_msginfo_new_from_mimeinfo() when
12205                 the MimeInfo isn't stored in memory. This fixes
12206                 replying to an attached message.
12207
12208 2005-08-10 [colin]      1.9.13cvs30
12209
12210         * src/mainwindow.c
12211                 Fix slowness in account changing
12212
12213 2005-08-10 [colin]      1.9.13cvs29
12214
12215         * src/folder.c
12216         * src/folderutils.c
12217         * src/folderview.c
12218         * src/imap_gtk.c
12219         * src/mainwindow.c
12220         * src/mh_gtk.c
12221         * src/procmsg.c
12222         * src/summaryview.c
12223                 Optimize folder_has_parent_of_type
12224                 Prevent moving special sub-folders from contextual menus
12225                 Rework message a bit ("Empty all messages" -> "Delete all
12226                 messages")
12227                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
12228                 and "Deleted Items" folders)
12229
12230 2005-08-08 [colin]      1.9.13cvs28
12231
12232         * src/summaryview.c
12233         * src/prefs_summaries.c
12234                 Make "Select first unread|new" more flexible
12235                 (just prioritize new or unread)
12236
12237 2005-08-08 [colin]      1.9.13cvs27
12238
12239         * src/summaryview.c
12240                 If "select first new" is selected and there only
12241                 are unread messages, fallback to "select first
12242                 unread".
12243
12244 2005-08-08 [colin]      1.9.13cvs26
12245
12246         * src/folder.c
12247                 Fix shameful bugs (and bug #779)
12248
12249 2005-08-08 [colin]      1.9.13cvs25
12250
12251         * src/folder.c
12252         * src/folder.h
12253                 Cache parents' type to make folder_has_parent_of_type
12254                 faster
12255         * src/folderview.c
12256                 Forbid DnD of special sub-folders
12257         * src/procmsg.c
12258         * src/procmsg.h
12259                 Add MAIL_POSTFILTERING_HOOK
12260         * src/summaryview.c
12261                 Revert over-zealous deletion of the use_addr_book 
12262                 code
12263
12264 2005-08-07 [colin]      1.9.13cvs24
12265
12266         * src/folder.c
12267                 Fix big mistake (passing MsgInfo instead 
12268                 of FolderItem)
12269
12270 2005-08-07 [colin]      1.9.13cvs23
12271
12272         * src/compose.c
12273         * src/folder.c
12274         * src/folder.h
12275         * src/foldersel.c
12276         * src/folderutils.c
12277         * src/folderview.c
12278         * src/imap.c
12279         * src/mainwindow.c
12280         * src/messageview.c
12281         * src/mh.c
12282         * src/msgcache.c
12283         * src/procmime.c
12284         * src/summaryview.c
12285                 Make subfolders of Drafts, Queue, Outbox, Trash
12286                 work like their parents. 
12287                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
12288
12289 2005-08-07 [colin]      1.9.13cvs22
12290
12291         * src/addressbook.c
12292                 Fix bug #771 (Dragged contacts not saved)
12293
12294 2005-08-07 [paul]       1.9.13cvs21
12295
12296         * src/summaryview.c
12297                 fix bug 32 'Search Doesn't display results
12298                 if "Hide Read Messages" is chosen'
12299                 be more literal in interpreting 'Hide read
12300                 messages'
12301
12302 2005-08-07 [colin]      1.9.13cvs20
12303
12304         * src/folderview.c
12305                 Add debug
12306         * src/summaryview.c
12307                 Faster 'unthread_for_execution'
12308
12309 2005-08-06 [paul]       1.9.13cvs19
12310
12311         * src/mainwindow.c
12312                 add mnemonics to Set displayed columns
12313                 fix bug where msgview_visible option was
12314                 overwritten as TRUE on startup
12315
12316 2005-08-06 [paul]       1.9.13cvs18
12317
12318         * src/mainwindow.c
12319                 refer to 'displayed columns in folder/message
12320                 list' not 'displayed items in summary/message view'
12321         * src/prefs_display_header.c
12322                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
12323                 be consistent with similar dialogues
12324         * src/prefs_folder_column.c
12325         * src/prefs_summary_column.c
12326                 'columns' not 'items', and folder and message lists,
12327                 instead of folder and summary views;
12328                 Use 'Hidden columns' as list heading not 'Available
12329                 items';
12330                 move the 'Remove' button to the right hand side;
12331                 top-align the buttons;
12332                 remove unneeded vbox
12333         * src/prefs_summaries.c
12334                 put the 2 column prefs buttons in a frame to reduce
12335                 overall width; refer to columns not items &c.
12336
12337 2005-08-05 [colin]      1.9.13cvs17
12338
12339         * src/prefs_common.c
12340         * src/prefs_common.h
12341         * src/mainwindow.c
12342         * src/compose.c
12343         * src/messageview.c
12344                 Add an hidden toolbar_detachable pref, so
12345                 that I can get rid of these painful handles
12346                 in the toolbars. Defaults to TRUE to avoid
12347                 changing the GUI on unsuspecting people...
12348
12349 2005-08-05 [colin]      1.9.13cvs16
12350
12351         * src/Makefile.am
12352         * src/prefs_folder_column.c
12353         * src/prefs_folder_column.h
12354                 Add prefs for folder columns
12355         * src/folderview.c
12356         * src/folderview.h
12357         * src/mainwindow.c
12358         * src/mainwindow.h
12359         * src/prefs_common.c
12360         * src/prefs_common.h
12361         * src/prefs_summaries.c
12362                 Use them
12363         * src/prefs_summary_column.c
12364         * src/summaryview.c
12365         * src/summaryview.h
12366                 Add a To column
12367         * src/textview.c
12368         * src/common/utils.c
12369         * src/common/utils.h
12370                 Move uri colourisation functions
12371                 to utils
12372         * src/compose.c
12373                 Colourise URIs
12374         * src/imap.c
12375                 Fix bug with LIST where we'd try
12376                 to get Folder//////[...]/// 
12377
12378 2005-08-05 [paul]       1.9.13cvs15
12379
12380         * src/prefs_summaries.c
12381                 improve the English usage
12382         * src/summaryview.c
12383                 set font on column change
12384                 thanks to Colin
12385
12386 2005-08-05 [paul]       1.9.13cvs14
12387
12388         * src/prefs_common.c
12389         * src/prefs_common.h
12390         * src/prefs_summaries.c
12391         * src/summaryview.c
12392                 replace 'open_unread_on_enter' option with
12393                 'select_on_entry' option. opening/not opening
12394                 is now exclusively controlled by 'always_show_msg'
12395
12396 2005-08-04 [colin]      1.9.13cvs13
12397
12398         * src/compose.c
12399                 Remove dead code
12400                 Add colourisation of quotes and signatures
12401         * src/folderview.c
12402                 Fix possible crashes
12403         * src/messageview.c
12404                 Change an assert that is no problem
12405         * src/news.c
12406         * src/news_gtk.c
12407         * src/news_gtk.h
12408                 Fix offline mode
12409         * src/gtk/quicksearch.c
12410                 Fix a possible crash
12411
12412 2005-08-03 [colin]      1.9.13cvs12
12413
12414         * src/prefs_account.c
12415                 Fix bug #777 (Sylpheed crash in account configuration)
12416
12417 2005-08-03 [colin]      1.9.13cvs11
12418
12419         * src/addressbook.c
12420         * src/editaddress.c
12421         * src/editgroup.c
12422                 Fixing addressbook, round 2
12423         * src/textview.c
12424                 Fix emphasis color on rechecking 'Colorize messages'
12425
12426 2005-08-03 [paul]       1.9.13cvs10
12427
12428         sync with main
12429
12430         * src/addr_compl.c
12431         * src/compose.c
12432         * src/main.c
12433         * src/pop.c
12434         * src/prefs_account.c
12435         * src/procmime.c
12436         * src/procmsg.c
12437         * src/quote_fmt_parse.y
12438         * src/textview.c
12439         * src/common/quoted-printable.c
12440         * src/common/utils.c
12441         * src/common/utils.h
12442         * src/common/xml.c
12443                 replaced incorrect locale-independent
12444                 ctype functions with GLib's. Corrected
12445                 signedness mismatch.
12446         * src/headerview.c
12447                 headerview_create(): added spacing for vbox.
12448         * src/gtk/about.c
12449                 set focus to the OK button.
12450
12451 2005-08-03 [colin]      1.9.13cvs9
12452
12453         * src/folderview.c
12454                 Fix possible crash
12455
12456 2005-08-02 [colin]      1.9.13cvs8
12457
12458         * src/mainwindow.c
12459                 Fix cast
12460         * src/addressbook.c
12461         * src/addressitem.h
12462                 Fix a cast and more generally, try to make the
12463                 GUI more intuitive and consistent (round 1)
12464
12465 2005-08-02 [paul]       1.9.13cvs7
12466
12467         * src/folder.h
12468                 missing in 1.9.13cvs6
12469
12470 2005-08-02 [colin]      1.9.13cvs6
12471
12472         * src/folder.c
12473                 Fix one more leak
12474
12475 2005-08-02 [colin]      1.9.13cvs5
12476
12477         * src/folder.c
12478         * src/folderview.c
12479         * src/imap.c
12480         * src/main.c
12481         * src/mbox.c
12482         * src/procmsg.c
12483         * src/summaryview.c
12484                 Fix a number of folder_item_get_msg_list()-related
12485                 leaks (missing procmsg_msginfo_free()s)
12486
12487 2005-08-01 [colin]      1.9.13cvs4
12488
12489         * src/folderview.c
12490         * src/folderview.h
12491         * src/mainwindow.c
12492         * src/prefs_fonts.c
12493         * src/prefs_summaries.c
12494         * src/prefs_themes.c
12495         * src/summaryview.c
12496         * src/summaryview.h
12497         * src/textview.c
12498         * src/textview.h
12499                 Fix instant-apply of summary and folderview-related prefs
12500                 Fix erroneous g_free and alertpanels in prefs_theme
12501                 Add instant-apply for fonts
12502                 Defer applying of prefs a little bit so it's done only
12503                 once even if requested by multiples prefs pages
12504
12505 2005-08-01 [paul]       1.9.13cvs3
12506
12507         * src/main.c
12508                 fix bug 776 'S.C. crashes on close'
12509                 thanks to Colin
12510         * src/etpan/etpan-thread-manager-types.h
12511                 add missing include
12512                 thanks to Hoa
12513
12514 2005-07-25 [paul]       1.9.13cvs2
12515
12516         * src/summaryview.c
12517                 fix typos. spotted by Fabien Vantard
12518
12519 2005-07-24 [paul]       1.9.13cvs1
12520
12521         * doc/man/sylpheed.1
12522                 update man page, incorporating fix of
12523                 bug 769 'Typo in manpage'
12524         * src/etpan/imap-thread.c
12525                 fix NetBSD openssl dependencies. patch by
12526                 George Michaelson <ggm@apnic.net>
12527         * po/pt_BR.po
12528                 updated by Frederico Goncalves Guimaraes
12529
12530 2005-07-22 [paul]       1.9.13
12531
12532         1.9.13 release
12533
12534 2005-07-22 [paul]       1.9.12cvs91
12535
12536         * AUTHORS
12537         * INSTALL
12538         * README.claws
12539         * RELEASE_NOTES.claws
12540                 updated for release
12541         * configure.ac
12542         * po/nb.po
12543         * tools/claws.i18n.status.pl
12544                 add Norwegian translation. submiited by
12545                 Geir Helland <pjallabais@users.sourceforge.net>
12546         * po/ca.po
12547         * po/de.po
12548         * po/es.po
12549         * po/fi.po
12550         * po/fr.po
12551         * po/it.po
12552         * po/sk.po
12553         * po/sr.po
12554         * po/zh_CN.po
12555                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12556                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12557                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12558                 Yang Guilong
12559         * src/plugins/clamav/clamav_plugin_gtk.c
12560         * src/plugins/spamassassin/spamassassin_gtk.c
12561                 replace outdated description strings
12562
12563 2005-07-21 [colin]      1.9.12cvs90
12564
12565         * src/folder.c
12566                 Set folder to batch mode when scanning it. Makes deletion
12567                 of unread mails on IMAP much faster (due to the UNREAD 
12568                 flag unsetting)
12569
12570 2005-07-21 [darko]      1.9.12cvs89
12571
12572         * configure.ac
12573                 link against libresolv if necessary (patch by Paul)
12574         * src/msgcache.c
12575                 use glib's portable macros to determine endianness
12576
12577 2005-07-21 [paul]       1.9.12cvs88
12578
12579         * src/crash.c
12580         * src/gtk/about.c
12581                 update compiled-in features list
12582
12583 2005-07-20 [colin]      1.9.12cvs87
12584
12585         * src/folder.c
12586         * src/textview.c
12587                 Gcc 2.9x compilation fixes, thanks to Darko
12588         * src/plugins/clamav/clamav_plugin.c
12589                 Little optimisation: load virus database only once
12590         * src/plugins/spamassassin/spamassassin.c
12591                 Big optimisation: filtering one mail took at least 1 second,
12592                 now it takes at least 50ms. Doesn't speed up spamassassin 
12593                 itself, but should already be much more tolerable.
12594
12595 2005-07-20 [colin]      1.9.12cvs86
12596
12597         * src/summaryview.c
12598                 Fix performance issue
12599
12600 2005-07-19 [colin]      1.9.12cvs85
12601
12602         * src/plugins/pgpinline/plugin.c
12603                 Fix warning
12604
12605 2005-07-19 [colin]      1.9.12cvs84
12606
12607         * configure.ac
12608         * src/plugins/Makefile.am
12609         * src/plugins/pgpinline/.cvsignore
12610         * src/plugins/pgpinline/Makefile.am
12611         * src/plugins/pgpinline/pgpinline.c
12612         * src/plugins/pgpinline/pgpinline.deps
12613         * src/plugins/pgpinline/pgpinline.h
12614         * src/plugins/pgpinline/plugin.c
12615                 Put pgpinline in the main tree
12616
12617 2005-07-19 [paul]       1.9.12cvs83
12618
12619         * src/prefs_actions.c
12620                 prevent '//' in menu names, which cause a crash
12621                 thanks to Colin
12622
12623 2005-07-19 [paul]       1.9.12cvs82
12624
12625         * configure.ac
12626                 be generally more informative in configure output.
12627                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12628                 '[ --disable-openssl ...', as --enable-openssl is default
12629                 PGP/MIME: don't check for GPGME again, check for
12630                 pgpcore instead. Therefore prevent the possibility of
12631                 attempting to build pgpmime if pgpcore dependencies are
12632                 not met
12633                 ClamAV: use pkgconfig to check for lib
12634                 libgnomeprint: revert logic on inner test to match
12635                 everything else
12636         * src/plugins/pgpcore/sgpgme.c
12637                 add missing include
12638
12639 2005-07-19 [colin]      1.9.12cvs81
12640
12641         * src/summaryview.c
12642                 Fix slow thread rebuilding in particular
12643                 cases
12644
12645 2005-07-19 [paul]       1.9.12cvs80
12646
12647         * sylpheed-claws.desktop
12648                 fix typo, spotted by Stephan Sachse
12649         * src/account.c
12650                 replace GTK_STOCK_ADD with
12651                 GTK_STOCK_NEW button
12652
12653 2005-07-18 [colin]      1.9.12cvs79
12654
12655         * src/etpan/imap-thread.c
12656                 Fix return value (Thanks Hoa)
12657
12658 2005-07-18 [colin]      1.9.12cvs78
12659
12660         * src/imap.c
12661                 Allow empty passwords
12662                 Create drafts/queue/outbox if necessary
12663         * src/summaryview.c
12664                 Remove old code
12665         * src/etpan/imap-thread.c
12666                 Fix STARTTLS (Thanks to Hoa)
12667
12668 2005-07-18 [paul]       1.9.12cvs77
12669
12670         * ChangeLog-gtk2.jp
12671         * ChangeLog.jp
12672                 removed
12673         * Makefile.am
12674                 updated to reflect additions and removals
12675         * TODO
12676                 updated to be claws-specific
12677         * TODO-gtk2
12678         * TODO-gtk2.jp
12679         * TODO.jp
12680         * sylpheed-128x128.png
12681         * sylpheed-64x64.png
12682                 removed
12683         * sylpheed-claws-128x128.png
12684         * sylpheed-claws-64x64.png
12685         * sylpheed-claws.desktop
12686         * sylpheed-claws.png
12687                 added
12688         * sylpheed.desktop
12689         * sylpheed.png
12690                 removed
12691
12692 2005-07-17 [paul]       1.9.12cvs76
12693
12694         * src/account.c
12695         * src/addressbook.c
12696         * src/alertpanel.c
12697         * src/alertpanel.h
12698         * src/compose.c
12699         * src/exphtmldlg.c
12700         * src/expldifdlg.c
12701         * src/folderview.c
12702         * src/imap_gtk.c
12703         * src/inc.c
12704         * src/message_search.c
12705         * src/messageview.c
12706         * src/mh_gtk.c
12707         * src/news_gtk.c
12708         * src/prefs_actions.c
12709         * src/prefs_filtering.c
12710         * src/prefs_matcher.c
12711         * src/prefs_template.c
12712         * src/prefs_themes.c
12713         * src/ssl_manager.c
12714         * src/summary_search.c
12715         * src/textview.c
12716         * src/toolbar.c
12717         * src/gtk/sslcertwindow.c
12718         * src/plugins/pgpcore/sgpgme.c
12719                 rework alertpanels
12720
12721 2005-07-17 [colin]      1.9.12cvs75
12722
12723         * src/privacy.c
12724                 add a PrivacySystem accessor that checks that
12725                 the system cached in a MimeInfo's privacydata
12726                 is still registered. Use this accessor instead
12727                 of directly using data->system. Fixes crashes
12728                 after unloading pgp plugins.
12729
12730 2005-07-17 [colin]      1.9.12cvs74
12731
12732         * src/alertpanel.c
12733                 Change geometry hints to a simple default size.
12734                 Fixes the certs dialogs.
12735
12736 2005-07-17 [colin]      1.9.12cvs73
12737
12738         * src/gtk/sslcertwindow.c
12739                 Use a gtkExpander
12740
12741 2005-07-17 [colin]      1.9.12cvs72
12742
12743         * src/plugins/pgpcore/Makefile.am
12744         * src/plugins/pgpmime/Makefile.am
12745                 Add gpgme libs
12746
12747 2005-07-17 [paul]       1.9.12cvs71
12748
12749         * configure.ac
12750                 add --disable-gnomeprint option
12751                 modified version of patch by Marius Mauch
12752
12753 2005-07-17 [paul]       1.9.12cvs70
12754
12755         * src/common/defs.h
12756                 update urls
12757         * src/account.c
12758         * src/action.c
12759         * src/addressbook.c
12760         * src/compose.c
12761         * src/foldersel.c
12762         * src/folderview.c
12763         * src/html.c
12764         * src/imap_gtk.c
12765         * src/main.c
12766         * src/mainwindow.c
12767         * src/messageview.c
12768         * src/mh_gtk.c
12769         * src/mimeview.c
12770         * src/news_gtk.c
12771         * src/prefs_account.c
12772         * src/prefs_send.c
12773         * src/prefs_summaries.c
12774         * src/procmsg.c
12775         * src/summaryview.c
12776         * src/common/utils.c
12777         * src/common/xml.c
12778         * src/plugins/pgpcore/passphrase.c
12779         * src/plugins/pgpcore/select-keys.c
12780                 replace inappropriately used backticks
12781                 with single quotes
12782
12783 2005-07-16 [colin]      1.9.12cvs69
12784
12785         * src/image_viewer.c
12786                 Add extra paranoid checks
12787
12788 2005-07-16 [colin]      1.9.12cvs68
12789
12790         * src/plugins/pgpcore/prefs_gpg.c
12791                 Don't auto-check sigs by default, as it
12792                 can be really slow.
12793
12794 2005-07-16 [colin]      1.9.12cvs67
12795
12796         * src/plugins/pgpcore/sgpgme.c
12797                 Make messages a bit better.
12798
12799 2005-07-16 [colin]      1.9.12cvs66
12800
12801         * src/imap.c
12802                 Remove pseudo-log
12803         * src/etpan/imap-thread.c
12804                 Add real log
12805
12806 2005-07-16 [colin]      1.9.12cvs65
12807
12808         * src/main.c
12809         * src/prefs_other.c
12810                 And now, fix build with libetpan :-/
12811
12812 2005-07-15 [colin]      1.9.12cvs64
12813
12814         * src/prefs_other.c
12815                 Continue fixing build without libetpan.
12816
12817 2005-07-15 [colin]      1.9.12cvs63
12818
12819         * src/main.c
12820                 Fix build with --disable-libetpan
12821
12822 2005-07-15 [colin]      1.9.12cvs62
12823
12824         * configure.ac
12825                 Bump libetpan's version
12826
12827 2005-07-15 [colin]      1.9.12cvs61
12828
12829         * src/etpan/imap-thread.c
12830                 Actually stop logging :)
12831
12832 2005-07-15 [colin]      1.9.12cvs60
12833
12834         * src/addressbook.c
12835                 Fix dnd of multiple addresses.
12836
12837 2005-07-15 [hoa]        1.9.12cvs59
12838
12839         * src/etpan/imap-thread.c
12840             disable login of IMAP password in libetpan log file.
12841
12842 2005-07-15 [paul]       1.9.12cvs58
12843
12844         * src/account.c
12845                 don't automatically sort
12846                 do allow drag n drop
12847
12848 2005-07-15 [paul]       1.9.12cvs57
12849
12850         * src/account.c
12851         * src/ssl_manager.c
12852                 alphabetical listing
12853
12854 2005-07-15 [paul]       1.9.12cvs56
12855
12856         * src/gtk/pluginwindow.c
12857                 sort plugin list alphabetically
12858
12859 2005-07-15 [paul]       1.9.12cvs55
12860
12861         * src/prefs_spelling.c
12862         * src/prefs_wrapping.c
12863                 unify English usage
12864
12865 2005-07-15 [colin]      1.9.12cvs54
12866
12867         * src/wizard.c
12868                 Typo fix
12869
12870 2005-07-15 [paul]       1.9.12cvs53
12871
12872         * src/prefs_message.c
12873                 make 'show cursor' a hidden option
12874
12875 2005-07-14 [colin]      1.9.12cvs52
12876
12877         * src/plugins/spamassassin/Makefile.am
12878         * src/plugins/clamav/Makefile.am
12879                 Fix double EXTRA_DISTs
12880
12881 2005-07-14 [colin]      1.9.12cvs51
12882
12883         * src/plugins/clamav/Makefile.am
12884         * src/plugins/clamav/clamav_plugin_gtk.deps
12885         * src/plugins/spamassassin/Makefile.am
12886         * src/plugins/spamassassin/spamassassin_gtk.deps
12887                 Make $plugin_gtk depend on $plugin
12888
12889 2005-07-14 [hoa]        1.9.12cvs50
12890
12891         * src/etpan/imap-thread.c
12892                 enable debug log of libetpan when running with --debug
12893
12894 2005-07-14 [colin]      1.9.12cvs49
12895
12896         * configure.ac
12897         * src/common/Makefile.am
12898         * src/common/plugin.c
12899         * src/common/plugin.h
12900                 Add a little plugin dependancy system.
12901                 Plugins can ship a $plugin_name.deps file
12902                 (near them in PLUGINDIR) so that their
12903                 dependancies are loaded if possible.
12904         * src/plugins/Makefile.am
12905         * src/plugins/pgpcore/Makefile.am
12906         * src/plugins/pgpcore/passphrase.c
12907         * src/plugins/pgpcore/passphrase.h
12908         * src/plugins/pgpcore/plugin.c
12909         * src/plugins/pgpcore/prefs_gpg.c
12910         * src/plugins/pgpcore/prefs_gpg.h
12911         * src/plugins/pgpcore/select-keys.c
12912         * src/plugins/pgpcore/select-keys.h
12913         * src/plugins/pgpcore/sgpgme.c
12914         * src/plugins/pgpcore/sgpgme.h
12915                 Introduce pgpcore, used by pgpmime and
12916                 pgpinline
12917         * src/plugins/pgpmime/Makefile.am
12918         * src/plugins/pgpmime/passphrase.c
12919         * src/plugins/pgpmime/passphrase.h
12920         * src/plugins/pgpmime/pgpmime.c
12921         * src/plugins/pgpmime/pgpmime.deps
12922         * src/plugins/pgpmime/plugin.c
12923         * src/plugins/pgpmime/prefs_gpg.c
12924         * src/plugins/pgpmime/prefs_gpg.h
12925         * src/plugins/pgpmime/select-keys.c
12926         * src/plugins/pgpmime/select-keys.h
12927         * src/plugins/pgpmime/sgpgme.c
12928         * src/plugins/pgpmime/sgpgme.h
12929                 Remove the core from pgpmime and add the
12930                 dependancy to pgpcore.
12931
12932 2005-07-14 [paul]       1.9.12cvs48
12933
12934         * src/stock_pixmap.c
12935                 forgot this in last commit
12936
12937 2005-07-14 [paul]       1.9.12cvs47
12938
12939         * src/account.c
12940         * src/addressbook.c
12941                 add accelerators for the buttons (sync with main)
12942         * src/compose.c
12943         * src/compose.h
12944                 add accelerators for the buttons.
12945                 fix editing with external editor.
12946                 replace gdk_input_*() with GIOChannel;
12947                 (sync with main)
12948         * src/foldersel.c
12949                 display folder names with new/unread
12950                 representation (sync with main)
12951         * src/main.c
12952                 specify default window icon (sync with main)
12953         * src/prefs_common.c
12954                 use_addr_book default to FALSE
12955         * src/summaryview.c
12956         * src/textview.c
12957                 add accelerators for the buttons (sync with main)
12958         * src/gtk/menu.c
12959                 fix typos
12960         * src/pixmaps/sylpheed_icon.xpm
12961                 updated
12962
12963 2005-07-13 [paul]       1.9.12cvs46
12964
12965         * src/plugins/pgpmime/pgpmime.c
12966         * src/plugins/pgpmime/sgpgme.c
12967                 (temporarily) use deprecated gpgme_data_rewind()
12968                 while largefile support is not present
12969                 (as suggested by Colin)
12970
12971 2005-07-13 [paul]       1.9.12cvs45
12972
12973         * configure.ac
12974                 remove large file support (for now):
12975                 it breaks too many things
12976
12977 2005-07-13 [paul]       1.9.12cvs44
12978
12979         * configure.ac
12980                 add large file support
12981         * src/html.c
12982                 fix bug #763 where href attribute was not
12983                 the very first attribute of a link
12984                 patch by Thomas Gilgin
12985
12986 2005-07-13 [colin]      1.9.12cvs43
12987
12988         * src/gtk/pluginwindow.c
12989                 Little portability fix
12990
12991 2005-07-13 [colin]      1.9.12cvs42
12992
12993         * src/plugins/pgpmime/sgpgme.c
12994                 Fix crasher.
12995
12996 2005-07-13 [colin]      1.9.12cvs41
12997
12998         * src/plugins/pgpmime/pgpmime.c
12999         * src/plugins/pgpmime/sgpgme.c
13000                 Use gpgme_data_release_and_get_mem instead
13001                 of gpgme_data_read.
13002
13003 2005-07-13 [colin]      1.9.12cvs40
13004
13005         * configure.ac
13006         * src/plugins/pgpmime/passphrase.c
13007         * src/plugins/pgpmime/passphrase.h
13008         * src/plugins/pgpmime/pgpmime.c
13009         * src/plugins/pgpmime/plugin.c
13010         * src/plugins/pgpmime/select-keys.c
13011         * src/plugins/pgpmime/select-keys.h
13012         * src/plugins/pgpmime/sgpgme.c
13013         * src/plugins/pgpmime/sgpgme.h
13014                 Port pgpmime to gpgme-1.0.
13015
13016 2005-07-12 [paul]       1.9.12cvs39
13017
13018         * AUTHORS
13019         * src/toolbar.c
13020         * src/toolbar.h
13021                 add a 'Go to Prev' button to the toolbar.
13022                 correct tooltip text of go to buttons.
13023                 based on patch by Yang Guilong <bamanzi@gmail.com>
13024
13025 2005-07-12 [colin]      1.9.12cvs38
13026
13027         * src/statusbar.c
13028                 Fix progress bar showing stuff at startup.
13029
13030 2005-07-12 [paul]       1.9.12cvs37
13031
13032         * src/editjpilot.c
13033                 fix building with jpilot support
13034
13035 2005-07-11 [colin]      1.9.12cvs36
13036
13037         * src/inc.c
13038                 Add visual indication that filtering is running
13039         * src/textview.c
13040                 Make {}[] uri delimiters
13041         * src/summaryview.c
13042                 Remove useless (and slow) calls
13043
13044 2005-07-11 [paul]       1.9.12cvs35
13045
13046         * src/plugins/clamav/clamav_plugin_gtk.c
13047         * src/plugins/dillo_viewer/dillo_prefs.c
13048         * src/plugins/pgpmime/prefs_gpg.c
13049         * src/plugins/spamassassin/spamassassin_gtk.c
13050                 gather plugins prefs together under their
13051                 own 'Plugins' heading
13052
13053 2005-07-11 [paul]       1.9.12cvs34
13054
13055         sync with main
13056
13057         * src/account.c
13058                 account_delete(): modified alert dialog
13059         * src/editjpilot.c
13060         * src/editvcard.c
13061                 fixed a crash when cancelling file selection
13062                 dialog by Escape key. Made non-ascii filename
13063                 selectable.
13064         * src/prefs_template.c
13065                 prefs_template_window_create(): make scrolled
13066                 window policy AUTOMATIC
13067
13068 2005-07-10 [hoa]        1.9.12cvs33
13069
13070         * src/etpan/imap-thread.c
13071                 workaround for old Courier IMAP servers.
13072
13073 2005-07-10 [colin]      1.9.12cvs32
13074
13075         * src/folder.c
13076         * src/statusbar.c
13077         * src/statusbar.h
13078                 Add visual progress indicator on filtering/processing
13079                 Factorize the progress bar code
13080         * src/imap.c
13081         * src/imap.h
13082         * src/etpan/imap-thread.c
13083                 Add a reference counter to avoid destroying the Folder
13084                 while it's in use by another callback.
13085
13086 2005-07-09 [hoa]        1.9.12cvs31
13087
13088         * src/imap.c
13089         * src/etpan/imap-thread.c
13090                 fixed deadlock when removing IMAP account.
13091
13092 2005-07-08 [colin]      1.9.12cvs30
13093
13094         * src/textview.c
13095         * src/unmime.c
13096                 Fix again problems decoding broken headers
13097         * src/gtk/inputdialog.c
13098                 Fix local variable shadowing a global one
13099
13100 2005-07-08 [colin]      1.9.12cvs29
13101
13102         * src/msgcache.c
13103                 Make the cache/mark files platform-agnostic by writing
13104                 them in little-endian format. Reading them is also done
13105                 in little-endian format, of course; however, in order
13106                 to avoid trashing mark data on big-endian machines, the
13107                 files are, at first, read from the native format if the
13108                 little-endian one doesn't exist. This is easy to deter-
13109                 mine by trying to open a file with a swapped data_ver
13110                 and seeing if it's the wanted version.
13111                 Little-endian using users should see absolutely no
13112                 difference, Big-endian users may get a very little
13113                 performance drop due to byte-swapping.
13114                 Tested on i386 and ppc32. 
13115                 Fixes bug #159 (The index file, in the mailboxes, is 
13116                 hardware depending).
13117
13118                 To have the cache/mark files updated to the new little-
13119                 endian format, "Check for new messages" or even
13120                 "Rebuild folder tree" aren't enough. Files will be
13121                 updated as soon as a folder has been opened/closed.
13122                 To update everything, just select all folders by
13123                 selecting them one by one.
13124
13125 2005-07-07 [colin]      1.9.12cvs28
13126
13127         * src/imap.c
13128                 Remember the folder separator per IMAPFolder
13129                 instead of globally.
13130                 Revive the Session on noop; fixes bug #761
13131                 (mark a bunch of unread messages as read takes 
13132                 forever)
13133
13134 2005-07-07 [darko]      1.9.12cvs27
13135
13136         * src/common/template.c
13137                 Sort templates alphabetically
13138
13139 2005-07-06 [colin]      1.9.12cvs26
13140
13141         * src/imap.c
13142                 Try to use the correct separator in
13143                 most cases. Possibly fixes bug #759
13144                 (only creates the INBOX folder when 
13145                 setting up new IMAP account) and 
13146                 bug #760 (Can't retrieve messages)
13147
13148 2005-07-06 [colin]      1.9.12cvs25
13149
13150         * src/imap.c
13151                 Use real_path in status command. This will
13152                 help later, when namespaces will be used.
13153
13154 2005-07-06 [colin]      1.9.12cvs24
13155
13156         * configure.ac
13157         * src/account.c
13158         * src/folder.c
13159         * src/imap.c
13160         * src/etpan/etpan-log.c
13161         * src/etpan/etpan-thread-manager.c
13162         * src/etpan/imap-thread.c
13163                 Add a --disable-libetpan parameter. With this,
13164                 users that don't want IMAP4 support can avoid
13165                 the new dependancy (and have no IMAP support).
13166                 Users that have IMAP4 accounts and use this
13167                 parameter won't lose their configuration, their
13168                 IMAP accounts will just be invisible and not
13169                 used.
13170         * src/textview.c
13171                 Make the "Copy ..." contextual menu items 
13172                 copy to both the X clipboard and the gtk 
13173                 clipboard - as most other apps do.
13174         * src/gtk/about.c
13175                 Add a notice about OpenSSL usage, in order to
13176                 comply with OpenSSL's license (point 6):
13177                 http://www.openssl.org/source/license.html
13178
13179 2005-07-06 [colin]      1.9.12cvs23
13180
13181         * src/alertpanel.c
13182                 Fix a minimum size for alertpanels
13183         * src/compose.c
13184                 Show 'No space left on device' type errors
13185                 when queuing/sending
13186         * src/imap_gtk.c
13187         * src/mh_gtk.c
13188                 Rework folder's deletion message (remove 
13189                 extra \n)
13190
13191 2005-07-05 [colin]      1.9.12cvs22
13192
13193         * src/imap.c
13194                 Add an alertpanel on auth error
13195                 Add pseudo-log
13196                 Remove pthread-related stuff
13197
13198 2005-07-05 [colin]      1.9.12cvs21
13199
13200         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13201                 Fix crash on plugin reloading (with a hack)
13202
13203 2005-07-05 [colin]      1.9.12cvs20
13204
13205         * src/prefs_account.c
13206         * src/prefs_account.h
13207                 Fix typo
13208         * src/gtk/filesel.c
13209         * src/gtk/filesel.h
13210                 Add a way to filter the view
13211         * src/gtk/pluginwindow.c
13212                 Filter loadable stuff
13213         * src/plugins/pgpmime/prefs_gpg.c
13214                 Fix missing unregistration
13215         * .cvsignore
13216         * src/etpan/.cvsignore
13217         * src/plugins/spamassassin/.cvsignore
13218                 Add more stuff to cvs ignored files
13219
13220 2005-07-04 [colin]      1.9.12cvs19
13221
13222         * src/imap.c
13223                 Fix scan_required returning FALSE when it
13224                 shouldn't. Maybe fix #760 (Can't retrieve
13225                 messages)
13226
13227 2005-07-04 [colin]      1.9.12cvs18
13228
13229         * src/summaryview.c
13230                 Fix always_show_msg pref
13231
13232 2005-07-04 [paul]       1.9.12cvs17
13233
13234         sync with main (forgotten in last commit)
13235         
13236         * src/common/utils.c
13237         * src/common/utils.h
13238                 check_line_length(): new.
13239                 is_dir_exist()
13240                 is_file_entry_exist()
13241                 dirent_is_regular_file()
13242                 dirent_is_directory(): use g_file_test() instead of stat().
13243
13244 2005-07-04 [paul]       1.9.12cvs16
13245
13246         sync with main:
13247
13248         * src/compose.c
13249                 compose_write_to_file(): check for line
13250                 length limit and display warning if exceeds
13251         * src/jpilot.c
13252                 use get_home_dir() instead of g_get_home_dir()
13253         * src/procheader.c
13254                 removed warning about invalid date
13255         * src/vcard.c
13256                 use get_home_dir() instead of g_get_home_dir()
13257
13258 2005-07-04 [paul]       1.9.12cvs15
13259
13260         * src/stock_pixmap.c
13261                 fix new pixmap naming errors
13262                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
13263
13264 2005-07-04 [colin]      1.9.12cvs14
13265
13266         * src/imap.c
13267                 Fix debugging string with a warning
13268
13269 2005-07-04 [colin]      1.9.12cvs13
13270
13271         * configure.ac
13272                 Add a check for libetpan's version (>= 0.37)
13273
13274 2005-07-04 [hoa]        1.9.12cvs12
13275
13276         * commitHelper
13277         * src/imap.c
13278         * src/etpan/imap-thread.c
13279         * src/etpan/imap-thread.h
13280                 fixed IMAP implementation of check of mails.
13281
13282 2005-07-03 [hoa]        1.9.12cvs11
13283
13284         * src/etpan/Makefile.am
13285         * src/etpan/etpan-errors.h
13286         * src/etpan/etpan-log.[ch]
13287         * src/etpan/etpan-thread-manager-types.h
13288         * src/etpan/etpan-thread-manager.[ch]
13289         * src/etpan/imap-thread.[ch]
13290         * src/Makefile.am
13291         * src/imap.c
13292         * src/main.c
13293         * src/prefs_other.c
13294         * configure.ac
13295             merged imap branch.
13296             dependency on libetpan 0.37 is now added.
13297
13298 2005-07-01 [colin]      1.9.12cvs10
13299
13300         * src/Makefile.am
13301         * src/folder.c
13302         * src/folder.h
13303         * src/folderview.c
13304         * src/stock_pixmap.c
13305         * src/stock_pixmap.h
13306         * src/plugins/trayicon/trayicon.c
13307                 Add marked symbol on folders containing
13308                 marked messages
13309         * src/procmsg.c
13310         * src/procmsg.h
13311         * src/toolbar.c
13312         * src/prefs_common.c
13313         * src/prefs_common.h
13314         * src/prefs_send.c
13315                 Add an optional confirmation dialog on queue
13316                 sending. Patch by wwp.
13317         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
13318         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
13319         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
13320         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
13321         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
13322         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
13323         * src/pixmaps/inbox_mark.xpm            ** ADDED **
13324         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
13325         * src/pixmaps/outbox_mark.xpm           ** ADDED **
13326         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
13327         * src/pixmaps/trash_mark.xpm            ** ADDED **
13328                 New pixmaps
13329
13330 2005-07-01 [colin]      1.9.12cvs9
13331
13332         * src/summaryview.c
13333                 Fix a little threading bug
13334         * src/addrgather.c
13335         * src/mainwindow.c
13336                 A little bit of HIG normality never hurts
13337
13338 2005-07-01 [colin]      1.9.12cvs8
13339
13340         * src/compose.c
13341         * src/msgcache.c
13342         * src/pop.c
13343         * src/procmime.c
13344         * src/recv.c
13345         * src/common/log.c
13346         * src/common/template.c
13347         * src/common/utils.c
13348         * src/common/utils.h
13349                 Reverted the fwrite_atomic stuff. In fact
13350                 it is already atomic.
13351
13352 2005-06-30 [colin]      1.9.12cvs7
13353
13354         * src/common/utils.c
13355         * src/common/utils.h
13356                 Add an fwrite_atomic() function to make
13357                 sure we write everything: fwrite can make
13358                 short writes.
13359         * src/compose.c
13360         * src/msgcache.c
13361         * src/pop.c
13362         * src/procmime.c
13363         * src/recv.c
13364         * src/common/log.c
13365         * src/common/template.c
13366                 Use that (and fix swapping of size and nmemb).
13367                 Thanks to Rich Coe for the heads up.
13368
13369 2005-06-30 [colin]      1.9.12cvs6
13370
13371         * src/addressbook.c
13372                 Optimize addressbook opening 
13373
13374 2005-06-30 [colin]      1.9.12cvs5
13375
13376         * src/summaryview.c
13377                 Remove calls to summary_step after move/copy
13378
13379 2005-06-28 [paul]       1.9.12cvs4
13380
13381         * src/alertpanel.c
13382                 wrap and make the error msg selectable
13383
13384 2005-06-28 [paul]       1.9.12cvs3
13385
13386         * src/ssl_manager.c
13387                 replace the OK button with a Close button
13388         * src/gtk/foldersort.c
13389                 use GTK_STOCK_ icons/buttons
13390
13391 2005-06-28 [colin]      1.9.12cvs2
13392
13393         * src/gedit-print.c             ** ADDED **
13394         * src/gedit-print.h             ** ADDED **
13395         * src/gtk/gtksourceprintjob.c   ** ADDED **
13396         * src/gtk/gtksourceprintjob.h   ** ADDED **
13397                 I can't believe no one had enough time to tell
13398                 me I forgot the `cvs add`
13399
13400 2005-06-27 [colin]      1.9.12cvs1
13401
13402         * src/Makefile.am
13403         * src/gtk/Makefile.am
13404         * src/messageview.c
13405         * src/procmsg.c
13406         * src/summaryview.c
13407         * configure.ac
13408                 Add optional libgnomeprint-based printing
13409         * src/mainwindow.c
13410         * src/gtk/quicksearch.c
13411                 Add an Edit/Quick search menu item to show
13412                 and focus the quicksearch
13413
13414 2005-06-27 [paul]       1.9.12
13415
13416         1.9.12 release
13417
13418         * po/ca.po
13419         * po/de.po
13420         * po/es.po
13421         * po/fr.po
13422         * po/it.po
13423         * po/ko.po
13424         * po/pt_BR.po
13425         * po/sk.po
13426         * po/zh_CN.po
13427                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13428                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
13429                 SungHyun Nam, Frederico Goncalves Guimaraes,
13430                 Andrej Kacian, and Yang Guilong
13431 2005-06-26 [colin]      1.9.11cvs106
13432
13433         * src/imap_gtk.c
13434                 Forgot one file for previous fix
13435
13436 2005-06-26 [colin]      1.9.11cvs105
13437
13438         * src/folder.c
13439         * src/imap.c
13440                 Fix problems with folder operations in no_select
13441                 imap folders. it applies only to mails, and 
13442                 creation/deletion/move/renaming of folders 
13443                 should be possible
13444
13445 2005-06-26 [paul]       1.9.11cvs104
13446
13447         * src/prefs_filtering.c
13448                 replace one more GTK_STOCK_REMOVE
13449                 with GTK_STOCK_DELETE
13450
13451 2005-06-25 [colin]      1.9.11cvs103
13452
13453         * src/imap.c
13454                 Optimize get_seq_set_from_seq_list
13455                 (Patch by Ricardo) 
13456
13457 2005-06-25 [colin]      1.9.11cvs102
13458
13459         * src/mh.c
13460                 If the directory exists, but not in the
13461                 correct encoding, rename it. This should
13462                 handle old-versions-induced bugs.
13463
13464 2005-06-25 [colin]      1.9.11cvs101
13465
13466         * src/mh.c
13467                 Fix path access with extended dir names
13468                 Fixes bug #589 (SC segfaults with wrong locale
13469                 settings)
13470
13471 2005-06-25 [colin]      1.9.11cvs100
13472
13473         * src/prefs_account.c
13474         * src/prefs_account.h
13475         * src/compose.c
13476                 Add an option to encrypt replies to
13477                 encrypted messages
13478
13479 2005-06-25 [colin]      1.9.11cvs99
13480
13481         * src/compose.c
13482         * src/quote_fmt_parse.y
13483                 ... And make it work with pgpinline.
13484
13485 2005-06-25 [colin]      1.9.11cvs98
13486
13487         * src/compose.c
13488         * src/procmime.c
13489         * src/procmime.h
13490         * src/quote_fmt_parse.y
13491                 o Make reedition of encrypted messages possible
13492                   (as long as it is encrypted to self too, no
13493                    magic there)
13494                 o Make replying with quote (and without selecting
13495                   text) possible for encrypted messages.
13496                 Closes bug #550 (Not possible to "reply with quote"
13497                 to gnupg encrypted messages)
13498
13499 2005-06-24 [paul]       1.9.11cvs97
13500
13501         * src/imap.c
13502                 add missing include
13503
13504 2005-06-24 [paul]       1.9.11cvs96
13505
13506         * src/editldap.c
13507                 made bind password entry invisible
13508                 (sync with main)
13509         * src/send_message.c
13510                 send_message_local(): check exit status
13511                 to detect errors (sync with main)
13512         * src/textview.c
13513                 use main's less ambiguous popup menu
13514                 wording
13515
13516 2005-06-24 [paul]       1.9.11cvs95
13517
13518         * src/prefs_actions.c
13519         * src/prefs_customheader.c
13520         * src/prefs_display_header.c
13521         * src/prefs_filtering_action.c
13522         * src/prefs_matcher.c
13523         * src/prefs_template.c
13524         * src/prefs_toolbar.c
13525                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13526         * src/gtk/description_window.c
13527                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13528
13529 2005-06-23 [colin]      1.9.11cvs94
13530
13531         * src/summaryview.c
13532                 Fix rough edges (be sure to call status_show whenever
13533                 necessary).
13534
13535 2005-06-23 [colin]      1.9.11cvs93
13536
13537         * src/summaryview.c
13538                 Optimize Select All
13539                 Before, in a 5K mails folder: 11s
13540                 After, in the same folder: 58000µs
13541                 The joys of locking... gtk_clist_select_all() fires a 
13542                 tree-select-row event for each selected row, which in 
13543                 summaryview, callbacks summary_selected which in turn,
13544                 calls summary_status_show, which walks the selected
13545                 rows. Hence, calling gtk_clist_select_all was 
13546                 exponential. Locking the summaryview makes 
13547                 summary_selected return early.
13548
13549 2005-06-23 [colin]      1.9.11cvs92
13550
13551         * src/imap.c
13552                 Move mutex at the important place to avoid
13553                 deadlocks
13554         * src/summaryview.c
13555                 Fix Del key deleting directly instead of
13556                 moving to trash
13557
13558 2005-06-22 [colin]      1.9.11cvs91
13559
13560         * src/plugins/spamassassin/libspamc.c
13561                 As we do spagetti code with assignations in multiple
13562                 places (see _message_read_raw where out = msg = raw),
13563                 let's be sure we don't free the same pointer twice.
13564                 Should fix bug #683 (Crash in libpam at 
13565                 message_cleanup).
13566
13567 2005-06-22 [colin]      1.9.11cvs90
13568
13569         * src/compose.c
13570         * src/messageview.c
13571         * src/toolbar.c
13572                 Make toolbar's delete use the move to trash stuff;
13573                 Add gtk_widget_realize to be sure pixmaps can get
13574                 created (that may fix an old worksforme bug which
13575                 I can't find back...)
13576
13577 2005-06-22 [colin]      1.9.11cvs89
13578
13579         * src/summaryview.c
13580         * src/summaryview.h
13581         * src/mainwindow.c
13582                 Rename "Message/Delete" to "Message/Move to trash"
13583                 Add "Message/Delete..." that directly destroys the
13584                 selected messages after asking for a confirmation.
13585
13586 2005-06-22 [colin]      1.9.11cvs88
13587
13588         * src/imap.c
13589                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13590                 o Fix a deadlock (thanks Darko)
13591
13592 2005-06-22 [colin]      1.9.11cvs87
13593
13594         * src/gtk/foldersort.c
13595                 Add missing include for the i18n;
13596                 patch by Fabien Vantard
13597
13598 2005-06-21 [colin]      1.9.11cvs86
13599
13600         * src/folder.c
13601         * src/folderview.c
13602                 Respect the no_select flag
13603         * src/imap.c
13604                 Fix recursive deletion
13605         * src/imap_gtk.c
13606         * src/mh_gtk.c
13607                 Make the folder deletion's warning
13608                 more explicit
13609
13610 2005-06-21 [colin]      1.9.11cvs85
13611
13612         * src/textview.c
13613                 Prevent email addresses from spanning accross
13614                 lines - fixes bug # 646 (newline-chars in 
13615                 email addresses)
13616
13617 2005-06-20 [colin]      1.9.11cvs84
13618
13619         * src/folder.c
13620                 Be sure not to remove source if copy failed
13621
13622 2005-06-20 [colin]      1.9.11cvs83
13623
13624         * src/folderview.c
13625         * src/imap_gtk.c
13626                 remove summaryview's lock
13627         * src/imap.c
13628                 introduce threads to avoid problems when foreground tasks
13629                 interfere with background tasks
13630         * src/mh.c
13631                 prevent moving to drafts/queue
13632         * src/mimeview.c
13633                 fix leak
13634
13635 2005-06-19 [colin]      1.9.11cvs82
13636
13637         * src/imap_gtk.c
13638                 Remember that the user doesn't want to override
13639                 offline mode, for 3 seconds. It avoid presenting
13640                 him with N popups in a really short time.
13641
13642 2005-06-17 [colin]      1.9.11cvs81
13643
13644         * src/imap.c
13645                 Fix IMAP breaking on folders containing '('
13646                 (Probably won't be enough)
13647
13648 2005-06-17 [colin]      1.9.11cvs80
13649
13650         Forgotten files on 1.9.11cvs79
13651         * src/summaryview.c
13652                 Fix stepping when not immediately executing
13653         * src/imap.c
13654                 Really prevent UID FETCH 0
13655         * src/codeconv.c
13656                 Fix outgoing charset never set to utf-8
13657         * src/mh.c
13658                 Fix leak
13659
13660 2005-06-16 [colin]      1.9.11cvs79
13661
13662         * src/compose.c
13663                 Fix bug #707 (Dash splits rows)
13664                 Only wrap if we're on a line break position and
13665                 the previous one was a "white" (space) char.
13666                 Pango stuff is weird.
13667
13668 2005-06-16 [colin]      1.9.11cvs78
13669
13670         * src/imap_gtk.c
13671                 Lock summaryview while downloading messages
13672                 on user demand
13673         * src/procheader.c
13674         * src/unmime.c
13675         * src/common/utils.c
13676         * src/common/utils.h
13677                 Replace \r and \n with spaces in From and
13678                 Subject headers
13679
13680 2005-06-16 [paul]       1.9.11cvs77
13681
13682         * src/procmime.c
13683                 liberalise the mime parser
13684         * src/gtk/about.c
13685                 add text wrapping
13686
13687 2005-06-16 [paul]       1.9.11cvs76
13688
13689         * src/gtk/about.c
13690                 reworked
13691
13692 2005-06-15 [colin]      1.9.11cvs75
13693
13694         * src/compose.c
13695                 Finish header encoding fix
13696         * src/summaryview.c
13697                 Fix segfault
13698         * src/headerview.c
13699                 Fix compilation (Thanks Stephan
13700                 Sachse)
13701
13702 2005-06-15 [colin]      1.9.11cvs74
13703
13704         * Makefile.am
13705                 Install gnome2 stuff rather than gnome1, 
13706                 if both are present
13707         * src/codeconv.c
13708         * src/codeconv.h
13709         * src/compose.c
13710                 Fix headers encoding
13711         * src/folder.c
13712                 Visual progress when fetching all messages
13713         * src/folderview.c
13714         * src/summaryview.c
13715         * src/summaryview.h
13716                 Prevent changing current message while
13717                 incorporating
13718
13719 2005-06-15 [paul]       1.9.11cvs73
13720
13721         * src/gtk/gtkaspell.c
13722         * src/gtk/gtkaspell.h
13723                 fix build warnings
13724
13725 2005-06-15 [paul]       1.9.11cvs72
13726
13727         * src/prefs_filtering.c
13728                 allow reordering of filter rules by
13729                 drag n drop
13730
13731 2005-06-15 [paul]       1.9.11cvs71
13732
13733         * COPYING
13734                 updated
13735         * src/codeconv.c
13736                 replace deprecated function
13737         * src/inc.c
13738         * src/send_message.c
13739         * src/gtk/progressdialog.c
13740         * src/gtk/progressdialog.h
13741                 salvage and reuse parts of reverted sync
13742
13743 2005-06-15 [paul]       1.9.11cvs70
13744
13745         * src/inc.c
13746         * src/send_message.c
13747         * src/gtk/progressdialog.c
13748         * src/gtk/progressdialog.h
13749                 revert yesterday's sync with main
13750                 it contains deprecated functions
13751
13752 2005-06-15 [colin]      1.9.11cvs69
13753
13754         * src/headerview.c
13755                 Fix bug #670 (multi user to: will corrupt message 
13756                 headers display)
13757
13758 2005-06-15 [colin]      1.9.11cvs68
13759
13760         * src/compose.c
13761                 Fix bug #421 (Fix undo on wrapping)
13762
13763 2005-06-15 [colin]      1.9.11cvs67
13764
13765         * src/folder.c
13766                 Provide visual feedback while processing
13767                 folder's rules.
13768         * src/imap.c
13769                 Provide visual feedback while getting
13770                 short headers (for uncached messages)
13771
13772
13773 2005-06-14 [paul]       1.9.11cvs66
13774
13775         * src/account.c
13776                 change a couple stock icons
13777         * src/inc.c
13778         * src/send_message.c
13779         * src/gtk/progressdialog.c
13780         * src/gtk/progressdialog.h
13781                 sync main's GtkTreeView implementation
13782
13783 2005-06-14 [colin]      1.9.11cvs65
13784
13785         * src/imap.c
13786                 Various little fixes, mainly on error paths
13787
13788 2005-06-13 [colin]      1.9.11cvs64
13789
13790         * matcher.c
13791         * procmsg.c
13792         * procmsg.h
13793                 Add a way to fetch only headers. This speeds
13794                 up filtering on headers for IMAP. Fixes:
13795                 bug #481 extraneous imap commands slow down 
13796                         imap filtering
13797                 bug #522 Sylpheed downloads all messages 
13798                         when opening mailbox (IMAP)
13799                 bug #677 IMAP fetch is soooooooooooooo slow
13800         * src/folder.c
13801         * src/folder.h
13802                 Add a folder set_batch method so that
13803                 implementations can speed up flags changes
13804         * src/folderutils.c
13805         * src/summaryview.c
13806                 Use that in mark as (un)read and mark all read
13807                 Refix bug #679
13808         * src/imap.c
13809                 Implement set_batch - brings back deferred
13810                 flags in a less buggy manner. Fixes:
13811                 bug #729 IMAP immediate expunge of deleted messages
13812                 bug #191 remove list of messages with one command
13813                 Fix login with strange chars
13814                 Implement fetch_msg_full
13815                 Fix copy (wrong counts)
13816
13817 2005-06-12 [colin]      1.9.11cvs63
13818
13819         * src/folder.c
13820                 lock incorporation during long operations.
13821                 Avoids fucking up the IMAP socket.
13822
13823 2005-06-12 [colin]      1.9.11cvs62
13824
13825         * src/imap.c
13826                 Fix harmful typo
13827                 Factorize remove_all_msg
13828                 Thread-ize expunge
13829         * src/summaryview.c
13830                 Don't update partial-download status if unnecessary
13831         * src/folder.c
13832                 Use remove_msgs everywhere possible
13833
13834 2005-06-12 [colin]      1.9.11cvs61
13835
13836         * src/folder.c
13837         * src/folder.h
13838                 Add a remove_msgs function to remove a 
13839                 list of messages
13840         * src/imap.c
13841                 Implement that.
13842
13843 2005-06-12 [colin]      1.9.11cvs60
13844
13845         * src/imap.c
13846                 Remove flags-processing deferring... Too hard
13847                 to get it to work in all cases.
13848
13849 2005-06-11 [colin]      1.9.11cvs59
13850
13851         * src/imap.c
13852                 printf -> debug_print
13853
13854 2005-06-11 [colin]      1.9.11cvs58
13855
13856         * src/imap.c
13857                 o Fix build without USE_PTHREAD
13858                 o Factorize imap_open
13859                 o Alertpanel in case of impossible connection
13860                 o Alertpanel in case of impossible login
13861                 o Fix deferred flags processing to force a 
13862                   flush before adding some more flags to process,
13863                   but in another folder.
13864
13865 2005-06-10 [colin]      1.9.11cvs57
13866
13867         * src/imap.c
13868                 o Fix a format string error
13869                 o init ssl socket outside of the thread 
13870                   (it possibly invokes gtk calls)
13871         * src/procmime.c
13872                 o Put back the buffer to its necessary size
13873                 o Fix changing a file pointer without keeping
13874                   track of it (thanks Valgrind)
13875         * src/common/smtp.c
13876                 o Fix automatic STARTTLS if login should be done
13877                   and the server only allows it after starting TLS
13878         * src/gtk/gtkinputdialog.c
13879                 o Eat GDK_Return so that the combo popup doesn't 
13880                   appear when we press Enter to validate the combo
13881                   input dialog (as seen in the Open with... dialog)
13882
13883 2005-06-10 [colin]      1.9.11cvs56
13884
13885         * src/imap.c
13886                 o A bit less debug
13887                 o Fix a crash on deletion
13888                 o Threadize imap_select (it's called outside of 
13889                   threads)
13890                 o Defer treatment of DELETED flags
13891
13892
13893 2005-06-09 [colin]      1.9.11cvs55
13894
13895         * src/imap.c
13896                 Make sure we check imap_gtk_should_override(), which
13897                 potentially calls gtk stuff, before creating thread.
13898                 That way it should't be called via imap_get_session()
13899                 inside a thread.
13900
13901 2005-06-09 [colin]      1.9.11cvs54
13902
13903         * src/imap.c
13904                 o add a bit of status output
13905                 o remove some dead code
13906                 o threadize get_list_of_uids
13907                 o threadize imap_get_flags
13908                 o defer flag changing by 500ms so that they
13909                   can be batched
13910
13911
13912 2005-06-08 [colin]      1.9.11cvs53
13913
13914         * src/imap.c
13915                 Thread-ize imap_cmd_fetch
13916
13917 2005-06-08 [colin]      1.9.11cvs52
13918
13919         * src/main.c
13920                 Mmh, that broke POP3...
13921
13922 2005-06-08 [colin]      1.9.11cvs51
13923
13924         * src/main.c
13925                 Stabilize IMAP patch (thanks to Hoa)
13926
13927 2005-06-08 [colin]      1.9.11cvs50
13928
13929         * src/imap.c
13930                 Test patch to speed up imap. 
13931
13932 2005-06-08 [colin]      1.9.11cvs49
13933
13934         * src/imap_gtk.c
13935                 Warning fix
13936         * src/procmime.c
13937                 Apply patch from gentoo to use /usr/share/mime/globs if 
13938                 available, after un-breaking it
13939         * src/common/log.c
13940         * src/common/log.h
13941                 Use g_timeout for invoking hooks that possibly use gtk
13942                 calls. This should leave gtk calls in the main thread.
13943
13944 2005-06-08 [paul]       1.9.11cvs48
13945
13946         * src/codeconv.c
13947                 conv_get_outgoing_charset_str(): don't
13948                 use prefs_common setting
13949         * src/compose.c
13950         * src/compose.h
13951                 add /Options/Character encoding/... to
13952                 temporarily change the outgoing encoding
13953
13954         (belated sync with main)
13955
13956 2005-06-08 [paul]       1.9.11cvs47
13957
13958         * src/compose.c
13959                 correction to/completion of last
13960                 sync with main
13961
13962 2005-06-08 [paul]       1.9.11cvs46
13963
13964         sync with main:
13965         
13966         * src/codeconv.c
13967         * src/codeconv.h
13968                 always enabled Japanese auto-detection
13969                 if the first letters of locale string
13970                 is "ja"
13971         * src/compose.c
13972                 don't use "destroy" signal to destroy
13973                 Compose object (fix rare crashes on discard?)
13974         * src/mainwindow.c
13975         * src/messageview.c
13976         * src/prefs_send.c
13977                 added Hebrew encodings
13978         * src/sourcewindow.c
13979                 don't use "destroy" signal to destroy
13980                 objects
13981
13982 2005-06-07 [colin]      1.9.11cvs45
13983
13984         * src/summaryview.c
13985                 Add missing unlocks/locks
13986
13987 2005-06-07 [paul]       1.9.11cvs44
13988
13989         * src/summaryview.c
13990                 restore bug #749 fix
13991
13992 2005-06-06 [colin]      1.9.11cvs43
13993
13994         * src/summaryview.c
13995                 Fix selection bug when prefs_common.open_unread 
13996                 is FALSE
13997
13998 2005-06-06 [colin]      1.9.11cvs42
13999
14000         * src/common/md5.c
14001                 Fix a warning
14002         * src/summaryview.c
14003         * src/folderview.c
14004                 Factorize long operations beginning and end
14005                 (locking, freezing/thawing, cursor, ...)
14006                 Check selection->data member in selection-
14007                 related loops; this avoids dying an awful
14008                 death if the selection changes on us while
14009                 we're marking a whole IMAP folder unread, 
14010                 for example.
14011
14012 2005-06-06 [paul]       1.9.11cvs41
14013
14014         * src/textview.c
14015                 don't g_free() a static gchar buffer
14016
14017 2005-06-05 [colin]      1.9.11cvs40
14018
14019         * src/mainwindow.c
14020         * src/messageview.c
14021         * src/summaryview.c
14022                 Fix bug #749 (Show all headers should be
14023                 sticky as the GUI suggests)
14024
14025 2005-06-03 [paul]       1.9.11cvs39
14026
14027         * src/compose.c
14028                 don't allow editing of mail while sending.
14029                 patch by Colin
14030
14031 2005-06-03 [paul]       1.9.11cvs38
14032
14033         * src/folderview.c
14034                 add a freeze/thaw to speed up 'mark all read'
14035
14036 2005-06-03 [paul]       1.9.11cvs37
14037
14038         * src/prefs_message.c
14039                 reflect changes immediately
14040
14041 2005-06-02 [colin]      1.9.11cvs36
14042
14043         * po/POTFILES.in
14044                 Patch by Fabien Vantard.
14045
14046 2005-06-02 [colin]      1.9.11cvs35
14047
14048         * src/imap.c
14049                 Use a non-blocking imap_getline() if possible.
14050                 This should completely prevent the interface
14051                 from freezin on imap operations, although it
14052                 may do strange stuff in case of folder switching
14053                 while a big imap operation is taking place...
14054
14055                 In addition, fix a leak in the case thread
14056                 creation fails on connection.
14057
14058 2005-06-02 [colin]      1.9.11cvs34
14059
14060         * src/crash.c
14061         * src/prefs_common.h
14062                 Fix build (prefs_common_init() doesn't exist
14063                 anymore)
14064
14065 2005-06-02 [colin]      1.9.11cvs33
14066
14067         * src/prefs_account.c
14068                 Fix bug #245 (filtering rules broken when
14069                 renaming a remote account (imap4 or nntp)
14070
14071 2005-06-02 [colin]      1.9.11cvs32
14072
14073         * src/imap.c
14074                 Try to fix IMAP shortcomings: 
14075                 o Multithread imap_open()
14076                 o allow offline-mode overriding instead of
14077                   just returning NULL
14078         * src/imap_gtk.c
14079         * src/imap_gtk.h
14080                 Add a function to ask whether we want to
14081                 override offline-mode for 10 minutes (one-shot
14082                 asking was painful)
14083         * src/procheader.c
14084                 Fix segfault when imap parser isn't happy about
14085                 a missing {
14086
14087 2005-06-01 [colin]      1.9.11cvs31
14088
14089         * src/addrharvest.c
14090         * src/compose.c
14091         * src/mbox.c
14092         * src/mbox.h
14093         * src/mh.c
14094         * src/msgcache.c
14095         * src/send_message.c
14096         * src/setup.c
14097         * src/undo.c
14098         * src/common/hooks.c
14099         * src/common/prefs.c
14100         * src/common/template.c
14101         * src/common/utils.c
14102         * src/gtk/gtkutils.c
14103         * src/gtk/inputdialog.c
14104         * src/gtk/menu.c
14105         * src/gtk/pluginwindow.c
14106         * src/gtk/prefswindow.c
14107         * src/plugins/pgpmime/passphrase.c
14108         * src/plugins/pgpmime/prefs_gpg.c
14109                 More -Wall fixes
14110
14111         * src/common/Makefile.am
14112         * src/common/timing.h
14113                 Add basic timing code
14114
14115         * src/summaryview.c
14116                 Fix a bug with unread messages when 
14117                 re-sorting folders, and by the way
14118                 fix a big performance hit when 
14119                 re-sorting (10k mails: before 5s,
14120                 after .5s)
14121
14122         * src/prefs_compose_writing.c
14123         * src/prefs_compose_writing.h
14124         * src/prefs_message.c
14125         * src/prefs_message.h
14126         * src/prefs_other.c
14127         * src/prefs_other.h
14128         * src/prefs_quote.c
14129         * src/prefs_quote.h
14130         * src/prefs_receive.c
14131         * src/prefs_receive.h
14132         * src/prefs_send.c
14133         * src/prefs_send.h
14134         * src/prefs_summaries.c
14135         * src/prefs_summaries.h
14136                 Fix copyright banner
14137
14138 2005-06-01 [paul]       1.9.11cvs30
14139
14140         * po/fi.po
14141                 updated by Flammie Pirinen
14142         * src/procmime.c
14143                 fix 'Bad BASE64 content' output
14144
14145 2005-05-31 [colin]      1.9.11cvs29
14146
14147         * src/procmime.c
14148                 Oops, where did my hunk go.
14149
14150 2005-05-31 [colin]      1.9.11cvs28
14151
14152         * src/Makefile.am
14153         * src/account.c
14154         * src/action.c
14155         * src/addr_compl.c
14156         * src/addressbook.c
14157         * src/codeconv.c
14158         * src/compose.c
14159         * src/export.c
14160         * src/folder.c
14161         * src/folderview.c
14162         * src/image_viewer.c
14163         * src/main.c
14164         * src/mainwindow.c
14165         * src/messageview.c
14166         * src/mimeview.c
14167         * src/msgcache.c
14168         * src/prefs_account.c
14169         * src/prefs_actions.c
14170         * src/prefs_common.c
14171         * src/prefs_compose_writing.c
14172         * src/prefs_customheader.c
14173         * src/prefs_ext_prog.c
14174         * src/prefs_filtering.c
14175         * src/prefs_filtering_action.c
14176         * src/prefs_fonts.c
14177         * src/prefs_image_viewer.c
14178         * src/prefs_message.c
14179         * src/prefs_message.h
14180         * src/prefs_msg_colors.c
14181         * src/prefs_other.c
14182         * src/prefs_other.h
14183         * src/prefs_quote.c
14184         * src/prefs_receive.c
14185         * src/prefs_receive.h
14186         * src/prefs_send.c
14187         * src/prefs_send.h
14188         * src/prefs_spelling.c
14189         * src/prefs_summaries.c
14190         * src/prefs_summary_column.c
14191         * src/prefs_template.c
14192         * src/prefs_themes.c
14193         * src/prefs_toolbar.c
14194         * src/prefs_wrapping.c
14195         * src/procmime.c
14196         * src/procmsg.c
14197         * src/send_message.h
14198         * src/ssl_manager.c
14199         * src/summary_search.c
14200         * src/summaryview.c
14201         * src/textview.c
14202         * src/wizard.c
14203         * src/common/smtp.c
14204         * src/common/smtp.h
14205         * src/gtk/gtkutils.h
14206                 o Move the rest of Common prefs to new style
14207                 o Lots of -Wall warning fixes
14208                 o fix FIXME in cache memusage calculation
14209                 o Let return receipts be sent from any account
14210                 o Little cache optimisation (read)
14211                 o Fix bug #746 (don't treat commas as separators
14212                   when inside a quoted string)
14213
14214 2005-05-31 [paul]       1.9.11cvs27
14215
14216         * src/prefs_common.c
14217                 fix 'off-by-one' typo
14218
14219 2005-05-31 [paul]       1.9.11cvs26
14220
14221         * src/account.c
14222         * src/addr_compl.c
14223         * src/compose.c
14224         * src/foldersel.c
14225         * src/prefs_actions.c
14226         * src/prefs_common.c
14227         * src/prefs_common.h
14228         * src/prefs_customheader.c
14229         * src/prefs_display_header.c
14230         * src/prefs_filtering.c
14231         * src/prefs_filtering_action.c
14232         * src/prefs_matcher.c
14233         * src/prefs_summaries.c
14234         * src/prefs_summary_column.c
14235         * src/prefs_template.c
14236         * src/prefs_toolbar.c
14237         * src/ssl_manager.c
14238         * src/gtk/pluginwindow.c
14239         * src/gtk/prefswindow.c
14240         * src/gtk/progressdialog.c
14241                 add hidden prefs 'enable_rules_hint'
14242                 for gtk_tree_view_set_rules_hint()
14243                 (sync with main)
14244                 
14245
14246 2005-05-31 [colin]      1.9.11cvs25
14247
14248         * src/Makefile.am
14249         * src/main.c
14250         * src/prefs_common.c
14251         * src/prefs_summaries.c ** ADDED **
14252         * src/prefs_summaries.h ** ADDED **
14253                 Common/Display -> Display/Summaries
14254
14255 2005-05-31 [colin]      1.9.11cvs24
14256
14257         * src/Makefile.am
14258         * src/main.c
14259         * src/prefs_quote.c ** ADDED **
14260         * src/prefs_quote.h ** ADDED **
14261                 Move Common/Quote to Compose/Quoting
14262         * src/prefs_common.c
14263         * src/prefs_common.h
14264                 Remove old quote stuff, add
14265                 convenience functions for GtkTextView prefs
14266         * src/gtk/prefswindow.c
14267                 Set default height higher
14268
14269 2005-05-30 [colin]      1.9.11cvs23
14270
14271         * src/Makefile.am
14272         * src/main.c
14273         * src/prefs_common.c
14274         * src/prefs_compose_writing.c ** ADDED **
14275         * src/prefs_compose_writing.h ** ADDED **
14276                 Move Common/Compose prefs to Compose/Writing
14277
14278 2005-05-30 [colin]      1.9.11cvs22
14279
14280         * src/common/utils.c
14281                 Fix bug #651 (Confused Attract by Subject)
14282                 Patch by M. Benkmann <haferfrost@web.de>
14283         * AUTHORS
14284
14285 2005-05-30 [colin]      1.9.11cvs21
14286
14287         * src/compose.c
14288                 Fix concatenation of different headers of
14289                 the same type (bug #645)
14290         * src/prefs_folder_item.c
14291                 Fix bug #699 (setting color to black doesn't
14292                 work immediately)
14293         * src/procmime.c
14294                 Print out decoding error only once per
14295                 block
14296
14297 2005-05-30 [paul]       1.9.11cvs20
14298
14299         * src/common/template.c
14300                 fix Bcc
14301
14302 2005-05-30 [paul]       1.9.11cvs19
14303
14304         * doc/src/rfc2368.txt   **NEW FILE**
14305         * src/compose.c
14306                 compose_entries_set(): don't interpret Bcc
14307                 header field (conform to RFC 2368)
14308                 (sync with main)
14309
14310 2005-05-29 [colin]      1.9.11cvs18
14311
14312         * src/prefs_common.c
14313                 Let the default reply format respect
14314                 netiquette by cutting the signature.
14315
14316 2005-05-29 [colin]      1.9.11cvs17
14317
14318         * src/summaryview.c
14319                 Don't let always_show_msg override
14320                 open_unread_on_enter when opening a new
14321                 directory.
14322
14323 2005-05-27 [paul]       1.9.11cvs16
14324
14325         sync with main:
14326
14327         * src/main.c
14328                 app_will_exit(): cleanup tmp directory when exit
14329         * src/message_search.c
14330                 improved the interface and made code cleanup.
14331                 removed Clear button
14332         * src/send_message.c
14333                 send_message_local(): use GSpawn, and detect errors
14334         * src/summary_search.c
14335                 improved the interface and made code cleanup
14336         * src/textview.c
14337                 textview_write_link(): also skip non-ascii space
14338                  at the head of link strings (phishing check
14339                  didn't work at the case)
14340         * src/common/utils.c
14341                 get_command_output(): use g_spawn_command_line_sync()
14342                 instead of popen()
14343
14344 2005-05-26 [colin]      1.9.11cvs15
14345
14346         * src/folder.c
14347                 remove printf
14348
14349 2005-05-26 [colin]      1.9.11cvs14
14350
14351         * src/common/nntp.c
14352                 Fix nntp mode reader (bug #611)
14353                 Patch by Florian Mickler <florian@mickler.org>
14354
14355 2005-05-26 [colin]      1.9.11cvs13
14356
14357         * src/plugins/pgpmime/passphrase.c
14358                 Fix mouse grabbing (bug #557)
14359
14360 2005-05-26 [colin]      1.9.11cvs12
14361
14362         * src/prefs_themes.c
14363                 Fix g_warning (bug #541)
14364
14365 2005-05-26 [colin]      1.9.11cvs11
14366
14367         * src/prefs_actions.c
14368         * src/prefs_template.c
14369                 Fix bug #506 (no warning if action/template
14370                 is not saved)
14371         * src/common/template.c
14372                 Fix a possible crash
14373
14374 2005-05-26 [colin]      1.9.11cvs10
14375
14376         * src/folder.c
14377         * src/folderview.c
14378         * src/procmsg.c
14379         * src/summaryview.c
14380                 Forbid locked messages to be moved or
14381                 deleted. Locked messages in trashes 
14382                 still get deleted, for performance
14383                 reason (mh.c::mh_remove_all_msgs)
14384
14385 2005-05-25 [colin]      1.9.11cvs9
14386
14387         * src/procmime.c
14388                 Use correct encoding when sending mails
14389                 with attachments that have accentued 
14390                 chars in their name
14391
14392 2005-05-24 [colin]      1.9.11cvs8
14393
14394         * src/summaryview.c
14395                 Fix bug #688 f) read/unread marker not
14396                 changed on first click
14397                 Also, optimize summary_status_show()
14398                 calls
14399         * src/folder.c
14400         * src/inc.c
14401         * src/procmime.c
14402                 Fix bug #688 b) and c) wrt message
14403                 attachments and signature
14404         * src/stock_pixmap.c
14405         * src/stock_pixmap.h
14406         * src/stock_pixmap.c
14407         * src/stock_pixmap.h
14408         * src/Makefile.am
14409         * src/pixmaps/clip_gpg_signed.xpm
14410                 Add clip/signed icon
14411
14412 2005-05-24 [colin]      1.9.11cvs7
14413
14414         * src/folder_item_prefs.c
14415                 whitespace fix
14416
14417 2005-05-24 [colin]      1.9.11cvs6
14418
14419         * src/folderview.c
14420         * src/prefs_common.c
14421         * src/prefs_common.h
14422                 Add a confirmation to folder drag and drop
14423                 fixes bug #156
14424         * src/alertpanel.c
14425         * src/alertpanel.h
14426                 fix _with_disable parameters so that
14427                 the buttons labels are specifiable too
14428         * src/plugins/pgpmime/sgpgme.c
14429                 reflect said change
14430                 
14431
14432 2005-05-24 [colin]      1.9.11cvs5
14433
14434         * src/folderview.c
14435                 Uncollapse/collapse folders on double-click
14436                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
14437                 closes bug #108
14438
14439 2005-05-23 [colin]      1.9.11cvs4
14440
14441         * src/common/socket.c
14442                 Check another special SSL_peek() error.
14443                 Should help wrt bug #728
14444
14445 2005-05-23 [colin]      1.9.11cvs3
14446
14447         * src/plugins/pgpmime/pgpmime.c
14448                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
14449                 breaking menu accelerators and stuff. Users will have to
14450                 reselect "PGP MIME" instead of "PGP/MIME" in their 
14451                 account's privacy preferences if needed.
14452
14453 2005-05-22 [paul]
14454
14455         * tools/kdeservicemenu/install.sh
14456                 use kdesu to prompt for root password if doing
14457                 global install/uninstall
14458
14459 2005-05-20 [colin]      1.9.11cvs2
14460
14461         * src/procmsg.c
14462                 Fix another compilation error with gcc-2.9x
14463                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14464         * src/send_message.c
14465                 Don't send QUIT if we aren't connected
14466
14467 2005-05-19 [colin]      1.9.11cvs1
14468
14469         * src/procmsg.c
14470                 Fix compilation with gcc 2.9x
14471
14472 2005-05-19 [paul]       1.9.11
14473
14474         1.9.11 released
14475
14476 2005-05-19 [paul]       1.9.9cvs14
14477
14478         * src/gtk/inputdialog.c
14479                 prevent gettext warning
14480
14481 2005-05-19 [paul]       1.9.9cvs13
14482
14483         * src/mainwindow.c
14484         * src/prefs_common.c
14485         * src/prefs_common.h
14486         * src/textview.c
14487         * src/textview.h
14488                 add an option to toggle cursor in message
14489                 view (sync with main)
14490
14491 2005-05-18 [colin]      1.9.9cvs12
14492
14493         * src/compose.c
14494                 Dereference freed pointer
14495         * src/gtk/gtkaspell.c
14496                 Fix duplication of dictionaries (is it an aspell issue?)
14497
14498 2005-05-18 [colin]      1.9.9cvs11
14499
14500         * src/gtk/inputdialog.c
14501         * src/gtk/gtkaspell.c
14502                 HIGuify dialogs
14503         * src/alertpanel.c
14504                 Remove a double call
14505
14506 2005-05-17 [colin]      1.9.9cvs10
14507
14508         * src/gtk/gtkaspell.c
14509                 Fix dialogs, Ctrl-Enter accel
14510
14511 2005-05-17 [colin]      1.9.9cvs9
14512
14513         * src/gtk/gtkaspell.c
14514                 Fix some accelerators, escape in replace-window
14515
14516 2005-05-16 [colin]      1.9.9cvs8
14517
14518         * src/gtk/gtkaspell.c
14519                 Revert last commit, it was a mistake.
14520
14521 2005-05-16 [colin]      1.9.9cvs7
14522
14523         * src/gtk/gtkaspell.c
14524                 Remove buggy code while we're at it. It's a 
14525                 dead code path anyway.
14526
14527 2005-05-16 [colin]      1.9.9cvs6
14528
14529         * src/gtk/gtkaspell.c
14530                 Missed some gtk_menu_popup where deactivate
14531                 signal should be handled. Should fix bug
14532                 #629 a bit more.
14533
14534 2005-05-16 [colin]      1.9.9cvs5
14535
14536         * src/gtk/gtkaspell.c
14537                 Remove debug printf()s
14538
14539 2005-05-16 [colin]      1.9.9cvs4
14540
14541         * src/gtk/gtkaspell.c
14542                 Fix a bit aspell problems
14543                 (see bug #629)
14544
14545 2005-05-13 [colin]      1.9.9cvs3
14546
14547         * src/folderview.c
14548                 Fix the + appearing even when no subfolders
14549                 have unread messages. Thanks to wwp for the
14550                 bug report.
14551
14552 2005-05-11 [paul]       1.9.9cvs2
14553
14554         * src/folderview.c
14555                 correction to 1.9.9cvs1, only colour folders that
14556                 have new msgs (not unread msgs)
14557
14558 2005-05-10 [colin]      1.9.9cvs1
14559
14560         * src/folderview.c
14561         * src/summaryview.c
14562                 Try to fix bolding bugs again.
14563
14564 2005-05-09 [paul]
14565
14566         * tools/claws.i18n.status.pl
14567                 add Ricardo Mones Lastra's script that has been providing
14568                 the i18n status page for many months
14569
14570 2005-05-09 [paul]       1.9.9
14571
14572         1.9.9 release
14573
14574 2005-05-09 [paul]       1.9.6cvs58
14575
14576         * AUTHORS
14577         * INSTALL
14578         * README.claws
14579                 updated
14580         * Makefile.am 
14581         * RELEASE_NOTES.claws
14582                 add release notes to cvs to simplify release
14583                 procedure
14584         * configure.ac
14585                 add ca and fi to ALL_LINGUAS
14586         * po/Makefile.in.in
14587                 workaround for missing Makevars
14588         * po/ca.po
14589         * po/fi.po
14590                 add new Catalan and Finnish translations
14591                 submitted by Miquel Oliete and Flammie Pirinen
14592         * po/de.po
14593         * po/es.po
14594         * po/fr.po
14595         * po/it.po
14596         * po/pl.po
14597         * po/ru.po
14598         * po/sk.po
14599         * po/sr.po
14600         * po/zh_CN.po
14601                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14602                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14603                 Urke MMI, and Hansom Young
14604         * src/main.c
14605                 Fix drafting when quitting. compose_draft() closes the
14606                 compose windows, which modifies the compose_list GSList.
14607                 We have to refresh this list after echo drafting to avoid a
14608                 segfault
14609         * src/partial_download.c
14610                 fix segfault on exit
14611
14612 2005-05-06 [paul]       1.9.6cvs57
14613
14614         * src/grouplistdialog.c
14615                 quick fix/workaround for unresizeable newsgroup
14616                 name column 
14617
14618 2005-05-06 [paul]       1.9.6cvs56
14619
14620         * src/inc.c
14621         * src/mainwindow.c
14622                 use gettext plural forms
14623         * src/imap_gtk.c
14624         * src/mh_gtk.c
14625         * src/toolbar.c
14626                 small improvement to english usage
14627
14628 2005-05-05 [thorsten]   1.9.6cvs55
14629
14630         * src/folder.c
14631                 fix possible crash
14632
14633 2005-05-05 [paul]       1.9.6cvs54
14634         
14635         sync with HEAD
14636
14637         * AUTHORS
14638         * src/compose.c
14639                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14640                 patch by Tim Mann
14641
14642 2005-05-05 [paul]       1.9.6cvs53
14643
14644         * src/mainwindow.c
14645                 fix resizing of separate message and
14646                 folder views
14647
14648 2005-05-05 [paul]       1.9.6cvs52
14649
14650         * src/account.c
14651         * src/addrgather.c
14652         * src/browseldap.c
14653         * src/exphtmldlg.c
14654         * src/expldifdlg.c
14655         * src/importmutt.c
14656         * src/importpine.c
14657         * src/main.c
14658         * src/mainwindow.c
14659         * src/noticeview.c
14660         * src/prefs_filtering.c
14661         * src/prefs_filtering_action.c
14662         * src/prefs_matcher.c
14663         * src/prefs_spelling.c
14664         * src/prefs_toolbar.c
14665         * src/toolbar.c
14666         * src/wizard.c
14667         * src/gtk/description_window.c
14668         * src/gtk/gtkvscrollbutton.c
14669         * src/gtk/progressdialog.c
14670         * src/gtk/quicksearch.c
14671         * src/plugins/pgpmime/prefs_gpg.c
14672         * src/plugins/spamassassin/spamassassin_gtk.c
14673                 replace deprecated gtk_widget_set_usize
14674
14675 2005-05-04 [colin]      1.9.6cvs51
14676
14677         * src/common/utils.c
14678                 Fix crash when subst_for_filename is called
14679                 with a NULL parameter
14680
14681 2005-05-04 [colin]      1.9.6cvs50
14682
14683         * src/partial_download.c
14684         * src/pop.c
14685                 Escape login when writing uidl file
14686                 fixes bug #736
14687
14688 2005-05-03 [colin]      1.9.6cvs49
14689
14690         * src/procmime.c
14691                 Fix possible DOS in mime parser
14692                 (see bug #634)
14693
14694 2005-05-02 [colin]      1.9.6cvs48
14695
14696         * src/compose.c
14697                 Try to fix the copy/paste mess once again.
14698
14699
14700 2005-04-30 [colin]      1.9.6cvs47
14701
14702         * src/prefs_account.h
14703         * src/procmsg.c
14704         * src/send_message.c
14705         * src/common/smtp.c
14706         * src/common/smtp.h
14707                 Try to batch sending mails (per account) instead of
14708                 reconnecting to server every time.
14709
14710 2005-04-29 [colin]      1.9.6cvs46
14711
14712         * src/messageview.c
14713                 Fix window resizing that refused to size down
14714         * src/prefs_common.c
14715         * src/prefs_common.h
14716         * src/prefs_filtering.c
14717                 Save Filtering's window size
14718
14719 2005-04-21 [paul]       1.9.6cvs45
14720
14721         * ChangeLog-gtk2.claws
14722         * src/setup.c
14723                 correction to sync
14724
14725 2005-04-21 [paul]       1.9.6cvs44
14726
14727         sync with main:
14728
14729         * src/setup.c
14730         * src/statusbar.c
14731         * src/statusbar.h
14732                 use gtkut_widget_draw_now(). Improved performance
14733                 of the update of statusbar
14734         * src/textview.c
14735                 textview_smooth_scroll_do(): redraw it after scroll
14736                 is done (fixed incorrect display when a part of the
14737                 view is hidden).
14738         * src/gtk/gtkutils.c
14739         * src/gtk/gtkutils.h
14740                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14741                 to force update of widgets.
14742                 Removed gtkut_widget_wait_for_draw() which had a big
14743                 overhead  because of waiting for all events processed 
14744
14745 2005-04-20 [paul]       1.9.6cvs43
14746
14747         * src/codeconv.c
14748                 complete 1.9.6cvs42's sync:
14749                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14750
14751 2005-04-19 [paul]       1.9.6cvs42
14752
14753         sync with main:
14754
14755         * src/action.c
14756                 catch_output(): correctly select the insert text
14757                 (fix invalid iterator warnings).
14758         * src/codeconv.c
14759         * src/codeconv.h
14760         * src/mainwindow.c
14761         * src/messageview.c
14762         * src/prefs_common.c
14763                 support GBK encoding.
14764         * src/common/session.c
14765         * src/common/session.h
14766                 use separate buffer for large data to be sent,
14767                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14768
14769 2005-04-18 [paul]       1.9.6cvs41
14770
14771         * src/jpilot.c
14772                 convert unsigned long into guint32
14773                 patch by Paul LeoNerd Evans 
14774
14775 2005-04-17 [colin]      1.9.6cvs40
14776
14777         * src/compose.c
14778                 Fix 'Request return receipt' from folder
14779                 properties (bug #708)
14780
14781 2005-04-17 [colin]      1.9.6cvs39
14782
14783         * src/mainwindow.c
14784                 Fix duplicate hotkeys in Mainwindow's menu
14785
14786 2005-04-17 [colin]      1.9.6cvs38
14787
14788         * src/folderview.c
14789                 Fix duplicate hotkeys in Folderview's contextual
14790                 menu
14791
14792 2005-04-15 [colin]      1.9.6cvs37
14793
14794         * src/summaryview.c
14795                 Fix 'Save as...' with non-ascii filenames
14796
14797 2005-04-15 [colin]      1.9.6cvs36
14798
14799         * src/plugins/pgpmime/pgpmime.c
14800                 Fix bus error on 64bit. Spotted by 
14801                 macallan1888@gmail.com
14802
14803 2005-04-15 [colin]      1.9.6cvs35
14804
14805         * src/prefs_account.c
14806                 Fix cvs34.
14807
14808 2005-04-12 [colin]      1.9.6cvs34
14809
14810         * src/prefs_account.c
14811                 Fix smtp auth type off-by-one. We forgot to
14812                 add PLAIN in the prefs-to-gui setter func and
14813                 as a result, the selected auth when opening
14814                 account prefs was not the correct one.
14815
14816 2005-04-12 [paul]       1.9.6cvs33
14817
14818         * src/inc.c
14819                 if the recv dialog is visible, Cancel only
14820                 cancels the current account
14821
14822
14823 2005-04-10 [colin]      1.9.6cvs32
14824
14825         * src/filtering.c
14826                 Copy score when copying FilteringActions
14827                 Fix bug #674
14828
14829 2005-04-10 [colin]      1.9.6cvs31
14830
14831         * src/inc.c
14832                 Make Message -> Receive -> Cancel cancel 
14833                 incorporation on all accounts. Fixes
14834                 bug #693
14835
14836 2005-04-10 [colin]      1.9.6cvs30
14837
14838         * src/prefs_account.c
14839                 Update Privacy checkbuttons status based
14840                 on the selected privacy system
14841         * src/compose.c
14842                 Always connect the "None" privacy system; the
14843                 static boolean was probably there to avoid
14844                 reconnecting twice in the same compose window,
14845                 but as the parent function is only called once
14846                 per compose, it's only a bug - as a static is
14847                 initialized once per application instance.
14848                 Also, don't uncheck Sign and Encrypt when
14849                 selecting None as privacy system; just ignore
14850                 them when sending/queuing.
14851                 Should fix bug #695
14852
14853 2005-04-08 [colin]      1.9.6cvs29
14854
14855         * src/account.c
14856         * src/prefs_account.c
14857         * src/prefs_account.h
14858                 Add account preference to queue message in a certain
14859                 folder.
14860
14861 2005-04-06 [colin]      1.9.6cvs28
14862
14863         * src/prefs_account.c
14864                 Update old inbox path syntax
14865
14866 2005-04-06 [paul]       1.9.6cvs27
14867
14868         sync with main:
14869
14870         * configure.ac
14871                 changed -traditional-cpp to -no-cpp-precomp for newer
14872                 Mac OS X support
14873         * src/foldersel.c
14874                 made column resize automatically
14875         * src/send_message.c
14876                 send_message_smtp(): consider EOF right after QUIT
14877                 successful (workaround for Gmail SMTP server)
14878         * src/common/socket.c
14879                 ssl_read(), ssl_peek(): check EOF which violates the
14880                 SSL protocol
14881         * src/gtk/colorlabel.c
14882                 removed warnings when displaying colorlabel menu
14883                 (don't use GtkAlignment)
14884
14885 2005-04-05 [paul]       1.9.6cvs26
14886
14887         * src/plugins/trayicon/trayicon.c
14888                 fix clipping of icon under KDE3 
14889
14890 2005-04-05 [paul]       1.9.6cvs25
14891
14892         * src/summaryview.c
14893                 hide display of threading
14894                 patch by Alfons
14895
14896 2005-04-04 [thorsten]   1.9.6cvs24
14897
14898         * src/mh.c
14899                 marks lost on filesystems with different stat() results on
14900                 summer-/wintertime
14901
14902 2005-04-03 [colin]      1.9.6cvs23
14903
14904         * src/summaryview.c
14905                 Don't handle up/down. Patch by Alfons
14906
14907 2005-04-02 [colin]      1.9.6cvs22
14908
14909         * src/summaryview.c
14910                 Make scrolling faster. Patch by Alfons.
14911
14912 2005-04-01 [colin]      1.9.6cvs21
14913
14914         * src/Makefile.am
14915         * src/stock_pixmap.c
14916         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14917         * src/pixmaps/dir_noselect.xpm ** ADDED **
14918                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14919
14920 2005-04-01 [colin]      1.9.6cvs20
14921
14922         * src/image_viewer.c
14923         * src/image_viewer.h
14924         * src/procmime.c
14925         * src/procmime.h
14926         * src/textview.c
14927         * src/textview.h
14928                 Implement inline image resizing and right-clicking
14929
14930 2005-04-01 [paul]       1.9.6cvs19
14931
14932         * AUTHORS
14933         * Makefile.am
14934         * configure.ac
14935                 check for gnome2
14936                 patch by Luca Cavalli <loopback<AT>slackit.org>
14937         * po/ru.po
14938                 updated by Pavlo Bohmat
14939
14940 2005-03-31 [colin]      1.9.6cvs18
14941
14942         * src/news.c
14943                 Fix parsing references
14944         * src/msgcache.c
14945                 don't put nulls in the references list
14946         * src/procheader.c
14947                 commit that forgotten file in 1.9.6cvs14
14948
14949 2005-03-31 [colin]      1.9.6cvs17
14950
14951         * src/compose.c
14952                 Fix joining of signature separator again. 
14953                 Maybe Hiro could put it in main too...
14954
14955 2005-03-31 [colin]      1.9.6cvs16
14956
14957         * src/Makefile.am
14958         * src/foldersel.c
14959         * src/stock_pixmap.c
14960         * src/stock_pixmap.h
14961         * src/pixmaps/dir-noselect.xpm
14962                 Update foldersel.c (sync from main, patch by Alfons)
14963
14964 2005-03-30 [colin]      1.9.6cvs15
14965
14966         * src/imap.c
14967                 Fix handling of imap folders containing [] in 
14968                 their name. Thanks to Nahuel Angelinetti for
14969                 the detailed bugreport.
14970
14971 2005-03-30 [colin]      1.9.6cvs14
14972
14973         * src/common/utils.h
14974         * src/common/utils.c
14975         * src/common/defs.h
14976         * src/matcher.c
14977         * src/msgcache.c
14978         * src/news.c
14979         * src/procmsg.c
14980         * src/procmsg.h
14981         * src/quote_fmt_parse.y
14982         * src/summaryview.c
14983                 Update references system. Patch by Alfons
14984
14985 2005-03-30 [colin]      1.9.6cvs13
14986
14987         * src/common/socket.c
14988                 Force the glibc to read resolv.conf again when 
14989                 it has changed. Should fix issues when changing
14990                 networks on a laptop and not restarting sylpheed. 
14991
14992 2005-03-30 [paul]       1.9.6cvs12
14993
14994         partial sync with main:
14995
14996         * src/action.c
14997                 create_io_dialog(): use user-defined text font
14998                 (thanks to Alfons), and modified its appearance.
14999         * src/addrgather.c
15000         * src/addrharvest.c
15001         * src/browseldap.c
15002                 replace old code
15003         * src/compose.c
15004                 don't join (presumably) itemized lines on line-wrapping
15005                 fixed wrapping of quote when auto-wrapping is enabled
15006                 compose_destroy(): destroy paned only if it's not
15007                 attached to window. Fixed memory leak of popup menu.
15008         * src/exphtmldlg.c
15009         * src/expldifdlg.c
15010                 replace old code
15011         * src/html.c
15012         * src/html.h
15013         * src/importmutt.c
15014         * src/importpine.c
15015                 replace old code
15016         * src/main.c
15017                 removed redundant code
15018         * src/mainwindow.c
15019                 changed 'Code set' (which is rather incorrect)
15020                 in the menu to 'Character encoding'
15021                 main_window_set_widgets(): request size first
15022                 to prevent window size becoming wrong
15023                 fixed remembering of the state of the visibility
15024                 of MessageView
15025         * src/messageview.c
15026                 changed 'Code set' (which is rather incorrect)
15027                 in the menu to 'Character encoding'
15028         * src/prefs_common.c
15029         * src/prefs_common.h
15030                 added an option whether to render HTML as text or not
15031                 added separators to outgoing encoding menu
15032         * src/procheader.c
15033                 procheader_scan_date_string(): support header
15034                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
15035         * src/summaryview.c
15036         * src/summaryview.h
15037                 minor code cleanup
15038         * src/textview.c
15039                 textview_show_html(): force output of newline
15040                 added an option whether to render HTML as text or not
15041         * src/common/utils.c
15042                 strncpy2(): optimized based on Alfons' code
15043         * src/gtk/gtkutils.c
15044         * src/gtk/gtkutils.h
15045                 removed non-used code
15046         * src/plugins/pgpmime/passphrase.c
15047                 partially fixed grab input of passphrase dialog
15048                 Confine pointer to window
15049
15050 2005-03-30 [colin]      1.9.6cvs11
15051
15052         * src/msgcache.c
15053         * src/msgcache.h
15054                 Read/write 32bit ints from cache & marks
15055                 From main.
15056
15057 2005-03-29 [paul]       1.9.6cvs10
15058
15059         * AUTHORS
15060         * ChangeLog.claws
15061         * src/compose.c
15062         * src/gtk/gtkaspell.c
15063                 sync with HEAD (don't pass NULL pointers) 
15064
15065 2005-03-24 [paul]
15066
15067         * tools/Makefile.am
15068         * tools/README
15069         * tools/acroread2sylpheed.pl
15070                 sync with HEAD (add script to send pdfs as
15071                 attachments from Adobe Reader 7)
15072
15073 2005-03-21 [paul]       1.9.6cvs9
15074
15075         * configure.ac
15076         * po/POTFILES.in
15077         * src/Makefile.am
15078         * src/crash.c
15079         * src/image_viewer.c ** ADDED **
15080         * src/image_viewer.h ** ADDED **
15081         * src/main.c
15082         * src/prefs_common.c
15083         * src/prefs_common.h
15084         * src/prefs_image_viewer.c ** ADDED **
15085         * src/prefs_image_viewer.h ** ADDED **
15086         * src/textview.c
15087         * src/gtk/about.c
15088         * src/pixmaps/sylpheed_logo.xpm
15089         * src/plugins/Makefile.am
15090         * src/plugins/image_viewer/.cvsignore ** REMOVED **
15091         * src/plugins/image_viewer/Makefile.am ** REMOVED **
15092         * src/plugins/image_viewer/plugin.c ** REMOVED **
15093         * src/plugins/image_viewer/viewer.c ** REMOVED **
15094         * src/plugins/image_viewer/viewer.glade ** REMOVED **
15095         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
15096         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
15097         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
15098         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
15099                 as gdk-pixbuf is now built-in
15100                 remove image_viewer plugin and put code back into
15101                 main codebase
15102                 implement inline image display (sync with main)
15103
15104                 replace logo with newer, nicer, larger version  
15105
15106 2005-03-21 [paul]       1.9.6cvs8
15107
15108         * src/gtk/about.c
15109                 cosmetic improvement
15110
15111 2005-03-21 [holger]     1.9.6cvs7
15112
15113         * src/plugins/spamassassin/spamassassin.c
15114                 Sync with HEAD
15115                 (unregister hook on failed plugin init)
15116
15117 2005-03-20 [colin]      1.9.6cvs6
15118
15119         * src/common/plugin.c
15120                 Check that plugin isn't already loaded
15121                 Patch by Alfons
15122
15123 2005-03-20 [thorsten]   1.9.6cvs5
15124
15125         * src/compose.c
15126                 use a more compatible syntax
15127
15128 2005-03-20 [thorsten]   1.9.6cvs4
15129
15130         * src/prefs_toolbar.c
15131                 fix crash when selecting toolbar item (uninitialized pointer)
15132
15133 2005-03-20 [thorsten]   1.9.6cvs3
15134
15135         * src/procmime.c
15136                 fix mimetype detection (referenced free()d string)
15137
15138 2005-03-20 [paul]       1.9.6cvs2
15139
15140         * src/compose.c
15141                 sync with HEAD (1.0.3cvs5)
15142                 neglect Reply-To header if empty
15143                 Patch by Alfons 
15144
15145 2005-03-19 [holger]     1.9.6cvs1
15146
15147         * src/summaryview.c
15148         * src/summaryview.h
15149                 Sync with HEAD
15150
15151 2005-03-18 [paul]       1.9.6
15152
15153         initial GTK2 release
15154
15155 2005-03-18 [paul]       1.0.3cvs3.1
15156
15157         * AUTHORS
15158         * ChangeLog.claws
15159         * configure.ac
15160         * src/gtk/about.c
15161         * src/pixmaps/sylpheed_logo.xpm
15162                 sync with HEAD
15163
15164 2005-03-18 [colin]      1.0.3cvs2.6
15165
15166         * src/summaryview.c
15167                 Remove call to summary_step in summary_copy_selected_to
15168                 Can't see its purpose, and this causes bug when copying
15169                 a message if the next one is unread: it reads it.
15170
15171 2005-03-18 [paul]       1.0.3cvs2.5
15172
15173         * src/foldersel.c
15174                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
15175
15176 2005-03-18 [paul]       1.0.3cvs2.4
15177
15178         * src/addrharvest.c
15179         * src/codeconv.c
15180         * src/codeconv.h
15181         * src/compose.c
15182         * src/news.c
15183         * src/procheader.c
15184         * src/procmime.c
15185         * src/unmime.c
15186         * src/unmime.h
15187                 fix buffer overflow, CAN-2005-0667, see
15188                 http://secunia.com/advisories/14491/
15189                 Patch by Alfons
15190
15191 2005-03-17 [colin]      1.0.3cvs2.3
15192
15193         * src/prefs_fonts.c
15194         * src/summaryview.c
15195                 Fix font bugs (both lists now officialy share 
15196                 the same font)
15197                 
15198
15199 2005-03-17 [paul]       1.0.3cvs2.2
15200
15201         * src/gtk/pluginwindow.c
15202                 make plugin descriptions uneditable
15203
15204 2005-03-11 [paul]       1.0.3cvs2.1
15205
15206         * ChangeLog.claws
15207         * configure.ac
15208         * po/POTFILES.in
15209         * src/plugins/trayicon/trayicon.c
15210                 sync with HEAD
15211                 add src/wizard.c to POTFILES.in
15212
15213 2005-03-11 [paul]       1.0.3cvs1.1
15214
15215         * ChangeLog
15216         * ChangeLog.claws
15217         * configure.ac
15218         * po/de.po
15219         * po/es.po
15220         * po/fr.po
15221         * po/it.po
15222         * po/pt_BR.po
15223         * po/ru.po
15224         * po/sk.po
15225         * po/sr.po
15226         * po/zh_CN.po
15227                 sync with HEAD
15228
15229 2005-03-04 [colin]      1.0.1cvs22.2
15230
15231         * src/compose.c
15232                 Fix signatures with accentued chars in it
15233
15234 2005-03-04 [colin]      1.0.1cvs22.1
15235
15236         * src/common/smtp.c
15237         * src/common/smtp.h
15238                 Don't use SIZE param in MAIL FROM: if server 
15239                 doesn't support it. Patch by Eugen Freiter
15240                 <eugen_f@users.sf.net>
15241
15242 2005-02-27 [paul]       1.0.1cvs20.1
15243
15244         * ChangeLog.claws
15245         * configure.ac
15246         * src/messageview.c
15247                 sync with HEAD
15248
15249 2005-02-27 [colin]      1.0.1cvs19.4
15250
15251         * src/procheader.c
15252         * src/procheader.h
15253                 Fix prototypes. Patch by Alfons
15254
15255 2005-02-27 [colin]      1.0.1cvs19.3
15256
15257         * src/compose.c
15258                 Don't auto-join the signature separator.
15259
15260 2005-02-26 [colin]      1.0.1cvs19.2
15261
15262         * src/summaryview.c
15263                 Fix 'mark all read' with collapsed threads.
15264                 Patch by Alfons.
15265
15266 2005-02-25 [paul]       1.0.1cvs19.1
15267
15268         * ChangeLog.claws
15269         * configure.ac
15270         * src/prefs_account.c
15271         * src/prefs_folder_item.c
15272         * src/gtk/prefswindow.c
15273         * src/gtk/prefswindow.h
15274                 sync with HEAD
15275
15276 2005-02-25 [paul]       1.0.1cvs15.12
15277
15278         * src/alertpanel.c
15279         * src/codeconv.c
15280         * src/compose.c
15281         * src/textview.c
15282         * src/gtk/gtkutils.c
15283         * src/gtk/gtkutils.h
15284         * src/gtk/logwindow.c
15285         * src/gtk/progressdialog.c
15286                 sync with main (revision 127)
15287                 and fix logwindow clipping
15288
15289 2005-02-24 [colin]      1.0.1cvs15.11
15290
15291         * src/plugins/pgpmime/passphrase.c
15292                 Disable input grabbing; it doesn't work yet.
15293
15294 2005-02-24 [colin]      1.0.1cvs15.10
15295
15296         * src/messageview.c
15297                 Don't send out receipts if offline. Ask.
15298
15299 2005-02-23 [colin]      1.0.1cvs15.9
15300
15301         * src/summaryview.c     
15302                 Fix expanding
15303
15304 2005-02-23 [colin]      1.0.1cvs15.8
15305
15306         * src/summaryview.c
15307                 Really fix Bug 568 by removing useless
15308                 calls. summary_thread_init() now called
15309                 in summary_sort(). This should please
15310                 Alfons as it should be faster than 
15311                 previously.
15312
15313 2005-02-23 [colin]      1.0.1cvs15.7
15314
15315         * src/compose.c
15316                 Encode parts as QP or B64 if signing
15317
15318 2005-02-23 [colin]      1.0.1cvs15.6
15319
15320         * src/compose.c
15321                 Fix Mimeinfo leakage (including tmp files)
15322         * src/procmsg.c
15323                 Fix tmp file leakage (spotted by Ivan Rayner)
15324
15325 2005-02-22 [colin]      1.0.1cvs15.5
15326
15327         * src/expldifdlg.c
15328                 Fix keyboard input. Patch by Alfons.
15329
15330 2005-02-21 [colin]      1.0.1cvs15.4
15331
15332         * src/compose.c
15333                 Fix Sign/Encrypt when unselecting privacy
15334                 system
15335         * src/prefs_common.c
15336                 Change default message font to Monospace
15337         * src/summaryview.c
15338                 More freezing during potentially large operations
15339
15340 2005-02-21 [paul]       1.0.1cvs15.3
15341
15342         * src/main.c
15343                 fix --help output
15344
15345 2005-02-21 [paul]       1.0.1cvs15.2
15346
15347         * po/Makefile.in.in
15348         * src/compose.c
15349         * src/summaryview.c
15350         * src/textview.c
15351         * src/common/utils.c
15352         * src/common/utils.h
15353                 sync with main (revision 117)
15354
15355 2005-02-20 [colin]      1.0.1cvs15.1
15356
15357         * src/common/defs.h
15358                 Change cache file to .sylpheed_claws_cache, as
15359                 suggested by Alfons. Allows people to switch
15360                 between Sylpheed and Sylpheed-Claws. it is
15361                 a good idea to "Check for new messages" at next
15362                 startup.
15363
15364
15365 2005-02-18 [colin]      1.0.1cvs14.1
15366
15367         * src/quote_fmt_lex.l
15368         * src/quote_fmt_parse.y
15369                 Fix parser initialisation. Patch by Ivan.
15370
15371 2005-02-18 [colin]      1.0.1cvs11.6
15372
15373         * src/folderview.c
15374                 Fix scrolldown (bug 662)
15375
15376 2005-02-17 [colin]      1.0.1cvs11.5
15377
15378         * src/codeconv.c
15379                 conv_filename_to_utf8: return clean 7bit instead
15380                 of broken utf8 if needed
15381         * src/mimeview.c
15382                 Fix display of parts with unclean 8bit names
15383
15384 2005-02-17 [paul]       1.0.1cvs11.4
15385
15386         * src/compose.c
15387         * src/exportldif.c
15388         * src/matcher_parser_parse.y
15389         * src/procmime.c
15390         * src/sourcewindow.c
15391         * src/common/Makefile.am
15392         * src/common/intl.h             ** REMOVED **
15393         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15394                 sync with main (revision 109)
15395                 and clean up
15396
15397 2005-02-16 [colin]      1.0.1cvs11.3
15398
15399         * src/summaryview.c
15400                 Fix collapsed thread not highlighting when new
15401                 messages in it (Bug 568) Patch by Stephan Sachse.
15402                 Fix messed up selection when reaching bounds (Bug 632)
15403         * src/prefs_themes.c
15404                 Fix theme installing (Bug 684)
15405
15406 2005-02-16 [colin]      1.0.1cvs11.2
15407
15408         * src/messageview.c
15409                 Fix messageview_select_all
15410
15411 2005-02-16 [colin]      1.0.1cvs11.1
15412
15413         * src/mh.c
15414                 Sync with HEAD (MH scan required function)
15415
15416 2005-02-15 [colin]      1.0.1cvs8.1
15417
15418         * src/mimeview.c
15419         * src/common/utils.c
15420                 Sync with HEAD (filename chars substitution)
15421
15422 2005-02-15 [colin]      1.0.1cvs7.3
15423
15424         * src/gtk/pluginwindow.c
15425                 Fix button spacing
15426
15427 2005-02-15 [colin]      1.0.1cvs7.2
15428
15429         * src/mimeview.c
15430                 Fix mime icons not reset across message when
15431                 scrolled down
15432
15433 2005-02-15 [colin]      1.0.1cvs7.1
15434
15435         * src/compose.c
15436         * src/procmime.c
15437                 Sync with HEAD (optimisation of cvs6)
15438
15439 2005-02-14 [colin]      1.0.1cvs6.1
15440
15441         * src/compose.c
15442         * src/procmime.c
15443                 Sync with HEAD (encode "From " at line beginning)
15444
15445 2005-02-14 [colin]      1.0.1cvs5.3
15446
15447         * src/compose.c
15448                 Fix wrapping with accentued chars.
15449
15450 2005-02-13 [colin]      1.0.1cvs5.2
15451
15452         * src/textview.c
15453                 Fix email informative part parsing with
15454                 accentued chars in it. ispunct() returns
15455                 true for them in utf8...
15456
15457 2005-02-12 [colin]      1.0.1cvs5.1
15458
15459         * src/filtering.c
15460                 Sync with HEAD (remove wrong use of compose after send)
15461
15462 2005-02-12 [paul]       1.0.1cvs4.5
15463
15464         * src/textview.c
15465                 remove unnecessary code (thanks to Alfons)
15466
15467 2005-02-12 [paul]       1.0.1cvs4.4
15468
15469         * src/textview.c
15470                 add 'Copy' to contextual menu on emails
15471
15472 2005-02-11 [colin]      1.0.1cvs4.3
15473
15474         * src/compose.c
15475                 revert 1.0.0cvs28.2, it doesn't work that well.
15476
15477 2005-02-11 [paul]       1.0.1cvs4.2
15478
15479         * po/Makefile.in.in
15480                 fix 'make release'
15481
15482 2005-02-10 [paul]       1.0.1cvs4.1
15483
15484         * ChangeLog
15485         * ChangeLog.claws
15486         * ChangeLog.jp
15487         * configure.ac
15488         * src/compose.c
15489                 sync with HEAD (sync with main)
15490
15491 2005-02-10 [paul]       1.0.1cvs3.2
15492
15493         * AUTHORS
15494         * Makefile.am
15495         * autogen.sh
15496         * configure.ac
15497         * config/mkinstalldirs
15498         * intl/.cvsignore
15499         * intl/ChangeLog
15500         * intl/VERSION
15501         * intl/bindtextdom.c
15502         * intl/config.charset
15503         * intl/dcgettext.c
15504         * intl/dcigettext.c
15505         * intl/dcngettext.c
15506         * intl/dgettext.c
15507         * intl/dngettext.c
15508         * intl/eval-plural.h
15509         * intl/explodename.c
15510         * intl/finddomain.c
15511         * intl/gettext.c
15512         * intl/gettextP.h
15513         * intl/gmo.h
15514         * intl/hash-string.h
15515         * intl/intl-compat.c
15516         * intl/l10nflist.c
15517         * intl/libgnuintl.h.in
15518         * intl/loadinfo.h
15519         * intl/loadmsgcat.c
15520         * intl/localcharset.c
15521         * intl/localcharset.h
15522         * intl/locale.alias
15523         * intl/localealias.c
15524         * intl/localename.c
15525         * intl/log.c
15526         * intl/ngettext.c
15527         * intl/os2compat.c
15528         * intl/os2compat.h
15529         * intl/osdep.c
15530         * intl/plural-exp.c
15531         * intl/plural-exp.h
15532         * intl/plural.c
15533         * intl/plural.y
15534         * intl/ref-add.sin
15535         * intl/ref-del.sin
15536         * intl/relocatable.c
15537         * intl/relocatable.h
15538         * intl/textdomain.c
15539         * m4/Makefile.am
15540         * po/Makefile.in.in
15541         * src/Makefile.am
15542         * src/account.c
15543         * src/action.c
15544         * src/addr_compl.c
15545         * src/addressadd.c
15546         * src/addressbook.c
15547         * src/addrgather.c
15548         * src/addrindex.c
15549         * src/alertpanel.c
15550         * src/browseldap.c
15551         * src/codeconv.c
15552         * src/codeconv.h
15553         * src/compose.c
15554         * src/compose.h
15555         * src/crash.c
15556         * src/editaddress.c
15557         * src/editbook.c
15558         * src/editgroup.c
15559         * src/editjpilot.c
15560         * src/editldap.c
15561         * src/editldap_basedn.c
15562         * src/editvcard.c
15563         * src/exphtmldlg.c
15564         * src/expldifdlg.c
15565         * src/export.c
15566         * src/exporthtml.c
15567         * src/filtering.c
15568         * src/folder.c
15569         * src/folder_item_prefs.c
15570         * src/foldersel.c
15571         * src/folderview.c
15572         * src/grouplistdialog.c
15573         * src/headerview.c
15574         * src/imap.c
15575         * src/imap_gtk.c
15576         * src/import.c
15577         * src/importldif.c
15578         * src/importmutt.c
15579         * src/importpine.c
15580         * src/inc.c
15581         * src/ldif.c
15582         * src/main.c
15583         * src/mainwindow.c
15584         * src/matcher.c
15585         * src/mbox.c
15586         * src/message_search.c
15587         * src/messageview.c
15588         * src/mh.c
15589         * src/mh_gtk.c
15590         * src/mimeview.c
15591         * src/msgcache.c
15592         * src/news.c
15593         * src/news_gtk.c
15594         * src/noticeview.c
15595         * src/partial_download.c
15596         * src/pop.c
15597         * src/prefs_account.c
15598         * src/prefs_actions.c
15599         * src/prefs_common.c
15600         * src/prefs_customheader.c
15601         * src/prefs_display_header.c
15602         * src/prefs_ext_prog.c
15603         * src/prefs_filtering.c
15604         * src/prefs_filtering_action.c
15605         * src/prefs_folder_item.c
15606         * src/prefs_fonts.c
15607         * src/prefs_gtk.c
15608         * src/prefs_matcher.c
15609         * src/prefs_msg_colors.c
15610         * src/prefs_spelling.c
15611         * src/prefs_summary_column.c
15612         * src/prefs_template.c
15613         * src/prefs_themes.c
15614         * src/prefs_toolbar.c
15615         * src/prefs_wrapping.c
15616         * src/privacy.c
15617         * src/procheader.c
15618         * src/procmime.c
15619         * src/procmsg.c
15620         * src/quote_fmt.c
15621         * src/recv.c
15622         * src/send_message.c
15623         * src/setup.c
15624         * src/sourcewindow.c
15625         * src/ssl_manager.c
15626         * src/statusbar.c
15627         * src/summary_search.c
15628         * src/summaryview.c
15629         * src/textview.c
15630         * src/toolbar.c
15631         * src/wizard.c
15632         * src/common/nntp.c
15633         * src/common/plugin.c
15634         * src/common/smtp.c
15635         * src/common/ssl.c
15636         * src/common/ssl_certificate.c
15637         * src/common/string_match.c
15638         * src/common/sylpheed.c
15639         * src/common/template.c
15640         * src/common/utils.c
15641         * src/gtk/about.c
15642         * src/gtk/colorlabel.c
15643         * src/gtk/description_window.c
15644         * src/gtk/filesel.c
15645         * src/gtk/foldersort.c
15646         * src/gtk/gtkaspell.c
15647         * src/gtk/gtkutils.c
15648         * src/gtk/inputdialog.c
15649         * src/gtk/logwindow.c
15650         * src/gtk/menu.c
15651         * src/gtk/pluginwindow.c
15652         * src/gtk/prefswindow.c
15653         * src/gtk/progressdialog.c
15654         * src/gtk/quicksearch.c
15655         * src/gtk/sslcertwindow.c
15656         * src/plugins/clamav/clamav_plugin.c
15657         * src/plugins/clamav/clamav_plugin_gtk.c
15658         * src/plugins/demo/demo.c
15659         * src/plugins/dillo_viewer/dillo_prefs.c
15660         * src/plugins/dillo_viewer/dillo_viewer.c
15661         * src/plugins/image_viewer/plugin.c
15662         * src/plugins/image_viewer/viewer.c
15663         * src/plugins/image_viewer/viewerprefs.c
15664         * src/plugins/mathml_viewer/mathml_viewer.c
15665         * src/plugins/pgpmime/passphrase.c
15666         * src/plugins/pgpmime/plugin.c
15667         * src/plugins/pgpmime/prefs_gpg.c
15668         * src/plugins/pgpmime/select-keys.c
15669         * src/plugins/pgpmime/sgpgme.c
15670         * src/plugins/spamassassin/spamassassin.c
15671         * src/plugins/spamassassin/spamassassin_gtk.c
15672         * src/plugins/trayicon/trayicon.c
15673                 sync with main (revision 104)
15674
15675 2005-02-10 [colin]      1.0.1cvs3.1
15676
15677         * src/mainwindow.c
15678                 Sync with HEAD (fix occasional crasher)
15679
15680 2005-02-10 [colin]      1.0.1cvs2.1
15681
15682         * src/messageview.c
15683                 Synw with HEAD (don't automatically display html)
15684
15685 2005-02-09 [colin]      1.0.1cvs1.3
15686
15687         * src/textview.c
15688         * src/textview.h
15689                 Add contextual menu on emails
15690
15691 2005-02-09 [colin]      1.0.1cvs1.2
15692
15693         * src/codeconv.c
15694                 Fix converting from broken headers and 
15695                 put back the _ in missing places
15696                 (feature broke with cvs24.2 sync, main 
15697                  possibly affected?)
15698
15699 2005-02-09 [colin]      1.0.1cvs1.1
15700
15701         * src/messageview.c
15702         * src/mimeview.c
15703         * src/mimeview.h
15704                 Sync with HEAD (display non text/plain mails with plugin)
15705
15706 2005-02-08 [colin]      1.0.1.1
15707
15708         * ChangeLog.claws
15709         * po/pt_BR.po
15710                 Sync with HEAD
15711         * configure.ac
15712                 Make default configuration directory 
15713                 be .sylpheed-gtk2
15714
15715 2005-02-08 [colin]      1.0.0cvs29.1
15716
15717         * po/de.po
15718         * po/es.po
15719         * po/fr.po
15720         * po/it.po
15721         * po/sk.po
15722         * po/sr.po
15723                 Sync translations with HEAD
15724
15725 2005-02-06 [colin]      1.0.0cvs28.3
15726
15727         * src/compose.c
15728                 Make compose a bit faster - patch by Alfons.
15729
15730 2005-02-06 [colin]      1.0.0cvs28.2
15731
15732         * src/compose.c
15733                 Make pasting via middle-click more reliable
15734
15735 2005-02-05 [paul]       1.0.0cvs28.1
15736
15737         * ChangeLog
15738         * ChangeLog.claws
15739         * ChangeLog.jp
15740         * configure.ac
15741         * src/compose.c
15742                 sync with HEAD
15743                 (fix bug 682 'redirect is broken'
15744
15745 2005-02-05 [torte]      1.0.0cvs27.1
15746
15747         * ChangeLog.claws
15748         * configure.ac
15749         * src/partial_download.c
15750                 Sync with HEAD (fix buf overflow)
15751
15752 2005-02-03 [colin]      1.0.0cvs26.1
15753
15754         * src/common/plugin.c
15755                 Sync with HEAD (avoid plugin mismatches)
15756
15757 2005-02-03 [paul]       1.0.0cvs25.3
15758
15759         * src/folderview.c
15760         * src/headerview.c
15761         * src/summaryview.c
15762         * src/textview.c
15763         * src/gtk/colorlabel.c
15764                 third and final part of initial sync with main-gtk2
15765
15766 2005-02-03 [paul]       1.0.0cvs25.2
15767
15768         * src/jpilot.c
15769                 fix building with jpilot support
15770
15771 2005-02-02 [colin]      1.0.0cvs25.1
15772
15773         * src/messageview.c
15774                 Sync with HEAD (fix dangerous typo)
15775
15776 2005-02-01 [colin]      1.0.0cvs24.3
15777
15778         * src/common/xml.c
15779                 Write file as advertised (UTF-8)
15780
15781 2005-02-01 [paul]       1.0.0cvs24.2
15782
15783         * src/addrbook.c
15784         * src/addrindex.c
15785         * src/alertpanel.h
15786         * src/codeconv.c
15787         * src/codeconv.h
15788         * src/compose.c
15789         * src/export.c
15790         * src/folder_item_prefs.c
15791         * src/html.c
15792         * src/imap.c
15793         * src/import.c
15794         * src/jpilot.c
15795         * src/mainwindow.c
15796         * src/matcher_parser_lex.l
15797         * src/messageview.c
15798         * src/mh.c
15799         * src/prefs_account.c
15800         * src/prefs_actions.c
15801         * src/prefs_common.c
15802         * src/prefs_gtk.c
15803         * src/prefs_gtk.h
15804         * src/prefs_themes.c
15805         * src/procheader.c
15806         * src/procmime.c
15807         * src/sourcewindow.c
15808         * src/statusbar.c
15809         * src/summaryview.c
15810         * src/textview.c
15811         * src/toolbar.c
15812         * src/unmime.c
15813         * src/common/template.c
15814         * src/common/utils.c
15815         * src/common/xml.c
15816         * src/common/xml.h
15817         * src/gtk/gtkaspell.c
15818         * src/plugins/clamav/clamav_plugin.c
15819         * src/plugins/dillo_viewer/dillo_prefs.c
15820         * src/plugins/image_viewer/viewerprefs.c
15821         * src/plugins/pgpmime/passphrase.c
15822         * src/plugins/pgpmime/prefs_gpg.c
15823         * src/plugins/pgpmime/select-keys.c
15824         * src/plugins/spamassassin/spamassassin.c
15825                 second part of initial sync with main-gtk2
15826                 (more to follow)
15827
15828 2005-01-31 [colin]      1.0.0cvs24.1
15829
15830         * src/compose.c
15831                 Sync with HEAD
15832
15833 2005-01-29 [paul]       1.0.0cvs23.2
15834
15835         * src/account.c
15836         * src/action.c
15837         * src/addressadd.c
15838         * src/addressbook.c
15839         * src/alertpanel.c
15840         * src/compose.c
15841         * src/editaddress.c
15842         * src/editbook.c
15843         * src/editgroup.c
15844         * src/editjpilot.c
15845         * src/editldap.c
15846         * src/editldap_basedn.c
15847         * src/editvcard.c
15848         * src/export.c
15849         * src/foldersel.c
15850         * src/grouplistdialog.c
15851         * src/import.c
15852         * src/importldif.c
15853         * src/inc.c
15854         * src/main.c
15855         * src/mainwindow.c
15856         * src/message_search.c
15857         * src/messageview.c
15858         * src/mimeview.c
15859         * src/prefs_actions.c
15860         * src/prefs_common.c
15861         * src/prefs_common.h
15862         * src/prefs_customheader.c
15863         * src/prefs_display_header.c
15864         * src/prefs_filtering.c
15865         * src/prefs_filtering_action.c
15866         * src/prefs_gtk.c
15867         * src/prefs_matcher.c
15868         * src/prefs_summary_column.c
15869         * src/prefs_template.c
15870         * src/sourcewindow.c
15871         * src/summary_search.c
15872         * src/summaryview.c
15873         * src/textview.c
15874         * src/gtk/about.c
15875         * src/gtk/description_window.c
15876         * src/gtk/gtkshruler.c
15877         * src/gtk/gtkutils.c
15878         * src/gtk/gtkutils.h
15879         * src/gtk/inputdialog.c
15880         * src/gtk/logwindow.c
15881         * src/gtk/prefswindow.c
15882         * src/gtk/progressdialog.c
15883         * src/gtk/progressdialog.h
15884                 first part of initial sync with main-gtk2
15885                 (more to follow)
15886
15887 2005-01-28 [colin]      1.0.0cvs23.1
15888
15889         * src/folderview.c
15890                 Sync with HEAD
15891
15892 2005-01-27 [colin]      1.0.0cvs21.1
15893
15894         * src/folder.c
15895         * src/folderview.c
15896                 Sync with HEAD
15897
15898 2005-01-27 [colin]      1.0.0cvs19.1
15899
15900         * src/procmime.c
15901                 Sync with HEAD
15902
15903 2005-01-27 [colin]      1.0.0cvs18.1
15904
15905         * src/messageview.c
15906         * src/summaryview.c
15907         * src/mainwindow.c
15908         * src/compose.c
15909         * src/compose.h
15910         * src/procmsg.c
15911         * src/procmsg.h
15912         * src/toolbar.c
15913                 Sync with HEAD
15914
15915 2005-01-26 [paul]       1.0.0cvs15.2
15916
15917         * src/compose.c
15918                 compose_entries_set(): convert subject and body to
15919                 utf8 if necessary. patch by Felix Eckhofer
15920
15921 2005-01-26 [paul]       1.0.0cvs15.1
15922
15923         * configure.ac
15924         * src/common/template.c
15925                 sync with HEAD (fix memory leak)
15926
15927 2005-01-25 [paul]       1.0.0cvs14.1
15928
15929         * configure.ac
15930         * src/compose.c
15931                 sync with HEAD
15932
15933 2005-01-24 [colin]      1.0.0cvs13.1
15934
15935         * src/summaryview.c
15936                 Sync with HEAD
15937
15938 2005-01-24 [paul]       1.0.0cvs12.1
15939
15940         * configure.ac
15941         * src/messageview.c
15942         * src/mh.c
15943         * src/common/utils.c
15944                 sync with HEAD
15945
15946 2005-01-24 [colin]      1.0.0cvs11.1
15947
15948         * src/procheader.c
15949                 Sync with HEAD
15950
15951 2005-01-24 [colin]      1.0.0cvs10.1
15952
15953         * src/folderview.c
15954                 Sync with HEAD
15955
15956 2005-01-23 [colin]      1.0.0cvs9.1
15957
15958         * src/crash.c
15959                 Sync with HEAD
15960
15961 2005-01-22 [colin]      1.0.0cvs8.1
15962
15963         * src/summaryview.c
15964         * src/gtk/quicksearch.c
15965                 Sync with HEAD
15966
15967 2005-01-21 [colin]      1.0.0cvs7.1
15968
15969         * src/summaryview.c
15970                 Sync with HEAD
15971
15972 2005-01-21 [colin]      1.0.0cvs6.1
15973
15974         * src/summaryview.c
15975                 Sync with HEAD
15976
15977 2005-01-21 [colin]      1.0.0cvs5.1
15978
15979         * src/gtk/quicksearch.c
15980         * src/prefs_common.c
15981         * src/prefs_common.h
15982                 Sync with HEAD (recurse option)
15983
15984 2005-01-21 [colin]      1.0.0cvs4.1
15985
15986         * src/folder.h
15987         * src/folderview.c
15988         * src/folderview.h
15989         * src/summaryview.c
15990         * src/gtk/quicksearch.c
15991         * src/gtk/quicksearch.h
15992                 Sync with HEAD (recursive quicksearch)
15993
15994 2005-01-20 [colin]      1.0.0cvs3.4
15995
15996         * src/ssl_manager.c
15997                 Remove useless code
15998
15999 2005-01-20 [colin]      1.0.0cvs3.3
16000
16001         * src/ssl_manager.c
16002                 Fix leak, thanks to Alfons.
16003
16004 2005-01-20 [colin]      1.0.0cvs3.2
16005
16006         * src/ssl_manager.c
16007                 Port SSL certificate window to GTK2.
16008
16009 2005-01-20 [paul]       1.0.0cvs3.1
16010
16011         * ChangeLog.claws
16012         * configure.ac
16013         * src/addrindex.c
16014         * src/addrindex.h
16015                 sync with HEAD
16016
16017 2005-01-19 [colin]      1.0.0cvs2.2
16018
16019         * src/plugins/trayicon/trayicon.c
16020                 Fix freeze with gtk-2.6, the easy way
16021                 (signal blocking helpless there...)
16022                 Closes bug #668.
16023
16024 2005-01-19 [colin]      1.0.0cvs2.1
16025
16026         * src/mbox.c
16027         * src/mbox.h
16028         * src/mainwindow.c
16029         * src/summaryview.c
16030         * src/summaryview.h
16031                 Sync with HEAD
16032
16033 2005-01-19 [paul]       1.0.0cvs1.1
16034
16035         * configure.ac
16036         * po/de.po
16037         * po/es.po
16038         * po/fr.po
16039         * po/hr.po
16040         * po/it.po
16041         * po/ja.po
16042         * po/ko.po
16043         * po/pt_BR.po
16044         * po/ru.po
16045         * po/sk.po
16046         * po/sr.po
16047                 sync with HEAD (update translations)
16048
16049 2005-01-18 [colin]      1.0.0cvs0.1
16050
16051         * src/foldersel.c
16052                 Specify search column - patch by Alfons
16053
16054 2005-01-18 [colin]      0.9.13cvs36.3
16055
16056         * src/prefs_toolbar.c
16057                 Change Delete to Remove
16058         * src/prefs_fonts.c
16059                 GTK2 version and leak fixes
16060         * src/prefs_actions.c
16061                 Add stock buttons.
16062                 All patches by Alfons
16063
16064 2005-01-17 [colin]      0.9.13cvs36.2
16065
16066         * src/compose.c
16067                 Fix DnD inserting twice. While at it,
16068                 add DnD support for text/plain in the
16069                 body, and add support in the headers.
16070
16071 2005-01-16 [colin]      0.9.13cvs36.1
16072
16073         * ChangeLog
16074         * ChangeLog.jp
16075         * ChangeLog.claws
16076                 Sync with HEAD (nothing applicable)
16077
16078 2005-01-16 [colin]      0.9.13cvs33.2
16079
16080         * src/prefs_toolbar.c
16081                 GTK2ize prefs_toolbar, by Alfons.
16082
16083 2005-01-14 [colin]      0.9.13cvs33.1
16084
16085         * src/html.c
16086         * src/msgcache.c
16087                 Sync with HEAD
16088
16089 2005-01-14 [colin]      0.9.13cvs32.1
16090
16091         * src/html.c
16092         * src/html.h
16093         * src/msgcache.c
16094         * AUTHORS
16095         * tools/calypso_convert.pl
16096                 Sync with HEAD
16097
16098 2005-01-08 [colin]      0.9.13cvs29.2
16099
16100         * src/prefs_filtering_action.c
16101         * src/prefs_filtering.c
16102                 2 more gtk2 patches by Alfons
16103
16104 2005-01-07 [paul]       0.9.13cvs29.1
16105
16106         * ChangeLog
16107         * ChangeLog.claws
16108         * ChangeLog.jp
16109         * configure.ac
16110         * src/pop.c
16111         * src/pop.h
16112                 sync with HEAD
16113
16114 2005-01-07 [colin]      0.9.13cvs28.3
16115
16116         * src/gtk/progressdialog.c
16117         * src/gtk/progressdialog.h
16118         * src/inc.c
16119         * src/send_message.c
16120                 GTK2 for the incorporation dialog. The CList isn't dead
16121                 yet, for a more smooth migration. Patch by Alfons.
16122
16123 2005-01-06 [colin]      0.9.13cvs28.2
16124
16125         * src/prefs_display_header.c
16126                 GTK2 conversion by Alfons
16127         * src/prefs_actions.c
16128         * src/prefs_matcher.c
16129                 Fix 2 leaks - patch by Alfons
16130
16131 2005-01-06 [colin]      0.9.13cvs28.1
16132
16133         * src/prefs_matcher.c
16134                 Sync with HEAD
16135
16136 2005-01-06 [colin]      0.9.13cvs27.4
16137
16138         * src/prefs_matcher.c
16139                 Fix double-free. Patch by Alfons
16140
16141 2005-01-06 [colin]      0.9.13cvs27.3
16142
16143         * src/prefs_matcher.c
16144                 GTK2 widgets + memleak
16145                 Patch by Alfons
16146
16147 2005-01-05 [colin]      0.9.13cvs27.2
16148
16149         * src/account.c
16150         * src/addr_compl.c
16151         * src/foldersel.c
16152         * src/stock_pixmap.c
16153         * src/stock_pixmap.h
16154                 3 more GTK2 patches by Alfons.
16155
16156 2005-01-04 [colin]      0.9.13cvs27.1
16157
16158         * src/folderview.c
16159         * src/imap_gtk.c
16160         * src/news_gtk.c
16161                 Sync with HEAD
16162
16163 2005-01-04 [colin]      0.9.13cvs25.9
16164
16165         * src/compose.c
16166                 Fix Show Ruler menuitem
16167         * src/prefs_template.c
16168                 Convert to GTK2
16169         * src/common/utils.c
16170                 Make auto pointer stuff handles NULLs
16171                 Patches by Alfons.
16172
16173 2005-01-04 [colin]      0.9.13cvs25.8
16174
16175         * src/compose.c
16176                 Move the attachment list to gtk2
16177                 Patch by Alfons.
16178
16179 2005-01-04 [colin]      0.9.13cvs25.7
16180
16181         * src/textview.c
16182                 Make some keys work again
16183                 Patch by SungHyun Nam <namsh@kldp.org>
16184
16185 2005-01-04 [colin]      0.9.13cvs25.6
16186
16187         * src/gtk/gtkshruler.c
16188                 Move the ruler to GTK2
16189                 Patch by Alfons
16190
16191 2005-01-03 [colin]      0.9.13cvs25.5
16192
16193         * src/compose.c
16194                 Fix my broken patch apply 
16195
16196 2005-01-03 [colin]      0.9.13cvs25.4
16197
16198         * src/common/utils.c
16199         * src/common/utils.h
16200         * src/gtk/prefswindow.c
16201                 Move auto pointer stuff to utils.c
16202                 Patch by Alfons again :)
16203
16204 2005-01-03 [colin]      0.9.13cvs25.3
16205
16206         * src/compose.c
16207         * src/prefs_gtk.c
16208         * src/prefs_template.c
16209         * src/textview.c
16210                 Empty text widgets with empty strings, not NULL char
16211                 Patch by SungHyun Nam <namsh@kldp_org>
16212
16213 2005-01-03 [colin]      0.9.13cvs25.2
16214
16215         * src/main.c
16216         * AUTHORS
16217                 Sync with HEAD
16218
16219 2005-01-03 [colin]      0.9.13cvs25.1
16220
16221         * src/pop.c
16222         * src/pop.h
16223                 Sync with HEAD
16224
16225 2005-01-03 [colin]      0.9.13cvs24.3
16226
16227         * src/account.c
16228                 Two patches from Alfons and Alex S Moore:
16229                 fix images, fix return value.
16230
16231 2005-01-01 [colin]      0.9.13cvs24.2
16232
16233         * src/prefs_actions.c
16234                 Fix over-zealous assertion. Patch by Alfons
16235
16236 2005-01-01 [colin]      0.9.13cvs24.1
16237
16238         * src/procmime.c
16239                 Sync with HEAD (leak fix)
16240
16241 2004-12-31 [colin]      0.9.13cvs23.2
16242
16243         * src/prefs_common.c
16244                 GTK2 widgets + stock buttons - patch by Alfons
16245
16246 2004-12-31 [paul]       0.9.13cvs23.1
16247
16248         * configure.ac
16249                 bump up EXTRA_VERSION to match (sync'ed) HEAD
16250         * src/gtk/pluginwindow.c
16251                 use GTK2 widgets and plug memory leaks,
16252                 patches by Alfons
16253
16254 2004-12-30 [colin]      0.9.13cvs22.4
16255
16256         * src/account.c
16257         * src/action.c
16258         * src/export.c
16259         * src/foldersel.c
16260         * src/import.c
16261         * src/message_search.c
16262         * src/prefs_actions.c
16263         * src/prefs_common.c
16264         * src/prefs_customheader.c
16265         * src/prefs_filtering.c
16266         * src/prefs_summary_column.c
16267         * src/summary_search.c
16268         * src/gtk/about.c
16269         * src/gtk/description_window.c
16270         * src/gtk/gtkutils.c
16271         * src/gtk/gtkutils.h
16272         * src/gtk/inputdialog.c
16273         * src/gtk/prefswindow.c
16274                 Use GTK2 stock buttons. Patches by Alfons.
16275
16276 2004-12-30 [colin]      0.9.13cvs22.3
16277
16278         * src/account.c
16279                 Sync with HEAD
16280         * src/prefs_actions.c
16281         * src/prefs_customheader.c
16282         * src/prefs_filtering.c
16283         * src/prefs_msg_colors.c
16284         * src/prefs_summary_column.c
16285         * src/gtk/prefswindow.c
16286                 Use GtkTreeView instead of deprecated 
16287                 widgets. Patches by Alfons.
16288
16289 2004-12-30 [paul]       0.9.13cvs22.2
16290
16291         * src/foldersel.c
16292                 use GTK 2 Tree View
16293                 patch by Alfons, with root folder sorting fix
16294                 by Stephan Sachse
16295
16296 2004-12-30 [paul]       0.9.13cvs22.1
16297
16298         * ChangeLog
16299         * ChangeLog.claws
16300         * ChangeLog.jp
16301         * NEWS
16302         * configure.ac
16303         * src/account.c
16304                 sync with HEAD
16305
16306 2004-12-22 [martin]     0.9.13cvs21.2
16307
16308         * src/action.c
16309                 free the command line after its use
16310
16311 2004-12-18 [paul]       0.9.13cvs21.1
16312
16313         * AUTHORS
16314         * ChangeLog
16315         * ChangeLog.claws
16316         * ChangeLog.jp
16317         * NEWS
16318         * configure.ac
16319         * src/action.c
16320         * src/compose.c
16321         * src/syldap.c
16322                 sync with HEAD
16323
16324 2004-12-17 [martin]     0.9.13cvs17.2
16325
16326         * src/action.c
16327                 convert actions input to locale
16328         * src/inc.c
16329                 convert notification command to locale
16330         * src/plugins/pgpmime/select-keys.c
16331                 convert attributes to utf8
16332
16333 2004-12-14 [colin]      0.9.13cvs17.1
16334
16335         * ChangeLog
16336         * ChangeLog.jp
16337         * ChangeLog.claws
16338         * src/action.c
16339         * src/common/utils.c
16340         * src/gtk/prefswindow.c
16341         * src/gtk/gtkutils.c
16342         * src/gtk/gtkutils.h
16343         * src/plugins/spamassassin/libspamc.c
16344                 Sync with HEAD
16345
16346 2004-12-13 [colin]      0.9.13cvs14.1
16347
16348         * src/quote_fmt_parse.y
16349                 Sync with HEAD
16350
16351 2004-12-10 [colin]      0.9.13cvs12.1
16352
16353         * src/prefs_themes.c
16354         * src/mainwindow.c
16355         * src/messageview.c
16356                 Sync with HEAD
16357
16358 2004-12-09 [colin]      0.9.13cvs10.1
16359
16360         * src/procmime.c
16361                 Sync with HEAD (fix B64 encoding from memory)
16362
16363 2004-12-08 [colin]      0.9.13cvs9.1
16364
16365         * src/gtk/colorlabel.c
16366                 Sync with HEAD
16367
16368 2004-12-08 [paul]       0.9.13cvs8.2
16369
16370         * src/gtk/pluginwindow.c
16371                 fix window resizing oddities
16372
16373 2004-12-08 [colin]      0.9.13cvs8.1
16374
16375         * src/quote_fmt_parse.y
16376                 Sync with HEAD
16377
16378 2004-12-08 [colin]      0.9.13cvs7.1
16379
16380         * src/matcher_parser_parse.y
16381         * src/msgcache.c
16382         * src/prefs_matcher.c
16383         * src/procheader.c
16384         * src/matcher.c
16385         * src/common/defs.h
16386         * po/sr.po
16387                 Sync with HEAD
16388
16389 2004-12-08 [colin]      0.9.13cvs6.1
16390
16391         * src/quote_fmt_parse.y
16392         * src/textview.c
16393                 Sync with HEAD
16394         * src/gtk/prefswindow.c
16395         * src/gtk/pluginwindow.c
16396                 Fix G_CALLBACKS protos (thanks to Alfons)
16397
16398 2004-12-07 [torte]      0.9.13cvs2.2
16399
16400         * src/procmime.c
16401                 [Bug 650] reply button causes crash
16402                 Thanks to David Relson and Christoph
16403
16404 2004-12-07 [colin]      0.9.13cvs2.1
16405
16406         * ChangeLog.claws
16407         * AUTHORS
16408         * po/sk.po
16409         * src/procmime.c
16410         * src/prefs_account.c
16411         * src/common/smtp.c
16412         * src/common/smtp.h
16413                 Sync with HEAD
16414
16415 2004-12-06 [colin]      0.9.12cvs187.1
16416
16417         * ChangeLog.claws
16418         * INSTALL
16419         * Makefile.am
16420         * README.claws
16421         * TODO.claws
16422         * configure.ac
16423         * po/bg.po
16424         * po/cs.po
16425         * po/el.po
16426         * po/en_GB.po
16427         * po/es.po
16428         * po/fr.po
16429         * po/hr.po
16430         * po/hu.po
16431         * po/it.po
16432         * po/ja.po
16433         * po/ko.po
16434         * po/nl.po
16435         * po/pl.po
16436         * po/pt_BR.po
16437         * po/ru.po
16438         * po/sk.po
16439         * po/sr.po
16440         * po/sv.po
16441         * po/zh_CN.po
16442         * po/zh_TW.Big5.po
16443         * src/compose.c
16444         * tools/Makefile.am
16445         * tools/README
16446         * tools/filter_conv.pl
16447         * tools/kdeservicemenu/README
16448         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16449         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16450                 Sync with HEAD
16451
16452 2004-12-04 [colin]      0.9.12cvs183.1
16453
16454         * src/compose.c
16455                 Sync with HEAD (compose window position saving)
16456
16457 2004-12-04 [paul]       0.9.12cvs182.3
16458
16459         * src/messageview.c
16460         * src/mimeview.c
16461         * src/prefs_customheader.c
16462         * src/gtk/quicksearch.c
16463                 replace some forgotten GTK_SIGNAL_FUNCs
16464
16465 2004-12-04 [paul]       0.9.12cvs182.2
16466
16467         * src/Makefile.am
16468                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16469                 committed in error      
16470
16471 2004-12-04 [paul]       0.9.12cvs182.1
16472
16473         * ChangeLog
16474         * ChangeLog.claws
16475         * ChangeLog.jp
16476         * INSTALL
16477         * NEWS
16478         * README
16479         * README.jp
16480         * configure.ac
16481         * doc/manual/ja/Makefile.am
16482         * doc/manual/ja/sylpheed-1.html
16483         * doc/manual/ja/sylpheed-10.html
16484         * doc/manual/ja/sylpheed-11.html
16485         * doc/manual/ja/sylpheed-12.html
16486         * doc/manual/ja/sylpheed-13.html
16487         * doc/manual/ja/sylpheed-14.html
16488         * doc/manual/ja/sylpheed-15.html
16489         * doc/manual/ja/sylpheed-16.html
16490         * doc/manual/ja/sylpheed-17.html
16491         * doc/manual/ja/sylpheed-18.html
16492         * doc/manual/ja/sylpheed-19.html
16493         * doc/manual/ja/sylpheed-2.html
16494         * doc/manual/ja/sylpheed-20.html
16495         * doc/manual/ja/sylpheed-3.html
16496         * doc/manual/ja/sylpheed-4.html
16497         * doc/manual/ja/sylpheed-5.html
16498         * doc/manual/ja/sylpheed-6.html
16499         * doc/manual/ja/sylpheed-7.html
16500         * doc/manual/ja/sylpheed-8.html
16501         * doc/manual/ja/sylpheed-9.html
16502         * doc/manual/ja/sylpheed.html
16503         * doc/manual/ja/sylpheed.sgml
16504         * po/de.po
16505         * src/Makefile.am
16506         * src/compose.c
16507         * src/procmime.c
16508         * src/pixmaps/regular.xpm **REMOVED**
16509         * src/plugins/pgpmime/pgpmime.c
16510         * src/plugins/pgpmime/plugin.c
16511         * src/plugins/pgpmime/prefs_gpg.c
16512                 sync with HEAD
16513
16514 2004-12-03 [paul]       0.9.12cvs180.1
16515
16516         * ChangeLog
16517         * ChangeLog.claws
16518         * ChangeLog.jp
16519         * configure.ac
16520         * src/Makefile.am
16521         * src/pop.c
16522         * src/common/utils.c
16523         * src/common/utils.h
16524         * src/pixmaps/continue.xpm
16525         * src/pixmaps/dir_close.xpm
16526         * src/pixmaps/dir_open.xpm
16527         * src/pixmaps/drafts_close.xpm
16528         * src/pixmaps/drafts_open.xpm
16529         * src/pixmaps/folder.xpm **REMOVED**
16530         * src/pixmaps/group.xpm
16531         * src/pixmaps/unread.xpm
16532                 sync with HEAD
16533
16534 2004-12-02 [colin]      0.9.12cvs179.1
16535
16536         * src/compose.c
16537                 Sync with HEAD (non-duplicated reedition)
16538
16539 2004-12-02 [colin]      0.9.12cvs178.1
16540
16541         * src/compose.c
16542                 Sync with HEAD (linewrap_quote fix)
16543
16544 2004-12-01 [colin]      0.9.12cvs177.3
16545
16546         * src/addrharvest.c
16547                 Replace sizeof with strlen
16548
16549 2004-12-01 [paul]       0.9.12cvs177.2
16550
16551         * src/addrharvest.c
16552                 fix 'harvest addresses'
16553
16554 2004-11-30 [colin]      0.9.12cvs177.1
16555
16556         * src/gtk/prefswindow.c
16557         * src/gtk/pluginwindow.c
16558                 Sync with HEAD
16559
16560 2004-11-29 [colin]      0.9.12cvs176.1
16561
16562         * src/folderview.c
16563                 sync with HEAD (Fix disappearing separators in folderview's popup)
16564
16565 2004-11-29 [colin]      0.9.12cvs175.1
16566
16567         * src/procmime.c
16568                 Sync with head (another format fix)
16569
16570 2004-11-29 [colin]      0.9.12cvs174.1
16571
16572         * src/pop.c
16573                 Sync with HEAD (format string fix)
16574
16575 2004-11-26 [colin]      0.9.12cvs173.1
16576
16577         * src/common/smtp.c
16578         * src/common/smtp.h
16579                 Sync with HEAD
16580
16581 2004-11-24 [colin]      0.9.12cvs172.1
16582
16583         * src/plugins/pgpmime/pgpmime.c
16584                 Sync with HEAD
16585
16586 2004-11-24 [colin]      0.9.12cvs171.1
16587
16588         * src/plugins/pgpmime/pgpmime.c
16589                 Sync with head (gpgmectx leaks)
16590
16591 2004-11-24 [colin]      0.9.12cvs169.1
16592
16593         * src/plugins/pgpmime/plugin.c
16594         * src/plugins/trayicon/Makefile.am
16595         * src/plugins/trayicon/newmarkedmail.xpm
16596         * src/plugins/trayicon/trayicon.c
16597         * src/plugins/trayicon/unreadmarkedmail.xpm
16598                 Sync with HEAD
16599
16600 2004-11-23 [colin]      0.9.12cvs168.1
16601
16602         * src/partial_download.c
16603         * src/partial_download.h
16604         * src/plugins/pgpmime/plugin.c
16605                 Sync with HEAD
16606
16607 2004-11-23 [colin]      0.9.12cvs166.1
16608
16609         * src/Makefile.am
16610         * src/codeconv.c
16611         * src/compose.c
16612         * src/folderview.c
16613         * src/main.c
16614         * src/partial_download.c
16615         * src/partial_download.h
16616         * src/prefs_account.c
16617         * src/prefs_account.h
16618         * src/privacy.c
16619         * src/privacy.h
16620         * src/procmime.c
16621         * src/common/Makefile.am
16622         * src/common/base64.h
16623         * src/common/partial_download.c
16624         * src/common/partial_download.h
16625         * src/gtk/prefswindow.c
16626         * src/gtk/prefswindow.h
16627         * src/plugins/pgpmime/pgpmime.c
16628         * src/plugins/pgpmime/prefs_gpg.c
16629         * src/plugins/pgpmime/prefs_gpg.h
16630         * src/plugins/pgpmime/sgpgme.c
16631         * src/plugins/pgpmime/sgpgme.h
16632                 Sync with HEAD
16633
16634 2004-11-23 [colin]      0.9.12cvs163.1
16635
16636         * src/main.c
16637                 Sync with HEAD (cursor optimization)
16638
16639 2004-11-23 [colin]      0.9.12cvs162.1
16640
16641         * src/prefs_common.c
16642         * src/prefs_themes.c
16643         * src/procmsg.c
16644                 Sync with HEAD
16645
16646 2004-11-23 [colin]      0.9.12cvs158.9
16647
16648         * src/compose.c
16649                 Fix double-free when forwarding
16650         * src/msgcache.c
16651                 Fix leak on error path
16652                 
16653
16654 2004-11-23 [colin]      0.9.12cvs158.8
16655
16656         * src/compose.c
16657                 Fix possible double-free
16658                 Spotted by Alfons
16659
16660 2004-11-23 [colin]      0.9.12cvs158.7
16661
16662         * src/compose.c
16663                 Fix some signal handlers' prototypes
16664                 Spotted by Alfons
16665
16666 2004-11-22 [colin]      0.9.12cvs158.6
16667
16668         * src/compose.c
16669                 Remove unneeded code and duplicated
16670                 wrapping - patch by Alfons
16671
16672 2004-11-22 [colin]      0.9.12cvs158.5
16673
16674         * src/prefs_themes.c
16675                 Fix oversized selector
16676
16677 2004-11-22 [colin]      0.9.12cvs158.4
16678
16679         * src/compose.c
16680                 fix dump_text()
16681                 patch by Alfons
16682
16683 2004-11-19 [colin]      0.9.12cvs158.3
16684
16685         * src/textview.c
16686                 Add a context menu on links (open, copy)
16687
16688 2004-11-18 [paul]       0.9.12cvs158.2
16689
16690         * src/addrgather.c
16691         * src/exphtmldlg.c
16692         * src/expldifdlg.c
16693         * src/mimeview.c
16694         * src/prefs_common.c
16695         * src/plugins/image_viewer/viewer.c
16696         * src/plugins/spamassassin/spamassassin_gtk.c
16697                 replace deprecated gtk_notebook_set_page
16698                 and gtk_notebook_current_page
16699
16700 2004-11-18 [paul]       0.9.12cvs158.1
16701
16702         * configure.ac
16703         * src/compose.c
16704         * src/mainwindow.c
16705         * src/messageview.c
16706         * src/prefs_common.c
16707         * src/common/utils.c
16708         * src/common/utils.h
16709                 sync with HEAD
16710
16711 2004-11-17 [colin]      0.9.12cvs156.1
16712
16713         * src/prefs_account.c
16714         * src/prefs_account.h
16715         * src/procmsg.c
16716                 Sync with HEAD (add pref to store encrypted mails encrypted)
16717
16718 2004-11-17 [paul]       0.9.12cvs155.1
16719
16720         * ChangeLog
16721         * ChangeLog.claws
16722         * ChangeLog.jp
16723         * NEWS
16724         * configure.ac
16725         * src/compose.c
16726         * src/jpilot.c
16727         * src/privacy.c
16728         * src/procmime.c
16729         * src/procmime.h
16730         * src/procmsg.c
16731         * src/toolbar.c
16732         * src/pixmaps/error.xpm
16733                 sync with HEAD
16734
16735 2004-11-17 [colin]      0.9.12cvs151.1
16736
16737         * src/plugins/pgpmime/pgpmime.c
16738                 Sync with HEAD (remove debug printf)
16739
16740 2004-11-17 [colin]      0.9.12cvs150.1
16741
16742         * src/plugins/pgpmime/pgpmime.c
16743                 Sync with HEAD (off-by-one fix)
16744
16745 2004-11-17 [colin]      0.9.12cvs149.1
16746
16747         * src/procmsg.c
16748                 Sync with HEAD (coding style fixes)
16749
16750 2004-11-16 [colin]      0.9.12cvs148.1
16751
16752         * src/procmsg.c
16753                 Sync with head (Fix the fix)
16754
16755 2004-11-16 [colin]      0.9.12cvs147.1
16756
16757         * src/procmsg.c
16758                 Sync with Main (leak fix)
16759
16760 2004-11-16 [colin]      0.9.12cvs146.14
16761
16762         * src/compose.c
16763                 Remove useless chunk of code
16764                 Patch by Alfons
16765
16766 2004-11-15 [colin]      0.9.12cvs146.13
16767
16768         * src/compose.c
16769                 Fix drafting after insertion
16770                 Patch by Alfons
16771
16772 2004-11-15 [colin]      0.9.12cvs146.12
16773
16774         * src/compose.c
16775         * src/prefs_filtering.c
16776         * src/prefs_filtering_action.c
16777         * src/prefs_toolbar.c
16778                 Fix some const-correctness
16779
16780 2004-11-15 [colin]      0.9.12cvs146.11
16781
16782         * src/summaryview.c
16783         * src/prefs_themes.c
16784         * src/messageview.c
16785                 Fix some leaks
16786
16787 2004-11-15 [colin]      0.9.12cvs146.10
16788
16789         * src/codeconv.c
16790                 More unreadable locale fixes
16791
16792 2004-11-14 [colin]      0.9.12cvs146.9
16793
16794         * src/textview.c
16795                 Fix uri_security_check
16796                 Patch by Alfons
16797
16798 2004-11-13 [paul]       0.9.12cvs146.8
16799
16800         * src/folder.c
16801         * src/procmime.c
16802                 fix 2 bugs introduced in last commit
16803
16804 2004-11-13 [paul]       0.9.12cvs146.7
16805
16806         * src/compose.c
16807         * src/exporthtml.c
16808         * src/exportldif.c
16809         * src/folder.c
16810         * src/imap.c
16811         * src/imap_gtk.c
16812         * src/main.c
16813         * src/mainwindow.c
16814         * src/messageview.c
16815         * src/mh_gtk.c
16816         * src/prefs_themes.c
16817         * src/procmime.c
16818         * src/setup.c
16819         * src/summaryview.c
16820                 replace deprecated g_basename
16821
16822 2004-11-13 [paul]       0.9.12cvs146.6
16823
16824         * src/compose.c
16825         * src/imap.c
16826         * src/matcher_parser.h
16827         * src/matcher_parser_parse.y
16828         * src/prefs_filtering.c
16829         * src/prefs_filtering_action.c
16830         * src/prefs_themes.c
16831         * src/prefs_toolbar.c
16832         * src/common/utils.c
16833                 various small fixes/cleanups
16834
16835 2004-11-12 [colin]      0.9.12cvs146.5
16836
16837         * src/textview.c
16838                 Validate event's origin on visibility notify
16839                 Patch by Alfons.
16840
16841 2004-11-12 [paul]       0.9.12cvs146.4
16842
16843         * src/exporthtml.c
16844         * src/exportldif.c
16845         * src/imap.c
16846         * src/mh.c
16847         * src/mimeview.c
16848         * src/prefs_spelling.c
16849         * src/prefs_themes.c
16850                 replace deprecated g_dirname    
16851
16852 2004-11-12 [colin]      0.9.12cvs146.3
16853
16854         * src/textview.c
16855                 Some coding style fixes
16856
16857 2004-11-12 [colin]      0.9.12cvs146.2
16858
16859         * src/codeconv.c
16860                 We want to replace _all_ extended chars in
16861                 conv_unreadable_*, because any string containing
16862                 extended chars not parsing as UTF8 is 
16863                 undisplayed on gtk2.
16864
16865 2004-11-12 [paul]       0.9.12cvs146.1
16866
16867         * ChangeLog
16868         * ChangeLog.claws
16869         * ChangeLog.jp
16870         * NEWS
16871         * configure.ac
16872         * src/account.c
16873         * src/folderview.c
16874         * src/folderview.h
16875         * src/imap.c
16876         * src/imap_gtk.c
16877         * src/inc.c
16878         * src/mainwindow.c
16879         * src/mh_gtk.c
16880         * src/news_gtk.c
16881         * src/pop.c
16882         * src/prefs_account.c
16883         * src/prefs_account.h
16884         * src/prefs_ext_prog.c
16885         * src/procmime.c
16886         * src/procmime.h
16887         * src/procmsg.c
16888         * src/procmsg.h
16889         * src/summary_search.c
16890         * src/summaryview.c
16891         * src/textview.c
16892         * src/common/defs.h
16893         * src/common/utils.c
16894         * src/common/utils.h
16895         * src/gtk/menu.c
16896         * src/gtk/menu.h
16897                 sync with HEAD
16898
16899 2004-11-11 [colin]      0.9.12cvs144.2
16900
16901         * src/textview.c
16902                 Fix URI range selection (patch by Alfons)
16903
16904 2004-11-09 [colin]      0.9.12cvs144.1
16905
16906         * ChangeLog.claws
16907         * src/compose.c
16908         * src/folder.c
16909         * src/folder_item_prefs.c
16910         * src/prefs_account.c
16911         * src/prefs_account.h
16912         * src/plugins/pgpmime/pgpmime.c
16913                 Sync with HEAD
16914
16915 2004-11-08 [colin]      0.9.12cvs143.1
16916
16917         * src/summaryview.c
16918                 Sync with HEAD (optimize quicksearch)
16919
16920 2004-11-08 [colin]      0.9.12cvs142.2
16921
16922         * src/compose.c
16923                 Don't wrap when Edit/Auto wrapping is disabled
16924
16925 2004-11-08 [colin]      0.9.12cvs142.1
16926
16927         * src/textview.c
16928                 Sync with HEAD
16929
16930 2004-11-08 [colin]      0.9.12cvs141.1
16931
16932         * src/textview.c
16933                 Sync with HEAD (fix some mail URIs)
16934
16935 2004-11-08 [colin]      0.9.12cvs140.3
16936
16937         * src/textview.c
16938                 o Use text cursor instead of arrow when
16939                   not on a link
16940                 o Fix handling of contiguous links (as in
16941                   "colin@colino.net" <colin@colino.net>)
16942                   This one unveils a bug in get_email_part()
16943
16944 2004-11-07 [colin]      0.9.12cvs140.2
16945
16946         * src/textview.c
16947                 Fix memleak. Patch by Alfons.
16948
16949 2004-11-06 [colin]      0.9.12cvs140.1
16950
16951         * src/compose.c
16952                 Sync with HEAD (don't ask passphrase
16953                 when drafting)
16954
16955 2004-11-06 [paul]       0.9.12cvs139.2
16956
16957         * AUTHORS
16958         * src/textview.c
16959         * src/textview.h
16960                 textview URI handling. hovering over a 
16961                 link displays it in the status bar,
16962                 and changes the mouse pointer to a hand 
16963                 cursor. a link is activated with a single 
16964                 click. (Modified from the) patch by Jean-Yves 
16965                 Lefort <jylefort@users.sourceforge.net>
16966                 
16967
16968 2004-11-05 [colin]      0.9.12cvs139.1
16969
16970         * src/compose.c
16971         * src/procmime.c
16972                 Sync with HEAD again ^^
16973
16974 2004-11-05 [colin]      0.9.12cvs139.1
16975
16976         * src/compose.c
16977         * src/procmime.c
16978                 Sync with HEAD
16979
16980 2004-11-03 [paul]       0.9.12cvs138.1
16981
16982         * ChangeLog.claws
16983         * configure.ac
16984         * po/POTFILES.in
16985         * src/prefs_ext_prog.c
16986         * src/procmime.c
16987         * tools/kdeservicemenu/README
16988         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16989         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16990                 sync with HEAD
16991
16992 2004-11-01 [christoph]  0.9.12cvs136.2
16993
16994         * src/procmime.c
16995                 convert MIME parameters to UTF-8
16996
16997 2004-10-29 [colin]      0.9.12cvs136.1
16998
16999         * src/common/utils.c
17000                 Sync with HEAD (don't use '=' in mime boundary)
17001
17002 2004-10-29 [paul]       0.9.12cvs135.1
17003
17004         * configure.ac
17005         * doc/src/rfc2231.txt
17006         * src/procmime.c
17007         * src/common/quoted-printable.c
17008         * src/common/utils.c
17009         * src/common/utils.h
17010                 sync with HEAD
17011
17012 2004-10-27 [paul]       0.9.12cvs134.1
17013
17014         * configure.ac
17015         * src/main.c
17016         * src/procmime.c
17017         * src/plugins/pgpmime/pgpmime.c
17018                 sync with HEAD
17019
17020 2004-10-26 [paul]       0.9.12cvs132.3
17021
17022         * src/account.c
17023         * src/addressbook.c
17024         * src/addrgather.c
17025         * src/addrharvest.c
17026         * src/codeconv.c
17027         * src/compose.c
17028         * src/customheader.c
17029         * src/editaddress.c
17030         * src/editgroup.c
17031         * src/enriched.c
17032         * src/expldifdlg.c
17033         * src/exporthtml.c
17034         * src/exportldif.c
17035         * src/folder.c
17036         * src/foldersel.c
17037         * src/folderview.c
17038         * src/grouplistdialog.c
17039         * src/html.c
17040         * src/imap.c
17041         * src/jpilot.c
17042         * src/ldapserver.c
17043         * src/ldif.c
17044         * src/mimeview.c
17045         * src/news.c
17046         * src/news_gtk.c
17047         * src/pop.c
17048         * src/prefs_display_header.c
17049         * src/prefs_gtk.c
17050         * src/prefs_msg_colors.c
17051         * src/prefs_toolbar.c
17052         * src/procheader.c
17053         * src/procmime.c
17054         * src/summaryview.c
17055         * src/textview.c
17056         * src/toolbar.c
17057         * src/vcard.c
17058         * src/common/mgutils.c
17059         * src/common/nntp.c
17060         * src/common/smtp.c
17061         * src/common/template.c
17062         * src/common/utils.c
17063         * src/common/xmlprops.c
17064         * src/plugins/pgpmime/pgpmime.c
17065         * src/plugins/pgpmime/select-keys.c
17066         * src/plugins/pgpmime/sgpgme.c
17067                 replace deprecated g_strcasecmp(), g_strncasecmp(),
17068                 g_string_sprintfa(), gtk_notebook_current_page()
17069
17070 2004-10-26 [colin]      0.9.12cvs132.2
17071
17072         * src/prefs_folder_item.c
17073                 Fix default-account selection
17074
17075 2004-10-21 [colin]      0.9.12cvs133
17076
17077         * src/compose.c
17078                 Sync with HEAD (Remove extra separator in compose's Options)
17079         * src/textview.c
17080                 Set wrapping to char
17081
17082 2004-10-21 [paul]       0.9.12cvs131.2
17083
17084         * src/compose.c
17085         * src/sourcewindow.c
17086                 fix wrapping
17087                 fix window shrinking 
17088
17089 2004-10-21 [colin]      0.9.12cvs131.1
17090
17091         * ChangeLog.claws
17092         * src/compose.c
17093                 Sync with HEAD
17094
17095 2004-10-21 [paul]       0.9.12cvs130.2
17096
17097         * src/prefs_folder_item.c
17098                 sync with HEAD (Apply to subfolders)
17099
17100 2004-10-19 [colin]      0.9.12cvs130.1
17101
17102         * ChangeLog.claws
17103         * src/compose.c
17104         * src/common/utils.c
17105         * src/gtk/menu.c
17106                 Sync with HEAD
17107
17108 2004-10-19 [colin]      0.9.12cvs128.1
17109
17110         * src/addrbook.c
17111         * src/addrcache.c
17112         * src/addressbook.c
17113         * src/codeconv.c
17114         * src/compose.c
17115         * src/customheader.c
17116         * src/editaddress.c
17117         * src/editgroup.c
17118         * src/exporthtml.c
17119         * src/folder.c
17120         * src/folderview.c
17121         * src/imap.c
17122         * src/jpilot.c
17123         * src/main.c
17124         * src/matcher_parser_parse.y
17125         * src/mbox.c
17126         * src/pop.c
17127         * src/prefs_account.c
17128         * src/prefs_gtk.c
17129         * src/prefs_msg_colors.c
17130         * src/procheader.c
17131         * src/procmime.c
17132         * src/procmime.h
17133         * src/procmsg.c
17134         * src/summaryview.c
17135         * src/textview.c
17136         * src/common/base64.c
17137         * src/common/partial_download.c
17138         * src/common/socket.c
17139         * src/common/sylpheed.c
17140         * src/common/utils.c
17141         * src/common/utils.h
17142         * src/gtk/pluginwindow.c
17143         * src/gtk/quicksearch.c
17144         * src/plugins/clamav/clamav_plugin.c
17145         * src/plugins/clamav/clamav_plugin.h
17146         * src/plugins/clamav/clamav_plugin_gtk.c
17147         * src/plugins/pgpmime/passphrase.c
17148         * src/plugins/pgpmime/pgpmime.c
17149         * src/plugins/pgpmime/plugin.c
17150         * src/plugins/pgpmime/prefs_gpg.c
17151         * src/plugins/pgpmime/prefs_gpg.h
17152         * src/plugins/pgpmime/select-keys.c
17153         * src/plugins/pgpmime/sgpgme.c
17154         * src/plugins/spamassassin/libspamc.c
17155         * src/plugins/spamassassin/spamassassin.c
17156         * src/plugins/spamassassin/spamassassin.h
17157         * src/plugins/spamassassin/spamassassin_gtk.c
17158         * src/plugins/trayicon/trayicon.c
17159         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
17160                 Sync with HEAD
17161
17162 2004-10-14 [colin]      0.9.12cvs126.2
17163
17164         * src/codeconv.c
17165         * src/textview.c
17166                 Fix conv_unreadable_locale
17167
17168 2004-10-13 [colin]      0.9.12cvs126.1
17169
17170         * src/compose.c
17171                 Sync with HEAD (don't convert charset for 
17172                 drafted messages, minor cleanup)
17173
17174 2004-10-13 [colin]      0.9.12cvs125.1
17175
17176         * po/POTFILES.in
17177                 Sync with HEAD (POTFILES fix)
17178
17179 2004-10-12 [colin]      0.9.12cvs124.3
17180
17181         * src/compose.c
17182                 Fix encoding bug from latest sync
17183
17184 2004-10-12 [paul]       0.9.12cvs124.2
17185
17186         * src/plugins/pgpmime/prefs_gpg.c
17187         * src/plugins/pgpmime/prefs_gpg.h
17188                 forgotten in last commit        
17189
17190 2004-10-12 [paul]       0.9.12cvs124.1
17191
17192         * ChangeLog.claws
17193         * configure.ac
17194         * m4/spamassassin.m4
17195         * src/Makefile.am
17196         * src/account.c
17197         * src/compose.c
17198         * src/compose.h
17199         * src/crash.c
17200         * src/main.c
17201         * src/mimeview.c
17202         * src/passphrase.c
17203         * src/passphrase.h
17204         * src/prefs_account.c
17205         * src/prefs_account.h
17206         * src/prefs_common.c
17207         * src/privacy.c
17208         * src/privacy.h
17209         * src/procmime.c
17210         * src/procmime.h
17211         * src/procmsg.c
17212         * src/rfc2015.c
17213         * src/rfc2015.h
17214         * src/select-keys.c
17215         * src/select-keys.h
17216         * src/textview.c
17217         * src/common/utils.c
17218         * src/common/utils.h
17219         * src/gtk/about.c
17220         * src/plugins/pgpmime/Makefile.am
17221         * src/plugins/pgpmime/passphrase.c
17222         * src/plugins/pgpmime/passphrase.h
17223         * src/plugins/pgpmime/pgpmime.c
17224         * src/plugins/pgpmime/plugin.c
17225         * src/plugins/pgpmime/select-keys.c
17226         * src/plugins/pgpmime/select-keys.h
17227         * src/plugins/pgpmime/sgpgme.c
17228         * src/plugins/pgpmime/sgpgme.h
17229                 sync with HEAD
17230
17231 2004-10-04 [colin]      0.9.12cvs122.1
17232
17233         * src/mainwindow.c
17234         * src/messageview.c
17235         * src/messageview.h
17236         * src/textview.c
17237                 Sync with HEAD
17238
17239 2004-10-04 [colin]      0.9.12cvs121.1
17240
17241         * src/summaryview.c
17242                 Sync with HEAD
17243
17244 2004-10-04 [paul]       0.9.12cvs120.1
17245
17246         * configure.ac
17247                 sync with HEAD [don't try to build 
17248                 pgpmime plugin when gpgme is disabled]
17249
17250 2004-10-03 [colin]      0.9.12cvs119.3
17251
17252         * src/gtk/gtksctree.c
17253                 Lots of side effects. Put back as before 117.2.
17254         * src/summaryview.c
17255                 Fix bug #602
17256
17257 2004-10-03 [colin]      0.9.12cvs119.2
17258
17259         * src/gtk/gtksctree.c
17260                 Revert 608 fix that doesn't work that good
17261
17262 2004-10-02 [colin]      0.9.12cvs119.1
17263
17264         * src/mainwindow.c
17265         * src/messageview.c
17266         * src/prefs_common.h
17267         * src/procmime.c
17268         * src/procmime.h
17269         * src/textview.c
17270                 Sync with HEAD
17271         * src/gtk/gtksctree.c
17272                 Close bug #608
17273
17274 2004-10-01 [colin]      0.9.12cvs118.1
17275
17276         * src/mimeview.c
17277                 Sync with HEAD (better Save All fix)
17278
17279 2004-10-01 [colin]      0.9.12cvs117.2
17280
17281         * src/gtk/gtksctree.c
17282                 Faster on selection
17283
17284 2004-10-01 [colin]      0.9.12cvs117.1
17285
17286         * src/mimeview.c
17287                 Sync with HEAD (Save All: only attachments)
17288
17289 2004-10-01 [paul]       0.9.12cvs116.1
17290
17291         * ChangeLog.claws
17292         * configure.ac
17293         * src/account.c
17294         * src/prefs_common.c
17295         * src/gtk/colorlabel.c
17296                 sync with HEAD
17297
17298 2004-09-30 [colin]      0.9.12cvs115.1
17299
17300         * src/stock_pixmap.c
17301         * src/stock_pixmap.h
17302         * src/folderview.c
17303         * src/Makefile.am
17304         * src/pixmaps/read.xpm
17305                 Sync with HEAD (new pixmap)
17306
17307 2004-09-29 [colin]      0.9.12cvs114.1
17308
17309         * src/compose.c
17310                 Sync with HEAD
17311                 Fix focus handling in headers
17312
17313 2004-09-29 [paul]       0.9.12cvs113.1
17314
17315         * src/quote_fmt_parse.y
17316                 sync with HEAD
17317  
17318
17319 2004-09-28 [colin]      0.9.12cvs112.1
17320
17321         * src/folderview.c
17322         * src/mainwindow.c
17323                 Sync with HEAD
17324
17325 2004-09-28 [colin]      0.9.12cvs110.1
17326
17327         * src/folderview.c
17328                 Sync with HEAD (Contextual Empty trash menu)
17329
17330 2004-09-28 [colin]      0.9.12cvs108.1
17331
17332         * src/addressbook.c
17333                 Sync with HEAD (addressbook edit on double-click)
17334
17335 2004-09-28 [colin]      0.9.12cvs106.1
17336
17337         * src/inc.c
17338                 Sync with HEAD (folder_item freeze on inc)
17339
17340 2004-09-27 [colin]      0.9.12cvs105.1
17341
17342         * src/folderview.c
17343                 Sync with HEAD (right-align new and unread column)
17344
17345 2004-09-27 [colin]      0.9.12cvs104.1
17346
17347         * src/main.c
17348                 Sync with HEAD (revert 0.9.12cvs101)
17349
17350 2004-09-24 [colin]      0.9.12cvs103.2
17351
17352         * src/wizard.c
17353                 Fix gtk warnings and use domain part of the email address 
17354                 when domain detection fails (no dot in domain name)
17355
17356 2004-09-23 [colin]      0.9.12cvs103.1
17357
17358         * src/plugins/spamassassin/libspamc.c
17359         * src/plugins/spamassassin/libspamc.h
17360         * src/plugins/spamassassin/utils.c
17361         * src/plugins/spamassassin/utils.h
17362                 Sync with HEAD (Update spamassassin to 3.0)
17363
17364 2004-09-21 [colin]      0.9.12cvs102.3
17365
17366         * src/action.c
17367                 Add horizontal scrollbar in action io dialog as needed
17368                 Patch by Alfons.
17369
17370 2004-09-20 [colin]      0.9.12cvs102.2
17371
17372         * src/plugins/image_viewer/viewer.c
17373                 Remove imlib stuff
17374                 use gtk_pixmap_set when clearing
17375                 (would be better to use gtkImages, but causes size-allocate 
17376                 signals storm)
17377
17378 2004-09-17 [paul]       0.9.12cvs102.1
17379
17380         * ChangeLog
17381         * ChangeLog.claws
17382         * ChangeLog.jp
17383         * configure.ac
17384         * src/inc.c
17385                 sync with HEAD
17386
17387
17388 2004-09-17 [colin]      0.9.12cvs101.1
17389
17390         * ChangeLog.claws
17391         * src/main.c
17392                 Sync with HEAD (fix segs at exit)
17393
17394 2004-09-14 [colin]      0.9.12cvs99.5
17395
17396         * src/common/socket.c
17397         * AUTHORS
17398                 Fix send error on 64bit platforms
17399                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
17400
17401 2004-09-14 [colin]      0.9.12cvs99.4
17402
17403         * src/action.c
17404                 Fix action output with utf8 
17405                 Patch by Alfons.
17406
17407 2004-09-14 [colin]      0.9.12cvs99.3
17408
17409         * ChangeLog.claws
17410         * src/folder.c
17411                 Sync with HEAD
17412
17413 2004-09-09 [colin]      0.9.12cvs99.2
17414
17415         * src/action.c
17416                 Fix progress bar (displaying "Completed %v/%u")
17417                 Patch by Alfons.
17418
17419 2004-09-08 [colin]      0.9.12cvs99.1
17420
17421         * src/account.c
17422         * src/folder.c
17423         * src/procmsg.c
17424         * src/procmsg.h
17425         * src/plugins/pgpmime/pgpmime.c
17426                 Sync with HEAD
17427
17428 2004-09-08 [colin]      0.9.12cvs97.2
17429
17430         * src/summaryview.c
17431                 Don't select mails in collapsed threads 
17432                 when navigating with up/down
17433
17434 2004-09-07 [colin]      0.9.12cvs97.1
17435
17436         * src/inc.c
17437                 Sync with HEAD (meaningful error messages)
17438
17439 2004-09-06 [colin]      0.9.12cvs96.1
17440
17441         * src/toolbar.c
17442                 Sync with HEAD (fix Redirect graying out)
17443
17444 2004-09-06 [colin]      0.9.12cvs95.1
17445
17446         * src/summaryview.c
17447         * src/mimeview.c
17448                 Sync with HEAD (fix dropped URIs)
17449
17450 2004-09-06 [colin]      0.9.12cvs94.1
17451
17452         * src/addressbook.c
17453         * src/addressitem.h
17454         * src/addritem.c
17455         * src/addritem.h
17456                 Sync with HEAD (addressbook DnD)
17457
17458 2004-09-03 [colin]      0.9.12cvs93.1
17459
17460         * src/summaryview.c
17461                 Sync with HEAD (next/prev unread)
17462
17463 2004-09-03 [colin]      0.9.12cvs92.1
17464
17465         * src/prefs_common.c
17466         * src/prefs_common.h
17467         * src/summaryview.c
17468                 Sync with HEAD ('mark_as_read_delay' pref)
17469
17470 2004-09-02 [colin]      0.9.12cvs91.2
17471
17472         * src/common/xml.c
17473                 Fix leak
17474
17475 2004-09-02 [colin]      0.9.12cvs91.1
17476
17477         * src/gtk/menu.c
17478                 Sync with HEAD (menu accel don't work, but whatever)
17479
17480 2004-09-02 [colin]      0.9.12cvs90.1
17481
17482         * src/account.c
17483                 Sync with HEAD (fix bug 582)
17484
17485 2004-09-02 [colin]      0.9.12cvs89.1
17486
17487         * src/addrindex.c
17488                 Sync with HEAD (free deleted queries)
17489
17490 2004-09-02 [colin]      0.9.12cvs88.1
17491
17492         * src/ldapquery.c
17493                 Sync with HEAD (fix LDAP freezes)
17494
17495 2004-09-02 [colin]      0.9.12cvs87.1
17496
17497         * src/prefs_spelling.c
17498                 Sync with HEAD (add default dictionary)
17499
17500 2004-09-01 [colin]      0.9.12cvs86.1
17501
17502         * src/filtering.c
17503         * src/folderview.c
17504         * src/imap.c
17505         * src/prefs_matcher.c
17506         * src/stock_pixmap.c
17507         * src/summary_search.c
17508         * src/summaryview.c
17509         * src/wizard.c
17510         * src/wizard.h
17511                 Sync with HEAD (uninitialized vars fixes)
17512                 + gtk2 specific warning fixes
17513
17514 2004-08-31 [colin]      0.9.12cvs85.1
17515
17516         * src/folder.c
17517                 Sync with HEAD (Fix memory corruption due to 
17518                 uninitialized var)
17519
17520 2004-08-31 [colin]      0.9.12cvs84.4
17521
17522         * src/summary_search.c
17523                 Fix segfaults when searching in folders with broken headers
17524
17525 2004-08-31 [colin]      0.9.12cvs84.3
17526
17527         * src/compose.c
17528         * src/textview.c
17529                 Fix some more encoding/decoding issues
17530
17531 2004-08-30 [colin]      0.9.12cvs84.2
17532
17533         * src/mimeview.c
17534         * src/prefs_themes.c
17535         * src/gtk/filesel.c
17536         * src/gtk/filesel.h
17537                 Add a folder-mode selection (fixes mimeview's "Save all")
17538
17539 2004-08-29 [colin]      0.9.12cvs84.1
17540
17541         * src/mimeview.c
17542                 Sync with HEAD (don't escape saved filenames)
17543
17544 2004-08-27 [colin]      0.9.12cvs83.1
17545
17546         * ChangeLog
17547         * ChangeLog.claws
17548         * ChangeLog.jp
17549         * src/mh.c
17550         * src/procheader.c
17551         * src/procmsg.c
17552         * src/procmsg.h
17553         * src/common/utils.c
17554         * src/gtk/menu.h
17555         * po/
17556                 Sync with HEAD 0.9.12cvs83 (sync with main)
17557
17558 2004-08-26 [colin]      0.9.12cvs82.4
17559
17560         * src/codeconv.c
17561                 Fix strange stack corruption
17562                 Convert to utf8 after unmime, not before
17563
17564 2004-08-26 [colin]      0.9.12cvs82.3
17565
17566         * src/main.c
17567         * src/wizard.c
17568                 Fix account folders duplication
17569
17570 2004-08-25 [colin]      0.9.12cvs82.2
17571
17572         * src/wizard.c
17573                 Remove ports
17574                 Add SSL selection
17575                 Use login@server as account name
17576
17577 2004-08-25 [colin]      0.9.12cvs82.1
17578
17579         * src/plugins/pgpmime/pgpmime.c
17580                 Sync with HEAD (leak fix).
17581
17582 2004-08-25 [colin]      0.9.12cvs81.1
17583
17584         * src/plugins/pgpmime/pgpmime.c
17585         * src/plugins/pgpmime/sgpgme.c
17586         * src/plugins/pgpmime/sgpgme.h
17587                 Sync with HEAD (Handle combined messages).
17588
17589 2004-08-24 [colin]      0.9.12cvs80.3
17590
17591         * src/wizard.c
17592                 Fix full name, ports, and imap
17593
17594 2004-08-24 [colin]      0.9.12cvs80.2
17595
17596         * src/Makefile.am
17597         * src/main.c
17598         * src/setup.c
17599         * src/setup.h
17600         * src/stock_pixmap.c
17601         * src/stock_pixmap.h
17602         * src/wizard.c ** ADDED **
17603         * src/wizard.h ** ADDED ** 
17604         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17605                 Add a setup wizard 
17606
17607 2004-08-24 [colin]      0.9.12cvs80.1
17608
17609         * src/folder.c
17610                 Sync with HEAD (set mimeflags on all messages)
17611
17612 2004-08-24 [colin]      0.9.12cvs79.3
17613
17614         * src/matcher_parser_lex.l
17615                 Fix 8bits strings not in utf8
17616
17617 2004-08-24 [colin]      0.9.12cvs79.2
17618
17619         * src/compose.c
17620                 Check conversion result before replacing buffer
17621
17622 2004-08-23 [colin]      0.9.12cvs79.1
17623
17624         * src/compose.c
17625                 Sync with HEAD (create message header in memory)
17626
17627 2004-08-23 [colin]      0.9.12cvs78.1
17628
17629         * src/rfc2015.c
17630         * src/rfc2015.h
17631                 Sync with HEAD (fix bug 197 again)
17632
17633 2004-08-23 [colin]      0.9.12cvs77.3
17634
17635         * src/compose.c
17636                 Fix again inline gpg signing (which outputs utf8
17637                 in gtk2). Not syncing this fix to HEAD as this 
17638                 code is meant to die.
17639
17640 2004-08-23 [colin]      0.9.12cvs77.2
17641
17642         * src/prefs_account.h
17643                 Remove useless include
17644
17645 2004-08-23 [colin]      0.9.12cvs77.1
17646
17647         * src/imap.c
17648         * po/es.po
17649         * po/fr.po
17650         * po/it.po
17651         * po/pl.po
17652         * po/pt_BR.po
17653         * po/sk.po
17654         * po/sr.po
17655                 Sync with HEAD (fix bug 577)
17656
17657 2004-08-22 [colin]      0.9.12cvs76.1
17658
17659         * src/plugins/trayicon/trayicon.c
17660                 Sync with HEAD (fix formatting bug)
17661
17662 2004-08-21 [colin]      0.9.12cvs74.2
17663
17664         * src/gtk/colorsel.c
17665                 Fix bug 564 (Folder color selection window exits on any
17666                 keypress)
17667
17668 2004-08-21 [colin]      0.9.12cvs74.1
17669
17670         * ChangeLog.claws
17671         * src/compose.c
17672         * src/summaryview.c
17673         * src/toolbar.c
17674                 Sync with HEAD (fix bug 576)
17675
17676 2004-08-21 [colin]      0.9.12cvs70.1
17677
17678         * src/compose.c
17679         * src/mainwindow.c
17680                 Sync with HEAD
17681                 
17682
17683 2004-08-21 [paul]       0.9.12cvs66.4
17684
17685         * src/mainwindow.c
17686         * src/messageview.c
17687         * src/gtk/menu.c
17688         * src/plugins/spamassassin/spamassassin_gtk.c
17689                 remove some deprecated gtk1 functions
17690
17691
17692 2004-08-21 [colin]      0.9.12cvs66.3
17693
17694         * src/compose.c
17695         * src/codeconv.c
17696                 Fix warnings
17697                 Remove encoding hacks
17698                 Fix bug 575 (Strange character messes up message)
17699                 Don't display conversion error when drafting
17700
17701 2004-08-21 [paul]       0.9.12cvs66.2
17702
17703         * src/prefs_account.c
17704                 fix GnuPG mode bugs
17705
17706
17707 2004-08-20 [colin]      0.9.12cvs66.1
17708
17709         * src/codeconv.c
17710                 Sync with HEAD 0.9.12cvs66
17711
17712 2004-08-20 [paul]
17713
17714         * src/plugins/pgpmime/plugin.c
17715                 modify PGP/MIME plugin's description
17716
17717 2004-08-17 [colin]      0.9.12cvs65.1
17718
17719         * src/common/ssl.c
17720         * src/plugins/pgpmime/plugin.c
17721                 Sync with HEAD
17722
17723 2004-08-14 [colin]      0.9.12cvs60.3
17724
17725         * src/plugins/trayicon/trayicon.c
17726                 Put back resize callback, on size-request signal
17727                 rather than size-allocate to avoid infinite 
17728                 callback loop
17729
17730 2004-08-13 [colin]      0.9.12cvs60.2
17731
17732         * src/common/defs.h
17733                 Cache versions have been fixed
17734
17735 2004-08-13 [colin]      0.9.12cvs60.1
17736
17737         * src/folderutils.c
17738                 Sync with HEAD
17739
17740 2004-08-12 [colin]      0.9.12cvs59.1
17741
17742         * src/plugins/trayicon/trayicon.c
17743                 Sync with HEAD
17744
17745 2004-08-12 [colin]      0.9.12cvs57.5
17746
17747         * sylpheed.desktop
17748         * configure.ac
17749         * src/Makefile.am
17750         * src/main.c
17751                 Add support for Freedesktop.org's startup notification
17752
17753 2004-08-11 [colin]      0.9.12cvs57.4
17754
17755         * src/textview.c
17756                 Fix off-by-one
17757
17758 2004-08-11 [colin]      0.9.12cvs57.3
17759
17760         * src/message_search.c
17761         * src/summary_search.c
17762                 Make searches case insensitive by default
17763         * src/textview.c
17764                 Fix case-insensitive search in message
17765
17766 2004-08-11 [colin]      0.9.12cvs57.2
17767
17768         * src/summary_search.c
17769                 Let case-sensitive be specified
17770
17771 2004-08-10 [colin]      0.9.12cvs55.4
17772
17773         * src/common/socket.c
17774                 Fix the possible race condition
17775
17776 2004-08-09 [paul]       0.9.12cvs55.3
17777
17778         * configure.ac
17779         * src/Makefile.am
17780         * src/common/Makefile.am
17781                 sync with HEAD
17782
17783
17784 2004-08-09 [paul]       0.9.12cvs55.2
17785
17786         * autogen.sh
17787         * po/poconv.sh
17788                 remove unneeded script
17789
17790         * configure.ac
17791                 add forgotten USE_LDAP_TLS (sync with HEAD)
17792
17793
17794 2004-08-09 [colin]      0.9.12cvs55.1
17795
17796         * src/main.c
17797         * src/common/ssl.c
17798         * src/common/sylpheed.c
17799         * src/common/sylpheed.h
17800                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17801
17802 2004-08-09 [paul]       0.9.12cvs54.1
17803
17804         * ChangeLog
17805         * ChangeLog.claws
17806         * ChangeLog.jp
17807         * configure.ac
17808         * po/POTFILES.in
17809         * src/Makefile.am
17810         * src/folderutils.c
17811         * src/main.c
17812         * src/pgpmime.c
17813         * src/pgpmime.h
17814         * src/sgpgme.c
17815         * src/sgpgme.h
17816         * src/plugins/Makefile.am
17817         * src/plugins/pgpmime/.cvsignore
17818         * src/plugins/pgpmime/Makefile.am
17819         * src/plugins/pgpmime/pgpmime.c
17820         * src/plugins/pgpmime/pgpmime.h
17821         * src/plugins/pgpmime/plugin.c
17822         * src/plugins/pgpmime/sgpgme.c
17823         * src/plugins/pgpmime/sgpgme.h
17824                 sync with HEAD
17825
17826 2004-08-08 [paul]       0.9.12cvs51.1
17827
17828         * configure.ac
17829         * src/folder.c
17830                 sync with HEAD
17831
17832 2004-08-07 [colin]      0.9.12cvs50.1
17833
17834         * src/pop.c
17835         * src/common/partial_download.c
17836                 fix warnings (sync from HEAD)
17837
17838 2004-08-07 [colin]      0.9.12cvs48.1
17839
17840         * src/prefs_folder_item.c
17841                 sync with HEAD 0.9.12cvs48
17842
17843 2004-08-06 [colin]      0.9.12cvs47.1
17844
17845         * src/compose.c
17846                 Sync with HEAD
17847
17848 2004-08-06 [christoph]  0.9.12cvs46.2
17849
17850         * src/main.c
17851         * src/plugins/clamav/clamav_plugin_gtk.c
17852         * src/plugins/dillo_viewer/dillo_viewer.c
17853         * src/plugins/image_viewer/plugin.c
17854         * src/plugins/mathml_viewer/mathml_viewer.c
17855         * src/plugins/spamassassin/spamassassin_gtk.c
17856         * src/plugins/trayicon/trayicon.c
17857                 don't mix GTK1.2 plugin with GTK2 plugins
17858
17859 2004-08-06 [colin]      0.9.12cvs46.1
17860
17861         * ChangeLog
17862         * ChangeLog.claws
17863         * ChangeLog.jp
17864         * configure.ac
17865         * sylpheed-claws.pc.in
17866         * src/folder.c
17867         * src/imap.c
17868         * src/localfolder.c
17869         * src/messageview.c
17870         * src/mimeview.c
17871         * src/mimeview.h
17872         * src/msgcache.c
17873         * src/news.c
17874         * src/prefs_ext_prog.c
17875         * src/prefs_folder_item.c
17876         * src/prefs_fonts.c
17877         * src/prefs_msg_colors.c
17878         * src/prefs_spelling.c
17879         * src/prefs_themes.c
17880         * src/prefs_toolbar.c
17881         * src/prefs_wrapping.c
17882         * src/procmime.h
17883         * src/common/defs.h
17884         * src/common/nntp.c
17885         * src/common/session.c
17886         * src/common/session.h
17887         * src/common/socket.c
17888         * src/common/utils.h
17889         * src/common/xml.c
17890         * src/common/xml.h
17891         * src/gtk/prefswindow.c
17892         * src/gtk/prefswindow.h
17893         * src/plugins/clamav/clamav_plugin_gtk.c
17894         * src/plugins/dillo_viewer/dillo_prefs.c
17895         * src/plugins/image_viewer/viewerprefs.c
17896         * src/plugins/spamassassin/spamassassin_gtk.c
17897         * m4/openssl.m4 *** REMOVED ***
17898                 Sync with HEAD 0.9.12cvs46
17899
17900 2004-08-03 [paul]       0.9.12cvs40.2
17901
17902         * src/action.c
17903         * src/addressadd.c
17904         * src/addressbook.c
17905         * src/addrgather.c
17906         * src/browseldap.c
17907         * src/compose.c
17908         * src/crash.c
17909         * src/editaddress.c
17910         * src/editgroup.c
17911         * src/editldap_basedn.c
17912         * src/foldersel.c
17913         * src/importldif.c
17914         * src/mimeview.c
17915         * src/prefs_common.c
17916         * src/prefs_template.c
17917         * src/sourcewindow.c
17918         * src/summaryview.c
17919         * src/gtk/about.c
17920         * src/gtk/foldersort.c
17921         * src/gtk/logwindow.c
17922         * src/gtk/pluginwindow.c
17923         * src/gtk/prefswindow.c
17924                 change all gtk_scrolled_window_set_policy from 
17925                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17926
17927 2004-08-02 [paul]       0.9.12cvs40.1
17928
17929         * AUTHORS
17930                 update translation team section
17931         * po/pt_BR.po
17932                 updated by Frederico Goncalves Guimaraes
17933                 <fggdebian@yahoo.com.br>
17934
17935 2004-07-31 [colin]      0.9.12cvs39.9
17936
17937         * src/exphtmldlg.c
17938                 Fix compilation
17939
17940 2004-07-31 [colin]      0.9.12cvs39.8
17941
17942         * src/exphtmldlg.c
17943                 Fix an alertpanel type
17944
17945 2004-07-30 [colin]      0.9.12cvs39.7
17946
17947         * src/alertpanel.c
17948                 Fix alertpanel_error_log's icon
17949
17950 2004-07-30 [colin]      0.9.12cvs39.6
17951
17952         * src/pop.c
17953                 Two of them should still be warnings
17954
17955 2004-07-30 [colin]      0.9.12cvs39.5
17956
17957         * src/pop.c
17958                 More warning -> error
17959 2004-07-29 [colin]      0.9.12cvs39.4
17960
17961         * src/pop.c
17962                 Warning -> error
17963
17964 2004-07-29 [colin]      0.9.12cvs39.3
17965
17966         * src/prefs_matcher.c
17967                 Fix segfault
17968
17969 2004-07-29 [colin]      0.9.12cvs39.2
17970
17971         * src/alertpanel.c
17972                 More nice-looking alertpanels
17973
17974 2004-07-29 [colin]      0.9.12cvs39.1
17975
17976         * src/messageview.c
17977                 sync with head
17978                 (inform user when partial mail is deleted on server)
17979
17980 2004-07-29 [colin]      0.9.12cvs38.1
17981
17982         * src/messageview.c
17983                 sync with head
17984
17985 2004-07-28 [paul]       0.9.12cvs37.7
17986
17987         * src/mainwindow.c
17988                 complete the replacement of deprecated gtk_progress_*
17989
17990 2004-07-28 [paul]       0.9.12cvs37.6
17991
17992         * src/action.c
17993         * src/inc.c
17994         * src/mainwindow.c
17995         * src/send_message.c
17996         * src/gtk/progressdialog.c
17997         * src/gtk/progressdialog.h
17998                 replace deprecated gtk_progress_*
17999
18000 2004-07-28 [paul]       0.9.12cvs37.5
18001
18002         * src/gtk/filesel.c
18003                 remove gtk_window_set_wmclass()
18004 2004-07-28 [paul]       0.9.12cvs37.4
18005
18006         * src/addressbook.c
18007         * src/compose.c
18008         * src/foldersel.c
18009         * src/mainwindow.c
18010         * src/messageview.c
18011         * src/sourcewindow.c
18012         * src/gtk/logwindow.c
18013                 remove gtk_window_set_wmclass()
18014                 
18015         * src/prefs_filtering.c
18016         * src/prefs_filtering_action.c
18017         * src/prefs_fonts.c
18018         * src/prefs_gtk.c
18019         * src/prefs_matcher.c
18020         * src/ssl_manager.c
18021         * src/gtk/prefswindow.c
18022                 replace gtk_window_position()
18023
18024 2004-07-28 [colin]      0.9.12cvs37.3
18025
18026         * src/alertpanel.c
18027         * src/alertpanel.h
18028                 Add a way to specify panel type for specific
18029                 panels (alertpanel())
18030         * src/account.c
18031         * src/addressbook.c
18032         * src/compose.c
18033         * src/expldifdlg.c
18034         * src/main.c
18035         * src/messageview.c
18036         * src/summaryview.c
18037         * src/textview.c
18038         * src/gtk/sslcertwindow.c
18039                 Fix alertpanel()s so that their icon match
18040                 their real type
18041
18042 2004-07-28 [paul]       0.9.12cvs37.2
18043
18044         * src/addr_compl.c
18045         * src/addressbook.c
18046         * src/alertpanel.c
18047         * src/compose.c
18048         * src/export.c
18049         * src/foldersel.c
18050         * src/folderview.c
18051         * src/grouplistdialog.c
18052         * src/import.c
18053         * src/mainwindow.c
18054         * src/message_search.c
18055         * src/messageview.c
18056         * src/passphrase.c
18057         * src/prefs_actions.c
18058         * src/prefs_common.c
18059         * src/prefs_customheader.c
18060         * src/prefs_display_header.c
18061         * src/prefs_filtering.c
18062         * src/prefs_filtering_action.c
18063         * src/prefs_gtk.c
18064         * src/prefs_matcher.c
18065         * src/prefs_msg_colors.c
18066         * src/prefs_summary_column.c
18067         * src/prefs_template.c
18068         * src/sourcewindow.c
18069         * src/ssl_manager.c
18070         * src/summary_search.c
18071         * src/gtk/colorsel.c
18072         * src/gtk/description_window.c
18073         * src/gtk/gtkaspell.c
18074         * src/gtk/inputdialog.c
18075         * src/gtk/logwindow.c
18076         * src/gtk/prefswindow.c
18077         * src/gtk/progressdialog.c
18078                 replace deprecated gtk_window_set_policy
18079
18080 2004-07-27 [colin]      0.9.12cvs37.1
18081
18082         * src/msgcache.c
18083                 More fixes (synced for head again)
18084
18085 2004-07-27 [colin]      0.9.12cvs35.3
18086
18087         * src/msgcache.c
18088                 Fix wrong test
18089
18090 2004-07-27 [colin]      0.9.12cvs35.2
18091
18092         * src/mimeview.c
18093                 Fix width a bit (by Paul)
18094         * src/alertpanel.c
18095         * src/alertpanel.h
18096                 Specialize icons, make alertpanel_message()
18097                 private
18098         * src/message_search.c
18099         * src/sgpgme.c
18100         * src/summary_search.c
18101                 Suit alertpanel changes
18102
18103 2004-07-27 [colin]      0.9.12cvs35.1
18104
18105         * src/alertpanel.c
18106                 Add an icon
18107         * src/passphrase.c
18108                 Add debug output - maybe someone will
18109                 want to look at the problem with Grab
18110                 Input :)
18111         Bump version as we're synced with HEAD
18112
18113 2004-07-26 [colin]      0.9.12cvs33.26
18114
18115         * src/pop.c
18116                 Fix uidl-file parsing when not in new
18117                 format
18118
18119 2004-07-26 [colin]      0.9.12cvs33.25
18120
18121         * src/gtk/menu.c
18122                 Move popup menu up if necessary (fixes 
18123                 account selector)
18124         * src/mainwindow.c
18125                 Set account selector's button height to
18126                 minimum
18127
18128 2004-07-26 [colin]      0.9.12cvs33.24
18129
18130         * src/alertpanel.c
18131                 Maybe fix 551 (Truncated font in alert window)
18132
18133 2004-07-26 [colin]      0.9.12cvs33.23
18134
18135         * po/de.po
18136         * po/es.po
18137         * po/fr.po
18138         * po/it.po
18139         * po/ja.po
18140         * po/pl.po
18141         * po/ru.po
18142         * po/sk.po
18143         * po/sr.po
18144         * po/zh_CN.po
18145                 Sync po files with HEAD
18146
18147 2004-07-26 [paul]       0.9.12cvs33.22
18148
18149         * src/compose.c
18150                 fix Bug 556 'Organisation-header is sent even if empty'
18151
18152 2004-07-24 [colin]      0.9.12cvs33.21
18153
18154         * src/compose.c
18155         * src/gtk/gtkaspell.c
18156         * src/gtk/gtkaspell.h
18157                 Fix speller accelerators (require hack)
18158
18159 2004-07-24 [colin]      0.9.12cvs33.20
18160
18161         * src/gtk/gtkaspell.c
18162                 Fix over-eager code deletion breaking
18163                 Check while typing
18164
18165 2004-07-24 [colin]      0.9.12cvs33.19
18166
18167         * src/browseldap.c
18168         * src/ldapctrl.c
18169         * src/ldapctrl.h
18170         * src/ldapserver.h
18171                 Sync ldap with HEAD
18172         (Fixes 546 LDAP completely broken)
18173
18174 2004-07-24 [colin]      0.9.12cvs33.18
18175
18176         * src/prefs_msg_colors.c
18177                 Fix prototype mismatch
18178         (Fixes 547 void function cannot return value)
18179
18180 2004-07-24 [colin]      0.9.12cvs33.17
18181
18182         * src/mainwindow.c
18183                 Fix sort going back to previous sort key
18184                 when changing sort direction
18185
18186 2004-07-24 [colin]      0.9.12cvs33.16
18187
18188         * src/compose.c
18189                 Fix space insertion when re-wrapping at 
18190                 cursor point
18191
18192 2004-07-24 [colin]      0.9.12cvs33.15
18193
18194         * src/gtk/gtkaspell.c
18195                 Don't change cursor position in insert-text
18196                 callback
18197         (Fixes 539 Word wrapping on input transposes letters)
18198
18199 2004-07-24 [colin]      0.9.12cvs33.14
18200
18201         * src/gtk/gtkaspell.c
18202                 Reencode non-ascii chars to dictionary's
18203                 encoding
18204         (Fixes 544 Spell check broken non english locale)
18205
18206 2004-07-24 [colin]      0.9.12cvs33.13
18207
18208         * src/summaryview.c
18209                 Fix Shift+Down, add Home/End/PgUp/PgDown
18210
18211 2004-07-21 [colin]      0.9.12cvs33.12
18212
18213         * src/prefs_common.c
18214                 Fix a gtk warning (Patch by Andrej Kacian)
18215
18216 2004-07-21 [colin]      0.9.12cvs33.11
18217
18218         * src/gtk/filesel.c
18219                 More check
18220
18221 2004-07-21 [colin]      0.9.12cvs33.10
18222
18223         * src/compose.c
18224         * src/crash.c
18225         * src/export.c
18226         * src/import.c
18227         * src/messageview.c
18228         * src/mimeview.c
18229         * src/prefs_spelling.c
18230         * src/prefs_themes.c
18231         * src/summaryview.c
18232         * src/gtk/filesel.c
18233         * src/gtk/filesel.h
18234         * src/gtk/pluginwindow.c
18235                 Untwist open/save mode guessing logic, make
18236                 it explicit
18237
18238 2004-07-20 [colin]      0.9.12cvs33.9
18239
18240         * src/codeconv.c
18241                 conv_encode_header: src_charset is UTF-8 on
18242                 gtk2
18243         * src/compose.c
18244                 Remove double encoding of the headers
18245
18246 2004-07-20 [colin]      0.9.12cvs33.8
18247
18248         * src/codeconv.c
18249                 Fix typo
18250
18251 2004-07-20 [colin]      0.9.12cvs33.7
18252
18253         * src/mainwindow.c
18254                 Set the separated messageview to the saved
18255                 size of Claws' messageview (Patch by Alfons)
18256                 Fix a callback prototype (me)
18257
18258 2004-07-20 [colin]      0.9.12cvs33.6
18259
18260         * src/codeconv.h
18261                 Forgot one hunk in 0.9.12cvs33.4
18262
18263 2004-07-19 [colin]      0.9.12cvs33.5
18264
18265         * src/action.c
18266                 Action output fix
18267                 Patch by Alfons
18268
18269 2004-07-19 [colin]      0.9.12cvs33.4
18270
18271         * src/compose.c
18272                 Fix outgoing charset bug in headers
18273         * src/codeconv.c
18274                 Clean for glib2 - Patch by Alfons
18275
18276 2004-07-19 [colin]      0.9.12cvs33.3
18277
18278         * src/statusbar.c
18279                 Remove grip from the statusbar
18280                 Patch by Alfons
18281
18282 2004-07-19 [colin]      0.9.12cvs33.2
18283
18284         * src/messageview.c
18285         * src/textview.c
18286                 Fix messageview remembering the previous
18287                 scroll position when loading a new message
18288                 Patch by Alfons
18289
18290 2004-07-19 [colin]      0.9.12cvs33.1
18291
18292         * src/folder.h
18293         * src/folderview.c
18294         * src/summaryview.c
18295                 Sync with HEAD
18296
18297 2004-07-18 [colin]      0.9.12cvs32.7
18298
18299         * configure.ac
18300                 Remove useless check for XIM - noticed
18301                 by Alfons
18302
18303 2004-07-18 [colin]      0.9.12cvs32.6
18304
18305         * src/summaryview.c
18306                 Remove non-modified and shift-modified
18307                 accelerators in summaryview's popup
18308                 menu, as that doesn't get catched by
18309                 the accel-activate signal catcher...
18310
18311 2004-07-18 [colin]      0.9.12cvs32.5
18312
18313         * src/prefs_common.c
18314                 Define sensible default prefs for 
18315                 wrapping
18316
18317 2004-07-18 [colin]      0.9.12cvs32.4
18318
18319         * src/compose.c
18320         * src/prefs_common.c
18321         * src/prefs_common.h
18322         * src/prefs_wrapping.c
18323                 Remove Smart Wrapping pref, which does
18324                 nothing on gtk2 branch
18325
18326 2004-07-18 [colin]      0.9.12cvs32.3
18327
18328         * src/sourcewindow.c
18329                 Proper utf8
18330
18331 2004-07-18 [colin]      0.9.12cvs32.2
18332
18333         * src/compose.c
18334                 Save attachment status when drafting
18335
18336 2004-07-18 [colin]      0.9.12cvs32.1
18337
18338         * src/gtk/filesel.c
18339                 Fix erratic folder selection in open mode
18340
18341 2004-07-18 [colin]      0.9.12cvs31.11
18342
18343         * src/pop.c
18344                 Don't let partial messages get deleted
18345                 even with "dowload all"
18346                 (0.9.12cvs31.8 fix extension)
18347 2004-07-18 [colin]      0.9.12cvs31.10
18348
18349         * src/gtk/logwindow.c
18350                 Fix log scrolling
18351
18352 2004-07-18 [colin]      0.9.12cvs31.9
18353
18354         * src/common/utils.c
18355                 Fix non-utf8 strings coming from commands
18356                 and files
18357
18358 2004-07-18 [colin]      0.9.12cvs31.8
18359
18360         * src/pop.c
18361                 Fix partial download bug with Download all
18362                 messages option
18363
18364 2004-07-18 [colin]      0.9.12cvs31.7
18365
18366         * src/textview.c
18367                 Fix bug introduced in 0.9.12cvs31.2
18368                 (blocked in select mode after double click)
18369
18370 2004-07-18 [colin]      0.9.12cvs31.6
18371
18372         * src/compose.c
18373         * src/gtk/menu.c
18374                 More glib-warning fixes
18375
18376 2004-07-18 [colin]      0.9.12cvs31.5
18377
18378         * src/compose.c
18379                 Fix trashing the primary clipboard when moving 
18380                 around with tab
18381         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
18382
18383 2004-07-18 [colin]      0.9.12cvs31.4
18384
18385         * src/codeconv.c
18386                 convert unencoded iso headers to utf8
18387         (Fix Bug 538 Unencoded local characters in subject make it 
18388          disappear)
18389
18390 2004-07-18 [colin]      0.9.12cvs31.3
18391
18392         * src/compose.c
18393                 Fix tab char handling in wrapping
18394         (Fix Bug 537 Line wrap problem - TAB character treated as 
18395          one character instead of 8)
18396
18397 2004-07-18 [colin]      0.9.12cvs31.2
18398
18399         * src/textview.c
18400                 return FALSE on GDK_MOTION_NOTIFY
18401         (Fix Bug 535 Hyperlinks/addresses are not selectable 
18402          (unable to highlight))
18403
18404 2004-07-18 [colin]      0.9.12cvs31.1
18405
18406         * src/folderview.c
18407                 Sync with 0.9.12cvs31
18408
18409 2004-07-18 [colin]      0.9.12cvs30.4
18410
18411         * src/compose.c
18412                 Also block text_inserted when inserting a file
18413
18414 2004-07-18 [colin]      0.9.12cvs30.3
18415
18416         * src/compose.c
18417                 Fix smart wrapping (block text_inserted handler
18418                 while putting quotation to avoid wrap on input,
18419                 don't join lines if next is sig separator)
18420
18421 2004-07-17 [colin]      0.9.12cvs30.2
18422
18423         * src/folderview.c
18424         * src/mainwindow.c
18425         * src/mimeview.c
18426         * src/summaryview.c
18427         * src/gtk/quicksearch.c
18428         * src/gtk/quicksearch.h
18429                 Block key events handlers *and* accels while
18430                 quicksearch is focused
18431         (Fixes Bug 534 quick-search bar not accepting certain letters)
18432
18433 2004-07-17 [colin]      0.9.12cvs30.1
18434
18435         * src/folder.h
18436         * src/folderview.c
18437         * src/summaryview.c
18438                 Sync with 0.9.12cvs30
18439
18440 2004-07-17 [colin]      0.9.12cvs28.2
18441
18442         * src/mimeview.c
18443         * src/procmime.c
18444         * src/summaryview.c
18445         * src/gtk/menu.c
18446                 Squash some compile and glib warnings
18447
18448 2004-07-17 [paul]       0.9.12cvs28.1
18449
18450         * src/mimeview.c
18451                 sync with 0.9.12cvs28 HEAD
18452
18453 2004-07-16 [paul]       0.9.12cvs26.1
18454         
18455         * src/gtk/quicksearch.c
18456         * src/account.c
18457         * src/account.h
18458         * src/compose.c
18459         * src/customheader.c
18460         * src/folder_item_prefs.c
18461         * src/main.c
18462         * src/mainwindow.c
18463         * src/messageview.c
18464         * src/mimeview.c
18465         * src/news.c
18466         * src/pgpmime.c
18467         * src/pop.c
18468         * src/pop.h
18469         * src/prefs_account.c
18470         * src/prefs_account.h
18471         * src/prefs_common.c
18472         * src/prefs_common.h
18473         * src/prefs_display_header.c
18474         * src/prefs_gtk.c
18475         * src/prefs_gtk.h
18476         * src/procheader.c
18477         * src/procmime.c
18478                 sync with 0.9.12cvs26 HEAD      
18479
18480 2004-07-15 [colin]      0.9.12cvs18.14
18481
18482         * src/folder.c
18483                 Disable GPG signature check during
18484                 folder move and scan
18485         (Closes Bug 521 Signature checking slows down Folder-Move)
18486
18487 2004-07-14 [colin]      0.9.12cvs18.13
18488
18489         * src/common/partial_download.c
18490                 update includes
18491
18492 2004-07-14 [colin]      0.9.12cvs18.12
18493
18494         * src/common/partial_download.c
18495         * src/common/partial_download.h
18496                 Move doc at top, add correct copyright
18497
18498 2004-07-14 [colin]      0.9.12cvs18.11
18499
18500         * src/folder.c
18501         * src/messageview.c
18502         * src/pop.c
18503         * src/pop.h
18504         * src/procmsg.c
18505         * src/summaryview.c
18506         * src/common/Makefile.am
18507         * src/common/partial_download.c ** NEW FILES **
18508         * src/common/partial_download.h ** NEW FILES **
18509                 Move partial-download related stuff to its
18510                 own file
18511
18512 2004-07-14 [colin]      0.9.12cvs18.10
18513
18514         * src/send_message.c
18515                 Fix smtp auth when user is null or empty
18516
18517 2004-07-13 [colin]      0.9.12cvs18.9
18518
18519         * src/gtk/quicksearch.c
18520                 Use alphabetic order
18521
18522 2004-07-13 [colin]      0.9.12cvs18.8
18523
18524         * src/pop.c
18525                 Be paranoid on the checks
18526
18527 2004-07-13 [colin]      0.9.12cvs18.7
18528
18529         * src/gtk/quicksearch.c
18530                 Fix Engrish once again
18531
18532 2004-07-13 [colin]      0.9.12cvs18.6
18533
18534         * src/procmsg.c
18535         * src/summaryview.c
18536                 Mark messages for deletion when they are about to
18537                 be removed from trash
18538
18539 2004-07-13 [colin]      0.9.12cvs18.5
18540
18541         * src/matcher.c
18542         * src/matcher.h
18543         * src/matcher_parser_parse.y
18544         * src/prefs_matcher.c
18545         * src/gtk/quicksearch.c
18546                 Add 'partial' ('p') match string to find partially
18547                 downloaded messages
18548
18549 2004-07-13 [colin]      0.9.12cvs18.4
18550
18551         * src/pop.c
18552                 Fix misplaced block
18553
18554 2004-07-13 [colin]      0.9.12cvs18.3
18555
18556         * src/pop.c
18557         * src/pop.h
18558         * src/messageview.c
18559                 Refactor API (to avoid passing 5+ params and code
18560                 duplication)
18561         * src/folder.c
18562         * src/msgcache.c
18563         * src/procheader.c
18564         * src/common/defs.h
18565                 Add planned_download to cache
18566                 Don't mess uidl file when moving partially downloaded
18567                 mails (they change folder, we should change it in the
18568                 uidl list too or we'll remove an incorrect message)
18569                 (this also helps removing hacks when changing 
18570                 planned_download in messageview.c)
18571
18572 2004-07-12 [colin]      0.9.12cvs18.2
18573
18574         * src/gtk/quicksearch.c
18575                 Fix missing status update in quicksearch
18576
18577 2004-07-12 [paul]       0.9.12cvs18.1
18578
18579         * po/POTFILES.in
18580         * src/Makefile.am
18581         * src/account.c
18582         * src/codeconv.c
18583         * src/compose.c
18584         * src/inc.c
18585         * src/main.c
18586         * src/prefs_common.c
18587         * src/procmsg.h
18588         * src/toolbar.c
18589         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18590         * src/prefs_wrapping.[ch]       ** NEW FILES **
18591         * src/common/intl.h
18592         * src/common/utils.[ch]
18593         * src/gtk/quicksearch.[ch]
18594                 sync with 0.9.12cvs18 HEAD
18595
18596 2004-07-12 [colin]      0.9.11cvs17.25
18597
18598         * src/folder.c
18599         * src/folder.h
18600                 Remove unused function added by me in 0.9.11cvs17.10
18601
18602 2004-07-11 [colin]      0.9.11cvs17.24
18603
18604         * src/inc.c
18605         * src/messageview.c
18606         * src/pop.c
18607         * src/pop.h
18608                 Use folderitem and msgnum instead of filename to
18609                 know which mail to delete
18610                 Move old partial mail deletion to pop.c
18611
18612 2004-07-10 [colin]      0.9.11cvs17.23
18613
18614         * src/inc.c
18615                 Add debug
18616         * src/pop.c
18617         * src/pop.h
18618                 Don't re-use same enums for unrelated stuff: it's 
18619                 completely misleading !
18620                 Document a bit
18621
18622 2004-07-09 [colin]      0.9.11cvs17.22
18623
18624         * src/inc.c
18625                 Remove folder-type check and do
18626                 more tests to be sure everything's
18627                 ok
18628         * src/messageview.c
18629                 Punctuation update, remove useless
18630                 code, fix two warnings
18631         * src/noticeview.c
18632                 Layout cleaning, reset 2nd button
18633                 when specifying one
18634
18635 2004-07-09 [colin]      0.9.11cvs17.21
18636
18637         * src/messageview.c
18638         * src/pop.c
18639         * src/pop.h
18640                 Allow user to change his mind
18641                 and postpone decision (by
18642                 unmarking the mail)
18643
18644 2004-07-09 [colin]      0.9.11cvs17.20
18645
18646         * src/messageview.c
18647                 Fix bug with delete state
18648         * src/pop.c
18649         * src/pop.h
18650                 Fix buffer leak (fread doesn't 
18651                 terminate buffers with \0)
18652                 Refactoring (remove magic 
18653                 numbers)
18654
18655 2004-07-09 [colin]      0.9.11cvs17.19
18656
18657         * src/pop.c
18658                 Don't log "Skipping message" if 
18659                 we're going to TOP it two lines
18660                 later
18661
18662 2004-07-09 [colin]      0.9.11cvs17.18
18663
18664         * src/messageview.c
18665                 Fix Engrish
18666
18667 2004-07-09 [colin]      0.9.11cvs17.17
18668
18669         * src/pop.c
18670                 strlen checking...
18671         * src/messageview.c
18672                 refactoring a bit
18673
18674 2004-07-08 [colin]      0.9.11cvs17.16
18675
18676         * src/noticeview.c
18677         * src/noticeview.h
18678                 Add an optional second button
18679         * src/messageview.c
18680         * src/pop.c
18681         * src/pop.h
18682                 Don't delete partially received mails after a certain
18683                 time; rather, let the user decide.
18684
18685 2004-07-08 [colin]      0.9.11cvs17.15
18686
18687         * src/common/smtp.h
18688                 Sync with HEAD
18689
18690 2004-07-08 [colin]      0.9.11cvs17.14
18691
18692         * src/messageview.c
18693         * src/common/smtp.c
18694                 Use to_human_readable() for sizes
18695
18696 2004-07-08 [colin]      0.9.11cvs17.13
18697
18698         * src/inc.c
18699         * src/messageview.c
18700         * src/pop.c
18701         * src/pop.h
18702         * src/procmsg.c
18703                 Fix partial-downloading issues:
18704                         catch unsupported TOP
18705                         don't delete partially downloaded mails before 5 days
18706                         don't update existing with non-MH folders; that'll
18707                         make dups, but it's better than trashing the folder
18708                         free new msginfo parts
18709                 Fix indentation ;-)
18710
18711 2004-07-08 [colin]      0.9.11cvs17.12
18712
18713         * src/common/smtp.c
18714         * src/common/smtp.h
18715                 Sync smtp size verification with HEAD
18716
18717 2004-07-08 [colin]      0.9.11cvs17.11
18718
18719         * src/summaryview.c
18720         * src/prefs_common.c
18721         * src/prefs_common.h
18722         * src/gtk/quicksearch.c
18723         * src/gtk/quicksearch.h
18724                 Sync sticky pref with HEAD
18725
18726 2004-07-08 [colin]      0.9.11cvs17.10
18727
18728         * src/folder.c [1.213.2.6]
18729         * src/folder.h [1.87.2.6]
18730         * src/inc.c [1.149.2.7]
18731         * src/messageview.c [1.94.2.8]
18732         * src/procheader.c [1.47.2.6]
18733         * src/procmsg.c [1.150.2.4]
18734         * src/procmsg.h [1.60.2.5]
18735         * src/pop.c [1.56.2.4]
18736         * src/pop.h [1.17.2.3]
18737                 Let too big messages get downloaded, but truncated
18738                 Add a button to download them completely
18739                 
18740 2004-07-06 [colin]      0.9.11cvs17.9
18741
18742         * src/gtk/quicksearch.c [1.1.2.3]
18743                 Add a Clear button
18744         * commitHelper
18745         * PATCHSETS
18746                 Add a script to help with cvs
18747
18748 2004-07-03 [colin]      0.9.11cvs17.8
18749
18750         * src/plugins/imageviewer/viewer.c
18751                 fix imageviewer (which was staying on the first
18752                 displayed image)
18753
18754 2004-07-03 [colin]      0.9.11cvs17.7
18755
18756         Removed FIXME_GTK2 warnings
18757         * src/gtk/gtkutils.c
18758                 useless #warnings
18759         * src/gtk/menu.c
18760                 useless #warnings (no need to mess with menu rc)
18761         * src/gtk/menu.h
18762                 unused functions
18763         
18764
18765 2004-07-03 [colin]      0.9.11cvs17.6
18766
18767         Removed FIXME_GTK2 warnings
18768         * src/codeconv.c
18769                 useless #warnings (rewrite needed)
18770         * src/compose.c
18771                 useless #warnings (rewrite needed)
18772                 useless #warnings (gtk2 is like that)
18773                 useless #warnings (previously fixed)
18774         * src/main.c
18775                 useless #warnings (previously fixed)
18776         * src/message_search.c
18777                 useless #warnings (gtk2 is like that)
18778                 Made apparent that search is case-sensitive
18779         * src/mimeview.c
18780                 useless #warnings (rewrite needed)
18781                 useless #warnings (gtk2 is like that)
18782                 reimplemented real warnings
18783         * src/prefs_common.c
18784                 Removed block cursor option (not it gtk2)
18785         * src/prefs_gtk.c
18786                 useless #warnings (rewrite needed)
18787         * src/procheader.c
18788                 useless #warnings (rewrite needed)
18789         * src/sourcewindow.c
18790                 useless #warnings (incorrect placing)
18791         * src/summary_search.c
18792                 useless #warnings (gtk2 is like that)
18793                 Made apparent that search is case-sensitive
18794         * src/action.c
18795                 useless #warnings (gtk2 is like that)
18796         * src/textview.c
18797                 useless #warnings (rewrite needed)
18798         * src/toolbar.c
18799                 useless #warnings (rewrite needed)
18800
18801 2004-07-03 [colin]      0.9.11cvs17.5
18802
18803         * src/textview.c
18804                 Fix mismerge which broke URI opening
18805                 
18806 2004-07-01 [colin]      0.9.11cvs17.4
18807
18808         * src/gtk/filesel.c
18809                 Fill filename when saving
18810                 
18811 2004-06-27 [colin]      0.9.11cvs17.3
18812
18813         * src/gtk/filesel.[ch]
18814                 Use the new GTK file selector
18815                 Update prototype to match the reality: multiple file
18816                 selection is open-only          
18817         * src/compose.c
18818                 Match the new prototypes        
18819         * configure.ac
18820                 Match the new requirements (gtk 2.4.0)
18821                         
18822 2004-06-26 [colin]      0.9.11cvs17.2
18823
18824         * src/plugins/trayicon/trayicon.c
18825                 Remove useless signal handler on resize, which causes
18826                 an infinite "loop"
18827         
18828 2004-06-26 [colin]      0.9.11cvs17.1
18829         
18830         * tools/Makefile.am
18831                 remove launch_firebird and add nautilus2sylpheed.sh
18832         * src/quicksearch.c
18833           src/summaryview.c
18834                 Fix show/hide "Extended symbols" button problem
18835                 Fix apparition at startup
18836                 Fix const warnings
18837         * src/plugins/image_viewer/Makefile.am
18838                 Fix configure 
18839         * common/ssl.c
18840                 Re-enable certificate check, as it doesn't seem to
18841                 cause Xlib errors anymore
18842
18843 2004-06-25 [paul]       0.9.11cvs17
18844
18845         * sync with 0.9.11cvs17 HEAD
18846         
18847         NOTE: QuickSearch is broken
18848
18849 2004-06-07 [colin]      0.9.10claws67.10
18850         * src/plugins/trayicon/trayicon.c
18851           src/plugins/trayicon/libeggtrayicon/Makefile.am
18852           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18853                 Fix gettextization in trayicon plugin
18854
18855 2004-06-07 [colin]      0.9.10claws67.9
18856         
18857         * src/summaryview.c
18858           src/gtk/gtksctree.[ch]
18859                 Let Shift+{Up,Down} work in summaryview
18860                 (well, Down "works" and Up works)
18861                 Let the list scroll when using these keys
18862
18863 2004-06-06 [colin]      0.9.10claws67.8
18864
18865         * src/plugins/trayicon/trayicon.c
18866                 Fix pixmap update
18867
18868 2004-06-06 [colin]      0.9.10claws67.7
18869
18870         * src/addressbook.c
18871                 Fix signal handling causing system-wide focus grab
18872
18873 2004-05-25 [paul]       0.9.10claws67.6
18874
18875         * Makefile.am
18876           src/Makefile.am
18877                 clean up
18878
18879 2004-05-25 [paul]       0.9.10claws67.5
18880
18881         * replace deprecated gtk_signal... functions
18882
18883 2004-05-23 [colin]      0.9.10claws67.4
18884
18885         * src/compose.c
18886                 Fix wrapping
18887
18888 2004-05-22 [colin]      0.9.10claws67.3
18889
18890         * src/compose.c
18891                 Re-fix [Edited] in compose.c::compose_reedit()
18892
18893 2004-05-22 [colin]      0.9.10claws67.2
18894
18895         * src/procmime.c
18896                 Fix parsing of multiparts mails
18897
18898 2004-05-22 [colin]      0.9.10claws67.1
18899
18900         * src/summaryview.c
18901                 Fix quicksearch
18902
18903 2004-05-22 [paul]       0.9.10claws67
18904
18905         * sync with 0.9.10claws67 HEAD
18906
18907 2004-05-14 [alfons]
18908
18909         * src/procmime.h
18910                 add forgotton prototype
18911
18912 2004-05-10 [paul]       0.9.10claws57
18913
18914         * sync with 0.9.10claws57 HEAD
18915
18916 2004-05-05 [paul]       0.9.9.claws1
18917
18918         * ChangeLog-gtk2        ** REMOVED **
18919           ChangeLog-gtk2.claws  ** ADDED **
18920                 rename and adopt the normal claws format
18921                 
18922         * configure.ac
18923                 require gtkmathview >= 0.5
18924
18925         * ac/*                          ** REMOVED **
18926           ac/                           ** REMOVED **
18927           intl/Makefile.in              ** REMOVED **
18928           m4/                           ** ADDED **
18929           m4/missing                    ** ADDED **
18930           m4/missing/gdk-pixbuf.m4      ** ADDED **
18931           m4/missing/gettext.m4         ** ADDED **
18932           m4/missing/gpgme.m4           ** ADDED **
18933           m4/missing/imlib.m4           ** ADDED **
18934           m4/.cvsignore                 ** ADDED **
18935           m4/Makefile.am                ** ADDED **
18936           m4/README                     ** ADDED **
18937           m4/aclocal-include.m4         ** ADDED **
18938           m4/aspell.m4                  ** ADDED **
18939           m4/check-type.m4              ** ADDED **
18940           m4/gnupg-check-typedef.m4     ** ADDED **
18941           m4/openssl.m4                 ** ADDED **
18942           m4/spamassassin.m4            ** ADDED **
18943           po/ChangeLog                  ** REMOVED **
18944           po/Makefile.in.in             ** REMOVED **
18945           po/Rules-quot                 ** REMOVED **
18946           po/boldquot.sed               ** REMOVED **
18947           po/en@boldquot.header         ** REMOVED **
18948           po/en@quot.header             ** REMOVED **
18949           po/insert-header.sin          ** REMOVED **
18950           po/quot.sed                   ** REMOVED **
18951           po/remove-potcdate.sed        ** REMOVED **
18952           po/remove-potcdate.sin        ** REMOVED **
18953           po/stamp-po                   ** REMOVED **
18954           Makefile.am
18955           autogen.sh
18956           configure.ac
18957                 enable building with automake 1.8.x
18958                 add 'autopoint --force' to autogen.sh and remove all
18959                 auto-generated files, remove ac/ directory and use
18960                 m4/ directory instead
18961                 
18962         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18963                 fix gettextization
18964
18965 2004-02-28 Colin Leroy <colin@colino.net>
18966         * src/prefs_matcher.c
18967           src/prefs_filtering.c
18968           src/prefs_filtering_action.c
18969                 Fix non-editable GtkEntries
18970
18971 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18972         * src/prefs_themes.c
18973                 utf8 conversion for theme info
18974
18975 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18976         * sync 0.9.9claws
18977
18978 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18979         * src/grouplistdialog.c
18980                 allow multiple selections without ctrl key
18981
18982 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18983         * src/main.c
18984                 enable customizable accelerators
18985
18986 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18987         * src/prefs_common.c
18988                 re-enable different font settings for gtk1/2
18989         * src/prefs_folder_item.c
18990                 fix folder prefs displayed wrong
18991         * src/textview.c
18992                 set 'sunken' shadow type
18993
18994 2004-02-07 Colin Leroy <colin@colino.net>
18995         * src/compose.c
18996                 Fix message being always [Edited]
18997                 Encode headers correctly (utf8 buf)
18998
18999 2004-01-27 Thorsten Maerz <torte@netztorte.de>
19000         * src/socket.c
19001                 remove double g_source_attach()
19002                 (Thanks to Colin Leroy)
19003
19004 2004-01-27 Thorsten Maerz <torte@netztorte.de>
19005         * src/gtk/gtksctree.c
19006                 Fix SSL certificate list not shown
19007         * src/mimeview.c
19008                 Fix clicks in mime tree
19009
19010 2004-01-27 Thorsten Maerz <torte@netztorte.de>
19011         * src/common/socket.c
19012                 Fix SSL receive
19013         * src/compose.c
19014                 Fix clipboard menu hotkeys
19015
19016 2004-01-25 Thorsten Maerz <torte@netztorte.de>
19017         * src/gtk/gtkaspell.[ch]
19018           src/compose.c
19019                 reimplement spellchecker
19020
19021 2004-01-25 Thorsten Maerz <torte@netztorte.de>
19022         * src/gtk/filesel.c
19023                 crash when inserting file in compose window
19024                 (TODO: keep old selection on clicks)
19025         * src/main.c
19026                 use gtkrc-2.0 instead of gtkrc
19027
19028 2004-01-25 Thorsten Maerz <torte@netztorte.de>
19029         * src/messageview.c
19030                 remove orphaned mimeview unref()
19031
19032 2004-01-20 Thorsten Maerz <torte@netztorte.de>
19033         * src/grouplistdialog.c
19034                 expand nodes containing subscribed groups
19035
19036 2004-01-19 Thorsten Maerz <torte@netztorte.de>
19037         * src/textview.c
19038                 textview: hide cursor, restore old click behaviour
19039
19040 2004-01-18 Thorsten Maerz <torte@netztorte.de>
19041         * src/textview.c
19042                 variable names messed up
19043
19044 2004-01-17 Colin Leroy <colin@colino.net>
19045         * src/addr_compl.c
19046                 Fix completion address too thin
19047         * src/compose.c
19048                 Fix tab-to-subject behaviour
19049         * src/summaryview.c
19050                 Implement key up & down in summaryview
19051
19052 2004-01-12 Thorsten Maerz <torte@netztorte.de>
19053
19054         * sync 098claws
19055
19056 2004-01-08 Thorsten Maerz <torte@netztorte.de>
19057         * configure.ac
19058           Makefile.am
19059           doc/.cvsignore
19060           doc/Makefile.am
19061                 faq, man, manual moved to doc/
19062         * ac/aspell.m4
19063           ac/check-type.m4
19064           ac/gnupg-check-typedef.m4
19065           ac/openssl.m4
19066           ac/spamassassin.m4
19067           ac/missing/gdk-pixbuf.m4
19068           ac/missing/gpgme.m4
19069           ac/missing/imlib.m4
19070                 fix automake warnings
19071
19072 2003-12-06 Colin Leroy <colin@colino.net>
19073         * src/summaryview.c
19074                 Fix quicksearch
19075
19076 2003-12-05 Colin Leroy <colin@colino.net>
19077         * src/summaryview.c
19078                 Fix going to next unread folder
19079
19080 2003-12-05 Colin Leroy <colin@colino.net>
19081         * src/crash.c
19082                 Fix gtk2 compilation
19083         * src/session.c
19084                 Remove iotag source handler at disconnection
19085         * src/socket.[ch] 
19086                 Remove source handler when closing socket 
19087                 (fixes another seg)
19088
19089 2003-12-04 Colin Leroy <colin@colino.net>
19090         * src/compose.c
19091           src/prefs_account.c
19092           src/prefs_common.c
19093                 Fix some dropdown menus
19094
19095 2003-12-04 Colin Leroy <colin@colino.net>
19096         * src/compose.c
19097                 Fix event handlers on header fields
19098         * src/common/socket.c
19099           src/common/session.c
19100                 Fix segfault with callback (SSL)
19101                 Fix end of session 
19102
19103 2003-10-06 Thorsten Maerz <torte@netztorte.de>
19104
19105         * Fix compile bug in src/compose.c
19106         * removed src/gtk/gtkstext.[ch]
19107
19108 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
19109
19110         * Convert character set and escape "text" attributes in toolbar setting
19111         files.
19112         * Fixed bug in button-press-event handling.
19113
19114 2003-09-16 Thorsten Maerz <torte@netztorte.de>
19115
19116         * Fixed bug in key-press-event handling.
19117
19118 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
19119
19120         * Enabled to compile tray-icon plugin (Ad-hoc).
19121         * Avoid hang up bug of icon list in mime view (Ad-hoc).
19122
19123 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
19124
19125         * Enabled to compile on sylpheed-claws.
19126         (tray-icon plugin still cannot compile yet.)
19127
19128 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
19129
19130         * Updated to 0.9.5.
19131
19132 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
19133
19134         * Updated to 0.9.4.
19135         * Ported monitoring SSL mechanism to GSource of GLib2
19136         (I don't confirm it)
19137         * Added _gtk2 suffix to key name of font preference to avoid
19138         ovverwriting preference of Gtk+-1.2 version.
19139
19140 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
19141
19142         * Updated to 0.9.2.
19143
19144 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
19145
19146         * Updated to 0.9.1.
19147         * Translate po files into UTF-8 when execute autogen.sh.
19148
19149 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
19150
19151         * Updated to 0.9.0.
19152
19153 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
19154
19155         * Plugged GError related memory leaks.
19156
19157 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
19158
19159         * Changed default size of fonts.
19160         * Enabled to set titile font size of warning dialog.
19161
19162 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
19163
19164         * Embed a sylpheed icon into executable binary on Windows.
19165
19166 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
19167
19168         * I forgot to traslate character set of element string in src/xml.c.
19169
19170 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
19171
19172         * Fixed detecting bind_textdomain_codeset in configure.in.
19173         * The bug in which "Example" of "Date fromat" preference isn't displayed
19174         correctly has been fixed.
19175
19176 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
19177
19178         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
19179           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
19180           glib-gettextize
19181           Removed intl directory.
19182           Translated po files into UTF-8.
19183           (Thanks! Ryuji Abe)
19184
19185 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
19186
19187         * The bug which doesn't unscape string in xml.c has been fixed.
19188
19189 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
19190
19191         * The bug which is failed to translate encoding of file name thorough
19192         file dialog has been fixed.
19193
19194 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
19195
19196         * Modified to translate file names which is used in inporting/expoting
19197         mbox feature and "Save as" feature into locale encoding.
19198         * Translate file names into locale encoding when "Attache file" and
19199         "Insert file".
19200         * Force set G_BROKEN_FILENAMES environment variable.
19201         * Other minor fixes.
19202
19203 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
19204
19205         * Modified to treat MH folder's name as locale encoding.
19206
19207 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
19208
19209         * The bug which clash on switching candidates of auto completion of
19210         addresses, cannot use auto completion in Japanesse is fixed
19211         (Thanks! Tokunaga-san)¡¥
19212
19213 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19214
19215         * The bug which cannot switch key accelerator preference has been fixed
19216         (Thanks! smbd-san)¡¥
19217
19218 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19219
19220         * version 0.8.11-gtk2-20030314
19221
19222 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19223
19224         * The bug in which character set conversion of filtering messages has
19225         been fixed.(Thanks! COCOA-san).
19226
19227 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
19228
19229         * Revived "Leave space on head" preference in "Message" category.
19230         * A bug which clash when put the cursor to end of buffer and execute
19231         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
19232
19233 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19234
19235         * version 0.8.11-gtk2-20030312
19236
19237 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19238
19239         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
19240         * Modified to use Pango's API directly for font preference.
19241         * Integrated GtkTextView of textview to one widget.
19242         * Set fonts of header title in textview by "header_title" tag.
19243         * Removed some deprecated codes.
19244
19245 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
19246
19247         * Updated to 0.8.11.
19248         * Merged cygwin patch(Thanks! Sakai-san).
19249
19250 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
19251
19252         * version 0.8.10-gtk2-20030309